@charset "UTF-8";
/* 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-sm {
  font-size: 1.4rem !important;
}

.text-xs {
  font-size: 1.3rem !important;
}

.text-mini {
  font-size: 1.2rem !important;
}

.text-hidden {
  font-size: 0 !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;
}

.index-link {
  position: relative;
  display: block;
}
.index-link::after {
  content: "";
  display: table;
  width: 100%;
  clear: both;
}
.index-link .go-home {
  display: block;
  float: left;
  font-size: 0;
}
.index-link .go-home svg {
  width: 7.3rem;
  height: 2.5rem;
}
.index-link .affiliate {
  position: relative;
  float: left;
}
.index-link .affiliate::before {
  content: "";
  display: block;
  position: absolute;
  left: 1rem;
  top: 0.6rem;
  width: 1px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
}
.index-link .affiliate-toggle {
  margin-left: 2rem;
  padding-right: 1.8rem;
  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="M12.5 6L8 10L3.5 6" stroke="%23ffffff" stroke-width="1.3" stroke-linecap="round"/%3E%3C/svg%3E%0A');
  background-position: 100% 50%;
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.6rem;
  color: #ffffff;
}
.index-link .affiliate-group {
  position: absolute;
  top: calc(100% + 1.5rem);
  left: 50%;
  transform: translateX(-50%);
  min-width: 18.7rem;
  padding: 2rem;
  border-radius: 2rem;
  border: 1px solid #e8ecee;
  background-color: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  font-size: 1.8rem;
  color: #758185;
  z-index: 1;
}
.index-link .affiliate-group:not(.is-active) {
  display: none;
}
.index-link .affiliate-group a {
  display: block;
  text-align: center;
}
.index-link .affiliate-group a.is-active {
  color: #222222;
  cursor: auto;
}
.index-link .affiliate-group a:not(.is-active):hover {
  color: #00b0e1;
}
.index-link .affiliate-group a + a {
  margin-top: 1.2rem;
}

.header-pc {
  position: relative;
  height: 8.4rem;
  background-color: #00b0e1;
  z-index: 3;
}
.header-pc .ly-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.header-pc .ly-inner::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
}
.header-pc .index-link .go-home svg {
  width: 11.7rem;
  height: 4rem;
}
.header-pc .index-link .affiliate::before {
  left: 1.6rem;
  top: 0.8rem;
  height: 18px;
}
.header-pc .index-link .affiliate-toggle {
  margin-left: 3.2rem;
  padding-right: 2.2rem;
  font-size: 2.4rem;
}
.header-pc .sitemap-toggle {
  position: absolute;
  top: 50%;
  margin-top: -2.4rem;
  left: 2rem;
  width: 4.8rem;
  height: 4.8rem;
  margin-left: 0;
  border-radius: 2rem;
  background: #ffffff url(../../assets/img/common/ico-menu-btn.svg) no-repeat 50% 50%/3.2rem auto;
}
.header-pc .sitemap-toggle.is-active {
  background-image: url(../../assets/img/common/ico-close-blue.svg);
}
.header-pc .total-search-toggle {
  position: absolute;
  top: 50%;
  margin-top: -1.6rem;
  right: 2rem;
  width: 3.2rem;
  height: 3.2rem;
  background: url(../../assets/img/common/ico-search-white.svg) no-repeat 50% 50%/2rem auto;
}
.header-pc .global-nav-item {
  margin: 0;
}
.header-pc .global-nav {
  height: 100%;
  flex-grow: 1;
}
.header-pc .global-nav::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 36.4rem;
  padding: 2.8rem 0;
  background-color: #ffffff;
  border-bottom: 1px solid #e0e5e6;
}
.header-pc .global-nav .global-nav-menu {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  height: 100%;
  margin-left: 4.8rem;
  margin-right: 3.2rem;
}
.header-pc .global-nav .global-nav-menu > .global-nav-item {
  position: relative;
  height: 100%;
  text-align: center;
  z-index: 1;
}
.header-pc .global-nav .global-nav-menu > .global-nav-item.is-active::after {
  content: "";
  display: block;
  margin-top: 0.4rem;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
}
.header-pc .global-nav .global-nav-menu > .global-nav-item.has-logo {
  padding-top: 2.7rem;
  flex-shrink: 0;
}
.header-pc .global-nav:not(.is-active)::after {
  content: none;
}
.header-pc .global-nav:not(.is-active) .submenu {
  display: none;
}
.header-pc .global-nav .dep1 {
  float: none;
  display: block;
  margin-top: 2.9rem;
  line-height: 1.3;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #ffffff;
}
.header-pc .submenu {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 2rem 0;
  background-color: #ffffff;
}
.header-pc .submenu a,
.header-pc .submenu .dep2 {
  display: inline-block;
  padding: 0.8rem 1.6rem;
  border-radius: 1.6rem;
  text-align: center;
  white-space: nowrap;
  line-height: 1.5;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: #222222;
}
.header-pc .submenu a.dep3,
.header-pc .submenu .dep2.dep3 {
  font-weight: 400;
  font-size: 1.6rem;
}
.header-pc .submenu a:hover {
  background-color: #f7f7f7;
}

.header-mo .ly-inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 7.2rem;
  background-color: #00b0e1;
}
.header-mo .index-link {
  margin-right: auto;
}
.header-mo .total-search-toggle {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  margin-right: 1.1rem;
  background: url(../../assets/img/common/ico-search-white.svg) no-repeat 50% 50%/2rem auto;
}
.header-mo .go-mypage {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  margin: 0 1.1rem;
  background: url(../../assets/img/common/ico-user.svg) no-repeat 50% 50%/2rem auto;
}
.header-mo .go-mypage::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -1.1rem;
  margin-top: -6px;
  width: 1px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
}
.header-mo .mobile-menu-toggle {
  float: right;
  width: 4.8rem;
  height: 4.8rem;
  margin: 0 0 0 0.4rem;
  border-radius: 2rem;
  background: #ffffff url(../../assets/img/common/ico-menu-btn.svg) no-repeat 50% 50%/3.2rem auto;
}
.header-mo .mobile-menu-toggle.is-active {
  background-image: url(../../assets/img/common/ico-close-blue.svg);
}

.mobile-menu {
  display: none;
  position: absolute;
  width: 100%;
  height: calc(100vh - 7.2rem);
  background-color: #00b0e1;
}
.mobile-menu::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 52.6%;
  height: 100%;
  border-top-left-radius: 2rem;
  background-color: #ffffff;
}
.mobile-menu .global-nav {
  position: relative;
}
.mobile-menu .global-nav > ul {
  width: 47.4%;
}
.mobile-menu .global-nav > ul .global-nav-item {
  padding: 2rem 2rem 0;
}
.mobile-menu .global-nav .dep1 {
  display: block;
  width: 100%;
  padding: 1.5rem 2rem;
  border-radius: 1.2rem;
  text-align: center;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  color: #ffffff;
}
.mobile-menu .global-nav .dep1.is-active {
  background-color: #ffffff;
  color: #00b0e1;
}
.mobile-menu .global-nav .dep1.is-active + .submenu {
  display: block;
}
.mobile-menu .global-nav .submenu {
  display: none;
  position: absolute;
  left: 47.4%;
  top: 4rem;
  width: 100%;
  width: 52.6%;
}
.mobile-menu .global-nav .submenu a {
  display: block;
  position: relative;
  margin-top: 2rem;
  padding: 0 2rem;
  text-align: center;
  font-size: 1.8rem;
  color: #222222;
  z-index: 1;
}
.mobile-menu .global-nav .submenu .dep2 {
  margin-top: 4rem;
  font-weight: 700;
}
.mobile-menu .global-nav .submenu > li:first-child > a {
  margin-top: 0;
}

.header#ly-header.is-active {
  z-index: 10003;
}
.header .unb {
  display: none;
  font-size: 0;
  background-color: #ffffff;
}
.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 {
  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 {
  position: relative;
  height: 6.4rem;
  text-align: center;
  border-width: 0 0 1px 0;
  background-color: #ffffff;
  border-style: solid;
  border-color: #eef2f3;
  z-index: 1;
}
.gnb .ly-inner {
  position: relative;
  height: inherit;
}
.gnb .home {
  margin-top: 2rem;
  float: left;
}
.gnb .home-link {
  display: block;
  float: left;
  height: 3.3rem;
  padding-left: 10.6rem;
  background: url(../img/common/logo-visang.svg) no-repeat 0 0/contain;
}
.gnb .home .collapse {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  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(../img/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 {
  display: none;
  height: 100%;
}
.gnb-menu-list {
  display: flex;
  width: 46.6rem;
  height: 100%;
  margin: 0 auto;
}
.gnb-menu-item {
  position: relative;
}
.gnb-menu-item:not(:first-child) {
  margin-left: 7.7%;
}
.gnb-menu-link {
  height: 100%;
  padding-top: 2.9rem;
}
.gnb-menu-link {
  display: block;
  line-height: 1.3;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
}
.gnb-menu-link:hover {
  color: #00b0e1;
}
.gnb-menu .sub-menu {
  padding: 2.4rem 4rem;
  background-color: #00b0e1;
  white-space: nowrap;
  font-size: 1.6rem;
  color: #ffffff;
}
.gnb-menu .sub-menu-wrap {
  position: absolute;
  top: calc(100% - 0.8rem);
  left: 50%;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  transform: translateX(-50%);
}
.gnb-menu .sub-menu-item:not(:first-child) {
  margin-top: 2rem;
}
.gnb-menu .sub-menu-link {
  display: block;
  line-height: 1.5;
  font-size: 1.8rem;
}
.gnb-menu .sub-menu-link:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.gnb .util {
  position: absolute;
  top: 1.2rem;
  right: 2rem;
  font-size: 0;
}
.gnb .util-item {
  display: block;
  float: left;
  width: 4rem;
  height: 4rem;
  border-radius: 2rem;
}
.gnb .util-item:not(:first-child) {
  position: relative;
  margin-left: 0.8rem;
}
.gnb .util-item:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  right: calc(100% + 0.3rem);
  background-color: #e0e5e6;
}
.gnb .btn-search {
  background: url(../img/common/ico-search.svg) no-repeat 50% 50%/2.4rem auto;
}
.gnb .btn-shopping {
  background: url(../img/common/ico-shoppingbag.svg) no-repeat 50% 50%/2.4rem auto;
}
.gnb .btn-shopping .quantity {
  display: block;
  position: absolute;
  top: 0.8rem;
  left: 2.2rem;
  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 .btn-mypage {
  display: none;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='20/icon_user'%3E%3Cpath id='Shape' d='M17 17V15.3333C17 13.4924 15.433 12 13.5 12H6.5C4.567 12 3 13.4924 3 15.3333V17' stroke='%23222222' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle id='Oval' cx='10' cy='6' r='3' stroke='%23222222' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%/2.4rem auto;
}
.gnb .btn-allmenu {
  width: 4rem;
  height: 4rem;
  margin-left: 0.8rem;
  border-radius: 1.8rem;
  background-color: #00b0e1;
}
.gnb .btn-allmenu .hamburger-icon {
  width: 2.4rem;
  height: 2.4rem;
  vertical-align: middle;
}
.gnb .btn-allmenu .hamburger-icon rect {
  transform-origin: center;
  transition: all 0.3s ease-in-out;
}
.gnb .btn-allmenu.is-active .hamburger-icon .top {
  width: 20px;
  transform: rotate(45deg) translate(-5px, 8px);
}
.gnb .btn-allmenu.is-active .hamburger-icon .bottom {
  width: 20px;
  transform: rotate(-45deg) translate(-5px, -8px);
}
.gnb .btn-allmenu.is-active .hamburger-icon .middle {
  opacity: 0;
}

@media (min-width: 768px) {
  .gnb .home {
    position: absolute;
    float: none;
  }
  .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-link {
    padding: 0.8rem 0;
    border-radius: 0;
    font-size: 1.8rem;
  }
  .gnb .home .vs-site-link:not(:first-child) {
    margin-top: 0.4rem;
  }
}
@media (min-width: 1024px) {
  .header .unb {
    display: block;
  }
  .gnb {
    height: 8.4rem;
    border-width: 1px 0;
  }
  .gnb .home {
    position: absolute;
    float: none;
    top: 2.7rem;
    left: 2rem;
    height: 4.125rem;
    margin-top: 0;
  }
  .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-dropdown {
    padding-right: 2.6rem;
    font-size: 2rem;
  }
  .gnb .home .vs-site-dropdown::after {
    width: 2rem;
    height: 2rem;
  }
  .gnb .home .vs-site-link:not(.current):hover {
    background-color: #e8f9fd;
    color: #222222;
  }
  .gnb .util {
    top: 1.4rem;
  }
  .gnb .util #mypageMenu {
    position: absolute;
    right: 10rem;
    transform: translateX(50%);
  }
  .gnb .util .mypage-menu {
    position: absolute;
    top: calc(100% + 0.6rem);
    right: 10rem;
    border-radius: 1.6rem;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
    transform: translateX(50%);
  }
  .gnb .util .mypage-menu nav {
    padding: 2rem 3.2rem;
    border-radius: 1.6rem;
    border: 1px solid #e8ecee;
    background-color: #ffffff;
  }
  .gnb .util .mypage-menu-link {
    display: block;
    white-space: nowrap;
    line-height: 1.5;
    font-size: 1.8rem;
  }
  .gnb .util .mypage-menu-link:not(:first-child) {
    margin-top: 2rem;
  }
  .gnb .util .mypage-menu-link:hover {
    text-decoration: underline;
    text-underline-position: under;
  }
  .gnb .util-item {
    width: 5.6rem;
    height: 5.6rem;
  }
  .gnb .util-item:hover {
    background-color: #f7f7f7;
  }
  .gnb .btn-shopping .quantity {
    top: 1.5rem;
    left: 2.9rem;
  }
  .gnb .btn-mypage {
    display: block;
  }
  .gnb .btn-allmenu {
    width: 4.8rem;
    height: 4.8rem;
    margin: 0.4rem 0 0 1.2rem;
    border-radius: 2rem;
    background-size: 3.2rem auto;
  }
  .gnb .btn-allmenu .hamburger-icon {
    width: 3.2rem;
    height: 3.2rem;
    pointer-events: none;
  }
}

.gnb-mobile {
  display: none;
  position: absolute;
  left: 0;
  top: 6.4rem;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100 - 6.4rem);
  background-color: #ffffff;
  text-align: center;
}
.gnb-mobile .inner {
  height: 100%;
  padding: 6rem 2rem 4rem;
  pointer-events: none;
}
.gnb-mobile .menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  pointer-events: auto;
}
.gnb-mobile .menu-list {
  width: 100%;
  height: 37.2rem;
  margin-bottom: 4.8rem;
  overflow-y: auto;
}
.gnb-mobile .menu-item:not(:first-child) {
  margin-top: 2.4rem;
}
.gnb-mobile .menu-link {
  display: block;
  padding: 0.8rem 0;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.3;
  font-size: 2rem;
}
.gnb-mobile .menu-link.is-active {
  color: #00b0e1;
}
.gnb-mobile .sub-menu {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 2.4rem 4rem;
  background-color: #00b0e1;
  border-radius: 2rem;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
}
.gnb-mobile .sub-menu-wrap {
  margin-top: 0.4rem;
}
.gnb-mobile .sub-menu-item:not(:first-child) {
  margin-top: 2rem;
}
.gnb-mobile .sub-menu-link {
  display: block;
  font-size: 1.8rem;
  color: #ffffff;
}
.gnb-mobile .sub-menu-link.is-active {
  color: #00b0e1;
}
.gnb-mobile .btn-mypage {
  display: inline-block;
  min-height: 2.4rem;
  margin-top: auto;
  padding-left: 3.4rem;
  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;
  background: url(../img/common/ico-user.svg) no-repeat 0 50%/2.4rem auto;
}

#ly-header {
  position: fixed;
  min-width: 37.5rem;
  width: 100%;
  height: 6.4rem;
  z-index: 10000;
}
@media (min-width: 768px) {
  #ly-header {
    position: relative;
    height: auto;
  }
}

#ly-content {
  min-width: 320px;
  padding-top: 6.4rem;
  font-size: var(--font-size-md);
  color: #222222;
}
#ly-content.main {
  overflow: hidden;
}

#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: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(../img/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(../img/common/ico-facebook.svg);
}
#ly-footer .sns-group .sns-blog {
  background-image: url(../img/common/ico-blog.svg);
}
#ly-footer .sns-group .sns-instagram {
  background-image: url(../img/common/ico-instagram.svg);
}
#ly-footer .sns-group .sns-cafe {
  background-image: url(../img/common/ico-cafe.svg);
}
#ly-footer .go-to-top {
  margin-left: auto;
  text-align: center;
}
#ly-footer .go-to-top .top-btn {
  font-size: 1.4rem;
}
#ly-footer .go-to-top .top-img {
  display: block;
  margin-bottom: 0.8rem;
}
#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 div:nth-child(4) {
  clear: left;
}
#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;
}

.ly-inner {
  max-width: 132rem;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.sec-content {
  width: 100%;
  max-width: 132rem;
  margin: 0 auto;
  padding: 0 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-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 .mid-area .go-to-top {
    position: absolute;
    bottom: 4rem;
    right: 2rem;
  }
  #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;
  }
  #ly-content {
    padding-top: 0;
  }
  #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-footer .family-site .dropdown-menu .dropdown-item:hover {
    background-color: #e8f9fd;
  }
}
.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(../img/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(../img/common/ico-view-thumbnail.svg);
}
.selection-view-type .selection-item-thumbnail input:checked + label {
  background-image: url(../img/common/ico-view-thumbnail-on.svg);
}
.selection-view-type .selection-item-list label {
  background-image: url(../img/common/ico-view-list.svg);
}
.selection-view-type .selection-item-list input:checked + label {
  background-image: url(../img/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(../img/common/ico-star.svg) no-repeat 50% 50%/1.3rem auto;
}
.rating-check-btn.selected {
  background-image: url("../img/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(../img/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(../img/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: #ffffff;
  border-color: #e0e5e6;
  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: #ffffff;
  border-color: #e0e5e6;
  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: #ffffff;
  border-color: #e0e5e6;
  color: #98a3a7;
}
.btn-ghost {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.btn-ghost.bk {
  color: #222222;
  border: 1px solid #e0e5e6;
}
.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.hidden{
  display: none;
}
.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-top: 4rem;
}
.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.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(../../assets/img/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(../../assets/img/common/ico-chevron-down.svg);
}
.view-more.type-collapse.is-active span {
  background-image: url(../../assets/img/common/ico-chevron-up.svg);
}

@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;
  }
  .view-more-wrapper {
    margin-top: 7.2rem;
  }
}
.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(../img/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(../img/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(../img/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: 768px) {
  .select-box.type2 .select-toggle {
    min-height: 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;
  }
}
@media (min-width: 1024px) {
  .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;
}

input {
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.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 {
  padding-top: 0.2rem;
  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(../img/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: #ffffff url(../../assets/img/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 {
  padding: 0 1rem;
  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 .delimiter.at {
  margin: 0;
  font-size: 1.6rem;
}
.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-input-inner {
  display: flex;
  gap: 0.8rem;
  width: 100%;
}
.form-input-inner .select-box {
  flex: 1;
}
@media (min-width: 768px) {
  .form-input-inner:has(.btn) {
    flex: none;
    width: 30rem;
  }
}

.form-email-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 5.6rem;
}
.form-email-wrap .form-input,
.form-email-wrap .select-box {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.form-email-wrap .form-input {
  width: calc(100% - 4rem);
  background: linear-gradient(to right, #fff 0%, #fff calc(100% - 4rem), transparent calc(100% - 4rem), transparent 100%);
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 1;
}
.form-email-wrap .form-input.has-focus + .select-box .select-toggle {
  outline: none;
  border-color: #00b0e1;
}
.form-email-wrap .select-box {
  z-index: 2;
}
@media (min-width: 768px) {
  .form-email-wrap .form-input {
    width: calc(100% - 3rem);
    background: linear-gradient(to right, #fff 0%, #fff calc(100% - 3rem), transparent calc(100% - 3rem), transparent 100%);
  }
}

.form-check {
  display: inline-flex;
  align-items: flex-start;
  font-size: 0;
}
.form-check input {
  -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;
  margin: 0.2rem 0 0;
  vertical-align: top;
  cursor: pointer;
}
.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(../img/common/ico-checkbox-check.svg);
}
.form-check-input[type=checkbox]:disabled {
  background-color: #eef2f3;
}
.form-check-input[type=checkbox]:disabled + label {
  color: #758185;
}
.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;
  cursor: pointer;
}

.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(../img/common/ico-heart.svg);
}
.form-check-button.ico-heart .form-check-input:checked {
  background-image: url(../img/common/ico-heart-filled.svg);
}
.form-check-button.ico-heart-gray .form-check-input {
  background-image: url(../img/common/ico-heart-gray.svg);
}
.form-check-button.ico-heart-gray .form-check-input:checked {
  background-image: url(../img/common/ico-heart-filled.svg);
}
.form-check-button.ico-bookmark .form-check-input {
  background-image: url(../img/common/ico-bookmark.svg);
}
.form-check-button.ico-bookmark .form-check-input:checked {
  background-image: url(../img/common/ico-bookmark-filled.svg);
}
.form-check-button.brand {
  width: 7.2rem;
  height: 7.2rem;
}
.form-check-button.brand .form-check-label {
  padding: 0.3rem;
  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;
}
.scroll-container .form-check-button {
  margin-right: 0.8rem;
}
.scroll-container .form-check-button:last-child {
  margin-right: 2rem;
}

@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 input:disabled + label {
  cursor: default;
}
.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-input:disabled + label {
  color: #98a3a7;
}
.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;
  }
}

.form-check.switch {
  overflow: hidden;
  position: relative;
  display: inline-block;
  min-width: 2.8rem;
  min-height: 1.6rem;
  font-size: 0;
}
.form-check.switch .form-check-label {
  padding-left: 2.8rem;
}
.form-check.switch .form-check-label::before, .form-check.switch .form-check-label::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
}
.form-check.switch .form-check-label::before {
  width: 2.8rem;
  height: 1.6rem;
  margin-top: -0.8rem;
  border-radius: 0.8rem;
  background-color: #c6d0d2;
}
.form-check.switch .form-check-label::after {
  margin-top: -0.5rem;
  left: 0.3rem;
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
  transition: all 0.2s ease-out;
}
.form-check.switch .form-check-label span {
  padding-left: 0.4rem;
}
.switch.align-reverse .form-check-label {
  padding-left: 0;
  padding-right: 2.8rem;
}
.switch.align-reverse .form-check-label::before {
  left: auto;
  right: 0;
}
.switch.align-reverse .form-check-label:after {
  left: auto;
  right: 1.5rem;
}
.switch.align-reverse .form-check-label span {
  padding-left: 0;
  padding-right: 0.4rem;
}

.form-check.switch .form-check-input {
  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;
}
.form-check.switch .form-check-input:checked + .form-check-label::before {
  background-color: #00b0e1;
}
.form-check.switch .form-check-input:checked + .form-check-label::after {
  left: 1.5rem;
}
.switch.align-reverse .form-check-input:checked + .form-check-label::after {
  left: auto;
  right: 0.3rem;
}

.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 .form-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.form .form-row:not(:first-child) {
  margin-top: 2rem;
}
.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(../img/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(../../assets/img/common/ico-info-red.svg) no-repeat 0 50%/1.6rem auto;
}
@media (min-width: 768px) {
  .form .form-row {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .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;
  }
}

.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(../img/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: 10020;
}
.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 .modal-close {
  position: absolute;
  right: 2rem;
  top: 4rem;
  width: 3.2rem;
  height: 3.2rem;
  background: url("../../assets/img/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-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10015;
}
.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);
}
.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%;
    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;
  }
    .modal-event .event-content {
        position: relative;
        padding: 4rem 4.8rem;
        text-align: center;
    }

    .modal-event .event-img img {
        width: 100%;
        height: auto;
        border-radius: 1.2rem;
        display: block;
        margin: 0 auto;
    }

    /* 추가: content 영역 */
    .modal-event .event-desc {
        margin-top: 2.4rem;
        font-size: 1.6rem;
        line-height: 1.6;
        color: #333;
        text-align: left;
        word-break: keep-all;
    }

    /* 버튼 (기존 절대 위치 → 일반 흐름 안 배치) */
    .modal-event .event-content .go-event {
        display: inline-block;
        margin-top: 2.8rem;
        padding: 1.2rem 2.4rem;
        font-size: 1.8rem;
        font-weight: 600;
        color: #fff;
        border-radius: 0.8rem;
        background-color: #00b0e1;
        text-decoration: none;
        transition: opacity 0.2s ease;
    }

    .modal-event .event-content .go-event:hover {
        opacity: 0.9;
    }

    /* footer */
    .modal-event .modal-footer {
        padding: 2rem 4.8rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid #eee;
    }

    .modal-event .modal-footer .close-btn {
        font-size: 1.6rem;
        background: none;
        border: none;
        color: #555;
        cursor: pointer;
        transition: color 0.2s;
    }

    .modal-event .modal-footer .close-btn:hover {
        color: #111;
    }
  /*.modal-event .event-content .go-event {
     left: 4.8rem;
     right: 4.8rem;
     bottom: 4.8rem;
     font-size: 2rem;
  }
  .modal-event .modal-footer {
     padding-left: 4.8rem;
     padding-right: 4.8rem;
  }
  .modal-event .modal-footer .close-btn {
     font-size: 1.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(../img/common/ico-x.svg);
}
.ico.ico-search {
  background-image: url(../img/common/ico-search.svg);
}
.ico.ico-refresh {
  background-image: url(../img/common/ico-refresh.svg);
}
.ico.ico-refresh-gray {
  background-image: url(../img/common/ico-refresh-gray.svg);
}
.ico.ico-plus {
  background-image: url(../img/common/ico-plus.svg);
}
.ico.ico-shoppingbag {
  background-image: url(../img/common/ico-shoppingbag.svg);
}
.ico.ico-delivery {
  background-image: url(../img/common/ico-delivery.svg);
}
.ico.ico-heart {
  background-image: url(../img/common/ico-heart.svg);
}
.ico.ico-heart-gray {
  background-image: url(../img/common/ico-heart-gray.svg);
}
.ico.ico-heart-filled {
  background-image: url(../img/common/ico-heart-filled.svg);
}
.ico.ico-share {
  background-image: url(../img/common/ico-share.svg);
}
.ico.ico-circle-up {
  background-image: url(../img/common/ico-circle-up.svg);
}
.ico.ico-circle-down {
  background-image: url(../img/common/ico-circle-down.svg);
}
.ico.ico-circle-right {
  background-image: url(../img/common/ico-circle-right.svg);
}
.ico.ico-eye {
  background-image: url(../img/common/ico-eye.svg);
}
.ico.ico-eye-slash {
  background-image: url(../img/common/ico-eye-slash.svg);
}
.ico.ico-location {
  background-image: url(../img/common/ico-location.svg);
}
.ico.ico-info {
  background-image: url(../img/common/ico-info.svg);
}
.ico.ico-gift {
  background-image: url(../img/common/ico-gift.svg);
}
.ico.ico-user {
  background-image: url(../img/common/ico-user.svg);
}
.ico.ico-calendar {
  background-image: url(../img/common/ico-calendar.svg);
}
.ico.ico-calendar-black {
  background-image: url(../img/common/ico-calendar-black.svg);
}
.ico.ico-download {
  background-image: url(../img/common/ico-download.svg);
}
.ico.ico-pin {
  background-image: url(../img/common/ico-pin.svg);
}
.ico.ico-filter {
  background-image: url(../img/common/ico-filter.svg);
}
.ico.ico-chevron {
  background-image: url(../img/common/ico-chevron.svg);
}
.ico.ico-chevron-left {
  background-image: url(../img/common/ico-chevron-left.svg);
}
.ico.ico-chevron-down {
  background-image: url(../img/common/ico-chevron-down.svg);
}
.ico.ico-chevron-up {
  background-image: url(../img/common/ico-chevron-up.svg);
}
.ico.ico-edit {
  background-image: url(../img/common/ico-edit.svg);
}
.ico.ico-trashcan {
  background-image: url(../img/common/ico-trashcan.svg);
}
.ico.ico-pencil {
  background-image: url(../img/common/ico-pencil.svg);
}
.ico.ico-setting {
  background-image: url(../img/common/ico-setting.svg);
}
.ico.ico-chat {
  background-image: url(../img/common/ico-chat.svg);
}
.ico.ico-star {
  background-image: url(../img/common/ico-star.svg);
}
.ico.ico-star-filled {
  background-image: url(../img/common/ico-star-filled.svg);
}
.ico.ico-bookmark {
  background-image: url(../img/common/ico-bookmark.svg);
}
.ico.ico-bookmark-filled {
  background-image: url(../img/common/ico-bookmark-filled.svg);
}
.ico.ico-turn {
  background-image: url(../img/common/ico-turn.svg);
}

.symbol-korean {
  background-image: url(../img/common/symbol-korean.svg);
}
.symbol-math {
  background-image: url(../img/common/symbol-math.svg);
}
.symbol-english {
  background-image: url(../img/common/symbol-english.svg);
}
.symbol-science {
  background-image: url(../img/common/symbol-science.svg);
}
.symbol-society {
  background-image: url(../img/common/symbol-society.svg);
}
.symbol-history {
  background-image: url(../img/common/symbol-history.svg);
}
.symbol-chinese {
  background-image: url(../img/common/symbol-chinese.svg);
}
.symbol-geography {
  background-image: url(../img/common/symbol-geography.svg);
}
.symbol-arts {
  background-image: url(../img/common/symbol-arts.svg);
}
.symbol-all {
  background-image: url(../img/common/symbol-all.svg);
}
.symbol-computer {
  background-image: url(../img/common/symbol-computer.svg);
}
.symbol-core {
  background-image: url(../img/common/symbol-core.svg);
}
.symbol-ethics {
  background-image: url(../img/common/symbol-ethics.svg);
}
.symbol-job {
  background-image: url(../img/common/symbol-job.svg);
}
.symbol-moral {
  background-image: url(../img/common/symbol-moral.svg);
}
.symbol-music {
  background-image: url(../img/common/symbol-music.svg);
}
.symbol-physical {
  background-image: url(../img/common/symbol-physical.svg);
}
.symbol-practical {
  background-image: url(../img/common/symbol-practical.svg);
}
.symbol-tech {
  background-image: url(../img/common/symbol-tech.svg);
}
.symbol-level-4 {
  background-image: url(../img/common/symbol-level-4.svg);
}
.symbol-level-3 {
  background-image: url(../img/common/symbol-level-3.svg);
}
.symbol-level-2 {
  background-image: url(../img/common/symbol-level-2.svg);
}
.symbol-level-1 {
  background-image: url(../img/common/symbol-level-1.svg);
}
.symbol-elementary {
  background-image: url(../img/common/symbol-elementary.svg);
}
.symbol-middle {
  background-image: url(../img/common/symbol-middle.svg);
}
.symbol-high {
  background-image: url(../img/common/symbol-high.svg);
}

.label-icon {
  display: inline-flex;
  align-items: center;
}
.label-icon .ico {
  margin-right: 0.4rem;
}

.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 {
  margin: 6rem 0 2rem;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2.4rem;
}
.tab-pane > .h3:first-child {
  margin-top: 0;
}
.heading-wrap .h3 {
  margin: 0;
}

.h3 + .h3-sub-text {
  margin-top: -1rem;
  font-size: 1.6rem;
  font-weight: 300;
}
.h3 + .h3-sub-text em {
  font-weight: 700;
}

@media (min-width: 768px) {
  .heading-wrap {
    max-width: 128rem;
    margin: 0 auto 3.2rem;
  }
  .h3,
  .h3.heading-wrap {
    margin: 8rem 0 1.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(../img/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(../img/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(../img/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(../img/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;
}

.member-avt.hidden {
  display: none;
}

.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;
}
.badge.hidden {
  display: none;
}

.board-badge {
  min-width: 5.7rem;
  min-height: 2.8rem;
  background-color: #eefbfe;
  font-size: 1.4rem;
  color: #00b0e1;
}
.board-badge::before {
  content: none;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 0.2rem;
}
.board-badge.notice::before {
  content: "";
  background-image: url(../img/common/ico-notice-filled.svg);
}
.board-badge.info::before {
  content: "";
  background-image: url(../img/common/ico-info-filled.svg);
}
.board-badge.gift::before {
  content: "";
  background-image: url(../img/common/ico-gift-filled.svg);
}
@media (min-width: 768px) {
  .board-badge {
    min-width: 7.2rem;
    min-height: 3.6rem;
    font-size: 1.6rem;
  }
}

.book-badge {
  width: 7.2rem;
  height: 7.2rem;
  text-align: center;
}
.book-badge > span {
  display: inline-flex;
  align-items: center;
  margin-top: 15%;
  height: 4.752rem;
  line-height: 1.3;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.1rem;
}
.book-badge.new {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120' fill='none'%3E%3Cg filter='url(%23filter0_d_6088_61505)'%3E%3Cpath d='M47.7343 20.7408C49.3365 21.4064 51.938 20.7093 52.9928 19.3318C56.3942 14.8894 63.6058 14.8894 67.0072 19.3318C68.062 20.7093 70.6635 21.4064 72.2657 20.7408C77.4326 18.5943 83.678 22.2001 84.4026 27.748C84.6272 29.4684 86.5317 31.3728 88.252 31.5975C93.7999 32.322 97.4057 38.5674 95.2592 43.7343C94.5936 45.3365 95.2907 47.938 96.6682 48.9928C101.111 52.3942 101.111 59.6058 96.6682 63.0072C95.2907 64.062 94.5936 66.6635 95.2592 68.2657C97.4057 73.4326 93.7999 79.678 88.252 80.4026C86.5317 80.6272 84.6272 82.5317 84.4026 84.252C83.678 89.7999 77.4326 93.4057 72.2657 91.2592C70.6635 90.5936 68.062 91.2907 67.0072 92.6682C63.6058 97.1106 56.3942 97.1106 52.9928 92.6682C51.938 91.2907 49.3365 90.5936 47.7343 91.2592C42.5674 93.4057 36.322 89.7999 35.5975 84.252C35.3728 82.5317 33.4684 80.6272 31.748 80.4026C26.2001 79.678 22.5943 73.4326 24.7408 68.2657C25.4064 66.6635 24.7093 64.062 23.3318 63.0072C18.8894 59.6058 18.8894 52.3942 23.3318 48.9928C24.7093 47.938 25.4064 45.3365 24.7408 43.7343C22.5943 38.5674 26.2001 32.322 31.748 31.5975C33.4684 31.3728 35.3728 29.4684 35.5975 27.748C36.322 22.2001 42.5674 18.5943 47.7343 20.7408Z' fill='%23ffe44a'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_6088_61505' x='0' y='0' width='120' height='120' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='10'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_6088_61505'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_6088_61505' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}
.book-badge.custom {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120' fill='none'%3E%3Cg filter='url(%23filter0_d_6088_61505)'%3E%3Cpath d='M47.7343 20.7408C49.3365 21.4064 51.938 20.7093 52.9928 19.3318C56.3942 14.8894 63.6058 14.8894 67.0072 19.3318C68.062 20.7093 70.6635 21.4064 72.2657 20.7408C77.4326 18.5943 83.678 22.2001 84.4026 27.748C84.6272 29.4684 86.5317 31.3728 88.252 31.5975C93.7999 32.322 97.4057 38.5674 95.2592 43.7343C94.5936 45.3365 95.2907 47.938 96.6682 48.9928C101.111 52.3942 101.111 59.6058 96.6682 63.0072C95.2907 64.062 94.5936 66.6635 95.2592 68.2657C97.4057 73.4326 93.7999 79.678 88.252 80.4026C86.5317 80.6272 84.6272 82.5317 84.4026 84.252C83.678 89.7999 77.4326 93.4057 72.2657 91.2592C70.6635 90.5936 68.062 91.2907 67.0072 92.6682C63.6058 97.1106 56.3942 97.1106 52.9928 92.6682C51.938 91.2907 49.3365 90.5936 47.7343 91.2592C42.5674 93.4057 36.322 89.7999 35.5975 84.252C35.3728 82.5317 33.4684 80.6272 31.748 80.4026C26.2001 79.678 22.5943 73.4326 24.7408 68.2657C25.4064 66.6635 24.7093 64.062 23.3318 63.0072C18.8894 59.6058 18.8894 52.3942 23.3318 48.9928C24.7093 47.938 25.4064 45.3365 24.7408 43.7343C22.5943 38.5674 26.2001 32.322 31.748 31.5975C33.4684 31.3728 35.3728 29.4684 35.5975 27.748C36.322 22.2001 42.5674 18.5943 47.7343 20.7408Z' fill='%2398db65'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_6088_61505' x='0' y='0' width='120' height='120' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='10'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_6088_61505'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_6088_61505' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}
.book-badge.best {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120' fill='none'%3E%3Cg filter='url(%23filter0_d_6088_61505)'%3E%3Cpath d='M47.7343 20.7408C49.3365 21.4064 51.938 20.7093 52.9928 19.3318C56.3942 14.8894 63.6058 14.8894 67.0072 19.3318C68.062 20.7093 70.6635 21.4064 72.2657 20.7408C77.4326 18.5943 83.678 22.2001 84.4026 27.748C84.6272 29.4684 86.5317 31.3728 88.252 31.5975C93.7999 32.322 97.4057 38.5674 95.2592 43.7343C94.5936 45.3365 95.2907 47.938 96.6682 48.9928C101.111 52.3942 101.111 59.6058 96.6682 63.0072C95.2907 64.062 94.5936 66.6635 95.2592 68.2657C97.4057 73.4326 93.7999 79.678 88.252 80.4026C86.5317 80.6272 84.6272 82.5317 84.4026 84.252C83.678 89.7999 77.4326 93.4057 72.2657 91.2592C70.6635 90.5936 68.062 91.2907 67.0072 92.6682C63.6058 97.1106 56.3942 97.1106 52.9928 92.6682C51.938 91.2907 49.3365 90.5936 47.7343 91.2592C42.5674 93.4057 36.322 89.7999 35.5975 84.252C35.3728 82.5317 33.4684 80.6272 31.748 80.4026C26.2001 79.678 22.5943 73.4326 24.7408 68.2657C25.4064 66.6635 24.7093 64.062 23.3318 63.0072C18.8894 59.6058 18.8894 52.3942 23.3318 48.9928C24.7093 47.938 25.4064 45.3365 24.7408 43.7343C22.5943 38.5674 26.2001 32.322 31.748 31.5975C33.4684 31.3728 35.3728 29.4684 35.5975 27.748C36.322 22.2001 42.5674 18.5943 47.7343 20.7408Z' fill='%23ff9340'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_6088_61505' x='0' y='0' width='120' height='120' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='10'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_6088_61505'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_6088_61505' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}

.new-badge {
  width: 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.3rem;
  transition: all 0.3s;
}
.new-badge.yellow {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120' fill='none'%3E%3Cg filter='url(%23filter0_d_6088_61505)'%3E%3Cpath d='M47.7343 20.7408C49.3365 21.4064 51.938 20.7093 52.9928 19.3318C56.3942 14.8894 63.6058 14.8894 67.0072 19.3318C68.062 20.7093 70.6635 21.4064 72.2657 20.7408C77.4326 18.5943 83.678 22.2001 84.4026 27.748C84.6272 29.4684 86.5317 31.3728 88.252 31.5975C93.7999 32.322 97.4057 38.5674 95.2592 43.7343C94.5936 45.3365 95.2907 47.938 96.6682 48.9928C101.111 52.3942 101.111 59.6058 96.6682 63.0072C95.2907 64.062 94.5936 66.6635 95.2592 68.2657C97.4057 73.4326 93.7999 79.678 88.252 80.4026C86.5317 80.6272 84.6272 82.5317 84.4026 84.252C83.678 89.7999 77.4326 93.4057 72.2657 91.2592C70.6635 90.5936 68.062 91.2907 67.0072 92.6682C63.6058 97.1106 56.3942 97.1106 52.9928 92.6682C51.938 91.2907 49.3365 90.5936 47.7343 91.2592C42.5674 93.4057 36.322 89.7999 35.5975 84.252C35.3728 82.5317 33.4684 80.6272 31.748 80.4026C26.2001 79.678 22.5943 73.4326 24.7408 68.2657C25.4064 66.6635 24.7093 64.062 23.3318 63.0072C18.8894 59.6058 18.8894 52.3942 23.3318 48.9928C24.7093 47.938 25.4064 45.3365 24.7408 43.7343C22.5943 38.5674 26.2001 32.322 31.748 31.5975C33.4684 31.3728 35.3728 29.4684 35.5975 27.748C36.322 22.2001 42.5674 18.5943 47.7343 20.7408Z' fill='%23ffe44a'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_6088_61505' x='0' y='0' width='120' height='120' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='10'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_6088_61505'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_6088_61505' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}
@media (min-width: 1024px) {
  .new-badge {
    width: 8rem;
    height: 8rem;
  }
}

.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-next.hidden {
  display: none;
}
.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');
}
.slider-button-prev.hidden {
  display: none;
}
@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.5em;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 1rem;
  background-color: #c6d0d2;
}

p.text-bullet {
  position: relative;
  padding-left: 1.2rem;
}
p.text-bullet::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 1rem;
  background-color: #c6d0d2;
}

.text-divider {
  overflow: hidden;
}
.text-divider-item {
  float: left;
  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;
}

[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; /* 반드시 overlay 처리 */
}

