@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
Copyright (c) 2021 Kil Hyung-jin, with Reserved Font Name Pretendard.
https://github.com/orioncactus/pretendard

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
*/
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src: local("Pretendard Black"), url("https://image.vp.co.kr/pointshop/assets/font/Pretendard-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard ExtraBold"), url("https://image.vp.co.kr/pointshop/assets/font/Pretendard-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"), url("https://image.vp.co.kr/pointshop/assets/font/Pretendard-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"), url("https://image.vp.co.kr/pointshop/assets/font/Pretendard-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"), url("https://image.vp.co.kr/pointshop/assets/font/Pretendard-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"), url("https://image.vp.co.kr/pointshop/assets/font/Pretendard-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard Light"), url("https://image.vp.co.kr/pointshop/assets/font/Pretendard-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src: local("Pretendard ExtraLight"), url("https://image.vp.co.kr/pointshop/assets/font/Pretendard-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard Thin"), url("https://image.vp.co.kr/pointshop/assets/font/Pretendard-Thin.woff2") format("woff2");
}
/*기본폰트 사이즈*/
html {
  font-size: 12px;
  font-family: var(--font-style);
  overflow-x: hidden !important;
  /* Safe Area 대응 */
  height: 100%;
}

html, body {
  -webkit-text-size-adjust: none; /* 크롬, 사파리, 오페라 신버전 */
  -ms-text-size-adjust: none; /* IE */
  -moz-text-size-adjust: none; /* 파이어폭스 */
  -o-text-size-adjust: none; /* 오페라 구버전 */
  overflow-x: hidden;
  -o-overflow-x: hidden;
  -ms-overflow-x: hidden;
  -moz-overflow-x: hidden;
  -webkit-overflow-x: hidden;
}
html::-webkit-scrollbar, body::-webkit-scrollbar {
  width: 0px;
}
html::-webkit-scrollbar:horizontal, body::-webkit-scrollbar:horizontal {
  height: 2px;
}
html::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
  background: transparent;
}
html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
  background: transparent;
}
html::-webkit-scrollbar-thumb:hover, body::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

body {
  line-height: 1;
  font-size: 14px;
  /* Safe Area 대응: 컨텐츠가 짧아도 최소 높이 보장 */
  min-height: 100vh;
  min-height: -webkit-fill-available; /* iOS WebView */
}

/* --- 리셋 start --- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del,
dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption, footer, header,
hgroup, menu, nav, output, ruby, section, summary, time,
mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  font-family: var(--font-style);
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-size: 14px;
}

ol, ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  outline: none;
}

/* --- 리셋 end --- */
* {
  color: var(--txt-color-black);
  word-break: keep-all;
  box-sizing: border-box;
}

button {
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  padding: 0 var(--sm-padding);
  border-radius: var(--sm-radius);
  display: block;
  outline: none;
  width: 100%;
  border: none;
  cursor: pointer;
}
button:hover {
  filter: contrast(1.75);
}

