/* flex-area */

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

.m_s_con,
.slide_control,
.broker_area .swiper-slide,
.index_list_text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* 메인 슬라이더 */
.swiper-button-next,
.swiper-button-prev {
  top: unset;
  margin-top: unset;
}

.main_visual_area {
  background-image: url('../img/01_common/highforex_main_bg.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 514px;
  background-color: #f4f5f8;
  margin: 0 auto;
  overflow: hidden;
  
}

.main_slider {
  width: 816px;
  /* height: 346px; by ellie */
  overflow: hidden;
  position: relative;
  margin: 138px auto 0;
}

.m_s_con {
  /* height: 346px; by ellie */
}

.m_s_title {
  text-align: center;
  margin: 0 auto;
}

.m_s_title img {
  display: none;
}

.m_s_title h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #fff;
}

.m_s_title h2 span {
  display: inline-block;
  width: 12px;
  height: 1px;
  background: #fff;
  vertical-align: middle;
  margin: -3px 8px 0 8px;
}

.m_s_title p {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.4px;
  color: #fff;
}

.m_s_img img {
  height: 310px;
}

.m_slide_03 .m_s_img img {
  height: 346px;
}

/* 메인슬라이드 콘트롤 버튼 */
.slide_control {
  /* position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 200; */
}

.m-pager,
.m-next,
.m-prev {
  position: static;
}

.m-next,
.m-prev {
  width: 48px;
  height: 48px;
  margin-top: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
}

.m-prev {
  left: 0;
  /* background-image: url('../img/01_common/chevron-left-w.svg');
  background-position: center;
  background-repeat: no-repeat; */
  width: 48px;
  height: 48px;
  font-size: 34px;
  color: #fff;
}

.m-next {
  right: 0;
  /* background-image: url('../img/01_common/chevron-right-w.svg');
  background-position: center;
  background-repeat: no-repeat; */
  width: 48px;
  height: 48px;
  font-size: 34px;
  color: #fff;
}

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

.m-pager span {
  width: 96px;
  height: 2px;
  background: rgba(69, 73, 90, 0.5);
  border-radius: 0;
}

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

.pause_play_btn {
  width: 24px;
  height: 24px;
  margin-left: 16px;
  position: relative;
  z-index: 10;
  
  display: none;
}

.pause_play_btn img {
  width: 100%;
  position: absolute;
}

.pause_play_btn img:last-child {
  display: none;
}

/* mian board */
.main_board {
  width: 1176px;
  display: flex;
  margin: 72px auto 0;
  background-color: #f4f5f8;
}

.left_box {
  width: 468px;
  background-color: #273243;
}

#video_container {
  width: 100%;
  height: 544px;
  position: relative;
}

#video_container > video {
  width: 100%;
  height: 100%;
}

#hg_fo_video::-webkit-media-controls-play-button {
  display: none;
}

#hg_fo_video::-webkit-media-controls-timeline {
  display: none;
}

#hg_fo_video::-webkit-media-controls-current-time-display {
  display: none;
}

#hg_fo_video::-webkit-media-controls-time-remaining-display {
  display: none;
}

#hg_fo_video::-webkit-media-controls-fullscreen-button {
  display: none;
}

#video_controls {
  position: absolute;
  left: 0;
  bottom: 24px;
  width: 100%;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
}

.mute {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  opacity: 0.5;
}

.mute.muted {
  opacity: 1;
}

.mute .mt_on {
  display: none;
}

.mute.muted .mt_on {
  display: block;
}

.mute .slash {
  position: absolute;
  width: 2px;
  height: 50%;
  background: #fff;
  transform: rotate(-50deg);
  display: block;
}

.mute.muted .slash {
  display: none;
}

.mute .mt_off {
  display: block;
}

.mute.muted .mt_off {
  display: none;
}

.control_button {
  background: transparent;
  color: #fff;
  border: none;
  cursor: pointer;
}

.bd_item_box {
  width: calc(708px / 3);
}

.bd_item_border {
  border-bottom: 1px solid #e4e5e7;
}

.bd_item {
  height: calc(100% / 2);
  background-color: #fff;
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #e4e5e7;
  /*border-bottom: 1px solid #E4E5E7;*/
}

.bd_item_box.bd_item_box3 .bd_item {
  height: calc(100% / 3);
  padding: 24px;
}

.bd_item_box.bd_item_box3 .bd_item.bd_item1 {
  height: 181px;
}

.bd_item_box.bd_item_box3 .bd_item.bd_item2 {
  height: 181px;
}

.bd_item_box.bd_item_box3 .bd_item.bd_item3 {
  height: 181px;
}

.bd_item_box.bd_item_box3 .bd_item.bd_item4 {
  display: none;
}

.bd_item.type_b {
  padding: 0;
}

.bd_item h3 {
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  color: #273243;
  margin-bottom: 16px;
}

.bd_item.kakao_service h3 {
  word-break: keep-all;
  margin-bottom: 0;
}

.bd_item.naver_service h3 {
  word-break: keep-all;
  margin-bottom: 0;
}

.bd_item.youtube_service h3 {
  word-break: keep-all;
  text-align: center;
}

.bd_item.kakao_service .phone_numb {
  display: none;
}

.bd_item > a {
  display: flex;
}

.bd_item .tags_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.bd_item .tags_box .tag_ {
  height: 25px;
  font-size: 13px;
  font-weight: 400;
  line-height: 18.82px;
  letter-spacing: -0.4px;
  color: #273243;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #cfd0d2;
  padding: 0 10px;
  border-radius: 17px;
  margin-right: 6px;
  margin-bottom: 8px;
  transition: all 0.3s;
}

.bd_item .tags_box .tag_:hover {
  color: #fff;
  background-color: #3870ff;
}

.bd_item .tags_box .tag_.last_tag {
  margin-bottom: 0;
}

.bd_item .view_more_btn > a {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.4px;
  color: #273243;
}

.bd_item .view_more_btn > a > span {
  display: block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  padding-top: 2.25px;
}

.bd_item .view_more_btn > a > span > img {
  display: block;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.4px;
}

.bd_item .bd_item_inner {
  width: 100%;
  height: calc(100% / 2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 24px;
}

.bd_item .bd_item_inner:nth-of-type(1) {
  border-bottom: 1px solid #e4e5e7;
}

.bd_item.bg_dark .bd_item_inner:nth-of-type(1) {
  border-bottom: 1px solid #45495a;
}

.bd_item .bd_item_inner > h3 {
  margin-bottom: 0;
}

.bd_item .tel_area {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.bd_item .tel_area > figure.tel_icon {
  width: 18px;
  margin-right: 9.6px;
}

.bd_item .tel_area > figure.tel_num {
  width: 125px;
}

.bd_item .tel_area > figure > img {
  width: 100%;
}

.bd_item .kakao_area {
  width: 190px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fee500;
  background-color: #53430f;
  box-sizing: border-box;
  border-radius: 20px;
}

.bd_item .kakao_area > figure {
  width: 18px;
  margin-right: 8px;
  flex-shrink: 0;
}

.bd_item .kakao_area > figure > img {
  width: 100%;
}

.bd_item .kakao_area > span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.4px;
  padding-bottom: 2px;
}

.bd_item .youtube_area {
  width: 190px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #f00;
  box-sizing: border-box;
  border-radius: 20px;
}

.bd_item .youtube_area > figure {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.bd_item .youtube_area > figure > img {
  display: block;
  width: 100%;
  height: 100%;
}

.bd_item .youtube_area > span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.4px;
  padding-bottom: 3px;
  color: #fff;
}

.bd_item .naver_area {
  width: 190px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #02c73c;
  box-sizing: border-box;
  border-radius: 20px;
}

.bd_item .naver_area > figure {
  width: 18px;
  margin-right: 8px;
}

.bd_item .naver_area > figure > img {
  width: 100%;
}

.bd_item .naver_area > span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.4px;
  padding-bottom: 2px;
}

.bd_item.bg_dark {
  background-color: #273243;
}

.bd_item.kakao_service {
  background-color: #ffcc00;
}

.bd_item.bg_dark h3 {
  color: #fff;
}

.bd_item.bg_dark .tags_box .tag_ {
  color: #fff;
}

.bd_item.bg_dark .view_more_btn > a {
  color: #fff;
  
}

#paly_pause {
  background: transparent !important;
  border: none;
  border-radius: unset;
  padding: 0;
  cursor: pointer;
}

#paly_pause > img {
  display: block;
  width: 100%;
}

#paly_pause .pause_btn {
}

#paly_pause .play_btn {
}

#hg_fo_video {
  display: block;
  /* object-fit: fill; */
  object-fit: cover;
}

/* main banner area */
.main_baaner_area {
  width: 100%;
  overflow: hidden;
  background-color: #f4f5f8;
}

.main_baaner_area > ul {
  width: 1176px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 72px;
}

