/* 타이틀 */
.title_area p {
  margin: 24px 0 44px 0;
  color: #45495a;
}

.broker_list_wrap {
  margin-bottom: 0px;
}

.broker_list > li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e4e5e7;
  
  position: relative;
}

.broker_list > li:first-child {
  border-top: 1px solid #e4e5e7;
}

.trust_partner span {
  width: 72px;
  height: 72px;
  background: #bba14f;
  border-radius: 100%;
  
  position: absolute;
  top: 24px;
  left: 0;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.trust_partner span i {
  display: none;
}

.broker_logo {
  width: 180px;
  flex-shrink: 0;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 12px;
}

.broker_logo.ironfx {
  row-gap: 8px;
}

.broker_logo.ironfx .staring_rate_box {
  margin-top: 0;
}

.broker_logo._ironfx img {
  width: 120px;
}

.broker_logo._xm img {
  height: 32px;
}

.broker_logo a:last-child {
  display: inline-block;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #273243;
  letter-spacing: 0;
  border-bottom: 1px solid #45495a;
}

.broker_info {
  width: 100%;
  padding-left: 32px;
  border-left: 1px solid #f4f4f4;
}

.broker_info p {
  font-size: 15px;
  font-weight: 400;
  color: #11131a;
  padding-bottom: 24px;
  word-break: keep-all;
}

.broker_advantage > li {
  font-size: 15px;
  font-weight: 700;
  align-items: center;
  margin-bottom: 16px;
  color: #273243;
  position: relative;
  padding-left: 24px;
}

.broker_advantage > li::before {
  content: '';
  display: block;
  width: 13px;
  height: 10px;
  background-image: url(../img/08-broker/list-check.svg);
  position: absolute;
  left: 0px;
  top: 7px;
}

.broker_advantage > li:last-child {
  margin-bottom: 0;
}

.broker_list .trading_btn_15 a {
  height: 48px;
  width: 164px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  border-radius: 0;
  text-decoration: none;
  background-color: #3870ff;
  margin-top: 40px;
}

/* 특별이벤트 */
.special {
  padding: 0;
}

.special > li {
  flex-wrap: wrap;
}

.sub_advantage {
  width: 100%;
  padding-top: 16px;
  padding-left: 8px;
}

.sub_advantage li {
  font-size: 15px;
  font-weight: 400;
  color: #45495a;
  position: relative;
  margin-bottom: 8px;
}

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

.sub_advantage li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: -8px;
  
  width: 3px;
  height: 3px;
  background: #45495a;
  border-radius: 100%;
}

/* 미디어쿼리 브레이크포인트 1180px 이하 */
@media screen and (max-width: 1180px) {
  .title_area p {
    margin: 16px 0 16px 0;
    font-size: 13px;
  }
  
  .broker_list_wrap {
    margin-bottom: 0px;
  }
  
  .broker_list > li {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  
  .trust_partner span {
    width: 58px;
    height: 58px;
    font-size: 12px;
  }
  
  .broker_logo {
    width: 192px;
  }
  
  .broker_logo img {
    width: 140px;
  }
  
  .broker_info p {
    font-size: 13px;
  }
  
  .broker_advantage > li {
    font-size: 14px;
  }
  
  .broker_list .trading_btn_15 a {
    height: 40px;
    width: 164px;
    line-height: 40px;
    font-size: 13px;
    
    margin-top: 32px;
  }
  
  .sub_advantage li {
    font-size: 14px;
  }
  
  aside {
    display: none;
  }
}

/* 미디어쿼리 브레이크포인트 700px 이하 */
@media screen and (max-width: 700px) {
  .broker_list > li {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    
    /* border-bottom: 1px solid #f4f4f4; */
    padding: 32px 0;
  }
  
  /* .broker_list>li {
    border-top: 1px solid #f4f4f4;
  } */
  .trust_partner span {
    left: 0px;
    /* margin-left: -58px; */
    top: 16px;
  }
  
  .broker_logo {
    align-self: center;
  }
  
  .broker_logo a:last-child {
    padding-top: 4px;
  }
  
  .broker_logo img {
    margin: 0 auto;
  }
  
  .broker_info {
    padding-left: 0;
    border-left: 0;
  }
  
  .broker_info p {
    margin-top: 24px;
    padding-bottom: 0;
  }
  
  .broker_advantage {
    padding-top: 24px;
  }
  
  .broker_list .trading_btn_15 a {
    margin-top: 32px;
  }
  
  .broker_advantage > li > img {
    height: 8px;
    margin-right: 6px;
  }
}