html {
  scroll-behavior: smooth;
}

.guide-tooltip {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: rgba(246, 92, 92, 0.1);
  border: 1px dashed #f65c5c;
  text-align: center;
  font-size: 1.4rem;
  color: #f65c5c;
}
.guide-tooltip.tooltip-1 .guide-tooltip.tooltip-3 {
  height: 2.4rem;
}
.guide-tooltip.tooltip-2 {
  height: 4rem;
}
.guide-tooltip.tooltip-4 {
  height: 1.2rem;
}
.guide-tooltip.tooltip-5 {
  height: 4rem;
}
.guide-tooltip.tooltip-6 {
  height: 6rem;
}
.guide-tooltip.tooltip-7 {
  height: 2rem;
}
@media (min-width: 768px) {
  .guide-tooltip.tooltip-1, .guide-tooltip.tooltip-3 {
    height: 3.2rem;
  }
  .guide-tooltip.tooltip-2 {
    height: 6.4rem;
  }
  .guide-tooltip.tooltip-4 {
    height: 2rem;
  }
  .guide-tooltip.tooltip-5 {
    height: 5rem;
  }
  .guide-tooltip.tooltip-6 {
    height: 8rem;
  }
  .guide-tooltip.tooltip-7 {
    height: 1.8rem;
  }
}

/* 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;
  }
}

.grid-col-3 {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4rem;
}
.grid-col-3 > li {
  width: 100%;
}
@media (min-width: 768px) {
  .grid-col-3 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 4rem;
  }
  .grid-col-3 > li {
    width: calc((100% - 2rem) / 2);
  }
}
@media (min-width: 1024px) {
  .grid-col-3 {
    row-gap: 4rem;
  }
  .grid-col-3 > li {
    width: calc((100% - 4rem) / 3);
  }
}

.grid-col-4 {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4rem;
}
.grid-col-4 > li {
  width: 100%;
}
@media (min-width: 768px) {
  .grid-col-4 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 4rem;
  }
  .grid-col-4 > li {
    width: calc((100% - 4rem) / 2);
  }
}
@media (min-width: 1024px) {
  .grid-col-4 {
    row-gap: 4rem;
  }
  .grid-col-4 > li {
    width: calc((100% - 6rem) / 4);
  }
}

.thumbnail-book {
  flex-shrink: 0;
  align-self: start;
  position: relative;
  display: block;
}
.thumbnail-book .badge-group {
  position: absolute;
  top: -5.832rem;
  right: 100%;
}
.thumbnail-book .badge-group .book-badge:not(:first-child) {
  margin-top: -2rem;
}
.thumbnail-book .img {
  position: relative;
  width: 100%;
  padding-top: 135%;
  overflow: hidden;
  background-color: #eef2f3;
  border: 1px solid #e8ecee;
  align-self: flex-start;
}
.thumbnail-book img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.result-nodata {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 8rem 0;
}
.result-nodata .text {
  text-align: center;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
}
.result-nodata .text::before {
  content: "";
  display: block;
  margin: 0 auto 2rem;
  width: 8rem;
  height: 8rem;
  background: url(../img/common/bg-nodata.png) no-repeat 50% 0/cover;
}
.result-nodata .text em {
  font-weight: 500;
}
.result-nodata .sub-text {
  margin-top: 0.4rem;
  text-align: center;
  font-size: 1.6rem;
  color: #515b5e;
}
.result-nodata .sub-text + button {
  margin-top: 1.6rem;
}
.result-nodata .text-btn {
  margin-top: 1.2rem;
}
.result-nodata .text-btn + .text-btn {
  margin-top: 2.8rem;
}
@media (min-width: 1024px) {
  .result-nodata {
    margin: 14rem 0;
  }
  .result-nodata .text::before {
    width: 12rem;
    height: 12rem;
    margin-bottom: 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(../../assets/img/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[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(../../assets/img/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] > .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.4rem;
  height: 2.4rem;
  background: url(../../assets/img/common/ico-info.svg) no-repeat 0 0/cover;
  vertical-align: top;
}

.dim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10000;
}

.scroll-container {
  overflow: hidden;
  margin: 0 -2rem;
}
.scroll-container .inner {
  display: flex;
  flex-wrap: nowrap;
  padding-left: 2rem;
  overflow-x: auto;
}
.scroll-container .inner > * {
  flex-shrink: 0;
}
.scroll-container .inner > *:last-child {
  margin-right: 2rem;
}

#ly-content .sec-content:first-of-type:has(.membership) {
  padding-top: 0;
}

.membership {
  max-width: 48rem;
  margin: 4rem auto 0;
}
.membership-title {
  line-height: 1.3;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #222222;
}
.membership-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 4rem;
}
.membership-content .tab-menu.capsule {
  justify-content: center;
}
.membership-content .info-title {
  margin-top: 4rem;
  color: #222222;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .membership-content .info-title {
    margin-top: 6.4rem;
  }
}
.membership-sub-title, .membership-text {
  text-align: center;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 700;
  color: #222222;
}
.membership-sub-title-sub, .membership-text-sub {
  text-align: center;
  line-height: 1.5;
  margin-top: 0.8rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #515b5e;
}
.membership .list {
  margin-top: 4rem;
}
.membership .list-item {
  position: relative;
  padding-left: 2.2rem;
  line-height: 1.5;
  font-weight: 500;
  font-size: 1.4rem;
  color: #758185;
}
.membership .list-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 1rem;
  left: 0.8rem;
  transform: translateY(-50%);
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background-color: #758185;
}
.membership .list-item em {
  font-weight: 700;
  color: #515b5e;
}
.membership .form-group {
  margin-top: 4rem;
}
.membership .form-item:not(:first-child) {
  margin-top: 2rem;
}
.membership .form-item:has(select[required]) .form-label::after, .membership .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;
}
.membership .form-item.row {
  display: flex;
  align-items: center;
}
.membership .form-item.row .form-label {
  margin-bottom: 0;
}
.membership .form-label {
  display: inline-block;
  position: relative;
  height: auto;
  margin-bottom: 0.8rem;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 700;
  color: #222222;
}
.membership .form-label.required::after {
  content: "*";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0.4rem;
  color: #00b0e1;
  font-size: 1.4rem;
}
.membership .form-label.required + .form-input-data {
  margin-left: 3.4rem;
}
.membership .form-check-group {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.membership .form-check-group .form-check:not(:first-child) {
  margin-left: 2rem;
}
.membership .form-check-list {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
}
@media (min-width: 768px) {
  .membership .form-check-list {
    grid-template-columns: 1fr 1fr;
  }
}
.membership .form-input-wrap:has(.mobile-number) > button {
  align-self: start;
}
.membership .form-input-wrap .mobile-number {
  display: flex;
  width: 100%;
}
.membership .form-input-wrap .mobile-number .select-box {
  width: 17rem;
  flex-shrink: 0;
  margin-right: 0.8rem;
}
.membership .form-input-data {
  margin-left: 2rem;
  color: #222222;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.membership .help-login {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 500;
  color: #222222;
}
.membership .help-list {
  display: flex;
}
.membership .help-item {
  position: relative;
}
.membership .help-item:not(:last-child) {
  padding-right: 1.6rem;
}
.membership .help-item:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.8rem;
  width: 0.1rem;
  height: 1.2rem;
  background-color: #e0e5e6;
}
.membership .easy-login {
  position: relative;
  margin-top: 9.15rem;
  font-size: 1.4rem;
  color: #515b5e;
  border-top: 0.1rem solid #e0e5e6;
}
.membership .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;
}
.membership .easy-login .easy-wrap {
  margin-top: 3.15rem;
  display: flex;
  gap: 1.2rem;
}
.membership .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;
}
.membership .easy-item::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-size: cover;
}
.membership .easy-item.naver {
  background-color: #03c75a;
}
.membership .easy-item.naver::before {
  background-image: url("../img/common/icon-naver.svg");
}
.membership .easy-item.kakao {
  color: #371d1e;
  background-color: #fee500;
}
.membership .easy-item.kakao::before {
  background-image: url("../img/common/icon-kakao.svg");
}
.membership .easy-item.apple {
  background-color: #000;
}
.membership .easy-item.apple::before {
  background-image: url("../img/common/icon-apple.svg");
}
.membership .cta-join {
  text-align: center;
  margin-top: 4rem;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 500;
}
.membership .cta-join .desc {
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 500;
  color: #515b5e;
}
.membership .cta-join .desc em {
  font-weight: 700;
  color: #222222;
}
.membership .cta-join .text-btn {
  margin-top: 0.8rem;
  font-size: 1.8rem;
  font-weight: 700;
}
.membership-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 2.8rem;
  padding: 4rem 0;
  background-color: #f7f7f7;
  border-radius: 2rem;
}
.membership-info .member-id {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  line-height: 1.5;
  font-size: 2.8rem;
  font-weight: 700;
  color: #222222;
}
.membership-info .member-id > .dot {
  position: relative;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #222222;
}
.membership-info .member-id > .dot::after {
  content: "*";
  font-size: 0;
  color: transparent;
}
.membership-info .member-date {
  line-height: 1.5;
  margin-top: 0.8rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #758185;
}
.membership.join, .membership.mypage {
  max-width: 64rem;
}
.membership.join .content, .membership.mypage .content {
  margin-top: 4rem;
}
.membership.join .content .title, .membership.mypage .content .title {
  padding-top: 4rem;
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: 700;
  color: #222222;
  border-top: 1px solid #e0e5e6;
}
.membership.join .content .title-sub, .membership.mypage .content .title-sub {
  margin-top: 0.8rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #515b5e;
}
.membership.join .content .sub-title, .membership.mypage .content .sub-title {
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 700;
}
.membership.join .content .sub-title-wrap, .membership.mypage .content .sub-title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.membership.join .content .additional-selection, .membership.mypage .content .additional-selection {
  margin: -0.4rem;
  font-size: 0;
}
.membership.join .content .additional-selection .form-check-button, .membership.mypage .content .additional-selection .form-check-button {
  margin: 0.4rem;
}
.membership.join .step-title, .membership.mypage .step-title {
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 700;
  color: #222222;
}
.membership.join .step-list, .membership.mypage .step-list {
  display: none;
}
.membership.join .step + .message, .membership.mypage .step + .message {
  margin-top: 2.8rem;
}
.membership.join .agree-header, .membership.mypage .agree-header {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #e0e5e6;
}
.membership.join .agree-header .form-check-label, .membership.mypage .agree-header .form-check-label {
  font-size: 1.8rem;
  font-weight: 500;
  color: #515b5e;
}
.membership.join .agree-header .form-check-label em, .membership.mypage .agree-header .form-check-label em {
  margin-right: 0.4rem;
  font-weight: 700;
  color: #222222;
}
.membership.join .agree-header .form-check-label em.required, .membership.mypage .agree-header .form-check-label em.required {
  color: #00b0e1;
}
.membership.join .agree-header .form-check-label em.option, .membership.mypage .agree-header .form-check-label em.option {
  color: #758185;
}
.membership.join .agree-header .form-check-label strong, .membership.mypage .agree-header .form-check-label strong {
  font-weight: 700;
  color: #222222;
}
.membership.join .agree-item, .membership.mypage .agree-item {
  font-size: 1.6rem;
  display: flex;
  justify-content: space-between;
  margin-top: 1.6rem;
}
.membership.join .agree-item em, .membership.mypage .agree-item em {
  margin-right: 0.4rem;
  font-weight: 700;
}
.membership.join .agree-item em.required, .membership.mypage .agree-item em.required {
  color: #00b0e1;
}
.membership.join .agree-item em.option, .membership.mypage .agree-item em.option {
  color: #758185;
}
.membership.join .list, .membership.mypage .list {
  margin-top: 1.6rem;
}
.membership.join .more, .membership.mypage .more {
  position: relative;
  padding-right: 2.4rem;
}
.membership.join .more::after, .membership.mypage .more::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../img/common/ico-chevron.svg");
  background-size: cover;
}
.membership.join .avatar-list, .membership.mypage .avatar-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 1rem 1.5rem;
}
.membership.join .avatar-group input[type=radio], .membership.mypage .avatar-group input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
}
.membership.join .avatar-group input[type=radio]:checked + label, .membership.mypage .avatar-group input[type=radio]:checked + label {
  background-color: #007dc5;
  color: #ffffff;
}
.membership.join .avatar-label, .membership.mypage .avatar-label {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 7rem;
  padding: 2rem 0;
  background-color: #f7f7f7;
  border-radius: 30rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  color: #222222;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  cursor: pointer;
}
.membership.join .grid-list, .membership.mypage .grid-list {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, auto);
  gap: 2rem;
}
.membership.join .children-item, .membership.mypage .children-item {
  margin-top: 2rem;
}
.membership.join .children-info-wrap, .membership.mypage .children-info-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 2rem;
  margin-top: 0.8rem;
  border-radius: 2rem;
  background-color: #f7f7f7;
}
@media (min-width: 768px) {
  .membership.join .children-info-wrap, .membership.mypage .children-info-wrap {
    flex-direction: row;
  }
}
.membership.join .children-info, .membership.mypage .children-info {
  flex: 1;
}
.membership.join .children-info .form-item, .membership.mypage .children-info .form-item {
  width: 100%;
}

.membership.join .teacher .sub-title, .membership.mypage .teacher .sub-title {
    position: relative;
    margin-top: 2rem;
}

.membership.join .teacher .sub-title::after, .membership.mypage .teacher .sub-title::after {
    content: "*";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0.4rem;
    color: #00b0e1;
    font-size: 1.8rem;
}

.membership.join .teacher .form-item-wrap, .membership.mypage .teacher .form-item-wrap {
    padding: 2rem;
    margin-top: 0.8rem;
    border-radius: 2rem;
    background-color: #f7f7f7;
}

.membership.join .teacher .form-item-wrap .form-check-button .form-check-label, .membership.mypage .teacher .form-item-wrap .form-check-button .form-check-label {
    background-color: transparent;
}

@media (min-width: 768px) {
    .membership.join .teacher .form-item-wrap .form-item, .membership.mypage .teacher .form-item-wrap .form-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .membership.join .teacher .form-item-wrap .form-item .form-label, .membership.mypage .teacher .form-item-wrap .form-item .form-label {
        margin-bottom: 0;
        margin-right: 18px;
    }
}
.membership.join .message, .membership.mypage .message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  background-color: #f7f7f7;
  border-radius: 2rem;
}
.membership.join .message .img + .text, .membership.mypage .message .img + .text {
  margin-top: 2rem;
}
.membership.join .message .text, .membership.mypage .message .text {
  text-align: center;
  line-height: 1.3;
  font-size: 1.8rem;
  font-weight: 500;
  color: #222222;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.membership.join .message .sub-text, .membership.mypage .message .sub-text {
  margin-top: 0.8rem;
  line-height: 1.5;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #515b5e;
}
.membership.join .btn-group.trans, .membership.mypage .btn-group.trans {
  flex-direction: column;
}
.membership.join .btn-group.trans .btn, .membership.mypage .btn-group.trans .btn {
  width: 100%;
}
.membership.join .btn-group.trans .btn:not(:first-child), .membership.mypage .btn-group.trans .btn:not(:first-child) {
  margin-top: 1.2rem;
  margin-left: 0;
}
.membership.join .banner, .membership.mypage .banner {
  margin-top: 5rem;
}
.membership.join .banner-img, .membership.mypage .banner-img {
  width: 100%;
}
.membership.join .banner-img.mo, .membership.mypage .banner-img.mo {
  display: block;
}
.membership.join .banner-img.pc, .membership.mypage .banner-img.pc {
  display: none;
}

.password-change .inner {
  padding-bottom: 4rem;
}
.password-change .inner .text {
  margin-bottom: 3.2rem;
  color: #222222;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.password-change .inner .text em {
  color: #00b0e1;
}
.password-change .modal-footer .btn-group {
  flex-direction: column;
}
.password-change .modal-footer .btn-group .btn {
  width: 100%;
  flex: auto;
}
.password-change .modal-footer .btn-group .btn:not(:first-child) {
  margin-top: 0.8rem;
  margin-left: 0;
}

@media (min-width: 768px) {
  .membership {
    margin: 12rem auto 0;
  }
  .membership-content {
    margin-top: 4.8rem;
  }
  .membership-sub-title, .membership-text {
    font-size: 2.4rem;
  }
  .membership-sub-title-sub, .membership-text-sub {
    font-size: 1.8rem;
  }
  .membership .form-group {
    margin-top: 4.8rem;
  }
  .membership .form-item.row {
    padding: 1.45rem 0;
  }
  .membership .form-input-data {
    margin-left: 4.5rem;
  }
  .membership .easy-login .btn {
    width: 12rem;
  }
  .membership .cta-join {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .membership .cta-join .text-btn {
    margin-top: 0;
    padding-left: 2rem;
  }
  .membership.join .step, .membership.mypage .step {
    display: flex;
    justify-content: space-between;
    margin-top: 4rem;
  }
  .membership.join .step-title, .membership.mypage .step-title {
    font-size: 2.4rem;
  }
  .membership.join .step-list, .membership.mypage .step-list {
    display: flex;
    font-size: 1.6rem;
    font-weight: 500;
    color: #515b5e;
  }
  .membership.join .step-item, .membership.mypage .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;
  }
  .membership.join .step-item.current, .membership.mypage .step-item.current {
    position: relative;
    color: #ffffff;
    background-color: #00b0e1;
  }
  .membership.join .step-item.current::after, .membership.mypage .step-item.current::after {
    content: "";
    display: block;
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    width: 1rem;
    height: 1rem;
    background: url(../img/common/ico-triangle.svg) no-repeat center/cover;
  }
  .membership.join .step-item:not(:first-child), .membership.mypage .step-item:not(:first-child) {
    margin-left: 2rem;
  }
  .membership.join .step-item:not(:first-child)::before, .membership.mypage .step-item:not(:first-child)::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -2rem;
    width: 2rem;
    height: 0.1rem;
    background-color: #e0e5e6;
  }
  .membership.join .list, .membership.mypage .list {
    margin-top: 1.2rem;
  }
  .membership.join .avatar, .membership.mypage .avatar {
    /* 각각 라벨 아바타 */
  }
  .membership.join .avatar-list, .membership.mypage .avatar-list {
    gap: 1.6rem 1.2rem;
  }
  .membership.join .avatar-label, .membership.mypage .avatar-label {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 9.6rem;
    padding: 0 0 0 8.8rem;
    background-color: #f7f7f7;
    border-radius: 20rem;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.3;
    color: #222222;
    font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    cursor: pointer;
  }
  .membership.join .avatar-label::before, .membership.mypage .avatar-label::before {
    display: block;
    content: "";
    position: absolute;
    left: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
    width: 8rem;
    height: 8rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    border-radius: 50%;
  }
  .membership.join .avatar-boy1::before, .membership.mypage .avatar-boy1::before {
    background-image: url("../img/common/avatar-boy1.png");
  }
  .membership.join .avatar-boy2::before, .membership.mypage .avatar-boy2::before {
    background-image: url("../img/common/avatar-boy2.png");
  }
  .membership.join .avatar-boy3::before, .membership.mypage .avatar-boy3::before {
    background-image: url("../img/common/avatar-boy3.png");
  }
  .membership.join .avatar-girl1::before, .membership.mypage .avatar-girl1::before {
    background-image: url("../img/common/avatar-girl1.png");
  }
  .membership.join .avatar-girl2::before, .membership.mypage .avatar-girl2::before {
    background-image: url("../img/common/avatar-girl2.png");
  }
  .membership.join .avatar-girl3::before, .membership.mypage .avatar-girl3::before {
    background-image: url("../img/common/avatar-girl3.png");
  }
  .membership.join .avatar-man1::before, .membership.mypage .avatar-man1::before {
    background-image: url("../img/common/avatar-man1.png");
  }
  .membership.join .avatar-man2::before, .membership.mypage .avatar-man2::before {
    background-image: url("../img/common/avatar-man2.png");
  }
  .membership.join .avatar-woman1::before, .membership.mypage .avatar-woman1::before {
    background-image: url("../img/common/avatar-woman1.png");
  }
  .membership.join .avatar-woman2::before, .membership.mypage .avatar-woman2::before {
    background-image: url("../img/common/avatar-woman2.png");
  }
  .membership.join .avatar-normal::before, .membership.mypage .avatar-normal::before {
    background-image: url("../img/common/avatar-normal.png");
  }
  .membership.join .avatar-parent::before, .membership.mypage .avatar-parent::before {
    background-image: url("../img/common/avatar-parent.png");
  }
  .membership.join .avatar-student::before, .membership.mypage .avatar-student::before {
    background-image: url("../img/common/avatar-student.png");
  }
  .membership.join .avatar-teacher::before, .membership.mypage .avatar-teacher::before {
    background-image: url("../img/common/avatar-teacher.png");
  }
  .membership.join .grid-list, .membership.mypage .grid-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .membership.join .message, .membership.mypage .message {
    padding: 6rem 2rem;
  }
  .membership.join .message .text, .membership.mypage .message .text {
    font-size: 2rem;
  }
  .membership.join .message .sub-text, .membership.mypage .message .sub-text {
    max-width: 75%;
    font-size: 1.8rem;
  }
  .membership.join .btn-group.trans, .membership.mypage .btn-group.trans {
    flex-direction: row;
  }
  .membership.join .btn-group.trans .btn:not(:first-child), .membership.mypage .btn-group.trans .btn:not(:first-child) {
    margin-top: 0;
    margin-left: 1.2rem;
  }
  .membership.join .banner, .membership.mypage .banner {
    margin-top: 6rem;
  }
  .membership.join .banner-img.mo, .membership.mypage .banner-img.mo {
    display: none;
  }
  .membership.join .banner-img.pc, .membership.mypage .banner-img.pc {
    display: block;
  }
  .membership.find .tab-menu-wrap:has(.capsule) + .tab-content {
    margin-top: 4rem;
  }
  .membership.find .list {
    margin-top: 4.8rem;
  }
  .membership .password-change .inner .text {
    margin-bottom: 4.8rem;
    font-size: 2.4rem;
  }
  .membership .password-change .modal-footer .btn-group {
    flex-direction: row;
  }
  .membership .password-change .modal-footer .btn-group .btn:not(:first-child) {
    margin-top: 0;
    margin-left: 0.8rem;
  }
}
.modal .form-item:not(:first-child) {
  margin-top: 2rem;
}
.modal .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;
}
.modal .form-label {
  display: inline-block;
  position: relative;
  height: auto;
  margin-bottom: 0.8rem;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 700;
  color: #222222;
}

.sec-content-full .cs .tab-menu-wrap {
  padding: 0 2rem;
}

.cs-inquiry .form {
  margin-top: 2rem;
}
.cs-inquiry .select-result {
  margin-top: 0.8rem;
  color: #515b5e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .cs-inquiry .form {
    margin-top: 2.4rem;
  }
  .cs-inquiry .btn-wrap {
    text-align: right;
  }
  .cs-inquiry .support-type {
    align-items: center;
  }
  .cs-inquiry .support-type .select-result {
    margin-top: 0;
    margin-left: 0.8rem;
  }
}

.faq-list .board-header .faq-label {
  color: #00b0e1;
}
.faq-list .faq-label {
  font-size: 1.4rem;
  color: #00b0e1;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.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;
  }
}

