/* flex-area */

.hide_pc {
  display: none
}

.left_content,
.board_total {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.left_content {
  width: 776px;
}

.left_content article {
  margin-bottom: 64px;
}

/* 탑 배너 */

.list_banner {
  margin-top: 48px;
  margin-bottom: 48px;
}

/* 핀카이브 배너용 */
.list_banner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  
  width: 100%;
  height: 120px;
  background-image: url(../img/04-list/list-banner-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: #e3dabb;
  color: #53430f;
}

.list_banner a .title_24 {
  font-weight: 700;
  color: #53430f;
  padding-bottom: 0;
}

.list_banner p {
  font-size: 15px;
  font-weight: 500;
  padding-top: 4px;
  color: #53430f;
}

/* 브로커별 배너 */
.list_banner a.xm-banner,
.list_banner a.ex-banner,
.list_banner a.fp-banner,
.list_banner a.axi-banner {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* xm banner */
.list_banner a.xm-banner {
  background: #000;
  height: 80px;
}

/* exness banner */
.list_banner a.ex-banner {
  background: #000000;
  height: 120px;
}

/* fp banner */
.list_banner a.fp-banner {
  background: #00b7f6;
  height: 120px;
}

/* fp banner */
.list_banner a.axi-banner {
  background: #fc404d;
  height: 104px;
}

/* gomarket 배너 */
.list_banner.gomarket > div {
  width: 100%;
}

.list_banner a.gomarket-banner {
  width: 100%;
}

.list_banner.gomarket a {
  height: auto;
  background-color: #091f2c;
  background-image: url("../img/04-list/gomarkets-top-banner.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 104px;
  padding: 24px 0;
  flex-direction: row;
}

.list_banner.gomarket a .gomarket_img_01 {
  margin-right: 104px;
}

/* bybit 배너 */
.list_banner a.bybit-banner {
  background-color: transparent;
  background-image: url("../img/04-list/top-banner_bak.svg");
  background-repeat: no-repeat;
  background-position: center right;
  height: auto;
  flex-direction: row;
  background-size: cover;
}

.list_banner a.bybit-banner .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 626px;
  gap: 24px;
}

.list_banner a.bybit-banner .left_area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 4px;
}

.list_banner a.bybit-banner .left_area img:first-child {
  margin-bottom: 8px;
  width: 275px;
}

.list_banner a.bybit-banner .left_area img:last-child {
  width: 217px;
}

.list_banner a.bybit-banner .middle_area {
  padding: 8px 4px 0 4px;
}

.list_banner a.bybit-banner .right_area {
  display: flex;
  align-items: center;
  padding: 4px;
}

.list_banner a.bybit-banner .right_area svg {
  display: block;
  margin-right: 16px;
}

/* Ironfx banner */

.list_banner a.ironfx_banner {
  background-image: none;
  background-color: #101014;
  height: 104px;
  
}

.list_banner a.ironfx_banner > img {
  display: block;
}

.list_banner a.ironfx_banner > img.banner_pc {
  display: block;
}

.list_banner a.ironfx_banner > img.banner_mo {
  display: none;
}

/* 리스트 카테고리 */
#list_category {
  margin-bottom: 64px;
}