.main_baaner_area > ul > li {
  width: calc(100% / 2);
}

.main_baaner_area > ul > li:not(:last-child) {
  margin-right: 24px;
}

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

.main_baaner_area > ul > li > a > figure {
  width: 100%;
}

.main_baaner_area > ul > li > a > figure > img {
  width: 100%;
}

.main_baaner_area .ironfx_banner {
  width: 1176px;
  display: flex;
  align-items: center;
  margin: 0 auto 24px;
}

.main_baaner_area .ironfx_banner.mt72 {
  margin-top: 72px;
}

.main_baaner_area .ironfx_banner .pc_ver {
  display: block;
}

.main_baaner_area .ironfx_banner > a {
  display: block;
}

.main_baaner_area .ironfx_banner figure > img {
  display: block;
  width: 100%;
}

.main_baaner_area .ironfx_banner .mo_ver {
  display: none;
}

.main_baaner_area .gomarkets_banner {
  width: 1176px;
  background-color: #091f2c;
  /*background-image: url('../img/02-index/main_banner_gom_bg.png');*/
  /*background-repeat: no-repeat;*/
  /*background-position: center;*/
  /*background-size: cover;*/
  display: flex;
  align-items: center;
  margin: 72px auto 24px;
}

.main_baaner_area .gomarkets_banner a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  /* background-image: url("../img/02-index/main_banner_gom_bg_new.png"); */
  /* background-repeat: no-repeat; */
  /* background-position: center bottom; */
  /* background-size: cover; */
}

.main_baaner_area .gomarkets_banner .inner {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.main_baaner_area .gomarkets_banner a > figure {
  width: auto;
}

.main_baaner_area .gomarkets_banner a > figure > img {
  width: 100%;
}

.main_baaner_area .box1 {
  margin-right: 32px;
}

.main_baaner_area .box_group {
  display: flex;
  align-items: center;
}

.main_baaner_area .box_group .box2 {
  margin-right: 29px;
}

.main_baaner_area .box_group .box3 {
  padding-bottom: 2px;
}

.main_baaner_area .naver_area {
  width: 111px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-left: 32px;
}

.main_baaner_area .naver_area .naver_area_btn {
  width: 100%;
}

.main_baaner_area .naver_area .naver_area_btn img {
  width: 100%;
}

/* 최고의 외환브로커 */
.broker_area {
  background-color: #f4f5f8;
  padding: 0 0 56px;
}

.broker_slide_wrap {
  position: relative;
  margin-bottom: 24px;
}

.borker_slide {
  overflow: hidden;
}

.borker_slide .swiper-slide {
  width: 376px;
  background-color: #fff;
}

.broker_area .more_btn a {
  color: #273243;
}

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

.b-next,
.b-prev {
  width: 48px;
  height: 48px;
  opacity: 0.5;
  z-index: 100;
  top: 124px;
}

.b-prev {
  left: -64px;
}

.b-next {
  right: -64px;
}

.b-pager {
  position: static;
  width: 100%;
  height: 2px !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* visibility: hidden; */
  background-color: rgba(69, 73, 90, 0.2);
  margin: 24px 0 0;
}

.b-pager span {
  flex: 1;
  height: 2px;
  background: #fff;
  border-radius: 0;
}

.broker_slide_wrap .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: rgba(69, 73, 90, 0.2);
}

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

.broker_slide_wrap .b-pager {
  position: static;
  width: 100%;
  height: 2px !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* background-color: rgba(69, 73, 90, 0.5); */
  margin: 24px 0 0;
  display: none;
}

.meta_slider_wrap .b-pager {
  visibility: visible;
  /* background-color: rgba(69, 73, 90, 0.5); */
  height: 2px;
  margin: 31px 0 24px;
}

.meta_slider_wrap .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: rgba(69, 73, 90, 0.2);
}

.metas-btn {
  cursor: pointer;
  position: absolute;
  top: 72px;
  /* transform: translateY(-50%); */
  z-index: 8;
}

.metas-button-prev {
  left: -16px;
}

.metas-button-next {
  right: -16px;
}

.metas-button-prev.swiper-button-disabled {
  opacity: 0.35;
}

.metas-button-next.swiper-button-disabled {
  opacity: 0.35;
}

/* popular_asset */
.popular_asset {
  overflow: hidden;
}

.popular_asset_cont {
  margin: 0 auto;
}