.cs-branch .branch-container {
  position: relative;
}
.cs-branch .branch-panel {
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: calc(100vh - 11.2rem) !important;
  max-height: initial !important;
  transition: all 0.5s;
}
.cs-branch .branch-panel:not(.is-active) {
  transform: translateY(calc(100% - 24rem));
}
.cs-branch .branch-panel .toggle-button.is-active::after {
  transform: rotate(180deg);
}
.cs-branch .branch-panel .view-map {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2rem;
  width: 15rem;
  height: 4.8rem;
  border-radius: 4.8rem;
  background-color: #222222;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
  color: #ffffff;
}
.cs-branch .branch-panel .view-map > span {
  padding-left: 2rem;
  background: url(../../assets/img/common/ico-location-line.svg) no-repeat 0 50%/1.6rem auto;
}
.cs-branch .branch-panel .content.result .list {
  padding-bottom: 8.8rem;
}
.cs-branch .branch-panel .content.search {
  padding: 4rem 2rem 1.6rem;
  border-radius: 2rem 2rem 0 0;
  box-shadow: 0.4rem 0 0.8rem 0 rgba(0, 0, 0, 0.2);
  background: #f7f7f7;
}
.cs-branch .branch-panel .content.search .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;
}
.cs-branch .branch-panel .content.search .form-input-wrap {
  margin-top: 1.6rem;
}
.cs-branch .branch-panel .content.search .form-input {
  background-color: #ffffff;
}
.cs-branch .branch-panel .content.local {
  background: #f7f7f7;
  padding: 1.6rem 2rem;
  border-top: 1px solid #e8ecee;
  border-bottom: 0.3rem solid #e0e5e6;
}
.cs-branch .branch-panel .content.local .toggle-container .toggle-button {
  display: flex;
  align-items: center;
  color: #222222;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
.cs-branch .branch-panel .content.local .toggle-container .toggle-button::after {
  display: inline-block;
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.8rem;
  background-image: url(../img/common/ico-chevron-down.svg);
  transition: 0.5s;
}
.cs-branch .branch-panel .content.local .toggle-container.open .toggle-button::after {
  transform: rotate(180deg);
}
.cs-branch .branch-panel .content.local .local-list {
  padding-top: 0.8rem;
}
.cs-branch .branch-panel .content.local .local-list .form-check-group {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(5, auto);
  gap: 0.6rem;
}
.cs-branch .branch-panel .content.local .local-list .form-check-button .form-check-label {
  background-color: transparent;
  border: 1px solid #e0e5e6;
  padding: 0;
  justify-content: center;
}
.cs-branch .branch-panel .content.local .local-list .form-check-button .form-check-input:checked + .form-check-label {
  border-color: #222222;
  box-shadow: inset 0 0 0 1px #222222;
}
.cs-branch .branch-panel .content.result {
  background-color: #ffffff;
  padding: 0 2rem;
  overflow-y: auto;
}
.cs-branch .branch-panel .content.result .list .item {
  padding: 2.8rem 0 2rem;
  border-bottom: 1px solid #e0e5e6;
}
.cs-branch .branch-panel .content.result .list .item .location-contact {
  margin-top: 0.4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  row-gap: 0.4rem;
}
.cs-branch .branch-panel .content.result .list .item .location-contact .contact-list {
  display: flex;
  color: #222222;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.cs-branch .branch-panel .content.result .list .item .location-contact .contact-list.full {
  grid-column: 1/3;
}
.cs-branch .branch-panel .content.result .list .item .location-contact .contact-item:first-child {
  width: 3.5rem;
  color: #222222;
}
.cs-branch .branch-panel .content.result .list .item .location-contact .contact-item:not(:first-child) {
  margin-left: 0.4rem;
  color: #758185;
}
.cs-branch .branch-panel-handler {
  width: 100%;
  height: 3.2rem;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cs-branch .branch-panel-handler::before {
  content: "";
  display: block;
  width: 4rem;
  height: 0.4rem;
  background-color: #c6d0d2;
  border-radius: 4rem;
}
.cs-branch .branch-map {
  width: 100%;
  height: calc(100vh - 26.8rem);
}
.cs-branch .branch-map .map {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .cs-branch .branch-panel-handler {
    display: none;
  }
  .cs-branch .branch-panel:not(.is-active) {
    transform: none;
    height: 100% !important;
  }
  .cs-branch .branch-panel .content.result .list {
    padding-bottom: 0;
  }
  .cs-branch .branch-panel .view-map {
    display: none;
  }
  .cs-branch .branch-map {
    height: 90rem;
  }
}
@media (min-width: 768px) {
  .cs-branch .branch-panel {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 39.4rem;
    height: 100%;
    max-height: 100%;
    background-color: #ffffff;
    border-radius: 0 2rem 0 0;
    box-shadow: 0.4rem 0 0.8rem 0 rgba(0, 0, 0, 0.2);
  }
  .cs-branch .branch-panel.is-active {
    height: 100%;
  }
  .cs-branch .branch-panel .content.search {
    border-radius: 0 2rem 0 0;
  }
  .cs-branch .branch-panel .content.result {
    overflow-y: auto;
  }
}

.tab-content:has(.cs-branch) + .cs-bottom {
  padding: 0 2rem;
}
@media (min-width: 768px) {
  .tab-content:has(.cs-branch) + .cs-bottom {
    padding: 0;
  }
}

.cs-bottom {
  display: grid;
  display: flex;
  flex-direction: column;
  grid-template-columns: 1fr;
  margin-top: 5rem;
}
.cs-bottom .cs-help {
  height: 18rem;
  padding: 4rem;
  border-radius: 2.4rem;
  margin-bottom: 2rem;
  background: #f7f7f7 url(../img/common/bg-cs-bottom.png) no-repeat calc(100% - 2.8rem) 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-help .ico-circle-right {
  margin-top: 2.6rem;
}
.cs-bottom .cs-contact {
  padding: 4.4rem 3.5rem;
  border-radius: 2.4rem;
  border: 1px solid #e0e5e6;
}
.cs-bottom .contact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4.7rem;
}
.cs-bottom .contact-list .item {
  display: flex;
}
.cs-bottom .contact-list .item .title {
  flex: none;
  width: 8rem;
  margin-right: 2rem;
  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 .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 .contact-list .item .hours {
  margin-top: 0.8rem;
  color: #758185;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .cs-bottom {
    max-width: 128rem;
    margin: 8rem auto 0;
    padding: 0;
    grid-template-columns: 32rem 1fr;
    gap: 2rem;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .cs-bottom .cs-help {
    width: 25%;
    min-width: 20rem;
    height: auto;
    margin-bottom: 0;
  }
  .cs-bottom .cs-contact {
    flex-grow: 1;
    max-width: calc(75% - 2rem);
    padding: 2.4rem;
  }
  .cs-bottom .contact-list {
    gap: initial;
  }
  .cs-bottom .contact-list .item {
    white-space: nowrap;
    margin: 2.4rem;
  }
  .cs-bottom .contact-list .item .title {
    margin-right: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .cs-bottom .contact-list .item .title {
    width: auto;
    margin-right: 2rem;
  }
}
@media (min-width: 1280px) {
  .cs-bottom .contact-list .item:nth-child(2) {
    margin-left: auto;
    margin-right: auto;
  }
}

.share {
  position: relative;
}
.share .share-group {
  position: absolute;
  bottom: calc(100% - 1rem);
  right: -0.6rem;
  width: 27rem;
  height: 10.8rem;
  padding-left: 2rem;
  background: url(../../assets/img/img-text-bubble.png) no-repeat 0 0/cover;
  font-size: 0;
}
.share .share-group:not(.is-active) {
  display: none;
}
.share .share-group-close {
  position: absolute;
  right: 2.4rem;
  top: 2rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../../assets/img/common/ico-x.svg) no-repeat 0 0/cover;
}
.share .share-item {
  width: 4rem;
  height: 4rem;
  margin: 2.8rem 0.6rem 0;
  border-radius: 50%;
}
.share .blog {
  background: url(../../assets/img/ico-blog.png) no-repeat 0 0/cover;
}
.share .facebook {
  background: url(../../assets/img/ico-facebook.png) no-repeat 0 0/cover;
}
.share .kakaotalk {
  background: url(../../assets/img/ico-kakaotalk.png) no-repeat 0 0/cover;
}
.share .clipboard {
  background: #eef2f3 url(../../assets/img/common/ico-link.svg) no-repeat 50% 50%/1.6rem auto;
}

.product-list {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 4rem;
}
.product-list > li {
  width: 100%;
}
.product-list-item {
  display: flex;
  flex-direction: column;
}
.product-list-item.has-checked .item-box {
  background-color: #d4f2f9;
}
.product-list-item .item-box {
  position: relative;
  padding: 5.6rem 0 1.2rem;
  border-radius: 2rem;
  background-color: #f7f7f7;
}
.product-list-item .item-box .form-check-compare {
  position: absolute;
  right: 1.2rem;
  top: 1.2rem;
  overflow: hidden;
  font-size: 0;
}
.product-list-item .item-box .form-check-compare input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.product-list-item .item-box .form-check-compare input:focus, .product-list-item .item-box .form-check-compare input:focus-visible {
  outline: none;
}
.product-list-item .item-box .form-check-compare label {
  display: inline-flex;
  align-items: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 2rem;
  background-color: #ffffff;
  border: 1px solid #e8ecee;
  line-height: 3.4rem;
  font-size: 1.4rem;
  color: #515b5e;
  cursor: pointer;
  transition: width 0.2s;
}
.product-list-item .item-box .form-check-compare label::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  margin-left: -1px;
  background: url(../../assets/img/common/ico-plus.svg) no-repeat 50% 50%/1.2rem auto;
  pointer-events: none;
}
.product-list-item .item-box .form-check-compare label .label-text {
  margin-left: -0.6rem;
  padding-right: 1.2rem;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
}
.product-list-item .item-box .form-check-compare input:checked + label:before {
  background-image: url(../../assets/img/common/ico-minus.svg);
}
.product-list-item .item-box .thumbnail-book {
  display: block;
  width: 51%;
  max-width: 23.6rem;
  margin: 0 auto;
}
.product-list-item .item-box .thumbnail-book .img {
  display: block;
}
.product-list-item .item-box .util {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.2rem;
  white-space: nowrap;
}
.product-list-item .item-box .util > :not(:first-child) {
  margin-left: 0.4rem;
}
.product-list-item .item-details {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 2.4rem 1.6rem 0;
}
.product-list-item .item-details .title {
  flex: 1 1 auto;
  margin-top: 1.2rem;
  font-size: 2rem;
}
.product-list-item .etc {
  display: flex;
  align-items: center;
  margin-top: 1.2rem;
  font-size: 1.4rem;
  color: #515b5e;
}
.product-list-item .etc .text-divider {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .product-list {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 4rem;
  }
  .product-list > li {
    width: calc((100% - 2rem) / 2);
  }
  .product-list .item-box {
    padding-top: 7rem;
  }
  .product-list .item-box .form-check-compare {
    top: 2rem;
    right: 2rem;
  }
}
@media (min-width: 1024px) {
  .product-list .item-box .util {
    visibility: hidden;
  }
  .product-list .item-box:hover {
    background-color: #d4f2f9;
  }
  .product-list .item-box:hover .util {
    visibility: visible;
  }
  .product-list .item-box:hover .form-check-compare label {
    width: 9rem;
  }
  .product-list .item-box:hover .form-check-compare .label-text {
    opacity: 1;
  }
}
@media (min-width: 1240px) {
  .product-list > li {
    width: calc((100% - 4rem) / 3);
  }
}

.compare-books {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #e8f9fd;
  z-index: 10002;
}
.compare-books-header {
  position: relative;
  height: 6rem;
  background-color: #007dc5;
  z-index: 1;
}
.compare-books-header .inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 132rem;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.compare-books-header .title {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 11rem;
  background: url(../../assets/img/common/img-character-1.png) no-repeat 100% 100%/auto 100%;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  color: #ffffff;
}
.compare-books-header .count {
  padding-left: 1.6rem;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.5);
}
.compare-books-header .count em {
  color: white;
}
.compare-books-header .compare-books-toggle {
  position: relative;
  margin-left: auto;
  width: 4.8rem;
  height: 4.8rem;
}
.compare-books-header .compare-books-toggle::before, .compare-books-header .compare-books-toggle::after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  width: 1.2rem;
  height: 2px;
  border-radius: 1rem;
  background-color: #ffffff;
  transition: transform 0.2s ease-in-out;
}
.compare-books-header .compare-books-toggle::before {
  transform: translate(calc(-50% - 0.4rem), -50%) rotate(-40deg);
}
.compare-books-header .compare-books-toggle::after {
  transform: translate(calc(-50% + 0.4rem), -50%) rotate(40deg);
}
.compare-books-header .compare-books-toggle.is-active::before {
  transform: translate(calc(-50% - 0.4rem), -50%) rotate(40deg);
}
.compare-books-header .compare-books-toggle.is-active::after {
  transform: translate(calc(-50% + 0.4rem), -50%) rotate(-40deg);
}
.compare-books-header .compare-books-toggle:focus-visible {
  outline-color: rgba(255, 255, 255, 0.7);
}
.compare-books-content {
  position: absolute;
  bottom: 6rem;
  width: 100%;
  height: 43.5rem;
  padding-top: 2.4rem;
  background-color: #e8f9fd;
  transform: none;
  transition: transform 0.3s;
}
.compare-books-content:not(.is-active) {
  transform: translateY(100%);
}
.compare-books-content .inner {
  max-width: 132rem;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  height: 100%;
  padding-bottom: 2.4rem;
  overflow-y: auto;
}
.compare-books .compare-item {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 16.4rem;
  padding: 2.6rem 2.8rem 2.4rem;
  border-radius: 3.2rem;
  background-color: #ffffff;
  border: 1px solid #e0e5e6;
}
.compare-books .compare-item:not(:first-child) {
  margin-top: 1.2rem;
}
.compare-books .compare-item-delete {
  position: absolute;
  right: 0;
  top: 0;
  width: 3.2rem;
  height: 3.2rem;
  background: url(../../assets/img/common/btn-circle-x.svg) no-repeat 0 0/cover;
}
.compare-books .compare-item .thumbnail-book {
  flex-shrink: 0;
  align-self: flex-start;
  width: 28.4%;
  max-width: 8.2rem;
}
.compare-books .compare-item .details {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin-left: 2.4rem;
}
.compare-books .compare-item .details .book-label {
  font-size: 1.4rem;
}
.compare-books .compare-item .details .title {
  margin-top: 0.4rem;
  font-size: 1.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.compare-books .compare-item .details .price {
  margin-top: auto;
  font-size: 1.4rem;
}
.compare-books .compare-item .details .price::after {
  content: "";
  display: table;
  width: 100%;
  clear: both;
}
.compare-books .compare-item .details .price dt {
  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;
}
.compare-books .compare-item .details .price dd {
  float: left;
}
.compare-books .compare-item .details .price dd:not(:last-of-type) {
  margin-right: 0.4rem;
}
.compare-books .compare-item .details .price .discount {
  color: #00b0e1;
}
.compare-books .compare-item .details .price .original-price {
  font-size: 1.3rem;
  color: #758185;
}
.compare-books .compare-item-empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border-radius: 3.2rem;
  background-color: #ffffff;
  border: 2px dashed #e0e5e6;
  text-align: center;
  font-size: 1.4rem;
  color: #98a3a7;
}
.compare-books .compare-item-empty::before {
  content: "";
  display: block;
  width: 8.8rem;
  height: 8.8rem;
  background: url(../img/common/img-add-item.png) no-repeat center center/contain;
}
.compare-books .compare-item-empty .text {
  margin: 0.8rem auto 0;
}
.compare-books .compare-util {
  margin-top: 0.2rem;
}
.compare-books .compare-util [class^=btn] {
  display: inline-block;
  width: 100%;
  height: 4.8rem;
}
.compare-books .compare-util .btn-reset {
  font-size: 1.6rem;
  color: #758185;
}
.compare-books .compare-util .btn-reset span {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.compare-books .compare-util .btn-reset span:before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.4rem;
  background: url(../img/common/ico-refresh.svg) no-repeat center center/contain;
  opacity: 0.7;
  pointer-events: none;
}
.compare-books .compare-util .btn-confirm {
  margin-top: 1.4rem;
  border-radius: 2.2rem;
  background-color: #222222;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
  color: #ffffff;
}

.compare-result {
  width: 100%;
  overflow-x: auto;
}
.compare-result-wrapper {
  border-radius: 2rem;
  overflow: hidden;
}
.compare-result-table {
  border-collapse: collapse;
  min-width: 600px;
}
.compare-result-table th,
.compare-result-table td {
  text-align: center;
  vertical-align: middle;
}
.compare-result-table th {
  min-width: 9.6rem;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.8rem;
  background-color: #007dc5;
}
.compare-result-table td {
  min-width: 22rem;
  padding: 1.8rem 1rem;
  background-color: #f7f7f7;
  word-break: keep-all;
  font-size: 1.6rem;
}
.compare-result-table td:nth-of-type(2n + 2) {
  background-color: #eef2f3;
}
.compare-result-table tr:not(:last-child) th {
  background-image: linear-gradient(180deg, #007dc5 calc(100% - 1px), #3391d1 1px);
}
.compare-result-table tr:not(:last-child) td {
  border-bottom: 1px solid #e8ecee;
}
.compare-result-table tr:not(:last-child) td:nth-of-type(2n + 2) {
  border-bottom-color: #ffffff;
}
.compare-result-table .sticky-col {
  position: sticky;
  left: 0;
  color: #ffffff;
  z-index: 1;
}
.compare-result-table .book-cover {
  position: relative;
  padding-top: 2rem;
}
.compare-result-table .book-cover .new-badge {
  position: absolute;
  right: 0;
  top: 0;
}
.compare-result-table .thumbnail-book {
  width: 9rem;
  margin: 0 auto;
}
.compare-result-table .thumbnail-book + .name {
  display: block;
  margin-top: 1.2rem;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

@media (min-width: 1024px) {
  .compare-books-header {
    height: 7.2rem;
  }
  .compare-books-header .title {
    padding-right: 14rem;
    font-size: 2.4rem;
  }
  .compare-books-content {
    height: auto;
    padding-top: 0;
    bottom: 7.2rem;
  }
  .compare-books-content .inner {
    display: flex;
    align-items: center;
    padding: 3.6rem 2rem;
  }
  .compare-books .compare-group {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
  }
  .compare-books .compare-item {
    width: calc((100% - 4rem) / 3);
    min-height: 17.6rem;
    padding: 3.2rem 2.6rem;
  }
  .compare-books .compare-item:not(:first-child) {
    margin-top: 0;
    margin-left: 2rem;
  }
  .compare-books .compare-item .details {
    margin-left: 2rem;
  }
  .compare-books .compare-item .details .book-label {
    font-size: 1.4rem;
  }
  .compare-books .compare-item .details .title {
    margin-top: 0.8rem;
    font-size: 1.8rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .compare-books .compare-item .details .price {
    margin-top: 1.2rem;
    font-size: 1.6rem;
  }
  .compare-books .compare-item .details .price::after {
    content: "";
    display: table;
    width: 100%;
    clear: both;
  }
  .compare-books .compare-item .details .price .discount {
    color: #00b0e1;
  }
  .compare-books .compare-item .details .price .original-price {
    font-size: 1.3rem;
    color: #758185;
  }
  .compare-books .compare-item-empty {
    height: auto;
    padding: 0;
  }
  .compare-books .compare-util {
    flex-shrink: 0;
    width: 15rem;
    margin-top: 0;
    margin-left: 4rem;
  }
  .compare-books .compare-util .btn-confirm {
    margin-top: 0.2rem;
  }
  .compare-result-table td {
    width: 32.6rem;
  }
  .compare-result-table .sticky-col {
    width: 14rem;
  }
}
.product-view-header .product-img {
  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 .badge-group {
  top: -3.6rem;
}
.product-view-header .product-img .btn-preview {
  margin-top: 1.6rem;
}
.product-view-header .product-info .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: flex-end;
  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 {
  padding-right: 0.2rem;
  font-size: 2.8rem;
  font-weight: 700;
}

.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 dd {
  width: calc(100% - 8.2rem);
}
.product-view-header .product-info .etc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 2rem 0;
  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 .related-btns {
  margin-top: 2rem;
  font-size: 0;
}
.product-view-header .product-info .related-btns .btn {
  width: calc(50% - 0.8rem);
}
.product-view-header .product-info .related-btns .btn:nth-child(2) {
  margin-left: 0.4rem;
}
.product-view-header .product-info .ebook-btn {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.product-view-header .product-info .ebook-btn-img {
  display: block;
  width: 4.1rem;
  height: 1.6rem;
  margin-right: 0.8rem;
  background: url("../../assets/img/common/img-tabtab.png") no-repeat 0 0/cover;
}
.product-view-content {
  margin-top: 1.8rem;
}
.product-view-content .related-brand {
  margin-top: 4rem;
}
.product-view-content .brand-banner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 10.4rem;
  padding: 2rem 3.2rem;
  border-radius: 2.4rem;
  background-color: #e8f9fd;
  transition: background-color 0.5s;
  color: #222222;
}
.product-view-content .brand-banner .brand-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  max-width: 12rem;
  width: 44%;
  height: 6.4rem;
  padding: 0 2rem;
  background-color: #ffffff;
  border: none;
}
.product-view-content .brand-banner .brand-logo img {
  width: 100%;
  height: auto;
}
.product-view-content .brand-banner-link {
  position: relative;
  display: block;
  min-height: 2.4rem;
  margin-left: auto;
  padding: 0.2rem 4rem 0 0;
  line-height: 1.5;
  word-break: keep-all;
  background: url(../img/common/ico-circle-diagonal.svg) no-repeat 100% 50%/2.4rem auto;
  font-size: 1.4rem;
}
.product-view-content .brand-banner-link:nth-child(2) {
  margin-top: 1.2rem;
}
.product-view-content .brand-banner .banner-text {
  display: none;
  line-height: 1.3;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  color: #222222;
}
.product-view-content .brand-banner .banner-text-group {
  max-width: 40%;
  margin-left: 2.4rem;
}
.product-view-content .brand-banner .banner-text-sub {
  display: none;
  line-height: 1.5;
  margin-top: 0.4rem;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
  color: #515b5e;
}
.product-view-content .brand-banner .bookcover {
  position: absolute;
  width: 12rem;
  height: 16rem;
  background-color: #ffffff;
  box-shadow: -2px 1px 16px 0px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
  will-change: transform;
  overflow: hidden;
}
.product-view-content .brand-banner .bookcover img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-view-content .brand-banner .bookcover-group {
  display: none;
  position: absolute;
  right: 20rem;
  bottom: 0;
  width: 23.2rem;
  height: 16rem;
  overflow: hidden;
}
.product-view-content .brand-banner .bookcover:first-child {
  top: 2rem;
  left: 2.3rem;
}
.product-view-content .brand-banner .bookcover:nth-child(2) {
  top: 5.2rem;
  left: 6rem;
}
.product-view-content .brand-banner .bookcover:nth-child(3) {
  top: 3.2rem;
  left: 10rem;
}
.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 .btns {
  display: flex;
}
.product-view-content .cta-purchase .btns > :not(:first-child) {
  margin-left: 0.8rem;
}
.product-view-content .cta-purchase .vpoint {
  position: relative;
}
.product-view-content .cta-purchase .vpoint::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  right: 1.2rem;
  width: 8.3rem;
  height: 4.8rem;
  background: url(../../assets/img/common/img-character-1.png) no-repeat 0 0/cover;
}
.product-view-content .cta-purchase .vpoint-comment {
  position: absolute;
  bottom: calc(100% + 4rem);
  right: 4.3rem;
  white-space: nowrap;
  font-size: 1.4rem;
  color: #222222;
}
.product-view-content .cta-purchase-mo {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
}
.product-view-content .cta-purchase-pc .btn {
  width: 13.1rem;
}
.purchase-total-mo dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.purchase-total-mo dl dt {
  width: 40%;
  line-height: 3.6rem;
  font-size: 1.8rem;
}
.purchase-total-mo dl dd {
  width: 60%;
  min-height: 3.6rem;
  text-align: right;
  font-size: 0;
}
.purchase-total-mo dl dt,
.purchase-total-mo dl dd {
  min-height: 3.6rem;
}
.purchase-total-mo dl dt:nth-of-type(2),
.purchase-total-mo dl dd:nth-of-type(2) {
  margin-top: 1rem;
}
.purchase-total-mo dl .quantity-counter {
  display: inline-flex;
}
.purchase-total-mo dl .price {
  font-weight: 700;
  font-size: 1.6rem;
}
.purchase-total-mo dl .price em {
  display: inline-block;
  padding-right: 0.2rem;
  line-height: 1.5;
  font-size: 2.4rem;
}
.purchase-total-mo + .btn-group {
  margin-top: 3rem;
}
.purchase-total-mo + .btn-group .btn:not(:first-child) {
  margin-left: 0.8rem;
}

.product-view-content .total {
  flex: 1;
}
.product-view-content .total dl {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.product-view-content .total dd:first-of-type {
  margin-left: 4rem;
}
.product-view-content .total dd:last-of-type {
  margin-left: auto;
}
.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;
}
.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;
}
.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 {
  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;
}

@media (min-width: 768px) {
  .product-view-header {
    display: flex;
    align-items: flex-start;
  }
  .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 .label-group {
    margin-top: 0;
  }
  .product-view .product-info .title {
    margin-top: 2.4rem;
  }
  .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 .related-btns {
    margin-top: 2.4rem;
  }
  .product-view .product-info .related-btns .btn {
    width: auto;
  }
  .product-view .product-info .related-btns .btn:nth-child(2) {
    margin-left: 1.2rem;
  }
  .product-view .product-info .ebook-btn {
    padding-left: 2rem;
    padding-right: 2rem;
    width: auto;
  }
  .product-view-content {
    margin-top: 6.8rem;
  }
  .product-view-content .cta-purchase {
    border-top: 1px solid #e0e5e6;
    background-color: #ffffff;
  }
  .product-view-content .cta-purchase .container {
    display: flex;
  }
  .product-view-content .cta-purchase .btns {
    max-width: 33.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;
  }
  .product-view-content .brand-banner .banner-text,
  .product-view-content .brand-banner .banner-text-sub {
    display: block;
  }
  .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;
  }
}
@media (min-width: 1024px) {
  .product-view-header .product-img .badge-group {
    right: calc(100% + 0.2rem);
    top: -6rem;
  }
  .product-view-header .product-img .book-badge {
    width: 12rem;
    height: 12rem;
  }
  .product-view-header .product-img .book-badge:not(:first-child) {
    margin-top: -3.2rem;
  }
  .product-view-header .product-img .book-badge > span {
    height: 7.92rem;
    font-size: 1.6rem;
  }
  .product-view-content .related-brand {
    margin: 16rem 0 8rem;
  }
  .product-view-content .brand-banner {
    min-height: 12rem;
    padding-right: 4rem;
    background-color: #f7f7f7;
  }
  .product-view-content .brand-banner:hover {
    background-color: #e8f9fd;
  }
  .product-view-content .brand-banner:hover .bookcover:nth-child(1) {
    transform: rotate(-4deg) translateY(-9px);
  }
  .product-view-content .brand-banner:hover .bookcover:nth-child(2) {
    transform: translateY(-5px);
  }
  .product-view-content .brand-banner:hover .bookcover:nth-child(3) {
    transform: rotate(4deg) translateY(-9px);
  }
  .product-view-content .brand-banner .bookcover-group {
    display: block;
  }
}

.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(../../assets/img/common/ico-minus.svg) no-repeat 50% 50%/1.6rem auto;
}
.quantity-counter .btn-plus {
  background: url(../../assets/img/common/ico-plus.svg) no-repeat 50% 50%/1.6rem auto;
}

.new-products-start {
  margin-top: 1.2rem;
}
.new-products-start .terms {
  display: flex;
  align-items: center;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.4rem;
  color: #515b5e;
}
.new-products-start .terms .month {
  height: 3.2rem;
  margin-right: 1.2rem;
  padding: 0.4rem 0.8rem;
  border-radius: 1.2rem;
  background-color: #e8f9fd;
  font-size: 1.6rem;
  color: #00b0e1;
}
.new-products-start .title-wrap {
  margin-top: 1.2rem;
  overflow: hidden;
}
.new-products-start .title {
  float: left;
  line-height: 1.3;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 3.2rem;
}
.new-products-start .btns {
  float: right;
  font-size: 0;
}
.new-products-start .view-calendar {
  margin-top: 2rem;
}
.new-products-prev,
.new-products-next {
  position: relative;
  width: 4rem;
  height: 4rem;
  margin: 0 0.4rem;
  border-radius: 4rem;
  border: 1px solid #e8ecee;
}
.new-products-prev::before,
.new-products-next::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../../assets/img/common/ico-chevron.svg) no-repeat 0 0/cover;
}
.new-products-prev[disabled]::before,
.new-products-next[disabled]::before {
  opacity: 0.3;
}

.new-products-prev::before {
  transform: translate(-50%, -50%) rotate(-180deg);
}

.new-products-list {
  margin-top: 4rem;
  border-top: 2px solid #222222;
}
.new-products-list .list-item {
  display: flex;
  align-items: flex-start;
  margin-top: 2rem;
}
.new-products-list .list-item .brand-img {
  flex-shrink: 0;
  width: 12rem;
  height: 12rem;
  margin-right: 2rem;
  padding: 2rem;
  aspect-ratio: 1/1;
  border-radius: 1.6rem;
  background-color: #ffffff;
  border: 1px solid #e8ecee;
  overflow: hidden;
}
.new-products-list .list-item .brand-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.new-products-list .list-item .book-label {
  margin-bottom: 0.4rem;
  font-size: 1.4rem;
}
.new-products-list .list-item .book-label:not(:last-child) {
  margin-right: 1rem;
}
.new-products-list .list-item .text-divider {
  font-size: 1.4rem;
  color: #515b5e;
}
.new-products-list .list-item .title {
  display: block;
  margin-top: 1.2rem;
  line-height: 1.5;
  font-size: 1.6rem;
  color: #222222;
}
.new-products-date {
  display: flex;
  align-items: center;
  width: 21rem;
  margin: 0 auto;
  text-align: center;
  line-height: 1.3;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
}
.new-products-calendar {
  position: relative;
  margin-top: 2rem;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.8rem;
  color: #515b5e;
}
.new-products-calendar .week-item {
  position: relative;
  margin-top: 1.2rem;
  padding-left: 6rem;
}
.new-products-calendar .week-select input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.new-products-calendar .week-select .index {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 5rem;
  height: 2.4rem;
  padding: 0.2rem 0.8rem;
  border-radius: 0.4rem;
  background-color: #eef2f3;
  text-align: center;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #222222;
}
.new-products-calendar .week-select input:checked + label .index {
  background-color: #e8f9fd;
  color: #00b0e1;
}
.new-products-calendar .week-select input:checked + label .day {
  background-color: #e8f9fd;
}
.new-products-calendar .week-select label {
  display: flex;
  width: 100%;
  cursor: pointer;
}
.new-products-calendar .week-select .day {
  flex: 1 1 0;
  text-align: center;
  line-height: 1.5;
  padding: 0.4rem 0;
}
.new-products-calendar .week-select .day:first-of-type {
  padding-left: 0.8rem;
  border-radius: 1.2rem 0 0 1.2rem;
  color: #ff6262;
}
.new-products-calendar .week-select .day:last-of-type {
  padding-right: 0.8rem;
  border-radius: 0 1.2rem 1.2rem 0;
  color: #2681cc;
}
.new-products-calendar .week-select .day.today {
  color: #00b0e1;
}
.new-products-calendar .week-item:first-child .day.first,
.new-products-calendar .week-item:first-child .day.first ~ .day:not(:last-child) {
  color: #515b5e;
}
.new-products-calendar .week-item:first-child .day {
  color: #c6d0d2;
}
.new-products-calendar .week-item:first-child .day:first-of-type.first {
  color: #ff6262;
}
.new-products-calendar .week-item:first-child .day:last-child {
  color: #2681cc;
}
.new-products-calendar .week-item:last-child .day {
  color: #515b5e;
}
.new-products-calendar .week-item:last-child .day:first-of-type {
  color: #ff6262;
}
.new-products-calendar .week-item:last-child .day:last-child.last {
  color: #2681cc;
}
.new-products-calendar .week-item:last-child .day.last ~ .day {
  color: #c6d0d2;
}
@media (min-width: 1024px) {
  .new-products {
    padding-top: 4rem;
    border-top: 2px solid #222222;
    overflow: hidden;
  }
  .new-products-start {
    float: left;
    width: 25.3125%;
  }
  .new-products-start .title-wrap .title,
  .new-products-start .title-wrap .btns {
    float: none;
  }
  .new-products-start .title-wrap .btns {
    margin-top: 2rem;
  }
  .new-products-start .view-calendar {
    margin-top: 4rem;
  }
  .new-products-prev,
  .new-products-next {
    width: 4.8rem;
    height: 4.8rem;
  }
  .new-products-prev::before,
  .new-products-next::before {
    width: 2rem;
    height: 2rem;
  }
  .new-products-end {
    float: right;
    width: 74.6875%;
  }
  .new-products-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    border: none;
  }
  .new-products-list .list-item {
    width: calc((100% - 2rem) / 2);
    align-items: center;
    margin-top: 0;
  }
  .new-products-list .list-item:nth-child(2n) {
    margin-left: 2rem;
  }
  .new-products-list .list-item:nth-child(2n) ~ .list-item {
    margin-top: 4rem;
  }
  .new-products-list .list-item .brand-img {
    width: 42.3076923077%;
    height: auto;
    margin-right: 2.8rem;
    padding: 4rem;
  }
  .new-products-list .list-item .book-label:not(:last-child) {
    margin-right: 2rem;
  }
  .new-products-list .list-item .text-divider {
    margin-top: 0.4rem;
  }
  .new-products-list .list-item .title {
    margin-top: 1.6rem;
    font-size: 2rem;
  }
  .new-products-date {
    width: 26.2rem;
    font-size: 2.8rem;
  }
  .new-products-calendar {
    margin: 4.2rem 2rem 0;
  }
  .new-products-calendar .week-item {
    margin-top: 1.2rem;
    padding-left: 7.6rem;
  }
  .new-products-calendar .week-select .index {
    width: 6.8rem;
    height: 4rem;
    padding-top: 0.7rem;
    font-size: 1.8rem;
  }
  .new-products-calendar .week-select .day {
    font-size: 2.4rem;
  }
}

.filter-container {
  margin-top: 2.8rem;
  overflow: hidden;
}
.filter-container::after {
  content: "";
  display: table;
  width: 100%;
  clear: both;
}
.filter-container .left {
  float: left;
  margin-top: 4.5rem;
  margin-left: -35.8rem;
  transition: all 0.3s;
}
.filter-container .left .form-check-button {
  min-width: auto;
}
.filter-container .right {
  float: left;
  width: 100%;
  max-width: 100%;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .filter-container {
    margin-top: 6rem;
  }
}
@media (min-width: 1024px) {
  .filter-container .left {
    margin-left: 0;
  }
  .filter-container .right {
    max-width: calc(100% - 35.8rem);
  }
}

.mypage .marketing-agree {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1.2rem;
  margin-left: -3rem;
}
.mypage .marketing-agree .form-check {
  margin-top: 1.2rem;
  margin-left: 3rem;
}
.mypage .easy-login-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.mypage .easy-login-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.mypage .easy-login-item .easy-item {
  flex: none;
  width: 9rem;
}
.mypage .easy-login-item .form-check.switch {
  display: flex;
  width: 100%;
}
.mypage .easy-login-item .form-check.switch .form-check-label {
  display: flex;
  flex-direction: column;
}
.mypage .easy-login-item .form-check.switch .form-check-label .name {
  color: #222222;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.mypage .easy-login-item .form-check.switch .form-check-label .date {
  color: #758185;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .mypage .easy-login-item {
    gap: 1.6rem;
  }
  .mypage .easy-login-item .easy-item {
    width: 15.2rem;
  }
  .mypage .easy-login-item .easy-item > span {
    line-height: 2rem;
  }
  .mypage .easy-login-item .form-check.switch .form-check-label {
    flex-direction: row;
    align-items: center;
  }
}
.mypage .board .badge {
  width: 6rem;
  height: 3rem;
  line-height: 3rem;
  white-space: nowrap;
}
.mypage .board .badge.sky {
  background-color: #e8f9fd;
  color: #515b5e;
}
.mypage .post-details {
  display: inline-block;
  margin-top: 0.4rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.mypage .post-item {
  flex: none;
  position: relative;
  color: #515b5e;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  padding-right: 1.6rem;
}
.mypage .post-item:last-child {
  padding-right: 0;
}
.mypage .post-item:last-child::after {
  display: none;
}
.mypage .post-item::after {
  content: "";
  width: 1px;
  height: 1rem;
  background-color: #c6d0d2;
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
}
.mypage .vpoint-top {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.mypage .vpoint-top .mypoint {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 9.2rem;
  padding: 0 2.5rem;
  border-radius: 2rem;
  background-color: #e8f9fd;
  color: #222222;
  font-weight: 500;
  line-height: 1.3;
}
.mypage .vpoint-top .mypoint .title {
  font-size: 1.8rem;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.mypage .vpoint-top .mypoint .amount {
  text-align: right;
  font-size: 2.8rem;
  font-weight: 700;
  color: #00b0e1;
}
.mypage .vpoint-cta {
  padding: 3.6rem 0 0 2rem;
  border-radius: 2rem;
  background-color: #f7f7f7;
}
.mypage .vpoint-cta .title {
  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;
}
.mypage .vpoint-cta .title em {
  color: #00b0e1;
  font-weight: 500;
}
.mypage .vpoint-cta .desc {
  margin-top: 1.2rem;
  color: #515b5e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.mypage .vpoint-cta .img {
  display: block;
  float: right;
  width: 20rem;
  margin-top: -2rem;
  font-size: 0;
}
.mypage .vpoint-cta .img img {
  width: 100%;
}
.mypage .vpoint-cta .btn {
  margin-top: 2rem;
}
.mypage .vpoint-history .history-list {
  border-top: 2px solid #222222;
}
.mypage .vpoint-history .history-list .list-item {
  display: flex;
}
.mypage .vpoint-history .history-list .list-item .left {
  flex: none;
  padding: 2.1rem 0 2.1rem 2rem;
  border-bottom: 1px solid #e8ecee;
}
.mypage .vpoint-history .history-list .list-item .left .date {
  display: inline-block;
  width: 10.6rem;
  color: #758185;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.mypage .vpoint-history .history-list .list-item .right {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.mypage .vpoint-history .history-list .list-item .right .item {
  padding: 2.1rem 2rem 2.1rem 0;
  border-bottom: 1px solid #e8ecee;
}
.mypage .vpoint-history .history-list .list-item .right .item .info {
  display: flex;
  flex-direction: column;
}
.mypage .vpoint-history .history-list .list-item .right .item .info .type {
  color: #515b5e;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 500;
}
.mypage .vpoint-history .history-list .list-item .right .item .info .record {
  margin-top: 0.4rem;
  color: #222222;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 700;
}
.mypage .vpoint-history .history-list .list-item .right .item .amount {
  margin-top: 0.4rem;
  color: #00b0e1;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.3;
}
.mypage .vpoint-history .history-list .list-item .right .item .amount.out {
  color: #222222;
}
@media (min-width: 768px) {
  .mypage .vpoint-search {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .mypage .vpoint-search .datepicker-wrap {
    flex-direction: row;
    align-items: center;
    margin-top: 0;
  }
  .mypage .vpoint-search .datepicker-wrap .form-input {
    margin: 0 0 0 2.8rem;
  }
  .mypage .vpoint-history .history-list .list-item .right .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mypage .vpoint-history .history-list .list-item .right .item .amount {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .mypage .vpoint-top {
    flex-direction: row;
    gap: 3.2rem;
    min-height: 18rem;
  }
  .mypage .vpoint-top .box {
    height: auto;
  }
  .mypage .vpoint-top .mypoint {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 30rem;
    flex: none;
    padding: 0 0 0 14.4rem;
    background: #e8f9fd url("../img/event/shape-vpoint-1.svg") no-repeat 4rem 50%/8rem 8rem;
  }
  .mypage .vpoint-top .mypoint .title {
    font-size: 1.8rem;
  }
  .mypage .vpoint-top .mypoint .amount {
    margin-top: 0.8rem;
    text-align: left;
    font-size: 4rem;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .mypage .vpoint-cta {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding: 0 6.25%;
  }
  .mypage .vpoint-cta .title,
  .mypage .vpoint-cta .desc {
    max-width: 65%;
  }
  .mypage .vpoint-cta .img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 34.5%;
  }
}
.mypage .membership-text-wrap {
  margin: 4rem 0;
}

.membership.mypage .content:first-child {
  margin-top: 0;
}
.membership.mypage .content:first-child .title {
  padding-top: 0;
  border: none;
}

.verify-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
}
.verify-state .text {
  color: #222222;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.verify-state .text::before {
  content: "";
  display: block;
  margin: 0 auto 2rem;
  width: 8.8rem;
  height: 8.8rem;
  background: url(../img/common/img-add-item.png) no-repeat 50% 0/cover;
}
.verify-state .sub-text {
  margin-top: 0.8rem;
  color: #515b5e;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.verify-state .info {
  display: flex;
  flex-direction: column;
  padding: 4rem 6rem;
  margin-top: 2.8rem;
  gap: 2rem;
  align-self: stretch;
  border-radius: 2rem;
  background-color: #f7f7f7;
}
.verify-state .info .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.verify-state .info .item .label {
  color: #758185;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.verify-state .info .item .data {
  color: #222222;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .verify-state {
    margin-top: 4.8rem;
  }
  .verify-state .info {
    flex-direction: row;
  }
  .verify-state .info > dl {
    flex: 1;
  }
}

@media (min-width: 768px) {
  .mypage .my-inquiry .list-item .label {
    align-self: start;
  }
  .message {
    margin-top: 0;
  }
  .message .text {
    margin-top: 0;
    font-weight: 400;
  }
  .article-header .details .item {
    font-size: 1.6rem;
  }
}
.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;
  color: #758185;
}
.board-header .label-divider > span:not(:last-child) {
  position: relative;
  margin-right: 0.8rem;
  padding-right: 0.8rem;
}
.board-header .label-divider > span:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  width: 1px;
  height: 10px;
  background-color: #e0e5e6;
}
.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(../../assets/img/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 {
  padding-bottom: 2.4rem;
  border-bottom: 2px solid #222222;
}
.article-header .title {
  margin-top: 1.2rem;
  color: #222222;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.article-header .title em {
  font-weight: 700;
}
.article-header .event-dates {
  display: flex;
  flex-direction: column;
  margin-top: 0.8rem;
  font-weight: 300;
  font-size: 1.4rem;
  color: #515b5e;
}
.article-header .event-dates > div {
  display: flex;
  margin-top: 0.4rem;
}
.article-header .event-dates > div dt {
  position: relative;
  margin-right: 1.6rem;
}
.article-header .event-dates > div dt::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(100% + 0.8rem);
  top: 50%;
  margin-top: -0.4rem;
  width: 1px;
  height: 8px;
  background-color: #c6d0d2;
}
.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-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-download {
  padding-top: 2rem;
}
.article-download .title {
  color: #222222;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.article-download .list {
  margin-top: 0.8rem;
  display: flex;
  flex-wrap: wrap;
}
.article-download .list .item:not(:last-child) {
  margin-right: 1.2rem;
}
.article-download .list .item .download {
  color: #758185;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration-line: underline;
}
.article-download .list .item .download:hover {
  color: #00b0e1;
}
.article-answer {
  padding: 3.2rem 4rem;
  margin-top: 4rem;
  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: 0.8rem;
  color: #515b5e;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
}
.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;
}
.modal-body .article .article-download {
  margin-top: 4rem;
  border-top: 1px solid #e8ecee;
}

