/*
    [제목] 핀업 스탁 멘토 사이트 리스트 페이지 CSS
    [생성일] 2021-08-05
    [내용] 핀업 스탁 멘토 사이트 리스트 페이지 에 있는 레이아웃 스타일을 포함하고 있음.
    [비고] CSS 작성시 핀업 디자인팀 내부에 규정하고 있는 CSS 작성 규칙를 준수하여 작성할 것.
*/
.board_list .btn_application {
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 200px;
  padding: 0 20px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 15px;
  line-height: 50px;
  text-align: center;
}

.board_list .cm_form_wrap {
  width: auto;
}

.board_list .cm_form_wrap .cm_form {
  float: left;
  margin-left: 0;
  margin-right: 15px;
  background-color: #fff;
}

.board_list .cm_form_wrap .cm_form.select {
  width: 15%;
  min-width: 150px;
}

.board_list .cm_form_wrap .cm_form.text01 {
  width: 25%;
  min-width: 250px;
}

.board_list .cm_form_wrap .cm_btn_bg {
  float: left;
  width: 8%;
  min-width: 80px;
  margin-right: 0;
  border-radius: 5px;
  font-weight: 600;
  font-size: 15px;
  line-height: 40px;
}

.board_list .cm_form_wrap .cm_btn_bg.btn_move {
  display: block;
  float: right;
  width: 12%;
  min-width: 120px;
  padding: 0;
  margin: 0;
}

.board_list .box_search {
}

.board_list .box_search:after {
  display: block;
  content: '';
  clear: both;
}

.board_list .box_search > * {
  display: block;
  float: left;
  height: 40px;
  margin-bottom: 30px !important;
}

.board_list .box_search .label {
  margin-right: 10px;
  line-height: 38px;
}

.board_list .box_search .value {
  margin-right: 10px;
  color: #222;
  font-family: 'BMJUA';
  line-height: 43px;
}

.board_list .box_search .value + .label {
  margin-left: 20px;
}

.board_list .box_search .cm_btn_bg {
  border-radius: 5px;
  font-weight: 600;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
}

.board_list .box_search .cm_btn_line {
  border-radius: 5px;
  font-weight: 600;
  font-size: 15px;
  line-height: 38px;
  text-align: center;
}

.board_list .box_search .btn_move {
  display: block;
  float: right;
  width: 12%;
  min-width: 150px;
  padding: 0;
  margin: 0;
}

.board_list .box_search .btn_search {
  min-width: 80px;
  width: 5%;
}

.board_list .box_search .box_btn {
  float: right;
  overflow: hidden;
}

.board_list .box_search .box_btn .btn_move {
  float: left;
}

.board_list .box_search .box_btn .btn_move.start {
  background: #ff7500;
}

.board_list .box_search .box_btn .btn_move + .btn_move {
  margin-left: 15px;
}

.board_list .box_search .cm_from_period {
  float: left;
  width: 19%;
  max-width: 328px;
  height: 40px;
}

.board_list .box_search .cm_from_period > * {
  float: left;
  height: 40px;
}

.board_list .box_search .cm_from_period .box_txt {
  float: left;
  display: block;
  width: 28px;
  line-height: 38px;
  text-align: center;
}

.board_list .box_search .cm_from_period .cm_form_wrap {
  width: calc(50% - 14px);
  overflow: unset;
}

.board_list .box_search .cm_from_period .cm_form_wrap .cm_form.text02 {
  width: 100px;
  height: 40px;
  padding-right: 40px;
  margin-right: 0;
  background: #fff;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap
}

.board_list .box_search .cm_from_period .cm_form_wrap .cm_form.cm_btn_ic {
  height: 40px;
  padding: 0 15px 0 0;
  border: 0;
}

.board_list .box_search .cm_from_period .cm_form_wrap .cm_form.cm_btn_ic .im {
  line-height: 40px;
}

.board_list .box_search .cm_from_period.style01 {
  width: 12%;
}

.board_list .box_search .cm_from_period.style01 .cm_form_wrap {
  width: 100%;
  overflow: unset;
}

.board_list .box_search .cm_form.select {
  width: 8%;
  padding: 0 30px 0 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.board_list .box_search .cm_form.text01 {
  width: 13%;
  margin-right: 15px;
}

.board_list .box_search .box_radio {
  display: inline-block;
  float: left;
  padding: 9px 0;
  margin: 0 20px;
}

.board_list .box_search .box_radio input[type=radio] {
  display: none;
  height: auto;
}

.board_list .box_search .box_radio input[type=radio] + label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-left: 0 !important;
  font-size: 15px;
  line-height: 22px;
  cursor: pointer;
}