:root {
  --font-family: "Pretendard", sans-serif;
  --font-regular: 400;
  --font-bold: 700;
  --font-extrabold: 800;
  --text-xs-size: 13px;
  --text-sm-size: 15px;
  --text-md-size: 16px;
  --text-lg-size: 18px;
  --text-xl-size: 24px;
  --text-xs: var(--font-regular) var(--text-xs-size)/18px var(--font-family);
  --text-xs-bold: var(--font-bold) var(--text-xs-size)/18px var(--font-family);
  --text-sm: var(--font-regular) var(--text-sm-size)/20px var(--font-family);
  --text-sm-bold: var(--font-bold) var(--text-sm-size)/20px var(--font-family);
  --text-md-bold: var(--font-bold) var(--text-md-size)/normal var(--font-family);
  --text-lg: var(--font-regular) var(--text-lg-size)/26px var(--font-family);
  --text-lg-bold: var(--font-bold) var(--text-lg-size)/24px var(--font-family);
  --text-lg-extrabold: var(--font-extrabold) var(--text-lg-size)/24px var(--font-family);
  --text-xl-bold: var(--font-bold) var(--text-xl-size)/32px var(--font-family);
  /* 텍스트 컬러 */
  --color-text-navy: #3b4c68;
  --color-text-white: #ffffff;
  --color-text-black: #121212;
  --color-text-gray: #666666;
  --color-text-light-gray: #afbed9;
  --color-text-deep-red: #DD2929;
  /* 배경 컬러 */
  --color-bg-background: #f6f7f9;
  --color-bg-white: #ffffff;
  --color-bg-line: #e3e3e3;
  --color-bg-item: #dee3e9;
  --color-bg-popup: rgba(0 0 0 / 0.6);
  --color-bg-red: rgba(253, 229, 229, 0.5);
  --color-bg-blue: #f6f9ff;
  /* 상태 컬러 */
  --color-status-caution: #fbb432;
  --color-status-warning: #ff7d7d;
  --color-status-safe: #457e55;
  --color-status-confirm: #1A75D6;
  /* 상태 배경 컬러 */
  --color-bg-status-red: #fde5e5;
  --color-bg-status-blue: #cde4ff;
  --color-bg-status-green: #dceedd;
  /* 스팸 레벨 */
  --spam-safe: #22ff4b;
  --spam-attention: #fffa1c;
  --spam-caution: #ff993a;
  --spam-warning: #ff6943;
  --spam-danger: #ff0d0d;
  /* 그림자 */
  --shadow-box: 0 0 20px 0 rgba(220 220 220 / 0.4);
  --shadow-box-nav: 0 -10px 20px 0 rgba(191 ,191 ,191 , 0.3);
  --primary: #4ea4ff;
  --primary-light: #cde4ff;
  --primary-dark: #1a75d6;
  --primary-sub:#DDF0FD;
  --bg-menu: #f6f9ff;
  --btn-def-bg:var(--primary);
  --btn-def-txt:var(--color-text-white);
  --btn-def-dis-bg:#D3E9FF;
  --btn-def-dis-txt:var(--color-bg-white);
  --btn-sub-bg:#DDF0FD;
  --btn-sub-txt:#4D82E2;
  --btn-sub-dis-bg:#E8F3FF;
  --btn-sub-dis-txt:#C1D6FE;
  /* 그라디언트 */
  --gradient:linear-gradient(0deg, #7B96FF 0.01%, #4EA3FF 91.24%);
  --chart-bg-low:linear-gradient(180deg, #4EA3FF 0%, #A3F7FF 70%);
  --chart-bg-slight-low:linear-gradient(180deg, #4EA3FF 0%, #90CDFF 70%);
  --chart-bg-normal:linear-gradient(180deg, #4EA3FF 0%, #7A78EF 70%);
  --chart-bg-slight-high:linear-gradient(180deg, #4EA3FF 0%, #1518AA 70%);
  --chart-bg-high:linear-gradient(180deg, #4EA3FF 0%, #924AF6 70%);
  /* 라운디드 */
  --def-radius: 24px;
  --sm-radius: 16px;
  /* 패딩값 */
  --padding: 8px;
  --sm-padding: 16px;
  --def-padding: 24px;
  --lg-padding:32px;
  --nav-bottom: 130px;
  /*헤더높이*/
  --header-height: 37px;
  --toggle-width: 40px;
  --toggle-height: 24px;
  --toggle-knob-size: 20px;
  --toggle-padding: 2px;
  --toggle-bg-off: #E0E0E0;
  --toggle-bg-on: var(--primary);
  --toggle-bg-success: #4CAF50;
  --toggle-bg-warning: #FF9800;
  --toggle-knob-color: #FFFFFF;
  --toggle-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.theme-hana {
  --primary: #44b9a5;
  --primary-light: #d4f1ec;
  --primary-dark: #2d8577;
  --primary-sub:#CDF2DC;
  --bg-menu: #f0faf8;
  --btn-def-bg:var(--primary);
  --btn-def-txt:var(--color-text-white);
  --btn-def-dis-bg:#94C7AF;
  --btn-def-dis-txt:#B7E4C0;
  --btn-sub-bg:#CDF2DC;
  --btn-sub-txt:var(--primary);
  --btn-sub-dis-bg:#E8FFF5;
  --btn-sub-dis-txt:#98DED2;
  --gradient:linear-gradient(0deg, #CBE7D4 -28.01%, #44B9A5 65.05%);
}

.theme-kb {
  --primary: #4ea4ff;
  --primary-light: #cde4ff;
  --primary-dark: #1a75d6;
  --primary-sub:#DDF0FD;
  --bg-menu: #f6f9ff;
}

.txt-navy {
  color: var(--color-text-navy);
}

.txt-white {
  color: var(--color-text-white) !important;
}

.txt-black {
  color: var(--color-text-black);
}

.txt-gray {
  color: var(--color-text-gray);
}

.txt-light-gray {
  color: var(--color-text-light-gray);
}

.txt-deep-red {
  color: var(--color-text-deep-red);
}

.txt-blue {
  color: #4D82E2;
}

.txt-primary {
  color: var(--primary) !important;
}

.txt-primary-light {
  color: var(--primary-light) !important;
}

.txt-primary-dark {
  color: var(--primary-dark) !important;
}

.txt-caution {
  color: var(--color-status-caution);
}

.txt-warning {
  color: var(--color-status-warning);
  word-break: break-all;
}

.txt-safe {
  color: var(--color-status-safe);
}

.bg-background {
  background-color: var(--color-bg-background) !important;
}

.bg-white {
  background-color: var(--color-bg-white) !important;
}

.bg-line {
  background-color: var(--color-bg-line);
}

.bg-item {
  background-color: var(--color-bg-item);
}

.bg-popup {
  background-color: var(--color-bg-popup);
}

.bg-light-gray {
  background-color: #f3f3f3;
}

.bg-primary {
  background-color: var(--primary);
}

.bg-primary-light {
  background-color: var(--primary-light);
}

.bg-primary-dark {
  background-color: var(--primary-dark);
}

.bg-menu {
  background-color: var(--bg-menu);
}

.bg-red {
  background-color: var(--color-bg-red);
}

.bg-blue {
  background-color: var(--color-bg-blue);
}

.bg-status-red {
  background-color: var(--color-bg-status-red);
}

.bg-status-blue {
  background-color: var(--color-bg-status-blue);
}

.bg-status-green {
  background-color: var(--color-bg-status-green);
}

.bg-chart-low {
  background: var(--chart-bg-low);
}

.bg-chart-slight-low {
  background: var(--chart-bg-slight-low);
}

.bg-chart-normal {
  background: var(--chart-bg-normal);
}

.bg-chart-slight-high {
  background: var(--chart-bg-slight-high);
}

.bg-chart-high {
  background: var(--chart-bg-high);
}

.txt-xs {
  font: var(--text-xs) !important;
}

.txt-xs-bold {
  font: var(--text-xs-bold) !important;
}

.txt-sm {
  font: var(--text-sm) !important;
}

.txt-sm-bold {
  font: var(--text-sm-bold) !important;
}

.txt-md-bold {
  font: var(--text-md-bold) !important;
}

.txt-lg {
  font: var(--text-lg) !important;
}

.txt-lg-bold {
  font: var(--text-lg-bold) !important;
}

.txt-lg-extrabold {
  font: var(--text-lg-extrabold) !important;
}

.txt-xl-bold {
  font: var(--text-xl-bold) !important;
}

.font-regular {
  font-weight: var(--font-regular);
}

.font-bold {
  font-weight: var(--font-bold) !important;
}

.font-extrabold {
  font-weight: var(--font-extrabold);
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.radius {
  border-radius: var(--def-radius);
}

.radius-sm {
  border-radius: var(--sm-radius);
}

.radius-none {
  border-radius: 0;
}

.radius-full {
  border-radius: 9999px;
}

.p {
  padding: var(--def-padding);
}

.p-sm {
  padding: var(--sm-padding);
}

.p-0 {
  padding: 0;
}

.pt {
  padding-top: var(--def-padding);
}

.pt-sm {
  padding-top: var(--sm-padding);
}

.pt-0 {
  padding-top: 0;
}

.pb {
  padding-bottom: var(--def-padding);
}

.pb-sm {
  padding-bottom: var(--sm-padding);
}

.pb-0 {
  padding-bottom: 0;
}

.pl {
  padding-left: var(--def-padding);
}

.pl-sm {
  padding-left: var(--sm-padding);
}

.pl-0 {
  padding-left: 0;
}

.pr {
  padding-right: var(--def-padding);
}

.pr-sm {
  padding-right: var(--sm-padding);
}

.pr-0 {
  padding-right: 0;
}

.px {
  padding-left: var(--def-padding);
  padding-right: var(--def-padding);
}

.px-sm {
  padding-left: var(--sm-padding);
  padding-right: var(--sm-padding);
}

.py {
  padding-top: var(--def-padding);
  padding-bottom: var(--def-padding);
}

.py-sm {
  padding-top: var(--sm-padding);
  padding-bottom: var(--sm-padding);
}

.m {
  margin: var(--def-padding);
}

.m-sm {
  margin: var(--sm-padding);
}

.m-0 {
  margin: 0;
}

.m-auto {
  margin: auto;
}

.mt {
  margin-top: var(--def-padding);
}

.mt-16 {
  margin-top: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-sm {
  margin-top: var(--sm-padding);
}

.mt-0 {
  margin-top: 0;
}

.mb {
  margin-bottom: var(--def-padding);
}

.mb-sm {
  margin-bottom: var(--sm-padding);
}

.mb-0 {
  margin-bottom: 0;
}

.ml {
  margin-left: var(--def-padding);
}

.ml-sm {
  margin-left: var(--sm-padding);
}

.ml-0 {
  margin-left: 0;
}

.ml-auto {
  margin-left: auto;
}

.mr {
  margin-right: var(--def-padding);
}

.mr-sm {
  margin-right: var(--sm-padding);
}

.mr-0 {
  margin-right: 0;
}

.mr-auto {
  margin-right: auto;
}

.mx {
  margin-left: var(--def-padding);
  margin-right: var(--def-padding);
}

.mx-sm {
  margin-left: var(--sm-padding);
  margin-right: var(--sm-padding);
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my {
  margin-top: var(--def-padding);
  margin-bottom: var(--def-padding);
}

.my-sm {
  margin-top: var(--sm-padding);
  margin-bottom: var(--sm-padding);
}

.shadow {
  box-shadow: var(--shadow-box);
}

.shadow-none {
  box-shadow: none;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

.d-none {
  display: none;
}

.w-full {
  width: 100%;
}

.w-auto {
  width: auto;
}

.h-full {
  height: 100%;
}

.h-auto {
  height: auto;
}

.row {
  display: flex;
  flex-flow: row nowrap;
  gap: var(--sm-padding);
  align-items: center;
}

.asterisk-mark {
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
}
.asterisk-mark::before {
  content: " ＊ ";
  position: absolute;
  left: 0;
}

.reference-mark {
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
}
.reference-mark::before {
  content: "※";
  position: absolute;
  left: 0;
  font-weight: 300;
}

.dash-mark {
  position: relative;
  padding-left: var(--sm-padding);
  line-height: 1.5;
}
.dash-mark::before {
  content: " - ";
  position: absolute;
  left: 3px;
}

.list-bullet > li {
  padding-left: 15px;
  box-sizing: border-box;
  position: relative;
  line-height: 1.5;
}
.list-bullet > li::before {
  content: " • ";
  position: absolute;
  left: 5px;
}

.list-dash > li {
  padding-left: 15px;
  box-sizing: border-box;
  position: relative;
  line-height: 1.5;
}
.list-dash > li::before {
  content: " - ";
  position: absolute;
  left: 5px;
}

.list-ast > li {
  padding-left: 15px;
  box-sizing: border-box;
  position: relative;
  line-height: 1.5;
}
.list-ast > li::before {
  content: " ※ ";
  position: absolute;
  left: 5px;
}

.list-none {
  list-style: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.list-none > li {
  padding-left: 0;
  box-sizing: border-box;
}

.list-number > li {
  padding-left: 25px;
  box-sizing: border-box;
  position: relative;
  line-height: 1.5;
}
.list-number > li::before {
  position: absolute;
  left: 5px;
}
.list-number > li:nth-child(1)::before {
  content: " 1. ";
}
.list-number > li:nth-child(2)::before {
  content: " 2. ";
}
.list-number > li:nth-child(3)::before {
  content: " 3. ";
}
.list-number > li:nth-child(4)::before {
  content: " 4. ";
}
.list-number > li:nth-child(5)::before {
  content: " 5. ";
}
.list-number > li:nth-child(6)::before {
  content: " 6. ";
}
.list-number > li:nth-child(7)::before {
  content: " 7. ";
}
.list-number > li:nth-child(8)::before {
  content: " 8. ";
}
.list-number > li:nth-child(9)::before {
  content: " 9. ";
}
.list-number > li:nth-child(10)::before {
  content: " 10. ";
}
.list-number > li:nth-child(11)::before {
  content: " 11. ";
}
.list-number > li:nth-child(12)::before {
  content: " 12. ";
}
.list-number > li:nth-child(13)::before {
  content: " 13. ";
}
.list-number > li:nth-child(14)::before {
  content: " 14. ";
}
.list-number > li:nth-child(15)::before {
  content: " 15. ";
}
.list-number > li:nth-child(16)::before {
  content: " 16. ";
}
.list-number > li:nth-child(17)::before {
  content: " 17. ";
}
.list-number > li:nth-child(18)::before {
  content: " 18. ";
}
.list-number > li:nth-child(19)::before {
  content: " 19. ";
}
.list-number > li:nth-child(20)::before {
  content: " 20. ";
}

.txt-md-bold {
  font: var(--text-md-bold);
}
.txt-center {
  text-align: center !important;
  vertical-align: middle;
  line-height: 1;
}

.accordion-wrap {
  border: 2px solid var(--color-bg-line);
  border-radius: var(--sm-radius);
  padding: var(--padding);
  box-sizing: border-box;
}
.accordion-wrap .acc-title {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-items: center;
  height: 28px;
}
.accordion-wrap .acc-title .title {
  font-weight: var(--font-bold);
}
.accordion-wrap .acc-title i {
  margin: -4px -4px 0 0;
}
.accordion-wrap .acc-contents {
  display: none;
  padding: var(--sm-padding);
}
.accordion-wrap .acc-contents.active {
  display: block;
}
.accordion-wrap .acc-contents .chk-list > li {
  margin-bottom: var(--padding);
}
.accordion-wrap .acc-contents .chk-list > li:last-child {
  margin-bottom: 0;
}
.accordion-wrap.active {
  border: 2px solid var(--primary);
}

.top-wrap {
  display: block;
  position: fixed;
  right: 24px;
  bottom: 90px;
  z-index: 2000;
}
.top-wrap .top {
  display: block;
  background-color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(220, 220, 220, 0.6);
  border: 1px solid var(--color-bg-line);
  position: relative;
  cursor: pointer;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) scale(0.8);
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.top-wrap .top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.top-wrap .top.show:active {
  transform: translateY(-2px) scale(0.98);
}
.top-wrap .top i.ic-default-back {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg) scale(0.8);
  pointer-events: none;
}

.btn-wrap {
  display: flex;
  flex-flow: row nowrap;
  gap: 10px;
  padding: var(--def-padding) 0;
  position: relative;
}
.btn-wrap.col {
  flex-direction: column;
}
.btn-wrap .confirm {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 50px;
  border-radius: var(--sm-padding);
  padding: var(--sm-padding);
  color: var(--color-text-white);
  position: absolute;
  top: -50px;
}
.btn-wrap .confirm.active {
  display: block;
}

.btn, .btn-cancel, .btn-sub, .btn-def {
  font: var(--text-md-bold);
}
.btn-def {
  background-color: var(--btn-def-bg);
  color: var(--btn-def-txt);
}
.btn-def:disabled {
  background-color: var(--btn-def-dis-bg);
  color: var(--btn-def-dis-txt);
}
.btn-sub {
  background-color: var(--btn-sub-bg);
  color: var(--btn-sub-txt);
}
.btn-sub:disabled {
  background-color: var(--btn-sub-dis-bg);
  color: var(--btn-sub-dis-txt);
}
.btn-cancel {
  background-color: var(--color-bg-item);
  color: var(--color-text-gray);
}
.btn-cancel:disabled {
  background-color: #ECECEC;
  color: #CFCFCF;
}
.btn-ic {
  background-color: transparent;
  text-align: left;
  width: auto;
  display: flex;
  flex-flow: row nowrap;
  gap: var(--padding);
  align-items: center;
  height: 32px;
  line-height: 32px;
  padding: 0;
}
.btn-link {
  background-color: transparent;
  display: flex;
  flex-flow: row center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32px;
  line-height: 32px;
}
.btn-link > span {
  font: var(--text-sm);
}

.header > nav {
  padding: var(--sm-padding) var(--sm-padding) 0;
  height: 53px;
}
.header > nav a {
  display: block;
}
.header > nav.top i {
  height: var(--header-height);
  line-height: var(--header-height);
  vertical-align: middle;
}
.header > nav.top-more > ul, .header > nav.top-blank > ul, .header > nav.top-layer > ul {
  width: 100%;
  height: var(--header-height);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.header > nav.top-sub > ul {
  width: 100%;
  height: var(--header-height);
  display: flex;
  flex-flow: row nowrap;
  gap: 10px;
}
.header > nav.top-sub h2 {
  font: var(--text-md-bold);
  line-height: 32px;
}
.header > nav.top-sub--white > ul {
  width: 100%;
  height: var(--header-height);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.ic-default-info.active + .tip-info {
  display: block;
}

.tip-info {
  display: none;
  z-index: 999;
  position: absolute;
  background-color: var(--color-text-navy);
  width: calc(100vw - 48px);
  height: auto;
  right: -24px;
  top: 75px;
  border-radius: var(--sm-padding);
  padding: var(--def-padding);
  box-sizing: border-box;
  color: var(--color-text-white);
}
.tip-info > i {
  position: absolute;
  right: var(--padding);
  top: var(--padding);
}
.tip-info p {
  line-height: 1.5;
  margin: 0 0 var(--sm-padding) 0;
}
.tip-info p:last-child {
  margin-bottom: 0;
}
.tip-info::before {
  content: "";
  position: absolute;
  background: url("../images/page/tip_arrow.svg") no-repeat;
  width: 30px;
  height: 16px;
  top: -8px;
  right: 8px;
  z-index: 999;
}

.tab-wrap .tab-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.tab-wrap .tab-list > li {
  flex: 1;
}
.tab-wrap .tab-list label {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}
.tab-wrap .tab-list label span {
  display: block;
  font: var(--text-lg-bold);
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: var(--color-text-light-gray);
}
.tab-wrap .tab-list label span::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
}
.tab-wrap .tab-list label input[type=radio]:checked + span {
  color: var(--color-text-black);
}
.tab-wrap .tab-list label input[type=radio]:checked + span::after {
  background-color: var(--color-text-black);
}

.ic-chk-ok {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/sprites/chk.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 32px 16px;
}

.ic-chk-error {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/sprites/chk.svg");
  background-repeat: no-repeat;
  background-position: -16px 0;
  background-size: 32px 16px;
}

.ic-chk-ok-sm {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/sprites/chk.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 24px 12px;
}

.ic-chk-ok-lg {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/chk.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 48px 24px;
}

.ic-chk-ok-xl {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../images/sprites/chk.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 64px 32px;
}

.ic-chk-error-sm {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/sprites/chk.svg");
  background-repeat: no-repeat;
  background-position: -12px 0;
  background-size: 24px 12px;
}

.ic-chk-error-lg {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/chk.svg");
  background-repeat: no-repeat;
  background-position: -24px 0;
  background-size: 48px 24px;
}

.ic-chk-error-xl {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../images/sprites/chk.svg");
  background-repeat: no-repeat;
  background-position: -32px 0;
  background-size: 64px 32px;
}

.ic-chk-default-off {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/chk_default.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 48px 24px;
}

.ic-chk-default-on {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/chk_default.svg");
  background-repeat: no-repeat;
  background-position: -24px 0;
  background-size: 48px 24px;
}

.ic-chk-default-off-sm {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../images/sprites/chk_default.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 36px 18px;
}

.ic-chk-default-off-lg {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url("../images/sprites/chk_default.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 72px 36px;
}

.ic-chk-default-off-xl {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/chk_default.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 96px 48px;
}

.ic-chk-default-on-sm {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../images/sprites/chk_default.svg");
  background-repeat: no-repeat;
  background-position: -18px 0;
  background-size: 36px 18px;
}

.ic-chk-default-on-lg {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url("../images/sprites/chk_default.svg");
  background-repeat: no-repeat;
  background-position: -36px 0;
  background-size: 72px 36px;
}

.ic-chk-default-on-xl {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/chk_default.svg");
  background-repeat: no-repeat;
  background-position: -48px 0;
  background-size: 96px 48px;
}

.ic-authority-list {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/ic_authority.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 240px 24px;
}

.ic-authority-read {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/ic_authority.svg");
  background-repeat: no-repeat;
  background-position: -24px 0;
  background-size: 240px 24px;
}

.ic-authority-connecting {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/ic_authority.svg");
  background-repeat: no-repeat;
  background-position: -48px 0;
  background-size: 240px 24px;
}

.ic-authority-save {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/ic_authority.svg");
  background-repeat: no-repeat;
  background-position: -72px 0;
  background-size: 240px 24px;
}

.ic-authority-msg {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/ic_authority.svg");
  background-repeat: no-repeat;
  background-position: -96px 0;
  background-size: 240px 24px;
}

.ic-authority-location {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/ic_authority.svg");
  background-repeat: no-repeat;
  background-position: -120px 0;
  background-size: 240px 24px;
}

.ic-authority-over {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/ic_authority.svg");
  background-repeat: no-repeat;
  background-position: -144px 0;
  background-size: 240px 24px;
}

.ic-authority-use {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/ic_authority.svg");
  background-repeat: no-repeat;
  background-position: -168px 0;
  background-size: 240px 24px;
}

.ic-authority-alarm {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/ic_authority.svg");
  background-repeat: no-repeat;
  background-position: -192px 0;
  background-size: 240px 24px;
}

.ic-authority-bg-location {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/ic_authority.svg");
  background-repeat: no-repeat;
  background-position: -216px 0;
  background-size: 240px 24px;
}

.ic-authority-list-sm {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../images/sprites/ic_authority.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 180px 18px;
}

.ic-authority-list-lg {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url("../images/sprites/ic_authority.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 360px 36px;
}

.ic-authority-list-xl {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/ic_authority.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 480px 48px;
}

.ic-authority-read-sm {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../images/sprites/ic_authority.svg");
  background-repeat: no-repeat;
  background-position: -18px 0;
  background-size: 180px 18px;
}

.ic-authority-read-lg {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url("../images/sprites/ic_authority.svg");
  background-repeat: no-repeat;
  background-position: -36px 0;
  background-size: 360px 36px;
}

.ic-authority-read-xl {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/ic_authority.svg");
  background-repeat: no-repeat;
  background-position: -48px 0;
  background-size: 480px 48px;
}

.ic-authority-connecting-sm {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../images/sprites/ic_authority.svg");
  background-repeat: no-repeat;
  background-position: -36px 0;
  background-size: 180px 18px;
}

.ic-authority-connecting-lg {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url("../images/sprites/ic_authority.svg");
  background-repeat: no-repeat;
  background-position: -72px 0;
  background-size: 360px 36px;
}

.ic-authority-connecting-xl {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/ic_authority.svg");
  background-repeat: no-repeat;
  background-position: -96px 0;
  background-size: 480px 48px;
}

.ic-authority-save-sm {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../images/sprites/ic_authority.svg");
  background-repeat: no-repeat;
  background-position: -54px 0;
  background-size: 180px 18px;
}

.ic-authority-save-lg {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url("../images/sprites/ic_authority.svg");
  background-repeat: no-repeat;
  background-position: -108px 0;
  background-size: 360px 36px;
}

.ic-authority-save-xl {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/ic_authority.svg");
  background-repeat: no-repeat;
  background-position: -144px 0;
  background-size: 480px 48px;
}

.ic-authority-msg-sm {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../images/sprites/ic_authority.svg");
  background-repeat: no-repeat;
  background-position: -72px 0;
  background-size: 180px 18px;
}

.ic-authority-msg-lg {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url("../images/sprites/ic_authority.svg");
  background-repeat: no-repeat;
  background-position: -144px 0;
  background-size: 360px 36px;
}

.ic-authority-msg-xl {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/ic_authority.svg");
  background-repeat: no-repeat;
  background-position: -192px 0;
  background-size: 480px 48px;
}

.ic-authority-location-sm {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../images/sprites/ic_authority.svg");
  background-repeat: no-repeat;
  background-position: -90px 0;
  background-size: 180px 18px;
}

.ic-authority-location-lg {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url("../images/sprites/ic_authority.svg");
  background-repeat: no-repeat;
  background-position: -180px 0;
  background-size: 360px 36px;
}

.ic-authority-location-xl {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/ic_authority.svg");
  background-repeat: no-repeat;
  background-position: -240px 0;
  background-size: 480px 48px;
}

.ic-authority-over-sm {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../images/sprites/ic_authority.svg");
  background-repeat: no-repeat;
  background-position: -108px 0;
  background-size: 180px 18px;
}

.ic-authority-over-lg {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url("../images/sprites/ic_authority.svg");
  background-repeat: no-repeat;
  background-position: -216px 0;
  background-size: 360px 36px;
}

.ic-authority-over-xl {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/ic_authority.svg");
  background-repeat: no-repeat;
  background-position: -288px 0;
  background-size: 480px 48px;
}

.ic-authority-use-sm {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../images/sprites/ic_authority.svg");
  background-repeat: no-repeat;
  background-position: -126px 0;
  background-size: 180px 18px;
}

.ic-authority-use-lg {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url("../images/sprites/ic_authority.svg");
  background-repeat: no-repeat;
  background-position: -252px 0;
  background-size: 360px 36px;
}

.ic-authority-use-xl {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/ic_authority.svg");
  background-repeat: no-repeat;
  background-position: -336px 0;
  background-size: 480px 48px;
}

.ic-authority-alarm-sm {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../images/sprites/ic_authority.svg");
  background-repeat: no-repeat;
  background-position: -144px 0;
  background-size: 180px 18px;
}

.ic-authority-alarm-lg {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url("../images/sprites/ic_authority.svg");
  background-repeat: no-repeat;
  background-position: -288px 0;
  background-size: 360px 36px;
}

.ic-authority-alarm-xl {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/ic_authority.svg");
  background-repeat: no-repeat;
  background-position: -384px 0;
  background-size: 480px 48px;
}

.ic-authority-bg-location-sm {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../images/sprites/ic_authority.svg");
  background-repeat: no-repeat;
  background-position: -162px 0;
  background-size: 180px 18px;
}

.ic-authority-bg-location-lg {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url("../images/sprites/ic_authority.svg");
  background-repeat: no-repeat;
  background-position: -324px 0;
  background-size: 360px 36px;
}

.ic-authority-bg-location-xl {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/ic_authority.svg");
  background-repeat: no-repeat;
  background-position: -432px 0;
  background-size: 480px 48px;
}

.ic-big-shield-lock {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url("../images/sprites/ic_big.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 240px 80px;
}

.ic-big-warning {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url("../images/sprites/ic_big.svg");
  background-repeat: no-repeat;
  background-position: -80px 0;
  background-size: 240px 80px;
}

.ic-big-mail-block {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url("../images/sprites/ic_big.svg");
  background-repeat: no-repeat;
  background-position: -160px 0;
  background-size: 240px 80px;
}

.ic-big-shield-lock-sm {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url("../images/sprites/ic_big.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 180px 60px;
}

.ic-big-shield-lock-lg {
  display: inline-block;
  width: 120px;
  height: 120px;
  background-image: url("../images/sprites/ic_big.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 360px 120px;
}

.ic-big-shield-lock-xl {
  display: inline-block;
  width: 160px;
  height: 160px;
  background-image: url("../images/sprites/ic_big.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 480px 160px;
}

.ic-big-warning-sm {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url("../images/sprites/ic_big.svg");
  background-repeat: no-repeat;
  background-position: -60px 0;
  background-size: 180px 60px;
}

.ic-big-warning-lg {
  display: inline-block;
  width: 120px;
  height: 120px;
  background-image: url("../images/sprites/ic_big.svg");
  background-repeat: no-repeat;
  background-position: -120px 0;
  background-size: 360px 120px;
}

.ic-big-warning-xl {
  display: inline-block;
  width: 160px;
  height: 160px;
  background-image: url("../images/sprites/ic_big.svg");
  background-repeat: no-repeat;
  background-position: -160px 0;
  background-size: 480px 160px;
}

.ic-big-mail-block-sm {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url("../images/sprites/ic_big.svg");
  background-repeat: no-repeat;
  background-position: -120px 0;
  background-size: 180px 60px;
}

.ic-big-mail-block-lg {
  display: inline-block;
  width: 120px;
  height: 120px;
  background-image: url("../images/sprites/ic_big.svg");
  background-repeat: no-repeat;
  background-position: -240px 0;
  background-size: 360px 120px;
}

.ic-big-mail-block-xl {
  display: inline-block;
  width: 160px;
  height: 160px;
  background-image: url("../images/sprites/ic_big.svg");
  background-repeat: no-repeat;
  background-position: -320px 0;
  background-size: 480px 160px;
}

.ic-default-back {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 480px 32px;
}

.ic-default-search {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -32px 0;
  background-size: 480px 32px;
}

.ic-default-setting {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -64px 0;
  background-size: 480px 32px;
}

.ic-default-close {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -96px 0;
  background-size: 480px 32px;
}

.ic-default-del {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -128px 0;
  background-size: 480px 32px;
}

.ic-default-next {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -160px 0;
  background-size: 480px 32px;
}

.ic-default-down {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -192px 0;
  background-size: 480px 32px;
}

.ic-default-up {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -224px 0;
  background-size: 480px 32px;
}

.ic-default-info {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -256px 0;
  background-size: 480px 32px;
}

.ic-default-call {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -288px 0;
  background-size: 480px 32px;
}

.ic-default-empty {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -320px 0;
  background-size: 480px 32px;
}

.ic-default-back--white {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -352px 0;
  background-size: 480px 32px;
}

.ic-default-close--white {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -384px 0;
  background-size: 480px 32px;
}

.ic-default-prev--navy {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -416px 0;
  background-size: 480px 32px;
}

.ic-default-next--navy {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -448px 0;
  background-size: 480px 32px;
}

.ic-default-back-sm {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 360px 24px;
}

.ic-default-back-lg {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 720px 48px;
}

.ic-default-back-xl {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 960px 64px;
}

.ic-default-search-sm {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -24px 0;
  background-size: 360px 24px;
}

.ic-default-search-lg {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -48px 0;
  background-size: 720px 48px;
}

.ic-default-search-xl {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -64px 0;
  background-size: 960px 64px;
}

.ic-default-setting-sm {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -48px 0;
  background-size: 360px 24px;
}

.ic-default-setting-lg {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -96px 0;
  background-size: 720px 48px;
}

.ic-default-setting-xl {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -128px 0;
  background-size: 960px 64px;
}

.ic-default-close-sm {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -72px 0;
  background-size: 360px 24px;
}

.ic-default-close-lg {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -144px 0;
  background-size: 720px 48px;
}

.ic-default-close-xl {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -192px 0;
  background-size: 960px 64px;
}

.ic-default-del-sm {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -96px 0;
  background-size: 360px 24px;
}

.ic-default-del-lg {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -192px 0;
  background-size: 720px 48px;
}

.ic-default-del-xl {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -256px 0;
  background-size: 960px 64px;
}

.ic-default-next-sm {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -120px 0;
  background-size: 360px 24px;
}

.ic-default-next-lg {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -240px 0;
  background-size: 720px 48px;
}

.ic-default-next-xl {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -320px 0;
  background-size: 960px 64px;
}

.ic-default-down-sm {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -144px 0;
  background-size: 360px 24px;
}

.ic-default-down-lg {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -288px 0;
  background-size: 720px 48px;
}

.ic-default-down-xl {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -384px 0;
  background-size: 960px 64px;
}

.ic-default-up-sm {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -168px 0;
  background-size: 360px 24px;
}

.ic-default-up-lg {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -336px 0;
  background-size: 720px 48px;
}

.ic-default-up-xl {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -448px 0;
  background-size: 960px 64px;
}

.ic-default-info-sm {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -192px 0;
  background-size: 360px 24px;
}

.ic-default-info-lg {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -384px 0;
  background-size: 720px 48px;
}

.ic-default-info-xl {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -512px 0;
  background-size: 960px 64px;
}

.ic-default-call-sm {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -216px 0;
  background-size: 360px 24px;
}

.ic-default-call-lg {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -432px 0;
  background-size: 720px 48px;
}

.ic-default-call-xl {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -576px 0;
  background-size: 960px 64px;
}

.ic-default-empty-sm {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -240px 0;
  background-size: 360px 24px;
}

.ic-default-empty-lg {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -480px 0;
  background-size: 720px 48px;
}

.ic-default-empty-xl {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -640px 0;
  background-size: 960px 64px;
}

.ic-default-back--white-sm {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -264px 0;
  background-size: 360px 24px;
}

.ic-default-back--white-lg {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -528px 0;
  background-size: 720px 48px;
}

.ic-default-back--white-xl {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -704px 0;
  background-size: 960px 64px;
}

.ic-default-close--white-sm {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -288px 0;
  background-size: 360px 24px;
}

.ic-default-close--white-lg {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -576px 0;
  background-size: 720px 48px;
}

.ic-default-close--white-xl {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -768px 0;
  background-size: 960px 64px;
}

.ic-default-prev--navy-sm {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -312px 0;
  background-size: 360px 24px;
}

.ic-default-prev--navy-lg {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -624px 0;
  background-size: 720px 48px;
}

.ic-default-prev--navy-xl {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -832px 0;
  background-size: 960px 64px;
}

.ic-default-next--navy-sm {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -336px 0;
  background-size: 360px 24px;
}

.ic-default-next--navy-lg {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -672px 0;
  background-size: 720px 48px;
}

.ic-default-next--navy-xl {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url("../images/sprites/ic_default.svg");
  background-repeat: no-repeat;
  background-position: -896px 0;
  background-size: 960px 64px;
}

.ic-gnb-home {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("../images/sprites/ic_gnb.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 100px 25px;
}

.ic-gnb-key {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("../images/sprites/ic_gnb.svg");
  background-repeat: no-repeat;
  background-position: -25px 0;
  background-size: 100px 25px;
}

.ic-gnb-shield {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("../images/sprites/ic_gnb.svg");
  background-repeat: no-repeat;
  background-position: -50px 0;
  background-size: 100px 25px;
}

.ic-gnb-more {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("../images/sprites/ic_gnb.svg");
  background-repeat: no-repeat;
  background-position: -75px 0;
  background-size: 100px 25px;
}

.ic-gnb-home-sm {
  display: inline-block;
  width: 18.75px;
  height: 18.75px;
  background-image: url("../images/sprites/ic_gnb.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 75px 18.75px;
}

.ic-gnb-home-lg {
  display: inline-block;
  width: 37.5px;
  height: 37.5px;
  background-image: url("../images/sprites/ic_gnb.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 150px 37.5px;
}

.ic-gnb-home-xl {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url("../images/sprites/ic_gnb.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 200px 50px;
}

.ic-gnb-key-sm {
  display: inline-block;
  width: 18.75px;
  height: 18.75px;
  background-image: url("../images/sprites/ic_gnb.svg");
  background-repeat: no-repeat;
  background-position: -18.75px 0;
  background-size: 75px 18.75px;
}

.ic-gnb-key-lg {
  display: inline-block;
  width: 37.5px;
  height: 37.5px;
  background-image: url("../images/sprites/ic_gnb.svg");
  background-repeat: no-repeat;
  background-position: -37.5px 0;
  background-size: 150px 37.5px;
}

.ic-gnb-key-xl {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url("../images/sprites/ic_gnb.svg");
  background-repeat: no-repeat;
  background-position: -50px 0;
  background-size: 200px 50px;
}

.ic-gnb-shield-sm {
  display: inline-block;
  width: 18.75px;
  height: 18.75px;
  background-image: url("../images/sprites/ic_gnb.svg");
  background-repeat: no-repeat;
  background-position: -37.5px 0;
  background-size: 75px 18.75px;
}

.ic-gnb-shield-lg {
  display: inline-block;
  width: 37.5px;
  height: 37.5px;
  background-image: url("../images/sprites/ic_gnb.svg");
  background-repeat: no-repeat;
  background-position: -75px 0;
  background-size: 150px 37.5px;
}

.ic-gnb-shield-xl {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url("../images/sprites/ic_gnb.svg");
  background-repeat: no-repeat;
  background-position: -100px 0;
  background-size: 200px 50px;
}

.ic-gnb-more-sm {
  display: inline-block;
  width: 18.75px;
  height: 18.75px;
  background-image: url("../images/sprites/ic_gnb.svg");
  background-repeat: no-repeat;
  background-position: -56.25px 0;
  background-size: 75px 18.75px;
}

.ic-gnb-more-lg {
  display: inline-block;
  width: 37.5px;
  height: 37.5px;
  background-image: url("../images/sprites/ic_gnb.svg");
  background-repeat: no-repeat;
  background-position: -112.5px 0;
  background-size: 150px 37.5px;
}

.ic-gnb-more-xl {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url("../images/sprites/ic_gnb.svg");
  background-repeat: no-repeat;
  background-position: -150px 0;
  background-size: 200px 50px;
}

.ic-main-title-item-0 {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/sprites/ic_main_title.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 160px 20px;
}

.ic-main-title-item-1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/sprites/ic_main_title.svg");
  background-repeat: no-repeat;
  background-position: -20px 0;
  background-size: 160px 20px;
}

.ic-main-title-item-2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/sprites/ic_main_title.svg");
  background-repeat: no-repeat;
  background-position: -40px 0;
  background-size: 160px 20px;
}

.ic-main-title-item-3 {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/sprites/ic_main_title.svg");
  background-repeat: no-repeat;
  background-position: -60px 0;
  background-size: 160px 20px;
}

.ic-main-title-item-4 {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/sprites/ic_main_title.svg");
  background-repeat: no-repeat;
  background-position: -80px 0;
  background-size: 160px 20px;
}

.ic-main-title-item-5 {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/sprites/ic_main_title.svg");
  background-repeat: no-repeat;
  background-position: -100px 0;
  background-size: 160px 20px;
}

.ic-main-title-item-6 {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/sprites/ic_main_title.svg");
  background-repeat: no-repeat;
  background-position: -120px 0;
  background-size: 160px 20px;
}

.ic-main-title-item-7 {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/sprites/ic_main_title.svg");
  background-repeat: no-repeat;
  background-position: -140px 0;
  background-size: 160px 20px;
}

.ic-main-title-item-0-sm {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../images/sprites/ic_main_title.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 120px 15px;
}

.ic-main-title-item-0-lg {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/sprites/ic_main_title.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 240px 30px;
}

.ic-main-title-item-0-xl {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../images/sprites/ic_main_title.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 320px 40px;
}

.ic-main-title-item-1-sm {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../images/sprites/ic_main_title.svg");
  background-repeat: no-repeat;
  background-position: -15px 0;
  background-size: 120px 15px;
}

.ic-main-title-item-1-lg {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/sprites/ic_main_title.svg");
  background-repeat: no-repeat;
  background-position: -30px 0;
  background-size: 240px 30px;
}

.ic-main-title-item-1-xl {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../images/sprites/ic_main_title.svg");
  background-repeat: no-repeat;
  background-position: -40px 0;
  background-size: 320px 40px;
}

.ic-main-title-item-2-sm {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../images/sprites/ic_main_title.svg");
  background-repeat: no-repeat;
  background-position: -30px 0;
  background-size: 120px 15px;
}

.ic-main-title-item-2-lg {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/sprites/ic_main_title.svg");
  background-repeat: no-repeat;
  background-position: -60px 0;
  background-size: 240px 30px;
}

.ic-main-title-item-2-xl {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../images/sprites/ic_main_title.svg");
  background-repeat: no-repeat;
  background-position: -80px 0;
  background-size: 320px 40px;
}

.ic-main-title-item-3-sm {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../images/sprites/ic_main_title.svg");
  background-repeat: no-repeat;
  background-position: -45px 0;
  background-size: 120px 15px;
}

.ic-main-title-item-3-lg {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/sprites/ic_main_title.svg");
  background-repeat: no-repeat;
  background-position: -90px 0;
  background-size: 240px 30px;
}

.ic-main-title-item-3-xl {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../images/sprites/ic_main_title.svg");
  background-repeat: no-repeat;
  background-position: -120px 0;
  background-size: 320px 40px;
}

.ic-main-title-item-4-sm {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../images/sprites/ic_main_title.svg");
  background-repeat: no-repeat;
  background-position: -60px 0;
  background-size: 120px 15px;
}

.ic-main-title-item-4-lg {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/sprites/ic_main_title.svg");
  background-repeat: no-repeat;
  background-position: -120px 0;
  background-size: 240px 30px;
}

.ic-main-title-item-4-xl {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../images/sprites/ic_main_title.svg");
  background-repeat: no-repeat;
  background-position: -160px 0;
  background-size: 320px 40px;
}

.ic-main-title-item-5-sm {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../images/sprites/ic_main_title.svg");
  background-repeat: no-repeat;
  background-position: -75px 0;
  background-size: 120px 15px;
}

.ic-main-title-item-5-lg {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/sprites/ic_main_title.svg");
  background-repeat: no-repeat;
  background-position: -150px 0;
  background-size: 240px 30px;
}

.ic-main-title-item-5-xl {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../images/sprites/ic_main_title.svg");
  background-repeat: no-repeat;
  background-position: -200px 0;
  background-size: 320px 40px;
}

.ic-main-title-item-6-sm {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../images/sprites/ic_main_title.svg");
  background-repeat: no-repeat;
  background-position: -90px 0;
  background-size: 120px 15px;
}

.ic-main-title-item-6-lg {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/sprites/ic_main_title.svg");
  background-repeat: no-repeat;
  background-position: -180px 0;
  background-size: 240px 30px;
}

.ic-main-title-item-6-xl {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../images/sprites/ic_main_title.svg");
  background-repeat: no-repeat;
  background-position: -240px 0;
  background-size: 320px 40px;
}

.ic-main-title-item-7-sm {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../images/sprites/ic_main_title.svg");
  background-repeat: no-repeat;
  background-position: -105px 0;
  background-size: 120px 15px;
}

.ic-main-title-item-7-lg {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/sprites/ic_main_title.svg");
  background-repeat: no-repeat;
  background-position: -210px 0;
  background-size: 240px 30px;
}

.ic-main-title-item-7-xl {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../images/sprites/ic_main_title.svg");
  background-repeat: no-repeat;
  background-position: -280px 0;
  background-size: 320px 40px;
}

.ic-menu-smishing {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 544px 32px;
}

.ic-menu-malware {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -32px 0;
  background-size: 544px 32px;
}

.ic-menu-siren {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -64px 0;
  background-size: 544px 32px;
}

.ic-menu-atm {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -96px 0;
  background-size: 544px 32px;
}

.ic-menu-contact {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -128px 0;
  background-size: 544px 32px;
}

.ic-menu-card {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -160px 0;
  background-size: 544px 32px;
}

.ic-menu-appscan {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -192px 0;
  background-size: 544px 32px;
}

.ic-menu-report {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -224px 0;
  background-size: 544px 32px;
}

.ic-menu-reward {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -256px 0;
  background-size: 544px 32px;
}

.ic-menu-setting {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -288px 0;
  background-size: 544px 32px;
}

.ic-menu-status {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -320px 0;
  background-size: 544px 32px;
}

.ic-menu-suspect {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -352px 0;
  background-size: 544px 32px;
}

.ic-menu-fraud {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -384px 0;
  background-size: 544px 32px;
}

.ic-menu-member {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -416px 0;
  background-size: 544px 32px;
}

.ic-menu-call {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -448px 0;
  background-size: 544px 32px;
}

.ic-menu-message {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -480px 0;
  background-size: 544px 32px;
}

.ic-menu-history {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -512px 0;
  background-size: 544px 32px;
}

.ic-menu-smishing-sm {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 408px 24px;
}

.ic-menu-smishing-lg {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 816px 48px;
}

.ic-menu-smishing-xl {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 1088px 64px;
}

.ic-menu-malware-sm {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -24px 0;
  background-size: 408px 24px;
}

.ic-menu-malware-lg {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -48px 0;
  background-size: 816px 48px;
}

.ic-menu-malware-xl {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -64px 0;
  background-size: 1088px 64px;
}

.ic-menu-siren-sm {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -48px 0;
  background-size: 408px 24px;
}

.ic-menu-siren-lg {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -96px 0;
  background-size: 816px 48px;
}

.ic-menu-siren-xl {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -128px 0;
  background-size: 1088px 64px;
}

.ic-menu-atm-sm {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -72px 0;
  background-size: 408px 24px;
}

.ic-menu-atm-lg {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -144px 0;
  background-size: 816px 48px;
}

.ic-menu-atm-xl {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -192px 0;
  background-size: 1088px 64px;
}

.ic-menu-contact-sm {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -96px 0;
  background-size: 408px 24px;
}

.ic-menu-contact-lg {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -192px 0;
  background-size: 816px 48px;
}

.ic-menu-contact-xl {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -256px 0;
  background-size: 1088px 64px;
}

.ic-menu-card-sm {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -120px 0;
  background-size: 408px 24px;
}

.ic-menu-card-lg {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -240px 0;
  background-size: 816px 48px;
}

.ic-menu-card-xl {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -320px 0;
  background-size: 1088px 64px;
}

.ic-menu-appscan-sm {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -144px 0;
  background-size: 408px 24px;
}

.ic-menu-appscan-lg {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -288px 0;
  background-size: 816px 48px;
}

.ic-menu-appscan-xl {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -384px 0;
  background-size: 1088px 64px;
}

.ic-menu-report-sm {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -168px 0;
  background-size: 408px 24px;
}

.ic-menu-report-lg {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -336px 0;
  background-size: 816px 48px;
}

.ic-menu-report-xl {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -448px 0;
  background-size: 1088px 64px;
}

.ic-menu-reward-sm {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -192px 0;
  background-size: 408px 24px;
}

.ic-menu-reward-lg {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -384px 0;
  background-size: 816px 48px;
}

.ic-menu-reward-xl {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -512px 0;
  background-size: 1088px 64px;
}

.ic-menu-setting-sm {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -216px 0;
  background-size: 408px 24px;
}

.ic-menu-setting-lg {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -432px 0;
  background-size: 816px 48px;
}

.ic-menu-setting-xl {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -576px 0;
  background-size: 1088px 64px;
}

.ic-menu-status-sm {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -240px 0;
  background-size: 408px 24px;
}

.ic-menu-status-lg {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -480px 0;
  background-size: 816px 48px;
}

.ic-menu-status-xl {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -640px 0;
  background-size: 1088px 64px;
}

.ic-menu-suspect-sm {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -264px 0;
  background-size: 408px 24px;
}

.ic-menu-suspect-lg {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -528px 0;
  background-size: 816px 48px;
}

.ic-menu-suspect-xl {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -704px 0;
  background-size: 1088px 64px;
}

.ic-menu-fraud-sm {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -288px 0;
  background-size: 408px 24px;
}

.ic-menu-fraud-lg {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -576px 0;
  background-size: 816px 48px;
}

.ic-menu-fraud-xl {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -768px 0;
  background-size: 1088px 64px;
}

.ic-menu-member-sm {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -312px 0;
  background-size: 408px 24px;
}

.ic-menu-member-lg {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -624px 0;
  background-size: 816px 48px;
}

.ic-menu-member-xl {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -832px 0;
  background-size: 1088px 64px;
}

.ic-menu-call-sm {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -336px 0;
  background-size: 408px 24px;
}

.ic-menu-call-lg {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -672px 0;
  background-size: 816px 48px;
}

.ic-menu-call-xl {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -896px 0;
  background-size: 1088px 64px;
}

.ic-menu-message-sm {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -360px 0;
  background-size: 408px 24px;
}

.ic-menu-message-lg {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -720px 0;
  background-size: 816px 48px;
}

.ic-menu-message-xl {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -960px 0;
  background-size: 1088px 64px;
}

.ic-menu-history-sm {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -384px 0;
  background-size: 408px 24px;
}

.ic-menu-history-lg {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -768px 0;
  background-size: 816px 48px;
}

.ic-menu-history-xl {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url("../images/sprites/ic_menu.svg");
  background-repeat: no-repeat;
  background-position: -1024px 0;
  background-size: 1088px 64px;
}

.ic-circle-caution {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../images/sprites/status_circle.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 280px 40px;
}

.ic-circle-warning {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../images/sprites/status_circle.svg");
  background-repeat: no-repeat;
  background-position: -40px 0;
  background-size: 280px 40px;
}

.ic-circle-app {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../images/sprites/status_circle.svg");
  background-repeat: no-repeat;
  background-position: -80px 0;
  background-size: 280px 40px;
}

.ic-circle-fiching {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../images/sprites/status_circle.svg");
  background-repeat: no-repeat;
  background-position: -120px 0;
  background-size: 280px 40px;
}

.ic-circle-spam {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../images/sprites/status_circle.svg");
  background-repeat: no-repeat;
  background-position: -160px 0;
  background-size: 280px 40px;
}

.ic-circle-none {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../images/sprites/status_circle.svg");
  background-repeat: no-repeat;
  background-position: -200px 0;
  background-size: 280px 40px;
}

.ic-circle-safe {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../images/sprites/status_circle.svg");
  background-repeat: no-repeat;
  background-position: -240px 0;
  background-size: 280px 40px;
}

.ic-circle-caution-sm {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/sprites/status_circle.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 210px 30px;
}

.ic-circle-caution-lg {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url("../images/sprites/status_circle.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 420px 60px;
}

.ic-circle-caution-xl {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url("../images/sprites/status_circle.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 560px 80px;
}

.ic-circle-warning-sm {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/sprites/status_circle.svg");
  background-repeat: no-repeat;
  background-position: -30px 0;
  background-size: 210px 30px;
}

.ic-circle-warning-lg {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url("../images/sprites/status_circle.svg");
  background-repeat: no-repeat;
  background-position: -60px 0;
  background-size: 420px 60px;
}

.ic-circle-warning-xl {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url("../images/sprites/status_circle.svg");
  background-repeat: no-repeat;
  background-position: -80px 0;
  background-size: 560px 80px;
}

.ic-circle-app-sm {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/sprites/status_circle.svg");
  background-repeat: no-repeat;
  background-position: -60px 0;
  background-size: 210px 30px;
}

.ic-circle-app-lg {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url("../images/sprites/status_circle.svg");
  background-repeat: no-repeat;
  background-position: -120px 0;
  background-size: 420px 60px;
}

.ic-circle-app-xl {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url("../images/sprites/status_circle.svg");
  background-repeat: no-repeat;
  background-position: -160px 0;
  background-size: 560px 80px;
}

.ic-circle-fiching-sm {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/sprites/status_circle.svg");
  background-repeat: no-repeat;
  background-position: -90px 0;
  background-size: 210px 30px;
}

.ic-circle-fiching-lg {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url("../images/sprites/status_circle.svg");
  background-repeat: no-repeat;
  background-position: -180px 0;
  background-size: 420px 60px;
}

.ic-circle-fiching-xl {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url("../images/sprites/status_circle.svg");
  background-repeat: no-repeat;
  background-position: -240px 0;
  background-size: 560px 80px;
}

.ic-circle-spam-sm {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/sprites/status_circle.svg");
  background-repeat: no-repeat;
  background-position: -120px 0;
  background-size: 210px 30px;
}

.ic-circle-spam-lg {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url("../images/sprites/status_circle.svg");
  background-repeat: no-repeat;
  background-position: -240px 0;
  background-size: 420px 60px;
}

.ic-circle-spam-xl {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url("../images/sprites/status_circle.svg");
  background-repeat: no-repeat;
  background-position: -320px 0;
  background-size: 560px 80px;
}

.ic-circle-none-sm {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/sprites/status_circle.svg");
  background-repeat: no-repeat;
  background-position: -150px 0;
  background-size: 210px 30px;
}

.ic-circle-none-lg {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url("../images/sprites/status_circle.svg");
  background-repeat: no-repeat;
  background-position: -300px 0;
  background-size: 420px 60px;
}

.ic-circle-none-xl {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url("../images/sprites/status_circle.svg");
  background-repeat: no-repeat;
  background-position: -400px 0;
  background-size: 560px 80px;
}

.ic-circle-safe-sm {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/sprites/status_circle.svg");
  background-repeat: no-repeat;
  background-position: -180px 0;
  background-size: 210px 30px;
}

.ic-circle-safe-lg {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url("../images/sprites/status_circle.svg");
  background-repeat: no-repeat;
  background-position: -360px 0;
  background-size: 420px 60px;
}

.ic-circle-safe-xl {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url("../images/sprites/status_circle.svg");
  background-repeat: no-repeat;
  background-position: -480px 0;
  background-size: 560px 80px;
}

.ic-like-up {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/sprites/status_like.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 40px 20px;
}

.ic-like-down {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/sprites/status_like.svg");
  background-repeat: no-repeat;
  background-position: -20px 0;
  background-size: 40px 20px;
}

.ic-like-up-sm {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../images/sprites/status_like.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 30px 15px;
}

.ic-like-up-lg {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/sprites/status_like.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 60px 30px;
}

.ic-like-up-xl {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../images/sprites/status_like.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 80px 40px;
}

.ic-like-down-sm {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../images/sprites/status_like.svg");
  background-repeat: no-repeat;
  background-position: -15px 0;
  background-size: 30px 15px;
}

.ic-like-down-lg {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/sprites/status_like.svg");
  background-repeat: no-repeat;
  background-position: -30px 0;
  background-size: 60px 30px;
}

.ic-like-down-xl {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../images/sprites/status_like.svg");
  background-repeat: no-repeat;
  background-position: -40px 0;
  background-size: 80px 40px;
}

.ic-txt-alert {
  display: inline-block;
  width: 80px;
  height: 22px;
  background-image: url("../images/sprites/status_txt.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 320px 22px;
}

.ic-txt-done {
  display: inline-block;
  width: 80px;
  height: 22px;
  background-image: url("../images/sprites/status_txt.svg");
  background-repeat: no-repeat;
  background-position: -80px 0;
  background-size: 320px 22px;
}

.ic-txt-safe {
  display: inline-block;
  width: 80px;
  height: 22px;
  background-image: url("../images/sprites/status_txt.svg");
  background-repeat: no-repeat;
  background-position: -160px 0;
  background-size: 320px 22px;
}

.ic-txt-suggest {
  display: inline-block;
  width: 80px;
  height: 22px;
  background-image: url("../images/sprites/status_txt.svg");
  background-repeat: no-repeat;
  background-position: -240px 0;
  background-size: 320px 22px;
}

.ic-txt-alert-sm {
  display: inline-block;
  width: 60px;
  height: 16.5px;
  background-image: url("../images/sprites/status_txt.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 240px 16.5px;
}

.ic-txt-alert-lg {
  display: inline-block;
  width: 120px;
  height: 33px;
  background-image: url("../images/sprites/status_txt.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 480px 33px;
}

.ic-txt-alert-xl {
  display: inline-block;
  width: 160px;
  height: 44px;
  background-image: url("../images/sprites/status_txt.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 640px 44px;
}

.ic-txt-done-sm {
  display: inline-block;
  width: 60px;
  height: 16.5px;
  background-image: url("../images/sprites/status_txt.svg");
  background-repeat: no-repeat;
  background-position: -60px 0;
  background-size: 240px 16.5px;
}

.ic-txt-done-lg {
  display: inline-block;
  width: 120px;
  height: 33px;
  background-image: url("../images/sprites/status_txt.svg");
  background-repeat: no-repeat;
  background-position: -120px 0;
  background-size: 480px 33px;
}

.ic-txt-done-xl {
  display: inline-block;
  width: 160px;
  height: 44px;
  background-image: url("../images/sprites/status_txt.svg");
  background-repeat: no-repeat;
  background-position: -160px 0;
  background-size: 640px 44px;
}

.ic-txt-safe-sm {
  display: inline-block;
  width: 60px;
  height: 16.5px;
  background-image: url("../images/sprites/status_txt.svg");
  background-repeat: no-repeat;
  background-position: -120px 0;
  background-size: 240px 16.5px;
}

.ic-txt-safe-lg {
  display: inline-block;
  width: 120px;
  height: 33px;
  background-image: url("../images/sprites/status_txt.svg");
  background-repeat: no-repeat;
  background-position: -240px 0;
  background-size: 480px 33px;
}

.ic-txt-safe-xl {
  display: inline-block;
  width: 160px;
  height: 44px;
  background-image: url("../images/sprites/status_txt.svg");
  background-repeat: no-repeat;
  background-position: -320px 0;
  background-size: 640px 44px;
}

.ic-txt-suggest-sm {
  display: inline-block;
  width: 60px;
  height: 16.5px;
  background-image: url("../images/sprites/status_txt.svg");
  background-repeat: no-repeat;
  background-position: -180px 0;
  background-size: 240px 16.5px;
}

.ic-txt-suggest-lg {
  display: inline-block;
  width: 120px;
  height: 33px;
  background-image: url("../images/sprites/status_txt.svg");
  background-repeat: no-repeat;
  background-position: -360px 0;
  background-size: 480px 33px;
}

.ic-txt-suggest-xl {
  display: inline-block;
  width: 160px;
  height: 44px;
  background-image: url("../images/sprites/status_txt.svg");
  background-repeat: no-repeat;
  background-position: -480px 0;
  background-size: 640px 44px;
}

.ic-sms-kakao {
  display: inline-block;
  width: 65px;
  height: 20px;
  background-image: url("../images/sprites/status_sms.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 130px 20px;
}

.ic-sms-mms {
  display: inline-block;
  width: 65px;
  height: 20px;
  background-image: url("../images/sprites/status_sms.svg");
  background-repeat: no-repeat;
  background-position: -65px 0;
  background-size: 130px 20px;
}

.ic-sms-kakao-sm {
  display: inline-block;
  width: 48.75px;
  height: 15px;
  background-image: url("../images/sprites/status_sms.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 97.5px 15px;
}

.ic-sms-kakao-lg {
  display: inline-block;
  width: 97.5px;
  height: 30px;
  background-image: url("../images/sprites/status_sms.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 195px 30px;
}

.ic-sms-kakao-xl {
  display: inline-block;
  width: 130px;
  height: 40px;
  background-image: url("../images/sprites/status_sms.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 260px 40px;
}

.ic-sms-mms-sm {
  display: inline-block;
  width: 48.75px;
  height: 15px;
  background-image: url("../images/sprites/status_sms.svg");
  background-repeat: no-repeat;
  background-position: -48.75px 0;
  background-size: 97.5px 15px;
}

.ic-sms-mms-lg {
  display: inline-block;
  width: 97.5px;
  height: 30px;
  background-image: url("../images/sprites/status_sms.svg");
  background-repeat: no-repeat;
  background-position: -97.5px 0;
  background-size: 195px 30px;
}

.ic-sms-mms-xl {
  display: inline-block;
  width: 130px;
  height: 40px;
  background-image: url("../images/sprites/status_sms.svg");
  background-repeat: no-repeat;
  background-position: -130px 0;
  background-size: 260px 40px;
}

.ic-contact-regist {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../images/sprites/ic_contact.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 80px 40px;
}

.ic-contact-add {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../images/sprites/ic_contact.svg");
  background-repeat: no-repeat;
  background-position: -40px 0;
  background-size: 80px 40px;
}

.ic-contact-regist-sm {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/sprites/ic_contact.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 60px 30px;
}

.ic-contact-regist-lg {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url("../images/sprites/ic_contact.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 120px 60px;
}

.ic-contact-regist-xl {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url("../images/sprites/ic_contact.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 160px 80px;
}

.ic-contact-add-sm {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/sprites/ic_contact.svg");
  background-repeat: no-repeat;
  background-position: -30px 0;
  background-size: 60px 30px;
}

.ic-contact-add-lg {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url("../images/sprites/ic_contact.svg");
  background-repeat: no-repeat;
  background-position: -60px 0;
  background-size: 120px 60px;
}

.ic-contact-add-xl {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url("../images/sprites/ic_contact.svg");
  background-repeat: no-repeat;
  background-position: -80px 0;
  background-size: 160px 80px;
}

.ic-permi-wait {
  display: inline-block;
  width: 55px;
  height: 22px;
  background-image: url("../images/sprites/status_permission.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 165px 22px;
}

.ic-permi-deny {
  display: inline-block;
  width: 55px;
  height: 22px;
  background-image: url("../images/sprites/status_permission.svg");
  background-repeat: no-repeat;
  background-position: -55px 0;
  background-size: 165px 22px;
}

.ic-permi-ok {
  display: inline-block;
  width: 55px;
  height: 22px;
  background-image: url("../images/sprites/status_permission.svg");
  background-repeat: no-repeat;
  background-position: -110px 0;
  background-size: 165px 22px;
}

.ic-permi-wait-sm {
  display: inline-block;
  width: 41.25px;
  height: 16.5px;
  background-image: url("../images/sprites/status_permission.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 123.75px 16.5px;
}

.ic-permi-wait-lg {
  display: inline-block;
  width: 82.5px;
  height: 33px;
  background-image: url("../images/sprites/status_permission.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 247.5px 33px;
}

.ic-permi-wait-xl {
  display: inline-block;
  width: 110px;
  height: 44px;
  background-image: url("../images/sprites/status_permission.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 330px 44px;
}

.ic-permi-deny-sm {
  display: inline-block;
  width: 41.25px;
  height: 16.5px;
  background-image: url("../images/sprites/status_permission.svg");
  background-repeat: no-repeat;
  background-position: -41.25px 0;
  background-size: 123.75px 16.5px;
}

.ic-permi-deny-lg {
  display: inline-block;
  width: 82.5px;
  height: 33px;
  background-image: url("../images/sprites/status_permission.svg");
  background-repeat: no-repeat;
  background-position: -82.5px 0;
  background-size: 247.5px 33px;
}

.ic-permi-deny-xl {
  display: inline-block;
  width: 110px;
  height: 44px;
  background-image: url("../images/sprites/status_permission.svg");
  background-repeat: no-repeat;
  background-position: -110px 0;
  background-size: 330px 44px;
}

.ic-permi-ok-sm {
  display: inline-block;
  width: 41.25px;
  height: 16.5px;
  background-image: url("../images/sprites/status_permission.svg");
  background-repeat: no-repeat;
  background-position: -82.5px 0;
  background-size: 123.75px 16.5px;
}

.ic-permi-ok-lg {
  display: inline-block;
  width: 82.5px;
  height: 33px;
  background-image: url("../images/sprites/status_permission.svg");
  background-repeat: no-repeat;
  background-position: -165px 0;
  background-size: 247.5px 33px;
}

.ic-permi-ok-xl {
  display: inline-block;
  width: 110px;
  height: 44px;
  background-image: url("../images/sprites/status_permission.svg");
  background-repeat: no-repeat;
  background-position: -220px 0;
  background-size: 330px 44px;
}

.ic-logo-hd {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-image: url("../images/sprites/ic_logo_circle.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 420px 70px;
}

.ic-logo-hn {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-image: url("../images/sprites/ic_logo_circle.svg");
  background-repeat: no-repeat;
  background-position: -70px 0;
  background-size: 420px 70px;
}

.ic-logo-kb {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-image: url("../images/sprites/ic_logo_circle.svg");
  background-repeat: no-repeat;
  background-position: -140px 0;
  background-size: 420px 70px;
}

.ic-logo-sk {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-image: url("../images/sprites/ic_logo_circle.svg");
  background-repeat: no-repeat;
  background-position: -210px 0;
  background-size: 420px 70px;
}

.ic-logo-kt {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-image: url("../images/sprites/ic_logo_circle.svg");
  background-repeat: no-repeat;
  background-position: -280px 0;
  background-size: 420px 70px;
}

.ic-logo-lg {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-image: url("../images/sprites/ic_logo_circle.svg");
  background-repeat: no-repeat;
  background-position: -350px 0;
  background-size: 420px 70px;
}

.ic-logo-hd-sm {
  display: inline-block;
  width: 52.5px;
  height: 52.5px;
  background-image: url("../images/sprites/ic_logo_circle.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 315px 52.5px;
}

.ic-logo-hd-lg {
  display: inline-block;
  width: 105px;
  height: 105px;
  background-image: url("../images/sprites/ic_logo_circle.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 630px 105px;
}

.ic-logo-hd-xl {
  display: inline-block;
  width: 140px;
  height: 140px;
  background-image: url("../images/sprites/ic_logo_circle.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 840px 140px;
}

.ic-logo-hn-sm {
  display: inline-block;
  width: 52.5px;
  height: 52.5px;
  background-image: url("../images/sprites/ic_logo_circle.svg");
  background-repeat: no-repeat;
  background-position: -52.5px 0;
  background-size: 315px 52.5px;
}

.ic-logo-hn-lg {
  display: inline-block;
  width: 105px;
  height: 105px;
  background-image: url("../images/sprites/ic_logo_circle.svg");
  background-repeat: no-repeat;
  background-position: -105px 0;
  background-size: 630px 105px;
}

.ic-logo-hn-xl {
  display: inline-block;
  width: 140px;
  height: 140px;
  background-image: url("../images/sprites/ic_logo_circle.svg");
  background-repeat: no-repeat;
  background-position: -140px 0;
  background-size: 840px 140px;
}

.ic-logo-kb-sm {
  display: inline-block;
  width: 52.5px;
  height: 52.5px;
  background-image: url("../images/sprites/ic_logo_circle.svg");
  background-repeat: no-repeat;
  background-position: -105px 0;
  background-size: 315px 52.5px;
}

.ic-logo-kb-lg {
  display: inline-block;
  width: 105px;
  height: 105px;
  background-image: url("../images/sprites/ic_logo_circle.svg");
  background-repeat: no-repeat;
  background-position: -210px 0;
  background-size: 630px 105px;
}

.ic-logo-kb-xl {
  display: inline-block;
  width: 140px;
  height: 140px;
  background-image: url("../images/sprites/ic_logo_circle.svg");
  background-repeat: no-repeat;
  background-position: -280px 0;
  background-size: 840px 140px;
}

.ic-logo-sk-sm {
  display: inline-block;
  width: 52.5px;
  height: 52.5px;
  background-image: url("../images/sprites/ic_logo_circle.svg");
  background-repeat: no-repeat;
  background-position: -157.5px 0;
  background-size: 315px 52.5px;
}

.ic-logo-sk-lg {
  display: inline-block;
  width: 105px;
  height: 105px;
  background-image: url("../images/sprites/ic_logo_circle.svg");
  background-repeat: no-repeat;
  background-position: -315px 0;
  background-size: 630px 105px;
}

.ic-logo-sk-xl {
  display: inline-block;
  width: 140px;
  height: 140px;
  background-image: url("../images/sprites/ic_logo_circle.svg");
  background-repeat: no-repeat;
  background-position: -420px 0;
  background-size: 840px 140px;
}

.ic-logo-kt-sm {
  display: inline-block;
  width: 52.5px;
  height: 52.5px;
  background-image: url("../images/sprites/ic_logo_circle.svg");
  background-repeat: no-repeat;
  background-position: -210px 0;
  background-size: 315px 52.5px;
}

.ic-logo-kt-lg {
  display: inline-block;
  width: 105px;
  height: 105px;
  background-image: url("../images/sprites/ic_logo_circle.svg");
  background-repeat: no-repeat;
  background-position: -420px 0;
  background-size: 630px 105px;
}

.ic-logo-kt-xl {
  display: inline-block;
  width: 140px;
  height: 140px;
  background-image: url("../images/sprites/ic_logo_circle.svg");
  background-repeat: no-repeat;
  background-position: -560px 0;
  background-size: 840px 140px;
}

.ic-logo-lg-sm {
  display: inline-block;
  width: 52.5px;
  height: 52.5px;
  background-image: url("../images/sprites/ic_logo_circle.svg");
  background-repeat: no-repeat;
  background-position: -262.5px 0;
  background-size: 315px 52.5px;
}

.ic-logo-lg-lg {
  display: inline-block;
  width: 105px;
  height: 105px;
  background-image: url("../images/sprites/ic_logo_circle.svg");
  background-repeat: no-repeat;
  background-position: -525px 0;
  background-size: 630px 105px;
}

.ic-logo-lg-xl {
  display: inline-block;
  width: 140px;
  height: 140px;
  background-image: url("../images/sprites/ic_logo_circle.svg");
  background-repeat: no-repeat;
  background-position: -700px 0;
  background-size: 840px 140px;
}

.ic-num-01 {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/sprites/ic_number.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 180px 20px;
}

.ic-num-02 {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/sprites/ic_number.svg");
  background-repeat: no-repeat;
  background-position: -20px 0;
  background-size: 180px 20px;
}

.ic-num-03 {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/sprites/ic_number.svg");
  background-repeat: no-repeat;
  background-position: -40px 0;
  background-size: 180px 20px;
}

.ic-num-04 {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/sprites/ic_number.svg");
  background-repeat: no-repeat;
  background-position: -60px 0;
  background-size: 180px 20px;
}

.ic-num-05 {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/sprites/ic_number.svg");
  background-repeat: no-repeat;
  background-position: -80px 0;
  background-size: 180px 20px;
}

.ic-num-06 {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/sprites/ic_number.svg");
  background-repeat: no-repeat;
  background-position: -100px 0;
  background-size: 180px 20px;
}

.ic-num-07 {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/sprites/ic_number.svg");
  background-repeat: no-repeat;
  background-position: -120px 0;
  background-size: 180px 20px;
}

.ic-num-08 {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/sprites/ic_number.svg");
  background-repeat: no-repeat;
  background-position: -140px 0;
  background-size: 180px 20px;
}

.ic-num-09 {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/sprites/ic_number.svg");
  background-repeat: no-repeat;
  background-position: -160px 0;
  background-size: 180px 20px;
}

.ic-num-01-sm {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../images/sprites/ic_number.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 135px 15px;
}

.ic-num-01-lg {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/sprites/ic_number.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 270px 30px;
}

.ic-num-01-xl {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../images/sprites/ic_number.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 360px 40px;
}

.ic-num-02-sm {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../images/sprites/ic_number.svg");
  background-repeat: no-repeat;
  background-position: -15px 0;
  background-size: 135px 15px;
}

.ic-num-02-lg {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/sprites/ic_number.svg");
  background-repeat: no-repeat;
  background-position: -30px 0;
  background-size: 270px 30px;
}

.ic-num-02-xl {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../images/sprites/ic_number.svg");
  background-repeat: no-repeat;
  background-position: -40px 0;
  background-size: 360px 40px;
}

.ic-num-03-sm {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../images/sprites/ic_number.svg");
  background-repeat: no-repeat;
  background-position: -30px 0;
  background-size: 135px 15px;
}

.ic-num-03-lg {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/sprites/ic_number.svg");
  background-repeat: no-repeat;
  background-position: -60px 0;
  background-size: 270px 30px;
}

.ic-num-03-xl {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../images/sprites/ic_number.svg");
  background-repeat: no-repeat;
  background-position: -80px 0;
  background-size: 360px 40px;
}

.ic-num-04-sm {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../images/sprites/ic_number.svg");
  background-repeat: no-repeat;
  background-position: -45px 0;
  background-size: 135px 15px;
}

.ic-num-04-lg {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/sprites/ic_number.svg");
  background-repeat: no-repeat;
  background-position: -90px 0;
  background-size: 270px 30px;
}

.ic-num-04-xl {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../images/sprites/ic_number.svg");
  background-repeat: no-repeat;
  background-position: -120px 0;
  background-size: 360px 40px;
}

.ic-num-05-sm {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../images/sprites/ic_number.svg");
  background-repeat: no-repeat;
  background-position: -60px 0;
  background-size: 135px 15px;
}

.ic-num-05-lg {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/sprites/ic_number.svg");
  background-repeat: no-repeat;
  background-position: -120px 0;
  background-size: 270px 30px;
}

.ic-num-05-xl {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../images/sprites/ic_number.svg");
  background-repeat: no-repeat;
  background-position: -160px 0;
  background-size: 360px 40px;
}

.ic-num-06-sm {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../images/sprites/ic_number.svg");
  background-repeat: no-repeat;
  background-position: -75px 0;
  background-size: 135px 15px;
}

.ic-num-06-lg {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/sprites/ic_number.svg");
  background-repeat: no-repeat;
  background-position: -150px 0;
  background-size: 270px 30px;
}

.ic-num-06-xl {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../images/sprites/ic_number.svg");
  background-repeat: no-repeat;
  background-position: -200px 0;
  background-size: 360px 40px;
}

.ic-num-07-sm {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../images/sprites/ic_number.svg");
  background-repeat: no-repeat;
  background-position: -90px 0;
  background-size: 135px 15px;
}

.ic-num-07-lg {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/sprites/ic_number.svg");
  background-repeat: no-repeat;
  background-position: -180px 0;
  background-size: 270px 30px;
}

.ic-num-07-xl {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../images/sprites/ic_number.svg");
  background-repeat: no-repeat;
  background-position: -240px 0;
  background-size: 360px 40px;
}

.ic-num-08-sm {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../images/sprites/ic_number.svg");
  background-repeat: no-repeat;
  background-position: -105px 0;
  background-size: 135px 15px;
}

.ic-num-08-lg {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/sprites/ic_number.svg");
  background-repeat: no-repeat;
  background-position: -210px 0;
  background-size: 270px 30px;
}

.ic-num-08-xl {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../images/sprites/ic_number.svg");
  background-repeat: no-repeat;
  background-position: -280px 0;
  background-size: 360px 40px;
}

.ic-num-09-sm {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../images/sprites/ic_number.svg");
  background-repeat: no-repeat;
  background-position: -120px 0;
  background-size: 135px 15px;
}

.ic-num-09-lg {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/sprites/ic_number.svg");
  background-repeat: no-repeat;
  background-position: -240px 0;
  background-size: 270px 30px;
}

.ic-num-09-xl {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../images/sprites/ic_number.svg");
  background-repeat: no-repeat;
  background-position: -320px 0;
  background-size: 360px 40px;
}

.ic-report-low {
  display: inline-block;
  width: 90px;
  height: 90px;
  background-image: url("../images/sprites/ic_report.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 450px 90px;
}

.ic-report-slight-low {
  display: inline-block;
  width: 90px;
  height: 90px;
  background-image: url("../images/sprites/ic_report.svg");
  background-repeat: no-repeat;
  background-position: -90px 0;
  background-size: 450px 90px;
}

.ic-report-normal {
  display: inline-block;
  width: 90px;
  height: 90px;
  background-image: url("../images/sprites/ic_report.svg");
  background-repeat: no-repeat;
  background-position: -180px 0;
  background-size: 450px 90px;
}

.ic-report-slight-high {
  display: inline-block;
  width: 90px;
  height: 90px;
  background-image: url("../images/sprites/ic_report.svg");
  background-repeat: no-repeat;
  background-position: -270px 0;
  background-size: 450px 90px;
}

.ic-report-high {
  display: inline-block;
  width: 90px;
  height: 90px;
  background-image: url("../images/sprites/ic_report.svg");
  background-repeat: no-repeat;
  background-position: -360px 0;
  background-size: 450px 90px;
}

.ic-report-low-sm {
  display: inline-block;
  width: 67.5px;
  height: 67.5px;
  background-image: url("../images/sprites/ic_report.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 337.5px 67.5px;
}

.ic-report-low-lg {
  display: inline-block;
  width: 135px;
  height: 135px;
  background-image: url("../images/sprites/ic_report.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 675px 135px;
}

.ic-report-low-xl {
  display: inline-block;
  width: 180px;
  height: 180px;
  background-image: url("../images/sprites/ic_report.svg");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 900px 180px;
}

.ic-report-slight-low-sm {
  display: inline-block;
  width: 67.5px;
  height: 67.5px;
  background-image: url("../images/sprites/ic_report.svg");
  background-repeat: no-repeat;
  background-position: -67.5px 0;
  background-size: 337.5px 67.5px;
}

.ic-report-slight-low-lg {
  display: inline-block;
  width: 135px;
  height: 135px;
  background-image: url("../images/sprites/ic_report.svg");
  background-repeat: no-repeat;
  background-position: -135px 0;
  background-size: 675px 135px;
}

.ic-report-slight-low-xl {
  display: inline-block;
  width: 180px;
  height: 180px;
  background-image: url("../images/sprites/ic_report.svg");
  background-repeat: no-repeat;
  background-position: -180px 0;
  background-size: 900px 180px;
}

.ic-report-normal-sm {
  display: inline-block;
  width: 67.5px;
  height: 67.5px;
  background-image: url("../images/sprites/ic_report.svg");
  background-repeat: no-repeat;
  background-position: -135px 0;
  background-size: 337.5px 67.5px;
}

.ic-report-normal-lg {
  display: inline-block;
  width: 135px;
  height: 135px;
  background-image: url("../images/sprites/ic_report.svg");
  background-repeat: no-repeat;
  background-position: -270px 0;
  background-size: 675px 135px;
}

.ic-report-normal-xl {
  display: inline-block;
  width: 180px;
  height: 180px;
  background-image: url("../images/sprites/ic_report.svg");
  background-repeat: no-repeat;
  background-position: -360px 0;
  background-size: 900px 180px;
}

.ic-report-slight-high-sm {
  display: inline-block;
  width: 67.5px;
  height: 67.5px;
  background-image: url("../images/sprites/ic_report.svg");
  background-repeat: no-repeat;
  background-position: -202.5px 0;
  background-size: 337.5px 67.5px;
}

.ic-report-slight-high-lg {
  display: inline-block;
  width: 135px;
  height: 135px;
  background-image: url("../images/sprites/ic_report.svg");
  background-repeat: no-repeat;
  background-position: -405px 0;
  background-size: 675px 135px;
}

.ic-report-slight-high-xl {
  display: inline-block;
  width: 180px;
  height: 180px;
  background-image: url("../images/sprites/ic_report.svg");
  background-repeat: no-repeat;
  background-position: -540px 0;
  background-size: 900px 180px;
}

.ic-report-high-sm {
  display: inline-block;
  width: 67.5px;
  height: 67.5px;
  background-image: url("../images/sprites/ic_report.svg");
  background-repeat: no-repeat;
  background-position: -270px 0;
  background-size: 337.5px 67.5px;
}

.ic-report-high-lg {
  display: inline-block;
  width: 135px;
  height: 135px;
  background-image: url("../images/sprites/ic_report.svg");
  background-repeat: no-repeat;
  background-position: -540px 0;
  background-size: 675px 135px;
}

.ic-report-high-xl {
  display: inline-block;
  width: 180px;
  height: 180px;
  background-image: url("../images/sprites/ic_report.svg");
  background-repeat: no-repeat;
  background-position: -720px 0;
  background-size: 900px 180px;
}

:root {
  --swiper-theme-color: #4EA4FF;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-width: 10px;
  --swiper-pagination-bullet-height: 10px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 0.4;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
}

.swiper-pagination {
  position: absolute;
  text-align: right;
  padding-right: 15px;
  box-sizing: border-box;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  top: 15px !important;
  bottom: auto !important;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #fff);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.6);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
.tables {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border: 1px solid #E6E6E6;
  border-top: 2px solid #000;
  width: 100%;
  color: #666;
}
.tables th, .tables td {
  padding: 10px 10px;
  border: 1px solid #E6E6E6;
  vertical-align: middle;
  color: #000;
  text-align: center;
}
.tables td {
  color: #666;
}
.tables th {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
.tables.agree-tables {
  margin: var(--padding) 0 var(--lg-padding);
}
.tables.agree-tables th, .tables.agree-tables td {
  padding: 8px 4px !important;
  letter-spacing: -1px !important;
}
.tables.agree-tables th {
  font-size: 13px !important;
}

.agree-wrap {
  background-color: #fff;
  padding: var(--padding) 0 60px 0;
  line-height: 1.8;
}
.agree-wrap h1 {
  font-size: 1.5rem;
  font-weight: 500;
}
.agree-wrap h3 {
  font-size: 1.2rem;
  font-weight: 500;
}
.agree-wrap h3.txt-flex {
  display: flex;
  gap: 4px;
}
.agree-wrap article {
  margin: 20px 0;
}
.agree-wrap ul, .agree-wrap ol {
  margin-left: 15px;
}
.agree-wrap .txt-center {
  text-align: center;
}
.agree-wrap .txt-left {
  text-align: left;
}
.agree-wrap .notice-line {
  border: 1px solid #555;
  padding: 6px;
  margin: var(--sm-padding) 0;
}
.agree-wrap .tables {
  border-collapse: collapse;
  border: 1px solid #666;
}
.agree-wrap .tables th, .agree-wrap .tables td {
  border: 1px solid #666;
}
.agree-wrap .tables th {
  padding: 3px 0px !important;
}
.agree-wrap em {
  font-size: 1.2em !important;
  font-weight: bold !important;
}
.agree-wrap .under {
  text-decoration: underline;
}
.agree-wrap .img-privacy-s {
  width: 32px;
  height: 32px;
}
.agree-wrap .img-privacy-l {
  width: 64px;
  height: 64px;
}

.iframe-wrap {
  margin: 20px 0 15px 0;
  overflow: hidden;
  overflow-x: none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.iframe-wrap .agree-text {
  width: 100%;
  height: 60vh;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.calc-table {
  border-collapse: collapse;
  border: none;
  max-width: 580px;
  margin: 0 auto;
}
.calc-table .line-data {
  border-top: 1px solid #333;
}
.calc-table td, .calc-table th {
  vertical-align: middle;
  padding: 5px;
  text-align: center;
}

input {
  appearance: none;
  box-sizing: border-box;
  outline: none;
  border: none;
  font: var(--text-sm);
}

input[type=checkbox] {
  background-clip: content-box;
  padding: 0.25em;
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
}
input[type=checkbox]::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  -webkit-mask-image: url(../images/icons/chekbox.svg);
  mask-image: url(../images/icons/chekbox.svg);
  -webkit-mask-size: 18px;
  mask-size: 18px;
  background-color: var(--color-bg-item);
  margin-top: -2px;
}
input[type=checkbox]:checked::before {
  background-color: var(--primary);
}

.input-wrap {
  display: flex;
  flex-flow: row nowrap;
  gap: 10px;
  padding: 32px 0 0 0;
  position: relative;
}
.input-wrap .input-inner {
  display: flex;
  flex-flow: row nowrap;
  gap: 8px;
  flex-direction: row;
}
.input-wrap .input-inner .input-field.tel {
  max-width: 180px;
  min-width: 140px;
}
.input-wrap.col {
  flex-direction: column;
  gap: 0;
}
.input-wrap.col .input-wrap .label {
  flex-basis: 100%;
  flex: 1 1 100%;
  width: 100%;
}

label.chk-wrap {
  display: flex;
  flex-flow: row nowrap;
  gap: 8px;
  align-items: center;
}
label.chk-wrap .title {
  font: var(--text-sm);
}

input[type=text],
input[type=password] {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  padding: 0 40px 0 8px;
  background-color: transparent;
  border-bottom: 1px solid var(--color-text-light-gray);
  color: var(--color-text-black);
  transition: border-color 0.3s ease;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type=text]::placeholder,
input[type=password]::placeholder {
  color: var(--color-text-light-gray);
}
input[type=text]:focus,
input[type=password]:focus {
  outline: none;
  border-color: var(--primary);
}

.input-field {
  position: relative;
  width: 100%;
}
.input-field.active input[type=text] {
  border-color: var(--primary);
  -webkit-appearance: none;
}
.input-field.error input[type=text],
.input-field.error input[type=password] {
  border-bottom-color: #ff4444;
  -webkit-appearance: none;
}
.input-field.password input[type=password] {
  color: var(--color-text-black);
  font-size: var(--text-xl-size);
  cursor: default;
  padding: 0 8px;
  -webkit-appearance: none;
}
.input-field.password::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 35px;
  right: 8px;
  height: 10px;
  transform: translateY(-50%);
  background-image: radial-gradient(circle, var(--color-text-light-gray) 4px, transparent 4px);
  background-size: 16.6666666667% 10px;
  background-repeat: repeat-x;
  background-position: 0 center;
  pointer-events: none;
}
.input-field.password:has(input[type=password]:read-only)::after {
  display: none;
}

.input-clear {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: #D9D9D9;
  border: none;
  font-size: 24px;
  line-height: 0.7;
  color: var(--color-text-white);
  cursor: pointer;
  padding: 0;
  transition: color 0.2s ease;
}
.input-clear:hover {
  color: var(--color-text-black);
}

.input-timer {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font: var(--text-xs);
  color: var(--color-text-gray);
  font-weight: 500;
  pointer-events: none;
}
.input-timer.warning {
  color: var(--color-status-warning);
  animation: timerBlink 1s infinite;
}

@keyframes timerBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
.confirm {
  display: none;
  width: calc(100% - 48px);
  height: 50px;
  border-radius: var(--sm-radius);
  padding: var(--sm-padding);
  background-color: rgba(0, 0, 0, 0.7);
  color: var(--color-text-white);
  font: var(--text-sm);
  line-height: 1;
  text-align: center;
  position: fixed;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.confirm.active {
  display: block;
}

.label {
  display: block;
  font: var(--text-xs);
  color: var(--color-text-gray);
}

.form-wrap {
  padding: 0 0 120px 0;
}
.form-wrap h3.title {
  font: var(--text-xl-bold);
}

.select-box {
  position: relative;
  width: 100%;
}
.select-box .select-trigger {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-items: center;
  height: 50px;
  padding: 0 8px;
  border-bottom: 1px solid var(--color-text-light-gray);
  cursor: pointer;
  transition: border-color 0.3s ease;
}
.select-box .select-trigger .placeholder {
  font: var(--text-sm);
  color: var(--color-text-light-gray);
}
.select-box .select-trigger .placeholder.selected {
  color: var(--color-text-black);
}
.select-box .select-trigger:hover {
  border-color: var(--primary);
}
.select-box .options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--color-bg-white);
  border-radius: var(--sm-radius);
  box-shadow: var(--shadow-box);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 100;
  margin-top: 4px;
}
.select-box .options li {
  padding: var(--sm-padding);
  cursor: pointer;
  font: var(--text-sm);
  transition: background-color 0.1s ease;
}
.select-box .options.id-check li {
  padding: 10px 16px 10px 16px;
  cursor: pointer;
  font: var(--text-sm);
  transition: background-color 0.2s ease;
}
.select-box .options li:hover {
  background-color: var(--bg-menu);
}
.select-box .options li.selected {
  background-color: var(--primary-light);
  color: var(--primary);
  font-weight: var(--font-bold);
}
.select-box.active .select-trigger {
  border-color: var(--primary);
}
.select-box.active .options {
  max-height: 156px;
  opacity: 1;
  overflow-y: auto;
  padding-right: 4px;
}
.select-box.active .options::-webkit-scrollbar {
  width: 4px;
}
.select-box.active .options::-webkit-scrollbar-track {
  background-color: transparent;
  margin: 8px 0;
}
.select-box.active .options::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 10px;
}
.select-box.active .options::-webkit-scrollbar-thumb:hover {
  background-color: var(--primary-dark);
}

.toggle-wrap {
  display: flex;
  flex-flow: row nowrap;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.toggle-wrap input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.toggle-wrap input[type=checkbox]:focus + .toggle-slider {
  box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.2);
}
.toggle-wrap .toggle-slider {
  position: relative;
  display: inline-block;
  width: var(--toggle-width);
  height: var(--toggle-height);
  background-color: var(--toggle-bg-off);
  border-radius: calc(var(--toggle-height) / 2);
  transition: var(--toggle-transition);
  flex-shrink: 0;
}
.toggle-wrap .toggle-slider::before {
  content: "";
  position: absolute;
  top: var(--toggle-padding);
  left: var(--toggle-padding);
  width: var(--toggle-knob-size);
  height: var(--toggle-knob-size);
  background-color: var(--toggle-knob-color);
  border-radius: 50%;
  transition: var(--toggle-transition);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.toggle-wrap input[type=checkbox]:checked + .toggle-slider {
  background-color: var(--primary);
}
.toggle-wrap input[type=checkbox]:checked + .toggle-slider::before {
  transform: translateX(calc(var(--toggle-width) - var(--toggle-knob-size) - var(--toggle-padding) * 2));
}
.toggle-wrap input[type=checkbox]:disabled + .toggle-slider {
  opacity: 0.5;
  cursor: not-allowed;
}
.toggle-wrap:has(input:disabled) {
  cursor: not-allowed;
}
.toggle-wrap .toggle-label {
  font: var(--text-sm);
  color: var(--color-text-black);
}
.toggle-wrap.toggle--success input[type=checkbox]:checked + .toggle-slider {
  background-color: var(--toggle-bg-success);
}
.toggle-wrap.toggle--warning input[type=checkbox]:checked + .toggle-slider {
  background-color: var(--toggle-bg-warning);
}

.popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2007 !important;
  overflow: hidden;
  animation: fadeIn 0.3s ease;
}
.popup-wrapper.bottom-align {
  align-items: flex-end;
}

.popup-container, .popup-sheet-agree, .popup-sheet-ad, .popup-bottom-sheet, .popup-confirm, .popup-alert {
  background: var(--color-bg-white);
  border-radius: var(--def-radius);
  width: 90%;
  max-width: 500px;
  max-height: 70vh;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-box);
  overflow: hidden;
  animation: fadeIn 0.3s ease, scaleIn 0.3s ease;
}

.popup-bottom-sheet {
  width: 100%;
  max-width: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: var(--def-radius);
  border-top-right-radius: var(--def-radius);
  animation: slideUp 0.3s ease;
}
.popup-bottom-sheet .popup-content .popup-title {
  text-align: left;
}
.popup-bottom-sheet .popup-content .popup-message {
  text-align: left;
}

.popup-content {
  padding: var(--def-padding) var(--def-padding) 0 var(--def-padding);
  overflow-y: auto;
  flex: 1;
}
.popup-content .popup-title {
  font: var(--text-lg-bold);
  padding: var(--padding) 0;
  color: var(--color-text-black);
  text-align: center;
}
.popup-content .popup-message {
  font: var(--text-sm);
  color: var(--color-text-gray);
  line-height: 1.6;
  text-align: center;
}

.popup-buttons {
  padding: var(--sm-padding) var(--def-padding);
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.popup-buttons.single-button {
  justify-content: center;
}
.popup-buttons.single-button button {
  flex: 0 0 auto;
  min-width: 200px;
}
.popup-buttons:not(.single-button) button {
  flex: 1;
}
.popup-buttons button {
  height: 50px;
  border-radius: var(--sm-radius);
  font: var(--text-md-bold);
  border: none;
  cursor: pointer;
  transition: all 0.2s;
}
.popup-buttons button:hover {
  filter: contrast(1.2);
}

.popup-sheet-ad {
  width: 100%;
  max-width: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: var(--def-radius);
  border-top-right-radius: var(--def-radius);
  animation: slideUp 0.3s ease;
  padding: 0;
}
.popup-sheet-ad .popup-ad-content {
  flex: 1;
  overflow-y: auto;
}
.popup-sheet-ad .popup-ad-content img {
  width: 100%;
  height: auto;
  display: block;
}
.popup-sheet-ad .popup-ad-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 var(--padding);
  background: var(--color-bg-white);
  border-top: 1px solid var(--color-bg-line);
  flex-shrink: 0;
}
.popup-sheet-ad .popup-ad-buttons .btn-do-not-show {
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: none;
  font: var(--text-sm);
  color: var(--color-text-gray);
  cursor: pointer;
  padding: 8px;
}
.popup-sheet-ad .popup-ad-buttons .btn-do-not-show .checkbox-do-not-show {
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  appearance: none;
  transition: all 0.2s;
}
.popup-sheet-ad .popup-ad-buttons .btn-do-not-show span {
  user-select: none;
}
.popup-sheet-ad .popup-ad-buttons .btn-do-not-show:hover {
  color: var(--color-text-black);
}
.popup-sheet-ad .popup-ad-buttons .btn-close {
  background: transparent;
  border: none;
  font: var(--text-sm);
  color: var(--color-text-gray);
  cursor: pointer;
  padding: 8px 16px;
  text-align: right;
}
.popup-sheet-ad .popup-ad-buttons .btn-close:hover {
  color: var(--color-text-black);
}
.popup-sheet-ad .popup-ad-buttons button {
  font: var(--text-xs);
}
.popup-sheet-ad .popup-ad-buttons button:hover {
  filter: grayscale(20%);
}

.popup-sheet-agree {
  width: 100%;
  max-width: 100%;
  max-height: 80vh;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: var(--def-radius);
  border-top-right-radius: var(--def-radius);
  animation: slideUp 0.3s ease;
  padding: 0;
}
.popup-sheet-agree .popup-agree-header {
  padding: var(--def-padding) var(--def-padding) 0;
  flex-shrink: 0;
}
.popup-sheet-agree .popup-agree-header .popup-title {
  font: var(--text-lg-bold);
  color: var(--color-text-black);
  text-align: left;
  margin: 0;
}
.popup-sheet-agree .popup-agree-select {
  position: relative;
  padding: var(--sm-padding) var(--def-padding);
  flex-shrink: 0;
}
.popup-sheet-agree .popup-agree-select select {
  width: 100%;
  height: 50px;
  padding: 0 40px 0 var(--sm-padding);
  border: 1px solid var(--color-bg-line);
  border-radius: var(--sm-radius);
  font: var(--text-sm);
  color: var(--color-text-black);
  background: var(--color-bg-white);
  appearance: none;
  cursor: pointer;
}
.popup-sheet-agree .popup-agree-select select:focus {
  outline: none;
  border-color: var(--primary);
}
.popup-sheet-agree .popup-agree-select i {
  position: absolute;
  right: calc(var(--def-padding) + 12px);
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.popup-sheet-agree .popup-agree-content {
  flex: 1;
  overflow-y: auto;
  padding: 0 var(--def-padding);
}
.popup-sheet-agree .popup-agree-content .agree-iframe {
  width: 100%;
  min-height: 400px;
  border: none;
  display: block;
}
.popup-sheet-agree .popup-agree-content .agree-html-content {
  font: var(--text-sm);
  color: var(--color-text-black);
  line-height: 1.8;
}
.popup-sheet-agree .popup-agree-content .agree-html-content h1, .popup-sheet-agree .popup-agree-content .agree-html-content h2, .popup-sheet-agree .popup-agree-content .agree-html-content h3, .popup-sheet-agree .popup-agree-content .agree-html-content h4, .popup-sheet-agree .popup-agree-content .agree-html-content h5, .popup-sheet-agree .popup-agree-content .agree-html-content h6 {
  margin: 20px 0 10px;
  font-weight: var(--font-bold);
}
.popup-sheet-agree .popup-agree-content .agree-html-content p {
  margin: 10px 0;
}
.popup-sheet-agree .popup-agree-content .agree-html-content ul, .popup-sheet-agree .popup-agree-content .agree-html-content ol {
  margin: 10px 0;
  padding-left: 20px;
}
.popup-sheet-agree .popup-agree-buttons {
  padding: var(--def-padding);
  flex-shrink: 0;
  background: var(--color-bg-white);
}
.popup-sheet-agree .popup-agree-buttons button {
  width: 100%;
  height: 50px;
  border-radius: var(--sm-radius);
  font: var(--text-md-bold);
  border: none;
  cursor: pointer;
}
.popup-sheet-agree .popup-agree-buttons button.btn-def {
  background: var(--btn-def-bg);
  color: var(--btn-def-txt);
}
.popup-sheet-agree .popup-agree-buttons button.btn-def:hover {
  filter: contrast(1.2);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}
@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
.popup-content::-webkit-scrollbar,
.popup-ad-content::-webkit-scrollbar,
.popup-agree-content::-webkit-scrollbar {
  width: 4px;
}
.popup-content::-webkit-scrollbar-track,
.popup-ad-content::-webkit-scrollbar-track,
.popup-agree-content::-webkit-scrollbar-track {
  background: transparent;
}
.popup-content::-webkit-scrollbar-thumb,
.popup-ad-content::-webkit-scrollbar-thumb,
.popup-agree-content::-webkit-scrollbar-thumb {
  background: var(--color-bg-line);
  border-radius: 2px;
}
.popup-content::-webkit-scrollbar-thumb:hover,
.popup-ad-content::-webkit-scrollbar-thumb:hover,
.popup-agree-content::-webkit-scrollbar-thumb:hover {
  background: var(--color-text-light-gray);
}

.wrapper {
  display: flex;
  flex-flow: column wrap;
  align-items: stretch;
  gap: 20px;
  padding: var(--def-padding) var(--def-padding) 0;
  box-sizing: border-box;
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
}

section > h2 {
  display: none;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
  text-indent: -9999px;
}

.title-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-items: center;
  margin-bottom: 16px;
  gap: 8px;
}
.title-wrap > h4 {
  margin-right: auto;
}

.nav-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 76px;
  background-color: var(--color-bg-white);
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  box-shadow: var(--shadow-box-nav);
  z-index: 1999;
  /* Safe Area 대응 */
  padding-bottom: env(safe-area-inset-bottom, 0px);
  height: calc(76px + env(safe-area-inset-bottom, 0px));
  /* WebView에서도 작동하도록 min-height 추가 */
  min-height: calc(76px + env(safe-area-inset-bottom, 0px));
  /* iOS 웹뷰 스크롤 시 fixed 요소 흔들림 방지 */
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.nav-wrap > ul {
  width: 100%;
  height: 100%;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  place-items: center;
}
.nav-wrap > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font: var(--text-xs);
  color: var(--color-text-light-gray);
}
.nav-wrap > ul > li > a.active i {
  filter: brightness(50%);
}
.nav-wrap > ul > li > a.active p {
  color: var(--color-text-navy);
}

.card-wrap {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-flow: column wrap;
  align-items: stretch;
  gap: var(--sm-padding);
}
.card-wrap .card, .card-wrap .card-none, .card-wrap .card-small, .card-wrap .card-list, .card-wrap .card-primary, .card-wrap .card-white {
  padding: var(--sm-padding);
  box-sizing: border-box;
  border-radius: var(--def-radius);
  box-shadow: var(--shadow-box);
}
.card-wrap .card-white {
  background-color: var(--color-text-white);
}
.card-wrap .card-primary {
  background-color: var(--primary);
}
.card-wrap .card-list {
  padding: 0;
}
.card-wrap .card-list.bg-blue > ul, .card-wrap .card-list.bg-red > ul {
  border: none;
}
.card-wrap .card-list > ul {
  display: flex;
  flex-flow: row nowrap;
  gap: 8px;
  border-bottom: 1px solid #e1e1e1;
  padding: var(--sm-padding);
}
.card-wrap .card-list > ul:nth-last-of-type(1) {
  border-bottom: none;
}
.card-wrap .card-small {
  background-color: var(--color-text-white);
}
.card-wrap .card-small > ul {
  display: flex;
  flex-flow: row nowrap;
  gap: 16px;
  align-items: center;
}
.card-wrap .card-small > ul > li:first-child {
  flex-shrink: 0;
}
.card-wrap .card-small > ul > li:last-child {
  flex: 1;
  min-width: 0;
  vertical-align: middle;
}
.card-wrap .card-small .info-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 8px;
}
.card-wrap .card-small .info-wrap > li:first-child {
  margin-right: auto;
}
.card-wrap .card-small .info-wrap h5.title {
  font: var(--text-lg-extrabold);
}
.card-wrap .card-small .info-wrap span.tel-info {
  font: var(--text-xs);
}
.card-wrap .card-small .info-wrap i.ic-default-next {
  margin-right: -8px;
}
.card-wrap .card-none {
  box-shadow: none;
}
.card-wrap .card-news-detail {
  display: flex;
  flex-flow: column wrap;
  align-items: stretch;
  gap: 16px;
}
.card-wrap .card-news-detail img {
  width: 100%;
  border-radius: var(--def-radius);
}

.txt-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px !important;
}
.txt-list > li > h4 {
  font: var(--text-xs-bold);
}
.txt-list > li > p {
  font: var(--text-xs);
}

.btn {
  border-radius: var(--sm-radius);
}

.main {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 130px;
}
.main .wrapper.recent {
  gap: 0;
}
.main .wrapper.link-wrap {
  padding-top: 20px;
}
.main .week-wrap {
  gap: 10px !important;
}
.main .row > * {
  flex: 1 1 auto;
  height: 120px;
}
.main .row > * > ul > li:nth-child(2) {
  margin: var(--padding) 0 4px 0;
}
.main .row > * > ul > li:last-child p {
  font: var(--text-xs);
  line-height: 1;
}
.main .row > * > ul > li:last-child p i.ic-default-next-sm {
  vertical-align: middle;
  filter: contrast(200%);
  margin-top: -2px;
}
.main .row .card-primary h6 {
  font: var(--text-sm-bold);
  color: var(--color-bg-white);
  line-height: 1;
}
.main .row .card-primary > ul > li:last-child a {
  display: block;
  padding-top: 4px;
}
.main .row .card-white.app {
  max-width: 130px;
}
.main .row .card-white.app > ul > li .ic-menu-message {
  margin-top: 10px;
}
.main header {
  padding: var(--sm-padding) var(--def-padding) 0;
}
.main header ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.main header ul li h1 {
  font: var(--text-lg-extrabold);
  color: var(--color-text-white);
}
.main .bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 136px;
  background: var(--gradient);
  width: 100%;
  border-radius: 0 0 30px 30px;
  z-index: -1;
}
.main .member-profile {
  font: var(--text-xs);
  color: var(--color-text-white);
  background-color: var(--primary);
  padding: 2px;
  border: 2px solid var(--primary);
  border-radius: var(--sm-radius);
  display: flex;
  flex-flow: row nowrap;
  gap: auto;
  align-items: center;
  gap: 5px;
}
.main .member-profile span.member-name {
  display: none;
}
.main .member-profile.active {
  padding-right: 8px;
}
.main .member-profile.active span.member-name {
  display: block;
  display: flex;
  flex-flow: row nowrap;
  gap: 0;
}
.main .member-profile.active span.member-name strong {
  display: block;
  max-width: 45px;
  font-weight: var(--font-bold);
  overflow: hidden;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main ul.timeline-list {
  align-items: center;
  gap: var(--sm-padding);
}
.main ul.timeline-list h5.title {
  font: var(--text-md-bold);
}
.main ul.timeline-list .info-wrap > li:first-child {
  height: auto;
}
.main ul.timeline-list .info-wrap .detail-info {
  padding-bottom: 0;
}

.slide-wrap {
  width: 100%;
  overflow: hidden;
  padding-left: var(--lg-padding);
  padding-right: var(--lg-padding);
  box-sizing: border-box;
}
.slide-wrap .swiper {
  overflow: visible;
  touch-action: pan-y;
}
.slide-wrap .swiper-wrapper {
  display: flex;
}
.slide-wrap .swiper-slide {
  flex-shrink: 0;
  pointer-events: auto;
}
.slide-wrap img {
  width: 100%;
  height: auto;
  border-radius: var(--def-radius);
  display: block;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}
.slide-wrap.product .swiper-slide i {
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
}
.slide-wrap.product .swiper-slide i.active {
  box-shadow: 0 0 0 2px var(--primary) inset;
}
.slide-wrap.product .swiper-slide p {
  margin-top: var(--sm-padding);
  text-align: center;
}

.card-wrap {
  gap: 16px;
}

.card-white.week {
  padding-top: 8px;
}
.card-white.week .title-wrap {
  padding-bottom: 8px;
  margin-bottom: 4px;
}
.card-white.week .title-wrap .ic-main-title-item-0 {
  margin-top: -4px;
  vertical-align: middle;
}
.card-white.week .info-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  text-align: center;
  position: relative;
}
.card-white.week .info-wrap h5 {
  font: var(--text-xs);
  color: var(--color-text-navy);
  margin-bottom: 8px;
}
.card-white.week .info-wrap h6 {
  font: var(--text-md-bold);
  color: var(--primary);
}
.card-white.week .info-wrap > li:first-child::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: var(--primary-sub);
  left: 50%;
  top: 0;
}
.card-white.link {
  display: flex;
  flex-flow: column wrap;
  align-items: stretch;
  gap: 20px !important;
  box-shadow: none;
  border: 1px solid #F2F2F2;
}
.card-white.link .icons-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.card-white.link .icons-wrap > li a > ul.txt-center li:first-child {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto 8px;
  background-color: var(--bg-menu);
  border-radius: 20px;
  box-sizing: border-box;
  padding-top: 8px;
}
.card-white.link .spam-link {
  display: block;
  width: 100%;
  background-color: var(--bg-menu);
  border: 1px solid #e3ecff;
  border-radius: var(--sm-radius);
  box-sizing: border-box;
  padding: var(--padding) var(--sm-padding);
}
.card-white.link .spam-link > li > a {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  font: var(--font-md-bold);
}
.card-white.link .spam-link > li > a span {
  width: calc(100% - 64px);
  text-indent: 10px;
}
.card-white.timeline-all {
  position: relative;
  padding-bottom: 32px;
  gap: 16px;
}
.card-white.timeline-all h5.title {
  font: var(--text-sm-bold);
}
.card-white.timeline-all .detail-info {
  margin-top: 8px;
  margin-bottom: 8px;
  max-height: 50px;
  overflow: hidden;
  font: var(--text-xs);
  word-break: break-all;
}
.card-white.timeline-all.active .detail-info {
  max-height: none;
  text-overflow: clip;
  -webkit-line-clamp: 1000;
}
.card-white.timeline-all.shorts {
  padding-bottom: var(--sm-padding);
}
.card-white.timeline-all.shorts .btn-wrap {
  display: none;
}
.card-white.timeline-all .btn-wrap {
  position: absolute;
  width: 100%;
  height: 40px;
  left: 0;
  bottom: 0;
}
.card-white.timeline-all .btn-wrap > button {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: white;
  border-top: 1px solid var(--color-bg-background);
}

.ic-profile {
  width: 24px;
  height: 24px;
  display: block;
  background-image: url("../images/icons/profile.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  overflow: hidden;
  border-radius: 50%;
}

.timeline-list {
  display: flex;
  flex-flow: row nowrap;
  gap: 0px;
  align-items: flex-start;
}
.timeline-list > li:last-child {
  flex: 1;
}
.timeline-list .info-wrap {
  padding-left: var(--padding);
  box-sizing: border-box;
}
.timeline-list .info-wrap > li:first-child {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-items: center;
  height: 42px;
}
.timeline-list .info-wrap h5.title {
  font: var(--text-sm-bold);
  line-height: 1;
}
.timeline-list .info-wrap .gray-box {
  background-color: var(--color-bg-background);
  font: var(--text-xs-bold);
  color: var(--color-text-navy);
  padding: var(--padding) var(--sm-padding);
  margin-top: var(--padding);
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-flow: row nowrap;
  gap: 10px;
  overflow: hidden;
}
.timeline-list .info-wrap .gray-box .keyword {
  flex-shrink: 0;
  white-space: nowrap;
}
.timeline-list .info-wrap .gray-box .detail-txt {
  color: var(--color-status-warning);
  flex: 1;
  min-width: 0;
  word-break: break-all;
  overflow-wrap: break-word;
  white-space: normal;
}
.timeline-list .info-wrap p.detail-info {
  margin-top: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  color: var(--color-text-gray);
  font: var(--text-xs);
  word-break: break-all;
}
.timeline-list .info-wrap p.detail-info strong {
  color: var(--color-status-warning);
  font-weight: var(--font-bold);
  word-break: break-all;
}
.timeline-list .info-wrap .like-wrap {
  margin: 10px 0;
  display: flex;
  flex-flow: row nowrap;
  gap: 8px;
}
.timeline-list .info-wrap .like-wrap i {
  vertical-align: middle;
}
.timeline-list .info-wrap .like-wrap > li {
  position: relative;
  padding: 0 var(--sm-padding) 0 0;
}
.timeline-list .info-wrap .like-wrap > li:first-child::after {
  content: "";
  display: block;
  width: 1px;
  height: 60%;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color-bg-line);
}
.timeline-list.recent {
  padding: var(--sm-padding) 0;
  border-bottom: 1px solid #e1e1e1;
}
.timeline-list.recent h4 {
  line-height: 40px;
}

.intro-wrap {
  position: relative;
  padding-bottom: var(--nav-bottom);
  min-height: 100vh;
}
.intro-wrap img {
  width: auto;
  max-height: 320px;
}
.intro-wrap h3 {
  font: var(--text-lg-bold);
}
.intro-wrap h4 {
  font: var(--text-lg);
  margin: var(--sm-padding) 0;
  color: var(--color-text-gray);
}
.intro-wrap .btn-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
}

.fixed-bottom {
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  bottom: 0vh;
  padding: var(--def-padding);
  left: 0;
  z-index: 99;
  background: linear-gradient(0deg, #F6F7F9 77.88%, rgba(246, 247, 249, 0) 100%);
}
.fixed-bottom .input-wrap.col {
  gap: 10px;
}

.fixed-call {
  box-sizing: border-box;
  position: fixed;
  height: 72px;
  width: 100%;
  bottom: 0vh;
  padding: var(--sm-padding) var(--def-padding);
  left: 0;
  z-index: 99;
  background: var(--primary);
  border-radius: 20px 20px 0 0;
}
.fixed-call > a {
  display: block;
}
.fixed-call > a ul.tel-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-items: center;
  color: var(--color-text-white);
  line-height: 1;
}

.more {
  padding-bottom: var(--nav-bottom);
}
.more .member-profile {
  font: var(--text-sm);
  padding: 2px;
  display: flex;
  flex-flow: row nowrap;
  gap: auto;
  align-items: center;
  gap: 8px;
}
.more .card-wrap {
  gap: 0px;
}
.more h3.card-title {
  box-sizing: border-box;
  height: 40px;
  color: var(--color-text-gray);
  text-indent: var(--padding);
  font: var(--text-xs);
  line-height: 40px;
}
.more .card-white > ul > li {
  padding: 4px 0;
}
.more .card-white > ul > li:last-child {
  margin: 0;
}
.more-list {
  display: flex;
  flex-flow: row nowrap;
  gap: auto;
  align-items: center;
  width: 100%;
  gap: 12px;
}
.more-list a {
  display: block;
}
.more-list > li {
  padding: 0;
}
.more-list > li:first-child {
  flex-shrink: 0;
}
.more-list > li.title {
  font: var(--text-md-bold);
  flex: 1;
  min-width: 0;
  line-height: 1.5;
}
.more-list > li:last-child {
  flex-shrink: 0;
  align-items: center;
}
.more-list > li:last-child i.ic-default-next {
  margin-right: -8px;
}

.product-slide {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 10px var(--def-padding);
  box-sizing: border-box;
}
.product-slide::-webkit-scrollbar {
  display: none;
}

.product-item {
  flex: 0 0 auto;
  width: calc(23.8095238095% - 8px);
  min-width: 70px;
  min-height: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px;
  border: none;
  background: none;
  cursor: pointer;
  border-radius: 8px;
  transition: background-color 0.2s;
}
.product-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.product-item i {
  width: 70px;
  height: 70px;
  display: inline-block;
  border-radius: 50%;
  box-sizing: border-box;
}
.product-item i.active {
  box-shadow: 0 0 0 3px var(--primary) inset;
}
.product-item span {
  font-size: 14px;
  white-space: nowrap;
  line-height: 1;
}

.info-view {
  display: none;
}
.info-view.active {
  display: block;
}
.info-view .reference-mark {
  margin-top: var(--def-padding);
}

.product-info {
  padding-bottom: var(--nav-bottom);
}
.product-info.wrapper {
  gap: 0;
}
.product-info .title-wrap {
  margin: var(--sm-padding) 0 0;
}
.product-info .join-info {
  padding: var(--def-padding);
}
.product-info .join-info p {
  text-align: center;
  font: var(--text-md);
  line-height: 1.5;
}
.product-info .join-info p > span {
  color: var(--primary);
}
.product-info .num-list {
  display: flex;
  flex-flow: column wrap;
  align-items: stretch;
  gap: var(--sm-padding);
  padding: var(--def-padding);
}
.product-info .num-list > p {
  display: flex;
  flex-flow: row nowrap;
  gap: 8px;
  align-items: center;
  font: var(--text-md);
}
.product-info .comp-list {
  display: flex;
  flex-flow: row nowrap;
  gap: 16px;
}
.product-info .comp-list h5 {
  font: var(--text-sm-bold);
}
.product-info .comp-list p {
  padding-top: var(--padding);
  line-height: 1.5;
}
.product-info .comp-list p > span {
  color: var(--primary);
  font-weight: var(--font-bold);
}
.product-info .card-white.comp {
  padding: var(--def-padding);
  display: flex;
  flex-flow: column wrap;
  align-items: stretch;
  gap: var(--def-padding);
}

.service-info,
.benefit-info,
.event-info {
  padding-bottom: var(--nav-bottom);
}
.service-info .svc-list,
.benefit-info .svc-list,
.event-info .svc-list {
  display: flex;
  flex-flow: row nowrap;
  gap: 8px;
}
.service-info .svc-list h5,
.benefit-info .svc-list h5,
.event-info .svc-list h5 {
  font: var(--text-sm-bold);
}
.service-info .svc-list p,
.benefit-info .svc-list p,
.event-info .svc-list p {
  padding-top: var(--padding);
  line-height: 1.5;
  color: var(--color-text-gray);
}
.service-info .card-small,
.benefit-info .card-small,
.event-info .card-small {
  padding: var(--def-padding);
  display: flex;
  flex-flow: column wrap;
  align-items: stretch;
  gap: var(--def-padding);
}
.service-info .reference-mark,
.benefit-info .reference-mark,
.event-info .reference-mark {
  padding-top: var(--padding);
  padding-left: 12px;
  display: inline-block;
  text-decoration: underline;
  color: var(--color-text-navy);
}
.service-info .list-bullet,
.benefit-info .list-bullet,
.event-info .list-bullet {
  color: var(--color-text-navy);
}

.benefit-info {
  padding-bottom: 180px;
}
.benefit-info .card-wrap {
  padding-top: var(--lg-padding);
}
.benefit-info .fixed-bottom .btn-link {
  height: 34px;
  text-decoration: underline;
  font: var(--text-sm);
  color: #9C9C9C;
  font-weight: 300;
}

.event-info {
  gap: var(--lg-padding);
}
.event-info .title > em {
  color: #118B6E;
}
.event-info figure {
  text-align: center;
}
.event-info .card-white {
  display: flex;
  flex-flow: column wrap;
  align-items: stretch;
  color: var(--color-text-navy);
}
.event-info .card-white > ul {
  padding: var(--padding);
}
.event-info .card-white > ul > li {
  padding: var(--padding) 0;
  line-height: 2;
}
.event-info .card-white > ul > li h6 {
  color: var(--color-text-black);
  padding-bottom: 4px;
}
.event-info .card-white > ul > li p {
  line-height: 1.6;
}
.event-info .btn-link {
  height: 34px;
  text-decoration: underline;
  font: var(--text-sm);
  color: #9C9C9C;
  font-weight: 300;
}

.smishing,
.malware,
.voice-phishing,
.atm,
.call-history,
.contact {
  padding-bottom: var(--nav-bottom);
  position: relative;
  gap: 0;
}
.smishing .txt-center,
.malware .txt-center,
.voice-phishing .txt-center,
.atm .txt-center,
.call-history .txt-center,
.contact .txt-center {
  margin: var(--sm-padding) 0;
  line-height: 1.5;
}
.smishing.empty,
.malware.empty,
.voice-phishing.empty,
.atm.empty,
.call-history.empty,
.contact.empty {
  min-height: 100vh;
  width: 100vw;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.smishing.empty > .info,
.malware.empty > .info,
.voice-phishing.empty > .info,
.atm.empty > .info,
.call-history.empty > .info,
.contact.empty > .info {
  width: 100%;
}
.smishing.empty > .info p,
.malware.empty > .info p,
.voice-phishing.empty > .info p,
.atm.empty > .info p,
.call-history.empty > .info p,
.contact.empty > .info p {
  text-align: center;
  font: var(--text-lg-bold);
  color: var(--color-text-navy);
  line-height: 1.5;
}
.smishing.empty > .info .card-white > p,
.malware.empty > .info .card-white > p,
.voice-phishing.empty > .info .card-white > p,
.atm.empty > .info .card-white > p,
.call-history.empty > .info .card-white > p,
.contact.empty > .info .card-white > p {
  text-align: center;
  font: var(--text-xs);
  color: var(--color-text-navy);
}
.smishing .card-wrap,
.malware .card-wrap,
.voice-phishing .card-wrap,
.atm .card-wrap,
.call-history .card-wrap,
.contact .card-wrap {
  box-sizing: border-box;
  gap: var(--lg-padding);
}
.smishing .card-wrap:nth-of-type(1) ~ .card-wrap,
.malware .card-wrap:nth-of-type(1) ~ .card-wrap,
.voice-phishing .card-wrap:nth-of-type(1) ~ .card-wrap,
.atm .card-wrap:nth-of-type(1) ~ .card-wrap,
.call-history .card-wrap:nth-of-type(1) ~ .card-wrap,
.contact .card-wrap:nth-of-type(1) ~ .card-wrap {
  padding-bottom: var(--lg-padding);
}
.smishing .card.bg-status-red, .smishing .card-wrap .bg-status-red.card-white, .card-wrap .smishing .bg-status-red.card-white, .smishing .card-wrap .bg-status-red.card-primary, .card-wrap .smishing .bg-status-red.card-primary, .smishing .card-wrap .bg-status-red.card-list, .card-wrap .smishing .bg-status-red.card-list, .smishing .card-wrap .bg-status-red.card-small, .card-wrap .smishing .bg-status-red.card-small, .smishing .card-wrap .bg-status-red.card-none, .card-wrap .smishing .bg-status-red.card-none,
.malware .card.bg-status-red,
.malware .card-wrap .bg-status-red.card-white,
.card-wrap .malware .bg-status-red.card-white,
.malware .card-wrap .bg-status-red.card-primary,
.card-wrap .malware .bg-status-red.card-primary,
.malware .card-wrap .bg-status-red.card-list,
.card-wrap .malware .bg-status-red.card-list,
.malware .card-wrap .bg-status-red.card-small,
.card-wrap .malware .bg-status-red.card-small,
.malware .card-wrap .bg-status-red.card-none,
.card-wrap .malware .bg-status-red.card-none,
.voice-phishing .card.bg-status-red,
.voice-phishing .card-wrap .bg-status-red.card-white,
.card-wrap .voice-phishing .bg-status-red.card-white,
.voice-phishing .card-wrap .bg-status-red.card-primary,
.card-wrap .voice-phishing .bg-status-red.card-primary,
.voice-phishing .card-wrap .bg-status-red.card-list,
.card-wrap .voice-phishing .bg-status-red.card-list,
.voice-phishing .card-wrap .bg-status-red.card-small,
.card-wrap .voice-phishing .bg-status-red.card-small,
.voice-phishing .card-wrap .bg-status-red.card-none,
.card-wrap .voice-phishing .bg-status-red.card-none,
.atm .card.bg-status-red,
.atm .card-wrap .bg-status-red.card-white,
.card-wrap .atm .bg-status-red.card-white,
.atm .card-wrap .bg-status-red.card-primary,
.card-wrap .atm .bg-status-red.card-primary,
.atm .card-wrap .bg-status-red.card-list,
.card-wrap .atm .bg-status-red.card-list,
.atm .card-wrap .bg-status-red.card-small,
.card-wrap .atm .bg-status-red.card-small,
.atm .card-wrap .bg-status-red.card-none,
.card-wrap .atm .bg-status-red.card-none,
.call-history .card.bg-status-red,
.call-history .card-wrap .bg-status-red.card-white,
.card-wrap .call-history .bg-status-red.card-white,
.call-history .card-wrap .bg-status-red.card-primary,
.card-wrap .call-history .bg-status-red.card-primary,
.call-history .card-wrap .bg-status-red.card-list,
.card-wrap .call-history .bg-status-red.card-list,
.call-history .card-wrap .bg-status-red.card-small,
.card-wrap .call-history .bg-status-red.card-small,
.call-history .card-wrap .bg-status-red.card-none,
.card-wrap .call-history .bg-status-red.card-none,
.contact .card.bg-status-red,
.contact .card-wrap .bg-status-red.card-white,
.card-wrap .contact .bg-status-red.card-white,
.contact .card-wrap .bg-status-red.card-primary,
.card-wrap .contact .bg-status-red.card-primary,
.contact .card-wrap .bg-status-red.card-list,
.card-wrap .contact .bg-status-red.card-list,
.contact .card-wrap .bg-status-red.card-small,
.card-wrap .contact .bg-status-red.card-small,
.contact .card-wrap .bg-status-red.card-none,
.card-wrap .contact .bg-status-red.card-none {
  padding: var(--def-padding);
  gap: var(--def-padding);
}
.smishing .card.bg-status-red h5, .smishing .card-wrap .bg-status-red.card-white h5, .card-wrap .smishing .bg-status-red.card-white h5, .smishing .card-wrap .bg-status-red.card-primary h5, .card-wrap .smishing .bg-status-red.card-primary h5, .smishing .card-wrap .bg-status-red.card-list h5, .card-wrap .smishing .bg-status-red.card-list h5, .smishing .card-wrap .bg-status-red.card-small h5, .card-wrap .smishing .bg-status-red.card-small h5, .smishing .card-wrap .bg-status-red.card-none h5, .card-wrap .smishing .bg-status-red.card-none h5,
.malware .card.bg-status-red h5,
.malware .card-wrap .bg-status-red.card-white h5,
.card-wrap .malware .bg-status-red.card-white h5,
.malware .card-wrap .bg-status-red.card-primary h5,
.card-wrap .malware .bg-status-red.card-primary h5,
.malware .card-wrap .bg-status-red.card-list h5,
.card-wrap .malware .bg-status-red.card-list h5,
.malware .card-wrap .bg-status-red.card-small h5,
.card-wrap .malware .bg-status-red.card-small h5,
.malware .card-wrap .bg-status-red.card-none h5,
.card-wrap .malware .bg-status-red.card-none h5,
.voice-phishing .card.bg-status-red h5,
.voice-phishing .card-wrap .bg-status-red.card-white h5,
.card-wrap .voice-phishing .bg-status-red.card-white h5,
.voice-phishing .card-wrap .bg-status-red.card-primary h5,
.card-wrap .voice-phishing .bg-status-red.card-primary h5,
.voice-phishing .card-wrap .bg-status-red.card-list h5,
.card-wrap .voice-phishing .bg-status-red.card-list h5,
.voice-phishing .card-wrap .bg-status-red.card-small h5,
.card-wrap .voice-phishing .bg-status-red.card-small h5,
.voice-phishing .card-wrap .bg-status-red.card-none h5,
.card-wrap .voice-phishing .bg-status-red.card-none h5,
.atm .card.bg-status-red h5,
.atm .card-wrap .bg-status-red.card-white h5,
.card-wrap .atm .bg-status-red.card-white h5,
.atm .card-wrap .bg-status-red.card-primary h5,
.card-wrap .atm .bg-status-red.card-primary h5,
.atm .card-wrap .bg-status-red.card-list h5,
.card-wrap .atm .bg-status-red.card-list h5,
.atm .card-wrap .bg-status-red.card-small h5,
.card-wrap .atm .bg-status-red.card-small h5,
.atm .card-wrap .bg-status-red.card-none h5,
.card-wrap .atm .bg-status-red.card-none h5,
.call-history .card.bg-status-red h5,
.call-history .card-wrap .bg-status-red.card-white h5,
.card-wrap .call-history .bg-status-red.card-white h5,
.call-history .card-wrap .bg-status-red.card-primary h5,
.card-wrap .call-history .bg-status-red.card-primary h5,
.call-history .card-wrap .bg-status-red.card-list h5,
.card-wrap .call-history .bg-status-red.card-list h5,
.call-history .card-wrap .bg-status-red.card-small h5,
.card-wrap .call-history .bg-status-red.card-small h5,
.call-history .card-wrap .bg-status-red.card-none h5,
.card-wrap .call-history .bg-status-red.card-none h5,
.contact .card.bg-status-red h5,
.contact .card-wrap .bg-status-red.card-white h5,
.card-wrap .contact .bg-status-red.card-white h5,
.contact .card-wrap .bg-status-red.card-primary h5,
.card-wrap .contact .bg-status-red.card-primary h5,
.contact .card-wrap .bg-status-red.card-list h5,
.card-wrap .contact .bg-status-red.card-list h5,
.contact .card-wrap .bg-status-red.card-small h5,
.card-wrap .contact .bg-status-red.card-small h5,
.contact .card-wrap .bg-status-red.card-none h5,
.card-wrap .contact .bg-status-red.card-none h5 {
  font: var(--text-sm-bold);
  color: var(--color-text-deep-red);
}
.smishing .title-wrap,
.malware .title-wrap,
.voice-phishing .title-wrap,
.atm .title-wrap,
.call-history .title-wrap,
.contact .title-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  font: var(--text-md-bold);
  padding-top: var(--lg-padding);
  margin: 0;
}

.malware .card.bg-status-red, .malware .card-wrap .bg-status-red.card-white, .card-wrap .malware .bg-status-red.card-white, .malware .card-wrap .bg-status-red.card-primary, .card-wrap .malware .bg-status-red.card-primary, .malware .card-wrap .bg-status-red.card-list, .card-wrap .malware .bg-status-red.card-list, .malware .card-wrap .bg-status-red.card-small, .card-wrap .malware .bg-status-red.card-small, .malware .card-wrap .bg-status-red.card-none, .card-wrap .malware .bg-status-red.card-none,
.voice-phishing .card.bg-status-red,
.voice-phishing .card-wrap .bg-status-red.card-white,
.card-wrap .voice-phishing .bg-status-red.card-white,
.voice-phishing .card-wrap .bg-status-red.card-primary,
.card-wrap .voice-phishing .bg-status-red.card-primary,
.voice-phishing .card-wrap .bg-status-red.card-list,
.card-wrap .voice-phishing .bg-status-red.card-list,
.voice-phishing .card-wrap .bg-status-red.card-small,
.card-wrap .voice-phishing .bg-status-red.card-small,
.voice-phishing .card-wrap .bg-status-red.card-none,
.card-wrap .voice-phishing .bg-status-red.card-none,
.atm .card.bg-status-red,
.atm .card-wrap .bg-status-red.card-white,
.card-wrap .atm .bg-status-red.card-white,
.atm .card-wrap .bg-status-red.card-primary,
.card-wrap .atm .bg-status-red.card-primary,
.atm .card-wrap .bg-status-red.card-list,
.card-wrap .atm .bg-status-red.card-list,
.atm .card-wrap .bg-status-red.card-small,
.card-wrap .atm .bg-status-red.card-small,
.atm .card-wrap .bg-status-red.card-none,
.card-wrap .atm .bg-status-red.card-none {
  height: 88px;
  box-sizing: border-box;
}
.malware .row > li:last-child,
.voice-phishing .row > li:last-child,
.atm .row > li:last-child {
  margin-left: auto;
  position: relative;
}

.voice-phishing .title-wrap,
.atm .title-wrap,
.call-history .title-wrap {
  padding-top: var(--def-padding);
}
.voice-phishing .card-wrap,
.atm .card-wrap,
.call-history .card-wrap {
  gap: var(--sm-padding);
}

.voice-phishing .detail-info,
.call-history .detail-info {
  font: var(--text-sm-bold) !important;
}

.contact {
  padding-top: var(--def-padding);
}
.contact .contact-form {
  padding-top: var(--def-padding);
}
.contact .contact-form .input-wrap {
  font: var(--font-sm);
}
.contact .contact-form .input-wrap .btn-ic {
  justify-content: flex-end;
}
.contact .contact-form .input-wrap .btn-ic .ic-default-next {
  margin-left: -10px;
}
.contact .contact-form .asterisk-mark {
  margin: var(--def-padding) 0;
  color: var(--color-status-warning);
}
.contact .form-wrap .sub-title {
  margin: var(--def-padding) 0;
}
.contact .card-wrap {
  gap: var(--sm-padding);
  margin-top: var(--sm-padding);
}
.contact .card-small > a {
  display: block;
}
.contact .card-small > a > ul {
  display: flex;
  flex-flow: row nowrap;
  gap: 16px;
  align-items: center;
}
.contact .card-small > a > ul > li:first-child {
  flex-shrink: 0;
}
.contact .card-small > a > ul > li:last-child {
  flex: 1;
  min-width: 0;
  vertical-align: middle;
}
.contact .request {
  gap: var(--lg-padding);
}
.contact .request p {
  font: var(--text-xs);
  color: var(--color-text-navy);
}
.contact .request p.asterisk-mark {
  color: var(--color-status-warning);
}
.contact .request ul.txt-list {
  border-bottom: 1px solid #E7EFFF;
}
.contact .request ul.txt-list:nth-last-child(1) {
  border-bottom: none;
}
.contact .logo-wrap {
  margin: var(--sm-padding) 0;
}
.contact .btn-wrap {
  padding: 0;
}
.contact ul.title-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-items: center;
  gap: 8px;
}
.contact ul.title-wrap li:nth-child(2) {
  margin-right: auto;
}
.contact ul.title-wrap li:last-child {
  position: relative;
}
.contact ul.title-wrap li:last-child .tip-info {
  right: 0;
  top: 35px;
}
.contact ul.title-wrap li:last-child .tip-info::before {
  right: 0px;
}
.contact ul.title-wrap li:last-child .tip-info p {
  text-align: left;
  font: var(--text-xs);
}

.card-wrap.popup-inner .card-small {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}
.card-wrap.popup-inner .card-small > ul.contact-list {
  display: flex;
  flex-flow: row nowrap;
  gap: 16px;
  align-items: center;
}
.card-wrap.popup-inner .card-small > ul.contact-list > li:first-child {
  flex-shrink: 0;
}
.card-wrap.popup-inner .card-small > ul.contact-list > li:last-child {
  flex: 1;
  min-width: 0;
  vertical-align: middle;
}

h4.title {
  font: var(--text-xl-bold);
  padding-top: var(--def-padding);
}

p.sub-title {
  font: var(--text-xs);
  line-height: 1.5;
  color: var(--color-text-navy);
}

.verification {
  gap: 0;
}

.guide-wrap {
  padding-bottom: var(--nav-bottom);
  display: flex;
  flex-flow: column wrap;
  align-items: stretch;
  gap: var(--lg-padding);
}
.guide-wrap h5.title {
  font: var(--text-xl-bold);
}
.guide-wrap p {
  font: var(--text-xs);
  color: var(--color-text-navy);
}
.guide-wrap p > span {
  color: var(--primary);
}
.guide-wrap .card-white {
  padding: var(--def-padding);
}
.guide-wrap .card-white > h6 {
  font: var(--text-md-bold);
}
.guide-wrap .card-white > p {
  margin: var(--sm-padding) 0;
  font: var(--text-xs);
  color: var(--color-text-black);
}
.guide-wrap .card-white > p > em {
  display: inline-block;
  padding-right: 4px;
  text-indent: 5px;
}
.guide-wrap .card-white .card-list {
  box-shadow: none;
}
.guide-wrap .card-white .card-list a {
  font: var(--text-sm-bold);
  color: var(--primary);
}
.guide-wrap .card-white .list-number li {
  margin: var(--sm-padding) 0;
}
.guide-wrap.card-use .card-white {
  display: flex;
  flex-flow: column wrap;
  align-items: stretch;
  gap: 8px;
  font: var(--text-xs);
}
.guide-wrap.card-use .card-white .txt-list {
  padding: 0 !important;
}
.guide-wrap.card-use .card-white > p {
  margin: var(--padding) 0;
}
.guide-wrap.card-use .card-white .notice {
  pad: var(--sm-padding);
  background-color: var(--bg-menu);
  border-radius: var(--sm-padding);
  padding: var(--sm-padding);
  color: var(--color-text-navy);
}
.guide-wrap.card-use .card-white .notice p.reference-mark {
  padding-left: 15px;
}

.setting {
  padding-bottom: var(--nav-bottom);
}
.setting .set-list .set-items > li {
  min-height: auto;
}

.setting-wrap h5.title {
  font: var(--text-xs);
  color: var(--color-text-navy);
  height: 40px;
  line-height: 40px;
}
.setting-wrap > article {
  position: relative;
}
.setting-wrap > article:after {
  content: "";
  display: block;
  width: calc(100% + 48px);
  position: absolute;
  height: 1px;
  left: -24px;
  bottom: 0;
  background-color: var(--color-bg-line);
}
.setting-wrap > article:nth-of-type(1) ~ article {
  padding-top: var(--def-padding);
}

.set-list {
  padding: 0 0 var(--def-padding) 0;
}
.set-list > li {
  display: flex;
  flex-flow: column wrap;
  align-items: stretch;
}
.set-list .set-items {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.set-list .set-items .toggle-wrap {
  margin: 5px 0;
}
.set-list .set-items h6 {
  font: var(--text-sm-bold);
  line-height: 1;
}
.set-list .set-items > li {
  min-height: 34px;
}
.set-list .set-items > li:first-child {
  max-width: calc(100% - 32px);
  word-break: break-all;
}
.set-list .set-items .ic-default-next {
  margin-right: -8px;
}
.set-list .set-items a.txt-primary {
  text-decoration: underline;
}
.set-list .set-items span.version {
  font: var(--text-xs);
  color: var(--color-text-light-gray);
  display: block;
  height: 34px;
  line-height: 34px;
}

.comps {
  padding-top: 0;
  padding-bottom: var(--nav-bottom);
}
.comps .card-white {
  padding: var(--def-padding);
}
.comps .comps-detail {
  padding-top: var(--lg-padding);
}
.comps .comps-detail > p {
  font: var(--text-sm);
  text-align: center;
}
.comps .comps-detail > p > em {
  font-weight: var(--font-bold);
  color: var(--primary);
}
.comps .comps-detail > figure {
  display: block;
  margin-top: var(--lg-padding);
}
.comps .comps-detail > figure > img {
  display: block;
  height: 200px;
  margin: 0 auto;
}
.comps .comps-detail .comps-txt-list {
  padding: var(--padding) 0;
}
.comps .comps-detail .comps-txt-list span.rounded {
  border: 1px solid var(--primary);
  display: inline-block;
  padding: 4px 8px;
  border-radius: var(--sm-radius);
  box-sizing: border-box;
  font: var(--text-xs-bold);
  color: var(--primary);
}
.comps .comps-detail .comps-txt-list p {
  font: var(--text-xs);
  color: var(--color-text-navy);
  margin: var(--padding) 0;
}
.comps .comps-detail .comps-txt-list p.reference-mark {
  font-size: 12px;
  padding-left: 15px;
}

.cancel,
.reason {
  padding-bottom: var(--nav-bottom);
}
.cancel .form-reason,
.reason .form-reason {
  padding: var(--lg-padding) 0;
}
.cancel .form-reason .chk-list > li,
.reason .form-reason .chk-list > li {
  padding: var(--padding) 0;
}
.cancel .form-reason p.notice,
.reason .form-reason p.notice {
  padding: var(--def-padding) 0;
  font: var(--text-xs);
  color: var(--color-text-navy);
}

.malicious {
  padding-bottom: var(--nav-bottom);
}
.malicious .card-white {
  padding: var(--def-padding);
  display: flex;
  flex-flow: column wrap;
  align-items: stretch;
  gap: var(--sm-padding);
}
.malicious .card-white h5.title {
  font: var(--text-xl-bold);
}
.malicious .card-white h5.title span {
  color: var(--primary);
}
.malicious .card-white figure {
  text-align: center;
  padding: var(--def-padding);
}
.malicious .card-white p.notice {
  font: var(--text-sm);
  color: var(--color-status-warning);
  text-align: center;
  font-weight: var(--font-bold);
}
.malicious .card-white p {
  font: var(--text-sm);
}
.malicious ul.discription {
  padding: var(--def-padding) 0;
}
.malicious ul.discription li > div {
  display: flex;
  flex-flow: row nowrap;
  gap: 8px;
  justify-items: center;
  font: var(--text-xs-bold);
  line-height: 24px;
}
.malicious ul.discription li p {
  padding-left: var(--lg-padding);
  font: var(--text-xs);
  color: var(--color-text-navy);
  line-height: 1.5;
}

.detail {
  padding-bottom: var(--nav-bottom);
}

body.loading {
  background: linear-gradient(180deg, #4EA3FF 0%, #85C6FF 70%);
}
body.loading .smishing.wrapper.empty .info ul li:first-child {
  display: flex;
  gap: 12px;
  justify-content: center;
}
body.loading .smishing.wrapper.empty .info ul li:first-child i {
  opacity: 0;
  transform: scale(0.8);
  animation: pulseIn 3s ease-in-out infinite;
}
body.loading .smishing.wrapper.empty .info ul li:first-child i.ic-report-low {
  animation-delay: 0s;
}
body.loading .smishing.wrapper.empty .info ul li:first-child i.ic-report-slight-low {
  animation-delay: 0.2s;
}
body.loading .smishing.wrapper.empty .info ul li:first-child i.ic-report-normal {
  animation-delay: 0.3s;
}
body.loading .smishing.wrapper.empty .info ul li:nth-child(2) {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 12px;
}
body.loading .smishing.wrapper.empty .info ul li:nth-child(2) i {
  opacity: 0;
  transform: scale(0.8);
  animation: pulseIn 3s ease-in-out infinite;
}
body.loading .smishing.wrapper.empty .info ul li:nth-child(2) i.ic-report-slight-high {
  animation-delay: 0.3s;
}
body.loading .smishing.wrapper.empty .info ul li:nth-child(2) i.ic-report-high {
  animation-delay: 0.4s;
}
body.loading .smishing.wrapper.empty .info ul li:nth-child(3) {
  margin-top: 24px;
}
body.loading .smishing.wrapper.empty .info ul li:nth-child(3) .txt-white.txt-lg-extrabold {
  animation: textBlink 0.8s ease-in-out infinite;
  animation-delay: 0.5s;
}

@keyframes pulseIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  8% {
    opacity: 1;
    transform: scale(1.1);
  }
  30% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  85% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(0.8);
  }
}
@keyframes textBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
@keyframes waveMotion {
  0%, 100% {
    transform: translateY(0) scale(1);
    opacity: 0.5;
  }
  20% {
    transform: translateY(-10px) scale(1.2);
    opacity: 1;
  }
  40% {
    transform: translateY(0) scale(1);
    opacity: 0.5;
  }
}
@keyframes rotateIn {
  0% {
    opacity: 0;
    transform: rotate(-180deg) scale(0.5);
  }
  10% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
  40% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
  50% {
    opacity: 0;
    transform: rotate(180deg) scale(0.5);
  }
  100% {
    opacity: 0;
    transform: rotate(180deg) scale(0.5);
  }
}
@keyframes glowEffect {
  0%, 100% {
    opacity: 0.3;
    filter: drop-shadow(0 0 0px currentColor);
  }
  50% {
    opacity: 1;
    filter: drop-shadow(0 0 10px currentColor);
  }
}
#chart-circle-msg, #chart-circle-call, #avgData {
  height: 200px;
  width: 100%;
}

#colum-chart {
  width: 100%;
  height: 320px;
  position: relative;
  left: -12px;
}

#area-chart {
  height: 300px;
  width: 100%;
  position: relative;
  left: 10px;
}

.chart {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.chart .card {
  box-shadow: none;
}
.chart .card.bg-background {
  font: var(--text-sm);
  color: var(--color-text-navy);
}
.chart .card.notice-nodata > p {
  font: var(--text-sm-bold);
  color: var(--color-text-deep-red);
  text-align: center;
}
.chart .wrapper {
  background: var(--color-text-white);
  padding-bottom: var(--lg-padding);
  border-bottom: 10px solid #F6F7F9;
}
.chart .wrapper h5.title {
  font: var(--text-xl-bold);
  padding-top: var(--def-padding);
}
.chart .title-wrap {
  color: var(--color-text-white);
}
.chart .chart-info-wrap {
  width: 100%;
  padding: var(--sm-padding) var(--def-padding) var(--lg-padding);
}
.chart .chart-info-wrap .title-wrap {
  margin-bottom: 4px;
}
.chart .chart-info-wrap .ic-default-info {
  filter: invert(100%);
}
.chart .chart-info-wrap .weather {
  text-align: center;
}
.chart .chart-info-wrap .weather img {
  width: 100%;
}
.chart .week {
  border-radius: var(--def-padding) var(--def-padding) 0 0;
  margin-top: -24px;
}
.chart .week-date-wrap {
  margin: 0 auto var(--def-padding);
  display: flex;
  flex-flow: row nowrap;
  gap: 16px;
  gap: var(--sm-padding);
  align-items: center;
  text-align: center;
}
.chart .week-date-wrap .date-title {
  font: var(--text-lg-bold);
}
.chart .week-date-wrap .date-info {
  font: var(--text-xs);
  color: var(--color-text-gray);
}
.chart .count-wrap {
  display: flex;
  flex-flow: row nowrap;
  gap: 16px;
  align-items: center;
}
.chart .count-wrap > li label {
  display: block;
  cursor: pointer;
}
.chart .count-wrap > li label input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.chart .count-wrap > li label span {
  display: block;
  padding: var(--padding) var(--sm-padding);
  color: var(--color-text-white);
  background-color: var(--color-text-light-gray);
  border-radius: var(--sm-padding);
  transition: background-color 0.2s ease;
}
.chart .count-wrap > li label span.active {
  background-color: var(--color-text-navy);
}
.chart .detail-wrap .title-wrap {
  color: var(--color-text-black);
  padding-top: var(--def-padding);
}
.chart .detail-wrap .notice {
  padding: var(--sm-padding);
  background-color: var(--bg-menu);
  border-radius: var(--def-radius);
  color: var(--color-status-confirm);
}
.chart .detail-wrap .card-wrap .title-wrap {
  margin: 0;
}
.chart .detail-wrap .card-wrap .rank-wrap {
  padding: var(--sm-padding) var(--def-padding);
  box-shadow: none;
}
.chart .detail-wrap .card-wrap .rank-wrap .rank-list .rank-items {
  display: flex;
  flex-flow: row nowrap;
  gap: 10px;
  align-items: center;
  padding: var(--padding) 0;
  font: var(--text-sm);
}
.chart .detail-wrap .card-wrap .rank-wrap .rank-list .rank-items > *:nth-child(1) {
  flex: 0 0 auto;
  min-width: 24px;
}
.chart .detail-wrap .card-wrap .rank-wrap .rank-list .rank-items > *:nth-child(2) {
  flex: 1;
  text-align: left;
}
.chart .detail-wrap .card-wrap .rank-wrap .rank-list .rank-items > *:nth-child(3) {
  flex: 0 0 auto;
  text-align: right;
  min-width: 60px;
}
.chart .detail-wrap .card-wrap .rank-wrap .rank-list .rank-items li:first-child em {
  font-weight: var(--font-bold);
  color: var(--color-text-black);
}
.chart .detail-wrap .card-wrap .rank-wrap .rank-list .rank-items li:nth-child(2) p {
  color: var(--color-text-black);
}
.chart .detail-wrap .card-wrap .rank-wrap .rank-list .rank-items li:last-child span {
  font-weight: var(--font-bold);
  color: var(--primary);
}
.chart .avg-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
.chart .avg-list > li {
  flex: 1;
  display: flex;
  flex-flow: column wrap;
  align-items: stretch;
  align-items: center;
  text-align: center;
  gap: var(--padding);
  position: relative;
  padding-bottom: var(--padding);
}
.chart .avg-list > li:first-child::after {
  content: "";
  display: block;
  width: 1px;
  background-color: var(--color-bg-line);
  height: 100%;
  position: absolute;
  right: 0;
  top: 2px;
}
.chart .tip-info {
  right: 24px;
  top: 55px;
}
.chart .tip-info::before {
  right: -4px;
}
.chart .tip-table {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.chart .tip-table th {
  font: var(--text-xs-bold);
  background-color: #4D6687;
  vertical-align: middle;
  padding: 4px;
  box-sizing: border-box;
}
.chart .tip-table td {
  vertical-align: middle;
  padding: var(--sm-padding) 0;
  box-sizing: border-box;
  border-bottom: #4D6687 1px solid;
}

.week-slide-swiper {
  width: 100%;
  margin-bottom: var(--lg-padding);
}
.week-slide-swiper .swiper-slide {
  width: auto !important;
  flex-shrink: 0;
}
.week-slide-swiper .chart-card {
  min-width: 280px;
}

.chart-card {
  border-radius: var(--def-radius);
  background-color: #4D6687;
  color: var(--color-text-white);
  padding: var(--sm-padding);
  user-select: none;
}
.chart-card .card-title {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--color-text-light-gray);
  padding-bottom: var(--sm-padding);
}
.chart-card h5, .chart-card h6 {
  font: var(--text-lg-bold);
}
.chart-card .card-data {
  display: flex;
  flex-flow: row nowrap;
  gap: 4px;
  align-items: center;
  width: 100%;
  text-align: center;
  padding: var(--sm-padding) var(--padding) 0 var(--padding);
}
.chart-card .card-data > li {
  flex: 1;
}
.chart-card .card-data > li p {
  font: var(--text-xs);
}

.notice-wrap {
  display: flex;
  flex-flow: column wrap;
  align-items: stretch;
  gap: var(--padding);
  padding-bottom: var(--padding);
  width: 100%;
}
.notice-wrap > li > ul {
  padding: var(--sm-padding) var(--padding) var(--sm-padding) var(--sm-padding);
  border-radius: var(--padding);
  display: flex;
  flex-flow: row nowrap;
  gap: 16px;
  align-items: center;
}
.notice-wrap ul.call {
  background-color: var(--bg-menu);
  color: var(--color-status-confirm);
}
.notice-wrap ul.msg {
  background: #f1fff2;
  color: var(--color-status-safe);
}

[id^=chart-circle-] {
  display: none;
  margin-top: var(--def-padding);
}
[id^=chart-circle-]:first-of-type {
  display: block;
}

.chartStyle {
  font-size: 11px;
}

.btn-link.skip {
  font: var(--text-md-bold);
  color: var(--color-text-navy);
}
.btn-link.skip .ic-default-next--navy {
  margin-right: -16px;
  margin-left: -4px;
}

.tutorial {
  padding: 50px 40px;
}
.tutorial h3.title {
  font-family: var(--font-family);
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
}
.tutorial p.sub-title {
  font: var(--text-sm);
  color: var(--color-text-navy);
  margin: var(--sm-padding) 0;
}
.tutorial figure {
  min-height: 350px;
}
.tutorial figure img {
  width: calc(100% - 88px);
  display: block;
  margin: 0 auto;
  max-height: 320px;
}
.tutorial .tutorial-slide {
  position: relative;
  min-height: 500px;
}
.tutorial .tutorial-slide > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  pointer-events: none;
}
.tutorial .tutorial-slide > li.active {
  opacity: 1;
  pointer-events: auto;
}
.tutorial .pagination-wrap .pagination {
  display: flex;
  flex-flow: row nowrap;
  gap: 8px;
  justify-content: center;
}
.tutorial .pagination-wrap .pagination li {
  width: 10px;
  height: 10px;
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--color-bg-item);
}
.tutorial .pagination-wrap .pagination li.active {
  background-color: var(--primary);
}

.privacy-container {
  margin-top: 20px;
}
.privacy-container .privacy-iframe {
  width: 100%;
  min-height: 70vh;
  border: 1px solid var(--color-border);
  border-radius: var(--sm-radius);
  background: #fff;
}

.privacy .select-box .select-trigger {
  border: 2px solid var(--color-text-light-gray);
  border-radius: var(--sm-radius);
  background-color: #fff;
}
.privacy .select-box .select-trigger .placeholder, .privacy .select-box .select-trigger .selected {
  font-weight: bold;
}

body.privacy {
  background-color: #fff;
}
body {
  background-color: var(--color-bg-background);
  font-family: var(--font-family);
  color: var(--color-text-black);
}