/* html { */
/*   scroll-behavior: smooth; */
/* } */

.bybit_list {
  word-break: keep-all;
}

.bybit_list .video-container {
  margin-bottom: 24px;
}

.gab_bt04 {
  margin-bottom: 4px;
}

.gap_bt8 {
  margin-bottom: 8px;
}

.gab_bt24 {
  margin-bottom: 24px;
}

.gap_bt56 {
  margin-bottom: 56px;
}

.bg_gray {
  background-color: #f9f9f9;
}

.link_area > div > h3 {
  font-size: 15px;
  color: #11131a;
}

.link_area > div > p {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #45495a;
  text-decoration-thickness: 0.5px;
}

.link_area > div > p > a {
  overflow-wrap: break-word;
  font-weight: 500;
  color: #11131a;
}

.link_area > div.exness_ > p {
  text-decoration: unset;
}

.flex_box {
  display: flex;
  align-items: center;
}

.flex_box.gap16 {
  gap: 16px;
}

.flex_box.direction_column {
  flex-direction: column;
}

.flex_box.align_items_start {
  align-items: start;
}

.link_box.exness_ {
  flex-wrap: nowrap;
}

.link_box.exness_ > figure {
  width: 120px;
  padding: 4px 10px 0;
}

.link_box.exness_ > figure > img {
  width: 100%;
}

.link_box.exness_ > p {
  width: auto;
  padding: 18px 0;
}

.link_box.exness_ > p > a > span:last-child {
  margin-top: 0;
}

.link_box > p {
  width: 100%;
  height: auto;
}

.link_box > p > a {
  width: 100%;
  height: 100%;
  justify-content: center;
  padding: 0 16px;
}

.link_box > p > a > span {
  display: block;
  width: 100%;
  overflow-wrap: anywhere;
  color: #11131a;
  font-weight: 500;
}

.link_box > p > a > span:last-child {
  color: #9497a0;
  margin-top: 4px;
}

.title_14 {
  font-size: 14px;
  color: #11131a;
}

.img_area {
  display: block;
  width: 100%;
}

.img_area > img {
  display: block;
  width: 100%;
}

.img_area > img.img_vertical {
  width: 35%;
  /* margin: 0 auto; */
}

.popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #000;
  background-color: white;
}

.popup img {
  max-width: 100%;
  height: auto;
}

.__bold {
  font-style: normal;
  font-weight: 500;
}

.t_title {
  padding-bottom: 16px;
  /* margin-bottom: 10px; !* 아래쪽 여백 *! */
  border-bottom: 1px solid #ccc; /* 아래쪽 테두리 */
}

.table_contents {
  padding: 20px 0;
  /* border: 1px solid #ddd; */
  border-radius: 5px;
}

.table_contents > li {
  margin-bottom: 12px;
}

.table_contents > li > a {
  transition: all 0.3s;
  color: #11131a;
}

.table_contents > li > a:hover {
  color: #3870ff;
}

.table_contents li:nth-child(n+8) {
  display: none;
}

#moreButton {
  /* padding: 10px 20px; !* 패딩 *! */
  background-color: transparent; /* 배경색 */
  color: #333; /* 글자색 */
  border: none; /* 테두리 제거 */
  border-radius: 5px; /* 둥근 모서리 */
  cursor: pointer; /* 마우스 오버시 커서 변경 */
  transition: background-color 0.3s; /* 배경색 변화 효과 */
}

/* #moreButton:hover { */
/*   background-color: #45a049; !* 마우스 오버시 배경색 변경 *! */
/* } */

#topButton {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  border: none;
  outline: none;
  color: #555;
  cursor: pointer;
  border-radius: 10px;
  font-weight: 600;
  background: transparent;
  transition: all 0.3s;
}

#topButton:hover {
  color: #3870ff;
}