@charset "UTF-8";
/*
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--50px {
  padding: -50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pa--36px {
  padding: -36px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pa--22px {
  padding: -22px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pa--14px {
  padding: -14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pa-0px {
  padding: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pa-14px {
  padding: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pa-22px {
  padding: 22px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pa-36px {
  padding: 36px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pa-50px {
  padding: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ma--36px {
  margin: -36px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ma--22px {
  margin: -22px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ma--14px {
  margin: -14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ma-0px {
  margin: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ma-14px {
  margin: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ma-22px {
  margin: 22px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ma-36px {
  margin: 36px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-family: sans-serif, verdana, "Times New Roman", Calibri, "微軟正黑體", "新細明體";
}

a {
  color: #323232;
}

/*延用layout樣式*/
.main-title {
  font-size: 30px;
}
.main-title span.attach-text {
  font-size: 18px;
}
@media screen and (max-width: 576px) {
  .main-title span.attach-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .main-title {
    position: relative;
    z-index: 99;
    text-align: center;
    background-color: #FFFFFF;
    font-size: 18px;
    padding: 12px 0;
    margin: 0;
  }
  .main-title span {
    display: block;
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .main-title {
    -webkit-box-shadow: 0 1px 2px #F4F4F4;
            box-shadow: 0 1px 2px #F4F4F4;
    font-size: 16px;
  }
}

.attach-area {
  padding: 15px 6px;
}
.attach-area div {
  padding: 5px 0;
}

.attach-text, .attach-area {
  font-size: 12px;
  color: #B6B6B6;
}
.attach-text.deep, .attach-area.deep {
  color: #323232;
}

#detailModal .modal-content, #moreInfoModal .modal-content, .moreInfoModal .modal-content, #account-moreInfoModal .modal-content {
  margin: auto;
}
@media screen and (max-width: 576px) {
  #detailModal .modal-content, #moreInfoModal .modal-content, .moreInfoModal .modal-content, #account-moreInfoModal .modal-content {
    max-width: 317px;
  }
}
#detailModal .modal-content .modal-body, #moreInfoModal .modal-content .modal-body, .moreInfoModal .modal-content .modal-body, #account-moreInfoModal .modal-content .modal-body {
  max-width: 372px;
  margin: auto;
}
#detailModal .modal-content .modal-body .modal-title, #moreInfoModal .modal-content .modal-body .modal-title, .moreInfoModal .modal-content .modal-body .modal-title, #account-moreInfoModal .modal-content .modal-body .modal-title {
  text-align: center;
}
#detailModal .modal-content .modal-body label, #moreInfoModal .modal-content .modal-body label, .moreInfoModal .modal-content .modal-body label, #account-moreInfoModal .modal-content .modal-body label {
  font-size: 14px;
  color: #005BAC;
}
#detailModal .modal-content .modal-body .input-group-text, #moreInfoModal .modal-content .modal-body .input-group-text, .moreInfoModal .modal-content .modal-body .input-group-text, #account-moreInfoModal .modal-content .modal-body .input-group-text {
  background-color: transparent;
  border: none;
}

#account-moreInfoModal .input-group-text {
  color: #B6B6B6;
  font-size: 12px;
}

.item-num {
  color: #686868;
  font-size: 16px;
}

.box-wrap .process-block:last-child,
.box-wrap .list-box:last-child {
  margin-bottom: 10px !important;
}

.process-block {
  border: none;
  border-radius: 10px;
  padding: 17px 30px;
  margin-bottom: 25px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
}

@media (max-width: 1199.98px) {
  .item-num {
    color: #686868;
    font-size: 16px;
    margin-top: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .paper-title003 {
    text-align: left;
  }
  .h2-paper-title003 {
    text-align: left;
  }
}
/* 傳統型/年金型/投資型卡片 */
@media screen and (min-width: 576px) and (max-width: 1023.98px) {
  .data-unit.investment .card.data-style {
    padding: 18px 50px;
  }
}
@media screen and (max-width: 575.98px) {
  .data-unit.traditional .card.data-style {
    padding-top: 34px;
  }
  .data-unit.investment .card.data-style {
    padding-top: 34px;
  }
  .data-unit.annuity .card.data-style {
    padding-top: 34px;
  }
}
.data-unit.investment .card.data-style .insurance-title {
  font-size: 20px;
}

@media screen and (max-width: 1023.98px) {
  .data-unit.investment .card.data-style .insurance-title {
    font-size: 16px;
  }
}
.data-unit.traditional .more {
  position: absolute;
  right: 0;
  font-size: 30px;
  top: calc(50% - 15px);
  background-color: transparent;
  color: #8EB8E5;
}

.data-unit.investment .more {
  position: absolute;
  right: 0;
  font-size: 30px;
  top: calc(50% - 15px);
  background-color: transparent;
  color: #EFB21F;
}

.data-unit.annuity .more {
  position: absolute;
  right: 0;
  font-size: 30px;
  top: calc(50% - 15px);
  background-color: transparent;
  color: #BB925B;
}

@media screen and (max-width: 1023.98px) {
  .data-unit .gray-title {
    background-color: #D2D2D2;
    margin: 0;
    padding: 6px 12px;
    margin: 0 0 12px 0;
  }
}
.data-unit .decoration-line-primary {
  display: block;
  position: absolute;
  height: 100%;
  width: 4px;
  left: -10px;
}

.data-unit .decoration-line {
  display: inline-block;
  width: 2px;
  height: 100%;
  margin: 0 2px;
}

.data-unit .decoration-line.yellow {
  background-color: #EFB21F;
}

.data-unit .line-decorated-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-left: 4px solid #0C72CE;
  font-size: 20px;
  color: #000000;
  padding-left: 12px;
  margin: 10px 18px;
}

