#loading {
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  background: black;
  z-index: 1000;
  /* 이 값으로 레이어의 위치를 조정합니다. */
}

#btcChart,
#myChart,
#onebotChart,
#usdtChart {
  position: relative;
}

/* button container */
.btn-container {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-top: 2rem;
  justify-content: center;
}

.btn-container button {
  all: initial;
  font-size: 16px;
  font-style: normal;
  font-weight: 510;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.32px;
  padding: 8px 24px;
  color: rgba(19, 23, 34, 1);
  background-color: rgba(240, 243, 250, 1);
  border-radius: 8px;
  cursor: pointer;
}

.btn-container button:hover {
  background-color: rgba(224, 227, 235, 1);
}

.btn-container button:active {
  background-color: rgba(209, 212, 220, 1);
}

.btn-container button.on {
  background-color: rgb(136 170 255);
}

/* 스코어차트 준비 문구 */
.prepare_text {
  color: #fff;
  /* padding-left: 1.5rem; */
  font-size: 2rem;
}

.display_none {
  width: 60%;
  height: 20px;
  position: absolute;
  bottom: 32px;
  right: 48px;
  background: var(--color-gray2);
  z-index: 1;
}

#loading>div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.9rem;
}


.clearfix {
  clear: both;
}

/* uo wrapper */
.uo_wrapper {}

.select_container.hide {
  display: none;
}

.select_container.show {}

.select_container.mobile {
  display: grid;
  position: static;
  transform: translateX(0);
  width: 100%;
  justify-content: center;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  align-content: center;
  justify-items: center;
  background: var(--color-dark);
  padding: 3rem 0.5rem 0;
  font-family: var(--main-font-regular);
}

/* modal */

.alert_wrapper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  z-index: 5;
}

.alert_wrapper.popup {
  background: #00000094;
}

.alert_modal {
  width: 300px;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  padding-bottom: 15px;
}

.alert_border {
  background: #af0000;
  height: 55px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.alert_border p {
  color: #fff;
  font-weight: bold;
  margin-left: 5px;
  font-size: 18px;
  margin-bottom: 0;
}

.alert_border svg {
  width: 27px;
  height: 27px;
}

.alert_text {
  margin: 20px 10px;
  text-align: left;
  font-size: 17px;
  border-bottom: 2px solid #eee;
  padding-bottom: 15px;
  color: #761900;
}

.alert_modal .confirm_btn {
  margin-left: auto;
  display: block;
  margin-right: 35px;
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 10px;
  font-weight: 500;
}

.alert_modal img {
  width: 25px;
}

.scroll_menu {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  background-color: #838383;
}

.scroll_list {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: repeat(4, 1fr);
}

.scroll_list button {
  color: var(--color-main);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  font-family: var(--main-font-Mont);
  font-size: 2rem;
  font-weight: 900;
  line-height: 2.6rem;
  text-align: center;
  border: none;
  background: none;
}

.scroll_list img {
  width: 25px;
  height: 25px;
}

.scroll_top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 3%;
  z-index: 9999;
  display: none;
}

/* title */
.title_container:not(.scorelist) {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 30px;
}

.title_container h1 {
  font-size: 4rem;
  margin-bottom: 0;
  height: 42px;
}

.symbol_container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.symbol_container .text_gray {
  color: #9d9d9dbd;
}
.coin-list-container-wrapper {
  display: flex;
  justify-content: space-between;
  gap:16px;
}
.coin-list-container {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
.symbol_img {
  width: 32px;
  height: 32px; 
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--Grayscale-Gray70);
  background: var(--Grayscale-Gray10);
}

.symbol_img_container {
  cursor: default;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #fff;
  background: #fff;
}
.select-dropdown-list {
}
.select_symbol_container.fav .strname {
  min-width: auto !important;
}
.select_symbol_container.fav {
  justify-content: initial;
  padding: 8px 16px;
}
.select-trigger .arrow {
  right: 20px;
}
#coinSearch {
  padding: 8px 16px;

}
.caution_text {
  font: var(--ps8);
  color: var(--Grayscale-Gray10);
}
.select_symbol_container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.select_symbol_container span {
  min-width: 110px;
  margin-left: 2px;
}
.select_symbol_container.fav span {
  font: var(--ps5);
  color: var(--Grayscale-Gray10);
  font-weight: bold;
}

