/* 202502132235 진재윤 수정: woff2 인식 불가. woff로 변경 */
/* pretendard */
@font-face {
  font-family: 'Pretendard';
  font-weight: 900;
  font-display: swap;
  src:
    local('Pretendard Black'),
    url(/assets/rw_fonts/pretendard/Pretendard-Black.woff) format('woff');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 800;
  font-display: swap;
  src:
    local('Pretendard ExtraBold'),
    url(/assets/rw_fonts/pretendard/Pretendard-ExtraBold.woff) format('woff');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 700;
  font-display: swap;
  src:
    local('Pretendard Bold'),
    url(/assets/rw_fonts/pretendard/Pretendard-Bold.woff) format('woff');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 600;
  font-display: swap;
  src:
    local('Pretendard SemiBold'),
    url(/assets/rw_fonts/pretendard/Pretendard-SemiBold.woff) format('woff');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 500;
  font-display: swap;
  src:
    local('Pretendard Medium'),
    url(/assets/rw_fonts/pretendard/Pretendard-Medium.woff) format('woff');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 400;
  font-display: swap;
  src:
    local('Pretendard Regular'),
    url(/assets/rw_fonts/pretendard/Pretendard-Regular.woff) format('woff');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 300;
  font-display: swap;
  src:
    local('Pretendard Light'),
    url(/assets/rw_fonts/pretendard/Pretendard-Light.woff) format('woff');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 200;
  font-display: swap;
  src:
    local('Pretendard ExtraLight'),
    url(/assets/rw_fonts/pretendard/Pretendard-ExtraLight.woff) format('woff');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 100;
  font-display: swap;
  src:
    local('Pretendard Thin'),
    url(/assets/rw_fonts/pretendard/Pretendard-Thin.woff) format('woff');
}

/* purples icon */
@font-face {
  font-family: 'purples_icon';
  src: url('/assets/rw_fonts/purples_icon/purples_icon.eot?jn7o2f');
  src:
    url('/assets/rw_fonts/purples_icon/purples_icon.eot?jn7o2f#iefix') format('embedded-opentype'),
    url('/assets/rw_fonts/purples_icon/purples_icon.ttf?jn7o2f') format('truetype'),
    url('/assets/rw_fonts/purples_icon/purples_icon.woff?jn7o2f') format('woff'),
    url('/assets/rw_fonts/purples_icon/purples_icon.svg?jn7o2f#purples_icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'purples_icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
  content: '\e902';
}
.icon-login2:before {
  content: '\e900';
}
.icon-logout:before {
  content: '\e901';
}
.icon-angle_down:before {
  content: '\e904';
}
.icon-arrow_right:before {
  content: '\e905';
}
.icon-blog:before {
  content: '\e906';
}
.icon-call:before {
  content: '\e907';
}
.icon-chat:before {
  content: '\e908';
}
.icon-check:before {
  content: '\e909';
}
.icon-close:before {
  content: '\e90a';
}
.icon-coins:before {
  content: '\e90b';
}
.icon-facebook:before {
  content: '\e90c';
}
.icon-headset:before {
  content: '\e90d';
}
.icon-home:before {
  content: '\e90e';
}
.icon-instagram:before {
  content: '\e90f';
}
.icon-kakaotalk:before {
  content: '\e910';
}
.icon-list:before {
  content: '\e911';
}
.icon-location:before {
  content: '\e912';
}
.icon-login:before {
  content: '\e913';
}
.icon-menu:before {
  content: '\e914';
}
.icon-naver_booking:before {
  content: '\e915';
}
.icon-play:before {
  content: '\e916';
}
.icon-plus:before {
  content: '\e917';
}
.icon-push_up:before {
  content: '\e918';
}
.icon-telephone:before {
  content: '\e919';
}
.icon-user:before {
  content: '\e91a';
}
.icon-youtube:before {
  content: '\e91b';
}