@charset "UTF-8";
/* version 1.0.1 2025.12.11 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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,
b,
u,
i,
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Paperlogy */
@font-face {
  font-family: "paperlogy";
  src: url("../font/Paperlogy-4Regular.woff2") format("woff2"), url("../font/Paperlogy-4Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "paperlogy";
  src: url("../font/Paperlogy-5Medium.woff2") format("woff2"), url("../font/Paperlogy-5Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
/* SUIT */
@font-face {
  font-family: "suit";
  src: url("../font/SUIT-Light.woff2") format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "suit";
  src: url("../font/SUIT-Medium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "suit";
  src: url("../font/SUIT-Bold.woff2") format("woff2");
  font-weight: 700;
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-fill-0 {
  flex: 1 1 0 !important;
}

.fd-row {
  flex-direction: row !important;
}

.fd-column {
  flex-direction: column !important;
}

.fd-row-reverse {
  flex-direction: row-reverse !important;
}

.fd-column-reverse {
  flex-direction: column-reverse !important;
}

.fg-0 {
  flex-grow: 0 !important;
}

.fg-1 {
  flex-grow: 1 !important;
}

.fs-0 {
  flex-shrink: 0 !important;
}

.fs-1 {
  flex-shrink: 1 !important;
}

.fb-0 {
  flex-basis: 0 !important;
}

.fb-auto {
  flex-basis: auto !important;
}

.fw-wrap {
  flex-wrap: wrap !important;
}

.fw-nowrap {
  flex-wrap: nowrap !important;
}

.fw-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.jc-start {
  justify-content: flex-start !important;
}

.jc-end {
  justify-content: flex-end !important;
}

.jc-center {
  justify-content: center !important;
}

.jc-between {
  justify-content: space-between !important;
}

.jc-around {
  justify-content: space-around !important;
}

.jc-evenly {
  justify-content: space-evenly !important;
}

.ai-start {
  align-items: flex-start !important;
}

.ai-end {
  align-items: flex-end !important;
}

.ai-center {
  align-items: center !important;
}

.ai-baseline {
  align-items: baseline !important;
}

.ai-stretch {
  align-items: stretch !important;
}

.ac-start {
  align-content: flex-start !important;
}

.ac-end {
  align-content: flex-end !important;
}

.ac-center {
  align-content: center !important;
}

.ac-between {
  align-content: space-between !important;
}

.ac-around {
  align-content: space-around !important;
}

.ac-stretch {
  align-content: stretch !important;
}

.as-auto {
  align-self: auto !important;
}

.as-start {
  align-self: flex-start !important;
}

.as-end {
  align-self: flex-end !important;
}

.as-center {
  align-self: center !important;
}

.as-baseline {
  align-self: baseline !important;
}

.as-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-full {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.w-max {
  width: -moz-max-content !important;
  width: max-content !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-full {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.float-l {
  float: left !important;
}

.float-r {
  float: right !important;
}

.float-none {
  float: none !important;
}

.pos-static {
  position: static !important;
}

.pos-relative {
  position: relative !important;
}

.pos-absolute {
  position: absolute !important;
}

.pos-fixed {
  position: fixed !important;
}

.pos-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.left-0 {
  left: 0 !important;
}

.left-50 {
  left: 50% !important;
}

.left-100 {
  left: 100% !important;
}

.right-0 {
  right: 0 !important;
}

.right-50 {
  right: 50% !important;
}

.right-100 {
  right: 100% !important;
}

.ovf-auto {
  overflow: auto !important;
}

.ovf-hidden {
  overflow: hidden !important;
}

.ovf-visible {
  overflow: visible !important;
}

.ovf-scroll {
  overflow: scroll !important;
}

.ovf-x-auto {
  overflow-x: auto !important;
}

.ovf-x-hidden {
  overflow-x: hidden !important;
}

.ovf-x-visible {
  overflow-x: visible !important;
}

.ovf-x-scroll {
  overflow-x: scroll !important;
}

.ovf-y-auto {
  overflow-y: auto !important;
}

.ovf-y-hidden {
  overflow-y: hidden !important;
}

.ovf-y-visible {
  overflow-y: visible !important;
}

.ovf-y-scroll {
  overflow-y: scroll !important;
}

.va-baseline {
  vertical-align: baseline !important;
}

.va-top {
  vertical-align: top !important;
}

.va-middle {
  vertical-align: middle !important;
}

.va-bottom {
  vertical-align: bottom !important;
}

.va-text-bottom {
  vertical-align: text-bottom !important;
}

.va-text-top {
  vertical-align: text-top !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.m-0 {
  margin: 0rem !important;
}

.m-4 {
  margin: 0.4rem !important;
}

.m-8 {
  margin: 0.8rem !important;
}

.m-12 {
  margin: 1.2rem !important;
}

.m-16 {
  margin: 1.6rem !important;
}

.m-20 {
  margin: 2rem !important;
}

.m-24 {
  margin: 2.4rem !important;
}

.m-28 {
  margin: 2.8rem !important;
}

.m-32 {
  margin: 3.2rem !important;
}

.m-36 {
  margin: 3.6rem !important;
}

.m-40 {
  margin: 4rem !important;
}

.m-44 {
  margin: 4.4rem !important;
}

.m-48 {
  margin: 4.8rem !important;
}

.m-52 {
  margin: 5.2rem !important;
}

.m-56 {
  margin: 5.6rem !important;
}

.m-60 {
  margin: 6rem !important;
}

.m-64 {
  margin: 6.4rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.ml-4 {
  margin-left: 0.4rem !important;
}

.ml-8 {
  margin-left: 0.8rem !important;
}

.ml-12 {
  margin-left: 1.2rem !important;
}

.ml-16 {
  margin-left: 1.6rem !important;
}

.ml-20 {
  margin-left: 2rem !important;
}

.ml-24 {
  margin-left: 2.4rem !important;
}

.ml-28 {
  margin-left: 2.8rem !important;
}

.ml-32 {
  margin-left: 3.2rem !important;
}

.ml-36 {
  margin-left: 3.6rem !important;
}

.ml-40 {
  margin-left: 4rem !important;
}

.ml-44 {
  margin-left: 4.4rem !important;
}

.ml-48 {
  margin-left: 4.8rem !important;
}

.ml-52 {
  margin-left: 5.2rem !important;
}

.ml-56 {
  margin-left: 5.6rem !important;
}

.ml-60 {
  margin-left: 6rem !important;
}

.ml-64 {
  margin-left: 6.4rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.mr-4 {
  margin-right: 0.4rem !important;
}

.mr-8 {
  margin-right: 0.8rem !important;
}

.mr-12 {
  margin-right: 1.2rem !important;
}

.mr-16 {
  margin-right: 1.6rem !important;
}

.mr-20 {
  margin-right: 2rem !important;
}

.mr-24 {
  margin-right: 2.4rem !important;
}

.mr-28 {
  margin-right: 2.8rem !important;
}

.mr-32 {
  margin-right: 3.2rem !important;
}

.mr-36 {
  margin-right: 3.6rem !important;
}

.mr-40 {
  margin-right: 4rem !important;
}

.mr-44 {
  margin-right: 4.4rem !important;
}

.mr-48 {
  margin-right: 4.8rem !important;
}

.mr-52 {
  margin-right: 5.2rem !important;
}

.mr-56 {
  margin-right: 5.6rem !important;
}

.mr-60 {
  margin-right: 6rem !important;
}

.mr-64 {
  margin-right: 6.4rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.mt-4 {
  margin-top: 0.4rem !important;
}

.mt-8 {
  margin-top: 0.8rem !important;
}

.mt-12 {
  margin-top: 1.2rem !important;
}

.mt-16 {
  margin-top: 1.6rem !important;
}

.mt-20 {
  margin-top: 2rem !important;
}

.mt-24 {
  margin-top: 2.4rem !important;
}

.mt-28 {
  margin-top: 2.8rem !important;
}

.mt-32 {
  margin-top: 3.2rem !important;
}

.mt-36 {
  margin-top: 3.6rem !important;
}

.mt-40 {
  margin-top: 4rem !important;
}

.mt-44 {
  margin-top: 4.4rem !important;
}

.mt-48 {
  margin-top: 4.8rem !important;
}

.mt-52 {
  margin-top: 5.2rem !important;
}

.mt-56 {
  margin-top: 5.6rem !important;
}

.mt-60 {
  margin-top: 6rem !important;
}

.mt-64 {
  margin-top: 6.4rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.mb-4 {
  margin-bottom: 0.4rem !important;
}

.mb-8 {
  margin-bottom: 0.8rem !important;
}

.mb-12 {
  margin-bottom: 1.2rem !important;
}

.mb-16 {
  margin-bottom: 1.6rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mb-24 {
  margin-bottom: 2.4rem !important;
}

.mb-28 {
  margin-bottom: 2.8rem !important;
}

.mb-32 {
  margin-bottom: 3.2rem !important;
}

.mb-36 {
  margin-bottom: 3.6rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mb-44 {
  margin-bottom: 4.4rem !important;
}

.mb-48 {
  margin-bottom: 4.8rem !important;
}

.mb-52 {
  margin-bottom: 5.2rem !important;
}

.mb-56 {
  margin-bottom: 5.6rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

.mb-64 {
  margin-bottom: 6.4rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.mx-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.mx-4 {
  margin-right: 0.4rem !important;
  margin-left: 0.4rem !important;
}

.mx-8 {
  margin-right: 0.8rem !important;
  margin-left: 0.8rem !important;
}

.mx-12 {
  margin-right: 1.2rem !important;
  margin-left: 1.2rem !important;
}

.mx-16 {
  margin-right: 1.6rem !important;
  margin-left: 1.6rem !important;
}

.mx-20 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.mx-24 {
  margin-right: 2.4rem !important;
  margin-left: 2.4rem !important;
}

.mx-28 {
  margin-right: 2.8rem !important;
  margin-left: 2.8rem !important;
}

.mx-32 {
  margin-right: 3.2rem !important;
  margin-left: 3.2rem !important;
}

.mx-36 {
  margin-right: 3.6rem !important;
  margin-left: 3.6rem !important;
}

.mx-40 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-44 {
  margin-right: 4.4rem !important;
  margin-left: 4.4rem !important;
}

.mx-48 {
  margin-right: 4.8rem !important;
  margin-left: 4.8rem !important;
}

.mx-52 {
  margin-right: 5.2rem !important;
  margin-left: 5.2rem !important;
}

.mx-56 {
  margin-right: 5.6rem !important;
  margin-left: 5.6rem !important;
}

.mx-60 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.mx-64 {
  margin-right: 6.4rem !important;
  margin-left: 6.4rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.my-4 {
  margin-top: 0.4rem !important;
  margin-bottom: 0.4rem !important;
}

.my-8 {
  margin-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
}

.my-12 {
  margin-top: 1.2rem !important;
  margin-bottom: 1.2rem !important;
}

.my-16 {
  margin-top: 1.6rem !important;
  margin-bottom: 1.6rem !important;
}

.my-20 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-24 {
  margin-top: 2.4rem !important;
  margin-bottom: 2.4rem !important;
}

.my-28 {
  margin-top: 2.8rem !important;
  margin-bottom: 2.8rem !important;
}

.my-32 {
  margin-top: 3.2rem !important;
  margin-bottom: 3.2rem !important;
}

.my-36 {
  margin-top: 3.6rem !important;
  margin-bottom: 3.6rem !important;
}

.my-40 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-44 {
  margin-top: 4.4rem !important;
  margin-bottom: 4.4rem !important;
}

.my-48 {
  margin-top: 4.8rem !important;
  margin-bottom: 4.8rem !important;
}

.my-52 {
  margin-top: 5.2rem !important;
  margin-bottom: 5.2rem !important;
}

.my-56 {
  margin-top: 5.6rem !important;
  margin-bottom: 5.6rem !important;
}

.my-60 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-64 {
  margin-top: 6.4rem !important;
  margin-bottom: 6.4rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.-m-0 {
  margin: 0rem !important;
}

.-m-4 {
  margin: -0.4rem !important;
}

.-m-8 {
  margin: -0.8rem !important;
}

.-m-12 {
  margin: -1.2rem !important;
}

.-m-16 {
  margin: -1.6rem !important;
}

.-m-20 {
  margin: -2rem !important;
}

.-m-24 {
  margin: -2.4rem !important;
}

.-m-28 {
  margin: -2.8rem !important;
}

.-m-32 {
  margin: -3.2rem !important;
}

.-m-36 {
  margin: -3.6rem !important;
}

.-m-40 {
  margin: -4rem !important;
}

.-m-44 {
  margin: -4.4rem !important;
}

.-m-48 {
  margin: -4.8rem !important;
}

.-m-52 {
  margin: -5.2rem !important;
}

.-m-56 {
  margin: -5.6rem !important;
}

.-m-60 {
  margin: -6rem !important;
}

.-m-64 {
  margin: -6.4rem !important;
}

.-mt-0 {
  margin-top: 0rem !important;
}

.-mt-4 {
  margin-top: -0.4rem !important;
}

.-mt-8 {
  margin-top: -0.8rem !important;
}

.-mt-12 {
  margin-top: -1.2rem !important;
}

.-mt-16 {
  margin-top: -1.6rem !important;
}

.-mt-20 {
  margin-top: -2rem !important;
}

.-mt-24 {
  margin-top: -2.4rem !important;
}

.-mt-28 {
  margin-top: -2.8rem !important;
}

.-mt-32 {
  margin-top: -3.2rem !important;
}

.-mt-36 {
  margin-top: -3.6rem !important;
}

.-mt-40 {
  margin-top: -4rem !important;
}

.-mt-44 {
  margin-top: -4.4rem !important;
}

.-mt-48 {
  margin-top: -4.8rem !important;
}

.-mt-52 {
  margin-top: -5.2rem !important;
}

.-mt-56 {
  margin-top: -5.6rem !important;
}

.-mt-60 {
  margin-top: -6rem !important;
}

.-mt-64 {
  margin-top: -6.4rem !important;
}

.-mb-0 {
  margin-bottom: 0rem !important;
}

.-mb-4 {
  margin-bottom: -0.4rem !important;
}

.-mb-8 {
  margin-bottom: -0.8rem !important;
}

.-mb-12 {
  margin-bottom: -1.2rem !important;
}

.-mb-16 {
  margin-bottom: -1.6rem !important;
}

.-mb-20 {
  margin-bottom: -2rem !important;
}

.-mb-24 {
  margin-bottom: -2.4rem !important;
}

.-mb-28 {
  margin-bottom: -2.8rem !important;
}

.-mb-32 {
  margin-bottom: -3.2rem !important;
}

.-mb-36 {
  margin-bottom: -3.6rem !important;
}

.-mb-40 {
  margin-bottom: -4rem !important;
}

.-mb-44 {
  margin-bottom: -4.4rem !important;
}

.-mb-48 {
  margin-bottom: -4.8rem !important;
}

.-mb-52 {
  margin-bottom: -5.2rem !important;
}

.-mb-56 {
  margin-bottom: -5.6rem !important;
}

.-mb-60 {
  margin-bottom: -6rem !important;
}

.-mb-64 {
  margin-bottom: -6.4rem !important;
}

.-mx-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.-mx-4 {
  margin-right: -0.4rem !important;
  margin-left: -0.4rem !important;
}

.-mx-8 {
  margin-right: -0.8rem !important;
  margin-left: -0.8rem !important;
}

.-mx-12 {
  margin-right: -1.2rem !important;
  margin-left: -1.2rem !important;
}

.-mx-16 {
  margin-right: -1.6rem !important;
  margin-left: -1.6rem !important;
}

.-mx-20 {
  margin-right: -2rem !important;
  margin-left: -2rem !important;
}

.-mx-24 {
  margin-right: -2.4rem !important;
  margin-left: -2.4rem !important;
}

.-mx-28 {
  margin-right: -2.8rem !important;
  margin-left: -2.8rem !important;
}

.-mx-32 {
  margin-right: -3.2rem !important;
  margin-left: -3.2rem !important;
}

.-mx-36 {
  margin-right: -3.6rem !important;
  margin-left: -3.6rem !important;
}

.-mx-40 {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
}

.-mx-44 {
  margin-right: -4.4rem !important;
  margin-left: -4.4rem !important;
}

.-mx-48 {
  margin-right: -4.8rem !important;
  margin-left: -4.8rem !important;
}

.-mx-52 {
  margin-right: -5.2rem !important;
  margin-left: -5.2rem !important;
}

.-mx-56 {
  margin-right: -5.6rem !important;
  margin-left: -5.6rem !important;
}

.-mx-60 {
  margin-right: -6rem !important;
  margin-left: -6rem !important;
}

.-mx-64 {
  margin-right: -6.4rem !important;
  margin-left: -6.4rem !important;
}

.-my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.-my-4 {
  margin-top: -0.4rem !important;
  margin-bottom: -0.4rem !important;
}

.-my-8 {
  margin-top: -0.8rem !important;
  margin-bottom: -0.8rem !important;
}

.-my-12 {
  margin-top: -1.2rem !important;
  margin-bottom: -1.2rem !important;
}

.-my-16 {
  margin-top: -1.6rem !important;
  margin-bottom: -1.6rem !important;
}

.-my-20 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.-my-24 {
  margin-top: -2.4rem !important;
  margin-bottom: -2.4rem !important;
}

.-my-28 {
  margin-top: -2.8rem !important;
  margin-bottom: -2.8rem !important;
}

.-my-32 {
  margin-top: -3.2rem !important;
  margin-bottom: -3.2rem !important;
}

.-my-36 {
  margin-top: -3.6rem !important;
  margin-bottom: -3.6rem !important;
}

.-my-40 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.-my-44 {
  margin-top: -4.4rem !important;
  margin-bottom: -4.4rem !important;
}

.-my-48 {
  margin-top: -4.8rem !important;
  margin-bottom: -4.8rem !important;
}

.-my-52 {
  margin-top: -5.2rem !important;
  margin-bottom: -5.2rem !important;
}

.-my-56 {
  margin-top: -5.6rem !important;
  margin-bottom: -5.6rem !important;
}

.-my-60 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.-my-64 {
  margin-top: -6.4rem !important;
  margin-bottom: -6.4rem !important;
}

.p-0 {
  padding: 0rem !important;
}

.p-4 {
  padding: 0.4rem !important;
}

.p-8 {
  padding: 0.8rem !important;
}

.p-12 {
  padding: 1.2rem !important;
}

.p-16 {
  padding: 1.6rem !important;
}

.p-20 {
  padding: 2rem !important;
}

.p-24 {
  padding: 2.4rem !important;
}

.p-28 {
  padding: 2.8rem !important;
}

.p-32 {
  padding: 3.2rem !important;
}

.p-36 {
  padding: 3.6rem !important;
}

.p-40 {
  padding: 4rem !important;
}

.p-44 {
  padding: 4.4rem !important;
}

.p-48 {
  padding: 4.8rem !important;
}

.p-52 {
  padding: 5.2rem !important;
}

.p-56 {
  padding: 5.6rem !important;
}

.p-60 {
  padding: 6rem !important;
}

.p-64 {
  padding: 6.4rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.pl-4 {
  padding-left: 0.4rem !important;
}

.pl-8 {
  padding-left: 0.8rem !important;
}

.pl-12 {
  padding-left: 1.2rem !important;
}

.pl-16 {
  padding-left: 1.6rem !important;
}

.pl-20 {
  padding-left: 2rem !important;
}

.pl-24 {
  padding-left: 2.4rem !important;
}

.pl-28 {
  padding-left: 2.8rem !important;
}

.pl-32 {
  padding-left: 3.2rem !important;
}

.pl-36 {
  padding-left: 3.6rem !important;
}

.pl-40 {
  padding-left: 4rem !important;
}

.pl-44 {
  padding-left: 4.4rem !important;
}

.pl-48 {
  padding-left: 4.8rem !important;
}

.pl-52 {
  padding-left: 5.2rem !important;
}

.pl-56 {
  padding-left: 5.6rem !important;
}

.pl-60 {
  padding-left: 6rem !important;
}

.pl-64 {
  padding-left: 6.4rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.pr-4 {
  padding-right: 0.4rem !important;
}

.pr-8 {
  padding-right: 0.8rem !important;
}

.pr-12 {
  padding-right: 1.2rem !important;
}

.pr-16 {
  padding-right: 1.6rem !important;
}

.pr-20 {
  padding-right: 2rem !important;
}

.pr-24 {
  padding-right: 2.4rem !important;
}

.pr-28 {
  padding-right: 2.8rem !important;
}

.pr-32 {
  padding-right: 3.2rem !important;
}

.pr-36 {
  padding-right: 3.6rem !important;
}

.pr-40 {
  padding-right: 4rem !important;
}

.pr-44 {
  padding-right: 4.4rem !important;
}

.pr-48 {
  padding-right: 4.8rem !important;
}

.pr-52 {
  padding-right: 5.2rem !important;
}

.pr-56 {
  padding-right: 5.6rem !important;
}

.pr-60 {
  padding-right: 6rem !important;
}

.pr-64 {
  padding-right: 6.4rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pt-4 {
  padding-top: 0.4rem !important;
}

.pt-8 {
  padding-top: 0.8rem !important;
}

.pt-12 {
  padding-top: 1.2rem !important;
}

.pt-16 {
  padding-top: 1.6rem !important;
}

.pt-20 {
  padding-top: 2rem !important;
}

.pt-24 {
  padding-top: 2.4rem !important;
}

.pt-28 {
  padding-top: 2.8rem !important;
}

.pt-32 {
  padding-top: 3.2rem !important;
}

.pt-36 {
  padding-top: 3.6rem !important;
}

.pt-40 {
  padding-top: 4rem !important;
}

.pt-44 {
  padding-top: 4.4rem !important;
}

.pt-48 {
  padding-top: 4.8rem !important;
}

.pt-52 {
  padding-top: 5.2rem !important;
}

.pt-56 {
  padding-top: 5.6rem !important;
}

.pt-60 {
  padding-top: 6rem !important;
}

.pt-64 {
  padding-top: 6.4rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pb-4 {
  padding-bottom: 0.4rem !important;
}

.pb-8 {
  padding-bottom: 0.8rem !important;
}

.pb-12 {
  padding-bottom: 1.2rem !important;
}

.pb-16 {
  padding-bottom: 1.6rem !important;
}

.pb-20 {
  padding-bottom: 2rem !important;
}

.pb-24 {
  padding-bottom: 2.4rem !important;
}

.pb-28 {
  padding-bottom: 2.8rem !important;
}

.pb-32 {
  padding-bottom: 3.2rem !important;
}

.pb-36 {
  padding-bottom: 3.6rem !important;
}

.pb-40 {
  padding-bottom: 4rem !important;
}

.pb-44 {
  padding-bottom: 4.4rem !important;
}

.pb-48 {
  padding-bottom: 4.8rem !important;
}

.pb-52 {
  padding-bottom: 5.2rem !important;
}

.pb-56 {
  padding-bottom: 5.6rem !important;
}

.pb-60 {
  padding-bottom: 6rem !important;
}

.pb-64 {
  padding-bottom: 6.4rem !important;
}

.px-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.px-4 {
  padding-right: 0.4rem !important;
  padding-left: 0.4rem !important;
}

.px-8 {
  padding-right: 0.8rem !important;
  padding-left: 0.8rem !important;
}

.px-12 {
  padding-right: 1.2rem !important;
  padding-left: 1.2rem !important;
}

.px-16 {
  padding-right: 1.6rem !important;
  padding-left: 1.6rem !important;
}

.px-20 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-24 {
  padding-right: 2.4rem !important;
  padding-left: 2.4rem !important;
}

.px-28 {
  padding-right: 2.8rem !important;
  padding-left: 2.8rem !important;
}

.px-32 {
  padding-right: 3.2rem !important;
  padding-left: 3.2rem !important;
}

.px-36 {
  padding-right: 3.6rem !important;
  padding-left: 3.6rem !important;
}

.px-40 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-44 {
  padding-right: 4.4rem !important;
  padding-left: 4.4rem !important;
}

.px-48 {
  padding-right: 4.8rem !important;
  padding-left: 4.8rem !important;
}

.px-52 {
  padding-right: 5.2rem !important;
  padding-left: 5.2rem !important;
}

.px-56 {
  padding-right: 5.6rem !important;
  padding-left: 5.6rem !important;
}

.px-60 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.px-64 {
  padding-right: 6.4rem !important;
  padding-left: 6.4rem !important;
}

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.py-4 {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}

.py-8 {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.py-12 {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}

.py-16 {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}

.py-20 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-24 {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}

.py-28 {
  padding-top: 2.8rem !important;
  padding-bottom: 2.8rem !important;
}

.py-32 {
  padding-top: 3.2rem !important;
  padding-bottom: 3.2rem !important;
}

.py-36 {
  padding-top: 3.6rem !important;
  padding-bottom: 3.6rem !important;
}

.py-40 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-44 {
  padding-top: 4.4rem !important;
  padding-bottom: 4.4rem !important;
}

.py-48 {
  padding-top: 4.8rem !important;
  padding-bottom: 4.8rem !important;
}

.py-52 {
  padding-top: 5.2rem !important;
  padding-bottom: 5.2rem !important;
}

.py-56 {
  padding-top: 5.6rem !important;
  padding-bottom: 5.6rem !important;
}

.py-60 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-64 {
  padding-top: 6.4rem !important;
  padding-bottom: 6.4rem !important;
}

.bdw-1 {
  border: 1px solid !important;
}

.bdw-2 {
  border: 2px solid !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-8 {
  border-radius: 8px !important;
}

.rounded-12 {
  border-radius: 12px !important;
}

.rounded-16 {
  border-radius: 16px !important;
}

.rounded-20 {
  border-radius: 20px !important;
}

.rounded-24 {
  border-radius: 24px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.c-white {
  color: #ffffff !important;
}

.c-gray-900 {
  color: #222222 !important;
}

.c-gray-800 {
  color: #364143 !important;
}

.c-gray-700 {
  color: #515b5e !important;
}

.c-gray-600 {
  color: #758185 !important;
}

.c-gray-500 {
  color: #98a3a7 !important;
}

.c-gray-400 {
  color: #c6d0d2 !important;
}

.c-gray-300 {
  color: #e0e5e6 !important;
}

.c-gray-200 {
  color: #e8ecee !important;
}

.c-gray-100 {
  color: #eef2f3 !important;
}

.c-gray-50 {
  color: #f8fafa !important;
}

.c-black {
  color: #000 !important;
}

.c-default-1 {
  color: #222222 !important;
}

.c-default-2 {
  color: #515b5e !important;
}

.c-default-3 {
  color: #758185 !important;
}

.c-primary {
  color: #00b0e1 !important;
}

.c-secondary {
  color: #007dc5 !important;
}

.c-white {
  color: #ffffff !important;
}

.c-red {
  color: #f65c5c !important;
}

.bgc-white {
  background-color: #ffffff !important;
}

.bgc-gray-900 {
  background-color: #222222 !important;
}

.bgc-gray-800 {
  background-color: #364143 !important;
}

.bgc-gray-700 {
  background-color: #515b5e !important;
}

.bgc-gray-600 {
  background-color: #758185 !important;
}

.bgc-gray-500 {
  background-color: #98a3a7 !important;
}

.bgc-gray-400 {
  background-color: #c6d0d2 !important;
}

.bgc-gray-300 {
  background-color: #e0e5e6 !important;
}

.bgc-gray-200 {
  background-color: #e8ecee !important;
}

.bgc-gray-100 {
  background-color: #eef2f3 !important;
}

.bgc-gray-50 {
  background-color: #f8fafa !important;
}

.bgc-black {
  background-color: #000 !important;
}

.bgc-surface-1 {
  background-color: #e8f9fd !important;
}

.bgc-surface-2 {
  background-color: #eefbfe !important;
}

.bgc-surface-3 {
  background-color: #f4fdff !important;
}

.bgc-surface-4 {
  background-color: #ffffff !important;
}

.bgc-surface-5 {
  background-color: #2d2d2d !important;
}

.bgc-surface-6 {
  background-color: #f3f6f6 !important;
}

.bgc-surface-7 {
  background-color: #d4f2f9 !important;
}

.bgc-primary {
  background-color: #00b0e1 !important;
}

.bgc-primary-pressed {
  background-color: #0991c2 !important;
}

.bgc-primary-disabled {
  background-color: #8bc8d7 !important;
}

.bgc-secondary {
  background-color: #007dc5 !important;
}

.bgc-secondary-pressed {
  background-color: #186995 !important;
}

.bgc-secondary-disabled {
  background-color: #8fbad2 !important;
}

.bgc-red {
  background-color: #f65c5c !important;
}

.bdc-white {
  border-color: #ffffff !important;
}

.bdc-gray-900 {
  border-color: #222222 !important;
}

.bdc-gray-800 {
  border-color: #364143 !important;
}

.bdc-gray-700 {
  border-color: #515b5e !important;
}

.bdc-gray-600 {
  border-color: #758185 !important;
}

.bdc-gray-500 {
  border-color: #98a3a7 !important;
}

.bdc-gray-400 {
  border-color: #c6d0d2 !important;
}

.bdc-gray-300 {
  border-color: #e0e5e6 !important;
}

.bdc-gray-200 {
  border-color: #e8ecee !important;
}

.bdc-gray-100 {
  border-color: #eef2f3 !important;
}

.bdc-gray-50 {
  border-color: #f8fafa !important;
}

.bdc-black {
  border-color: #000 !important;
}

.bdc-primary {
  border-color: #00b0e1 !important;
}

.bdc-primary-pressed {
  border-color: #0991c2 !important;
}

.bdc-primary-disabled {
  border-color: #8bc8d7 !important;
}

.bdc-secondary {
  border-color: #007dc5 !important;
}

.bdc-secondary-pressed {
  border-color: #186995 !important;
}

.bdc-secondary-disabled {
  border-color: #8fbad2 !important;
}

.ta-left {
  text-align: left !important;
}

.ta-right {
  text-align: right !important;
}

.ta-center {
  text-align: center !important;
}

.ta-justify {
  text-align: justify !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-line-through {
  text-decoration: line-through !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-break-all {
  word-break: break-all !important;
}

.text-break-word {
  word-break: break-word !important;
}

.text-keep-all {
  word-break: keep-all !important;
}

.text-normal {
  word-break: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-regular {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.text-xxxl {
  font-size: 2.8rem !important;
}

.text-xxl {
  font-size: 2rem !important;
}

.text-xl {
  font-size: 2rem !important;
}

.text-lg {
  font-size: 1.8rem !important;
}

.text-md {
  font-size: 1.6rem !important;
}

.text-xs {
  font-size: 1.4rem !important;
}

.text-sm {
  font-size: 1.3rem !important;
}

.text-mini {
  font-size: 1.2rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 375px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-fill-0 {
    flex: 1 1 0 !important;
  }
  .fd-sm-row {
    flex-direction: row !important;
  }
  .fd-sm-column {
    flex-direction: column !important;
  }
  .fd-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .fd-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .fg-sm-0 {
    flex-grow: 0 !important;
  }
  .fg-sm-1 {
    flex-grow: 1 !important;
  }
  .fs-sm-0 {
    flex-shrink: 0 !important;
  }
  .fs-sm-1 {
    flex-shrink: 1 !important;
  }
  .fb-sm-0 {
    flex-basis: 0 !important;
  }
  .fb-sm-auto {
    flex-basis: auto !important;
  }
  .fw-sm-wrap {
    flex-wrap: wrap !important;
  }
  .fw-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .fw-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .jc-sm-start {
    justify-content: flex-start !important;
  }
  .jc-sm-end {
    justify-content: flex-end !important;
  }
  .jc-sm-center {
    justify-content: center !important;
  }
  .jc-sm-between {
    justify-content: space-between !important;
  }
  .jc-sm-around {
    justify-content: space-around !important;
  }
  .jc-sm-evenly {
    justify-content: space-evenly !important;
  }
  .ai-sm-start {
    align-items: flex-start !important;
  }
  .ai-sm-end {
    align-items: flex-end !important;
  }
  .ai-sm-center {
    align-items: center !important;
  }
  .ai-sm-baseline {
    align-items: baseline !important;
  }
  .ai-sm-stretch {
    align-items: stretch !important;
  }
  .ac-sm-start {
    align-content: flex-start !important;
  }
  .ac-sm-end {
    align-content: flex-end !important;
  }
  .ac-sm-center {
    align-content: center !important;
  }
  .ac-sm-between {
    align-content: space-between !important;
  }
  .ac-sm-around {
    align-content: space-around !important;
  }
  .ac-sm-stretch {
    align-content: stretch !important;
  }
  .as-sm-auto {
    align-self: auto !important;
  }
  .as-sm-start {
    align-self: flex-start !important;
  }
  .as-sm-end {
    align-self: flex-end !important;
  }
  .as-sm-center {
    align-self: center !important;
  }
  .as-sm-baseline {
    align-self: baseline !important;
  }
  .as-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-full {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .w-sm-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-full {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .float-sm-l {
    float: left !important;
  }
  .float-sm-r {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .m-sm-0 {
    margin: 0rem !important;
  }
  .m-sm-4 {
    margin: 0.4rem !important;
  }
  .m-sm-8 {
    margin: 0.8rem !important;
  }
  .m-sm-12 {
    margin: 1.2rem !important;
  }
  .m-sm-16 {
    margin: 1.6rem !important;
  }
  .m-sm-20 {
    margin: 2rem !important;
  }
  .m-sm-24 {
    margin: 2.4rem !important;
  }
  .m-sm-28 {
    margin: 2.8rem !important;
  }
  .m-sm-32 {
    margin: 3.2rem !important;
  }
  .m-sm-36 {
    margin: 3.6rem !important;
  }
  .m-sm-40 {
    margin: 4rem !important;
  }
  .m-sm-44 {
    margin: 4.4rem !important;
  }
  .m-sm-48 {
    margin: 4.8rem !important;
  }
  .m-sm-52 {
    margin: 5.2rem !important;
  }
  .m-sm-56 {
    margin: 5.6rem !important;
  }
  .m-sm-60 {
    margin: 6rem !important;
  }
  .m-sm-64 {
    margin: 6.4rem !important;
  }
  .ml-sm-0 {
    margin-left: 0rem !important;
  }
  .ml-sm-4 {
    margin-left: 0.4rem !important;
  }
  .ml-sm-8 {
    margin-left: 0.8rem !important;
  }
  .ml-sm-12 {
    margin-left: 1.2rem !important;
  }
  .ml-sm-16 {
    margin-left: 1.6rem !important;
  }
  .ml-sm-20 {
    margin-left: 2rem !important;
  }
  .ml-sm-24 {
    margin-left: 2.4rem !important;
  }
  .ml-sm-28 {
    margin-left: 2.8rem !important;
  }
  .ml-sm-32 {
    margin-left: 3.2rem !important;
  }
  .ml-sm-36 {
    margin-left: 3.6rem !important;
  }
  .ml-sm-40 {
    margin-left: 4rem !important;
  }
  .ml-sm-44 {
    margin-left: 4.4rem !important;
  }
  .ml-sm-48 {
    margin-left: 4.8rem !important;
  }
  .ml-sm-52 {
    margin-left: 5.2rem !important;
  }
  .ml-sm-56 {
    margin-left: 5.6rem !important;
  }
  .ml-sm-60 {
    margin-left: 6rem !important;
  }
  .ml-sm-64 {
    margin-left: 6.4rem !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mr-sm-0 {
    margin-right: 0rem !important;
  }
  .mr-sm-4 {
    margin-right: 0.4rem !important;
  }
  .mr-sm-8 {
    margin-right: 0.8rem !important;
  }
  .mr-sm-12 {
    margin-right: 1.2rem !important;
  }
  .mr-sm-16 {
    margin-right: 1.6rem !important;
  }
  .mr-sm-20 {
    margin-right: 2rem !important;
  }
  .mr-sm-24 {
    margin-right: 2.4rem !important;
  }
  .mr-sm-28 {
    margin-right: 2.8rem !important;
  }
  .mr-sm-32 {
    margin-right: 3.2rem !important;
  }
  .mr-sm-36 {
    margin-right: 3.6rem !important;
  }
  .mr-sm-40 {
    margin-right: 4rem !important;
  }
  .mr-sm-44 {
    margin-right: 4.4rem !important;
  }
  .mr-sm-48 {
    margin-right: 4.8rem !important;
  }
  .mr-sm-52 {
    margin-right: 5.2rem !important;
  }
  .mr-sm-56 {
    margin-right: 5.6rem !important;
  }
  .mr-sm-60 {
    margin-right: 6rem !important;
  }
  .mr-sm-64 {
    margin-right: 6.4rem !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0rem !important;
  }
  .mt-sm-4 {
    margin-top: 0.4rem !important;
  }
  .mt-sm-8 {
    margin-top: 0.8rem !important;
  }
  .mt-sm-12 {
    margin-top: 1.2rem !important;
  }
  .mt-sm-16 {
    margin-top: 1.6rem !important;
  }
  .mt-sm-20 {
    margin-top: 2rem !important;
  }
  .mt-sm-24 {
    margin-top: 2.4rem !important;
  }
  .mt-sm-28 {
    margin-top: 2.8rem !important;
  }
  .mt-sm-32 {
    margin-top: 3.2rem !important;
  }
  .mt-sm-36 {
    margin-top: 3.6rem !important;
  }
  .mt-sm-40 {
    margin-top: 4rem !important;
  }
  .mt-sm-44 {
    margin-top: 4.4rem !important;
  }
  .mt-sm-48 {
    margin-top: 4.8rem !important;
  }
  .mt-sm-52 {
    margin-top: 5.2rem !important;
  }
  .mt-sm-56 {
    margin-top: 5.6rem !important;
  }
  .mt-sm-60 {
    margin-top: 6rem !important;
  }
  .mt-sm-64 {
    margin-top: 6.4rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 0.4rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 0.8rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 1.2rem !important;
  }
  .mb-sm-16 {
    margin-bottom: 1.6rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-24 {
    margin-bottom: 2.4rem !important;
  }
  .mb-sm-28 {
    margin-bottom: 2.8rem !important;
  }
  .mb-sm-32 {
    margin-bottom: 3.2rem !important;
  }
  .mb-sm-36 {
    margin-bottom: 3.6rem !important;
  }
  .mb-sm-40 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-44 {
    margin-bottom: 4.4rem !important;
  }
  .mb-sm-48 {
    margin-bottom: 4.8rem !important;
  }
  .mb-sm-52 {
    margin-bottom: 5.2rem !important;
  }
  .mb-sm-56 {
    margin-bottom: 5.6rem !important;
  }
  .mb-sm-60 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-64 {
    margin-bottom: 6.4rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .mx-sm-4 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-sm-8 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-sm-12 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-sm-16 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-sm-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-24 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-sm-28 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important;
  }
  .mx-sm-32 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-sm-36 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }
  .mx-sm-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-44 {
    margin-right: 4.4rem !important;
    margin-left: 4.4rem !important;
  }
  .mx-sm-48 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-sm-52 {
    margin-right: 5.2rem !important;
    margin-left: 5.2rem !important;
  }
  .mx-sm-56 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }
  .mx-sm-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-64 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-sm-4 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-sm-8 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-sm-12 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-sm-16 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-sm-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-24 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-sm-28 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
  .my-sm-32 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-sm-36 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .my-sm-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-44 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important;
  }
  .my-sm-48 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-sm-52 {
    margin-top: 5.2rem !important;
    margin-bottom: 5.2rem !important;
  }
  .my-sm-56 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
  .my-sm-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-64 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .-m-sm-0 {
    margin: 0rem !important;
  }
  .-m-sm-4 {
    margin: -0.4rem !important;
  }
  .-m-sm-8 {
    margin: -0.8rem !important;
  }
  .-m-sm-12 {
    margin: -1.2rem !important;
  }
  .-m-sm-16 {
    margin: -1.6rem !important;
  }
  .-m-sm-20 {
    margin: -2rem !important;
  }
  .-m-sm-24 {
    margin: -2.4rem !important;
  }
  .-m-sm-28 {
    margin: -2.8rem !important;
  }
  .-m-sm-32 {
    margin: -3.2rem !important;
  }
  .-m-sm-36 {
    margin: -3.6rem !important;
  }
  .-m-sm-40 {
    margin: -4rem !important;
  }
  .-m-sm-44 {
    margin: -4.4rem !important;
  }
  .-m-sm-48 {
    margin: -4.8rem !important;
  }
  .-m-sm-52 {
    margin: -5.2rem !important;
  }
  .-m-sm-56 {
    margin: -5.6rem !important;
  }
  .-m-sm-60 {
    margin: -6rem !important;
  }
  .-m-sm-64 {
    margin: -6.4rem !important;
  }
  .-mt-sm-0 {
    margin-top: 0rem !important;
  }
  .-mt-sm-4 {
    margin-top: -0.4rem !important;
  }
  .-mt-sm-8 {
    margin-top: -0.8rem !important;
  }
  .-mt-sm-12 {
    margin-top: -1.2rem !important;
  }
  .-mt-sm-16 {
    margin-top: -1.6rem !important;
  }
  .-mt-sm-20 {
    margin-top: -2rem !important;
  }
  .-mt-sm-24 {
    margin-top: -2.4rem !important;
  }
  .-mt-sm-28 {
    margin-top: -2.8rem !important;
  }
  .-mt-sm-32 {
    margin-top: -3.2rem !important;
  }
  .-mt-sm-36 {
    margin-top: -3.6rem !important;
  }
  .-mt-sm-40 {
    margin-top: -4rem !important;
  }
  .-mt-sm-44 {
    margin-top: -4.4rem !important;
  }
  .-mt-sm-48 {
    margin-top: -4.8rem !important;
  }
  .-mt-sm-52 {
    margin-top: -5.2rem !important;
  }
  .-mt-sm-56 {
    margin-top: -5.6rem !important;
  }
  .-mt-sm-60 {
    margin-top: -6rem !important;
  }
  .-mt-sm-64 {
    margin-top: -6.4rem !important;
  }
  .-mb-sm-0 {
    margin-bottom: 0rem !important;
  }
  .-mb-sm-4 {
    margin-bottom: -0.4rem !important;
  }
  .-mb-sm-8 {
    margin-bottom: -0.8rem !important;
  }
  .-mb-sm-12 {
    margin-bottom: -1.2rem !important;
  }
  .-mb-sm-16 {
    margin-bottom: -1.6rem !important;
  }
  .-mb-sm-20 {
    margin-bottom: -2rem !important;
  }
  .-mb-sm-24 {
    margin-bottom: -2.4rem !important;
  }
  .-mb-sm-28 {
    margin-bottom: -2.8rem !important;
  }
  .-mb-sm-32 {
    margin-bottom: -3.2rem !important;
  }
  .-mb-sm-36 {
    margin-bottom: -3.6rem !important;
  }
  .-mb-sm-40 {
    margin-bottom: -4rem !important;
  }
  .-mb-sm-44 {
    margin-bottom: -4.4rem !important;
  }
  .-mb-sm-48 {
    margin-bottom: -4.8rem !important;
  }
  .-mb-sm-52 {
    margin-bottom: -5.2rem !important;
  }
  .-mb-sm-56 {
    margin-bottom: -5.6rem !important;
  }
  .-mb-sm-60 {
    margin-bottom: -6rem !important;
  }
  .-mb-sm-64 {
    margin-bottom: -6.4rem !important;
  }
  .-mx-sm-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .-mx-sm-4 {
    margin-right: -0.4rem !important;
    margin-left: -0.4rem !important;
  }
  .-mx-sm-8 {
    margin-right: -0.8rem !important;
    margin-left: -0.8rem !important;
  }
  .-mx-sm-12 {
    margin-right: -1.2rem !important;
    margin-left: -1.2rem !important;
  }
  .-mx-sm-16 {
    margin-right: -1.6rem !important;
    margin-left: -1.6rem !important;
  }
  .-mx-sm-20 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .-mx-sm-24 {
    margin-right: -2.4rem !important;
    margin-left: -2.4rem !important;
  }
  .-mx-sm-28 {
    margin-right: -2.8rem !important;
    margin-left: -2.8rem !important;
  }
  .-mx-sm-32 {
    margin-right: -3.2rem !important;
    margin-left: -3.2rem !important;
  }
  .-mx-sm-36 {
    margin-right: -3.6rem !important;
    margin-left: -3.6rem !important;
  }
  .-mx-sm-40 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .-mx-sm-44 {
    margin-right: -4.4rem !important;
    margin-left: -4.4rem !important;
  }
  .-mx-sm-48 {
    margin-right: -4.8rem !important;
    margin-left: -4.8rem !important;
  }
  .-mx-sm-52 {
    margin-right: -5.2rem !important;
    margin-left: -5.2rem !important;
  }
  .-mx-sm-56 {
    margin-right: -5.6rem !important;
    margin-left: -5.6rem !important;
  }
  .-mx-sm-60 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .-mx-sm-64 {
    margin-right: -6.4rem !important;
    margin-left: -6.4rem !important;
  }
  .-my-sm-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .-my-sm-4 {
    margin-top: -0.4rem !important;
    margin-bottom: -0.4rem !important;
  }
  .-my-sm-8 {
    margin-top: -0.8rem !important;
    margin-bottom: -0.8rem !important;
  }
  .-my-sm-12 {
    margin-top: -1.2rem !important;
    margin-bottom: -1.2rem !important;
  }
  .-my-sm-16 {
    margin-top: -1.6rem !important;
    margin-bottom: -1.6rem !important;
  }
  .-my-sm-20 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .-my-sm-24 {
    margin-top: -2.4rem !important;
    margin-bottom: -2.4rem !important;
  }
  .-my-sm-28 {
    margin-top: -2.8rem !important;
    margin-bottom: -2.8rem !important;
  }
  .-my-sm-32 {
    margin-top: -3.2rem !important;
    margin-bottom: -3.2rem !important;
  }
  .-my-sm-36 {
    margin-top: -3.6rem !important;
    margin-bottom: -3.6rem !important;
  }
  .-my-sm-40 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .-my-sm-44 {
    margin-top: -4.4rem !important;
    margin-bottom: -4.4rem !important;
  }
  .-my-sm-48 {
    margin-top: -4.8rem !important;
    margin-bottom: -4.8rem !important;
  }
  .-my-sm-52 {
    margin-top: -5.2rem !important;
    margin-bottom: -5.2rem !important;
  }
  .-my-sm-56 {
    margin-top: -5.6rem !important;
    margin-bottom: -5.6rem !important;
  }
  .-my-sm-60 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .-my-sm-64 {
    margin-top: -6.4rem !important;
    margin-bottom: -6.4rem !important;
  }
  .p-sm-0 {
    padding: 0rem !important;
  }
  .p-sm-4 {
    padding: 0.4rem !important;
  }
  .p-sm-8 {
    padding: 0.8rem !important;
  }
  .p-sm-12 {
    padding: 1.2rem !important;
  }
  .p-sm-16 {
    padding: 1.6rem !important;
  }
  .p-sm-20 {
    padding: 2rem !important;
  }
  .p-sm-24 {
    padding: 2.4rem !important;
  }
  .p-sm-28 {
    padding: 2.8rem !important;
  }
  .p-sm-32 {
    padding: 3.2rem !important;
  }
  .p-sm-36 {
    padding: 3.6rem !important;
  }
  .p-sm-40 {
    padding: 4rem !important;
  }
  .p-sm-44 {
    padding: 4.4rem !important;
  }
  .p-sm-48 {
    padding: 4.8rem !important;
  }
  .p-sm-52 {
    padding: 5.2rem !important;
  }
  .p-sm-56 {
    padding: 5.6rem !important;
  }
  .p-sm-60 {
    padding: 6rem !important;
  }
  .p-sm-64 {
    padding: 6.4rem !important;
  }
  .pl-sm-0 {
    padding-left: 0rem !important;
  }
  .pl-sm-4 {
    padding-left: 0.4rem !important;
  }
  .pl-sm-8 {
    padding-left: 0.8rem !important;
  }
  .pl-sm-12 {
    padding-left: 1.2rem !important;
  }
  .pl-sm-16 {
    padding-left: 1.6rem !important;
  }
  .pl-sm-20 {
    padding-left: 2rem !important;
  }
  .pl-sm-24 {
    padding-left: 2.4rem !important;
  }
  .pl-sm-28 {
    padding-left: 2.8rem !important;
  }
  .pl-sm-32 {
    padding-left: 3.2rem !important;
  }
  .pl-sm-36 {
    padding-left: 3.6rem !important;
  }
  .pl-sm-40 {
    padding-left: 4rem !important;
  }
  .pl-sm-44 {
    padding-left: 4.4rem !important;
  }
  .pl-sm-48 {
    padding-left: 4.8rem !important;
  }
  .pl-sm-52 {
    padding-left: 5.2rem !important;
  }
  .pl-sm-56 {
    padding-left: 5.6rem !important;
  }
  .pl-sm-60 {
    padding-left: 6rem !important;
  }
  .pl-sm-64 {
    padding-left: 6.4rem !important;
  }
  .pr-sm-0 {
    padding-right: 0rem !important;
  }
  .pr-sm-4 {
    padding-right: 0.4rem !important;
  }
  .pr-sm-8 {
    padding-right: 0.8rem !important;
  }
  .pr-sm-12 {
    padding-right: 1.2rem !important;
  }
  .pr-sm-16 {
    padding-right: 1.6rem !important;
  }
  .pr-sm-20 {
    padding-right: 2rem !important;
  }
  .pr-sm-24 {
    padding-right: 2.4rem !important;
  }
  .pr-sm-28 {
    padding-right: 2.8rem !important;
  }
  .pr-sm-32 {
    padding-right: 3.2rem !important;
  }
  .pr-sm-36 {
    padding-right: 3.6rem !important;
  }
  .pr-sm-40 {
    padding-right: 4rem !important;
  }
  .pr-sm-44 {
    padding-right: 4.4rem !important;
  }
  .pr-sm-48 {
    padding-right: 4.8rem !important;
  }
  .pr-sm-52 {
    padding-right: 5.2rem !important;
  }
  .pr-sm-56 {
    padding-right: 5.6rem !important;
  }
  .pr-sm-60 {
    padding-right: 6rem !important;
  }
  .pr-sm-64 {
    padding-right: 6.4rem !important;
  }
  .pt-sm-0 {
    padding-top: 0rem !important;
  }
  .pt-sm-4 {
    padding-top: 0.4rem !important;
  }
  .pt-sm-8 {
    padding-top: 0.8rem !important;
  }
  .pt-sm-12 {
    padding-top: 1.2rem !important;
  }
  .pt-sm-16 {
    padding-top: 1.6rem !important;
  }
  .pt-sm-20 {
    padding-top: 2rem !important;
  }
  .pt-sm-24 {
    padding-top: 2.4rem !important;
  }
  .pt-sm-28 {
    padding-top: 2.8rem !important;
  }
  .pt-sm-32 {
    padding-top: 3.2rem !important;
  }
  .pt-sm-36 {
    padding-top: 3.6rem !important;
  }
  .pt-sm-40 {
    padding-top: 4rem !important;
  }
  .pt-sm-44 {
    padding-top: 4.4rem !important;
  }
  .pt-sm-48 {
    padding-top: 4.8rem !important;
  }
  .pt-sm-52 {
    padding-top: 5.2rem !important;
  }
  .pt-sm-56 {
    padding-top: 5.6rem !important;
  }
  .pt-sm-60 {
    padding-top: 6rem !important;
  }
  .pt-sm-64 {
    padding-top: 6.4rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 0.4rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 0.8rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 1.2rem !important;
  }
  .pb-sm-16 {
    padding-bottom: 1.6rem !important;
  }
  .pb-sm-20 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-24 {
    padding-bottom: 2.4rem !important;
  }
  .pb-sm-28 {
    padding-bottom: 2.8rem !important;
  }
  .pb-sm-32 {
    padding-bottom: 3.2rem !important;
  }
  .pb-sm-36 {
    padding-bottom: 3.6rem !important;
  }
  .pb-sm-40 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-44 {
    padding-bottom: 4.4rem !important;
  }
  .pb-sm-48 {
    padding-bottom: 4.8rem !important;
  }
  .pb-sm-52 {
    padding-bottom: 5.2rem !important;
  }
  .pb-sm-56 {
    padding-bottom: 5.6rem !important;
  }
  .pb-sm-60 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-64 {
    padding-bottom: 6.4rem !important;
  }
  .px-sm-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .px-sm-4 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-sm-8 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-sm-12 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-sm-16 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-sm-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-24 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-sm-28 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important;
  }
  .px-sm-32 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-sm-36 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }
  .px-sm-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-44 {
    padding-right: 4.4rem !important;
    padding-left: 4.4rem !important;
  }
  .px-sm-48 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .px-sm-52 {
    padding-right: 5.2rem !important;
    padding-left: 5.2rem !important;
  }
  .px-sm-56 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important;
  }
  .px-sm-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-sm-64 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }
  .py-sm-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-sm-4 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-sm-8 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-sm-12 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-sm-16 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-sm-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-24 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-sm-28 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }
  .py-sm-32 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-sm-36 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .py-sm-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-44 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important;
  }
  .py-sm-48 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .py-sm-52 {
    padding-top: 5.2rem !important;
    padding-bottom: 5.2rem !important;
  }
  .py-sm-56 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
  .py-sm-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-64 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .ta-sm-left {
    text-align: left !important;
  }
  .ta-sm-right {
    text-align: right !important;
  }
  .ta-sm-center {
    text-align: center !important;
  }
  .ta-sm-justify {
    text-align: justify !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-fill-0 {
    flex: 1 1 0 !important;
  }
  .fd-md-row {
    flex-direction: row !important;
  }
  .fd-md-column {
    flex-direction: column !important;
  }
  .fd-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .fd-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .fg-md-0 {
    flex-grow: 0 !important;
  }
  .fg-md-1 {
    flex-grow: 1 !important;
  }
  .fs-md-0 {
    flex-shrink: 0 !important;
  }
  .fs-md-1 {
    flex-shrink: 1 !important;
  }
  .fb-md-0 {
    flex-basis: 0 !important;
  }
  .fb-md-auto {
    flex-basis: auto !important;
  }
  .fw-md-wrap {
    flex-wrap: wrap !important;
  }
  .fw-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .fw-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .jc-md-start {
    justify-content: flex-start !important;
  }
  .jc-md-end {
    justify-content: flex-end !important;
  }
  .jc-md-center {
    justify-content: center !important;
  }
  .jc-md-between {
    justify-content: space-between !important;
  }
  .jc-md-around {
    justify-content: space-around !important;
  }
  .jc-md-evenly {
    justify-content: space-evenly !important;
  }
  .ai-md-start {
    align-items: flex-start !important;
  }
  .ai-md-end {
    align-items: flex-end !important;
  }
  .ai-md-center {
    align-items: center !important;
  }
  .ai-md-baseline {
    align-items: baseline !important;
  }
  .ai-md-stretch {
    align-items: stretch !important;
  }
  .ac-md-start {
    align-content: flex-start !important;
  }
  .ac-md-end {
    align-content: flex-end !important;
  }
  .ac-md-center {
    align-content: center !important;
  }
  .ac-md-between {
    align-content: space-between !important;
  }
  .ac-md-around {
    align-content: space-around !important;
  }
  .ac-md-stretch {
    align-content: stretch !important;
  }
  .as-md-auto {
    align-self: auto !important;
  }
  .as-md-start {
    align-self: flex-start !important;
  }
  .as-md-end {
    align-self: flex-end !important;
  }
  .as-md-center {
    align-self: center !important;
  }
  .as-md-baseline {
    align-self: baseline !important;
  }
  .as-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-full {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .w-md-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-full {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .float-md-l {
    float: left !important;
  }
  .float-md-r {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .m-md-0 {
    margin: 0rem !important;
  }
  .m-md-4 {
    margin: 0.4rem !important;
  }
  .m-md-8 {
    margin: 0.8rem !important;
  }
  .m-md-12 {
    margin: 1.2rem !important;
  }
  .m-md-16 {
    margin: 1.6rem !important;
  }
  .m-md-20 {
    margin: 2rem !important;
  }
  .m-md-24 {
    margin: 2.4rem !important;
  }
  .m-md-28 {
    margin: 2.8rem !important;
  }
  .m-md-32 {
    margin: 3.2rem !important;
  }
  .m-md-36 {
    margin: 3.6rem !important;
  }
  .m-md-40 {
    margin: 4rem !important;
  }
  .m-md-44 {
    margin: 4.4rem !important;
  }
  .m-md-48 {
    margin: 4.8rem !important;
  }
  .m-md-52 {
    margin: 5.2rem !important;
  }
  .m-md-56 {
    margin: 5.6rem !important;
  }
  .m-md-60 {
    margin: 6rem !important;
  }
  .m-md-64 {
    margin: 6.4rem !important;
  }
  .ml-md-0 {
    margin-left: 0rem !important;
  }
  .ml-md-4 {
    margin-left: 0.4rem !important;
  }
  .ml-md-8 {
    margin-left: 0.8rem !important;
  }
  .ml-md-12 {
    margin-left: 1.2rem !important;
  }
  .ml-md-16 {
    margin-left: 1.6rem !important;
  }
  .ml-md-20 {
    margin-left: 2rem !important;
  }
  .ml-md-24 {
    margin-left: 2.4rem !important;
  }
  .ml-md-28 {
    margin-left: 2.8rem !important;
  }
  .ml-md-32 {
    margin-left: 3.2rem !important;
  }
  .ml-md-36 {
    margin-left: 3.6rem !important;
  }
  .ml-md-40 {
    margin-left: 4rem !important;
  }
  .ml-md-44 {
    margin-left: 4.4rem !important;
  }
  .ml-md-48 {
    margin-left: 4.8rem !important;
  }
  .ml-md-52 {
    margin-left: 5.2rem !important;
  }
  .ml-md-56 {
    margin-left: 5.6rem !important;
  }
  .ml-md-60 {
    margin-left: 6rem !important;
  }
  .ml-md-64 {
    margin-left: 6.4rem !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mr-md-0 {
    margin-right: 0rem !important;
  }
  .mr-md-4 {
    margin-right: 0.4rem !important;
  }
  .mr-md-8 {
    margin-right: 0.8rem !important;
  }
  .mr-md-12 {
    margin-right: 1.2rem !important;
  }
  .mr-md-16 {
    margin-right: 1.6rem !important;
  }
  .mr-md-20 {
    margin-right: 2rem !important;
  }
  .mr-md-24 {
    margin-right: 2.4rem !important;
  }
  .mr-md-28 {
    margin-right: 2.8rem !important;
  }
  .mr-md-32 {
    margin-right: 3.2rem !important;
  }
  .mr-md-36 {
    margin-right: 3.6rem !important;
  }
  .mr-md-40 {
    margin-right: 4rem !important;
  }
  .mr-md-44 {
    margin-right: 4.4rem !important;
  }
  .mr-md-48 {
    margin-right: 4.8rem !important;
  }
  .mr-md-52 {
    margin-right: 5.2rem !important;
  }
  .mr-md-56 {
    margin-right: 5.6rem !important;
  }
  .mr-md-60 {
    margin-right: 6rem !important;
  }
  .mr-md-64 {
    margin-right: 6.4rem !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .mt-md-4 {
    margin-top: 0.4rem !important;
  }
  .mt-md-8 {
    margin-top: 0.8rem !important;
  }
  .mt-md-12 {
    margin-top: 1.2rem !important;
  }
  .mt-md-16 {
    margin-top: 1.6rem !important;
  }
  .mt-md-20 {
    margin-top: 2rem !important;
  }
  .mt-md-24 {
    margin-top: 2.4rem !important;
  }
  .mt-md-28 {
    margin-top: 2.8rem !important;
  }
  .mt-md-32 {
    margin-top: 3.2rem !important;
  }
  .mt-md-36 {
    margin-top: 3.6rem !important;
  }
  .mt-md-40 {
    margin-top: 4rem !important;
  }
  .mt-md-44 {
    margin-top: 4.4rem !important;
  }
  .mt-md-48 {
    margin-top: 4.8rem !important;
  }
  .mt-md-52 {
    margin-top: 5.2rem !important;
  }
  .mt-md-56 {
    margin-top: 5.6rem !important;
  }
  .mt-md-60 {
    margin-top: 6rem !important;
  }
  .mt-md-64 {
    margin-top: 6.4rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .mb-md-4 {
    margin-bottom: 0.4rem !important;
  }
  .mb-md-8 {
    margin-bottom: 0.8rem !important;
  }
  .mb-md-12 {
    margin-bottom: 1.2rem !important;
  }
  .mb-md-16 {
    margin-bottom: 1.6rem !important;
  }
  .mb-md-20 {
    margin-bottom: 2rem !important;
  }
  .mb-md-24 {
    margin-bottom: 2.4rem !important;
  }
  .mb-md-28 {
    margin-bottom: 2.8rem !important;
  }
  .mb-md-32 {
    margin-bottom: 3.2rem !important;
  }
  .mb-md-36 {
    margin-bottom: 3.6rem !important;
  }
  .mb-md-40 {
    margin-bottom: 4rem !important;
  }
  .mb-md-44 {
    margin-bottom: 4.4rem !important;
  }
  .mb-md-48 {
    margin-bottom: 4.8rem !important;
  }
  .mb-md-52 {
    margin-bottom: 5.2rem !important;
  }
  .mb-md-56 {
    margin-bottom: 5.6rem !important;
  }
  .mb-md-60 {
    margin-bottom: 6rem !important;
  }
  .mb-md-64 {
    margin-bottom: 6.4rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .mx-md-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .mx-md-4 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-md-8 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-md-12 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-md-16 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-md-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-24 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-md-28 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important;
  }
  .mx-md-32 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-md-36 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }
  .mx-md-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-44 {
    margin-right: 4.4rem !important;
    margin-left: 4.4rem !important;
  }
  .mx-md-48 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-md-52 {
    margin-right: 5.2rem !important;
    margin-left: 5.2rem !important;
  }
  .mx-md-56 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }
  .mx-md-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-64 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-md-4 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-md-8 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-md-12 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-md-16 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-md-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-24 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-md-28 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
  .my-md-32 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-md-36 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .my-md-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-44 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important;
  }
  .my-md-48 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-md-52 {
    margin-top: 5.2rem !important;
    margin-bottom: 5.2rem !important;
  }
  .my-md-56 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
  .my-md-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-64 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .-m-md-0 {
    margin: 0rem !important;
  }
  .-m-md-4 {
    margin: -0.4rem !important;
  }
  .-m-md-8 {
    margin: -0.8rem !important;
  }
  .-m-md-12 {
    margin: -1.2rem !important;
  }
  .-m-md-16 {
    margin: -1.6rem !important;
  }
  .-m-md-20 {
    margin: -2rem !important;
  }
  .-m-md-24 {
    margin: -2.4rem !important;
  }
  .-m-md-28 {
    margin: -2.8rem !important;
  }
  .-m-md-32 {
    margin: -3.2rem !important;
  }
  .-m-md-36 {
    margin: -3.6rem !important;
  }
  .-m-md-40 {
    margin: -4rem !important;
  }
  .-m-md-44 {
    margin: -4.4rem !important;
  }
  .-m-md-48 {
    margin: -4.8rem !important;
  }
  .-m-md-52 {
    margin: -5.2rem !important;
  }
  .-m-md-56 {
    margin: -5.6rem !important;
  }
  .-m-md-60 {
    margin: -6rem !important;
  }
  .-m-md-64 {
    margin: -6.4rem !important;
  }
  .-mt-md-0 {
    margin-top: 0rem !important;
  }
  .-mt-md-4 {
    margin-top: -0.4rem !important;
  }
  .-mt-md-8 {
    margin-top: -0.8rem !important;
  }
  .-mt-md-12 {
    margin-top: -1.2rem !important;
  }
  .-mt-md-16 {
    margin-top: -1.6rem !important;
  }
  .-mt-md-20 {
    margin-top: -2rem !important;
  }
  .-mt-md-24 {
    margin-top: -2.4rem !important;
  }
  .-mt-md-28 {
    margin-top: -2.8rem !important;
  }
  .-mt-md-32 {
    margin-top: -3.2rem !important;
  }
  .-mt-md-36 {
    margin-top: -3.6rem !important;
  }
  .-mt-md-40 {
    margin-top: -4rem !important;
  }
  .-mt-md-44 {
    margin-top: -4.4rem !important;
  }
  .-mt-md-48 {
    margin-top: -4.8rem !important;
  }
  .-mt-md-52 {
    margin-top: -5.2rem !important;
  }
  .-mt-md-56 {
    margin-top: -5.6rem !important;
  }
  .-mt-md-60 {
    margin-top: -6rem !important;
  }
  .-mt-md-64 {
    margin-top: -6.4rem !important;
  }
  .-mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .-mb-md-4 {
    margin-bottom: -0.4rem !important;
  }
  .-mb-md-8 {
    margin-bottom: -0.8rem !important;
  }
  .-mb-md-12 {
    margin-bottom: -1.2rem !important;
  }
  .-mb-md-16 {
    margin-bottom: -1.6rem !important;
  }
  .-mb-md-20 {
    margin-bottom: -2rem !important;
  }
  .-mb-md-24 {
    margin-bottom: -2.4rem !important;
  }
  .-mb-md-28 {
    margin-bottom: -2.8rem !important;
  }
  .-mb-md-32 {
    margin-bottom: -3.2rem !important;
  }
  .-mb-md-36 {
    margin-bottom: -3.6rem !important;
  }
  .-mb-md-40 {
    margin-bottom: -4rem !important;
  }
  .-mb-md-44 {
    margin-bottom: -4.4rem !important;
  }
  .-mb-md-48 {
    margin-bottom: -4.8rem !important;
  }
  .-mb-md-52 {
    margin-bottom: -5.2rem !important;
  }
  .-mb-md-56 {
    margin-bottom: -5.6rem !important;
  }
  .-mb-md-60 {
    margin-bottom: -6rem !important;
  }
  .-mb-md-64 {
    margin-bottom: -6.4rem !important;
  }
  .-mx-md-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .-mx-md-4 {
    margin-right: -0.4rem !important;
    margin-left: -0.4rem !important;
  }
  .-mx-md-8 {
    margin-right: -0.8rem !important;
    margin-left: -0.8rem !important;
  }
  .-mx-md-12 {
    margin-right: -1.2rem !important;
    margin-left: -1.2rem !important;
  }
  .-mx-md-16 {
    margin-right: -1.6rem !important;
    margin-left: -1.6rem !important;
  }
  .-mx-md-20 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .-mx-md-24 {
    margin-right: -2.4rem !important;
    margin-left: -2.4rem !important;
  }
  .-mx-md-28 {
    margin-right: -2.8rem !important;
    margin-left: -2.8rem !important;
  }
  .-mx-md-32 {
    margin-right: -3.2rem !important;
    margin-left: -3.2rem !important;
  }
  .-mx-md-36 {
    margin-right: -3.6rem !important;
    margin-left: -3.6rem !important;
  }
  .-mx-md-40 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .-mx-md-44 {
    margin-right: -4.4rem !important;
    margin-left: -4.4rem !important;
  }
  .-mx-md-48 {
    margin-right: -4.8rem !important;
    margin-left: -4.8rem !important;
  }
  .-mx-md-52 {
    margin-right: -5.2rem !important;
    margin-left: -5.2rem !important;
  }
  .-mx-md-56 {
    margin-right: -5.6rem !important;
    margin-left: -5.6rem !important;
  }
  .-mx-md-60 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .-mx-md-64 {
    margin-right: -6.4rem !important;
    margin-left: -6.4rem !important;
  }
  .-my-md-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .-my-md-4 {
    margin-top: -0.4rem !important;
    margin-bottom: -0.4rem !important;
  }
  .-my-md-8 {
    margin-top: -0.8rem !important;
    margin-bottom: -0.8rem !important;
  }
  .-my-md-12 {
    margin-top: -1.2rem !important;
    margin-bottom: -1.2rem !important;
  }
  .-my-md-16 {
    margin-top: -1.6rem !important;
    margin-bottom: -1.6rem !important;
  }
  .-my-md-20 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .-my-md-24 {
    margin-top: -2.4rem !important;
    margin-bottom: -2.4rem !important;
  }
  .-my-md-28 {
    margin-top: -2.8rem !important;
    margin-bottom: -2.8rem !important;
  }
  .-my-md-32 {
    margin-top: -3.2rem !important;
    margin-bottom: -3.2rem !important;
  }
  .-my-md-36 {
    margin-top: -3.6rem !important;
    margin-bottom: -3.6rem !important;
  }
  .-my-md-40 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .-my-md-44 {
    margin-top: -4.4rem !important;
    margin-bottom: -4.4rem !important;
  }
  .-my-md-48 {
    margin-top: -4.8rem !important;
    margin-bottom: -4.8rem !important;
  }
  .-my-md-52 {
    margin-top: -5.2rem !important;
    margin-bottom: -5.2rem !important;
  }
  .-my-md-56 {
    margin-top: -5.6rem !important;
    margin-bottom: -5.6rem !important;
  }
  .-my-md-60 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .-my-md-64 {
    margin-top: -6.4rem !important;
    margin-bottom: -6.4rem !important;
  }
  .p-md-0 {
    padding: 0rem !important;
  }
  .p-md-4 {
    padding: 0.4rem !important;
  }
  .p-md-8 {
    padding: 0.8rem !important;
  }
  .p-md-12 {
    padding: 1.2rem !important;
  }
  .p-md-16 {
    padding: 1.6rem !important;
  }
  .p-md-20 {
    padding: 2rem !important;
  }
  .p-md-24 {
    padding: 2.4rem !important;
  }
  .p-md-28 {
    padding: 2.8rem !important;
  }
  .p-md-32 {
    padding: 3.2rem !important;
  }
  .p-md-36 {
    padding: 3.6rem !important;
  }
  .p-md-40 {
    padding: 4rem !important;
  }
  .p-md-44 {
    padding: 4.4rem !important;
  }
  .p-md-48 {
    padding: 4.8rem !important;
  }
  .p-md-52 {
    padding: 5.2rem !important;
  }
  .p-md-56 {
    padding: 5.6rem !important;
  }
  .p-md-60 {
    padding: 6rem !important;
  }
  .p-md-64 {
    padding: 6.4rem !important;
  }
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  .pl-md-4 {
    padding-left: 0.4rem !important;
  }
  .pl-md-8 {
    padding-left: 0.8rem !important;
  }
  .pl-md-12 {
    padding-left: 1.2rem !important;
  }
  .pl-md-16 {
    padding-left: 1.6rem !important;
  }
  .pl-md-20 {
    padding-left: 2rem !important;
  }
  .pl-md-24 {
    padding-left: 2.4rem !important;
  }
  .pl-md-28 {
    padding-left: 2.8rem !important;
  }
  .pl-md-32 {
    padding-left: 3.2rem !important;
  }
  .pl-md-36 {
    padding-left: 3.6rem !important;
  }
  .pl-md-40 {
    padding-left: 4rem !important;
  }
  .pl-md-44 {
    padding-left: 4.4rem !important;
  }
  .pl-md-48 {
    padding-left: 4.8rem !important;
  }
  .pl-md-52 {
    padding-left: 5.2rem !important;
  }
  .pl-md-56 {
    padding-left: 5.6rem !important;
  }
  .pl-md-60 {
    padding-left: 6rem !important;
  }
  .pl-md-64 {
    padding-left: 6.4rem !important;
  }
  .pr-md-0 {
    padding-right: 0rem !important;
  }
  .pr-md-4 {
    padding-right: 0.4rem !important;
  }
  .pr-md-8 {
    padding-right: 0.8rem !important;
  }
  .pr-md-12 {
    padding-right: 1.2rem !important;
  }
  .pr-md-16 {
    padding-right: 1.6rem !important;
  }
  .pr-md-20 {
    padding-right: 2rem !important;
  }
  .pr-md-24 {
    padding-right: 2.4rem !important;
  }
  .pr-md-28 {
    padding-right: 2.8rem !important;
  }
  .pr-md-32 {
    padding-right: 3.2rem !important;
  }
  .pr-md-36 {
    padding-right: 3.6rem !important;
  }
  .pr-md-40 {
    padding-right: 4rem !important;
  }
  .pr-md-44 {
    padding-right: 4.4rem !important;
  }
  .pr-md-48 {
    padding-right: 4.8rem !important;
  }
  .pr-md-52 {
    padding-right: 5.2rem !important;
  }
  .pr-md-56 {
    padding-right: 5.6rem !important;
  }
  .pr-md-60 {
    padding-right: 6rem !important;
  }
  .pr-md-64 {
    padding-right: 6.4rem !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .pt-md-4 {
    padding-top: 0.4rem !important;
  }
  .pt-md-8 {
    padding-top: 0.8rem !important;
  }
  .pt-md-12 {
    padding-top: 1.2rem !important;
  }
  .pt-md-16 {
    padding-top: 1.6rem !important;
  }
  .pt-md-20 {
    padding-top: 2rem !important;
  }
  .pt-md-24 {
    padding-top: 2.4rem !important;
  }
  .pt-md-28 {
    padding-top: 2.8rem !important;
  }
  .pt-md-32 {
    padding-top: 3.2rem !important;
  }
  .pt-md-36 {
    padding-top: 3.6rem !important;
  }
  .pt-md-40 {
    padding-top: 4rem !important;
  }
  .pt-md-44 {
    padding-top: 4.4rem !important;
  }
  .pt-md-48 {
    padding-top: 4.8rem !important;
  }
  .pt-md-52 {
    padding-top: 5.2rem !important;
  }
  .pt-md-56 {
    padding-top: 5.6rem !important;
  }
  .pt-md-60 {
    padding-top: 6rem !important;
  }
  .pt-md-64 {
    padding-top: 6.4rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .pb-md-4 {
    padding-bottom: 0.4rem !important;
  }
  .pb-md-8 {
    padding-bottom: 0.8rem !important;
  }
  .pb-md-12 {
    padding-bottom: 1.2rem !important;
  }
  .pb-md-16 {
    padding-bottom: 1.6rem !important;
  }
  .pb-md-20 {
    padding-bottom: 2rem !important;
  }
  .pb-md-24 {
    padding-bottom: 2.4rem !important;
  }
  .pb-md-28 {
    padding-bottom: 2.8rem !important;
  }
  .pb-md-32 {
    padding-bottom: 3.2rem !important;
  }
  .pb-md-36 {
    padding-bottom: 3.6rem !important;
  }
  .pb-md-40 {
    padding-bottom: 4rem !important;
  }
  .pb-md-44 {
    padding-bottom: 4.4rem !important;
  }
  .pb-md-48 {
    padding-bottom: 4.8rem !important;
  }
  .pb-md-52 {
    padding-bottom: 5.2rem !important;
  }
  .pb-md-56 {
    padding-bottom: 5.6rem !important;
  }
  .pb-md-60 {
    padding-bottom: 6rem !important;
  }
  .pb-md-64 {
    padding-bottom: 6.4rem !important;
  }
  .px-md-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .px-md-4 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-md-8 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-md-12 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-md-16 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-md-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-24 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-md-28 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important;
  }
  .px-md-32 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-md-36 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }
  .px-md-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-44 {
    padding-right: 4.4rem !important;
    padding-left: 4.4rem !important;
  }
  .px-md-48 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .px-md-52 {
    padding-right: 5.2rem !important;
    padding-left: 5.2rem !important;
  }
  .px-md-56 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important;
  }
  .px-md-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-64 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }
  .py-md-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-md-4 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-md-8 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-md-12 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-md-16 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-md-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-24 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-md-28 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }
  .py-md-32 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-md-36 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .py-md-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-44 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important;
  }
  .py-md-48 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .py-md-52 {
    padding-top: 5.2rem !important;
    padding-bottom: 5.2rem !important;
  }
  .py-md-56 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
  .py-md-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-64 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .ta-md-left {
    text-align: left !important;
  }
  .ta-md-right {
    text-align: right !important;
  }
  .ta-md-center {
    text-align: center !important;
  }
  .ta-md-justify {
    text-align: justify !important;
  }
}
@media (min-width: 1024px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-fill-0 {
    flex: 1 1 0 !important;
  }
  .fd-lg-row {
    flex-direction: row !important;
  }
  .fd-lg-column {
    flex-direction: column !important;
  }
  .fd-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .fd-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .fg-lg-0 {
    flex-grow: 0 !important;
  }
  .fg-lg-1 {
    flex-grow: 1 !important;
  }
  .fs-lg-0 {
    flex-shrink: 0 !important;
  }
  .fs-lg-1 {
    flex-shrink: 1 !important;
  }
  .fb-lg-0 {
    flex-basis: 0 !important;
  }
  .fb-lg-auto {
    flex-basis: auto !important;
  }
  .fw-lg-wrap {
    flex-wrap: wrap !important;
  }
  .fw-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .fw-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .jc-lg-start {
    justify-content: flex-start !important;
  }
  .jc-lg-end {
    justify-content: flex-end !important;
  }
  .jc-lg-center {
    justify-content: center !important;
  }
  .jc-lg-between {
    justify-content: space-between !important;
  }
  .jc-lg-around {
    justify-content: space-around !important;
  }
  .jc-lg-evenly {
    justify-content: space-evenly !important;
  }
  .ai-lg-start {
    align-items: flex-start !important;
  }
  .ai-lg-end {
    align-items: flex-end !important;
  }
  .ai-lg-center {
    align-items: center !important;
  }
  .ai-lg-baseline {
    align-items: baseline !important;
  }
  .ai-lg-stretch {
    align-items: stretch !important;
  }
  .ac-lg-start {
    align-content: flex-start !important;
  }
  .ac-lg-end {
    align-content: flex-end !important;
  }
  .ac-lg-center {
    align-content: center !important;
  }
  .ac-lg-between {
    align-content: space-between !important;
  }
  .ac-lg-around {
    align-content: space-around !important;
  }
  .ac-lg-stretch {
    align-content: stretch !important;
  }
  .as-lg-auto {
    align-self: auto !important;
  }
  .as-lg-start {
    align-self: flex-start !important;
  }
  .as-lg-end {
    align-self: flex-end !important;
  }
  .as-lg-center {
    align-self: center !important;
  }
  .as-lg-baseline {
    align-self: baseline !important;
  }
  .as-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-full {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .w-lg-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-full {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .float-lg-l {
    float: left !important;
  }
  .float-lg-r {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .m-lg-0 {
    margin: 0rem !important;
  }
  .m-lg-4 {
    margin: 0.4rem !important;
  }
  .m-lg-8 {
    margin: 0.8rem !important;
  }
  .m-lg-12 {
    margin: 1.2rem !important;
  }
  .m-lg-16 {
    margin: 1.6rem !important;
  }
  .m-lg-20 {
    margin: 2rem !important;
  }
  .m-lg-24 {
    margin: 2.4rem !important;
  }
  .m-lg-28 {
    margin: 2.8rem !important;
  }
  .m-lg-32 {
    margin: 3.2rem !important;
  }
  .m-lg-36 {
    margin: 3.6rem !important;
  }
  .m-lg-40 {
    margin: 4rem !important;
  }
  .m-lg-44 {
    margin: 4.4rem !important;
  }
  .m-lg-48 {
    margin: 4.8rem !important;
  }
  .m-lg-52 {
    margin: 5.2rem !important;
  }
  .m-lg-56 {
    margin: 5.6rem !important;
  }
  .m-lg-60 {
    margin: 6rem !important;
  }
  .m-lg-64 {
    margin: 6.4rem !important;
  }
  .ml-lg-0 {
    margin-left: 0rem !important;
  }
  .ml-lg-4 {
    margin-left: 0.4rem !important;
  }
  .ml-lg-8 {
    margin-left: 0.8rem !important;
  }
  .ml-lg-12 {
    margin-left: 1.2rem !important;
  }
  .ml-lg-16 {
    margin-left: 1.6rem !important;
  }
  .ml-lg-20 {
    margin-left: 2rem !important;
  }
  .ml-lg-24 {
    margin-left: 2.4rem !important;
  }
  .ml-lg-28 {
    margin-left: 2.8rem !important;
  }
  .ml-lg-32 {
    margin-left: 3.2rem !important;
  }
  .ml-lg-36 {
    margin-left: 3.6rem !important;
  }
  .ml-lg-40 {
    margin-left: 4rem !important;
  }
  .ml-lg-44 {
    margin-left: 4.4rem !important;
  }
  .ml-lg-48 {
    margin-left: 4.8rem !important;
  }
  .ml-lg-52 {
    margin-left: 5.2rem !important;
  }
  .ml-lg-56 {
    margin-left: 5.6rem !important;
  }
  .ml-lg-60 {
    margin-left: 6rem !important;
  }
  .ml-lg-64 {
    margin-left: 6.4rem !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mr-lg-0 {
    margin-right: 0rem !important;
  }
  .mr-lg-4 {
    margin-right: 0.4rem !important;
  }
  .mr-lg-8 {
    margin-right: 0.8rem !important;
  }
  .mr-lg-12 {
    margin-right: 1.2rem !important;
  }
  .mr-lg-16 {
    margin-right: 1.6rem !important;
  }
  .mr-lg-20 {
    margin-right: 2rem !important;
  }
  .mr-lg-24 {
    margin-right: 2.4rem !important;
  }
  .mr-lg-28 {
    margin-right: 2.8rem !important;
  }
  .mr-lg-32 {
    margin-right: 3.2rem !important;
  }
  .mr-lg-36 {
    margin-right: 3.6rem !important;
  }
  .mr-lg-40 {
    margin-right: 4rem !important;
  }
  .mr-lg-44 {
    margin-right: 4.4rem !important;
  }
  .mr-lg-48 {
    margin-right: 4.8rem !important;
  }
  .mr-lg-52 {
    margin-right: 5.2rem !important;
  }
  .mr-lg-56 {
    margin-right: 5.6rem !important;
  }
  .mr-lg-60 {
    margin-right: 6rem !important;
  }
  .mr-lg-64 {
    margin-right: 6.4rem !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0rem !important;
  }
  .mt-lg-4 {
    margin-top: 0.4rem !important;
  }
  .mt-lg-8 {
    margin-top: 0.8rem !important;
  }
  .mt-lg-12 {
    margin-top: 1.2rem !important;
  }
  .mt-lg-16 {
    margin-top: 1.6rem !important;
  }
  .mt-lg-20 {
    margin-top: 2rem !important;
  }
  .mt-lg-24 {
    margin-top: 2.4rem !important;
  }
  .mt-lg-28 {
    margin-top: 2.8rem !important;
  }
  .mt-lg-32 {
    margin-top: 3.2rem !important;
  }
  .mt-lg-36 {
    margin-top: 3.6rem !important;
  }
  .mt-lg-40 {
    margin-top: 4rem !important;
  }
  .mt-lg-44 {
    margin-top: 4.4rem !important;
  }
  .mt-lg-48 {
    margin-top: 4.8rem !important;
  }
  .mt-lg-52 {
    margin-top: 5.2rem !important;
  }
  .mt-lg-56 {
    margin-top: 5.6rem !important;
  }
  .mt-lg-60 {
    margin-top: 6rem !important;
  }
  .mt-lg-64 {
    margin-top: 6.4rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 0.4rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 0.8rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 1.2rem !important;
  }
  .mb-lg-16 {
    margin-bottom: 1.6rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-24 {
    margin-bottom: 2.4rem !important;
  }
  .mb-lg-28 {
    margin-bottom: 2.8rem !important;
  }
  .mb-lg-32 {
    margin-bottom: 3.2rem !important;
  }
  .mb-lg-36 {
    margin-bottom: 3.6rem !important;
  }
  .mb-lg-40 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-44 {
    margin-bottom: 4.4rem !important;
  }
  .mb-lg-48 {
    margin-bottom: 4.8rem !important;
  }
  .mb-lg-52 {
    margin-bottom: 5.2rem !important;
  }
  .mb-lg-56 {
    margin-bottom: 5.6rem !important;
  }
  .mb-lg-60 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-64 {
    margin-bottom: 6.4rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .mx-lg-4 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-lg-8 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-lg-12 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-lg-16 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-lg-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-24 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-lg-28 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important;
  }
  .mx-lg-32 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-lg-36 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }
  .mx-lg-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-44 {
    margin-right: 4.4rem !important;
    margin-left: 4.4rem !important;
  }
  .mx-lg-48 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-lg-52 {
    margin-right: 5.2rem !important;
    margin-left: 5.2rem !important;
  }
  .mx-lg-56 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }
  .mx-lg-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-64 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-lg-4 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-lg-8 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-lg-12 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-lg-16 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-lg-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-24 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-lg-28 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
  .my-lg-32 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-lg-36 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .my-lg-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-44 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important;
  }
  .my-lg-48 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-lg-52 {
    margin-top: 5.2rem !important;
    margin-bottom: 5.2rem !important;
  }
  .my-lg-56 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
  .my-lg-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-64 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .-m-lg-0 {
    margin: 0rem !important;
  }
  .-m-lg-4 {
    margin: -0.4rem !important;
  }
  .-m-lg-8 {
    margin: -0.8rem !important;
  }
  .-m-lg-12 {
    margin: -1.2rem !important;
  }
  .-m-lg-16 {
    margin: -1.6rem !important;
  }
  .-m-lg-20 {
    margin: -2rem !important;
  }
  .-m-lg-24 {
    margin: -2.4rem !important;
  }
  .-m-lg-28 {
    margin: -2.8rem !important;
  }
  .-m-lg-32 {
    margin: -3.2rem !important;
  }
  .-m-lg-36 {
    margin: -3.6rem !important;
  }
  .-m-lg-40 {
    margin: -4rem !important;
  }
  .-m-lg-44 {
    margin: -4.4rem !important;
  }
  .-m-lg-48 {
    margin: -4.8rem !important;
  }
  .-m-lg-52 {
    margin: -5.2rem !important;
  }
  .-m-lg-56 {
    margin: -5.6rem !important;
  }
  .-m-lg-60 {
    margin: -6rem !important;
  }
  .-m-lg-64 {
    margin: -6.4rem !important;
  }
  .-mt-lg-0 {
    margin-top: 0rem !important;
  }
  .-mt-lg-4 {
    margin-top: -0.4rem !important;
  }
  .-mt-lg-8 {
    margin-top: -0.8rem !important;
  }
  .-mt-lg-12 {
    margin-top: -1.2rem !important;
  }
  .-mt-lg-16 {
    margin-top: -1.6rem !important;
  }
  .-mt-lg-20 {
    margin-top: -2rem !important;
  }
  .-mt-lg-24 {
    margin-top: -2.4rem !important;
  }
  .-mt-lg-28 {
    margin-top: -2.8rem !important;
  }
  .-mt-lg-32 {
    margin-top: -3.2rem !important;
  }
  .-mt-lg-36 {
    margin-top: -3.6rem !important;
  }
  .-mt-lg-40 {
    margin-top: -4rem !important;
  }
  .-mt-lg-44 {
    margin-top: -4.4rem !important;
  }
  .-mt-lg-48 {
    margin-top: -4.8rem !important;
  }
  .-mt-lg-52 {
    margin-top: -5.2rem !important;
  }
  .-mt-lg-56 {
    margin-top: -5.6rem !important;
  }
  .-mt-lg-60 {
    margin-top: -6rem !important;
  }
  .-mt-lg-64 {
    margin-top: -6.4rem !important;
  }
  .-mb-lg-0 {
    margin-bottom: 0rem !important;
  }
  .-mb-lg-4 {
    margin-bottom: -0.4rem !important;
  }
  .-mb-lg-8 {
    margin-bottom: -0.8rem !important;
  }
  .-mb-lg-12 {
    margin-bottom: -1.2rem !important;
  }
  .-mb-lg-16 {
    margin-bottom: -1.6rem !important;
  }
  .-mb-lg-20 {
    margin-bottom: -2rem !important;
  }
  .-mb-lg-24 {
    margin-bottom: -2.4rem !important;
  }
  .-mb-lg-28 {
    margin-bottom: -2.8rem !important;
  }
  .-mb-lg-32 {
    margin-bottom: -3.2rem !important;
  }
  .-mb-lg-36 {
    margin-bottom: -3.6rem !important;
  }
  .-mb-lg-40 {
    margin-bottom: -4rem !important;
  }
  .-mb-lg-44 {
    margin-bottom: -4.4rem !important;
  }
  .-mb-lg-48 {
    margin-bottom: -4.8rem !important;
  }
  .-mb-lg-52 {
    margin-bottom: -5.2rem !important;
  }
  .-mb-lg-56 {
    margin-bottom: -5.6rem !important;
  }
  .-mb-lg-60 {
    margin-bottom: -6rem !important;
  }
  .-mb-lg-64 {
    margin-bottom: -6.4rem !important;
  }
  .-mx-lg-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .-mx-lg-4 {
    margin-right: -0.4rem !important;
    margin-left: -0.4rem !important;
  }
  .-mx-lg-8 {
    margin-right: -0.8rem !important;
    margin-left: -0.8rem !important;
  }
  .-mx-lg-12 {
    margin-right: -1.2rem !important;
    margin-left: -1.2rem !important;
  }
  .-mx-lg-16 {
    margin-right: -1.6rem !important;
    margin-left: -1.6rem !important;
  }
  .-mx-lg-20 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .-mx-lg-24 {
    margin-right: -2.4rem !important;
    margin-left: -2.4rem !important;
  }
  .-mx-lg-28 {
    margin-right: -2.8rem !important;
    margin-left: -2.8rem !important;
  }
  .-mx-lg-32 {
    margin-right: -3.2rem !important;
    margin-left: -3.2rem !important;
  }
  .-mx-lg-36 {
    margin-right: -3.6rem !important;
    margin-left: -3.6rem !important;
  }
  .-mx-lg-40 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .-mx-lg-44 {
    margin-right: -4.4rem !important;
    margin-left: -4.4rem !important;
  }
  .-mx-lg-48 {
    margin-right: -4.8rem !important;
    margin-left: -4.8rem !important;
  }
  .-mx-lg-52 {
    margin-right: -5.2rem !important;
    margin-left: -5.2rem !important;
  }
  .-mx-lg-56 {
    margin-right: -5.6rem !important;
    margin-left: -5.6rem !important;
  }
  .-mx-lg-60 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .-mx-lg-64 {
    margin-right: -6.4rem !important;
    margin-left: -6.4rem !important;
  }
  .-my-lg-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .-my-lg-4 {
    margin-top: -0.4rem !important;
    margin-bottom: -0.4rem !important;
  }
  .-my-lg-8 {
    margin-top: -0.8rem !important;
    margin-bottom: -0.8rem !important;
  }
  .-my-lg-12 {
    margin-top: -1.2rem !important;
    margin-bottom: -1.2rem !important;
  }
  .-my-lg-16 {
    margin-top: -1.6rem !important;
    margin-bottom: -1.6rem !important;
  }
  .-my-lg-20 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .-my-lg-24 {
    margin-top: -2.4rem !important;
    margin-bottom: -2.4rem !important;
  }
  .-my-lg-28 {
    margin-top: -2.8rem !important;
    margin-bottom: -2.8rem !important;
  }
  .-my-lg-32 {
    margin-top: -3.2rem !important;
    margin-bottom: -3.2rem !important;
  }
  .-my-lg-36 {
    margin-top: -3.6rem !important;
    margin-bottom: -3.6rem !important;
  }
  .-my-lg-40 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .-my-lg-44 {
    margin-top: -4.4rem !important;
    margin-bottom: -4.4rem !important;
  }
  .-my-lg-48 {
    margin-top: -4.8rem !important;
    margin-bottom: -4.8rem !important;
  }
  .-my-lg-52 {
    margin-top: -5.2rem !important;
    margin-bottom: -5.2rem !important;
  }
  .-my-lg-56 {
    margin-top: -5.6rem !important;
    margin-bottom: -5.6rem !important;
  }
  .-my-lg-60 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .-my-lg-64 {
    margin-top: -6.4rem !important;
    margin-bottom: -6.4rem !important;
  }
  .p-lg-0 {
    padding: 0rem !important;
  }
  .p-lg-4 {
    padding: 0.4rem !important;
  }
  .p-lg-8 {
    padding: 0.8rem !important;
  }
  .p-lg-12 {
    padding: 1.2rem !important;
  }
  .p-lg-16 {
    padding: 1.6rem !important;
  }
  .p-lg-20 {
    padding: 2rem !important;
  }
  .p-lg-24 {
    padding: 2.4rem !important;
  }
  .p-lg-28 {
    padding: 2.8rem !important;
  }
  .p-lg-32 {
    padding: 3.2rem !important;
  }
  .p-lg-36 {
    padding: 3.6rem !important;
  }
  .p-lg-40 {
    padding: 4rem !important;
  }
  .p-lg-44 {
    padding: 4.4rem !important;
  }
  .p-lg-48 {
    padding: 4.8rem !important;
  }
  .p-lg-52 {
    padding: 5.2rem !important;
  }
  .p-lg-56 {
    padding: 5.6rem !important;
  }
  .p-lg-60 {
    padding: 6rem !important;
  }
  .p-lg-64 {
    padding: 6.4rem !important;
  }
  .pl-lg-0 {
    padding-left: 0rem !important;
  }
  .pl-lg-4 {
    padding-left: 0.4rem !important;
  }
  .pl-lg-8 {
    padding-left: 0.8rem !important;
  }
  .pl-lg-12 {
    padding-left: 1.2rem !important;
  }
  .pl-lg-16 {
    padding-left: 1.6rem !important;
  }
  .pl-lg-20 {
    padding-left: 2rem !important;
  }
  .pl-lg-24 {
    padding-left: 2.4rem !important;
  }
  .pl-lg-28 {
    padding-left: 2.8rem !important;
  }
  .pl-lg-32 {
    padding-left: 3.2rem !important;
  }
  .pl-lg-36 {
    padding-left: 3.6rem !important;
  }
  .pl-lg-40 {
    padding-left: 4rem !important;
  }
  .pl-lg-44 {
    padding-left: 4.4rem !important;
  }
  .pl-lg-48 {
    padding-left: 4.8rem !important;
  }
  .pl-lg-52 {
    padding-left: 5.2rem !important;
  }
  .pl-lg-56 {
    padding-left: 5.6rem !important;
  }
  .pl-lg-60 {
    padding-left: 6rem !important;
  }
  .pl-lg-64 {
    padding-left: 6.4rem !important;
  }
  .pr-lg-0 {
    padding-right: 0rem !important;
  }
  .pr-lg-4 {
    padding-right: 0.4rem !important;
  }
  .pr-lg-8 {
    padding-right: 0.8rem !important;
  }
  .pr-lg-12 {
    padding-right: 1.2rem !important;
  }
  .pr-lg-16 {
    padding-right: 1.6rem !important;
  }
  .pr-lg-20 {
    padding-right: 2rem !important;
  }
  .pr-lg-24 {
    padding-right: 2.4rem !important;
  }
  .pr-lg-28 {
    padding-right: 2.8rem !important;
  }
  .pr-lg-32 {
    padding-right: 3.2rem !important;
  }
  .pr-lg-36 {
    padding-right: 3.6rem !important;
  }
  .pr-lg-40 {
    padding-right: 4rem !important;
  }
  .pr-lg-44 {
    padding-right: 4.4rem !important;
  }
  .pr-lg-48 {
    padding-right: 4.8rem !important;
  }
  .pr-lg-52 {
    padding-right: 5.2rem !important;
  }
  .pr-lg-56 {
    padding-right: 5.6rem !important;
  }
  .pr-lg-60 {
    padding-right: 6rem !important;
  }
  .pr-lg-64 {
    padding-right: 6.4rem !important;
  }
  .pt-lg-0 {
    padding-top: 0rem !important;
  }
  .pt-lg-4 {
    padding-top: 0.4rem !important;
  }
  .pt-lg-8 {
    padding-top: 0.8rem !important;
  }
  .pt-lg-12 {
    padding-top: 1.2rem !important;
  }
  .pt-lg-16 {
    padding-top: 1.6rem !important;
  }
  .pt-lg-20 {
    padding-top: 2rem !important;
  }
  .pt-lg-24 {
    padding-top: 2.4rem !important;
  }
  .pt-lg-28 {
    padding-top: 2.8rem !important;
  }
  .pt-lg-32 {
    padding-top: 3.2rem !important;
  }
  .pt-lg-36 {
    padding-top: 3.6rem !important;
  }
  .pt-lg-40 {
    padding-top: 4rem !important;
  }
  .pt-lg-44 {
    padding-top: 4.4rem !important;
  }
  .pt-lg-48 {
    padding-top: 4.8rem !important;
  }
  .pt-lg-52 {
    padding-top: 5.2rem !important;
  }
  .pt-lg-56 {
    padding-top: 5.6rem !important;
  }
  .pt-lg-60 {
    padding-top: 6rem !important;
  }
  .pt-lg-64 {
    padding-top: 6.4rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 0.4rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 0.8rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 1.2rem !important;
  }
  .pb-lg-16 {
    padding-bottom: 1.6rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-24 {
    padding-bottom: 2.4rem !important;
  }
  .pb-lg-28 {
    padding-bottom: 2.8rem !important;
  }
  .pb-lg-32 {
    padding-bottom: 3.2rem !important;
  }
  .pb-lg-36 {
    padding-bottom: 3.6rem !important;
  }
  .pb-lg-40 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-44 {
    padding-bottom: 4.4rem !important;
  }
  .pb-lg-48 {
    padding-bottom: 4.8rem !important;
  }
  .pb-lg-52 {
    padding-bottom: 5.2rem !important;
  }
  .pb-lg-56 {
    padding-bottom: 5.6rem !important;
  }
  .pb-lg-60 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-64 {
    padding-bottom: 6.4rem !important;
  }
  .px-lg-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .px-lg-4 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-lg-8 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-lg-12 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-lg-16 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-lg-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-24 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-lg-28 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important;
  }
  .px-lg-32 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-lg-36 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }
  .px-lg-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-44 {
    padding-right: 4.4rem !important;
    padding-left: 4.4rem !important;
  }
  .px-lg-48 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .px-lg-52 {
    padding-right: 5.2rem !important;
    padding-left: 5.2rem !important;
  }
  .px-lg-56 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important;
  }
  .px-lg-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-64 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }
  .py-lg-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-lg-4 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-lg-8 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-lg-12 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-lg-16 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-lg-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-24 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-lg-28 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }
  .py-lg-32 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-lg-36 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .py-lg-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-44 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important;
  }
  .py-lg-48 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .py-lg-52 {
    padding-top: 5.2rem !important;
    padding-bottom: 5.2rem !important;
  }
  .py-lg-56 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
  .py-lg-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-64 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .ta-lg-left {
    text-align: left !important;
  }
  .ta-lg-right {
    text-align: right !important;
  }
  .ta-lg-center {
    text-align: center !important;
  }
  .ta-lg-justify {
    text-align: justify !important;
  }
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: absolute;
  top: -3rem;
  left: 0;
  width: 100%;
  padding: 1em;
  height: 3rem;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  text-align: center;
  color: #fff;
  z-index: 100;
}
.skip-link:focus {
  top: 0;
}

.header .unb {
  height: 4.4rem;
  font-size: 0;
  background-color: #ffffff;
}
.header .unb .ly-inner {
  height: 4.6rem;
  padding-top: 1.6rem;
  overflow: hidden;
}
.header .unb a {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.5;
}
.header .unb .familysite {
  display: none;
  float: left;
}
.header .unb .familysite a {
  color: #515b5e;
}
.header .unb .familysite a:not(:first-child) {
  position: relative;
  margin-left: 2.4rem;
}
.header .unb .familysite a:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.6rem;
  right: calc(100% + 1.2rem);
  width: 1px;
  height: 8px;
  background-color: #e0e5e6;
}
.header .unb .familysite a.current {
  color: #00b0e1;
}
.header .unb .utility {
  float: right;
}
.header .unb .utility a {
  color: #758185;
}
.header .unb .utility a:not(:first-child) {
  margin-left: 1.2rem;
}
.gnb {
  background-color: #ffffff;
  border-bottom: 1px solid #eef2f3;
  z-index: 1;
}
.gnb .row-1 {
  height: 8.4rem;
  padding: 1.8rem 0;
}
.gnb .row-1 .search-input-wrap {
  display: flex;
}
.gnb .row-1 .search-input-wrap .select-box {
  flex-shrink: 0;
  width: 5.2rem;
  height: 100%;
}
.gnb .row-1 .search-input-wrap .select-box .select-toggle {
  height: 2rem;
  margin-top: 1.3rem;
  font-weight: 500;
  font-size: 1.3rem;
}
.gnb .row-1 .search-input-wrap .select-box .select-menu-wrap {
  min-width: initial;
}
.gnb .row-1 .search-input-wrap .select-box .select-item {
  min-width: initial;
}
.gnb .row-1 .form-input.search {
  display: flex;
  align-items: center;
  height: 4.8rem;
  padding: 0 1.6rem;
  border-radius: 1.8rem;
  border-color: #00b0e1;
  font-size: 1.3rem;
}
.gnb .row-1 .form-input.search::before {
  content: none;
}
.gnb .row-1 .form-input.search .input {
  padding-left: 0.8rem;
}
.gnb .row-1 .auto-complete {
  display: none;
  position: absolute;
  top: calc(100% + 0.4rem);
  left: -1px;
  right: -1px;
  max-height: 18.4rem;
  padding-bottom: 0.5rem;
  border-radius: 2rem;
  background-color: #ffffff;
  border: 1px solid #e0e5e6;
  overflow: hidden;
  overflow-y: auto;
  z-index: 1;
}
.gnb .row-1 .auto-complete > button {
  display: block;
  width: 100%;
  height: 4rem;
  margin-top: 0.4rem;
  padding: 0 2rem 0 4.8rem;
  background: url(/images_new/common/ico-search-gray.svg) no-repeat 2.4rem 1.1rem/1.6rem auto;
  text-align: left;
  font-size: 1.6rem;
  color: #222222;
}
.gnb .row-1 .input-reset {
  position: static;
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.2rem;
  background-position: 50% 50%;
  background-size: 1.6rem auto;
}
.gnb .row-1 .search-btn {
  flex-shrink: 0;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(/images_new/common/ico-search-blue.svg) no-repeat 50% 50%/1.8rem auto;
}
.gnb .row-1 .search-detail {
  width: 7.2rem;
  height: 4.8rem;
  margin-left: 0.4rem;
  border-radius: 1.8rem;
  background-color: #e8f9fd;
  line-height: 1.3;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.3rem;
  color: #222222;
}
.gnb .row-2 {
  position: relative;
  height: 5.2rem;
}
.gnb .row-2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -2rem;
  width: calc(100% + 4rem);
  height: 1px;
  background-color: #e0e5e6;
}
.gnb .home {
  position: absolute;
  top: 1.6rem;
}
.gnb .home-link {
  display: block;
  float: left;
  height: 3.3rem;
  padding-left: 10.6rem;
  background: url(/images_new/common/logo-visang.svg) no-repeat 0 0/contain;
}
.gnb .home .collapse {
  position: absolute;
  left: -2rem;
  top: calc(100% + 1.2rem);
  width: 100vw;
  border-radius: 0 0 2rem 2rem;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  z-index: 1;
}
.gnb .home .vs-site-dropdown {
  float: left;
  position: relative;
  padding-right: 2rem;
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.6rem;
  color: #00b0e1;
}
.gnb .home .vs-site-dropdown::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  display: block;
  position: absolute;
  right: 0;
  top: 0.4rem;
  background: url(/images_new/common/bg-site-dropdown.svg) no-repeat 100% 50%/cover;
  transition: transform 0.3s;
}
.gnb .home .vs-site-dropdown.is-active::after {
  transform: rotateX(180deg);
}
.gnb .home .vs-site-group {
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 0 0 2rem 2rem;
  text-align: center;
}
.gnb .home .vs-site-link {
  display: block;
  padding: 1.7rem 0;
  border-radius: 1.2rem;
  line-height: 1.5;
  font-size: 2rem;
  color: #758185;
}
.gnb .home .vs-site-link:not(:first-child) {
  margin-top: 0.8rem;
}
.gnb .home .vs-site-link.current {
  background-color: #e8f9fd;
  color: #00b0e1;
  cursor: default;
}
.gnb-menu {
  float: left;
  height: 100%;
}
.gnb-menu-list {
  display: flex;
  height: 100%;
}
.gnb-menu-item:not(:first-child) {
  margin-left: 1.4rem;
}
.gnb-menu-link {
  display: block;
  height: 100%;
  padding-top: 1.75rem;
  line-height: 1.3;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.3rem;
}
.gnb-menu-link span {
  display: none;
}
.gnb .util {
  font-size: 1.4rem;
}
.gnb .util::after {
  content: "";
  display: table;
  width: 100%;
  clear: both;
}
.gnb .util-item {
  position: absolute;
  top: calc(50% - 1.8rem);
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  padding-left: 3.4rem;
  line-height: 1.71;
  font-size: 1.4rem;
  font-weight: 700;
  background-position: 50% 50%;
  background-size: 2rem auto;
  background-repeat: no-repeat;
  color: #222222;
}
.gnb .util-item > span {
  display: none;
}
.gnb .util .btn-mypage {
  right: 3.6rem;
  border-radius: 1.2rem;
  background-image: url(/images_new/common/ico-user.svg);
}
.gnb .util .btn-mypage.is-active {
  background-color: #f7f7f7;
}
.gnb .util .btn-shopping {
  right: -0.8rem;
  margin-left: 0.9rem;
  background-image: url(/images_new/common/ico-shoppingbag.svg);
}
.gnb .util .btn-shopping::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.8rem);
  right: calc(100% + 0.4rem);
  width: 1px;
  height: 16px;
  background-color: #e0e5e6;
}
.gnb .util .btn-shopping .quantity {
  display: block;
  position: absolute;
  top: 0.7rem;
  right: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background-color: #00b0e1;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
}
.gnb .mypage-menu {
  position: absolute;
  left: 0;
  top: calc(100% + 1rem);
  width: 100%;
  text-align: center;
  border-radius: 1.6rem;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.gnb .mypage-menu nav {
  padding: 2rem 3.2rem;
  border-radius: inherit;
  background-color: #ffffff;
  border: 1px solid #e8ecee;
}
.gnb .mypage-menu-link {
  display: block;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
  color: #222222;
}
.gnb .mypage-menu-link:not(:first-child) {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .header .unb .ly-inner {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    overflow: hidden;
  }
  .header .unb a {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .header .unb .familysite a {
    color: #515b5e;
  }
  .header .unb .familysite a:not(:first-child) {
    position: relative;
    margin-left: 2.4rem;
  }
  .header .unb .familysite a:not(:first-child)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.6rem;
    right: calc(100% + 1.2rem);
    width: 1px;
    height: 8px;
    background-color: #e0e5e6;
  }
  .header .unb .familysite a.current {
    color: #00b0e1;
  }
  .header .unb .utility {
    float: right;
  }
  .header .unb .utility a {
    color: #758185;
  }
  .header .unb .utility a:not(:first-child) {
    margin-left: 1.2rem;
  }
  .header .gnb-menu-link span {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .header .unb .familysite {
    display: block;
  }
  .gnb {
    border-top: 1px solid #e8ecee;
  }
  .gnb .row-1 {
    padding-top: 2.4rem;
    padding-bottom: 0;
    height: 8rem;
  }
  .gnb .row-1 .search-input-wrap {
    width: 51.3rem;
    height: 5.6rem;
    margin: 0 auto;
  }
  .gnb .row-1 .search-input-wrap .select-box {
    width: 10.8rem;
    padding-left: 2.4rem;
  }
  .gnb .row-1 .search-input-wrap .select-box .select-menu-wrap {
    width: 100%;
  }
  .gnb .row-1 .search-input-wrap .select-box .select-toggle {
    height: 2.4rem;
    margin-top: 1.6rem;
    font-size: 1.6rem;
  }
  .gnb .row-1 .search-input-wrap .select-box .select-toggle::before {
    background-size: 1.6rem auto;
  }
  .gnb .row-1 .search-input-wrap .select-box .select-item {
    font-size: 1.6rem;
  }
  .gnb .row-1 .search-input-wrap .input {
    margin-left: 2rem;
  }
  .gnb .row-1 .search-input-wrap .search-detail {
    width: 10.5rem;
    height: 100%;
    margin-left: 0.8rem;
    font-weight: 300;
    font-size: 1.6rem;
  }
  .gnb .row-1 .form-input.search {
    height: 100%;
    padding-left: 0;
    padding-right: 2.4rem;
    font-size: 1.6rem;
  }
  .gnb .row-1 .auto-complete button:hover {
    background-color: #e8f9fd;
  }
  .gnb .row-2 {
    height: 7.2rem;
    padding: 2.4rem 0;
  }
  .gnb .row-2::before {
    content: none;
  }
  .gnb .home {
    position: relative;
    float: left;
    top: initial;
    height: 4.125rem;
  }
  .gnb .home-link {
    height: 4.125rem;
    padding-left: 13.2rem;
  }
  .gnb .home .collapse {
    position: absolute;
    left: 0;
    top: calc(100% + 0.8rem);
    width: 100%;
    border-radius: 2rem;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  }
  .gnb .home .vs-site-group {
    padding: 0.8rem 0;
    border-radius: 2rem;
    border: 1px solid #e8f9fd;
    overflow: hidden;
  }
  .gnb .home .vs-site-dropdown {
    padding-right: 2.6rem;
    font-size: 2rem;
  }
  .gnb .home .vs-site-dropdown::after {
    width: 2rem;
    height: 2rem;
  }
  .gnb .home .vs-site-link {
    padding: 0.8rem 0;
    border-radius: 0;
    font-size: 1.8rem;
  }
  .gnb .home .vs-site-link:not(:first-child) {
    margin-top: 0.4rem;
  }
  .gnb .home .vs-site-link:not(.current):hover {
    background-color: #e8f9fd;
    color: #222222;
  }
  .gnb-menu {
    float: left;
  }
  .gnb-menu-item:not(:first-child) {
    margin-left: 4.8rem;
  }
  .gnb-menu-link {
    padding-top: 0;
    font-size: 1.8rem;
  }
  .gnb-menu-link:hover {
    color: #00b0e1;
  }
  .gnb-menu-link.current {
    color: #00b0e1;
  }
  .gnb .util {
    position: relative;
    float: right;
    margin: 0;
    font-size: 1.4rem;
  }
  .gnb .util::after {
    content: "";
    display: table;
    width: 100%;
    clear: both;
  }
  .gnb .util-item {
    float: left;
    position: static;
    display: block;
    width: auto;
    height: auto;
    padding-left: 3.4rem;
    line-height: 1.71;
    font-weight: 700;
    color: #222222;
    background-size: 2.4rem auto;
    background-position: 0 50%;
  }
  .gnb .util-item > span {
    display: block;
  }
  .gnb .util .btn-mypage {
    border-radius: 0;
  }
  .gnb .util .btn-mypage.is-active {
    background-color: transparent;
  }
  .gnb .util .btn-shopping {
    position: relative;
    right: 0;
    margin-left: 4rem;
  }
  .gnb .util .btn-shopping::before {
    right: calc(100% + 2rem);
  }
  .gnb .util .btn-shopping .quantity {
    top: 0;
    left: 13px;
  }
  .gnb .mypage-menu {
    top: calc(100% + 1.8rem);
    left: -5.7rem;
  }
  .gnb .mypage-menu-link {
    white-space: nowrap;
    font-size: 1.8rem;
  }
}

#ly-header {
  position: fixed;
  width: 100%;
  height: 18rem;
  z-index: 10000;
}
@media (min-width: 1024px) {
  #ly-header {
    position: relative;
    height: 19.8rem;
  }
}

#ly-content {
  min-width: 320px;
  padding-top: 18rem;
  font-size: var(--font-size-md);
  color: #222222;
}
#ly-content.main {
  overflow: hidden;
}
.sec-content {
  width: 100%;
  max-width: 132rem;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.sec-content-full {
  width: 100%;
}
.sec-content:first-of-type, .sec-content-full:first-of-type {
  padding-top: 4rem;
}
.sec-content:last-of-type, .sec-content-full:last-of-type {
  padding-bottom: 8rem;
}

@media (min-width: 768px) {
  #ly-content .sec-content:first-of-type,
  #ly-content .sec-content-full:first-of-type {
    padding-top: 6.4rem;
  }
  #ly-content .sec-content:last-of-type,
  #ly-content .sec-content-full:last-of-type {
    padding-bottom: 12rem;
  }
}
@media (min-width: 1024px) {
  #ly-content {
    padding-top: 0;
  }
}

#ly-footer {
  border-top: 1px solid #e8ecee;
}
#ly-footer .ly-inner {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#ly-footer .link-group {
  margin-top: -0.8rem;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #222222;
}
#ly-footer .link-group .link {
  display: block;
  float: left;
  margin-top: 0.8rem;
  line-height: 1.3;
  font-weight: 400;
  font-size: 1.6rem;
  overflow: hidden;
}
#ly-footer .link-group .link:nth-child(4) {
  color: #00b0e1;
}
#ly-footer .link-group .link:not(:last-child) {
  margin-right: 2rem;
}
#ly-footer .link-group::after {
  content: "";
  display: table;
  width: 100%;
}
#ly-footer .family-site {
  margin-top: 1.6rem;
}
#ly-footer .family-site .dropdown {
  position: relative;
}
#ly-footer .family-site .dropdown-toggle {
  display: flex;
  align-items: center;
  line-height: 1.5;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.6rem;
  color: #222222;
}
#ly-footer .family-site .dropdown-icon {
  margin-left: 0.8rem;
}
#ly-footer .family-site .dropdown-icon .bar {
  transition: transform 0.2s;
  transform-origin: 50% 50%;
}
.dropdown-toggle.is-active .dropdown-icon .bar {
  transform: rotate(90deg);
}

#ly-footer .family-site .dropdown-menu-wrap {
  position: absolute;
  top: 100%;
  margin-top: 0.8rem;
  left: 0;
  width: 20rem;
  z-index: 10002;
}
#ly-footer .family-site .dropdown-menu {
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  max-height: 26rem;
  padding: 2.4rem 0;
  border-radius: 2rem;
  background-color: #ffffff;
  border: 1px solid #e0e5e6;
  font-size: 1.4rem;
  color: #758185;
}
#ly-footer .family-site .dropdown-menu .heading {
  padding-left: 2.4rem;
  font-weight: 700;
  color: #222222;
}
#ly-footer .family-site .dropdown-menu > li:not(:first-child) .heading {
  margin-top: 0.8rem;
}
#ly-footer .family-site .dropdown-menu .dropdown-item {
  display: block;
  margin-top: 0.4rem;
  padding-left: 2.4rem;
  line-height: 1.5;
}
#ly-footer .divider {
  margin: 4rem 0;
  border: none;
  border-top: 1px solid #eef2f3;
}
#ly-footer .mid-area {
  display: flex;
  flex-wrap: wrap;
}
#ly-footer .mid-area .visang-logo {
  display: block;
  width: 15.8rem;
  height: 5.5rem;
  background: url(/images_new/common/logo-visang.svg) no-repeat 0 0/100% auto;
}
#ly-footer .mid-area .slogan-img {
  width: 100%;
  max-width: 31rem;
  font-size: 0;
}
#ly-footer .mid-area .slogan-img img {
  width: 100%;
}
#ly-footer .mid-area .slogan-text {
  display: block;
  margin-top: 0.8rem;
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.8rem;
  color: #00b0e1;
}
#ly-footer .sns-group {
  margin-top: 1.4rem;
  font-size: 0;
}
#ly-footer .sns-group .sns {
  display: inline-block;
  width: 3.6rem;
  height: 3.6rem;
  background-repeat: no-repeat;
  background-size: 2.4rem auto;
  background-position: 50% 50%;
}
#ly-footer .sns-group .sns:first-child {
  margin-left: -0.6rem;
}
#ly-footer .sns-group .sns + .sns {
  margin-left: 0.8rem;
}
#ly-footer .sns-group .sns-facebook {
  background-image: url(/images_new/common/ico-facebook.svg);
}
#ly-footer .sns-group .sns-blog {
  background-image: url(/images_new/common/ico-blog.svg);
}
#ly-footer .sns-group .sns-instagram {
  background-image: url(/images_new/common/ico-instagram.svg);
}
#ly-footer .sns-group .sns-cafe {
  background-image: url(/images_new/common/ico-cafe.svg);
}
#ly-footer address {
  margin-top: 1.4rem;
  font-size: 1.4rem;
  color: #222222;
}
#ly-footer address .company {
  display: block;
  margin-top: 0.4rem;
  margin-right: 2rem;
}
#ly-footer address dl::after {
  content: "";
  display: table;
  width: 100%;
}
#ly-footer address dl div {
  float: left;
  margin-top: 0.4rem;
}
#ly-footer address dl a {
  margin-left: 0.8rem;
  text-decoration: underline;
}
#ly-footer address dt,
#ly-footer address dd {
  display: inline;
}
#ly-footer address dt {
  margin-right: 0.8rem;
  color: #758185;
}
#ly-footer address dd {
  margin-right: 2rem;
}
#ly-footer .copyright {
  margin-top: 2rem;
  font-size: 1.4rem;
  color: #758185;
}
@media (min-width: 768px) {
  #ly-footer .top-area {
    display: flex;
    justify-content: space-between;
  }
  #ly-footer .top-area .family-site {
    margin-top: 0;
  }
  #ly-footer .top-area .link-group {
    display: block;
  }
  #ly-footer .top-area .link-group .link {
    font-size: 1.8rem;
  }
  #ly-footer .top-area .link-group .link:not(:last-child) {
    margin-right: 4.8rem;
  }
  #ly-footer .mid-area {
    align-items: flex-end;
    justify-content: space-between;
  }
  #ly-footer .mid-area .visang-logo {
    width: 18.4rem;
    height: 6.4rem;
  }
  #ly-footer .mid-area .slogan {
    flex-grow: 1;
  }
  #ly-footer .mid-area .slogan-img {
    width: 39.2rem;
    max-width: initial;
  }
  #ly-footer .mid-area .slogan-img img {
    width: 100%;
  }
  #ly-footer .mid-area .slogan-text {
    margin-top: 1.6rem;
    font-size: 2.4rem;
  }
  #ly-footer .mid-area .sns-group {
    width: auto;
  }
  #ly-footer .family-site .dropdown-menu-wrap {
    left: auto;
    right: 0;
  }
  #ly-footer .sns-group {
    margin-top: 0.8rem;
  }
  #ly-footer address {
    margin-top: 0;
    padding-right: 4rem;
    font-size: 1.6rem;
  }
  #ly-footer address .company {
    float: left;
  }
  #ly-footer .copyright {
    margin-top: 3.2rem;
  }
}
@media (min-width: 1024px) {
  #ly-footer .family-site .dropdown-menu .dropdown-item:hover {
    background-color: #e8f9fd;
  }
}