/* chart */
.chart_main_wrapper .scorechart_wrapper h1.m-3 {
  margin: 3rem 0 3rem;
}

.chart_main_wrapper h1 {
  margin: 0rem 0 3rem;
  font: var(--lp7);
  color: var(--Grayscale-Gray10);
}
.smartchart_wrapper h1 {
  margin: 0;
}
/* chart */
.chart_main_wrapper {
  width: 95%;
  margin: auto;
  margin-bottom: -20px;
  margin-top: 16px;
}

.search_container {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin-bottom: 20px;
}

.select_container.browser {
  position: absolute;
  z-index: 2;
  display: flex;
  transform: translateX(-50%);
  top: 8px;
  left: 50%;
  color: #fff;
  font-family: var(--main-font-regular);
  width: 65%;
  justify-content: center;
  flex-wrap: wrap;
}
.select_container[class*="pm-lite-"],.select_container[class*="pm-"], .select_container[class*="sm-"] {
  z-index: 4;
}
.select_list {
  margin-left: 1rem;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}

.select_list img {
  width: 20px;
  height: 20px;
  margin-left: 3px;
}

.select_list_desc {
  position: relative;
  /* height: 27px; */
  display: grid;
  align-items: center;
}

.select_list_desc_text {
  display: none;
  font-size: 1.4rem;
  background: var(--color-dark);
  /* white-space: nowrap;
    width: max-content; */
  position: absolute;
  top: 25px;
  padding: 0.5rem;
  border-radius: 0.5rem;
  width: 300px;
}

.select_list_desc:hover .select_list_desc_text {
  display: block;
  position: absolute;
  left: 5px;
}

.select_list_desc_text p {
  margin: 0;
  padding: 5px;
}

.seacrh_symbol {
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.seacrh_symbol label {
  color: var(--color-main);
  font-family: var(--main-font-Medium);
  font-weight: 500;
  font-size: 1.8rem;
}

.my_title {
  width: 100%;
  margin: 0 auto 40px;
  padding-top: 40px;
  text-align: center;
}

#wrapper {
  border: 1px solid #c2c5cb;
  display: inline-block;
  padding: 8px 12px;
}

#label {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  height: 26px;
  /* padding-left: 25%; */
  /* padding-top: 10%; */
}

.hiddenCheckbox {
  display: none;
}

.hiddenCheckbox:checked+#showCheckbox {
  background: url("../image/chkbox_white_checkd.png") no-repeat;
  background-size: 100% 100%;
}

#showCheckbox {
  width: 20px;
  height: 20px;

  background: url("../image/chkbox_white.png") no-repeat;
  background-size: 100% 100%;
}
.btn-with-icon #showCheckbox {
  background:url("../image/renewal/icon/chkbox_white_no_border.png") no-repeat;
  background-size: 100% 100%;
}
.btn-with-icon .hiddenCheckbox:checked+#showCheckbox {
  background:url("../image/renewal/icon/chkbox_orange_no_border.png") no-repeat;
  background-size: 100% 100%;
}
.btn-with-icon:has(.hiddenCheckbox:checked) {
  color: var(--Primary-Main100);
  border: 1px solid var(--Primary-Main100);
}
#coinSelect {
  border: solid 1px #dbdbdb;
  width: 80%;
  margin-left: 1%;
  border-radius: 50px;
}

.select2-container {
  border: none;
  /* width: 100% !important; */
  height: 43px;
  color: var(--color-main);
  text-align: center;
  font-family: var(--main-font-Medium);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 5px;
  background: var(--color-gray2);
}

.select2.select2-container.select2-container--default {
  width: 100% !important;
}

/* .select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
    width: 100% !important;
}

.select2.select2-container.select2-container--default.select2-container--below.select2-container--open {
    width: 100% !important;
} */