@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 .event-dates {
    flex-direction: row;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .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;
  }
}
.selection-wrap {
  max-height: 51rem;
  padding: 3rem 1rem 3rem 2rem;
  border-radius: 2.4rem;
  border: 1px solid #e0e5e6;
}
.selection-wrap .selection-list {
  max-height: 45rem;
  padding-right: 1rem;
  overflow-y: auto;
  scrollbar-gutter: stable both-edges;
}
.selection-wrap .selection-item {
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid #e0e5e6;
}
.selection-wrap .selection-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.textbook-selection .item-content {
  display: flex;
  align-items: center;
  margin-top: 0.8rem;
}
.textbook-selection .item-img .thumbnail-book {
  width: 8rem;
}
.textbook-selection .item-details {
  margin-left: 1.6rem;
}
.textbook-selection .item-title {
  margin-top: 0.8rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  color: #222222;
}

.event-selection .item-content .thumbnail-event {
  flex-shrink: 0;
  align-self: start;
  position: relative;
  width: 18.6rem;
  height: 8.8rem;
}
.event-selection .item-content .thumbnail-event .img {
  display: block;
  aspect-ratio: 93/44;
  overflow: hidden;
  background-color: #e0e5e6;
  border: 1px solid #e8ecee;
  align-self: flex-start;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.event-selection .item-thumbnail {
  margin-top: 0.8rem;
}
.event-selection .item-title-wrap {
  margin-top: 2rem;
}
.event-selection .item-title {
  margin-top: 0.8rem;
  color: #222222;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
.event-selection .item-date {
  margin-top: 1.6rem;
}
.event-selection .item-date .date {
  display: flex;
  color: #222222;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.event-selection .item-date .date:not(:first-child) {
  margin-top: 0.4rem;
}
.event-selection .item-date .date dt {
  position: relative;
  padding-right: 1.6rem;
}
.event-selection .item-date .date dt::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.8rem;
  background-color: #c6d0d2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.8rem;
}
.event-selection .item-date .date dd {
  font-weight: 300;
  color: #515b5e;
}

@media (min-width: 768px) {
  .textbook-selection-list {
    padding-right: 2rem;
  }
  .textbook-selection .selection-item {
    display: flex;
    align-items: center;
  }
  .textbook-selection .selection-item .item-content {
    margin-top: 0;
    margin-left: 2rem;
  }
  .event-selection .selection-item {
    display: flex;
    align-items: flex-start;
  }
  .event-selection .selection-item .item-content {
    margin-left: 0.8rem;
  }
  .event-selection .selection-item .item-thumbnail {
    margin-top: 0;
  }
  .event-selection .selection-item .item-info {
    margin-left: 0.8rem;
  }
  .event-selection .selection-item .item-title-wrap {
    display: flex;
  }
  .event-selection .selection-item .item-title-wrap .badge {
    flex: none;
    align-self: flex-start;
  }
  .event-selection .selection-item .item-title {
    margin-top: 0;
    margin-left: 0.8rem;
  }
}
.table-wrap {
  margin: 1.6rem 0;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}
.table-wrap table {
  width: 1280px;
  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;
}
.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;
}

.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;
  }
}

.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(../img/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("../img/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-container .map {
  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;
  }
}

.rating {
  position: relative;
  width: 8rem;
  height: 1.6rem;
  background: url(../../assets/img/common/ico-star.svg) repeat-x 0 0/auto 100%;
}
.rating-1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1.6rem;
  height: 100%;
  background: url(../../assets/img/common/ico-star-filled.svg) repeat-x 0 0/auto 100%;
}
.rating-2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 3.2rem;
  height: 100%;
  background: url(../../assets/img/common/ico-star-filled.svg) repeat-x 0 0/auto 100%;
}
.rating-3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 4.8rem;
  height: 100%;
  background: url(../../assets/img/common/ico-star-filled.svg) repeat-x 0 0/auto 100%;
}
.rating-4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 6.4rem;
  height: 100%;
  background: url(../../assets/img/common/ico-star-filled.svg) repeat-x 0 0/auto 100%;
}
.rating-5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 8rem;
  height: 100%;
  background: url(../../assets/img/common/ico-star-filled.svg) repeat-x 0 0/auto 100%;
}
@media (min-width: 768px) {
  .rating {
    width: 10rem;
    height: 2rem;
  }
  .rating-1::before {
    width: 2rem;
  }
  .rating-2::before {
    width: 4rem;
  }
  .rating-3::before {
    width: 6rem;
  }
  .rating-4::before {
    width: 8rem;
  }
  .rating-5::before {
    width: 10rem;
  }
}
.rating.lg {
  width: 12rem;
  height: 2.4rem;
}
.rating.lg.rating-1::before {
  width: 2.4rem;
}
.rating.lg.rating-2::before {
  width: 4.8rem;
}
.rating.lg.rating-3::before {
  width: 7.2rem;
}
.rating.lg.rating-4::before {
  width: 9.6rem;
}
.rating.lg.rating-5::before {
  width: 12rem;
}

.review-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4rem;
}
.review-list > li {
  width: 100%;
}
@media (min-width: 768px) {
  .review-list {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 4rem;
  }
  .review-list > li {
    width: calc((100% - 2rem) / 2);
  }
}
@media (min-width: 1024px) {
  .review-list {
    row-gap: 4rem;
  }
  .review-list > li {
    width: calc((100% - 4rem) / 3);
  }
}
.review-item {
  position: relative;
  display: flex;
  flex-direction: column;
  position: relative;
  min-width: 28rem;
  font-size: 1.6rem;
}
.review-item .review-more {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
    cursor: pointer;
}
.review-item .item-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 13rem;
  padding: 2.8rem 2rem 1.6rem 2rem;
  border-radius: 4rem 4rem 0 0;
  background-color: #ffffff;
  border: solid #e8ecee;
  border-width: 1px 1px 0 1px;
}
.review-item .item-top::after {
  content: "";
  display: block;
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 0;
  height: 1px;
  background-color: #e8ecee;
}
.review-item .item-top > div:first-child {
  flex: 1;
  align-items: center;
  max-width: calc(100% - 7.8rem);
}
.review-item .item-top .title {
  width: 100%;
  margin-top: 1.2rem;
  font-size: 1.8rem;
}
.review-item .item-top .title .badge {
  margin: 0 0.6rem 0 0;
}
.review-item .item-top .title .ico-img {
  width: 2.4rem;
  height: 2.4rem;
  vertical-align: middle;
}
.review-item .item-top .sub-title {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.3rem;
  color: #00b0e1;
}
.review-item .item-top .thumbnail-book {
  width: 6.3rem;
}
.review-item .item-mid {
  display: flex;
  min-height: 15rem;
  padding: 1.6rem 2rem 1.6rem;
  background-color: #ffffff;
  border: solid #e8ecee;
  border-width: 0 1px 0 1px;
}
.review-item .item-mid .content {
  display: flex;
  flex-direction: column;
}
.review-item .item-mid .desc {
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 400;
  color: #515b5e;
  z-index: 1;
}
.review-item .item-mid .etc {
  display: flex;
  align-items: center;
  margin-top: 1.2rem;
}
.review-item .item-mid .etc .badge {
  margin-left: 0.8rem;
}
.review-item .item-mid .badge.line {
  position: relative;
  display: inline-block;
  height: auto;
  padding: 0.2rem 0.6rem;
  border-radius: 0.8rem;
  border: 1px solid #515b5e;
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.2rem;
  color: #515b5e;
  z-index: 1;
}
.review-item .details {
  display: flex;
  align-items: flex-start;
  color: #515b5e;
}
.review-item .details .thumbnail-book {
  display: none;
  flex-shrink: 0;
  width: 9.6rem;
  margin-right: 2rem;
}
.review-item .details .content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.review-item .details .content .desc {
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 300;
  color: #515b5e;
  z-index: 1;
}
.review-item .details .content .date {
  margin-top: auto;
  padding-top: 1.6rem;
  font-weight: 300;
  font-size: 1.4rem;
}
.review-item .details::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.review-item .item-btm {
  position: relative;
  background-color: #ffffff;
  border-radius: 0 0 4rem 4rem;
  border: solid #e8ecee;
  border-width: 0 1px 1px 1px;
  min-width: 60.5%;
  max-width: calc(100% - 16.2rem);
  border-radius: 0 0 0 4rem;
  border-width: 0 0 1px 1px;
}
.review-item .reviewer-info {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: space-between;
  min-height: 7rem;
  padding: 1.6rem 0 1.6rem 2rem;
  line-height: 1.5;
  font-size: 1.4rem;
  color: #515b5e;
  z-index: 1;
}
.review-item .reviewer-info .user-type {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
}
.review-item .reviewer-info .user-id,
.review-item .reviewer-info .date {
  font-size: 1.3rem;
}
.review-item .reviewer-info .badge {
  flex-shrink: 0;
  margin-left: 0.8rem;
}
.review-item .item-corner {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 21.4%;
  aspect-ratio: 1/1;
  max-width: 7.2rem;
  border-radius: 10rem;
  background-color: transparent;
  z-index: 1;
}
.review-item .item-corner .ico-plus {
  display: none;
  margin: 0 auto;
  width: 2.4rem;
  height: 2.4rem;
}
.review-item .item-corner .ico-plus path {
  stroke: #ffffff;
}
.review-item .item-corner .user-avatar {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #eef2f3;
  font-size: 0;
}
.review-item .item-corner .user-avatar img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review-item::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  width: 39.5%;
  aspect-ratio: 1/1;
  max-width: 16.2rem;
  background: #ffffff url(../img/common/bg-radius-corner.png) no-repeat 100% 100%/cover;
}

.review-list.type2 .review-item .item-top {
  min-height: auto;
}
.review-list.type2 .review-item .item-top > div:first-child {
  max-width: initial;
}
.review-list.type2 .review-item .item-top .sub-title,
.review-list.type2 .review-item .item-top .thumbnail-book {
  display: none;
}
.review-list.type2 .review-item .item-top .title {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.review-list.type2 .review-item .item-mid {
  min-height: 19rem;
}
.review-list.type2 .review-item .item-mid .desc {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .review-item .item-top {
    padding: 3.2rem 4rem 2rem;
  }
  .review-item .item-top:after {
    left: 4rem;
    right: 4rem;
  }
  .review-item .item-top > div:first-child {
    max-width: calc(100% - 9.1rem);
  }
  .review-item .item-top .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 2rem;
  }
  .review-item .item-top .title .badge {
    margin-top: 0.4rem;
  }
  .review-item .item-top .thumbnail-book {
    width: 7.1rem;
  }
  .review-item .item-mid {
    min-height: 16rem;
    padding: 2rem 4rem 0;
  }
  .review-item .item-mid .desc {
      min-height: 16.2rem;
    display: -webkit-box;
      -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.8rem;
  }
  .review-item .item-mid .etc {
    margin-top: auto;
  }
  .review-item .item-btm::before {
    left: 3.2rem;
  }
  .review-item .item-btm .reviewer-info {
    min-height: 10.5rem;
    padding: 3.6rem 0 2.8rem 4rem;
  }
  .review-item .details {
    margin-top: 0;
  }
  .review-item .details .thumbnail-book {
    display: block;
  }
  .review-item .details .content {
    height: 100%;
  }
  .review-item .details .content .desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .review-item .item-corner {
    max-width: 8rem;
  }
  .review-item:hover > div {
    border-color: #00b0e1;
  }
  .review-item:hover::after {
    background-image: url(../img/common/bg-radius-corner-blue.png);
  }
  .review-item:hover .item-corner {
    background: #00b0e1 url(../img/common/ico-plus-white.svg) no-repeat 50% 50%/2.4rem auto;
  }
  .review-item:hover .item-corner .user-avatar {
    display: none;
  }
  .review-list.type2 .review-item .item-mid {
    min-height: 22.6rem;
  }
  .review-list.type2 .review-item .item-mid .desc {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.review-page {
  max-width: 132rem;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-top: 6rem;
}
@media (min-width: 768px) {
  .review-page {
    margin-top: 8rem;
  }
  .review-page .top-search .select-box.flex-fill-0 {
    min-width: 18rem;
  }
}

.review-page-top {
  margin-top: -4rem;
  padding: 4rem 0 0;
}
.review-banner {
  position: relative;
  padding: 4rem 2rem 0;
  border-radius: 2rem;
  background-color: #65b9e9;
  line-height: 1.8;
  font-size: 1.6rem;
  color: #ffffff;
}
.review-banner.type2 {
  background-color: #80a9f6;
}
.review-banner.type2 em {
  background-color: #6091ed;
}
.review-banner em {
  display: inline-block;
  margin-right: 0.4rem;
  padding: 0.2rem 0.8rem;
  background-color: #4fb0e0;
  border-radius: 0.7rem;
  line-height: 1.4;
}
.review-banner .banner-img {
  display: block;
  margin: 0 -2rem;
  text-align: center;
  font-size: 0;
}
.review-banner .banner-img img {
  width: 100%;
  max-width: 33.5rem;
}
.review-banner .title {
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2.4rem;
}
.review-banner .desc {
  margin-top: 1rem;
}

.review-page-top .best-review {
  position: relative;
  margin-top: 4rem;
  padding: 3.2rem 0;
  background-color: #f7f7f7;
}
.review-page-top .best-review-title {
  padding-bottom: 2rem;
  line-height: 1.3;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2.4rem;
  color: #222222;
}
.review-page-top .best-review .review-item .user-avatar {
  background-color: #ffffff;
}
.review-page-top .best-review .review-item::after {
  background-color: #f7f7f7;
}
.review-page-top .best-review .slider-button-group {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.review-page-top .best-review .slider-button-prev,
.review-page-top .best-review .slider-button-next {
  margin: 0 0.8rem;
}
@media (min-width: 768px) {
  .review-page-top {
    margin-top: -6.4rem;
    padding: 6.4rem 0 0;
  }
  .review-banner {
    height: auto;
    padding: 4.1rem 41.5rem 4.1rem 8rem;
  }
  .review-banner .title {
    line-height: 1.3;
    font-size: 2.8rem;
  }
  .review-banner .banner-img {
    position: absolute;
    right: 8rem;
    bottom: 0;
    width: 33.5rem;
    height: 16.7rem;
    margin: 0;
  }
  .review-page-top .best-review {
    margin-top: 6rem;
    padding: 6rem 0;
  }
  .review-page-top .best-review .swiper {
    margin: 0 -2rem;
    padding: 0 2rem;
  }
  .review-page-top .best-review .slider-button-group {
    margin-top: 0;
  }
  .review-page-top .best-review .slider-button-prev,
  .review-page-top .best-review .slider-button-next {
    position: absolute;
    top: 50%;
    margin: 0;
    margin-top: -2.4rem;
  }
  .review-page-top .best-review .slider-button-prev {
    right: calc(100% - 4.8rem);
  }
  .review-page-top .best-review .slider-button-next {
    left: calc(100% - 4.8rem);
  }
}

.review-list-bottom {
  margin-top: 4rem;
}
.review-list-bottom .btn-write-reivew {
  width: 100%;
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .review-list-bottom {
    position: relative;
    align-items: center;
    height: 5.6rem;
    margin-top: 5.4rem;
  }
  .review-list-bottom .btn-write-reivew {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    margin-top: 0;
  }
}

.about-reviewer {
  margin-top: 7rem;
  padding: 2rem;
  border-radius: 2rem;
  background-color: #eefbfe;
}
.about-reviewer .item {
  margin-top: 2rem;
  padding: 0 2rem;
  text-align: center;
  word-break: keep-all;
}
.about-reviewer .item:first-of-type {
  margin-top: -5rem;
}
.about-reviewer .user-avatar {
  display: block;
  width: 6rem;
  height: 6rem;
  margin: 0 auto;
  border-radius: 3rem;
  background-color: #eef2f3;
  overflow: hidden;
}
.about-reviewer .user-avatar img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-reviewer .title {
  display: block;
  margin: 1rem 0 0.8rem;
  line-height: 1.3;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.8rem;
  color: #00b0e1;
}
.about-reviewer .desc {
  line-height: 1.5;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
  color: #222222;
}
@media (min-width: 768px) {
  .about-reviewer {
    min-height: 16rem;
    margin-top: 10rem;
    padding-bottom: 3.5rem;
    display: flex;
  }
  .about-reviewer .item {
    width: 25%;
    margin-top: -4.6rem;
  }
  .about-reviewer .item:first-of-type {
    margin-top: -4.6rem;
  }
  .about-reviewer .item + .item {
    position: relative;
  }
  .about-reviewer .item + .item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7.2rem;
    bottom: 0;
    display: block;
    width: 1px;
    background-color: #e8ecee;
  }
  .about-reviewer .title {
    margin-top: 1.2rem;
  }
}

.review-form {
  margin-top: 4rem;
}
.review-form .rating {
  margin: 2.4rem 0;
  width: 12rem;
  height: 2.4rem;
}
@media (min-width: 768px) {
  .review-form .rating-1::before {
    width: 2.4rem;
  }
  .review-form .rating-2::before {
    width: 4.8rem;
  }
  .review-form .rating-3::before {
    width: 7.2rem;
  }
  .review-form .rating-4::before {
    width: 9.6rem;
  }
  .review-form .rating-5::before {
    width: 12rem;
  }
}
.review-form .selected-product {
  display: flex;
  margin-top: 1.2rem;
}
.review-form .selected-product .thumbnail-book {
  flex-shrink: 0;
  width: 13.2rem;
  margin-right: 1.6rem;
}
.review-form .selected-product .title {
  display: block;
  margin: 0.8rem 0;
  font-size: 2rem;
}
.review-form .selected-product .label-group {
  margin-top: 0.8rem;
}
.review-form .selected-product dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
}
.review-form .selected-product dl > div {
  width: 100%;
}
.review-form .selected-product dl dt {
  padding-right: 0.8rem;
  color: #758185;
}
.review-form .selected-product dl .pair {
  display: flex;
  margin-top: 0.4rem;
}
.review-form .selected-product dl .pair dt {
  flex-shrink: 0;
}
.review-form .selected-product dl .price {
  margin-top: 0.8rem;
  font-size: 1.6rem;
}
.review-form .selected-product dl .price em {
  padding-right: 0.2rem;
  font-weight: 700;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .review-form {
    margin-top: 6.4rem;
  }
  .review-form .selected-product {
    margin-top: 1.6rem;
  }
  .review-form .selected-product .item-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.8rem;
    background-color: #f7f7f7;
    width: 16rem;
    height: 18rem;
    margin-right: 2.8rem;
  }
  .review-form .selected-product .item-box .thumbnail-book {
    width: 9.2rem;
    margin: 0;
    align-self: auto;
  }
  .review-form .selected-product dl {
    flex-direction: column;
  }
  .review-form .selected-product dl .pair:nth-child(2) {
    margin-top: 0;
  }
  .review-form .selected-product dl .pair dt {
    width: 8.4rem;
  }
  .review-form .selected-product dl .price {
    margin-top: 1.6rem;
    font-size: 1.8rem;
  }
}

.review-details > .title {
  margin-top: 4.8rem;
  font-weight: 700;
  font-size: 2.4rem;
}
.review-details > .title .badge {
  margin: 0.6rem 1rem 0 0;
}
.review-details .images img {
  width: 100%;
}
.review-details .desc {
  margin: 1.6rem 0;
  color: #515b5e;
}
.review-details .desc p {
  line-height: 1.5;
  color: inherit;
}
.review-details .date {
  font-weight: 300;
  font-size: 1.4rem;
  color: #515b5e;
}
.review-details .reviewer-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.4rem;
}
.review-details .reviewer-info .profile {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  color: #515b5e;
}
.review-details .reviewer-info .profile .user-type {
  font-size: 1.6rem;
}
.review-details .reviewer-info .profile .user-type .badge {
  margin-left: 1rem;
}
.review-details .reviewer-info .profile .avatar {
  width: 6.4rem;
  height: 6.4rem;
  margin-right: 2rem;
  border-radius: 4rem;
  background-color: #eef2f3;
  overflow: hidden;
}
.review-details .reviewer-info .profile .avatar img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.review-details .about-book {
  display: flex;
  align-items: center;
  padding: 2rem;
  border-radius: 2.4rem;
  background-color: #f7f7f7;
}
.review-details .about-book .thumbnail-book {
  width: 9.6rem;
  margin-right: 2.4rem;
}
.review-details .about-book .title {
  display: block;
  margin-top: 0.8rem;
  font-size: 2rem;
}
.review-details .photo {
  margin-top: 1.4rem;
}
.review-details .photo .swiper-slide {
  aspect-ratio: 126/95;
}
.review-details .photo .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review-details .photo .slider-button-next,
.review-details .photo .slider-button-prev {
  position: absolute;
  top: 50%;
  margin-top: -2rem;
}
.review-details .photo .slider-button-next {
  left: calc(100% - 2.4rem);
}
.review-details .photo .slider-button-prev {
  right: calc(100% - 2.4rem);
}
.review-details .photo .swiper-button-disabled {
  border-color: #e8ecee;
}
.review-details .photo .small-swiper {
  margin-top: 1.6rem;
}
.review-details .photo .swiper-slide-thumb-active {
  border: 2px solid #222222;
}
@media (min-width: 768px) {
  .review-details .photo .slider-button-next,
  .review-details .photo .slider-button-prev {
    margin-top: -2.4rem;
  }
}

.main-section {
  margin-top: 6rem;
}
.main-section-1 {
  margin-top: 0;
}
.main-section .section-title {
  margin: 0 0 2rem 0;
  padding: 0 2rem;
  text-align: center;
  line-height: 1.3;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 3.2rem;
}
@media (min-width: 768px) {
  .main-section {
    margin-top: 8rem;
  }
  .main-section-1 {
    margin-top: 0;
  }
  .main-section .section-title {
    font-size: 5.2rem;
  }
}

svg.moving-circle {
  position: absolute;
}
svg.moving-circle circle {
  transform-origin: center;
  animation: orbit 3s infinite linear;
}

@keyframes orbit {
  100% {
    transform: rotate(360deg);
  }
}
.strip-banner {
  max-width: 128rem;
  margin: 6rem auto;
  padding: 0 3.6rem;
  background-color: #e7f5fb;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  font-weight: 400;
  color: #222222;
  transition: all 0.3s;
}
.strip-banner ~ .strip-banner {
  background-color: #ffeee6;
}
.strip-banner.is-active {
  max-width: 100%;
  border-radius: 0;
}
.strip-banner-link {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip-banner .text {
  display: block;
  padding: 2.8rem 0;
  font-size: 1.8rem;
}
.strip-banner .text em {
  display: block;
  font-weight: 500;
}
.strip-banner .img {
  display: block;
  width: 10rem;
  height: 10rem;
  margin-left: 1.6rem;
  font-size: 0;
}
.strip-banner .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .strip-banner {
    margin: 8rem auto;
    border-radius: 2.4rem;
  }
  .strip-banner .text {
    font-size: 2.4rem;
  }
  .strip-banner .text em {
    display: inline;
  }
  .strip-banner .img {
    margin: -3.6rem 0 -1.6rem 3.2rem;
    width: 16rem;
    height: 16rem;
  }
}

.main-section-1 {
  padding-top: 4rem;
}
.promotion {
  max-width: 132rem;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 4rem;
}
.promotion .main-copy {
  word-break: keep-all;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  color: #222222;
}
.promotion .go-promotion {
  margin-top: 1rem;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: #222222;
}
.promotion-img {
  flex-shrink: 0;
  width: 100%;
  max-width: 33.5rem;
  height: 24rem;
  margin: 3.8rem auto 0;
  text-align: center;
  font-size: 0;
}
.promotion-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .promotion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.2rem;
  }
  .promotion-text {
    padding-right: 2rem;
  }
  .promotion-text .main-copy {
    font-size: 4.8rem;
  }
  .promotion-img {
    margin: 0;
  }
  .promotion .go-promotion {
    margin-top: 2.8rem;
    font-size: 1.8rem;
  }
}

.vs-event .swiper {
  padding: 0 2rem;
}
.vs-event .event-item {
  display: block;
  font-size: 0;
}
.vs-event .event-item .img img {
  width: 100%;
}

@media (min-width: 768px) {
  .main-section-1 {
    padding-top: 5.2rem;
  }
  .main-section-1 .vs-event .slider-button-prev,
  .main-section-1 .vs-event .slider-button-next {
    position: absolute;
    top: calc(50% - 4rem);
  }
  .main-section-1 .vs-event .slider-button-prev {
    right: calc(100% - 4.8rem);
  }
  .main-section-1 .vs-event .slider-button-next {
    left: calc(100% - 4.8rem);
  }
}
@media (min-width: 1320px) {
  .main-section-1 .vs-event .swiper-slide {
    width: 128rem;
  }
  .main-section-1 .vs-event .slider-button-prev {
    right: auto;
    left: calc((100% - 128rem - 4.4rem) / 2);
  }
  .main-section-1 .vs-event .slider-button-next {
    left: auto;
    right: calc((100% - 128rem - 4.4rem) / 2);
  }
}

.main-section-2 {
  position: relative;
  z-index: 1;
}
.main-section-2 .box-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.main-section-2 .box {
  padding: 2.4rem;
  border-radius: 2.4rem;
  background-color: #ffffff;
  border: 1px solid #e0e5e6;
}
.main-section-2 .box .title {
  margin-bottom: 2.4rem;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2.4rem;
}
.main-section-2 .box .desc {
  margin-top: 1.2rem;
  font-size: 1.6rem;
}
.main-section-2 .box .go-page {
  margin-top: 1rem;
  padding-right: 2.4rem;
  line-height: 1.6;
  background: url(../../assets/img/common/ico-circle-right.svg) no-repeat 100% 50%/2rem auto;
  font-size: 1.3rem;
  font-weight: 700;
  color: #222222;
}
.main-section-2 .quicklink-group {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
.main-section-2 .quicklink-item .anchor {
  display: block;
  text-align: center;
  line-height: 1.4;
  font-size: 1.6rem;
  color: #222222;
}
.main-section-2 .quicklink-item .icon {
  display: block;
  width: 6.4rem;
  height: 6.4rem;
  margin: 0 auto 1rem;
  border-radius: 6rem;
  background-repeat: no-repeat;
  background-size: 3.6rem auto;
  background-position: 50% 50%;
  background-color: #f7f7f7;
  transition: all 0.2s;
}
.main-section-2 .quicklink-item:nth-child(1) .icon {
  background-image: url("../../assets/img/main/ico-materials-menu-1.png");
}
.main-section-2 .quicklink-item:nth-child(2) .icon {
  background-image: url("../../assets/img/main/ico-materials-menu-2.png");
}
.main-section-2 .quicklink-item:nth-child(3) .icon {
  background-image: url("../../assets/img/main/ico-materials-menu-3.png");
}
.main-section-2 .quicklink-item:nth-child(4) .icon {
  background-image: url("../../assets/img/main/ico-materials-menu-4.png");
}
.main-section-2 .quicklink-layer {
  display: none;
}
.cs-link {
  display: block;
  min-height: 2.4rem;
  padding: 0 2.2rem 0 3.8rem;
  font-size: 1.6rem;
  color: #364143;
}
.cs-link + .cs-link {
  margin-top: 2.4rem;
}
.cs-link:nth-of-type(1) {
  background-image: url("../../assets/img/main/ico-cs-menu-1.png"), url(../../assets/img/common/ico-chevron.svg);
  background-position: 0 0, 100% 0.4rem;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 2.4rem, 1.6rem auto;
}
.cs-link:nth-of-type(2) {
  background-image: url("../../assets/img/main/ico-cs-menu-2.png"), url(../../assets/img/common/ico-chevron.svg);
  background-position: 0 0, 100% 0.4rem;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 2.4rem, 1.6rem auto;
}
.cs-link:nth-of-type(3) {
  background-image: url("../../assets/img/main/ico-cs-menu-3.png"), url(../../assets/img/common/ico-chevron.svg);
  background-position: 0 0, 100% 0.4rem;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 2.4rem, 1.6rem auto;
}
.cs-link:nth-of-type(4) {
  background-image: url("../../assets/img/main/ico-cs-menu-4.png"), url(../../assets/img/common/ico-chevron.svg);
  background-position: 0 0, 100% 0.4rem;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 2.4rem, 1.6rem auto;
}

.main-section-2 .quickmenu {
  margin-top: 6rem;
}
@media (min-width: 768px) {
  .main-section-2 .box-wrap {
    flex-direction: row;
  }
  .main-section-2 .box {
    padding: 4rem;
  }
  .main-section-2 .box:first-child {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
  }
  .main-section-2 .box:first-child .item-end {
    flex: 1;
    margin: auto 0;
  }
  .main-section-2 .box:nth-child(2) {
    width: 32.1875%;
  }
  .main-section-2 .box .title {
    font-size: 2.8rem;
  }
  .main-section-2 .box .go-page {
    height: 2.4rem;
    margin-top: 2.8rem;
    padding-right: 3.2rem;
    background-size: 2.4rem auto;
    font-size: 1.4rem;
  }
  .main-section-2 .quicklink-item {
    position: relative;
  }
  .main-section-2 .quicklink-item .anchor {
    font-size: 1.8rem;
  }
  .main-section-2 .quicklink-item .icon {
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 0 1rem 1.2rem;
    background-size: 4rem auto;
  }
  .main-section-2 .quicklink-layer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11.2rem;
    padding: 2rem 1.6rem;
    border-radius: 3.2rem;
    background-color: #eefbfe;
    text-align: center;
    font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1.6rem;
    color: #222222;
    z-index: 1;
  }
  .main-section-2 .quicklink-layer > a {
    display: block;
    margin-top: 0.8rem;
    font-weight: 300;
    line-height: 1.5;
  }
  .main-section-2 .quicklink-layer > a:first-child {
    padding-top: 0.8rem;
    border-top: 1px solid #c6d0d2;
  }
  .main-section-2 .quicklink-layer > a:hover {
    font-weight: 700;
    color: #00b0e1;
  }
  .main-section-2 .cs-link {
    margin-top: 2.8rem;
  }
  .main-section-2 .quickmenu {
    margin-top: 4rem;
  }
}
@media (min-width: 1024px) {
  .main-section-2 .quicklink-item:hover .quicklink-layer {
    display: block;
  }
}