.ly-inner {
  max-width: 132rem;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.breadcrumb {
  display: none;
  font-size: 1.4rem;
}
.breadcrumb > li {
  position: relative;
  display: flex;
  align-items: center;
  color: #758185;
}
.breadcrumb > li.is-active {
  color: #222222;
}
.breadcrumb > li + li::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin-inline: 0.8rem;
  background: url(/images_new/common/bg-breadcrumb-arrow.svg) no-repeat 50% 50%/cover;
}
.heading-wrap .breadcrumb {
  margin-left: auto;
}
@media (min-width: 768px) {
  .breadcrumb {
    display: flex;
  }
}

.selection-view-type {
  display: flex;
  font-size: 4rem;
}
.selection-view-type .selection-item {
  width: 4rem;
  height: 4rem;
}
.selection-view-type .selection-item input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  margin: 0;
  padding: 0;
}
.selection-view-type .selection-item input:checked + label {
  border-width: 2px;
  border-color: #222222;
}
.selection-view-type .selection-item label {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1.6rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 0.6em;
  border: 1px solid #e0e5e6;
  cursor: pointer;
}
.selection-view-type .selection-item label span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.selection-view-type .selection-item-thumbnail label {
  background-image: url(/images_new/common/ico-view-thumbnail.svg);
}
.selection-view-type .selection-item-thumbnail input:checked + label {
  background-image: url(/images_new/common/ico-view-thumbnail-on.svg);
}
.selection-view-type .selection-item-list label {
  background-image: url(/images_new/common/ico-view-list.svg);
}
.selection-view-type .selection-item-list input:checked + label {
  background-image: url(/images_new/common/ico-view-list-on.svg);
}
.selection-view-type .selection-item:not(:first-of-type) {
  margin-left: 0.4rem;
}