.board_list .box_search .box_radio input[type=radio] + label::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  background: url('../images/common/ic_check.png') -18px 0;
}

.board_list .box_search .box_radio input[type=radio]:checked + label::before {
  background-position: -18px -18px;
}

.board_list .box_search .box_radio label + input[type=radio] + label {
  margin-left: 20px !important;
}

.board_list .box_search .box_chk {
  display: inline-block;
  float: left;
  padding: 9px 0;
  margin: 0 20px;
}

.board_list .box_search .box_chk input[type=checkbox] {
  display: none;
  height: auto;
}

.board_list .box_search .box_chk input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-left: 0 !important;
  font-size: 15px;
  line-height: 22px;
  cursor: pointer;
}

.board_list .box_search .box_chk input[type=checkbox] + label::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  background: url('../images/common/ic_check.png') 0 0;
}

.board_list .box_search .box_chk input[type=checkbox]:checked + label::before {
  background-position: 0 -18px;
}

.board_list .box_search .box_chk label + input[type=checkbox] + label {
  margin-left: 20px !important;
}

.board_list .cm_table_wrap tbody tr td.non_data {
  color: #999;
  line-height: 150px;
  text-align: center;
}

.board_list .cm_table_wrap tbody tr td .btn_view {
  display: inline-block;
  height: 28px;
  padding: 0 6px;
  border-radius: 3px;
  font: 600 13px/26px 'Noto Sans KR';
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
}

.board_list .cm_table_wrap tbody tr td:has(.btn_view) {
  white-space: nowrap;
}

.board_list .cm_table_wrap tbody tr.link {
  cursor: pointer;
}

.board_list .cm_table_wrap tbody tr {
  cursor: default;
}

.board_list .cm_table_wrap tr.tfooter td {
  background: #f8f8f8;
  font-weight: 700;
  text-align: right;
}

.board_list .cm_table_wrap tr.tfooter td:first-of-type {
  text-align: center;
}

.board_list .cm_table_wrap .stock + .reason {
  display: -webkit-box;
  height: 22px;
  color: #999;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: keep-all;
  overflow: hidden;
}


/*통계 리스트*/
.board_stat_list .cm_table_wrap > tr {
  cursor: default;
}

.board_stat_list .cm_table_wrap > tr > * {
  border-right: 1px solid #ddd
}

.board_stat_list .cm_table_wrap > tr th {
  border-top: 1px solid #ddd;
}

.board_stat_list .cm_table_wrap > tr:first-of-type th {
  border-top: 0;
}

.board_stat_list .cm_table_wrap > tr td {
  text-align: right;
}

.board_stat_list .cm_table_wrap > tr td:first-of-type {
  text-align: center;
}

.board_stat_list .cm_table_wrap > tr td.box_txt {
  text-align: unset !important;
}


/*vertical07*/
.list_cont.vertical07 {
  position: relative;
  width: 364px;
  height: 195px;
  padding: 25px 20px;
  margin: 20px 23px 0 0;
  border: 1px solid #ddd;
  border-top: 2px solid #222;
  overflow: hidden;
}

.list_cont.vertical07:nth-child(1) {
  margin-top: 0;
}

.list_cont.vertical07:nth-child(2) {
  margin-top: 0;
}

.list_cont.vertical07:nth-child(3) {
  margin-top: 0;
}

.list_cont.vertical07:nth-child(3n) {
  margin-right: 0;
}

.list_cont.vertical07 .cm_mentor_name .im-angle-right {
  margin: -5px 2px 0 0;
}

.list_cont.vertical07 .cm_info_desc {
  width: 195px;
  height: 110px;
  padding: 10px 20px;
  border-radius: 15px;
  background: #f8f8f8;
  box-sizing: border-box;
}

.list_cont.vertical07 .cm_info_desc .info_desc_txt:nth-child(1) .tit {
}

.list_cont.vertical07 .cm_info_desc .tit {
  width: 95px;
}

.list_cont.vertical07 .cm_info_desc .txt {
  width: calc(100% - 95px);
  font: normal 18px/30px 'BMJUA';
}

.list_cont.vertical07 .mentor_img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 130px;
  height: 170px;
  overflow: hidden;
}

.list_cont.vertical07 .mentor_img img {
  display: block;
  height: 100%;
}

.list_cont.vertical07 .cm_thumb_wrap {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 110px;
  height: 110px;
  border-radius: 10px;
}

.list_cont.vertical07 .cm_smtxt {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  float: right;
  text-align: right;
  font: normal 13px 'Noto Sans KR';
}

