@charset "UTF-8";
/* #### MAIN #### */
section.main__news {
  margin-bottom: 20px;
  width: 100%;
}

section.main__news .main-card__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.main-card__ranking {
  flex: 1;
  width: 370px;
  padding: 20px 16px;
  border-radius: 8px;
  background-color: #222531;
  align-self: stretch;
}

.main-card__ranking h5.tit {
  font-size: 14px;
  font-weight: 500;
  color: #A5ACBA;
  margin-bottom: 8px;
}

.ranking__list .ranking__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #7A7F8A;
  min-height: 40px;
}

.ranking__item span.no {
  display: inline-block;
  margin-right: 16px;
}

.ranking__item .coin_name {
  width: 100%;
  flex-wrap: nowrap;
}

.ranking__item .coin_name h3 {
  width: 180px;
  flex-shrink: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ranking__item .value {
  text-align: right;
  display: inline-block;
  /* width: 72px; */
  flex-shrink: 0;
  margin-right: 16px;
}

.ranking__item .status {
  flex-shrink: 0;
  text-align: right;
}

.coin-text,
.newsSwiper {
  flex: 0.8;
  flex-shrink: 0;
  align-self: stretch;
  min-width: 320px;
}

.coin-text {
  padding: 16px;
  border-radius: 8px;
  background-color: #222531;
}

.coin-text__list .coin-text__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  margin-bottom: 14px;
}

.coin-text__list .coin-text__item:last-child {
  margin-bottom: 0;
}

.coin-text__item .tit {
  color: #A5ACBA;
  font-weight: 400;
}

.coin-text__item p span {
  display: inline-block;
  margin-left: 6px;
}

.main-card__list .news__item {
  padding: 16px;
  border-radius: 8px;
  background-color: #222531;
  height: 100%;
}

.news__item .news_info {
  display: flex;
  align-items: center;
  gap: 8px;
}

.news__item .thumnail {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
}

.news__item .thumnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news__item .news_reg_info {
  display: flex;
  align-items: center;
}

.news__item .news_reg_info h3.name {
  font-size: 14px;
  font-weight: 600;
}

.news__item .news_reg_info p.reg_time {
  font-size: 14px;
  font-weight: 500;
  color: #949BA8;
}

.news__item .news_reg_info p.reg_time:before {
  content: '·';
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 2px;
}

.news__item .news_cnts {
  margin: 12px auto 30px;
}

.news__item .news_cnts p {
  font-size: 14px;
  font-weight: 500;
  color: #A5ACBA;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.4;
  height: 60px;
}

.news__item .news_icons {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #949BA8;
}

.news__item .news_icons .icon {
  padding-left: 18px;
  position: relative;
}

.news__item .news_icons .icon:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.news_icons .news_like:before {
  background: url(../_img/icon/icon_like.svg) no-repeat center center / contain;
}

.news_icons .news_comment:before {
  background: url(../_img/icon/icon_comment.svg) no-repeat center center / contain;
}

/* 메인 배너 */
section.main__banner {
  width: 100%;
  border-radius: 16px;
  margin-bottom: 0px;
  opacity: 0;
  height: 0;
  transition: 0.38s;
}

section.main__banner.active {
  opacity: 1;
  height: 180px;
  margin-bottom: 20px;
}

section.main__banner .banner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

section.main__banner .banner.up {
  background: url(../_img/detected_bg_up.png) no-repeat center center / cover;
}

section.main__banner .banner.down {
  background: url(../_img/detected_bg_down.png) no-repeat center center / cover;
}

