* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 15px;
  line-height: inherit;
  /* font-family: 'Noto Sans KR', sans-serif; */
  /* font-family: "Noto Sans KR", "Arial Bold", "Helvetica Neue", Helvetica, Arial, Dotum, 국어, Gulim, sans-serif; */
  font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, Trebuchet MS, Roboto, Ubuntu, sans-serif;
  font-weight: 400;
  color: #45495a;
  /* letter-spacing: 0px; */
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #45495a;
}

u {
  text-decoration: none;
}

img {
  display: block;
  border: none;
}

p {
  word-break: keep-all;
}

/* flex-area */

.flex_area,
.kakao_banner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header,
.hd_sch_form,
.title_area,
.ft_1,
.ft_2 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header,
.h_left,
.h_right,
.title_area,
.more_btn a,
.list_info,
.kakao_banner,
.broker_content,
.broker,
.ft_menu_area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.broker_content,
.broker {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

section {
  overflow: hidden;
  padding-top: 75px;
}

section.main_section {
  padding-top: 0;
}

/* 헤더 */

.hd_wrap {
  height: 65px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.hd_wrap.on_shadow {
  -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  /* border-bottom: 1px solid rgba(233, 233, 233, 0.5); */
}

header {
  height: 65px;
}

.menu_icon {
  width: 32px;
  height: 22px;
  position: relative;
  display: none;
}

.menu_icon span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #273243;
  position: absolute;
  transition: all 0.3s;
}

.menu_icon span:nth-child(1) {
  top: 4px;
}

.menu_icon span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.menu_icon span:nth-child(3) {
  bottom: 4px;
}

.menu_icon.active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.menu_icon.active span:nth-child(2) {
  display: none;
}

.menu_icon.active span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

/* 로고 */
.hf_logo {
  margin-right: 32px;
}

.hf_logo > a {
  display: block;
  width: 160px;
  height: 20px;
  background-image: url('../img/01_common/highforex_logo.svg');
  background-position: center;
  background-repeat: no-repeat;
}

.hf_logo > a.on {
  background-image: url('../img/01_common/highforex_logo_on.svg');
}

/* 거래시작 버튼 */
.trading_btn_15 a {
  display: block;
  height: 32px;
  padding: 0 24px;
  background-color: #ffcc00;
  color: #000;
  font-weight: 500;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: -0.4px;
  border-radius: 16px;
  font-family: 'Noto Sans KR', sans-serif;
}

/* 검색(헤더) */
#search_form {
  padding-top: 65px;
}

.hd_sch_wr {
  margin-left: 12px;
}

.hd_sch_form {
  /* width: 260px; by ellie*/
  width: auto;
  /* height: 32px; by ellie */
  /* border: 1px solid #AFB1B8; */
  /* border: 1px solid #E4E5E7;  by ellie*/
  /* border-radius: 16px; by ellie */
  
  overflow: hidden;
}

#hd_sch {
  /* background-color: yellow; */
  width: 228px;
  height: 30px;
  text-indent: 16px;
  border: none;
  float: left;
  outline: 0;
  font-size: 13px;
}

#sch_submit {
  /* width: 30px; by ellie*/
  width: 26px;
  height: 26px;
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}

#sch_submit img {
  width: 100%;
  height: auto;
}

#sch_submit img.mo_ {
  display: none;
}

/* .f_gnb ul li>div>a.menu_hide {
  color: #F4F5F8;
  pointer-events: none;
} */

/* common(공통모듈) */

.sound_only {
  width: 0;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0;
  line-height: 0;
  border: 0 !important;
  overflow: hidden !important;
  position: absolute;
}

.center_1176 {
  width: 1176px;
  margin: 0 auto;
}

.title_area {
  padding-bottom: 24px;
}

.title_18 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.4px;
  padding-bottom: 2px;
  color: #273243;
}

.title_18_margin {
  margin: 0 auto;
}

.title_24 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 2px;
  color: #273243;
}

.title_24 span {
  display: inline-block;
  width: 12px;
  height: 2px;
  background: #53430f;
  vertical-align: middle;
  margin: 0 6px;
  margin-top: -4px;
}