.list_cont.vertical07 .cm_smtxt .im {
  font-size: 80%;
  margin-right: 5px;
}

.list_cont.vertical07 .stockname {
  display: block;
  width: 100%;
  height: 35px;
  padding: 3px 15px;
  margin-top: 10px;
  background: #f8f8f8;
  border-radius: 10px;
  box-sizing: border-box;
}

.list_cont.vertical07 .stockname .name {
  display: inline-block;
  font: 500 18px 'Noto Sans KR';
}

.list_cont.vertical07 .stockname .badge {
  float: right;
  font: normal 18px/30px 'BMJUA';
}

.list_cont.vertical07.bn_soon {
  border: 1px dashed #ddd;
  padding: 0;
}


/*추천종목 리스트*/
.stock_list {
}

.stock_list .box_list .cm_table_wrap tr > * {
  word-break: keep-all;
}

.stock_list .box_list .cm_table_wrap .stock small {
  font-size: 13px;
  line-height: 22px;
}


/*인사이트 리스트*/
.insight_list .cm_subtit {
  font-weight: 700;
}

.insight_list .cm_table_wrap tr td span input[type=checkbox] {
  display: none;
}

.insight_list .cm_table_wrap tr td span input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  margin-right: 15px;
  line-height: 20px;
  box-sizing: border-box;
  cursor: pointer;
}

.insight_list .cm_table_wrap tr td span input[type=checkbox] + label:before {
  position: absolute;
  content: '';
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url('/Images/Common/ic_check.png') no-repeat 0 0;
}

.insight_list .cm_table_wrap tr td span input[type=checkbox]:checked + label:before {
  background-position: 0 -18px;
}

.insight_list .cm_table_wrap tr td .btn_view {
  vertical-align: middle;
}

.insight_list .cm_table_wrap tr.thead th {
  padding: 13px 10px;
  border-top: 2px solid #222;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fff8f8;
  color: #222;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
}

.insight_list .cm_table_wrap tr.thead th:last-of-type {
  border-right: 0;
}

.insight_list .cm_table_wrap.borad_photo .cm_thumb_wrap {
  float: right;
  width: 89px;
  height: 89px;
  margin: 0;
}

.insight_list .cm_table_wrap.borad_photo .txt {
  margin: 0;
}


/*무료채팅*/
.freechat_list.view_cont .box_noti {
  padding: 50px 15px;
}


/*실시간 리딩 > 이용후기 리스트*/
.leading_review_list .cm_table_wrap.borad_photo .cm_thumb_wrap {
  float: right;
  width: 89px;
  height: 89px;
  margin: 0;
}

.leading_review_list .cm_table_wrap.borad_photo .txt {
  margin: 0;
}


/*투자 아카데미 리스트*/
.eduction_list .cm_subtit {
  font-weight: 700;
}

.eduction_list .cm_table_wrap tr td span input[type=checkbox] {
  display: none;
}

.eduction_list .cm_table_wrap tr td span input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  margin-right: 15px;
  line-height: 20px;
  box-sizing: border-box;
  cursor: pointer;
}

.eduction_list .cm_table_wrap tr td span input[type=checkbox] + label:before {
  position: absolute;
  content: '';
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url('/Images/Common/ic_check.png') no-repeat 0 0;
}

.eduction_list .cm_table_wrap tr td span input[type=checkbox]:checked + label:before {
  background-position: 0 -18px;
}

.eduction_list .cm_table_wrap tr td .btn_view {
  vertical-align: middle;
}

.eduction_list .cm_table_wrap tr.thead th {
  padding: 13px 10px;
  border-top: 2px solid #222;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fff8f8;
  color: #222;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
}

.eduction_list .cm_table_wrap tr.thead th:last-of-type {
  border-right: 0;
}

.eduction_list .cm_table_wrap.borad_photo .cm_thumb_wrap {
  float: right;
  width: 89px;
  height: 89px;
  margin: 0;
}

.eduction_list .cm_table_wrap.borad_photo .txt {
  margin: 0;
}


/*강연 VOD 녹화 리스트*/
.vodrecord_list .box_list .cm_subtit {
  position: relative;
  font-weight: 600;
}

.vodrecord_list .box_list .cm_subtit .btn_move {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12%;
  height: 40px;
  min-width: 150px;
  padding: 0;
  margin: 0;
  border-radius: 5px;
  font-weight: 600;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
}

/*가상화폐 리스트*/
.futures_list .cm_table_wrap.borad_photo .cm_thumb_wrap {
  float: right;
  width: 89px;
  height: 89px;
  margin: 0;
}

.futures_list .cm_table_wrap.borad_photo .txt {
  margin: 0;
}