.category_ul {
  -webkit-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category_ul li {
  width: 25%;
  height: 52px;
  background: #f4f4f4;
  text-align: center;
  line-height: 50px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.category_ul li:first-child {
  border-right: 0;
}

.category_ul li a {
  display: block;
  height: 100%;
  font-size: 15px;
  font-weight: 500;
  color: #45495a;
  white-space: nowrap;
}

.category_ul li.active,
.category_ul li:hover {
  background: #45495a;
  border-left: 1px solid #45495a;
}

.category_ul li.active a,
.category_ul li a:hover {
  color: #fff;
}

/* 선택삭제/복사/이동, 리스트 검색대상 안보이게 */
.select_option_list,
.more_option {
  display: none;
}

/* 게시판 Total 페이지 정보 */

.board_total {
  padding-bottom: 20px;
  border-bottom: 1px solid #f4f4f4;
  
  position: relative;
}

.total_list_info {
  font-size: 12px;
  color: #9497a0;
  line-height: 20px;
  font-weight: 100;
  /* background-color: yellow; */
  
}

.total_list_info span::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 8px;
  background: #e4e5e7;
  margin: 0 6px;
}

/* 리스트 관리 버튼 */
.board_list_btn > li {
  margin-left: 24px;
}

.board_list_btn > li:last-child {
  margin-left: 18px;
}

.board_list_btn > li > a {
  display: block;
  width: 20px;
  height: 20px;
  /* background: aqua; */
}

.more_option_btn {
  border: none;
  background: none;
  width: 20px;
  height: 20px;
  padding: 0;
}

.more_option {
  /* display: none; */
  position: absolute;
  top: 32px;
  right: 0;
  background: #45495a;
  z-index: 900;
  padding: 8px 12px;
}

.more_option:before {
  content: "";
  position: absolute;
  top: -5px;
  right: 6.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 6px 4px;
  border-color: transparent transparent #45495a transparent;
}

.more_option li button {
  border: none;
  background: none;
  color: #fff;
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

/* 리스트 검색 */
.board_search_wrap {
  margin: 40px 0;
}

.select_option {
  box-sizing: border-box;
  width: 132px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #e4e5e7;
  border-right: 0;
  
  padding: 0;
  text-indent: 16px;
  color: #9497a0;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0;
  
  position: relative;
}

.select_option img {
  float: right;
  height: 16px;
  margin-right: 16px;
  margin-top: 12px;
}

.select_option_list {
  width: 132px;
  background: #fff;
  border: 1px solid #e4e5e7;
  position: absolute;
  top: 42px;
  left: -1px;
  z-index: 9;
  padding: 12px 0;
  font-size: 13px;
  /* display: none; */
}

.select_option_list li {
  height: 24px;
  line-height: 24px;
  margin-bottom: 4px;
  font-size: 13px;
  color: #45495a;
  letter-spacing: 0;
}

.select_option_list li:last-child {
  margin-bottom: 0px;
}

.select_option_list li:hover {
  color: #3870ff;
}

.search_bar {
  width: 408px;
  height: 40px;
}

#list-sch {
  width: 320px;
  height: 40px;
  border: 1px solid #e4e5e7;
  border-left: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  text-indent: 16px;
  padding-top: 2px;
}

#list-sch::placeholder {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 13px;
  color: #9497a0;
  font-weight: 300;
  letter-spacing: 0;
}

.submit_btn {
  font-family: 'Noto Sans KR', sans-serif;
  width: 72px;
  height: 40px;
  color: #fff;
  background: #3870ff;
  border: 0;
  font-size: 13px;
  margin-left: 16px;
  letter-spacing: 0;
}

/* 게시판 리스트 */

.container_wrap .list_info {
  padding-top: 0;
}

.list_table {
  width: 100%;
  /* overflow: hidden; */
}

.list_table table {
  width: 100%;
  border-collapse: collapse;
}

/* thead는 관리자 화면에서만 보이게 thead는 관리자 화면에서만 보이게  */
/* .list_table thead {
  display: none;
} */
.list_table thead,
.list_table tbody {
  width: 100%;
}

.list_tr {
  width: 100%;
}

.list_tr td,
.list_tr th {
  padding: 16px 0;
  border-bottom: 1px solid #f4f4f4;
}

.list_tr th {
  border-top: 1px solid #f4f4f4;
  font-size: 13px;
  font-weight: 300;
  color: #9497a0;
  text-align: left;
}

.list_head {
  width: 100%;
}

.list_head_inner p {
  width: 100%;
  align-items: center;
  font-size: 13px;
  font-weight: 300;
  color: #9497a0;
  text-align: left;
  padding: 16px 0;
  border-bottom: 1px solid #f4f4f4;
}

/* 체크박스는 관리자 화면에서만 보이게 thead는 관리자 화면에서만 보이게  */
/* .list_tr td:first-child {
  display: none;
} */
.td_chk {
  width: 32px;
}

.td_chk label {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #e4e5e7;
  margin-right: 12px;
}

.chk_all label {
  float: left;
}

.chk_all span {
  letter-spacing: 0;
  color: #45495a;
}

.td_chk label i {
  display: none;
  text-align: center;
  line-height: 19px;
  color: #3870ff;
}

.td_chk input {
  display: none;
  width: 20px;
  height: 20px;
  border-radius: 0;
  background: transparent;
}

.td_chk input:checked ~ label i {
  display: block;
}

.li_chk {
  width: 32px;
}

.li_chk input {
  display: none;
  width: 20px;
  height: 20px;
  border-radius: 0;
  background: transparent;
}