.rating-check {
  font-size: 0;
}
.rating-check-btn {
  width: 1.6rem;
  height: 1.6rem;
  border: none;
  background: url(/images_new/common/ico-star.svg) no-repeat 50% 50%/1.3rem auto;
}
.rating-check-btn.selected {
  background-image: url("/images_new/common/ico-star-on.svg");
}
.rating-check input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0;
  border: none;
  background-color: #ffffff;
  background-image: url(/images_new/common/ico-star.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 50% 50%;
  cursor: pointer;
}
.rating-check input + input {
  margin-left: 0.4rem;
}
.rating-check input.selected {
  background-image: url(/images_new/common/ico-star-filled.svg);
}

button {
  padding: 0;
  background: none;
  border: none;
  font-weight: 500;
  color: #222222;
}
button:not(:disabled) {
  cursor: pointer;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 2rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
}
.btn > span,
.btn > .ico {
  pointer-events: none;
}
.btn:disabled {
  background-color: #e0e5e6;
  color: #98a3a7;
  pointer-events: none;
}
.btn:disabled span {
  color: inherit;
}
.btn:disabled .ico {
  opacity: 0.4;
}
.btn-primary {
  background-color: #00b0e1;
  color: #ffffff;
}
.btn-primary:active {
  background-color: #0991c2;
}
.btn-secondary {
  background-color: #007dc5;
  color: #ffffff;
}
.btn-secondary:active {
  background-color: #186995;
}
.btn-tertiary {
  background-color: #e8f9fd;
  color: #515b5e;
}
.btn-tertiary:active {
  background-color: #e8f9fd;
}
.btn-outline {
  background-color: #ffffff;
  border: 1px solid #e0e5e6;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #222222;
}
.btn-outline:active {
  border-color: #222222;
  box-shadow: inset 0 0 0 1px #222222;
}
.btn-outline:disabled {
  background-color: #eef2f3;
  border-color: #e8ecee;
  color: #98a3a7;
}
.btn-outline.blue {
  background-color: #ffffff;
  border: 1px solid #007dc5;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #007dc5;
}
.btn-outline.blue:active {
  border-color: #186995;
  color: #186995;
  box-shadow: none;
}
.btn-outline.blue:disabled {
  background-color: transparent;
  border-color: #e8ecee;
  color: #98a3a7;
}
.btn-outline.dark {
  background-color: #ffffff;
  border: 1px solid #364143;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #222222;
}
.btn-outline.dark:active {
  border-color: #364143;
  color: #222222;
  box-shadow: none;
}
.btn-outline.dark:disabled {
  background-color: #eef2f3;
  border-color: #e8ecee;
  color: #98a3a7;
}
.btn-outline.ghost {
  background-color: transparent;
}
.btn.lg {
  height: 6.4rem;
  font-size: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.btn.lg span {
  line-height: 6.2rem;
}
.btn.md {
  height: 5.6rem;
}
.btn.md span {
  line-height: 5.4rem;
}
.btn.sm {
  height: 4.4rem;
  border-radius: 1.6rem;
}
.btn.sm span {
  line-height: 4.2rem;
}
.btn.xs {
  height: 4rem;
  border-radius: 1.6rem;
}
.btn.xs span {
  line-height: 3.8rem;
}
.btn.xxs {
  height: 3.6rem;
  border-radius: 1.6rem;
  font-size: 1.4rem;
}
.btn.xxs span {
  line-height: 3.4rem;
}
.btn .ico:first-child:not(:only-child) {
  margin-right: 0.4rem;
}
.btn .ico:last-child:not(:only-child) {
  margin-left: 0.4rem;
}

.tag-btn {
  display: inline-flex;
  align-items: center;
  min-height: 4rem;
  padding: 1rem 1.5rem;
  border-radius: 3rem;
  background-color: #eef2f3;
  font-size: 1.4rem;
  color: #222222;
}
.tag-btn::before {
  content: "#";
  margin-right: 0.4rem;
  font-weight: 700;
  font-size: 1.3rem;
  color: #00b0e1;
}

.btn-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 4.4rem;
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  border-radius: 1.6rem;
  background-color: #ffffff;
  border: 1px solid #e0e5e6;
  white-space: nowrap;
  color: #222222;
}
.btn-icon.md {
  width: 5.6rem;
  height: 5.6rem;
}
.btn-icon.sm {
  height: 4rem;
}
.btn-icon .ico {
  vertical-align: middle;
  margin: 0;
}
@media (min-width: 768px) {
  .btn-icon:hover {
    border: 2px solid #222222;
  }
}