.select2-container--default .select2-selection--single {
  border-radius: 5px;
  background: var(--color-gray2);
  height: 100%;
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--color-main);
  line-height: 43px;
  height: 100%;
  width: 100%;
}

/* 화살표 */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 43px;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  transform: translateY(-50%);
}

/* 아래화살표 */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--color-main) transparent transparent transparent;
  border-style: solid;
  border-width: 7px 6px 0px 6px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent var(--color-main) transparent;
  border-width: 0 6px 6px 6px;
}

/* select dropdown */
.select2-container--open .select2-dropdown--below {
  background: var(--color-gray2);
  border: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  background: var(--color-gray2);
  color: var(--color-main);
  border: none;
}

/* scroll bar */
#select2-coinSelect-results::-webkit-scrollbar-thumb {
  background: var(--chart-blue);
  height: 40px;
}

#select2-coinSelect-results::-webkit-scrollbar {
  width: 5px;
}

/* select selected */
.select2-container--default .select2-results__option--selected {
  background: var(--color-gray2);
}

.coinSelect_option {
  color: #fff;
}

.svg_container {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  top: 8px;
  right: 140px;
}

.svg_container img {
  cursor: pointer;
  margin-right: 1rem;
  width: 20px;
}

.svg_container .ruler-icon {
  width: 22px;
}

.autoScaleBox {
  /* width: 24px; */
  position: absolute;
  right: 17px;
  bottom: 6px;
  z-index: 2;
  font-size: 15px;
  font-family: var(--bs-body-font-family);
  cursor: pointer;
  color: #fff;
}

#chartFrm {
  display: flex;
  align-items: center;
}

#Legend {
  position: absolute;
  left: 10px;
  top: 8px;
  z-index: 1;
  font-size: 1.5rem;
  font-family: var(--main-font-Medium);
  line-height: 1.8rem;
  font-weight: 400;
}

.drawPriceLine svg {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  fill: currentcolor;
  flex-shrink: 0;
  color: #fff;
  cursor: pointer;
  width: 35px;
  height: 35px;
}

.enterFullscreenBtn svg {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  fill: currentcolor;
  flex-shrink: 0;
  color: #fff;
  cursor: pointer;
}

.exitFullscreenBtn svg {
  width: 25px;
  height: 25px;
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  fill: currentcolor;
  flex-shrink: 0;
  color: #fff;
  cursor: pointer;
}

.onebot-selWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px auto 15px;
  padding: 0;
  width: 100%;
}

.onebot-selWrap select {
  width: 90px;
  height: 43px;
  /* color: var(--color-gray1);
  border-radius: 5px;
  background: var(--color-gray2); */
  background:none;
  font-size: 2rem;
  padding: 0 1rem;
  font:var(--pb6);
}

.onebot-sel:last-of-type {
  margin-right: 0;
}

.onebot-sel {
  list-style: none;
  margin-right: 5px;
  min-width: auto;
  background:none;
}
.onebot-sel .nice-select {
  min-width: 120px; 
  line-height: 40px;
}
.guage_chart_wrapper {
  position: relative;
  width: 100%;
  margin: 20px 0;
  /* min-height: 395px; */
  overflow: visible;
  background: var(--color-dark);
  border-radius: 1rem;
  display: flex;
  flex-wrap: wrap;
}

.guage_chart_container {
  float: left;
  width: 33%;
  padding: 1.5% 0.5% 0 0.5%;
  position: relative;
}

.guage_chart_container .titCh {
  min-height: 68px;
  text-align: center;
  color: var(--color-main);
  font-size: 2.2rem;
  font-family: var(--main-font-regular);
  font-weight: 600;
}

