/* 미정 카테고리 안보이게 */
/* .category_wrap:nth-of-type(3) {
 display: none;
} */

/* 타이틀 */
.title_area p {
  margin: 24px 0 12px 0;
  /* line-height: 24px; */
  color: #45495a;
  text-align: justify;
}

/* 검색 */
.category_form .board_search_wrap {
  margin: 0;
  margin-bottom: 64px;
}

.select_option_list {
  display: none;
}

/* 카테고리 타이틀 */
.category_wrap .title_area {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.category_wrap .title_18 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.category_wrap .title_18 img {
  padding-top: 2px;
  padding-right: 4px;
}

.category_wrap .total_list_info {
  margin-left: 8px;
  padding-top: 1px;
}

.category_wrap h3.title_18 > a {
  font-size: 16px !important;
}

.category_wrap .more {
  margin-left: 8px;
  color: #8d8d8d;
}

/* 브로커 인트로 */
.broker_guide .title_area {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 16px;
}

.broker_intro {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  
  padding: 16px 24px;
  background: #f4f4f4;
  
  margin: 16px 0;
}

.total_list_info span::after {
  display: none;
}

.logo_box {
  width: 150px;
  height: 50px;
  margin-right: 16px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

.logo_box img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.intro_text {
  font-size: 13px;
  color: #45495a;
  text-align: justify;
}

/* 동영상 슬라이더 공통 */

.mt4_slider_wrap {
  position: relative;
}

.mt4_slider {
  overflow: hidden;
}

.mt4_slider .swiper-slide {
  width: 320px;
}

.video_area {
  display: block;
  width: 320px;
  margin-bottom: 8px;
}

.video_area img {
  width: 100%;
}

.video_area video {
  width: 100%;
}

.mt4_video .list_info {
  margin-top: 8px;
}

.shorts_area {
  display: block;
  width: 180px;
  margin-bottom: 8px;
}

.shorts_area img {
  width: 100%;
}

.shorts_area video {
  width: 100%;
}

.shorts_area .list_info {
  margin-top: 8px;
}

.mt_pager {
  position: static;
  padding-top: 32px;
  width: 100%;
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  
  padding-top: 16px;
}

.mt_pager span {
  flex: 1;
  /* width: 96px; */
  height: 2px;
  border-radius: 0;
  background: rgba(69, 73, 90, 0.5);
  margin: 0 !important;
}

.mt_pager span.swiper-pagination-bullet-active {
  opacity: 0.5;
}

.mt4-next,
.mt4-prev {
  width: 32px;
  height: 32px;
  margin-top: 0;
  top: 74px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  color: #45495a;
  border: 1px solid #e4e5e7;
}

.mt4-next {
  right: -16px;
}

.mt4-prev {
  left: -16px;
}

.mt4-next::after,
.mt4-prev::after {
  content: '';
}

/* 그외 교육자료 */

.edu_list_title,
.faq_option {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.edu_list_title {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.edu_list {
  border-top: 1px solid #e4e5e7;
}

.edu_list_title .list_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #45495a;
  padding-bottom: 0;
  cursor: pointer;
}

.edu_list_title {
  padding: 16px 0;
  border-bottom: 1px solid #f4f4f4;
}

.edu_list_title .list_title > img {
  margin-right: 8px;
}

/* 수정, 삭제, 드롭다운 버튼 */
.faq_option {
  width: 99px;
  flex-shrink: 0;
  margin-left: 12px;
}

.faq_option li {
  
  padding: 0 6px;
  font-size: 13px;
  color: #9497a0;
  position: relative;
}

.faq_option li:last-child {
  padding: 0;
}

.faq_option li:first-child::after {
  content: '';
  display: block;
  width: 1px;
  height: 10px;
  position: absolute;
  right: -0.5px;
  top: 5px;
  border-right: 1px solid #e4e5e7;
}

.faq_option img {
  padding-top: 2px;
  width: 18px;
  height: 18px;
}

.edu_list_title_area .faq_option li:first-child::after {
  display: none;
}

.accordion .faq_option {
  width: auto;
}

/* 답변 내용 */
.edu_answer,
.a-sub {
  display: none;
}

.edu_answer li {
  font-size: 15px;
  color: #45495a;
  padding: 24px;
  background: #f4f4f4;
}

/* 유투브 쇼츠 */
.shorts_article .title_18 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shorts_article .title_18 > img {
  margin-top: 2px;
}

.shorts_article .mt4_slider .swiper-slide {
  width: 180px;
  position: relative;
}

.shorts_area + a {
  width: 100%;
}

.shorts_article .list_title {
  color: #273243;
}

.shorts_article .list_info * {
  color: #9497a0;
}

.shorts_article .list_info img {
  display: none;
}

.shorts_article .mt4-next,
.shorts_article .mt4-prev {
  top: 144px;
}

/* 미디어쿼리 브레이크포인트 1180px 이하 */
@media screen and (max-width: 1180px) {
  .mt_pager span {
    /* width: 72px; */
  }
  
  .left_content article,
  .category_form .board_search_wrap {
    margin-bottom: 48px;
  }
  
  .title_area p {
    margin: 16px 0 12px 0;
    font-size: 13px;
  }
  
  .logo_box {
    width: 105px;
    height: 35px;
  }
  
  /* 그외 교육자료 */
  .edu_answer li {
    font-size: 13px;
    padding: 16px;
  }
  
}

@media screen and (max-width: 856px) {
  
  .mt4-next,
  .mt4-prev {
    display: none;
  }
  
  .broker_intro {
    padding: 0;
    background: #fff;
    margin-bottom: 24px;
  }
  
  .logo_box {
    margin-right: 8px;
    display: none;
  }
}

@media screen and (max-width: 700px) {
}

@media screen and (max-width: 414px) {
  .mt4_slider .swiper-slide {
    width: 100%;
  }
  
  .video_area {
    width: 100%;
  }
  
  /* 그외 교육자료 */
  /* .edu_list_title {
    flex-direction: column;
    align-items: flex-start;
  } */
}