.text-btn {
  display: inline-flex;
  align-items: center;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 500;
  color: #758185;
}
.text-btn .ico {
  margin-left: 0.4rem;
}
.text-btn.underline {
  text-decoration: underline;
  text-underline-position: under;
}

.btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 4.8rem auto 0;
}
.btn-group.col-to-row {
  flex-direction: column;
  align-items: stretch;
}
.btn-group.col-to-row > .btn {
  flex-basis: auto;
}
.btn-group.col-to-row > .btn:not(:first-child) {
  margin-left: 0;
  margin-top: 1.2rem;
}
.btn-group > .btn {
  flex: 1 1 0;
}
.btn-group > .btn:not(:first-child) {
  margin-left: 1.2rem;
}
.modal-footer .btn-group {
  margin-top: 0;
}
@media (min-width: 768px) {
  .btn-group {
    max-width: 48rem;
  }
  .btn-group.col-to-row {
    flex-direction: row;
    align-items: center;
  }
  .btn-group.col-to-row > .btn {
    flex-basis: 0;
  }
  .btn-group.col-to-row > .btn:not(:first-child) {
    margin-top: 0;
    margin-left: 1.2rem;
  }
}

.view-more {
  position: relative;
  width: 100%;
  height: 5.6rem;
  border-radius: 1.2rem;
  border: 1px solid #e0e5e6;
  background-color: #ffffff;
  z-index: 1;
}
.view-more-wrapper {
  margin: 4rem auto 0;
  text-align: center;
}
.view-more-wrapper button {
  max-width: 60rem;
}
.view-more span {
  display: inline-block;
  font-size: 1.6rem;
  margin-right: -2rem;
  padding-right: 2rem;
  background-image: url(/images_new/common/ico-plus.svg);
  background-repeat: no-repeat;
  background-size: 1.6rem auto;
  background-position: 100% 50%;
  color: #515b5e;
  pointer-events: none;
}
.view-more.type-collapse span {
  background-image: url(/images_new/common/ico-chevron-down.svg);
}
.view-more.type-collapse.is-active span {
  background-image: url(/images_new/common/ico-chevron-up.svg);
}
@media (min-width: 1024px) {
  .view-more-wrapper {
    margin-top: 8rem;
  }
}

@media (min-width: 1024px) {
  .btn-primary:hover {
    background-color: #0991c2;
  }
  .btn-secondary:hover {
    background-color: #186995;
  }
  .btn-tertiary:hover {
    background-color: #e8f9fd;
  }
  .btn-outline:hover {
    border-color: #222222;
    box-shadow: inset 0 0 0 1px #222222;
  }
  .btn-outline.blue:hover {
    border-color: #186995;
    color: #186995;
    box-shadow: none;
  }
  .btn-outline.dark:hover {
    border-color: #364143;
    color: #222222;
    box-shadow: none;
  }
}
.tab-menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  padding: 0 2rem;
  overflow-x: auto;
}
.tab-content {
  margin-top: 4rem;
}

.tab-pane {
  display: none;
}
.tab-pane.show {
  display: block;
}

.tab-menu button {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.tab-menu .tab-item {
  white-space: nowrap;
}
.tab-menu .tab-item:not(:first-child) {
  margin-left: 0.8rem;
}
.tab-menu .tab-btn {
  white-space: nowrap;
}
.tab-menu.capsule .tab-btn {
  height: 5.6rem;
  padding: 0 2.4rem;
  border-radius: 2.4rem;
  background-color: #ffffff;
  border: 1px solid #e0e5e6;
  font-weight: 700;
  font-size: 1.8rem;
  color: #222222;
}
.tab-menu.capsule .tab-btn.is-active {
  padding-left: 4rem;
  background-image: url(/images_new/common/bg-tab-btn.svg);
  background-repeat: no-repeat;
  background-position: 1.6rem 50%;
  background-size: 2rem auto;
  border-color: #222222;
  box-shadow: inset 0 0 0 2px #222222;
}
.tab-menu.switch {
  margin: 0 2rem;
  padding: 0;
  border-radius: 1.2rem;
  background-color: #f7f7f7;
}
.tab-menu.switch .tab-item {
  flex: 1 1 0;
  padding: 0.4rem;
}
.tab-menu.switch .tab-item:not(:first-child) {
  margin-left: 0;
}
.tab-menu.switch .tab-btn {
  width: 100%;
  padding: 1rem 2rem;
  border-radius: 1rem;
  line-height: 1.5;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
  color: #758185;
}
.tab-menu.switch .tab-btn.is-active {
  background-color: #ffffff;
  font-weight: 700;
  color: #222222;
}
.tab-menu.line {
  position: relative;
  justify-content: initial;
}
.tab-menu.line::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 1px;
  left: 2rem;
  right: 2rem;
  top: calc(4rem - 1px);
  background-color: #222222;
}
.tab-menu.line .tab-item {
  flex: 1;
}
.tab-menu.line .tab-item:not(:first-child) {
  margin-left: -1px;
}
.tab-menu.line .tab-btn {
  width: 100%;
  height: 4rem;
  min-height: auto;
  background-color: #ffffff;
  border: 1px solid #e0e5e6;
  border-radius: 1.6rem 1.6rem 0 0;
  border-bottom: none;
  font-weight: 500;
  font-size: 1.4rem;
  color: #758185;
}
.tab-menu.line .tab-btn.is-active {
  position: relative;
  border-width: 1px;
  box-shadow: none;
  background-image: none;
  border-color: #222222;
  font-weight: 700;
  color: #222222;
  z-index: 1;
}

.tab-menu-wrap {
  overflow-y: hidden;
  margin-left: -2rem;
  margin-right: -2rem;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.tab-menu-wrap::-webkit-scrollbar {
  display: none;
}
.heading-wrap + .tab-menu-wrap {
  margin-top: 2.4rem;
}

.sec-content-full > .tab-menu-wrap {
  padding: 0 2rem;
}

@media (min-width: 768px) {
  .tab-menu {
    justify-content: center;
  }
  .tab-menu.switch {
    display: inline-flex;
    width: auto;
  }
  .tab-menu.switch .tab-btn {
    min-width: 12.8rem;
  }
}
@media (min-width: 1024px) {
  .heading-wrap + .tab-menu.capsule-wrap {
    margin-top: 3.2rem;
  }
  .tab-menu.capsule .tab-btn {
    padding: 0 3rem;
    min-height: 6.4rem;
  }
  .tab-menu.capsule .tab-btn:hover {
    border-color: #222222;
    box-shadow: inset 0 0 0 2px #222222;
  }
  .tab-menu.line::after {
    top: calc(5.5rem - 1px);
  }
  .tab-menu.line .tab-btn {
    height: 5.5rem;
    font-size: 1.6rem;
  }
  .tab-menu-wrap + .tab-content {
    margin-top: 6.4rem;
  }
}
.select-box {
  position: relative;
}
.select-box select {
  display: none;
}
.select-box .select-toggle {
  position: relative;
  width: 100%;
  height: 5.6rem;
  padding-left: 2rem;
  padding-right: 5rem;
  border-radius: 2rem;
  background-color: #ffffff;
  border: 1px solid #e0e5e6;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
  color: #222222;
}
.select-box .select-toggle::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  margin-top: -1rem;
  background: url(/images_new/common/ico-chevron2-down.svg) no-repeat 0 0/cover;
  transition: transform 0.2s linear;
}
.select-box .select-toggle.is-active::before {
  transform: rotateX(180deg);
}
.select-box .select-menu-wrap {
  position: absolute;
  width: 100%;
  overflow: hidden;
  top: calc(100% + 0.6rem);
  z-index: 10000;
}
.select-box .select-menu-wrap:not(.show) {
  display: none;
}
.select-box .select-menu {
  width: 100%;
  max-height: 22.6rem;
  padding: 0.4rem 0;
  overflow: hidden;
  overflow-y: auto;
  border-radius: 2rem;
  background-color: #ffffff;
  border: 1px solid #e0e5e6;
  transition: all 0.3s ease-in;
}
.select-box .select-menu::-webkit-scrollbar {
  width: 24px;
}
.select-box .select-menu::-webkit-scrollbar-track {
  background: transparent;
}
.select-box .select-menu::-webkit-scrollbar-thumb {
  border: 10px solid #ffffff;
  border-radius: 24px;
}
.select-box .select-menu::-webkit-scrollbar-button:vertical:start:decrement, .select-box .select-menu::-webkit-scrollbar-button:vertical:start:increment, .select-box .select-menu::-webkit-scrollbar-button:vertical:end:decrement {
  display: block;
  height: 6px;
}
.select-box .select-item {
  display: block;
  width: 100%;
  padding: 0.9rem 2rem;
  text-align: left;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.6rem;
  color: #222222;
}
.select-box .select-item.is-selected {
  background-color: #e8f9fd;
}
@media (min-width: 1024px) {
  .select-box .select-item:hover {
    background-color: #e8f9fd;
  }
}

.select-box.type2 {
  display: inline-block;
}
.select-box.type2 .select-toggle {
  width: auto;
  height: 4rem;
  padding-right: 3.6rem;
  padding-left: 0.4rem;
  border-radius: 0;
  border: solid #00b0e1;
  border-width: 0 0 2px 0;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 2.8rem;
  color: #00b0e1;
}
.select-box.type2 .select-toggle::before {
  content: "";
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1.6rem;
  background: url(/images_new/common/bg-select-toggle.svg) no-repeat 50% 50%/cover;
  transition: transform 0.2s linear;
}
.select-box.type2 .select-item {
  text-align: center;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
@media (min-width: 1024px) {
  .select-box.type2 .select-toggle {
    height: 7.6rem;
    padding-right: 5.2rem;
    font-size: 5.2rem;
  }
  .select-box.type2 .select-toggle::before {
    width: 4.8rem;
    height: 4.8rem;
    margin-top: -2.4rem;
  }
  .select-box.type2 .select-menu {
    max-height: 25rem;
    padding: 1.2rem 0;
    border-radius: 1.6rem;
    border-color: #00b0e1;
  }
  .select-box.type2 .select-menu-wrap {
    top: calc(100% + 1.2rem);
  }
  .select-box.type2 .select-menu .select-item {
    padding: 0.8rem 2rem;
    font-weight: 400;
    font-size: 2.8rem;
  }
  .select-box.type2 .select-menu .select-item.is-selected {
    background-color: transparent;
    color: #00b0e1;
  }
  .select-box.type2 .select-menu .select-item:hover {
    background-color: transparent;
    color: #00b0e1;
  }
}

.select-box.type3 {
  display: inline-block;
}
.select-box.type3 .select-toggle {
  height: auto;
  padding-left: 0;
  padding-right: 1.6rem;
  border-radius: 0;
  border: none;
  font-weight: 700;
  font-size: 1.4rem;
}
.select-box.type3 .select-toggle::before {
  right: 0;
  width: 1.6rem;
  background-position: 100% 50%;
  background-size: 1.2rem auto;
}
.select-box.type3 .select-menu-wrap {
  top: calc(100% + 0.4rem);
  right: 0;
  min-width: 7rem;
  width: auto;
}
.select-box.type3 .select-menu {
  padding: 0;
  border-radius: 1.2rem;
}
.select-box.type3 .select-item {
  min-width: 7rem;
  padding: 0.4rem 1rem;
  text-align: center;
  font-size: 1.4rem;
}
.select-box.type3 .select-item.is-selected {
  background-color: transparent;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}

input::-moz-placeholder {
  color: #758185;
}

input::placeholder {
  color: #758185;
}

.form-input {
  display: block;
  width: 100%;
  height: 5.6rem;
  padding: 0 2rem;
  border-radius: 2rem;
  background-color: #ffffff;
  border: 1px solid #e0e5e6;
  font-size: 1.6rem;
  color: #222222;
}
.form-input:has(.input[required]) .form-label::after {
  content: "*";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0.4rem;
  color: #00b0e1;
  font-size: 1.4rem;
}
.form-input input {
  width: 100%;
  border: none;
  height: 100%;
  padding: 0;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: inherit;
  color: inherit;
}
.form-input input:focus, .form-input input:focus-visible {
  outline: none;
}
.form-input .input {
  background-color: inherit;
}
.form-input.has-focus {
  outline: none;
  border-color: #00b0e1;
}
.form-input:has(input:disabled) {
  background-color: #e8ecee;
  color: #758185;
}
.form-input.has-error {
  border-color: #f65c5c;
  color: #f65c5c;
}
.form-input-password {
  position: relative;
  padding-right: 5.2rem;
}
.form-input-password .btn-toggle-password {
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.form-input-password .btn-toggle-password .ico {
  pointer-events: none;
}
.form-input-auth {
  position: relative;
  padding-right: 6.5rem;
}
.form-input-auth .timer {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  color: #222222;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.form-input-auth.has-error .timer {
  color: #f65c5c;
}
.form-input-auth.valid .timer {
  color: #007dc5;
}
.form-input-wrap ~ .form-message,
.form-input ~ .form-message {
  padding: 0.8rem 2rem 0;
  line-height: 1.5;
  font-size: 1.4rem;
}
.form-input-wrap ~ .form-message.guide,
.form-input ~ .form-message.guide {
  word-break: break-all;
  color: #758185;
}
.form-input-wrap ~ .form-message.valid,
.form-input ~ .form-message.valid {
  color: #007dc5;
}
.form-input-wrap ~ .form-message.error,
.form-input ~ .form-message.error {
  color: #f65c5c;
}
.form-input.search {
  position: relative;
}
.form-input.search .input {
  padding-left: 2.8rem;
}
.form-input.search::before {
  content: "";
  position: absolute;
  display: block;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(/images_new/common/ico-search.svg);
  background-size: 2rem auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0.74;
}
.form-input .input-reset {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  top: 2rem;
  right: 2rem;
  background: url(/images_new/common/ico-x.svg) no-repeat 0 0/cover;
}

.form-input.date {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding-right: 4.8rem;
}
.form-input.date .input {
  width: calc((100% - 1rem) / 2);
}
.form-input.date .input:only-of-type {
  width: 100%;
}
.form-input.date .delimiter {
  color: #758185;
}
.form-input.date .ico-calendar {
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -1rem;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .form-input.date {
    max-width: 28rem;
  }
}

.form-input-wrap {
  display: flex;
  gap: 0.8rem;
}
.top-search > .form-input-wrap {
  width: 100%;
}
.form-input-wrap .label {
  margin-right: 1.2rem;
  font-size: 1.8rem;
}
.form-input-wrap .label.required::after {
  content: "*";
  margin-left: 0.4rem;
  font-size: 1.4rem;
  color: #00b0e1;
}
.form-input-wrap .delimiter {
  flex-shrink: 0;
  flex: none;
  display: flex;
  align-items: center;
  margin: 0 0.8rem;
}
.form-input-wrap > button {
  flex: none;
}
.form-input-wrap + .form-input-wrap {
  margin-top: 0.8rem;
}
.form-input-wrap.col-to-row {
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .form-input-wrap.col-to-row {
    flex-direction: row;
    align-items: center;
    width: auto;
  }
  .top-search > .form-input-wrap {
    width: auto;
  }
}

.form-check {
  display: inline-flex;
  align-items: center;
  font-size: 0;
}
.form-check input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-check input:focus, .form-check input:focus-visible {
  outline: none;
}
.form-check-group {
  font-size: 0;
}
.form-check-input {
  width: 2rem;
  height: 2rem;
  vertical-align: top;
}
.form-check-input:not(:checked) {
  background-color: #ffffff;
  border: 1px solid #e0e5e6;
}
.form-check-input[type=checkbox] {
  border-radius: 0.4rem;
}
.form-check-input[type=checkbox]:checked {
  border-color: #00b0e1;
  background-color: #00b0e1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 1rem auto;
  background-image: url(/images_new/common/ico-checkbox-check.svg);
}
.form-check-input[type=checkbox]:disabled {
  background-color: #eef2f3;
}
.form-check-input[type=checkbox]:disabled:checked {
  background-color: #c6d0d2;
  border-color: #c6d0d2;
}
.form-check-input[type=checkbox]:focus-visible {
  border-color: #00b0e1;
  box-shadow: 0 0 0 0.3rem rgba(0, 176, 225, 0.25);
}
.form-check-input[type=radio] {
  border-radius: 1rem;
}
.form-check-input[type=radio]:checked {
  border: 7px solid #00b0e1;
}
.form-check-input[type=radio]:disabled {
  background-color: #eef2f3;
}
.form-check-input[type=radio]:disabled:checked {
  background-color: #ffffff;
  border-color: #c6d0d2;
}
.form-check-input[type=radio]:focus-visible {
  box-shadow: 0 0 0 0.3rem rgba(0, 176, 225, 0.25);
}
.form-check-label {
  padding-left: 0.8rem;
  vertical-align: top;
  line-height: 1.5;
  font-size: 1.6rem;
}

.form-check-button {
  position: relative;
  display: inline-block;
  min-width: 4.4rem;
  height: 4.4rem;
  vertical-align: top;
}
.form-check-button input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-check-button input:focus, .form-check-button input:focus-visible {
  outline: none;
}
.form-check-button .form-check-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.form-check-button .form-check-input:focus-visible + label {
  outline: 2px dashed #007dc5;
}
.form-check-button .form-check-label {
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 2rem;
  background-color: #ffffff;
  border: 1px solid transparent;
  cursor: pointer;
}
.form-check-button .form-check-label {
  display: flex;
  align-items: center;
  padding-left: 2.3rem;
  padding-right: 2.3rem;
}
.form-check-button .form-check-input:checked + .form-check-label {
  border-color: #222222;
  box-shadow: inset 0 0 0 1px #222222;
}
.form-check-button[class*=ico] .form-check-input {
  position: static;
  min-width: 4.4rem;
  height: inherit;
  margin: 0;
  border-radius: 1.6rem;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 2rem auto;
  background-position: 50% 50%;
  border: 1px solid #e0e5e6;
  cursor: pointer;
}
.form-check-button.ico-heart .form-check-input {
  background-image: url(/images_new/common/ico-heart.svg);
}
.form-check-button.ico-heart .form-check-input:checked {
  background-image: url(/images_new/common/ico-heart-filled.svg);
}
.form-check-button.ico-heart-gray .form-check-input {
  background-image: url(/images_new/common/ico-heart-gray.svg);
}
.form-check-button.ico-heart-gray .form-check-input:checked {
  background-image: url(/images_new/common/ico-heart-filled.svg);
}
.form-check-button.ico-bookmark .form-check-input {
  background-image: url(/images_new/common/ico-bookmark.svg);
}
.form-check-button.ico-bookmark .form-check-input:checked {
  background-image: url(/images_new/common/ico-bookmark-filled.svg);
}
.form-check-button.brand {
  width: 7.2rem;
  height: 7.2rem;
}
.form-check-button.brand .form-check-label {
  padding: 0.6rem;
  justify-content: center;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.form-check-button.brand .form-check-label img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .form-check-button .form-check-input:hover {
    border: 2px solid #222222;
  }
}

.form-check-capsule {
  position: relative;
  display: inline-block;
}
.form-check-capsule:not(:first-child) {
  margin-left: 0.4rem;
}
.form-check-capsule input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-check-capsule input:focus, .form-check-capsule input:focus-visible {
  outline: none;
}
.form-check-capsule-wrap {
  margin: 0 -2rem;
  font-size: 0;
}
.form-check-capsule-wrap .inner {
  width: 100%;
  padding: 0 2rem;
  overflow-x: auto;
  white-space: nowrap;
  font-size: 0;
}
.form-check-capsule .form-check-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.form-check-capsule .form-check-input:focus-visible + label {
  outline: 2px dashed #007dc5;
}
.form-check-capsule .form-check-label {
  width: 100%;
  height: 100%;
  height: 4rem;
  display: block;
  text-align: center;
  padding: 0.7rem 1.8rem;
  border-radius: 1.6rem;
  background-color: #ffffff;
  border: 1px solid #e8ecee;
  white-space: nowrap;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
  cursor: pointer;
}
.form-check-capsule .form-check-input:checked + .form-check-label {
  border-color: #222222;
  box-shadow: inset 0 0 0 1px #222222;
  font-weight: 700;
}
@media (min-width: 768px) {
  .form-check-capsule-wrap.total-2 .form-check-capsule {
    width: calc((100% - 0.8rem) / 2);
  }
  .form-check-capsule-wrap.total-3 .form-check-capsule {
    width: calc((100% - 1.6rem) / 3);
  }
  .form-check-capsule-wrap.total-4 .form-check-capsule {
    width: calc((100% - 2.4rem) / 4);
  }
  .form-check-capsule-wrap.total-5 .form-check-capsule {
    width: calc((100% - 3.2rem) / 5);
  }
  .form-check-capsule-wrap.total-6 .form-check-capsule {
    width: calc((100% - 4rem) / 6);
  }
  .form-check-capsule:not(:first-child) {
    margin-left: 0.8rem;
  }
  .form-check-capsule-wrap {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
  .form-check-capsule .form-check-label {
    height: 5.2rem;
    padding: 1.2rem 0;
    border-radius: 2rem;
  }
}

.textarea-wrap {
  width: 100%;
}
.textarea-wrap textarea {
  background: #ffffff;
  outline: transparent;
  resize: none;
  display: block;
  width: 100%;
  padding: 2rem 1.7rem;
  border-radius: 2rem;
  border: 1px solid #e0e5e6;
  font-size: 1.6rem;
  color: #222222;
}
.textarea-wrap textarea:focus {
  border-color: #00b0e1;
}
.textarea-wrap textarea::-moz-placeholder {
  color: #758185;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.textarea-wrap textarea::placeholder {
  color: #758185;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.form-multi-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.form-item, .form-item-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.form-label {
  position: relative;
  color: #222222;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.form-item:has(select[required]) .form-label::after, .form-item:has(.input[required]) .form-label::after {
  content: "*";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0.4rem;
  color: #00b0e1;
  font-size: 1.4rem;
}
.form-input {
  position: relative;
}
.form-input .unit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  color: #758185;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  width: 1.4rem;
}
.form-hint {
  color: #222222;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-indent: 2rem;
}
.form-hint em {
  color: #00b0e1;
  margin-left: 0.4rem;
}
.form-hint .desc {
  color: #758185;
  margin-left: 1.6rem;
}
@media (min-width: 768px) {
  .form-multi-wrap {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
  .form-item {
    flex-direction: row;
    align-items: center;
  }
  .form-label {
    flex: none;
    width: 16rem;
  }
  .form-hint .desc {
    margin-left: 1.2rem;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 36rem;
  margin: 4rem auto 0;
}
.pagination .page-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
}
.pagination .page-item:first-child, .pagination .page-item:last-child {
  width: 3.2rem;
  height: 3.2rem;
  position: relative;
  border-radius: 2rem;
  border: 1px solid #e8ecee;
}
.pagination .page-item:first-child::before, .pagination .page-item:last-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/images_new/common/ico-arrow.svg) no-repeat 50% 50%/1.1rem auto;
}
.pagination .page-item:first-child {
  margin-right: auto;
}
.pagination .page-item:first-child::before {
  transform: rotate(180deg);
}
.pagination .page-item:last-child {
  margin-left: auto;
}
.pagination .page-item.is-active {
  font-weight: 700;
  color: #00b0e1;
}
.pagination .page-item.is-disabled {
  pointer-events: none;
}
.pagination .page-item.is-disabled::before {
  opacity: 0.24;
}
@media (min-width: 768px) {
  .pagination {
    margin-top: 5rem;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  z-index: 10011;
}
.modal-dialog {
  display: flex;
  align-items: flex-end;
  height: 100%;
  transition: transform 0.2s ease-out;
  pointer-events: none;
}
.modal-content {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-height: 87%;
  border-radius: 2rem 2rem 0 0;
  background-color: #ffffff;
  pointer-events: auto;
  overflow: hidden;
}
.modal-content.full {
  max-height: 100vh;
}
.modal .modal-close {
  position: absolute;
  right: 2rem;
  top: 4rem;
  width: 3.2rem;
  height: 3.2rem;
  background: url("/images_new/common/ico-modal-close.svg") no-repeat 0 0/cover;
  z-index: 1;
}
.modal .modal-close .ico {
  pointer-events: none;
}
.modal-header {
  position: relative;
  display: flex;
  padding: 4rem 6.2rem 2rem 2rem;
}
.modal-header::before {
  content: "";
  position: absolute;
  display: block;
  left: 2rem;
  right: 2rem;
  bottom: 0;
  height: 1px;
  background-color: #222222;
}
.modal-header:has(.label) {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.modal-header:has(.label) .label {
  flex-shrink: 0;
}
.modal .modal-title {
  line-height: 1.3;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2.4rem;
}
.modal-body {
  flex: 1;
  padding: 3.2rem 2rem 0;
  overflow-y: auto;
  font-size: 1.6rem;
}
.modal-body:last-child {
  padding-bottom: 4rem;
}
.modal-footer {
  display: flex;
  justify-content: center;
  padding-top: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 3rem;
}
.modal-footer > .btn {
  flex-grow: 1;
}
.modal-footer.column {
  flex-direction: column;
  padding-top: 2rem;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10006;
}
.modal.fade .modal-dialog {
  transform: translateY(-30px);
}
.modal.show .modal-dialog {
  transform: none;
}
.modal-alert {
  align-items: center;
  justify-content: center;
}
.modal-alert .modal-content {
  margin: 0 2rem;
  padding: 4rem 2rem 2.8rem;
  border-radius: 2rem;
}
.modal-alert .modal-content .text {
  font-size: 2rem;
  font-weight: 700;
}
.modal-alert .modal-content .subText {
  margin-top: 0.4rem;
  font-size: 1.6rem;
  color: #515b5e;
}
.modal-alert .modal-body {
  padding: 0;
  scrollbar-gutter: initial;
}
.modal-alert .modal-footer {
  padding: 0;
}
.modal-alert .btn-group {
  margin-top: 2.4rem;
}
.modal-alert .btn-group .btn:not(:first-child) {
  margin-left: 0.8rem;
}
.modal-event {
  align-items: center;
}
.modal-event .modal-content {
  border-radius: 2rem;
  box-shadow: 4px 4px 40px 0 rgba(0, 0, 0, 0.1);
  margin-left: 2rem;
  margin-right: 2rem;
}
.modal-event .modal-body {
  padding: 0;
}
.modal-event .event-content {
  position: relative;
}
.modal-event .event-content .event-img {
  font-size: 0;
}
.modal-event .event-content .event-img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.modal-event .event-content .go-event {
  position: absolute;
  left: 2.4rem;
  right: 2.4rem;
  bottom: 2.4rem;
  display: block;
  padding: 1.8rem 2.4rem;
  border-radius: 2rem;
  line-height: 1.3;
  text-align: center;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
  color: #ffffff;
}
.modal-event .modal-footer {
  display: block;
  padding: 2rem 2.4rem;
  background-color: #ffffff;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  overflow: hidden;
}
.modal-event .modal-footer .form-check {
  float: left;
  align-items: center;
}
.modal-event .modal-footer .form-check .form-check-input {
  margin-top: 0;
}
.modal-event .modal-footer .form-check label {
  font-size: 1.4rem;
}
.modal-event .modal-footer .close-btn {
  float: right;
  line-height: 1.5;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .modal .modal-close {
    right: 4.8rem;
    top: 6rem;
  }
  .modal-dialog {
    max-width: 68rem;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
  .modal-lg {
    max-width: 123.6rem;
  }
  .modal-lg .modal-body {
    padding-top: 4.8rem;
    padding-left: 4.8rem;
    padding-right: 4.8rem;
  }
  .modal-lg .modal-body:last-child {
    padding-bottom: 6rem;
  }
  .modal-content {
    max-height: 96rem;
    margin-left: 1rem;
    margin-right: 1rem;
    border-radius: 3.2rem;
    max-height: 96dvh;
  }
  .modal-content.full {
    max-height: 96dvh;
  }
  .modal-alert {
    max-width: 40rem;
  }
  .modal-alert .modal-content {
    max-width: 40rem;
  }
  .modal-header {
    padding: 6rem 9rem 2rem 4.8rem;
  }
  .modal-header::before {
    left: 4.8rem;
    right: 4.8rem;
  }
  .modal-header:has(.label) {
    flex-direction: row;
    gap: 1.2rem;
  }
  .modal-body {
    padding: 4.8rem 4.8rem 0;
  }
  .modal-body:last-child {
    padding-bottom: 6rem;
  }
  .modal-footer {
    padding-top: 4.8rem;
    padding-left: 4.8rem;
    padding-right: 4.8rem;
    padding-bottom: 6rem;
  }
}
.ico,
.symbol {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ico.xs,
.symbol.xs {
  width: 1.2rem;
  height: 1.2rem;
}
.ico.sm,
.symbol.sm {
  width: 1.6rem;
  height: 1.6rem;
}
.ico.md,
.symbol.md {
  width: 2rem;
  height: 2rem;
}
.ico.lg,
.symbol.lg {
  width: 2.4rem;
  height: 2.4rem;
}
.ico.xl,
.symbol.xl {
  width: 3.2rem;
  height: 3.2rem;
}
button .ico, a .ico,
button .symbol,
a .symbol {
  pointer-events: none;
}

.ico.ico-x {
  background-image: url(/images_new/common/ico-x.svg);
}
.ico.ico-copy {
  background-image: url(/images_new/common/ico-copy.svg);
}
.ico.ico-search {
  background-image: url(/images_new/common/ico-search.svg);
}
.ico.ico-refresh {
  background-image: url(/images_new/common/ico-refresh.svg);
}
.ico.ico-refresh-gray {
  background-image: url(/images_new/common/ico-refresh-gray.svg);
}
.ico.ico-plus {
  background-image: url(/images_new/common/ico-plus.svg);
}
.ico.ico-shoppingbag {
  background-image: url(/images_new/common/ico-shoppingbag.svg);
}
.ico.ico-delivery {
  background-image: url(/images_new/common/ico-delivery.svg);
}
.ico.ico-filter {
  background-image: url(/images_new/common/ico-filter.svg);
}
.ico.ico-circle-up {
  background-image: url(/images_new/common/ico-circle-up.svg);
}
.ico.ico-circle-down {
  background-image: url(/images_new/common/ico-circle-down.svg);
}
.ico.ico-circle-right {
  background-image: url(/images_new/common/ico-circle-right.svg);
}
.ico.ico-eye {
  background-image: url(/images_new/common/ico-eye.svg);
}
.ico.ico-eye-slash {
  background-image: url(/images_new/common/ico-eye-slash.svg);
}
.ico.ico-location {
  background-image: url(/images_new/common/ico-location.svg);
}
.ico.ico-info {
  background-image: url(/images_new/common/ico-info.svg);
}
.ico.ico-heart {
  background-image: url(/images_new/common/ico-heart.svg);
}
.ico.ico-heart-filled {
  background-image: url(/images_new/common/ico-heart-filled.svg);
}
.ico.ico-user {
  background-image: url(/images_new/common/ico-user.svg);
}
.ico.ico-calendar {
  background-image: url(/images_new/common/ico-calendar.svg);
}
.ico.ico-calendar-black {
  background-image: url(/images_new/common/ico-calendar-black.svg);
}
.ico.ico-download {
  background-image: url(/images_new/common/ico-download.svg);
}
.ico.ico-chevron {
  background-image: url(/images_new/common/ico-chevron.svg);
}
.ico.ico-chevron-left {
  background-image: url(/images_new/common/ico-chevron-left.svg);
}
.ico.ico-chevron-down {
  background-image: url(/images_new/common/ico-chevron-down.svg);
}
.ico.ico-chevron-up {
  background-image: url(/images_new/common/ico-chevron-up.svg);
}
.ico.ico-pencil {
  background-image: url(/images_new/common/ico-pencil.svg);
}

.heading-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 2.4rem;
  justify-content: space-between;
}
.sec-content-full > .heading-wrap {
  max-width: 132rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.heading-wrap h1,
.heading-wrap h2,
.heading-wrap h3,
.heading-wrap h4,
.heading-wrap h5,
.heading-wrap h6 {
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.h1,
.h2,
.h3 {
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.h2 {
  font-size: 3.2rem;
}

.h3, .h3.heading-wrap {
  line-height: 1.3;
  margin: 4rem 0 2rem;
  font-size: 2rem;
}
.tab-pane > .h3:first-child {
  margin-top: 0;
}
.heading-wrap .h3 {
  margin: 0;
}

@media (min-width: 768px) {
  .heading-wrap {
    max-width: 128rem;
    margin: 0 auto 3.2rem;
  }
  .h3,
  .h3.heading-wrap {
    margin-top: 8rem;
  }
}
/** datepicker **/
.ui-datepicker {
  width: 30rem;
  padding: 3.2rem 2rem;
  color: #222222;
  background: #ffffff;
  border: none;
  border-radius: 2rem;
  box-shadow: 0 0 1.4rem rgba(0, 0, 0, 0.25);
  transform: translateY(0.8rem);
}
.ui-datepicker .ui-datepicker-header {
  padding: 0;
  background: transparent;
  border: none;
}
.ui-datepicker .ui-datepicker-header .ui-state-hover,
.ui-datepicker .ui-datepicker-header .ui-state-focus {
  border: none;
  background: transparent;
}
.ui-datepicker .ui-datepicker-header .ui-state-hover::after,
.ui-datepicker .ui-datepicker-header .ui-state-focus::after {
  opacity: 1;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 0;
  width: 3.6rem;
  height: 3.6rem;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 1;
}
.ui-datepicker .ui-datepicker-prev::after, .ui-datepicker .ui-datepicker-prev::after,
.ui-datepicker .ui-datepicker-next::after,
.ui-datepicker .ui-datepicker-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  background: #e8ecee;
  border-radius: 50%;
  opacity: 0;
  z-index: 0;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
}
.ui-datepicker .ui-datepicker-prev {
  left: 0;
}
.ui-datepicker .ui-datepicker-prev .ui-icon {
  background: url(/images_new/common/ico-chevron.svg) no-repeat 50% 50%/1.6rem auto;
  transform: rotate(180deg);
}
.ui-datepicker .ui-datepicker-next {
  right: 0;
}
.ui-datepicker .ui-datepicker-next .ui-icon {
  background: url(/images_new/common/ico-chevron.svg) no-repeat 50% 50%/1.6rem auto;
}
.ui-datepicker .ui-datepicker-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4rem;
  margin: 0 4rem;
}
.ui-datepicker .ui-datepicker-title select {
  margin: 0;
  padding: 0.8rem 1.6rem 0.8rem 0;
  font-family: "Pretendard", "Roboto", "NotoSansKR", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
  color: #222222;
  background: url(/images_new/common/ico-select-triangle.svg) no-repeat calc(100% - 0.5rem) 50%/0.6rem auto;
  border: none;
  outline: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: background 0.5s ease-in-out;
}
.ui-datepicker .ui-datepicker-title select:focus {
  background: url(/images_new/common/ico-select-triangle.svg) no-repeat calc(100% - 0.5rem) 50%/0.6rem auto;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year,
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.3rem;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  width: 5.5rem;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  width: 5rem;
  margin-left: 1.2rem;
}

.ui-datepicker table.ui-datepicker-calendar {
  width: 100%;
}
.ui-datepicker table.ui-datepicker-calendar thead th {
  padding: 0;
  border-bottom: 0.1rem solid #e0e5e6;
}
.ui-datepicker table.ui-datepicker-calendar thead th span {
  display: block;
  padding: 0.6rem;
  font-family: "Pretendard", "Roboto", "NotoSansKR", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  color: #222222;
}
.ui-datepicker table.ui-datepicker-calendar tbody td {
  position: relative;
  padding: 0;
  font-size: 1.3rem;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr:first-child td {
  padding-top: 0.8rem;
}
.ui-datepicker table.ui-datepicker-calendar tbody td.ui-datepicker-today .ui-state-default::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background: #00b0e1;
  border-radius: 50%;
  transform: translateX(-50%);
}
.ui-datepicker table.ui-datepicker-calendar tbody .ui-state-default {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  margin: 0 auto;
  padding: 0;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 3.2rem;
  color: #222222;
  background: transparent;
  border: none;
  border-radius: 50%;
}
.ui-datepicker table.ui-datepicker-calendar tbody .ui-state-active {
  background: #e8ecee;
}
.ui-datepicker table.ui-datepicker-calendar tbody .ui-state-hover,
.ui-datepicker table.ui-datepicker-calendar tbody .ui-state-focus {
  color: #ffffff;
  background: #00b0e1 !important;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  border-radius: 0.8rem;
  vertical-align: top;
  line-height: 1.5;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #ffffff;
  white-space: nowrap;
}
.badge.md {
  font-size: 1.4rem;
}
.badge.sm {
  height: 2.2rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  font-size: 1.2rem;
}
.badge.line {
  background-color: #ffffff;
  border: 1px solid #e0e5e6;
  font-size: 1.4rem;
  color: #222222;
}
.badge.capsule {
  border-radius: 2rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.badge.blue {
  background-color: #00b0e1;
}
.badge.bluegray {
  background-color: #94c1cc;
}
.badge.skyblue {
  background-color: #e8f9fd;
  color: #00b0e1;
}
.badge.deepblue {
  background-color: #007dc5;
}
.badge.green {
  background-color: #03c65a;
}
.badge.yellow {
  color: #222222;
  background-color: #ffe44a;
}
.badge .ico {
  margin-right: 0.2rem;
}

.slider-button-next, .slider-button-prev {
  width: 4rem;
  height: 4rem;
  border-radius: 6rem;
  background-color: #ffffff;
  border: 1px solid #e8ecee;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 16px auto;
  background-image: url('data:image/svg+xml,%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M7 3.5L11 8L7 12.5" stroke="%23222222" stroke-width="1.3" stroke-linecap="round"/%3E%3C/svg%3E%0A');
  z-index: 1;
}
.slider-button-next:not(.is-disabled), .slider-button-prev:not(.is-disabled) {
  cursor: pointer;
}
.slider-button-next::after, .slider-button-prev::after {
  content: none;
}
.slider-button-next.swiper-button-disabled, .slider-button-prev.swiper-button-disabled {
  cursor: unset;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 16px auto;
  background-image: url('data:image/svg+xml,%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M7 3.5L11 8L7 12.5" stroke="%23c6d0d2" stroke-width="1.3" stroke-linecap="round"/%3E%3C/svg%3E%0A');
}
.slider-button-prev {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 16px auto;
  background-image: url('data:image/svg+xml,%0A%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M9 12.5L5 8L9 3.5" stroke="%23222222" stroke-width="1.3" stroke-linecap="round"/%3E%3C/svg%3E%0A');
}
.slider-button-prev.swiper-button-disabled {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 16px auto;
  background-image: url('data:image/svg+xml,%0A%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M9 12.5L5 8L9 3.5" stroke="%23c6d0d2" stroke-width="1.3" stroke-linecap="round"/%3E%3C/svg%3E%0A');
}
@media (min-width: 768px) {
  .slider-button-next, .slider-button-prev {
    width: 4.8rem;
    height: 4.8rem;
  }
}
@media (min-width: 1024px) {
  .slider-button-next:not(.swiper-button-disabled):hover, .slider-button-prev:not(.swiper-button-disabled):hover {
    background-color: #222222;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 16px auto;
    background-image: url('data:image/svg+xml,%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M7 3.5L11 8L7 12.5" stroke="%23ffffff" stroke-width="1.3" stroke-linecap="round"/%3E%3C/svg%3E%0A');
  }
  .slider-button-prev:not(.swiper-button-disabled):hover {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 16px auto;
    background-image: url('data:image/svg+xml,%0A%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M9 12.5L5 8L9 3.5" stroke="%23ffffff" stroke-width="1.3" stroke-linecap="round"/%3E%3C/svg%3E%0A');
  }
}
.slider-pagination {
  position: static;
  margin-top: 2.4rem;
  text-align: center;
  font-size: 0;
}
.slider-pagination-bullet {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 1.2rem;
  margin: 0 0.6rem;
  vertical-align: middle;
  background-color: #e8ecee;
  opacity: 1;
}
.slider-pagination-bullet.is-active {
  background-color: #222222;
}

.text-bullet > li {
  margin-top: 0.4rem;
}
.text-bullet.disc > li {
  position: relative;
  padding-left: 1.2rem;
}
.text-bullet.disc > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 1rem;
  background-color: #c6d0d2;
}
.text-bullet.disc.dark li::before {
  background-color: #758185;
}

p.text-bullet {
  position: relative;
  padding-left: 1.2rem;
}
p.text-bullet::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 1rem;
  background-color: #c6d0d2;
}
p.text-bullet.disc.dark::before {
  background-color: #758185;
}

.text-divider-item {
  line-height: 1.5;
}
.text-divider-item:not(:last-child) {
  position: relative;
  padding-right: 0.67em;
  margin-right: 0.67em;
}
.text-divider-item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  width: 1px;
  height: 0.83em;
  transform: translateY(-50%);
  background-color: #c6d0d2;
}

/* Toast */
.toast-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11050;
  pointer-events: none;
}

.toast {
  position: absolute;
  display: flex;
  align-items: center;
  min-width: 235px;
  max-width: 90vw;
  height: 51px;
  border-radius: 12px;
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.0509803922);
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #e8ecee;
  transform: translateX(-50%) translateY(50%);
  left: 50%;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 769px) {
  .toast {
    top: 169px;
  }
}
@media (max-width: 768px) {
  .toast {
    bottom: 20px;
  }
}
.toast.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.toast-body {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 12px 20px;
  color: #222;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}
.toast-body .ico {
  width: 20px;
  height: 20px;
  background-image: url(/images_new/ico-check-circle.png);
}
.toast-body span {
  flex: 1;
}

[data-custom-scroll]::-webkit-scrollbar {
  width: 4px;
}

[data-custom-scroll]::-webkit-scrollbar-thumb {
  background-color: #c6d0d2;
  border-radius: 30px;
}

.select-menu::-webkit-scrollbar,
.dropdown-menu::-webkit-scrollbar {
  width: 24px;
}
.select-menu::-webkit-scrollbar-track,
.dropdown-menu::-webkit-scrollbar-track {
  background: transparent;
}
.select-menu::-webkit-scrollbar-thumb,
.dropdown-menu::-webkit-scrollbar-thumb {
  border: 10px solid #ffffff;
  border-radius: 24px;
}
.select-menu::-webkit-scrollbar-button:vertical:start:decrement, .select-menu::-webkit-scrollbar-button:vertical:start:increment, .select-menu::-webkit-scrollbar-button:vertical:end:decrement,
.dropdown-menu::-webkit-scrollbar-button:vertical:start:decrement,
.dropdown-menu::-webkit-scrollbar-button:vertical:start:increment,
.dropdown-menu::-webkit-scrollbar-button:vertical:end:decrement {
  display: block;
  height: 6px;
}

body {
  overflow-y: overlay;
}

html {
  scroll-behavior: smooth;
}

/* Firefox에서만 적용할 스타일 */
@-moz-document url-prefix() {
  [data-custom-scroll] {
    scrollbar-width: thin;
    scrollbar-color: #e0e5e6 #ffffff;
  }
}
a:focus-visible,
button:focus-visible {
  outline: 2px dashed #007dc5;
}

.fade {
  transition: opacity 0.15s linear;
}
.fade:not(.show) {
  opacity: 0;
}

.text-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-truncate-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.f-paperlogy {
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

.f-suit {
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

.caution {
  color: #f65c5c;
}

.result-info {
  display: flex;
  align-items: center;
  margin: 3rem 0 1.2rem;
  justify-content: space-between;
}
.total-count {
  flex-shrink: 0;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 300;
  color: #222222;
}
.total-count em {
  font-weight: 700;
}

.modal .result-info {
  margin: 4rem 0 1.2rem;
}
@media (min-width: 768px) {
  .result-info {
    margin: 6rem 0 2rem;
  }
  .modal .result-info {
    margin-top: 4.8rem;
  }
}

.top-search {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  align-items: center;
  justify-content: space-between;
  margin: 2.4rem 0;
}
.top-search .btn-primary {
  min-width: 8rem;
}
.top-search .form-input-wrap.col-to-row > .btn-primary {
  margin-top: 1.2rem;
}
.top-search .form-check-group {
  padding: 1.6rem 0.4rem;
}
@media (min-width: 768px) {
  .top-search {
    margin: 6rem 0 3.2rem;
  }
  .h3 + .top-search {
    margin-top: 2.8rem;
  }
  .top-search .form-input-wrap > .select-box {
    min-width: 18rem;
  }
  .top-search .form-input-wrap .form-input.search {
    min-width: 38rem;
  }
  .top-search .form-input-wrap.col-to-row > .btn-primary {
    margin-top: 0;
  }
  .top-search .form-check-group {
    padding-left: 0;
    padding-right: 0;
  }
}

.thumbnail-book {
  flex-shrink: 0;
  align-self: start;
  position: relative;
  display: block;
}
.thumbnail-book .img {
  display: block;
  aspect-ratio: 150/203;
  width: 100%;
  overflow: hidden;
  background-color: #e0e5e6;
  border: 1px solid #e8ecee;
  align-self: flex-start;
}
.thumbnail-book img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 비율 유지하면서 꽉 채움 (잘림 허용) */
  -o-object-position: center;
     object-position: center;
  display: block;
}

.result-nodata,
.result-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 4rem 0;
}
.result-nodata .text,
.result-error .text {
  text-align: center;
  line-height: 1.3;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
}
.result-nodata .text::before,
.result-error .text::before {
  content: "";
  display: block;
  margin: 0 auto 2rem;
  width: 8rem;
  height: 8rem;
  background: url(/images_new/common/bg-nodata.png) no-repeat 50% 0/cover;
}
.result-nodata .text em,
.result-error .text em {
  font-weight: 500;
}
.result-nodata .sub-text,
.result-error .sub-text {
  margin-top: 0.4rem;
  text-align: center;
  font-size: 1.6rem;
  color: #515b5e;
}
.result-nodata .sub-text + button,
.result-error .sub-text + button {
  margin-top: 1.6rem;
}
.result-nodata .text-btn,
.result-error .text-btn {
  margin-top: 1.2rem;
}
.result-nodata .text-btn + .text-btn,
.result-error .text-btn + .text-btn {
  margin-top: 2.8rem;
}
.result-nodata .btn-wrap,
.result-error .btn-wrap {
  display: flex;
  margin-top: 1.6rem;
}
.result-nodata .btn-wrap > .btn:not(:first-child),
.result-error .btn-wrap > .btn:not(:first-child) {
  margin-left: 0.8rem;
}
@media (min-width: 1024px) {
  .result-nodata,
  .result-error {
    margin: 8rem 0;
  }
  .result-nodata .text::before,
  .result-error .text::before {
    width: 12rem;
    height: 12rem;
    margin-bottom: 2.8rem;
  }
  .result-nodata .btn-wrap,
  .result-error .btn-wrap {
    margin-top: 2.8rem;
  }
}

.tooltip {
  display: none;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  transition: opacity 0.5s ease, transform 0.5s ease;
  opacity: 0;
  z-index: 100;
}
.tooltip.is-show {
  opacity: 1;
}
.tooltip .inner {
  left: 0;
  bottom: -2.5rem;
  padding: 1.2rem 2rem;
  border-radius: 1.2rem;
  background-color: #ffffff;
  border: 1px solid;
  border-color: #00b0e1;
  box-shadow: 0px 4px 9px rgba(0, 176, 225, 0.15);
  z-index: 1;
}
.tooltip .inner::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 2.5rem;
  width: 1.2rem;
  height: 1rem;
  background: url(/images_new/common/bg-tooltip.png) no-repeat 0 0/cover;
}
.tooltip .text {
  white-space: nowrap;
  font-size: 1.3rem;
  font-weight: 500;
  color: #222222;
}
.tooltip .text em {
  font-weight: 700;
  font-size: 1.6rem;
  color: #00b0e1;
}
.tooltip[data-placement=top] {
  left: 0;
  bottom: calc(100% + 1.6rem);
  transform: translateY(2rem);
}
.tooltip[data-placement=top] .inner::after {
  top: calc(100% - 1px);
}
.tooltip[data-placement=top].is-show {
  transform: translateY(0);
}
.tooltip[data-placement=bottom] {
  left: 0;
  top: calc(100% + 1.6rem);
  transform: translateY(-2rem);
}
.tooltip[data-placement=bottom] .inner::after {
  top: auto;
  bottom: calc(100% - 1px);
  transform: rotate(180deg);
}
.tooltip[data-placement=bottom].is-show {
  transform: translateY(0);
}
.tooltip[data-placement=right] {
  left: calc(100% + 1.6rem);
  top: 50%;
  transform: translate(-2rem, -50%);
}
.tooltip[data-placement=right] .inner::after {
  left: auto;
  bottom: auto;
  top: 50%;
  margin-top: -0.6rem;
  right: calc(100% - 2px);
  transform: rotate(90deg);
}
.tooltip.is-show {
  transform: translate(0, -50%);
}

.tippy-box:not([data-theme=vsTooltip]) {
  background-color: #00B0E1 !important;
  border-radius: 1.2rem !important;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff !important;
  padding: 1.2rem 2rem !important;
  box-shadow: 0px 4px 9px rgba(0, 176, 225, 0.15) !important;
}
.tippy-box:not([data-theme=vsTooltip]) .tippy-arrow:before {
  color: #00B0E1 !important;
}

.tippy-box[data-theme=vsTooltip] {
  background-color: #ffffff;
  border-radius: 1.2rem;
  border: 1px solid;
  border-color: #00b0e1;
  font-size: 1.3rem;
  font-weight: 500;
  color: #222222;
  box-shadow: 0px 4px 9px rgba(0, 176, 225, 0.15);
}
.tippy-box[data-theme=vsTooltip] .tippy-content {
  padding: 1.2rem 2rem;
}
.tippy-box[data-theme=vsTooltip] .tippy-arrow::before {
  content: none;
}
.tippy-box[data-theme=vsTooltip] .tippy-arrow {
  width: 12px;
  height: 10px;
  transform: none !important;
}
.tippy-box[data-theme=vsTooltip] .tippy-arrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 10px;
  background: url(/images_new/common/bg-tooltip.png) no-repeat 50% 0/1.2rem auto;
}
.tippy-box[data-theme=vsTooltip][data-placement^=top] > .tippy-arrow::after {
  top: 100%;
}
.tippy-box[data-theme=vsTooltip][data-placement^=bottom] > .tippy-arrow::after {
  bottom: 100%;
  transform: rotate(180deg);
}
.tippy-box[data-theme=vsTooltip][data-placement$=start] > .tippy-arrow::after {
  left: 16px;
}
.tippy-box[data-theme=vsTooltip][data-placement$=end] > .tippy-arrow {
  left: auto !important;
  right: 16px;
}
.tippy-box[data-theme=vsTooltip][data-placement^=right] > .tippy-arrow {
  top: 16px !important;
}
.tippy-box[data-theme=vsTooltip][data-placement^=right] > .tippy-arrow::after {
  transform: rotate(90deg);
  right: 11px;
}
.tippy-box[data-theme=vsTooltip][data-placement^=left] > .tippy-arrow {
  top: 16px !important;
}
.tippy-box[data-theme=vsTooltip][data-placement^=left] > .tippy-arrow::after {
  transform: rotate(-90deg);
  left: 11px;
}
.tippy-box[data-theme=vsTooltip][data-placement=right-start] > .tippy-arrow::after {
  left: -11px;
}
.tippy-box[data-theme=vsTooltip][data-placement=right] > .tippy-arrow, .tippy-box[data-theme=vsTooltip][data-placement=left] > .tippy-arrow {
  top: 50% !important;
  margin-top: -6px;
}
.tippy-box[data-theme=vsTooltip] .text {
  white-space: nowrap;
  font-size: 1.3rem;
  font-weight: 500;
  color: #222222;
}
.tippy-box[data-theme=vsTooltip] .text em {
  font-weight: 700;
  font-size: 1.6rem;
  color: #00b0e1;
}