.quickmenu {
  max-width: 132rem;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  font-size: 1.6rem;
}
.quickmenu-item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc((100% - 1.5rem) / 2);
  min-height: 16rem;
  border-radius: 2.4rem;
  background-color: #f7f7f7;
  word-break: keep-all;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 0;
  overflow: hidden;
}
.quickmenu-item .img {
  display: block;
  width: 11rem;
  height: 11rem;
  margin: 0 auto;
}
.quickmenu-item .img img {
  width: 100%;
  height: auto;
}
.quickmenu-item em {
  flex-grow: 1;
  display: block;
  padding: 2rem 0 0 2.4rem;
  line-height: 1.3;
  font-weight: 500;
  font-size: 1.8rem;
}
.quickmenu-item > .hover-bg {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .quickmenu {
    gap: 2rem;
  }
  .quickmenu-item {
    position: relative;
    display: table;
    width: calc(50% - 1rem);
    min-height: 13rem;
    padding: 0 13rem 0 0;
    background-size: auto 100%;
    background-position: 100% 50%;
  }
  .quickmenu-item .img {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6.5rem;
    width: 13rem;
    height: 13rem;
    z-index: 1;
  }
  .quickmenu-item em {
    position: relative;
    display: table-cell;
    height: 100%;
    padding: 1rem 0 1rem 3.2rem;
    vertical-align: middle;
    font-size: 2rem;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .quickmenu {
    flex-wrap: nowrap;
  }
  .quickmenu-item {
    width: calc((100% - 6rem) / 4);
  }
  .quickmenu-item:hover .hover-bg {
    display: block;
  }
}

.main-section-3 {
  position: relative;
}
.main-section-3 .section-title {
  margin-bottom: 0;
}
.main-section-3 .section-title > span {
  display: block;
}
.main-section-3 svg.moving-circle {
  top: 0;
  right: calc(100% - 300px);
  width: 840px;
  height: 840px;
}
@media (min-width: 768px) {
  .main-section-3 .section-title > span {
    display: inline;
  }
  .main-section-3 .select-box.type2 .select-toggle {
    height: 7.6rem;
  }
}

.book-slider-main {
  position: relative;
  display: flex;
  align-items: start;
  padding: 0 2rem;
}
.book-slider-main::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 4.2rem;
  right: calc(100% + 7.8rem);
  width: 24rem;
  height: 16rem;
  background: url(../../assets/img/main/img-character-1.png) no-repeat 0 0/cover;
}
.book-slider-main .swiper {
  margin-left: 0;
  margin-right: 0;
}
.book-slider-main .big-swiper .swiper-slide {
  padding-top: 2.8rem;
}
.book-slider-main .big-swiper .swiper-slide:not(.swiper-slide-next):not(.swiper-slide-visible) {
  opacity: 0 !important;
}
.book-slider-main .big-swiper .thumbnail-book {
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
}
.book-slider-main .big-swiper .new-badge {
  position: absolute;
  left: 0;
}
.book-slider-main .small-swiper-wrap {
  position: absolute;
  left: 26.9rem;
  top: 10.4rem;
  width: calc(100vw - 22.5rem - 2.4rem - 2rem);
  overflow: hidden;
}
.book-slider-main .small-swiper {
  z-index: 2;
}
.book-slider-main .small-swiper .swiper-slide {
  width: 12rem;
}
.book-slider-main .small-swiper .swiper-slide .text {
  margin-top: 1.2rem;
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.book-slider-main .small-swiper .thumbnail-book {
  margin: 0 auto;
}
.book-slider-main .book-details {
  position: relative;
}
.book-slider-main .book-details .thumbnail-book {
  width: 100%;
  width: 22.5rem;
}
.book-slider-main .book-details .content {
  margin-top: 3.6rem;
}
.book-slider-main .book-details .title {
  margin-top: 1.6rem;
  word-break: keep-all;
  line-height: 1.3;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 2.8rem;
}
.book-slider-main .book-details .desc {
  margin-top: 0.8rem;
  font-size: 1.6rem;
}
.book-slider-main .book-details .features {
  margin-top: 2rem;
}
.book-slider-main .book-details .features dt {
  font-size: 1.6rem;
  font-weight: 700;
  color: #00b0e1;
}
.book-slider-main .book-details .features dd {
  margin-top: 1.6rem;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: 500;
}
.book-slider-main .book-details .features dd::before {
  content: "#";
  padding-right: 0.8rem;
  vertical-align: middle;
  font-weight: 700;
  font-size: 1.3rem;
  color: #00b0e1;
}
.book-slider-main .book-details .features dd + dd {
  margin-top: 0.8rem;
}
@media (min-width: 768px) {
  .book-slider-main {
    max-width: 132rem;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
    align-items: end;
  }
  .book-slider-main .slider-button-next {
    margin-left: 0.8rem;
  }
  .book-slider-main .swiper {
    margin-left: 0;
    margin-right: 0;
  }
  .book-slider-main .big-swiper {
    width: 65.3125%;
    padding-bottom: 4.2rem;
    z-index: 3 !important;
  }
  .book-slider-main .big-swiper .swiper-slide {
    padding-top: 4.8rem;
  }
  .book-slider-main .big-swiper .slider-pagination {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
  }
  .book-slider-main .big-swiper .new-badge {
    left: 2.4rem;
  }
  .book-slider-main .small-swiper-wrap {
    left: 65.3125%;
    top: auto;
    bottom: 4.2rem;
    width: calc(100vw - 65.3125%);
    margin-left: 3.2rem;
  }
  .book-slider-main .small-swiper {
    padding-top: 6.8rem;
  }
  .book-slider-main .small-swiper .slider-button-group {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
  }
  .book-slider-main .small-swiper .swiper-slide {
    width: 16rem;
  }
  .book-slider-main .small-swiper .swiper-slide .text {
    margin-top: 1.2rem;
    font-size: 1.6rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .book-slider-main .small-swiper .thumbnail-book {
    margin: 0 auto;
  }
  .book-slider-main .book-details {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .book-slider-main .book-details .thumbnail-book {
    width: 42%;
    width: 49.2890995261%;
    max-width: 38.6rem;
  }
  .book-slider-main .book-details .content {
    right: 0;
    margin-top: 0;
    padding-left: 6.4rem;
  }
  .book-slider-main .book-details .title {
    margin-top: 2.4rem;
    font-size: 4rem;
  }
  .book-slider-main .book-details .desc {
    margin-top: 0.8rem;
    font-size: 1.6rem;
  }
  .book-slider-main .book-details .features {
    margin-top: 6.4rem;
  }
  .book-slider-main .book-details .features dd {
    margin-top: 1.6rem;
  }
  .book-slider-main .book-details .features dd + dd {
    margin-top: 1.2rem;
  }
}

.vs-review .swiper {
  margin-top: 2.4rem;
  padding: 0 2rem;
}
.vs-review .swiper .review-supporters img {
  width: 100%;
}
.vs-review .form-check-capsule-wrap {
  text-align: center;
}
@media (min-width: 768px) {
  .vs-review .ly-inner {
    max-width: 132rem;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    justify-content: space-between;
  }
  .vs-review .form-check-capsule-wrap {
    text-align: left;
  }
  .vs-review .form-check-capsule {
    width: 7.6rem;
  }
  .vs-review .swiper {
    padding: 0;
  }
  .vs-review .swiper-slide {
    width: 41.3rem;
  }
  .vs-review .review-supporters img {
    width: 41.3rem;
  }
  .vs-review .slider-button-next {
    margin-left: 0.8rem;
  }
}

.vs-news .swiper {
  padding: 0 2rem;
}
.vs-news .slider-button-prev,
.vs-news .slider-button-next {
  position: absolute;
  top: calc(50% - 3.6rem);
}
.vs-news .slider-button-prev {
  right: calc(100% - 4.8rem);
}
.vs-news .slider-button-next {
  left: calc(100% - 4.8rem);
}
.vs-news .news-item {
  display: block;
  height: 100%;
  padding: 2.4rem;
  border-radius: 2rem;
  background-color: #ffffff;
  border: 1px solid #e8ecee;
  line-height: 1.5;
  transition: all 0.3s;
}
.vs-news .category {
  display: block;
  padding: 0.4rem 0 1.5rem 4.2rem;
  border-bottom: 2px solid #eef2f3;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 3.2rem auto;
  line-height: 1.3;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.8rem;
  color: #222222;
}
.vs-news .category.announce {
  background-image: url("../../assets/img/common/ico-gift-filled.svg");
}
.vs-news .category.info {
  background-image: url("../../assets/img/common/ico-info-filled.svg");
}
.vs-news .category.notice {
  background-image: url("../../assets/img/common/ico-notice-filled.svg");
}
.vs-news .title {
  margin-top: 2rem;
  font-size: 1.8rem;
  color: #222222;
}
.vs-news .desc {
  margin-top: 0.4rem;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.8rem;
  font-weight: 300;
  color: #222222;
}
.vs-news .date {
  display: block;
  margin-top: 0.8rem;
  font-size: 1.3rem;
  color: #515b5e;
}
@media (min-width: 768px) {
  .vs-news {
    max-width: 132rem;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
    margin-top: 4rem;
  }
  .vs-news .swiper {
    padding: 0;
  }
  .vs-news .category {
    font-size: 2rem;
  }
  .vs-news .news-item {
    padding: 3.2rem 3.2rem 2.6rem;
  }
  .vs-news .news-item:hover {
    border-color: #00b0e1;
    box-shadow: 4px 4px 40px 0px rgba(0, 0, 0, 0.07);
  }
}

.main-section-5 {
  position: relative;
}
.main-section-5 svg.moving-circle {
  top: -44px;
  left: calc(100% - 200px);
  width: 630px;
  height: 630px;
}

.main-section-6 {
  padding-bottom: 8rem;
}
.vs-websites .swiper {
  padding: 0 2rem;
}
.vs-websites .slider-button-prev,
.vs-websites .slider-button-next {
  position: absolute;
  top: calc(50% - 4rem);
}
.vs-websites .slider-button-prev {
  right: calc(100% - 4.8rem);
}
.vs-websites .slider-button-next {
  left: calc(100% - 4.8rem);
}
.vs-websites .link-item {
  position: relative;
  display: block;
  min-height: 33.5rem;
  height: 100%;
  padding: 4rem;
  border-radius: 2.4rem;
  background-color: #f4f4f4;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 26.5rem;
  overflow: hidden;
}
.vs-websites .link-item .title {
  position: relative;
  display: block;
  height: 2.8rem;
}
.vs-websites .link-item .title img {
  width: auto;
  height: 100%;
}
.vs-websites .link-item .desc {
  position: relative;
  display: block;
  width: 70%;
  margin-top: 1.2rem;
  line-height: 1.5;
  word-break: keep-all;
  font-weight: 700;
  font-size: 1.8rem;
  color: #222222;
}
.vs-websites .link-item .img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 33.5rem;
  height: 26.5rem;
}
.vs-websites .link-item .img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.vs-websites .hover-bg {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.vs-websites .arr-text {
  z-index: 1;
  position: relative;
  display: inline-block;
  min-height: 2.4rem;
  padding: 0.2rem 3.2rem 0 0;
  line-height: 1.5;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  background: url(../img/common/ico-circle-diagonal.svg) no-repeat 100% 50%/2.4rem auto;
  transform: translateX(calc(-100% + 2.5rem));
  transition: all 0.3s;
}
.vs-websites .arr-text-wrap {
  display: inline-block;
  overflow: hidden;
  margin-top: 1.2rem;
  font-size: 0;
}

@media (min-width: 768px) {
  .main-section-6 {
    padding-bottom: 12rem;
  }
  .main-section-6 .vs-websites {
    max-width: 132rem;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
    padding: 0;
  }
  .main-section-6 .vs-websites .link-item {
    min-height: 26.5rem;
    padding: 4.8rem;
    background-position-x: 109.6852300242%;
  }
  .main-section-6 .vs-websites .link-item .title {
    height: 3.6rem;
  }
  .main-section-6 .vs-websites .link-item .desc {
    width: 60%;
    margin-top: 2rem;
    font-size: 2rem;
  }
  .main-section-6 .vs-websites .link-item .arr-text-wrap {
    margin-top: 2rem;
  }
  .main-section-6 .vs-websites .link-item:hover .arr-text {
    transform: none;
  }
}
@media (min-width: 1024px) {
  .main-section-6 .vs-websites .link-item {
    background-size: 80%;
  }
  .main-section-6 .vs-websites .link-item:hover .hover-bg {
    display: block;
  }
}

.main-teacher .page-title {
  position: relative;
  padding-left: 4rem;
  line-height: 1.3;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #222222;
}
.main-teacher .page-title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.6rem;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: #eef2f3 url(../../assets/img/common/avatar-teacher.png) no-repeat 0 0/cover;
}
.main-teacher .my-resources {
  position: relative;
  margin-top: 1.6rem;
  padding: 3.2rem 2.4rem 0;
  border-radius: 2.8rem;
  background-color: #ffffff;
  border: 1px solid #e8ecee;
  overflow: hidden;
  font-size: 0;
}
.main-teacher .my-resources-book {
  position: relative;
  min-height: 13rem;
  padding-left: 10.6rem;
}
.main-teacher .my-resources-book .thumbnail-book {
  position: absolute;
  left: 0;
  width: 9.6rem;
}
.main-teacher .my-resources-book .title {
  margin-top: 0.8rem;
  line-height: 1.5;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.8rem;
}
.main-teacher .my-resources-book .book-pagination {
  margin-top: 1rem;
  text-align: left;
}
.main-teacher .my-resources-book .book-pagination button {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  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,%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');
}
.main-teacher .my-resources-book .book-pagination .page-next {
  margin-left: 0.4rem;
  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');
}
.main-teacher .my-resources .form-check-capsule {
  width: 14.2rem;
  width: calc(50% - 0.4rem);
  margin: 0.4rem 0.2rem;
}
.main-teacher .my-resources .form-check-capsule-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem -0.2rem 0;
  overflow: hidden;
}
.main-teacher .my-resources .form-check-capsule span {
  color: #00b0e1;
}
.main-teacher .my-resources-view {
  height: 37.5rem;
  margin-top: 2rem;
}
.main-teacher .my-resources-view .head {
  position: relative;
  height: 6.5rem;
  padding: 3rem 0 0 2rem;
  background: url(../img/main/bg-resources-middle.png) repeat-x 0 0/auto 100%;
}
.main-teacher .my-resources-view .head::before, .main-teacher .my-resources-view .head::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 14.4rem;
  height: 100%;
  background-color: #ffffff;
  background-image: url(../img/main/bg-resources-start.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 0 0;
}
.main-teacher .my-resources-view .head::after {
  width: 11.3rem;
  left: auto;
  right: 0;
  background-image: url(../img/main/bg-resources-end.png);
}
.main-teacher .my-resources-view .title {
  position: relative;
  z-index: 1;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}
.main-teacher .my-resources-view .body {
  height: calc(100% - 6.5rem);
  padding: 0 1rem 1.6rem;
  border-radius: 0 0 2rem 2rem;
  background-color: #eefbfe;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.main-teacher .my-resources-view .body .scroll {
  overflow-y: auto;
  padding: 0 1rem;
  height: 100%;
}
.main-teacher .my-resources-view .download-list li:not(:first-child) {
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid #e0e5e6;
}
.main-teacher .my-resources-view .download-item {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
  font-size: 1.6rem;
}
.main-teacher .my-resources-view .download-item .year {
  width: 100%;
  padding-bottom: 0.8rem;
  font-size: 1.6rem;
  color: #758185;
}
.main-teacher .my-resources-view .download-item span[data-extension] {
  flex-grow: 1;
  max-width: calc(100% - 5.4rem);
  min-height: 4rem;
  padding-right: 1rem;
}
.main-teacher .my-resources-view .download-item .btn-icon {
  flex-shrink: 0;
  background-color: transparent;
}
.main-teacher .my-resources-bottom {
  margin: 4.4rem -2.4rem 0;
  background-color: #f7f7f7;
  overflow: hidden;
}
.main-teacher .my-resources-bottom ul {
  display: flex;
  flex-wrap: nowrap;
  padding: 0 1.4rem;
  overflow: hidden;
  overflow-x: auto;
}
.main-teacher .my-resources-bottom .item {
  display: block;
  padding: 1.5rem 1rem;
  white-space: nowrap;
}
.main-teacher .my-resources-bottom .item.is-active {
  position: relative;
  border-radius: 0 0 2rem 2rem;
  background-color: #ffffff;
}
.main-teacher .my-resources-bottom .item.is-active::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -3rem;
  width: calc(100% + 6rem);
  height: 3rem;
  background-color: #ffffff;
}
.main-teacher .my-resources-bottom .item.is-active a::before,
.main-teacher .my-resources-bottom .item.is-active a::after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #f7f7f7;
  width: 6rem;
  height: 6rem;
  border-radius: 3rem;
}
.main-teacher .my-resources-bottom .item.is-active a::after {
  left: auto;
  right: 100%;
}
.main-teacher .my-resources-bottom .item .btn-outline {
  position: relative;
  margin-top: 1.2rem;
  z-index: 1;
}
.main-teacher .my-resources-bottom .item .btn-outline:nth-child(2) {
  margin-left: 1rem;
}
.main-teacher .my-resources-bottom .selection {
  display: block;
}
.main-teacher .my-resources-bottom .selection.empty {
  position: relative;
  width: 4.5rem;
  padding-top: calc(135% - 2px);
  border-radius: 0.8rem;
  border: 2px dashed #e0e5e6;
}
.main-teacher .my-resources-bottom .selection.empty::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #98a3a7 url(../../assets/img/common/ico-plus-white.svg) no-repeat 50% 50%/1rem auto;
}
.main-teacher .my-resources-bottom .thumbnail-book {
  width: 4.5rem;
  z-index: 1;
}
.main-teacher .my-resources .guide {
  height: 34rem;
  margin: -3.2rem -2.4rem 0;
}
.main-teacher .my-resources .guide-message {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  line-height: 1.3;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  color: #222222;
  z-index: 1;
}
.main-teacher .my-resources .guide-message::before {
  content: "";
  display: block;
  width: 11.7rem;
  height: 10rem;
  margin: 0 auto 0.8rem;
  background: url(../img/main/img-my-resources.png) no-repeat 0 0/cover;
}
.main-teacher .my-resources .guide-message .sub-text {
  margin-top: 0.8rem;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.8rem;
  color: #515b5e;
}
.main-teacher .my-resources .guide-message .btn-primary {
  margin-top: 2rem;
}
.main-teacher-top .etc-link {
  margin-top: 4rem;
}
.main-teacher-top .etc-link .img-banner {
  display: block;
  font-size: 0;
}
.main-teacher-top .etc-link .img-banner:nth-child(2) {
  margin-top: 2rem;
}
.main-teacher-top .etc-link .cs-link-box {
  flex: 1 1 auto;
  margin-top: 2rem;
  padding: 3rem 2.4rem;
  border-radius: 2.4rem;
  border: 1px solid #e0e5e6;
}
.main-teacher .search-bar {
  max-width: 132rem;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.main-teacher .search-bar-container {
  margin-top: 8rem;
  padding: 6rem 0;
  background-color: #e8f9fd;
}
.main-teacher .search-bar-title {
  text-align: center;
  font-weight: 500;
  font-size: 3.2rem;
  color: #222222;
}
.main-teacher .search-bar-title .desc {
  display: block;
  line-height: 1.5;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
}
.main-teacher .search-bar-title .title {
  margin-top: 0.4rem;
  line-height: 1.3;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.main-teacher .search-bar .search-wrap {
  margin-top: 3rem;
  padding: 2.4rem;
  border-radius: 2rem;
  background-color: #ffffff;
  box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.04);
}
.main-teacher .search-bar .search-wrap .select-toggle {
  height: 4.8rem;
  padding-left: 0;
  padding-right: 3.6rem;
  border: none;
}
.main-teacher .search-bar .search-wrap .select-toggle::before {
  width: 1.6rem;
  height: 1.6rem;
  right: 0;
  margin-top: -0.8rem;
}
.main-teacher .search-bar .search-wrap .form-input {
  height: 4.8rem;
  border: none;
  padding: 0;
}
.main-teacher .search-bar .search-wrap .form-input::before {
  left: 0;
}
.main-teacher .text-banner-group {
  max-width: 106.4rem;
  margin: 2.4rem auto 0;
}
.main-teacher .text-banner-group .text-banner {
  display: block;
  padding: 2.2rem 2.4rem;
  border-radius: 1.6rem;
  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;
  color: #ffffff;
}
.main-teacher .text-banner-group .text-banner:nth-child(1) {
  padding-right: 11rem;
  background: #9488ff url(../img/main/bg-textbanner-1.png) no-repeat calc(100% - 2.8rem) 50%/auto 66.66%;
}
.main-teacher .text-banner-group .text-banner:nth-child(2) {
  margin-top: 1rem;
  padding-right: 11rem;
  background: #ffc15e url(../img/main/bg-textbanner-2.png) no-repeat calc(100% - 2.8rem) 50%/auto 58.88%;
}
.main-teacher .recommended-books {
  margin: 8rem -2rem 4.5rem;
}
.main-teacher .recommended-books .title-wrap {
  text-align: center;
}
.main-teacher .recommended-books .title-wrap > small {
  display: block;
  padding-bottom: 0.4rem;
  font-size: 1.6rem;
  word-break: keep-all;
}
.main-teacher .recommended-books-title {
  padding: 0 2rem;
  line-height: 1.3;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 3.2rem;
  color: #222222;
}
.main-teacher .recommended-books .select-box {
  margin: 0 1.6rem 0 0;
}
.main-teacher .recommended-books .swiper {
  margin-top: 4.5rem;
  padding: 0 2rem;
}
.main-teacher .recommended-books .swiper .swiper-slide {
  width: calc(100% - 2.4rem);
}
.main-teacher .recommended-books .slider-button-prev,
.main-teacher .recommended-books .slider-button-next {
  position: absolute;
  top: calc(37.106918239% - 2rem);
}
.main-teacher .recommended-books .slider-button-prev {
  left: 0;
}
.main-teacher .recommended-books .slider-button-next {
  right: 0;
}
.main-teacher .event-notice {
  margin-top: 8rem;
}
.main-teacher .event-notice .event-banner img {
  width: 100%;
}
.main-teacher .event-notice .notice-box {
  margin-top: 4rem;
  padding: 3rem 2.4rem;
  border-radius: 2.4rem;
  border: 1px solid #e8ecee;
  width: 100%;
}
.main-teacher .event-notice .notice-item:not(:first-child) {
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  border-top: 1px solid #e8ecee;
}
.main-teacher .notice-link {
  display: block;
  line-height: 1.5;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.8rem;
  color: #222222;
}
.main-teacher .notice-link .category {
  display: block;
  line-height: 1.8;
  padding: 0 0 0 4rem;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-size: 3.2rem auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.main-teacher .notice-link .category.info {
  background-image: url("../../assets/img/common/ico-info-filled.svg");
}
.main-teacher .notice-link .category.announce {
  background-image: url("../../assets/img/common/ico-gift-filled.svg");
}
.main-teacher .notice-link .category.notice {
  background-image: url("../../assets/img/common/ico-notice-filled.svg");
}
.main-teacher .notice-link .title {
  margin-top: 0.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-teacher .quickmenu-container {
  margin-top: 6rem;
}
@media (min-width: 768px) {
  .main-teacher .my-resources .form-check-capsule {
    width: calc((100% - 1.6rem) / 3);
    margin-left: 0;
    margin-right: 0;
  }
  .main-teacher .my-resources .form-check-capsule-wrap {
    margin-left: 0;
    margin-right: 0;
  }
  .main-teacher .my-resources .guide {
    height: auto;
  }
  .main-teacher-top .etc-link {
    display: flex;
    flex-wrap: wrap;
  }
  .main-teacher-top .banner-group {
    display: flex;
  }
  .main-teacher-top .banner-group .img-banner:nth-child(2) {
    margin-top: 0;
    margin-left: 2rem;
  }
  .main-teacher .search-bar-container {
    margin-top: 12rem;
    padding: 10rem 0;
  }
  .main-teacher .search-bar-title {
    font-weight: 400;
    font-size: 4rem;
  }
  .main-teacher .search-bar .search-wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 106.4rem;
    margin: 4rem auto 0;
    padding: 0.8rem 0.8rem 0.8rem 5.3rem;
  }
  .main-teacher .search-bar .search-wrap .select-group {
    position: relative;
    display: flex;
    flex-grow: 1.34;
    padding-right: 4.8rem;
  }
  .main-teacher .search-bar .search-wrap .select-group::after {
    content: "";
    position: absolute;
    right: 3.2rem;
    top: 50%;
    margin-top: -10px;
    width: 1px;
    height: 20px;
    background-color: #e8ecee;
  }
  .main-teacher .search-bar .search-wrap .form-input-wrap {
    flex-grow: 1;
  }
  .main-teacher .search-bar .search-wrap .form-input-wrap .form-input {
    min-width: 28.4rem;
  }
  .main-teacher .search-bar .search-wrap .form-input-wrap .form-input.has-focus::before {
    background-image: url(../img/common/ico-search-blue.svg);
  }
  .main-teacher .search-bar .search-wrap .select-toggle {
    min-width: 13.8rem;
    height: 5.6rem;
    padding-left: 1.6rem;
    padding-right: 4.8rem;
  }
  .main-teacher .search-bar .search-wrap .select-toggle::before {
    right: 1.6rem;
  }
  .main-teacher .search-bar .search-wrap .select-box {
    flex: 1;
  }
  .main-teacher .search-bar .search-wrap .select-box + .select-box {
    position: relative;
    margin-left: 3.2rem;
  }
  .main-teacher .search-bar .search-wrap .select-box + .select-box::before {
    content: "";
    position: absolute;
    left: -1.6rem;
    top: 50%;
    margin-top: -10px;
    width: 1px;
    height: 20px;
    background-color: #e8ecee;
  }
  .main-teacher .text-banner-group {
    margin-top: 3rem;
    overflow: hidden;
  }
  .main-teacher .text-banner-group .text-banner {
    display: flex;
    align-items: center;
    width: calc((100% - 2rem) / 2);
    min-height: 8rem;
    padding: 1.1rem 4rem;
    border-radius: 2rem;
    font-size: 2rem;
  }
  .main-teacher .text-banner-group .text-banner:nth-child(1) {
    float: left;
    padding-right: 14.2rem;
    background-size: auto 6rem;
    background-position: calc(100% - 6rem) 1.1rem;
  }
  .main-teacher .text-banner-group .text-banner:nth-child(2) {
    float: right;
    margin-top: 0;
    margin-left: 2rem;
    padding-right: 15.6rem;
    background-size: auto 6.15rem;
    background-position: calc(100% - 3.8rem) 0.8rem;
  }
  .main-teacher .recommended-books-title > span {
    font-size: 4rem;
  }
  .main-teacher .recommended-books .select-box {
    margin-left: 1.6rem;
  }
  .main-teacher .recommended-books .select-box .select-toggle {
    font-size: 4rem;
  }
  .main-teacher .recommended-books .swiper {
    margin-top: 6rem;
  }
}
@media (min-width: 1024px) {
  .main-teacher .my-resources {
    padding: 4rem 4rem 0;
  }
  .main-teacher .my-resources .start-item {
    width: calc(100% - 48.2rem);
    padding-right: 7.8333333333%;
  }
  .main-teacher .my-resources-book {
    position: relative;
    min-height: auto;
    padding: 0;
  }
  .main-teacher .my-resources-book .title {
    padding-right: 12rem;
    word-break: keep-all;
    font-size: 2.8rem;
  }
  .main-teacher .my-resources-book .book-pagination {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10rem;
  }
  .main-teacher .my-resources-book .book-pagination button {
    width: 4.8rem;
    height: 4.8rem;
  }
  .main-teacher .my-resources .filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4rem;
    margin-top: 2.4rem;
  }
  .main-teacher .my-resources .filter .thumbnail-book {
    width: 17.6rem;
  }
  .main-teacher .my-resources .filter .form-check-capsule {
    float: none;
    margin: 0.4rem 0;
    width: 13rem;
  }
  .main-teacher .my-resources .filter .form-check-capsule-wrap {
    flex: 1 1 0;
    display: flex;
    flex-wrap: wrap;
    min-width: 27rem;
    margin-top: 0;
  }
  .main-teacher .my-resources-view {
    position: absolute;
    top: 4rem;
    right: 4rem;
    width: 48.2rem;
    height: 34rem;
  }
  .main-teacher .my-resources-view .head {
    height: 6.2rem;
    padding-left: 4rem;
    background: url(../img/main/bg-resources.png) no-repeat 0 0/100% auto;
  }
  .main-teacher .my-resources-view .head::before, .main-teacher .my-resources-view .head::after {
    content: none;
  }
  .main-teacher .my-resources-view .body {
    padding-top: 2.3rem;
  }
  .main-teacher .my-resources-view .body .scroll {
    padding: 0 3rem;
  }
  .main-teacher .my-resources-view .download-item .year,
  .main-teacher .my-resources-view .download-item span[data-extension] {
    display: inline-block;
    min-height: auto;
    margin-top: 0.8rem;
  }
  .main-teacher .my-resources-view .download-item span[data-extension] {
    max-width: calc(100% - 9rem);
  }
  .main-teacher .my-resources-view .download-item .year {
    width: auto;
    margin-right: 0.8rem;
  }
  .main-teacher .my-resources-view .download-item .btn-icon {
    top: 0;
  }
  .main-teacher .my-resources-bottom {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .main-teacher .my-resources-bottom .item {
    padding: 2.2rem 2.4rem;
  }
  .main-teacher .my-resources-bottom .item.is-active::before {
    left: -2rem;
    width: calc(100% + 4rem);
    height: 2rem;
  }
  .main-teacher .my-resources-bottom .item.is-active a::before,
  .main-teacher .my-resources-bottom .item.is-active a::after {
    width: 4rem;
    height: 4rem;
    border-radius: 2rem;
  }
  .main-teacher .my-resources-bottom .item .btn-outline {
    display: flex;
    margin-top: 0;
  }
  .main-teacher .my-resources-bottom .item .btn-outline:nth-child(2) {
    margin-left: 0;
    margin-top: 0.8rem;
  }
  .main-teacher .my-resources-bottom .selection.empty {
    width: 6rem;
    transition: all 0.2s;
  }
  .main-teacher .my-resources-bottom .selection.empty:hover {
    border-color: #c6d0d2;
    transform: scale(1.05);
  }
  .main-teacher .my-resources-bottom .thumbnail-book {
    width: 6rem;
  }
  .main-teacher .my-resources .guide {
    margin: -4rem -4rem 0;
  }
  .main-teacher .my-resources .guide-message::before {
    width: 14rem;
    height: 12rem;
    margin: 0 auto 1.2rem;
  }
  .main-teacher .my-resources .guide-message .text {
    font-size: 2.4rem;
  }
  .main-teacher .my-resources .guide-message .sub-text {
    margin-top: 1.2rem;
    font-size: 1.8rem;
  }
  .main-teacher .my-resources .guide-message .btn-primary {
    margin-top: 2.8rem;
  }
  .main-teacher-top .etc-link {
    flex-wrap: nowrap;
    margin-top: 6rem;
  }
  .main-teacher-top .etc-link .banner-group {
    width: calc(76.2% - 2rem);
  }
  .main-teacher-top .etc-link .cs-link {
    margin: 0;
  }
  .main-teacher-top .etc-link .cs-link-box {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    min-width: 24rem;
    margin: 0 0 0 2rem;
    padding: 0 4rem;
  }
  .main-teacher .search-bar .select-box .select-menu-wrap {
    top: calc(100% + 1.3rem);
  }
  .main-teacher .recommended-books .slider-button-prev,
  .main-teacher .recommended-books .slider-button-next {
    top: calc(34.5286885246% - 2.4rem);
  }
  .main-teacher .event-notice {
    display: flex;
    margin-top: 12rem;
  }
  .main-teacher .event-notice .event-banner {
    flex-grow: 2;
    max-width: 66%;
  }
  .main-teacher .event-notice .event-banner .event-item {
    display: block;
    width: 100%;
    font-size: 0;
  }
  .main-teacher .event-notice .vs-notice {
    flex-grow: 1;
  }
  .main-teacher .event-notice .notice-box {
    margin: 0 0 3.6rem 2rem;
    padding: 0 4rem;
  }
  .main-teacher .event-notice .notice-box ul {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
  }
  .main-teacher .event-notice .notice-box .notice-item:not(:first-child) {
    margin-top: 0;
    padding-top: 0;
    border: none;
  }
}

.list-reorder {
  margin-top: -1.6rem;
}
.list-reorder .reorder-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.6rem 0 1.6rem 3.6rem;
  background-color: #ffffff;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  cursor: grab;
}
.list-reorder .reorder-item:not(:first-child) {
  border-top: 1px solid #e8ecee;
}
.list-reorder .reorder-item .handle {
  display: block;
  position: absolute;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/common/ico-dots.svg) no-repeat 0 50%/2.4rem auto;
}
.list-reorder .thumbnail-book {
  width: 6rem;
  margin-right: 1rem;
}
.list-reorder .title {
  margin-top: 0.8rem;
  line-height: 1.5;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .list-reorder .reorder-item .title {
    font-size: 1.8rem;
  }
}

.app-section-main {
  background-image: url(../img/app-main-bg.png), linear-gradient(113deg, #e6faff 8.2%, #b9e7f8 47%);
  background-repeat: no-repeat, no-repeat;
  background-size: 52.7rem auto, contain;
  background-position: calc(100% + 4.4rem) 100%, center;
}
.app-section-main .ly-inner {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.app-section-main .content {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
.app-section-main .content .text {
  text-align: center;
  color: #222222;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}
.app-section-main .content .title {
  font-size: 1.6rem;
}
.app-section-main .content .title::before {
  display: block;
  content: "";
  width: 8rem;
  height: 8rem;
  margin: 0 auto 2rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background-image: url(../img/app-visang.png);
}
.app-section-main .content .desc {
  margin-top: 2rem;
  line-height: 1.3;
  word-break: keep-all;
  font-size: 2.8rem;
}
.app-section-main .content .main-img {
  max-width: 33.5rem;
  margin: 0 auto;
  font-size: 0;
}
@media (min-width: 1024px) {
  .app-section-main {
    height: 80rem;
    background-size: 117.3rem auto, contain;
    background-position: calc(100% + 15.4rem) calc(100% + 29.4rem), center;
  }
  .app-section-main .ly-inner {
    height: 100%;
  }
  .app-section-main .content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4.6rem;
  }
  .app-section-main .content .text {
    margin-top: -3rem;
    text-align: left;
  }
  .app-section-main .content .title::before {
    width: 10rem;
    height: 10rem;
    margin: 0 0 2rem 0;
  }
  .app-section-main .content .desc {
    font-size: 4rem;
  }
  .app-section-main .content .main-img {
    max-width: 72.2rem;
    margin: 0;
  }
}
.app-section-content {
  margin: 6rem 0;
}
.app-section-content .row {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.app-section-content .row + .row {
  margin-top: 6rem;
}
.app-section-content .row .col {
  text-align: center;
}
.app-section-content .row .number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 2.4rem;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.3;
  width: 6rem;
  height: 6rem;
  background: url(../img/app-num-bg.png) no-repeat 0 0/contain;
}
.app-section-content .row .text {
  color: #222222;
  margin: 2rem 0;
  font-size: 2.8rem;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}
.app-section-content .row .desc {
  color: #515b5e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.app-section-content .row .mockup-area {
  position: relative;
  height: 41rem;
  text-align: center;
}
.app-section-content .row .app-mobile {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 17.7rem;
  height: 36rem;
}
.app-section-content .row .mockup-frame {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.app-section-content .row .app-screen {
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: calc(100% - 2rem);
  box-shadow: 10px 29px 25px 0 rgba(40, 121, 136, 0.15);
}
.app-section-content .row .bg-shape {
  height: 33.5rem;
  margin-top: 7.5rem;
}
@media (min-width: 1024px) {
  .app-section-content {
    margin-top: 12rem;
    margin-bottom: 4rem;
  }
  .app-section-content .row {
    flex-direction: row-reverse;
    align-items: center;
    gap: 5rem;
  }
  .app-section-content .row + .row {
    margin-top: 0;
  }
  .app-section-content .row .text {
    font-size: 3.2rem;
  }
  .app-section-content .row .desc {
    font-size: 1.8rem;
  }
  .app-section-content .row .col:first-child {
    flex: 1;
    text-align: left;
  }
  .app-section-content .row .col.has-mockup {
    width: 60rem;
    height: 76rem;
    flex: none;
  }
  .app-section-content .row .mockup-area {
    height: 100%;
  }
  .app-section-content .row .bg-shape {
    width: 60rem;
    height: 60rem;
    margin-top: 12rem;
  }
  .app-section-content .row .app-mobile {
    left: 15.2rem;
    top: 4rem;
    width: 29.6rem;
    height: 60rem;
    transform: none;
  }
  .app-section-content .row .mockup-frame {
    height: 60rem;
  }
  .app-section-content .row .app-screen {
    top: 1.5rem;
    left: 1.5rem;
    width: auto;
    height: 57rem;
  }
}
.app-section-cta {
  padding: 0 2rem;
  overflow: hidden;
  background-color: #007dc5;
}
.app-section-cta .img {
  margin-top: 2.8rem;
  margin-left: -9.7rem;
  width: 40.7rem;
  height: 19.4rem;
  overflow: hidden;
}
.app-section-cta .img img {
  width: 100%;
}
.app-section-cta .content {
  padding-top: 4.8rem;
  text-align: center;
  color: #ffffff;
}
.app-section-cta .title {
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.3;
}
.app-section-cta .title::before {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  margin: 0 auto 2rem;
  background: url(../img/app-visang.png) no-repeat 0 0/cover;
}
.app-section-cta .desc {
  margin-top: 2rem;
  word-break: keep-all;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.app-section-cta .app-link-group {
  margin-top: 4rem;
  text-align: center;
  overflow: hidden;
}
.app-section-cta .app-link-item {
  display: inline-block;
  vertical-align: middle;
}
.app-section-cta .app-link-item:nth-child(2) {
  margin-left: 2rem;
}
.app-section-cta .app-link-item .qrcode {
  float: left;
  width: 4rem;
  height: 4rem;
  margin-right: 0.5rem;
  padding: 0.3rem;
  background-color: #ffffff;
  border-radius: 0.6rem;
  overflow: hidden;
}
.app-section-cta .app-link-item .qrcode img {
  width: 100%;
}
.app-section-cta .app-link-item .link-text {
  float: left;
  width: 11rem;
  height: 4rem;
  padding: 0.8rem 0;
  border-radius: 0.6rem;
  background-color: #222222;
  text-align: center;
}
.app-section-cta .app-link-item .link-text img {
  height: 100%;
}
@media (min-width: 768px) {
  .app-section-cta .ly-inner {
    height: 70rem;
  }
  .app-section-cta .img {
    position: absolute;
    top: 14rem;
    right: calc(50% + 13rem);
    width: 108.5rem;
    height: auto;
    margin-top: 0;
  }
  .app-section-cta .content {
    position: absolute;
    left: calc(50% - 9.8rem);
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    padding-top: 0;
  }
  .app-section-cta .title {
    word-break: keep-all;
    font-size: 4rem;
    align-items: flex-start;
  }
  .app-section-cta .title::before {
    width: 8rem;
    height: 8rem;
    margin: 0 0 2rem;
  }
  .app-section-cta .desc {
    font-size: 1.8rem;
  }
  .app-section-cta .row {
    display: flex;
    flex-direction: row-reverse;
  }
  .app-section-cta .row .col {
    flex: 1;
  }
  .app-section-cta .row .col:first-child {
    margin-left: -10rem;
  }
  .app-section-cta .app-link-group {
    margin-top: 6rem;
  }
  .app-section-cta .app-link-item {
    width: 20rem;
    float: left;
  }
  .app-section-cta .app-link-item:nth-child(2) {
    margin-left: 5.2rem;
  }
  .app-section-cta .app-link-item .qrcode {
    float: left;
    width: 5.2rem;
    height: 5.2rem;
    margin-right: 0.8rem;
    padding: 0.4rem;
    border-radius: 0.8rem;
  }
  .app-section-cta .app-link-item .link-text {
    float: left;
    width: calc(100% - 6rem);
    height: 4.8rem;
    padding: 1rem 0;
    margin-top: 0.2rem;
    border-radius: 0.6rem;
    background-color: #222222;
    text-align: center;
  }
}
.app-section-related-cta {
  padding: 6rem 0;
  background-color: #f7f7f7;
}
.app-section-related-cta .title {
  margin-bottom: 3rem;
  color: #222222;
  text-align: center;
  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;
}
.app-section-related-cta .box {
  margin-top: 2rem;
  padding: 3rem 0;
  border-radius: 3.2rem;
  background-color: #ffffff;
  text-align: center;
}
.app-section-related-cta .app-img {
  width: 10rem;
  height: 10rem;
  margin: 0 auto;
}
.app-section-related-cta .label-group {
  justify-content: center;
  margin-top: 1.2rem;
}
.app-section-related-cta .sub-title {
  margin: 1.2rem 0;
  line-height: 1.3;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
}
.app-section-related-cta .sub-title:first-child {
  margin-top: 0;
}
.app-section-related-cta .desc {
  line-height: 1.5;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
  color: #515b5e;
}
.app-section-related-cta .app-link-group {
  margin-top: 3rem;
  font-size: 0;
}
.app-section-related-cta .app-link-item {
  display: inline-block;
  width: 8rem;
  padding: 1rem 1rem 0;
  border-radius: 1.2rem;
  background-color: #364143;
  text-align: center;
}
.app-section-related-cta .app-link-item .qrcode {
  width: 6rem;
  height: 6rem;
  margin: 0 auto;
  padding: 0.6rem;
  border-radius: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.app-section-related-cta .app-link-item .link-text {
  display: block;
  margin: 0.2rem auto;
  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;
}
@media (min-width: 768px) {
  .app-section-related-cta .box {
    display: flex;
    align-items: center;
    padding: 3.2rem 4rem;
    text-align: left;
  }
  .app-section-related-cta .app-img {
    flex-shrink: 0;
    width: 10rem;
    height: 10rem;
    margin: 0 3.2rem 0 0;
  }
  .app-section-related-cta .label-group {
    justify-content: flex-start;
  }
  .app-section-related-cta .text {
    flex-grow: 1;
  }
  .app-section-related-cta .app-link-group {
    flex-shrink: 0;
    margin: 0 0 0 4.2rem;
  }
}
@media (min-width: 1280px) {
  .app-section-related-cta {
    padding: 12rem 0;
  }
  .app-section-related-cta .title {
    font-size: 2.8rem;
  }
  .app-section-related-cta .box {
    max-width: calc((100% - 2rem) / 2);
    margin-top: 1rem;
  }
  .app-section-related-cta .box:nth-child(2) {
    margin-left: 2rem;
  }
  .app-section-related-cta .box-group {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .app-section #floatingMockup {
    z-index: 1;
    visibility: hidden;
  }
  .app-section #floatingMockup > img {
    opacity: 0;
  }
  .app-section #floatingMockup::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/app-mockup.png) no-repeat 0 0/cover;
  }
  .app-section .bg-shape.is-active {
    animation: rotation 5s forwards;
  }
  .app-section .scroll-row .app-mobile.original {
    visibility: hidden;
  }
}

@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}
#ly-header.search-opened {
  z-index: 10003;
  pointer-events: none;
}

.total-search-layer {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.4);
  z-index: 1;
}
.total-search-layer > .inner {
  height: 100%;
  padding-top: 7.2rem;
}
.total-search-layer > .inner .content {
  position: relative;
  height: 100%;
  padding: 8rem 2rem 4rem;
  border-radius: 2rem 2rem 0 0;
  background-color: #ffffff;
  pointer-events: auto;
}
.total-search-layer .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;
}
.total-search-layer .auto-complete > button {
  display: block;
  width: 100%;
  height: 4rem;
  margin-top: 0.4rem;
  padding: 0 2rem 0 4.8rem;
  background: url(../../assets/img/common/ico-search-gray.svg) no-repeat 2.4rem 1.1rem/1.6rem auto;
  text-align: left;
  font-size: 1.6rem;
  color: #222222;
}
.total-search-layer .close-layer {
  position: absolute;
  right: 2rem;
  bottom: calc(100% + 0.8rem);
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 2.4rem;
  background: #ffffff url(../../assets/img/common/ico-modal-close.svg) no-repeat 50% 50%/2rem auto;
}
.total-search-layer .total-search-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  pointer-events: auto;
}
.total-search-layer .search-input {
  display: flex;
  flex-direction: column;
}
.total-search-layer .search-input .form-input {
  padding-right: 5.6rem;
}
.total-search-layer .search-input .btn {
  margin-top: 0.8rem;
}
.total-search-layer .suggestions {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  margin: 2rem auto 0;
  overflow: hidden;
}
.total-search-layer .sub-title {
  margin-bottom: 1.2rem;
  text-align: center;
  line-height: 1.5;
  font-size: 1.6rem;
  color: #222222;
}
.total-search-layer .keywords-group {
  text-align: center;
  overflow-y: auto;
  font-size: 0;
}
.total-search-layer .keywords-group > li {
  display: inline-block;
  margin: 0.4rem;
  height: 4rem;
  padding: 0 1.5rem;
  background-color: #f7f7f7;
  border-radius: 4rem;
}
.total-search-layer .keywords-group .keyword {
  height: 100%;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.4rem;
  vertical-align: middle;
}
.total-search-layer .keywords-group .keyword-delete {
  width: 1.6rem;
  height: 100%;
  margin-left: 0.4rem;
  background: url(../../assets/img/common/ico-x.svg) no-repeat 50% 50%/1.6rem auto;
  vertical-align: middle;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .total-search-layer {
    position: absolute;
    top: 100%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.05);
    z-index: initial;
  }
  .total-search-layer > .inner {
    height: auto;
    padding-top: 0;
  }
  .total-search-layer > .inner .content {
    position: relative;
    max-width: 132rem;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 8rem;
    border-radius: 0;
  }
  .total-search-layer .close-layer {
    top: 0.4rem;
    width: 5.2rem;
    height: 5.2rem;
  }
  .total-search-layer .search-input {
    flex-direction: row;
    width: 60rem;
    margin: 0 auto;
  }
  .total-search-layer .search-input .btn {
    width: 7.7rem;
    margin: 0 0 0 0.8rem;
  }
}
@media (min-width: 1024px) {
  .total-search-layer .auto-complete button:hover {
    background-color: #e8f9fd;
  }
  .total-search-layer .suggestions-content {
    text-align: center;
  }
  .total-search-layer .keywords-group {
    margin-top: -0.4rem;
  }
}