.popular_asset_cont .tab_title {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.popular_asset_cont .tab_title > li {
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.popular_asset_cont .tab_title > li.on span {
  font-size: 18px;
  font-weight: 700;
}

.popular_asset_cont .tab_title > li > span {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.17px;
  color: #45495a;
  text-align: center;
  letter-spacing: -0.4px;
  font-family: 'Noto Sans KR', sans-serif;
  padding: 0 12px;
  white-space: nowrap;
  word-break: keep-all;
}

.popular_asset_cont .tab_title > li > span::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 66%;
  border-right: 1px solid #f4f4f4;
}

.popular_asset_cont .tab_title > li:last-child > span::before {
  display: none;
}

.popular_asset_cont .tab_title > li .under_line {
  display: none;
  width: 100%;
  height: 2px;
  margin-top: 8px;
}

.popular_asset_cont .tab_title > li.on .under_line {
  display: inline-block;
  background-color: #273243;
}

.popular_asset_cont .tab_cont > div {
  position: relative;
  display: none;
  flex-direction: column;
}

.popular_asset_cont .tab_cont > div.on {
  display: flex;
}

.popular_asset_cont .tab_cont .thumb_wrap {
  position: relative;
  width: 1176px;
  margin: 0 auto 24px;
}

.popular_asset_cont .popular_asset_thumb .swiper-slide {
  width: 314px;
  height: 88px;
  cursor: pointer;
  padding: 14px 16px;
  box-sizing: border-box;
  background-color: #ccc;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.popular_asset_cont .popular_asset_thumb .swiper-slide.swiper-slide-thumb-active::after {
  display: block;
  content: '';
  width: 100%;
  height: 95%;
  background-color: transparent;
  border-bottom: 4px solid rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.popular_asset_cont .pa_ct_wr {
  margin-bottom: 25px;
}

.popular_asset_thumb .swiper-slide._pluse_bg {
  background-color: #089981;
}

.popular_asset_thumb .swiper-slide._minus_bg {
  background-color: #ff3b30;
}

.popular_asset_cont .popular_asset_slider {
  width: 100%;
  height: 500px;
  margin: 0 auto;
}

.popular_asset_cont .popular_asset_slider .swiper-slide {
  height: 100%;
}

.popular_asset_cont .chart_ct_wr {
  height: 100%;
}

.popular_asset_cont .popular_asset_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 8;
  cursor: pointer;
}

.popular_asset_cont .popular_asset_prev {
  width: 32px;
  height: 32px;
  background-image: url('../img/01_common/prev_btn.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: -16px;
}

.popular_asset_cont .popular_asset_next {
  width: 32px;
  height: 32px;
  background-image: url('../img/01_common/next_btn.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: -16px;
}

.popular_asset_cont .popular_asset_next.swiper-button-disabled,
.popular_asset_cont .popular_asset_prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.popular_asset_slider .toolbar {
  /* display: flex; */
  display: none;
}

.popular_asset_slider .toolbar button {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #9497a0;
  padding: 10px 16px 8px;
  background-color: transparent;
  border: 1px solid #e4e5e7;
  box-sizing: border-box;
  background-color: #f9f9f9;
  cursor: pointer;
}

.popular_asset_slider .toolbar button:not(:last-child) {
  border-right: none;
}

.popular_asset_slider .toolbar button.active {
  font-weight: 700;
  color: #45495a;
  border-bottom: none;
  background-color: #fff;
}

.popular_asset_slider .chart_timeline {
  width: 100%;
  /* height: 377px; */
  height: 100%;
}

.popular_asset_slider .chart_timeline > div {
  height: 100%;
  display: none;
  /* background-color: #ccc; */
}

.popular_asset_slider .chart_timeline > div.on {
  display: block !important;
}

.asset_title_area {
  color: #fff;
  align-items: center;
  /* margin-bottom: 4px; */
}

.asset_title_area .asset_icon {
  position: relative;
  width: 26px;
  height: 24px;
  border-radius: unset;
  overflow: visible;
  box-shadow: unset;
  margin-right: 8px;
}

.asset_title_area .asset_icon.one_icon {
  width: 18px;
  height: 18px;
}

.asset_title_area .asset_icon figure {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0px 0px 1.5px rgba(0, 0, 0, 1);
  position: absolute;
}

.asset_title_area .asset_icon figure:nth-child(1) {
  left: 0;
  top: 0;
  z-index: 2;
}

.asset_title_area .asset_icon figure:nth-child(2) {
  right: 0;
  bottom: 0;
  z-index: 1;
}

.asset_title_area .asset_icon figure > img {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.asset_title_area .asset_title {
  display: flex;
  align-items: center;
}

.asset_title_area .asset_title ._nation {
  font-size: 15px;
  font-weight: 700;
  margin-right: 4px;
}

.asset_title_area .asset_title ._unit {
  font-size: 12px;
  font-weight: 400;
}

.popular_asset_thumb2 .asset_title_area .asset_title ._nation,
.popular_asset_thumb2 .asset_title_area .asset_title ._unit,
.popular_asset_thumb3 .asset_title_area .asset_title ._nation,
.popular_asset_thumb3 .asset_title_area .asset_title ._unit,
.popular_asset_thumb4 .asset_title_area .asset_title ._nation,
.popular_asset_thumb4 .asset_title_area .asset_title ._unit {
  line-height: 18px;
}

.main_rates_area .main_rates {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main_rates_area .main_rates .left_box_ {
  /* width: 100%; */
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.main_rates_area .main_rates i,
.main_rates_area .main_rates p {
  font-size: 8px;
  color: #fff;
  margin-right: 4px;
}

.main_rates_area .main_rates p > span {
  display: inline-block;
  margin-left: 10px;
}

.main_rates_area .main_rates .bid {
  font-size: 24px;
  font-weight: 700;
  line-height: 28.13px;
}

.main_rates_area .main_rates .change_rate {
  font-size: 13px;
  font-weight: 700;
  line-height: 15.23px;
}

/* 자주 묻는 질문 영역 */
.qu_list_area {
}

.qa_list_wrap {
  width: 100%;
  height: 397px;
  background-image: url('../img/02-index/qa_bg.jpg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 644px 397px;
  padding: 35.5px 0 35.5px 35px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 24px;
}

.qa_list_wrap ul li:not(:last-child) {
  margin-bottom: 16px;
}

.qa_list_wrap ul li > a {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  padding: 8px 24px;
  box-sizing: border-box;
  border-radius: 28px;
  background-color: #fff;
  transition: all 0.3s;
}

.qa_list_wrap ul li > a .ft_group {
  display: flex;
  align-items: center;
}

/* .qa_list_wrap ul li>a:hover {
  background-color: #3870FF;
}

.qa_list_wrap ul li>a:hover span {
  color: #fff;
} */

.qa_list_wrap ul li > a.act {
  background-color: #3870ff;
}

.qa_list_wrap ul li > a.act span {
  color: #fff;
}

.qa_list_wrap ul li .font_ {
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.4px;
  line-height: 25px;
  color: #3870ff;
  margin-right: 12px;
}

.qa_list_wrap ul li > a .txt_ {
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.4px;
  text-decoration: none;
  color: #45495a;
  white-space: nowrap;
  overflow: hidden;
}

.qa_list_wrap ul li > a .arrow_ico {
  display: inline-block;
  content: '';
  background-image: url('../img/01_common/qa_list_arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  background-size: contain;
  margin-left: 24px;
  margin-top: 3px;
}

.qa_list_wrap ul li > a.act .arrow_ico {
  background-image: url('../img/01_common/qa_list_arrow_act.svg');
}

.qa_list_wrap ul li > div {
  display: none;
  position: absolute;
  width: 644px;
  height: 100%;
  height: 317px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #e4e5e7;
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
}

.qa_list_wrap ul li > div.act {
  /* display: flex; */
  display: block;
}

.qa_list_wrap .scroll_wrap {
  height: 100%;
  padding: 32px 35px;
  background-color: #f9f9f9;
}

.qa_list_wrap .scroll_box {
  background-color: #fff;
  height: 100%;
  overflow-y: scroll;
}

.qa_list_wrap .scroll_box::-webkit-scrollbar {
  width: 4px;
}

.qa_list_wrap .scroll_box::-webkit-scrollbar-thumb {
  background-color: #afb1b8;
  border-radius: 10px;
}

.qa_list_wrap .scroll_box::-webkit-scrollbar-track {
  background: #e4e5e7;
}

.qa_list_wrap .scroll_box > div {
  display: flex;
  padding: 16px;
}

.qa_list_wrap .txt_box {
  flex: 2;
}

.qa_list_wrap .txt_box > p {
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: -0.4px;
  color: #273243;
  
}

.qa_list_wrap .txt_box > p > b {
  font-weight: 500;
}

.qa_list_wrap p.txt_bold {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}

.qa_list_wrap div.phone_ {
  margin-bottom: 8px;
}

.qa_list_wrap .txt_box > p:last-child {
  /* padding-bottom: 54px; */
}

.qa_list_wrap .txt_box > p:not(:last-child) {
  margin-bottom: 22px;
}

.qa_list_wrap .txt_box > p .txt_deco {
  color: #3870ff;
  text-decoration: underline;
}

.qa_list_wrap .kakao_area {
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.4px;
  color: #fee500;
  background-color: #53430f;
  padding: 9.5px 0;
  box-sizing: border-box;
  border-radius: 20px;
}

.qa_list_wrap .kakao_area > figure {
  width: 18px;
  margin-right: 8px;
}

.qa_list_wrap .txt_box > p.margin_none {
  margin-bottom: 0;
}

.qa_list_wrap .info_box {
  margin-top: 10px;
}

/* 해외 마진거래만의 장점 */
.Advantages_slider_wrap {
  margin-bottom: 24px;
}

.Advantages_slider_wrap ul {
  display: flex;
  justify-content: space-between;
}

.Advantages_slider_wrap ul > li {
  width: calc(100% / 4 - 24px);
  height: 360px;
  background-color: #e4e5e7;
}

.Advantages_slider_wrap ul > li:not(:last-child) {
  margin-right: 24px;
}

.Advantages_slider_wrap ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
}

.Advantages_slider_wrap {
  position: relative;
}

.Advantages_slider {
}

.Advantages_slider .swiper-wrapper {
}

.Advantages_slider .sd a {
  position: relative;
  display: block;
  width: 100%;
  padding: 32px;
}

.Advantages_slider .sd a > img {
  display: block;
  width: 100%;
}

.Advantages_slider .sd:nth-child(1) a {
  background-color: #ecf1f2;
}

.Advantages_slider .sd:nth-child(2) a {
  background-color: #fff399;
}

.Advantages_slider .sd:nth-child(3) a {
  background-color: #f4f5f8;
}

.Advantages_slider .sd:nth-child(4) a {
  background-color: #e8f1ff;
}

.Advantages_slider .sd:nth-child(5) a {
  background-color: #f4f5f8;
}

.Advantages_slider .sd:nth-child(6) a {
  background-color: #e8f1ff;
}

.Advantages_slider .sd:nth-child(7) a {
  background-color: #fff9cc;
}

.Advantages_slider .sd:nth-child(8) a {
  background-color: #f0edff;
}

.Advantages_slider .sd:nth-child(9) a {
  background-color: #f4f4f4;
}

.Advantages_slider .sd:nth-child(10) a {
  background-color: #f4f5f8;
}

.adv_slide_inner {
}

.adv_slide_inner .txt_box {
  color: #0f4a84;
}

.adv_slide_inner .txt_tag span {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: -0.4px;
  color: #273243;
}

.adv_slide_inner .txt_box > h3 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 8px;
  line-height: 46px;
  letter-spacing: -0.4px;
}

.adv_slide_inner .txt_box > p {
  height: 70px;
  font-family: 'Noto Sans KR';
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.4px;
  color: #273243;
  margin-bottom: 82px;
  word-break: keep-all;
  
}

.adv_slide_inner .txt_box span {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: -0.4px;
  color: #273243;
}

.adv_slide_inner .txt_box span:not(:last-child) {
  margin-right: 8px;
}

.adv_bg {
  display: inline-block;
  position: absolute;
  right: 32px;
  bottom: 24px;
}

.adv_bg_position {
  right: 32px;
  bottom: 0;
}

.advan_button {
  width: 36px;
  height: 36px;
  position: absolute;
  /* top: 115px; */
  top: 127px;
  /* transform: translateY(-50%); */
  z-index: 8;
  cursor: pointer;
}

.advan_button > img {
  width: 100%;
}

.advan-button-prev {
  left: -16px;
}

.advan-button-next {
  right: -16px;
}

.advan-button-prev.swiper-button-disabled {
  opacity: 0.35;
}

.advan-button-next.swiper-button-disabled {
  opacity: 0.35;
}

.advan-pagination {
  position: relative;
  height: 2px !important;
  background: rgba(69, 73, 90, 0.2);
  margin: 24px 0;
}

.advan-pagination .swiper-pagination-progressbar-fill {
  display: block;
  background: rgba(69, 73, 90, 0.2);
}

/* 투자전략분석 */
.analysis_slider_wrap {
  position: relative;
}

.analysis_slider_wrap .list_text {
  padding: 32px 24px;
  background-color: #f4f5f8;
}

.analysis_slider_wrap .list_text > a {
  display: block;
}

.analysis_slider_wrap .list_title {
  height: 44px;
  line-height: 22px;
  -webkit-line-clamp: 2;
}

.analysis_slider_wrap .list_paragraph {
  height: 38px;
  margin: 8px 0;
  line-height: 18.82px;
  letter-spacing: -0.4px;
  -webkit-line-clamp: 2;
}

.analysis_slider_wrap .list_info u {
  font-size: 12px;
  font-weight: 300;
  color: #45495a;
}

.analysis .tags_box {
  display: flex;
  margin-top: 24px;
}

.analysis .tags_box .tag_ {
  height: 23px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.4px;
  line-height: 17.38px;
  text-align: center;
  color: #45495a;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #cfd0d2;
  padding: 2px 12px 4px;
  border-radius: 17px;
  margin-right: 4px;
  white-space: nowrap;
}

.analysis .tags_box .tag_:last-child {
  margin-right: 0;
}

.analysis .swiper-pagination-progressbar {
  position: relative;
  height: 2px;
  background-color: rgba(69, 73, 90, 0.2);
  margin: 31px 0 24px;
}

.analysis .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: rgba(69, 73, 90, 0.2);
}

.analysis .analysis-btn {
  position: absolute;
  top: 93.5px;
  z-index: 8;
  cursor: pointer;
}

.analysis-button-prev {
  left: -16px;
}

.analysis-button-next {
  right: -16px;
}

.analysis-button-prev.swiper-button-disabled,
.analysis-button-next.swiper-button-disabled {
  opacity: 0.35;
}

/* 온라인 입출금 결제서비스 */
.online_pay_service {
}

.online_pay_service ul {
  display: flex;
  justify-content: space-between;
}

.online_pay_service ul > li {
  width: calc(100% / 2);
  border: 1px solid #e4e5e7;
}

.online_pay_service ul > li:not(:last-child) {
  margin-right: 24px;
}

.online_pay_service ul > li:nth-child(1) {
  background-color: #76ba0f;
}

.online_pay_service ul > li:nth-child(2) {
  background-color: #fff;
}

.online_pay_service ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 0;
}

/* 시장분석 이하 인덱스 컨텐츠 */
.left_content {
  width: 776px;
}

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

.left_content article:last-child {
  margin-bottom: 0px;
}

.left_content .w_g_icon img:last-child {
  display: block;
}

.left_content .w_g_icon img:first-child {
  display: none;
}

/* 시장분석, 시장뉴스 */
.index_content_list {
  padding: 24px 0 0 0;
  border-top: 1px solid #f4f4f4;
}

.index_content_list li {
  margin-bottom: 12px;
}

.index_content_list li:first-child {
  margin-bottom: 24px;
}

.index_content_list .list_img > img {
  width: 153px;
  height: 102px;
}

.index_list_text {
  width: 100%;
}

.index_list_text .list_paragraph {
  -webkit-line-clamp: 2;
}

/* MetaTrader란 무엇인가? */
.metatrader_video {
  clear: both;
}

.meta_slider_wrap {
  position: relative;
}

.meta_slider {
  overflow: hidden;
  position: relative;
}

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

.meta_slider .swiper-slide a:first-child {
  margin-bottom: 12px;
}

.meta_slider .swiper-slide a:first-child img {
  display: block;
  width: 100%;
  height: 100%;
}

.meta-pager {
  display: flex;
}

.meta-pager span {
  background: rgba(69, 73, 90, 0.5);
}

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

.video_area video {
  width: 100%;
}

.metatrader_video .list_info {
  margin-top: 4px;
}

footer .mo_gnb {
  display: none;
}

.bd_item .view_more_btn > a > span > img.pc_ {
  display: block;
}

.bd_item .view_more_btn > a > span > img.mo_ {
  display: none;
}

/* POPUP 영역 */
#popUpArea {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  display: none; /* 팝업 가리기 */
}

#popUpArea ._inner {
  width: 560px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#popUpArea .popUpSwiper {
  width: 100%;
  /*position: absolute;*/
  /*left: 50%;*/
  /*top: 50%;*/
  /*transform: translate(-50%, -50%);*/
  /*background-color: #FC0;*/
  /*border-radius: 24px;*/
}

#popUpArea .popUpSwiper .swiper-slide {
}

#popUpArea .popUpSwiper .txt1 > img,
#popUpArea .popUpSwiper .txt2 > img {
  display: block;
  margin: 0 auto;
}