.li_chk label {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #e4e5e7;
  margin-bottom: 12px;
}

.li_chk label i {
  display: none;
  text-align: center;
  line-height: 19px;
  color: #3870ff;
}

.li_chk input:checked ~ label i {
  display: block;
}

/* 리스트 타이틀과 아이콘 */
.list_title_area {
  /* width: 100%; */
  align-items: center;
}

.list_icon_area {
  padding-bottom: 1.2px;
  margin-left: 4px;
}

.list_icon_area img {
  margin-left: 4px;
}

.list_table .list_paragraph {
  -webkit-line-clamp: 1 !important;
}

/* 페이지 네비게이션 */
.pg_wrap {
  width: 100%;
  margin-top: 40px;
}

.pg_current,
.pg_page {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  display: block;
  border: 1px solid #e4e5e7;
  color: #9497a0;
  font-size: 12px;
  width: 24px;
  height: 24px;
  line-height: 23px;
  min-width: 24px;
  text-decoration: none;
  border-radius: 0px;
  background: #fff;
  margin: 0 2px;
  text-align: center;
}

.pg_current {
  background: #3870ff;
  color: #fff;
  border: 1px solid #3870ff;
}

.pg_start,
.pg_prev,
.pg_end,
.pg_next {
  text-indent: -999px;
  overflow: hidden;
  padding: 0;
  border: 1px solid #e4e5e7;
  position: relative;
}

.pg_start {
  background: url(../img/04-list/forward.svg) no-repeat 50% 50% #fff;
}

.pg_prev {
  background: url(../img/04-list/prev-icon.svg) no-repeat 50% 50% #fff;
}

.pg_end {
  background: url(../img/04-list/backward.svg) no-repeat 50% 50% #fff;
}

.pg_next {
  background: url(../img/04-list/next-icon.svg) no-repeat 50% 50% #fff;
}

/*  불필요한 폰트어썸 아이콘 안보이게 */

.fa {
  display: none;
}

/* 2023-04-21 add by ellie .list_type_A */

.list_type_A .list_table.row_gap td a {
  flex-direction: column;
}

.list_type_A .list_tr:first-child td {
  /* padding-top: 16px; */
}

.list_type_A .list_tr td {
  background-color: #fff;
  padding: 0;
  border-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}

.list_type_A .list_tr td:nth-child(odd) {
  padding-right: 24px;
}

.list_type_A .list_table table {
  border-collapse: separate;
}

.list_type_A .list_img {
  width: 100%;
  margin-right: 0;
  margin-bottom: 8px;
}

.list_type_A .list_img img {
  width: 100%;
  height: 100%;
}

/* 2023-04-21 add by ellie .list_type_B */

.list_type_B .list_table.row_gap td a {
  flex-direction: column;
}

.list_type_B .list_tr:first-child td {
  /* padding-top: 16px; */
}

.list_type_B .list_tr td {
  background-color: #fff;
  padding: 0;
  border-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}

.list_type_B .list_tr td:not(:nth-child(3n)) {
  padding-right: 12px;
}

.list_type_B .list_table table {
  border-collapse: separate;
}

.list_type_B .shorts_list_img {
  width: 100%;
  height: auto;
  margin-right: 0;
  margin-bottom: 8px;
}

.list_type_B .shorts_list_img img {
  width: 100%;
  height: 100%;
}

/* list_table_wp */

.list_table_wp {
  width: 100%;
}

.list_table_wp ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 24px;
}

.list_table_wp ul li {
  width: calc(100% / 2 - 12px);
  margin-bottom: 48px;
}

.list_table_wp ul li a {
  display: block;
  width: 100%;
}

.list_table_wp .list_img {
}

.list_table_wp .list_img > img {
  width: 100%;
}

/* list_table_wp_short */

.list_table_wp_short {
  width: 100%;
}

.list_table_wp_short ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 24px;
}

.list_table_wp_short ul li {
  width: calc(100% / 3 - 12px);
  margin-bottom: 48px;
}

.list_table_wp_short ul li a {
  display: block;
  width: 100%;
}

.list_table_wp_short .shorts_list_img {
}

.list_table_wp_short .shorts_list_img > img {
  width: 100%;
}