section.main__banner .detected_tit h1 {
  font-family: 'Galmuri11', sans-serif;
  font-size: 40px;
  font-weight: 700;
  background: linear-gradient(to bottom, #fff, #1C6BC8 300%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

section.main__banner .banner.down .detected_tit h1 {
  background: linear-gradient(to bottom, #fff, #FF544E 300%);
  background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

section.main__banner .detected_tit p {
  display: flex;
  align-items: center;
  font-family: 'Galmuri11', sans-serif;
  letter-spacing: -0.015em;
  font-weight: 400;
  gap: 8px;
}

section.main__banner .banner.up .detected_tit .tit_info,
section.main__banner .banner.down .detected_tit .tit_info{
  display: flex;
  align-items: center;
  gap: 8px;
}

section.main__banner .detected_tit p img {
  width: 24px;
  height: 24px;
}

section.main__banner .detected_tit .tit_info .detected_value {
  font-family: 'Galmuri11', sans-serif;
  font-weight: 700;
  letter-spacing: 0em;
}

section.main__banner .banner.up .detected_tit .tit_info .detected_value {
  color: #15CA83;
}

section.main__banner .banner.down .detected_tit .tit_info .detected_value {
  color: #FF544E;
}

section.main__banner .detected_img {
  display: inline-block;
  height: 100%;
  transition: 0.35s 0.3s;
}

section.main__banner .detected_img img {
  height: 100%;
  object-fit: contain;
}

section.main__banner .banner.up .detected_img {
  opacity: 0;
  transform: translateY(30px);
}

section.main__banner.active .banner.up .detected_img {
  opacity: 1;
  transform: translateY(0px);
}

section.main__banner .banner.down .detected_img {
  opacity: 0;
  transform: translateY(-30px);
}

section.main__banner.active .banner.down .detected_img {
  opacity: 1;
  transform: translateY(0px);
}

/* 메인 Table 요소 */
.list__sort {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.list__sort .coin_sort {
  display: flex;
  align-items: center;
  gap: 12px;
}

.input_coin_name {
  width: 100%;
  max-width: 340px;
  background-color: #222531;
  height: 44px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border-radius: 8px;
}

.input_coin_name .btn_search_coin {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../_img/icon/icon_search.svg) no-repeat center center / contain;
}

.input_coin_name input {
  height: 100%;
  font-size: 14px;
  padding: 0;
}

.list_filter {
  position: relative;
  flex-shrink: 0;
}

.list_filter .btn_filter {
  background-color: #222531;
}

.list_filter .btn_filter span {
  font-size: 14px;
  font-weight: 600;
  padding-left: 24px;
  position: relative;
}

.list_filter .btn_filter span:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../_img/icon/icon_filter.svg) no-repeat center center / contain;
}

.list_filter .select_filter {
  display: none;
  width: max-content;
  max-width: 280px;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 50px;
  padding: 20px;
  border-radius: 8px;
  background-color: #222531;
  box-shadow: 0 4px 6px rgb(0, 0, 0, 0.4), 0 4px 6px rgb(0, 0, 0, 0.4);
}

.list_filter .select_filter h4.tit {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.list_filter .select_filter .filter_rate:not(:last-child) {
  margin-bottom: 10px;
}

.list_filter .select_filter .filter_rate h5.tit {
  font-size: 13px;
  color: #A5ACBA;
  margin-bottom: 8px;
}

.filter_rate .rate_checkboxs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.filter_rate .rate_checkboxs .checkbox--typeA {
  width: calc(50% - 3px);
}

.filter_btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}

.filter_btns .btn {
  height: 38px;
  line-height: 38px;
  font-size: 13px;
  font-weight: 600;
}

.sort_radio {
  display: flex;
  align-items: center;
  gap: 12px;
}

.main__table .table_wrap {
  overflow-x: inherit;
}

.coin_name {
  display: flex;
  align-items: center;
  gap: 8px;
}

.coin_name .coin_img {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.coin_name .coin_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.coin_name h3 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.coin_name h3 span {
  font-size: 13px;
  color: #7A7F8A;
  display: inline-block;
  margin-left: 6px;
}

.tbl_news_item {
  background-color: #222531;
  padding: 12px 16px;
  border-radius: 8px;
}

.tbl_news_item .news_info .thumnail {
  width: 20px;
  height: 20px;
}

.tbl_news_item .news_cnts {
  margin-top: 3px;
  margin-bottom: 0;
}

.tbl_news_item .news_cnts p {
  -webkit-line-clamp: 1;
  line-clamp: 1;
  height: 18px;
}

.tbl_news_item .news_reg_info h3.name {
  font-size: 13px;
}

.tbl_news_item .news_reg_info p.reg_time {
  font-size: 13px;
}

.dex_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.dex_list .dex_wrap {
  position: relative;
}

.dex_sponsored {
  display: none;
  width: max-content;
  max-width: 263px;
  position: absolute;
  top: 30px;
  left: 0;
  border-radius: 8px;
  background-color: #222531;
  z-index: 100;
  padding: 16px;
  box-shadow: 0 4px 6px rgb(0, 0, 0, 0.4);
}

.dex_sponsored h5 {
  font-size: 13px;
  color: #7A7F8A;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #323546;
}

.dex_sponsored .sponsored_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.dex_sponsored .btn_sponsored {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 11px 16px;
  border: 1px solid #6188FF;
  border-radius: 8px;
  color: #6188FF;
  font-weight: 500;
  font-size: 13px;
  background-color: transparent;
}

.dex_sponsored .btn_sponsored img {
  width: 16px;
  height: 16px;
  object-fit: cover;
  border-radius: 50%;
}

.dex_list .dex_item {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #7A7F8A;
}

.dex_list .dex_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.table_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.table_bottom .list_cnt {
  font-size: 14px;
  color: #5B616B;
}

@media screen and (max-width:1440px) {
  .main__table .table_wrap {
    overflow-x: auto;
  }
}

/* Mobile */
@media screen and (max-width:767px) {
  section.main__news .main-card__list {
    flex-direction: column;
    gap: 8px;
  }

  .main-card__ranking {
    width: 100%;
    padding: 16px;
  }

  .main-card__ranking h5.tit {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .ranking__list .ranking__item {
    font-size: 12px;
    min-height: 44px;
    gap: 2px;
  }
  
  .ranking__item span.no {
    margin-right: 4px;
  }

  .ranking__item .coin_name h3 {
    width: calc(58% - 30px)
  }

  .coin_name h3 span {
    font-size: 10px;
    color: #7A7F8A;
    display: inline-block;
    margin-left: 2px;
  }

  .coin_name {
    display: flex;
    align-items: center;
    gap: 2px;
  }

  .ranking__item .value {
    margin-right: 8px;
  }

  .coin-text,
  .newsSwiper {
    flex: 1;
    min-width: auto;
    width: 100%;
  }

  section.main__banner.active {
    height: 288px;
  }

  section.main__banner .banner {  
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 8px;
  }

  section.main__banner .detected_tit h1 {
    font-size: 28px;
    text-align: center;
  }

  section.main__banner .detected_tit .tit_info {
    flex-direction: column;
    align-items: center;
  }

  section.main__banner .detected_tit p {
    font-size: 13px;
  }

  section.main__banner .detected_tit p img {
    width: 20px;
    height: 20px;
  }

  section.main__banner .detected_img {
    height: 120px;
  }

  .table_bottom {
    justify-content: center;
  }

  .list__sort {
    gap: 12px 8px;
    margin-bottom: 12px;
  }

  .list__sort .coin_sort {
    width: 100%;
  }

  .list__sort .tabs--typeA {
    width: 100%;
  }

  .list__sort .tabs--typeA .tabs__link {
    flex: 1;
  }

  .sort_radio_wrap {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .sort_radio_wrap::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }

  .sort_radio_wrap::-webkit-scrollbar-thumb {
    height: 30%;
    background: #222531;
    border-radius: 20px;
  }

  .sort_radio_wrap::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 20px;
  }
  
  .sort_radio {
    width: max-content;
    padding-bottom: 8px;
  }

  

  .input_coin_name {
    max-width: 100%;
  }
  
  .table_bottom .list_cnt,
  .table_bottom .select--typeA {
    display: none;
  }

  .list_filter .select_filter {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 102;
    width: calc(100% - 40px);
    max-width: 100%;
  }

  .dex_sponsored {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    max-width: 100%;
  }
}

/* #### Community #### */
.community__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 56px 20px 160px;
}

.community__inner_custom01 {
  max-width: 700px;
  margin: 0 auto;
}
.community__inner_custom02 {
  max-width: 300px;
  margin: 0 auto;
}


.community__title {
  text-align: center;
  position: relative;
}

.community__title h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.community__title .tabs--typeA {
  justify-content: center;
  display: inline-flex;
}

.community__title .btn_register {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  background-color: #323546;
}

.com_table {
  display: block;
}

.mo_table {
  display: none;
}

.mo_btn_register {
  display: none;
}

/* detail */
.community_detail .dtl__title h3 {
  font-size: 16px;
  font-weight: 600;
  padding: 12px;
  border-top: 1px solid #222531;
  border-bottom: 1px solid #222531;
}

.community_detail .dtl__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  border-top: 1px solid #222531;
  border-bottom: 1px solid #222531;
  padding: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #A5ACBA;
}

.dtl__info .info--left,
.dtl__info .info--right {
  display: flex;
  gap: 24px;
}

.dtl__info .info--left>div {
  display: flex;
}

.dtl__info .info--left p, 
.dtl__info .info--right p {
  min-width: 120px;
}

.dtl__info .info--left p b,
.dtl__info .info--right p b {
  display: inline-block;
  margin-left: 8px;
}

.dtl__contents {
  min-height: 364px;
  padding: 16px 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #d4d4d4;
}

.dtl__contents *:not(.btn) {
  line-height: 1.6;
}

.btn_good span {
  display: inline-block;
  margin-left: 10px;
  color: #5679E3;
}

.btn_bad span {
  display: inline-block;
  margin-left: 10px;
  color: #FF544E;
}

.dtl__comments {
  margin-top: 20px;
}

.comment__title {
  padding: 12px;
  border-top: 1px solid #222531;
  border-bottom: 1px solid #222531;
}

.comment__title h5 {
  font-weight: 600;
}

.comment__title h5 b {
  display: inline-block;
  margin-left: 4px;
}

.comment__list .comment__item {
  margin-top: 8px;
  padding: 12px;  
  border: 1px solid #222531;
  border-radius: 8px;
}

.comment__item .comment_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #A5ACBA;
  padding: 12px;
  padding-top: 0px;
  border-bottom: 1px solid #222531;
}