.search-result .anchor-group .page-anchor {
  display: inline-block;
  width: 12rem;
  height: 4rem;
  padding-top: 0.6rem;
  border-radius: 1.6rem;
  border: 1px solid #e8ecee;
  line-height: 1.5;
  text-align: center;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
  color: #222222;
}
.search-result .anchor-group .page-anchor:not(:first-child) {
  margin-left: 0.8rem;
}
.search-result .anchor-group .page-anchor.is-active {
  box-shadow: inset 0 0 0 1px #222222;
  border-color: #222222;
  font-weight: 700;
}
.search-result .anchor-group + .result-content .heading-wrap {
  margin-top: 3rem;
}
.search-result .heading-wrap {
  margin-top: 6rem;
}
.search-result .result-info {
  margin-top: 2.8rem;
}
.search-result .recommended-search {
  margin-bottom: 4rem;
  text-align: center;
}
.search-result .recommended-search .keyword {
  display: inline-block;
  padding: 0.8rem 3rem;
  border-radius: 3rem;
  background-color: #f7f7f7;
  line-height: 1.5;
  font-size: 2rem;
  color: #222222;
}
.search-result .recommended-search .message {
  margin-top: 2rem;
  line-height: 1.3;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
  color: #222222;
}
@media (min-width: 768px) {
  .search-result .anchor-group .inner {
    justify-content: center;
  }
  .search-result .anchor-group .inner .page-anchor {
    width: 15.3rem;
    height: 5.2rem;
    padding-top: 1.2rem;
    border-radius: 2rem;
  }
  .search-result .anchor-group .inner + .result-content .heading-wrap {
    margin-top: 3.6rem;
  }
  .search-result > .form-check-capsule-wrap {
    max-width: 79.8rem;
    margin: 0 auto;
  }
  .search-result .heading-wrap {
    margin-top: 8rem;
  }
  .search-result .recommended-search {
    margin-bottom: 7rem;
  }
}

.searched-brand {
  display: flex;
  align-items: center;
}
.searched-brand .brand-img {
  width: 10rem;
  height: 10rem;
  margin-right: 2rem;
  padding: 0.8rem;
  border-radius: 2rem;
  border: 1px solid #e8ecee;
  overflow: hidden;
}
.searched-brand .brand-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.searched-brand .brand-name {
  display: block;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 2rem;
}
.searched-brand .brand-name + .text-btn {
  margin-top: 0.8rem;
}
@media (min-width: 768px) {
  .searched-brand .brand-img {
    width: 12rem;
    height: 12rem;
  }
}

.vs-book-list.searched-books .item-box {
  padding: 5.6rem 0;
}
@media (min-width: 1024px) {
  .vs-book-list.searched-books .item-box {
    padding: 7rem 0;
  }
}

.searched-resources .view-more {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .searched-resources .resources-item {
    padding-bottom: 6rem;
    border-bottom: 1px solid #e0e5e6;
  }
}

.sitemap {
  display: none;
  position: fixed;
  top: 6.4rem;
  left: 0;
  width: 100vw;
  height: calc(100% - 6.4rem);
  overflow: hidden;
  overflow-y: auto;
  background-color: #ffffff;
  z-index: 10002;
}
.sitemap.is-active {
  display: block;
}
.sitemap .sitemap-close {
  display: block;
  position: absolute;
  top: 1.2rem;
  right: 2rem;
  width: 4rem;
  height: 4rem;
  border-radius: 1.8rem;
  background: #00b0e1 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='M11.5 4.5L4.5 11.5' stroke='%23ffffff' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.5L11.5 11.5' stroke='%23ffffff' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/2.4rem auto;
  display: none;
}
.sitemap-content {
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
  padding-top: 4rem;
  background-color: #ffffff;
  border-radius: 3.2rem;
  pointer-events: auto;
}
.sitemap .scroll-wrap {
  display: flex;
  flex-direction: column;
}
.sitemap-tabmenu {
  justify-content: center;
}
.sitemap-tabmenu .tab-btn {
  min-width: 10.4rem;
  height: 5.6rem;
  padding: 1.6rem 2rem;
  border-radius: 2.8rem;
  background-color: #ffffff;
  line-height: 1.3;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
  color: #758185;
}
.sitemap-tabmenu .tab-btn.is-active {
  background-color: #00b0e1;
  color: #ffffff;
}
.sitemap .tab-menu-wrap + .tab-content {
  margin-top: 3.2rem;
}
.sitemap .tab-content {
  padding: 0 2rem;
}
.sitemap .vs-allmenu-title {
  display: block;
  text-align: center;
  padding-bottom: 1.6rem;
  line-height: 1.3;
  text-align: left;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #00b0e1;
}
.sitemap .vs-allmenu-item {
  width: 100%;
}
.sitemap .vs-allmenu-item ~ li {
  margin-top: 4rem;
}
.sitemap .vs-allmenu-link {
  display: block;
  line-height: 1.5;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
}
.sitemap .vs-allmenu .vs-submenu-list {
  border-top: 1px solid #e0e5e6;
  padding-top: 1.6rem;
  overflow: hidden;
}
.sitemap .vs-allmenu .vs-submenu-list > li {
  float: left;
  margin: 1.2rem 2rem 0 0;
}
.sitemap .etc-link {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 6.4rem;
  height: 100%;
  border-radius: 1.6rem;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
  background-color: #eefbfe;
  color: #222222;
}
.sitemap .etc-link[target=_blank] {
  background-color: #f7f7f7;
}
.sitemap .etc-link > span {
  display: none;
}
.sitemap .etc-link-group {
  margin: 4.4rem -0.4rem 0;
}
.sitemap .etc-link-group > ul {
  display: flex;
  flex-wrap: wrap;
}
.sitemap .etc-link-item {
  width: 50%;
  padding: 0.4rem;
  font-weight: 300;
}
.sitemap .etc-link em {
  flex-shrink: 0;
  display: block;
  line-height: 1.3;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #222222;
}
@media (min-width: 768px) {
  .sitemap .etc-link-item {
    width: 25%;
  }
}
.sitemap .bottom {
  margin: 5.6rem -2rem 0;
}
.sitemap .bottom-link {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 11.2rem;
  padding: 1.6rem 6.8rem 1.6rem 2.4rem;
  background: #f7f7f7 url(../img/common/ico-circle-diagonal.svg) no-repeat calc(100% - 2.4rem) 50%/2.4rem auto;
  word-break: keep-all;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  font-size: 1.6rem;
}
.sitemap .bottom-link:nth-child(2) {
  margin-top: 0.8rem;
}
.sitemap .bottom-link .img {
  display: flex;
  align-items: center;
  width: 8rem;
  height: 8rem;
  margin-right: 1.2rem;
  padding: 0 0.8rem;
  border-radius: 2.8rem;
  background-color: #ffffff;
}
.sitemap .bottom-link .img img {
  width: 100%;
}
.sitemap .bottom-link .text {
  display: block;
  line-height: 1.3;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  color: #222222;
}
.sitemap .bottom-link .sub-text {
  display: none;
}
.sitemap .vs-brand .brand-row {
  overflow: hidden;
}
.sitemap .vs-brand .brand-row:nth-child(2) {
  display: none;
}
.sitemap .vs-brand .brand-row-head .title {
  line-height: 1.3;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  color: #000000;
}
.sitemap .vs-brand .brand-row-body {
  padding-bottom: 3.4rem;
}
.sitemap .vs-brand .brand-row.primary .title {
  font-size: 2.8rem;
  color: #00b0e1;
}
.sitemap .vs-brand .brand-row .go-brandstory {
  display: inline-block;
  margin-top: 1.2rem;
  padding-right: 2.4rem;
  font-size: 1.6rem;
  background: url(../img/common/ico-circle-right.svg) no-repeat 100% 50%/2rem auto;
  color: #222222;
}
.sitemap .vs-brand .brand-row:nth-child(2) {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px solid #e8ecee;
}
.sitemap .vs-brand .brand-list {
  margin: -0.6rem;
  overflow: hidden;
}
.sitemap .vs-brand .brand-list.primary {
  display: flex;
  flex-wrap: wrap;
  margin: 2.2rem -0.6rem 0;
}
.sitemap .vs-brand .brand-list.primary > li {
  flex: 1 1 50%;
  padding: 0.6rem;
}
@media (min-width: 400px) {
  .sitemap .vs-brand .brand-list.primary > li {
    flex-basis: 33%;
  }
}
@media (min-width: 768px) {
  .sitemap .vs-brand .brand-list.primary > li {
    flex-basis: 16%;
  }
}
.sitemap .vs-brand-logo {
  display: block;
  padding: 1.2rem;
  border-radius: 1.6rem;
  background-color: #ffffff;
  border: 1px solid #e8ecee;
  aspect-ratio: 1/1;
}
.sitemap .vs-brand-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.sitemap .vs-brand-logo.big {
  width: 100%;
  height: auto;
  padding: 1.8rem;
  border-radius: 2rem;
}

@media (min-width: 1024px) {
  .sitemap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    background-color: rgba(34, 34, 34, 0.4);
    z-index: 10003;
    padding-top: 0;
  }
  .sitemap-layer {
    width: auto;
    margin: 12.9rem 2rem 2rem;
    pointer-events: none;
    font-size: 0;
  }
  .sitemap-content {
    position: relative;
    width: 100%;
    height: 75rem;
    max-width: 128rem;
    margin: 0 auto;
    padding-top: 4rem;
    background-color: #ffffff;
    border-radius: 3.2rem;
    pointer-events: auto;
  }
  .sitemap-content .sitemap-close {
    display: block;
    position: absolute;
    top: auto;
    bottom: calc(100% + 1.7rem);
    right: 0;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 2rem;
    background: #ffffff url(../img/common/ico-x.svg) no-repeat 50% 50%/2.4rem auto;
  }
  .sitemap .scroll-wrap {
    display: flex;
    flex-direction: column;
  }
  .sitemap .tab-menu-wrap + .tab-content {
    margin-top: 4.8rem;
  }
  .sitemap .vs-allmenu {
    margin: 0 2rem;
  }
  .sitemap .vs-allmenu-list {
    display: flex;
    justify-content: space-between;
    text-align: center;
    overflow: hidden;
  }
  .sitemap .vs-allmenu-title {
    padding-bottom: 2rem;
    text-align: center;
    font-size: 2.4rem;
  }
  .sitemap .vs-allmenu-item {
    width: 16.8rem;
  }
  .sitemap .vs-allmenu-item ~ li {
    margin-top: 0;
  }
  .sitemap .vs-allmenu-item:last-child {
    width: 32.4rem;
  }
  .sitemap .vs-allmenu-item:last-child .vs-submenu-list {
    overflow: hidden;
  }
  .sitemap .vs-allmenu-item:last-child .vs-submenu-list > li {
    display: block;
    width: 50%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .sitemap .vs-allmenu-item:not(:last-child) li:first-child, .sitemap .vs-allmenu-item:last-child li:nth-child(1), .sitemap .vs-allmenu-item:last-child li:nth-child(2) {
    margin-top: 2.3rem;
  }
  .sitemap .vs-allmenu-link {
    display: block;
    padding: 0.8rem 1.6rem;
    font-size: 1.8rem;
  }
  .sitemap .vs-allmenu-link:hover {
    color: #00b0e1;
  }
  .sitemap .vs-allmenu .vs-submenu-list {
    padding-top: 0;
  }
  .sitemap .vs-allmenu .vs-submenu-list > li {
    float: none;
  }
  .sitemap .vs-allmenu .vs-submenu-list:hover {
    border-top-color: #00b0e1;
  }
  .sitemap .etc-link {
    min-height: 5.2rem;
    padding: 1.6rem;
    font-size: 1.4rem;
  }
  .sitemap .etc-link > span {
    display: block;
  }
  .sitemap .etc-link-group {
    margin: 4.8rem 1rem 0;
  }
  .sitemap .etc-link-item {
    width: 25%;
    padding: 0 1rem;
  }
  .sitemap .etc-link em {
    position: relative;
    padding-right: 3.2rem;
    font-size: 1.6rem;
  }
  .sitemap .etc-link em::after {
    content: "";
    display: block;
    position: absolute;
    right: 1.6rem;
    top: 4px;
    width: 1px;
    height: 16px;
    background-color: #c6d0d2;
  }
  .sitemap .bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: auto -2rem 0;
    padding: 3.2rem 4rem;
    background-color: #f7f7f7;
    border-radius: 0 0 3.2rem 3.2rem;
    overflow: hidden;
  }
  .sitemap .bottom::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: calc(50% - 32px);
    width: 1px;
    height: 64px;
    background-color: #ffffff;
  }
  .sitemap .bottom-link {
    display: block;
    float: left;
    width: 45.83%;
    min-height: 8rem;
    padding: 1.3rem 5.4rem 0 10rem;
    background-position: 100% 50%;
  }
  .sitemap .bottom-link:nth-child(2) {
    float: right;
  }
  .sitemap .bottom-link .img {
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 2rem;
  }
  .sitemap .bottom-link .img img {
    width: 100%;
  }
  .sitemap .bottom-link .sub-text {
    display: block;
    margin-top: 0.4rem;
    color: #515b5e;
  }
  .sitemap .vs-brand {
    height: 56.6rem;
    padding: 0 2rem;
    overflow-y: auto;
  }
  .sitemap .vs-brand .brand-row {
    overflow: hidden;
  }
  .sitemap .vs-brand .brand-row:nth-child(2) {
    display: block;
  }
  .sitemap .vs-brand .brand-row-head {
    float: left;
    width: 30rem;
  }
  .sitemap .vs-brand .brand-row-body {
    float: left;
    width: calc(100% - 30rem);
    padding-bottom: 0;
  }
  .sitemap .vs-brand .brand-row .go-brandstory {
    margin-top: 2rem;
  }
  .sitemap .vs-brand .brand-list {
    margin: 0 -0.4rem;
  }
  .sitemap .vs-brand .brand-list > li {
    padding: 0.4rem;
    float: left;
    width: 12.5%;
  }
  .sitemap .vs-brand .brand-list.primary {
    display: block;
    margin-top: -0.6rem;
  }
  .sitemap .vs-brand .brand-list.primary > li {
    float: left;
    width: 16.6666666667%;
  }
  .sitemap .vs-brand-logo.big {
    padding: 1.4rem;
  }
  .sitemap .vs-brand-logo.big:hover {
    border-color: #222222;
    box-shadow: inset 0 0 0 1px #222222;
  }
}
.floating {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  width: 6.4rem;
  font-size: 0;
  z-index: 10001;
}
.floating.type2 {
  bottom: 10rem;
}
.floating .minimy {
  position: relative;
}
.floating #minimy-character {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0.8rem);
  width: 3.3rem;
  height: 3.2rem;
  pointer-events: none;
}
.floating .minimy-toggle {
  width: 6.4rem;
  height: 6.4rem;
  padding-top: 3.9rem;
  border-radius: 1.6rem;
  background-color: #ffffff;
  border: 1px solid #e8ecee;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #00b0e1;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  z-index: 1;
}
.floating .minimy-toggle.pc {
  display: none;
  width: 8rem;
  height: 8rem;
  border-radius: 2rem;
}
.floating .brands {
  display: none;
  position: relative;
  width: 100%;
  height: 15.4rem;
  margin-top: 1rem;
  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: 1024px) {
  .floating {
    width: 8rem;
    bottom: auto;
    top: 15.2rem;
    right: 3.2rem;
  }
  .floating.type2 {
    bottom: auto;
  }
  .floating .minimy {
    border-radius: 2rem;
  }
  .floating #minimy-character {
    width: 4.2rem;
    height: 4rem;
  }
  .floating .minimy-toggle {
    padding-top: 5rem;
    font-size: 1.3rem;
  }
  .floating .minimy-toggle.mo {
    display: none;
  }
  .floating .minimy-toggle.pc {
    display: block;
  }
  .floating .brands {
    display: block;
  }
  .floating .top-btn {
    display: none;
  }
}

.minimy-panel {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  max-height: calc(100vh - 7.2rem);
  padding: 2.8rem 2rem;
  border-radius: 2rem;
  background-color: #ffffff;
  overflow-y: auto;
  transform: translateY(100%);
  transition: transform 0.3s;
  z-index: 2;
}
.minimy-panel.is-active {
  transform: translateY(0);
}
.minimy-panel .minimy-close {
  position: absolute;
  right: 0.8rem;
  top: 0.8rem;
  width: 4rem;
  height: 4rem;
  border-radius: 3rem;
  background: #00b0e1 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='M3 8.05328H13.1066' stroke='%23ffffff' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/1.6rem auto;
}
.minimy-panel .title {
  line-height: 1.3;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #00b0e1;
}
@media (min-width: 768px) {
  .minimy-panel {
    display: none;
    position: absolute;
    max-height: initial;
    top: 0;
    transform: translateY(0);
    left: auto;
    right: 0;
    width: 27.5rem;
    height: 58rem;
    border: 1px solid #e8ecee;
    overflow: hidden;
    transition: height 0.4s ease, opacity 0.4s ease;
    height: 0;
    opacity: 0;
  }
  .minimy-panel > div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: inherit;
  }
  .minimy-panel.is-active {
    transform: none;
    height: 58rem;
    opacity: 1;
  }
  .minimy-panel.is-active.logged-in {
    height: 68.7rem;
  }
}
@media (min-width: 1024px) {
  .minimy-panel .login .quicklink:nth-child(1):hover {
    background-image: url("../img/common/bg-minimy-quicklink-1-on.png");
  }
  .minimy-panel .login .quicklink:nth-child(2):hover {
    background-image: url("../img/common/bg-minimy-quicklink-2-on.png");
  }
  .minimy-panel .login .quicklink:nth-child(3):hover {
    background-image: url("../img/common/bg-minimy-quicklink-3-on.png");
  }
}

.minimy-content .logout .greeting {
  display: flex;
  align-items: center;
  margin: 2rem 0 2.4rem;
  padding-bottom: 2rem;
  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.8rem;
  color: #222222;
}
.minimy-content .logout .greeting::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 5rem;
  height: 4.8rem;
  margin-right: 1.6rem;
  background: url(../../assets//img/common/img-minimy-character.svg) no-repeat 0 0/cover;
}
.minimy-content .login .profile {
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 7.8rem;
  margin: 2rem 0 2.4rem;
  padding: 0 0 2rem 6rem;
  border-bottom: 1px solid #e0e5e6;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.minimy-content .login .profile .btn-logout {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.2rem;
  height: 3.2rem;
  background: url(../../assets/img/common/ico-logout.svg) no-repeat 50% 50%/1.8rem auto;
}
.minimy-content .login .profile::before {
  content: none;
}
.minimy-content .login .profile .avatar {
  display: none;
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 6rem;
  background-color: #eef2f3;
}
.minimy-content .login .profile .avatar img {
  width: 100%;
  height: 100%;
}
.minimy-content .login .profile .avatar[data-user^=teacher] {
  background: url(../img/common/avatar-teacher-ani.png) no-repeat 0 0/cover;
}
.minimy-content .login .profile .avatar[data-user^=parents] {
  background: url(../img/common/avatar-parents-ani.png) no-repeat 0 0/cover;
}
.minimy-content .login .profile .avatar[data-user^=student] {
  background: url(../img/common/avatar-student-ani.png) no-repeat 0 0/cover;
}
.minimy-content .login .profile .avatar[data-user^=normal] {
  background: url(../img/common/avatar-normal-ani.png) no-repeat 0 0/cover;
}
.minimy-content .login .profile .user {
  display: block;
  line-height: 1.78;
  font-size: 1.8rem;
  color: #222222;
}
.minimy-content .login .profile .user em {
  font-weight: 700;
}
.minimy-content .login .profile .text-divider {
  display: block;
  margin-top: 0.2rem;
  line-height: 1.5;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #515b5e;
}
.minimy-content .login .personal-data {
  line-height: 1.5;
  font-size: 1.6rem;
  color: #222222;
  overflow: hidden;
}
.minimy-content .login .personal-data dl > div {
  float: left;
  display: flex;
}
.minimy-content .login .personal-data dl > div:nth-child(2) {
  padding-left: 1.2rem;
}
.minimy-content .login .personal-data dd {
  padding-left: 0.4rem;
  font-weight: 700;
  color: #00b0e1;
}
.minimy-content .login .quicklink {
  position: relative;
  display: block;
  min-height: 4rem;
  padding: 0.8rem 0 0 4.8rem;
  line-height: 1.5;
  font-size: 1.6rem;
  color: #222222;
}
.minimy-content .login .quicklink-group {
  margin-top: 1.2rem;
}
.minimy-content .login .quicklink::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 0.8rem);
  width: 1.6rem;
  height: 1.6rem;
  background: url(../../assets/img/common/ico-chevron.svg) no-repeat 0 0/cover;
}
.minimy-content .login .quicklink:nth-child(1) {
  background: url(../img/common/bg-minimy-quicklink-1.png) no-repeat 0 0/4rem auto;
}
.minimy-content .login .quicklink:nth-child(2) {
  background: url(../img/common/bg-minimy-quicklink-2.png) no-repeat 0 0/4rem auto;
}
.minimy-content .login .quicklink:nth-child(3) {
  background: url(../img/common/bg-minimy-quicklink-3.png) no-repeat 0 0/4rem auto;
}
.minimy-content .login .quicklink + .quicklink {
  margin-top: 1rem;
}
.minimy-content .login .quicklink-group {
  padding: 1.6rem 2rem;
  border-radius: 2rem;
  background-color: #f7f7f7;
}
.minimy-content .btns .btn {
  width: 100%;
  height: 4.8rem;
  border-radius: 1.6rem;
  font-size: 1.4rem;
}
.minimy-content .btns .btn + .btn {
  margin-top: 0.8rem;
}
.minimy-content .btns .btn-login {
  background-color: #00b0e1;
  color: #ffffff;
}
.minimy-content .btns .btn-join {
  background-color: #ffffff;
  border: 1px solid #00b0e1;
  color: #00b0e1;
}
.minimy-content .minimy-books {
  margin-top: 2.4rem;
}
.minimy-content .minimy-books .swiper-slide {
  width: 10.5rem;
  padding-top: 2rem;
}
.minimy-content .minimy-books .books-title {
  line-height: 1.3;
  margin-bottom: 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #eef2f3;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.8rem;
}
.minimy-content .minimy-books .delete-item {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../../assets/img/common/ico-x.svg) no-repeat 0 0/cover;
  opacity: 0.6;
}

.modal-content.minimy-content .modal-header {
  padding-top: 2.8rem;
}
.modal-content.minimy-content .modal-header::before {
  content: none;
}
.modal-content.minimy-content .modal-title {
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #00b0e1;
}
.modal-content.minimy-content .modal-body {
  padding-top: 0;
  padding-bottom: 2.8rem;
}
.modal-content.minimy-content .logout .greeting::before {
  width: 4.2rem;
  height: 4rem;
}
.modal-content.minimy-content .modal-close {
  top: 0.8rem;
  right: 0.8rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #00b0e1 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='M3 8.05328H13.1066' stroke='%23ffffff' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/1.4rem auto;
}
.modal-content.minimy-content .login .profile {
  min-height: 6.7rem;
  margin-top: 0;
  padding-bottom: 1.6rem;
}
.modal-content.minimy-content .login .profile .user {
  line-height: 1.5;
}
.modal-content.minimy-content .login .btn-logout {
  background-size: 2.4rem auto;
}

.top-btn {
  display: block;
  width: 5.6rem;
  height: 5.6rem;
  margin: 0.6rem auto 0;
  border-radius: 4rem;
  border: 1px solid #e8ecee;
  background: #ffffff url(../img/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.for-desktop .top-btn {
  margin-top: 0;
}

.go-to-top.for-desktop {
  display: none;
  position: fixed;
  bottom: 10rem;
  right: 3.2rem;
  width: 8rem;
  z-index: 10;
}
.go-to-top.for-desktop .top-btn {
  transform: none;
  transition: transform 0.3s, opacity 0.3s;
}
.go-to-top.for-desktop .top-btn:not(.is-active) {
  transform: translateY(20px);
  pointer-events: none;
  opacity: 0;
}
@media (min-width: 1024px) {
  .go-to-top.for-desktop {
    display: block;
  }
}

.badge.bgc-surface-1, .badge.bgc-surface-7 {
  color: #515b5e;
}

.order-history {
  border-top: 2px solid #222222;
}
.select-delivery {
  width: 100%;
}

.order-history .account {
  vertical-align: middle;
}
.order-history .h3 {
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.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;
  height: 12.15rem;
  margin-left: -11rem;
}
.order-history .row-item .thumbnail-book img {
  position: static;
  -o-object-fit: contain;
     object-fit: contain;
}
.order-history .row-item .title {
  font-weight: 700;
}
.order-history .row-item .title .etc-text {
  color: #758185;
}
.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 .go-order-detail {
    display: inline-block;
    height: 3rem;
    padding: 0.4rem 1.2rem;
    border-radius: 2rem;
    background-color: #eef2f3;
    line-height: 1.5;
    font-weight: 700;
    font-size: 1.4rem;
    color: #515b5e;
}
.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 .price {
  font-size: 2rem;
}
.order-history.type2 .price::after {
  content: none;
}
.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;
}
.order-history .btn-group {
  max-width: 48rem;
  margin: 3.6rem auto 0;
}
@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 .col {
    width: 12.5%;
  }
  .order-history.type2 .col:nth-child(2) {
    width: 15.625%;
  }
  .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;
    height: 8.1rem;
    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 .title .etc-text {
    padding-left: 2rem;
  }
  .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;
  }
  .order-history .btn-group {
    margin-top: 6.4rem;
  }
}

.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;
  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;
  color: #515b5e;
}
.payment-summary .summary-item .data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem 2rem;
  background-color: #f7f7f7;
  border: solid #e0e5e6;
  border-width: 1px 0 0 0;
  font-weight: 700;
  color: #222222;
}
.payment-summary .summary-item .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:first-child .data {
  border-top: none;
}
.payment-summary .summary-item:last-child .data {
  background-color: #eefbfe;
}
.payment-summary .summary-item:last-child .data .amount {
  color: #00b0e1;
}
@media (min-width: 768px) {
  .payment-summary {
    display: flex;
    align-items: stretch;
  }
  .payment-summary .summary-item {
    flex-grow: 1;
    flex-basis: 0;
  }
  .payment-summary .summary-item .data {
    height: 100%;
    border-top: none;
  }
  .payment-summary .summary-item .title {
    padding-right: 2rem;
  }
  .payment-summary .summary-item + .summary-item {
    border-left: 1px solid #e0e5e6;
  }
  .payment-summary .summary-item:nth-child(2) .data {
    position: relative;
  }
  .payment-summary .summary-item:nth-child(2) .data::before, .payment-summary .summary-item:nth-child(2) .data::after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 2rem;
    height: 2rem;
  }
  .payment-summary .summary-item:nth-child(2) .data::before {
    left: 0;
    transform: translate(-50%, -50%);
    background: url(../../assets/img/common/ico-circle-minus.svg) no-repeat 0 0/cover;
  }
  .payment-summary .summary-item:nth-child(2) .data::after {
    left: 100%;
    transform: translate(-50%, -50%);
    background: url(../../assets/img/common/ico-circle-equals.svg) no-repeat 0 0/cover;
  }
  .payment-summary .summary-item:not(:last-child) .title {
    white-space: nowrap;
  }
  .payment-summary .summary-item:last-child .title {
    word-break: keep-all;
  }
}
@media (min-width: 1024px) {
  .payment-summary .summary-item:last-child {
    flex-grow: 1.0476190476;
  }
}

.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;
  }
}

.textarea-wrap textarea {
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.textarea-wrap textarea:disabled {
  background-color: #e8ecee;
  color: #758185;
}

.additional-notice {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-top: 2rem;
}
.additional-notice .notice-info {
  position: relative;
  padding-left: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.additional-notice .notice-info:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  background: url(../../assets/img/common/ico-info.svg) no-repeat 0 0/cover;
}
.additional-notice .notice-desc {
  font-size: 1.4rem;
  font-weight: 500;
  color: #758185;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .additional-notice {
    margin-top: 4rem;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }
}
.vbanner-wrap {
  padding: 4rem 2rem;
  border-radius: 2rem;
  background-color: #e8f9fd;
}
.vbanner-info {
  position: relative;
  z-index: 1;
}
.vbanner-info .title {
  font-size: 2.4rem;
  font-weight: 500;
}
.vbanner-figure {
  display: block;
  margin-top: 3rem;
  padding: 0 2rem;
  text-align: center;
}
.vbanner-figure img {
  max-width: 100%;
  vertical-align: top;
}
.vbanner-detail {
  margin-top: 5rem;
}
.vbanner-list {
  display: flex;
  -moz-column-gap: 4.8rem;
       column-gap: 4.8rem;
  row-gap: 4.8rem;
  flex-direction: column;
}
.vbanner-item {
  position: relative;
  padding: 4.4rem 3rem 2.5rem 3rem;
  border-radius: 2rem;
  background-color: #ffffff;
  text-align: center;
}
.vbanner-shape {
  display: inline-block;
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
}
.vbanner-inner .title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #00b0e1;
}
.vbanner-inner .desc-list li {
  margin-top: 0.8rem;
  font-size: 0;
}
.vbanner-inner .desc-list li ~ li {
  margin-top: 0;
}
.vbanner-inner .desc-list .desc {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.vbanner-inner .desc-list .desc.dot {
  position: relative;
  padding-left: 1.2rem;
}
.vbanner-inner .desc-list .desc.dot:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1rem;
  width: 0.4rem;
  height: 0.4rem;
  margin-top: -0.2rem;
  border-radius: 50%;
  background-color: #c6d0d2;
}
.vbanner-desc {
  margin-top: 1.2rem;
  padding-right: 1.5rem;
  font-size: 1.6rem;
  color: #515b5e;
  word-break: keep-all;
}
.vbanner .title {
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.3;
}
.vbanner .break.mo {
  display: block;
}
.vbanner .break.pc {
  display: none;
}