#popUpArea .popUpSwiper .txt1 {
  padding-top: 32px;
  background-color: #fc0;
  transform: translateY(-1px);
}

#popUpArea .popUpSwiper .txt2 {
  padding-top: 18px;
  background-color: #fc0;
  transform: translateY(-2px);
}

#popUpArea .popUpSwiper .txt3 {
  background-color: #fc0;
  border-radius: 0 0 18px 18px;
  position: relative;
}

#popUpArea .popUpSwiper .txt3 img {
  display: block;
  margin: 0 auto;
  padding-top: 30px;
}

#popUpArea .popUpSwiper figure {
  display: block;
  width: 100%;
  position: relative;
  background-color: #ffcc00;
  border-radius: 20px 20px 18px 18px;
}

#popUpArea .popUpSwiper figure img {
  display: block;
  width: 100%;
}

#popUpArea .popUpSwiper figure img.text3_img {
  padding-top: 32px;
}

#popUpArea .popUpSwiper .closeBtn {
  display: block;
  width: 7.2%;
  height: 5.4%;
  position: absolute;
  right: 3.5%;
  top: 2.5%;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

#popUpArea .popUpSwiper .goLink {
  display: block;
  width: 29.5%;
  height: 7%;
  position: absolute;
  left: 8.6%;
  top: 47%;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

#popUpArea .pop_close {
  
  transform: translateY(-1px);
  width: 100%;
  display: flex;
  /*background-color: #ffcc00;*/
  border-radius: 0 0 18px 18px;
  padding: 26px 0 31px;
  /*padding: 4.7% 0 5.54%;*/
}

#popUpArea .pop_close .inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#popUpArea input[id="pop_chk"] {
  width: 24px;
  height: 24px;
  display: none;
}

#popUpArea label {
  display: flex;
  align-items: center;
}

#popUpArea input[id="pop_chk"] + label {
  display: inline-block;
  /*width: 24px;*/
  /*height: 24px;*/
  /*margin: 8px;*/
  /*background-color: #fff;*/
}

#popUpArea .pop_close i {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  cursor: pointer;
  border: none;
  margin: 0 8px 0 0;
  background-color: #fff;
}

#popUpArea input[id="pop_chk"]:checked + i:after {
  display: inline-block;
  content: '';
  background-image: url("../img/chk_ico_bk.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
}

#popUpArea .pop_close span {
  font-size: 14px;
  font-weight: 400;
  color: #273243;
  line-height: 24px;
  word-break: keep-all;
  flex-shrink: 0;
}

/* 2024-02-21 exness 서비스 중단 안내 팝업 */
#popUpArea .pop_inner {
  background-color: #fff;
}

#popUpArea .pop_hd {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 8px 20px;
  border-bottom: 1px solid #f4f4f4;
}

#popUpArea .pop_hd .close_btn {
  border: none;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: flex-end;
  align-items: center;
  background-color: transparent;
  cursor: pointer;
}

#popUpArea .pop_hd .close_btn > svg {
  display: block;
}

#popUpArea .pop_cont {
  padding: 32px 32px 48px 32px;
}

#popUpArea .pop_cont h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  color: #11131a;
  margin-bottom: 32px;
  word-break: keep-all;
}

#popUpArea .pop_cont .txt_group {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-bottom: 40px;
}

#popUpArea .pop_cont .txt_group p {
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  color: #11131a;
  word-break: keep-all;
}

#popUpArea .pop_cont .link_txt {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

#popUpArea .pop_cont .link_txt.mb_40 {
  margin-bottom: 40px;
}

#popUpArea .pop_cont .link_txt.mb_24 {
  margin-bottom: 24px;
}

#popUpArea .pop_cont .link_txt > h5 {
  font-family: "Noto Sans KR";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.4px;
  color: #11131a;
}

#popUpArea .pop_cont .link_txt > a {
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  color: #11131a;
}

#popUpArea .pop_cont .link_box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background-color: #f9f9f9;
}

#popUpArea .pop_cont .link_box > figure {
  display: block;
  width: 80px;
  height: 80px;
  /* flex-shrink: 0; */
  background-color: transparent;
}

#popUpArea .pop_cont .link_box > figure > img {
  display: block;
  width: 100%;
  height: 100%;
}

#popUpArea .pop_cont .link_box > div {
  padding: 0 16px;
}

#popUpArea .pop_cont .link_box > div > a {
  color: #11131a;
  margin-bottom: 4px;
}