.comment_info .comment--left {
  display: flex;
  align-items: center;
  gap: 24px;
}

.comment_info p b {
  display: inline-block;
  margin-left: 8px;
}

.comment__item .comment_cnts {
  padding: 16px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #d4d4d4;
}

.comment__item .comment_cnts *:not(.btn) {
  line-height: 1.6;
}

.form_reply {
  margin-top: 8px;
}

.form_reply .input_reply {
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
  background-color: #222531;
  padding: 8px;
}

.form_reply .input_reply input {
  height: 32px;
  padding-left: 4px;
}

.form_reply .input_reply .btn_reply {
  height: 32px;
  font-size: 14px;
}

.community_detail .btn_list {
  background-color: #323546;
  color: #fff;
  width: 113px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
}

.comment__item .form_reply {
  display: none;
  margin-top: 0px;
}

.reply__list .comment__item {
  margin-left: 48px;
  position: relative;
}

.reply__list .comment__item:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../_img/icon/icon_reply.svg) no-repeat center center / contain;
  position: absolute;
  left: -48px;
  top: 0;
}

/* register */
.community__inner.register {
  max-width: 680px;
}

.form_community .btn_area {
  padding-bottom: 24px;
  border-bottom: 1px solid #21262B;
}

.form_community .btn_area .btn_submit {
  font-size: 14px;
}