.article_margin {
  margin-bottom: 96px;
}

/* more 버튼 */

.more_btn a {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #273243;
  letter-spacing: 1px;
  align-items: center;
  justify-content: center;
}

.more_btn span {
  padding-top: 2px;
  margin-right: 6px;
}

.w_g_icon {
  width: 18px;
  height: 18px;
  position: relative;
}

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

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

/* 텍스트 이미지 리스트 */

.list_img {
  /* flex-shrink: 0; */
  margin-right: 16px;
}

.list_img img {
  width: 123px;
  height: 82px;
}

.shorts_list_img {
  /* flex-shrink: 0; */
  margin-right: 16px;
}

.shorts_list_img img {
  width: 82px;
  height: 123px;
}

.list_title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.4px;
  color: #273243;
  padding-bottom: 3px;
  padding-right: 4px;
  
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.list_title span {
  font-weight: 400;
  margin-right: 4px;
}

.list_paragraph {
  font-size: 14px;
  font-weight: 400;
  color: #45495a;
  margin: 11px 0;
  
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.list_info {
  font-family: 'Roboto', sans-serif;
  
}

.list_info img {
  margin-right: 4px;
  display: none;
}

.list_info * {
  color: #9497a0;
}

.list_info u {
  font-size: 12px;
  font-weight: 300;
  white-space: nowrap;
  color: #9497a0;
}

/* 트레이딩뷰 차트 */

.tradingview-widget-copyright {
  display: none;
}

.tv_chart {
  overflow: hidden;
}

.ticker {
  height: 46px;
}

/* .fx_cross_rate {
  height: 416px;
} */

.real_time_chart {
  height: 626px;
}

/* .cryptocurrency {
  height: 506px;
} */

/* .market_view {
  height: 676px;
}

.market_view_2 {
  display: none;
  height: 458px;
} */

/* aside */

aside {
  width: 368px;
  margin-left: 32px;
}

aside > article {
  margin-bottom: 56px;
}

aside > article:last-of-type {
  margin-bottom: 0;
}

.kakao_banner {
  padding: 24px 0;
  background: #ffcc00;
  
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.kakao_banner:last-child {
  /* margin-top: 16px; */
}

.kakao_banner .list_title {
  font-size: 18px;
  font-weight: 700;
  color: #53430f;
  -webkit-line-clamp: 2;
  text-align: center;
  letter-spacing: -0.4px;
  padding-bottom: 2px;
}

.kakao_banner .list_title span {
  display: block;
}

.kakao_banner p {
  color: #53430f;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.4px;
}

.kakao_link {
  font-size: 15px;
  background: #53430f;
  color: #fee500;
  height: 40px;
  padding: 0 20px;
  border-radius: 20px;
  align-items: center;
  margin-top: 16px;
}

.kakao_link span {
  padding-bottom: 2px;
  margin-left: 8px;
}

.phone_area {
  color: #53430f;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-top: 16px;
  padding-right: 2px;
  
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.phone_area img {
  height: 21px;
  margin-top: 2px;
  margin-right: 8px;
}

/* 브로커 공통*/

.broker_content {
  width: 100%;
  padding: 32px;
  text-align: center;
}

.broker > * {
  margin-bottom: 24px;
  color: #45495a;
}

.broker > a {
  border-bottom: 1px solid #45495a;
  color: #273243;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.4px;
}

.broker_content > .trading_btn_15 {
  margin-bottom: 0;
  flex-shrink: 0;
}

.broker_content > .trading_btn_15 a {
  color: #fff;
  background-color: #bba14f;
}

/* 2024-03-11 ironfx 개편으로 인한 수정 */
.broker img {
  mix-blend-mode: multiply;
  /* width: 120px; */
  height: 32px;
}

.broker img.xm_logo_img {
  height: 24px;
}

.broker img.ironfx_logo_img {
  height: 44px;
}

.broker p {
  height: 69px;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 34.75px;
  letter-spacing: -0.4px;
  color: #273243;
}

/* 가장 많이 방문한 브로커 */

.best_broker .broker_content {
  width: 100%;
  height: 96px;
  background: #f4f4f4;
  padding: 0;
  margin-bottom: 12px;
  
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
}

.best_broker .broker_content:last-child {
  margin-bottom: 0;
}

.best_broker .broker {
  width: 120px;
  row-gap: 8px;
}

.best_broker .broker > * {
  margin-bottom: 0;
}

.best_broker .broker a {
  /*margin-top: 3px;*/
}

.broker_content.main_ .broker img {
  width: auto;
  height: 40px;
  margin-bottom: 24px !important;
}

/* 주요시장현황 탭 */

.tab_area {
  width: 100%;
  /* height: 590px; */
  position: relative;
  padding: 16px 16px 4px 16px;
  border: 1px solid #e4e5e7;
}

.mv_slider {
  overflow: hidden;
}

.mv-pager {
  position: static;
  display: flex;
}

.mv-pager span {
  flex: 1;
  border-radius: 0;
  height: 35px;
  position: relative;
  background: none;
  color: #45495a;
  opacity: 1;
}

.mv-pager span::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 15px;
  font-family: 'Noto Sans KR', sans-serif;
  border-right: 1px solid #f4f4f4;
  font-weight: 400;
}

.mv-pager span:nth-child(1)::before {
  content: '지수';
}

.mv-pager span:nth-child(2)::before {
  content: '외환';
}

.mv-pager span:nth-child(3)::before {
  content: '채권';
}

.mv-pager span:nth-child(4)::before {
  content: '선물';
  border-right: 0;
}

.mv-pager span.swiper-pagination-bullet-active {
  border-bottom: 2px solid #3870ff;
}

.mv-pager span.swiper-pagination-bullet-active::before {
  font-weight: 700;
  color: #3870ff;
}

.tab-content {
  width: 100%;
  height: 180px;
  position: relative;
  background: #fff;
  border-bottom: 1px solid #f4f4f4;
}

.tab-content > ul > li {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-title > ul > li {
  padding: 10px 8px;
  border-bottom: 1px solid #f4f4f4;
  justify-content: space-between;
  align-items: center;
}

.tab-title > ul > li:last-child {
  border-bottom: 0;
}

.tab-title > ul > li.active {
  background: #f4f4f4;
}

.tab-title > ul > li:hover {
  background: #f9f9f9;
}

.tab-title > ul > li > .flex_area:first-child {
  align-items: center;
}

.t-name-area,
.t-value-area {
  flex-direction: column;
}

.t-value-area {
  align-items: flex-end;
}

.t-e-name {
  font-size: 15px;
  font-weight: 700;
  margin-right: 8px;
}

.t-e-name:hover {
  color: #3870ff;
}

.mv_slider .t-icon,
.mv-forex .cross-rate {
  margin-right: 8px;
}

.mv-forex .t-icon {
  margin-right: 0px;
}

.mv_slider .t-name {
  font-size: 13px;
  font-weight: 400;
  margin-left: 0;
  padding-bottom: 0;
}

.mv_slider .t-value span {
  font-size: 15px;
  font-weight: 700;
  padding: 0;
}

.mv_slider .t-change {
  margin-left: 8px;
}

.mv_slider .t-change span {
  font-size: 13px;
}

/* 선물 탭 t-icon 안보이게 */
.mv-future .t-icon {
  display: none;
}

/* 주요시장현황 차트 */
#chart .toolbar {
  margin: 16px 0 0 0;
  text-align: center;
}

#chart .toolbar button {
  border-bottom: 0;
  border: 1px solid #e4e5e7;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  color: #9497a0;
  padding: 4px 16px;
}

#chart .toolbar button.active {
  color: #fff;
  border: none;
}