#popUpArea .pop_cont .link_box > div > p {
  color: #9497a0;
}

.pc_hide_ {
  display: none;
}

/* --------------------------------------------------- */

/* 미디어쿼리 브레이크포인트 1180px 이하 */
@media screen and (max-width: 1180px) {
  
  /* popup 영역 */
  #popUpArea ._inner {
    width: 480px;
  }
  
  #popUpArea .popUpSwiper {
    /*width: 480px;*/
  }
  
  #popUpArea .popUpSwiper .goLink {
    /*top: 53.5%;*/
  }
  
  #popUpArea .pop_close {
    /*height: 42px;*/
  }
  
  .main_visual_area {
    margin: 65px auto 0;
    background-image: none;
    background-color: #fff;
  }
  
  .main_slider {
    width: 100%;
    height: 89px;
    margin-top: 56px;
    margin-bottom: 72px;
  }
  
  .m_s_con {
    height: 100%;
    padding: 0 5%;
  }
  
  .m_s_title h2 {
    font-size: 18px;
    letter-spacing: -0.4px;
    margin-bottom: 19px;
    color: #273243;
  }
  
  .m_s_title h2 span {
    width: 8px;
    margin: -4px 6px 0 6px;
    background-color: #273243;
  }
  
  .m_s_title p {
    font-size: 15px;
    color: #273243;
  }
  
  .m_s_img {
    width: 280px;
  }
  
  .m_s_img img {
    width: 100%;
    height: auto;
  }
  
  .m_slide_03 .m_s_img img {
    height: auto;
  }
  
  /* 슬라이드 콘트롤 */
  .slide_control {
    position: absolute;
    width: 575px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    z-index: 50;
  }
  
  .m-next,
  .m-prev {
    width: 42px;
    height: 42px;
  }
  
  .m-next {
    font-size: 28px;
    margin-right: 0;
    color: #273243;
  }
  
  .m-prev {
    font-size: 28px;
    margin-left: 0;
    color: #273243;
  }
  
  .m-pager span,
  .b-pager span {
    width: 72px;
  }
  
  /* Main board */
  .main_board {
    width: 100%;
    flex-wrap: wrap;
    background-color: #fff;
  }
  
  .main_baaner_area {
    background-color: #fff;
  }
  
  .left_box {
    width: 50%;
  }
  
  #video_container {
    /* height: 648px; */
    height: auto;
  }
  
  #hg_fo_video {
    /* object-fit: fill; */
    object-fit: cover;
  }
  
  .bd_item_box:nth-of-type(2) {
    border-top: 1px solid #e4e5e7;
  }
  
  .bd_item_box:nth-of-type(2),
  .bd_item_box:nth-of-type(3) {
    width: calc(50% / 2);
  }
  
  .bd_item_box:nth-of-type(4) {
    width: 100%;
    margin-top: 72px;
    margin-bottom: 72px;
    display: flex;
    align-items: center;
    
  }
  
  .bd_item_box:nth-of-type(4) > .bd_item:nth-child(1) {
    display: none;
  }
  
  .bd_item_box.bd_item_box3 .bd_item {
    width: calc(100% / 2);
  }
  
  .bd_item_box.bd_item_box3 .bd_item.bd_item2 {
    /* width: 50%; */
    height: 160px;
    padding: 0;
    align-items: center;
    justify-content: center;
    background-color: #f4f5f8;
  }
  
  .bd_item_box.bd_item_box3 .bd_item.bd_item3 {
    flex-direction: column;
    /* width: 50%; */
    height: 160px;
    padding: 0;
  }
  
  .bd_item_box.bd_item_box3 .bd_item.bd_item4 {
    /* width: 50%; */
    height: 160px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #f4f5f8;
    border-right: none;
  }
  
  .bd_item.youtube_service h3 {
    font-size: 13px;
    padding: 0 20px;
    line-height: 24px;
  }
  
  .bd_item.youtube_service h3 > br {
    display: block;
  }
  
  .bd_item.kakao_service {
    width: 50%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  
  . bd_item.naver_service {
    width: 50%;
    height: 120px;
  }
  
  .bd_item.naver_service br {
    display: block;
  }
  
  .bd_item.kakao_service h3 {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 16px;
    text-align: center;
  }
  
  .bd_item.naver_service h3 {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 16px;
    text-align: center;
  }
  
  .bd_item.kakao_service .phone_numb {
    display: block;
    margin: 0 0 0 18px;
  }
  
  .bd_item.kakao_service h3 > br {
    display: block;
  }
  
  .bd_item.kakao_service .bd_item_top {
    display: flex;
  }
  
  .bd_item .tel_area {
    margin-left: 16px;
    margin-bottom: 0;
  }
  
  .bd_item .tel_area > figure.tel_icon {
    margin-right: 5.5px;
  }
  
  .bd_item .kakao_area {
    line-height: 22px;
    margin-left: 8px;
  }
  
  .bd_item .kakao_area > span {
    padding-bottom: 1px;
  }
  
  .advan-button-prev {
    left: 8px;
  }
  
  .advan-button-next {
    right: 8px;
  }
  
  .bd_item.bd_item_border_1180 {
    border-bottom: 1px solid #e4e5e7;
  }
  
  /* Main banner */
  .main_baaner_area .ironfx_banner {
    width: 100%;
    margin-bottom: 8px;
  }
  
  .main_baaner_area .ironfx_banner.mt72 {
    margin-top: 0;
  }
  
  .main_baaner_area .gomarkets_banner {
    width: 100%;
    margin-bottom: 8px;
    display: none;
  }
  
  .main_baaner_area > ul {
    width: 100%;
    /* margin: 72px auto 0; */
    margin: 0 auto;
  }
  
  .main_baaner_area > ul > li {
    width: calc(100% / 2);
  }
  
  .main_baaner_area > ul > li:not(:last-child) {
    margin-right: 8px
  }
  
  .main_baaner_area .gomarkets_banner a {
    padding: 0;
  }
  
  .main_baaner_area .gomarkets_banner .inner {
    width: 100%;
  }
  
  .main_baaner_area .box1 {
    /*width: 354px;*/
    /* margin-right: 15px; */
  }
  
  .main_baaner_area .box1 img {
    width: 100%;
  }
  
  .main_baaner_area .box_group {
    /* padding-top: 4px; */
  }
  
  .main_baaner_area .box_group .box2 {
    /*width: 270px;*/
  }
  
  .main_baaner_area .box_group .box2 img {
    width: 100%;
  }
  
  .main_baaner_area .box_group .box3 {
    /*width: 200px;*/
  }
  
  .main_baaner_area .box_group .box3 img {
    width: 100%;
  }
  
  /* 최고의 외환브로커 */
  .broker_area {
    background: none;
    margin: 72px 0;
    padding: 0;
  }
  
  .broker_area .title_18 {
    color: #273243;
  }
  
  .borker_slide .swiper-slide {
    width: 360px;
    height: auto;
    background-color: #f4f4f4;
  }
  
  .b-next,
  .b-prev {
    width: 32px;
    height: 32px;
    top: 102px;
  }
  
  .b-next > img,
  .b-prev > img {
    width: 100%;
  }
  
  .b-next {
    right: 8px;
  }
  
  .b-prev {
    left: 8px;
  }
  
  .b-pager span {
    flex: 1;
    background: rgba(69, 73, 90, 0.5);
  }
  
  .borker_slide .swiper-slide {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .content-wrap,
  .index_list_text {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .broker_slide_wrap .b-pager {
    visibility: visible;
    display: block;
  }
  
  .left_content {
    order: 2;
    width: 100%;
  }
  
  .left_content article {
    margin-bottom: 56px;
  }
  
  .analysis .list_img {
    display: none;
  }
  
  .index_content_list {
    padding: 0;
    border-top: 1px solid #f4f4f4;
    border-bottom: 0;
  }
  
  .index_content_list li,
  .index_content_list li:first-child {
    margin-bottom: 0px;
  }
  
  .index_content_list li {
    padding: 16px 0;
    border-bottom: 1px solid #f4f4f4;
  }
  
  .fx_cross_rate {
    clear: both;
  }
  
  /* popular_asset */
  .popular_asset_cont .tab_title > li.on span {
    font-size: 16px;
  }
  
  .popular_asset_cont .tab_title > li > span {
    font-size: 16px;
    font-weight: 400;
    color: #45495a;
  }
  
  .popular_asset_cont .tab_cont .thumb_wrap {
    width: 100%;
  }
  
  .popular_asset_cont .pa_ct_wr {
    margin-bottom: 24px;
  }
  
  /* 자주 묻는 질문 */
  .qa_list_wrap ul li > div {
    width: 50%;
    right: 0;
    top: 0;
    transform: none;
  }
  
  .qa_list_wrap {
    height: auto;
    padding: 32px 0 32px 24px;
    background-size: 50% 350px;
  }
  
  .qa_list_wrap ul li:not(:last-child) {
    margin-bottom: 8px;
  }
  
  .qa_list_wrap ul li > div.act {
    height: 100%;
  }
  
  .qa_list_wrap .txt_box > p {
    /* text-align: justify; */
  }
  
  .metas-btn {
    display: none;
  }
  
  .analysis .analysis-btn {
    display: none;
  }
  
  /* 해외 마진거래만의 장점 */
  .adv_slide_inner .txt_box > p > br {
    display: none;
  }
  
  /* analysis */
  .analysis_slider_wrap .list_title {
    letter-spacing: -0.4px;
  }
  
  /* 온라인 입출금 결제 서비스 */
  .online_pay_service ul > li {
    width: calc(100% / 2);
  }
  
  .online_pay_service ul > li:not(:last-child) {
    margin-right: 8px;
  }
  
}

/* 미디어쿼리 브레이크포인트 1105px 이하 */
@media screen and (max-width: 1105px) {
}

/* 미디어쿼리 브레이크포인트 1040px 이하 */
@media screen and (max-width: 1040px) {
}

/* 미디어쿼리 브레이크포인트 978px 이하 */
@media screen and (max-width: 978px) {
  .qa_list_wrap ul li > a {
    padding: 4px 12px;
  }
  
  .qa_list_wrap ul li .font_ {
    font-size: 22px;
  }
  
  .qa_list_wrap ul li > a .txt_ {
    font-size: 14px;
  }
  
  .qa_list_wrap .txt_box > p {
    font-size: 14px;
  }
  
  .qa_list_wrap .txt_box > p:not(:last-child) {
    margin-bottom: 12px;
  }
}

/* 미디어쿼리 브레이크포인트 973px 이하 */
@media screen and (max-width: 973px) {
  .bd_item {
    padding: 20px;
  }
  
  .bd_item .bd_item_inner {
    padding: 20px;
  }
  
  .bd_item h3 {
    margin-bottom: 16px;
  }
  
  .bd_item .tags_box .tag_ {
    height: 22px;
    font-size: 12px;
    line-height: 22px;
  }
  
}

/* 미디어쿼리 브레이크포인트 955px 이하 */
@media screen and (max-width: 955px) {
  .bd_item h3 {
    font-size: 13px;
    margin-bottom: 12px;
  }
  
  .bd_item .view_more_btn > a {
    font-size: 12px;
  }
  
  .bd_item .tags_box .tag_ {
    font-size: 11px;
  }
  
  .popular_asset_cont .popular_asset_thumb .swiper-slide {
    /* height: 80px; */
  }
  
  .asset_title_area .asset_title ._nation {
    font-size: 14px;
  }
  
  .asset_title_area .asset_title ._unit {
    font-size: 11px;
  }
  
  .main_rates_area .main_rates .bid {
    font-size: 22px;
  }
  
  .bd_item.kakao_service h3 {
    font-size: 13px;
    padding: 0 20px;
    text-align: center;
  }
}

/* 미디어쿼리 브레이크포인트 879px 이하 */
@media screen and (max-width: 879px) {
  
  .main_slider {
    margin-bottom: 56px;
  }
  
  /* main board */
  .bd_item_box:nth-of-type(2) {
    width: 50%;
  }
  
  .bd_item_box:nth-of-type(3) {
    width: 100%;
    display: flex;
  }
  
  .bd_item_box:nth-of-type(4) {
    width: 100%;
    margin-top: 72px;
    margin-bottom: 0;
  }
  
  .bd_item.bg_dark .bd_item_inner:nth-of-type(1) {
    height: 100%;
    border-bottom: 0;
    border-left: 1px solid #e4e5e7;
    border-right: 1px solid #e4e5e7;
  }
  
  .bd_item.bg_dark .bd_item_inner:nth-of-type(2) {
    height: 100%;
  }
  
  .bd_item_box:nth-of-type(3) .bd_item:nth-child(2) {
    width: 33.33%;
    height: 160px;
    border-left: none;
  }
  
  .bd_item.bd_item_border_897 {
    border-bottom: 1px solid #e4e5e7;
  }
  
  .main_board {
    margin: 56px auto;
  }
  
  .main_baaner_area {
    position: relative;
  }
  
  .main_baaner_area .gomarkets_banner {
    margin-top: 0;
  }
  
  .main_baaner_area > ul {
    margin-top: 0;
  }
  
  .broker_area {
    margin: 56px 0;
  }
  
  .article_margin {
    margin-bottom: 56px;
  }
  
  .bd_item_box:nth-of-type(3) {
    width: 100%;
  }
  
  .bd_item.bg_dark {
    width: 66.66%;
    height: 100%;
    flex-direction: row;
    background-color: #fff;
  }
  
  .bd_item.bg_dark h3 {
    color: #273243;
  }
  
  .bd_item.bg_dark .view_more_btn > a {
    color: #273243;
  }
  
  .bd_item.bg_dark .bd_item_inner {
    width: 50%;
  }
  
  .bd_item .view_more_btn > a > span > img.pc_ {
    display: none;
  }
  
  .bd_item .view_more_btn > a > span > img.mo_ {
    display: block;
  }
  
}

/* 미디어쿼리 브레이크포인트 856px 이하 */
@media screen and (max-width: 856px) {
  
  .market_analysis_area,
  .market_news_area {
    width: 100%;
    float: none;
  }
  
  .market_analysis_area {
    padding-right: 0px;
  }
  
  .market_news_area {
    padding-left: 0px;
  }
  
  .m_slide_03 .m_s_title i {
    display: block;
    width: 0;
    overflow: hidden;
  }
  
  .qa_list_wrap ul li .font_ {
    font-size: 18px;
    margin-right: 10px;
  }
  
  .qa_list_wrap ul li > a .txt_ {
    font-size: 13px;
    line-height: 25px;
  }
  
  .qa_list_wrap ul li > a::after {
    width: 15px;
    height: 15px;
    margin-left: 10px;
  }
  
  .qa_list_wrap ul li > a .arrow_ico {
    margin-left: 18px;
  }
  
  .qa_list_wrap .scroll_wrap {
    padding: 32px 24px;
  }
  
  .adv_slide_inner .txt_box > h3 {
    font-size: 24px;
    line-height: normal;
  }
  
}

/* 미디어쿼리 브레이크포인트 760px 이하 */
@media screen and (max-width: 760px) {
  .qa_list_wrap {
    padding: 20px 0 20px 18px;
  }
  
  .qa_list_wrap .scroll_wrap {
    padding: 20px 18px;
  }
  
  .qa_list_wrap ul li > a .arrow_ico {
    margin-left: 2px;
  }
  
  #popUpArea .pop_cont {
    padding: 32px 24px;
  }
}

/* 미디어쿼리 브레이크포인트 700px 이하 */
@media screen and (max-width: 700px) {
  
  #popUpArea {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  #popUpArea .pop_inner {
    height: 100%;
  }
  
  #popUpArea ._inner {
    width: 100%;
    height: 400px;
    padding: 0 20px;
    position: static;
    transform: unset;
  }
  
  #popUpArea .popUpSwiper {
    width: 100%;
    height: 100%;
  }
  
  #popUpArea .pop_cont {
    height: 343px;
    overflow-y: scroll;
  }
  
  #popUpArea .pop_cont > div {
    /* height: 100%; */
    
  }
  
  #popUpArea .pop_cont h3 {
    font-size: 18px;
  }
  
  #popUpArea .pop_cont .txt_group p {
    font-size: 14px;
  }
  
  #popUpArea .pop_cont .link_box > div > a {
    font-size: 14px;
    color: #11131a;
    margin-bottom: 4px;
  }
  
  #popUpArea .pop_cont .link_box > div > p {
    font-size: 12px;
    
  }
  
  .main_slider {
    display: none;
  }
  
  .main_board {
    margin: 0 auto;
  }
  
  .main_visual_area {
    margin: 75px auto 0;
  }
  
  .left_box {
    width: 100%;
  }
  
  .bd_item_box {
    display: none;
  }
  
  .bd_item_box:nth-of-type(4) {
    display: block;
    margin: 56px auto;
  }
  
  .bd_item.kakao_service {
    flex-direction: column;
  }
  
  .bd_item.kakao_service h3 > br {
    display: block;
  }
  
  .bd_item.kakao_service .bd_item_top {
    flex-direction: unset;
    text-align: center;
  }
  
  .bd_item .kakao_area {
    margin-left: 0;
  }
  
  .bd_item.kakao_service h3 {
    font-size: 15px;
  }
  
  .bd_item.youtube_service h3 {
    font-size: 15px;
  }
  
  .bd_item.youtube_service h3 > br {
    display: block;
  }
  
  .bd_item.naver_service h3 {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
  }
  
  .bd_item.naver_service br {
    display: block;
  }
  
  .bd_item.kakao_service {
    height: auto;
    align-items: center;
    flex-direction: column;
  }
  
  .bd_item.youtube_service {
    height: auto;
    align-items: center;
    flex-direction: column;
  }
  
  .bd_item_box.bd_item_box3 .bd_item.bd_item2 {
    height: 142px;
    width: 100%;
    border-right: none;
  }
  
  .bd_item_box.bd_item_box3 .bd_item.bd_item3 {
    width: 100%;
    height: 140px;
    border-right: none;
  }
  
  .bd_item_box.bd_item_box3 .bd_item.bd_item4 {
    width: 100%;
    height: 140px;
    border-right: none;
  }
  
  .bd_item .tel_area {
    justify-content: center;
    margin-left: 0;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  
  .bd_item .tel_area > figure.tel_icon {
    width: 16px;
  }
  
  .main_baaner_area .ironfx_banner .pc_ver {
    display: none;
  }
  
  .main_baaner_area .ironfx_banner .mo_ver {
    display: block;
  }
  
  .main_baaner_area .ironfx_banner > a {
    width: 100%;
  }
  
  .main_baaner_area .gomarkets_banner {
    display: none;
  }
  
  .main_baaner_area .gomarkets_banner a {
  }
  
  .main_baaner_area .gomarkets_banner .inner {
    flex-direction: column;
  }
  
  .main_baaner_area .box_group {
    flex-direction: column;
  }
  
  .main_baaner_area .box1 {
    margin-right: 0;
    margin-bottom: 16px;
  }
  
  .main_baaner_area .box1 img {
    width: auto;
  }
  
  .main_baaner_area .box_group {
    padding-top: 0;
    margin-right: 0;
    margin-bottom: 16px;
  }
  
  .main_baaner_area .box_group .box2 {
    margin-right: 0;
    margin-bottom: 14px;
  }
  
  .main_baaner_area .box_group .box2 img {
    width: auto;
  }
  
  .main_baaner_area .box_group .box3 img {
    width: auto;
  }
  
  .main_baaner_area .naver_area {
    width: auto;
  }
  
  .main_baaner_area .naver_area .naver_area_btn {
    width: auto;
  }
  
  .main_baaner_area .naver_area .naver_area_btn img {
    width: auto;
  }
  
  .main_baaner_area > ul {
    flex-direction: column;
  }
  
  .main_baaner_area > ul > li {
    width: 100%;
  }
  
  .main_baaner_area > ul > li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 8px;
  }
  
  .bd_item.kakao_service .phone_numb {
    width: 151px;
    margin: 16px auto 0;
  }
  
  /* 최고의 외환 브로커 */
  .broker_slide_wrap .b-pager {
    display: none;
  }
  
  .asset_title_area {
    color: #273243;
    margin-bottom: 0;
  }
  
  .popular_asset_cont {
    padding: 0 16px;
  }
  
  .popular_asset_cont .pa_ct_wr {
    padding: 16px 16px 16px;
    border: 1px solid #e4e5e7;
  }
  
  .popular_asset_cont .tab_title,
  .popular_asset_cont .tab_cont {
    padding: 0;
  }
  
  .popular_asset_cont .popular_asset_thumb .swiper-slide {
    width: 100%;
    height: 59px;
    padding: 8px;
    border-bottom: 1px solid #f4f4f4;
    flex-direction: row;
    justify-content: space-between;
  }
  
  .popular_asset_thumb .swiper-slide._pluse_bg {
    background-color: #fff;
  }
  
  .popular_asset_thumb .swiper-slide._minus_bg {
    background-color: #fff;
  }
  
  .popular_asset_thumb .swiper-slide._pluse_bg .main_rates_area .main_rates i,
  .popular_asset_thumb .swiper-slide._pluse_bg .main_rates_area .main_rates p {
    color: #089981;
  }
  
  .popular_asset_thumb .swiper-slide._minus_bg .main_rates_area .main_rates i,
  .popular_asset_thumb .swiper-slide._minus_bg .main_rates_area .main_rates p {
    color: #ff3b30;
  }
  
  .asset_title_area .asset_title {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .asset_title_area .asset_title ._nation {
    font-size: 15px;
    letter-spacing: -0.4px;
  }
  
  .asset_title_area .asset_title ._unit {
    font-size: 12px;
    letter-spacing: -0.4px;
  }
  
  .main_rates_area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  
  .main_rates_area .main_rates {
    flex-wrap: wrap;
    justify-content: flex-end;
    text-align: right;
  }
  
  .main_rates_area .main_rates .bid {
    font-size: 16px;
    line-height: 18.75px;
    margin-right: 0;
  }
  
  .main_rates_area .main_rates .change_rate {
    width: 100%;
    margin: 0;
    line-height: 14.06px;
  }
  
  .popular_asset_cont .tab_cont > div {
    flex-direction: column-reverse;
  }
  
  .popular_asset_cont .popular_asset_slider {
    width: 100%;
    height: auto;
    /* margin-bottom: 16px; */
  }
  
  .popular_asset_cont .tab_title > li {
    width: calc(100% / 4);
  }
  
  .popular_asset_cont .tab_title > li > span {
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
  }
  
  .popular_asset_cont .tab_title > li.on span {
    font-size: 13px;
    font-weight: 700;
  }
  
  .popular_asset_cont .tab_title > li > span::before {
    height: 74%;
  }
  
  .popular_asset_cont .tab_title > li.on .under_line {
    margin-top: 16px;
  }
  
  .popular_asset_cont .tab_title {
    margin-bottom: 16px;
  }
  
  .popular_asset_slider .toolbar {
    justify-content: center;
  }
  
  .popular_asset_slider .toolbar button {
    /* padding: 10px 20px 8px; */
    padding: 4px 16px;
    border-radius: 2px;
    background-color: #fff
  }
  
  .popular_asset_slider .toolbar button:not(:last-child) {
    margin-right: 4px;
    border-right: 1px solid #e4e5e7;
  }
  
  .popular_asset_slider .chart_timeline {
    height: 300px;
  }
  
  .popular_asset_cont .tab_cont .thumb_wrap {
    margin: 0 auto;
  }
  
  .popular_asset_cont .tab_cont .thumb_wrap .swiper {
    height: 295px;
    /* overflow: hidden; */
  }
  
  .popular_asset_cont .popular_asset_prev,
  .popular_asset_cont .popular_asset_next {
    display: none;
  }
  
  /* 자주 묻는 질문 */
  .qa_list_wrap {
    padding: 0;
    background-image: none;
  }
  
  .qa_list_wrap ul li:not(:last-child) {
    margin-bottom: 0;
    border-bottom: 1px solid #e4e5e7;
  }
  
  .qa_list_wrap ul li > a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* flex-wrap: wrap; */
    white-space: nowrap;
    padding: 12px;
    box-sizing: border-box;
    border-radius: 0;
    background-color: #f9f9f9;
    transition: all 0.3s;
    position: relative;
  }
  
  .qa_list_wrap ul li > a .ft_group {
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  
  .qa_list_wrap ul li > div {
    position: static;
    width: 100%;
    height: 321px;
    border-bottom: 0;
    /* display: none; */
  }
  
  .qa_list_wrap ul li:last-child > div {
    border-bottom: 1px solid #e4e5e7;
  }
  
  .qa_list_wrap ul li .font_ {
    font-size: 18px;
    margin-right: 6px;
  }
  
  .qa_list_wrap ul li > a .txt_ {
    display: inline-block;
    font-size: 15px;
    line-height: 21.72px;
    white-space: normal;
    word-break: keep-all;
  }
  
  .qa_list_wrap ul li > a .arrow_ico {
    background-image: url('../img/01_common/chevron-down.svg');
    margin-left: 0;
    flex-shrink: 0;
  }
  
  .qa_list_wrap ul li > a.act .arrow_ico {
    background-image: url('../img/01_common/chevron-down-on.svg');
  }
  
  .qa_list_wrap .scroll_box {
    height: 321px;
  }
  
  .qa_list_wrap .txt_box > p {
    line-height: 22px;
  }
  
  .qa_list_wrap .txt_box > p:not(:last-child) {
    margin-bottom: 18px;
  }
  
  .qa_list_wrap .scroll_wrap {
    padding: 16px 0 20px 12px;
    background-color: transparent;
  }
  
  .qa_list_wrap .scroll_box > div {
    padding: 0;
  }
  
  .qa_list_wrap .txt_box {
    padding-right: 12px;
  }
  
  .metatrader_video .list_info {
    margin-top: 0;
  }
  
  .metas-btn {
    top: 30%;
  }
  
  .online_pay_service ul {
    flex-direction: column;
  }
  
  .online_pay_service ul > li {
    width: 100%;
  }
  
  .online_pay_service ul > li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 24px;
  }
  
  /* 해외마진거래 장점 */
  /* footer f_gnb */
  footer .pc_gnb {
    display: none;
  }
  
  footer .mo_gnb {
    display: block;
  }
  
  .f_gnb ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 8px;
  }
  
  .f_gnb ul {
    flex-direction: column;
    width: 220px;
    margin: 0 auto;
  }
  
  .f_gnb .gnb_tit {
    padding: 10px 12px 11px;
    border: 1px solid #cfd0d2;
    line-height: inherit;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url('../img/01_common/arrow_down.svg') no-repeat center right;
    background-position-x: calc(100% - 8px);
    background-size: 12px 12px;
  }
  
  .f_gnb ul li.act .gnb_tit {
    background: url('../img/01_common/arrow_up.svg') no-repeat center right;
    background-position-x: calc(100% - 8px);
    background-size: 12px 12px;
  }
  
  .f_gnb ul li {
    width: 100%;
  }
  
  .f_gnb ul li > div {
    padding: 12px 12px 13px 12px;
    border: 1px solid #e4e5e7;
    margin-top: 4px;
  }
  
  .f_gnb ul li > div > a:not(:last-child) {
    margin-bottom: 14px;
  }
  
  footer .kakao_banner .list_title span {
    display: block;
  }
  
  .f_gnb ul li > div > a > span {
    display: inline-block;
    padding: 0 2px;
  }
  
  .f_gnb .hide {
    display: none;
  }
  
  .bd_item_box:nth-of-type(3) {
    display: none;
  }
  
  #popUpArea .pop_close {
    /*padding: 1.7% 0 5.54%;*/
    padding: 11px 0 14px;
  }
  
  #popUpArea .pop_close i {
    width: 22px;
    height: 22px;
    margin: 0 8px 0 0;
  }
  
  #popUpArea .popUpSwiper .goLink {
    top: 52.5%;
  }
  
  #popUpArea .pop_close .inner {
  }
  
  #popUpArea .popUpSwiper figure img.text3_img {
    padding-top: 20px;
  }
  
}