/* Mobile */
@media screen and (max-width:767px) {
  .community__inner {
    padding: 20px 16px 60px;
  }

  .community__title h2 {
    font-size: 18px;
  }

  .community__title .btn_register {
    display: none;
  }

  .community__inner .table_wrap {
    display: none;
  }

  .com_table {
    display: none;
  }

  .mo_table {
    display: block; 
  }
  
  .board__list .board__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    font-size: 13px;
    color: #7A7F8A;
  }

  .board__item a.title {
    color: #fff;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 20px;
    margin-bottom: 6px;
  }

  .board__item ul.info_list {
    display: flex;
    align-items: center;
  }

  .board__item ul.info_list li {
    font-size: 12px;
    padding: 0 4px;
    position: relative;
  }

  .board__item ul.info_list li:first-child {
    padding-left: 0;
  }

  .board__item ul.info_list li:last-child {
    padding-right: 0;
  }

  .board__item ul.info_list li:last-child::after {
    content: none;
  }

  .board__item ul.info_list li::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: #323546;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .board__item .board--recommend {
    flex-shrink: 0;
  }

  .community__inner .table_bottom {
    margin-top: 40px;
    justify-content: center;
  }

  .mo_btn_register { 
    display: block;
    margin-top: 40px;
    background-color: #323546;
  }

  .community_detail .dtl__title {
    /* padding: 0 16px; */
  }

  .community_detail .dtl__title h3 {
    font-size: 15px;
    font-weight: 500;
  }

  .community_detail .dtl__info {
    flex-direction: column;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
  }

  .dtl__info .info--left,
  .dtl__info .info--right {
    width: 100%;
  }

  .dtl__info .info--left {
    padding-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .dtl__info .info--left>div {
    gap: 4px;
  }

  .dtl__info .info--left p,
  .dtl__info .info--right p {
    min-width: auto;
  }

  .dtl__info .info--right {
    justify-content: space-between;
  }

  .dtl__contents {
    min-height: 282px;
    padding: 24px 12px;
    font-size: 14px;
    line-height: 1.6;
    color: #D4D4D4;
  }

  .dtl__contents p {
    line-height: 1.6;
  }

  .dtl__contents .btn_area .btn {
    flex: 1;
    font-size: 14px;
  }

  .btn_good span,
  .btn_bad span {
    font-size: 14px;
  }
  
  .dtl__comments {
    margin-top: 0px;
  }

  .comment__title {
    padding: 12px 16px;
    border-bottom: none;
  }

  .comment__list .comment__item {
    padding: 12px 16px;
  }

  .comment__item .comment_info {
    padding: 12px;
    font-size: 12px;
    font-weight: 500;
  }

  .comment__item .comment_cnts {
    color: #D4D4D4;
    font-size: 13px;
  }

  .comment__item .btn_area .btn {
    flex: 1;
    font-size: 14px;
  }

  .form_reply {
    padding: 0 16px;
  }

  .form_community .btn_area {
    padding-bottom: 20px;
    border-bottom: none;
  }

  .reply__list .comment__item {
    margin-left: 32px;
  }

  .reply__list .comment__item:before { 
    width: 24px;
    height: 24px; 
    left: -32px;
  }
}

