@charset 'utf-8';

* {
  font-family: 'Noto Sans KR', sans-serif;
}

body {
  user-select: none;
  -webkit-user-select: none;
  font-weight: 400;
  font-size: 14px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #181818;
  margin: 0;
  padding: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #181818;
}

button {
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  width: auto;
  border: none;

}

input {
  outline: none;
  border: none;
  font-size: 15px;
  box-sizing: border-box;
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ============= header start ================== */
.top_header {
  width: 100%;
  height: 50px;
  position: fixed;
  background: #ffffff;
  box-shadow: 0 2px 15px 0 rgba(224, 224, 224, .5);
  /* position: relative; */
  z-index: 11;
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
  box-sizing: border-box;
  border-radius: 0 0 20px 20px;

}

.top_header .mobile_menu {
  font-size: 15px;
  line-height: 50px;
  cursor: pointer;
  width: 55;
}

.top_header .mobile_menu .m_left_bt {
  margin-right: 10px;
}

.top_header .mobile_menu .m_arrow_bt li {
  display: inline-block;
}

.top_header .mobile_menu .m_arrow_bt li img {
  width: 25px;
  margin-right: 5px;
  position: relative;
  top: 5px;
}

.top_header .number {
  width: calc(100% - 110px);
  width: 50%;
  text-align: center;
  transform: translateX(8%);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 50px;
}

.off {
  display: none;
}


.main_menu {
  z-index: 1900;
  position: absolute;
  top: calc(1rem + 40px);
  width: 105px;
  padding: 1rem 1rem 0 1rem;
  border: 1px solid #ccc;
  background-color: white;
  border-radius: 25px;
}

.tether_menu {
  z-index: 1900;
  position: absolute;
  top: calc(1rem + 40px);
  width: 80px;
  padding: 1em;
  border: 1px solid #ccc;
  background-color: white;
  border-radius: 25px;
  text-align: center;
  right: 1rem;
}

.main_menu i {
  margin-right: 5px;
}

.tether_menu i {
  margin-right: 5px;
}

.main_menu ul li,
.tether_menu ul li {
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 25px;
}

.tether_menu ul li {
  line-height: 35px;
}

.tether_menu ul li img {
  width: 25%;
  vertical-align: middle;
  position: relative;
  top: -3px;
}

.main_menu .fa-clock-rotate-left {
  background-color: lightblue;
  width: 25px;
  height: 25px;
  border-radius: 6px;
  position: relative;
  text-align: center;
  line-height: 25px;
  color: white;
}

.main_menu .fa-gear {
  background-color: gray;
  width: 25px;
  height: 25px;
  border-radius: 6px;
  position: relative;
  text-align: center;
  line-height: 25px;
  color: white;
}

.main_menu .fa-question {
  background-color: royalblue;
  width: 25px;
  height: 25px;
  border-radius: 6px;
  position: relative;
  text-align: center;
  line-height: 25px;
  color: white;
}

.main_menu .fa-arrow-right-from-bracket {
  background-color: red;
  width: 25px;
  height: 25px;
  border-radius: 6px;
  position: relative;
  text-align: center;
  line-height: 25px;
  color: white;
}

.tether_menu .fa-chevron-down {
  font-size: 22px;
  position: relative;
  top: 3px;
}

.bottom_header .exchange {
  background-color: #deefff;
  box-shadow: 0 3px 15px 0 rgba(230, 230, 230, .5);
  padding: 50px 15px 0 15px;
  line-height: 45px;
  height: 97px;
  box-sizing: border-box;
  margin-bottom: 15px;
  color: #181818;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 0 0 20px 20px;
}

.bottom_header .exchange span {
  margin-right: 5px;
}

.buy i {
  background-color: #e62e00;
}

.buy {
  color: #e62e00;
}

.bottom_header .exchange .tether img {
  width: 20px;
  position: relative;
  top: 5px;
  left: 3px;
}

.bottom_header .exchange i {
  position: relative;
  left: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #181818;
  text-align: center;
  line-height: 20px;
  color: white;
  font-weight: 400;
  font-size: 14px;
}

.sell i {
  background-color: #0059b3;
  color: white;
}

.sell {
  color: #0059b3;
}

.small_c {
  font-size: 13px;

}

/* ========header end================ */


/* ================footer start ====================  */
.footer {
  z-index: 6;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 65px;
  border-radius: 30px 30px 0 0;
  background-color: white;
  border: 1px solid rgba(100, 100, 111, 0.3);
  box-shadow: rgba(100, 100, 111, 0.2) 0px -3px 5px 0px;

}

.footer .footer_bar {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  align-items: center;
  font-size: 22px;
  text-align: center;
  font-weight: 400;
}

.footer .footer_bar div {
  width: 20%;
}

.footer .footer_bar .s_home {
  position: relative;
  top: -28px;
  width: 55px;
  height: 55px;
  border-radius: 20px;
  background-color: #deefff;
  line-height: 54px;
}

.footer .footer_bar .s_home .fa-house {
  text-indent: 1px;
}

.footer .footer_bar div>a>i {
  color: #181818;
}

/* ================footer end ====================  */

.default_bt {
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  border: 0;
  color: white;
  font-weight: 600;
  background-color: #989898;
  border-radius: 20px;
}

.address {
  color: #989898;
  font-size: 15px;
  font-weight: 500;
}

.contents_wrap {
  position: relative;
  background-color: #fafafa;
  padding: 0 0 80px 0;
}

.section {
  margin-top: 10px;
  background-color: white;
  border-radius: 20px 20px 0 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 25px 20px 30px 20px;
  position: relative;
}

.section_title {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 20px;
}


/* ======== login css start ============= */
/*
.login_page {
  padding: 20vh 0 0 0;
   height: 100vh;
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}
*/

.login_page {
  padding: 23vh 0 0 0;
  height: 100vh;
  text-align: center;
  min-width: 300px;
  max-width: 450px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.login_page .back_section .back_img1 {
  position: absolute;
  top: -55%;
  left: -35%;
}

.login_page .back_section .back_img2 {
  position: absolute;
  top: -35%;
  left: 60%;
}

.login_page .back_section .back_img1 .circle1 {
  width: 40em;
  height: 43em;
  background-color: #ffc600;
  opacity: .2;
  border-radius: 50%;
}

.login_page .back_section .back_img2 .circle2 {
  width: 30em;
  height: 30em;
  background-color: #ffc600;
  opacity: .2;
  border-radius: 50%;
  left: 50%;

}

.login_page .title {
  margin-top: -3%;
  margin-left: -10%;
  z-index: 100;
}

.login_page .title .tether_top {
  font-size: 65px;
  font-weight: 500;
  letter-spacing: -3px;
}

.login_page .title .wallet_bottom {
  font-size: 65px;
  font-weight: 500;
  color: #E3CD00;
  margin-left: 30%;
  letter-spacing: -3px;
}


.login_page .title .wallet_name {
  font-size: 45px;
  font-weight: 500;
  color: #207e8c;
  display: inline-block; /* 인라인처럼 만들어줌 */
  letter-spacing: -3px;
}


.default_bt {
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  border: 0;
  border-radius: 10px;
  font-weight: 600;
  padding: 1px 5px;
}

.login_page .login_section {
  margin-top: 15px;
  padding: 0 20px;
}

.login_page .login_section .input_number .default_bt.sms_bt {
  margin-left: 10px;
}

.login_page .login_section .input_number.login {
  border: none;
  background-color: #ffc600;
  margin-top: 40px;
  display: block;
  cursor: pointer;
}

.default_bt.login_bt {
  background-color: transparent;
  font-size: 17px;
  line-height: 30px;
  color: #181818;
  font-weight: normal;
}


.wrong_number {
  color: red;
}

/* ======== login css end ============= */



/*============ index main contents start ============= */

.contents_wrap .asset_section {
  min-width: 320px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0 3px 15px 0 rgba(230, 230, 230, .8);
  border-radius: 20px;
  padding: 10px 20px;
  box-sizing: border-box;
}


.wallet_items {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.contents_wrap .asset_section .wallet_items .mywallet {
  background: #ffffff;
  box-shadow: 0 3px 15px 0 rgba(230, 230, 230, .8);
  border-radius: 20px;
  padding: 25px 20px 10px 20px;
  margin-bottom: 15px;
}

.mine,
.w_item {
  position: relative;
  margin-bottom: 15px;
}

.addr {
  display: flex;

}

.address {
  color: #989898;
  font-size: 14px;
  width: 100%;
  display: block;
  text-align: center;
  /* margin-bottom: 10px; */
  cursor: pointer;
  color: #989898;
  font-weight: 400;
  padding-top: 10px;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto;
}

.title_my {
  display: flex;
  position: relative;
  justify-content: center;
}

/*
.copied {
  width: 60%;
  height: 40px;
  line-height: 40px;
  background-color: #c9c9c9;
  color: #181818;
  font-size: 15px;
  border-radius: 22px;
  text-align: center;
  font-weight: 500;
  position: absolute;
  top: 17%;
  left: 20%;
  z-index: 3;
}
*/

.copied {
  /* display: none; */
  width: 100%;
  height: 35px;
  line-height: 35px;
  background-color: rgba(100, 100, 111, 0.8);
  color: white;
  font-size: 17px;
  border-radius: 12px;
  text-align: center;
  font-weight: 500;
  position: absolute;
  z-index: 3;
  font-weight: 700;
  letter-spacing: 1px;
}

.wallet_maintether {
  margin-top: 20px;
  background: url(/imgs/tether.png) no-repeat center/cover;
  width: 70px;
  height: 70px;
  position: relative;
}

.tron::after {
  content: "";
  background: url(/imgs/tron.png) no-repeat center/cover;
  width: 30px;
  height: 30px;
  position: absolute;
  right: -5px;
  bottom: -5px;
}

.polygon::after {
  content: "";
  background: url(/imgs/pol.png) no-repeat center/cover;
  width: 30px;
  height: 30px;
  position: absolute;
  right: -5px;
  bottom: -5px;
}

.title_img img {
  width: 70px;
  height: 70px;
}

.usdt {
  position: absolute;
  top: 0;
  right: 0;
  color: #181818;
  font-size: 17px;
  font-weight: 500;
}

.usd_big {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 30px;
  font-weight: 700;
  padding-top: 5px;
}

.nav_section {
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
}

.nav_section i {
  font-size: 26px;
  width: 55px;
  height: 55px;
  border-radius: 20px;
  background-color: white;
  text-align: center;
  line-height: 55px;
}

.nav_section i::after {
  content: "";
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 20px;
  box-shadow: 0 3px 15px 0 rgba(230, 230, 230, .7);
  position: relative;
  top: -55px;
  left: -1px;
}

.nav_section div {
  display: flex;
  flex-direction: column;
}

.nav_section div span {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.fa-plus {
  color: #708090;
}

.fa-minus {
  color: #708090;
}


.fa-arrow-up {
  color: #708090;
  transform: rotate(45deg);
}

.fa-qrcode {
  color: #696969;
}


.history_contents {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 20px;
}

.history_detail {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  width: 50%;
  color: #989898;
  font-weight: 700;
}

.history_detail>div {
  margin-bottom: 5px;
  font-size: 15px;
  color: #181818;
}

.details {
  width: 50%;
  text-align: right;
}

.history_contents .history_detail .history_date {
  font-size: 15px;
  color: #989898;
  font-weight: 500;
}

.amount {
  font-size: 18px;
  font-weight: 700;
}

.amount span {
  font-size: 15px;
  font-weight: 500;
}

.none_section {
  width: 100%;
  font-size: 15px;
  text-align: center;
  padding-bottom: 100px;
}

.none_section .none img {
  width: 100px;
  margin-bottom: 30px;
}

/*============ index main contents end ============= */



/* ======== sending css stsart ============= */


.section_title_center {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 20px;
  text-align: center;
}

.actibities {
  margin-top: 10px;
  background-color: white;
  padding: 25px 20px;
}

.to {
  font-size: 17px;
  margin-bottom: 20px;
}

.input_number {
  width: 100%;
  height: 50px;
  padding: 10px 18px;
  border-radius: 10px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background-color: white;
  margin-bottom: 15px;
  display: flex;
}

.input_number i {
  font-size: 20px;
  cursor: pointer;
  line-height: 28px;
  margin-right: 5px;
}
.input_number>.barcode:before {
  content: "";
  background: url(../imgs/barcode.jpg) no-repeat center/cover;
  width: 25px;
  height: 25px;
  display: inline-block;
  cursor: pointer;
}

.text_wallet {
  width: 100%;
  background-color: white;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  padding: 10px 10px;
  box-sizing: border-box;
  align-items: center;
  text-overflow: ellipsis;
}

.selection {
  width: 100%;
  text-align: center;
  font-size: 18px;
  /* margin-left: 22px; */
  border-bottom: 1px solid #989898;
  box-sizing: border-box;
}


.text_wallet.box1,
.text_wallet.box2 {
  background-color: white;
  border-bottom: 1px solid #b3b3b3;
  margin: 20px 0 10px 0;
  text-align: left;

}

table {
  margin-bottom: 10px;
}

.text_wallet.box1 span:nth-child(2) {
  font-size: 19px;
}

.text_wallet>a>i {
  font-size: 22px;
  color: #535353;
}

.text_wallet.box2>input {
  width: 70%;
  text-align: center;
  font-size: 15px;
}
.text_wallet.box2 input.le {
  text-align: left;
}

/*
.send_title {
  width: 20%;
}
*/

.default_bt.sending_bt {
  margin-top: 5px;
  width: 100%;
  font-size: 18px;
  border-radius: 20px;
  padding: 15px 20px;
  margin-bottom: 50px;
  color: #181818;
  background-color: #deefff;
}

.loading_modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
}



/* ======== sending css  ============= */



/* ===========  buying css ============== */


.change_icon {
  text-align: center;
  cursor: pointer;
}

.change_icon i {
  font-size: 25px;
  width: 55px;
  height: 55px;
  border-radius: 20px;
  background-color: white;
  text-align: center;
  line-height: 55px;
  transform: rotate(90deg);
  position: relative;
}

.change_icon i::after {
  content: "";
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 20px;
  box-shadow: 0 3px 15px 0 rgba(230, 230, 230, .7);
  position: absolute;
  top: 0;
  left: 0;
}

.text_wallet.box2>.s_name {
  visibility: hidden;
}

.who_addr {
  width: 100%;
  border-top: 1px dotted #0059b3;
  border-bottom: 1px dotted #0059b3;
  padding: 20px 20px;
  box-sizing: border-box;
  text-align: center;
  font-size: 17px;
  margin-bottom: 40px;
  position: relative;
  margin: 0 auto;
}


/*
.text_wallet.who_addr div:last-child {
  color: #e62e00;
  font-size: 14px;
  margin-top: 10px;
}
*/

/* ===========buying css ============== */


/* =========== history ============= */
.activity_info {
  width: 100%;
  padding: 10px 15px;
  color: #989898;
  text-align: left;
  border: 1px solid #ccc;
  border-radius: 15px;
  margin: 0 auto 35px;
  font-size: 13px;
  box-sizing: border-box;
}

.action_buy {
  color: red;
}

.action_sell {
  color: royalblue;
}

.action_send {
  color: #00A87E;
}

.pro_compl {
  color: #1ac94f;
}

.pro_cancel {
  color: red;
}


.pro_ing {
  color: #20b7e9;
}

/* =========== history ============= */


/* ========= selling css ========== */

input[type=radio] {
  width: auto;
  padding-top: 10px;
}

input[type=checkbox] {
  width: auto;
}

table tr td {
  vertical-align: text-top;

}

input::placeholder {
  color: #ccc;
}

.sell_offer {
  text-align: center;
  position: relative;
  top: 20px;
  color: royalblue;
}

form {
  margin-bottom: 20px;
}

/* =========== 핑크색 체크박스 부분 ============= */
.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  margin: 10px 10px 0 0;
}

label.checkbox_c {
  position: relative;
  width: 16px;
  height: 16px;
}

label input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

label span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid pink;
  border-radius: 2px;
  cursor: pointer;
}
label span.radio_span {
  border-radius: 50%;
}
label span::after {
  opacity: 0;
  content: "";
  position: absolute;
  left: 12px;
  bottom: 5px;
  width: 8px;
  height: 13px;
  border: solid tomato;
  border-width: 0 2px 2px 0;
  transform: translateX(-5px) rotate(45deg);
  transition: width 0.2s, height 0.2s, opacity 0.2s;
}

label input:checked~span::after {
  opacity: 1;
  width: 8px;
  height: 15px;
}

/* =========== 핑크색 체크박스 부분 ============= */
/* ========= selling css ========== */


/* =========  background layer start ============= */

.layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
  z-index: 1000;
  overflow: hidden;
}