/* 미디어쿼리 브레이크포인트 640px 이하 */
@media screen and (max-width: 640px) {
  
  .broker_slide_wrap .b-pager {
    display: none;
  }
  
  .Advantages_slider .sd a {
    height: 320px;
    padding: 24px;
  }
  
  .adv_slide_inner .txt_box > h3 {
    margin-bottom: 16px;
    word-break: keep-all;
  }
  
  .adv_slide_inner .txt_box > p {
    height: auto;
    margin-bottom: 16px;
  }
  
  .advan_button {
    top: 153.5px;
    display: none;
  }
  
  .adv_bg {
    right: 16px;
    bottom: 16px;
  }
  
  .adv_bg_position {
    right: 16px;
    bottom: 0;
  }
  
}

@media screen and (max-width: 640px) {
  #popUpArea .popUpSwiper .goLink {
    top: 51%;
  }
}

/* 미디어쿼리 브레이크포인트 528px 이하 */
@media screen and (max-width: 528px) {
  .bd_item .tags_box .tag_ {
    height: 17px;
    line-height: 17px;
    font-size: 10px;
    padding: 0 8px;
    margin-right: 4px;
    margin-bottom: 4px;
  }
}

/* 미디어쿼리 브레이크포인트 514px 이하 */
@media screen and (max-width: 514px) {
}