.guage_desc {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.guage_desc_detail p {
  margin-bottom: 0;
}

.guage_desc_detail {
  display: none;
  font-size: 1.4rem;
  background: #595959;
  /* white-space: nowrap; */
  width: 100%;
  position: absolute;
  top: 33%;
  padding: 0.5rem;
  border-radius: 0.5rem;
  z-index: 999999;
  left: 50%;
  transform: translate(-50%, -50%);
  /* min-height: 150px; */
  text-align: center;
  max-height: 300px;
}

.guage_chart_container .click_goya {
  position: absolute;
  z-index: 1;
  bottom: 13%;
  transform: translateX(-50%);
  left: 50%;
  background: var(--color-gray2);
  color: var(--color-main);
  font-weight: 600;
  border-radius: 0.5rem;
  border: none;
  font-family: var(--main-font-regular);
  font-weight: 500;
  font-size: 1.4rem;
  min-width: fit-content;
  min-height: 31px;
  height: fit-content;
  width: 120px;
}

.guage_chart_container .titCh span.t_graph5 {
  font-size: 1.4rem;
  font-weight: 300;
}

.goya_dominance_chart_wrapper {
  /* width: 50vw; height: 300px; margin:0 auto 10px; */
}

#goya_dominance_chart {
  width: 100%;
  position: absolute;
  height: 100%;
}

.cancel_goya {
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  background: none;
  border: none;
}

.cancel_goya svg {
  width: 2rem;
  height: 2rem;
}

.guage_chart_container .guage_icon {
  width: 20px;
  margin-left: 0.5rem;
  cursor: pointer;
}

.testTrend {
  position: absolute;
  z-index: 99;
  width: 10px;
  height: 10px;
  background-color: white;
}

#drawing_line {
  position: relative;
  z-index: 1500;
  height: 0;
}

#drawing_line>svg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

#drawing_line>svg .drawing_line_polyline {
  fill: none;
  stroke: blue;
  stroke-width: 4;
  transition: all 1s;
}

#drawing_line>svg .drawing_line_circle {
  fill: blue;
}

#svg {
  /* display: none; */
  position: absolute;
  z-index: 999;
}

.checkedSpan {
  color: var(--text-orange);
}

/* tradingview */

.tv_chart_wrapper {
  width: 100%;
  height: 600px;
}

.chart_main_wrapper {
  height: auto;
  /* 기존 설정을 해제하고 */
}

/* 각 하위 요소에 적절한 높이를 설정해야 합니다. */
.dominance_wrapper,
.scorechart_wrapper,
.smartchart_wrapper,
.premiumchart_wrapper,
.tv_wrapper {
  border-radius: 4px;
  border: 1px solid rgb(252 252 252 / 16%);
  padding: 32px 48px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: -8px 8px 8px 0 rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(15px);
  margin: 40px 0;
}

.premiumchart_wrapper , .smartchart_wrapper {
  width: 100%;
  /* margin: auto; */
  height: fit-content;
}

.premiumchart_wrapper h1 {
  margin: 0;
}

body.smart .premiumchart_wrapper .title_wrapper {
  margin: 0rem 0 3rem;
}

body.smart .premiumchart_wrapper .smartchart_title_wrapper .title_wrapper {
  margin: 0;
}

body.smart .smartchart_title_wrapper.journal {
  display: flex;
  justify-content: space-between;
  margin: 0rem 0 3rem;
}
.smartchart_title_wrapper.journal .title_wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.premiumchart_wrapper .title_wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0rem 0 3rem;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}

.premiumchart_wrapper .title_wrapper.smart {
  justify-content: initial;
  align-items: center;
  gap: 1rem;
}

.premiumchart_wrapper .title_wrapper.smart.fav {
  width: 100%;
  justify-content: space-between;
}

.premiumchart_wrapper .title_wrapper.smart img {
  width: 20px;
  height: 20px;
}

.premiumchart_wrapper .title_wrapper h1 {
  line-height: 1.6;
}

.premiumchart_wrapper .title_wrapper button,
.smartchart_wrapper .smartchart_title_wrapper.journal button {
  border-radius: 0.5rem;
  font:var(--ps8);
  border: none;
  min-width: fit-content;
  width:100px;
  min-height: 35px;
  height: fit-content;
  background: var(--Primary-Main100);
  color: var(--Grayscale-Gray10);
}