#chart-timeline {
  position: relative;
}

#apexchartsarea-datetime {
  position: absolute;
  top: 0;
  left: -11px;
}

/* 푸터 */

footer {
  background: #f4f5f8;
  margin-top: 120px;
  padding-top: 48px;
  padding-bottom: 64px;
}

#lession_ footer {
  margin-top: 104px;
}

.f_top .center_1176 {
  position: relative;
  justify-content: space-between;
  padding-top: 48px;
}

.top_btn {
  position: absolute;
  right: 0;
  top: -88px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.top_btn {
  width: 24px;
  height: 24px;
  right: 32px;
  top: -52px;
}

.top_btn img {
  width: 24px;
  height: 24px;
}

.f_gnb {
  padding-bottom: 48px;
  border-bottom: 1px solid #cfd0d2;
}

.f_gnb ul {
  /* width: 765px; */
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
}

.f_gnb ul li {
  display: inline-block;
  white-space: nowrap;
}

.f_gnb ul li:not(:last-child) {
  margin-right: 72px;
}

.f_gnb .gnb_tit {
  display: block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 18.82px;
  color: #45495a;
  margin-bottom: 16px;
  font-family: 'Noto Sans KR', sans-serif;
}

.f_gnb ul li > div > a {
  /* display: block; */
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.4px;
  line-height: 18.82px;
  color: #45495a;
  font-family: 'Noto Sans KR', sans-serif;
}

.f_gnb ul li > div > a > u {
  font-size: 10px;
  letter-spacing: -0.4px;
  padding: 2px 3px 0 2px;
}

.f_gnb ul li > div > a:not(:last-child) {
  margin-bottom: 8px;
}

.f_gnb ul li > div > a > span {
  font-size: 9px;
  display: inline-block;
  padding: 0 2px;
}

.ft_1 .ft_menu_area {
  flex-direction: column;
}

.ft_logo_1 {
  width: 128px;
  margin-bottom: 12px;
}

.f_menu {
  padding-bottom: 4px;
}

.f_menu li {
  margin-right: 24px;
}

.f_menu li a {
  color: #e4e5e7;
  font-weight: 300;
  font-size: 13px;
}

.family_site {
  width: 240px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
  text-indent: 12px;
}

.family_site p {
  height: 40px;
  line-height: 40px;
  position: relative;
  color: #fff;
  text-transform: uppercase;
}

.family_site p span {
  display: block;
  width: 16px;
  height: 16px;
  
  position: absolute;
  right: 12px;
  bottom: 12px;
  
  background: red;
  line-height: 16px;
}

.family_site p i {
  position: absolute;
  right: 12px;
  top: 12px;
}

.family_site p i:first-child {
  display: none;
}

.f_list {
  position: relative;
  z-index: 999;
  background-color: #fff;
  /* height: 108px; */
  height: 0;
  overflow: hidden;
  
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  
  margin-top: 2px;
  
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.f_list.active {
  height: 108px;
  opacity: 1;
}

.f_list li {
  height: 36px;
  line-height: 36px;
  font-weight: normal;
  color: #6a6a6a;
  font-size: 12px;
}

.f_list li:first-child {
  border-bottom: 1px solid #f4f4f4;
}

footer .kakao_banner {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
  background: none;
  
  align-items: center;
}

footer .kakao_banner .list_title,
footer .kakao_banner p {
  color: #273243;
  /* font-weight: 400; */
  padding-right: 0;
  padding-bottom: 0;
}

footer .kakao_banner .list_title {
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 3px;
}

footer .kakao_banner .list_title span {
  display: inline-block;
}

footer .kakao_banner p {
  margin-left: 8px;
  padding-bottom: 1px;
  font-weight: 300;
}

footer .kakao_link {
  margin-top: 0;
  margin-left: 24px;
}

footer .phone_area {
  width: 155px;
  margin-top: 0;
  padding-right: 0;
  margin-left: 24px;
}

footer .phone_area > img {
  width: 100%;
  height: auto;
  margin: 0;
}

.sns_menu li a {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: #e4e5e7;
  color: #273243;
  text-align: center;
  font-size: 18px;
  margin-left: 16px;
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ft_logo_2 {
  display: none;
}

.hf_info span {
  opacity: 0.5;
}

.ft_4 {
  padding-top: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.warning_title,
.warning_text {
  font-size: 11px;
  text-align: justify;
  color: #45495a;
}

.warning_title {
  font-size: 13px;
  font-weight: 700;
  padding-bottom: 16px;
}

.warning_text {
  font-weight: 300;
  line-height: 20px;
  letter-spacing: -0.4px;
}

/* 검색 상세페이지 */

#sch_res_detail {
  border: none;
  padding: 40px 0;
  background: #fff;
  text-align: left;
  margin: 0;
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* # input 입력폼의 자동완성 백그라운드 제거 방법 */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

#sch_res_detail select {
  border: 1px solid #e4e5e7;
  width: 224px;
  height: 40px;
  line-height: 38px;
  padding: 0;
  border-radius: 0px;
  font-size: 13px;
  color: #9497a0;
  
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  
  text-indent: 12px;
  margin-right: 6px;
  
  background-image: url(../img/04-list/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: 97% 50%;
  background-size: 20px;
}

#sch_res_detail .sch_wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#sch_res_detail .frm_input {
  border: 1px solid #e4e5e7;
  width: 224px;
  height: 40px;
  line-height: 38px;
  border-radius: 0;
  padding: 0;
  text-indent: 12px;
  font-size: 13px;
  color: #9497a0;
  border-right: 0;
}

#sch_res_detail .btn_submit {
  padding: 0;
  height: 40px;
  line-height: 38px;
  width: 72px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background: #273243;
  border-radius: 0;
  border: 1px solid #273243;
}

.switch_field {
  padding: 0;
  margin-left: 16px;
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.switch_field input {
  display: none;
}

.switch_field label {
  width: 64px;
  height: 40px;
  line-height: 38px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 700;
  text-align: center;
  text-shadow: none;
  padding: 0;
  border: 1px solid #e4e5e7;
  font-size: 12px;
  border-radius: 0 !important;
  box-shadow: none;
}

.switch_field input:checked + label {
  height: 40px;
  line-height: 38px;
  background-color: #9497a0;
  border: 1px solid #9497a0;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

#sch_res_ov {
  width: 100%;
  text-align: left;
  zoom: 1;
  height: auto;
  background: #f9f9f9;
  border-radius: 0;
  border: 0;
  margin-bottom: 40px;
  font-size: 13px;
  line-height: normal;
  padding: 16px;
}

#sch_res_ov h2 {
  float: none;
  display: inline-block;
  color: #45495a;
  font-weight: normal;
  font-size: 14px;
  margin-right: 8px;
}

#sch_res_ov h2 strong {
  color: #3870ff;
}

#sch_res_ov ul {
  display: inline-block;
  float: none;
  font-size: 12px;
  color: #9497a0;
  margin: 0;
}