@media screen and (min-width: 1024px) {
  .data-unit .line-decorated-title {
    margin-left: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .data-unit .line-decorated-title {
    font-size: 14px;
  }
}
.data-unit .line-decorated-title .toggleBtn {
  background-color: transparent;
  color: #0C72CE;
  display: none;
}

@media screen and (max-width: 1023.98px) {
  .data-unit .line-decorated-title .toggleBtn {
    display: block;
  }
}
.data-unit .card {
  border-radius: 8px;
  border: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .data-unit .card.data-style {
    padding: 15px 40px;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1023.98px) {
  .data-unit .card.data-style {
    padding: 6px 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575.98px) {
  .data-unit .card.data-style {
    padding: 6px 16px 0 16px;
    margin-bottom: 12px;
  }
}
.data-unit .card.data-style label {
  color: #0C72CE;
  padding-top: 5px;
  padding-bottom: 5px;
}

.data-unit .card.data-style label.main {
  color: #323232;
}

.data-unit .card.data-style label.LAP {
  color: #EFB21F;
}

.data-unit .card.data-style label.INF {
  color: #6EBA97;
}

@media screen and (min-width: 576px) and (max-width: 1023.98px) {
  .data-unit .card.data-style label.main.price {
    font-size: 16px;
  }
}
@media screen and (max-width: 575.98px) {
  .data-unit .card.data-style label.main.price {
    font-size: 16px;
  }
}
.data-unit .card.data-style .form-control-plaintext {
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 1;
}

.data-unit .card.data-style .form-control-plaintext.price {
  font-size: 20px;
}

.data-unit .card.data-style .rise .form-control-plaintext.price {
  color: #DC5E5E !important;
}

.data-unit .card.data-style .fall .form-control-plaintext.price {
  color: #6EBA97 !important;
}

@media screen and (min-width: 576px) and (max-width: 1023.98px) {
  .data-unit .card.data-style .form-control-plaintext.price {
    font-size: 18px;
  }
}
@media screen and (max-width: 575.98px) {
  .data-unit .card.data-style .form-control-plaintext.price {
    font-size: 16px;
  }
}
.data-unit .card.data-style .form-control-plaintext i {
  margin-right: 5px;
}

.data-unit.traditional .card.data-style .data-tag {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 7px 30px;
  border-radius: 10px 0;
  background-color: #8EB8E5 !important;
  color: #FFFFFF !important;
}

.data-unit.investment .card.data-style .data-tag {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 7px 30px;
  border-radius: 10px 0;
  background-color: #EFB21F !important;
  color: #FFFFFF !important;
}

.data-unit.annuity .card.data-style .data-tag {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 7px 30px;
  border-radius: 10px 0;
  background-color: #BB925B !important;
  color: #FFFFFF !important;
}

.data-unit .card.data-style .data-tag.dark-green {
  background-color: #13887B;
  color: #FFFFFF;
}

.data-unit .card.data-style .data-tag.yellow {
  background-color: #EFB21F !important;
  color: #FFFFFF !important;
}

.data-unit .card.data-style .data-tag.info {
  background-color: #67B2F6 !important;
  color: #FFFFFF !important;
}

.data-unit .card.data-style .data-tag.dirty {
  background-color: #C3B893 !important;
  color: #FFFFFF !important;
}

.data-unit .card.data-style .data-tag.secondary {
  background-color: #94A4BB !important;
  color: #FFFFFF !important;
}

.data-unit .card.data-style h3.has-tag {
  padding-left: 100px;
  text-align: center;
  margin-bottom: 22px;
}

@media screen and (min-width: 576px) and (max-width: 1023.98px) {
  .data-unit .card.data-style h3.has-tag {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 575.98px) {
  .data-unit .card.data-style h3.has-tag {
    text-align: left;
    padding-left: 0;
    padding-top: 40px;
    margin-bottom: 14px;
  }
}
.data-unit .card.data-style .card-info-btn {
  display: block;
  position: absolute;
  right: 10px;
  top: calc(50% - 14px);
  width: 28px;
  height: 28px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #8EB8E5;
  color: #8EB8E5;
  padding: 0 8px;
  text-align: center;
  font-size: 25px;
  line-height: 0;
}

.data-unit .card.data-style .card-info-btn i {
  margin-top: -2px;
}

.data-unit .card.data-style .input-group-text {
  background-color: #FFFFFF;
  border: none;
  color: #0C72CE;
}

@media screen and (max-width: 1023.98px) {
  .data-unit .card.data-style .input-group-text {
    padding-right: 0;
  }
}
.data-unit .small-card-row {
  margin-left: -12px;
  margin-right: -12px;
}

.data-unit .small-card-row .small-card {
  padding: 0 12px;
}

.data-unit .small-card-row .small-card .small-card-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #EEEEEE;
  border: 1px solid #C1C1C1;
  padding: 20px;
  max-width: 100%;
  min-height: 92px;
}

@media screen and (max-width: 1023.98px) {
  .data-unit .small-card-row .small-card .small-card-style {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 575.98px) {
  .data-unit .small-card-row .small-card .small-card-style {
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    background-color: #F6F6F6;
    margin: 0;
  }
}
.data-unit .small-card-row .small-card .small-card-style label,
.data-unit .small-card-row .small-card .small-card-style input {
  font-size: 16px;
}

.data-unit .small-card-row .small-card .small-card-style .h5 {
  color: #94A4BB;
  font-size: 14px;
}

.data-unit img.icon {
  height: 16px;
  margin: 0 0 5px 2px;
}

.data-unit .attach-text {
  font-size: 12px;
}

.data-unit .attach-text.search-date-memo {
  z-index: 10;
  position: absolute;
  bottom: -22px;
  left: 15px;
}

@media screen and (max-width: 575.98px) {
  .data-unit .attach-text.search-date-memo {
    bottom: -70px;
  }
}
.data-unit .caption {
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 34px;
  border-bottom: 1px solid #99C7E5;
}

.data-unit .caption .contract {
  min-width: 32px;
  color: #BB925B;
}

@media screen and (min-width: 576px) and (max-width: 1023.98px) {
  .data-unit .caption {
    text-align: left;
    padding-top: 9px;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .data-unit .caption {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.data-unit .contract {
  min-width: 32px;
  color: #BB925B;
}

.data-unit .tail {
  padding-top: 15px;
  padding-bottom: 9px;
  border-top: 1px dashed #B6B6B6;
}

.data-unit .tail .border-bottom {
  border: none !important;
}

@media screen and (max-width: 575.98px) {
  .data-unit .tail .border-bottom {
    padding-bottom: 15px;
    border-bottom: 1px solid #B6B6B6 !important;
  }
}
.data-unit .tail .btn {
  background-color: #8EB8E5;
  color: #FFFFFF;
}

.data-unit .title-label {
  position: relative;
  text-align: center;
  line-height: 0.8;
}

.data-unit .two-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.data-unit .py-6px {
  padding-top: 6px;
  padding-bottom: 6px;
}

@media screen and (min-width: 348px) and (max-width: 411px) {
  div.investment .investmente-roiaccvalue {
    margin-bottom: 23px !important;
  }
}
/*延用layout-change樣式*/
.layout-change .data-unit {
  margin-bottom: 16px;
  width: 100%;
}

.layout-change .data-unit-space {
  margin-bottom: 32px;
}
@media screen and (max-width: 767.98px) {
  .layout-change .data-unit-space {
    margin-bottom: 20px;
  }
}

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

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

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

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

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

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

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

.absolute-y-center {
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 1;
}

.absolute-x-center {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 1;
}

.layout-change .accordion .btn {
  border: 1px solid transparent;
}
.layout-change .accordion .btn.primary {
  background-color: white;
  color: #005BAC;
}
.layout-change .accordion .btn:hover, .layout-change .accordion .btn.hover {
  background-color: white !important;
  border: 1px solid white !important;
  color: #005BAC !important;
}
.layout-change .accordion .card:not(:first-child) {
  margin-top: 15px;
}
.layout-change .accordion .card:not(:first-of-type) {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.layout-change .accordion .card:not(:last-of-type) {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.layout-change .accordion .card-header {
  padding: 0;
}
.layout-change .accordion .card-title {
  margin: 0;
}
.layout-change .accordion .card-title .btn {
  padding: 16px 20px;
  font-weight: bold;
  text-align: left;
  border-radius: 0;
}
@media screen and (max-width: 767.98px) {
  .layout-change .accordion .card-title .btn {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.layout-change .accordion .card-title .btn.btn-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layout-change .accordion .card-body {
  overflow: auto;
  padding: 0 20px;
  height: 306px;
}
@media screen and (min-width: 1200px) {
  .layout-change .accordion .card-body {
    height: 260px;
  }
}
@media screen and (max-width: 767.98px) {
  .layout-change .accordion .card-body {
    padding: 0 16px;
  }
}
.layout-change .accordion .card-body .card-text {
  padding: 10px 0;
}
@media screen and (max-width: 767.98px) {
  .layout-change .accordion .card-footer.plr-20 {
    padding: 0 16px;
  }
}
.layout-change .accordion .card-footer .btn {
  padding: 16px 20px;
}
.layout-change .accordion .card-footer .btn[for^=chk-] {
  font-size: 1rem;
}
@media screen and (max-width: 767.98px) {
  .layout-change .accordion .card-footer .btn {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.layout-change .accordion .card-footer .btn.btn-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.layout-change input[type=checkbox].icon-check {
  display: none;
}
.layout-change input[type=checkbox].icon-check:checked + .card .icon {
  border-color: #005BAC;
  background-color: #005BAC;
}
.layout-change input[type=checkbox].icon-check:checked + .card .icon i {
  display: block;
}
.layout-change .background-color-white {
  background: #FFFFFF;
}
.layout-change .icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 20px;
  margin-right: 5px;
  width: 20px;
  min-width: 20px;
}
.layout-change .icon.fb-icon, .layout-change .icon.youtube-icon {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
@media screen and (max-width: 991.98px) {
  .layout-change .icon.fb-icon, .layout-change .icon.youtube-icon {
    width: 42px;
    height: 42px;
    margin-right: 0px;
  }
}
.layout-change .icon.appstore-icon, .layout-change .icon.googleplay-icon {
  width: 120px;
  height: 36px;
  margin-right: 15px;
}
.layout-change .icon.service-icon {
  width: 36px;
  height: 36px;
}
.layout-change .icon.check {
  border: 1px solid #080606;
  border-radius: 50%;
}
.layout-change .icon i {
  display: none;
}
.layout-change .line-decorated-title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 21px;
  background-color: #36435E;
  margin-right: 12px;
  border-radius: 6px;
  margin-top: -2px;
}
.layout-change .line-decorated-title {
  border-left: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #36435E;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .layout-change .line-decorated-title::before {
    height: 18px;
  }
  .layout-change .line-decorated-title {
    font-size: 18px;
  }
}
.layout-change .line-decorated-title.non-line-decorated::before {
  display: none;
}
.layout-change .line-decorated-title.non-line-decorated {
  font-size: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 576px) {
  .layout-change .line-decorated-title.non-line-decorated {
    font-size: 26px;
  }
}

.layout-change .main-btn-group .btn,
.layout-change .modal-dialog .btn {
  font-size: 1.125rem;
  padding: 0.475rem 0.75rem 0.275rem;
}
@media screen and (min-width: 768px) {
  .layout-change .main-btn-group .btn,
  .layout-change .modal-dialog .btn {
    padding-top: 0.7rem;
    padding-bottom: 0.5rem;
    max-height: 48px;
  }
}

.layout-change .button {
  background-color: white;
  color: #323232;
  border: 1px solid transparent;
  font-size: 1.125rem;
  padding: 0.475rem 0.75rem 0.275rem;
}
@media screen and (min-width: 768px) {
  .layout-change .button {
    padding-top: 0.7rem;
    padding-bottom: 0.5rem;
    max-height: 48px;
  }
}
@media screen and (max-width: 767.98px) {
  .layout-change .button {
    font-size: 1rem;
  }
}
.layout-change .button:hover, .layout-change .button.hover {
  background-color: #719EC7 !important;
  border: 1px solid #719EC7 !important;
  color: white !important;
}
.layout-change .button:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-width: 0px;
  outline-color: transparent;
}
.layout-change .button.btn-small-min {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .layout-change .button.btn-small-min {
    padding-top: 0.475rem;
    padding-bottom: 0.275rem;
    max-height: 40px;
  }
}
.layout-change .button.btn-slim {
  width: 60px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .layout-change .button.btn-slim {
    padding-top: 0.475rem;
    padding-bottom: 0.275rem;
    max-height: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .layout-change .button.btn-slim {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.layout-change .button:disabled, .layout-change .button.disabled {
  opacity: 1;
  background-color: #B6B6B6;
  border: 1px solid #B6B6B6;
  color: white;
  font-size: 1.125rem;
}
.layout-change .button:disabled:hover, .layout-change .button:disabled.hover, .layout-change .button.disabled:hover, .layout-change .button.disabled.hover {
  background-color: #B6B6B6 !important;
  border: 1px solid #B6B6B6 !important;
}
.layout-change .button.primary {
  background-color: #005BAC;
  color: white;
}
.layout-change .button.primary:disabled, .layout-change .button.primary.disabled {
  background-color: #B6B6B6;
  color: white !important;
}
.layout-change .button.secondary {
  border: 1px solid #005BAC;
  color: #005BAC;
}
.layout-change .button.secondary:disabled, .layout-change .button.secondary.disabled {
  background-color: white;
  color: #B6B6B6;
  border: 1px solid #B6B6B6;
}
.layout-change .button.secondary:disabled:hover, .layout-change .button.secondary:disabled.hover, .layout-change .button.secondary.disabled:hover, .layout-change .button.secondary.disabled.hover {
  background-color: white !important;
  color: #B6B6B6 !important;
}
.layout-change .button.btn-link {
  background-color: transparent;
  border: 1px solid transparent;
}
.layout-change .button.btn-link:hover, .layout-change .button.btn-link.hover {
  background-color: transparent !important;
  border: 1px solid transparent !important;
  color: #005BAC !important;
  text-decoration: none;
}
.layout-change .button.primary-outline {
  background-color: white;
  border: 1px solid #217ED2;
  color: #323232;
}
.layout-change .button.primary-outline:hover, .layout-change .button.primary-outline.hover {
  background-color: #B6B6B6 !important;
  border: 1px solid #B6B6B6 !important;
  color: #323232 !important;
}
.layout-change .button.btn-dropdown {
  height: calc(1.5em + 0.75rem + 12px);
  padding: 6px 26px 6px 9px;
  font-size: 1rem;
}
@media screen and (max-width: 575.98px) {
  .layout-change .button.btn-dropdown {
    height: calc(1.5em + 0.75rem + 7px);
    font-size: 0.875rem;
  }
}
.layout-change .button.btn-dropdown:hover, .layout-change .button.btn-dropdown.hover {
  background-color: white !important;
  border: 1px solid #005BAC !important;
  color: #323232 !important;
}
.layout-change .button.btn-dropdown:disabled:hover, .layout-change .button.btn-dropdown:disabled.hover, .layout-change .button.btn-dropdown.disabled:hover, .layout-change .button.btn-dropdown.disabled.hover {
  border: 1px solid #B6B6B6 !important;
  color: #B6B6B6 !important;
}
.layout-change .button.primary-outline:disabled, .layout-change .button.primary-outline.disabled, .layout-change .button.btn-dropdown:disabled, .layout-change .button.btn-dropdown.disabled, .layout-change .button.btn-dropdown.primary-outline:disabled, .layout-change .button.btn-dropdown.primary-outline.disabled {
  border: 1px solid #B6B6B6;
  color: #B6B6B6;
}
.layout-change .button.primary-outline:disabled:hover, .layout-change .button.primary-outline:disabled.hover, .layout-change .button.primary-outline.disabled:hover, .layout-change .button.primary-outline.disabled.hover, .layout-change .button.btn-dropdown:disabled:hover, .layout-change .button.btn-dropdown:disabled.hover, .layout-change .button.btn-dropdown.disabled:hover, .layout-change .button.btn-dropdown.disabled.hover, .layout-change .button.btn-dropdown.primary-outline:disabled:hover, .layout-change .button.btn-dropdown.primary-outline:disabled.hover, .layout-change .button.btn-dropdown.primary-outline.disabled:hover, .layout-change .button.btn-dropdown.primary-outline.disabled.hover {
  background-color: white !important;
  border: 1px solid #B6B6B6 !important;
  color: #B6B6B6 !important;
}
.layout-change .button-more-control {
  position: relative;
}

.layout-change .btn-dropdown {
  position: relative;
  text-align: left;
}
.layout-change .btn-dropdown i {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 26px;
  width: 26px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
}
.layout-change .btn-dropdown.btn-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layout-change .btn-dropdown:hover i, .layout-change .btn-dropdown.hover i {
  background-color: white !important;
}

.layout-change .btn-more,
.layout-change .btn-more-wide {
  background-color: transparent;
  bottom: 0;
  color: #005BAC !important;
  font-size: 14px;
  height: 44px;
  position: absolute;
  right: 0;
  width: 80px;
}
@media screen and (min-width: 768px) {
  .layout-change .btn-more.button,
  .layout-change .btn-more-wide.button {
    max-height: none;
    height: 48px;
  }
}
@media screen and (max-width: 767.98px) {
  .layout-change .btn-more,
  .layout-change .btn-more-wide {
    font-size: 14px;
  }
}

.layout-change .btn-more-wide {
  width: 150px;
}

.layout-change .main-btn-group,
.layout-change .main-btn-group-wide {
  padding: 15px 0px;
  width: 100%;
}

.layout-change .main-btn-group {
  max-width: 333px;
}

.layout-change .main-btn-group-wide {
  max-width: 453px;
}

.layout-change .main-btn-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.layout-change .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.layout-change .pagination.primary .page-item.active .page-link {
  background-color: #005BAC;
  border-color: #005BAC;
}

.layout-change .pagination .page-item {
  margin: 0 5px;
}

.layout-change .pagination .page-item .page-link {
  border: none;
  border-radius: 50%;
  line-height: 1.05;
  min-width: 34px;
}

.layout-change .pagination .page-item .page-link span {
  min-width: 10px;
  display: inline-block;
}

@media screen and (max-width: 1199.98px) {
  .layout-change .content-wrap {
    position: relative;
    padding-bottom: 17px;
  }
  .layout-change .main-btn-center {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 5px;
    width: 100%;
  }
}
@media screen and (max-width: 575.98px) {
  .layout-change .main-btn-group,
  .layout-change .main-btn-group-wide {
    max-width: none;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 374.98px) {
  .layout-change .main-btn-center .main-btn-group,
  .layout-change .main-btn-center .main-btn-group-wide {
    padding-left: 0px;
    padding-right: 0px;
  }
  .layout-change .row + .main-btn-center,
  .layout-change .data-unit + .main-btn-center {
    margin-top: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .layout-change .main-btn-center {
    margin-bottom: 40px;
  }
  .layout-change .row + .main-btn-center,
  .layout-change .data-unit + .main-btn-center {
    margin-top: 17px;
  }
}
.text-link {
  color: #0B7EF2 !important;
}
.text-link:hover {
  text-decoration: underline !important;
}

.text-decoration {
  text-decoration: underline;
}
.text-decoration:hover {
  text-decoration: none;
}

.font-blue {
  color: #005BAC;
}

.font-fail,
.font-red {
  color: #E21B1B;
}

.font-red-orange {
  color: #E53D00;
}

.font-orange {
  color: #F26F28;
}

.font-green {
  color: #13887B;
}

.font-gray {
  color: #707070;
}

.layout-change .w-100 {
  width: 100%;
}

.layout-change .w-50per {
  width: 50%;
}

.layout-change .w-40per {
  width: 40%;
}

.layout-change .w-30per {
  width: 30%;
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .layout-change .w-50per {
    width: 70%;
  }
  .layout-change .w-40per {
    width: 60%;
  }
  .layout-change .w-30per {
    width: 50%;
  }
}
@media screen and (max-width: 575.98px) {
  .layout-change .w-50per,
  .layout-change .w-40per,
  .layout-change .w-30per {
    width: 100%;
  }
}
.modal-dialog p {
  font-size: 16px;
}

.layout-change .modal-dialog .btn {
  color: #FFF;
}

.layout-v2 .modal-dialog {
  min-width: 360px;
}

@media (max-width: 767.98px) {
  .modal-dialog {
    margin: 20px 0 !important;
  }
}
@media screen and (max-width: 575.98px) {
  .layout-change .card-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.layout-v2 .modal-sp .modal-body {
  padding: 20px !important;
}

.modal-body p {
  line-height: 1.5em;
}

@media (max-width: 1199.98px) {
  .layout-change .modal-body {
    padding: 20px !important;
  }
}
.layout-change .data-unit-step-list {
  width: auto;
  margin-left: -1%;
  margin-right: -1%;
  padding-bottom: 10px;
  overflow: hidden;
}
@media screen and (max-width: 575.98px) {
  .layout-change .data-unit-step-list {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 576px) {
  .layout-change .data-unit-step-list {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

.layout-change .step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0px;
}
.layout-change .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: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*padding: 0 20px;*/
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
}
.layout-change .step-list .step:not(:last-child):after {
  background-color: transparent;
  content: "";
  display: block;
  height: 0px;
  width: 100%;
  border-bottom: 1px solid #D2D2D2;
  position: absolute;
  top: 50px;
  left: 50%;
  z-index: 0;
}
@media screen and (max-width: 767.98px) {
  .layout-change .step-list .step:not(:last-child):after {
    top: 34px;
  }
}
@media screen and (max-width: 575.98px) {
  .layout-change .step-list .step:not(:last-child):after {
    height: 0px;
  }
}
.layout-change .step-list .step .badge {
  background-color: #F8FBFE;
  border: 1px solid #D2D2D2;
  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;
  margin-right: 10px;
  height: 14px;
  width: 14px;
  font-size: 16px;
  line-height: 1.2em;
  z-index: 1;
}
.layout-change .step-list .step .badge i,
.layout-change .step-list .step .badge .num {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .layout-change .step-list .step .badge {
    margin-right: 8px;
    height: 14px;
    width: 14px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767.98px) {
  .layout-change .step-list .step .badge {
    margin-right: 5px;
    height: 10px;
    width: 10px;
    font-size: 10px;
    margin-top: -2px;
  }
}
@media screen and (max-width: 575.98px) {
  .layout-change .step-list .step .badge {
    margin-top: 0px;
  }
}
.layout-change .step-list .step .text {
  color: #B6B6B6;
  font-weight: bold;
  white-space: nowrap;
  margin-bottom: 14px;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .layout-change .step-list .step .text {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 576px) {
  .layout-change .step-list .step .text {
    font-size: 20px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .layout-change .step-list .step .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 575.98px) {
  .layout-change .step-list .step .text {
    display: block;
  }
}
.layout-change .step-list .step.active .badge {
  background-color: #005BAC;
  border: 1px solid transparent;
  outline: 7px solid rgba(0, 91, 172, 0.2);
}
.layout-change .step-list .step.active .text {
  color: #005BAC;
  display: block;
}
.layout-change .step-list .step.checked:not(:last-child):after {
  border-bottom: 1px solid #005BAC;
}
.layout-change .step-list .step.checked .badge {
  background-color: #005BAC;
  border: 1px solid transparent;
}
.layout-change .step-list .step.checked .text {
  color: #005BAC;
}

/*延用layout-change樣式-202512新增內容*/
/*字體*/
body {
  font-family: Arial, Helvetica, sans-serif, "PingFang TC";
  color: #323232;
}

/*表格共同樣式設定*/
table {
  background: transparent;
}

.w-0 {
  width: 0% !important;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

.w-105 {
  width: 105% !important;
}

.w-110 {
  width: 110% !important;
}

.w-115 {
  width: 115% !important;
}

.w-120 {
  width: 120% !important;
}

.w-125 {
  width: 125% !important;
}

.w-130 {
  width: 130% !important;
}

.w-135 {
  width: 135% !important;
}

.w-140 {
  width: 140% !important;
}

.w-145 {
  width: 145% !important;
}

.w-150 {
  width: 150% !important;
}

.w-155 {
  width: 155% !important;
}

.w-160 {
  width: 160% !important;
}

.w-165 {
  width: 165% !important;
}

.w-170 {
  width: 170% !important;
}

.w-175 {
  width: 175% !important;
}

.w-180 {
  width: 180% !important;
}

.w-185 {
  width: 185% !important;
}

.w-190 {
  width: 190% !important;
}

.w-195 {
  width: 195% !important;
}

.w-200 {
  width: 200% !important;
}

.w-205 {
  width: 205% !important;
}

.ga-3 {
  gap: 3px 3px;
}

.ga-4 {
  gap: 4px 4px;
}

.ga-5 {
  gap: 5px 5px;
}

.ga-6 {
  gap: 6px 6px;
}

.ga-7 {
  gap: 7px 7px;
}

.ga-8 {
  gap: 8px 8px;
}

.ga-9 {
  gap: 9px 9px;
}

.ga-10 {
  gap: 10px 10px;
}

.gy-3 {
  row-gap: 3px;
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
}

.gy-4 {
  row-gap: 4px;
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
}

.gy-5 {
  row-gap: 5px;
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
}

.gy-6 {
  row-gap: 6px;
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
}

.gy-7 {
  row-gap: 7px;
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
}

.gy-8 {
  row-gap: 8px;
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
}

.gy-9 {
  row-gap: 9px;
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
}

.gy-10 {
  row-gap: 10px;
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
}

.gx-3 {
  row-gap: 0px;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
}

.gx-4 {
  row-gap: 0px;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}

.gx-5 {
  row-gap: 0px;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

.gx-6 {
  row-gap: 0px;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}

.gx-7 {
  row-gap: 0px;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
}

.gx-8 {
  row-gap: 0px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.gx-9 {
  row-gap: 0px;
  -webkit-column-gap: 9px;
     -moz-column-gap: 9px;
          column-gap: 9px;
}

.gx-10 {
  row-gap: 0px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.layout-v2 .modal-dialog {
  min-width: 340px;
}

@media (max-width: 767.98px) {
  .modal-dialog {
    margin: 20px auto !important;
  }
}
.primary-text {
  color: #005BAC;
}

.orange-text,
.warning-text {
  color: #EB6100;
}

.fail-text,
.alert-text {
  color: #FB2424;
}

.green-text,
.success-text {
  color: #13887B;
}

.info-text {
  color: #323232;
}

.gray-text {
  color: #707070;
}

.text-underline {
  text-decoration: underline;
}

.layout-change .data-unit:last-child {
  margin-bottom: 0px;
}

.layout-change .line-decorated-title.non-line-decorated {
  font-size: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1200px) {
  .layout-change .line-decorated-title.non-line-decorated {
    font-size: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1199.98px) {
  .layout-change .line-decorated-title.non-line-decorated {
    font-size: 24px;
  }
}

.layout-change label {
  font-size: 16px;
}

@media screen and (max-width: 575.98px) {
  .layout-change label {
    font-size: 14px;
  }
}
.layout-change .data-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.layout-change .data-group:not(:last-child) {
  margin-bottom: 20px;
}

.layout-change .data-group .form-control {
  border: 1px solid #F0F0F0;
  height: auto;
  padding: 4px 9px;
}
.layout-change .data-group .form-control.primary {
  color: #005BAC;
}

.layout-change .data-group label,
.layout-change .data-group .label {
  color: #323232;
  font-size: 16px;
  white-space: nowrap;
}

@media screen and (min-width: 576px) {
  .layout-change .data-group label,
  .layout-change .data-group .label {
    font-size: 18px;
  }
  .layout-change .data-group {
    font-size: 16px;
  }
}
@media screen and (max-width: 575.98px) {
  .layout-change .data-group label,
  .layout-change .data-group .label {
    font-size: 16px;
  }
}
.policy-item-area .item-group-title {
  background-color: #F2F8FF;
  border-radius: 7px;
  color: #005BAC;
  font-size: 16px;
  padding: 5px;
  text-align: center;
  word-break: break-word;
}
.policy-item-area .item-group-title.primary {
  color: #005BAC;
}
.policy-item-area .item-group-title.no-bgcolor {
  background-color: transparent;
  text-align: left;
  padding: 0px 0px;
}
.policy-item-area .item-group-title.no-bgcolor + .item-group-content {
  padding-top: 8px;
}
.policy-item-area .item-group-content {
  font-size: 16px;
  padding: 20px 0px 0px;
}
.policy-item-area .item-group-content .form-control {
  position: relative;
  text-align: left;
}
.policy-item-area .item-group-content .form-control {
  border: 1px solid #F0F0F0;
  height: calc(1.5em + 0.75rem + 12px);
  padding: 6px 9px;
}
.policy-item-area .item-group-content .form-control.primary {
  color: #005BAC;
}
.policy-item-area .item-group-content .form-control.primary-bg {
  background-color: #005BAC;
  color: white;
}
.policy-item-area .item-group-content .form-control.primary-outline {
  background-color: white;
  border: 1px solid #217ED2;
  color: #323232;
}
.policy-item-area .item-group-content .form-control:disabled, .policy-item-area .item-group-content .form-control.disabled, .policy-item-area .item-group-content .form-control[readonly], .policy-item-area .item-group-content .form-control.readonly, .policy-item-area .item-group-content .form-control[readonly]:disabled, .policy-item-area .item-group-content .form-control[readonly].disabled, .policy-item-area .item-group-content .form-control.readonly:disabled, .policy-item-area .item-group-content .form-control.readonly.disabled {
  background-color: white;
  border: 1px solid #F0F0F0;
  color: #B6B6B6;
}
.policy-item-area .item-group-content .form-control::-webkit-input-placeholder {
  color: #929292;
}
.policy-item-area .item-group-content .form-control::-moz-placeholder {
  color: #929292;
}
.policy-item-area .item-group-content .form-control:-ms-input-placeholder {
  color: #929292;
}
.policy-item-area .item-group-content .form-control::-ms-input-placeholder {
  color: #929292;
}
.policy-item-area .item-group-content .form-control::placeholder {
  color: #929292;
}
.policy-item-area .item-group-content .form-control:focus, .policy-item-area .item-group-content .form-control:target {
  border: 1px solid #005BAC;
}
.policy-item-area .item-group-content .radio-item {
  width: 100%;
  text-align: left;
  margin: 0px 0px;
}
.policy-item-area .item-group-content .radio-item .pretty .state label::before, .policy-item-area .item-group-content .radio-item .pretty .state label::after {
  top: calc((100% - (1em + 2px)) / 2);
}
.policy-item-area .item-group-content .data-group-head {
  font-size: 16px;
  position: relative;
}
.policy-item-area .item-group-content .data-group-head .pretty .state label {
  text-indent: 1.6em;
  min-width: calc(1em + 4px);
  font-weight: bold;
}
.policy-item-area .item-group-content .data-group-head .pretty .state label::before, .policy-item-area .item-group-content .data-group-head .pretty .state label::after {
  top: calc((100% - (1em + 2px)) / 2);
  width: calc(1em + 4px);
  height: calc(1em + 4px);
}
.policy-item-area .item-group-content .data-group-head .pretty.p-icon .state .icon {
  width: calc(1em + 4px);
  height: calc(1em + 4px);
  top: calc((100% - (1em + 2px)) / 2);
}
@media screen and (max-width: 480px) {
  .policy-item-area .item-group-content .data-group-head .pretty.p-icon .state .icon {
    left: -2px;
  }
}
.policy-item-area .item-group-content .data-group-head .pretty.p-default input[type=checkbox] ~ .state label,
.policy-item-area .item-group-content .data-group-head .pretty.p-icon input[type=checkbox] ~ .state label {
  padding-left: 1.7em;
  text-indent: 0px;
  line-height: 1.25em;
}
.policy-item-area .item-group-content .data-group {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.policy-item-area .item-group-content .data-group.row {
  margin-left: 0px;
  margin-right: 0px;
}
.policy-item-area .item-group-content .data-group.row > .group-label,
.policy-item-area .item-group-content .data-group.row > .group-conts {
  width: inherit;
  max-width: inherit;
}
.policy-item-area .item-group-content .data-group.row > .group-conts-wide {
  width: 100%;
}
.policy-item-area .item-group-content .data-group.mb-18 {
  margin-bottom: 18px;
}
.policy-item-area .item-group-content .data-group:not(:last-child).mb-5px {
  margin-bottom: 5px;
}
.policy-item-area .item-group-content .data-group .flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 60% !important;
          flex: 1 1 60% !important;
}
.policy-item-area .item-group-content .data-group.alg-space-between .flex-fill {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 1 auto !important;
          flex: 0 1 auto !important;
}
.policy-item-area .item-group-content .data-group .group-label {
  word-break: break-word;
  font-weight: bold;
}
.policy-item-area .item-group-content .data-group .group-label.primary {
  color: #005BAC;
}
.policy-item-area .item-group-content .data-group .group-label + .group-conts-wide {
  margin-top: 3px;
}
.policy-item-area .item-group-content .data-group .group-conts,
.policy-item-area .item-group-content .data-group .group-conts-wide {
  word-break: break-word;
}
.policy-item-area .item-group-content .data-group .group-conts .d-flex:not(:last-child),
.policy-item-area .item-group-content .data-group .group-conts-wide .d-flex:not(:last-child) {
  margin-bottom: 6px;
}
.policy-item-area .item-group-content .data-group .group-conts .pl-8px, .policy-item-area .item-group-content .data-group .group-conts.pl-8px,
.policy-item-area .item-group-content .data-group .group-conts-wide .pl-8px,
.policy-item-area .item-group-content .data-group .group-conts-wide.pl-8px {
  padding-left: 8px !important;
}
.policy-item-area .item-group-content .data-group .group-conts .mb-3px, .policy-item-area .item-group-content .data-group .group-conts.mb-3px,
.policy-item-area .item-group-content .data-group .group-conts-wide .mb-3px,
.policy-item-area .item-group-content .data-group .group-conts-wide.mb-3px {
  margin-bottom: 3px !important;
}
.policy-item-area .item-group-content .data-group .group-conts-wide.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}
.policy-item-area .item-group-content .data-group .group-conts:not(:last-child) {
  margin-bottom: 6px;
}
.policy-item-area .item-group-content .data-group .group-conts .d-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.policy-item-area .item-group-content .data-group .group-conts .d-flex > div:not(:last-child) {
  margin-bottom: 6px;
}
.policy-item-area .item-group-content .data-group .group-conts-wide {
  width: 100%;
}
.policy-item-area .item-group-content .data-group .form-row {
  margin-right: 0px;
  margin-left: 0px;
}
.policy-item-area .item-group-content .data-group .form-row .form-control.input-nums,
.policy-item-area .item-group-content .data-group .form-row input.input-nums,
.policy-item-area .item-group-content .data-group .form-row .form-control.input-percent {
  width: 100%;
}
.policy-item-area .item-group-content .data-group .form-row.input-row.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
.policy-item-area .item-group-content .data-group .form-row.input-row textarea.form-control {
  height: auto;
}
.policy-item-area .item-group-content .data-group .form-row.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
.policy-item-area .item-group-content .data-group .text-suffix {
  margin-left: 8px;
}
.policy-item-area .item-group-content .data-group .btn-dropdown {
  height: calc(1.5em + 0.75rem + 12px);
  padding: 6px 26px 6px 9px;
}
.policy-item-area .item-group-content .data-group .btn-dropdown.primary-bg {
  background-color: #005BAC;
  color: white;
}
.policy-item-area .item-group-content .data-group .btn-dropdown.primary-outline {
  background-color: white;
  border: 1px solid #217ED2;
  color: #323232;
}
.policy-item-area .item-group-content .data-group .btn-dropdown.primary-outline:disabled, .policy-item-area .item-group-content .data-group .btn-dropdown.primary-outline.disabled {
  border: 1px solid #B6B6B6;
  color: #B6B6B6;
}
.policy-item-area .item-group-content .data-group .upload-group.custom-file {
  height: calc(1.5em + 0.75rem + 12px);
}
.policy-item-area .item-group-content .data-group .upload-group.custom-file .custom-file-input,
.policy-item-area .item-group-content .data-group .upload-group.custom-file .custom-file-label {
  height: calc(1.5em + 0.75rem + 12px);
  padding: 6px 9px;
  line-height: calc(1.5em + 0.75rem);
}
.policy-item-area .item-group-content .data-group .upload-group.custom-file .custom-file-label::after {
  height: calc(1.5em + 0.75rem + 12px);
  padding: 6px 26px;
  top: -1px;
  line-height: calc(1.5em + 0.75rem);
}
.policy-item-area .item-group-content .data-group .upload-group.custom-file .custom-file-input {
  cursor: pointer;
}
.policy-item-area .item-group-content .data-group .upload-group.custom-file .custom-file-input:disabled, .policy-item-area .item-group-content .data-group .upload-group.custom-file .custom-file-input.disabled, .policy-item-area .item-group-content .data-group .upload-group.custom-file .custom-file-input[readonly], .policy-item-area .item-group-content .data-group .upload-group.custom-file .custom-file-input.readonly, .policy-item-area .item-group-content .data-group .upload-group.custom-file .custom-file-input[readonly]:disabled, .policy-item-area .item-group-content .data-group .upload-group.custom-file .custom-file-input[readonly].disabled, .policy-item-area .item-group-content .data-group .upload-group.custom-file .custom-file-input.readonly:disabled, .policy-item-area .item-group-content .data-group .upload-group.custom-file .custom-file-input.readonly.disabled {
  cursor: auto;
}
.policy-item-area .item-group-content .data-group .upload-group.custom-file .custom-file-input:disabled ~ .custom-file-label, .policy-item-area .item-group-content .data-group .upload-group.custom-file .custom-file-input.disabled ~ .custom-file-label, .policy-item-area .item-group-content .data-group .upload-group.custom-file .custom-file-input[readonly] ~ .custom-file-label, .policy-item-area .item-group-content .data-group .upload-group.custom-file .custom-file-input.readonly ~ .custom-file-label, .policy-item-area .item-group-content .data-group .upload-group.custom-file .custom-file-input[readonly]:disabled ~ .custom-file-label, .policy-item-area .item-group-content .data-group .upload-group.custom-file .custom-file-input[readonly].disabled ~ .custom-file-label, .policy-item-area .item-group-content .data-group .upload-group.custom-file .custom-file-input.readonly:disabled ~ .custom-file-label, .policy-item-area .item-group-content .data-group .upload-group.custom-file .custom-file-input.readonly.disabled ~ .custom-file-label {
  border: 1px solid #B6B6B6;
  color: #B6B6B6;
  background-color: white;
}
.policy-item-area .item-group-content .data-group .upload-group.custom-file .custom-file-input:disabled ~ .custom-file-label::after, .policy-item-area .item-group-content .data-group .upload-group.custom-file .custom-file-input.disabled ~ .custom-file-label::after, .policy-item-area .item-group-content .data-group .upload-group.custom-file .custom-file-input[readonly] ~ .custom-file-label::after, .policy-item-area .item-group-content .data-group .upload-group.custom-file .custom-file-input.readonly ~ .custom-file-label::after, .policy-item-area .item-group-content .data-group .upload-group.custom-file .custom-file-input[readonly]:disabled ~ .custom-file-label::after, .policy-item-area .item-group-content .data-group .upload-group.custom-file .custom-file-input[readonly].disabled ~ .custom-file-label::after, .policy-item-area .item-group-content .data-group .upload-group.custom-file .custom-file-input.readonly:disabled ~ .custom-file-label::after, .policy-item-area .item-group-content .data-group .upload-group.custom-file .custom-file-input.readonly.disabled ~ .custom-file-label::after {
  color: white;
  background-color: #B6B6B6;
}
.policy-item-area .item-group-content .data-group .upload-group.custom-file .custom-file-label {
  text-align: left;
  border: 1px solid #217ED2;
  color: #B6B6B6;
}
.policy-item-area .item-group-content .data-group .upload-group.custom-file .custom-file-label span {
  cursor: pointer;
}
.policy-item-area .item-group-content .data-group .upload-group.custom-file .custom-file-label::after {
  content: "選擇檔案";
  color: white;
  background-color: #005BAC;
}
.policy-item-area .item-group-content .data-group .upload-group.custom-file .custom-file-label.active {
  color: #323232;
}
.policy-item-area .item-group-content .data-group .upload-group.custom-file.fill-over-hidden label,
.policy-item-area .item-group-content .data-group .upload-group.custom-file.fill-over-hidden .custom-file-label {
  overflow: hidden;
  width: 100%;
}
.policy-item-area .item-group-content .data-group-head .pretty .state label::before, .policy-item-area .item-group-content .data-group-head .pretty .state label::after,
.policy-item-area .item-group-content .data-group .pretty .state label::before,
.policy-item-area .item-group-content .data-group .pretty .state label::after {
  top: calc((100% - (1em + 2px)) / 2);
}
.policy-item-area .item-group-content .data-group-head .pretty.p-icon .state .icon,
.policy-item-area .item-group-content .data-group .pretty.p-icon .state .icon {
  top: calc((100% - (1em + 2px)) / 2);
}
.policy-item-area .item-group-content .data-group-head .pretty.p-icon.word-wrap-normal .state .icon,
.policy-item-area .item-group-content .data-group .pretty.p-icon.word-wrap-normal .state .icon {
  top: -2px;
}
.policy-item-area .item-group-content .data-group-head .pretty.p-default input ~ .state label::before, .policy-item-area .item-group-content .data-group-head .pretty.p-default input ~ .state label::after,
.policy-item-area .item-group-content .data-group-head .pretty.p-icon input ~ .state label::before,
.policy-item-area .item-group-content .data-group-head .pretty.p-icon input ~ .state label::after,
.policy-item-area .item-group-content .data-group .pretty.p-default input ~ .state label::before,
.policy-item-area .item-group-content .data-group .pretty.p-default input ~ .state label::after,
.policy-item-area .item-group-content .data-group .pretty.p-icon input ~ .state label::before,
.policy-item-area .item-group-content .data-group .pretty.p-icon input ~ .state label::after {
  border-radius: 3px;
}
.policy-item-area .item-group-content .data-group-head .pretty.p-default input ~ .state label::before,
.policy-item-area .item-group-content .data-group-head .pretty.p-icon input ~ .state label::before,
.policy-item-area .item-group-content .data-group .pretty.p-default input ~ .state label::before,
.policy-item-area .item-group-content .data-group .pretty.p-icon input ~ .state label::before {
  border-color: #B6B6B6;
}
.policy-item-area .item-group-content .data-group-head .pretty.p-default input[type=checkbox] ~ .state label,
.policy-item-area .item-group-content .data-group-head .pretty.p-icon input[type=checkbox] ~ .state label,
.policy-item-area .item-group-content .data-group .pretty.p-default input[type=checkbox] ~ .state label,
.policy-item-area .item-group-content .data-group .pretty.p-icon input[type=checkbox] ~ .state label {
  padding-left: 1.7em;
  text-indent: 0px;
  line-height: 1.25em;
}
.policy-item-area .item-group-content .data-group-head .pretty.p-default.p-round input ~ .state label::before, .policy-item-area .item-group-content .data-group-head .pretty.p-default.p-round input ~ .state label::after,
.policy-item-area .item-group-content .data-group-head .pretty.p-round input ~ .state label::before,
.policy-item-area .item-group-content .data-group-head .pretty.p-round input ~ .state label::after,
.policy-item-area .item-group-content .data-group .pretty.p-default.p-round input ~ .state label::before,
.policy-item-area .item-group-content .data-group .pretty.p-default.p-round input ~ .state label::after,
.policy-item-area .item-group-content .data-group .pretty.p-round input ~ .state label::before,
.policy-item-area .item-group-content .data-group .pretty.p-round input ~ .state label::after {
  border-radius: 100%;
}
.policy-item-area .item-group-content .data-group-head .pretty.p-default input.ng-not-empty[readonly], .policy-item-area .item-group-content .data-group-head .pretty.p-default input.ng-not-empty.readonly,
.policy-item-area .item-group-content .data-group-head .pretty.p-icon input.ng-not-empty[readonly],
.policy-item-area .item-group-content .data-group-head .pretty.p-icon input.ng-not-empty.readonly,
.policy-item-area .item-group-content .data-group .pretty.p-default input.ng-not-empty[readonly],
.policy-item-area .item-group-content .data-group .pretty.p-default input.ng-not-empty.readonly,
.policy-item-area .item-group-content .data-group .pretty.p-icon input.ng-not-empty[readonly],
.policy-item-area .item-group-content .data-group .pretty.p-icon input.ng-not-empty.readonly {
  pointer-events: none;
  cursor: auto;
}
.policy-item-area .item-group-content .data-group-head .pretty.p-default input.ng-not-empty[readonly] ~ .state label::before, .policy-item-area .item-group-content .data-group-head .pretty.p-default input.ng-not-empty[readonly]:checked ~ .state label::before, .policy-item-area .item-group-content .data-group-head .pretty.p-default input.ng-not-empty.readonly ~ .state label::before, .policy-item-area .item-group-content .data-group-head .pretty.p-default input.ng-not-empty.readonly:checked ~ .state label::before,
.policy-item-area .item-group-content .data-group-head .pretty.p-icon input.ng-not-empty[readonly] ~ .state label::before,
.policy-item-area .item-group-content .data-group-head .pretty.p-icon input.ng-not-empty[readonly]:checked ~ .state label::before,
.policy-item-area .item-group-content .data-group-head .pretty.p-icon input.ng-not-empty.readonly ~ .state label::before,
.policy-item-area .item-group-content .data-group-head .pretty.p-icon input.ng-not-empty.readonly:checked ~ .state label::before,
.policy-item-area .item-group-content .data-group .pretty.p-default input.ng-not-empty[readonly] ~ .state label::before,
.policy-item-area .item-group-content .data-group .pretty.p-default input.ng-not-empty[readonly]:checked ~ .state label::before,
.policy-item-area .item-group-content .data-group .pretty.p-default input.ng-not-empty.readonly ~ .state label::before,
.policy-item-area .item-group-content .data-group .pretty.p-default input.ng-not-empty.readonly:checked ~ .state label::before,
.policy-item-area .item-group-content .data-group .pretty.p-icon input.ng-not-empty[readonly] ~ .state label::before,
.policy-item-area .item-group-content .data-group .pretty.p-icon input.ng-not-empty[readonly]:checked ~ .state label::before,
.policy-item-area .item-group-content .data-group .pretty.p-icon input.ng-not-empty.readonly ~ .state label::before,
.policy-item-area .item-group-content .data-group .pretty.p-icon input.ng-not-empty.readonly:checked ~ .state label::before {
  border-color: #B6B6B6 !important;
}
.policy-item-area .item-group-content .data-group-head .pretty.p-default input.ng-not-empty[readonly] ~ .state label::after, .policy-item-area .item-group-content .data-group-head .pretty.p-default input.ng-not-empty[readonly]:checked ~ .state label::after, .policy-item-area .item-group-content .data-group-head .pretty.p-default input.ng-not-empty.readonly ~ .state label::after, .policy-item-area .item-group-content .data-group-head .pretty.p-default input.ng-not-empty.readonly:checked ~ .state label::after,
.policy-item-area .item-group-content .data-group-head .pretty.p-icon input.ng-not-empty[readonly] ~ .state label::after,
.policy-item-area .item-group-content .data-group-head .pretty.p-icon input.ng-not-empty[readonly]:checked ~ .state label::after,
.policy-item-area .item-group-content .data-group-head .pretty.p-icon input.ng-not-empty.readonly ~ .state label::after,
.policy-item-area .item-group-content .data-group-head .pretty.p-icon input.ng-not-empty.readonly:checked ~ .state label::after,
.policy-item-area .item-group-content .data-group .pretty.p-default input.ng-not-empty[readonly] ~ .state label::after,
.policy-item-area .item-group-content .data-group .pretty.p-default input.ng-not-empty[readonly]:checked ~ .state label::after,
.policy-item-area .item-group-content .data-group .pretty.p-default input.ng-not-empty.readonly ~ .state label::after,
.policy-item-area .item-group-content .data-group .pretty.p-default input.ng-not-empty.readonly:checked ~ .state label::after,
.policy-item-area .item-group-content .data-group .pretty.p-icon input.ng-not-empty[readonly] ~ .state label::after,
.policy-item-area .item-group-content .data-group .pretty.p-icon input.ng-not-empty[readonly]:checked ~ .state label::after,
.policy-item-area .item-group-content .data-group .pretty.p-icon input.ng-not-empty.readonly ~ .state label::after,
.policy-item-area .item-group-content .data-group .pretty.p-icon input.ng-not-empty.readonly:checked ~ .state label::after {
  background-color: transparent !important;
}
.policy-item-area .item-group-content .data-group-head .pretty.p-default input.ng-not-empty[disabled] ~ *,
.policy-item-area .item-group-content .data-group-head .pretty.p-icon input.ng-not-empty[disabled] ~ *,
.policy-item-area .item-group-content .data-group .pretty.p-default input.ng-not-empty[disabled] ~ *,
.policy-item-area .item-group-content .data-group .pretty.p-icon input.ng-not-empty[disabled] ~ * {
  opacity: 1;
}

input[disabled] {
  color: #929292 !important;
  background-color: #F0F0F0 !important;
  font-size: 16px;
}
input[disabled]:hover {
  border-color: #F0F0F0 !important;
}
input[disabled]::-webkit-input-placeholder {
  color: #929292;
}
input[disabled]::-moz-placeholder {
  color: #929292;
}
input[disabled]:-ms-input-placeholder {
  color: #929292;
}
input[disabled]::-ms-input-placeholder {
  color: #929292;
}
input[disabled]::placeholder {
  color: #929292;
}

input[type=email], input[type=url], input[type=search], input[type=tel],
input[type=color], input[type=text], input[type=password], input[type=datetime],
input[type=datetime-local], input[type=date], input[type=month], input[type=time],
input[type=week], input[type=number], textarea {
  background-color: #F0F0F0;
  border: 1px solid #F0F0F0;
  font-size: 16px;
  border-radius: 8px !important;
  color: #323232;
}
input[type=email]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=color]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #929292;
}
input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=color]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=number]::-moz-placeholder, textarea::-moz-placeholder {
  color: #929292;
}
input[type=email]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=color]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #929292;
}
input[type=email]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=color]::-ms-input-placeholder, input[type=text]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=datetime]::-ms-input-placeholder, input[type=datetime-local]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, input[type=month]::-ms-input-placeholder, input[type=time]::-ms-input-placeholder, input[type=week]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #929292;
}
input[type=email]::placeholder, input[type=url]::placeholder, input[type=search]::placeholder, input[type=tel]::placeholder,
input[type=color]::placeholder, input[type=text]::placeholder, input[type=password]::placeholder, input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder, input[type=date]::placeholder, input[type=month]::placeholder, input[type=time]::placeholder,
input[type=week]::placeholder, input[type=number]::placeholder, textarea::placeholder {
  color: #929292;
}
input[type=email]:focus, input[type=email]:target, input[type=url]:focus, input[type=url]:target, input[type=search]:focus, input[type=search]:target, input[type=tel]:focus, input[type=tel]:target,
input[type=color]:focus,
input[type=color]:target, input[type=text]:focus, input[type=text]:target, input[type=password]:focus, input[type=password]:target, input[type=datetime]:focus, input[type=datetime]:target,
input[type=datetime-local]:focus,
input[type=datetime-local]:target, input[type=date]:focus, input[type=date]:target, input[type=month]:focus, input[type=month]:target, input[type=time]:focus, input[type=time]:target,
input[type=week]:focus,
input[type=week]:target, input[type=number]:focus, input[type=number]:target, textarea:focus, textarea:target {
  background-color: #F0F0F0;
  border: 1px solid #005BAC;
}

.has-error-status input[type=email], .has-error-status input[type=url], .has-error-status input[type=search], .has-error-status input[type=tel],
.has-error-status input[type=color], .has-error-status input[type=text], .has-error-status input[type=password], .has-error-status input[type=datetime],
.has-error-status input[type=datetime-local], .has-error-status input[type=date], .has-error-status input[type=month], .has-error-status input[type=time],
.has-error-status input[type=week], .has-error-status input[type=number], .has-error-status textarea {
  border: 1px solid #DE0606;
}

.form-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.form-row .input-row-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #323232;
  text-align: center;
  white-space: nowrap;
  background-color: #FFFFFF;
  border: 1px solid #D2D2D2;
  border-radius: 0.25rem;
}
.form-row .form-control {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.form-row > .form-control:first-child:last-child:not(.dropdown-menu) {
  border-radius: 8px !important;
}
.form-row > .form-control:not(:first-child):not(:last-child) {
  border-radius: 0px !important;
}
.form-row > .form-control:nth-last-child(n+3):not(.dropdown-menu) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.form-row .status-feedback {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #707070;
}
.form-row.has-error-status .form-control {
  border-color: #DE0606;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url(../../images/v2/icon/icon_alert2.svg);
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: 1.4rem 1.4rem;
}
.form-row.has-error-status .form-control:focus, .form-row.has-error-status .form-control:target {
  border-color: #DE0606;
}
.form-row.has-error-status .status-feedback {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #FB2424;
}
.form-row > .input-row-text:nth-last-child(n+3):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-row > .input-row-text:nth-last-child(n+3):not(.dropdown-menu) + .form-control {
  margin-left: -1px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form-row > .input-row-text:not(:first-child):not(.dropdown-menu) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-row > .input-row-text:not(:first-child):not(.dropdown-menu) + .form-control {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.form-captcha-row,
.form-row.form-captcha-row,
.form-otp-row,
.form-row.form-otp-row {
  gap: 0px 8px;
}
.form-captcha-row > .form-control:not(:first-child):not(:last-child),
.form-row.form-captcha-row > .form-control:not(:first-child):not(:last-child),
.form-otp-row > .form-control:not(:first-child):not(:last-child),
.form-row.form-otp-row > .form-control:not(:first-child):not(:last-child) {
  border-radius: 8px !important;
}
.form-captcha-row > .form-control:nth-last-child(n+3):not(.dropdown-menu),
.form-row.form-captcha-row > .form-control:nth-last-child(n+3):not(.dropdown-menu),
.form-otp-row > .form-control:nth-last-child(n+3):not(.dropdown-menu),
.form-row.form-otp-row > .form-control:nth-last-child(n+3):not(.dropdown-menu) {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
.form-captcha-row > .input-row-text:nth-last-child(n+3):not(.dropdown-menu) + .form-control,
.form-row.form-captcha-row > .input-row-text:nth-last-child(n+3):not(.dropdown-menu) + .form-control,
.form-otp-row > .input-row-text:nth-last-child(n+3):not(.dropdown-menu) + .form-control,
.form-row.form-otp-row > .input-row-text:nth-last-child(n+3):not(.dropdown-menu) + .form-control {
  margin-left: 0px;
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}
.form-captcha-row > .input-row-text:not(:first-child):not(.dropdown-menu) + .form-control,
.form-row.form-captcha-row > .input-row-text:not(:first-child):not(.dropdown-menu) + .form-control,
.form-otp-row > .input-row-text:not(:first-child):not(.dropdown-menu) + .form-control,
.form-row.form-otp-row > .input-row-text:not(:first-child):not(.dropdown-menu) + .form-control {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.captcha-group,
.send-otp-group {
  position: relative;
  width: auto;
  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;
  width: 46%;
  min-width: 160px;
}

.captcha-group {
  overflow: hidden;
}
.captcha-group .img-box {
  max-width: 60%;
}
.captcha-group .img-captcha {
  width: auto;
  height: 48px;
}
.captcha-group .refresh-box {
  max-width: 40%;
  padding: 12px 12px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  width: 44px;
  height: 44px;
  color: #555;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.captcha-group .img-refresh {
  width: 20px;
  height: 20px;
}
.captcha-group .fa {
  position: relative;
  top: 1px;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 1199.98px) {
  .captcha-flex-column,
  .form-row.captcha-flex-column,
  .otp-flex-column,
  .form-row.otp-flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px 8px;
  }
  .captcha-flex-column .form-control,
  .form-row.captcha-flex-column .form-control,
  .otp-flex-column .form-control,
  .form-row.otp-flex-column .form-control {
    width: 100%;
  }
  .captcha-flex-column .captcha-group,
  .captcha-flex-column .send-otp-group,
  .form-row.captcha-flex-column .captcha-group,
  .form-row.captcha-flex-column .send-otp-group,
  .otp-flex-column .captcha-group,
  .otp-flex-column .send-otp-group,
  .form-row.otp-flex-column .captcha-group,
  .form-row.otp-flex-column .send-otp-group {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .captcha-flex-column .send-otp-group .button a, .captcha-flex-column .send-otp-group a.button, .captcha-flex-column .send-otp-group .button,
  .form-row.captcha-flex-column .send-otp-group .button a,
  .form-row.captcha-flex-column .send-otp-group a.button,
  .form-row.captcha-flex-column .send-otp-group .button,
  .otp-flex-column .send-otp-group .button a,
  .otp-flex-column .send-otp-group a.button,
  .otp-flex-column .send-otp-group .button,
  .form-row.otp-flex-column .send-otp-group .button a,
  .form-row.otp-flex-column .send-otp-group a.button,
  .form-row.otp-flex-column .send-otp-group .button {
    margin-bottom: 0px;
  }
}

.layout-change .main-btn-group.flex-fill .row,
.layout-change .main-btn-group .flex-fill .row,
.layout-change .modal-dialog.flex-fill .row,
.layout-change .modal-dialog .flex-fill .row {
  width: 100%;
}
.layout-change .main-btn-group.flex-fill .row div[class^=col-],
.layout-change .main-btn-group .flex-fill .row div[class^=col-],
.layout-change .modal-dialog.flex-fill .row div[class^=col-],
.layout-change .modal-dialog .flex-fill .row div[class^=col-] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.layout-change .main-btn-group.flex-fill .row div[class^=col-] .button,
.layout-change .main-btn-group .flex-fill .row div[class^=col-] .button,
.layout-change .modal-dialog.flex-fill .row div[class^=col-] .button,
.layout-change .modal-dialog .flex-fill .row div[class^=col-] .button {
  width: 100%;
}

.layout-change .main-btn-group.flex-fill,
.layout-change .main-btn-group .flex-fill {
  max-width: none;
  gap: 10px 20px;
}
.layout-change .main-btn-group.flex-fill .button a, .layout-change .main-btn-group.flex-fill a.button, .layout-change .main-btn-group.flex-fill .button,
.layout-change .main-btn-group .flex-fill .button a,
.layout-change .main-btn-group .flex-fill a.button,
.layout-change .main-btn-group .flex-fill .button {
  margin-right: 0px;
}
.layout-change .main-btn-group.flex-fill .button,
.layout-change .main-btn-group .flex-fill .button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 480px) {
  .layout-change .main-btn-group .button {
    min-width: inherit;
  }
}

@media screen and (max-width: 575.98px) {
  .layout-change .main-btn-group,
  .layout-change .main-btn-group-wide {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 1199.98px) {
  .layout-change .main-btn-center {
    position: static;
  }
}
@media screen and (min-width: 1200px) {
  .layout-change .row + .main-btn-center,
  .layout-change .data-unit + .main-btn-center {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1199.98px) {
  .layout-change .row + .main-btn-center,
  .layout-change .data-unit + .main-btn-center {
    margin-top: 25px;
  }
}

.layout-change .button {
  border-radius: 8px;
}
@media screen and (max-width: 767.98px) {
  .layout-change .button {
    padding: 0.775rem 0.75rem 0.675rem;
  }
}
@media screen and (min-width: 768px) {
  .layout-change .button {
    padding-top: 0.8rem;
    padding-bottom: 0.7rem;
  }
}
.layout-change .modal .button.btn-modal,
.layout-change .modal .btn.btn-modal {
  max-width: 325px;
}
.layout-change .modal .button:hover, .layout-change .modal .button.hover,
.layout-change .modal .btn:hover,
.layout-change .modal .btn.hover {
  background-color: #719EC7 !important;
  border: 1px solid #719EC7 !important;
  color: white;
  max-height: 48px;
}
.layout-change .modal .button:active,
.layout-change .modal .btn:active {
  top: auto;
}
.layout-change .modal .button:focus,
.layout-change .modal .btn:focus {
  background-color: #719EC7 !important;
  border: 1px solid #719EC7 !important;
  color: white;
}
.layout-change .modal .button:disabled:hover, .layout-change .modal .button:disabled.hover, .layout-change .modal .button.disabled:hover, .layout-change .modal .button.disabled.hover,
.layout-change .modal .btn:disabled:hover,
.layout-change .modal .btn:disabled.hover,
.layout-change .modal .btn.disabled:hover,
.layout-change .modal .btn.disabled.hover {
  background-color: #B6B6B6 !important;
  border: 1px solid #B6B6B6 !important;
}
.layout-change .modal .button.primary, .layout-change .modal .button.btn-primary,
.layout-change .modal .btn.primary,
.layout-change .modal .btn.btn-primary {
  border: 1px solid #005BAC;
}
.layout-change .modal .button.primary:disabled, .layout-change .modal .button.primary.disabled, .layout-change .modal .button.btn-primary:disabled, .layout-change .modal .button.btn-primary.disabled,
.layout-change .modal .btn.primary:disabled,
.layout-change .modal .btn.primary.disabled,
.layout-change .modal .btn.btn-primary:disabled,
.layout-change .modal .btn.btn-primary.disabled {
  border: 1px solid #B6B6B6;
}
.layout-change .modal .button.secondary:disabled:hover, .layout-change .modal .button.secondary:disabled.hover, .layout-change .modal .button.secondary.disabled:hover, .layout-change .modal .button.secondary.disabled.hover, .layout-change .modal .button.btn-secondary:disabled:hover, .layout-change .modal .button.btn-secondary:disabled.hover, .layout-change .modal .button.btn-secondary.disabled:hover, .layout-change .modal .button.btn-secondary.disabled.hover,
.layout-change .modal .btn.secondary:disabled:hover,
.layout-change .modal .btn.secondary:disabled.hover,
.layout-change .modal .btn.secondary.disabled:hover,
.layout-change .modal .btn.secondary.disabled.hover,
.layout-change .modal .btn.btn-secondary:disabled:hover,
.layout-change .modal .btn.btn-secondary:disabled.hover,
.layout-change .modal .btn.btn-secondary.disabled:hover,
.layout-change .modal .btn.btn-secondary.disabled.hover {
  background-color: white !important;
}
.layout-change .modal button .btn:active {
  top: auto;
}
.layout-change .modal .mb-title {
  margin-bottom: 8px;
  font-size: 20px;
}
.layout-change .modal .mb-title003-modal {
  color: #323232;
}
.layout-change .modal .modal-content003 {
  color: #323232;
}
.layout-change .modal .modal-dialog .mb-title003-modal {
  margin-top: 12px;
}

.card-body-content .kyc-quiz-detail-area .result-img img,
.kyc-quiz-detail-area .result-img img {
  height: 40px;
}
.card-body-content .kyc-quiz-detail-area .result-img .fail-reason .mb-fail-reason,
.kyc-quiz-detail-area .result-img .fail-reason .mb-fail-reason {
  word-wrap: break-word;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .card-body-content .kyc-quiz-detail-area .kyc-quiz-row,
  .kyc-quiz-detail-area .kyc-quiz-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .card-body-content .kyc-quiz-detail-area .kyc-quiz-row p,
  .kyc-quiz-detail-area .kyc-quiz-row p {
    font-size: 16px;
  }
  .card-body-content .kyc-quiz-detail-area .kyc-quiz-row .current-information,
  .kyc-quiz-detail-area .kyc-quiz-row .current-information {
    margin: 0 auto;
  }
  .card-body-content .kyc-quiz-detail-area .kyc-quiz-row .current-information p:first-child,
  .kyc-quiz-detail-area .kyc-quiz-row .current-information p:first-child {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .card-body-content .kyc-quiz-detail-area .kyc-quiz-row .current-information,
  .kyc-quiz-detail-area .kyc-quiz-row .current-information {
    padding: 28px 12px;
  }
}
.layout-change .step-list .step .badge {
  font-size: 10px;
}

/***單一頁面樣式***/
.pretty .state label:before {
  background-color: #fff;
}

/*checked狀態*/
.pretty {
  margin-right: 20px;
}
.pretty input:checked ~ .state label {
  color: #323232;
}
.pretty input:checked ~ .state label::before {
  border-color: #005BAC;
}
.pretty input:checked ~ .state label::after {
  background-color: #005BAC !important;
}
.pretty input:checked ~ .state .icon.fa-circle, .pretty input:checked ~ .state .icon.fa-check {
  border-color: transparent;
  color: #005BAC;
}
.pretty.p-icon input:checked ~ .state label::before, .pretty.p-default input:checked ~ .state label::before {
  border-color: #005BAC !important;
}
.pretty.p-icon input:checked ~ .state label::after, .pretty.p-default input:checked ~ .state label::after {
  background-color: #005BAC !important;
}
.pretty.p-icon input.ng-not-empty[readonly] ~ .state .icon,
.pretty.p-icon input.ng-not-empty[readonly] ~ .state .fa-circle,
.pretty.p-icon input.ng-not-empty[readonly] ~ .state .fa-check, .pretty.p-icon input.ng-not-empty[readonly]:checked ~ .state .icon,
.pretty.p-icon input.ng-not-empty[readonly]:checked ~ .state .fa-circle,
.pretty.p-icon input.ng-not-empty[readonly]:checked ~ .state .fa-check, .pretty.p-icon input.ng-not-empty.readonly ~ .state .icon,
.pretty.p-icon input.ng-not-empty.readonly ~ .state .fa-circle,
.pretty.p-icon input.ng-not-empty.readonly ~ .state .fa-check, .pretty.p-icon input.ng-not-empty.readonly:checked ~ .state .icon,
.pretty.p-icon input.ng-not-empty.readonly:checked ~ .state .fa-circle,
.pretty.p-icon input.ng-not-empty.readonly:checked ~ .state .fa-check, .pretty.p-icon input.ng-not-empty[readonly]:disabled ~ .state .icon,
.pretty.p-icon input.ng-not-empty[readonly]:disabled ~ .state .fa-circle,
.pretty.p-icon input.ng-not-empty[readonly]:disabled ~ .state .fa-check, .pretty.p-icon input.ng-not-empty[readonly]:disabled:checked ~ .state .icon,
.pretty.p-icon input.ng-not-empty[readonly]:disabled:checked ~ .state .fa-circle,
.pretty.p-icon input.ng-not-empty[readonly]:disabled:checked ~ .state .fa-check, .pretty.p-icon input.ng-not-empty[readonly].disabled ~ .state .icon,
.pretty.p-icon input.ng-not-empty[readonly].disabled ~ .state .fa-circle,
.pretty.p-icon input.ng-not-empty[readonly].disabled ~ .state .fa-check, .pretty.p-icon input.ng-not-empty[readonly].disabled:checked ~ .state .icon,
.pretty.p-icon input.ng-not-empty[readonly].disabled:checked ~ .state .fa-circle,
.pretty.p-icon input.ng-not-empty[readonly].disabled:checked ~ .state .fa-check, .pretty.p-icon input.ng-not-empty.readonly:disabled ~ .state .icon,
.pretty.p-icon input.ng-not-empty.readonly:disabled ~ .state .fa-circle,
.pretty.p-icon input.ng-not-empty.readonly:disabled ~ .state .fa-check, .pretty.p-icon input.ng-not-empty.readonly:disabled:checked ~ .state .icon,
.pretty.p-icon input.ng-not-empty.readonly:disabled:checked ~ .state .fa-circle,
.pretty.p-icon input.ng-not-empty.readonly:disabled:checked ~ .state .fa-check, .pretty.p-icon input.ng-not-empty.readonly.disabled ~ .state .icon,
.pretty.p-icon input.ng-not-empty.readonly.disabled ~ .state .fa-circle,
.pretty.p-icon input.ng-not-empty.readonly.disabled ~ .state .fa-check, .pretty.p-icon input.ng-not-empty.readonly.disabled:checked ~ .state .icon,
.pretty.p-icon input.ng-not-empty.readonly.disabled:checked ~ .state .fa-circle,
.pretty.p-icon input.ng-not-empty.readonly.disabled:checked ~ .state .fa-check, .pretty.p-default input.ng-not-empty[readonly] ~ .state .icon,
.pretty.p-default input.ng-not-empty[readonly] ~ .state .fa-circle,
.pretty.p-default input.ng-not-empty[readonly] ~ .state .fa-check, .pretty.p-default input.ng-not-empty[readonly]:checked ~ .state .icon,
.pretty.p-default input.ng-not-empty[readonly]:checked ~ .state .fa-circle,
.pretty.p-default input.ng-not-empty[readonly]:checked ~ .state .fa-check, .pretty.p-default input.ng-not-empty.readonly ~ .state .icon,
.pretty.p-default input.ng-not-empty.readonly ~ .state .fa-circle,
.pretty.p-default input.ng-not-empty.readonly ~ .state .fa-check, .pretty.p-default input.ng-not-empty.readonly:checked ~ .state .icon,
.pretty.p-default input.ng-not-empty.readonly:checked ~ .state .fa-circle,
.pretty.p-default input.ng-not-empty.readonly:checked ~ .state .fa-check, .pretty.p-default input.ng-not-empty[readonly]:disabled ~ .state .icon,
.pretty.p-default input.ng-not-empty[readonly]:disabled ~ .state .fa-circle,
.pretty.p-default input.ng-not-empty[readonly]:disabled ~ .state .fa-check, .pretty.p-default input.ng-not-empty[readonly]:disabled:checked ~ .state .icon,
.pretty.p-default input.ng-not-empty[readonly]:disabled:checked ~ .state .fa-circle,
.pretty.p-default input.ng-not-empty[readonly]:disabled:checked ~ .state .fa-check, .pretty.p-default input.ng-not-empty[readonly].disabled ~ .state .icon,
.pretty.p-default input.ng-not-empty[readonly].disabled ~ .state .fa-circle,
.pretty.p-default input.ng-not-empty[readonly].disabled ~ .state .fa-check, .pretty.p-default input.ng-not-empty[readonly].disabled:checked ~ .state .icon,
.pretty.p-default input.ng-not-empty[readonly].disabled:checked ~ .state .fa-circle,
.pretty.p-default input.ng-not-empty[readonly].disabled:checked ~ .state .fa-check, .pretty.p-default input.ng-not-empty.readonly:disabled ~ .state .icon,
.pretty.p-default input.ng-not-empty.readonly:disabled ~ .state .fa-circle,
.pretty.p-default input.ng-not-empty.readonly:disabled ~ .state .fa-check, .pretty.p-default input.ng-not-empty.readonly:disabled:checked ~ .state .icon,
.pretty.p-default input.ng-not-empty.readonly:disabled:checked ~ .state .fa-circle,
.pretty.p-default input.ng-not-empty.readonly:disabled:checked ~ .state .fa-check, .pretty.p-default input.ng-not-empty.readonly.disabled ~ .state .icon,
.pretty.p-default input.ng-not-empty.readonly.disabled ~ .state .fa-circle,
.pretty.p-default input.ng-not-empty.readonly.disabled ~ .state .fa-check, .pretty.p-default input.ng-not-empty.readonly.disabled:checked ~ .state .icon,
.pretty.p-default input.ng-not-empty.readonly.disabled:checked ~ .state .fa-circle,
.pretty.p-default input.ng-not-empty.readonly.disabled:checked ~ .state .fa-check {
  opacity: 1;
  color: white;
}
.pretty.p-icon input.ng-not-empty[readonly] ~ .state label::before, .pretty.p-icon input.ng-not-empty[readonly]:checked ~ .state label::before, .pretty.p-icon input.ng-not-empty.readonly ~ .state label::before, .pretty.p-icon input.ng-not-empty.readonly:checked ~ .state label::before, .pretty.p-icon input.ng-not-empty[readonly]:disabled ~ .state label::before, .pretty.p-icon input.ng-not-empty[readonly]:disabled:checked ~ .state label::before, .pretty.p-icon input.ng-not-empty[readonly].disabled ~ .state label::before, .pretty.p-icon input.ng-not-empty[readonly].disabled:checked ~ .state label::before, .pretty.p-icon input.ng-not-empty.readonly:disabled ~ .state label::before, .pretty.p-icon input.ng-not-empty.readonly:disabled:checked ~ .state label::before, .pretty.p-icon input.ng-not-empty.readonly.disabled ~ .state label::before, .pretty.p-icon input.ng-not-empty.readonly.disabled:checked ~ .state label::before, .pretty.p-default input.ng-not-empty[readonly] ~ .state label::before, .pretty.p-default input.ng-not-empty[readonly]:checked ~ .state label::before, .pretty.p-default input.ng-not-empty.readonly ~ .state label::before, .pretty.p-default input.ng-not-empty.readonly:checked ~ .state label::before, .pretty.p-default input.ng-not-empty[readonly]:disabled ~ .state label::before, .pretty.p-default input.ng-not-empty[readonly]:disabled:checked ~ .state label::before, .pretty.p-default input.ng-not-empty[readonly].disabled ~ .state label::before, .pretty.p-default input.ng-not-empty[readonly].disabled:checked ~ .state label::before, .pretty.p-default input.ng-not-empty.readonly:disabled ~ .state label::before, .pretty.p-default input.ng-not-empty.readonly:disabled:checked ~ .state label::before, .pretty.p-default input.ng-not-empty.readonly.disabled ~ .state label::before, .pretty.p-default input.ng-not-empty.readonly.disabled:checked ~ .state label::before {
  border-color: #B6B6B6;
}
.pretty.p-icon input.ng-not-empty[readonly] ~ .state label::after, .pretty.p-icon input.ng-not-empty[readonly]:checked ~ .state label::after, .pretty.p-icon input.ng-not-empty.readonly ~ .state label::after, .pretty.p-icon input.ng-not-empty.readonly:checked ~ .state label::after, .pretty.p-icon input.ng-not-empty[readonly]:disabled ~ .state label::after, .pretty.p-icon input.ng-not-empty[readonly]:disabled:checked ~ .state label::after, .pretty.p-icon input.ng-not-empty[readonly].disabled ~ .state label::after, .pretty.p-icon input.ng-not-empty[readonly].disabled:checked ~ .state label::after, .pretty.p-icon input.ng-not-empty.readonly:disabled ~ .state label::after, .pretty.p-icon input.ng-not-empty.readonly:disabled:checked ~ .state label::after, .pretty.p-icon input.ng-not-empty.readonly.disabled ~ .state label::after, .pretty.p-icon input.ng-not-empty.readonly.disabled:checked ~ .state label::after, .pretty.p-default input.ng-not-empty[readonly] ~ .state label::after, .pretty.p-default input.ng-not-empty[readonly]:checked ~ .state label::after, .pretty.p-default input.ng-not-empty.readonly ~ .state label::after, .pretty.p-default input.ng-not-empty.readonly:checked ~ .state label::after, .pretty.p-default input.ng-not-empty[readonly]:disabled ~ .state label::after, .pretty.p-default input.ng-not-empty[readonly]:disabled:checked ~ .state label::after, .pretty.p-default input.ng-not-empty[readonly].disabled ~ .state label::after, .pretty.p-default input.ng-not-empty[readonly].disabled:checked ~ .state label::after, .pretty.p-default input.ng-not-empty.readonly:disabled ~ .state label::after, .pretty.p-default input.ng-not-empty.readonly:disabled:checked ~ .state label::after, .pretty.p-default input.ng-not-empty.readonly.disabled ~ .state label::after, .pretty.p-default input.ng-not-empty.readonly.disabled:checked ~ .state label::after {
  background-color: #B6B6B6 !important;
}
.pretty.p-icon ~ .state label::before, .pretty.p-default ~ .state label::before {
  border-color: #005BAC;
}
.pretty.p-icon ~ .state label::after, .pretty.p-default ~ .state label::after {
  background-color: transparent !important;
}
.pretty.p-icon:not(.p-round) input:checked ~ .state label::after, .pretty.p-default:not(.p-round) input:checked ~ .state label::after {
  background-color: transparent !important;
}
.pretty.p-icon:not(.p-round) input:checked:disabled, .pretty.p-icon:not(.p-round) input:checked.disabled, .pretty.p-icon:not(.p-round) input:checked[readonly], .pretty.p-icon:not(.p-round) input:checked.readonly, .pretty.p-default:not(.p-round) input:checked:disabled, .pretty.p-default:not(.p-round) input:checked.disabled, .pretty.p-default:not(.p-round) input:checked[readonly], .pretty.p-default:not(.p-round) input:checked.readonly {
  color: white;
}
.pretty.p-icon:not(.p-round) input:checked:disabled ~ .state label::after, .pretty.p-icon:not(.p-round) input:checked.disabled ~ .state label::after, .pretty.p-icon:not(.p-round) input:checked[readonly] ~ .state label::after, .pretty.p-icon:not(.p-round) input:checked.readonly ~ .state label::after, .pretty.p-default:not(.p-round) input:checked:disabled ~ .state label::after, .pretty.p-default:not(.p-round) input:checked.disabled ~ .state label::after, .pretty.p-default:not(.p-round) input:checked[readonly] ~ .state label::after, .pretty.p-default:not(.p-round) input:checked.readonly ~ .state label::after {
  background-color: #B6B6B6 !important;
}
.pretty.p-icon:not(.p-round) input:checked:disabled ~ .state, .pretty.p-icon:not(.p-round) input:checked.disabled ~ .state, .pretty.p-default:not(.p-round) input:checked:disabled ~ .state, .pretty.p-default:not(.p-round) input:checked.disabled ~ .state {
  opacity: 1;
}

/*disabled狀態*/
.pretty.word-wrap-normal {
  line-height: 1.25em;
}
.pretty.word-wrap-normal .state label {
  margin-left: 1.6em;
  text-indent: 0;
}
.pretty.p-icon input:disabled ~ .state .icon {
  border-color: transparent;
}
.pretty.p-icon input:disabled ~ .state .icon.fa-circle, .pretty.p-icon input:disabled ~ .state .icon.fa-check, .pretty.p-icon input:disabled:checked ~ .state .icon.fa-circle, .pretty.p-icon input:disabled:checked ~ .state .icon.fa-check {
  color: white;
}
.pretty input:disabled ~ .state label {
  color: #707070;
}
.pretty input:disabled ~ .state label::before {
  border-color: #666;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pretty input:disabled ~ .state label::after {
  background-color: #aaa !important;
}
.pretty input:disabled ~ .state label::before, .pretty input:disabled:checked ~ .state label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/***新版樣式***/
.pretty {
  white-space: normal;
}
.pretty.p-round input:checked ~ .state label::before {
  border: 5px solid transparent;
}
.pretty.p-round input:checked ~ .state label::after {
  background-color: #FFFFFF !important;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
}
.pretty.p-icon:not(.p-round) input:checked ~ .state label::before, .pretty.p-default:not(.p-round) input:checked ~ .state label::before {
  background-color: #005BAC;
}
.pretty.p-icon:not(.p-round) input:checked ~ .state .icon.fa-circle, .pretty.p-icon:not(.p-round) input:checked ~ .state .icon.fa-check, .pretty.p-default:not(.p-round) input:checked ~ .state .icon.fa-circle, .pretty.p-default:not(.p-round) input:checked ~ .state .icon.fa-check {
  border-color: transparent;
  color: #FFFFFF;
}
.pretty.p-check-alone input {
  width: auto;
  z-index: 2;
}
.pretty.p-check-alone .fake-first-show {
  position: absolute;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  background-color: transparent;
  left: 0px;
  top: calc((100% - (1em + 2px)) / 2);
  z-index: 5;
}
@media screen and (max-width: 575.98px) {
  .pretty.p-check-alone input ~ .state label,
  .pretty.p-check-alone input ~ .state .label {
    white-space: wrap;
  }
}
@media screen and (max-width: 575.98px) {
  .pretty.p-check-notice input ~ .state label,
  .pretty.p-check-notice input ~ .state .label {
    white-space: wrap;
  }
}

/*disabled狀態*/
.pointer-events-none {
  pointer-events: none;
}

a.no-change-color:hover,
.no-change-color a:hover {
  color: #323232;
}

@media screen and (max-width: 1199.98px) {
  .pretty.p-icon:not(.p-round) input:checked ~ .state .icon, .pretty.p-default:not(.p-round) input:checked ~ .state .icon {
    left: -1px;
  }
}
/* 共用樣式：針對新版-投資風險屬性評估(KYC)、電子保單快速簽收 */
.kyc-assess-main-cont,
.quickly-sign-main-cont {
  padding-top: 30px;
}

.card.kyc-card, .card.quickly-card {
  border-radius: 8px;
  border: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.data-unit .card.data-style label {
  color: #323232;
  padding-top: 0px;
  padding-bottom: 0px;
}

.layout-kyc-assess .intro,
.layout-quickly-sign .intro {
  font-size: 20px;
}
.layout-kyc-assess .policy-item-area .item-group-title + .item-group-content,
.layout-quickly-sign .policy-item-area .item-group-title + .item-group-content {
  padding: 20px 0px 0px;
}
.layout-kyc-assess .policy-item-area .item-group-title.no-bgcolor + .item-group-content,
.layout-quickly-sign .policy-item-area .item-group-title.no-bgcolor + .item-group-content {
  padding-top: 8px;
}
.layout-kyc-assess .policy-item-area .item-group-content,
.layout-quickly-sign .policy-item-area .item-group-content {
  padding: 0px 0px 0px;
}
.layout-kyc-assess .policy-item-area .item-group-content .data-group .group-label,
.layout-quickly-sign .policy-item-area .item-group-content .data-group .group-label {
  font-size: 18px;
}
.layout-kyc-assess .policy-item-area .item-group-content .data-group.row > *:not(.pretty), .layout-kyc-assess .policy-item-area .item-group-content .data-group.row > *:not(.p-icon),
.layout-quickly-sign .policy-item-area .item-group-content .data-group.row > *:not(.pretty),
.layout-quickly-sign .policy-item-area .item-group-content .data-group.row > *:not(.p-icon) {
  --new-bs-gutter-x: 0rem;
  padding-right: calc(var(--new-bs-gutter-x) * 0.5);
  padding-left: calc(var(--new-bs-gutter-x) * 0.5);
}
.layout-kyc-assess .policy-item-area .item-group-content .data-group.row > *:not(.pretty) + .group-conts:not(.group-conts-wide), .layout-kyc-assess .policy-item-area .item-group-content .data-group.row > *:not(.p-icon) + .group-conts:not(.group-conts-wide),
.layout-quickly-sign .policy-item-area .item-group-content .data-group.row > *:not(.pretty) + .group-conts:not(.group-conts-wide),
.layout-quickly-sign .policy-item-area .item-group-content .data-group.row > *:not(.p-icon) + .group-conts:not(.group-conts-wide) {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.layout-kyc-assess .policy-item-area .item-group-content .data-group.row > *.none + .group-conts,
.layout-kyc-assess .policy-item-area .item-group-content .data-group.row > *.none + .group-conts-wide,
.layout-quickly-sign .policy-item-area .item-group-content .data-group.row > *.none + .group-conts,
.layout-quickly-sign .policy-item-area .item-group-content .data-group.row > *.none + .group-conts-wide {
  --new-bs-gutter-x: 0rem;
  padding-right: calc(var(--new-bs-gutter-x) * 0.5);
  padding-left: calc(var(--new-bs-gutter-x) * 0.5);
}
.layout-kyc-assess .policy-item-area .item-group-content .data-group.row > * .group-label.none + .group-conts-wide,
.layout-quickly-sign .policy-item-area .item-group-content .data-group.row > * .group-label.none + .group-conts-wide {
  margin-top: 0px;
}
.layout-kyc-assess .button,
.layout-quickly-sign .button {
  font-size: 1rem;
}
.layout-kyc-assess .button:disabled, .layout-kyc-assess .button.disabled,
.layout-quickly-sign .button:disabled,
.layout-quickly-sign .button.disabled {
  font-size: 1rem;
}
@media screen and (min-width: 1200px) {
  .card.kyc-card, .card.data-style.kyc-card, .card.quickly-card, .card.data-style.quickly-card {
    padding: 15px 40px;
    margin-bottom: 32px;
  }
  .card.kyc-card:last-child, .card.data-style.kyc-card:last-child, .card.quickly-card:last-child, .card.data-style.quickly-card:last-child {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1199.98px) {
  .layout-kyc-assess,
  .layout-quickly-sign {
    background: #FFFFFF !important;
  }
  .layout-kyc-assess .intro,
  .layout-quickly-sign .intro {
    font-size: 16px;
  }
  .layout-kyc-assess .policy-item-area .item-group-content .data-group .group-label,
  .layout-quickly-sign .policy-item-area .item-group-content .data-group .group-label {
    font-size: 15px;
  }
  .card.kyc-card, .card.data-style.kyc-card, .card.quickly-card, .card.data-style.quickly-card {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0px;
    --bs-card-spacer-x: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .layout-kyc-assess.layout-v2 .modal.w-25per .modal-content .modal-footer,
  .layout-quickly-sign.layout-v2 .modal.w-25per .modal-content .modal-footer {
    padding: 0 24px 24px !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 1199.98px) {
  .card.kyc-card, .card.data-style.kyc-card, .card.quickly-card, .card.data-style.quickly-card {
    padding: 6px 0px;
    margin-bottom: 20px;
  }
  .card.kyc-card:last-child, .card.data-style.kyc-card:last-child, .card.quickly-card:last-child, .card.data-style.quickly-card:last-child {
    margin-bottom: 0px;
  }
  .layout-change .data-group label,
  .layout-change .data-group .label {
    font-size: 16px;
  }
}
@media screen and (max-width: 575.98px) {
  .card.kyc-card, .card.data-style.kyc-card, .card.quickly-card, .card.data-style.quickly-card {
    padding: 6px 0 0 0;
    margin-bottom: 12px;
  }
  .card.kyc-card:last-child, .card.data-style.kyc-card:last-child, .card.quickly-card:last-child, .card.data-style.quickly-card:last-child {
    margin-bottom: 0px;
  }
}
/* 彈窗共用樣式：針對新版-投資風險屬性評估(KYC)、電子保單快速簽收 */
.kyc-assess-main-cont,
.quickly-sign-main-cont {
  padding-top: 30px;
}

.layout-kyc-assess,
.layout-quickly-sign {
  /*當彈窗打開時*/
}
.layout-kyc-assess.modal-open,
.layout-quickly-sign.modal-open {
  overflow: hidden;
}
.layout-kyc-assess.modal-open .modal,
.layout-quickly-sign.modal-open .modal {
  pointer-events: none;
}
.layout-kyc-assess.modal-open .modal .notify-result,
.layout-quickly-sign.modal-open .modal .notify-result {
  -ms-touch-action: auto;
      touch-action: auto;
  pointer-events: auto;
}
.layout-kyc-assess.modal-open .modal-backdrop.show,
.layout-quickly-sign.modal-open .modal-backdrop.show {
  pointer-events: none;
}
.layout-kyc-assess.modal-open .modal-backdrop,
.layout-quickly-sign.modal-open .modal-backdrop {
  -webkit-transition: none;
  transition: none;
  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;
}
.layout-kyc-assess.modal-open .lite-content,
.layout-quickly-sign.modal-open .lite-content {
  pointer-events: none;
}
.layout-kyc-assess.layout-v2 .modal .btn-modal-one,
.layout-quickly-sign.layout-v2 .modal .btn-modal-one {
  border-radius: 8px 8px 8px 8px;
}
.layout-kyc-assess.layout-v2 .btn-close-modal003,
.layout-quickly-sign.layout-v2 .btn-close-modal003 {
  border-radius: 8px !important;
}
.layout-kyc-assess.layout-v2 .modal-footer .btn,
.layout-quickly-sign.layout-v2 .modal-footer .btn {
  font-size: 1rem;
  padding: 0.7rem 0.75rem 0.5rem;
}

.modal .modal-content {
  border-radius: 16px 16px 16px 16px;
}
.modal .modal-content .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 52px;
  position: relative;
}
.modal .modal-content .modal-header .head-title,
.modal .modal-content .modal-header .modal-title {
  font-size: 20px;
  margin-top: 0px;
}
.modal .modal-content .modal-header .close {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  right: 16px;
  background-color: transparent;
}
.modal .modal-content .modal-body {
  padding: 16px;
}
.modal .modal-content .modal-body-inner {
  background-color: #F0F0F0;
}
.modal .modal-content .modal-footer {
  padding: 0 24px 24px;
}
.modal .modal-content .modal-footer .main-btn-group,
.modal .modal-content .modal-footer .main-btn-group-wide {
  padding: 0px 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal.common-msg-modal {
  pointer-events: none;
}
.modal .common-result .note-info {
  position: relative;
}
.modal .common-result .note-info .note-conts {
  padding: 16px 16px;
}
.modal .notify-result.hide-scroll .note-info .cblock-scroll {
  overflow-y: hidden;
}
.modal .notify-result .note-info {
  position: relative;
}
.modal .notify-result .note-info .cblock-scroll {
  height: 50vh;
  min-height: 140px;
  max-height: calc(100vh - 220px);
  width: 100%;
  padding: 0px;
  -webkit-overflow-scrolling: touch;
  position: relative;
  max-width: 100%;
  outline: 0;
  direction: ltr;
  overflow-y: auto;
  background: #F0F0F0;
}
.modal .notify-result .note-info .note-conts {
  padding: 16px 0px 0px 16px;
}
.modal .notify-result .note-info .more-read-bar {
  position: relative;
  bottom: 0px;
  pointer-events: none;
}
.modal .notify-result .note-info .more-read-bar .button {
  font-size: 15px;
  padding: 0.35rem 0.75rem 0.35rem;
  pointer-events: auto;
}
.modal .notify-result .note-info .more-read-bar .read-inner {
  width: 100%;
  position: absolute;
  top: -60px;
  left: 0px;
  pointer-events: none;
  background: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgb(255, 255, 255) 100%);
  min-height: 60px;
}
.modal .notify-result .note-info .more-read-bar .read-inner .button {
  margin-top: 16px;
}
.modal .notify-result .note-info .more-read-bar .read-inner .button:hover svg path, .modal .notify-result .note-info .more-read-bar .read-inner .button:focus svg path {
  fill: #FFFFFF;
}
.modal .notify-result .note-info .more-read-bar.open .read-inner {
  background: transparent;
  display: none;
}
.modal .notify-result .img-expend svg {
  margin-top: -5px;
}

.mobile-page-body .modal.page-modal {
  position: static;
  top: auto;
  left: auto;
  z-index: auto;
  display: block;
  overflow-y: hidden;
}
.mobile-page-body .modal.page-modal .modal-content {
  border-width: 0px;
}

@media screen and (max-width: 1199.98px) {
  .modal.show,
  .layout-v2 .modal.show {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .modal.show .modal-dialog,
  .layout-v2 .modal.show .modal-dialog {
    margin: auto auto !important;
  }
  .modal .modal-content .modal-header,
  .layout-v2 .modal .modal-content .modal-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: inherit;
        flex-wrap: inherit;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 16px 16px 16px 32px;
    gap: 16px;
  }
  .modal .modal-content .modal-header .head-title,
  .modal .modal-content .modal-header .modal-title,
  .layout-v2 .modal .modal-content .modal-header .head-title,
  .layout-v2 .modal .modal-content .modal-header .modal-title {
    font-size: 18px;
    width: calc(100% - 20px - 16px);
    text-align: center;
  }
  .modal .modal-content .modal-header .close,
  .layout-v2 .modal .modal-content .modal-header .close {
    position: relative;
    right: 0px;
  }
  .modal .modal-content .modal-body,
  .layout-v2 .modal .modal-content .modal-body {
    padding: 32px;
  }
  .mobile-page-body .modal.page-modal .modal-content .modal-header {
    padding: 0px 0px 16px 0px;
  }
  .mobile-page-body .modal.page-modal .modal-content .modal-body {
    padding: 10px 0px !important;
  }
  .mobile-page-body .modal.page-modal .notify-result .note-info .cblock-scroll {
    max-height: calc(100vh - 220px);
  }
  /*當本頁形式的打開時*/
  .modal-local-page-open #footer {
    height: 0px;
    overflow: hidden;
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .layout-kyc-assess.layout-v2 .modal.w-25per .modal-content .modal-footer,
  .layout-quickly-sign.layout-v2 .modal.w-25per .modal-content .modal-footer {
    padding: 0 24px 24px !important;
  }
}
@media screen and (max-width: 991.98px) {
  .modal,
  .layout-v2 .modal {
    --my-modal-width: 100vw;
    --my-modal-height: 100vh;
    --my-ios-modal-height: 100dvh;
    max-width: var(--my-modal-width);
    max-height: var(--my-modal-height);
    max-height: var(--my-ios-modal-height);
  }
  .modal .modal-dialog,
  .layout-v2 .modal .modal-dialog {
    margin: auto auto;
  }
}
@media screen and (min-width: 576px) {
  .modal .modal-dialog {
    max-width: var(--bs-modal-width) !important;
    min-width: 360px;
  }
}
@media screen and (min-width: 768px) {
  .layout-kyc-assess.layout-v2 .modal-footer .btn,
  .layout-quickly-sign.layout-v2 .modal-footer .btn {
    padding: 0.7rem 0.75rem 0.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .layout-kyc-assess.layout-v2 .modal .btn-modal-one,
  .layout-quickly-sign.layout-v2 .modal .btn-modal-one {
    border-radius: 8px 8px 8px 8px;
  }
  .modal .modal-dialog {
    margin: auto auto !important;
  }
}
@media screen and (max-width: 575.98px) {
  .modal .modal-dialog,
  .layout-v2 .modal .modal-dialog {
    max-width: 80% !important;
    max-height: 80% !important;
  }
}
@media screen and (max-width: 480px) {
  .modal .modal-content .modal-footer .button a, .modal .modal-content .modal-footer a.button, .modal .modal-content .modal-footer .button {
    margin-bottom: auto;
  }
}
@media screen and (max-width: 374.98px) {
  .modal .modal-dialog {
    max-width: 86% !important;
    max-height: 86% !important;
  }
}
/* 新版-投資風險屬性評估(KYC) */
.layout-kyc-assess {
  background-color: #F7FAFC;
}
.user-detail-area {
  gap: 24px 0px;
}
.user-detail-area .top-border {
  margin: 30px 0px;
  border-top: 4px solid rgb(199, 199, 199);
}

.common-msg-modal .modal-content .modal-body-inner, .common-msg-modal.modal .modal-content .modal-body-inner {
  background-color: #FFFFFF;
}
.common-msg-modal .common-result .note-info, .common-msg-modal.modal .common-result .note-info {
  position: relative;
}
.common-msg-modal .common-result .note-info .note-conts, .common-msg-modal.modal .common-result .note-info .note-conts {
  height: auto;
}

.notify-msg-modal .modal-content .modal-body-inner, .notify-msg-modal.modal .modal-content .modal-body-inner {
  background-color: #F0F0F0;
}
.notify-msg-modal .notify-result .note-info, .notify-msg-modal.modal .notify-result .note-info {
  position: relative;
}
.otp-detail-area {
  gap: 24px 0px;
}
.otp-detail-area .top-border {
  margin: 30px 0px;
  border-top: 4px solid rgb(199, 199, 199);
}

.kyc-info-main .intro-title,
.kyc-info-main h4.intro-title {
  margin-bottom: 16px;
}
.kyc-info-main .qa-options .qa-item {
  margin-bottom: 2px;
}
.kyc-info-main .remark-list {
  margin-top: 16px;
}

.policy-item-area .item-group-title + .qa-options {
  padding: 20px 0px 0px;
}
.policy-item-area .item-group-title.no-bgcolor + .qa-options {
  padding-top: 8px;
}
.kyc-quiz-detail-area .current-information .auto-wait {
  gap: 8px;
}
.kyc-quiz-detail-area .current-information .auto-wait .wait-img {
  width: 120px;
}
.kyc-result-main .tb-single {
  background: transparent;
}
.kyc-result-main .flex-single .col-block:last-child {
  margin-bottom: 0px;
}
.kyc-result-main .flex-single .col-block.flex-column {
  min-height: 400px;
}
.kyc-result-main .col-block.flex-column .col-bk-conts {
  min-height: 65%;
}
@media screen and (min-width: 1200px) {
  .kyc-result-main .flex-single .col-block.flex-column {
    min-height: 350px;
  }
}
@media screen and (max-width: 1199.98px) {
  .card-body-content .kyc-quiz-detail-area .kyc-quiz-row .current-information,
  .kyc-quiz-detail-area .kyc-quiz-row .current-information {
    padding: 0px 12px;
  }
  .kyc-quiz-detail-area .current-information .auto-wait.d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .kyc-quiz-detail-area .current-information .auto-wait .wait-img {
    width: 80px;
  }
}
@media screen and (max-width: 767.98px) {
  .kyc-result-main .flex-single .col-block:last-child {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 575.98px) {
  .kyc-assess-main-cont {
    padding-left: 16px;
    padding-right: 16px;
  }
}
/* 新版-電子保單快速簽收 */
.layout-quickly-sign {
  background-color: #F7FAFC;
}
.quickly-sign-main-cont {
  max-width: 720px;
}
.quickly-sign-main-cont .card.data-style.quickly-card {
  padding: 32px 40px;
  border-radius: 8px;
  border: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  background-color: #FFF;
}
.quickly-sign-main-cont .card.data-style.quickly-card .card-body {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .quickly-sign-main-cont .card.data-style.quickly-card {
    padding: 32px 16px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.quickly-sign-main-cont .step-list .step {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
@media screen and (max-width: 767.98px) {
  .quickly-sign-main-cont .step-list .step:not(:last-child):after {
    top: 40px;
  }
}
.quickly-sign-main-cont .step-list .step .text {
  font-weight: 400;
}
.quickly-sign-main-cont .step-list .step .badge {
  width: 14px;
  height: 14px;
}
.quickly-sign-main-cont .policy-item-area .item-group-content .data-group .group-label {
  font-weight: 400;
  font-size: 20px;
}
.quickly-sign-main-cont .policy-item-area .item-group-content .data-group .group-label.text-sm {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .quickly-sign-main-cont .policy-item-area .item-group-content .data-group .group-label.text-sm {
    font-size: 15px;
  }
}
.quickly-sign-main-cont .otp-data-block-msg {
  text-align: left;
  color: #333333;
  font-size: 14px;
}
.quickly-sign-main-cont .otp-data-block-msg p {
  font-size: 20px;
}
.quickly-sign-main-cont .remind {
  padding: 6px;
  color: #076ED7;
  background-color: #E9F2FA;
  font-size: 14px;
  font-weight: 400;
  border-radius: 10px;
  margin-bottom: 0;
}
.quickly-sign-main-cont .remind::before {
  content: url("../../images/v2/quickly-sign/remind_icon.svg");
  position: relative;
  top: 2px;
  margin-right: 4px;
}
.quickly-sign-main-cont .text-reminder {
  color: #737373;
}
.quickly-sign-main-cont .profile-card-data {
  background-color: rgba(0, 91, 172, 0.05);
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 30px;
}
.quickly-sign-main-cont .profile-card-data .data-group:not(:last-child) {
  margin-bottom: 10px;
}
.quickly-sign-main-cont .profile-card-data .data-group .p-label {
  width: 100px;
  white-space: nowrap;
  word-break: break-word;
}
.quickly-sign-main-cont .profile-card-data .data-group .p-data {
  width: calc(100% - 100px);
  font-size: 14px;
  white-space: nowrap;
  word-break: break-word;
}
.quickly-sign-main-cont .profile-card-data .divider {
  border-bottom: 0.5px solid #E5E5E5;
  margin: 10px 0;
}
.quickly-sign-main-cont .activity-banner {
  text-align: center;
  margin: 40px 0;
}
.quickly-sign-main-cont .activity-banner .activity-title {
  margin: 0 5px 8px 5px;
  font-size: 18px;
  font-weight: 500;
}
.quickly-sign-main-cont .activity-banner .activity-title::before, .quickly-sign-main-cont .activity-banner .activity-title::after {
  content: url("../../images/v2/quickly-sign/flower_icon.svg");
  padding: 0 5px;
}
.quickly-sign-main-cont .activity-banner img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

@media screen and (max-width: 767.98px) {
  .quickly-sign-main-cont .profile-card-data {
    margin-bottom: 16px;
  }
  .quickly-sign-main-cont .profile-card-data .data-group:not(:last-child) {
    margin-bottom: 0;
  }
}