/* 미디어쿼리 브레이크포인트 488px 이하 */
@media screen and (max-width: 488px) {
  
  .mo_hide {
    display: none;
  }
  
  .pc_hide_ {
    display: block;
  }
  
  .main_baaner_area .gomarkets_banner a {
    padding: 24px 20px;
  }
  
  .main_baaner_area .box1 {
    /* width: 100%; */
  }
  
  .main_baaner_area .box1 img {
    width: 100%;
  }
  
  .main_baaner_area .box_group {
    width: 100%;
  }
  
  .main_baaner_area .box_group .box2 {
    /* width: 100%; */
  }
  
  .main_baaner_area .box_group .box2 img {
    width: 100%;
  }
  
  .main_baaner_area .box_group .box3 {
    /* width: 100%; */
  }
  
  .main_baaner_area .box_group .box3 img {
    width: 100%;
    margin: 0 auto;
  }
  
  .main_baaner_area .naver_area {
    /* width: 100%; */
    margin-left: 0;
  }
  
  .main_baaner_area .naver_area .naver_area_btn {
    width: 100%;
  }
  
  .main_baaner_area .naver_area .naver_area_btn img {
    width: 100%;
  }
  
  #popUpArea .popUpSwiper .txt2 > img {
    width: 100%;
  }
  
}