/* =========  background layer end ============= */

/* ========= qr ============== */

.wrap_qr {
  display: none;
  width: 250px;
  height: 280px;
  border-radius: 30px;
  background-color: white;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  border: 1px solid #ddd;
  z-index: 99998;
  padding: 2rem 2rem 0 2rem;
  text-align: center;
}

.wrap_qr .qr_img {
  text-align: center;
}

.wrap_qr .qr_img img {
  width: 70%;
  height: 70%;
  transform: translate(20%, 15%);
  display: block;
}

.wrap_qr>.address {
  display: inline-block;
  width: 170px;
  height: 40px;
  line-height: 40px;
  background-color: #deefff;
  border-radius: 20px;
}

/* ========= qr ============== */


/* ============ small modal ========= */
.small_modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 50%;
  background-color:#FFFFFF;
  border-radius: 30px;
  border-color: #ddd;
  transform: translate(-50%, -40%);
}

.m_box2 {
  border: 1px solid #ddd;
  background-color: white;
  width: 400px;
  height: 300px;
  padding: 20px 20px;
  border: 1px solid #deefff;
  border-radius: 20px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.08), 0px 0px 2px 0px rgba(0, 0, 0, 0.12);
}



/* ============ small modal ========= */
.small_modal2 {
  /* display: none; */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
}