/* #### MYPAGE #### */
.mypage__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 56px 20px 170px;
}

.mypage__title {
  padding-bottom: 10px;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 20px;
}

.mypage__title h3 {
  font-size: 24px;
  font-weight: 700;
}

.mypage__layout {
  display: flex;
  gap: 20px;
}

.mypage__layout .my_info {
  flex-shrink: 0;
  flex-basis: 340px;
  align-self: baseline;
  background-color: #222531;
  padding: 12px 20px;
  border-radius: 8px;
}

.mypage__layout .mypage__contents {
  width : 100%;
  padding-left: 20px;
  border-left: 1px solid #323546;
}

.my_info .myinfo__list li {
  display: flex;
  align-items: center;
  min-height: 40px;
  gap: 10px;
  font-size: 14px;
}

.my_info .myinfo__list li .myinfo_tit {
  display: inline-block;
  width: 64px;
  font-weight: 600;
  flex-shrink: 0;
  color: #A5ACBA;
}

.my_info .myinfo__list li .myinfo_cnts {
  font-weight: 500;
}

.mypage__contents .tabs--typeA .tabs__link {
  flex: 1;
}

.mypage__contents .tbl_list table {
  table-layout: auto;
}

.mypage-tab__content {
  display: none;
}

.mypage-tab__content.on {
  display: block;
}