@media screen and (max-width: 467px) {
  #popUpArea .popUpSwiper .goLink {
    top: 50%;
  }
}

/* 미디어쿼리 브레이크포인트 420px 이하 */
@media screen and (max-width: 420px) {
  .popular_asset_cont .pa_ct_wr {
    padding: 10px;
  }
  
  .popular_asset_cont .tab_title {
    margin-bottom: 10px;
  }
  
  .popular_asset_cont .tab_title > li.on .under_line {
    margin-top: 10px;
  }
  
  .popular_asset_cont .popular_asset_thumb .swiper-slide {
    padding: 10px;
  }
  
  .main_rates_area {
    width: 40%;
  }
  
  .qa_list_wrap .scroll_box {
    background-color: transparent;
  }
}

/* 미디어쿼리 브레이크포인트 400px 이하 */
@media screen and (max-width: 400px) {
  
  .video_area {
    width: 100%;
  }
  
  .qa_list_wrap ul li .font_ {
    font-size: 17px;
  }
  
  .popular_asset_cont .popular_asset_thumb .swiper-slide {
    padding: 4px;
  }
  
  .main_rates_area .main_rates p > span {
    margin-left: 2px;
  }
  
  #popUpArea .popUpSwiper .txt1 {
    padding: 19px 46px 0;
  }
  
  #popUpArea .popUpSwiper .txt2 {
    padding-top: 11px;
  }
  
  #popUpArea .popUpSwiper .txt1 > img {
    width: 100%;
  }
  
}

/* 미디어쿼리 브레이크포인트 375px 이하 */
@media screen and (max-width: 375px) {
  .meta_slider .swiper-slide a:first-child img {
    width: 100% !important;
    height: auto !important;
  }
  
  .qa_list_wrap ul li .font_ {
    font-size: 16px;
  }
  
  .asset_title_area .asset_icon {
    margin-right: 5px;
  }
  
  .asset_title_area .asset_title ._unit {
    font-size: 11px;
  }
  
  .asset_title_area .asset_icon {
    width: 24px;
    height: 22px;
  }
  
  .asset_title_area .asset_icon figure {
    width: 16px;
    height: 16px;
  }
  
  .popular_asset_cont .popular_asset_thumb .swiper-slide {
    padding: 0;
  }
  
  .popular_asset_cont .tab_title > li > span {
    padding: 0;
  }
  
  .main_rates_area .main_rates .change_rate {
    font-size: 11px;
  }
  
  #popUpArea .popUpSwiper .goLink {
    top: 48%;
  }
  
}

/* 미디어쿼리 브레이크포인트 340px 이하 */
@media screen and (max-width: 340px) {
  .qa_list_wrap ul li > a .txt_ > i {
    display: block;
  }
  
  .qa_list_wrap .txt_box > p:not(:last-child) {
    margin-bottom: 8px;
  }
  
  .online_pay_service ul > li > a > figure > img {
    width: 100%;
  }
  
  .adv_slide_inner .txt_box > h3 {
    font-size: 26px;
  }
  
  .adv_slide_inner .txt_box > p {
    font-size: 13px;
    line-height: normal;
  }
  
  .adv_bg.center_bg {
    width: 66%;
  }
  
  .adv_bg.center_bg > img {
    width: 100%;
  }
  
  #popUpArea .popUpSwiper .txt1 > img {
    width: 100%;
  }
  
  #popUpArea .pop_close {
    transform: translateY(-3px);
  }
  
}

/* 미디어쿼리 브레이크포인트 250px 이하 */
@media screen and (max-width: 250px) {
  .f_gnb ul {
    width: 100%;
  }
  
  .f_gnb ul li {
    width: 100%;
  }
  
  .f_gnb .gnb_tit {
    width: 100%;
  }
  
  .sns_menu {
    width: 100%;
    flex-wrap: wrap;
  }
  
  .sns_menu li {
    width: calc(100% / 6);
  }
  
  .sns_menu li a {
    margin-left: 2px;
  }
  
  .kakao_link {
    font-size: 12px;
  }
  
  .adv_bg {
    width: 100% !important;
    right: 0;
    padding: 0 32px;
    /* bottom: 0; */
  }
  
  .adv_bg > img {
    width: 100% !important;
    margin: 0 auto !important;
  }
}