@media (min-width: 1024px) {
  .vbanner-vpoint .vbanner-list {
    display: flex;
    -moz-column-gap: 0rem;
         column-gap: 0rem;
    row-gap: 0rem;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .vbanner-vpoint .vbanner-list > li {
    flex-basis: calc((100% - 0rem * (2 - 1)) / 2);
    max-width: calc((100% - 0rem * (2 - 1)) / 2);
  }
  .vbanner-wrap {
    position: relative;
    padding: 7.2rem 8rem 4.8rem 8rem;
  }
  .vbanner-figure {
    position: absolute;
    top: 3.2rem;
    right: 11rem;
    width: 33.5rem;
    height: 16.2rem;
    margin: 0;
    padding: 0;
  }
  .vbanner-detail {
    margin-top: 6.2rem;
  }
  .vbanner-list {
    background-color: #ffffff;
    border-radius: 2rem;
    display: flex;
    -moz-column-gap: 0rem;
         column-gap: 0rem;
    row-gap: 0rem;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .vbanner-list > li {
    flex-basis: calc((100% - 0rem * (3 - 1)) / 3);
    max-width: calc((100% - 0rem * (3 - 1)) / 3);
  }
  .vbanner-list > li {
    position: relative;
  }
  .vbanner-list > li ~ li::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.1rem;
    height: 8rem;
    background-color: #e8ecee;
  }
  .vbanner-item {
    padding: 4.6rem 1rem 3.2rem 1rem;
    background-color: transparent;
  }
  .vbanner .break.mo {
    display: none;
  }
  .vbanner .break.pc {
    display: block;
  }
}
/*
 * V포인트
*/
.vpoint-main {
  line-height: 1.5;
}
.vpoint-main .title {
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.3;
}
.vpoint-main .break.mo {
  display: block;
}
.vpoint-main .break.pc {
  display: none;
}
.vpoint-main em {
  display: inline-block;
  color: #00b0e1;
}
.vpoint-main-wrap {
  margin-top: 6rem;
  padding: 6rem 2rem 8rem 2rem;
  background-color: #f7f7f7;
}
.vpoint-main-title {
  font-size: 2.4rem;
  font-weight: 500;
}
.vpoint-main-title .title ~ .title {
  margin-top: 0.4rem;
}
.vpoint-main-list {
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
}
.vpoint-main-list > li {
  width: 100%;
}
@media (min-width: 768px) {
  .vpoint-main-list {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 2rem;
  }
  .vpoint-main-list > li {
    width: calc((100% - 2rem) / 2);
  }
}
@media (min-width: 1024px) {
  .vpoint-main-list {
    row-gap: 2rem;
  }
  .vpoint-main-list > li {
    width: calc((100% - 4rem) / 3);
  }
}
.vpoint-main-item {
  position: relative;
  height: 30rem;
  padding: 4rem;
  box-shadow: 0 0 0 0.1rem #e0e5e6;
  border-radius: 2rem;
  background-color: #ffffff;
}
.vpoint-main-item:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.vpoint-main-item .title {
  font-size: 2rem;
  font-weight: 500;
}
.vpoint-main-item .desc {
  margin-top: 1rem;
  padding-right: 1.8rem;
  font-size: 1.6rem;
  color: #515b5e;
}
.vpoint-main-item .sub-text {
  margin-top: 0.4rem;
  color: #98a3a7;
  font-size: 1.3rem;
  font-weight: 500;
}
.vpoint-main-item em {
  display: inline;
}
.vpoint-main-shape {
  display: inline-block;
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  width: 11.7rem;
  height: 10rem;
  vertical-align: top;
}
.vpoint-main-shape img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .vpoint-main .break.mo {
    display: none;
  }
  .vpoint-main .break.pc {
    display: block;
  }
  .vpoint-main-wrap {
    margin-top: 8rem;
    padding-top: 8rem;
    padding-bottom: 12rem;
  }
  .vpoint-main-wrap .inner {
    width: 100%;
    max-width: 132rem;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .vpoint-main-item {
    height: 34rem;
  }
  .vpoint-main-item .desc {
    margin-top: 1.6rem;
    padding-right: 1.3rem;
  }
  .vpoint-main-item:hover {
    border-color: #00b0e1;
    transition: border 0.3s ease-in-out;
  }
  .vpoint-main-shape {
    right: 4rem;
    bottom: 4rem;
    width: 14rem;
    height: 12rem;
  }
}
.modal-apply .modal-detail .img img {
  width: 100%;
  vertical-align: top;
}
.modal-apply .modal-detail .text {
  margin-top: 1rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #758185;
  line-height: 1.5;
  text-align: center;
}
.modal-apply .modal-detail .list {
  margin-top: 2rem;
  padding: 2rem;
  border-radius: 1.2rem;
  background-color: #f7f7f7;
}
.modal-apply .modal-detail .list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.modal-apply .modal-detail .list li ~ li {
  margin-top: 0.2rem;
}
.modal-apply .modal-detail .list b {
  font-weight: 500;
  color: #758185;
}
.modal-apply .modal-detail .list em {
  color: #00b0e1;
}
.modal-apply .modal-contents {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 0.1rem solid #e8ecee;
}
.modal-apply .content ~ .content {
  margin-top: 2rem;
}
.modal-apply .form-group {
  margin-top: 4rem;
}
.modal-apply .form-item:not(:first-child) {
  margin-top: 2rem;
}
.modal-apply .form-item:has(select[required]) .form-label::after, .modal-apply .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;
}
.modal-apply .form-item.row {
  display: flex;
  align-items: center;
}
.modal-apply .form-label {
  display: inline-block;
  position: relative;
  height: auto;
  margin-bottom: 0.8rem;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 700;
  color: #222222;
}
.modal-apply .form-label.required {
  margin-bottom: 0;
  padding-right: 3.7rem;
}
.modal-apply .form-label.required::after {
  content: "*";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0.4rem;
  color: #00b0e1;
  font-size: 1.4rem;
}
.modal-apply .form-check-group {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.modal-apply .form-check-group .form-check:not(:first-child) {
  margin-left: 2rem;
}
.modal-apply .form-input-wrap:has(.mobile-number) > button {
  align-self: start;
}
.modal-apply .form-input-wrap .mobile-number {
  display: flex;
  width: 100%;
}
.modal-apply .form-input-wrap .mobile-number .select-box {
  width: 17rem;
  flex-shrink: 0;
  margin-right: 0.8rem;
}
.modal-apply .form-input-data {
  color: #222222;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.modal-apply .form-group {
  margin-top: 0;
}
.modal-apply .message {
  padding: 3rem 2rem;
  border-radius: 1.2rem;
  background-color: #f7f7f7;
}
.modal-apply .message .title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #515b5e;
}
.modal-apply .message .desc-list {
  margin-top: 0.8rem;
}
.modal-apply .message .desc-list .desc {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #758185;
}
.modal-apply .message .desc-list .desc.dot {
  position: relative;
  padding-left: 1.2rem;
}
.modal-apply .message .desc-list .desc.dot:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1rem;
  width: 0.4rem;
  height: 0.4rem;
  margin-top: -0.2rem;
  border-radius: 50%;
  background-color: #c6d0d2;
}
.modal-apply .message .form-check {
  margin-top: 1.6rem;
}
.modal-apply .message .form-check-label {
  font-size: 1.4rem;
  font-weight: 500;
  color: #515b5e;
}
.modal-apply .btn-group {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .modal-apply .modal-detail .img {
    max-width: 40rem;
    margin: 0 auto;
  }
  .modal-apply .modal-detail .text {
    margin-top: 1.2rem;
    font-size: 1.4rem;
  }
  .modal-apply .modal-detail .list {
    padding: 2rem 4rem;
  }
  .modal-apply .modal-detail .list li {
    font-size: 1.8rem;
  }
  .modal-apply .form-input-wrap:has(.mobile-number) {
    flex-direction: row;
  }
  .modal-apply .form-input-wrap:has(.mobile-number) > button {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0;
  }
}
/*
 * 이벤트
*/
.events {
  line-height: 1.5;
}
.events-dates {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #758185;
  line-height: 1.5;
}
.events-dates li ~ li {
  margin-top: 0.4rem;
}
.events-dates b {
  position: relative;
  padding-right: 1.6rem;
  color: #222222;
}
.events-dates b:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 0.8rem;
  background-color: #e0e5e6;
}
.events .break.mo {
  display: block;
}
.events .break.pc {
  display: none;
}

@media (min-width: 768px) {
  .events .break.mo {
    display: none;
  }
  .events .break.pc {
    display: block;
  }
}
.ebanner-info {
  padding: 4rem 4rem 0 2rem;
}
.ebanner-wrap {
  position: relative;
  border-radius: 2rem;
  background-color: #79c9f2;
  color: #ffffff;
  overflow: hidden;
}
.ebanner-figure {
  display: block;
  margin-top: 0.9rem;
  text-align: center;
}
.ebanner-figure img {
  vertical-align: top;
  max-width: 100%;
}
.ebanner .title {
  font-size: 2.4rem;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 3.1rem;
}
.ebanner-desc {
  margin-top: 1.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.ebanner .desc-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  margin-top: 1rem;
}
.ebanner .desc-list em {
  display: inline-block;
  margin-left: 0.4rem;
  margin-right: 0.2rem;
  padding: 0 0.8rem;
  border-radius: 1rem;
  background-color: #4fb0e0;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.8rem;
}
.ebanner .break.pc {
  display: none;
}
.ebanner .break.mo {
  display: block;
}

@media (min-width: 768px) {
  .ebanner-info {
    padding: 0;
  }
  .ebanner-wrap {
    min-height: 18rem;
    padding: 4.1rem 8rem;
    padding-right: 39rem;
  }
  .ebanner-figure {
    position: absolute;
    width: 33.5rem;
    height: 16.5rem;
    right: 7rem;
    bottom: 0;
    margin-top: 0;
  }
  .ebanner-desc {
    margin-top: 1rem;
  }
  .ebanner .title {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
  .ebanner .desc-list {
    gap: 1rem;
    margin: 0;
  }
  .ebanner .break.pc {
    display: block;
  }
  .ebanner .break.mo {
    display: none;
  }
}
.event-inven-result {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.event-inven-info {
  line-height: 1.6;
}
.event-inven-info .total-count {
  font-size: 1.6rem;
  font-weight: 300;
  color: #222222;
}
.event-inven-info .total-count .count {
  font-weight: 700;
}
.event-inven-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4rem;
}
.event-inven-list > li {
  width: 100%;
}
@media (min-width: 768px) {
  .event-inven-list {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 6rem;
  }
  .event-inven-list > li {
    width: calc((100% - 2rem) / 2);
  }
}
@media (min-width: 1024px) {
  .event-inven-list {
    row-gap: 6rem;
  }
  .event-inven-list > li {
    width: calc((100% - 4rem) / 3);
  }
}
.event-inven-list .event-inven-item {
  position: relative;
  display: flex;
  flex-direction: column;
}
.event-inven-list .event-inven-item .label {
  display: flex;
  gap: 0.8rem;
  margin-top: 2rem;
}
.event-inven-list .event-inven-item .badge {
  min-width: 6rem;
}
.event-inven-list .event-inven-item .title {
  flex-grow: 1;
  display: block;
  max-height: 3rem;
  margin-top: 0.8rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
    text-align: left;
}
.event-inven-thumbnail {
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: 0 0 0 0.1rem #e0e5e6;
}
.event-inven-thumbnail img {
  width: 100%;
  vertical-align: top;
}
.event-inven-winner {
  margin-top: 2.4rem;
}
.event-inven-winner .text-btn {
  line-height: 1.375;
}

@media (min-width: 768px) {
  .event-inven-result {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .event-inven-thumbnail {
    border-radius: 2rem;
  }
}
.event-header .label {
  display: flex;
  gap: 0.8rem;
}

@media (min-width: 768px) {
  .event-header {
    position: relative;
    padding-top: 4.2rem;
  }
  .event-header .label {
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.event-check .title {
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.3;
}
.event-check .state {
  display: inline-block;
  width: 12rem;
  height: 12rem;
  margin-top: 0.4rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: top;
}
.event-check .state.nextday {
  border-radius: 50%;
  background-color: #f7f7f7;
}
.event-check .state.today {
  background-image: url(../img/event/stamp-event-today.png);
}
.event-check .state.completion {
  background-image: url(../img/event/stamp-event-completion.png);
}
.event-check .state.fail {
  background-image: url(../img/event/stamp-event-fail.png);
}

.attendance-status {
  margin-top: 4rem;
}
.attendance-status-list {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
  flex-direction: column;
}
.attendance-status-item {
  padding: 2rem 3rem;
  border-radius: 2rem;
  background-color: #f7f7f7;
  font-weight: 500;
  line-height: 1.3;
  text-align: right;
}
.attendance-status-item .title {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
}
.attendance-status-item em {
  font-size: 2rem;
  font-weight: 700;
  color: #00b0e1;
}
.attendance-status-item span {
  margin-left: 0.4rem;
  font-size: 1.6rem;
  color: #758185;
}
.attendance-status-item .attendance-status-date,
.attendance-status-item .attendance-status-point {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
}
.attendance-status-point {
  flex-shrink: 0;
}
.attendance-status-point span {
  margin-top: 0.2rem;
  margin-right: 0.8rem;
  color: #222222;
}

@media (min-width: 1024px) {
  .attendance-status {
    margin-top: 6rem;
  }
  .attendance-status-list {
    display: flex;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 3rem;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .attendance-status-list > li {
    flex-basis: calc((100% - 2rem * (3 - 1)) / 3);
    max-width: calc((100% - 2rem * (3 - 1)) / 3);
  }
  .attendance-status-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    height: 100%;
    padding: 3.1rem 2.8rem;
  }
  .attendance-status-item .attendance-status-date,
  .attendance-status-item .attendance-status-point {
    margin-top: 0rem;
  }
  .attendance-status-item .title {
    word-break: keep-all;
  }
  .attendance-status-item span {
    flex-shrink: 0;
  }
}
.attendance-check {
  margin-top: 2rem;
}
.attendance-check-wrap {
  padding: 3rem 2rem;
  border: 0.1rem solid #e0e5e6;
  border-radius: 2rem;
}
.attendance-check-calendar {
  text-align: center;
}
.attendance-check-calendar.pc {
  display: none;
}
.attendance-check-calendar.mo {
  display: block;
}
.attendance-check-date {
  position: relative;
  text-align: center;
}
.attendance-check-date .date {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 500;
}
.attendance-check-date .btn-icon {
  position: absolute;
  right: 0;
  top: -1rem;
}
.attendance-check-area {
  position: relative;
  display: inline-block;
  min-width: 15.4rem;
  margin-top: 2rem;
}
.attendance-check-area .state {
  margin-top: 0;
}
.attendance-check-area:is([data-point]):not(:has(.completion)):after {
  content: attr(data-point);
  display: inline-block;
  position: absolute;
  right: -0.2rem;
  bottom: 2rem;
  min-width: 5.8rem;
  min-height: 2.9rem;
  padding: 0 0.8rem;
  background-color: #00b0e1;
  border-radius: 1.6rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.9rem;
  color: #ffffff;
  z-index: 1;
}
.attendance-check-submit {
  margin-top: 2rem;
}
.attendance-check-submit .btn-group {
  margin-top: 0;
}
.attendance-check-submit .btn {
  max-width: 48rem;
}

@media (min-width: 1024px) {
  .attendance-check {
    margin-top: 3.3rem;
    text-align: center;
  }
  .attendance-check .day {
    display: block;
    font-size: 2rem;
  }
  .attendance-check-wrap {
    padding-block: 5.6rem 6.4rem;
  }
  .attendance-check-calendar.pc {
    display: block;
  }
  .attendance-check-calendar.mo {
    display: none;
  }
  .attendance-check-submit {
    margin-top: 7.4rem;
  }
  .attendance-calendar .table {
    width: 100%;
    max-width: 107.8rem;
    margin: 0 auto;
  }
  .attendance-calendar thead th {
    padding-bottom: 0.8rem;
    font-size: 3.2rem;
    font-weight: 500;
  }
  .attendance-calendar tbody td {
    position: relative;
    padding-top: 2rem;
  }
  .attendance-calendar tbody td:nth-child(1) {
    color: #ff6262;
  }
  .attendance-calendar tbody td:nth-child(7) {
    color: #2681cc;
  }
  .attendance-calendar tbody td:has(.today) {
    color: #00b0e1;
  }
  .attendance-calendar tbody td:is([data-point]):not(:has(.completion)):after {
    content: attr(data-point);
    display: inline-block;
    position: absolute;
    right: -0.2rem;
    bottom: 2rem;
    min-width: 5.8rem;
    min-height: 2.9rem;
    padding: 0 0.8rem;
    background-color: #00b0e1;
    border-radius: 1.6rem;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.9rem;
    color: #ffffff;
    z-index: 1;
  }
}
.modal-calendar .table {
  width: 100%;
  text-align: center;
}
.modal-calendar .table thead .title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}
.modal-calendar .table tbody td {
  padding-top: 2rem;
}
.modal-calendar .table tbody td:nth-child(1) {
  color: #ff6262;
}
.modal-calendar .table tbody td:nth-child(7) {
  color: #2681cc;
}
.modal-calendar .table tbody td:has(.today) {
  color: #00b0e1;
}
.modal-calendar .state {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: top;
}
.modal-calendar .state.nextday {
  background-color: transparent;
}
.modal-calendar .state.today {
  background-image: url(../img/event/stamp-event-modal-today.svg);
}
.modal-calendar .state.completion {
  background-image: url(../img/event/stamp-event-modal-completion.svg);
}
.modal-calendar .state.fail {
  background-image: url(../img/event/stamp-event-modal-fail.svg);
}
.modal-calendar .day {
  display: block;
  font-size: 1.8rem;
  line-height: 1.5;
}

.vstalk-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
}
.vstalk-list > li {
  width: 100%;
}
@media (min-width: 768px) {
  .vstalk-list {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 2rem;
  }
  .vstalk-list > li {
    width: calc((100% - 2rem) / 2);
  }
}
@media (min-width: 1024px) {
  .vstalk-list {
    row-gap: 2rem;
  }
  .vstalk-list > li {
    width: calc((100% - 4rem) / 3);
  }
}
.vstalk-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.vstalk-item {
  position: relative;
  padding: 3rem 2rem 2rem;
  border: 0.1rem solid #e8ecee;
  border-radius: 2.8rem;
  text-align: center;
  overflow: hidden;
    cursor: pointer;
}
.vstalk-cate {
  margin-top: -1.2rem;
}
.vstalk-shape {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 6rem;
  width: 14.7rem;
  background: url(../img/event/shape-vstalk.png) center/cover no-repeat;
  font-size: 2rem;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.3;
}
.vstalk-state {
  margin-top: 1rem;
}
.vstalk-dates {
  display: inline-block;
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 300;
  color: #515b5e;
}
.vstalk-dates b {
  display: inline-block;
  position: relative;
  padding-right: 1.6rem;
  font-weight: 500;
  color: #222222;
}
.vstalk-dates b:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 0.8rem;
  background-color: #c6d0d2;
}
.vstalk-addition {
  display: flex;
  justify-content: space-between;
  margin-top: 2.8rem;
  padding-top: 1.8rem;
  border-top: 0.1rem solid #e8ecee;
}
.vstalk-addition .count {
  position: relative;
  padding-left: 2.8rem;
  background: center left/2rem no-repeat;
  font-size: 1.4rem;
  font-weight: 700;
  color: #515b5e;
}
.vstalk-addition .count.vote {
  background-image: url(../img/event/ico-vote.svg);
}
.vstalk-addition .count.comment {
  background-image: url(../img/event/ico-comment.svg);
}
.vstalk .title {
  flex-grow: 1;
  max-height: 6rem;
  margin-top: 1.6rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .vstalk-list {
    row-gap: 4rem;
  }
  .vstalk-item {
    padding: 3.6rem 4rem 2.4rem;
  }
  .vstalk-item:hover {
    border-color: #00b0e1;
    transition: border 0.3s ease-in-out;
  }
  .vstalk-item:hover .vstalk-shape {
    background-image: url(../img/event/shape-vstalk_on.png);
    color: #00b0e1;
  }
  .vstalk-item:hover .vstalk-info:after {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.5s cubic-bezier(0.72, 1.58, 0.31, 0.73), opacity 0.5s ease-in-out;
  }
  .vstalk-item:hover .vstalk-dates {
    opacity: 0;
  }
  .vstalk-item:hover .vstalk-addition {
    opacity: 0;
  }
  .vstalk-item.descriptive .vstalk-info:after {
    background-image: url(../img/event/shape-event-character-1.png);
  }
  .vstalk-item.choices .vstalk-info:after {
    background-image: url(../img/event/shape-event-character-2.png);
  }
  .vstalk-item.objective .vstalk-info:after {
    background-image: url(../img/event/shape-event-character-3.png);
  }
  .vstalk-shape {
    max-width: 28rem;
    width: 100%;
    height: 10rem;
    background: url(../img/event/shape-vstalk_pc.png) 0.9rem calc(50% - 0.6rem)/contain no-repeat;
    font-size: 2.4rem;
    transition: background 0.3s ease-in-out, color 0.2s ease-in-out;
  }
  .vstalk-state {
    margin-top: 1.6rem;
  }
  .vstalk-info:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(100%);
    height: 19.5rem;
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    opacity: 0;
  }
  .vstalk-addition {
    margin-top: 4.1rem;
    padding-top: 2.4rem;
  }
  .vstalk-dates {
    margin-top: 2.8rem;
  }
  .vstalk .title {
    margin-top: 2.3rem;
  }
}
.vstalk-card {
  position: relative;
  background-color: #e8f9fd;
}
.vstalk-card-box {
  max-width: 33.5rem;
  margin: 0 auto;
  padding-block: 2.4rem 2.8rem;
  border-radius: 2rem;
  background-color: #ffffff;
}
.vstalk-card-wrap {
  position: relative;
  padding: 0 2rem;
  text-align: center;
}
.vstalk-card-shape {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24.5rem;
  height: 9.6rem;
  background: url(../img/event/shape-vstalk-detail.png) center/cover no-repeat;
}
.vstalk-card-shape .category {
  padding-top: 2.4rem;
  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;
  color: #ffffff;
}
.vstalk-card-info {
  margin-top: 3.6rem;
  word-break: keep-all;
}
.vstalk-card-info .title {
  font-size: 2.4rem;
  font-weight: 700;
}
.vstalk-card-info .desc {
  margin-top: 1.6rem;
  font-size: 1.8rem;
  font-weight: 500;
}
.vstalk-card-info .desc ~ .desc {
  margin-top: 0.8rem;
}
.vstalk-card-info .desc em {
  color: #00b0e1;
}
.vstalk-card .inner {
  width: 100%;
  max-width: 52rem;
  margin: 0 auto;
  padding: 4rem 2rem;
}
.vstalk-card .btn-group {
  margin-top: 2rem;
}
.vstalk-card-state {
  margin-top: 1.2rem;
  font-size: 1.2rem;
  color: #758185;
}
.vstalk-card-state em {
  color: #00b0e1;
}
.vstalk-card-nav {
  position: absolute;
  max-width: 61.6rem;
  width: 100%;
  height: 81.2rem;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.vstalk-card-prev, .vstalk-card-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 6rem;
  border: 0.1rem solid #e8ecee;
  background-color: #ffffff;
  z-index: 1;
  pointer-events: all;
}
.vstalk-card-prev:after, .vstalk-card-next:after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #222222;
  -webkit-mask: url(../../assets/img/common/ico-chevron.svg) no-repeat 50% 50%/1.8rem auto;
          mask: url(../../assets/img/common/ico-chevron.svg) no-repeat 50% 50%/1.8rem auto;
}
.vstalk-card-prev.last, .vstalk-card-next.last {
  pointer-events: none;
}
.vstalk-card-prev.last:after, .vstalk-card-next.last:after {
  background-color: #c6d0d2;
}
.vstalk-card-prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
.vstalk-card-next {
  right: 0;
}

.vbundle .descriptive .figure {
  margin-top: 3.2rem;
}
.vbundle .descriptive .figure img {
  width: 100%;
  max-width: 29.5rem;
  vertical-align: top;
}
.vbundle .descriptive .form-group {
  margin-top: 1.8rem;
}
.vbundle .descriptive .form-group .textarea-wrap {
  position: relative;
}
.vbundle .descriptive .form-group .textarea-wrap textarea {
  height: 12rem;
}
.vbundle .descriptive .form-group .btn-del {
  display: inline-block;
  position: absolute;
  right: 2rem;
  top: 1.7rem;
  width: 2rem;
  height: 2rem;
  background: url(../img/common/ico-x.svg) center/1.6rem no-repeat;
}
.vbundle .choicegroup {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  max-width: 29.5rem;
  margin: 0 auto;
  margin-top: 3.3rem;
  padding-bottom: 2rem;
}
.vbundle .choicegroup input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  margin: 0;
  padding: 0;
}
.vbundle .choicegroup label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.vbundle .choicegroup .choice {
  position: relative;
    border: 4px solid transparent;
    border-radius: 4px;
}

.vbundle .choicegroup .choice:has(:checked) {
    border-color: #00b0e1;
}

.vbundle .choicegroup.after .choice {
    border-color: transparent;
}

.vbundle .choicegroup .choice:has(:checked).yes .figure {
  background-image: url(../img/event/shape-choices-yes_on.png);
}
.vbundle .choicegroup .choice:has(:checked).no .figure {
  background-image: url(../img/event/shape-choices-no_on.png);
}
.vbundle .choicegroup .choice.yes .figure {
  background-image: url(../img/event/shape-choices-yes.png);
}
.vbundle .choicegroup .choice.no .figure {
  background-image: url(../img/event/shape-choices-no.png);
}
.vbundle .choicegroup .choice .figure {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  width: 14.3rem;
  height: 16rem;
  background: center/cover no-repeat;
}
.vbundle .choicegroup .choice .label {
    width: 100%;
  padding-bottom: 1.6rem;
  font-size: 1.6rem;
    word-break: break-all;
}
.vbundle .choicegroup.after {
  pointer-events: none;
}
.vbundle .choicegroup.after .choice .figure {
  height: 8.3rem;
  margin-top: 1.3rem;
}
.vbundle .choicegroup.after .choice .progress {
  font-size: 0;
}
.vbundle .choicegroup.after .choice .progress progress {
  width: 100%;
  margin-top: 1.2rem;
  font-size: 1.6rem;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  vertical-align: top;
}
.vbundle .choicegroup.after .choice .progress progress::-webkit-progress-bar {
  border-radius: 2rem;
  background-color: #f7f7f7;
}
.vbundle .choicegroup.after .choice .progress progress::-webkit-progress-value {
  border-radius: 2rem;
}
.vbundle .choicegroup.after .choice .title {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.6rem;
  line-height: 3.6rem;
}
.vbundle .choicegroup.after .choice .title:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3.6rem;
  height: 3.6rem;
  background: center/cover no-repeat;
}

.vbundle .choicegroup.after .choice .progress.with-img .title {
    padding-left: 0;
    padding-right: 0;
}

.vbundle .choicegroup.after .choice .progress.with-img .title:after {
    display: none;
}

.vbundle .choicegroup.after .choice .progress.with-img .title img {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 100%;
}

.vbundle .choicegroup.after .choice .title b {
  display: inline-block;
  font-weight: 500;
}
.vbundle .choicegroup.after .choice .title em {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
}
.vbundle .choicegroup.after .choice .title span {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
}
.vbundle .choicegroup.after .choice:has(:checked).yes .figure {
  background-image: url(../img/event/shape-choices-after_on.png);
}
.vbundle .choicegroup.after .choice:has(:checked).no .figure {
  background-image: url(../img/event/shape-choices-after_on.png);
}
.vbundle .choicegroup.after .choice.yes progress::-webkit-progress-value {
  background-color: #68d951;
}
.vbundle .choicegroup.after .choice.yes .title {
  justify-content: flex-start;
  padding-left: 4.6rem;
}
.vbundle .choicegroup.after .choice.yes .title:after {
  left: 0;
  background-image: url(../img/event/shape-progress-yes.png);
}
.vbundle .choicegroup.after .choice.yes .title em {
  margin-left: 0.4rem;
  color: #68d951;
}
.vbundle .choicegroup.after .choice.yes .figure {
  background-image: url(../img/event/shape-choices-after.png);
}
.vbundle .choicegroup.after .choice.no progress {
  transform: rotate(180deg);
}
.vbundle .choicegroup.after .choice.no progress::-webkit-progress-value {
  background-color: #f67e7e;
}
.vbundle .choicegroup.after .choice.no .title {
  justify-content: flex-end;
  padding-right: 4.6rem;
  text-align: right;
}
.vbundle .choicegroup.after .choice.no .title:after {
  right: 0;
  background-image: url(../img/event/shape-progress-no.png);
}
.vbundle .choicegroup.after .choice.no .title em {
  color: #f67e7e;
}
.vbundle .choicegroup.after .choice.no .title span {
  margin-right: 0.4rem;
}
.vbundle .choicegroup.after .choice.no .figure {
  background-image: url(../img/event/shape-choices-after.png);
}
.vbundle .objective {
  margin-top: 4.8rem;
  padding-bottom: 2rem;
}
.vbundle .objective input {
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.vbundle .objective input:focus, .vbundle .objective input:focus-visible {
  outline: none;
}
.vbundle .objective label {
  text-align: left;
}
.vbundle .objective label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}
.vbundle .objective .vlist {
  display: flex;
  -moz-column-gap: 0.9rem;
       column-gap: 0.9rem;
  row-gap: 1.2rem;
  flex-wrap: wrap;
  flex-direction: row;
}
.vbundle .objective .vlist > li {
  flex-basis: calc((100% - 0.9rem * (2 - 1)) / 2);
  max-width: calc((100% - 0.9rem * (2 - 1)) / 2);
}
.vbundle .objective .vlist-list {
  text-align: left;
}
.vbundle .objective .vlist-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 1.2rem 1.6rem 1.2rem 1.5rem;
  border: 0.1rem solid #e0e5e6;
  border-radius: 2rem;
  overflow: hidden;
  z-index: 1;
}
.vbundle .objective .vlist-item:has(:checked) {
  border-color: #00b0e1;
}
.vbundle .objective .vlist-item:has(:checked) .title {
  color: #222222;
}
.vbundle .objective .vlist-item:has(:checked) .percent em {
  color: #00b0e1;
}
.vbundle .objective .vlist-item:has(:checked) .percent span {
  color: #222222;
}
.vbundle .objective .vlist-item .figure {
  flex-shrink: 0;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 8.4rem;
  border-radius: 0.8rem;
  overflow: hidden;
  z-index: 3;
  cursor: zoom-in;
}
.vbundle .objective .vlist-item .figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  vertical-align: top;
  pointer-events: none;
}
.vbundle .objective .vlist-item .detail {
  display: flex;
  align-items: center;
  flex-grow: 1;
  width: 100%;
  z-index: 1;
}
.vbundle .objective .vlist-item .title {
  display: inline-block;
  margin-left: 0.8rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #515b5e;
}
.vbundle .objective .vlist-item .percent {
  display: inline-flex;
  font-size: 1.4rem;
  color: #758185;
}
.vbundle .objective .vlist-item .percent em {
  display: inline-block;
  font-weight: 500;
}
.vbundle .objective .vlist-item .percent span {
  display: inline-block;
  font-weight: 700;
}
.vbundle .objective.after {
  pointer-events: none;
}
.vbundle .objective.after input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.vbundle .objective.after .vlist-item {
  padding: 1.2rem 1.6rem 1.2rem 1.5rem;
}
.vbundle .objective.after .vlist-item:has(:checked) .figure {
  opacity: 1;
}
.vbundle .objective.after .vlist-item .figure {
  opacity: 0.2;
}
.vbundle .objective.after .vlist-item .detail {
  justify-content: space-between;
}
.vbundle .objective.after .vlist-item .title {
  margin-left: 0;
}

.event-form .form-label {
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
  font-weight: 500;
}
.event-form .form-label.required::after {
  margin-left: 0.2rem;
  line-height: 1.2;
  vertical-align: top;
}
.event-form .textarea-wrap textarea {
  height: 12rem;
}
.event-form .form-row:not(:first-child) {
  margin-top: 1.2rem;
}
.event-form .btn-group {
  max-width: 7.7rem;
  margin-top: 1.2rem;
}

.comment-board {
  margin-top: 4rem;
}
.comment-board-list {
  margin-top: 4rem;
}
.comment-board-list li ~ li {
  margin-top: 1.6rem;
}
.comment-board-item {
  padding: 2.8rem 2.4rem;
  border: 0.1rem solid #e0e5e6;
  border-radius: 2rem;
  color: #515b5e;
}
.comment-board-info {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.comment-board-figure img {
  vertical-align: top;
}
.comment-board-user span {
  display: block;
  position: relative;
  width: 5.7rem;
  padding-right: 3.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
}
.comment-board-user span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 3.5rem;
  height: 100%;
  background: url(../img/event/shape-vstalk-ellipsis.svg) center right/3.3rem no-repeat;
  background-color: #ffffff;
}

.comment-board-user span.show-id:after {
    display: none;
}
.comment-board-user b {
  display: block;
  margin-top: 0.4rem;
  font-size: 1.6rem;
  font-weight: 700;
}
.comment-board-content {
  margin-top: 1.6rem;
}
.comment-board-content .desc {
  font-size: 1.6rem;
  font-weight: 500;
}
.comment-board-inp {
  position: relative;
}
.comment-board-inp .textarea-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #ffffff;
}
.comment-board-inp textarea {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.comment-board-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4.4rem;
  margin-top: 2.4rem;
  font-size: 0;
}
.comment-board-detail .date {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 300;
}
.comment-board-detail .buttons {
  display: flex;
  gap: 1rem;
}
.comment-board-button {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
.comment-board .event-form {
  margin-top: 1.8rem;
}
.comment-board .event-form .textarea-wrap {
  position: relative;
}
.comment-board .event-form .textarea-wrap textarea {
  height: 12rem;
}
.comment-board .event-form .btn-del {
  display: inline-block;
  position: absolute;
  right: 2rem;
  top: 1.7rem;
  width: 2rem;
  height: 2rem;
  background: url(../img/common/ico-x.svg) center/1.6rem no-repeat;
}

@media (min-width: 768px) {
  .vstalk-card-box {
    max-width: unset;
    margin: unset;
  }
  .vstalk-card-info .title {
    font-size: 2.8rem;
  }
  .vbundle .objective {
    margin-top: 3.6rem;
    padding-bottom: 2.4rem;
  }
  .vbundle .descriptive .figure {
    margin-top: 3.6rem;
  }
  .vbundle .descriptive .form-group {
    margin-top: 2rem;
  }
  .vbundle .descriptive .form-group .textarea-wrap textarea {
    height: 5.6rem;
    padding: 1.6rem 2rem;
  }
  .vbundle .choicegroup {
    max-width: 38.5rem;
    margin-top: 3.7rem;
    padding-bottom: 2.4rem;
  }

    .vbundle .choicegroup .choice:has(:checked).yes .figure {
    background-image: url(../img/event/shape-choices-yes_on_pc.png);
  }
  .vbundle .choicegroup .choice:has(:checked).no .figure {
    background-image: url(../img/event/shape-choices-no_on_pc.png);
  }
  .vbundle .choicegroup .choice.yes .figure {
    background-image: url(../img/event/shape-choices-yes_pc.png);
  }
  .vbundle .choicegroup .choice.no .figure {
    background-image: url(../img/event/shape-choices-no_pc.png);
  }
  .vbundle .choicegroup .choice .figure {
    width: 18.8rem;
    height: 21rem;
  }
  .vbundle .choicegroup .choice .label {
    padding-bottom: 2.8rem;
  }
  .vbundle .choicegroup.after .choice .figure {
    width: 18.8rem;
    height: 10.8rem;
    margin-top: 2.2rem;
  }
  .vbundle .choicegroup.after .choice .progress progress {
    font-size: 2rem;
    vertical-align: top;
  }
  .vbundle .choicegroup.after .choice .title {
    line-height: 4.8rem;
  }
  .vbundle .choicegroup.after .choice .title:after {
    width: 4.8rem;
    height: 4.8rem;
  }

    .vbundle .choicegroup.after .choice .progress.with-img .title img {
        width: 4.8rem;
        height: 4.8rem;
    }

    .vbundle .choicegroup.after .choice.yes .title {
    padding-left: 6rem;
  }
  .vbundle .choicegroup.after .choice.yes .title:after {
    background-image: url(../img/event/shape-progress-yes_pc.png);
  }
  .vbundle .choicegroup.after .choice.yes .title em {
    margin-left: 0.8rem;
  }
  .vbundle .choicegroup.after .choice.no .title {
    padding-right: 6rem;
  }
  .vbundle .choicegroup.after .choice.no .title:after {
    background-image: url(../img/event/shape-progress-no_pc.png);
  }
  .vbundle .choicegroup.after .choice.no .title span {
    margin-right: 0.8rem;
  }
  .event-form .form-label {
    margin-bottom: 0;
  }
  .event-form .form-label.required::after {
    margin-top: -0.6rem;
  }
  .event-form .btn-group {
    margin-top: 0;
    margin-left: 1.2rem;
  }
  .comment-board-list {
    margin-top: 2.4rem;
  }
  .comment-board-item {
    display: flex;
    gap: 1.6rem;
  }
  .comment-board-info {
    align-items: flex-start;
  }
  .comment-board-content {
    margin-top: 0;
  }
  .comment-board-button {
    margin-top: 4.8rem;
  }
  .comment-board .event-form .textarea-wrap textarea {
    height: 5.6rem;
    padding-block: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .vstalk-card-box {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .vstalk-card-wrap {
    max-height: 76rem;
    padding: 4rem 3rem;
    overflow-y: auto;
  }
  .vbundle .objective .vlist {
    display: flex;
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
    row-gap: 1.2rem;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .vbundle .objective .vlist > li {
    flex-basis: calc((100% - 1.2rem * (2 - 1)) / 2);
    max-width: calc((100% - 1.2rem * (2 - 1)) / 2);
  }
  .vbundle .objective .vlist-item {
    gap: 0.8rem;
  }
  .vbundle .objective .vlist-item .figure {
    height: 11.6rem;
  }
  .vbundle .choicegroup {
    max-width: unset;
  }
}
.modal:has(.modal-thumb) .modal-dialog {
  align-items: center;
}
.modal:has(.modal-thumb) .modal-content {
  max-height: 100dvh;
  border-radius: 2rem;
}
.modal:has(.modal-thumb) .modal-close {
  top: 2rem;
  right: 2rem;
  width: 2rem;
  height: 2rem;
}
.modal:has(.modal-thumb) .modal-thumb {
  max-width: 76.5rem;
  max-height: 76.5rem;
  overflow-y: auto;
}
.modal:has(.modal-thumb) img {
  width: 100%;
  vertical-align: top;
}

@media (min-width: 768px) {
  .modal:has(.modal-thumb) .modal-close {
    top: 3rem;
    right: 3rem;
    width: 3.2rem;
    height: 3.2rem;
  }
}
[data-extension=pdf] {
  display: block;
  position: relative;
  padding-left: 2.8rem;
}
[data-extension=pdf]::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background-image: url(../../assets/img/common/ico-file-pdf.svg);
}

[data-extension=doc] {
  display: block;
  position: relative;
  padding-left: 2.8rem;
}
[data-extension=doc]::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background-image: url(../../assets/img/common/ico-file-doc.svg);
}

[data-extension=xls] {
  display: block;
  position: relative;
  padding-left: 2.8rem;
}
[data-extension=xls]::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background-image: url(../../assets/img/common/ico-file-xls.svg);
}

[data-extension=hwp] {
  display: block;
  position: relative;
  padding-left: 2.8rem;
}
[data-extension=hwp]::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background-image: url(../../assets/img/common/ico-file-hwp.svg);
}