/* 미디어쿼리 브레이크포인트 1180px 이하 */
@media screen and (max-width: 1180px) {
  
  .list_banner {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  
  .list_banner a {
    height: 96px;
  }
  
  .list_banner p {
    font-size: 13px;
  }
  
  /* xm banner */
  .list_banner a.xm-banner {
    height: 80px;
  }
  
  /* exness 배너 */
  .list_banner a.ex-banner {
    height: 120px;
  }
  
  /* fp 배너 */
  .list_banner a.fp-banner {
    height: 120px;
  }
  
  /* fp 배너 */
  .list_banner a.axi-banner {
    height: 104px;
  }
  
  /* gomarket 배너 */
  .list_banner.gomarket a {
    /*flex-direction: column;*/
    padding: 30px 46.7px;
  }
  
  .list_banner.gomarket a img {
    width: 100%;
  }
  
  /* bybit 배너 */
  .list_banner a.bybit-banner {
    height: auto;
  }
  
  #list_category {
    margin-bottom: 56px;
  }
  
  .category_ul li {
    height: 48px;
    line-height: 46px;
  }
  
  .category_ul li a {
    font-size: 14px;
  }
  
  .hd_wrap {
    border-bottom: 1px solid #f4f4f4;
  }
  
  .container_wrap {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .left_content {
    width: 100%;
  }
  
  .container_wrap .title_area {
    padding-left: 0;
    padding-right: 0;
  }
  
  .board_search_wrap {
    margin: 24px 0 40px 0;
  }
  
  .board_total {
    padding-bottom: 16px;
  }
  
  .pg_wrap {
    margin-top: 32px;
  }
  
  /* aside 항목 */
  .left_content {
    order: 1;
  }
  
  aside {
    order: 2;
    margin-top: 56px;
  }
  
  aside > article {
    margin-bottom: 0;
  }
  
  .best_review {
    display: block;
  }
  
  .market_view,
  .market_view_2,
  .broker-choice {
    display: none;
  }
  
}

/* 미디어쿼리 브레이크포인트 856px 이하 */
@media screen and (max-width: 856px) {
  
  .list_banner {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  
  .list_banner a {
    height: 88px;
  }
  
  .list_banner a.xm-banner,
  .list_banner a.ex-banner,
  .list_banner a.fp-banner,
  .list_banner a.axi-banner {
    flex-direction: column;
    justify-content: center;
  }
  
  /* XM 배너 */
  .list_banner a.xm-banner {
    height: 140px;
  }
  
  /* exness 배너 */
  .list_banner a.ex-banner {
    height: 240px;
  }
  
  /* fp 배너 */
  .list_banner a.fp-banner {
    height: 264px;
  }
  
  /* axi 배너 */
  .list_banner a.axi-banner {
    height: 256px;
  }
  
  /* gomarket 배너 */
  .hide_mo {
    display: none;
  }
  
  .hide_pc {
    display: block;
  }
  
  .list_banner.gomarket a {
    background-image: url("../img/04-list/gomarkets-top-banner.png");
    padding: 16px 0 18px;
    flex-direction: column;
  }
  
  .list_banner.gomarket a .gomarket_img_01 {
    width: 80%;
    margin-right: 0;
    /* margin-bottom: 16px; */
  }
  
  .list_banner.gomarket a .gomarket_img_02 {
    width: 80%;
    margin-right: 0;
  }
  
  /* bybit 배너 */
  .list_banner a.bybit-banner {
    background-image: none;
    background-color: #101014;
    height: 162px;
  }
  
  .list_banner a.bybit-banner .inner {
    width: auto;
    flex-direction: column;
  }
  
  .list_banner a.bybit-banner .middle_area {
    display: none;
  }
  
  .select_option_list {
    width: 100%;
  }
  
  .select_option {
    width: 25%;
  }
  
  .search_bar {
    width: 75%;
    justify-content: space-between;
  }
  
  #list-sch {
    width: 72%;
  }
  
  .submit_btn {
    width: 25%;
    margin-left: 0;
  }
  
  .list_type_A .list_tr td:nth-child(odd) {
    padding-right: 12px;
  }
  
  /* IronFx banner */
  .list_banner a.ironfx_banner {
    height: 148px;
  }
  
  .list_banner a.ironfx_banner > img.banner_pc {
    width: 100%;
    display: none;
  }
  
  .list_banner a.ironfx_banner > img.banner_mo {
    display: block;
  }
  
  .review_navi .title_area .title_18 {
    font-size: 20px;
  }
  
}

/* 미디어쿼리 브레이크포인트 700px 이하 */
@media screen and (max-width: 700px) {
  
  header {
    flex-wrap: nowrap;
  }
  
  .trading_btn_15 a {
    white-space: nowrap;
  }
  
  .hd_sch_wr {
    margin-top: 0;
    margin-left: 10px;
  }
  
  .hd_sch_form {
    border-radius: 0;
    border: 0;
  }
  
  #hd_sch {
    display: none;
  }
  
  .gnb_total_area {
    padding-top: 77px;
  }
  
  /* 상단 배너 */
  .list_banner {
    margin-top: 24px;
    margin-bottom: 48px;
  }
  
  .list_banner a {
    height: 80px;
    text-align: center;
  }
  
  .list_banner i {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
  }
  
  .list_banner p {
    display: none;
  }
  
  /* XM 배너 */
  .list_banner a.xm-banner {
    height: 140px;
  }
  
  /* exness 배너 */
  .list_banner a.ex-banner {
    height: 240px;
  }
  
  /* fp 배너 */
  .list_banner a.fp-banner {
    height: 264px;
  }
  
  /* axi 배너 */
  .list_banner a.axi-banner {
    height: 256px;
  }
  
  /* gomarket 배너 */
  .list_banner a.gomarket-banner {
    width: 100%;
  }
  
  /* 게시판 목록 */
  .container_wrap .title_area {
    padding-bottom: 16px;
  }
  
  .container_wrap .title_18 {
    padding-bottom: 0;
  }
  
  .board_search_wrap {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .search_bar {
    width: 100%;
    height: 40px;
    margin-top: 8px;
  }
  
  .select_option,
  .search_bar {
    width: 100%;
    height: 40px;
  }
  
  .select_option {
    text-indent: 12px;
    border: 1px solid #e4e5e7;
  }
  
  .select_option img {
    margin-right: 12px;
  }
  
  #list-sch {
    width: 100%;
    text-indent: 12px;
    border: 1px solid #e4e5e7;
    border-right: 0;
  }
  
  .submit_btn {
    width: 72px;
    height: 40px;
    flex-shrink: 0;
  }
  
  .board_list_btn > li {
    margin-left: 16px;
  }
  
  .board_list_btn > li:last-child {
    margin-left: 12px;
  }
  
  .select_option_list {
    box-sizing: content-box;
  }
  
}