#sch_res_board {
  margin-bottom: 56px;
}

#sch_res_board a {
  font-size: 13px;
  color: #45495a;
  border: 1px solid #e4e5e7;
  font-weight: 400;
}

#sch_res_board .cnt_cmt {
  color: #45495a;
  font-size: 13px;
  font-weight: 400;
}

#sch_res_board .sch_on {
  font-size: 13px;
  background: #3870ff;
  border: 1px solid #3870ff;
  font-weight: 400;
}

#sch_res_board .sch_on strong {
  font-weight: 400;
}

#sch_res_board a:focus,
#sch_res_board a:hover {
  text-decoration: none;
  background: #3870ff;
  color: #fff;
  font-weight: 400;
}

#sch_res_board .sch_on .cnt_cmt {
  color: #fff;
}

.sch_res_list h2 {
  font-size: 15px;
  margin: 0;
  margin-bottom: 16px;
  font-weight: 500;
}

.sch_res_list h2 a {
  color: #9497a0;
}

.sch_more {
  font-size: 12px;
  font-weight: 300;
  color: #9497a0;
}

.sch_res_list .pop_a,
.profile_img,
.sv_wrap {
  display: none;
}

.sch_res_title {
  font-size: 15px;
  color: #273243;
  font-weight: 500;
  margin: 0 0 8px 0;
}