[data-extension=pptx] {
  display: block;
  position: relative;
  padding-left: 2.8rem;
}
[data-extension=pptx]::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background-image: url(../../assets/img/common/ico-file-ppt.svg);
}

[data-extension=ppt] {
  display: block;
  position: relative;
  padding-left: 2.8rem;
}
[data-extension=ppt]::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background-image: url(../../assets/img/common/ico-file-ppt.svg);
}

[data-extension=zip] {
  display: block;
  position: relative;
  padding-left: 2.8rem;
}
[data-extension=zip]::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background-image: url(../../assets/img/common/ico-file-zip.svg);
}

[data-extension=img] {
  display: block;
  position: relative;
  padding-left: 2.8rem;
}
[data-extension=img]::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background-image: url(../../assets/img/common/ico-file-img.svg);
}

[data-extension=link] {
  display: block;
  position: relative;
  padding-left: 2.8rem;
}
[data-extension=link]::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background-image: url(../../assets/img/common/ico-file-link.svg);
}

.learning-materials {
  margin-top: 2.4rem;
  border-top: 2px solid #222222;
}
.toggle-collapse-group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 1.2rem;
}
.toggle-collapse-group label {
  padding-right: 2.8rem;
  font-size: 1.8rem;
  background: url(../../assets/img/common/ico-chevron-down.svg) no-repeat 100% 50%/1.6rem auto;
  cursor: pointer;
}
.toggle-collapse-group input:checked + label {
  background-image: url(../../assets/img/common/ico-chevron-up.svg);
}

.learning-materials .learning-materials-header {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 2rem 1.2rem;
  font-size: 2rem;
}
.learning-materials .learning-materials-header.acc-header:has(.accordion-button.is-active), .learning-materials .learning-materials-header:not(.acc-header) {
  background-color: #f7f7f7;
}
.learning-materials .learning-materials-header .form-check {
  margin-right: auto;
  display: flex;
  align-items: center;
}
.learning-materials .learning-materials-header .form-check .form-check-input {
  flex-shrink: 0;
}
.learning-materials .learning-materials-header .form-check .order {
  display: inline-block;
  line-height: 25px;
  padding: 0 1.2rem 0 0.4rem;
  font-size: 1.4rem;
}
.learning-materials .learning-materials-header .form-check-label {
  display: inline-flex;
  align-items: center;
  padding-right: 1rem;
  word-break: break-all;
  line-height: 1.5;
  font-size: 2rem;
}
.learning-materials .learning-materials-header .btn-group {
  margin: 0;
  width: auto;
}
.learning-materials .learning-materials-header .btn-group button {
  padding: 0 1.2rem;
}
.learning-materials .learning-materials-header .btn-group button:not(:first-child) {
  margin-left: 0.4rem;
}
.learning-materials .learning-materials-header .btn-group button span {
  vertical-align: middle;
}
.learning-materials .learning-materials-header .btn-group button .ico {
  margin-left: 0;
}
.learning-materials .learning-materials-header .accordion-button {
  flex-shrink: 0;
  width: 3.6rem;
  height: 4rem;
  margin-left: 0.8rem;
  background: url(../../assets/img/common/ico-chevron2-down.svg) no-repeat 50% 50%/2rem auto;
  transition: transform 0.3s;
}
.learning-materials .learning-materials-header .accordion-button.is-active {
  transform: rotate(180deg);
}
.learning-materials .learning-materials-item {
  border-bottom: 1px solid #e0e5e6;
}
.learning-materials .learning-materials-item:only-child {
  border-bottom: none;
}
.learning-materials .learning-materials-body {
  max-height: 110rem;
  padding: 1.2rem;
  border-top: 1px solid #e0e5e6;
  overflow: hidden;
  overflow-y: auto;
}
.learning-materials .learning-materials-body .nodata {
  padding: 1.2rem 0;
  font-size: 1.6rem;
  color: #758185;
}
.learning-materials .download-list > li:not(:first-child) {
  margin-top: 2.4rem;
}
.learning-materials .download-item {
  display: flex;
  font-size: 1.6rem;
}
.learning-materials .download-item .form-check {
  display: flex;
}
.learning-materials .download-item .form-check-input {
  margin-top: 0.4rem;
  flex-shrink: 0;
}
.learning-materials .download-item .form-check-label .badge {
  flex-shrink: 0;
  margin: 0 0.8rem 0 0.4rem;
}
.learning-materials .download-item .form-check-label .year,
.learning-materials .download-item .form-check-label .term {
  flex-shrink: 0;
  display: inline-block;
  margin: 0 1.2rem 0 0.4rem;
  line-height: 1.875;
  color: #758185;
}
.learning-materials .download-item .form-check-label .year + .term {
  position: relative;
  margin-left: 0.8rem;
}
.learning-materials .download-item .form-check-label .year + .term::before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  top: calc(50% - 7px);
  right: calc(100% + 1rem);
  background-color: #c6d0d2;
}
.learning-materials .download-item .form-check-label [data-extension] {
  margin: 0.8rem 0 0 0;
  padding-top: 0.3rem;
}
.learning-materials .download-item .form-check-label [data-extension]::before {
  top: 0.3rem;
}
@media (min-width: 768px) {
  .learning-materials .learning-materials-header {
    display: flex;
    align-items: center;
    padding: 2.2rem 2rem;
    font-size: 2rem;
  }
  .learning-materials .learning-materials-header .form-check {
    margin-right: auto;
  }
  .learning-materials .learning-materials-header .btn-group {
    margin: 0;
    padding-left: 2rem;
  }
  .learning-materials .learning-materials-header .btn-group button {
    padding: 0 2rem;
  }
  .learning-materials .learning-materials-header .btn-group button:not(:first-child) {
    margin-left: 0.8rem;
  }
  .learning-materials .learning-materials-header .accordion-button {
    width: 6.8rem;
    margin-right: -2.4rem;
  }
  .learning-materials .learning-materials-body {
    max-height: 30.2rem;
    padding: 2rem 2rem 2rem 4rem;
  }
  .learning-materials .learning-materials-body .nodata {
    padding: 0;
    text-align: left;
    font-size: 1.6rem;
  }
  .learning-materials .collapse .learning-materials-body {
    padding: 2rem 6rem;
  }
  .learning-materials .download-list > li:not(:first-child) {
    margin-top: 1.2rem;
  }
  .learning-materials .download-item {
    display: flex;
  }
  .learning-materials .download-item .form-check {
    margin-right: auto;
    padding-top: 0.8rem;
  }
  .learning-materials .download-item .form-check-label {
    display: flex;
    align-items: start;
  }
  .learning-materials .download-item .form-check-label [data-extension] {
    margin: 0;
  }
  .learning-materials .download-item .form-check-label [data-extension]::before {
    margin-left: 0;
  }
}

.lecture-resrouces {
  margin-top: 3rem;
}

.resources-item {
  padding-bottom: 4.8rem;
  border-bottom: 1px solid #e0e5e6;
}
.resources-item .item-start {
  display: flex;
  align-items: center;
}
.resources-item .item-start .box {
  flex-shrink: 0;
  width: 11.8rem;
  height: 13.2rem;
  margin-right: 2rem;
  border-radius: 1.2rem;
  background-color: #f7f7f7;
  padding: 2rem 0;
}
.resources-item .item-start .box .thumbnail-book {
  width: 58.4%;
  max-width: 19.2rem;
  margin: 0 auto;
}
.resources-item .item-start .title {
  margin-top: 1.2rem;
  font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
}
.resources-item .item-start .title:only-child {
  margin-top: 0;
}
.resources-item + .resources-item {
  margin-top: 4.8rem;
}
.resources.type2 .item-start {
  position: relative;
  min-height: 18.8rem;
}
.resources.type2 .item-start .box {
  align-self: start;
}
.resources.type2 .item-start .title {
  margin: 1.2rem 0;
}
.resources.type2 .text-divider-item {
  font-size: 1.6rem;
}
.resources.type2 .text-divider-item:not(:last-child) {
  padding-right: 0.4em;
  margin-right: 0.4em;
}
.resources.type2 .util {
  position: absolute;
  left: 0;
  top: 14.4rem;
  width: 11.8rem;
  text-align: center;
  font-size: 0;
}
.resources.type2 .util > .form-check-button:not(:first-child) {
  margin-left: 0.8rem;
}
@media (min-width: 768px) {
  .resources-item {
    padding-bottom: 6rem;
  }
  .resources-item .item-start .box {
    width: 13.2rem;
    height: auto;
    padding: 2.3rem 0;
    margin-right: 4rem;
  }
  .resources-item .item-start .title {
    margin-top: 1.6rem;
    font-size: 2.8rem;
  }
  .resources-item + .resources-item {
    margin-top: 6rem;
  }
  .resources.type2 .item-start {
    min-height: auto;
  }
  .resources.type2 .item-start .title {
    padding-right: 10rem;
  }
  .resources.type2 .item-start .text-divider-item:not(:last-child) {
    margin-right: 0.67em;
    padding-right: 0.67em;
  }
  .resources.type2 .util {
    left: auto;
    bottom: auto;
    right: 0;
    top: 0;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .lecture-resrouces {
    margin-top: 6.4rem;
  }
}

.vs-book-list.lined > .list-item {
  padding-bottom: 4rem;
  border-bottom: 1px solid #e0e5e6;
}
.vs-book-list.lined > .list-item + .list-item {
  padding-top: 4rem;
}
.vs-book-list .list-item {
  position: relative;
  display: flex;
  flex-direction: column;
}
.vs-book-list .item-box {
  border-radius: 2rem;
  padding: 5.6rem 0;
  background-color: #f7f7f7;
  text-align: center;
}
.vs-book-list .item-box .thumbnail-book {
  width: 57.31%;
  max-width: 23.6rem;
  margin: 0 auto;
}
.vs-book-list .item-details {
  margin: 2.4rem 0.8rem 0;
}
.vs-book-list .title {
  flex-grow: 1;
  display: block;
  margin-top: 1.2rem;
  font-size: 2rem;
}
.vs-book-list .etc {
  margin-top: 1.2rem;
  font-size: 1.2rem;
  color: #515b5e;
}
.vs-book-list .product-info {
  display: flex;
  margin-top: 2rem;
  font-size: 0;
}
.vs-book-list .product-info .price {
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
}
.vs-book-list .product-info .price em {
  font-size: 2.8rem;
}
.vs-book-list .item-btns {
  margin-top: 2rem;
  display: flex;
  gap: 0.8rem;
}
@media (min-width: 768px) {
  .vs-book-list.lined {
    border-top: 2px solid #222222;
  }
  .vs-book-list.lined > .list-item {
    padding-top: 4rem;
  }
  .vs-book-list .item-box {
    padding: 5rem 0;
  }
  .vs-book-list .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .vs-book-list .product-info {
    margin-top: 1.2rem;
  }
}

.vs-book-list.recently {
  margin-top: 2.8rem;
}
.vs-book-list.recently .product-info .share {
  display: inline-block;
}
.vs-book-list.recently .product-info button {
  vertical-align: top;
}
.vs-book-list.recently .item-btns .btn,
.vs-book-list.recently .item-btns .vpoint {
  flex-grow: 1;
  width: calc((100% - 0.8rem) / 2);
}
.vs-book-list.recently .item-btns .vpoint {
  position: relative;
}
.vs-book-list.recently .item-btns .vpoint-comment {
  visibility: hidden;
  position: absolute;
  bottom: 100%;
  left: 1.3rem;
  width: 17rem;
  height: 8.2rem;
  padding-bottom: 8.2rem;
  background: url(../img/common/img-character-1.png) no-repeat calc(100% - 1.2rem) 100%/8.3rem auto;
  text-align: left;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .vs-book-list.recently > .list-item {
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 3.2rem;
         column-gap: 3.2rem;
    padding-top: 4rem;
  }
  .vs-book-list.recently > .list-item .item-box {
    flex-shrink: 0;
    width: 23.2rem;
    padding: 4rem 0;
  }
  .vs-book-list.recently > .list-item .item-details {
    flex: 1 1 auto;
    margin: 0;
  }
  .vs-book-list.recently > .list-item .title {
    flex-grow: 0;
  }
  .vs-book-list.recently > .list-item .title::before {
    content: none;
  }
  .vs-book-list.recently > .list-item .product-info {
    display: block;
  }
  .vs-book-list.recently > .list-item .product-info .price {
    padding-bottom: 2rem;
  }
  .vs-book-list.recently > .list-item .item-btns {
    flex-shrink: 0;
    flex-direction: column;
    align-items: end;
    width: 24rem;
    margin-top: 0;
  }
  .vs-book-list.recently > .list-item .item-btns .btn,
  .vs-book-list.recently > .list-item .item-btns .vpoint {
    display: block;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .vs-book-list.recently {
    margin-top: 2rem;
  }
  .vs-book-list.recently .vpoint:hover .vpoint-comment {
    visibility: visible;
  }
}

.vs-book-list.reviewable {
  margin-top: 2.8rem;
}
@media (min-width: 768px) {
  .vs-book-list.reviewable {
    overflow: hidden;
  }
  .vs-book-list.reviewable > .list-item {
    width: 50%;
    float: left;
    align-items: center;
  }
  .vs-book-list.reviewable > .list-item .item-box {
    flex-shrink: 0;
    min-width: 16.8rem;
    max-width: 20rem;
    width: 33.7%;
    padding: 3.4rem 0;
    margin-right: 3.2rem;
  }
  .vs-book-list.reviewable > .list-item .title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .vs-book-list.reviewable > .list-item .item-details {
    flex-grow: 1;
    margin: 0;
    padding-right: 1rem;
  }
}

.mypage-main .heading-wrap.h3 {
  flex-direction: column;
  align-items: start;
  gap: 1.2rem;
}
.mypage-main .personal-area {
    padding: 2.8rem 2rem;
    border-radius: 2rem;
    background-color: #eefbfe;
}
.mypage-main .personal-area .greeting {
    overflow: hidden;
}
.mypage-main .personal-area .greeting .avatar {
    float: left;
    margin-right: 2rem;
    border-radius: 10rem;
    width: 27.7%;
    min-width: 10rem;
    max-width: 10rem;
    background-color: #ffffff;
    aspect-ratio: 1/1;
    font-size: 0;
}
.mypage-main .personal-area .greeting .avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.mypage-main .personal-area .greeting .avatar + div {
    float: right;
    width: calc(100% - 12rem);
}
.mypage-main .personal-area .greeting p {
    margin-top: 0.8rem;
    font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    color: #222222;
}
.mypage-main .personal-area .greeting p + a {
    display: block;
    margin-top: 1.2rem;
    font-size: 1.8rem;
}
.mypage-main .personal-area .greeting em {
    font-weight: 500;
    padding-right: 0.8rem;
    font-size: 1.125em;
}
.mypage-main .personal-area .my-dashboard {
    margin-top: 2rem;
    padding: 2rem;
    border-radius: 2.8rem;
    background-color: #ffffff;
    color: #222222;
}
.mypage-main .personal-area .my-dashboard dl:first-child {
    padding: 0 0 2rem 0;
    border-bottom: 1px solid #e0e5e6;
    display: flex;
    align-items: center;
}
.mypage-main .personal-area .my-dashboard dl > div {
    display: flex;
    align-items: center;
    padding-top: 2rem;
}
.mypage-main .personal-area .my-dashboard dt {
    font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1.8rem;
}
.mypage-main .personal-area .my-dashboard dt > span {
    position: relative;
    display: block;
    min-height: 4rem;
    padding: 0.8rem 1rem 0 4.8rem;
}
.mypage-main .personal-area .my-dashboard dt > span::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2rem;
    width: 4rem;
    height: 4rem;
    margin-right: 0.8rem;
    border-radius: 1.6rem;
    background-color: #eef2f3;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 2rem auto;
}
.mypage-main .personal-area .my-dashboard dt .vpoint:before {
    background-image: url(../../assets/img/common/ico-coins.svg);
}
.mypage-main .personal-area .my-dashboard dt .inquery:before {
    background-image: url(../../assets/img/common/ico-chat.svg);
}
.mypage-main .personal-area .my-dashboard dt .event:before {
    background-image: url(../../assets/img/common/ico-gift.svg);
}
.mypage-main .personal-area .my-dashboard dt .review:before {
    background-image: url(../../assets/img/common/ico-pencil.svg);
}
.mypage-main .personal-area .my-dashboard dd {
    margin-left: auto;
    font-family: "suit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1.6rem;
}
.mypage-main .personal-area .my-dashboard dd em {
    padding-right: 0.3rem;
    font-weight: 700;
    font-size: 2rem;
    color: #00b0e1;
}
.mypage-main .personal-area .my-dashboard dd a {
    display: block;
}
.mypage-main .board.myorder .list-item {
  min-height: auto;
}
.mypage-main .board.myorder .label,
.mypage-main .board.myorder .order-num {
  display: inline-block;
  vertical-align: middle;
}
.mypage-main .board.myorder .order-num {
  margin-left: 0.6rem;
  font-size: 1.8rem;
  color: #515b5e;
}
.mypage-main .board.myorder .post-link {
  display: block;
}
.mypage-main .board.myorder .order-price {
  display: block;
  margin-top: 0.8rem;
  white-space: nowrap;
  font-size: 1.8rem;
  color: #222222;
}
.mypage-main .board.myorder .text-btn {
  margin-top: 2rem;
}
.mypage-main .recent-view {
  position: relative;
  margin: 0 -2rem;
}
.mypage-main .recent-view .heading-wrap {
  padding: 0 2rem;
}
.mypage-main .recent-view .swiper {
  padding: 0 2rem;
}
.mypage-main .recent-view .slider-button-group {
  position: absolute;
  right: 2rem;
  bottom: calc(100% - 4rem);
  display: flex;
}
.mypage-main .recent-view .slider-button-next {
  margin-left: 0.8rem;
}
.mypage-main .learning-materials {
  margin-top: 1.8rem;
}
@media (min-width: 768px) {
  .mypage-main .heading-wrap.h3 {
    flex-direction: row;
    align-items: end;
  }

    .mypage-main .personal-area {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 2.8rem 4rem 2.8rem 6rem;
    }

    .mypage-main .personal-area .greeting {
        display: flex;
        align-items: center;
    }

    .mypage-main .personal-area .greeting .avatar {
        float: none;
        flex-shrink: 0;
        max-width: 12rem;
        margin-right: 3.2rem;
    }

    .mypage-main .personal-area .greeting p {
        padding-right: 2rem;
        word-break: keep-all;
        font-size: 1.8rem;
    }

    .mypage-main .personal-area .greeting p em {
        font-size: 1.5em;
    }

    .mypage-main .personal-area .my-dashboard {
        min-width: 29.5rem;
        margin-top: 0;
    }
  .mypage-main .board.myorder {
    margin-top: 1.8rem;
  }
  .mypage-main .board.myorder .list-item {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .mypage-main .board.myorder .list-item .label,
  .mypage-main .board.myorder .list-item .text-btn {
    flex-shrink: 0;
  }
  .mypage-main .board.myorder .list-item .order-num {
    width: 20rem;
    margin-left: 0;
    text-align: center;
  }
  .mypage-main .board.myorder .list-item .order-price,
  .mypage-main .board.myorder .list-item .date {
    width: 10rem;
    text-align: center;
    margin: 0;
  }
  .mypage-main .board.myorder .list-item .title,
  .mypage-main .board.myorder .list-item .date {
    margin-left: 1.6rem;
  }
  .mypage-main .board.myorder .list-item .text-btn {
    margin: 0 0 0 2.6rem;
  }
  .mypage-main .recent-view .heading-wrap {
    max-width: initial;
  }
  .mypage-main .recent-view .slider-button-group {
    position: static;
  }
  .mypage-main .recent-view .slider-button-prev,
  .mypage-main .recent-view .slider-button-next {
    position: absolute;
    right: calc(100% - 4.8rem);
    bottom: calc(50% + 2rem);
  }
  .mypage-main .recent-view .slider-button-next {
    right: auto;
    left: calc(100% - 4.8rem);
    margin-left: 0;
  }
}

@media (min-width: 1024px) {
    .mypage-main .personal-area .my-dashboard {
        display: flex;
        flex-wrap: wrap;
        width: 54.2%;
        margin-top: 0;
        padding: 2.8rem 3.2rem;
    }

    .mypage-main .personal-area .my-dashboard dl {
        flex: 1 1 0;
    }

    .mypage-main .personal-area .my-dashboard dl dd a {
        white-space: nowrap;
    }

    .mypage-main .personal-area .my-dashboard dl dt span {
        white-space: nowrap;
    }

    .mypage-main .personal-area .my-dashboard dl:first-child {
        position: relative;
        flex-direction: column;
        padding: 1rem 4.8611111111% 1rem 0;
        border-bottom: none;
    }

    .mypage-main .personal-area .my-dashboard dl:first-child::after {
        content: "";
        position: absolute;
        display: block;
        right: 0;
        top: 0;
        bottom: 0;
        width: 1px;
        background-color: #e0e5e6;
    }

    .mypage-main .personal-area .my-dashboard dl:first-child dt span {
        padding: 0;
    }

    .mypage-main .personal-area .my-dashboard dl:first-child dt span::before {
        position: static;
        margin: 0 auto 1.4rem;
    }

    .mypage-main .personal-area .my-dashboard dl:first-child dd {
        margin: 1.6rem 0 0;
    }

    .mypage-main .personal-area .my-dashboard dl:first-child em {
        font-size: 3.2rem;
    }

    .mypage-main .personal-area .my-dashboard dl:nth-child(2) {
        margin-left: 4.8611111111%;
    }

    .mypage-main .personal-area .my-dashboard dl:nth-child(2) > div:first-child {
        padding-top: 0;
    }

    .mypage-main .learning-materials-header {
        position: static;
        display: flex;
        padding-right: 2rem;
    }

    .mypage-main .learning-materials-header .accordion-button {
        position: static;
        margin: 0;
    }

    .mypage-main .learning-materials-header .btn-group {
        display: flex;
        margin-top: 0;
    }
}

.step-order {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.step-order .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-order .step-list {
  display: none;
  font-size: 1.6rem;
  font-weight: 500;
  color: #515b5e;
}
.step-order .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-order .step-item.current {
  position: relative;
  color: #ffffff;
  background-color: #00b0e1;
}
.step-order .step-item.current::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  width: 1rem;
  height: 1rem;
  background: url(../img/common/ico-triangle.svg) no-repeat center/cover;
}
.step-order .step-item:not(:first-child) {
  margin-left: 2rem;
}
.step-order .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-order .step-title {
    font-size: 2.4rem;
  }
  .step-order .step-list {
    display: flex;
  }
  .step-order .step + .item-list {
    margin-top: 4.8rem;
  }
}

.order {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (min-width: 768px) {
  .order {
    gap: 0;
  }
}
.order .current-point {
  margin-top: 2rem;
  color: #222222;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.order .current-point em {
  margin-left: 0.8rem;
  color: #00b0e1;
  font-weight: 700;
}
@media (min-width: 768px) {
  .order .current-point {
    margin-top: 4.8rem;
  }
}
.order .item-list {
  margin-top: 1rem;
  border-top: 0.2rem solid #222222;
}
.order .item-list > .title {
  display: none;
}
.order .item-list .item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2rem 0;
  border-bottom: 1px solid #758185;
}
.order .item-list .item-info {
  display: flex;
  margin-top: 0.8rem;
  gap: 2rem;
}
.order .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;
}
.order .item-list .item-name {
  font-weight: 500;
}
.order .item-list .item-thumbnail {
  display: block;
  width: 9rem;
  flex: none;
}
.order .item-list .item-thumbnail .thumbnail-book .img {
  border: none;
}
.order .item-list .item-price {
  color: #222222;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5em;
}
.order .item-list .item-delete {
  position: absolute;
  top: 2rem;
  right: 0;
}
.order .item-list .btn-wrap {
  display: flex;
  gap: 0.8rem;
  margin-top: 2rem;
}
.order .item-list .btn-wrap .btn-icon {
  flex: none;
}
.order .item-list .btn-wrap .btn {
  flex: 1;
}
@media (min-width: 768px) {
  .order .item-list {
    margin-top: 1.2rem;
  }
  .order .item-list > .title {
    display: flex;
    padding: 2rem 0;
    background-color: #f3f6f6;
  }
  .order .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;
  }
  .order .item-list > .title > span:nth-child(1) {
    flex: 1;
  }
  .order .item-list > .title > span:nth-child(2) {
    width: 20rem;
  }
  .order .item-list > .title > span:nth-child(3) {
    width: 12rem;
  }
  .order .item-list .item {
    flex-direction: row;
    align-items: center;
    padding: 1.6rem 0;
  }
  .order .item-list .item .form-check {
    flex: none;
    width: 6rem;
    padding: 2rem;
  }
  .order .item-list .item-info {
    flex: 1;
    align-items: center;
    gap: 3.2rem;
    margin-top: 0;
  }
  .order .item-list .item-box:last-child {
    width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 2.8rem;
  }
  .order .item-list .item-box:last-child .quantity-counter {
    margin-left: auto;
    flex: none;
    width: 14.4rem;
  }
  .order .item-list .item-thumbnail {
    width: 5.9rem;
  }
  .order .item-list .item-name {
    max-width: 70.9rem;
  }
  .order .item-list .item-price {
    display: block;
    flex: none;
    width: 12rem;
    text-align: center;
  }
  .order .item-list .item-delete {
    position: unset;
    flex: none;
    width: 6rem;
    padding: 2rem;
  }
  .order .item-list .btn-wrap {
    width: 23.8rem;
    margin-top: 0;
    gap: 0.4rem;
    justify-content: center;
  }
  .order .item-list .btn-wrap .btn {
    flex: none;
  }
}
.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 > 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 .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;
}
.order .data-list > div {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #e0e5e6;
}
.order .data-list > div dt {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 8rem;
  padding: 1.6rem 0;
  font-weight: 700;
}
.order .data-list > div dd {
  padding: 1.6rem;
}
.order .data-list > div dd .btn-outline + .btn-outline {
  margin-left: 0.6rem;
}
.order .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) {
  .order .data-list > div dt {
    width: 12rem;
    text-align: center;
    justify-content: center;
  }
  .order .data-list.pairs {
    display: flex;
    flex-wrap: wrap;
  }
  .order .data-list.pairs > div {
    position: relative;
    width: 50%;
  }
  .order .data-list.pairs > div dt {
    width: 31.25%;
  }
  .order .data-list.pairs > div::after, .order .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;
  }
  .order .data-list.pairs > div:nth-child(2n)::before {
    left: 0;
  }
  .order .data-list.pairs > div:nth-child(2n+1):last-child {
    width: 100%;
  }
  .order .data-list.pairs > div:nth-child(2n+1):last-child dt {
    width: 15.625%;
  }
  .order .data-list.pairs > div:nth-child(2n+1):last-child::after {
    left: 15.625%;
  }
}
.order .form-group {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.order .form-multi-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.order .form-item, .order .form-item-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.order .form-label {
  position: relative;
  color: #222222;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.order .form-item:has(select[required]) .form-label::after, .order .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;
}
.order .form-input-wrap.ty2 {
  flex-direction: column;
}
.order .form-input-wrap.ty2 > .btn {
  align-self: flex-start;
}
.order .form-input {
  position: relative;
  padding-right: 3.4rem;
}
.order .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;
}
.order .form-hint {
  color: #222222;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-indent: 2rem;
}
.order .form-hint em {
  color: #00b0e1;
  margin-left: 0.4rem;
}
.order .form-hint .desc {
  color: #758185;
  margin-left: 1.6rem;
}
@media (min-width: 768px) {
  .order .form-multi-wrap {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
  .order .form-item {
    flex-direction: row;
    align-items: center;
  }
  .order .form-label {
    flex: none;
    width: 16rem;
  }
  .order .form-hint .desc {
    margin-left: 1.2rem;
  }
}
.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;
}
@media (min-width: 768px) {
  .order .content .title-wrap {
    margin-top: 8rem;
  }
}
.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 .notice-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 2.4rem 3.2rem;
  border-radius: 2rem;
  background-color: #f3f6f6;
}
.order .notice-wrap .sub-title {
  margin-top: 2rem;
  margin-bottom: 0.8rem;
  color: #515b5e;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .order .notice-wrap {
    margin-top: 4rem;
  }
}
.order .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) {
  .order .notice-wrap {
    flex-direction: row;
    gap: 2rem;
    padding: 2.4rem 4rem;
  }
  .order .notice-title {
    flex: none;
    width: 15rem;
  }
  .order .notice-list li:first-child {
    margin-top: 0;
  }
}
.order .btn-group {
  margin-top: 0;
}
@media (min-width: 768px) {
  .order .btn-group {
    max-width: 48rem;
    margin: 4.8rem auto 0;
  }
}

.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;
}
@media (min-width: 768px) {
  .confirmation .order-info {
    margin-top: 4.8rem;
  }
}
.confirmation .order-number {
  margin-top: 2.8rem;
  padding: 4rem 0;
  border-radius: 2rem;
  background: var(--Gray-50, #f7f7f7);
}
.confirmation .order-number .info {
  color: #222222;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.confirmation .order-number .desc {
  margin-top: 1.2rem;
  color: #758185;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.confirmation .btn-group {
  max-width: 100%;
}
@media (min-width: 768px) {
  .confirmation .btn-group {
    max-width: 32.4rem;
    margin: 0 auto;
  }
}

.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;
  }
}

.textbook-selection.type2 .selection-item .item-content {
  align-items: flex-start;
}
.textbook-selection.type2 .selection-item .item-title {
  padding-left: 0;
}
.textbook-selection.type2 .selection-item .item-info {
  margin-top: 0.8rem;
}
.textbook-selection.type2 .selection-item .item-date {
  display: flex;
  flex-direction: column;
}
.textbook-selection.type2 .selection-item .item-date dl {
  display: flex;
  margin-top: 0.8rem;
  font-size: 1.3rem;
  line-height: 1.5;
}
.textbook-selection.type2 .selection-item .item-date dl dt {
  position: relative;
  color: #222222;
  font-weight: 500;
  padding-right: 1.6rem;
}
.textbook-selection.type2 .selection-item .item-date dl dt::after {
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 0.8rem;
  background-color: #c6d0d2;
}
.textbook-selection.type2 .selection-item .item-date dl dd {
  color: #515b5e;
  font-weight: 300;
}
@media (min-width: 768px) {
  .textbook-selection.type2 .selection-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .textbook-selection.type2 .selection-item .item-content {
    margin-top: 0.8rem;
    margin-left: 0;
  }
  .textbook-selection.type2 .selection-item .item-info {
    display: flex;
    align-items: center;
  }
  .textbook-selection.type2 .selection-item .item-date {
    flex-direction: row;
  }
  .textbook-selection.type2 .selection-item .item-date dl {
    margin-top: 0;
    margin-left: 0.8rem;
  }
  .textbook-selection.type2 .selection-item .item-date dl dt {
    flex: none;
  }
}

.collapse-toggle-chevron {
  display: block;
  width: 2rem;
  background: url(../../assets/img/common/ico-chevron-down.svg) no-repeat 50% 50%/1.6rem auto;
  transition: transform 0.3s;
}
.collapse-toggle-chevron.is-active {
  transform: rotate(180deg);
}

.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(../img/common/symbol-korean.svg);
}
.label-group .book-label.math::before {
  background-image: url(../img/common/symbol-math.svg);
}
.label-group .book-label.english::before {
  background-image: url(../img/common/symbol-english.svg);
}
.label-group .book-label.science::before {
  background-image: url(../img/common/symbol-science.svg);
}
.label-group .book-label.society::before {
  background-image: url(../img/common/symbol-society.svg);
}
.label-group .book-label.history::before {
  background-image: url(../img/common/symbol-history.svg);
}
.label-group .book-label.chinese::before {
  background-image: url(../img/common/symbol-chinese.svg);
}
.label-group .book-label.geography::before {
  background-image: url(../img/common/symbol-geography.svg);
}
.label-group .book-label.elementary::before {
  background-image: url(../img/common/symbol-elementary.svg);
}
.label-group .book-label.middle::before {
  background-image: url(../img/common/symbol-middle.svg);
}
.label-group .book-label.high::before {
  background-image: url(../img/common/symbol-high.svg);
}
.label-group .book-label.level-1::before {
  background-image: url(../img/common/symbol-level-1.svg);
}
.label-group .book-label.level-2::before {
  background-image: url(../img/common/symbol-level-2.svg);
}
.label-group .book-label.level-3::before {
  background-image: url(../img/common/symbol-level-3.svg);
}
.label-group .book-label.level-4::before {
  background-image: url(../img/common/symbol-level-4.svg);
}
.label-group .book-label.all::before {
  background-image: url(../img/common/symbol-all.svg);
}
.label-group .book-label.computer::before {
  background-image: url(../img/common/symbol-computer.svg);
}
.label-group .book-label.core::before {
  background-image: url(../img/common/symbol-core.svg);
}
.label-group .book-label.ethics::before {
  background-image: url(../img/common/symbol-ethics.svg);
}
.label-group .book-label.job::before {
  background-image: url(../img/common/symbol-job.svg);
}
.label-group .book-label.moral::before {
  background-image: url(../img/common/symbol-moral.svg);
}
.label-group .book-label.music::before {
  background-image: url(../img/common/symbol-music.svg);
}
.label-group .book-label.physical::before {
  background-image: url(../img/common/symbol-physical.svg);
}
.label-group .book-label.practical::before {
  background-image: url(../img/common/symbol-practical.svg);
}
.label-group .book-label.tech::before {
  background-image: url(../img/common/symbol-tech.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 {
  margin-top: 3.2rem;
  border-radius: 3.2rem;
  border: 1px solid #e0e5e6;
}
.search-option-pc .row {
  display: flex;
  min-height: 4.4rem;
}
.search-option-pc .row .col {
  padding-top: 1.6rem;
}
.search-option-pc .collapse .row:first-child .col {
  border-top-left-radius: 3.2rem;
  padding-top: 3.2rem;
}
.search-option-pc > .row:last-child .col {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  border-bottom-left-radius: 3.2rem;
}
.search-option-pc > .row:last-child .col.has-label .label {
  height: 5.6rem;
}
.search-option-pc .col {
  display: flex;
  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 .form-check-button {
  margin-bottom: 0.8rem;
}
.search-option-pc .col .form-check-button:not(:last-child) {
  margin-right: 0.8rem;
}
.search-option-pc .col.has-label {
  flex: 0 0 auto;
  padding-left: 4rem;
  width: 13.6rem;
  background-color: #f7f7f7;
  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 .btn-primary {
  width: 7.7rem;
}
.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 .select-box:first-child {
  width: 26.4rem;
}
.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: 1px solid #e0e5e6;
  background: #ffffff url(../../assets/img/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 {
  margin: 0 -0.5rem -1rem 0;
  font-size: 0;
}
.search-option .form-check-group .form-check-button {
  margin: 0 0.5rem 1rem 0;
}
.search-option .form-check-group .form-check {
  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: 0 0 1rem;
  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 -0.8rem 0 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;
}
.side-filter .form-check-label {
  padding-left: 1.9rem;
  padding-right: 1.9rem;
}

:root {
  --font-size-root: 62.5%;
}

@media (min-width: 768px) {
  :root {
    --font-size-md: 1.8rem;
  }
}
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 */