.m_box {
  position: relative;
  border: 1px solid #ddd;
  background-color: white;
  width: 320px;
  padding: 15px;
  font-size: 13px;
  border: 1px solid #deefff;
  border-radius: 20px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 2px -2px 10px 2px rgba(0, 0, 0, 0.08), 0px 0px 2px 0px rgba(0, 0, 0, 0.12);
}

.m_box .close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 17px;
}
h4 {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 15px;
  text-align: left;
}

.confirm_text {
  margin:10px 0 15px 0;
  color: #181818;
  border-top: 1px solid #535353;
}

.c-left {
  float: left;
}
.c-right {
  float: right;
  font-size: 15px;
  font-weight: 500;
}
.c-blue {
  color: #3f7bb8;
}
.con-detail {
  padding: 8px 0 2px 0;
}
.con-detail::after {
  clear: both;
  content: "";
  display: block;
}
.m_box .who_addr {
  font-size: 14px;
  padding: 10px;
  margin-bottom: 10px;
}
.m_bt {
  box-shadow: inset 0px 1px 0px 0px #dcecfb;
  background: linear-gradient(to bottom, #bddbfa 5%, #80b5ea 100%);
  background-color: #bddbfa;
  border-radius: 6px;
  border: 1px solid #84bbf3;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 13px;
  width: 80px;
  padding: 5px;
  text-decoration: none;
}

.m_bt.no {
  width: 100%;
  color: #181818;
  font-weight: 600;
}

.m_bt.yes {
  color: #181818;
}

.confirm_text2 {
  margin:10px 0 15px 0;
  color: #181818;
  border-top: 1px solid #535353;
}


.default_bt.m_bt {
  width: 100px;
  padding: 10px;
  margin: 0 10px;
}

.default_bt.m_bt.no {
  color: #535353;
}

.default_bt.m_bt.yes {
  background-color: #535353;
  color: white;
}

/* ============ small modal ========= */


/* ============== notice board ========= */

.page_notice>.section_title {
  width: 8em;
  height: 35px;
  background-color: #8ABCEA;
  font-weight: normal;
  border-radius: 0 10px 0 0;
  position: absolute;
  top: -35px;
  line-height: 35px;
  text-align: center;
}

.notice_list table {
  width: 100%;
  margin-bottom: 100px;
}

.notice_list table tr {
  width: 100%;
  border-bottom: 1px solid #989898;
}

.notice_list table tr td {
  padding: 15px 0 10px 0;

}

.notice_list table tr td i {
  color: #8ABCEA;
}

.board_arr i {
  color: #8ABCEA;
}

/* === 공지사항 클릭될때 화살표 ==== */
.notice_on i {
  color: tomato;
  transform: rotate(90deg);
  transition: .2s;
}

/* ==========상세보기 내용 시작 =========== */
.notice_list table tr.notice_detail_box {

  font-size: 14px;

  border-bottom: none;
}

.notice_detail_box{
  background-color: #f5f5f5;
  padding: 20px;
  margin: 5px 0 20px 0;
}



.notice_list table tr td div {
  background-color: #f5f5f5;
  padding: 20px;
  margin: 5px 0;

}

/* ==========상세보기 내용 끝 =========== */
/* ============== notice board ========= */

/* ================== no page ============ */
.none_section .none div.ghost_page {
  animation-duration: 15s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes slidein {
  0% {
    margin-left: 0%;
    width: 100px;
  }

  20% {
    margin-left: 80%;
    width: 100px;
  }

  40% {
    margin-left: 0%;
    width: 100px;
  }

  60% {
    margin-left: 80%;
    width: 100px;
  }

  80% {
    margin-left: 0%;
    width: 100px;
  }

  100% {
    margin-left: 80%;
    width: 100px;
  }
}

/* =============== no page ============ */

/* =============== error occured=========== */
.none_section .none div.ghost_error {
  animation-duration: 1s;
  animation-name: bounce;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transform: translateY(0) scaleY(0.85) scaleX(1.15);
}

/* @keyframes bounce {

  from { transform: translateY(0px); } to { transform: translateY(-25px); }
}
@-webkit-keyframes bounce {
  from { transform: translateY(0px); } to { transform: translateY(-25px); }
} */

@keyframes bounce {
  50% {
    transform: translateY(-112.5px) scaleY(1.05) scaleX(1);
  }
}

/* =============== error occured=========== */


/* ================ register 페이지=============  */

select {
  width: 100%;
  outline: none;
  opacity: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}

option {}

.register_wrap {
  width: 100%;
  border-top: 1px solid #696969;
  border-bottom: 1px solid #696969;
  padding: 20px 0;
  margin: 20px 0;
}
.add_wrap {
  margin: 60px 0;
}
.add_box {
  padding: 20px 0 10px 0;
  border: 1px solid #ccc;
  width: 90%;
  margin: 15px  auto ;
  border-radius: 10px;
  box-sizing: border-box;
}

.card_tag {
  position: relative;
  width: auto;
  height: auto;
}

.card_plus {
  width: 6em;
  height: 30px;
  background-color: #8ABCEA;
  font-weight: normal;
  border-radius: 10px 0 0 0;
  position: absolute;
  top: -50px;
  right: 10px;
  line-height: 30px;
}

.card_tag>.card_plus>button {
  background-color: transparent;
  position: absolute;
  top: -1px;
  right: 0;
  font-size: 17px;
  line-height: 33px;
  color: #535353;
  width: 100%;
  text-align: right;
  cursor: pointer;
}

.card_tag>.card_plus>button>i {
  width: 100%;
  color: #181818;
  font-size: 17px ;
  font-weight: 400
}

/* .card_tag>.card_submit>button {
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  background-color: #ddd;
} */

.camera_qr {
  display: none;
  width: 250px;
  height: 350px;
  border-radius: 30px;
  background-color: white;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  border: 1px solid #ddd;
  z-index: 99998;
  padding: 2rem 2rem 0 2rem;
  text-align: center;
}


.group {
  position: relative;
  margin-bottom: 15px;
}

input.addform {
  margin: 0 auto;
  font-size: 16px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 90%;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
}
.added>.add_box {
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  height: 70px;
  position: relative;

}
.added>.add_box .card_del {
  display: inline-block;

  width: 2rem;
  height: 70px;
  background-color: #08ABCEA;
  border-radius: 0 10px 10px 0;
  position: absolute;
  right: -1px;
  top: -1px;
}
.added>.add_box .card_del button {
  background-color: transparent;
  position: absolute;
  top:5px;
  right:5px;
  width: 90%;
  height: 90%;
  cursor: pointer;
}
.added>.add_box .card_del button i {
  color: #181818;
 width: 90%;
 height: 90%;
}

/* LABEL ======================================= */
label.regi_label {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5%;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

/* active state */
input:focus~label.regi_label,
input:valid~label.regi_label {
  top: -10px;
  font-size: 14px;
  color: #5264AE;
}

.regi_box {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.regi_box label.regi_title {
  position: absolute;
  top: -15px;
  font-size: 14px;
}

.regi_check {
  position: absolute;
  left:30px;
  top: 0;
  font-size: 15px;
}

.bt_box {
  margin: 20px 0;
}
/* ================ register 페이지=============  */

.none_section.loader_page {
  padding-bottom: 200px;
}

.wrap_loader{
  width: 100px;
  margin: 100px auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader {
    vertical-align: middle;
    width: 48px;
    height: 48px;
    border: 7px solid #8ABCEA;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    z-index: 99998 !important;
    position: relative;
 }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}




table tr td {
  vertical-align: text-bottom;
}

input[type=range] {
  -webkit-appearance: none;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}