.sch_res_list ul {
  margin: 0;
  margin-bottom: 56px;
}

.sch_res_list li {
  border-bottom: 1px solid #e4e5e7;
  padding: 24px 0;
}

.sch_res_list .sch_tit {
  padding: 0;
}

.sch_res_list p {
  padding: 0;
  font-size: 13px;
  font-weight: 300;
  color: #45495a;
  margin-bottom: 8px;
  
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.sch_res_list .sch_info {
  padding: 0;
  
}

.sch_res_list .sch_datetime {
  margin-left: 0px;
  font-size: 12px;
  color: #9497a0;
  font-weight: 300;
}

/* 온라인 입출금 서비스 */
.online-payment-content {
  height: 80px;
  justify-content: center;
  align-items: center;
  
  overflow: hidden;
}

.online-payment-content a img {
  height: 72px;
}

.online-payment-content.neteller {
  background-color: #76ba0f;
}

/* 미디어쿼리 브레이크포인트 1180px 이하 */
@media screen and (max-width: 1180px) {
  
  .hd_wrap {
    border: none;
  }
  
  .center_1176 {
    width: 100%;
    margin: 0 auto;
    padding: 0 32px;
  }
  
  header {
    height: 100%;
  }
  
  section {
  }
  
  .article_margin {
    margin-bottom: 72px;
  }
  
  .w_g_icon {
    width: 16px;
    height: 16px;
  }
  
  .menu_icon {
    padding: 4px 10px 4px 0;
    display: block;
  }
  
  .hf_logo {
    margin-right: 0px;
  }
  
  .hf_logo > a {
    width: 144px;
    height: 18px;
    background-size: contain;
    background-image: url('../img/01_common/highforex_logo_on.svg');
  }
  
  .hd_sch_wr {
    margin-left: 10px;
  }
  
  nav {
    display: none;
  }
  
  .hd_sch_form {
    width: auto;
  }
  
  #hd_sch {
    width: 212px;
    height: 26px;
  }
  
  #sch_submit {
    width: 24px;
    height: 24px;
  }
  
  .trading_btn_15 a {
    height: 28px;
    /* font-size: 13px; */
    font-weight: 700;
    line-height: 27px;
    letter-spacing: -0.4px;
    padding: 0 16px;
    border-radius: 17px;
    color: #fff;
    background-color: #3870ff;
  }
  
  .title_area {
    padding-bottom: 24px;
  }
  
  .title_18 {
    /* font-size: 16px; */
  }
  
  .title_24 {
    font-size: 18px;
  }
  
  .title_24 span {
    width: 8px;
    height: 1.5px;
    margin: 0 4px;
    margin-top: -3px;
  }
  
  .more_btn span {
    /* display: none; */
    font-size: 13px;
    font-weight: 400;
    margin-right: 4px;
  }
  
  .list_title {
    font-size: 15px;
  }
  
  .list_info {
    padding-top: 8px;
  }
  
  aside {
    order: 1;
    width: 100%;
    margin-left: 0;
  }
  
  .t-name-area,
  .t-value-area {
    flex-direction: row;
  }
  
  .t-name-area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .kakao_banner {
    -webkit-box-orient: horizontal;
    -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;
    padding: 20px 0;
    
  }
  
  .kakao_link {
    margin-top: 0;
    padding: 0 24px;
    margin-left: 16px;
  }
  
  .kakao_banner .list_title {
    font-size: 15px;
    margin-right: 8px;
    padding-bottom: 0;
  }
  
  .kakao_banner .list_title span {
    display: inline-block;
  }
  
  .phone_area {
    margin-top: 0;
    padding-right: 0;
    margin-left: 16px;
    font-size: 16px;
  }
  
  .phone_area img {
    height: 16px;
  }
  
  .broker_content {
    padding: 24px 0;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: column;
  }
  
  .broker {
    margin: 0 68px;
    /*margin-left: 0;*/
  }
  
  .broker p {
    height: 56px;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 16px;
    margin-top: 16px;
  }
  
  .broker > * {
    margin-bottom: 0px;
  }
  
  .broker > a {
    /* font-size: 13px; */
    margin-top: 3px;
    color: #273243;
  }
  
  .broker > a.main_ {
    font-size: 13px;
  }
  
  .broker img {
    /*height: 32px;*/
  }
  
  .broker_content.main_ .broker img {
    margin-bottom: 0 !important;
  }
  
  .best_review {
    display: none;
  }
  
  .broker_content > .trading_btn_15 {
    /*margin-top: 16px;*/
  }
  
  .broker_content > .trading_btn_15.main_ {
    margin-top: 16px;
  }
  
  .best_broker .broker {
    margin-left: 0;
  }
  
  /* 푸터 */
  footer {
    padding-top: 48px;
    margin-top: 72px;
  }
  
  .f_gnb {
    padding-bottom: 32px;
  }
  
  .f_top {
    background: #f4f4f4;
    padding: 40px 0 32px 0;
  }
  
  .f_bottom {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
  }
  
  .ft_1,
  .ft_2 {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
  
  .ft_3 {
    display: none;
  }
  
  .ft_logo_1 {
    /* display: none; */
    margin: 0 auto 32px;
  }
  
  .f_top .center_1176 {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }
  
  footer .phone_area {
    display: none;
  }
  
  footer .kakao_banner {
    flex-direction: column;
  }
  
  .ft_menu_area {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .f_menu,
  .family_site {
    margin-bottom: 32px;
  }
  
  .f_menu li:last-child {
    margin-right: 0;
  }
  
  .f_menu li a {
    color: #273243;
  }
  
  .family_site {
    border-color: rgba(0, 0, 0, 0.5);
  }
  
  .family_site p {
    color: #273243;
  }
  
  /* footer .kakao_banner:last-child {
    margin-top: 16px;
  } */
  footer .kakao_banner .list_title {
    font-size: 18px;
    margin-right: 0;
    margin-bottom: 16px;
  }
  
  footer .kakao_banner .list_title,
  footer .kakao_banner p,
  footer .phone_area {
    color: #45495a;
    font-weight: 700;
  }
  
  footer .kakao_link {
    margin-left: 0;
    margin-bottom: 32px;
  }
  
  .sns_menu li:first-child a {
    margin-left: 0;
  }
  
  .sns_menu li a {
    background: rgba(0, 0, 0, 0.1);
    margin-left: 8px;
  }
  
  .ft_logo_2 {
    display: block;
    margin-bottom: 0px;
  }
  
  .ft_logo_2 img {
    margin: 0 auto;
  }
  
  .warning_title {
    text-align: center;
  }
  
  .sns_menu {
    margin-bottom: 0;
  }
  
  .ft_4 {
    padding-top: 0;
    border-top: 0;
  }
  
  .f_gnb ul li:not(:last-child) {
    margin-right: 24px;
  }
}

/* 미디어쿼리 브레이크포인트 1040 이하 */
@media screen and (max-width: 1040px) {
  #sch_res_detail {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  #sch_res_detail select,
  .switch_field,
  .switch_field label {
    width: 49.4%;
    margin: 0;
  }
  
  #sch_res_detail .sch_wr {
    width: 100%;
    margin: 0;
    margin-bottom: 8px;
  }
  
  .switch_field {
    width: 100%;
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  #sch_res_detail select {
    margin-bottom: 8px;
  }
  
  #sch_res_detail .frm_input {
    width: 100%;
  }
  
  #sch_res_detail .btn_submit {
    flex-shrink: 0;
  }
  
}