.title_left_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.title_left_wrapper .title_left_desc {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.title_wrapper.smart .select_list_desc {
  z-index:3;
}
.title_wrapper.smart .select_list_desc:hover {
  z-index: 3 !important;
}
.title_wrapper .favo1 {
  cursor: pointer;
  padding: 0 1rem;
  display: flex;
  color: var(--Grayscale-Gray10);
  border-radius: 0.5rem;
  align-items: center;
  width: auto;
  height: 35px;
  min-height: fit-content;
  border-radius: 0.5rem;
  background: none;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 500;
}

.title_wrapper .favo1 span {
  background-image: url(../image/renewal/icon/star_borer.png);
  width: 15px;
  height: 15px;
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.title_wrapper .favo1 p {
  font-size: 1.4rem;
  font-weight: 500;
}

.predict_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--background-color);
  z-index: 9999;
  overflow-y: scroll;
}

.predict_modal .exit {
  background: url(../image/close_icon.png) no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 20px;
  background-size: cover;
  cursor: pointer;
}

#predictCoinSelect {
  width: 155px;
  height: 43px;
  color: var(--color-gray1);
  border-radius: 5px;
  background: var(--color-dark);
  font-size: 2rem;
  padding: 0 1rem;
  border: none;
}

#predictCoinSelect option {
  color: var(--color-gray1);
}

.tv_wrapper {
  margin-bottom: 50px;
}

.flex {
  display: flex;
}

.count_container {
  background: var(--color-dark);
  border-radius: 1rem;
  padding: 1.5% 0.5% 1.5% 0.5%;
  margin: 60px 0 30px;
  font-family: var(--main-font-regular);
}

.count_container .titCh {
  /* min-height: 68px; */
  text-align: center;
  color: var(--color-main);
  font-size: 2.2rem;
  /* font-family: var(--main-font-regular); */
  font-weight: 600;
}

.coin_trend {
  margin: auto;
  margin-bottom: 20px;
  width: 95%;
}

.number_container {
  justify-content: space-between;
}

.number_container p {
  font-size: 1.8rem;
  margin-right: 10px;
}

.display_ratio {
  height: 30px;
  width: 100%;
}

.up_bg,
.down_bg {
  position: relative;
}

.up_bg span,
.down_bg span {
  position: absolute;
  top: 50%;
  /* left: 50%; */
  transform: translateY(-50%);
  font-size: 1.5rem;
}

.up_bg {
  background: var(--chart-blue);
  height: 100%;
}

.up_bg span {
  left: 0.5%;
}

.down_bg {
  background: var(--chart-red);
  height: 100%;
}

.down_bg span {
  right: 0.5%;
}

/* predict chart  */
.predict-chart.chart-container {
  display: flex;
  gap: 2rem;
  width: 90vw;
  margin: auto;
  margin-bottom: 3rem;
  flex-wrap: wrap;
  justify-content: center;
  font-family: var(--main-font-Medium);
}

.reset_scale .reset_btn {
  background: #1d1d2b;
  color: #fff;
  border: none;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 0.5rem;
  padding: 0.8rem;
}

.chart-type-selector {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: end;
}
.chart-type-selector.fav {
  flex-direction: row-reverse;
  align-items: end;
}
.chart-type-selector.fav.smart {
  flex-direction: row;
}
.chart-tab {

}

.chart-tab .tab-selector,
.chart-tab .sm-tab-selector {
  /* cursor: pointer;
  width: 50%;
  height: 80%;
  border-radius: 2rem;
  color: var(--color-gray4); */
}
.chart-tab.fav .tab-selector,
.chart-tab.fav .sm-tab-selector {
  /* height: 31px; */
}


.chart-tab .tab-selector.on,
.chart-tab .sm-tab-selector.on {
  /* background: var(--color-orange);
  color: var(--color-main); */
}

.chart-tab input {
  display: none;
}