.tooltip-btn {
  width: 2.2rem;
  height: 2.2rem;
  background: url(/images_new/common/ico-info.svg) no-repeat 0 0/cover;
  vertical-align: top;
}

.board {
  margin-top: 2rem;
  border-top: 2px solid #222222;
}
.board .list-item {
  position: relative;
  width: 100%;
  min-height: 9.2rem;
  padding: 2rem 1.2rem;
  border-bottom: 1px solid #e8ecee;
}
.board .list-item .label-index {
  display: none;
  width: 7.2rem;
  text-align: center;
  line-height: 1.5;
  font-size: 1.4rem;
  color: #515b5e;
}
.board .list-item .label-index + .post-link {
  margin-top: 0;
}
.board .list-item .post-link::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.board .list-item .title {
  display: block;
  margin-top: 1rem;
  line-height: 1.5;
  font-size: 1.8rem;
}
.board .list-item .date {
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #758185;
}
.board-header {
  position: relative;
  padding: 2rem 1.2rem;
  border-bottom: 1px solid #e8ecee;
}
.board-header .label {
  flex-shrink: 0;
  font-size: 1.4rem;
}
.board-header .title {
  margin-top: 1rem;
  line-height: 1.5;
  font-size: 1.8rem;
  color: #222222;
}
.board .accordion-header {
  position: relative;
  padding-right: 5.4rem;
}
.board .accordion-header .accordion-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.board .accordion-header .accordion-button::before {
  content: "";
  position: absolute;
  display: block;
  top: 5.2rem;
  right: 1.2rem;
  width: 2rem;
  height: 2rem;
  background: url(/images_new/common/ico-chevron2-down.svg) no-repeat 50% 50%/2rem auto;
  transition: transform 0.2s;
}
.board .accordion-header .accordion-button.is-active::before {
  transform: rotateX(180deg);
}
.board .accordion-body {
  padding: 2rem 1.2rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e8ecee;
}
@media (min-width: 768px) {
  .board .list-item {
    display: flex;
    align-items: center;
    padding: 2.6rem 2rem;
  }
  .board .list-item .label-index {
    display: block;
  }
  .board .list-item .label {
    margin-right: 1.6rem;
  }
  .board .list-item .date {
    flex-shrink: 0;
    margin-top: 0;
    margin-left: auto;
    font-size: 1.6rem;
  }
  .board .list-item .title {
    margin-top: 0;
    padding-right: 2rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .board .list-item:hover {
    background-color: #eef2f3;
  }
  .board-header {
    min-height: 9.2rem;
    display: flex;
    align-items: center;
    padding: 2.6rem 2rem;
    padding-right: 7.2rem;
  }
  .board-header .label {
    margin-right: 1.6rem;
  }
  .board-header .title {
    margin-top: 0;
  }
  .board .accordion-header .accordion-button::before {
    top: calc(50% - 1rem);
    right: 2rem;
  }
  .board .accordion-body {
    padding: 3.2rem 2rem;
  }
}

.article {
  margin-top: 4rem;
}
.article-header {
  border-bottom: 2px solid #222222;
  padding-bottom: 3.2rem;
}
.article-header .title {
  color: #222222;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  color: #222222;
}
.article-header .title .category {
  display: inline-block;
  margin-right: 1.2rem;
  font-weight: 700;
}
.article-header .text-divider {
  display: inline-block;
  margin-top: 0.4rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.article-header .text-divider-item {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #515b5e;
}
.article-header .date {
  margin-top: 1.2rem;
  line-height: 1.5;
  font-weight: 300;
  font-size: 1.4rem;
  color: #515b5e;
}
.article-item {
  display: flex;
  padding: 1.8rem 0;
  border-bottom: 1px solid #e8ecee;
}
.article-item .title {
  flex-shrink: 0;
  width: 8rem;
  color: #222222;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.article-item .content {
  flex: 1;
}
.article-item .content .date {
  color: #758185;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.article-item .content .list {
  display: flex;
  flex-wrap: wrap;
}
.article-item .content .list .item:not(:last-child) {
  margin-right: 1.2rem;
}
.article-item .content .list .item .download {
  color: #758185;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration-line: underline;
}
.article-item .content .list .item .download:hover {
  color: #00b0e1;
}
.article-content {
  padding: 4rem 0;
  border-bottom: 1px solid #e8ecee;
}
.article-content > p {
  color: #222222;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.article-content > p:not(:first-child) {
  margin-top: 2rem;
}
.article-answer {
  padding: 3.2rem 4rem;
  margin-top: 4.8rem;
  background-color: #f7f7f7;
  border-top: 1px solid #e8ecee;
  border-bottom: 1px solid #e8ecee;
}
.article-answer .answer-title {
  color: #00b0e1;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.article-answer .answer-box .article-text {
  padding: 0;
  margin-top: 1.6rem;
  font-size: 1.8rem;
}
.article-answer .answer-date {
  display: inline-block;
  margin-top: 1.6rem;
  color: #515b5e;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .article-bottom {
    display: flex;
  }
  .article-bottom .rating-img {
    position: relative;
    width: 12rem;
    height: 11.294rem;
    margin: 4.8rem 3.2rem 0 0;
  }
  .article-bottom .rating-img::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 12rem;
    height: 11.294rem;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(/images_new/common/img-rating.png);
  }
}
.article-rating {
  margin-top: 4.8rem;
  padding: 4rem 2rem;
  border-radius: 2rem;
  background: #f4fdff;
}
.article-rating dl {
  margin: 2rem 0;
}
.article-rating dl > div {
  margin-top: 2rem;
  display: flex;
}
.article-rating dl > div:last-child {
  flex-direction: column;
}
.article-rating dl > div:last-child dd {
  margin-left: 0;
  margin-top: 0.4rem;
}
.article-rating p,
.article-rating dt,
.article-rating dd {
  color: #515b5e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.article-rating dd {
  color: #222222;
  font-weight: 700;
  margin-left: 0.4rem;
}
.article-rating .rating-box {
  position: relative;
  margin-top: 0.8rem;
}
.article-rating .rating-box .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(50% - 0.8rem);
  margin: 0.4rem;
}
.article-rating .rating-box .radio-group {
  margin: -0.4rem;
  display: flex;
  flex-wrap: wrap;
}
.article-rating .rating-box .radio-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 0.8rem);
  margin: 0.4rem;
  height: 5.6rem;
  border: 0.1rem solid #e8ecee;
  background: #fff;
  border-radius: 0.8rem;
  cursor: pointer;
}
.article-rating .rating-box .radio-item:nth-child(1) .radio-text::before {
  background-image: url(/images_new/common/ico-star-1.png);
}
.article-rating .rating-box .radio-item:nth-child(2) .radio-text::before {
  background-image: url(/images_new/common/ico-star-2.png);
}
.article-rating .rating-box .radio-item:nth-child(3) .radio-text::before {
  background-image: url(/images_new/common/ico-star-3.png);
}
.article-rating .rating-box .radio-item:nth-child(4) .radio-text::before {
  background-image: url(/images_new/common/ico-star-4.png);
}
.article-rating .rating-box .radio-item:nth-child(5) .radio-text::before {
  background-image: url(/images_new/common/ico-star-5.png);
}
.article-rating .rating-box .radio-item .radio-text {
  position: relative;
  display: block;
  padding-top: 2.4rem;
  color: #222222;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3;
}
.article-rating .rating-box .radio-item .radio-text::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  content: "";
  display: inline-block;
  width: 10rem;
  height: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.article-rating .rating-box .radio-group input[type=radio] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.article-rating .rating-box .radio-item:has(input[type=radio]:checked) {
  border-color: #007dc5;
}
@media (min-width: 768px) {
  .article-rating {
    padding: 4rem;
  }
  .article-rating dl {
    display: flex;
    flex-wrap: wrap;
  }
  .article-rating dl > div {
    margin-top: 0;
  }
  .article-rating dl > div:not(:first-child) {
    margin-left: 2rem;
  }
  .article-rating dl > div:last-child {
    flex-direction: row;
  }
  .article-rating dl > div:last-child dd {
    margin-left: 0.4rem;
    margin-top: 0;
  }
  .article-rating p,
  .article-rating dt,
  .article-rating dd {
    color: #515b5e;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .article-rating dd {
    color: #222222;
    font-weight: 700;
    margin-left: 0.4rem;
  }
  .article-rating .rating-box {
    margin-top: 0.4rem;
  }
  .article-rating .rating-box .btn {
    position: static;
    width: 10.5rem;
    margin: 0.8rem 0 0 0;
  }
  .article-rating .radio-group {
    flex-wrap: nowrap;
  }
  .article-rating .radio-item {
    flex: 1;
    width: auto;
  }
}
.article-button {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
.article-button.multi {
  justify-content: flex-start;
}
.article-button.multi .btn:last-child {
  margin-left: auto;
}
.modal-body .article > .date {
  font-weight: 300;
  font-size: 1.4rem;
  color: #515b5e;
}
.modal-body .article .article-content {
  padding-bottom: 3.2rem;
  border-bottom: none;
}
.modal-body .article .article-content > p {
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .article {
    margin-top: 6.4rem;
  }
  .article-header {
    display: flex;
    align-items: flex-end;
  }
  .article-header .label {
    flex-shrink: 0;
    align-self: start;
    display: flex;
    align-items: center;
    min-height: 4.2rem;
    margin-right: 1.2rem;
  }
  .article-header .title {
    margin-top: 0;
    padding-right: 1.2rem;
    font-size: 2.8rem;
  }
  .article-header .title em {
    margin-right: 1.2rem;
  }
  .article-header .date {
    flex-shrink: 0;
    margin: 0 0 0 auto;
    font-size: 1.6rem;
  }
  .article-content {
    padding: 4rem 0;
  }
  .article-content > p:not(:first-child) {
    margin-top: 2rem;
  }
  .article-download {
    display: flex;
    align-items: flex-end;
    padding-top: 2.8rem;
  }
  .article-download .title {
    margin-right: 6.4rem;
  }
  .article-download .list {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .article-download .list .item:not(:last-child) {
    margin-right: 1.2rem;
  }
  .article-download .list .item .download {
    font-size: 1.6rem;
  }
  .article-answer {
    margin-top: 5rem;
    display: flex;
  }
  .article-answer .answer-title {
    color: #00b0e1;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    width: 10rem;
    flex: none;
  }
  .article-answer .answer-box {
    margin-top: 0;
    padding-left: 1.6rem;
    display: flex;
    flex-direction: column-reverse;
  }
  .article-answer .answer-box .article-text {
    padding: 0;
    margin-top: 0;
  }
  .article-answer .answer-date {
    margin-top: 1.6rem;
  }
  .article-button {
    margin-top: 5rem;
  }
  .modal-body .article .article-content > p {
    font-size: 1.8rem;
  }
}
.cs-bottom {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 6rem;
}
.cs-bottom .cs-help {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 18rem;
  padding: 4rem;
  border-radius: 2.4rem;
  background: #f7f7f7 url(/images_new/common/bg-cs-bottom.png) no-repeat calc(100% - 3.5rem) calc(100% - 2.4rem)/11.7rem 8.6rem;
}
.cs-bottom .cs-help .title {
  position: relative;
  color: #222222;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 400;
}
.cs-bottom .cs-help .title > strong {
  font-size: 2rem;
  font-weight: 500;
}
.cs-bottom .cs-contact {
  padding: 3.2rem 2.4rem;
  border-radius: 2.4rem;
  border: 1px solid #e0e5e6;
}
.cs-bottom .cs-contact .contact-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
.cs-bottom .cs-contact .contact-list .item {
  display: flex;
  gap: 2rem;
}
@media (max-width: 360px) {
  .cs-bottom .cs-contact .contact-list .item {
    gap: 1rem;
  }
  .cs-bottom .cs-contact .contact-list .item .title {
    width: 8rem !important;
  }
}
.cs-bottom .cs-contact .contact-list .item:nth-child(2) {
  position: relative;
  padding-top: 2rem;
}
.cs-bottom .cs-contact .contact-list .item:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e0e5e6;
}
.cs-bottom .cs-contact .contact-list .item .title {
  flex: none;
  width: 10rem;
  color: #00b0e1;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
}
.cs-bottom .cs-contact .contact-list .item .tel {
  color: #222222;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
}
.cs-bottom .cs-contact .contact-list .item .hours {
  margin-top: 0.8rem;
  color: #758185;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.cs-bottom .cs-contact .contact-list .divider {
  width: 100%;
  height: 1px;
  background-color: #e0e5e6;
}
.cs-bottom .cs-download {
  padding: 1.225rem 2.4rem;
  border-radius: 2.4rem;
  border: 1px solid #e0e5e6;
}
.cs-bottom .cs-download .download-item:not(:first-child) {
  border-top: 1px solid #e0e5e6;
}
.cs-bottom .cs-download .download-btn {
  display: block;
  padding: 1.975rem 2.4rem 1.975rem 0;
  color: #222222;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  background: url(/images_new/common/ico-download.svg) no-repeat right center/2.4rem 2.4rem;
}
@media (min-width: 768px) {
  .cs-bottom {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .cs-bottom .cs-help {
    flex: 1;
    min-width: 32rem;
  }
  .cs-bottom .cs-contact {
    flex: 1;
    min-width: 45.2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .cs-bottom .cs-contact .contact-list {
    flex-direction: row;
    align-items: center;
    gap: 2.5rem;
    height: 100%;
  }
  .cs-bottom .cs-contact .contact-list .item {
    flex-direction: column;
    justify-content: center;
    flex: 1;
    gap: 0;
  }
  .cs-bottom .cs-contact .contact-list .item .title {
    width: auto;
    margin-right: 0;
    margin-bottom: 1.2rem;
  }
  .cs-bottom .cs-contact .contact-list .divider {
    width: 1px;
    height: 100%;
  }
  .cs-bottom .cs-download {
    padding: 4.9rem 1rem;
    flex: 1;
    min-width: 46.8rem;
  }
  .cs-bottom .cs-download .download-list {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .cs-bottom .cs-download .download-item {
    flex: 1;
  }
  .cs-bottom .cs-download .download-item:not(:first-child) {
    border-top: 0;
    border-left: 1px solid #e0e5e6;
  }
  .cs-bottom .cs-download .download-btn {
    min-width: 9.6rem;
    padding: 0 0 3.6rem 0;
    background: url(/images_new/common/ico-download.svg) no-repeat bottom center/2.4rem 2.4rem;
    text-align: center;
  }
}

.quantity-counter {
  display: flex;
  width: 14.4rem;
  height: 5.2rem;
  border-radius: 1.6rem;
  background-color: #ffffff;
  border: 1px solid #e0e5e6;
  overflow: hidden;
}
.quantity-counter input[type=number]::-webkit-inner-spin-button,
.quantity-counter input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-counter .input {
  flex: 1;
}
.quantity-counter .input input {
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  text-align: center;
  font-size: 1.8rem;
  color: #222222;
}
.quantity-counter button {
  display: block;
  width: 4.8rem;
}
.quantity-counter .btn-minus {
  background: url(/images_new/common/ico-minus.svg) no-repeat 50% 50%/1.6rem auto;
}
.quantity-counter .btn-plus {
  background: url(/images_new/common/ico-plus.svg) no-repeat 50% 50%/1.6rem auto;
}

.use-cashback-wrap .main-desc {
  list-style: disc;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 4px;
}
.use-cashback-wrap .use-cashback {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  background-color: #f7f7f7;
  border-radius: 16px;
  font-size: 18px;
  line-height: 1.5;
}
.use-cashback-wrap .use-cashback dt {
  color: #515b5e;
}
.use-cashback-wrap .use-cashback dd {
  color: #00b0e1;
  font-weight: 700;
}
.use-cashback-wrap .second-list li {
  padding: 20px 0;
  border-bottom: 1px solid #758185;
}
.use-cashback-wrap .second-list .form-input-wrap {
  margin-top: 12px;
  display: flex;
  align-items: center;
}
.use-cashback-wrap .second-list .form-input {
  display: flex;
  width: 100px;
}
.use-cashback-wrap .second-list .unit {
  margin-left: 4px;
}
@media (min-width: 768px) {
  .use-cashback-wrap .second-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .use-cashback-wrap .second-list .form-input-wrap {
    margin-top: 0;
  }
}
.use-cashback-wrap .item-info {
  flex: 1;
}
.use-cashback-wrap .item-info p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 8px;
}
.use-cashback-wrap .item-info em {
  font-size: 20px;
  font-weight: 700;
}
.use-cashback-wrap .item-info span {
  color: #00b0e1;
}
.use-cashback-wrap .total-cashback {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  padding: 24px;
  border-radius: 20px;
  background-color: #eefbfe;
  font-size: 16px;
  line-height: 1.5;
}
.use-cashback-wrap .total-cashback dd {
  color: #00b0e1;
  font-weight: 700;
}
.use-cashback-wrap .info-cashback {
  padding: 24px;
  border-radius: 20px;
  background-color: #f3f6f6;
}
.use-cashback-wrap .info-cashback li {
  list-style: disc;
  margin-left: 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #758185;
}

.badge.new {
  background-color: #ffe44a;
  color: #222222;
}
.badge.best {
  background-color: #aee05d;
  color: #222222;
}

.vs-book-list .item-box {
  position: relative;
  background-color: #f7f7f7;
  border-radius: 0.8rem;
}
.vs-book-list .item-box .thumbnail-book {
  margin: 0 auto;
}
.vs-book-list .title {
  line-height: 1.5;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
@media (min-width: 768px) {
  .vs-book-list .item-box {
    border-radius: 1.2rem;
  }
}

.product-list {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 4rem;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.product-list-item {
  width: 100%;
}
.product-list .item-box {
  position: relative;
  padding: 5.6rem 2rem 1.2rem;
  border-radius: 2rem;
  background-color: #f7f7f7;
}
.product-list .item-box .img-link {
  display: block;
  width: 65.0847457627%;
  max-width: 19.2rem;
  margin: 0 auto;
}
.product-list .item-box .util {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.6rem;
  white-space: nowrap;
}
.product-list .item-box .util > :not(:first-child) {
  margin-left: 0.4rem;
}
.product-list .item-box .badge {
  position: absolute;
  left: 1.6rem;
  top: 1.6rem;
  border-radius: 3rem;
}
.product-list .item-details {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 2.4rem 0.8rem 0;
}
.product-list .item-details .title {
  font-size: 2rem;
}
.product-list .product-info {
  float: left;
  width: calc(100% - 11rem);
}
.product-list .title {
  display: block;
  line-height: 1.5;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  color: #222222;
}
.price {
  line-height: 1.5;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}
.price dt,
.price dd {
  display: inline-block;
}
.price dd {
  padding-right: 0.8rem;
}
.price em {
  font-size: 2.8rem;
}
.price .discount {
  color: #00b0e1;
}
.price .unit {
  margin-left: 0.4rem;
}
.price .original {
  padding-right: 0;
  text-decoration: line-through;
  color: #758185;
}

.product-list .price {
  margin-top: 1.2rem;
}
.cashback {
  overflow: hidden;
  margin-top: 0.4rem;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.4rem;
}
.cashback .badge {
  float: left;
  color: #00b0e1;
}
.cashback p {
  margin-top: 0.4rem;
}

.product-list + .view-more-wrapper {
  max-width: 83.2rem;
}
@media (min-width: 768px) {
  .product-list {
    -moz-column-gap: 3.2rem;
         column-gap: 3.2rem;
    row-gap: 4rem;
  }
  .product-list > li {
    width: calc((100% - 3.2rem) / 2);
  }
  .product-list .product-list-item {
    display: flex;
    flex-direction: column;
  }
  .product-list .item-box .img-link {
    width: 54.7445255474%;
    max-width: 15rem;
  }
  .product-list .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 6rem;
  }
  .product-list .cashback .badge {
    float: none;
  }
}
@media (min-width: 1024px) {
  .product-list > li {
    width: calc((100% - 6.4rem) / 3);
  }
  .product-list .item-box .util {
    visibility: hidden;
  }
  .product-list .item-box:hover {
    background-color: #d4f2f9;
  }
  .product-list .item-box:hover .util {
    visibility: visible;
  }
}
@media (min-width: 1320px) {
  .product-list > li {
    width: calc((100% - 9.6rem) / 4);
  }
}

.product-view-header {
  max-width: 132rem;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.product-view-header .product-img {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  padding: 4rem 0 1.2rem;
  border-radius: 3.2rem;
  background-color: #f7f7f7;
  text-align: center;
}
.product-view-header .product-img .thumbnail-book {
  width: 55%;
  min-width: 18.5rem;
  max-width: 33.8rem;
  margin: 0 auto;
}
.product-view-header .product-img .btn-preview {
  margin-top: 1.6rem;
}
.product-view-header .product-img .badge {
  position: absolute;
  left: 1.6rem;
  top: 1.6rem;
}
.product-view-header .product-info .brand-logo {
  width: 11rem;
  margin-top: 2rem;
  border-radius: 0.8rem;
}
.product-view-header .product-info .brand-logo + .label-group {
  margin-top: 2rem;
}
.product-view-header .product-info .title {
  margin-top: 2rem;
  font-weight: 700;
  font-size: 2.4rem;
}
.product-view-header .product-info .desc {
  margin-top: 1.2rem;
  font-weight: 500;
  font-size: 1.6rem;
  color: #515b5e;
}
.product-view-header .product-info-mid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #e0e5e6;
}
.product-view .price {
  font-size: 1.6rem;
}
.product-view .price em {
  margin-right: 0.2rem;
  font-size: 2.8rem;
}

.product-view-header .product-info .spec dl {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 0;
  border-top: 1px solid #e0e5e6;
}
.product-view-header .product-info .spec dt,
.product-view-header .product-info .spec dd {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  color: #222222;
}
.product-view-header .product-info .spec dt {
  width: 8.2rem;
  padding-right: 2.2rem;
  color: #758185;
}
.product-view-header .product-info .spec dt:nth-of-type(5) {
  padding-top: 0.6rem;
}
.product-view-header .product-info .spec dd {
  width: calc(100% - 8.2rem);
}
.product-view-header .product-info .etc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem;
}
.product-view-header .product-info .etc .notice {
  width: 100%;
  margin-right: 1.2rem;
  padding-bottom: 1rem;
  font-size: 1.4rem;
  color: #758185;
}
.product-view-header .product-info .ebook-btn {
  width: 100%;
}
.product-view-header .product-info .ebook-btn-img {
  display: block;
  width: 4.1rem;
  height: 1.6rem;
  margin-right: 0.8rem;
  background: url("/images_new/common/img-tabtab.png") no-repeat 0 0/cover;
}
.product-view-content {
  margin-top: 1.8rem;
}
.product-view-content .cta-purchase {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.2rem 0;
  background-color: #ffffff;
  border-top: 1px solid #e0e5e6;
  z-index: 5;
}
.product-view-content .cta-purchase .container {
  display: flex;
  align-items: center;
}
.product-view-content .cta-purchase .quantity-counter {
  width: 12rem;
}
.product-view-content .cta-purchase .btn-group {
  width: 19.1rem;
  margin-top: 0;
}
.product-view-content .cta-purchase .btn-group > :not(:first-child) {
  margin-left: 0.4rem;
}
.product-view-content .purchase-total {
  flex: 1;
  display: block;
}
.product-view-content .purchase-total dl {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
}
.product-view-content .purchase-total dt:first-of-type,
.product-view-content .purchase-total dd:first-of-type {
  display: none;
}
.product-view-content .tab-menu-wrap {
  margin-top: 4rem;
}
.product-view-content .product-detail-image .ovf-view {
  max-width: 94rem;
  overflow: hidden;
  margin: 0 auto;
}
.product-view-content .product-detail-image .ovf-view img {
  width: 100%;
}
.product-view-content .product-detail-image:not(.is-active) .ovf-view {
  max-height: 29rem;
}
.product-view-content .product-detail-image:not(.is-active) .view-more-wrapper {
  position: relative;
  margin-top: -5.6rem;
}
.product-view-content .product-detail-image:not(.is-active) .view-more-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 25.8rem;
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.product-view-content .book-index {
  font-weight: 400;
  font-size: 1.4rem;
  max-width: 94rem;
  margin: 0 auto;
}
.product-view-content .book-index > p > strong {
  font-weight: 600;
  font-size: 1.6rem;
}
.recommended-products {
  margin: 6rem -2rem 0;
}
.recommended-products .heading-wrap {
  display: block;
  max-width: 132rem;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 0;
}
.recommended-products .heading-wrap > :nth-child(2) {
  margin-left: 0;
}
.recommended-products .heading-wrap .title {
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2.4rem;
}
.recommended-products .swiper {
  margin-top: 2rem;
  padding: 0 2rem;
}
.recommended-products .slider-button-group {
  display: flex;
  margin-top: 2rem;
}
.recommended-products .slider-button-group .slider-button-next {
  margin-left: 0.8rem;
}
.recommended-products .swiper-slide {
  width: 24.8rem;
  height: auto;
  display: flex;
  flex-direction: column;
}
.recommended-products .slide-item {
  padding: 4.2rem 0;
  border-radius: 1.6rem;
  background-color: #f7f7f7;
}
.recommended-products .slide-item .thumbnail-book {
  width: 57%;
  margin: 0 auto;
}
.recommended-products .product-name {
  flex-grow: 1;
  display: block;
  margin-top: 2rem;
  font-size: 2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recommended-products .product-name:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.recommended-products .product-price {
  display: block;
  margin-top: 2rem;
  font-weight: 700;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.recommended-products .product-price em {
  font-size: 2.8rem;
}
.recommended-products .product-price .unit {
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .product-view-header {
    display: flex;
    align-items: center;
  }
  .product-view .product-img {
    width: 45.78%;
    padding: 7.2rem 0 3.5rem;
  }
  .product-view .product-img .thumbnail-book {
    width: 57.6%;
  }
  .product-view .product-img .btn-preview:hover {
    border: 2px solid #222222;
  }
  .product-view .product-info {
    margin-left: 6.4rem;
  }
  .product-view .product-info .brand-logo + .label-group {
    margin-top: 2.4rem;
  }
  .product-view .product-info .title {
    margin-top: 0;
    font-size: 2.8rem;
  }
  .product-view .product-info-mid {
    margin-top: 2.4rem;
    padding: 2.4rem 0;
  }
  .product-view .product-info .spec {
    display: block !important;
  }
  .product-view .product-info .spec dl {
    padding: 2.4rem 0;
  }
  .product-view .product-info .spec + [data-toggle=collapse] {
    display: none;
  }
  .product-view .product-info .etc {
    margin: 0;
  }
  .product-view .product-info .etc .notice {
    width: auto;
    padding: 1rem 0;
  }
  .product-view .product-info .ebook-btn {
    width: auto;
    margin-top: 2.4rem;
  }
  .product-view-content {
    margin-top: 6.8rem;
  }
  .product-view-content .cta-purchase {
    border-top: 1px solid #e0e5e6;
  }
  .product-view-content .cta-purchase .purchase-total dt:first-of-type,
  .product-view-content .cta-purchase .purchase-total dd:first-of-type {
    display: block;
  }
  .product-view-content .cta-purchase .purchase-total dt:first-of-type {
    width: 9.2rem;
  }
  .product-view-content .cta-purchase .purchase-total dd:last-of-type {
    margin-left: auto;
  }
  .product-view-content .cta-purchase .quantity-counter {
    width: 14.4rem;
  }
  .product-view-content .cta-purchase .btn-group {
    width: 19.5rem;
    margin-left: 3rem;
  }
  .product-view-content .tab-menu-wrap {
    margin-top: 6.4rem;
  }
  .product-view-content .product-detail-image:not(.is-active) .ovf-view {
    max-height: 81rem;
  }
  .recommended-products {
    margin-top: 16rem;
  }
  .recommended-products .heading-wrap {
    display: flex;
    align-items: flex-end;
  }
  .recommended-products .heading-wrap > :nth-child(2) {
    margin: 0 0 0 auto;
  }
  .recommended-products .heading-wrap .title {
    font-weight: 400;
    font-size: 4rem;
  }
  .recommended-products .swiper {
    margin-top: 3.2rem;
  }
  .recommended-products .product-item {
    padding: 5.2rem 0;
  }
}
.main .sec-content {
  margin: 6rem auto 0;
}
.main .section-title {
  margin-bottom: 2rem;
  line-height: 1.3;
  text-align: center;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 3.2rem;
  color: #222222;
}
@media (min-width: 1024px) {
  .main .sec-content {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
  .main .section-title {
    font-size: 4rem;
  }
}
.main .form-check-capsule-wrap {
  text-align: center;
}
.main .form-check-capsule:not(:first-child) {
  margin-left: 0.8rem;
}
.main .form-check-capsule .form-check-label {
  height: 5.2rem;
  padding: 1.2rem 2.3rem;
  border-radius: 2rem;
}
.main .strip-banner {
  max-width: 128rem;
  margin: 6rem auto;
  background-color: #fde0ef;
  transition: all 0.3s;
}
.main .strip-banner.is-active {
  max-width: 100%;
  border-radius: 0;
}
.main .strip-banner-link {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 128rem;
  padding: 1.5rem 2rem;
  margin: 0 auto;
}
.main .strip-banner-link .text {
  line-height: 1.3;
  word-break: keep-all;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.8rem;
}
.main .strip-banner-link .text::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  margin-top: 0.8rem;
  background: url(/images_new/common/ico-circle-up.svg) no-repeat 0 0/cover;
  transform: rotate(90deg);
}
.main .strip-banner-link .img {
  flex-shrink: 0;
  display: block;
  width: 14.7rem;
  margin-left: 1.6rem;
  font-size: 0;
}
.main .strip-banner-link .img img {
  width: 100%;
}
@media (min-width: 768px) {
  .main .slider-button-prev,
  .main .slider-button-next {
    width: 4rem;
    height: 4rem;
  }
  .main .strip-banner {
    margin: 15rem auto 12rem;
  }
  .main .strip-banner-link {
    height: 10.8rem;
  }
  .main .strip-banner .text {
    font-size: 2.4rem;
  }
  .main .strip-banner .text::after {
    content: none;
  }
  .main .strip-banner .img {
    width: 17.6rem;
    margin-top: -3.2rem;
  }
}

.sec-content-full.best-seller {
  padding: 6rem 0 4.8rem;
  background: url(/images_new/main/bg-main-top.png) no-repeat -35.8rem 0/auto 100%;
}
.sec-content-full.best-seller .swiper {
  margin-top: 2.8rem;
  padding: 0 2rem;
}
.sec-content-full.best-seller .swiper-slide {
  width: 16rem;
}
.sec-content-full.best-seller .item-box {
  width: 100%;
  padding: 2.5rem 0;
}
.sec-content-full.best-seller .item-box .thumbnail-book {
  width: 10rem;
}
.sec-content-full.best-seller .item-details .title {
  min-height: 4.8rem;
  margin: 1.4rem 0 0.8rem;
  font-size: 1.6rem;
}
.sec-content-full.best-seller .item-details .price dd {
  padding-right: 0.4rem;
}
.sec-content-full.best-seller .item-details .price em {
  font-size: 1.8rem;
}
.sec-content-full.best-seller .item-details .unit {
  margin-left: 0.2rem;
  font-size: 1.2rem;
}
.sec-content-full.best-seller .item-details .original {
  display: block;
  font-size: 1.4rem;
}
.sec-content-full.best-seller .item-details .cashback {
  margin-top: 0.8rem;
}
.sec-content-full.best-seller .item-details .util {
  margin-top: 1.2rem;
}
@media (min-width: 768px) {
  .sec-content-full.best-seller {
    padding: 6rem 0;
    background-position: 50% 100%;
    background-size: cover;
  }
  .sec-content-full.best-seller .title-wrap {
    max-width: 132rem;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sec-content-full.best-seller .swiper-slide {
    width: 18rem;
  }
}
@media (min-width: 1024px) {
  .sec-content-full.best-seller .swiper {
    max-width: 132rem;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 2rem;
  }
  .sec-content-full.best-seller .swiper-slide {
    width: 24rem;
  }
  .sec-content-full.best-seller .item-box {
    width: 24rem;
    padding: 3.8rem 0;
  }
  .sec-content-full.best-seller .item-box .thumbnail-book {
    width: 15rem;
  }
  .sec-content-full.best-seller .item-details .title {
    min-height: 6rem;
    margin: 2rem 0 1.2rem;
    font-size: 2rem;
  }
  .sec-content-full.best-seller .item-details .price em {
    font-size: 2.8rem;
  }
  .sec-content-full.best-seller .item-details .unit {
    font-size: 1.6rem;
  }
  .sec-content-full.best-seller .item-details .original {
    font-size: 1.6rem;
  }
  .sec-content-full.best-seller .item-details .util {
    margin-top: 2rem;
  }
}

.vs-brands .swiper {
  margin: 0 -2rem;
  padding: 0 2rem;
}
.vs-brands .swiper .swiper-slide .brand-item {
  display: block;
  font-size: 0;
}
.vs-brands .swiper .swiper-slide img {
  width: 100%;
}
.vs-brands .swiper .slider-button-prev,
.vs-brands .swiper .slider-button-next {
  position: absolute;
  top: calc(50% - 3.6rem);
  right: calc(100% - 4.8rem);
}
.vs-brands .swiper .slider-button-next {
  left: calc(100% - 4.8rem);
  right: auto;
}
@media (min-width: 1024px) {
  .vs-brands .swiper {
    margin-top: 4rem;
  }
  .vs-brands .swiper .slider-button-prev {
    right: calc(100% - 4rem);
  }
  .vs-brands .swiper .slider-button-next {
    left: calc(100% - 4rem);
  }
}

.recommended-books .book-list {
  margin-top: 2.8rem;
}
.recommended-books .book-list .list-item {
  position: relative;
  padding-left: 10.4rem;
}
.recommended-books .book-list .list-item:nth-child(2n+2) {
  margin-top: 2.4rem;
}
.recommended-books .book-list .list-item:nth-child(3) {
  margin-top: 2rem;
  padding-top: 2.4rem;
  border-top: 1px solid #e0e5e6;
}
.recommended-books .book-list .list-item:nth-child(3) .img-link {
  top: 2.4rem;
}
.recommended-books .book-list .item-box .badge {
  margin-bottom: 0.8rem;
}
.recommended-books .book-list .item-box .badge.recomm {
  padding-left: 3rem;
  background: url(/images_new/common/ico-star-filled.svg) no-repeat 1.2rem 50%/1.6rem auto;
  background-color: #097ee6;
  color: #ffffff;
}
.recommended-books .book-list .img-link {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.recommended-books .book-list .thumbnail-book {
  width: 9rem;
}
.recommended-books .book-list .title {
  display: block;
  margin-bottom: 0.8rem;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
}
.recommended-books .book-list .title:not(:first-child) {
  margin-top: 0.8rem;
}
.recommended-books .book-list .price dd {
  padding-right: 0.4rem;
}
.recommended-books .book-list .price em {
  font-size: 1.8rem;
}
.recommended-books .book-list .price .unit {
  margin-left: 0.2rem;
  font-size: 1.2rem;
}
.recommended-books .book-list .original {
  display: block;
  font-size: 1.4rem;
}
.recommended-books .book-list .cashback {
  margin-left: 0.4rem;
}
.recommended-books .book-list .util {
  margin-top: 1.2rem;
  font-size: 0;
}
.recommended-books .book-list .util button:nth-child(2) {
  margin-left: 0.8rem;
}
@media (min-width: 768px) {
  .recommended-books .book-list::after {
    content: "";
    display: table;
    width: 100%;
    clear: both;
  }
  .recommended-books .book-list .list-item {
    float: left;
    width: 50%;
  }
  .recommended-books .book-list .list-item:nth-child(2n+2) {
    margin-top: 0;
  }
  .recommended-books .book-list .list-item:nth-child(2) ~ .list-item {
    margin-top: 2rem;
    padding-top: 2.4rem;
    border-top: 1px solid #e0e5e6;
  }
  .recommended-books .book-list .list-item:nth-child(2) ~ .list-item .img-link {
    top: 2.4rem;
  }
}
@media (min-width: 1024px) {
  .recommended-books {
    overflow: hidden;
  }
  .recommended-books .title-wrap {
    float: left;
    width: 22rem;
  }
  .recommended-books .title-wrap .section-title {
    text-align: left;
  }
  .recommended-books .form-check-capsule {
    display: block;
    width: 7.6rem;
  }
  .recommended-books .form-check-capsule-wrap {
    margin-top: 3.2rem;
  }
  .recommended-books .form-check-capsule:not(:first-child) {
    margin: 0.8rem 0 0;
  }
  .recommended-books .book-list {
    position: relative;
    float: left;
    width: calc(100% - 22rem);
    margin-top: 0;
  }
  .recommended-books .book-list .list-item {
    position: static;
    display: flex;
    align-items: center;
    padding-left: 0;
  }
  .recommended-books .book-list .list-item:nth-child(3) {
    margin-top: 2.4rem;
  }
  .recommended-books .book-list .item-box {
    position: relative;
    width: 47%;
    max-width: 24rem;
    margin-right: 2.4rem;
    border-radius: 1.2rem;
    padding: 3.8rem 0;
    background-color: #f7f7f7;
  }
  .recommended-books .book-list .item-box .badge {
    position: absolute;
    top: 1.2rem;
    left: 1.2rem;
    z-index: 1;
  }
  .recommended-books .book-list .item-box .img-link {
    position: static;
  }
  .recommended-books .book-list .item-box .thumbnail-book {
    width: 62.5%;
    margin: 0 auto;
  }
  .recommended-books .book-list .item-details {
    width: 53%;
  }
  .recommended-books .book-list .item-details .title {
    margin-bottom: 1.2rem;
    font-size: 2rem;
  }
  .recommended-books .book-list .item-details .price .original {
    font-size: 1.6rem;
  }
  .recommended-books .book-list .item-details .price em {
    font-size: 2.8rem;
  }
  .recommended-books .book-list .item-details .price .unit {
    font-size: 1.6rem;
  }
  .recommended-books .book-list .item-details .cashback {
    margin: 0.8rem 0 0;
  }
  .recommended-books .book-list .item-details .util {
    margin-top: 2rem;
  }
}
@media (min-width: 1024px) {
  .recommended-books .book-list .list-item {
    width: calc((100% - 4rem) / 2);
  }
  .recommended-books .book-list .list-item:nth-child(odd) {
    float: left;
    clear: both;
  }
  .recommended-books .book-list .list-item:nth-child(even) {
    float: right;
  }
  .recommended-books .book-list .list-item:nth-child(2n+2) {
    margin-top: 0;
  }
  .recommended-books .book-list .list-item:nth-child(2)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e0e5e6;
  }
  .recommended-books .book-list .list-item:nth-child(2) ~ .list-item {
    margin-top: 4.8rem;
    padding-top: 4.8rem;
    border: none;
  }
}

.vs-textbooks {
  margin-top: 7.4rem;
  padding: 0;
}
.vs-textbooks .title-wrap {
  position: relative;
  margin: 0 2rem;
  padding: 3.2rem 2.4rem;
  border-radius: 2rem;
  background-color: #e3f3f8;
}
.vs-textbooks .title-wrap::after {
  content: "";
  display: block;
  position: absolute;
  right: 2.4rem;
  top: -1.4rem;
  width: 8.9rem;
  height: 10.8rem;
  background: url(/images_new/main/img-textbooks.png) no-repeat 0 0/cover;
}
.vs-textbooks .title-wrap .section-title {
  font-size: 2.4rem;
}
.vs-textbooks .title-wrap .desc {
  margin-top: 1.2rem;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.8rem;
  color: #222222;
}
.vs-textbooks .form-check-capsule-wrap {
  margin-top: 2.4rem;
}
.vs-textbooks .swiper {
  margin-top: 2rem;
  padding: 0 2rem;
}
.vs-textbooks .swiper-slide {
  width: 16rem;
}
.vs-textbooks .swiper .item-box {
  display: flex;
  align-items: center;
  padding: 2.5rem 0;
}
.vs-textbooks .swiper .img-link {
  display: block;
  width: 62.5%;
  max-width: 15rem;
  margin: 0 auto;
}
.vs-textbooks .swiper .title {
  min-height: 4.8rem;
  margin: 1.4rem 0 0.8rem;
  font-size: 1.6rem;
}
.vs-textbooks .swiper .util {
  margin-top: 0.8rem;
}
@media (min-width: 768px) {
  .vs-textbooks {
    display: flex;
    overflow: hidden;
  }
  .vs-textbooks .title-wrap {
    width: 35.4545454545%;
    max-width: 46.8rem;
    margin: 0 0 0 2rem;
    padding: 6rem 4.8rem;
    background: #e3f3f8 url(/images_new/main/img-textbooks.png) no-repeat calc(100% - 4rem) calc(100% - 4rem)/35.0427350427% auto;
    word-break: keep-all;
  }
  .vs-textbooks .title-wrap::after {
    content: none;
  }
  .vs-textbooks .title-wrap .section-title {
    font-size: 3.2rem;
  }
  .vs-textbooks .title-wrap .form-check-capsule {
    display: block;
    width: 7.6rem;
    margin: 0.8rem 0 0;
  }
  .vs-textbooks .swiper {
    width: calc(64.5454545455% - 3.6rem);
    margin: 0 0 0 1.6rem;
    padding: 0 2rem;
  }
  .vs-textbooks .swiper .slider-button-prev,
  .vs-textbooks .swiper .slider-button-next {
    position: absolute;
    top: calc(28.5862785863% - 2rem);
    right: calc(100% - 4rem);
  }
  .vs-textbooks .swiper .slider-button-next {
    right: auto;
    left: calc(100% - 4rem);
  }
  .vs-textbooks .swiper .item-box {
    width: 100%;
    height: 27.5rem;
    padding: 3.8rem 0;
    max-height: 27.5rem;
    aspect-ratio: 1/1.145;
  }
  .vs-textbooks .swiper .title {
    min-height: 6rem;
    margin: 2.8rem 0 1.2rem;
    font-size: 2rem;
  }
  .vs-textbooks .swiper .util {
    margin-top: 2rem;
  }
}
@media (min-width: 1024px) {
  .vs-textbooks {
    margin-top: 12rem;
  }
}

.floating {
  display: none;
  position: fixed;
  left: calc(100vw - 11.5rem);
  top: 22.1rem;
  width: 8rem;
  text-align: center;
  font-size: 0;
  z-index: 1;
}
.floating .brands {
  position: relative;
  width: 100%;
  height: 15.4rem;
  padding: 1.2rem 0;
  border-radius: 1.2rem;
  background-color: #00b0e1;
  text-align: center;
  font-size: 1.2rem;
  color: #ffffff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
}
.floating .brands-title {
  font-weight: 700;
}
.floating .brands-close {
  position: absolute;
  top: calc(100% + 0.2rem);
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #ffffff url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' opacity='0.6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 4.5L4.5 11.5' stroke='%23222222' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.5L11.5 11.5' stroke='%23222222' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/1.2rem auto;
}
.floating .brands .go-brand {
  display: block;
}
.floating .brands .logo-img {
  width: 4.8rem;
  height: 4.8rem;
  margin: 0.4rem auto;
  border-radius: 50%;
  background-color: #ffffff;
  overflow: hidden;
}
.floating .brands .logo-img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.floating .brands .desc {
  letter-spacing: -0.24px;
}
.floating .brands-swiper {
  position: relative;
  padding-bottom: 2.4rem;
  overflow: hidden;
}
.floating .brands .swiper-button-prev,
.floating .brands .swiper-button-next {
  width: 1.2rem;
  height: 1.2rem;
  opacity: 0.4;
  top: auto;
  bottom: 0;
}
.floating .brands .swiper-button-prev::after,
.floating .brands .swiper-button-next::after {
  content: none;
}
.floating .brands .swiper-button-prev {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 12.5L5 8L9 3.5' stroke='%23ffffff' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/1.4rem auto;
}
.floating .brands .swiper-button-next {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M7 3.5L11 8L7 12.5' stroke='%23ffffff' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat 50% 50%/1.4rem auto;
}
.floating .brands .swiper-control {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1.2rem;
  text-align: center;
}
.floating .brands .swiper-control button {
  width: 1.2rem;
  height: 1.2rem;
}
.floating .brands .swiper-control button[aria-pressed=false] {
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 3V9' stroke='%23ffffff' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M8.16797 3V8.83333' stroke='%23ffffff' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/1.2rem auto;
}
.floating .brands .swiper-control button[aria-pressed=true] {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M9.23895 5.54046L4.33005 2.57908C4.24736 2.52917 4.1527 2.50191 4.0558 2.5001C3.9589 2.49829 3.86326 2.52199 3.77872 2.56878C3.69418 2.61557 3.6238 2.68374 3.57481 2.76629C3.52582 2.84884 3.5 2.94279 3.5 3.03846V8.96174C3.50008 9.05738 3.52595 9.15127 3.57496 9.23377C3.62396 9.31628 3.69434 9.38442 3.77885 9.43119C3.86336 9.47796 3.95896 9.50168 4.05583 9.49991C4.1527 9.49814 4.24735 9.47094 4.33005 9.42111L9.23895 6.45974C9.31869 6.4116 9.38457 6.34406 9.43028 6.26357C9.47599 6.18309 9.5 6.09237 9.5 6.0001C9.5 5.90783 9.47599 5.81711 9.43028 5.73662C9.38457 5.65614 9.31869 5.58859 9.23895 5.54046V5.54046Z' fill='%23ffffff'/%3E%3C/svg%3E") no-repeat 50% 50%/1.2rem auto;
}
@media (min-width: 768px) {
  .floating .brands {
    display: block;
  }
  .floating .top-btn {
    width: 5.6rem;
    height: 5.6rem;
    background-size: 1.4rem auto;
  }
}
@media (min-width: 1024px) {
  .floating {
    display: block;
  }
}

.go-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 6.4rem;
  z-index: 10;
}
.go-to-top.type2 {
  bottom: 10rem;
}
.go-to-top .top-btn {
  display: block;
  width: 5.6rem;
  height: 5.6rem;
  margin: 0 auto;
  border-radius: 4rem;
  border: 1px solid #e8ecee;
  background: #ffffff url(/images_new/common/ico-arrow-up.svg) no-repeat 50% 50%/1.2rem auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.go-to-top .top-btn {
  transform: none;
  transition: transform 0.3s, opacity 0.3s;
}
.go-to-top .top-btn:not(.is-active) {
  transform: translateY(20px);
  pointer-events: none;
  opacity: 0;
}
@media (min-width: 1024px) {
  .go-to-top {
    width: 8rem;
    bottom: 10rem;
  }
}

.form .form-label {
  position: relative;
  flex-shrink: 0;
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
}
.form .form-label.required::after {
  content: "*";
  margin-left: 0.4rem;
  font-size: 1.4rem;
  color: #00b0e1;
}
.form .form-item {
  margin-top: 0.8rem;
  width: 100%;
}
.form .select-box {
  width: 100%;
}
.form .check-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 1.2rem;
}
.form .file-upload > .inp {
  position: relative;
  display: inline-block;
}
.form .file-upload > .inp input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.form .file-upload > .inp input[type=text] {
  flex: 1;
  display: none;
  margin-top: 0 !important;
  margin-right: 0.8rem;
  padding: 0.9rem 1rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  color: #222222;
  background: #ffffff;
  border: 0.1rem solid #e0e5e6;
  border-radius: 0.4rem;
}
.form .file-upload .btn-del {
  width: 2rem;
  height: 2rem;
  margin-left: 0.4rem;
  background: url(/images_new/common/ico-x.svg) no-repeat center/cover;
}
.form .file-upload .btn-del > .ico {
  width: 100%;
  height: 100%;
}
.form .file-upload .file-list {
  margin-top: 0.4rem;
  margin-left: -1.2rem;
  display: flex;
  flex-wrap: wrap;
}
.form .file-upload .file-item {
  margin-top: 0.4rem;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  margin-left: 1.2rem;
  color: #758185;
}
.form .file-upload .file-item > span {
  display: block;
  max-width: 38rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form .file-upload .file .btn-del {
  position: static;
  transform: none;
  margin-left: 0.8rem;
}
.form .file-upload + .notice {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  color: #758185;
}
.form .caution {
  margin-top: 2rem;
  font-size: 1.4rem;
}
.form .caution .label {
  margin-bottom: 0.4rem;
  padding: 0 2rem;
  background: url(/images_new/common/ico-info-red.svg) no-repeat 0 50%/1.6rem auto;
}
@media (min-width: 768px) {
  .form .form-label {
    display: flex;
    align-items: center;
    width: 12.8rem;
    height: 5.6rem;
    margin-bottom: 0;
    padding-right: 0.8rem;
  }
  .form .form-row.has-check .form-label,
  .form .form-row.has-check .form-item {
    height: 2.7rem;
  }
  .form .select-box {
    width: 28rem;
  }
  .form .check-group {
    display: flex;
    align-items: center;
    gap: 3rem;
  }
  .form .btn-group .btn {
    max-width: 16rem;
  }
  .form .file-upload {
    display: flex;
  }
  .form .file-upload .file-list {
    margin-top: 0;
    margin-left: 2rem;
  }
  .form .file-upload .file-item {
    margin-top: 0;
  }
}

.login-modal .modal-close {
  top: 2rem;
}
.login-modal .modal-body {
  padding-top: 6.4rem;
}
.login-modal .title {
  margin-bottom: 4.8rem;
  text-align: center;
  line-height: 1.3;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 3.2rem;
}
.login-modal .form-item {
  flex-direction: column;
  align-items: flex-start;
}
.login-modal .help-login {
  margin-top: 2rem;
  margin-bottom: 3.2rem;
}
.login-modal .help-login::after {
  content: "";
  display: table;
  width: 100%;
  clear: both;
}
.login-modal .help-login .help-list {
  float: right;
}
.login-modal .help-login .help-list::after {
  content: "";
  display: table;
  width: 100%;
  clear: both;
}
.login-modal .help-login .help-item {
  float: left;
}
.login-modal .help-login .help-item:nth-child(2) {
  position: relative;
  margin-left: 1.6rem;
}
.login-modal .help-login .help-item:nth-child(2)::before {
  content: "";
  display: block;
  position: absolute;
  right: calc(100% + 0.8rem);
  top: calc(50% - 6px);
  width: 1px;
  height: 12px;
  background-color: #e0e5e6;
}
.login-modal .modal-footer {
  flex-direction: column;
  padding-top: 3.2rem;
}
.login-modal .easy-login {
  position: relative;
  margin-top: 5.95rem;
  font-size: 1.4rem;
  color: #515b5e;
  border-top: 0.1rem solid #e0e5e6;
}
.login-modal .easy-login .title {
  display: inline-block;
  position: absolute;
  top: -1.1rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 2rem;
  line-height: 1.3;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: #ffffff;
  color: #222222;
}
.login-modal .easy-login .easy-wrap {
  margin-top: 3.15rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}
@media (min-width: 768px) {
  .login-modal .easy-login .easy-wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
.login-modal .easy-item {
  flex: 1;
  height: 4.5rem;
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
}
.login-modal .easy-item::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-size: cover;
}
.login-modal .easy-item.naver {
  background-color: #03c75a;
}
.login-modal .easy-item.naver::before {
  background-image: url("/images_new/common/ico-naver.svg");
}
.login-modal .easy-item.kakao {
  color: #371d1e;
  background-color: #fee500;
}
.login-modal .easy-item.kakao::before {
  background-image: url("/images_new/common/ico-kakao.svg");
}
.login-modal .easy-item.apple {
  background-color: #000;
}
.login-modal .easy-item.apple::before {
  background-image: url("/images_new/common/ico-apple.svg");
}
.login-modal .easy-item.google {
  background-color: #f2f2f2;
  color: #222222;
}
.login-modal .easy-item.google::before {
  background-image: url("/images_new/common/ico-google.svg");
}
.login-modal .cta-join {
  text-align: center;
  margin-top: 4rem;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 500;
}
.login-modal .cta-join .desc {
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 500;
  color: #515b5e;
}
.login-modal .cta-join .desc em {
  font-weight: 700;
  color: #222222;
}
.login-modal .cta-join .text-btn {
  display: block;
  margin-top: 0.8rem;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .login-modal .cta-join .text-btn {
    display: inline-block;
    margin-top: 0;
    margin-left: 2rem;
  }
}
@media (min-width: 768px) {
  .login-modal .modal-close {
    top: 3.2rem;
    right: 3.2rem;
  }
  .login-modal .modal-body,
  .login-modal .modal-footer {
    padding-left: 9rem;
    padding-right: 9rem;
  }
}

.search-result .heading-wrap {
  margin-top: 3rem;
}
.search-result .heading-wrap ~ .heading-wrap {
  margin-top: 6rem;
}
.search-result .result-info {
  margin-top: 2.8rem;
}
@media (min-width: 768px) {
  .search-result > .form-check-capsule-wrap {
    max-width: 79.8rem;
    margin: 0 auto;
  }
  .search-result .heading-wrap {
    margin-top: 3.6rem;
  }
  .search-result .heading-wrap ~ .heading-wrap {
    margin-top: 8rem;
  }
}

.badge.bgc-surface-1, .badge.bgc-surface-7 {
  color: #515b5e;
}

.btn-copy {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  margin-left: 0.6rem;
  vertical-align: middle;
  background: url(/images_new/common/ico-copy.svg) no-repeat 0 0/cover;
}
@media (min-width: 768px) {
  .btn-copy {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.order-history {
  border-top: 2px solid #222222;
}
.select-delivery {
  width: 100%;
}

.order-history .account {
  vertical-align: middle;
}
.order-history-head {
  display: none;
}
.order-history-body .col:not(:first-child) {
  margin-top: 0.4rem;
}
.order-history .list-item {
  border-bottom: 1px solid #758185;
}
.order-history .row-index {
  padding: 1.2rem 0;
  border-bottom: 1px solid #e0e5e6;
  line-height: 1.5;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
}
.order-history .row-index .row-title {
  float: left;
  margin-right: 0.8rem;
  color: #515b5e;
}
.order-history .row-index dl {
  display: flex;
}
.order-history .row-index dd:nth-of-type(2)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 0.8rem;
  background-color: #e0e5e6;
}
.order-history .row-item {
  position: relative;
  min-height: 16.2rem;
  padding: 2rem 0 2rem 11rem;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
  overflow: hidden;
}
.order-history .row-item:not(:last-child) {
  border-bottom: 1px solid #e0e5e6;
}
.order-history .row-item .thumbnail-book {
  float: left;
  width: 9rem;
  margin-left: -11rem;
}
.order-history .row-item .title {
  font-weight: 700;
}
.order-history .row-item .price {
  white-space: nowrap;
}
.order-history .row-item .count::before {
  content: "/";
  padding: 0.4rem;
}
.order-history .row-item .badge {
  vertical-align: middle;
}
.order-history .row-item .badge + .text {
  margin-left: 0.6rem;
  vertical-align: middle;
}
.order-history .row-item .text {
  display: inline-block;
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.4rem;
}
.order-history .col {
  font-weight: 700;
}
.order-history .btns {
  margin-left: -11rem;
  clear: left;
  padding-top: 2rem;
  font-size: 0;
}
.order-history .btns .btn {
  clear: both;
  display: inline-flex;
  width: calc(50% - 0.4rem);
  height: 4.8rem;
  border-radius: 1.6rem;
  border: 1px solid #e8ecee;
  line-height: 4.7rem;
  background-color: #ffffff;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
}
.order-history .btns .btn + .btn {
  margin-left: 0.8rem;
}
.order-history .btns .btn:only-child {
  width: 100%;
}
.order-history.type2 .row-item {
  position: relative;
  min-height: initial;
  padding: 2rem 1.2rem;
}
.order-history.type2 .row-item .badge {
  position: absolute;
  right: 1.2rem;
  top: 2rem;
}
.order-history.type2 .order-history-body .col {
  font-weight: 500;
}
.order-history.type2 .order-history-body .col:first-child {
  margin-bottom: 1.2rem;
}
.order-history.type2 .order-history-body .col:not(:first-child) {
  margin-top: 0.8rem;
}
.order-history.type2 .order-history-body .col:last-child {
  margin-top: 0;
}
.order-history.type2 .price {
  font-size: 2rem;
}
.order-history.type2 .price::after {
  content: none;
}
.order-history.type3 .row-item {
  padding-left: 0;
}
.order-history.type3 .row-item dl {
  font-size: 0;
}
.order-history.type3 .row-item dt,
.order-history.type3 .row-item dd {
  display: inline;
  font-size: 1.6rem;
}
.order-history.type3 .row-item dt {
  padding-right: 1.2rem;
  font-weight: 500;
  color: #758185;
}
.order-history.type3 .row-item .price {
  clear: left;
  margin-top: 0.8rem;
}
.order-history.type3 .row-item .price dd {
  font-size: 2rem;
}
.order-history.type3 .row-item .col:not(:first-child) {
  padding: 0;
}
.order-history.type3 .row-item .col:nth-child(2) {
  float: left;
  margin-right: 2.4rem;
}
@media (min-width: 768px) {
  .select-delivery {
    width: 28rem;
  }
  .order-history .col {
    min-width: 12rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    font-size: 1.6rem;
    color: #222222;
  }
  .order-history .col:nth-child(1) {
    flex-grow: 1;
  }
  .order-history .col:nth-child(2), .order-history .col:nth-child(3) {
    width: 9.375%;
  }
  .order-history .col:nth-child(4) {
    width: 16rem;
  }
  .order-history-head {
    display: flex;
    align-items: center;
    height: 6.4rem;
    background-color: #f3f6f6;
  }
  .order-history-body .col:not(:first-child) {
    margin-top: 0;
    padding-left: 1rem;
  }
  .order-history.type2 .row-item {
    padding: 1.6rem 0;
  }
  .order-history.type2 .row-item .badge {
    position: static;
  }
  .order-history.type2 .order-history-body .col:not(:first-child) {
    margin-top: 0;
  }
  .order-history.type2 .order-history-body .col:first-child {
    margin-bottom: 0;
  }
  .order-history.type2 .order-history-body .col:nth-child(2) {
    line-height: 1.65;
  }
  .order-history.type2 .col {
    width: 15.625%;
  }
  .order-history.type2 .col:nth-child(1) {
    width: 18.75%;
    flex-grow: 0;
  }
  .order-history.type2 .col:nth-child(2) {
    flex-grow: 1;
    width: auto;
  }
  .order-history.type3 .col {
    width: 10.9375%;
  }
  .order-history.type3 .row-item .price dd {
    font-size: 1.6rem;
  }
  .order-history .row-index {
    padding: 2rem 1.6rem;
  }
  .order-history .row-index .row-title {
    margin-right: 2rem;
  }
  .order-history .row-item {
    display: flex;
    align-items: center;
    min-height: auto;
    padding: 1.6rem 0;
  }
  .order-history .row-item .price {
    font-size: 1.6rem;
  }
  .order-history .row-item .col:not(.title) {
    flex-shrink: 0;
    text-align: center;
  }
  .order-history .row-item .thumbnail-book {
    float: none;
    width: 6rem;
    margin-right: 3.2rem;
    margin-left: 0;
  }
  .order-history .row-item .title {
    display: flex;
    align-items: center;
    padding: 0 2rem;
    text-align: left;
  }
  .order-history .row-item .badge {
    margin-top: 0;
  }
  .order-history .row-item .badge + .text {
    margin: 0.8rem 0 0;
  }
  .order-history .row-item .btns {
    margin: 0;
    padding: 0.8rem 1rem 0;
  }
  .order-history .row-item .btn {
    display: flex;
    width: 100%;
    height: 3.6rem;
    line-height: 3.6rem;
    margin: 0;
    font-size: 1.4rem;
  }
  .order-history .row-item .btn + .btn {
    margin: 0.8rem 0 0;
  }
}

.data-list {
  border-top: 1px solid #222222;
  line-height: 1.5;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
}
.data-list > div {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #e0e5e6;
}
.data-list > div dt {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 8rem;
  padding: 1.6rem 0;
  font-weight: 700;
}
.data-list > div dd {
  padding: 1.6rem;
}
.data-list > div dd .btn-outline + .btn-outline {
  margin-left: 0.6rem;
}
.data-list .date-time {
  display: inline-block;
  margin-right: 0.6rem;
  padding-top: 0.4rem;
  line-height: 1.5;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .data-list > div dt {
    width: 12rem;
    text-align: center;
    justify-content: center;
  }
  .data-list.pairs {
    display: flex;
    flex-wrap: wrap;
  }
  .data-list.pairs > div {
    position: relative;
    width: 50%;
  }
  .data-list.pairs > div dt {
    width: 31.25%;
  }
  .data-list.pairs > div::after, .data-list.pairs > div:nth-child(2n)::before {
    content: "";
    position: absolute;
    left: 31.25%;
    top: 0;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #e0e5e6;
  }
  .data-list.pairs > div:nth-child(2n)::before {
    left: 0;
  }
  .data-list.pairs > div:nth-child(2n+1):last-child {
    width: 100%;
  }
  .data-list.pairs > div:nth-child(2n+1):last-child dt {
    width: 15.625%;
  }
  .data-list.pairs > div:nth-child(2n+1):last-child::after {
    left: 15.625%;
  }
}

.payment-summary {
  border-top: 1px solid #222222;
  line-height: 1.5;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
  color: #515b5e;
}
.payment-summary .summary-item .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem 2rem;
  background-color: #f7f7f7;
  border: solid #e0e5e6;
  border-width: 1px 0 1px 0;
  font-weight: 700;
  color: #222222;
}
.payment-summary .summary-item .head .amount {
  white-space: nowrap;
  font-size: 2.4rem;
}
.payment-summary .summary-item dl {
  padding: 1.6rem 2rem;
}
.payment-summary .summary-item dl > div {
  width: 100%;
  overflow: hidden;
}
.payment-summary .summary-item dl > div + div {
  margin-top: 0.8rem;
}
.payment-summary .summary-item dl dt {
  float: left;
}
.payment-summary .summary-item dl dd {
  float: right;
}
.payment-summary .summary-item:first-child .head {
  border-top: none;
}
.payment-summary .summary-item:last-child .head {
  background-color: #eefbfe;
}
.payment-summary .summary-item:last-child .head .amount {
  color: #00b0e1;
}
@media (min-width: 768px) {
  .payment-summary {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #e0e5e6;
  }
  .payment-summary .summary-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-basis: 0;
  }
  .payment-summary .summary-item .head,
  .payment-summary .summary-item dl {
    padding-left: 4rem;
    padding-right: 4rem;
    border-top: none;
  }
  .payment-summary .summary-item + .summary-item {
    border-left: 1px solid #e0e5e6;
  }
  .payment-summary .summary-item:nth-child(2) .head {
    position: relative;
  }
  .payment-summary .summary-item:nth-child(2) .head::before, .payment-summary .summary-item:nth-child(2) .head::after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 2rem;
    height: 2rem;
  }
  .payment-summary .summary-item:nth-child(2) .head::before {
    left: 0;
    transform: translate(-50%, -50%);
    background: url(/images_new/common/ico-circle-minus.svg) no-repeat 0 0/cover;
  }
  .payment-summary .summary-item:nth-child(2) .head::after {
    left: 100%;
    transform: translate(-50%, -50%);
    background: url(/images_new/common/ico-circle-equals.svg) no-repeat 0 0/cover;
  }
  .payment-summary .summary-item:not(:last-child) .title {
    white-space: nowrap;
    padding-right: 2rem;
  }
  .payment-summary .summary-item:last-child {
    flex-grow: 1.0476190476;
  }
  .payment-summary .summary-item:last-child .head {
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.6rem;
    border: none;
  }
}

.order-etc {
  margin-top: 4rem;
}
.order-etc dl > div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #222222;
}
.order-etc dt {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.3;
  font-size: 2rem;
  color: #222222;
}
.order-etc dd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.5;
  font-weight: 700;
  font-size: 2.4rem;
}
.order-etc dd .btn {
  padding: 1.7rem 2rem;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #222222;
  border: 1px solid #222222;
}
@media (min-width: 768px) {
  .order-etc {
    margin-top: 8rem;
    overflow: hidden;
  }
  .order-etc dl > div {
    flex: 1;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .order-etc dd {
    gap: 2rem;
  }
}

.payment-details > .title {
  margin-bottom: 1.2rem;
  line-height: 1.3;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
}
.payment-details > .title ~ .title {
  margin-top: 3.2rem;
}
.purchase-details {
  border-top: 1px solid #222222;
  color: #222222;
}
.purchase-details .row {
  position: relative;
  padding: 2rem 0 2rem 2rem;
  font-size: 1.4rem;
}
.purchase-details .row + .row {
  border-top: 1px solid #e0e5e6;
}
.purchase-details .row > .title {
  padding-bottom: 0.4rem;
}
.purchase-details .data-amount:not(:first-child) {
  margin-top: 0.4rem;
}
.purchase-details .data-amount dt,
.purchase-details .data-amount dd {
  display: inline;
}
.purchase-details .data-amount .price {
  font-weight: 700;
}
.purchase-details .data-amount .title {
  padding-right: 0.4rem;
  color: #758185;
}
.purchase-details .index {
  position: absolute;
  left: 0;
  top: 2rem;
  font-weight: 700;
}
.purchase-details-bottom [class^=bgc-] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem 2rem;
  border-bottom: 1px solid #e0e5e6;
  font-weight: 700;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .payment-details .data-list > div {
    width: 100%;
  }
  .payment-details .data-list > div dt,
  .payment-details .data-list > div dd {
    font-size: 1.4rem;
  }
  .payment-details .purchase-details .row {
    display: flex;
    padding-left: 3.8rem;
    padding-right: 2rem;
  }
  .payment-details .purchase-details .index {
    left: 2rem;
  }
  .payment-details .purchase-details .data-amount {
    text-align: right;
  }
  .payment-details .purchase-details-bottom {
    overflow: hidden;
  }
  .payment-details .purchase-details-bottom [class^=bgc-] {
    width: 50%;
    float: left;
  }
}

.tax-deduction .title {
  margin-bottom: 1.2rem;
  line-height: 1.3;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
}
.tax-deduction .title ~ .title {
  margin-top: 3.2rem;
}
.tax-deduction .box {
  margin-top: 1.2rem;
  padding: 3rem;
  border-radius: 2rem;
  background-color: #f7f7f7;
}

.buying-guide {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.buying-guide + .top-search {
  margin-top: 4rem;
}
.buying-guide .box {
  width: 100%;
  padding: 2.8rem 2rem;
  border-radius: 2rem;
}
.buying-guide .box:nth-child(2) {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
.buying-guide .data {
  color: #222222;
}
.buying-guide .data > div {
  overflow: hidden;
}
.buying-guide .data > div:nth-child(2) {
  margin-top: 1.6rem;
}
.buying-guide .data > div .deposit-1 {
  background: url(/images_new/common/img-deposit-1.png) no-repeat 0 0/4rem auto;
}
.buying-guide .data > div .deposit-2 {
  background: url(/images_new/common/img-deposit-2.png) no-repeat 0 0/4rem auto;
}
.buying-guide .data > div .cash {
  background: url(/images_new/common/img-cash.png) no-repeat 0 0/4rem auto;
}
.buying-guide .data dt {
  float: left;
  height: 4rem;
  padding: 0.8rem 0 0 4.8rem;
  line-height: 1.3;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.8rem;
}
.buying-guide .data dd {
  float: right;
  width: 11rem;
  padding-top: 0.4rem;
  text-align: right;
  line-height: 1.5;
  font-size: 1.6rem;
}
.buying-guide .data em {
  font-weight: 700;
  font-size: 2rem;
}
.buying-guide .title {
  line-height: 1.3;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .buying-guide {
    margin-top: 6.4rem;
    flex-wrap: nowrap;
  }
  .buying-guide + .top-search {
    margin-top: 8rem;
  }
  .buying-guide .box {
    overflow: hidden;
    width: auto;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .buying-guide .box:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 29.5%;
    min-width: 28rem;
  }
  .buying-guide .box:nth-child(2) {
    flex-grow: 1;
    display: flex;
    padding: 4rem;
  }
  .buying-guide .box:nth-child(2) .title {
    max-width: 17rem;
    padding-right: 2rem;
    word-break: keep-all;
  }
  .buying-guide .box:nth-child(2) ul {
    margin-left: auto;
  }
}

.deposit-details {
  color: #222222;
}
.deposit-details .status-item {
  overflow: hidden;
}
.deposit-details .status-item:nth-child(2) {
  margin-top: 0.8rem;
}
.deposit-details .status-item:nth-child(2) dt {
  padding-top: 0.4rem;
}
.deposit-details .status dt,
.deposit-details .status dd {
  float: left;
  font-size: 1.6rem;
}
.deposit-details .status dt {
  padding-right: 1.2rem;
  font-weight: 400;
}
.deposit-details .total {
  overflow: hidden;
  margin-top: 2rem;
  padding: 2rem;
  border-radius: 2rem;
  background-color: #f4fdff;
  font-weight: 700;
  font-size: 1.8rem;
}
.deposit-details .total span {
  float: left;
}
.deposit-details .total .amount {
  float: right;
  vertical-align: middle;
  font-size: 2.4rem;
  color: #00b0e1;
}
.deposit-details .order-list {
  max-height: 45rem;
  padding-right: 1rem;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  color: #222222;
  overflow-y: auto;
}
.deposit-details .order-list-container {
  max-height: 51rem;
  margin-top: 2rem;
  padding: 3rem 1rem 3rem 2rem;
  border-radius: 2.4rem;
  border: 1px solid #e0e5e6;
}
.deposit-details .order-list > li + li {
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  border-top: 1px solid #e0e5e6;
}
.deposit-details .order-list .order-item {
  display: flex;
  min-height: 10.8rem;
}
.deposit-details .order-list .thumbnail-book {
  width: 8rem;
  margin-right: 2rem;
}
.deposit-details .order-list .count {
  display: block;
  margin-top: 0.8rem;
  font-size: 1.6rem;
  font-weight: 700;
}
.deposit-details .order-list .price {
  margin-top: auto;
  font-weight: 500;
}
@media (min-width: 768px) {
  .deposit-details .status dl {
    display: flex;
    align-items: center;
  }
  .deposit-details .status .status-item:nth-child(2) {
    position: relative;
    margin-top: 0;
    padding-left: 2.4rem;
  }
  .deposit-details .status .status-item:nth-child(2)::before {
    content: "";
    display: block;
    position: absolute;
    left: 1.2rem;
    top: 50%;
    margin-top: -6px;
    width: 1px;
    height: 12px;
    background-color: #e0e5e6;
  }
}

.terms {
  color: #758185;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.terms .title {
  color: #222222;
  font-weight: 500;
}
.terms .title.sub1 {
  font-weight: 700;
  margin-bottom: 2rem;
}
.terms .title.sub2 {
  margin-top: 2rem;
  margin-bottom: 1.2rem;
}
.terms .title.sub3 {
  margin-top: 0.8rem;
  margin-bottom: 0.4rem;
}
.terms .text {
  position: relative;
}
.terms .text.dot {
  padding-left: 1.2rem;
}
.terms .text.dot::before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.2rem;
  text-align: left;
}
.terms .text.asterisk {
  padding-left: 1.2rem;
}
.terms .text.asterisk::before {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.2rem;
  text-align: left;
}
.terms .text.caution {
  padding-left: 1.8rem;
}
.terms .text.caution::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.8rem;
  text-align: left;
}
.terms .text-list li {
  position: relative;
}
.terms .text-list li::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.terms .text-list.dot > li {
  padding-left: 1.2rem;
}
.terms .text-list.dot > li::before {
  content: "·";
  width: 1.2rem;
  text-align: left;
}
.terms .text-list.dash > li {
  padding-left: 1.4rem;
}
.terms .text-list.dash > li::before {
  content: "-";
  width: 1.4rem;
  text-align: left;
}
.terms .text-list.korean > li {
  padding-left: 2.4rem;
}
.terms .text-list.korean > li:nth-child(1)::before {
  content: "가. ";
  width: 2.4rem;
}
.terms .text-list.korean > li:nth-child(2)::before {
  content: "나. ";
  width: 2.4rem;
}
.terms .text-list.korean > li:nth-child(3)::before {
  content: "다. ";
  width: 2.4rem;
}
.terms .text-list.korean > li:nth-child(4)::before {
  content: "라. ";
  width: 2.4rem;
}
.terms .text-list.korean > li:nth-child(5)::before {
  content: "마. ";
  width: 2.4rem;
}
.terms .text-list.korean > li:nth-child(6)::before {
  content: "바. ";
  width: 2.4rem;
}
.terms .text-list.korean > li:nth-child(7)::before {
  content: "사. ";
  width: 2.4rem;
}
.terms .text-list.korean > li:nth-child(8)::before {
  content: "아. ";
  width: 2.4rem;
}
.terms .text-list.korean > li:nth-child(9)::before {
  content: "자. ";
  width: 2.4rem;
}
.terms .text-list.korean > li:nth-child(10)::before {
  content: "차. ";
  width: 2.4rem;
}
.terms .text-list.korean > li:nth-child(11)::before {
  content: "카. ";
  width: 2.4rem;
}
.terms .text-list.korean > li:nth-child(12)::before {
  content: "타. ";
  width: 2.4rem;
}
.terms .text-list.korean > li:nth-child(13)::before {
  content: "파. ";
  width: 2.4rem;
}
.terms .text-list.korean > li:nth-child(14)::before {
  content: "하. ";
  width: 2.4rem;
}
.terms .text-list.number > li:nth-child(1) {
  padding-left: 2.2rem;
}
.terms .text-list.number > li:nth-child(1)::before {
  content: "1. ";
  width: 2.2rem;
}
.terms .text-list.number > li:nth-child(2) {
  padding-left: 2.2rem;
}
.terms .text-list.number > li:nth-child(2)::before {
  content: "2. ";
  width: 2.2rem;
}
.terms .text-list.number > li:nth-child(3) {
  padding-left: 2.2rem;
}
.terms .text-list.number > li:nth-child(3)::before {
  content: "3. ";
  width: 2.2rem;
}
.terms .text-list.number > li:nth-child(4) {
  padding-left: 2.2rem;
}
.terms .text-list.number > li:nth-child(4)::before {
  content: "4. ";
  width: 2.2rem;
}
.terms .text-list.number > li:nth-child(5) {
  padding-left: 2.2rem;
}
.terms .text-list.number > li:nth-child(5)::before {
  content: "5. ";
  width: 2.2rem;
}
.terms .text-list.number > li:nth-child(6) {
  padding-left: 2.2rem;
}
.terms .text-list.number > li:nth-child(6)::before {
  content: "6. ";
  width: 2.2rem;
}
.terms .text-list.number > li:nth-child(7) {
  padding-left: 2.2rem;
}
.terms .text-list.number > li:nth-child(7)::before {
  content: "7. ";
  width: 2.2rem;
}
.terms .text-list.number > li:nth-child(8) {
  padding-left: 2.2rem;
}
.terms .text-list.number > li:nth-child(8)::before {
  content: "8. ";
  width: 2.2rem;
}
.terms .text-list.number > li:nth-child(9) {
  padding-left: 2.2rem;
}
.terms .text-list.number > li:nth-child(9)::before {
  content: "9. ";
  width: 2.2rem;
}
.terms .text-list.number > li:nth-child(10) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(10)::before {
  content: "10. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(11) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(11)::before {
  content: "11. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(12) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(12)::before {
  content: "12. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(13) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(13)::before {
  content: "13. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(14) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(14)::before {
  content: "14. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(15) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(15)::before {
  content: "15. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(16) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(16)::before {
  content: "16. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(17) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(17)::before {
  content: "17. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(18) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(18)::before {
  content: "18. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(19) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(19)::before {
  content: "19. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(20) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(20)::before {
  content: "20. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(21) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(21)::before {
  content: "21. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(22) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(22)::before {
  content: "22. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(23) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(23)::before {
  content: "23. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(24) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(24)::before {
  content: "24. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(25) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(25)::before {
  content: "25. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(26) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(26)::before {
  content: "26. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(27) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(27)::before {
  content: "27. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(28) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(28)::before {
  content: "28. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(29) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(29)::before {
  content: "29. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(30) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(30)::before {
  content: "30. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(31) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(31)::before {
  content: "31. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(32) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(32)::before {
  content: "32. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(33) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(33)::before {
  content: "33. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(34) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(34)::before {
  content: "34. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(35) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(35)::before {
  content: "35. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(36) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(36)::before {
  content: "36. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(37) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(37)::before {
  content: "37. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(38) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(38)::before {
  content: "38. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(39) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(39)::before {
  content: "39. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(40) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(40)::before {
  content: "40. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(41) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(41)::before {
  content: "41. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(42) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(42)::before {
  content: "42. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(43) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(43)::before {
  content: "43. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(44) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(44)::before {
  content: "44. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(45) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(45)::before {
  content: "45. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(46) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(46)::before {
  content: "46. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(47) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(47)::before {
  content: "47. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(48) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(48)::before {
  content: "48. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(49) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(49)::before {
  content: "49. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(50) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(50)::before {
  content: "50. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(51) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(51)::before {
  content: "51. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(52) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(52)::before {
  content: "52. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(53) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(53)::before {
  content: "53. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(54) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(54)::before {
  content: "54. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(55) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(55)::before {
  content: "55. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(56) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(56)::before {
  content: "56. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(57) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(57)::before {
  content: "57. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(58) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(58)::before {
  content: "58. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(59) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(59)::before {
  content: "59. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(60) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(60)::before {
  content: "60. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(61) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(61)::before {
  content: "61. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(62) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(62)::before {
  content: "62. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(63) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(63)::before {
  content: "63. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(64) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(64)::before {
  content: "64. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(65) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(65)::before {
  content: "65. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(66) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(66)::before {
  content: "66. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(67) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(67)::before {
  content: "67. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(68) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(68)::before {
  content: "68. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(69) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(69)::before {
  content: "69. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(70) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(70)::before {
  content: "70. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(71) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(71)::before {
  content: "71. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(72) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(72)::before {
  content: "72. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(73) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(73)::before {
  content: "73. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(74) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(74)::before {
  content: "74. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(75) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(75)::before {
  content: "75. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(76) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(76)::before {
  content: "76. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(77) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(77)::before {
  content: "77. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(78) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(78)::before {
  content: "78. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(79) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(79)::before {
  content: "79. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(80) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(80)::before {
  content: "80. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(81) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(81)::before {
  content: "81. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(82) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(82)::before {
  content: "82. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(83) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(83)::before {
  content: "83. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(84) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(84)::before {
  content: "84. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(85) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(85)::before {
  content: "85. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(86) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(86)::before {
  content: "86. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(87) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(87)::before {
  content: "87. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(88) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(88)::before {
  content: "88. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(89) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(89)::before {
  content: "89. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(90) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(90)::before {
  content: "90. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(91) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(91)::before {
  content: "91. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(92) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(92)::before {
  content: "92. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(93) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(93)::before {
  content: "93. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(94) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(94)::before {
  content: "94. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(95) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(95)::before {
  content: "95. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(96) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(96)::before {
  content: "96. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(97) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(97)::before {
  content: "97. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(98) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(98)::before {
  content: "98. ";
  width: 2.64rem;
}
.terms .text-list.number > li:nth-child(99) {
  padding-left: 2.64rem;
}
.terms .text-list.number > li:nth-child(99)::before {
  content: "99. ";
  width: 2.64rem;
}
.terms .text-list.number-bracket > li:nth-child(1) {
  padding-left: 2.4rem;
}
.terms .text-list.number-bracket > li:nth-child(1)::before {
  content: "(1) ";
  width: 2.4rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(2) {
  padding-left: 2.4rem;
}
.terms .text-list.number-bracket > li:nth-child(2)::before {
  content: "(2) ";
  width: 2.4rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(3) {
  padding-left: 2.4rem;
}
.terms .text-list.number-bracket > li:nth-child(3)::before {
  content: "(3) ";
  width: 2.4rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(4) {
  padding-left: 2.4rem;
}
.terms .text-list.number-bracket > li:nth-child(4)::before {
  content: "(4) ";
  width: 2.4rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(5) {
  padding-left: 2.4rem;
}
.terms .text-list.number-bracket > li:nth-child(5)::before {
  content: "(5) ";
  width: 2.4rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(6) {
  padding-left: 2.4rem;
}
.terms .text-list.number-bracket > li:nth-child(6)::before {
  content: "(6) ";
  width: 2.4rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(7) {
  padding-left: 2.4rem;
}
.terms .text-list.number-bracket > li:nth-child(7)::before {
  content: "(7) ";
  width: 2.4rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(8) {
  padding-left: 2.4rem;
}
.terms .text-list.number-bracket > li:nth-child(8)::before {
  content: "(8) ";
  width: 2.4rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(9) {
  padding-left: 2.4rem;
}
.terms .text-list.number-bracket > li:nth-child(9)::before {
  content: "(9) ";
  width: 2.4rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(10) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(10)::before {
  content: "(10) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(11) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(11)::before {
  content: "(11) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(12) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(12)::before {
  content: "(12) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(13) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(13)::before {
  content: "(13) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(14) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(14)::before {
  content: "(14) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(15) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(15)::before {
  content: "(15) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(16) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(16)::before {
  content: "(16) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(17) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(17)::before {
  content: "(17) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(18) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(18)::before {
  content: "(18) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(19) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(19)::before {
  content: "(19) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(20) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(20)::before {
  content: "(20) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(21) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(21)::before {
  content: "(21) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(22) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(22)::before {
  content: "(22) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(23) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(23)::before {
  content: "(23) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(24) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(24)::before {
  content: "(24) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(25) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(25)::before {
  content: "(25) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(26) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(26)::before {
  content: "(26) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(27) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(27)::before {
  content: "(27) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(28) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(28)::before {
  content: "(28) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(29) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(29)::before {
  content: "(29) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(30) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(30)::before {
  content: "(30) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(31) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(31)::before {
  content: "(31) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(32) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(32)::before {
  content: "(32) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(33) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(33)::before {
  content: "(33) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(34) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(34)::before {
  content: "(34) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(35) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(35)::before {
  content: "(35) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(36) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(36)::before {
  content: "(36) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(37) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(37)::before {
  content: "(37) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(38) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(38)::before {
  content: "(38) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(39) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(39)::before {
  content: "(39) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(40) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(40)::before {
  content: "(40) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(41) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(41)::before {
  content: "(41) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(42) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(42)::before {
  content: "(42) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(43) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(43)::before {
  content: "(43) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(44) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(44)::before {
  content: "(44) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(45) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(45)::before {
  content: "(45) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(46) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(46)::before {
  content: "(46) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(47) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(47)::before {
  content: "(47) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(48) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(48)::before {
  content: "(48) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(49) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(49)::before {
  content: "(49) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(50) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(50)::before {
  content: "(50) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(51) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(51)::before {
  content: "(51) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(52) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(52)::before {
  content: "(52) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(53) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(53)::before {
  content: "(53) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(54) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(54)::before {
  content: "(54) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(55) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(55)::before {
  content: "(55) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(56) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(56)::before {
  content: "(56) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(57) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(57)::before {
  content: "(57) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(58) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(58)::before {
  content: "(58) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(59) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(59)::before {
  content: "(59) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(60) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(60)::before {
  content: "(60) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(61) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(61)::before {
  content: "(61) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(62) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(62)::before {
  content: "(62) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(63) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(63)::before {
  content: "(63) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(64) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(64)::before {
  content: "(64) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(65) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(65)::before {
  content: "(65) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(66) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(66)::before {
  content: "(66) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(67) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(67)::before {
  content: "(67) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(68) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(68)::before {
  content: "(68) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(69) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(69)::before {
  content: "(69) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(70) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(70)::before {
  content: "(70) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(71) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(71)::before {
  content: "(71) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(72) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(72)::before {
  content: "(72) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(73) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(73)::before {
  content: "(73) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(74) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(74)::before {
  content: "(74) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(75) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(75)::before {
  content: "(75) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(76) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(76)::before {
  content: "(76) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(77) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(77)::before {
  content: "(77) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(78) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(78)::before {
  content: "(78) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(79) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(79)::before {
  content: "(79) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(80) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(80)::before {
  content: "(80) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(81) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(81)::before {
  content: "(81) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(82) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(82)::before {
  content: "(82) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(83) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(83)::before {
  content: "(83) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(84) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(84)::before {
  content: "(84) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(85) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(85)::before {
  content: "(85) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(86) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(86)::before {
  content: "(86) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(87) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(87)::before {
  content: "(87) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(88) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(88)::before {
  content: "(88) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(89) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(89)::before {
  content: "(89) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(90) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(90)::before {
  content: "(90) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(91) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(91)::before {
  content: "(91) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(92) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(92)::before {
  content: "(92) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(93) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(93)::before {
  content: "(93) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(94) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(94)::before {
  content: "(94) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(95) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(95)::before {
  content: "(95) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(96) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(96)::before {
  content: "(96) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(97) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(97)::before {
  content: "(97) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(98) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(98)::before {
  content: "(98) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-bracket > li:nth-child(99) {
  padding-left: 3.12rem;
}
.terms .text-list.number-bracket > li:nth-child(99)::before {
  content: "(99) ";
  width: 3.12rem;
  text-align: left;
}
.terms .text-list.number-circle > li {
  position: relative;
  padding-left: 2rem;
}
.terms .text-list.number-circle > li::after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  position: absolute;
  top: 0.4rem;
  left: 0;
  border: 1px solid #758185;
  border-radius: 50%;
}
.terms .text-list.number-circle > li:nth-child(1)::before {
  content: "1";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1.2rem;
}
.terms .text-list.number-circle > li:nth-child(2)::before {
  content: "2";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1.2rem;
}
.terms .text-list.number-circle > li:nth-child(3)::before {
  content: "3";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1.2rem;
}
.terms .text-list.number-circle > li:nth-child(4)::before {
  content: "4";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1.2rem;
}
.terms .text-list.number-circle > li:nth-child(5)::before {
  content: "5";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1.2rem;
}
.terms .text-list.number-circle > li:nth-child(6)::before {
  content: "6";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1.2rem;
}
.terms .text-list.number-circle > li:nth-child(7)::before {
  content: "7";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1.2rem;
}
.terms .text-list.number-circle > li:nth-child(8)::before {
  content: "8";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1.2rem;
}
.terms .text-list.number-circle > li:nth-child(9)::before {
  content: "9";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1.2rem;
}
.terms .text-list.number-circle > li:nth-child(10)::before {
  content: "10";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(11)::before {
  content: "11";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(12)::before {
  content: "12";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(13)::before {
  content: "13";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(14)::before {
  content: "14";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(15)::before {
  content: "15";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(16)::before {
  content: "16";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(17)::before {
  content: "17";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(18)::before {
  content: "18";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(19)::before {
  content: "19";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(20)::before {
  content: "20";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(21)::before {
  content: "21";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(22)::before {
  content: "22";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(23)::before {
  content: "23";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(24)::before {
  content: "24";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(25)::before {
  content: "25";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(26)::before {
  content: "26";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(27)::before {
  content: "27";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(28)::before {
  content: "28";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(29)::before {
  content: "29";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(30)::before {
  content: "30";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(31)::before {
  content: "31";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(32)::before {
  content: "32";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(33)::before {
  content: "33";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(34)::before {
  content: "34";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(35)::before {
  content: "35";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(36)::before {
  content: "36";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(37)::before {
  content: "37";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(38)::before {
  content: "38";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(39)::before {
  content: "39";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(40)::before {
  content: "40";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(41)::before {
  content: "41";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(42)::before {
  content: "42";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(43)::before {
  content: "43";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(44)::before {
  content: "44";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(45)::before {
  content: "45";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(46)::before {
  content: "46";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(47)::before {
  content: "47";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(48)::before {
  content: "48";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(49)::before {
  content: "49";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(50)::before {
  content: "50";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(51)::before {
  content: "51";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(52)::before {
  content: "52";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(53)::before {
  content: "53";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(54)::before {
  content: "54";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(55)::before {
  content: "55";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(56)::before {
  content: "56";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(57)::before {
  content: "57";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(58)::before {
  content: "58";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(59)::before {
  content: "59";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(60)::before {
  content: "60";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(61)::before {
  content: "61";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(62)::before {
  content: "62";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(63)::before {
  content: "63";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(64)::before {
  content: "64";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(65)::before {
  content: "65";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(66)::before {
  content: "66";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(67)::before {
  content: "67";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(68)::before {
  content: "68";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(69)::before {
  content: "69";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(70)::before {
  content: "70";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(71)::before {
  content: "71";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(72)::before {
  content: "72";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(73)::before {
  content: "73";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(74)::before {
  content: "74";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(75)::before {
  content: "75";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(76)::before {
  content: "76";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(77)::before {
  content: "77";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(78)::before {
  content: "78";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(79)::before {
  content: "79";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(80)::before {
  content: "80";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(81)::before {
  content: "81";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(82)::before {
  content: "82";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(83)::before {
  content: "83";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(84)::before {
  content: "84";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(85)::before {
  content: "85";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(86)::before {
  content: "86";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(87)::before {
  content: "87";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(88)::before {
  content: "88";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(89)::before {
  content: "89";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(90)::before {
  content: "90";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(91)::before {
  content: "91";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(92)::before {
  content: "92";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(93)::before {
  content: "93";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(94)::before {
  content: "94";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(95)::before {
  content: "95";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(96)::before {
  content: "96";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(97)::before {
  content: "97";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(98)::before {
  content: "98";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms .text-list.number-circle > li:nth-child(99)::before {
  content: "99";
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  top: 0.4rem;
  font-size: 1rem;
}
.terms-title {
  margin-bottom: 4rem;
  line-height: 1.3;
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #222222;
}
.terms-sub-title {
  line-height: 1.3;
  font-size: 2rem;
  font-weight: 500;
  color: #222222;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.terms-sub-title:not(:first-child) {
  margin-top: 4rem;
}
.terms-box {
  max-height: 35rem;
  margin-top: 2rem;
  padding: 3rem 1rem 3rem 3rem;
  border-radius: 2.4rem;
  border: 1px solid #e0e5e6;
}
.terms-box .text-list .table {
  width: 116rem;
}
.terms-inner {
  overflow-y: auto;
  max-height: 29rem;
  padding-right: 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  word-break: break-all;
  color: #758185;
  font-weight: 500;
}
.terms-inner::-webkit-scrollbar {
  width: 0.4rem;
}
.terms-inner::-webkit-scrollbar-thumb {
  background-color: #c6d0d2;
  border-radius: 0.2rem;
  border: 0.4rem solid #c6d0d2;
}
.terms-inner::-webkit-scrollbar-track {
  background-color: transparent;
}
@media (min-width: 768px) {
  .terms-title {
    font-size: 3.2rem;
    margin-bottom: 6.4rem;
  }
  .terms-sub-title:not(:first-child) {
    margin-top: 8rem;
  }
}
.terms .table-wrap table th,
.terms .table-wrap table td {
  font-size: 1.4rem;
  border-left: 1px solid #c6d0d2;
  border-right: 1px solid #c6d0d2;
}
.terms .table-wrap table th:first-child,
.terms .table-wrap table td:first-child {
  border-left: none;
}
.terms .table-wrap table th:last-child,
.terms .table-wrap table td:last-child {
  border-right: none;
}
@media (max-width: 480px) {
  .terms .table-wrap table tbody th,
  .terms .table-wrap table tbody td {
    padding: 1.6rem 0.5rem;
  }
}

.privacy-policy {
  scroll-behavior: smooth;
}
.privacy-title {
  margin-bottom: 4rem;
  line-height: 1.3;
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #222222;
}
.privacy-summary .top .title {
  color: #222222;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}
.privacy-summary .top .btn {
  margin-top: 2rem;
}
.privacy-summary .desc {
  margin-top: 2rem;
  color: #758185;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
}
.privacy-overview {
  margin-top: 4rem;
  background-color: #ffffff;
}
.privacy-overview .text {
  margin-bottom: 2rem;
  color: #222222;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.privacy-overview .menu-wrap {
  margin: 0 -2rem;
  padding-left: 2rem;
  overflow-x: auto;
}
.privacy-overview .menu-list {
  display: flex;
  flex-wrap: nowrap;
}
.privacy-overview .menu-list .menu-item:last-child {
  padding-right: 2rem;
}
.privacy-overview .menu-list .menu-item:not(:first-child) {
  padding-left: 0.8rem;
}
.privacy-overview .menu-list .menu-item .menu-link {
  display: flex;
  align-items: center;
  height: 5.6rem;
  font-size: 1.8rem;
  padding: 0 2.4rem;
  border-radius: 2.4rem;
  border: 1px solid #e0e5e6;
  white-space: nowrap;
  font-weight: 700;
  color: #222222;
}
.privacy-overview .menu-list .menu-item .menu-link:hover, .privacy-overview .menu-list .menu-item .menu-link.is-active {
  border-color: #222222;
  box-shadow: inset 0 0 0 2px #222222;
}
.privacy-overview .menu-list .menu-item .menu-link.is-active {
  padding-left: 4rem;
  background-image: url(/images_new/common/bg-tab-btn.svg);
  background-repeat: no-repeat;
  background-position: 1.6rem 50%;
  background-size: 2rem 2rem;
}
.privacy-content {
  margin-top: 4rem;
  color: #758185;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
}
.privacy-content .terms .title {
  margin-top: 4rem;
  margin-bottom: 2rem;
  color: #222222;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.privacy-content .terms .text {
  font-weight: 300;
}
.privacy-content .terms .text-list {
  font-weight: 300;
}
.privacy-content .terms .text-list .table {
  width: 124.5rem;
  text-align: left;
}
.privacy-history {
  padding: 2rem 3rem;
  margin-top: 4rem;
  border-radius: 2rem;
  background-color: #f3f6f6;
}
.privacy-history .title {
  margin-bottom: 1.2rem;
  color: #222222;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .privacy-title {
    font-size: 3.2rem;
    margin-bottom: 6.4rem;
  }
  .privacy-summary .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .privacy-summary .top .btn {
    margin-top: 0;
  }
  .privacy-overview {
    margin-top: 8rem;
  }
  .privacy-overview .menu-wrap {
    padding-left: 0;
    margin-top: -0.8rem;
    margin-left: -0.8rem;
  }
  .privacy-overview .menu-list {
    flex-wrap: wrap;
  }
  .privacy-overview .menu-list .menu-item {
    padding-top: 0.8rem;
    padding-left: 0.8rem;
  }
  .privacy-overview .menu-list .menu-item:last-child {
    padding-right: 0;
  }
  .privacy-content {
    margin-top: 8rem;
  }
  .privacy-history {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .privacy-history .title {
    margin-bottom: 0;
  }
}

.location-content {
  margin-top: 4rem;
}
.location-info {
  padding-left: 2.4rem;
  background-image: url("/images_new/common/ico-location.svg");
  background-repeat: no-repeat;
  background-position: 0 0.4rem;
  background-size: 2rem 2rem;
}
.location-info .addr {
  color: #222222;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.location-info .branch-name {
  color: #222222;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.location-info .branch-area {
  margin-top: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: #222222;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.location-info .branch-area .badge {
  height: 3.2rem;
}
.location .contact {
  display: flex;
  margin-top: 0.8rem;
}
.location .contact-list {
  display: flex;
  align-items: center;
}
.location .contact-list:not(:first-child) {
  margin-left: 2rem;
}
.location .contact-list dt {
  color: #222222;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3;
}
.location .contact-list dd {
  margin-left: 0.4rem;
  color: #758185;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.location-map {
  margin-top: 2rem;
}
.location-map .map-container {
  width: 100%;
  aspect-ratio: 335/140;
}
.location-map .map-iframe {
  border-radius: 3.2rem;
  width: 100%;
  height: 100%;
  border: 0;
}
.location .transit-info {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 4rem;
}
.location .transit-info .title {
  display: inline-block;
  margin-bottom: 2rem;
  color: #222222;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  border-radius: 1.6rem;
  background-color: #f7f7f7;
  padding: 0.8rem 2.4rem;
  align-items: center;
}
.location .transit-info .desc {
  color: #222222;
  font-weight: 500;
}
.location .transit-info .desc .info1 {
  position: relative;
  padding-left: 3.2rem;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.location .transit-info .desc .info1::before {
  display: inline-block;
  content: "4";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  background-color: #4aacde;
}
.location .transit-info .desc .info2 {
  margin-top: 1.2rem;
  font-size: 1.8rem;
  line-height: 1.5;
}
.location .transit-info .desc .info2 > span {
  display: inline-block;
  position: relative;
  padding-left: 1.5rem;
  margin: 0 0.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.location .transit-info .desc .info2 > span::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
}
.location .transit-info .desc .info2 > span.blue {
  color: #016bf5;
}
.location .transit-info .desc .info2 > span.blue::before {
  background-color: #016bf5;
}
.location .transit-info .desc .info2 > span.green {
  color: #6acf12;
}
.location .transit-info .desc .info2 > span.green::before {
  background-color: #6acf12;
}
@media (min-width: 768px) {
  .location-map .map-container {
    aspect-ratio: 128/42;
  }
  .location .transit-info {
    flex-direction: row;
    gap: 13.8rem;
  }
}

.table-list {
  border-top: 0.2rem solid #222222;
}
.table-list .row {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 2rem 0;
  border-bottom: 1px solid #758185;
}
.table-list .row.th {
  display: none;
  border-bottom: none;
  background-color: #f3f6f6;
}
.table-list .row.th .col {
  font-weight: 700;
}
.table-list .row .col {
  color: #222222;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .table-list .row {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
  .table-list .row.th {
    display: flex;
  }
  .table-list .row .col {
    padding: 0 1rem;
  }
}

.list-top {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.list-info {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  color: #222222;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
}
.list-info em {
  font-weight: 700;
}
.list-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .list-top {
    flex-direction: column-reverse;
  }
  .list-info {
    flex-direction: row;
    gap: 2.4rem;
  }
  .list-info .desc {
    position: relative;
  }
  .list-info .desc::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -1.2rem;
    content: "";
    width: 1px;
    height: 1.2rem;
    background-color: #e0e5e6;
  }
  .list-btn {
    gap: 2rem;
    justify-content: flex-start;
  }
}

.option-group {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.option-group.sm {
  gap: 0.8rem;
  flex-direction: row;
}
.option-group.sm .option-label {
  padding: 0;
  font-size: 1.8rem;
  width: 13.2rem;
  height: 5.6rem;
}
.option-item {
  font-size: 0;
}
.option-radio {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.option-radio:focus, .option-radio:focus-visible {
  outline: none;
}
.option-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 1.6rem 3rem;
  border-radius: 2.4rem;
  color: #222222;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  border: 1px solid #e8ecee;
  cursor: pointer;
  box-sizing: border-box;
}
.option-radio:checked + .option-label {
  position: relative;
  border-color: #222222;
  box-shadow: inset 0 0 0 0.2rem #222222;
}
.option-radio:checked + .option-label::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background-image: url(/images_new/common/bg-tab-btn.svg);
  background-repeat: no-repeat;
  background-size: 2rem 2rem;
}
@media (min-width: 768px) {
  .option-group {
    flex-direction: row;
  }
  .option-item {
    flex: 1;
  }
}

.item-list {
  margin-top: 2rem;
  border-top: 0.2rem solid #222222;
}
.item-list > .title {
  display: none;
}
.item-list .item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2rem 0;
  border-bottom: 1px solid #758185;
}
.item-list .item-info {
  display: flex;
  margin-top: 0.8rem;
  gap: 2rem;
}
.item-list .item-box:last-child {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  color: #222222;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
}
.item-list .item-name {
  font-weight: 500;
}
.item-list .item-thumbnail {
  display: block;
  width: 9rem;
  flex: none;
}
.item-list .item-thumbnail .thumbnail-book .img {
  border: none;
}
.item-list .item-price {
  color: #222222;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5em;
}
.item-list .item-delete {
  position: absolute;
  top: 2rem;
  right: 0;
}
.item-list .btn-wrap {
  display: flex;
  gap: 0.8rem;
  margin-top: 2rem;
}
.item-list .btn-wrap .btn-icon {
  flex: none;
}
.item-list .btn-wrap .btn {
  flex: 1;
}
@media (min-width: 768px) {
  .item-list > .title {
    display: flex;
    padding: 2rem 6rem;
    background-color: #f3f6f6;
  }
  .item-list > .title > span {
    text-align: center;
    flex: none;
    color: #222222;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    font-style: normal;
  }
  .item-list > .title > span:nth-child(1) {
    flex: 1;
  }
  .item-list > .title > span:nth-child(2) {
    width: 20rem;
  }
  .item-list > .title > span:nth-child(3) {
    width: 12rem;
  }
  .item-list .item {
    flex-direction: row;
    align-items: center;
    padding: 1.6rem 0;
  }
  .item-list .item .form-check {
    flex: none;
    width: 6rem;
    padding: 2rem;
  }
  .item-list .item-info {
    flex: 1;
    align-items: center;
    gap: 3.2rem;
    margin-top: 0;
  }
  .item-list .item-box:last-child {
    width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 2.8rem;
  }
  .item-list .item-box:last-child .quantity-counter {
    margin-left: auto;
    flex: none;
    width: 14.4rem;
  }
  .item-list .item-thumbnail {
    width: 5.9rem;
  }
  .item-list .item-name {
    max-width: 70.9rem;
  }
  .item-list .item-price {
    display: block;
    flex: none;
    width: 12rem;
    text-align: center;
  }
  .item-list .item-delete {
    position: unset;
    flex: none;
    width: 6rem;
    padding: 2rem;
  }
  .item-list .btn-wrap {
    width: 23.8rem;
    margin-top: 0;
    gap: 0.4rem;
    justify-content: center;
  }
  .item-list .btn-wrap .btn {
    flex: none;
  }
}

@media (min-width: 768px) {
  .wish-list .item-list > .title > span:nth-child(2) {
    width: 35.8rem;
    padding-left: 3.2rem;
    text-align: left;
  }
  .wish-list .item-price {
    margin-left: auto;
  }
}

.price-list {
  display: flex;
  flex-direction: column;
}
.price-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1.6rem 2rem;
  border-bottom: 1px solid #e0e5e6;
  background-color: #f7f7f7;
  color: #222222;
  font-weight: 700;
  line-height: 1.5;
}
.price-item .label {
  font-size: 1.6rem;
  padding-right: 2rem;
}
.price-item .price {
  font-size: 2.4rem;
}
.price-item.total {
  background-color: #eefbfe;
}
.price-item.total .label {
  font-size: 1.8rem;
}
.price-item.total .price {
  color: #00b0e1;
}
@media (min-width: 768px) {
  .price-list {
    flex-direction: row;
  }
  .price-item {
    flex: 1;
    position: relative;
    padding: 1.6rem 4rem;
  }
  .price-item:not(:first-child) {
    border-left: 1px solid #e0e5e6;
  }
  .price-item::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -1rem;
    width: 2rem;
    height: 2rem;
    background-size: contain;
  }
  .price-item.plus::before {
    background-image: url(/images_new/common/ico-circle-plus.svg);
  }
  .price-item.minus::before {
    background-image: url(/images_new/common/ico-circle-minus.svg);
  }
  .price-item.total::before {
    background-image: url(/images_new/common/ico-circle-equals.svg);
  }
}

.step {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.step-title {
  font-size: 2rem;
  color: #222222;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}
.step-list {
  display: none;
  font-size: 1.6rem;
  font-weight: 500;
  color: #515b5e;
}
.step-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  line-height: 1.3;
  font-size: 1.6rem;
  font-weight: 500;
  color: #758185;
  background-color: #e8f9fd;
}
.step-item.current {
  position: relative;
  color: #ffffff;
  background-color: #00b0e1;
}
.step-item.current::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  width: 1rem;
  height: 1rem;
  background: url(/images_new/common/ico-triangle.svg) no-repeat center/cover;
}
.step-item:not(:first-child) {
  margin-left: 2rem;
}
.step-item:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -2rem;
  width: 2rem;
  height: 0.1rem;
  background-color: #e0e5e6;
}
@media (min-width: 768px) {
  .step-title {
    font-size: 2.4rem;
  }
  .step-list {
    display: flex;
  }
  .step + .item-list {
    margin-top: 4.8rem;
  }
}

.order {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.order .item-quantity::before {
  display: inline-block;
  content: "/";
  margin: 0 0.4rem;
  font-weight: 500;
  color: #758185;
}
.order .item-order-price {
  color: #222222;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.order .item-order-price em {
  margin-right: 1.2rem;
  display: inline-block;
  color: #758185;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .order .item-list > .title {
    padding: 2rem 0;
  }
  .order .item-list > .title > span:nth-child(2), .order .item-list > .title > span:nth-child(3), .order .item-list > .title > span:nth-child(4) {
    width: 12rem;
  }
  .order .item-list .item-info {
    gap: 2rem;
  }
  .order .item-list .item-box:first-child {
    padding-left: 2rem;
  }
  .order .item-list .item-box:last-child {
    gap: 0;
  }
  .order .item-list .item-line {
    display: flex;
    margin-left: auto;
  }
  .order .item-list .item-price, .order .item-list .item-quantity, .order .item-list .item-order-price {
    width: 12rem;
    text-align: center;
    flex: none;
    font-size: 1.6rem;
  }
  .order .item-list .item-quantity::before {
    display: none;
  }
  .order .item-list .item-order-price em {
    display: none;
  }
}
.order .content .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2rem;
  border-bottom: 1px solid #222222;
}
.order .content .title-wrap.ty2 {
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
@media (min-width: 768px) {
  .order .content .title-wrap.ty2 {
    flex-direction: row;
    justify-content: space-between;
  }
  .order .content .title-wrap.ty2 .title {
    flex: none;
  }
}
.order .content .title-wrap .title {
  color: #222222;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}
.order .content .title-wrap .desc {
  display: flex;
  flex-wrap: wrap;
  font-weight: 300;
  font-size: 1.6rem;
}
.order .content .title-wrap .desc em {
  font-weight: 500;
}
.order .content.recipient .confirm {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #222222;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.order .content.recipient .confirm .radio-group {
  display: flex;
  gap: 2rem;
}
@media (min-width: 768px) {
  .order .content.recipient .confirm {
    justify-content: end;
  }
  .order .content.recipient .confirm .radio-group {
    margin-left: 3rem;
  }
}
@media (min-width: 768px) {
  .order .content.recipient .form-group {
    max-width: 84.8rem;
  }
}
.order .content.discount .form-multi-wrap {
  gap: 0.8rem;
}
@media (min-width: 768px) {
  .order .content.discount .form-multi-wrap {
    max-width: 70rem;
    gap: 0;
  }
  .order .content.discount .form-input {
    width: 14rem;
  }
  .order .content.discount .text-bullet {
    margin-top: 0.4rem;
  }
}
.order .content.payment .tab-menu-wrap .tab-menu.capsule {
  flex-direction: column;
  gap: 1.2rem;
}
.order .content.payment .tab-menu-wrap .tab-menu.capsule .tab-item {
  margin: 0;
}
.order .content.payment .tab-menu-wrap .tab-menu.capsule .tab-item .tab-btn {
  width: 100%;
  background: none;
}
.order .content.payment .tab-menu-wrap .tab-menu.capsule .tab-item .tab-btn.is-active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.order .content.payment .tab-menu-wrap .tab-menu.capsule .tab-item .tab-btn.is-active::before {
  display: inline-block;
  content: "";
  width: 2rem;
  height: 2rem;
  margin-left: -2.8rem;
  background-image: url(/images_new/common/bg-tab-btn.svg);
  background-repeat: no-repeat;
  background-size: 2rem 2rem;
}
@media (min-width: 768px) {
  .order .content.payment .tab-menu-wrap .tab-menu.capsule {
    flex-direction: row;
  }
  .order .content.payment .tab-menu-wrap .tab-menu.capsule .tab-item {
    flex: 1;
  }
  .order .content.payment .tab-content {
    margin-top: 2rem;
  }
}
.order .content.agree .agree-header {
  padding: 2rem 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #e0e5e6;
}
.order .content.agree .agree-header .form-check-label {
  color: #222222;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}
.order .content.agree .agree-header .form-check-label em {
  margin-right: 0.4rem;
  font-weight: 700;
  color: #222222;
}
.order .content.agree .agree-header .form-check-label em.required {
  color: #00b0e1;
}
.order .content.agree .agree-header .form-check-label em.option {
  color: #758185;
}
.order .content.agree .agree-header .form-check-label strong {
  font-weight: 700;
  color: #222222;
}
.order .content.agree .agree-item {
  font-size: 1.6rem;
  display: flex;
  justify-content: space-between;
  margin-top: 1.6rem;
}
.order .content.agree .agree-item em {
  margin-right: 0.4rem;
  font-weight: 700;
}
.order .content.agree .agree-item em.required {
  color: #00b0e1;
}
.order .content.agree .agree-item em.option {
  color: #758185;
}
.order .content.agree .agree-item .more {
  position: relative;
  padding-right: 2.4rem;
}
.order .content.agree .agree-item .more::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("/images_new/common/icon-back.svg");
  background-size: cover;
}

.confirmation {
  max-width: 64rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .confirmation {
    margin-top: 4.8rem;
  }
}
.confirmation .order-info {
  text-align: center;
  margin: 4rem 0;
}
.confirmation .order-number .info {
  color: #222222;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.confirmation .order-number .desc {
  margin-top: 0.8rem;
  color: #515b5e;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.confirmation .order-account {
  margin-top: 2.8rem;
  padding: 4rem 0;
  border-radius: 2rem;
  background: var(--Gray-50, #f7f7f7);
}
.confirmation .order-account .info {
  color: #222222;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.confirmation .order-account .info span:first-child {
  font-weight: 700;
}
.confirmation .order-account .desc {
  margin-top: 1.2rem;
  color: #758185;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .confirmation .order-info {
    margin-top: 4.8rem;
  }
  .confirmation .order-account .info {
    font-size: 2rem;
    font-weight: 700;
  }
  .confirmation .order-account .desc {
    font-size: 1.6rem;
  }
}
.confirmation .btn-group {
  max-width: 100%;
}

.my-data {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
  margin-bottom: 2.4rem;
  border-radius: 2rem;
  background-color: #f3f6f6;
}
.my-data .profile {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.my-data .profile-img {
  flex: none;
  width: 8rem;
}
.my-data .profile-img .user-avatar {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #ffffff;
  font-size: 0;
}
.my-data .profile-img .user-avatar img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.my-data .profile-name {
  margin-top: 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.my-data .profile-name > span {
  color: #222222;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3;
}
.my-data .profile-name > span em {
  margin-right: 0.8rem;
  font-size: 2.8rem;
  font-weight: 500;
}
.my-data .reward-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.my-data .reward-item {
  display: flex;
  align-items: center;
  padding: 2rem;
  border-radius: 2rem;
  background-color: #ffffff;
}
.my-data .reward-item::before {
  content: "";
  display: block;
  flex: none;
  background-repeat: no-repeat;
  width: 4rem;
  height: 4rem;
  background-color: #eef2f3;
  background-position: center;
  border-radius: 1.6rem;
  background-size: 2.8rem 2.8rem;
}
.my-data .reward-item.coupon::before {
  background-image: url(/images_new/common/ico-coupon2.svg);
}
.my-data .reward-item.coin::before {
  background-image: url(/images_new/common/ico-coin.svg);
}
.my-data .reward-item .label {
  margin: 0 0.8rem;
  color: #222222;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
}
.my-data .reward-item .value {
  display: flex;
  align-items: center;
  margin-left: auto;
  line-height: 1.5;
}
.my-data .reward-item .value em {
  color: #00b0e1;
  font-size: 2rem;
  font-weight: 700;
}
.my-data .reward-item .value .unit {
  margin-left: 0.4rem;
  color: #222222;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .my-data {
    flex-wrap: wrap;
    flex-direction: row;
    padding: 3.2rem 6rem;
    margin-bottom: 3.2rem;
  }
  .my-data .profile-name {
    flex-direction: row;
    gap: 2rem;
    align-items: flex-end;
  }
  .my-data .profile .text-btn {
    margin-bottom: 0.2rem;
  }
  .my-data .reward {
    flex-grow: 1;
  }
  .my-data .reward-list {
    flex-direction: row;
    gap: 2rem;
  }
  .my-data .reward-item {
    flex: 1;
  }
}
@media (min-width: 1024px) {
  .my-data {
    justify-content: space-between;
  }
  .my-data .reward {
    max-width: 50%;
  }
  .my-data .reward .label {
    word-break: keep-all;
  }
}

.mypage-bottom {
  padding: 4rem 2rem;
  background-color: #f7f7f7;
}
.mypage-bottom-wrap.sec-content-full {
  margin-top: 6rem;
}
.mypage-bottom .history-list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.mypage-bottom .history-item > a {
  display: flex;
  align-items: center;
  padding: 2rem 3.2rem;
  border-radius: 2rem;
  background-color: #ffffff;
  gap: 0.8rem;
  color: #222222;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}
.mypage-bottom .history-item > a::before, .mypage-bottom .history-item > a::after {
  content: "";
  display: block;
  flex: none;
  background-repeat: no-repeat;
}
.mypage-bottom .history-item > a::before {
  width: 4.8rem;
  height: 4.8rem;
  background-color: #f7f7f7;
  background-position: center;
  border-radius: 1.92rem;
}
.mypage-bottom .history-item > a::after {
  width: 2.4rem;
  height: 2.4rem;
  margin-left: auto;
  background-image: url(/images_new/common/ico-circle-right.svg);
  background-size: contain;
}
.mypage-bottom .history-item.bankbook a::before {
  background-image: url(/images_new/common/ico-bankbook.svg);
  background-size: 2rem 2.4rem;
}
.mypage-bottom .history-item.coupons a::before {
  background-image: url(/images_new/common/ico-coupon.svg);
  background-size: 2.4rem 2.4rem;
}
.mypage-bottom .history-item.cash a::before {
  background-image: url(/images_new/common/ico-coin.svg);
  background-size: 2.8rem auto;
}
@media (min-width: 768px) {
  .mypage-bottom {
    padding: 4rem 0;
  }
  .mypage-bottom-wrap.sec-content-full {
    margin-top: 12rem;
  }
  .mypage-bottom .history-list {
    max-width: 132rem;
    margin: 0 auto;
    padding: 0 2rem;
    flex-direction: row;
    gap: 2.8rem;
  }
  .mypage-bottom .history-item {
    flex: 1;
  }
}

.table-wrap {
  margin: 1.6rem 0;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}
.table-wrap table {
  width: 100%;
  table-layout: fixed;
}
.table-wrap table thead th {
  text-align: center;
  color: #515b5e;
  font-weight: 700;
  border-top: 1px solid #98a3a7;
  border-right: none;
  border-bottom: none;
  background-color: #e0e5e6;
}
.table-wrap table tbody th {
  font-weight: 700;
  background-color: #eef2f3;
}
.table-wrap table th,
.table-wrap table td {
  padding: 1.6rem 2rem;
  color: #758185;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  vertical-align: middle;
  border-right: 1px solid #c6d0d2;
  border-bottom: 1px solid #c6d0d2;
  word-break: keep-all;
}
.table-wrap table th a,
.table-wrap table td a {
  color: #007dc5;
  text-decoration: underline;
}
.table-wrap table .ta-left {
  text-align: left;
}
.table-wrap table .ta-right {
  text-align: right;
}

.modal .terms .title {
  color: #222222;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}
.modal .terms-box {
  padding: 2rem;
  margin-top: 0.8rem;
  border-radius: 2.4rem;
  border: 1px solid #e0e5e6;
}
@media (min-width: 768px) {
  .modal .terms-box {
    padding: 3rem;
  }
}

.my-coupon .coupon-list-item-wrap {
  display: flex;
  margin-bottom: 1.2rem;
}
.my-coupon .coupon-list-item {
  border-bottom: 1px solid #758185;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.my-coupon .coupon-list .select-box {
  width: 100%;
}
.my-coupon .coupon-thumb {
  width: 90px;
  height: 120px;
  margin-right: 2rem;
}
.my-coupon .coupon-thumb img {
  vertical-align: top;
  width: 100%;
}
.my-coupon .coupon-info {
  font-weight: 700;
  line-height: 1.5;
}
.my-coupon .coupon-info .title {
  font-size: 1.8rem;
}
.my-coupon .coupon-info .desc {
  font-size: 1.6rem;
  margin-top: 0.4rem;
  margin-bottom: 0.8rem;
}
.my-coupon .coupon-info .price {
  font-size: 2rem;
}
.my-coupon .coupon-info .price span {
  color: #00b0e1;
}
.my-coupon .coupon-info-wrap {
  background-color: #f3f6f6;
  border-radius: 2rem;
  padding: 2.4rem;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  color: #758185;
}
.my-coupon .coupon-info-item {
  position: relative;
  padding-left: 1.2rem;
}
.my-coupon .coupon-info-item::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}
.my-coupon-summary {
  padding: 2rem;
  border-radius: 2rem;
  background-color: #f4fdff;
  margin-bottom: 4.8rem;
}
.my-coupon-summary .summary-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #222222;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}
.my-coupon-summary .summary-item .label {
  flex: none;
  margin-right: 1.2rem;
  color: #515b5e;
}
.my-coupon-summary .summary-item .item {
  margin-left: auto;
  font-weight: 700;
}
.my-coupon-summary .summary-item:last-child {
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid #c6d0d2;
  font-size: 16px;
}
.my-coupon-summary .summary-item:last-child .label {
  color: #222222;
}
.my-coupon-summary .summary-item:last-child .item {
  color: #00b0e1;
  font-weight: 700;
}

.notice-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 2.4rem;
  margin-top: 2.4rem;
  border-radius: 2rem;
  background-color: #f3f6f6;
}
.notice-title {
  color: #222222;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .notice-wrap {
    flex-direction: row;
    gap: 2rem;
    padding: 2.4rem 4rem;
  }
  .notice-title {
    flex: none;
  }
  .notice-list li:first-child {
    margin-top: 0;
  }
}

.coupon-register {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.coupon-register .label {
  color: #222222;
  word-break: keep-all;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}
.coupon-register .form-input {
  border-color: #00b0e1;
}
.coupon-register .form-input .input {
  padding-left: 2.8rem;
}
.coupon-register .form-input::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.2rem;
  left: 2rem;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url("/images_new/common/ico-search-blue.svg") no-repeat 50% 50%/2rem auto;
}
@media (min-width: 768px) {
  .coupon-register {
    flex-direction: row;
    justify-content: center;
  }
  .coupon-register .form-input {
    width: 51.2rem;
  }
}
.coupon-details {
  padding: 2.8rem 3rem;
  margin-top: 2.8rem;
  border-radius: 2rem;
  background-color: #e8f9fd;
}
.coupon-details .list {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}
.coupon-details .list .item {
  display: flex;
  align-items: center;
}
.coupon-details .list .item::before {
  flex-shrink: 0;
  display: inline-block;
  content: "";
  width: 4rem;
  height: 4rem;
  margin-right: 0.8rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.coupon-details .list .item:nth-child(1)::before {
  background-image: url(/images_new/common/img-coupon-details-1.png);
}
.coupon-details .list .item:nth-child(2)::before {
  background-image: url(/images_new/common/img-coupon-details-2.png);
}
.coupon-details .list .item:nth-child(3)::before {
  background-image: url(/images_new/common/img-coupon-details-3.png);
}
.coupon-details .list .item .label {
  color: #222222;
  word-break: keep-all;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
}
.coupon-details .list .item .value {
  display: flex;
  align-items: center;
  font-size: 0;
  margin-left: auto;
}
.coupon-details .list .item .value em {
  color: #00b0e1;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.coupon-details .list .item .value .unit {
  margin-left: 0.4rem;
  color: #222222;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .coupon-details {
    padding: 2.8rem 4rem;
  }
  .coupon-details .list {
    flex-direction: row;
    gap: 8rem;
  }
  .coupon-details .list .item {
    flex: 1;
    position: relative;
  }
  .coupon-details .list .item:not(:first-child)::after {
    display: inline-block;
    content: "";
    width: 1px;
    height: 3.2rem;
    background-color: #e0e5e6;
    position: absolute;
    left: -4rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
.coupon-list.table-list {
  margin-top: 1.6rem;
}
.coupon-list.table-list .row .col:nth-child(1) {
  font-size: 2.4rem;
  font-weight: 700;
  color: #00b0e1;
}
.coupon-list.table-list .row .col:nth-child(2) {
  font-size: 1.8rem;
  font-weight: 700;
}
.coupon-list.table-list .row .col:nth-child(3), .coupon-list.table-list .row .col:nth-child(4) {
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .coupon-list.table-list {
    margin-top: 1.2rem;
  }
  .coupon-list.table-list .row .col {
    text-align: center;
  }
  .coupon-list.table-list .row .col:nth-child(1) {
    flex-basis: 14.4927%;
    flex-shrink: 0;
    font-size: 1.6rem;
  }
  .coupon-list.table-list .row .col:nth-child(2) {
    flex-basis: 47.826%;
    flex-grow: 1;
    flex-shrink: 1;
    font-size: 1.6rem;
  }
  .coupon-list.table-list .row .col:nth-child(3) {
    flex-basis: 14.4927%;
    flex-shrink: 0;
    font-size: 1.6rem;
  }
  .coupon-list.table-list .row .col:nth-child(4) {
    flex-basis: 23.1884%;
    flex-shrink: 0;
    font-size: 1.6rem;
  }
}

.radio-menu {
  display: flex;
  overflow-x: auto;
  gap: 2.8rem;
}
.radio-menu:first-child {
  padding-left: 2rem;
}
.radio-menu:last-child {
  padding-right: 2rem;
}
.radio-menu-wrap {
  position: relative;
  overflow: hidden;
  margin-left: -2rem;
  margin-right: -2rem;
}
.radio-menu input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.radio-menu .radio-option {
  position: relative;
  padding: 0.8rem 0;
  flex: none;
}
.radio-menu .radio-option:last-child {
  padding-right: 1rem;
}
.radio-menu label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  color: #758185;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.radio-menu input[type=radio]:checked + label {
  color: #222222;
  font-weight: 700;
}
.radio-menu input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #00b0e1;
}
.tab-pane > .radio-menu-wrap {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .radio-menu {
    margin-left: 0;
    margin-right: 0;
  }
  .radio-menu .radio-menu:first-child {
    padding-left: 0;
  }
  .radio-menu .radio-menu:last-child {
    padding-right: 0;
  }
}

.inquiry-history .info {
  margin-bottom: 1.2rem;
  color: #222222;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
}
.inquiry-history .info em {
  font-weight: 700;
}
.inquiry-history .info span {
  display: none;
}
.inquiry-history .board-list {
  border-top: 2px solid #222222;
}
.inquiry-history .board-item {
  padding: 2rem 0;
  border-bottom: 1px solid #758185;
}
.inquiry-history .board-item .col {
  color: #222222;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.inquiry-history .board-item .col:not(:nth-child(2)) {
  margin-top: 0.4rem;
}
.inquiry-history .board-item .col:nth-child(1) {
  display: none;
}
.inquiry-history .board-item .col:nth-child(2) {
  font-weight: 700;
}
.inquiry-history .board-item .col:nth-child(4) {
  float: left;
}
.inquiry-history .board-item .col:nth-child(5) {
  float: right;
}
.inquiry-history .board-item .col:nth-child(6) {
  clear: both;
  font-size: 1.3rem;
}
.inquiry-history .board-item .col .badge {
  width: 6rem;
}
.inquiry-history .board-item .col .rating {
  position: relative;
  width: 10rem;
  height: 2rem;
  margin: 0.5rem 0;
}
.inquiry-history .board-item .col .rating::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 10rem;
  height: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.inquiry-history .board-item .col .rating-1::before {
  background-image: url(/images_new/common/ico-star-1.png);
}
.inquiry-history .board-item .col .rating-2::before {
  background-image: url(/images_new/common/ico-star-2.png);
}
.inquiry-history .board-item .col .rating-3::before {
  background-image: url(/images_new/common/ico-star-3.png);
}
.inquiry-history .board-item .col .rating-4::before {
  background-image: url(/images_new/common/ico-star-4.png);
}
.inquiry-history .board-item .col .rating-5::before {
  background-image: url(/images_new/common/ico-star-5.png);
}
.inquiry-history .board-item.title {
  border-bottom: 1px solid #e0e5e6;
  display: none;
}
.inquiry-history .board-item.title .col {
  font-weight: 900;
}
.inquiry-history .board-item.title .col:nth-child(3) {
  width: 51.25%;
  justify-content: center;
}
.inquiry-history + .pagination-wrap {
  text-align: right;
}
.inquiry-history + .pagination-wrap .btn {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .inquiry-history .info br {
    display: none;
  }
  .inquiry-history .board-item {
    display: flex;
    align-items: center;
    padding: 0;
  }
  .inquiry-history .board-item .col {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
    color: #222222;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    border-bottom: 0;
  }
  .inquiry-history .board-item .col:not(:nth-child(2)) {
    margin-top: 0;
  }
  .inquiry-history .board-item .col:nth-child(1) {
    display: block;
    width: 6.8rem;
    flex-shrink: 0;
  }
  .inquiry-history .board-item .col:nth-child(2) {
    width: 12rem;
    flex-shrink: 0;
  }
  .inquiry-history .board-item .col:nth-child(3) {
    width: 51.25%;
    justify-content: left;
    flex: 1;
  }
  .inquiry-history .board-item .col:nth-child(4) {
    width: 12rem;
    flex-shrink: 0;
  }
  .inquiry-history .board-item .col:nth-child(5) {
    width: 16rem;
    flex-shrink: 0;
  }
  .inquiry-history .board-item .col:nth-child(6) {
    font-size: 1.6rem;
    width: 16rem;
    flex-shrink: 0;
  }
  .inquiry-history .board-item.title {
    display: flex;
    border-bottom: 1px solid #e0e5e6;
    background: #f3f6f6;
  }
  .inquiry-history .board-item.title .col {
    font-weight: 900;
  }
  .inquiry-history .board-item.title .col:nth-child(3) {
    width: 51.25%;
    justify-content: center;
  }
  .inquiry-history + .pagination-wrap {
    position: relative;
  }
  .inquiry-history + .pagination-wrap .btn {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.possessed-coupons {
  flex-direction: row;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #222222;
}
.possessed-coupons > div:first-child {
  margin-right: 2rem;
}
.possessed-coupons > div:first-child span {
  color: #00b0e1;
  font-weight: 700;
}
.possessed-coupons > span:last-child {
  margin-left: 4px;
}

.label-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.label-group .book-label {
  font-size: 1.6rem;
  color: #222222;
}
.label-group .book-label:not(:last-child) {
  margin-right: 2rem;
}
.label-group .book-label::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 0.4rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  vertical-align: top;
}
.label-group .book-label.korean::before {
  background-image: url(/images_new/common/symbol-korean.svg);
}
.label-group .book-label.math::before {
  background-image: url(/images_new/common/symbol-math.svg);
}
.label-group .book-label.english::before {
  background-image: url(/images_new/common/symbol-english.svg);
}
.label-group .book-label.science::before {
  background-image: url(/images_new/common/symbol-science.svg);
}
.label-group .book-label.society::before {
  background-image: url(/images_new/common/symbol-society.svg);
}
.label-group .book-label.history::before {
  background-image: url(/images_new/common/symbol-history.svg);
}
.label-group .book-label.chinese::before {
  background-image: url(/images_new/common/symbol-chinese.svg);
}
.label-group .book-label.geography::before {
  background-image: url(/images_new/common/symbol-geography.svg);
}
.label-group .book-label.elementary::before {
  background-image: url(/images_new/common/symbol-elementary.svg);
}
.label-group .book-label.middle::before {
  background-image: url(/images_new/common/symbol-middle.svg);
}
.label-group .book-label.high::before {
  background-image: url(/images_new/common/symbol-high.svg);
}
.label-group .book-label.level-1::before {
  background-image: url(/images_new/common/symbol-level-1.svg);
}
.label-group .book-label.level-2::before {
  background-image: url(/images_new/common/symbol-level-2.svg);
}
.label-group .book-label.level-3::before {
  background-image: url(/images_new/common/symbol-level-3.svg);
}
.label-group .book-label.level-4::before {
  background-image: url(/images_new/common/symbol-level-4.svg);
}

.brand-logo {
  max-width: 24rem;
  aspect-ratio: 240/136;
  background-color: #ffffff;
  border-radius: 1.6rem;
  border: 1px solid #e8ecee;
  text-align: center;
  font-size: 0;
}
.brand-logo img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.search-option-pc {
  position: relative;
  margin-top: 3.2rem;
  border-radius: 3.2rem;
  border: 1px solid #e0e5e6;
  overflow: hidden;
}
.search-option-pc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 13.6rem;
  height: 100%;
  background-color: #f7f7f7;
}
.search-option-pc > .row:first-child {
  border-top-left-radius: 2 rem;
  overflow: hidden;
}
.search-option-pc > .row:first-child .col {
  display: flex;
  gap: 0.8rem;
  padding-top: 2rem;
}
.search-option-pc .row {
  display: flex;
  min-height: 4.4rem;
}
.search-option-pc .row .col {
  padding-top: 1.2rem;
}
.search-option-pc > .row:last-child {
  padding-bottom: 2rem;
}
.search-option-pc .col {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  flex: 1 1 auto;
  font-size: 0;
}
.search-option-pc .col:nth-child(2) {
  padding-left: 3.2rem;
  padding-right: 4rem;
}
.search-option-pc .col.has-label {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  padding-left: 4rem;
  width: 13.6rem;
  font-weight: 700;
}
.search-option-pc .col.has-label .label {
  display: flex;
  align-items: center;
  height: 4.4rem;
  font-size: 1.6rem;
}
.search-option-pc .col.has-label .label-brand {
  height: 7.2rem;
}
.search-option-pc .collapse {
  position: relative;
}
.search-option-pc.type2 .col.has-label {
  width: 16rem;
}
.search-option-pc.type2 .col.has-radio {
  display: flex;
  align-items: center;
}
.search-option-pc.type2 .col.has-radio .form-check {
  min-width: 9.2rem;
  margin-right: 0.8rem;
  padding: 0 2.4rem 0 1.6rem;
  text-align: center;
}
.search-option-pc.type2 .form-input.date {
  width: 16rem;
}
.search-option-util {
  display: flex;
  margin-top: 1.6rem;
}
.selected-options {
  display: flex;
  flex-wrap: wrap;
}
.selected-options button {
  margin-bottom: 0.8rem;
}
.selected-options button:not(:last-child) {
  margin-right: 0.8rem;
}
.selected-options .btn-delete {
  height: 4rem;
  line-height: 3.8rem;
  padding-left: 1.6rem;
  padding-right: 4.2rem;
  border-radius: 1.6rem;
  border: 2px solid #222;
  background: #ffffff url(/images_new/common/ico-x.svg) no-repeat calc(100% - 1.6rem) 50%/1.6rem auto;
  font-size: 1.6rem;
}
.selected-options.sticky {
  display: block;
  position: relative;
  padding-right: 5rem;
  padding-top: 2rem;
  background-color: #ffffff;
  flex-wrap: nowrap;
  position: sticky;
  top: 0;
  z-index: 1;
}
.selected-options.sticky::after {
  content: "";
  display: block;
  position: absolute;
  right: 5rem;
  top: 2rem;
  width: 4rem;
  height: 4rem;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #ffffff);
}
.selected-options.sticky > ul {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-right: 2rem;
}
.selected-options.sticky > ul li:not(:first-child) {
  margin-left: 0.5rem;
}
.selected-options.sticky > ul button {
  margin-bottom: 0;
  white-space: nowrap;
}
.selected-options.sticky .option-refresh {
  position: absolute;
  right: 0;
  top: 2rem;
}

.search-option-util .collapse-toggle {
  display: inline-flex;
  align-items: center;
  min-height: 4rem;
  margin-right: 0.8rem;
  align-self: flex-start;
  margin-left: auto;
  flex-shrink: 0;
  font-size: 1.6rem;
}
.search-option-util .collapse-toggle .ico {
  transform: none;
  transition: transform 0.2s ease-in-out;
}
.search-option-util .collapse-toggle.is-active .ico {
  transform: rotate(180deg);
}

.search-option > .title {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.6rem;
}
.search-option > .title:first-child {
  margin-top: 0;
}
.search-option > .title.required::after {
  content: "*";
  margin-left: 0.4rem;
  font-size: 1.4rem;
  color: #00b0e1;
}
.search-option .form-check-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.search-option .form-check-group .form-check {
  height: 4.4rem;
  padding: 0 1.2rem;
  margin: 0 0.4rem 1rem 0;
}
@media (min-width: 768px) {
  .search-option .title {
    font-size: 1.8rem;
  }
}

.side-filter {
  width: 31rem;
  margin-right: 4.8rem;
  padding: 3.2rem 2rem 2.7rem;
  border-radius: 2rem;
  border: 1px solid #e0e5e6;
}
.side-filter .filter-title {
  margin: 2.4rem 0 0;
  padding: 2.4rem 0 1.6rem;
  border-top: 1px solid #e0e5e6;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}
.side-filter .filter-title:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.side-filter .filter-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2.4rem 0 0;
  padding: 2.4rem 0 0;
  border-top: 1px solid #e0e5e6;
}
.side-filter .chk-wrap {
  margin: 0 -1rem -0.8rem 0;
}
.side-filter .chk-wrap::after {
  content: "";
  display: table;
  width: 100%;
  clear: both;
}
.side-filter .form-check-button {
  float: left;
  margin: 0 0.8rem 0.8rem 0;
}

.cs-inquiry .form {
  margin-top: 2.4rem;
}
.cs-inquiry .form-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.cs-inquiry .form-row .select-box {
  margin-bottom: 0.8rem;
}
.cs-inquiry .form-row:not(:first-child) {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .cs-inquiry .form {
    margin-top: 6.4rem;
  }
  .cs-inquiry .form-row {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .cs-inquiry .form-row .select-box {
    flex-shrink: 0;
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .cs-inquiry .btn-wrap {
    text-align: right;
  }
}

.cs-faq {
  margin-top: 6.4rem;
}

.faq-list .faq-label {
  color: #00b0e1;
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.4rem;
}
.faq-list .answer .text {
  margin-top: 1rem;
}
.faq-list .answer .text p {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .faq-list .board-header .faq-label {
    font-size: 2rem;
  }
  .faq-list .faq-label {
    min-width: 5.7rem;
    margin-right: 1.6rem;
    text-align: center;
    font-size: 2rem;
  }
  .faq-list .answer {
    display: flex;
  }
  .faq-list .answer .text {
    margin-top: 0;
  }
  .faq-list .answer .text p {
    font-size: 1.6rem;
  }
}

:root {
  --font-size-root: 62.5%;
}

html,
body {
  background-color: #ffffff;
  line-height: 1.4;
  font-weight: 500;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: var(--font-size-root);
  color: #222222;
}/*# sourceMappingURL=style.css.map */