.myinfo_badge {
  display: flex;
  align-items: center;
  gap: 8px;
}

.myinfo_badge .badge_img {
  display: inline-block;
  width: 28px;
  height: 22px;
  display: flex;
  align-items: center;
  position: relative;
}

.myinfo_badge .badge_img .badge {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.myinfo_badge .badge_img .badge svg {
  overflow: visible;
}

/* Badge 애니메이션 */
.badge.badge_1 {
  background: url(../_img/badge/badge_1_off.svg) no-repeat center center / contain;
  animation: badge1Bg 1.5s linear infinite;
}

.badge.badge_2 {
  background: url(../_img/badge/badge_2_off.svg) no-repeat center center / contain;
  animation: badge2Bg 1.5s linear infinite;
}

.badge.badge_3 {
  background: url(../_img/badge/badge_3_off.svg) no-repeat center center / contain;
  animation: badge3Bg 1.5s linear infinite;
}

.badge.badge_4 {
  background: url(../_img/badge/badge_4_off.svg) no-repeat center center / contain;
  animation: badge4Bg 1.5s linear infinite;
}

.badge.badge_5 {
  background: url(../_img/badge/badge_5_off.svg) no-repeat center center / contain;
  animation: badge5Bg 1.5s linear infinite;
}

.badge.badge_1 .starter_text {
  animation: badge1Text 1.5s linear infinite;
}

.badge.badge_2 .badge2_star {
  transform-origin: center;
  animation: badge2Rotate 3s linear infinite;
}

.badge.badge_3 .badge3_rocket {
  animation: badge3Rocket 2s linear infinite
}

.badge.badge_3 .badge3_smoke {
  transform-origin: center bottom;
  animation: badge3Smoke 2s linear infinite;
}

.badge.badge_4 .badge4_ufo {
  animation: badge4UFO 2s linear infinite;
}

.badge.badge_4 .badge4_light {
  transform-origin: center bottom;
  animation: badge4Light 2s linear infinite;
}

.badge.badge_5 .badge5_alien {
  animation: badge5Alien 1.5s linear infinite
}

.badge.badge_5 .badge5_light {
  transform-origin: center center;
  animation: badge5Light 1.5s linear infinite
}

@keyframes badge1Bg {
  0% {
    filter: drop-shadow(0px)
  }

  50% {
    filter: drop-shadow(0px 0px 2px rgb(255, 255, 255, 0.8));
  }

  100% {
    filter: drop-shadow(0px)
  }
}

@keyframes badge2Bg {
  0% {
    filter: drop-shadow(0px)
  }

  50% {
    filter: drop-shadow(0px 0px 3px rgb(255, 208, 62, 0.8));
  }

  100% {
    filter: drop-shadow(0px)
  }
}

@keyframes badge3Bg {
  0% {
    filter: drop-shadow(0px)
  }

  50% {
    filter: drop-shadow(0px 0px 3px rgb(248, 113, 90, 0.8));
  }

  100% {
    filter: drop-shadow(0px)
  }
}

@keyframes badge4Bg {
  0% {
    filter: drop-shadow(0px)
  }

  50% {
    filter: drop-shadow(0px 0px 3px rgb(208, 184, 255, 0.8));
  }

  100% {
    filter: drop-shadow(0px)
  }
}

@keyframes badge5Bg {
  0% {
    filter: drop-shadow(0px)
  }

  50% {
    filter: drop-shadow(0px 0px 3px rgb(30, 186, 155, 0.8));
  }

  100% {
    filter: drop-shadow(0px)
  }
}

@keyframes badge1Text {
  0% {
    fill: #999999;
  }

  50% {
    fill: #ffffff;
  }

  100% {
    fill: #999999;
  }
}

@keyframes badge2Rotate {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes badge3Rocket {
  from {
    transform: translateY(0px);
    filter: drop-shadow(0px)
  }

  to {
    transform: translateY(-5px);
    filter: drop-shadow(0px 0px 5px rgb(255, 255, 255));
  }
}

@keyframes badge3Smoke {
  from {
    transform: translateY(0px) scale(1);
  }

  to {
    transform: translateY(3px) scale(2.8);
  }
}

@keyframes badge4UFO {
  0% {
    transform: translate(0px, 0px);
    filter: drop-shadow(0px)
  }

  25% {
    transform: translate(0px, -1px) rotate(-2deg);
  }

  50% {
    transform: translate(0px, -2px) rotate(-4deg);
    filter: drop-shadow(0px 0px 3px rgb(255, 255, 255));
  }

  75% {
    transform: translate(-1px, -2.5px) rotate(-6deg);
  }

  100% {
    transform: translate(-2px, -3px) rotate(-7deg);
    filter: drop-shadow(0px 0px 5px rgb(255, 255, 255));
  }
}

@keyframes badge4Light {
  0% {
    transform: scale(1, 1)
  }

  50% {
    transform: translate(0, 2px) scale(0.9, 1.5)
  }

  100% {
    transform: translate(-1px, 3px) scale(0.7, 1.8)
  }
}

@keyframes badge5Alien {
  from {
    filter: drop-shadow(0px)
  }

  to {
    filter: drop-shadow(0px 0px 3px rgb(255, 255, 255));
  }
}

@keyframes badge5Light {
  0% {
    opacity: 0;
    transform: translate(2px, -2px) scale(0.3);
  }

  60% {
    opacity: 1;
    transform:translate(2px, -2px) scale(1.1);
  }

  100% {
    opacity: 1;
    transform: translate(2px, -2px) scale(1.1);
  }
}

/* Pad & Mobile */
@media screen and (max-width:1200px) {}
/* Pad */
@media screen and (min-width:768px) and (max-width:1200px) {
  .mypage__layout .my_info {
    flex-basis: 280px;
  }
}
/* Mobile */
@media screen and (max-width:768px) {
  .mypage__inner {
    padding: 20px 16px 100px;
  }

  .mypage__title h3 {
    font-size: 18px;
  }

  .mypage__layout {
    flex-direction: column;
    align-items: flex-start;
  }

  .mypage__layout .my_info {  
    flex-basis: 100%;
    width: 100%;
  }

  .mypage__layout .mypage__contents {
    width: 100%;
    padding-left: 0;
    border-left: none;
  }

  .mypage-tab__content .table_wrap {
    display: none;
  }
}


.neon-box {
  margin-top: 15%;
  display: inline-block;
  padding: 10px 20px;
  background-color: #0d1421;
  border: 2px solid #00ccff;
  border-radius: 20px;
  animation: neonGlow 3s ease-in-out infinite;
}
.neon-text {
  font-family: 'Orbitron', 'Galmuri11', sans-serif;
  font-size: 48px;
  color: #ff66cc; /* 밝은 핑크 텍스트 */
  text-align: center;

  text-shadow:
          0 0 5px #ff66cc,        /* 작은 핑크 광채 */
          0 0 10px #ff66cc,
          0 0 20px #ff66cc,
          0 0 40px #00ccff,        /* 블루 네온 외곽 */
          0 0 80px #00ccff;
}



.blink {
  animation: blink-animation 0.5s ease;
}

@keyframes blink-animation {
  0%   { opacity: 1; }
  50%  { opacity: 0.2; }
  100% { opacity: 1; }
}


/* 자동 완성 리스트 스타일 */
/* 검색창 input의 바로 하단에 자동완성 리스트를 표시 */
.input_coin_name {
  position: relative; /* position을 relative로 설정하여 하위 요소들이 절대 위치를 기준으로 배치되도록 함 */
}

/* 자동완성 리스트 스타일 */
.coin_suggestions {
  display: none;  /* 기본적으로 숨겨짐 */
  position: absolute;
  top: 100%;  /* input 바로 아래에 위치 */
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  background-color: #222531;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  z-index: 100;
  padding: 8px 0;
}

.coin_suggestions div {
  padding: 8px 16px;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
}


.coin_suggestions div:hover {
  background-color: #333;
}