.chart-menu-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* tab list */
.mobile-tab-list {
  display: none;
  justify-content: center;
  gap: 1rem;
  margin:25px 0 16px;
  position: sticky;
  top: 0;
  background: var(--Grayscale-Gray100);
  z-index: 1;
}
.mobile-tab-list li {
  padding: 16px 24px;
  cursor: pointer;
  text-align: center;
  color: var(--Grayscale-Gray40);
  font:var(--ps8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-tab-list li.active {
  border-bottom: 2px solid var(--Primary-Main100);
  color: var(--Primary-Main100);
}
@media screen and (min-width: 1921px) {
  .display_none {
    height: 15px;
  }

  .guage_chart_container .guage_icon {
    width: 25px;
  }

  .guage_chart_container .titCh {
    font-size: 2.5rem;
  }

  .guage_chart_container .titCh span.t_graph5 {
    font-size: 1.8rem;
  }

  .guage_chart_container .click_goya {
    width: 120px;
    min-width: fit-content;
    min-height: 41px;
    height: fit-content;
    font-size: 1.8rem;
  }

  .guage_desc_detail {
    font-size: 2rem;
    top: 40%;
  }

  #Legend {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .select_list {
    font-size: 2.2rem;
    margin-left: 2rem;
  }

  .select_list img {
    width: 27px;
    height: 27px;
    margin-left: 1rem;
  }

  #showCheckbox {
    width: 28px;
    height: 28px;
  }

  .select_list_desc_text {
    font-size: 2.2rem;
    top: 30px;
    left: 10px;
  }

  .autoScaleBox {
    font-size: 2rem;
  }

  .svg_container {
    top: 10px;
  }

  .svg_container {
    top: 10px;
  }

  .svg_container img {
    width: 25px;
  }

  .svg_container .ruler-icon {
    width: 27px;
  }
}

@media screen and (max-width: 1300px) {
  .favPop .cel {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 1440px) {
  .select_container.browser {
    width: 70%;
    left: 50%;
    font-size: 1.4rem;
  }

  .select_list {
    width: 20%;
  }

  .chart_main_wrapper h1 {
    /* font-size: 1.3rem; */
  }
}

@media screen and (max-width: 1200px) {
  .select_container.browser {
    width: 50%;
    justify-content: flex-start;
    left: 54%;
  }

  .select_list {
    margin: 0;
    width: 31%;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
  }
}

/* @media (hover: none) and (pointer: coarse) {
    .select_container.mobile {
        display: grid !important;
        position: static;
        transform: translateX(0);
        width: 100%;
        justify-content: center;
        grid-template-columns: repeat(4,1fr);
        align-items: center;
        align-content: center;
        justify-items: center;
        background: var(--color-dark);
        padding: 3rem 0.5rem 0;
    }
    .select_list {
        width: 25%;
        margin-left: 0px;
        width: auto;
    }
    .select_list span {
        font-size: 1.4rem;
        width: auto;
    }
    .select_container.web {
        display: none;
    }
    #showCheckbox {
        width: 15px;
        height: 15px;
    }
    .select_list {
        margin-left: 6px;
    }
    .select_list_desc {
        position: relative;
        height: 22px;
    }
    .select_list img {
        width: 17px;
        height: 17px;
    }
    .select_list_desc_text {
        font-size: 10px;
        width: 110px;
       white-space: normal;
    }
    .select_list_desc {
        position: static;
    }
    .select_list_desc:hover .select_list_desc_text {
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .select_list_desc_text {
        width: 50%;
        min-width: 150px;
        font-size: 1.3rem;
        word-wrap: break-word;
    }
} */
@media screen and (max-width: 1024px) {
  .select_container.browser {
    width: 60%;
  }

  .select_container.mobile .select_list {
    width: 100%;
    justify-content: center;
  }

  .svg_container {
    right: 125px;
  }

  .enterFullscreenBtn {
    right: 95px;
    top: 11px;
  }

  .exitFullscreenBtn {
    right: 95px;
  }

  .drawPriceLine {
    top: 13px;
    right: 112px;
  }

  .deletePriceLine {
    top: 10px;
    right: 155px;
  }

  .goya_dominance_chart_wrapper {
    width: 95vw;
  }

  .guage_chart_container {
    width: 50%;
    padding: 2.5% 0.5% 0 0.5%;
  }

  #goya_dominance_chart {
    height: 50%;
    bottom: 0;
  }

  .predict-chart.chart-container {
    width: 95vw;
  }
}

