@charset "utf-8";

@font-face {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: 400;
  src: url(../font/NotoSansKR-Regular.woff2) format('woff2'),
  url(../font/NotoSansKR-Regular.woff) format('woff'),
  url(../font/NotoSansKR-Regular.otf) format('opentype');
}
@font-face {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: bold;
  src: url(../font/NotoSansKR-Medium.woff2) format('woff2'),
  url(../font/NotoSansKR-Medium.woff) format('woff'),
  url(../font/NotoSansKR-Medium.otf) format('opentype');text-rendering: optimizeLegibility; -webkit-font-smoothing:antialiased; font-smoothing:antialiased;
}
@font-face {
  font-family: 'NotoSansKR Bold';
  font-style: normal;
  font-weight: 400;
  src: url(../font/NotoSansKR-Bold.woff2) format('woff2'),
  url(../font/NotoSansKR-Bold.woff) format('woff'),
  url(../font/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
  font-family: 'SCProsperSans';
  font-style: normal;
  font-weight: 400;
  src: url(../font/SCProsperSans-Regular.eot) format('embedded-opentype');
  src: url(../font/SCProsperSans-Regular.eot?#iefix) format('embedded-opentype'),
       url(../font/SCProsperSans-Regular.woff) format('woff'),
       url(../font/SCProsperSans-Regular.woff2) format('woff2'),
}

@font-face {
  font-family: 'SCProsperSans Bold';
  font-style: normal;
  font-weight: 700;
  src: url(../font/SCProsperSans-Bold.eot) format('embedded-opentype');
  src: url(../font/SCProsperSans-Bold.eot?#iefix) format('embedded-opentype'),
       url(../font/SCProsperSans-Bold.woff) format('woff'),
       url(../font/SCProsperSans-Bold.woff2) format('woff2'),
}

body{font-family:"NotoSansKR", "SCProsperSans", sans-serif; }
.ko-en body{font-family:"NotoSansKR", sans-serif;}

h1, h2, h3, h4, h5, h6,.subheader{font-family:"NotoSansKR", sans-serif;}
.ko-en h1, .ko-en h2, .ko-en h3, .ko-en h4, .ko-en h5, .ko-en h6, .ko-en .subheader{font-family:"SCProsperSans", sans-serif;}

.ko-en .card-selector li.selected a, .ko-en dl.sub-nav dd.active a, .ko-en #filters li a, .ko-en dl.filter dd a,
.ko-en .credit-card-select .compare, .ko-en #card-scroll ul li .compare, 
.ko-en #universalNav.nav-bar > li > a:first-child, .ko-en .universal-grey #selectedCap a, 
.ko-en .filter li a, .ko-en a.more-link {font-family:"SCProsperSans", sans-serif; font-weight: bold;}