/* 미디어쿼리 브레이크포인트 856px 이하 */
@media screen and (max-width: 856px) {
  .title_24 {
    font-size: 16px;
  }
  
  .kakao_banner {
    padding: 24px 0;
    
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .kakao_banner .list_title {
    margin-right: 0px;
    padding-bottom: 3px;
  }
  
  .kakao_link {
    margin-top: 16px;
    margin-left: 0;
  }
  
  .phone_area {
    margin-left: 0;
    margin-top: 12px;
    padding-right: 2px;
  }
  
  footer .kakao_banner:last-child {
    margin-top: 0px;
  }
  
  /* 푸터 */
  footer .kakao_banner {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .hf_info span {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
  }
  
  footer .kakao_banner .list_title {
    margin-right: 0;
    margin-bottom: 0;
  }
  
  footer .kakao_banner p,
  footer .kakao_link {
    margin-left: 0;
  }
  
  footer .phone_area {
    margin-left: 0;
    margin-top: 12px;
  }
  
  footer .kakao_link {
    margin-top: 16px;
  }
  
  .f_menu li {
    margin-right: 16px;
  }
  
}

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

/* 미디어쿼리 브레이크포인트 780px 이하 */
@media screen and (max-width: 780px) {
  .center_1176 {
    padding: 0 16px;
  }
  
  .hd_wrap {
    height: 76px;
  }
  
  .trading_btn_15 a {
    font-weight: 500;
    margin-right: 0px;
    height: auto;
    line-height: normal;
    padding: 2px 16px 4px;
  }
  
  .review_fixed .trading_btn_15 a {
    padding: 0 16px;
  }
  
  .main_visual_area {
    margin: 76px auto 0;
  }
  
  .menu_icon {
    height: 16px;
    padding: 0 10px 0 0;
  }
  
  .menu_icon span:nth-child(1) {
    top: 1px;
  }
  
  .menu_icon span:nth-child(3) {
    bottom: 1px;
  }
  
  .broker_content {
    height: 100%;
  }
  
}

/* 미디어쿼리 브레이크포인트 700px 이하 */
@media screen and (max-width: 700px) {
  
  header {
    height: auto;
    /* padding: 24px 16px !important; */
    
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .broker_content {
    justify-content: center;
    height: 100%;
  }
  
  /* .f_gnb ul li>div>a.menu_hide {
    color: #fff;
    pointer-events: none;
    display: none;
  } */
  
}

/* 미디어쿼리 브레이크포인트 640px 이하 */
@media screen and (max-width: 640px) {
  
  .top_btn {
    right: 16px;
  }
  
  .f_menu,
  .sns_menu {
    margin-bottom: 0;
  }
  
  .broker > a {
    margin-top: 0;
  }
  
}

/* 미디어쿼리 브레이크포인트 500px 이하 */
@media screen and (max-width: 500px) {
  
  .t-name-area,
  .t-value-area {
    flex-direction: column;
  }
  
  .t-name-area {
    align-items: flex-start;
  }
  
  .sns_menu li a {
    margin-left: 8px;
  }
  
  #sch_res_ov ul {
    display: block;
    margin-top: 12px;
  }
}

/* 미디어쿼리 브레이크포인트 400px 이하 */
@media screen and (max-width: 400px) {
  
  .broker {
    margin: 0 30px;
    padding-left: 0;
  }
  
  .broker img {
    /*height: 30px;*/
  }
  
  .best_broker .broker {
    margin-right: 8px;
    margin-left: 0;
  }
  
  .b-next,
  .b-prev {
    width: 32px;
  }
  
  .b-next > img,
  .b-prev > img {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .hf_logo > a.on {
    width: 48.4px;
    height: 22px;
    background-image: url('../img/01_common/hfx-logo.svg');
  }
}

/* 미디어쿼리 브레이크포인트 360px 이하 */
@media screen and (max-width: 360px) {
  .hf_logo > a {
  }
  
  .kakao_banner .list_title span {
    display: block;
  }
  
  .f_menu {
    text-align: center;
  }
  
  footer .kakao_banner .list_title span {
    display: block;
  }
  
  .broker {
    /* margin: 0 50px; */
    margin: 0;
  }
}

/* 미디어쿼리 브레이크포인트 320px 이하 */
@media screen and (max-width: 320px) {
  .hf_logo > a {
    width: 40px;
    height: 18px;
  }
  
  /* .hf_logo img {
    height: 18px;
  } */
  .list_info u {
    font-size: 12px;
    white-space: normal;
  }
}

.loading-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.15);
  
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
}