/* 미디어쿼리 브레이크포인트 600px 이하 */
@media screen and (max-width: 600px) {
  
  .list_banner a.gomarket-banner {
    width: 100%;
  }
}

/* 미디어쿼리 브레이크포인트 480 이하 */
@media screen and (max-width: 480px) {
  .category_ul li {
    width: 50%;
  }
  
  .list_type_A .list_tr td {
    display: block;
  }
  
  .list_type_A .list_tr td:nth-child(odd) {
    padding-right: 0;
  }
  
  .list_type_B .list_tr td {
    display: block;
  }
  
  .list_type_B .list_tr td:not(:nth-child(3n)) {
    padding-right: 0;
  }
  
  .list_table_wp ul li {
    width: 100%;
  }
  
  .list_table_wp_short ul li {
    width: calc(100% / 2 - 6px);
  }
  
}

/* 미디어쿼리 브레이크포인트 400px 이하 */
@media screen and (max-width: 400px) {
  .market_view {
    display: none;
    height: 668px;
  }
  
  .list_banner a.ironfx_banner > img.banner_mo {
    width: 100%;
  }
  
}

/* 미디어쿼리 브레이크포인트 360px 이하 */
@media screen and (max-width: 360px) {
  .hf_logo img {
    height: 18px;
  }
}

@media screen and (max-width: 300px) {
  .list_table_wp_short ul li {
    width: 100%;
  }
  
  .list_banner a.bybit-banner .inner {
    gap: 10px;
  }
  
  .list_banner a.bybit-banner .left_area {
    padding: 10px;
  }
  
  .list_banner a.bybit-banner .left_area img:first-child {
    width: 100%;
  }
  
  .list_banner a.bybit-banner .left_area img:last-child {
    width: 100%;
  }
  
}

@media screen and (max-width: 250px) {
  .list_banner.gomarket a .img03 {
    width: 100%;
    padding: 0 10px;
  }
}

/* 교육, 거래가이드 리스트 페이지 */

.list_table.row_gap .list_paragraph {
  display: none;
}

.list_table.row_gap .list_info {
  margin-top: 11px;
}

.list_table.row_gap td a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}