@font-face {
  font-family: "Noto Serif TC";
  src: url("../font/NotoSerifTC-Bold-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif TC";
  src: url("../font/NotoSerifTC-ExtraBold-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif TC";
  src: url("../font/NotoSerifTC-Black-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("../font/NotoSansTC-Regular-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("../font/NotoSansTC-Medium-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("../font/NotoSansTC-SemiBold-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("../font/NotoSansTC-Bold-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* 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;
  font-family: "Noto Sans TC", "Apple LiGothic Medium", "Microsoft JhengHei", "LiHei Pro Medium";
  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;
}

/* 12px */
/* 14px */
/* 16px */
/* 18px */
/* 20px */
/* 22px */
/* 24px */
/* 30px */
/*
This will help you to create spacing classes for margin and padding.

Eg: mt-0 , pl-5

The first letter represents the spacing type ( Margin/Padding ).
m:  margin
p:  padding

The second letter represents the direction.
l: left
r: right
t: top
b: bottom
y: vertical (top and bottom)
x: horizontal (left and right)
a: all

The third represents the spacing value (which you can give your own)

For eg: 'mb-0' means margin-bottom: 0;
*/
.pa--50 {
  padding: -200px;
}

.pl--50 {
  padding-left: -200px !important;
}

.pt--50 {
  padding-top: -200px !important;
}

.pr--50 {
  padding-right: -200px !important;
}

.pb--50 {
  padding-bottom: -200px !important;
}

.py--50 {
  padding-top: -200px !important;
  padding-bottom: -200px !important;
}

.px--50 {
  padding-left: -200px !important;
  padding-right: -200px !important;
}

.pa--45 {
  padding: -180px;
}

.pl--45 {
  padding-left: -180px !important;
}

.pt--45 {
  padding-top: -180px !important;
}

.pr--45 {
  padding-right: -180px !important;
}

.pb--45 {
  padding-bottom: -180px !important;
}

.py--45 {
  padding-top: -180px !important;
  padding-bottom: -180px !important;
}

.px--45 {
  padding-left: -180px !important;
  padding-right: -180px !important;
}

.pa--40 {
  padding: -160px;
}

.pl--40 {
  padding-left: -160px !important;
}

.pt--40 {
  padding-top: -160px !important;
}

.pr--40 {
  padding-right: -160px !important;
}

.pb--40 {
  padding-bottom: -160px !important;
}

.py--40 {
  padding-top: -160px !important;
  padding-bottom: -160px !important;
}

.px--40 {
  padding-left: -160px !important;
  padding-right: -160px !important;
}

.pa--35 {
  padding: -140px;
}

.pl--35 {
  padding-left: -140px !important;
}

.pt--35 {
  padding-top: -140px !important;
}

.pr--35 {
  padding-right: -140px !important;
}

.pb--35 {
  padding-bottom: -140px !important;
}

.py--35 {
  padding-top: -140px !important;
  padding-bottom: -140px !important;
}

.px--35 {
  padding-left: -140px !important;
  padding-right: -140px !important;
}

.pa--32 {
  padding: -128px;
}

.pl--32 {
  padding-left: -128px !important;
}

.pt--32 {
  padding-top: -128px !important;
}

.pr--32 {
  padding-right: -128px !important;
}

.pb--32 {
  padding-bottom: -128px !important;
}

.py--32 {
  padding-top: -128px !important;
  padding-bottom: -128px !important;
}

.px--32 {
  padding-left: -128px !important;
  padding-right: -128px !important;
}

.pa--30 {
  padding: -120px;
}

.pl--30 {
  padding-left: -120px !important;
}

.pt--30 {
  padding-top: -120px !important;
}

.pr--30 {
  padding-right: -120px !important;
}

.pb--30 {
  padding-bottom: -120px !important;
}

.py--30 {
  padding-top: -120px !important;
  padding-bottom: -120px !important;
}

.px--30 {
  padding-left: -120px !important;
  padding-right: -120px !important;
}

.pa--28 {
  padding: -112px;
}

.pl--28 {
  padding-left: -112px !important;
}

.pt--28 {
  padding-top: -112px !important;
}

.pr--28 {
  padding-right: -112px !important;
}

.pb--28 {
  padding-bottom: -112px !important;
}

.py--28 {
  padding-top: -112px !important;
  padding-bottom: -112px !important;
}

.px--28 {
  padding-left: -112px !important;
  padding-right: -112px !important;
}

.pa--25 {
  padding: -100px;
}

.pl--25 {
  padding-left: -100px !important;
}

.pt--25 {
  padding-top: -100px !important;
}

.pr--25 {
  padding-right: -100px !important;
}

.pb--25 {
  padding-bottom: -100px !important;
}

.py--25 {
  padding-top: -100px !important;
  padding-bottom: -100px !important;
}

.px--25 {
  padding-left: -100px !important;
  padding-right: -100px !important;
}

.pa--24 {
  padding: -96px;
}

.pl--24 {
  padding-left: -96px !important;
}

.pt--24 {
  padding-top: -96px !important;
}

.pr--24 {
  padding-right: -96px !important;
}

.pb--24 {
  padding-bottom: -96px !important;
}

.py--24 {
  padding-top: -96px !important;
  padding-bottom: -96px !important;
}

.px--24 {
  padding-left: -96px !important;
  padding-right: -96px !important;
}

.pa--20 {
  padding: -80px;
}

.pl--20 {
  padding-left: -80px !important;
}

.pt--20 {
  padding-top: -80px !important;
}

.pr--20 {
  padding-right: -80px !important;
}

.pb--20 {
  padding-bottom: -80px !important;
}

.py--20 {
  padding-top: -80px !important;
  padding-bottom: -80px !important;
}

.px--20 {
  padding-left: -80px !important;
  padding-right: -80px !important;
}

.pa--18 {
  padding: -72px;
}

.pl--18 {
  padding-left: -72px !important;
}

.pt--18 {
  padding-top: -72px !important;
}

.pr--18 {
  padding-right: -72px !important;
}

.pb--18 {
  padding-bottom: -72px !important;
}

.py--18 {
  padding-top: -72px !important;
  padding-bottom: -72px !important;
}

.px--18 {
  padding-left: -72px !important;
  padding-right: -72px !important;
}

.pa--16 {
  padding: -64px;
}

.pl--16 {
  padding-left: -64px !important;
}

.pt--16 {
  padding-top: -64px !important;
}

.pr--16 {
  padding-right: -64px !important;
}

.pb--16 {
  padding-bottom: -64px !important;
}

.py--16 {
  padding-top: -64px !important;
  padding-bottom: -64px !important;
}

.px--16 {
  padding-left: -64px !important;
  padding-right: -64px !important;
}

.pa--15 {
  padding: -60px;
}

.pl--15 {
  padding-left: -60px !important;
}

.pt--15 {
  padding-top: -60px !important;
}

.pr--15 {
  padding-right: -60px !important;
}

.pb--15 {
  padding-bottom: -60px !important;
}

.py--15 {
  padding-top: -60px !important;
  padding-bottom: -60px !important;
}

.px--15 {
  padding-left: -60px !important;
  padding-right: -60px !important;
}

.pa--12 {
  padding: -48px;
}

.pl--12 {
  padding-left: -48px !important;
}

.pt--12 {
  padding-top: -48px !important;
}

.pr--12 {
  padding-right: -48px !important;
}

.pb--12 {
  padding-bottom: -48px !important;
}

.py--12 {
  padding-top: -48px !important;
  padding-bottom: -48px !important;
}

.px--12 {
  padding-left: -48px !important;
  padding-right: -48px !important;
}

.pa--10 {
  padding: -40px;
}

.pl--10 {
  padding-left: -40px !important;
}

.pt--10 {
  padding-top: -40px !important;
}

.pr--10 {
  padding-right: -40px !important;
}

.pb--10 {
  padding-bottom: -40px !important;
}

.py--10 {
  padding-top: -40px !important;
  padding-bottom: -40px !important;
}

.px--10 {
  padding-left: -40px !important;
  padding-right: -40px !important;
}

.pa--8 {
  padding: -32px;
}

.pl--8 {
  padding-left: -32px !important;
}

.pt--8 {
  padding-top: -32px !important;
}

.pr--8 {
  padding-right: -32px !important;
}

.pb--8 {
  padding-bottom: -32px !important;
}

.py--8 {
  padding-top: -32px !important;
  padding-bottom: -32px !important;
}

.px--8 {
  padding-left: -32px !important;
  padding-right: -32px !important;
}

.pa--6 {
  padding: -24px;
}

.pl--6 {
  padding-left: -24px !important;
}

.pt--6 {
  padding-top: -24px !important;
}

.pr--6 {
  padding-right: -24px !important;
}

.pb--6 {
  padding-bottom: -24px !important;
}

.py--6 {
  padding-top: -24px !important;
  padding-bottom: -24px !important;
}

.px--6 {
  padding-left: -24px !important;
  padding-right: -24px !important;
}

.pa--5 {
  padding: -20px;
}

.pl--5 {
  padding-left: -20px !important;
}

.pt--5 {
  padding-top: -20px !important;
}

.pr--5 {
  padding-right: -20px !important;
}

.pb--5 {
  padding-bottom: -20px !important;
}

.py--5 {
  padding-top: -20px !important;
  padding-bottom: -20px !important;
}

.px--5 {
  padding-left: -20px !important;
  padding-right: -20px !important;
}

.pa--4 {
  padding: -16px;
}

.pl--4 {
  padding-left: -16px !important;
}

.pt--4 {
  padding-top: -16px !important;
}

.pr--4 {
  padding-right: -16px !important;
}

.pb--4 {
  padding-bottom: -16px !important;
}

.py--4 {
  padding-top: -16px !important;
  padding-bottom: -16px !important;
}

.px--4 {
  padding-left: -16px !important;
  padding-right: -16px !important;
}

.pa--3 {
  padding: -12px;
}

.pl--3 {
  padding-left: -12px !important;
}

.pt--3 {
  padding-top: -12px !important;
}

.pr--3 {
  padding-right: -12px !important;
}

.pb--3 {
  padding-bottom: -12px !important;
}

.py--3 {
  padding-top: -12px !important;
  padding-bottom: -12px !important;
}

.px--3 {
  padding-left: -12px !important;
  padding-right: -12px !important;
}

.pa--2 {
  padding: -8px;
}

.pl--2 {
  padding-left: -8px !important;
}

.pt--2 {
  padding-top: -8px !important;
}

.pr--2 {
  padding-right: -8px !important;
}

.pb--2 {
  padding-bottom: -8px !important;
}

.py--2 {
  padding-top: -8px !important;
  padding-bottom: -8px !important;
}

.px--2 {
  padding-left: -8px !important;
  padding-right: -8px !important;
}

.pa--1 {
  padding: -4px;
}

.pl--1 {
  padding-left: -4px !important;
}

.pt--1 {
  padding-top: -4px !important;
}

.pr--1 {
  padding-right: -4px !important;
}

.pb--1 {
  padding-bottom: -4px !important;
}

.py--1 {
  padding-top: -4px !important;
  padding-bottom: -4px !important;
}

.px--1 {
  padding-left: -4px !important;
  padding-right: -4px !important;
}

.pa-0 {
  padding: 0px;
}

.pl-0 {
  padding-left: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.pa-1 {
  padding: 4px;
}

.pl-1 {
  padding-left: 4px !important;
}

.pt-1 {
  padding-top: 4px !important;
}

.pr-1 {
  padding-right: 4px !important;
}

.pb-1 {
  padding-bottom: 4px !important;
}

.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.px-1 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.pa-2 {
  padding: 8px;
}

.pl-2 {
  padding-left: 8px !important;
}

.pt-2 {
  padding-top: 8px !important;
}

.pr-2 {
  padding-right: 8px !important;
}

.pb-2 {
  padding-bottom: 8px !important;
}

.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.px-2 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.pa-3 {
  padding: 12px;
}

.pl-3 {
  padding-left: 12px !important;
}

.pt-3 {
  padding-top: 12px !important;
}

.pr-3 {
  padding-right: 12px !important;
}

.pb-3 {
  padding-bottom: 12px !important;
}

.py-3 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.px-3 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.pa-4 {
  padding: 16px;
}

.pl-4 {
  padding-left: 16px !important;
}

.pt-4 {
  padding-top: 16px !important;
}

.pr-4 {
  padding-right: 16px !important;
}

.pb-4 {
  padding-bottom: 16px !important;
}

.py-4 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.px-4 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.pa-5 {
  padding: 20px;
}

.pl-5 {
  padding-left: 20px !important;
}

.pt-5 {
  padding-top: 20px !important;
}

.pr-5 {
  padding-right: 20px !important;
}

.pb-5 {
  padding-bottom: 20px !important;
}

.py-5 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.px-5 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pa-6 {
  padding: 24px;
}

.pl-6 {
  padding-left: 24px !important;
}

.pt-6 {
  padding-top: 24px !important;
}

.pr-6 {
  padding-right: 24px !important;
}

.pb-6 {
  padding-bottom: 24px !important;
}

.py-6 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.px-6 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.pa-8 {
  padding: 32px;
}

.pl-8 {
  padding-left: 32px !important;
}

.pt-8 {
  padding-top: 32px !important;
}

.pr-8 {
  padding-right: 32px !important;
}

.pb-8 {
  padding-bottom: 32px !important;
}

.py-8 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.px-8 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.pa-10 {
  padding: 40px;
}

.pl-10 {
  padding-left: 40px !important;
}

.pt-10 {
  padding-top: 40px !important;
}

.pr-10 {
  padding-right: 40px !important;
}

.pb-10 {
  padding-bottom: 40px !important;
}

.py-10 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.px-10 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.pa-12 {
  padding: 48px;
}

.pl-12 {
  padding-left: 48px !important;
}

.pt-12 {
  padding-top: 48px !important;
}

.pr-12 {
  padding-right: 48px !important;
}

.pb-12 {
  padding-bottom: 48px !important;
}

.py-12 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.px-12 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.pa-15 {
  padding: 60px;
}

.pl-15 {
  padding-left: 60px !important;
}

.pt-15 {
  padding-top: 60px !important;
}

.pr-15 {
  padding-right: 60px !important;
}

.pb-15 {
  padding-bottom: 60px !important;
}

.py-15 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.px-15 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.pa-16 {
  padding: 64px;
}

.pl-16 {
  padding-left: 64px !important;
}

.pt-16 {
  padding-top: 64px !important;
}

.pr-16 {
  padding-right: 64px !important;
}

.pb-16 {
  padding-bottom: 64px !important;
}

.py-16 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.px-16 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.pa-18 {
  padding: 72px;
}

.pl-18 {
  padding-left: 72px !important;
}

.pt-18 {
  padding-top: 72px !important;
}

.pr-18 {
  padding-right: 72px !important;
}

.pb-18 {
  padding-bottom: 72px !important;
}

.py-18 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.px-18 {
  padding-left: 72px !important;
  padding-right: 72px !important;
}

.pa-20 {
  padding: 80px;
}

.pl-20 {
  padding-left: 80px !important;
}

.pt-20 {
  padding-top: 80px !important;
}

.pr-20 {
  padding-right: 80px !important;
}

.pb-20 {
  padding-bottom: 80px !important;
}

.py-20 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.px-20 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.pa-24 {
  padding: 96px;
}

.pl-24 {
  padding-left: 96px !important;
}

.pt-24 {
  padding-top: 96px !important;
}

.pr-24 {
  padding-right: 96px !important;
}

.pb-24 {
  padding-bottom: 96px !important;
}

.py-24 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.px-24 {
  padding-left: 96px !important;
  padding-right: 96px !important;
}

.pa-25 {
  padding: 100px;
}

.pl-25 {
  padding-left: 100px !important;
}

.pt-25 {
  padding-top: 100px !important;
}

.pr-25 {
  padding-right: 100px !important;
}

.pb-25 {
  padding-bottom: 100px !important;
}

.py-25 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.px-25 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.pa-28 {
  padding: 112px;
}

.pl-28 {
  padding-left: 112px !important;
}

.pt-28 {
  padding-top: 112px !important;
}

.pr-28 {
  padding-right: 112px !important;
}

.pb-28 {
  padding-bottom: 112px !important;
}

.py-28 {
  padding-top: 112px !important;
  padding-bottom: 112px !important;
}

.px-28 {
  padding-left: 112px !important;
  padding-right: 112px !important;
}

.pa-30 {
  padding: 120px;
}

.pl-30 {
  padding-left: 120px !important;
}

.pt-30 {
  padding-top: 120px !important;
}

.pr-30 {
  padding-right: 120px !important;
}

.pb-30 {
  padding-bottom: 120px !important;
}

.py-30 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.px-30 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.pa-32 {
  padding: 128px;
}

.pl-32 {
  padding-left: 128px !important;
}

.pt-32 {
  padding-top: 128px !important;
}

.pr-32 {
  padding-right: 128px !important;
}

.pb-32 {
  padding-bottom: 128px !important;
}

.py-32 {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}

.px-32 {
  padding-left: 128px !important;
  padding-right: 128px !important;
}

.pa-35 {
  padding: 140px;
}

.pl-35 {
  padding-left: 140px !important;
}

.pt-35 {
  padding-top: 140px !important;
}

.pr-35 {
  padding-right: 140px !important;
}

.pb-35 {
  padding-bottom: 140px !important;
}

.py-35 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

.px-35 {
  padding-left: 140px !important;
  padding-right: 140px !important;
}

.pa-40 {
  padding: 160px;
}

.pl-40 {
  padding-left: 160px !important;
}

.pt-40 {
  padding-top: 160px !important;
}

.pr-40 {
  padding-right: 160px !important;
}

.pb-40 {
  padding-bottom: 160px !important;
}

.py-40 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

.px-40 {
  padding-left: 160px !important;
  padding-right: 160px !important;
}

.pa-45 {
  padding: 180px;
}

.pl-45 {
  padding-left: 180px !important;
}

.pt-45 {
  padding-top: 180px !important;
}

.pr-45 {
  padding-right: 180px !important;
}

.pb-45 {
  padding-bottom: 180px !important;
}

.py-45 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}

.px-45 {
  padding-left: 180px !important;
  padding-right: 180px !important;
}

.pa-50 {
  padding: 200px;
}

.pl-50 {
  padding-left: 200px !important;
}

.pt-50 {
  padding-top: 200px !important;
}

.pr-50 {
  padding-right: 200px !important;
}

.pb-50 {
  padding-bottom: 200px !important;
}

.py-50 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

.px-50 {
  padding-left: 200px !important;
  padding-right: 200px !important;
}

.ma--50 {
  margin: -200px;
}

.ml--50 {
  margin-left: -200px !important;
}

.mt--50 {
  margin-top: -200px !important;
}

.mr--50 {
  margin-right: -200px !important;
}

.mb--50 {
  margin-bottom: -200px !important;
}

.my--50 {
  margin-top: -200px !important;
  margin-bottom: -200px !important;
}

.mx--50 {
  margin-left: -200px !important;
  margin-right: -200px !important;
}

.ma--45 {
  margin: -180px;
}

.ml--45 {
  margin-left: -180px !important;
}

.mt--45 {
  margin-top: -180px !important;
}

.mr--45 {
  margin-right: -180px !important;
}

.mb--45 {
  margin-bottom: -180px !important;
}

.my--45 {
  margin-top: -180px !important;
  margin-bottom: -180px !important;
}

.mx--45 {
  margin-left: -180px !important;
  margin-right: -180px !important;
}

.ma--40 {
  margin: -160px;
}

.ml--40 {
  margin-left: -160px !important;
}

.mt--40 {
  margin-top: -160px !important;
}

.mr--40 {
  margin-right: -160px !important;
}

.mb--40 {
  margin-bottom: -160px !important;
}

.my--40 {
  margin-top: -160px !important;
  margin-bottom: -160px !important;
}

.mx--40 {
  margin-left: -160px !important;
  margin-right: -160px !important;
}

.ma--35 {
  margin: -140px;
}

.ml--35 {
  margin-left: -140px !important;
}

.mt--35 {
  margin-top: -140px !important;
}

.mr--35 {
  margin-right: -140px !important;
}

.mb--35 {
  margin-bottom: -140px !important;
}

.my--35 {
  margin-top: -140px !important;
  margin-bottom: -140px !important;
}

.mx--35 {
  margin-left: -140px !important;
  margin-right: -140px !important;
}

.ma--32 {
  margin: -128px;
}

.ml--32 {
  margin-left: -128px !important;
}

.mt--32 {
  margin-top: -128px !important;
}

.mr--32 {
  margin-right: -128px !important;
}

.mb--32 {
  margin-bottom: -128px !important;
}

.my--32 {
  margin-top: -128px !important;
  margin-bottom: -128px !important;
}

.mx--32 {
  margin-left: -128px !important;
  margin-right: -128px !important;
}

.ma--30 {
  margin: -120px;
}

.ml--30 {
  margin-left: -120px !important;
}

.mt--30 {
  margin-top: -120px !important;
}

.mr--30 {
  margin-right: -120px !important;
}

.mb--30 {
  margin-bottom: -120px !important;
}

.my--30 {
  margin-top: -120px !important;
  margin-bottom: -120px !important;
}

.mx--30 {
  margin-left: -120px !important;
  margin-right: -120px !important;
}

.ma--28 {
  margin: -112px;
}

.ml--28 {
  margin-left: -112px !important;
}

.mt--28 {
  margin-top: -112px !important;
}

.mr--28 {
  margin-right: -112px !important;
}

.mb--28 {
  margin-bottom: -112px !important;
}

.my--28 {
  margin-top: -112px !important;
  margin-bottom: -112px !important;
}

.mx--28 {
  margin-left: -112px !important;
  margin-right: -112px !important;
}

.ma--25 {
  margin: -100px;
}

.ml--25 {
  margin-left: -100px !important;
}

.mt--25 {
  margin-top: -100px !important;
}

.mr--25 {
  margin-right: -100px !important;
}

.mb--25 {
  margin-bottom: -100px !important;
}

.my--25 {
  margin-top: -100px !important;
  margin-bottom: -100px !important;
}

.mx--25 {
  margin-left: -100px !important;
  margin-right: -100px !important;
}

.ma--24 {
  margin: -96px;
}

.ml--24 {
  margin-left: -96px !important;
}

.mt--24 {
  margin-top: -96px !important;
}

.mr--24 {
  margin-right: -96px !important;
}

.mb--24 {
  margin-bottom: -96px !important;
}

.my--24 {
  margin-top: -96px !important;
  margin-bottom: -96px !important;
}

.mx--24 {
  margin-left: -96px !important;
  margin-right: -96px !important;
}

.ma--20 {
  margin: -80px;
}

.ml--20 {
  margin-left: -80px !important;
}

.mt--20 {
  margin-top: -80px !important;
}

.mr--20 {
  margin-right: -80px !important;
}

.mb--20 {
  margin-bottom: -80px !important;
}

.my--20 {
  margin-top: -80px !important;
  margin-bottom: -80px !important;
}

.mx--20 {
  margin-left: -80px !important;
  margin-right: -80px !important;
}

.ma--18 {
  margin: -72px;
}

.ml--18 {
  margin-left: -72px !important;
}

.mt--18 {
  margin-top: -72px !important;
}

.mr--18 {
  margin-right: -72px !important;
}

.mb--18 {
  margin-bottom: -72px !important;
}

.my--18 {
  margin-top: -72px !important;
  margin-bottom: -72px !important;
}

.mx--18 {
  margin-left: -72px !important;
  margin-right: -72px !important;
}

.ma--16 {
  margin: -64px;
}

.ml--16 {
  margin-left: -64px !important;
}

.mt--16 {
  margin-top: -64px !important;
}

.mr--16 {
  margin-right: -64px !important;
}

.mb--16 {
  margin-bottom: -64px !important;
}

.my--16 {
  margin-top: -64px !important;
  margin-bottom: -64px !important;
}

.mx--16 {
  margin-left: -64px !important;
  margin-right: -64px !important;
}

.ma--15 {
  margin: -60px;
}

.ml--15 {
  margin-left: -60px !important;
}

.mt--15 {
  margin-top: -60px !important;
}

.mr--15 {
  margin-right: -60px !important;
}

.mb--15 {
  margin-bottom: -60px !important;
}

.my--15 {
  margin-top: -60px !important;
  margin-bottom: -60px !important;
}

.mx--15 {
  margin-left: -60px !important;
  margin-right: -60px !important;
}

.ma--12 {
  margin: -48px;
}

.ml--12 {
  margin-left: -48px !important;
}

.mt--12 {
  margin-top: -48px !important;
}

.mr--12 {
  margin-right: -48px !important;
}

.mb--12 {
  margin-bottom: -48px !important;
}

.my--12 {
  margin-top: -48px !important;
  margin-bottom: -48px !important;
}

.mx--12 {
  margin-left: -48px !important;
  margin-right: -48px !important;
}

.ma--10 {
  margin: -40px;
}

.ml--10 {
  margin-left: -40px !important;
}

.mt--10 {
  margin-top: -40px !important;
}

.mr--10 {
  margin-right: -40px !important;
}

.mb--10 {
  margin-bottom: -40px !important;
}

.my--10 {
  margin-top: -40px !important;
  margin-bottom: -40px !important;
}

.mx--10 {
  margin-left: -40px !important;
  margin-right: -40px !important;
}

.ma--8 {
  margin: -32px;
}

.ml--8 {
  margin-left: -32px !important;
}

.mt--8 {
  margin-top: -32px !important;
}

.mr--8 {
  margin-right: -32px !important;
}

.mb--8 {
  margin-bottom: -32px !important;
}

.my--8 {
  margin-top: -32px !important;
  margin-bottom: -32px !important;
}

.mx--8 {
  margin-left: -32px !important;
  margin-right: -32px !important;
}

.ma--6 {
  margin: -24px;
}

.ml--6 {
  margin-left: -24px !important;
}

.mt--6 {
  margin-top: -24px !important;
}

.mr--6 {
  margin-right: -24px !important;
}

.mb--6 {
  margin-bottom: -24px !important;
}

.my--6 {
  margin-top: -24px !important;
  margin-bottom: -24px !important;
}

.mx--6 {
  margin-left: -24px !important;
  margin-right: -24px !important;
}

.ma--5 {
  margin: -20px;
}

.ml--5 {
  margin-left: -20px !important;
}

.mt--5 {
  margin-top: -20px !important;
}

.mr--5 {
  margin-right: -20px !important;
}

.mb--5 {
  margin-bottom: -20px !important;
}

.my--5 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}

.mx--5 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}

.ma--4 {
  margin: -16px;
}

.ml--4 {
  margin-left: -16px !important;
}

.mt--4 {
  margin-top: -16px !important;
}

.mr--4 {
  margin-right: -16px !important;
}

.mb--4 {
  margin-bottom: -16px !important;
}

.my--4 {
  margin-top: -16px !important;
  margin-bottom: -16px !important;
}

.mx--4 {
  margin-left: -16px !important;
  margin-right: -16px !important;
}

.ma--3 {
  margin: -12px;
}

.ml--3 {
  margin-left: -12px !important;
}

.mt--3 {
  margin-top: -12px !important;
}

.mr--3 {
  margin-right: -12px !important;
}

.mb--3 {
  margin-bottom: -12px !important;
}

.my--3 {
  margin-top: -12px !important;
  margin-bottom: -12px !important;
}

.mx--3 {
  margin-left: -12px !important;
  margin-right: -12px !important;
}

.ma--2 {
  margin: -8px;
}

.ml--2 {
  margin-left: -8px !important;
}

.mt--2 {
  margin-top: -8px !important;
}

.mr--2 {
  margin-right: -8px !important;
}

.mb--2 {
  margin-bottom: -8px !important;
}

.my--2 {
  margin-top: -8px !important;
  margin-bottom: -8px !important;
}

.mx--2 {
  margin-left: -8px !important;
  margin-right: -8px !important;
}

.ma--1 {
  margin: -4px;
}

.ml--1 {
  margin-left: -4px !important;
}

.mt--1 {
  margin-top: -4px !important;
}

.mr--1 {
  margin-right: -4px !important;
}

.mb--1 {
  margin-bottom: -4px !important;
}

.my--1 {
  margin-top: -4px !important;
  margin-bottom: -4px !important;
}

.mx--1 {
  margin-left: -4px !important;
  margin-right: -4px !important;
}

.ma-0 {
  margin: 0px;
}

.ml-0 {
  margin-left: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.ma-1 {
  margin: 4px;
}

.ml-1 {
  margin-left: 4px !important;
}

.mt-1 {
  margin-top: 4px !important;
}

.mr-1 {
  margin-right: 4px !important;
}

.mb-1 {
  margin-bottom: 4px !important;
}

.my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.mx-1 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.ma-2 {
  margin: 8px;
}

.ml-2 {
  margin-left: 8px !important;
}

.mt-2 {
  margin-top: 8px !important;
}

.mr-2 {
  margin-right: 8px !important;
}

.mb-2 {
  margin-bottom: 8px !important;
}

.my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.mx-2 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.ma-3 {
  margin: 12px;
}

.ml-3 {
  margin-left: 12px !important;
}

.mt-3 {
  margin-top: 12px !important;
}

.mr-3 {
  margin-right: 12px !important;
}

.mb-3 {
  margin-bottom: 12px !important;
}

.my-3 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.mx-3 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.ma-4 {
  margin: 16px;
}

.ml-4 {
  margin-left: 16px !important;
}

.mt-4 {
  margin-top: 16px !important;
}

.mr-4 {
  margin-right: 16px !important;
}

.mb-4 {
  margin-bottom: 16px !important;
}

.my-4 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.mx-4 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.ma-5 {
  margin: 20px;
}

.ml-5 {
  margin-left: 20px !important;
}

.mt-5 {
  margin-top: 20px !important;
}

.mr-5 {
  margin-right: 20px !important;
}

.mb-5 {
  margin-bottom: 20px !important;
}

.my-5 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mx-5 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.ma-6 {
  margin: 24px;
}

.ml-6 {
  margin-left: 24px !important;
}

.mt-6 {
  margin-top: 24px !important;
}

.mr-6 {
  margin-right: 24px !important;
}

.mb-6 {
  margin-bottom: 24px !important;
}

.my-6 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.mx-6 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.ma-8 {
  margin: 32px;
}

.ml-8 {
  margin-left: 32px !important;
}

.mt-8 {
  margin-top: 32px !important;
}

.mr-8 {
  margin-right: 32px !important;
}

.mb-8 {
  margin-bottom: 32px !important;
}

.my-8 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.mx-8 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.ma-10 {
  margin: 40px;
}

.ml-10 {
  margin-left: 40px !important;
}

.mt-10 {
  margin-top: 40px !important;
}

.mr-10 {
  margin-right: 40px !important;
}

.mb-10 {
  margin-bottom: 40px !important;
}

.my-10 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mx-10 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.ma-12 {
  margin: 48px;
}

.ml-12 {
  margin-left: 48px !important;
}

.mt-12 {
  margin-top: 48px !important;
}

.mr-12 {
  margin-right: 48px !important;
}

.mb-12 {
  margin-bottom: 48px !important;
}

.my-12 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.mx-12 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.ma-15 {
  margin: 60px;
}

.ml-15 {
  margin-left: 60px !important;
}

.mt-15 {
  margin-top: 60px !important;
}

.mr-15 {
  margin-right: 60px !important;
}

.mb-15 {
  margin-bottom: 60px !important;
}

.my-15 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mx-15 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.ma-16 {
  margin: 64px;
}

.ml-16 {
  margin-left: 64px !important;
}

.mt-16 {
  margin-top: 64px !important;
}

.mr-16 {
  margin-right: 64px !important;
}

.mb-16 {
  margin-bottom: 64px !important;
}

.my-16 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.mx-16 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.ma-18 {
  margin: 72px;
}

.ml-18 {
  margin-left: 72px !important;
}

.mt-18 {
  margin-top: 72px !important;
}

.mr-18 {
  margin-right: 72px !important;
}

.mb-18 {
  margin-bottom: 72px !important;
}

.my-18 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.mx-18 {
  margin-left: 72px !important;
  margin-right: 72px !important;
}

.ma-20 {
  margin: 80px;
}

.ml-20 {
  margin-left: 80px !important;
}

.mt-20 {
  margin-top: 80px !important;
}

.mr-20 {
  margin-right: 80px !important;
}

.mb-20 {
  margin-bottom: 80px !important;
}

.my-20 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.mx-20 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.ma-24 {
  margin: 96px;
}

.ml-24 {
  margin-left: 96px !important;
}

.mt-24 {
  margin-top: 96px !important;
}

.mr-24 {
  margin-right: 96px !important;
}

.mb-24 {
  margin-bottom: 96px !important;
}

.my-24 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.mx-24 {
  margin-left: 96px !important;
  margin-right: 96px !important;
}

.ma-25 {
  margin: 100px;
}

.ml-25 {
  margin-left: 100px !important;
}

.mt-25 {
  margin-top: 100px !important;
}

.mr-25 {
  margin-right: 100px !important;
}

.mb-25 {
  margin-bottom: 100px !important;
}

.my-25 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.mx-25 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.ma-28 {
  margin: 112px;
}

.ml-28 {
  margin-left: 112px !important;
}

.mt-28 {
  margin-top: 112px !important;
}

.mr-28 {
  margin-right: 112px !important;
}

.mb-28 {
  margin-bottom: 112px !important;
}

.my-28 {
  margin-top: 112px !important;
  margin-bottom: 112px !important;
}

.mx-28 {
  margin-left: 112px !important;
  margin-right: 112px !important;
}

.ma-30 {
  margin: 120px;
}

.ml-30 {
  margin-left: 120px !important;
}

.mt-30 {
  margin-top: 120px !important;
}

.mr-30 {
  margin-right: 120px !important;
}

.mb-30 {
  margin-bottom: 120px !important;
}

.my-30 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.mx-30 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

.ma-32 {
  margin: 128px;
}

.ml-32 {
  margin-left: 128px !important;
}

.mt-32 {
  margin-top: 128px !important;
}

.mr-32 {
  margin-right: 128px !important;
}

.mb-32 {
  margin-bottom: 128px !important;
}

.my-32 {
  margin-top: 128px !important;
  margin-bottom: 128px !important;
}

.mx-32 {
  margin-left: 128px !important;
  margin-right: 128px !important;
}

.ma-35 {
  margin: 140px;
}

.ml-35 {
  margin-left: 140px !important;
}

.mt-35 {
  margin-top: 140px !important;
}

.mr-35 {
  margin-right: 140px !important;
}

.mb-35 {
  margin-bottom: 140px !important;
}

.my-35 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}

.mx-35 {
  margin-left: 140px !important;
  margin-right: 140px !important;
}

.ma-40 {
  margin: 160px;
}

.ml-40 {
  margin-left: 160px !important;
}

.mt-40 {
  margin-top: 160px !important;
}

.mr-40 {
  margin-right: 160px !important;
}

.mb-40 {
  margin-bottom: 160px !important;
}

.my-40 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

.mx-40 {
  margin-left: 160px !important;
  margin-right: 160px !important;
}

.ma-45 {
  margin: 180px;
}

.ml-45 {
  margin-left: 180px !important;
}

.mt-45 {
  margin-top: 180px !important;
}

.mr-45 {
  margin-right: 180px !important;
}

.mb-45 {
  margin-bottom: 180px !important;
}

.my-45 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}

.mx-45 {
  margin-left: 180px !important;
  margin-right: 180px !important;
}

.ma-50 {
  margin: 200px;
}

.ml-50 {
  margin-left: 200px !important;
}

.mt-50 {
  margin-top: 200px !important;
}

.mr-50 {
  margin-right: 200px !important;
}

.mb-50 {
  margin-bottom: 200px !important;
}

.my-50 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}

.mx-50 {
  margin-left: 200px !important;
  margin-right: 200px !important;
}

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

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

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

body {
  position: relative;
  font-size: 16px;
  color: #323232;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.016em;
  letter-spacing: 0;
}
body.drawer-open {
  overflow-y: hidden;
}

main {
  min-height: 100dvh;
  padding-top: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 991.98px) {
  main {
    padding-top: 48px;
  }
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.container {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
}

body {
  font-family: "Noto Sans TC", "Apple LiGothic Medium", "Microsoft JhengHei", "LiHei Pro Medium", Arial, Helvetica !important;
}
@media all and (max-width: 640px) {
  body.hide-header header {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media all and (max-width: 640px) {
  body.hide-header .drawer-container {
    -webkit-transition: padding 0.2s;
    transition: padding 0.2s;
    padding-top: 0;
  }
}
@media all and (max-width: 640px) {
  body.hide-header .drawer-container .drawer-head {
    height: 0;
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
}

.icare-container,
.icare-container-fluid,
.icare-container-sm,
.icare-container-md,
.icare-container-lg,
.icare-container-xl {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .icare-container,
  .icare-container-sm {
    max-width: 540px;
  }
  .icare-container.icare-container-fluid {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .icare-container,
  .icare-container-sm,
  .icare-container-md {
    max-width: 720px;
  }
  .icare-container.icare-container-fluid {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .icare-container,
  .icare-container-sm,
  .icare-container-md,
  .icare-container-lg {
    max-width: 960px;
  }
  .icare-container.icare-container-fluid {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .icare-container,
  .icare-container-sm,
  .icare-container-md,
  .icare-container-lg,
  .icare-container-xl {
    max-width: 1140px;
  }
  .icare-container.icare-container-fluid {
    width: 100%;
  }
}
.icare-main-wrapper {
  position: relative;
}
.icare-main-wrapper .icare-main-head {
  width: 100%;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 24px;
  padding: 12px 32px;
  background: #1E8BFA;
  border-radius: 0 0 40px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 991.98px) {
  .icare-main-wrapper .icare-main-head {
    gap: 16px;
    padding: 8px 20px 10px 20px;
    border-radius: 0 0 28px 28px;
  }
}
.icare-main-wrapper .icare-main-head::after {
  content: "";
  width: 32px;
  height: 14px;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: calc(50% - 14px);
  top: calc(100% - 2px);
  border-left: 16px solid transparent;
  border-top: 14px solid #1E8BFA;
  border-right: 16px solid transparent;
  z-index: 10;
}
@media all and (max-width: 991.98px) {
  .icare-main-wrapper .icare-main-head::after {
    width: 22px;
    height: 10px;
    position: absolute;
    border-left: 11px solid transparent;
    border-top: 10px solid #1E8BFA;
    border-right: 11px solid transparent;
  }
}
.icare-main-wrapper .icare-main-head .back {
  width: 40px;
  height: 40px;
  background-image: url("../assets/icon/arrow_back.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
}
@media all and (max-width: 991.98px) {
  .icare-main-wrapper .icare-main-head .back {
    width: 32px;
    height: 32px;
  }
}
.icare-main-wrapper .icare-main-head .title {
  font-size: 42px;
  color: white;
  font-weight: 700;
  line-height: 64px !important;
  letter-spacing: 0.08em !important;
  font-size: 42px !important;
}
@media all and (max-width: 991.98px) {
  .icare-main-wrapper .icare-main-head .title {
    font-size: 28px !important;
    line-height: 40px !important;
  }
}

body.idx-body .icare-main-wrapper {
  z-index: 18;
}

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

ol {
  list-style-type: decimal;
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

ul {
  list-style-type: disc;
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.pointer {
  cursor: pointer;
}

.none {
  display: none;
}

.hidden-title {
  position: absolute;
  left: -99999px;
}

.spec-title {
  font-weight: 900;
}
.spec-title div, .spec-title span, .spec-title p, .spec-title ul, .spec-title ol, .spec-title li {
  font-weight: inherit;
}

h2.spec-title {
  font-size: 28px;
  color: #002648;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: 0.06rem;
  text-align: center;
}
@media all and (max-width: 991.98px) {
  h2.spec-title {
    font-size: 20px;
    line-height: 28px;
  }
}

h2.spec-title-big {
  font-size: 32px;
  color: #002648;
  font-weight: 900;
  line-height: 56px;
  letter-spacing: 0.06rem;
  text-align: center;
}
@media all and (max-width: 991.98px) {
  h2.spec-title-big {
    font-size: 24px;
    line-height: 34px;
  }
}

.font-bold {
  font-weight: bold;
}

.font-normal {
  font-weight: normal;
}

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-24 {
  font-size: 24px;
}

.font-26 {
  font-size: 26px;
}

.font-30 {
  font-size: 30px;
}

.w-auto {
  width: auto;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-35 {
  width: 35%;
}

.w-40 {
  width: 40%;
}

.w-45 {
  width: 45%;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

.h-auto {
  height: auto;
}

.h-20 {
  height: 20%;
}

.h-25 {
  height: 25%;
}

.h-30 {
  height: 30%;
}

.h-35 {
  height: 35%;
}

.h-40 {
  height: 40%;
}

.h-45 {
  height: 45%;
}

.h-50 {
  height: 50%;
}

.h-75 {
  height: 75%;
}

.h-100 {
  height: 100%;
}

.divider {
  border-bottom: 1px solid #BCD6EE;
}

.divider-dashed {
  border-bottom: 1px dashed #BCD6EE;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.align-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.justify-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-space-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-space-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-space-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

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

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

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

.box-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  background-color: white;
  border-radius: 12px 12px 12px 12px;
  -webkit-box-shadow: 2px 2px 12px #E3E3E3;
          box-shadow: 2px 2px 12px #E3E3E3;
}
@media all and (max-width: 991.98px) {
  .box-content {
    padding: 32px 16px;
  }
}
.box-content.single {
  border-radius: 0 12px 12px 12px;
}
.box-content-sp {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px;
  background-color: white;
  border-radius: 20px 20px 20px 20px;
  -webkit-box-shadow: 0px 4px 0px 0px #0A5DAD, 0px 0px 6px #8ed9f3;
          box-shadow: 0px 4px 0px 0px #0A5DAD, 0px 0px 6px #8ed9f3;
}
@media all and (max-width: 991.98px) {
  .box-content-sp {
    padding: 24px 20px;
  }
}
@media all and (max-width: 767.98px) {
  .box-content-sp {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
}
.common-box-container .box-content .info-collapse {
  max-width: 96%;
  margin: 0px auto 10px;
}
.common-box-container .common-box-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: -1;
}
.common-box-container .common-box-area {
  background-color: white;
}
.common-box-container.hide {
  display: none;
}
.common-box-container .common-box-head {
  width: 100%;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 24px;
  padding: 12px 32px;
  background: #1E8BFA;
  border-radius: 0 0 40px 40px;
}
@media all and (max-width: 991.98px) {
  .common-box-container .common-box-head {
    gap: 16px;
    padding: 8px 20px 10px 20px;
    border-radius: 0 0 28px 28px;
  }
}
.common-box-container .common-box-head::after {
  content: "";
  width: 32px;
  height: 14px;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: calc(50% - 14px);
  top: calc(100% - 2px);
  border-left: 16px solid transparent;
  border-top: 14px solid #1E8BFA;
  border-right: 16px solid transparent;
  z-index: 10;
}
@media all and (max-width: 991.98px) {
  .common-box-container .common-box-head::after {
    width: 22px;
    height: 10px;
    position: absolute;
    border-left: 11px solid transparent;
    border-top: 10px solid #1E8BFA;
    border-right: 11px solid transparent;
  }
}
.common-box-container .common-box-head .back {
  width: 40px;
  height: 40px;
  background-image: url("../assets/icon/arrow_back.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
}
@media all and (max-width: 991.98px) {
  .common-box-container .common-box-head .back {
    width: 32px;
    height: 32px;
  }
}
.common-box-container .common-box-head .title {
  font-size: 42px;
  color: white;
  font-weight: 700;
  line-height: 64px !important;
  letter-spacing: 0.08em !important;
  font-size: 42px !important;
}
@media all and (max-width: 991.98px) {
  .common-box-container .common-box-head .title {
    font-size: 28px !important;
    line-height: 40px !important;
  }
}
.common-box-container .common-box-body {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 28px 60px 40px 60px;
}
@media all and (max-width: 991.98px) {
  .common-box-container .common-box-body {
    padding: 16px 60px 84px 60px;
  }
}
@media all and (max-width: 640px) {
  .common-box-container .common-box-body {
    padding: 16px 20px 84px 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1280px) {
  .common-box-container .common-box-body {
    padding: 28px 0px 84px 0px;
  }
}
.common-box-container .common-box-body.index-box-body {
  padding: 28px 60px 40px 60px;
}
@media all and (max-width: 991.98px) {
  .common-box-container .common-box-body.index-box-body {
    padding: 16px 60px 40px 60px;
  }
}
@media all and (max-width: 640px) {
  .common-box-container .common-box-body.index-box-body {
    padding: 16px 20px 40px 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1280px) {
  .common-box-container .common-box-body.index-box-body {
    padding: 28px 0px 40px 0px;
  }
}
.common-box-container .common-box-body .title-area {
  width: 100%;
  height: 200px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  margin: 32px 0;
}
@media all and (max-width: 991.98px) {
  .common-box-container .common-box-body .title-area {
    height: 136px;
    padding-right: 152px;
  }
}
@media all and (max-width: 640px) {
  .common-box-container .common-box-body .title-area {
    padding: 0 20px;
    height: auto;
  }
}
.common-box-container .common-box-body .maintitle {
  margin: 10px 0px 10px;
  font-size: 36px;
  color: #013b84;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 0.04em;
}
@media all and (max-width: 991.98px) {
  .common-box-container .common-box-body .maintitle {
    font-size: 20px;
    line-height: 28px;
  }
}
.common-box-container .common-box-body .subtitle {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 0 0px 40px;
  margin: 10px 0px 10px;
  color: #00417A !important;
  font-size: 24px;
  color: #323232;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: inherit;
  text-align: left;
}
@media all and (max-width: 991.98px) {
  .common-box-container .common-box-body .subtitle {
    padding: 0px 0 0px 40px;
    font-size: 20px;
    line-height: 28px;
  }
}
.common-box-container .common-box-body .subtitle::before {
  content: "";
  width: 28px;
  height: 16px;
  position: absolute;
  background-image: url("../assets/icon/mark.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  left: 0;
  top: 10px;
  margin-left: 0;
  margin-top: 0;
}
@media all and (max-width: 991.98px) {
  .common-box-container .common-box-body .subtitle::before {
    top: 7px;
  }
}
.common-box-container .common-box-body .data-subtitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px 0px 24px;
  font-size: 18px;
  color: #005BAC;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: inherit;
  text-align: left;
}
@media all and (max-width: 991.98px) {
  .common-box-container .common-box-body .data-subtitle {
    font-size: 16px;
    line-height: 24px;
    margin: 0px 0px 20px;
  }
}
.common-box-container .common-box-body .form-area {
  gap: 20px;
}
@media all and (max-width: 991.98px) {
  .common-box-container .common-box-body .form-area {
    gap: 8px;
  }
}
.common-box-container .common-box-body .form-area .subtitle {
  margin-bottom: 20px;
  margin-top: 8px;
}

.text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 16px;
  min-width: 100px;
}
@media all and (max-width: 1280px) {
  .text-box {
    gap: 8px;
  }
}
.text-box h5 {
  font-size: 24px;
  color: white;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: inherit;
  position: relative;
  margin-bottom: 8px;
  padding: 8px 48px;
  border-radius: 8px;
  background: #095ca8;
}
@media all and (max-width: 1280px) {
  .text-box h5 {
    margin: 0 auto 16px auto;
    font-size: 18px;
    line-height: 28px;
  }
}
.text-box h5::before, .text-box h5::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  background-color: white;
  top: calc(50% - 4px);
}
.text-box h5::before {
  left: 20px;
}
.text-box h5::after {
  right: 20px;
}
.text-box p {
  font-size: 18px;
  color: black;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: inherit;
}
@media all and (max-width: 1280px) {
  .text-box p {
    font-size: 16px;
    line-height: 24px;
  }
}
.text-box p::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../assets/icon/star.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 8px;
  vertical-align: middle;
}

.title-area-describe {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.btn-common-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 10px auto;
  width: 100%;
}
@media all and (max-width: 991.98px) {
  .btn-common-bar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-common {
  padding: 12px 12px;
  max-width: 294px;
  height: 48px;
  font-size: 18px;
  line-height: 24px;
  border-radius: 100px;
}
@media all and (max-width: 991.98px) {
  .btn-common {
    max-width: 160px;
  }
}
@media all and (max-width: 425px) {
  .btn-common {
    max-width: 145px !important;
  }
}
@media all and (max-width: 380px) {
  .btn-common {
    max-width: 130px !important;
  }
}
.btn-common:hover {
  background-color: currentColor;
  color: currentColor;
  opacity: 0.5;
}
.btn-common.icare-primary {
  background-color: #1E8BFA !important;
  color: #FFFFFF;
  border: 1px solid transparent !important;
}
.btn-common.icare-primary-outline {
  background-color: #FFFFFF !important;
  color: #1E8BFA;
  border: 1px solid #1E8BFA !important;
}
.btn-common.icare-secondary {
  background-color: #eb6000 !important;
  color: #FFFFFF;
  border: 1px solid transparent !important;
}
.btn-common.icare-secondary-outline {
  background-color: #FFFFFF !important;
  color: #eb6000;
  border: 1px solid #eb6000 !important;
}
.btn-common.btn-block + .btn-block {
  gap: 8px;
}

.aside-area,
.footer-shortcut,
.detail-shortcut {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 64px;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area,
  .footer-shortcut,
  .detail-shortcut {
    gap: 24px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area,
  .footer-shortcut,
  .detail-shortcut {
    gap: 24px;
  }
}
.aside-area .aside-top,
.aside-area .aside-top2,
.aside-area .aside-bottom,
.footer-shortcut .aside-top,
.footer-shortcut .aside-top2,
.footer-shortcut .aside-bottom,
.detail-shortcut .aside-top,
.detail-shortcut .aside-top2,
.detail-shortcut .aside-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .aside-top,
  .aside-area .aside-top2,
  .aside-area .aside-bottom,
  .footer-shortcut .aside-top,
  .footer-shortcut .aside-top2,
  .footer-shortcut .aside-bottom,
  .detail-shortcut .aside-top,
  .detail-shortcut .aside-top2,
  .detail-shortcut .aside-bottom {
    gap: 10px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .aside-top,
  .aside-area .aside-top2,
  .aside-area .aside-bottom,
  .footer-shortcut .aside-top,
  .footer-shortcut .aside-top2,
  .footer-shortcut .aside-bottom,
  .detail-shortcut .aside-top,
  .detail-shortcut .aside-top2,
  .detail-shortcut .aside-bottom {
    gap: 10px;
  }
}
@media screen and (min-width: 480px) and (max-width: 991.98px) {
  .aside-area .aside-top,
  .footer-shortcut .aside-top,
  .detail-shortcut .aside-top {
    margin-top: -20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .aside-top,
  .footer-shortcut .aside-top,
  .detail-shortcut .aside-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    margin-right: -24px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .aside-top,
  .footer-shortcut .aside-top,
  .detail-shortcut .aside-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    margin-right: -24px;
    margin-bottom: 20px;
  }
}
.aside-area .aside-top2,
.footer-shortcut .aside-top2,
.detail-shortcut .aside-top2 {
  display: none;
}
.aside-area .aside-bottom,
.footer-shortcut .aside-bottom,
.detail-shortcut .aside-bottom {
  gap: 32px;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .aside-bottom,
  .footer-shortcut .aside-bottom,
  .detail-shortcut .aside-bottom {
    gap: 16px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .aside-bottom,
  .footer-shortcut .aside-bottom,
  .detail-shortcut .aside-bottom {
    gap: 16px;
  }
}
.aside-area .link-icon a,
.footer-shortcut .link-icon a,
.detail-shortcut .link-icon a {
  display: block;
  cursor: pointer;
}
.aside-area .link-icon a:link, .aside-area .link-icon a:active,
.footer-shortcut .link-icon a:link,
.footer-shortcut .link-icon a:active,
.detail-shortcut .link-icon a:link,
.detail-shortcut .link-icon a:active {
  text-decoration: none;
}
.aside-area .link-icon a:hover,
.footer-shortcut .link-icon a:hover,
.detail-shortcut .link-icon a:hover {
  text-decoration: none;
}
.aside-area .link-icon.sales-person img,
.footer-shortcut .link-icon.sales-person img,
.detail-shortcut .link-icon.sales-person img {
  width: 100%;
  height: 100%;
}
.aside-area .link-icon.customer-ai-chatbot img,
.footer-shortcut .link-icon.customer-ai-chatbot img,
.detail-shortcut .link-icon.customer-ai-chatbot img {
  width: 100%;
  height: 100%;
}
.aside-area .link-icon.sales-person, .aside-area .link-icon.customer-ai-chatbot,
.footer-shortcut .link-icon.sales-person,
.footer-shortcut .link-icon.customer-ai-chatbot,
.detail-shortcut .link-icon.sales-person,
.detail-shortcut .link-icon.customer-ai-chatbot {
  width: 68px;
  height: 68px;
  text-align: center;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .link-icon.sales-person, .aside-area .link-icon.customer-ai-chatbot,
  .footer-shortcut .link-icon.sales-person,
  .footer-shortcut .link-icon.customer-ai-chatbot,
  .detail-shortcut .link-icon.sales-person,
  .detail-shortcut .link-icon.customer-ai-chatbot {
    width: 56px;
    height: 56px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .link-icon.sales-person, .aside-area .link-icon.customer-ai-chatbot,
  .footer-shortcut .link-icon.sales-person,
  .footer-shortcut .link-icon.customer-ai-chatbot,
  .detail-shortcut .link-icon.sales-person,
  .detail-shortcut .link-icon.customer-ai-chatbot {
    width: 56px;
    height: 56px;
  }
}
.aside-area .link-icon.go-top,
.footer-shortcut .link-icon.go-top,
.detail-shortcut .link-icon.go-top {
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin: 0px auto 0px;
  -webkit-transform: translateY(360%);
          transform: translateY(360%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .link-icon.go-top,
  .footer-shortcut .link-icon.go-top,
  .detail-shortcut .link-icon.go-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0px auto 0px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .link-icon.go-top,
  .footer-shortcut .link-icon.go-top,
  .detail-shortcut .link-icon.go-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0px auto 0px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .link-icon.go-top,
  .footer-shortcut .link-icon.go-top,
  .detail-shortcut .link-icon.go-top {
    -webkit-transform: translateY(920%);
            transform: translateY(920%);
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .link-icon.go-top,
  .footer-shortcut .link-icon.go-top,
  .detail-shortcut .link-icon.go-top {
    -webkit-transform: translateY(920%);
            transform: translateY(920%);
  }
}
.aside-area .link-icon.go-top.show,
.footer-shortcut .link-icon.go-top.show,
.detail-shortcut .link-icon.go-top.show {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.aside-area .link-icon.go-top a,
.footer-shortcut .link-icon.go-top a,
.detail-shortcut .link-icon.go-top a {
  background-color: #9CCCFC;
  color: white;
  text-align: center;
  font-size: 30px;
  font-family: serif, monospace, Arial, sans-serif;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.aside-area .link-icon.go-top a span,
.footer-shortcut .link-icon.go-top a span,
.detail-shortcut .link-icon.go-top a span {
  display: inline-block;
  margin: 3px 0px -3px 0px;
}
.aside-area .button,
.footer-shortcut .button,
.detail-shortcut .button {
  width: 68px;
  height: 118px;
  font-size: 18px;
  color: white;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: inherit;
  text-align: center;
  border-radius: 8px;
  background: #0A5DAD;
  -webkit-box-shadow: 0px 4px 0px 0px #0085c1;
          box-shadow: 0px 4px 0px 0px #0085c1;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  cursor: pointer;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .button,
  .footer-shortcut .button,
  .detail-shortcut .button {
    width: 158px;
    height: 48px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .button,
  .footer-shortcut .button,
  .detail-shortcut .button {
    width: 158px;
    height: 48px;
  }
}
.aside-area .button .icon,
.footer-shortcut .button .icon,
.detail-shortcut .button .icon {
  width: 20px;
  height: 20px;
}
.aside-area .button a,
.footer-shortcut .button a,
.detail-shortcut .button a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 12px;
  gap: 6px;
  font-size: 18px;
  color: white;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: inherit;
}
.aside-area .button a:hover,
.footer-shortcut .button a:hover,
.detail-shortcut .button a:hover {
  color: inherit;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .button a,
  .footer-shortcut .button a,
  .detail-shortcut .button a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .button a,
  .footer-shortcut .button a,
  .detail-shortcut .button a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.aside-area .button.reserve,
.footer-shortcut .button.reserve,
.detail-shortcut .button.reserve {
  background: #EA6F17;
  -webkit-box-shadow: 0px 4px 0px 0px #A74500;
          box-shadow: 0px 4px 0px 0px #A74500;
}
.aside-area .button.reserve:hover,
.footer-shortcut .button.reserve:hover,
.detail-shortcut .button.reserve:hover {
  background: #C4570A;
}
.aside-area .button.reserve .icon,
.footer-shortcut .button.reserve .icon,
.detail-shortcut .button.reserve .icon {
  background-image: url("../assets/icon/shield.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.aside-area .button.calculation, .aside-area .button.know,
.footer-shortcut .button.calculation,
.footer-shortcut .button.know,
.detail-shortcut .button.calculation,
.detail-shortcut .button.know {
  background: #0664C4;
  -webkit-box-shadow: 0px 4px 0px 0px #054C94;
          box-shadow: 0px 4px 0px 0px #054C94;
}
.aside-area .button.calculation:hover, .aside-area .button.know:hover,
.footer-shortcut .button.calculation:hover,
.footer-shortcut .button.know:hover,
.detail-shortcut .button.calculation:hover,
.detail-shortcut .button.know:hover {
  background: #0452a0;
}
.aside-area .button.calculation .icon, .aside-area .button.know .icon,
.footer-shortcut .button.calculation .icon,
.footer-shortcut .button.know .icon,
.detail-shortcut .button.calculation .icon,
.detail-shortcut .button.know .icon {
  background-image: url("../assets/icon/calculator.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.aside-area .button.reserve, .aside-area .button.reserve span, .aside-area .button.reserve div, .aside-area .button.calculation, .aside-area .button.calculation span, .aside-area .button.calculation div,
.footer-shortcut .button.reserve,
.footer-shortcut .button.reserve span,
.footer-shortcut .button.reserve div,
.footer-shortcut .button.calculation,
.footer-shortcut .button.calculation span,
.footer-shortcut .button.calculation div,
.detail-shortcut .button.reserve,
.detail-shortcut .button.reserve span,
.detail-shortcut .button.reserve div,
.detail-shortcut .button.calculation,
.detail-shortcut .button.calculation span,
.detail-shortcut .button.calculation div {
  font-family: "Noto Serif TC", "Microsoft JhengHei", Arial, sans-serif !important;
  font-weight: 800;
}
@media all and (max-width: 991.98px) {
  .aside-area .button.reserve span br, .aside-area .button.calculation span br,
  .footer-shortcut .button.reserve span br,
  .footer-shortcut .button.calculation span br,
  .detail-shortcut .button.reserve span br,
  .detail-shortcut .button.calculation span br {
    display: none;
  }
}
.aside-area .button.know, .aside-area .button.know span, .aside-area .button.know div,
.footer-shortcut .button.know,
.footer-shortcut .button.know span,
.footer-shortcut .button.know div,
.detail-shortcut .button.know,
.detail-shortcut .button.know span,
.detail-shortcut .button.know div {
  font-family: "Noto Serif TC", "Microsoft JhengHei", Arial, sans-serif !important;
  font-weight: 800;
}
.aside-area .button.know .icon,
.footer-shortcut .button.know .icon,
.detail-shortcut .button.know .icon {
  background-image: url("../assets/index/flower_pink.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 30px;
  height: 30px;
}
@media all and (max-width: 991.98px) {
  .aside-area .button.know a,
  .footer-shortcut .button.know a,
  .detail-shortcut .button.know a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .button.know,
  .footer-shortcut .button.know,
  .detail-shortcut .button.know {
    width: 62px;
    height: 108px;
  }
}

.aside-area {
  position: fixed;
  bottom: 94px;
  right: 24px;
  z-index: 100;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    bottom: 20px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    bottom: 20px;
  }
}
@media all and (max-width: 575.98px) {
  .aside-area {
    right: 16px;
  }
}
@media all and (max-width: 480px) {
  .aside-area {
    bottom: 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .aside-top {
    display: none;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .aside-top {
    display: none;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .aside-top2 {
    display: block;
  }
}

.footer-shortcut,
.detail-shortcut {
  position: fixed;
  bottom: 24px;
  right: auto;
  left: auto;
  z-index: 100;
  width: 100%;
  display: none;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .footer-shortcut,
  .detail-shortcut {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media all and (max-width: 991.98px) {
  .footer-shortcut,
  .detail-shortcut {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media all and (max-width: 480px) {
  .footer-shortcut,
  .detail-shortcut {
    width: 90%;
    right: 5%;
    left: 5%;
  }
}
.footer-shortcut .aside-top,
.detail-shortcut .aside-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .footer-shortcut .aside-top,
  .detail-shortcut .aside-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 480px) and (max-width: 991.98px) {
  .footer-shortcut .aside-top,
  .detail-shortcut .aside-top {
    margin-top: 0px;
  }
}
@media all and (max-width: 991.98px) {
  .footer-shortcut .aside-top,
  .detail-shortcut .aside-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    margin-bottom: 0px;
  }
}
.footer-shortcut .button,
.detail-shortcut .button {
  width: 158px;
  height: 48px;
}
.footer-shortcut .button a,
.detail-shortcut .button a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.footer-shortcut .button.reserve span br, .footer-shortcut .button.calculation span br,
.detail-shortcut .button.reserve span br,
.detail-shortcut .button.calculation span br {
  display: none;
}

.detail-shortcut {
  position: static;
  bottom: auto;
  right: auto;
  left: auto;
  z-index: auto;
}
@media all and (max-width: 480px) {
  .detail-shortcut {
    width: 100%;
    right: auto;
    left: auto;
  }
}

body.dialog-open,
body.idx-body.dialog-open {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
body.dialog-open .footer-shortcut,
body.idx-body.dialog-open .footer-shortcut {
  z-index: 16;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

body.idx-body .aside-area .aside-top,
body.idx-body .footer-shortcut,
body.idx-body .detail-shortcut {
  overflow: hidden;
  display: none;
  opacity: 0;
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  body.prod-detail-body .aside-area,
  body.prod-intro-body .aside-area,
  body.invest-calc-body .aside-area,
  body.winner-body .aside-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: auto;
  }
  body.prod-detail-body .aside-area .aside-top,
  body.prod-intro-body .aside-area .aside-top,
  body.invest-calc-body .aside-area .aside-top,
  body.winner-body .aside-area .aside-top {
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    gap: 20px;
    margin-right: 0px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.prod-detail-body .aside-area .button,
  body.prod-intro-body .aside-area .button,
  body.invest-calc-body .aside-area .button,
  body.winner-body .aside-area .button {
    width: 62px;
    height: 118px;
  }
  body.prod-detail-body .aside-area .button a,
  body.prod-intro-body .aside-area .button a,
  body.invest-calc-body .aside-area .button a,
  body.winner-body .aside-area .button a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.prod-detail-body .footer-shortcut,
body.prod-intro-body .footer-shortcut,
body.invest-calc-body .footer-shortcut,
body.winner-body .footer-shortcut {
  overflow: hidden;
  display: none;
  opacity: 0;
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  body.prod-detail-body .detail-shortcut,
  body.prod-intro-body .detail-shortcut,
  body.invest-calc-body .detail-shortcut,
  body.winner-body .detail-shortcut {
    overflow: hidden;
    display: none;
    opacity: 0;
  }
}

body.idx-body .aside-area {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media all and (max-width: 991.98px) {
  body .customer-ai-chatbot .qa-tips-text {
    display: none;
    opacity: 0;
  }
  body .customer-ai-chatbot .qa-tips-text.active {
    display: none;
    opacity: 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1140px) {
  .customer-ai-chatbot {
    width: 56px !important;
    height: 56px !important;
  }
  .customer-ai-chatbot .link-chatbot,
  .customer-ai-chatbot .icon-ai-chatbot {
    width: 56px !important;
    height: 56px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .customer-ai-chatbot .tips-text {
    left: -150px !important;
  }
}
.step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0px;
}
.step-list .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  width: 33.3333333333%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 16px;
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .step-list .step {
    gap: 12px;
  }
}
@media all and (max-width: 1280px) {
  .step-list .step {
    gap: 12px;
  }
}
.step-list .step:not(:last-child):after {
  background-color: transparent;
  content: "";
  display: block;
  height: 0px;
  width: 100%;
  border-bottom: 1px dashed #1E8BFA;
  position: absolute;
  top: 14px;
  left: 50%;
  z-index: 0;
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .step-list .step:not(:last-child):after {
    top: 10px;
  }
}
@media screen and (max-width: 767.98px) {
  .step-list .step:not(:last-child):after {
    top: 10px;
  }
}
@media screen and (max-width: 575.98px) {
  .step-list .step:not(:last-child):after {
    height: 0px;
  }
}
.step-list .step .badge {
  background-color: #1E8BFA;
  border-radius: 50%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
  width: 28px;
  font-size: 20px;
  line-height: 24px;
  z-index: 1;
}
.step-list .step .badge .num {
  color: #FFFFFF;
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .step-list .step .badge {
    margin-right: 8px;
    height: 20px;
    width: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  .step-list .step .badge {
    margin-right: 5px;
    height: 20px;
    width: 20px;
    font-size: 16px;
    margin-top: -2px;
  }
}
@media screen and (max-width: 575.98px) {
  .step-list .step .badge {
    margin-top: 0px;
  }
}
.step-list .step.active .badge {
  background-color: #1E8BFA;
}
.step-list .step .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .step-list .step .item-info {
    gap: 12px;
  }
}
@media all and (max-width: 1280px) {
  .step-list .step .item-info {
    gap: 12px;
  }
}
.step-list .step .item-info .img {
  text-align: center;
}
.step-list .step .item-info .img .title-img {
  width: 80px;
  height: 80px;
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .step-list .step .item-info .img .title-img {
    width: 48px;
    height: 48px;
  }
}
@media all and (max-width: 1280px) {
  .step-list .step .item-info .img .title-img {
    width: 48px;
    height: 48px;
  }
}
.step-list .step .item-info .img-text {
  color: #737373;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .step-list .step .item-info .img-text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media all and (max-width: 1280px) {
  .step-list .step .item-info .img-text {
    font-size: 14px;
    line-height: 20px;
  }
}

.step-bar {
  width: 100%;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 40px;
  padding: 8px 68px 0 0;
  z-index: 2;
}
@media all and (max-width: 1280px) {
  .step-bar {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
  }
}
@media all and (max-width: 480px) {
  .step-bar {
    gap: 8px;
  }
}
.step-bar .step-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 28px;
  height: 28px;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: inherit;
  text-align: center;
  background: #1E8BFA;
  border-radius: 100%;
}
@media all and (max-width: 1280px) {
  .step-bar .step-item {
    width: 20px;
    height: 20px;
  }
}
@media all and (max-width: 480px) {
  .step-bar .step-item {
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 24px;
  }
}
.step-bar .step-item.active {
  color: white;
  background: #1E8BFA;
}
.step-bar .step-item:not(:first-child)::after {
  content: "";
  width: 60px;
  height: 4px;
  position: absolute;
  left: -50px;
  background-color: #1E8BFA;
  z-index: -1;
}
.step-bar .step-item.active::after {
  background-color: #FF3300;
}

.current-stap {
  display: none;
  margin-bottom: 12px;
}
@media all and (max-width: 991.98px) {
  .current-stap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.current-stap .step-name {
  font-size: 16px;
  color: #252525;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: inherit;
}
.current-stap .step-process {
  font-size: 16px;
  color: #BBBFCA;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: inherit;
}

.step-input-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0px 64px;
  padding: 0px;
}
@media all and (max-width: 991.98px) {
  .step-input-list {
    margin: 0 0px 48px;
  }
}
.step-input-list .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  width: 33.3333333333%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 8px;
}
.step-input-list .step:not(:first-child)::before {
  background-color: transparent;
  content: "";
  display: block;
  height: 0px;
  width: 62%;
  border: 2px solid #CFD4DB;
  border-radius: 12px;
  position: absolute;
  top: 12px;
  right: 69%;
  z-index: 0;
}
@media all and (max-width: 991.98px) {
  .step-input-list .step:not(:first-child)::before {
    width: 58%;
    border: 1px solid #CFD4DB;
    top: 5px;
    right: 70%;
  }
}
@media screen and (max-width: 575.98px) {
  .step-input-list .step:not(:first-child)::before {
    height: 0px;
  }
}
.step-input-list .step .badge {
  background-color: #FFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50%;
  border: 3px solid #CFD4DB;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 16px;
  width: 16px;
  font-size: 8px;
  line-height: 12px;
  margin-top: 6px;
  z-index: 1;
}
.step-input-list .step .badge .num {
  color: #FFFFFF;
  display: none;
}
@media all and (max-width: 991.98px) {
  .step-input-list .step .badge {
    height: 12px;
    width: 12px;
    line-height: 8px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 575.98px) {
  .step-input-list .step .badge {
    margin-top: 0px;
  }
}
.step-input-list .step .badge-info {
  color: #323232;
  display: none;
  text-align: center;
}
.step-input-list .step.active:not(:first-child):before {
  border: 2px solid #1E8BFA;
}
@media all and (max-width: 991.98px) {
  .step-input-list .step.active:not(:first-child):before {
    border: 1px solid #1E8BFA;
  }
}
.step-input-list .step.active .badge {
  background-color: #1E8BFA;
  -webkit-box-shadow: 0px 0px 16px 0px #0664C4 inset;
          box-shadow: 0px 0px 16px 0px #0664C4 inset;
  border: 0px solid #CFD4DB;
}
@media all and (max-width: 991.98px) {
  .step-input-list .step.active .badge {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.step-input-list .step.current:not(:first-child):before {
  width: 60%;
  right: 73%;
}
@media all and (max-width: 991.98px) {
  .step-input-list .step.current:not(:first-child):before {
    width: 58%;
    right: 70%;
  }
}
.step-input-list .step.current .badge {
  background-color: #1E8BFA;
  -webkit-box-shadow: 0px 0px 16px 0px #0664C4 inset;
          box-shadow: 0px 0px 16px 0px #0664C4 inset;
  border: 0px solid #CFD4DB;
  height: 28px;
  width: 28px;
  font-size: 18px;
  line-height: 28px;
  margin-top: 0px;
}
@media all and (max-width: 991.98px) {
  .step-input-list .step.current .badge {
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 12px;
    width: 12px;
    font-size: 8px;
    line-height: 8px;
  }
}
.step-input-list .step.current .badge .num {
  display: block;
}
@media all and (max-width: 991.98px) {
  .step-input-list .step.current .badge .num {
    display: none;
  }
}
.step-input-list .step.current .badge-info {
  font-size: 22px;
  color: #323232;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: inherit;
  display: block;
}
@media all and (max-width: 991.98px) {
  .step-input-list .step.current .badge-info {
    display: none;
  }
}

.sales-dialog {
  position: relative;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.sales-dialog.active {
  opacity: 1;
  position: fixed;
  z-index: 300;
  top: 0px;
  left: 0px;
}
.sales-dialog.active .sales-dialog-bg {
  display: block;
}
.sales-dialog .box-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px;
  background-color: white;
  border-radius: 20px 20px 20px 20px;
  -webkit-box-shadow: 0px 4px 0px 0px #0A5DAD, 0px 0px 6px #8ed9f3;
          box-shadow: 0px 4px 0px 0px #0A5DAD, 0px 0px 6px #8ed9f3;
  max-width: 480px;
  position: fixed;
  top: 16%;
  bottom: auto;
  left: calc(50% - 240px);
  right: calc(50% - 240px);
  z-index: 100;
}
@media all and (max-width: 640px) {
  .sales-dialog .box-content {
    max-width: 90%;
    left: 5%;
    right: 5%;
  }
}
.sales-dialog .sales-dialog-bg {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  display: none;
  -webkit-transition: display 0.5s;
  transition: display 0.5s;
}

main.pg-contents {
  position: relative;
}
main.pg-contents .conts-header {
  position: relative;
  z-index: 2;
  height: 100%;
}
@media screen and (max-width: 575.98px) {
  main.pg-contents .conts-header {
    overflow-x: hidden;
  }
}
main.pg-contents .conts-header img {
  width: 100%;
  height: 100%;
  max-height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
  display: block;
}
@media all and (min-width: 1800px) {
  main.pg-contents .conts-header img {
    max-height: 300px;
  }
}
@media all and (min-width: 2000px) {
  main.pg-contents .conts-header img {
    -o-object-position: left center;
       object-position: left center;
  }
}
@media all and (min-width: 3000px) {
  main.pg-contents .conts-header img {
    max-height: 330px;
  }
}
@media all and (max-width: 991.98px) {
  main.pg-contents .conts-header img {
    max-height: 220px;
    min-height: 120px;
    -o-object-position: left center;
       object-position: left center;
  }
}
@media all and (max-width: 575.98px) {
  main.pg-contents .conts-header img {
    -o-object-position: -10px center;
       object-position: -10px center;
    width: calc(100% + 10px);
  }
}
main.pg-contents .conts-header .head-img.img-pc {
  display: block;
}
@media all and (max-width: 991.98px) {
  main.pg-contents .conts-header .head-img.img-pc {
    display: none;
  }
}
main.pg-contents .conts-header .head-img.img-pad {
  display: none;
}
@media screen and (min-width: 576px) and (max-width: 991.98px) {
  main.pg-contents .conts-header .head-img.img-pad {
    display: block;
  }
}
main.pg-contents .conts-header .head-img.img-mb {
  display: none;
}
@media all and (max-width: 575.98px) {
  main.pg-contents .conts-header .head-img.img-mb {
    display: block;
  }
}
main.pg-contents .conts-header .head-img.img-all {
  display: block;
}
main.pg-contents .conts-detail {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto 0;
  padding: 0px 0 60px;
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  main.pg-contents .conts-detail {
    width: 90%;
  }
}
@media all and (max-width: 991.98px) {
  main.pg-contents .conts-detail {
    max-width: 90%;
  }
}
@media all and (max-width: 480px) {
  main.pg-contents .conts-detail {
    max-width: 344px;
  }
}
@media all and (max-width: 375px) {
  main.pg-contents .conts-detail {
    max-width: 92%;
  }
}
main.pg-contents .conts-bg {
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  position: absolute;
  top: 80px;
  left: 0px;
  z-index: 0;
}
@media all and (max-width: 991.98px) {
  main.pg-contents .conts-bg {
    top: 48px;
  }
}
main.pg-contents .conts-bg img {
  pointer-events: none;
}

.event-tabs-container {
  margin-top: 44px;
}
@media all and (max-width: 991.98px) {
  .event-tabs-container {
    margin-top: 16px;
  }
}
.event-tabs-container .tabs-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0px;
}
.event-tabs-container .tabs-menu .tabs-menu-item {
  width: 100%;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 380px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding: 16px 16px 16px 16px;
  text-align: center;
  border-bottom: 2px transparent solid;
  font-size: 28px;
  color: #929292;
  font-weight: 800;
  line-height: 54px;
  letter-spacing: inherit;
  font-family: "Noto Serif TC", "Microsoft JhengHei", Arial, sans-serif;
  font-weight: 800;
  cursor: pointer;
  -webkit-transition: padding 0.2s, background-color 0.2s, color 0.2s;
  transition: padding 0.2s, background-color 0.2s, color 0.2s;
}
@media all and (max-width: 991.98px) {
  .event-tabs-container .tabs-menu .tabs-menu-item {
    max-width: 42%;
    font-size: 18px;
    line-height: 26px;
  }
}
@media all and (max-width: 640px) {
  .event-tabs-container .tabs-menu .tabs-menu-item {
    max-width: none;
    font-size: 17px;
  }
}
@media all and (max-width: 375px) {
  .event-tabs-container .tabs-menu .tabs-menu-item {
    font-size: 16px;
    line-height: 24px;
  }
}
.event-tabs-container .tabs-menu .tabs-menu-item:not(.active):hover {
  color: #696969;
}
.event-tabs-container .tabs-menu .tabs-menu-item:not(.active):hover .bar-line {
  background: #696969;
}
.event-tabs-container .tabs-menu .tabs-menu-item .bar-line {
  display: inline-block;
  width: 1px;
  height: 45%;
  margin: 1% 12px 0px;
  background: #929292;
}
.event-tabs-container .tabs-menu .tabs-menu-item.active {
  padding: 16px 16px 16px 16px;
  color: #12336D;
  font-weight: 800;
  border-bottom: 2px #12336D solid;
}
@media all and (max-width: 640px) {
  .event-tabs-container .tabs-menu .tabs-menu-item.active {
    padding: 16px 16px 16px 16px;
  }
}
@media all and (max-width: 375px) {
  .event-tabs-container .tabs-menu .tabs-menu-item.active {
    padding: 16px 0px 16px 0px;
  }
}
.event-tabs-container .tabs-menu .tabs-menu-item.active .bar-line {
  background: #12336D;
}
.event-tabs-container .tabs-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 64px;
}
@media all and (max-width: 991.98px) {
  .event-tabs-container .tabs-content {
    margin-top: 24px;
  }
}
.event-tabs-container .tabs-content .control-box {
  display: none;
}
.event-tabs-container .tabs-content .control-box.active {
  display: block;
}

.icare-header {
  width: 100%;
  height: 80px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  z-index: 100;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-box-shadow: 0px -8px 10px 5px #ddd;
          box-shadow: 0px -8px 10px 5px #ddd;
}
@media all and (max-width: 991.98px) {
  .icare-header {
    height: 48px;
  }
}
.icare-header .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: 100%;
}
.icare-header .header-content a,
.icare-header .header-content .a-link {
  display: inline-block;
}
.icare-header .head-left {
  width: 28%;
  height: 100%;
  padding: 16px 32px 16px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 991.98px) {
  .icare-header .head-left {
    padding: 8px 16px 8px 16px;
  }
}
.icare-header .head-left .brand-logo {
  width: 204px;
  height: 46px;
}
@media all and (max-width: 991.98px) {
  .icare-header .head-left .brand-logo {
    width: 142px;
    height: 32px;
  }
}
.icare-header .head-left .brand-logo img {
  width: 100%;
  height: 100%;
}
.icare-header .head-right {
  width: 72%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: center;
  position: relative;
}
@media all and (max-width: 991.98px) {
  .icare-header .head-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.icare-header .head-right .nav-menu {
  width: calc(100% - 64px);
  height: 100%;
  font-size: 20px;
  color: #323232;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: inherit;
  line-height: 80px;
  text-align: right;
}
@media all and (max-width: 991.98px) {
  .icare-header .head-right .nav-menu {
    display: none;
  }
}
.icare-header .head-right .nav-menu .a-link {
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  line-height: 80px;
  margin-right: -6px;
  margin-left: -6px;
  position: relative;
}
.icare-header .head-right .nav-menu .a-link:not(.no-active)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2em;
  background-color: #1E8BFA;
  border-radius: 50px;
  opacity: 0;
  -webkit-transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, transform 300ms;
  transition: opacity 300ms, transform 300ms, -webkit-transform 300ms;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.icare-header .head-right .nav-menu .a-link:link, .icare-header .head-right .nav-menu .a-link:hover, .icare-header .head-right .nav-menu .a-link:visited {
  color: #323232;
  cursor: pointer;
}
.icare-header .head-right .nav-menu .a-link:hover::after, .icare-header .head-right .nav-menu .a-link:focus::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.icare-header .head-right .nav-menu .item {
  width: auto;
  height: 100%;
  display: inline-block;
}
.icare-header .head-right .nav-menu .item:not(:last-child)::after {
  content: "";
  display: inline-block;
  font-size: 0;
  width: 1px;
  height: 30%;
  vertical-align: middle;
  border-right: 1px #323232 solid;
  margin: 0px 0px;
}
@media all and (max-width: 991.98px) {
  .icare-header .head-right .nav-menu .item:not(:last-child)::after {
    display: none;
  }
}
.icare-header .head-right .nav-hamburger {
  width: 64px;
  height: 100%;
}
@media all and (min-width: 991.98px) {
  .icare-header .head-right .nav-hamburger {
    display: none;
  }
}
.icare-header .head-right .nav-hamburger img {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
  z-index: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.icare-header .head-right .btn.btn-hamburger {
  border-width: 0px;
  padding: 0.5rem 0.5rem;
  background-color: #FFF;
  cursor: pointer;
  position: relative;
}
.icare-header .head-right .icon-hide,
.icare-header .head-right img.icon-hide {
  opacity: 0;
  z-index: -1;
}

body.win-fixed {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
@media all and (max-width: 991.98px) {
  body.win-fixed .icare-header {
    z-index: 122;
  }
  body.win-fixed .icare-header .header-content {
    background-color: #fff;
    height: 100vh;
  }
  body.win-fixed .icare-header .header-content .head-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  body.win-fixed .icare-header .header-content .head-right .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100vw;
    height: calc(100dvh - 48px);
    padding: 24px 0px 0px;
    background-color: #FFF;
    position: absolute;
    left: -42.8%;
    top: 48px;
    z-index: 150;
  }
  body.win-fixed .icare-header .header-content .head-right .nav-menu .item {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
  }
  body.win-fixed .icare-header .header-content .head-right .nav-menu .item:not(:first-child) {
    margin-top: 24px;
  }
  body.win-fixed .icare-header .header-content .head-right .nav-menu .item .a-link {
    display: block;
    line-height: 52px;
    margin-right: auto;
    margin-left: auto;
    width: 40%;
  }
}
@media all and (max-width: 991.98px) and (max-width: 991.98px) {
  body.win-fixed .icare-header .header-content .head-right .nav-hamburger {
    display: block;
  }
}
@media all and (max-width: 640px) {
  body.win-fixed .icare-header .header-content .head-right .nav-menu .item .a-link {
    width: 80%;
    max-width: 320px;
  }
}

.icare-footer {
  position: relative;
  background-color: #076ED7;
}
.icare-footer .footer-content {
  padding: 20px 16px;
  text-align: center;
  font-size: 16px;
  color: white;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: inherit;
  max-width: 824px;
  margin: 0px auto;
}
@media all and (max-width: 1140px) {
  .icare-footer .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .icare-footer .footer-content {
    font-size: 14px;
    line-height: 22px;
    gap: 8px;
  }
}
@media all and (max-width: 991.98px) {
  .icare-footer .footer-content {
    font-size: 14px;
    line-height: 22px;
    gap: 8px;
  }
}
.icare-footer .footer-content a {
  color: white;
}
.icare-footer .footer-content a:link, .icare-footer .footer-content a:visited {
  text-decoration: underline;
}
.icare-footer .footer-content a:hover {
  text-decoration: none;
}
.icare-footer .footer-content .copyright-head {
  font-size: 1.25em;
}
.icare-footer .footer-content .our-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 16px;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .icare-footer .footer-content .our-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
@media all and (max-width: 991.98px) {
  .icare-footer .footer-content .our-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
body.idx-body .icare-footer {
  z-index: 16;
}

@media screen and (min-width: 992px) and (max-width: 1140px) {
  body.idx-body .icare-footer .footer-content {
    padding-bottom: 20px;
  }
}
@media all and (max-width: 991.98px) {
  body.idx-body .icare-footer .footer-content {
    padding-bottom: 20px;
  }
}

.bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 0;
  margin-top: 0;
  pointer-events: none;
}

.section {
  width: 100%;
  height: auto;
  position: relative;
}

.send-button {
  width: 244px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 24px;
  color: white;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: inherit;
  margin: auto;
  gap: 4px;
  background: #0664C4;
  border-radius: 100px;
  -webkit-box-shadow: 0px 4px 0px 0px #054C94;
          box-shadow: 0px 4px 0px 0px #054C94;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .send-button {
    font-size: 20px;
    line-height: 28px;
    width: 218px;
    height: 52px;
  }
}
@media all and (max-width: 1280px) {
  .send-button {
    font-size: 20px;
    line-height: 28px;
    width: 218px;
    height: 52px;
  }
}

.dialog-button {
  width: 296px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 16px;
  color: white;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: inherit;
  margin: auto;
  gap: 4px;
  background: #005BAC;
  border-radius: 8px;
  cursor: pointer;
}
@media all and (max-width: 375px) {
  .dialog-button {
    font-size: 16px;
    line-height: 24px;
    width: 100px;
    height: 42px;
  }
}
.dialog-button.dialog-button-outline {
  background: #ffffff;
  border: 2px #005BAC solid;
  color: #005BAC;
}

.pagination-area {
  width: 100%;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 24px;
}

.pagination-box {
  --swiper-pagination-bullet-horizontal-gap: 14px;
  --swiper-pagination-color: #009fe6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  padding: 0 14px;
}
@media all and (max-width: 1280px) {
  .pagination-box {
    --swiper-pagination-bullet-horizontal-gap: 10px;
  }
}

.button-next,
.button-prev {
  width: 40px;
  height: 40px;
  background-image: url("../assets/icon/btn_arrow_right02.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
}
.button-next.swiper-button-disabled,
.button-prev.swiper-button-disabled {
  opacity: 0.2;
  cursor: auto;
}

.button-prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.collapse .collapse-head {
  font-size: 24px;
  color: #323232;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: inherit;
  background-color: #FFF;
  border-radius: 16px;
  -webkit-transition: border-radius 0.2s 0.5s, background-color 0.2s;
  transition: border-radius 0.2s 0.5s, background-color 0.2s;
}
@media all and (max-width: 991.98px) {
  .collapse .collapse-head {
    font-size: 18px;
    line-height: 24px;
  }
}
.collapse .collapse-head .head-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0px 0px 0px 24px;
  gap: 0px;
}
@media all and (max-width: 991.98px) {
  .collapse .collapse-head .head-info {
    gap: 0px;
    margin: 0px 0px 0px 20px;
  }
}
.collapse .collapse-head .btn-edit {
  width: 52px;
  height: 68px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media all and (max-width: 991.98px) {
  .collapse .collapse-head .btn-edit {
    width: 36px;
    height: 60px;
  }
}
.collapse .collapse-head .btn-edit .icon {
  width: 20px;
  height: 20px;
  background-image: url("../assets/icon/edit.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.collapse .collapse-head .btn-show {
  width: 72px;
  height: 68px;
  cursor: pointer;
  -webkit-transition: background-image 0.5s, -webkit-transform 0.5s;
  transition: background-image 0.5s, -webkit-transform 0.5s;
  transition: background-image 0.5s, transform 0.5s;
  transition: background-image 0.5s, transform 0.5s, -webkit-transform 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media all and (max-width: 991.98px) {
  .collapse .collapse-head .btn-show {
    width: 64px;
    height: 60px;
  }
}
.collapse .collapse-head .btn-show .icon {
  width: 24px;
  height: 24px;
  background-image: url("../assets/icon/notice_add.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.collapse .collapse-body {
  max-height: 0;
  overflow: hidden;
  background-color: white;
  border-radius: 0 0 20px 20px;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
.collapse .collapse-body .collapse-content {
  padding: 24px 24px;
}
.collapse .collapse-body h4 {
  font-size: 18px;
  color: #095ca8;
  font-weight: 700;
  line-height: 2;
  letter-spacing: inherit;
  padding-left: 32px;
}
.collapse .collapse-body h5 {
  font-size: 18px;
  color: #013b84;
  font-weight: 700;
  line-height: 2;
  letter-spacing: inherit;
}
.collapse .collapse-body ul,
.collapse .collapse-body ol {
  padding-left: 32px;
  padding-bottom: 0.5em;
}
.collapse .collapse-body ul li,
.collapse .collapse-body ol li {
  padding-bottom: 0.5em;
}
.collapse .collapse-body ol {
  list-style: decimal;
}
.collapse .collapse-body ol ol {
  list-style: disc;
  padding-left: 24px;
}
.collapse .collapse-body a {
  color: #0A5DAD;
  text-decoration: underline;
  word-break: break-all;
}
.collapse .collapse-body .danger {
  color: #ea4335;
}
.collapse .collapse-body .icare-primary {
  color: #013b84;
}
.collapse .collapse-body strong {
  font-weight: 700;
}
.collapse .collapse-body .strong {
  font-weight: 700;
  font-size: 1.2em;
}
.collapse.active .collapse-head, .collapse.open .collapse-head {
  border-radius: 20px 20px 0 0;
  -webkit-transition: border-radius 0.2s;
  transition: border-radius 0.2s;
}
.collapse.active .collapse-head .btn-show, .collapse.open .collapse-head .btn-show {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.collapse.active .collapse-head .btn-show .icon, .collapse.open .collapse-head .btn-show .icon {
  background-image: url("../assets/icon/notice_reduce.svg");
}
.collapse.active .collapse-body, .collapse.open .collapse-body {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  -webkit-transition: max-height 0.5s 0.2s;
  transition: max-height 0.5s 0.2s;
}
.collapse.open .head-info {
  margin: 16px 24px;
}
@media all and (max-width: 991.98px) {
  .collapse.open .head-info {
    margin: 16px 20px;
  }
}

table {
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 20px;
  border: 1px solid #BCD6EE;
  border-collapse: separate;
}
table th,
table td {
  padding: 12px 20px;
  text-align: center;
  vertical-align: middle;
}
table th:not(:last-child),
table td:not(:last-child) {
  border-right: 1px dashed #0A5DAD;
}
table th:not(:first-child)[rowspan],
table td:not(:first-child)[rowspan] {
  border-left: 1px dashed #0A5DAD;
}
table th:has(+ [rowspan]),
table td:has(+ [rowspan]) {
  border-right: none;
}
table td {
  min-height: 72px;
}
table tr:not(:last-child) th,
table tr:not(:last-child) td {
  border-bottom: 1px dashed #0A5DAD;
}
table thead th,
table thead td {
  background-color: #d1e3f4;
  border-bottom: 1px dashed #0A5DAD;
}
table thead th {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #323232;
}
@media all and (max-width: 991.98px) {
  table thead th {
    font-size: 16px;
    line-height: 24px;
  }
}
table thead tr:first-child th:first-child,
table thead tr:first-child td:first-child {
  border-radius: 20px 0 0 0;
}
table thead tr:first-child th:last-child,
table thead tr:first-child td:last-child {
  border-radius: 0 20px 0 0;
}
table tbody td {
  background-color: white;
  font-size: 16px;
  line-height: 24px;
}
table tbody td.order {
  background-color: #F0F7FD;
}
table tbody td.beneficiary {
  color: #1E8BFA;
  text-decoration: underline;
}
table tbody tr:last-child th:first-child,
table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 20px;
}
table tbody tr:last-child th:last-child,
table tbody tr:last-child td:last-child {
  border-radius: 0 0 20px 0;
}
table tbody tr:last-child th:only-child,
table tbody tr:last-child td:only-child {
  border-radius: 0 0 20px 20px;
}

@media screen and (max-width: 575.98px) {
  table th,
  table td {
    padding: 12px 12px;
  }
}
.rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
}
.rows .input-group {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.rows .input-group .label-multiple > .input-group {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.rows.data-rows {
  gap: 24px;
}
.rows .data-group {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.rows .data-group .has-gap {
  gap: 8px;
}
@media all and (max-width: 991.98px) {
  .rows, .rows.data-rows {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
    margin-bottom: 0px;
  }
}
@media all and (max-width: 991.98px) {
  .rows:last-child .input-group:last-child .content,
  .rows:last-child .data-group:last-child .content, .rows.data-rows:last-child .input-group:last-child .content,
  .rows.data-rows:last-child .data-group:last-child .content {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 991.98px) {
  .rows:last-child .input-group:last-child .content.margin-sp,
  .rows:last-child .data-group:last-child .content.margin-sp, .rows.data-rows:last-child .input-group:last-child .content.margin-sp,
  .rows.data-rows:last-child .data-group:last-child .content.margin-sp {
    margin-top: 4px;
  }
}
.rows .input-group .sub-info,
.rows .data-group .sub-info {
  font-size: 16px;
  color: #323232;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: inherit;
  text-align: left;
}
.rows .input-group .sub-info p,
.rows .data-group .sub-info p {
  margin-bottom: 12px;
}
.rows .input-group .sub-info p:last-child,
.rows .data-group .sub-info p:last-child {
  margin-bottom: 0px;
}
.rows .input-group .sub-info ul, .rows .input-group .sub-info ol,
.rows .data-group .sub-info ul,
.rows .data-group .sub-info ol {
  padding-bottom: 0px;
}
.rows .input-group .sub-info ul li, .rows .input-group .sub-info ol li,
.rows .data-group .sub-info ul li,
.rows .data-group .sub-info ol li {
  margin-bottom: 12px;
  padding-bottom: 0px;
}
.rows .input-group .sub-info ul li:last-child, .rows .input-group .sub-info ol li:last-child,
.rows .data-group .sub-info ul li:last-child,
.rows .data-group .sub-info ol li:last-child {
  margin-bottom: 0px;
}
.rows .input-group .content,
.rows .data-group .content {
  text-align: left;
}
@media all and (max-width: 991.98px) {
  .rows .input-group .content + .content,
  .rows .input-group .content + .content + .content,
  .rows .input-group .content + .content + .content + .content,
  .rows .data-group .content + .content,
  .rows .data-group .content + .content + .content,
  .rows .data-group .content + .content + .content + .content {
    margin-top: -20px;
    margin-bottom: 20px;
  }
}

.range-area {
  width: 100%;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
}
@media all and (max-width: 1280px) {
  .range-area {
    gap: 0;
  }
}
.range-area .range-area-input-box {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.range-area .range-area-input-box::after {
  content: "$";
  position: absolute;
  right: -42px;
  top: 5px;
  z-index: 1;
}
@media all and (max-width: 1280px) {
  .range-area .range-area-input-box::after {
    right: -24px;
    top: 4px;
  }
}
@media all and (max-width: 640px) {
  .range-area .range-area-input-box::after {
    right: -14px;
  }
}
.range-area .range-area-input-box input {
  padding: 0;
  cursor: pointer;
}
.range-area .range-area-input-box .current-value-tips {
  font-size: 16px;
  color: white;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: inherit;
  left: 0;
  top: -36px;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  padding: 0 8px;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#5fcfff), to(#50abff));
  background: linear-gradient(90deg, #5fcfff, #50abff);
  pointer-events: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 1;
}
.range-area .range-area-input-box .current-value-tips::after {
  content: "";
  width: 6px;
  height: 3px;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: calc(50% - 3px);
  top: 100%;
  border-left: 3px solid transparent;
  border-top: 3px solid #58bdff;
  border-right: 3px solid transparent;
  z-index: 1;
}
.range-area .range-area-input-box:hover .current-value-tips {
  opacity: 1;
}
.range-area .range-area-input-box .input-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 16px;
  color: #888888;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: inherit;
  padding-top: 10px;
}
@media all and (max-width: 1280px) {
  .range-area .range-area-input-box .input-values {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }
}
.range-area .current-value {
  width: 100px;
  padding: 10px 6px 10px 20px;
  text-align: center;
}
@media all and (max-width: 1280px) {
  .range-area .current-value {
    background: transparent;
  }
}
@media all and (max-width: 640px) {
  .range-area .current-value {
    width: 80px;
    padding: 10px 6px 10px 14px;
  }
}
.range-area .current-value::before {
  content: "$";
  position: relative;
}
.range-area .unit {
  font-size: 16px;
  color: #696969;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: inherit;
  white-space: nowrap;
}
@media all and (max-width: 1280px) {
  .range-area .unit {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
}
.range-area input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #888888;
}
.range-area input[type=range]::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 8px;
}
.range-area input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 16px;
  width: 16px;
  margin-top: -6px;
  border: 2px solid #50abff;
  background-color: #ff8341;
  border-radius: 50%;
}

.subtitle + .warn-text {
  margin-top: -8px;
}

.warn-text {
  font-size: 16px;
  color: #EB6100;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: inherit;
  margin-bottom: 20px;
  text-align: left;
}

.up-btn {
  width: 28px;
  height: 28px;
  background-image: url("../assets/icon/arrow_up.png");
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 24px;
}

.down-btn {
  width: 28px;
  height: 28px;
  background-image: url("../assets/icon/arrow_down.png");
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

@media screen and (max-width: 991.98px) {
  .box-content.box-content-none {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0 0 0 0;
  }
  .box-content.box-content-none .rows {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .box-content.box-content-none .contact-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .delete {
    margin-bottom: 24px;
  }
  .add-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767.98px) {
  .up-btn {
    width: 20px;
    height: 20px;
    margin-right: 16px;
  }
  .down-btn {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 375px) {
  .up-btn {
    margin-right: 8px;
  }
}
.dialog-container {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  margin-left: 0;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 110;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.dialog-container .dialog-area {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 476px;
  margin: 20px;
  background-color: white;
  border-radius: 12px;
}
@media all and (max-width: 1280px) {
  .dialog-container .dialog-area {
    max-width: 335px;
  }
}
.dialog-container.active {
  opacity: 1;
}
.dialog-container.hide {
  display: none;
}
.dialog-container .data-sent {
  padding: 40px;
  text-align: center;
}
.dialog-container .data-sent img {
  display: inline-block;
}
.dialog-container .data-sent .success-img,
.dialog-container .data-sent .loading-img {
  width: 108px;
  height: 200px;
}
@media all and (max-width: 1280px) {
  .dialog-container .data-sent .success-img,
  .dialog-container .data-sent .loading-img {
    width: 76px;
    height: 140px;
  }
}
.dialog-container .data-sent .fail-img {
  width: 132px;
  height: 200px;
}
@media all and (max-width: 1280px) {
  .dialog-container .data-sent .fail-img {
    width: 92px;
    height: 140px;
  }
}
.dialog-container .data-sent .title {
  font-size: 32px;
  color: #013b84;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: inherit;
  margin-top: 40px;
}
@media all and (max-width: 1280px) {
  .dialog-container .data-sent .title {
    margin-top: 32px;
    font-size: 20px;
    line-height: 28px;
  }
}
@-webkit-keyframes dot {
  to {
    width: 0;
  }
}
@keyframes dot {
  to {
    width: 0;
  }
}
.dialog-container .data-sent .dot {
  position: relative;
  color: transparent;
}
.dialog-container .data-sent .dot::after {
  content: "...";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 0;
  margin-top: 0;
  overflow: hidden;
  color: #013b84;
  -webkit-animation: dot 0.5s alternate infinite steps(3);
          animation: dot 0.5s alternate infinite steps(3);
}
.dialog-container .data-sent .subtitle {
  font-size: 18px;
  color: #323232;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: inherit;
  margin-top: 20px;
}
@media all and (max-width: 1280px) {
  .dialog-container .data-sent .subtitle {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }
}
.dialog-container .data-sent .send-button {
  margin-top: 40px;
}
@media all and (max-width: 1280px) {
  .dialog-container .data-sent .send-button {
    margin-top: 32px;
  }
}
.dialog-container .data-sent .send-button::after {
  display: none;
}
.dialog-container .success,
.dialog-container .loading,
.dialog-container .fail {
  display: none;
}
.dialog-container[type=success] .success {
  display: block;
}
.dialog-container[type=loading] .loading {
  display: block;
}
.dialog-container[type=loading] .send-button {
  display: none;
}
.dialog-container[type=fail] .fail {
  display: block;
}

.dialog-container.dialog-calc .dialog-area .dialog-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 32px;
  color: #013b84;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: inherit;
  padding: 20px 40px;
  border-bottom: 1px solid #d1e3f4;
}
@media all and (max-width: 1280px) {
  .dialog-container.dialog-calc .dialog-area .dialog-head {
    padding: 20px;
    font-size: 20px;
    line-height: 28px;
  }
}
.dialog-container.dialog-calc .dialog-area .close-button {
  width: 24px;
  height: 24px;
  background-image: url("../assets/icon/close.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
}
.dialog-container.dialog-calc .dialog-area .dialog-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 20px 40px;
  gap: 8px;
}
@media all and (max-width: 1280px) {
  .dialog-container.dialog-calc .dialog-area .dialog-body {
    padding: 20px;
  }
}
.dialog-container.dialog-calc .dialog-area .dialog-body .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 8px;
}
@media all and (max-width: 1280px) {
  .dialog-container.dialog-calc .dialog-area .dialog-body .item .label {
    font-size: 14px;
    line-height: 22px;
  }
}
.dialog-container.dialog-calc .dialog-area .dialog-body .item .text {
  font-size: 18px;
  color: #323232;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: inherit;
  text-align: right;
}
@media all and (max-width: 1280px) {
  .dialog-container.dialog-calc .dialog-area .dialog-body .item .text {
    font-size: 16px;
    line-height: 24px;
  }
}

.kv-section,
.gift-section,
.rule-section,
.flow-section,
.notice-section {
  overflow-x: hidden;
}

@media screen and (min-width: 640px) and (max-width: 991.98px) {
  .word-wrap-md {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  #early-bird-event .word-wrap-md {
    display: block;
  }
}
@media screen and (min-width: 640px) and (max-width: 991.98px) {
  .hide-md {
    display: none;
  }
}

.btn.icon-link-btn {
  min-width: 294px;
  padding: 16px 32px;
  color: #FFF;
  font-weight: 600;
  font-size: 20px;
  border-radius: 9.6px;
}
.btn.icon-link-btn.primary {
  background-color: #0D7DE9;
  -webkit-box-shadow: 0 6px #08559F;
          box-shadow: 0 6px #08559F;
}
.btn.icon-link-btn.secondary {
  background-color: #FE6E3E;
  -webkit-box-shadow: 0 6px #C44E26;
          box-shadow: 0 6px #C44E26;
}
.btn.icon-link-btn.bonus {
  background-color: #038F4C;
  -webkit-box-shadow: 0 6px #016133;
          box-shadow: 0 6px #016133;
}

.kv-section {
  background: url("../assets/kv_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 840px;
  padding-top: 40px;
  position: relative;
  overflow-y: hidden;
}
@media screen and (min-width: 767.98px) and (max-width: 991.98px) {
  .kv-section {
    min-height: 900px;
  }
}
@media screen and (min-width: 480px) and (max-width: 575.98px) {
  .kv-section {
    min-height: 950px;
  }
}
@media screen and (min-width: 340px) and (max-width: 480px) {
  .kv-section {
    min-height: 700px;
  }
}
.kv-section .title-info {
  position: relative;
  z-index: 8;
}
.kv-section .title-info .spec-title {
  font-size: 77px;
  line-height: 110px;
  text-align: center;
  margin-bottom: 180px;
}
.kv-section .title-info .spec-title .img-mb {
  display: none;
}
@media screen and (max-width: 1200px) {
  .kv-section .title-info .spec-title {
    margin-bottom: 250px;
  }
  .kv-section .title-info .spec-title .img-pc {
    width: 700px;
  }
}
@media screen and (max-width: 991.98px) {
  .kv-section .title-info .spec-title {
    margin-bottom: 397px;
  }
  .kv-section .title-info .spec-title .img-pc {
    display: none;
  }
  .kv-section .title-info .spec-title .img-mb {
    display: block;
    width: auto;
    margin: 0 auto;
  }
}
@media screen and (min-width: 575.98px) and (max-width: 767.98px) {
  .kv-section .title-info .spec-title .img-mb {
    width: 540px;
  }
}
@media screen and (min-width: 480px) and (max-width: 575.98px) {
  .kv-section .title-info .spec-title {
    margin-bottom: 500px;
  }
  .kv-section .title-info .spec-title .img-mb {
    width: 500px;
  }
}
@media screen and (min-width: 340px) and (max-width: 480px) {
  .kv-section .title-info .spec-title {
    margin-bottom: 486px;
  }
  .kv-section .title-info .spec-title .img-mb {
    width: 320px;
  }
}
.kv-section .title-info .event-date {
  text-align: center;
}
@media screen and (min-width: 340px) and (max-width: 480px) {
  .kv-section .title-info .event-date img {
    width: 300px;
  }
}
@media all and (max-width: 360px) {
  .kv-section .title-info .event-date img {
    width: 260px;
  }
}
.kv-section .people-area {
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: 8;
}
.kv-section .people-area .kv-people1 {
  position: absolute;
  top: 60px;
  right: 220px;
  -webkit-animation: peoUpDownSmall 1.1s ease-in-out infinite alternate;
          animation: peoUpDownSmall 1.1s ease-in-out infinite alternate;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.kv-section .people-area .kv-people1.aos-animate {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@media all and (max-width: 1440px) {
  .kv-section .people-area .kv-people1 {
    right: 2px;
  }
}
@media screen and (max-width: 1200px) {
  .kv-section .people-area .kv-people1 {
    top: 230px;
    right: 0;
  }
  .kv-section .people-area .kv-people1 img {
    width: 330px;
  }
}
@media screen and (min-width: 767.98px) and (max-width: 991.98px) {
  .kv-section .people-area .kv-people1 {
    top: 388px;
  }
  .kv-section .people-area .kv-people1 img {
    width: 280px;
  }
}
@media screen and (min-width: 575.98px) and (max-width: 767.98px) {
  .kv-section .people-area .kv-people1 {
    top: 349px;
  }
  .kv-section .people-area .kv-people1 img {
    width: 280px;
  }
}
@media screen and (min-width: 480px) and (max-width: 575.98px) {
  .kv-section .people-area .kv-people1 {
    top: 316px;
  }
  .kv-section .people-area .kv-people1 img {
    width: 280px;
  }
}
@media screen and (min-width: 340px) and (max-width: 480px) {
  .kv-section .people-area .kv-people1 {
    top: 220px;
  }
  .kv-section .people-area .kv-people1 img {
    width: 200px;
  }
}
.kv-section .people-area .kv-people2 {
  position: absolute;
  top: 310px;
  left: 140px;
  -webkit-animation: peoUpDownSmall 1.1s ease-in-out infinite alternate;
          animation: peoUpDownSmall 1.1s ease-in-out infinite alternate;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.kv-section .people-area .kv-people2.aos-animate {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@media all and (max-width: 1440px) {
  .kv-section .people-area .kv-people2 {
    left: 5px;
  }
}
@media screen and (max-width: 1200px) {
  .kv-section .people-area .kv-people2 {
    top: 410px;
    left: -6px;
  }
  .kv-section .people-area .kv-people2 img {
    width: 310px;
  }
}
@media screen and (min-width: 767.98px) and (max-width: 991.98px) {
  .kv-section .people-area .kv-people2 {
    top: 494px;
    left: 40px;
  }
  .kv-section .people-area .kv-people2 img {
    width: 280px;
  }
}
@media screen and (min-width: 575.98px) and (max-width: 767.98px) {
  .kv-section .people-area .kv-people2 {
    top: 412px;
    left: -6px;
  }
  .kv-section .people-area .kv-people2 img {
    width: 280px;
  }
}
@media screen and (min-width: 480px) and (max-width: 575.98px) {
  .kv-section .people-area .kv-people2 {
    top: 480px;
    right: 0;
  }
  .kv-section .people-area .kv-people2 img {
    width: 280px;
  }
}
@media screen and (min-width: 340px) and (max-width: 480px) {
  .kv-section .people-area .kv-people2 {
    top: 388px;
    left: -6px;
  }
  .kv-section .people-area .kv-people2 img {
    width: 200px;
  }
}
.kv-section .coin-area {
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: 5;
}
.kv-section .coin-area .area-left {
  position: absolute;
  left: 0px;
}
.kv-section .coin-area .area-left .img-01 {
  position: absolute;
  top: 120px;
  left: 450px;
  -webkit-animation: leafWaveKV 2.8s ease-in-out infinite alternate;
          animation: leafWaveKV 2.8s ease-in-out infinite alternate;
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.kv-section .coin-area .area-left .img-01.aos-animate {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@media all and (max-width: 1280px) {
  .kv-section .coin-area .area-left .img-01 {
    top: 48px;
    left: 206px;
  }
}
@media all and (max-width: 991.98px) {
  .kv-section .coin-area .area-left .img-01 {
    top: 30px;
    left: 160px;
  }
}
@media all and (max-width: 575.98px) {
  .kv-section .coin-area .area-left .img-01 img {
    width: 40px;
  }
}
.kv-section .coin-area .area-left .img-02 {
  position: absolute;
  top: 150px;
  left: 120px;
  -webkit-animation: leafWaveKV 3s ease-in-out infinite alternate;
          animation: leafWaveKV 3s ease-in-out infinite alternate;
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.kv-section .coin-area .area-left .img-02.aos-animate {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@media all and (max-width: 1280px) {
  .kv-section .coin-area .area-left .img-02 {
    top: 170px;
    left: 58px;
  }
}
@media all and (max-width: 991.98px) {
  .kv-section .coin-area .area-left .img-02 {
    top: 320px;
    left: 55px;
  }
}
@media all and (max-width: 575.98px) {
  .kv-section .coin-area .area-left .img-02 img {
    width: 50px;
  }
}
@media all and (max-width: 480px) {
  .kv-section .coin-area .area-left .img-02 {
    top: 278px;
  }
}
.kv-section .coin-area .area-left .img-03 {
  position: absolute;
  top: 500px;
  left: 120px;
  -webkit-animation: leafWaveKV 2.8s ease-in-out infinite alternate;
          animation: leafWaveKV 2.8s ease-in-out infinite alternate;
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.kv-section .coin-area .area-left .img-03.aos-animate {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@media all and (max-width: 1280px) {
  .kv-section .coin-area .area-left .img-03 {
    top: 510px;
    left: 22px;
  }
}
@media all and (max-width: 991.98px) {
  .kv-section .coin-area .area-left .img-03 {
    top: 428px;
    left: 326px;
  }
  .kv-section .coin-area .area-left .img-03 img {
    width: 70px;
  }
}
@media all and (max-width: 575.98px) {
  .kv-section .coin-area .area-left .img-03 {
    top: 356px;
    left: 300px;
  }
  .kv-section .coin-area .area-left .img-03 img {
    width: 60px;
  }
}
@media all and (max-width: 480px) {
  .kv-section .coin-area .area-left .img-03 {
    top: 365px;
    left: 215px;
  }
}
.kv-section .coin-area .area-left .img-04 {
  position: absolute;
  top: 670px;
  left: 50px;
  -webkit-animation: leafWaveKV 2.8s ease-in-out infinite alternate;
          animation: leafWaveKV 2.8s ease-in-out infinite alternate;
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.kv-section .coin-area .area-left .img-04.aos-animate {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@media all and (max-width: 1280px) {
  .kv-section .coin-area .area-left .img-04 {
    top: 626px;
    left: 50px;
  }
}
@media all and (max-width: 991.98px) {
  .kv-section .coin-area .area-left .img-04 {
    top: 646px;
    left: 50px;
  }
}
@media all and (max-width: 575.98px) {
  .kv-section .coin-area .area-left .img-04 {
    top: 544px;
  }
  .kv-section .coin-area .area-left .img-04 img {
    width: 40px;
  }
}
.kv-section .coin-area .area-right {
  position: absolute;
  right: 0px;
}
.kv-section .coin-area .area-right .img-01 {
  position: absolute;
  top: 360px;
  right: 60px;
  -webkit-animation: grassWave 2.8s ease-in-out infinite alternate;
          animation: grassWave 2.8s ease-in-out infinite alternate;
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.kv-section .coin-area .area-right .img-01.aos-animate {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@media all and (max-width: 1280px) {
  .kv-section .coin-area .area-right .img-01 {
    top: 360px;
    right: 34px;
  }
}
@media all and (max-width: 991.98px) {
  .kv-section .coin-area .area-right .img-01 {
    top: 256px;
    right: 50px;
  }
}
@media all and (max-width: 575.98px) {
  .kv-section .coin-area .area-right .img-01 {
    top: 239px;
    right: 30px;
  }
  .kv-section .coin-area .area-right .img-01 img {
    width: 50px;
  }
}
.kv-section .coin-area .area-right .img-02 {
  position: absolute;
  top: 650px;
  right: 100px;
  -webkit-animation: grassWave 2.8s ease-in-out infinite alternate;
          animation: grassWave 2.8s ease-in-out infinite alternate;
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.kv-section .coin-area .area-right .img-02.aos-animate {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@media all and (max-width: 1280px) {
  .kv-section .coin-area .area-right .img-02 {
    top: 650px;
    right: 100px;
  }
}
@media all and (max-width: 991.98px) {
  .kv-section .coin-area .area-right .img-02 {
    top: 626px;
    right: 32px;
  }
}
@media all and (max-width: 575.98px) {
  .kv-section .coin-area .area-right .img-02 {
    top: 473px;
    right: -63px;
  }
  .kv-section .coin-area .area-right .img-02 img {
    width: 60px;
  }
}
.kv-section .section-bg {
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: 1;
}
.kv-section .section-bg .area-left {
  position: absolute;
  left: 0px;
  width: 50%;
}
.kv-section .section-bg .area-left img {
  width: 100%;
}
.kv-section .section-bg .area-right {
  position: absolute;
  right: 0px;
  width: 50%;
}
.kv-section .section-bg .area-right img {
  width: 100%;
}

.gift-section {
  margin-top: -320px;
  z-index: 1;
  overflow-y: hidden;
}
@media screen and (min-width: 1601px) {
  .gift-section {
    margin-top: -340px;
  }
}
@media screen and (min-width: 2401px) {
  .gift-section {
    margin-top: -380px;
  }
}
@media screen and (min-width: 3201px) {
  .gift-section {
    margin-top: -400px;
  }
}
.gift-section .section-head .gift-box {
  position: relative;
  top: 30px;
  left: 46%;
  z-index: -1;
}
@media screen and (min-width: 2401px) {
  .gift-section .section-head .gift-box {
    top: 60px;
  }
}
@media screen and (min-width: 991.98px) and (max-width: 1200px) {
  .gift-section .section-head .gift-box {
    left: 40%;
  }
}
@media screen and (min-width: 767.98px) and (max-width: 991.98px) {
  .gift-section .section-head .gift-box {
    left: 30%;
  }
}
@media screen and (min-width: 575.98px) and (max-width: 767.98px) {
  .gift-section .section-head .gift-box {
    left: 26%;
    width: 250px;
  }
}
@media screen and (min-width: 480px) and (max-width: 575.98px) {
  .gift-section .section-head .gift-box {
    left: 20%;
    width: 220px;
  }
}
@media screen and (min-width: 340px) and (max-width: 480px) {
  .gift-section .section-head .gift-box {
    left: 39%;
    width: 180px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1600px) {
  .gift-section .section-head .grassland {
    position: relative;
    left: -10%;
    width: 120%;
  }
}
@media screen and (min-width: 1601px) {
  .gift-section .section-head .grassland {
    position: relative;
    left: -20%;
    width: 140%;
  }
}
.gift-section .section-wrapper {
  background-color: #7DC77A;
  width: 100%;
  margin-top: -6px;
  padding-bottom: 60px;
}
.gift-section .section-wrapper .expired-box {
  position: relative;
}
.gift-section .section-wrapper .expired-box .expired-img {
  position: absolute;
  right: 40px;
  top: 30px;
  opacity: 0.95;
  width: 128px;
}
.gift-section .section-wrapper .img-all {
  display: block;
}
.gift-section .title-info {
  margin-bottom: 79px;
  padding-top: 100px;
}
@media all and (max-width: 991.98px) {
  .gift-section .title-info {
    margin-bottom: 66px;
  }
}
@media screen and (min-width: 575.98px) and (max-width: 767.98px) {
  .gift-section .title-info {
    padding-top: 136px;
  }
  .gift-section .title-info img {
    width: 360px;
  }
}
@media screen and (min-width: 480px) and (max-width: 575.98px) {
  .gift-section .title-info {
    padding-top: 156px;
  }
  .gift-section .title-info img {
    width: 350px;
  }
}
@media screen and (max-width: 480px) {
  .gift-section .title-info {
    margin-bottom: 38px;
    padding-top: 200px;
  }
  .gift-section .title-info img {
    width: 280px;
  }
}
.gift-section .desc-info .left-area .img-mb, .gift-section .desc-info .right-area .img-mb {
  display: none;
}
@media screen and (min-width: 1200px) {
  .gift-section .desc-info .left-area img, .gift-section .desc-info .right-area img {
    width: 340px;
  }
}
@media screen and (max-width: 1200px) {
  .gift-section .desc-info.d-flex {
    gap: 24px;
  }
  .gift-section .desc-info .left-area, .gift-section .desc-info .right-area {
    margin-right: 0px !important;
  }
  .gift-section .desc-info .left-area img, .gift-section .desc-info .right-area img {
    width: 100%;
    max-width: 303px;
  }
  .gift-section .desc-info .expired-box .expired-img {
    width: 108px;
  }
}
@media screen and (max-width: 991.98px) {
  .gift-section .desc-info.d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
  .gift-section .desc-info .left-area img, .gift-section .desc-info .right-area img {
    width: 320px;
    max-width: 320px;
  }
  .gift-section .desc-info .expired-box .expired-img {
    width: 118px;
  }
}
@media screen and (max-width: 767.98px) {
  .gift-section .desc-info .left-area .img-mb, .gift-section .desc-info .right-area .img-mb {
    display: block;
  }
  .gift-section .desc-info .left-area .img-pc, .gift-section .desc-info .right-area .img-pc {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .gift-section .desc-info .left-area img, .gift-section .desc-info .right-area img {
    width: 100%;
    max-width: 303px;
  }
  .gift-section .desc-info .expired-box .expired-img {
    width: 108px;
  }
}
@media screen and (max-width: 375px) {
  .gift-section .desc-info .left-area img, .gift-section .desc-info .right-area img {
    max-width: 280px;
  }
}

.rule-section {
  background: url("../assets/rule_grid_lines.png"), #FFEDC0;
  background-repeat: repeat;
  background-position: left center, center top;
  background-size: 30%;
  padding: 120px 0;
  position: relative;
}
.rule-section .title-info {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
@media screen and (min-width: 575.98px) and (max-width: 767.98px) {
  .rule-section .title-info img {
    width: 360px;
  }
}
@media screen and (min-width: 480px) and (max-width: 575.98px) {
  .rule-section .title-info img {
    width: 350px;
  }
}
@media screen and (max-width: 480px) {
  .rule-section .title-info img {
    width: 280px;
  }
}
.rule-section .desc-info {
  padding: 0 312px 100px 312px;
}
.rule-section .desc-info .left-area,
.rule-section .desc-info .right-area {
  width: 584px;
}
.rule-section .desc-info .left-area {
  margin-right: 32px;
}
.rule-section .desc-info .left-area .left {
  margin-bottom: -5px;
}
.rule-section .desc-info .left-area .left-area-content {
  background: url("../assets/rule_left_box_cont.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  padding: 64px 20px 24px 20px;
  margin-top: -60px;
  min-width: 475px;
}
.rule-section .desc-info .left-area .left-area-content .top, .rule-section .desc-info .left-area .left-area-content .bottom {
  border-radius: 16px;
  background-color: #FFF;
  padding-bottom: 20px;
  min-height: 434px;
}
.rule-section .desc-info .left-area .left-area-content .top .title, .rule-section .desc-info .left-area .left-area-content .bottom .title {
  background-color: #FFF7EA;
  color: #EA7500;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  padding: 32px 0;
  border-radius: 16px 16px 0 0;
  margin-bottom: 56px;
}
.rule-section .desc-info .left-area .left-area-content .top .awards, .rule-section .desc-info .left-area .left-area-content .bottom .awards {
  color: #12336D;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
.rule-section .desc-info .left-area .left-area-content .top .awards .point, .rule-section .desc-info .left-area .left-area-content .bottom .awards .point {
  font-size: 40px;
}
.rule-section .desc-info .left-area .left-area-content .top .value, .rule-section .desc-info .left-area .left-area-content .bottom .value {
  color: #696969;
  margin-bottom: 16px;
}
.rule-section .desc-info .left-area .left-area-content .top .quantity, .rule-section .desc-info .left-area .left-area-content .bottom .quantity {
  color: #323232;
  font-size: 20px;
  font-weight: 700;
  padding: 4px 20px;
  background-color: #FFF2D8;
  border-radius: 120px;
  display: inline-block;
}
.rule-section .desc-info .left-area .left-area-content .top button, .rule-section .desc-info .left-area .left-area-content .bottom button {
  margin-top: 48px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .rule-section .desc-info .left-area .left-area-content {
    padding-top: 46px !important;
  }
}
@media screen and (min-width: 991.98px) and (max-width: 1200px) {
  .rule-section .desc-info .left-area .left-area-content {
    min-width: 425px;
    margin-top: -50px;
  }
  .rule-section .desc-info .left-area .left-area-content .top, .rule-section .desc-info .left-area .left-area-content .bottom {
    min-height: 426px;
  }
  .rule-section .desc-info .left-area .left-area-content .top .title, .rule-section .desc-info .left-area .left-area-content .bottom .title {
    font-size: 22px;
    padding: 47px 0;
    margin-bottom: 48px;
  }
  .rule-section .desc-info .left-area .left-area-content .top button, .rule-section .desc-info .left-area .left-area-content .bottom button {
    margin-top: 46px;
  }
}
@media screen and (min-width: 767.98px) and (max-width: 991.98px) {
  .rule-section .desc-info .left-area {
    margin-right: 20px;
  }
  .rule-section .desc-info .left-area .left img {
    width: 250px;
  }
  .rule-section .desc-info .left-area .left-area-content {
    min-width: 360px;
    margin-top: -40px;
    padding: 46px 14px 24px 14px;
  }
  .rule-section .desc-info .left-area .left-area-content .top, .rule-section .desc-info .left-area .left-area-content .bottom {
    min-height: auto;
  }
  .rule-section .desc-info .left-area .left-area-content .top .title, .rule-section .desc-info .left-area .left-area-content .bottom .title {
    font-size: 20px;
    margin-bottom: 36px;
  }
  .rule-section .desc-info .left-area .left-area-content .top .awards .point, .rule-section .desc-info .left-area .left-area-content .bottom .awards .point {
    font-size: 32px;
  }
  .rule-section .desc-info .left-area .left-area-content .top button, .rule-section .desc-info .left-area .left-area-content .bottom button {
    min-width: 250px;
    margin-top: 58px;
  }
}
@media screen and (max-width: 767.98px) {
  .rule-section .desc-info .left-area {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .rule-section .desc-info .left-area .left-area-content .top, .rule-section .desc-info .left-area .left-area-content .bottom {
    min-height: auto;
  }
  .rule-section .desc-info .left-area .left-area-content .top .title, .rule-section .desc-info .left-area .left-area-content .bottom .title {
    margin-bottom: 28px;
  }
  .rule-section .desc-info .left-area .left-area-content .top button, .rule-section .desc-info .left-area .left-area-content .bottom button {
    margin-top: 28px;
  }
}
@media screen and (min-width: 480px) and (max-width: 575.98px) {
  .rule-section .desc-info .left-area .left img {
    width: 250px;
  }
  .rule-section .desc-info .left-area .left-area-content {
    min-width: 400px;
    margin-top: -44px;
  }
}
@media screen and (max-width: 480px) {
  .rule-section .desc-info .left-area .left img {
    width: 240px;
  }
  .rule-section .desc-info .left-area .left-area-content {
    min-width: 320px;
    margin-top: -42px;
    padding: 64px 16px 24px 16px;
  }
  .rule-section .desc-info .left-area .left-area-content .top .awards, .rule-section .desc-info .left-area .left-area-content .bottom .awards {
    font-size: 18px;
  }
  .rule-section .desc-info .left-area .left-area-content .top .awards .point, .rule-section .desc-info .left-area .left-area-content .bottom .awards .point {
    font-size: 32px;
  }
  .rule-section .desc-info .left-area .left-area-content .top .quantity, .rule-section .desc-info .left-area .left-area-content .bottom .quantity {
    font-size: 16px;
  }
  .rule-section .desc-info .left-area .left-area-content .top button, .rule-section .desc-info .left-area .left-area-content .bottom button {
    min-width: 220px;
  }
}
.rule-section .desc-info .right-area .right,
.rule-section .desc-info .bonus-area .right {
  margin-bottom: -5px;
}
.rule-section .desc-info .right-area .right-area-content,
.rule-section .desc-info .right-area .bonus-area-content,
.rule-section .desc-info .bonus-area .right-area-content,
.rule-section .desc-info .bonus-area .bonus-area-content {
  background: url("../assets/rule_right_box_cont.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  padding: 64px 20px 24px 20px;
  margin-top: -60px;
  min-width: 475px;
}
.rule-section .desc-info .right-area .right-area-content .top,
.rule-section .desc-info .right-area .bonus-area-content .top,
.rule-section .desc-info .bonus-area .right-area-content .top,
.rule-section .desc-info .bonus-area .bonus-area-content .top {
  border-radius: 16px;
  background-color: #FFF;
  padding-bottom: 20px;
}
.rule-section .desc-info .right-area .right-area-content .top .title,
.rule-section .desc-info .right-area .bonus-area-content .top .title,
.rule-section .desc-info .bonus-area .right-area-content .top .title,
.rule-section .desc-info .bonus-area .bonus-area-content .top .title {
  background-color: #E9F4FF;
  color: #0A5DAD;
  line-height: 150%;
  font-size: 24px;
  font-weight: 600;
  padding: 16px 0;
  border-radius: 16px 16px 0 0;
  margin-bottom: 32px;
}
.rule-section .desc-info .right-area .right-area-content .top .title span,
.rule-section .desc-info .right-area .bonus-area-content .top .title span,
.rule-section .desc-info .bonus-area .right-area-content .top .title span,
.rule-section .desc-info .bonus-area .bonus-area-content .top .title span {
  color: #EB7D0F;
}
.rule-section .desc-info .right-area .right-area-content .top .task-list,
.rule-section .desc-info .right-area .bonus-area-content .top .task-list,
.rule-section .desc-info .bonus-area .right-area-content .top .task-list,
.rule-section .desc-info .bonus-area .bonus-area-content .top .task-list {
  padding: 0 20px;
  margin-bottom: 32px;
}
.rule-section .desc-info .right-area .right-area-content .top .task-list li,
.rule-section .desc-info .right-area .bonus-area-content .top .task-list li,
.rule-section .desc-info .bonus-area .right-area-content .top .task-list li,
.rule-section .desc-info .bonus-area .bonus-area-content .top .task-list li {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  color: #323232;
  line-height: 150%;
  background-color: #F5FAFF;
  border-radius: 100px;
  padding: 12px 20px;
  margin-bottom: 8px;
  list-style-type: none;
}
.rule-section .desc-info .right-area .right-area-content .top .task-list li::before,
.rule-section .desc-info .right-area .bonus-area-content .top .task-list li::before,
.rule-section .desc-info .bonus-area .right-area-content .top .task-list li::before,
.rule-section .desc-info .bonus-area .bonus-area-content .top .task-list li::before {
  content: url("../assets/icon/check.svg");
  margin-right: 6px;
  vertical-align: middle;
}
.rule-section .desc-info .right-area .right-area-content .top .task-list li:last-child,
.rule-section .desc-info .right-area .bonus-area-content .top .task-list li:last-child,
.rule-section .desc-info .bonus-area .right-area-content .top .task-list li:last-child,
.rule-section .desc-info .bonus-area .bonus-area-content .top .task-list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .rule-section .desc-info .right-area .right-area-content,
  .rule-section .desc-info .right-area .bonus-area-content,
  .rule-section .desc-info .bonus-area .right-area-content,
  .rule-section .desc-info .bonus-area .bonus-area-content {
    padding-top: 46px !important;
  }
}
.rule-section .desc-info .right-area .bonus-area-content,
.rule-section .desc-info .bonus-area .bonus-area-content {
  background: url("../assets/rule_right_box_cont02.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.rule-section .desc-info .right-area .bonus-area-content .top .title,
.rule-section .desc-info .bonus-area .bonus-area-content .top .title {
  background-color: #E9F3CC;
  color: #038F4C;
}
.rule-section .desc-info .right-area .bonus-area-content .top .task-list,
.rule-section .desc-info .bonus-area .bonus-area-content .top .task-list {
  padding: 0 20px;
  margin-bottom: 32px;
}
.rule-section .desc-info .right-area .bonus-area-content .top .task-list li,
.rule-section .desc-info .bonus-area .bonus-area-content .top .task-list li {
  font-size: 18px;
  background-color: #E9F3CC;
  padding: 10px 20px;
  margin-bottom: 8px;
}
.rule-section .desc-info .right-area .bonus-area-content .top .task-list li::before,
.rule-section .desc-info .bonus-area .bonus-area-content .top .task-list li::before {
  content: url("../assets/icon/check02.svg");
  margin-right: 6px;
  vertical-align: middle;
}
.rule-section .desc-info .right-area .bonus-area-content .top .task-list li:last-child,
.rule-section .desc-info .bonus-area .bonus-area-content .top .task-list li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 991.98px) and (max-width: 1200px) {
  .rule-section .desc-info .right-area .right-area-content,
  .rule-section .desc-info .right-area .bonus-area-content,
  .rule-section .desc-info .bonus-area .right-area-content,
  .rule-section .desc-info .bonus-area .bonus-area-content {
    min-width: 425px;
    margin-top: -50px;
  }
  .rule-section .desc-info .right-area .right-area-content .top .title,
  .rule-section .desc-info .right-area .bonus-area-content .top .title,
  .rule-section .desc-info .bonus-area .right-area-content .top .title,
  .rule-section .desc-info .bonus-area .bonus-area-content .top .title {
    font-size: 20px;
    margin-bottom: 32px;
  }
  .rule-section .desc-info .right-area .right-area-content .top .task-list li,
  .rule-section .desc-info .right-area .bonus-area-content .top .task-list li,
  .rule-section .desc-info .bonus-area .right-area-content .top .task-list li,
  .rule-section .desc-info .bonus-area .bonus-area-content .top .task-list li {
    padding: 12px 16px;
  }
}
@media screen and (min-width: 767.98px) and (max-width: 991.98px) {
  .rule-section .desc-info .right-area .right img,
  .rule-section .desc-info .bonus-area .right img {
    width: 250px;
  }
  .rule-section .desc-info .right-area .right-area-content,
  .rule-section .desc-info .right-area .bonus-area-content,
  .rule-section .desc-info .bonus-area .right-area-content,
  .rule-section .desc-info .bonus-area .bonus-area-content {
    min-width: 360px;
    margin-top: -40px;
    padding: 46px 14px 24px 14px;
  }
  .rule-section .desc-info .right-area .right-area-content .top .title,
  .rule-section .desc-info .right-area .bonus-area-content .top .title,
  .rule-section .desc-info .bonus-area .right-area-content .top .title,
  .rule-section .desc-info .bonus-area .bonus-area-content .top .title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .rule-section .desc-info .right-area .right-area-content .top .task-list li,
  .rule-section .desc-info .right-area .bonus-area-content .top .task-list li,
  .rule-section .desc-info .bonus-area .right-area-content .top .task-list li,
  .rule-section .desc-info .bonus-area .bonus-area-content .top .task-list li {
    font-size: 16px;
    padding-left: 2.8em;
    padding-right: 16px;
  }
  .rule-section .desc-info .right-area .right-area-content .top .task-list li::before,
  .rule-section .desc-info .right-area .bonus-area-content .top .task-list li::before,
  .rule-section .desc-info .bonus-area .right-area-content .top .task-list li::before,
  .rule-section .desc-info .bonus-area .bonus-area-content .top .task-list li::before {
    margin-left: -1.6em;
  }
  .rule-section .desc-info .right-area .right-area-content .top button,
  .rule-section .desc-info .right-area .bonus-area-content .top button,
  .rule-section .desc-info .bonus-area .right-area-content .top button,
  .rule-section .desc-info .bonus-area .bonus-area-content .top button {
    min-width: 250px;
  }
}
@media screen and (min-width: 480px) and (max-width: 575.98px) {
  .rule-section .desc-info .right-area .right img,
  .rule-section .desc-info .bonus-area .right img {
    width: 250px;
  }
  .rule-section .desc-info .right-area .right-area-content,
  .rule-section .desc-info .right-area .bonus-area-content,
  .rule-section .desc-info .bonus-area .right-area-content,
  .rule-section .desc-info .bonus-area .bonus-area-content {
    min-width: 400px;
    margin-top: -44px;
  }
  .rule-section .desc-info .right-area .right-area-content .top .title,
  .rule-section .desc-info .right-area .bonus-area-content .top .title,
  .rule-section .desc-info .bonus-area .right-area-content .top .title,
  .rule-section .desc-info .bonus-area .bonus-area-content .top .title {
    font-size: 20px;
  }
  .rule-section .desc-info .right-area .right-area-content .top .task-list li,
  .rule-section .desc-info .right-area .bonus-area-content .top .task-list li,
  .rule-section .desc-info .bonus-area .right-area-content .top .task-list li,
  .rule-section .desc-info .bonus-area .bonus-area-content .top .task-list li {
    font-size: 16px;
    padding-left: 2.8em;
    padding-right: 16px;
  }
  .rule-section .desc-info .right-area .right-area-content .top .task-list li::before,
  .rule-section .desc-info .right-area .bonus-area-content .top .task-list li::before,
  .rule-section .desc-info .bonus-area .right-area-content .top .task-list li::before,
  .rule-section .desc-info .bonus-area .bonus-area-content .top .task-list li::before {
    margin-left: -1.6em;
  }
}
@media screen and (max-width: 480px) {
  .rule-section .desc-info .right-area .right img,
  .rule-section .desc-info .bonus-area .right img {
    width: 240px;
  }
  .rule-section .desc-info .right-area .right-area-content,
  .rule-section .desc-info .right-area .bonus-area-content,
  .rule-section .desc-info .bonus-area .right-area-content,
  .rule-section .desc-info .bonus-area .bonus-area-content {
    min-width: 320px;
    margin-top: -42px;
    padding: 64px 16px 24px 16px;
  }
  .rule-section .desc-info .right-area .right-area-content .top .title,
  .rule-section .desc-info .right-area .bonus-area-content .top .title,
  .rule-section .desc-info .bonus-area .right-area-content .top .title,
  .rule-section .desc-info .bonus-area .bonus-area-content .top .title {
    font-size: 16px;
  }
  .rule-section .desc-info .right-area .right-area-content .top .task-list li,
  .rule-section .desc-info .right-area .bonus-area-content .top .task-list li,
  .rule-section .desc-info .bonus-area .right-area-content .top .task-list li,
  .rule-section .desc-info .bonus-area .bonus-area-content .top .task-list li {
    font-size: 16px;
    padding-left: 2.8em;
    padding-right: 16px;
  }
  .rule-section .desc-info .right-area .right-area-content .top .task-list li::before,
  .rule-section .desc-info .right-area .bonus-area-content .top .task-list li::before,
  .rule-section .desc-info .bonus-area .right-area-content .top .task-list li::before,
  .rule-section .desc-info .bonus-area .bonus-area-content .top .task-list li::before {
    margin-left: -1.5em;
  }
  .rule-section .desc-info .right-area .right-area-content .top button,
  .rule-section .desc-info .right-area .bonus-area-content .top button,
  .rule-section .desc-info .bonus-area .right-area-content .top button,
  .rule-section .desc-info .bonus-area .bonus-area-content .top button {
    min-width: 220px;
  }
}
@media screen and (max-width: 991.98px) {
  .rule-section .desc-info .left-area,
  .rule-section .desc-info .right-area {
    width: 360px;
  }
}
@media screen and (max-width: 767.98px) {
  .rule-section .desc-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 200px 140px 200px;
  }
}
@media screen and (max-width: 480px) {
  .rule-section .desc-info {
    padding: 0 100px 120px 100px;
  }
}
@media screen and (max-width: 375px) {
  .rule-section .desc-info .left-area,
  .rule-section .desc-info .right-area {
    width: 352px;
  }
}
@media screen and (max-width: 767.98px) {
  .rule-section {
    padding: 60px 0;
  }
}

.flow-section {
  margin-top: -140px;
}
@media screen and (min-width: 1601px) and (max-width: 1800px) {
  .flow-section .section-head .top-box {
    position: relative;
    left: -10%;
    width: 120%;
  }
}
@media screen and (min-width: 2001px) {
  .flow-section .section-head .top-box {
    position: relative;
    left: -20%;
    width: 140%;
  }
}
@media screen and (min-width: 2801px) {
  .flow-section .section-head .top-box {
    position: relative;
    left: -25%;
    width: 150%;
  }
}
@media screen and (min-width: 3201px) {
  .flow-section .section-head .top-box {
    position: relative;
    left: -35%;
    width: 170%;
  }
}
.flow-section .section-wrapper {
  background-color: #FCDFD2;
  width: 100%;
  margin-top: -6px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767.98px) {
  .flow-section .section-wrapper {
    padding-bottom: 40px;
  }
}
.flow-section .title-info {
  margin-bottom: 96px;
  padding-top: 60px;
}
.flow-section .title-info .spec-title {
  font-size: 48px;
  line-height: 56px;
}
@media screen and (max-width: 767.98px) {
  .flow-section .title-info {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 575.98px) and (max-width: 767.98px) {
  .flow-section .title-info img {
    width: 360px;
  }
}
@media screen and (min-width: 480px) and (max-width: 575.98px) {
  .flow-section .title-info img {
    width: 350px;
  }
}
@media screen and (max-width: 480px) {
  .flow-section .title-info img {
    width: 280px;
  }
}
.flow-section .desc-info .step-section {
  max-width: 65vw;
  margin: 0 auto;
}
.flow-section .desc-info .step-section .step-area {
  overflow: hidden;
}
.flow-section .desc-info .step-section .step-area .swiper-wrapper p {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #323232;
  margin-top: 20px;
}
.flow-section .desc-info .step-section .step-area .swiper-wrapper img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.notice-section {
  background: #D1EFFA;
  padding: 120px 0;
}
.notice-section .desc-info {
  max-width: 80vw;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .notice-section {
    padding: 40px 0;
  }
}

@-webkit-keyframes leafWave {
  0% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@keyframes leafWave {
  0% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@-webkit-keyframes leafWaveKV {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}
@keyframes leafWaveKV {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}
@-webkit-keyframes grassWave {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
}
@keyframes grassWave {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
}
@-webkit-keyframes peoUpDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
}
@keyframes peoUpDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
}
@-webkit-keyframes peoUpDownSmall {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0.5%, -1.5%, 0);
    transform: translate3d(0.5%, -1.5%, 0);
  }
}
@keyframes peoUpDownSmall {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0.5%, -1.5%, 0);
    transform: translate3d(0.5%, -1.5%, 0);
  }
}
.idx-dialog.winner-dialog, .idx-dialog.green-point-dialog {
  position: relative;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  pointer-events: none;
}
.idx-dialog.winner-dialog.active, .idx-dialog.green-point-dialog.active {
  opacity: 1;
  position: fixed;
  z-index: 300;
  top: 0px;
  left: 0px;
  pointer-events: auto;
}
.idx-dialog.winner-dialog.active .idx-dialog-bg, .idx-dialog.green-point-dialog.active .idx-dialog-bg {
  display: block;
}
.idx-dialog.winner-dialog .box-content, .idx-dialog.green-point-dialog .box-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  background-color: white;
  border-radius: 20px 20px 20px 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 1200px;
  position: fixed;
  top: 16%;
  bottom: auto;
  left: calc(50% - 600px);
  right: calc(50% - 600px);
  z-index: 100;
}
@media all and (max-width: 1280px) {
  .idx-dialog.winner-dialog .box-content, .idx-dialog.green-point-dialog .box-content {
    max-width: 90%;
    left: 5%;
    right: 5%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .idx-dialog.winner-dialog .box-content, .idx-dialog.green-point-dialog .box-content {
    padding: 20px 16px;
  }
}
@media all and (max-width: 991.98px) {
  .idx-dialog.winner-dialog .box-content, .idx-dialog.green-point-dialog .box-content {
    padding: 20px 16px;
  }
}
.idx-dialog.winner-dialog .box-content.small-box-content, .idx-dialog.green-point-dialog .box-content.small-box-content {
  padding: 24px 32px;
  -webkit-box-shadow: 0px 0px 8px 0px #d0d0d0;
          box-shadow: 0px 0px 8px 0px #d0d0d0;
  max-width: 352px;
  top: 24%;
  bottom: auto;
  left: calc(50% - 176px);
  right: calc(50% - 176px);
}
@media all and (max-width: 480px) {
  .idx-dialog.winner-dialog .box-content.small-box-content, .idx-dialog.green-point-dialog .box-content.small-box-content {
    padding: 24px 16px;
    max-width: 80%;
    left: 10%;
    right: 10%;
  }
}
.idx-dialog.winner-dialog .idx-dialog-bg, .idx-dialog.green-point-dialog .idx-dialog-bg {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 0;
  display: none;
  -webkit-transition: display 0.5s;
  transition: display 0.5s;
}
.idx-dialog.winner-dialog .idx-dialog-bg.transparent-bg, .idx-dialog.green-point-dialog .idx-dialog-bg.transparent-bg {
  background-color: transparent;
}
.icon-link {
  background-color: transparent;
  border-width: 0px;
  padding: 0.25rem 0.25rem;
}
.icon-link img,
.icon-link svg {
  display: block;
}
.icon-link:hover, .icon-link:focus {
  background-color: #f9f9f9;
}
.icon-link:focus-visible {
  outline-color: #aaa;
}

.idx-info-area > .btn-common-bar:first-child {
  margin: 0px auto 12px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media all and (max-width: 991.98px) {
  .idx-info-area > .btn-common-bar:first-child {
    margin-bottom: 28px;
  }
}
.idx-info-area main.idx-prods-intro {
  min-height: auto;
  padding-top: 0px;
  max-height: 60vh;
  overflow-y: auto;
}
.idx-info-area main.idx-prods-intro.pg-prods-intro .main-agreement .policy-section .fund-area .fund-card .fund-content, .idx-info-area main.idx-prods-intro.pg-prods-intro .rider .policy-section .fund-area .fund-card .fund-content {
  min-height: 305px;
}
.idx-info-area main.idx-prods-intro.pg-prods-intro .main-agreement .policy-section .fund-area .fund-card .fund-content-last, .idx-info-area main.idx-prods-intro.pg-prods-intro .rider .policy-section .fund-area .fund-card .fund-content-last {
  min-height: auto;
}
.idx-info-area .form-area {
  gap: 0px;
  overflow-x: hidden;
}
.idx-info-area .area-top {
  padding: 40px 24px 40px 24px;
}
@media all and (max-width: 991.98px) {
  .idx-info-area .area-top {
    padding: 24px 24px 24px 24px;
  }
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

[data-aos][data-aos][data-aos-delay="3200"].aos-animate, body[data-aos-delay="3200"] [data-aos].aos-animate {
  -webkit-transition-delay: 3.2s;
          transition-delay: 3.2s;
}

[data-aos][data-aos][data-aos-delay="3500"].aos-animate, body[data-aos-delay="3500"] [data-aos].aos-animate {
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s;
}

[data-aos][data-aos][data-aos-delay="3800"].aos-animate, body[data-aos-delay="3800"] [data-aos].aos-animate {
  -webkit-transition-delay: 3.8s;
          transition-delay: 3.8s;
}

[data-aos][data-aos][data-aos-delay="4000"].aos-animate, body[data-aos-delay="4000"] [data-aos].aos-animate {
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}

[data-aos][data-aos][data-aos-delay="4200"].aos-animate, body[data-aos-delay="4200"] [data-aos].aos-animate {
  -webkit-transition-delay: 4.2s;
          transition-delay: 4.2s;
}

[data-aos][data-aos][data-aos-delay="4500"].aos-animate, body[data-aos-delay="4500"] [data-aos].aos-animate {
  -webkit-transition-delay: 4.5s;
          transition-delay: 4.5s;
}

[data-aos][data-aos][data-aos-delay="4800"].aos-animate, body[data-aos-delay="4800"] [data-aos].aos-animate {
  -webkit-transition-delay: 4.8s;
          transition-delay: 4.8s;
}

[data-aos][data-aos][data-aos-delay="5000"].aos-animate, body[data-aos-delay="5000"] [data-aos].aos-animate {
  -webkit-transition-delay: 5s;
          transition-delay: 5s;
}

[data-aos][data-aos][data-aos-delay="5200"].aos-animate, body[data-aos-delay="5200"] [data-aos].aos-animate {
  -webkit-transition-delay: 5.2s;
          transition-delay: 5.2s;
}

[data-aos][data-aos][data-aos-delay="5500"].aos-animate, body[data-aos-delay="5500"] [data-aos].aos-animate {
  -webkit-transition-delay: 5.5s;
          transition-delay: 5.5s;
}

[data-aos][data-aos][data-aos-delay="5800"].aos-animate, body[data-aos-delay="5800"] [data-aos].aos-animate {
  -webkit-transition-delay: 5.8s;
          transition-delay: 5.8s;
}

[data-aos][data-aos][data-aos-delay="6000"].aos-animate, body[data-aos-delay="6000"] [data-aos].aos-animate {
  -webkit-transition-delay: 6s;
          transition-delay: 6s;
}

[data-aos][data-aos][data-aos-delay="6200"].aos-animate, body[data-aos-delay="6200"] [data-aos].aos-animate {
  -webkit-transition-delay: 6.2s;
          transition-delay: 6.2s;
}

[data-aos][data-aos][data-aos-delay="6500"].aos-animate, body[data-aos-delay="6500"] [data-aos].aos-animate {
  -webkit-transition-delay: 6.5s;
          transition-delay: 6.5s;
}

[data-aos][data-aos][data-aos-delay="6800"].aos-animate, body[data-aos-delay="6800"] [data-aos].aos-animate {
  -webkit-transition-delay: 6.8s;
          transition-delay: 6.8s;
}

[data-aos][data-aos][data-aos-delay="7000"].aos-animate, body[data-aos-delay="7000"] [data-aos].aos-animate {
  -webkit-transition-delay: 7s;
          transition-delay: 7s;
}

[data-aos][data-aos][data-aos-delay="7200"].aos-animate, body[data-aos-delay="7200"] [data-aos].aos-animate {
  -webkit-transition-delay: 7.2s;
          transition-delay: 7.2s;
}

[data-aos][data-aos][data-aos-delay="7500"].aos-animate, body[data-aos-delay="7500"] [data-aos].aos-animate {
  -webkit-transition-delay: 7.5s;
          transition-delay: 7.5s;
}

[data-aos][data-aos][data-aos-delay="7800"].aos-animate, body[data-aos-delay="7800"] [data-aos].aos-animate {
  -webkit-transition-delay: 7.8s;
          transition-delay: 7.8s;
}

[data-aos][data-aos][data-aos-delay="8000"].aos-animate, body[data-aos-delay="8000"] [data-aos].aos-animate {
  -webkit-transition-delay: 8s;
          transition-delay: 8s;
}

[data-aos][data-aos][data-aos-delay="8200"].aos-animate, body[data-aos-delay="8200"] [data-aos].aos-animate {
  -webkit-transition-delay: 8.2s;
          transition-delay: 8.2s;
}

[data-aos][data-aos][data-aos-delay="8500"].aos-animate, body[data-aos-delay="8500"] [data-aos].aos-animate {
  -webkit-transition-delay: 8.5s;
          transition-delay: 8.5s;
}

[data-aos][data-aos][data-aos-delay="8800"].aos-animate, body[data-aos-delay="8800"] [data-aos].aos-animate {
  -webkit-transition-delay: 8.8s;
          transition-delay: 8.8s;
}

[data-aos][data-aos][data-aos-delay="9000"].aos-animate, body[data-aos-delay="9000"] [data-aos].aos-animate {
  -webkit-transition-delay: 9s;
          transition-delay: 9s;
}

[data-aos][data-aos][data-aos-delay="9200"].aos-animate, body[data-aos-delay="9200"] [data-aos].aos-animate {
  -webkit-transition-delay: 9.2s;
          transition-delay: 9.2s;
}

[data-aos][data-aos][data-aos-delay="9500"].aos-animate, body[data-aos-delay="9500"] [data-aos].aos-animate {
  -webkit-transition-delay: 9.5s;
          transition-delay: 9.5s;
}

[data-aos][data-aos][data-aos-delay="9800"].aos-animate, body[data-aos-delay="9800"] [data-aos].aos-animate {
  -webkit-transition-delay: 9.8s;
          transition-delay: 9.8s;
}

[data-aos][data-aos][data-aos-delay="10000"].aos-animate, body[data-aos-delay="10000"] [data-aos].aos-animate {
  -webkit-transition-delay: 10s;
          transition-delay: 10s;
}

[data-aos][data-aos][data-aos-delay="10200"].aos-animate, body[data-aos-delay="10200"] [data-aos].aos-animate {
  -webkit-transition-delay: 10.2s;
          transition-delay: 10.2s;
}

[data-aos][data-aos][data-aos-delay="10500"].aos-animate, body[data-aos-delay="10500"] [data-aos].aos-animate {
  -webkit-transition-delay: 10.5s;
          transition-delay: 10.5s;
}

[data-aos][data-aos][data-aos-delay="10800"].aos-animate, body[data-aos-delay="10800"] [data-aos].aos-animate {
  -webkit-transition-delay: 10.8s;
          transition-delay: 10.8s;
}

[data-aos][data-aos][data-aos-delay="11000"].aos-animate, body[data-aos-delay="11000"] [data-aos].aos-animate {
  -webkit-transition-delay: 11s;
          transition-delay: 11s;
}

[data-aos][data-aos][data-aos-delay="11200"].aos-animate, body[data-aos-delay="11200"] [data-aos].aos-animate {
  -webkit-transition-delay: 11.2s;
          transition-delay: 11.2s;
}

[data-aos][data-aos][data-aos-delay="11500"].aos-animate, body[data-aos-delay="11500"] [data-aos].aos-animate {
  -webkit-transition-delay: 11.5s;
          transition-delay: 11.5s;
}

[data-aos][data-aos][data-aos-delay="11800"].aos-animate, body[data-aos-delay="11800"] [data-aos].aos-animate {
  -webkit-transition-delay: 11.8s;
          transition-delay: 11.8s;
}

[data-aos][data-aos][data-aos-delay="12000"].aos-animate, body[data-aos-delay="12000"] [data-aos].aos-animate {
  -webkit-transition-delay: 12s;
          transition-delay: 12s;
}

[data-aos][data-aos][data-aos-delay="12200"].aos-animate, body[data-aos-delay="12200"] [data-aos].aos-animate {
  -webkit-transition-delay: 12.2s;
          transition-delay: 12.2s;
}

[data-aos][data-aos][data-aos-delay="12500"].aos-animate, body[data-aos-delay="12500"] [data-aos].aos-animate {
  -webkit-transition-delay: 12.5s;
          transition-delay: 12.5s;
}

[data-aos][data-aos][data-aos-delay="12800"].aos-animate, body[data-aos-delay="12800"] [data-aos].aos-animate {
  -webkit-transition-delay: 12.8s;
          transition-delay: 12.8s;
}

[data-aos][data-aos][data-aos-delay="13000"].aos-animate, body[data-aos-delay="13000"] [data-aos].aos-animate {
  -webkit-transition-delay: 13s;
          transition-delay: 13s;
}

[data-aos][data-aos][data-aos-delay="13200"].aos-animate, body[data-aos-delay="13200"] [data-aos].aos-animate {
  -webkit-transition-delay: 13.2s;
          transition-delay: 13.2s;
}

[data-aos][data-aos][data-aos-delay="13500"].aos-animate, body[data-aos-delay="13500"] [data-aos].aos-animate {
  -webkit-transition-delay: 13.5s;
          transition-delay: 13.5s;
}

[data-aos][data-aos][data-aos-delay="13800"].aos-animate, body[data-aos-delay="13800"] [data-aos].aos-animate {
  -webkit-transition-delay: 13.8s;
          transition-delay: 13.8s;
}

[data-aos][data-aos][data-aos-delay="14000"].aos-animate, body[data-aos-delay="14000"] [data-aos].aos-animate {
  -webkit-transition-delay: 14s;
          transition-delay: 14s;
}

[data-aos][data-aos][data-aos-delay="14200"].aos-animate, body[data-aos-delay="14200"] [data-aos].aos-animate {
  -webkit-transition-delay: 14.2s;
          transition-delay: 14.2s;
}

[data-aos][data-aos][data-aos-delay="14500"].aos-animate, body[data-aos-delay="14500"] [data-aos].aos-animate {
  -webkit-transition-delay: 14.5s;
          transition-delay: 14.5s;
}

[data-aos][data-aos][data-aos-delay="14800"].aos-animate, body[data-aos-delay="14800"] [data-aos].aos-animate {
  -webkit-transition-delay: 14.8s;
          transition-delay: 14.8s;
}

[data-aos][data-aos][data-aos-delay="15000"].aos-animate, body[data-aos-delay="15000"] [data-aos].aos-animate {
  -webkit-transition-delay: 15s;
          transition-delay: 15s;
}

[data-aos][data-aos][data-aos-delay="15200"].aos-animate, body[data-aos-delay="15200"] [data-aos].aos-animate {
  -webkit-transition-delay: 15.2s;
          transition-delay: 15.2s;
}

[data-aos][data-aos][data-aos-delay="15500"].aos-animate, body[data-aos-delay="15500"] [data-aos].aos-animate {
  -webkit-transition-delay: 15.5s;
          transition-delay: 15.5s;
}

[data-aos][data-aos][data-aos-delay="15800"].aos-animate, body[data-aos-delay="15800"] [data-aos].aos-animate {
  -webkit-transition-delay: 15.8s;
          transition-delay: 15.8s;
}

[data-aos][data-aos][data-aos-duration="4000"], body[data-aos-duration="4000"] [data-aos] {
  -webkit-transition-duration: 4s;
          transition-duration: 4s;
}

[data-aos][data-aos][data-aos-duration="4200"], body[data-aos-duration="4200"] [data-aos] {
  -webkit-transition-duration: 4.2s;
          transition-duration: 4.2s;
}

[data-aos][data-aos][data-aos-duration="4500"], body[data-aos-duration="4500"] [data-aos] {
  -webkit-transition-duration: 4.5s;
          transition-duration: 4.5s;
}

[data-aos][data-aos][data-aos-duration="4800"], body[data-aos-duration="4800"] [data-aos] {
  -webkit-transition-duration: 4.8s;
          transition-duration: 4.8s;
}

[data-aos][data-aos][data-aos-duration="5000"], body[data-aos-duration="5000"] [data-aos] {
  -webkit-transition-duration: 5s;
          transition-duration: 5s;
}

[data-aos][data-aos][data-aos-duration="5200"], body[data-aos-duration="5200"] [data-aos] {
  -webkit-transition-duration: 5.2s;
          transition-duration: 5.2s;
}

[data-aos][data-aos][data-aos-duration="5500"], body[data-aos-duration="5500"] [data-aos] {
  -webkit-transition-duration: 5.5s;
          transition-duration: 5.5s;
}

[data-aos][data-aos][data-aos-duration="5800"], body[data-aos-duration="5800"] [data-aos] {
  -webkit-transition-duration: 5.8s;
          transition-duration: 5.8s;
}

[data-aos][data-aos][data-aos-duration="6000"], body[data-aos-duration="6000"] [data-aos] {
  -webkit-transition-duration: 6s;
          transition-duration: 6s;
}

[data-aos][data-aos][data-aos-duration="6200"], body[data-aos-duration="6200"] [data-aos] {
  -webkit-transition-duration: 6.2s;
          transition-duration: 6.2s;
}

[data-aos][data-aos][data-aos-duration="6500"], body[data-aos-duration="6500"] [data-aos] {
  -webkit-transition-duration: 6.5s;
          transition-duration: 6.5s;
}

[data-aos][data-aos][data-aos-duration="6800"], body[data-aos-duration="6800"] [data-aos] {
  -webkit-transition-duration: 6.8s;
          transition-duration: 6.8s;
}

[data-aos][data-aos][data-aos-duration="7000"], body[data-aos-duration="7000"] [data-aos] {
  -webkit-transition-duration: 7s;
          transition-duration: 7s;
}

[data-aos][data-aos][data-aos-duration="7200"], body[data-aos-duration="7200"] [data-aos] {
  -webkit-transition-duration: 7.2s;
          transition-duration: 7.2s;
}

[data-aos][data-aos][data-aos-duration="7500"], body[data-aos-duration="7500"] [data-aos] {
  -webkit-transition-duration: 7.5s;
          transition-duration: 7.5s;
}

[data-aos][data-aos][data-aos-duration="7800"], body[data-aos-duration="7800"] [data-aos] {
  -webkit-transition-duration: 7.8s;
          transition-duration: 7.8s;
}

[data-aos][data-aos][data-aos-duration="8000"], body[data-aos-duration="8000"] [data-aos] {
  -webkit-transition-duration: 8s;
          transition-duration: 8s;
}

[data-aos][data-aos][data-aos-duration="8200"], body[data-aos-duration="8200"] [data-aos] {
  -webkit-transition-duration: 8.2s;
          transition-duration: 8.2s;
}

[data-aos][data-aos][data-aos-duration="8500"], body[data-aos-duration="8500"] [data-aos] {
  -webkit-transition-duration: 8.5s;
          transition-duration: 8.5s;
}

[data-aos][data-aos][data-aos-duration="8800"], body[data-aos-duration="8800"] [data-aos] {
  -webkit-transition-duration: 8.8s;
          transition-duration: 8.8s;
}

[data-aos][data-aos][data-aos-duration="9000"], body[data-aos-duration="9000"] [data-aos] {
  -webkit-transition-duration: 9s;
          transition-duration: 9s;
}

[data-aos][data-aos][data-aos-duration="9200"], body[data-aos-duration="9200"] [data-aos] {
  -webkit-transition-duration: 9.2s;
          transition-duration: 9.2s;
}

[data-aos][data-aos][data-aos-duration="9500"], body[data-aos-duration="9500"] [data-aos] {
  -webkit-transition-duration: 9.5s;
          transition-duration: 9.5s;
}

[data-aos][data-aos][data-aos-duration="9800"], body[data-aos-duration="9800"] [data-aos] {
  -webkit-transition-duration: 9.8s;
          transition-duration: 9.8s;
}

[data-aos][data-aos][data-aos-duration="10000"], body[data-aos-duration="10000"] [data-aos] {
  -webkit-transition-duration: 10s;
          transition-duration: 10s;
}

[data-aos][data-aos][data-aos-duration="10200"], body[data-aos-duration="10200"] [data-aos] {
  -webkit-transition-duration: 10.2s;
          transition-duration: 10.2s;
}

[data-aos][data-aos][data-aos-duration="10500"], body[data-aos-duration="10500"] [data-aos] {
  -webkit-transition-duration: 10.5s;
          transition-duration: 10.5s;
}

[data-aos][data-aos][data-aos-duration="10800"], body[data-aos-duration="10800"] [data-aos] {
  -webkit-transition-duration: 10.8s;
          transition-duration: 10.8s;
}

[data-aos][data-aos][data-aos-duration="11000"], body[data-aos-duration="11000"] [data-aos] {
  -webkit-transition-duration: 11s;
          transition-duration: 11s;
}

[data-aos][data-aos][data-aos-duration="11200"], body[data-aos-duration="11200"] [data-aos] {
  -webkit-transition-duration: 11.2s;
          transition-duration: 11.2s;
}

[data-aos][data-aos][data-aos-duration="11500"], body[data-aos-duration="11500"] [data-aos] {
  -webkit-transition-duration: 11.5s;
          transition-duration: 11.5s;
}

[data-aos][data-aos][data-aos-duration="11800"], body[data-aos-duration="11800"] [data-aos] {
  -webkit-transition-duration: 11.8s;
          transition-duration: 11.8s;
}

[data-aos][data-aos][data-aos-duration="12000"], body[data-aos-duration="12000"] [data-aos] {
  -webkit-transition-duration: 12s;
          transition-duration: 12s;
}

[data-aos][data-aos][data-aos-duration="12200"], body[data-aos-duration="12200"] [data-aos] {
  -webkit-transition-duration: 12.2s;
          transition-duration: 12.2s;
}

[data-aos][data-aos][data-aos-duration="12500"], body[data-aos-duration="12500"] [data-aos] {
  -webkit-transition-duration: 12.5s;
          transition-duration: 12.5s;
}

[data-aos][data-aos][data-aos-duration="12800"], body[data-aos-duration="12800"] [data-aos] {
  -webkit-transition-duration: 12.8s;
          transition-duration: 12.8s;
}

[data-aos][data-aos][data-aos-duration="13000"], body[data-aos-duration="13000"] [data-aos] {
  -webkit-transition-duration: 13s;
          transition-duration: 13s;
}

[data-aos][data-aos][data-aos-duration="13200"], body[data-aos-duration="13200"] [data-aos] {
  -webkit-transition-duration: 13.2s;
          transition-duration: 13.2s;
}

[data-aos][data-aos][data-aos-duration="13500"], body[data-aos-duration="13500"] [data-aos] {
  -webkit-transition-duration: 13.5s;
          transition-duration: 13.5s;
}

[data-aos][data-aos][data-aos-duration="13800"], body[data-aos-duration="13800"] [data-aos] {
  -webkit-transition-duration: 13.8s;
          transition-duration: 13.8s;
}

[data-aos][data-aos][data-aos-duration="14000"], body[data-aos-duration="14000"] [data-aos] {
  -webkit-transition-duration: 14s;
          transition-duration: 14s;
}

[data-aos][data-aos][data-aos-duration="14200"], body[data-aos-duration="14200"] [data-aos] {
  -webkit-transition-duration: 14.2s;
          transition-duration: 14.2s;
}

[data-aos][data-aos][data-aos-duration="14500"], body[data-aos-duration="14500"] [data-aos] {
  -webkit-transition-duration: 14.5s;
          transition-duration: 14.5s;
}

[data-aos][data-aos][data-aos-duration="14800"], body[data-aos-duration="14800"] [data-aos] {
  -webkit-transition-duration: 14.8s;
          transition-duration: 14.8s;
}

[data-aos][data-aos][data-aos-duration="15000"], body[data-aos-duration="15000"] [data-aos] {
  -webkit-transition-duration: 15s;
          transition-duration: 15s;
}

[data-aos][data-aos][data-aos-duration="15200"], body[data-aos-duration="15200"] [data-aos] {
  -webkit-transition-duration: 15.2s;
          transition-duration: 15.2s;
}

[data-aos][data-aos][data-aos-duration="15500"], body[data-aos-duration="15500"] [data-aos] {
  -webkit-transition-duration: 15.5s;
          transition-duration: 15.5s;
}

[data-aos][data-aos][data-aos-duration="15800"], body[data-aos-duration="15800"] [data-aos] {
  -webkit-transition-duration: 15.8s;
          transition-duration: 15.8s;
}

[data-aos] {
  visibility: hidden;
}

[data-aos].aos-animate {
  visibility: visible;
}

main.pg-winner {
  padding: 200px 16px 120px;
  background-color: #D1EFFA;
  background-image: url("../assets/winner/win_bg1.svg"), url("../assets/winner/win_bg2.svg");
  background-repeat: no-repeat;
  background-position: top right, bottom left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 767.98px) {
  main.pg-winner {
    padding: 88px 16px 40px;
    background-image: none;
  }
}
main.pg-winner .section {
  margin-bottom: 120px;
  max-width: 900px;
  width: 100%;
}
main.pg-winner .section:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 767.98px) {
  main.pg-winner .section {
    margin-bottom: 60px;
  }
}
main.pg-winner .title-info {
  margin-bottom: 40px;
  overflow: hidden;
}
main.pg-winner .title-info .spec-title {
  max-height: 102px;
}
@media all and (max-width: 767.98px) {
  main.pg-winner .title-info .spec-title {
    max-height: 54px;
    line-height: 0;
  }
}
main.pg-winner .title-info .spec-title img {
  width: 620px;
}
@media all and (max-width: 767.98px) {
  main.pg-winner .title-info .spec-title img {
    max-width: 328px;
    width: 100%;
    height: 100%;
  }
}
@media all and (max-width: 767.98px) {
  main.pg-winner .title-info {
    margin-bottom: 20px;
    line-height: 0;
  }
}
main.pg-winner .section-box {
  margin-bottom: 32px;
  padding: 24px 20px;
  background-color: #FFF;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.pg-winner .section-box:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 767.98px) {
  main.pg-winner .section-box {
    margin-bottom: 20px;
    padding: 16px;
  }
}
main.pg-winner .section-box .title {
  width: 280px;
  margin-bottom: 24px;
}
main.pg-winner .section-box .title img {
  width: 100%;
}
@media all and (max-width: 767.98px) {
  main.pg-winner .section-box .title {
    width: 214px;
    margin-bottom: 16px;
  }
}
main.pg-winner .section-box .sub-title {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: bold;
}
main.pg-winner .remark {
  margin-top: 28px;
  color: #323232;
  font-size: 1.5rem;
  text-align: center;
}
@media all and (max-width: 767.98px) {
  main.pg-winner .remark {
    margin-top: 0;
    font-size: 1rem;
    text-align: left;
  }
}
main.pg-winner .table {
  border-radius: 8px;
}
main.pg-winner .table th, main.pg-winner .table td {
  border-style: solid;
}
main.pg-winner .table thead tr th {
  padding: 10px;
  color: #FFF;
  font-size: 1rem;
}
main.pg-winner .table thead tr th:first-child {
  border-radius: 8px 0 0 0;
  white-space: nowrap;
}
main.pg-winner .table thead tr th:last-child {
  border-radius: 0 8px 0 0;
}
@media all and (max-width: 767.98px) {
  main.pg-winner .table thead tr th {
    padding: 8px;
  }
}
main.pg-winner .table tbody tr td {
  padding: 16px;
  color: #323232;
  font-weight: 100;
}
@media all and (max-width: 767.98px) {
  main.pg-winner .table tbody tr td {
    padding: 8px 10px;
  }
}
main.pg-winner .secondary .table, main.pg-winner .secondary th, main.pg-winner .secondary td {
  border-color: #F5E4BA !important;
}
main.pg-winner .secondary th {
  background-color: #F79E04;
}
main.pg-winner .secondary tr.bg-color td {
  background-color: #FFFAF6;
}
main.pg-winner .primary .table, main.pg-winner .primary th, main.pg-winner .primary td {
  border-color: #D1EFFA !important;
}
main.pg-winner .primary th {
  background-color: #0D7DE9;
}
main.pg-winner .primary tr.bg-color td {
  background-color: #E8F9FF;
}