@media screen and (max-width: 900px) {
  .svg_container {
    top: 140px;
    left: 9px;
    right: auto;
  }

  .web {
    display: none;
  }

  .mb {
    display: block;
  }
  .smartchart_wrapper .select_list_desc img  {
    width: 20px;
  }
  .select_container.browser {
    display: flex;
  }

  /* .header_container {
        align-items: center;
        justify-content: center;
        justify-items: center;
        width: 95%;
        margin: auto;
        padding: 5px 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    } */
  .select_wrapper {
    margin-left: auto;
  }

  .predict-chart.chart-container {
    width: 90vw;
  }

  .predict-chart.chart-container>div {
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  /* .select_container{
        width: 50%;
        left: 57%;
        justify-content: flex-start;
    } */

  .chart_main_wrapper h1 {
    /* font-size: 2rem;
    text-align: center; */
    display: none;
  }
  .title_left_wrapper .title_left_desc {
    display: none;
  }

  .guage_chart_container .titCh {
    font-size: 1.5rem;
    min-height: 45px;
    margin-top: 2rem;
    margin-bottom: 0;
  }

  .guage_chart_container .titCh span.t_graph5 {
    font-size: 1.4rem;
  }

  .seacrh_symbol label {
    display: none;
  }

  .title_grid {
    grid-template-columns: 1fr;
  }

  .grid_container {
    width: 70%;
  }

  .grid_container.fav {
    width: 330px;
  }

  .onebot-sel {
    /* width: 50%; */
  }

  .onebot-sel.score {
    /* width: 35%;
    max-width: 200px; */
  }

  .onebot-selWrap select,
  #predictCoinSelect {
    width: 100%;
  }

  .onebot-sel.predict-chart {
    width: 100%;
  }

  #goya_dominance_chart {
    height: 50%;
    left: 1px;
  }

  .up_bg span,
  .down_bg span {
    font-size: 1.3rem;
  }
  .my_title .caution_text {
    font-size:1.6rem;
  }
  .coin-list-container {
      flex-direction: column;
      align-items: center;
      gap: 16px;
  }
  .dominance_wrapper, .scorechart_wrapper, .premiumchart_wrapper, .smartchart_wrapper, .tv_wrapper {
      padding: 0;
      background: none;
      backdrop-filter: none;
      border: none;
  }
  .display_none {
    bottom: 0;
    right: 0;
  }
  .mobile-tab-list {
    display: flex;
  }
  .coin-list-container-wrapper {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 576px) {
  .premiumchart_wrapper .title_wrapper.fav {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin: 0;
    margin-top: 0.5rem;
  }
  .premiumchart_wrapper .title_wrapper.fav .chart-type-selector {
    margin-bottom: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .premiumchart_wrapper .title_wrapper.fav.smart {
    margin: 0;
    flex-wrap: wrap;
  }
  .title_left_wrapper {
    gap: 1rem;
    align-items: center;
  }
  .title_left_wrapper.smart {
    align-items: flex-start;
  }
  .chart-type-selector.fav.smart {
    align-items: flex-end;
  }
  .select_symbol_container span {
    min-width: 85px;
  }

  .symbol_img_container {
    width: 35px;
    height: 35px;
  }

  .title_container h1 {
    font-size: 3rem;
    height: 34px;
  }

  .select_container.mobile {
    display: grid;
    position: static;
    transform: translateX(0);
    width: 100%;
    justify-content: center;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    align-content: center;
    justify-items: center;
    background: var(--color-dark);
    padding: 3rem 0.5rem 0;
  }
  .select_container.mobile.fav {
    padding:0 0.5rem 0;
    position: relative;
    z-index: 2;
  }
  .select_container.mobile .select_list {
    width: 25%;
    margin-left: 0px;
    width: auto;
    margin-left: 6px;
    justify-content: start;
  }

  .select_list span {
    font-size: 1.4rem;
    width: auto;
  }

  /* .select_container.browser {
        display: none;
    } */
  #showCheckbox {
    width: 15px;
    height: 15px;
    background: url("../image/chkbox_white.png") no-repeat;
    background-size: 100% 100%;
  }

  .hiddenCheckbox:checked+#showCheckbox {
    background: url("../image/chkbox_white_checkd.png") no-repeat;
    background-size: 100% 100%;
  }

  #chartFrm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  #Legend {
    line-height:18px;
    top: 5px;
    left: 5px;
    font-weight: bold;
    font-size: 12px;
  }

  .select_list_desc {
    position: relative;
    height: 22px;
  }

  .select_list img,
  .premiumchart_wrapper .title_wrapper.smart img {
    width: 17px;
    height: 17px;
  }

  .select_list_desc_text {
    font-size: 10px;
    width: 110px;
    white-space: normal;
  }

  .my_title {
    width: 100%;
    margin: 30px auto;
    text-align: center;
  }

  .title_container img {
    width: 55px;
  }

  .guage_chart_container {
    width: 100%;
  }

  .seacrh_symbol {
    flex-direction: column;
  }

  .guage_chart_wrapper {
    padding-top: 0;
    margin-top: 0;
  }

  #goya_dominance_chart {
    height: 300px;
    top: 53%;
    left: 0;
  }
  
  .svg_container {
    top: 135px;
    left: 0;
  }

  .svg_container img {
    width: 16px;
  }

  .svg_container .ruler-icon {
    width: 18px;
  }

  .grid_container {
    width: 95%;
  }

  .grid_container.fav {
    width: 95%;
  }

  .select2-container,
  .onebot-selWrap select {
    font-size: 1.4rem;
  }

  .select_list_desc {
    position: static;
  }

  .premiumchart_wrapper .title_wrapper.smart .select_list_desc {
    position: relative;
  }

  .premiumchart_wrapper .title_wrapper.smart .select_list_desc:hover .select_list_desc_text {
    left: 60px;
    top: 65px;
    height: 150px;
    overflow-y: scroll;
  }

  .select_list_desc:hover .select_list_desc_text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 150px;
    overflow-y: scroll;
  }

  .select_list_desc_text {
    width: 50%;
    min-width: 150px;
    font-size: 1.3rem;
    word-wrap: break-word;
  }

  .count_container .titCh {
    font-size: 1.8rem;
  }

  .number_container p {
    font-size: 1.4rem;
    margin-right: 0.5rem;
  }

  .my_title.predict-chart {
    padding-top: 0;
    margin: 0px auto 30px;
  }

  .predict_modal .my_title.predict-chart {
    margin: 30px auto 30px;
  }

  .my_title.predict-chart .grid_container {
    width: 90%;
  }

  .chart-container.predict-chart .predict-legend {
    font-size: 1.5rem !important;
    width: 180px;
  }

  .reset_scale .reset_btn {
    font-size: 1.5rem;
  }

  .predict_modal .exit {
    width: 20px;
    height: 20px;
  }

  .premiumchart_wrapper .title_wrapper button  , .smartchart_wrapper .smartchart_title_wrapper.journal button {
    /* min-height: 31px; */
    width: 80px;
  }

  .chart-tab {
    /* width: 200px;
    height: 30px; */
  }
  .symbol_img {
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 500px) {
  .select_container.mobile {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }

  .select_list {
    min-width: 120px;
    margin-left: 1rem;
  }
}

@media screen and (max-width: 425px) {
  .mobile-tab-list.smart li {
    padding:8px 5px;
  }
}

@media screen and (max-width: 300px) {
  .select_container.mobile {
    padding: 3rem 2.5rem 0;
  }

  #Legend {
    font-size: 10px;
  }

  .select_container {
    top: 0;
    flex-direction: column;
    width: fit-content;
    right: 28%;
  }

  .select_list {}

  .select_list span {
    font-size: 1.2rem;
  }

  #chartFrm {
    font-size: 14px;
  }

  /* select_list 10/12 */
  .select_list_desc {
    height: 22px;
  }

  .select_list img {
    width: 16px;
    height: 16px;
  }

  .select_list_desc_text {
    font-size: 1.2rem;
  }
}