/* PC 화면(768px 이상)에서만 적용 */
@media (min-width: 768px) {
.secnav-tabs__heading,
  .secondary-navigation.section, 
  .dpe-component-wrapper .secnav-tabs, .dpe-component-wrapper .secnav-tabs .secnav-tabs--with-heading, .col-xs-12 .secnav-tabs__navigation-container, 
  .secondary-navigation.section .secnav-tabs .secnav-tabs__navigation {
display: table;
margin-top: 0 !important;
padding-top:0 !important;
width: 100%; /* 필요에 따라 조정 */
max-width: 760px !important;     /* 최대 너비 제한 */
    margin-left: auto !important;    /* 좌우 자동 마진으로 중앙 정렬 */
    margin-right: auto !important;
  }
  .secnav-tabs__content-container, 
  .secnav-tabs__content-copy .text-component{
margin-top: 0 !important;
padding-top:0 !important;
amax-width: 760px !important;     /* 최대 너비 제한 */
margin-left: auto !important;    /* 좌우 자동 마진으로 중앙 정렬 */
margin-right: auto !important;
width: 95% !important; 
padding-left: 20px !important;
  }
}
.secnav-tabs__heading{
font-family:"PwC Helvetica Neue",Arial,'Noto Sans KR', Sans-Serif !important;
font-size:1.3rem!important;font-weight: 700!important;}

/* PC 화면(768px 이상)에서만 적용 */
@media (min-width: 768px) {
.dpe-component-wrapper .quote-component,
.inlinequote, .quote, .columnControl,.image, .image .img-alignment-left{
display: table;
margin-bottom: 0 !important;
padding-bottom:0 !important;
width: 100%; /* 필요에 따라 조정 */
max-width: 760px !important;     /* 최대 너비 제한 */
margin-left: auto !important;    /* 좌우 자동 마진으로 중앙 정렬 */
margin-right: auto !important;
  }
}