/* ==========================================================================
#Variables
========================================================================== */
@import url("https://use.typekit.net/gio1ukf.css");
/* Define theme colors */
/* ==========================================================================
   #Breakpoint
   ========================================================================== */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none;
}

/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  text-decoration: none;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: 700;
}

/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic;
}

/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #fff;
  color: #000;
}

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
========================================================================== */
/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
  margin: 1em 40px;
}

/**
* Address differences between Firefox and other browsers.
*/
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto;
}

/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, 'Arial';
  font-size: 1em;
}

/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  outline: none;
  /* 3 */
}

button:focus, button:visited, button:active,
input:focus,
input:visited,
input:active,
optgroup:focus,
optgroup:visited,
optgroup:active,
select:focus,
select:visited,
select:active,
textarea:focus,
textarea:visited,
textarea:active {
  outline: none;
}

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
  outline: none;
  overflow: visible;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input::-moz-focus-inner {
  line-height: normal;
}

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
*    (include `-moz` to future-proof).
*/
input[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Define consistent border, margin, and padding.
*/
fieldset {
  margin: 0 2px;
  border: 1px solid #c0c0c0;
  padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
  overflow: auto;
}

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: 700;
}

/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ==========================================================================
   #RESET
   ========================================================================== */
/**
 * A very simple reset that sits on top of Normalize.css.
 */
* {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
dd,
ol,
ul,
figure,
hr,
fieldset,
legend {
  margin: 0;
  padding: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li > ol,
li > ul {
  margin-bottom: 0;
}

li {
  list-style: none;
}

/* ==========================================================================
#SHARED
========================================================================== */
/**
* Shared declarations for certain elements.
*/
/**
* Always declare margins in the same direction:
* csswizardry.com/2012/06/single-direction-margin-declarations
*/
address,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
ol,
ul,
figure,
hr,
table,
fieldset {
  margin-bottom: 0.9375rem;
}

/**
* Consistent indentation for lists.
*/
dd,
ol,
ul {
  margin-left: 0.9375rem;
}

html {
  font-size: 1vw;
  line-height: 1.94352;
}

@media (min-width: 1400px) {
  html {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  html {
    font-size: .48rem;
  }
}

body {
  color: #222;
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 400;
  word-break: break-all;
  font-size: 1rem;
  line-height: 1.7rem;
}

@media (max-width: 767px) {
  body {
    width: 767px;
    overflow: scroll;
  }
}

/* ==========================================================================
   #HEADINGS
   ========================================================================== */
h1 {
  font-size: 3.125rem;
  line-height: 3.125rem;
}

h2 {
  font-size: 1.875rem;
  line-height: 2.5rem;
}

h3 {
  font-size: 1.5rem;
  line-height: 2.125rem;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

h4.sub-title {
  display: flex;
  align-items: center;
}

h4.sub-title .fa {
  color: #039be5;
  margin-right: 0.625rem;
}

h4.sub-title .fa-file {
  position: relative;
  top: -2px;
}

h4.sub-title .fa-cog {
  position: relative;
  top: -1px;
  font-size: 1.6rem;
}

h4.sub-title .fa-download {
  font-size: 1.6rem;
}

h4.sub-title .fa-folder {
  position: relative;
  top: -1px;
  font-size: 1.4rem;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

h6 {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.title {
  white-space: nowrap;
  line-height: 1.5;
  display: flex;
  align-items: center;
  color: #039be5;
}

.title .fa {
  font-size: 3.5rem;
  margin-right: 1.5rem;
}

.title__txt {
  font-size: 1.375rem;
  margin-bottom: 0;
}

.title__txt--small {
  font-size: 0.9375rem;
  color: #222;
}

/* ==========================================================================
   #Images
   ========================================================================== */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.over {
  transition: opacity 0.25s ease;
}

.over:hover {
  opacity: 0.65;
}

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

/* ==========================================================================
   #Animations
   ========================================================================== */
.ani--opa075 {
  opacity: 1;
  transition: 0.25s opacity;
}

.ani--opa075:hover {
  opacity: 0.75;
}

.ani--opa05 {
  opacity: 1;
  transition: 0.25s opacity;
}

.ani--opa05:hover {
  opacity: 0.5;
}

.ani--zoom {
  background-color: #fff;
  overflow: hidden;
}

.ani--zoom img {
  display: block;
  transition-duration: 0.3s;
}

.ani--zoom:hover img {
  opacity: 0.9;
  transform: scale(1.1);
  transition-duration: 0.3s;
}

.ani--scrollOn {
  animation: scrollOn 1s ease-in-out forwards;
}

.ani--scrollOff {
  animation: scrollOff 375ms ease-in-out forwards;
}

.ani--loader {
  position: relative;
}

.ani--loader::after {
  content: '';
  border: 3px solid #fff;
  animation: loader infinite linear 1s;
  border-radius: 100%;
  border-top: 3px solid transparent;
  position: absolute;
  z-index: 100;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  width: 2.5rem;
  height: 2.5rem;
}

.ani--backdrop::before {
  content: '';
  background: #000;
  opacity: 0;
  transition: 0.2s ease-in-out;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ani--backdrop:hover::before {
  opacity: 0.5;
}

@keyframes scrollOn {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@keyframes scrollOff {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    transform: translateY(10%);
  }
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg) opacity 0.35;
  }
  100% {
    transform: rotate(360deg);
  }
}

/* wrapper */
html, body {
  background: #fff;
}

.site-main {
  position: relative;
  margin: 7.85rem 0 0;
}

.container {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.content {
  width: calc(100% - 16rem);
  padding: 2rem;
  margin-left: auto;
}

/* ==========================================================================
   #GENDER
   ========================================================================== */
/**
 * Icons
 */
/* stylelint-disable */
/* prettier-ignore */
/**
 * Background
 */
/* prettier-ignore */
@media (min-width: 769px) {
  .bg-pc--default {
    background-color: #222;
  }
  .bg-pc--black {
    background-color: #000;
  }
  .bg-pc--white {
    background-color: #fff;
  }
  .bg-pc--gray {
    background-color: #717171;
  }
  .bg-pc--blue {
    background-color: #039be5;
  }
}

@media (max-width: 768px) {
  .bg-sp--default {
    background-color: #222;
  }
  .bg-sp--black {
    background-color: #000;
  }
  .bg-sp--white {
    background-color: #fff;
  }
  .bg-sp--gray {
    background-color: #717171;
  }
  .bg-sp--blue {
    background-color: #039be5;
  }
}

@media (min-width: sp) {
  .bg-sp--default {
    background-color: #222;
  }
  .bg-sp--black {
    background-color: #000;
  }
  .bg-sp--white {
    background-color: #fff;
  }
  .bg-sp--gray {
    background-color: #717171;
  }
  .bg-sp--blue {
    background-color: #039be5;
  }
}

.bg--default {
  background-color: #222;
}

.bg--black {
  background-color: #000;
}

.bg--white {
  background-color: #fff;
}

.bg--gray {
  background-color: #717171;
}

.bg--blue {
  background-color: #039be5;
}

/**
 * Text Color
 */
/* prettier-ignore */
.text--default {
  color: #222;
}

.text--black {
  color: #000;
}

.text--white {
  color: #fff;
}

.text--gray {
  color: #717171;
}

.text--blue {
  color: #039be5;
}

/* ==========================================================================
   #Display
   ========================================================================== */
.d-block {
  display: block !important;
}

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

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

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

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

@media (max-width: 768px) {
  .d-sp-block {
    display: block !important;
  }
  .d-sp-flex {
    display: flex !important;
  }
  .d-sp-fixed {
    display: fixed !important;
  }
  .d-sp-none {
    display: none !important;
  }
  .d-sp-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: sp) {
  .d-sp-block {
    display: block !important;
  }
  .d-sp-flex {
    display: flex !important;
  }
  .d-sp-fixed {
    display: fixed !important;
  }
  .d-sp-none {
    display: none !important;
  }
  .d-sp-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 769px) {
  .d-pc-block {
    display: block !important;
  }
  .d-pc-flex {
    display: flex !important;
  }
  .d-pc-fixed {
    display: fixed !important;
  }
  .d-pc-none {
    display: none !important;
  }
  .d-pc-inline-block {
    display: inline-block !important;
  }
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-no-wrap {
  flex-wrap: no-wrap;
}

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

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

.justify--between {
  justify-content: space-between;
}

.justify--center {
  justify-content: center;
}

.justify--end {
  justify-content: flex-end !important;
}

.d-center {
  display: block;
  margin: 0 auto;
}

.nowrap {
  white-space: nowrap;
}

@media (max-width: 768px) {
  .only_pc {
    display: none;
  }
}

@media (min-width: sp) {
  .only_pc {
    display: none;
  }
}

@media (min-width: 769px) {
  .only_sp {
    display: none;
  }
}

.overflow--hidden {
  overflow: hidden;
}

/* ==========================================================================
   #Text
   ========================================================================== */
/* prettier-ignore */
.text--hidden {
  font: 0/0 serif;
  color: transparent;
  text-shadow: none;
}

.text--disabled {
  color: #ccc !important;
  pointer-events: none;
}

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

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

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

.text--bold {
  font-weight: bold !important;
}

.text--normal {
  font-weight: normal !important;
}

.align--top {
  vertical-align: top;
}

.align--bottom {
  vertical-align: bottom;
}

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

.pointer-events--none {
  pointer-events: none;
}

/* ==========================================================================
   #Width
   ========================================================================== */
.width--100 {
  width: 6.25rem !important;
}

.width--150 {
  width: 9.375rem !important;
}

.width--200 {
  width: 12.5rem !important;
}

.width--310 {
  width: 19.375rem !important;
}

.width--full {
  width: 100% !important;
}

.width--auto {
  width: auto !important;
}

/* ==========================================================================
   #Spacing
   ========================================================================== */
/* padding left */
.pl--0 {
  padding-left: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

/* padding right */
.pr--0 {
  padding-right: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

/* padding top */
.pt--0 {
  padding-top: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

/* padding bottom */
.pb--0 {
  padding-bottom: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

/* padding x */
.px--0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

/* padding y */
.py--0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

/* margin left */
.ml--0 {
  margin-left: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

/* margin right */
.mr--0 {
  margin-right: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

/* margin top */
.mt--0 {
  margin-top: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

/* margin bottom */
.mb--0 {
  margin-bottom: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

/* margin x */
.mx--0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

/* margin y */
.my--0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 769px) {
  /* padding left */
  .pl-pc--0 {
    padding-left: 0rem !important;
  }
  .pl-pc--5 {
    padding-left: 0.3125rem !important;
  }
  .pl-pc--10 {
    padding-left: 0.625rem !important;
  }
  .pl-pc--15 {
    padding-left: 0.9375rem !important;
  }
  .pl-pc--20 {
    padding-left: 1.25rem !important;
  }
  .pl-pc--25 {
    padding-left: 1.5625rem !important;
  }
  .pl-pc--30 {
    padding-left: 1.875rem !important;
  }
  .pl-pc--35 {
    padding-left: 2.1875rem !important;
  }
  .pl-pc--40 {
    padding-left: 2.5rem !important;
  }
  .pl-pc--45 {
    padding-left: 2.8125rem !important;
  }
  .pl-pc--50 {
    padding-left: 3.125rem !important;
  }
  /* padding right */
  .pr-pc--0 {
    padding-right: 0rem !important;
  }
  .pr-pc--5 {
    padding-right: 0.3125rem !important;
  }
  .pr-pc--10 {
    padding-right: 0.625rem !important;
  }
  .pr-pc--15 {
    padding-right: 0.9375rem !important;
  }
  .pr-pc--20 {
    padding-right: 1.25rem !important;
  }
  .pr-pc--25 {
    padding-right: 1.5625rem !important;
  }
  .pr-pc--30 {
    padding-right: 1.875rem !important;
  }
  .pr-pc--35 {
    padding-right: 2.1875rem !important;
  }
  .pr-pc--40 {
    padding-right: 2.5rem !important;
  }
  .pr-pc--45 {
    padding-right: 2.8125rem !important;
  }
  .pr-pc--50 {
    padding-right: 3.125rem !important;
  }
  /* padding top */
  .pt-pc--0 {
    padding-top: 0rem !important;
  }
  .pt-pc--5 {
    padding-top: 0.3125rem !important;
  }
  .pt-pc--10 {
    padding-top: 0.625rem !important;
  }
  .pt-pc--15 {
    padding-top: 0.9375rem !important;
  }
  .pt-pc--20 {
    padding-top: 1.25rem !important;
  }
  .pt-pc--25 {
    padding-top: 1.5625rem !important;
  }
  .pt-pc--30 {
    padding-top: 1.875rem !important;
  }
  .pt-pc--35 {
    padding-top: 2.1875rem !important;
  }
  .pt-pc--40 {
    padding-top: 2.5rem !important;
  }
  .pt-pc--45 {
    padding-top: 2.8125rem !important;
  }
  .pt-pc--50 {
    padding-top: 3.125rem !important;
  }
  /* padding bottom */
  .pb-pc--0 {
    padding-bottom: 0rem !important;
  }
  .pb-pc--5 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-pc--10 {
    padding-bottom: 0.625rem !important;
  }
  .pb-pc--15 {
    padding-bottom: 0.9375rem !important;
  }
  .pb-pc--20 {
    padding-bottom: 1.25rem !important;
  }
  .pb-pc--25 {
    padding-bottom: 1.5625rem !important;
  }
  .pb-pc--30 {
    padding-bottom: 1.875rem !important;
  }
  .pb-pc--35 {
    padding-bottom: 2.1875rem !important;
  }
  .pb-pc--40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-pc--45 {
    padding-bottom: 2.8125rem !important;
  }
  .pb-pc--50 {
    padding-bottom: 3.125rem !important;
  }
  /* padding x */
  .px-pc--0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .px-pc--5 {
    padding-left: 0.3125rem !important;
    padding-right: 0.3125rem !important;
  }
  .px-pc--10 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
  .px-pc--15 {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
  }
  .px-pc--20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .px-pc--25 {
    padding-left: 1.5625rem !important;
    padding-right: 1.5625rem !important;
  }
  .px-pc--30 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }
  .px-pc--35 {
    padding-left: 2.1875rem !important;
    padding-right: 2.1875rem !important;
  }
  .px-pc--40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px-pc--45 {
    padding-left: 2.8125rem !important;
    padding-right: 2.8125rem !important;
  }
  .px-pc--50 {
    padding-left: 3.125rem !important;
    padding-right: 3.125rem !important;
  }
  /* padding y */
  .py-pc--0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-pc--5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-pc--10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-pc--15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .py-pc--20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-pc--25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }
  .py-pc--30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-pc--35 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important;
  }
  .py-pc--40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-pc--45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }
  .py-pc--50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  /* margin left */
  .ml-pc--0 {
    margin-left: 0rem !important;
  }
  .ml-pc--5 {
    margin-left: 0.3125rem !important;
  }
  .ml-pc--10 {
    margin-left: 0.625rem !important;
  }
  .ml-pc--15 {
    margin-left: 0.9375rem !important;
  }
  .ml-pc--20 {
    margin-left: 1.25rem !important;
  }
  .ml-pc--25 {
    margin-left: 1.5625rem !important;
  }
  .ml-pc--30 {
    margin-left: 1.875rem !important;
  }
  .ml-pc--35 {
    margin-left: 2.1875rem !important;
  }
  .ml-pc--40 {
    margin-left: 2.5rem !important;
  }
  .ml-pc--45 {
    margin-left: 2.8125rem !important;
  }
  .ml-pc--50 {
    margin-left: 3.125rem !important;
  }
  /* margin right */
  .mr-pc--0 {
    margin-right: 0rem !important;
  }
  .mr-pc--5 {
    margin-right: 0.3125rem !important;
  }
  .mr-pc--10 {
    margin-right: 0.625rem !important;
  }
  .mr-pc--15 {
    margin-right: 0.9375rem !important;
  }
  .mr-pc--20 {
    margin-right: 1.25rem !important;
  }
  .mr-pc--25 {
    margin-right: 1.5625rem !important;
  }
  .mr-pc--30 {
    margin-right: 1.875rem !important;
  }
  .mr-pc--35 {
    margin-right: 2.1875rem !important;
  }
  .mr-pc--40 {
    margin-right: 2.5rem !important;
  }
  .mr-pc--45 {
    margin-right: 2.8125rem !important;
  }
  .mr-pc--50 {
    margin-right: 3.125rem !important;
  }
  /* margin top */
  .mt-pc--0 {
    margin-top: 0rem !important;
  }
  .mt-pc--5 {
    margin-top: 0.3125rem !important;
  }
  .mt-pc--10 {
    margin-top: 0.625rem !important;
  }
  .mt-pc--15 {
    margin-top: 0.9375rem !important;
  }
  .mt-pc--20 {
    margin-top: 1.25rem !important;
  }
  .mt-pc--25 {
    margin-top: 1.5625rem !important;
  }
  .mt-pc--30 {
    margin-top: 1.875rem !important;
  }
  .mt-pc--35 {
    margin-top: 2.1875rem !important;
  }
  .mt-pc--40 {
    margin-top: 2.5rem !important;
  }
  .mt-pc--45 {
    margin-top: 2.8125rem !important;
  }
  .mt-pc--50 {
    margin-top: 3.125rem !important;
  }
  /* margin bottom */
  .mb-pc--0 {
    margin-bottom: 0rem !important;
  }
  .mb-pc--5 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-pc--10 {
    margin-bottom: 0.625rem !important;
  }
  .mb-pc--15 {
    margin-bottom: 0.9375rem !important;
  }
  .mb-pc--20 {
    margin-bottom: 1.25rem !important;
  }
  .mb-pc--25 {
    margin-bottom: 1.5625rem !important;
  }
  .mb-pc--30 {
    margin-bottom: 1.875rem !important;
  }
  .mb-pc--35 {
    margin-bottom: 2.1875rem !important;
  }
  .mb-pc--40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-pc--45 {
    margin-bottom: 2.8125rem !important;
  }
  .mb-pc--50 {
    margin-bottom: 3.125rem !important;
  }
  /* margin x */
  .mx-pc--0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .mx-pc--5 {
    margin-left: 0.3125rem !important;
    margin-right: 0.3125rem !important;
  }
  .mx-pc--10 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }
  .mx-pc--15 {
    margin-left: 0.9375rem !important;
    margin-right: 0.9375rem !important;
  }
  .mx-pc--20 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .mx-pc--25 {
    margin-left: 1.5625rem !important;
    margin-right: 1.5625rem !important;
  }
  .mx-pc--30 {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important;
  }
  .mx-pc--35 {
    margin-left: 2.1875rem !important;
    margin-right: 2.1875rem !important;
  }
  .mx-pc--40 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-pc--45 {
    margin-left: 2.8125rem !important;
    margin-right: 2.8125rem !important;
  }
  .mx-pc--50 {
    margin-left: 3.125rem !important;
    margin-right: 3.125rem !important;
  }
  /* margin y */
  .my-pc--0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-pc--5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-pc--10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-pc--15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .my-pc--20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-pc--25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }
  .my-pc--30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-pc--35 {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important;
  }
  .my-pc--40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-pc--45 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }
  .my-pc--50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
}

@media (max-width: 768px) {
  /* padding left */
  .pl-sp--0 {
    padding-left: 0rem !important;
  }
  .pl-sp--5 {
    padding-left: 0.3125rem !important;
  }
  .pl-sp--10 {
    padding-left: 0.625rem !important;
  }
  .pl-sp--15 {
    padding-left: 0.9375rem !important;
  }
  .pl-sp--20 {
    padding-left: 1.25rem !important;
  }
  .pl-sp--25 {
    padding-left: 1.5625rem !important;
  }
  .pl-sp--30 {
    padding-left: 1.875rem !important;
  }
  .pl-sp--35 {
    padding-left: 2.1875rem !important;
  }
  .pl-sp--40 {
    padding-left: 2.5rem !important;
  }
  .pl-sp--45 {
    padding-left: 2.8125rem !important;
  }
  .pl-sp--50 {
    padding-left: 3.125rem !important;
  }
  /* padding right */
  .pr-sp--0 {
    padding-right: 0rem !important;
  }
  .pr-sp--5 {
    padding-right: 0.3125rem !important;
  }
  .pr-sp--10 {
    padding-right: 0.625rem !important;
  }
  .pr-sp--15 {
    padding-right: 0.9375rem !important;
  }
  .pr-sp--20 {
    padding-right: 1.25rem !important;
  }
  .pr-sp--25 {
    padding-right: 1.5625rem !important;
  }
  .pr-sp--30 {
    padding-right: 1.875rem !important;
  }
  .pr-sp--35 {
    padding-right: 2.1875rem !important;
  }
  .pr-sp--40 {
    padding-right: 2.5rem !important;
  }
  .pr-sp--45 {
    padding-right: 2.8125rem !important;
  }
  .pr-sp--50 {
    padding-right: 3.125rem !important;
  }
  /* padding top */
  .pt-sp--0 {
    padding-top: 0rem !important;
  }
  .pt-sp--5 {
    padding-top: 0.3125rem !important;
  }
  .pt-sp--10 {
    padding-top: 0.625rem !important;
  }
  .pt-sp--15 {
    padding-top: 0.9375rem !important;
  }
  .pt-sp--20 {
    padding-top: 1.25rem !important;
  }
  .pt-sp--25 {
    padding-top: 1.5625rem !important;
  }
  .pt-sp--30 {
    padding-top: 1.875rem !important;
  }
  .pt-sp--35 {
    padding-top: 2.1875rem !important;
  }
  .pt-sp--40 {
    padding-top: 2.5rem !important;
  }
  .pt-sp--45 {
    padding-top: 2.8125rem !important;
  }
  .pt-sp--50 {
    padding-top: 3.125rem !important;
  }
  /* padding bottom */
  .pb-sp--0 {
    padding-bottom: 0rem !important;
  }
  .pb-sp--5 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-sp--10 {
    padding-bottom: 0.625rem !important;
  }
  .pb-sp--15 {
    padding-bottom: 0.9375rem !important;
  }
  .pb-sp--20 {
    padding-bottom: 1.25rem !important;
  }
  .pb-sp--25 {
    padding-bottom: 1.5625rem !important;
  }
  .pb-sp--30 {
    padding-bottom: 1.875rem !important;
  }
  .pb-sp--35 {
    padding-bottom: 2.1875rem !important;
  }
  .pb-sp--40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sp--45 {
    padding-bottom: 2.8125rem !important;
  }
  .pb-sp--50 {
    padding-bottom: 3.125rem !important;
  }
  /* padding x */
  .px-sp--0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .px-sp--5 {
    padding-left: 0.3125rem !important;
    padding-right: 0.3125rem !important;
  }
  .px-sp--10 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
  .px-sp--15 {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
  }
  .px-sp--20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .px-sp--25 {
    padding-left: 1.5625rem !important;
    padding-right: 1.5625rem !important;
  }
  .px-sp--30 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }
  .px-sp--35 {
    padding-left: 2.1875rem !important;
    padding-right: 2.1875rem !important;
  }
  .px-sp--40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px-sp--45 {
    padding-left: 2.8125rem !important;
    padding-right: 2.8125rem !important;
  }
  .px-sp--50 {
    padding-left: 3.125rem !important;
    padding-right: 3.125rem !important;
  }
  /* padding y */
  .py-sp--0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-sp--5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-sp--10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-sp--15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .py-sp--20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-sp--25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }
  .py-sp--30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-sp--35 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important;
  }
  .py-sp--40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sp--45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }
  .py-sp--50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  /* margin left */
  .ml-sp--0 {
    margin-left: 0rem !important;
  }
  .ml-sp--5 {
    margin-left: 0.3125rem !important;
  }
  .ml-sp--10 {
    margin-left: 0.625rem !important;
  }
  .ml-sp--15 {
    margin-left: 0.9375rem !important;
  }
  .ml-sp--20 {
    margin-left: 1.25rem !important;
  }
  .ml-sp--25 {
    margin-left: 1.5625rem !important;
  }
  .ml-sp--30 {
    margin-left: 1.875rem !important;
  }
  .ml-sp--35 {
    margin-left: 2.1875rem !important;
  }
  .ml-sp--40 {
    margin-left: 2.5rem !important;
  }
  .ml-sp--45 {
    margin-left: 2.8125rem !important;
  }
  .ml-sp--50 {
    margin-left: 3.125rem !important;
  }
  /* margin right */
  .mr-sp--0 {
    margin-right: 0rem !important;
  }
  .mr-sp--5 {
    margin-right: 0.3125rem !important;
  }
  .mr-sp--10 {
    margin-right: 0.625rem !important;
  }
  .mr-sp--15 {
    margin-right: 0.9375rem !important;
  }
  .mr-sp--20 {
    margin-right: 1.25rem !important;
  }
  .mr-sp--25 {
    margin-right: 1.5625rem !important;
  }
  .mr-sp--30 {
    margin-right: 1.875rem !important;
  }
  .mr-sp--35 {
    margin-right: 2.1875rem !important;
  }
  .mr-sp--40 {
    margin-right: 2.5rem !important;
  }
  .mr-sp--45 {
    margin-right: 2.8125rem !important;
  }
  .mr-sp--50 {
    margin-right: 3.125rem !important;
  }
  /* margin top */
  .mt-sp--0 {
    margin-top: 0rem !important;
  }
  .mt-sp--5 {
    margin-top: 0.3125rem !important;
  }
  .mt-sp--10 {
    margin-top: 0.625rem !important;
  }
  .mt-sp--15 {
    margin-top: 0.9375rem !important;
  }
  .mt-sp--20 {
    margin-top: 1.25rem !important;
  }
  .mt-sp--25 {
    margin-top: 1.5625rem !important;
  }
  .mt-sp--30 {
    margin-top: 1.875rem !important;
  }
  .mt-sp--35 {
    margin-top: 2.1875rem !important;
  }
  .mt-sp--40 {
    margin-top: 2.5rem !important;
  }
  .mt-sp--45 {
    margin-top: 2.8125rem !important;
  }
  .mt-sp--50 {
    margin-top: 3.125rem !important;
  }
  /* margin bottom */
  .mb-sp--0 {
    margin-bottom: 0rem !important;
  }
  .mb-sp--5 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-sp--10 {
    margin-bottom: 0.625rem !important;
  }
  .mb-sp--15 {
    margin-bottom: 0.9375rem !important;
  }
  .mb-sp--20 {
    margin-bottom: 1.25rem !important;
  }
  .mb-sp--25 {
    margin-bottom: 1.5625rem !important;
  }
  .mb-sp--30 {
    margin-bottom: 1.875rem !important;
  }
  .mb-sp--35 {
    margin-bottom: 2.1875rem !important;
  }
  .mb-sp--40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sp--45 {
    margin-bottom: 2.8125rem !important;
  }
  .mb-sp--50 {
    margin-bottom: 3.125rem !important;
  }
  /* margin x */
  .mx-sp--0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .mx-sp--5 {
    margin-left: 0.3125rem !important;
    margin-right: 0.3125rem !important;
  }
  .mx-sp--10 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }
  .mx-sp--15 {
    margin-left: 0.9375rem !important;
    margin-right: 0.9375rem !important;
  }
  .mx-sp--20 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .mx-sp--25 {
    margin-left: 1.5625rem !important;
    margin-right: 1.5625rem !important;
  }
  .mx-sp--30 {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important;
  }
  .mx-sp--35 {
    margin-left: 2.1875rem !important;
    margin-right: 2.1875rem !important;
  }
  .mx-sp--40 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-sp--45 {
    margin-left: 2.8125rem !important;
    margin-right: 2.8125rem !important;
  }
  .mx-sp--50 {
    margin-left: 3.125rem !important;
    margin-right: 3.125rem !important;
  }
  /* margin y */
  .my-sp--0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-sp--5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-sp--10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-sp--15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .my-sp--20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-sp--25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }
  .my-sp--30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-sp--35 {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important;
  }
  .my-sp--40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sp--45 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }
  .my-sp--50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
}

@media (min-width: sp) {
  /* padding left */
  .pl-sp--0 {
    padding-left: 0rem !important;
  }
  .pl-sp--5 {
    padding-left: 0.3125rem !important;
  }
  .pl-sp--10 {
    padding-left: 0.625rem !important;
  }
  .pl-sp--15 {
    padding-left: 0.9375rem !important;
  }
  .pl-sp--20 {
    padding-left: 1.25rem !important;
  }
  .pl-sp--25 {
    padding-left: 1.5625rem !important;
  }
  .pl-sp--30 {
    padding-left: 1.875rem !important;
  }
  .pl-sp--35 {
    padding-left: 2.1875rem !important;
  }
  .pl-sp--40 {
    padding-left: 2.5rem !important;
  }
  .pl-sp--45 {
    padding-left: 2.8125rem !important;
  }
  .pl-sp--50 {
    padding-left: 3.125rem !important;
  }
  /* padding right */
  .pr-sp--0 {
    padding-right: 0rem !important;
  }
  .pr-sp--5 {
    padding-right: 0.3125rem !important;
  }
  .pr-sp--10 {
    padding-right: 0.625rem !important;
  }
  .pr-sp--15 {
    padding-right: 0.9375rem !important;
  }
  .pr-sp--20 {
    padding-right: 1.25rem !important;
  }
  .pr-sp--25 {
    padding-right: 1.5625rem !important;
  }
  .pr-sp--30 {
    padding-right: 1.875rem !important;
  }
  .pr-sp--35 {
    padding-right: 2.1875rem !important;
  }
  .pr-sp--40 {
    padding-right: 2.5rem !important;
  }
  .pr-sp--45 {
    padding-right: 2.8125rem !important;
  }
  .pr-sp--50 {
    padding-right: 3.125rem !important;
  }
  /* padding top */
  .pt-sp--0 {
    padding-top: 0rem !important;
  }
  .pt-sp--5 {
    padding-top: 0.3125rem !important;
  }
  .pt-sp--10 {
    padding-top: 0.625rem !important;
  }
  .pt-sp--15 {
    padding-top: 0.9375rem !important;
  }
  .pt-sp--20 {
    padding-top: 1.25rem !important;
  }
  .pt-sp--25 {
    padding-top: 1.5625rem !important;
  }
  .pt-sp--30 {
    padding-top: 1.875rem !important;
  }
  .pt-sp--35 {
    padding-top: 2.1875rem !important;
  }
  .pt-sp--40 {
    padding-top: 2.5rem !important;
  }
  .pt-sp--45 {
    padding-top: 2.8125rem !important;
  }
  .pt-sp--50 {
    padding-top: 3.125rem !important;
  }
  /* padding bottom */
  .pb-sp--0 {
    padding-bottom: 0rem !important;
  }
  .pb-sp--5 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-sp--10 {
    padding-bottom: 0.625rem !important;
  }
  .pb-sp--15 {
    padding-bottom: 0.9375rem !important;
  }
  .pb-sp--20 {
    padding-bottom: 1.25rem !important;
  }
  .pb-sp--25 {
    padding-bottom: 1.5625rem !important;
  }
  .pb-sp--30 {
    padding-bottom: 1.875rem !important;
  }
  .pb-sp--35 {
    padding-bottom: 2.1875rem !important;
  }
  .pb-sp--40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sp--45 {
    padding-bottom: 2.8125rem !important;
  }
  .pb-sp--50 {
    padding-bottom: 3.125rem !important;
  }
  /* padding x */
  .px-sp--0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .px-sp--5 {
    padding-left: 0.3125rem !important;
    padding-right: 0.3125rem !important;
  }
  .px-sp--10 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
  .px-sp--15 {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
  }
  .px-sp--20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .px-sp--25 {
    padding-left: 1.5625rem !important;
    padding-right: 1.5625rem !important;
  }
  .px-sp--30 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }
  .px-sp--35 {
    padding-left: 2.1875rem !important;
    padding-right: 2.1875rem !important;
  }
  .px-sp--40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px-sp--45 {
    padding-left: 2.8125rem !important;
    padding-right: 2.8125rem !important;
  }
  .px-sp--50 {
    padding-left: 3.125rem !important;
    padding-right: 3.125rem !important;
  }
  /* padding y */
  .py-sp--0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-sp--5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-sp--10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-sp--15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .py-sp--20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-sp--25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }
  .py-sp--30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-sp--35 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important;
  }
  .py-sp--40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sp--45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }
  .py-sp--50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  /* margin left */
  .ml-sp--0 {
    margin-left: 0rem !important;
  }
  .ml-sp--5 {
    margin-left: 0.3125rem !important;
  }
  .ml-sp--10 {
    margin-left: 0.625rem !important;
  }
  .ml-sp--15 {
    margin-left: 0.9375rem !important;
  }
  .ml-sp--20 {
    margin-left: 1.25rem !important;
  }
  .ml-sp--25 {
    margin-left: 1.5625rem !important;
  }
  .ml-sp--30 {
    margin-left: 1.875rem !important;
  }
  .ml-sp--35 {
    margin-left: 2.1875rem !important;
  }
  .ml-sp--40 {
    margin-left: 2.5rem !important;
  }
  .ml-sp--45 {
    margin-left: 2.8125rem !important;
  }
  .ml-sp--50 {
    margin-left: 3.125rem !important;
  }
  /* margin right */
  .mr-sp--0 {
    margin-right: 0rem !important;
  }
  .mr-sp--5 {
    margin-right: 0.3125rem !important;
  }
  .mr-sp--10 {
    margin-right: 0.625rem !important;
  }
  .mr-sp--15 {
    margin-right: 0.9375rem !important;
  }
  .mr-sp--20 {
    margin-right: 1.25rem !important;
  }
  .mr-sp--25 {
    margin-right: 1.5625rem !important;
  }
  .mr-sp--30 {
    margin-right: 1.875rem !important;
  }
  .mr-sp--35 {
    margin-right: 2.1875rem !important;
  }
  .mr-sp--40 {
    margin-right: 2.5rem !important;
  }
  .mr-sp--45 {
    margin-right: 2.8125rem !important;
  }
  .mr-sp--50 {
    margin-right: 3.125rem !important;
  }
  /* margin top */
  .mt-sp--0 {
    margin-top: 0rem !important;
  }
  .mt-sp--5 {
    margin-top: 0.3125rem !important;
  }
  .mt-sp--10 {
    margin-top: 0.625rem !important;
  }
  .mt-sp--15 {
    margin-top: 0.9375rem !important;
  }
  .mt-sp--20 {
    margin-top: 1.25rem !important;
  }
  .mt-sp--25 {
    margin-top: 1.5625rem !important;
  }
  .mt-sp--30 {
    margin-top: 1.875rem !important;
  }
  .mt-sp--35 {
    margin-top: 2.1875rem !important;
  }
  .mt-sp--40 {
    margin-top: 2.5rem !important;
  }
  .mt-sp--45 {
    margin-top: 2.8125rem !important;
  }
  .mt-sp--50 {
    margin-top: 3.125rem !important;
  }
  /* margin bottom */
  .mb-sp--0 {
    margin-bottom: 0rem !important;
  }
  .mb-sp--5 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-sp--10 {
    margin-bottom: 0.625rem !important;
  }
  .mb-sp--15 {
    margin-bottom: 0.9375rem !important;
  }
  .mb-sp--20 {
    margin-bottom: 1.25rem !important;
  }
  .mb-sp--25 {
    margin-bottom: 1.5625rem !important;
  }
  .mb-sp--30 {
    margin-bottom: 1.875rem !important;
  }
  .mb-sp--35 {
    margin-bottom: 2.1875rem !important;
  }
  .mb-sp--40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sp--45 {
    margin-bottom: 2.8125rem !important;
  }
  .mb-sp--50 {
    margin-bottom: 3.125rem !important;
  }
  /* margin x */
  .mx-sp--0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .mx-sp--5 {
    margin-left: 0.3125rem !important;
    margin-right: 0.3125rem !important;
  }
  .mx-sp--10 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }
  .mx-sp--15 {
    margin-left: 0.9375rem !important;
    margin-right: 0.9375rem !important;
  }
  .mx-sp--20 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .mx-sp--25 {
    margin-left: 1.5625rem !important;
    margin-right: 1.5625rem !important;
  }
  .mx-sp--30 {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important;
  }
  .mx-sp--35 {
    margin-left: 2.1875rem !important;
    margin-right: 2.1875rem !important;
  }
  .mx-sp--40 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-sp--45 {
    margin-left: 2.8125rem !important;
    margin-right: 2.8125rem !important;
  }
  .mx-sp--50 {
    margin-left: 3.125rem !important;
    margin-right: 3.125rem !important;
  }
  /* margin y */
  .my-sp--0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-sp--5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-sp--10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-sp--15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .my-sp--20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-sp--25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }
  .my-sp--30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-sp--35 {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important;
  }
  .my-sp--40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sp--45 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }
  .my-sp--50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
}

.m--auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

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

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

@media (min-width: 769px) {
  .mx__pc--auto {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .mx__sp--auto {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: sp) {
  .mx__sp--auto {
    margin-left: auto;
    margin-right: auto;
  }
}

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

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

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

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

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

.mb--1rem {
  margin-bottom: 1rem;
}

.mb--2rem {
  margin-bottom: 2rem;
}

.ml--2rem {
  margin-left: 2rem;
}

.p--auto {
  padding-left: auto;
  padding-right: auto;
}

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

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

@media (min-width: 769px) {
  .px__pc--auto {
    padding-left: auto;
    padding-right: auto;
  }
}

@media (max-width: 768px) {
  .px__sp--auto {
    padding-left: auto;
    padding-right: auto;
  }
}

@media (min-width: sp) {
  .px__sp--auto {
    padding-left: auto;
    padding-right: auto;
  }
}

.px--auto {
  padding-left: auto;
  padding-right: auto;
}

.p--0 {
  padding: 0;
}

/* ==========================================================================
   #Custom
   ========================================================================== */
.fixed {
  background-color: #222;
  position: fixed;
  z-index: 100001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hidden {
  overflow: hidden;
}

.scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.1875rem rgba(0, 0, 0, 0.1);
}

.scrollbar::-webkit-scrollbar {
  width: 0.1875rem;
  height: 0.375rem;
  background-color: transparent;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(34, 34, 34, 0.35);
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.1875rem rgba(0, 0, 0, 0.1);
}

/* ==========================================================================
   #Font
   ========================================================================== */
.font-size--12 {
  font-size: 0.75rem;
}

/* ==========================================================================
   #Border
   ========================================================================== */
.bg--white {
  background: #fff;
}

.bg--grey {
  background: #f8f8f8;
}

.bg--green {
  background: #f0fff0;
}

.bg--pink {
  background: #f8e5f2;
}

.bg--today {
  display: inline-block;
  background: #fee167;
}

.bg--saturday {
  display: inline-block;
  background: #b4ebfa;
}

.bg--sunday, .bg--holiday {
  background: #ffd1d1;
}

/* ==========================================================================
   #Header
   ========================================================================== */
.header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background: #717171;
}

.header .container {
  display: flex;
  align-items: center;
}

.header-top {
  background: #b60081;
  padding: 0.5rem 0;
}

.header-top .container {
  justify-content: space-between;
}

.header-top__right {
  display: flex;
  align-items: center;
}

.header-logo {
  margin-bottom: 0;
}

.header-logo__link {
  font-size: 1.75rem;
  color: #fff;
}

.header-logout__link {
  padding: 0.45rem 1.3rem !important;
  position: relative;
  bottom: .1rem;
}

.header-logout__link .fa {
  margin-right: 0.25rem;
}

.header-bottom {
  width: calc(100% - 16rem);
  margin-left: auto;
}

.header-bottom .container {
  display: flex;
  justify-content: space-between;
}

.header-bottom__list {
  display: flex;
  align-items: center;
  margin: 0;
}

.header-bottom__item {
  margin-left: 1rem;
}

.header-bottom__img {
  width: 1.85rem;
  height: 1.85em;
}

.header-menu::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f8e5f2;
  height: .75rem;
  transform: translateY(97%);
  box-shadow: 0 4px 1rem #ccc;
}

.header-menu .fa {
  margin-right: 0.75rem;
}

.header-menu .fa-shopping-cart,
.header-menu .fa-trash-o,
.header-menu .fa-cog {
  font-size: 1.4rem;
}

.header-menu__list {
  width: 100%;
  background: #717171;
  margin: 0;
  color: #fff;
}

@media (max-width: 767px) {
  .header-menu__list {
    width: 767px;
  }
}

.header-menu__item {
  position: relative;
  width: 11rem;
  border-right: 1px solid #fff;
}

.header-menu__link {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  height: 3rem;
  padding: 0 0.5rem;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  transition: all 0.25s ease;
  color: #fff;
  line-height: 1.25rem;
}

.header-menu__link:hover {
  background: #808080;
}

.header-menu__link.active {
  background: #f8e5f2;
  color: #b60081;
}

.header-submenu {
  background: #f8e5f2;
  box-shadow: 0 -7px 7px -1px #f7d0ea inset;
  padding: 0.5rem 0;
}

.header-submenu .fa {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  background: #b60081;
  height: 2.5rem;
  margin: auto;
  padding: 0.5rem;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 50%;
}

.header-submenu .fa-clone,
.header-submenu .fa-external-link,
.header-submenu .fa-file-text {
  font-size: 1.25rem;
}

.header-submenu .header-menu__item {
  top: 0.5rem;
  width: auto;
  height: 3.25rem;
  border: 0;
  border-right: none;
  margin-right: 0.5rem;
}

.header-submenu .header-menu__item .fa {
  width: auto;
  background: transparent;
  height: auto;
  padding: 0;
  font-size: 1rem;
  color: #b60081;
  margin-right: 0.75rem;
}

.header-submenu .header-menu__item:first-child {
  margin-left: 0.875rem;
}

.header-submenu .header-menu__item a {
  background: #e5e5e5;
  height: 3.25rem;
  border: 1px solid #ccc;
  padding: 0 1.25rem;
  font-size: 0.9375rem;
  transition: all 0.25s ease;
  color: #222;
  border-bottom: 0;
  border-radius: 0.625rem 0.625rem 0 0;
}

.header-submenu .header-menu__item a:hover {
  background: rgba(229, 229, 229, 0.7);
}

.header-submenu .header-menu__item a .fa {
  color: #222;
}

.header-submenu .header-menu__item a .fa-lock {
  font-size: 1.3rem;
}

.header-submenu .header-menu__item a.active {
  background: #fff;
  color: #b60081;
}

.header-submenu .header-menu__item a.active .fa {
  color: #b60081;
}

.header-submenu__list {
  display: flex;
  margin: 0;
}

.header-submenu__item {
  width: 7rem;
  text-align: center;
}

.header-submenu__link {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #b60081;
}

.header-submenu__txt {
  display: inline-block;
  width: 100%;
  font-size: 0.8125rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-top: 0.25rem;
}

/* ==========================================================================
   #Navbar
   ========================================================================== */
/* ==========================================================================
   #Footer
   ========================================================================== */
.footer {
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #717171;
  height: 2.5rem;
}

@media (max-width: 767px) {
  .footer {
    width: 767px;
  }
}

.footer__copyright {
  margin-bottom: 0;
  color: #fff;
}

@media (min-width: 769px) {
  .page-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

.page-aside {
  width: 100%;
}

@media (min-width: 769px) {
  .page-aside {
    max-width: 18.75rem;
  }
}

.main-content {
  width: 100%;
}

@media (min-width: 769px) {
  .main-content {
    max-width: calc(100% - (300rem / 16));
  }
}

/* ==========================================================================
   #Thumbnail
   ========================================================================== */
.thumb {
  position: relative;
  height: 0;
  overflow: hidden;
  margin: 0;
}

.thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
}

.thumb-prod {
  padding-bottom: 80.204%;
  margin-bottom: 0.625rem;
}

.thumb-4x3 {
  padding-bottom: 70%;
}

.btn {
  display: inline-block;
  border: 2px solid transparent;
  padding: 0.53rem 1.3rem;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #fff;
  border-radius: 2rem;
  margin-left: 0.5rem;
  white-space: nowrap;
}

.btn:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.btn__img {
  width: 1.25rem;
}

.btn--blue {
  background-color: #039be5;
  border-color: #039be5;
  -webkit-box-shadow: 0 0.2rem 0.5rem #039be5;
  box-shadow: 0 0.2rem 0.5rem #039be5;
}

.btn--darkblue {
  background-color: #337ab7;
  border-color: #337ab7;
  -webkit-box-shadow: 0 0.2rem 0.5rem #337ab7;
  box-shadow: 0 0.2rem 0.5rem #337ab7;
}

.btn--pink {
  background-color: #b60081;
  border-color: #b60081;
  -webkit-box-shadow: 0 0.2rem 0.5rem #b60081;
  box-shadow: 0 0.2rem 0.5rem #b60081;
}

.btn--green {
  background-color: #419641;
  border-color: #419641;
  -webkit-box-shadow: 0 0.2rem 0.5rem #419641;
  box-shadow: 0 0.2rem 0.5rem #419641;
}

.btn--red {
  background-color: #cb1c22;
  border-color: #cb1c22;
  -webkit-box-shadow: 0 0.2rem 0.5rem #cb1c22;
  box-shadow: 0 0.2rem 0.5rem #cb1c22;
}

.btn--yellow {
  background-color: #eb9316;
  border-color: #eb9316;
  -webkit-box-shadow: 0 0.2rem 0.5rem #eb9316;
  box-shadow: 0 0.2rem 0.5rem #eb9316;
}

.btn--grey {
  background-color: #00000061;
  -webkit-box-shadow: 0 0.2rem 0.5rem #00000061;
  box-shadow: 0 0.2rem 0.5rem #00000061;
}

.btn--white {
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: 0 0.2rem 0.5rem #ccc;
  box-shadow: 0 0.2rem 0.5rem #ccc;
  color: #039be5;
}

.btn--black {
  background-color: #000;
  border-color: #000;
  -webkit-box-shadow: 0 0.2rem 0.5rem #000;
  box-shadow: 0 0.2rem 0.5rem #000;
}

.btn-switch.active {
  background-color: #039be5;
  border-color: #039be5;
  -webkit-box-shadow: 0 0.2rem 0.5rem #039be5;
  box-shadow: 0 0.2rem 0.5rem #039be5;
}

.btn-reset, .btn-contact {
  text-align: center;
}

.btn-reset__link, .btn-contact__link {
  color: #039be5;
}

.btn-reset__link:hover, .btn-contact__link:hover {
  text-decoration: underline;
}

.btn-02 {
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.786rem 1.5rem;
  border-radius: 0.358rem;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1rem;
  line-height: 1;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,background 0s,border 0s,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,background 0s,border 0s,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,background 0s,border 0s;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,background 0s,border 0s,-webkit-box-shadow .15s ease-in-out;
}

.btn-02--blue {
  color: #039be5;
  border: 2px solid #039be5;
}

.btn-02--blue:hover {
  background-color: rgba(40, 199, 111, 0.04);
}

.btn-02--green {
  color: #419641;
  border: 2px solid #419641;
}

.section {
  background: #fff;
  border: 1px solid #ccc;
  padding: 1.5rem 1rem;
  margin-bottom: 0.625rem;
  box-shadow: 0 4px 1rem #ccc;
  border-radius: 0.65rem;
}

@media (max-width: 768px) {
  .section {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: sp) {
  .section {
    margin-bottom: 1.25rem;
  }
}

.section-head .btn-confirm {
  margin-bottom: 0;
}

.section-head__top {
  display: flex;
  justify-content: space-between;
}

.section-head__date {
  font-size: 1.25rem;
  margin-bottom: 0;
}

.section-link {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.section-link__item {
  margin-right: 1rem;
}

.section-link__href {
  color: #337ab7;
}

.section-result .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.section-result .info-top__list {
  display: flex;
}

.section-result .info-top__item {
  margin-right: 2rem;
}

.section-result .info-top__txt.last {
  font-size: 1.375rem;
  font-weight: bold;
  margin-left: 0.5rem;
}

.section-result .info-top__txt.last small {
  font-size: 1.125rem;
}

.section-result .info-bottom__txt.first {
  display: inline-block;
  width: 7rem;
  font-weight: bold;
  text-align: right;
  margin-right: 0.5rem;
}

.section-result .info.align--flex-end .section-btn {
  margin-bottom: 1.5rem;
}

.section-btn {
  display: flex;
  align-items: flex-start;
}

.heading {
  margin-bottom: 2.5rem;
  border-bottom: 0.0625rem solid #eb9316;
  padding-bottom: 0.625rem;
}

@media (min-width: 769px) {
  .heading {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
  }
}

.heading .more-link {
  color: #419641;
  position: relative;
  padding-right: 0.9375rem;
  font-size: 0.75rem;
  line-height: 1;
}

.heading .more-link::after {
  content: '';
  border: solid #419641;
  padding: 0.1875rem;
  border-width: 0.125rem 0.125rem 0 0;
  transform: rotate(45deg) translateY(calc(-50% - (2rem / 16)));
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0.375rem;
}

.heading-title {
  color: #419641;
  margin: 0;
  font-size: 2.25rem;
  line-height: 1;
}

@media (max-width: 768px) {
  .heading-title {
    font-size: 1.5rem;
    text-align: center;
  }
}

@media (min-width: sp) {
  .heading-title {
    font-size: 1.5rem;
    text-align: center;
  }
}

.heading-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 768px) {
  .heading-right {
    display: none;
  }
}

@media (min-width: sp) {
  .heading-right {
    display: none;
  }
}

.heading-list-cat {
  margin: 0 1.875rem 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.heading-list-cat li {
  padding: 0 0.625rem;
}

.heading-list-cat li a {
  color: #222;
  text-transform: uppercase;
  transition: 0.25s all;
  font-size: 0.875rem;
  line-height: 1;
}

.heading-list-cat li a:hover {
  color: #419641;
}

.heading-list-cat li.cat-active a {
  color: #419641;
}

.filter {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}

.pagination {
  display: flex;
  margin: 0;
  border-radius: 5px;
}

.pagination .fa-angle-left,
.pagination .fa-angle-right {
  position: relative;
  top: -2px;
  font-size: 1.25rem;
}

.pagination__item {
  margin-left: 0.5rem;
}

.pagination__item:first-child {
  margin-left: 0;
}

.pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  background: #fff;
  height: 2.25rem;
  border: 1px solid #ccc;
  transition: all 0.2s ease;
  color: #039be5;
  border-radius: 0.3125rem;
}

.pagination__link:hover, .pagination__link.active {
  background: #039be5;
  border: 1px solid #039be5;
  color: #fff;
}

.breadcrumb {
  display: flex;
  margin-left: 0;
}

.breadcrumb__title {
  margin: 1rem 0 0.5rem;
  font-size: 1.5rem;
}

.breadcrumb__link {
  color: #337ab7;
}

.breadcrumb-item {
  padding: 0 0.75rem;
  border-right: 1px solid #ccc;
}

.breadcrumb__txt {
  font-size: 0.9375rem;
  text-shadow: 0 0 10px;
}

.form {
  margin-bottom: 0;
}

.form-login {
  width: 21rem;
  background: #fff;
  border: 1px solid #ccc;
  padding: 1.5rem 2rem 2.5rem;
  box-shadow: 0 0 15px #ccc;
}

.form-login .form-item {
  margin-bottom: 1rem;
}

.form-login .form-item:last-child {
  margin-bottom: 0;
}

.form-title {
  font-size: 1.25rem;
  color: #039be5;
  text-align: center;
}

.form-label {
  display: block;
  font-weight: bold;
  white-space: nowrap;
}

.form-item {
  display: flex;
  align-items: center;
  width: 100%;
}

.form-input, .form-select, .form-textarea {
  width: 100%;
  height: 2.5rem;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 0 0.75rem;
  transition: all 0.25s ease;
}

.form-input:focus, .form-select:focus, .form-textarea:focus {
  background: #f8f8f8;
  border: 1px solid #039be5;
  box-shadow: #039be5 0 1px 5px;
}

.form-textarea {
  height: 12.5rem;
}

.form-submit {
  width: 100%;
  background: #039be5;
  height: 2.5rem;
  padding: 0;
  margin-left: 0;
}

.form-switch {
  display: inline-block;
  position: relative;
}

.form-switch__btn {
  display: flex;
  align-items: center;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2rem;
  font-weight: bold;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  padding-left: 2.0625rem;
  padding-right: 0.625rem;
  margin-left: 0;
  margin-right: 0.25rem;
}

.form-switch__btn .fa {
  margin-left: 0.3rem;
}

.form-switch__btn .fa-circle-thin {
  display: none;
}

.form-switch__btn::before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 1px;
  left: 1px;
  width: 1.5625rem;
  height: 1.5625rem;
  -webkit-transition: 0.4s;
  -webkit-transition: all 0.4s ease;
  transition: 0.4s;
  transition: all 0.4s ease;
  background-color: #fff;
  border-radius: 50%;
}

.form-switch__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.form-switch.active .form-switch__btn {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  -webkit-box-shadow: 0 0.2rem 0.5rem #337ab7;
  box-shadow: 0 0.2rem 0.5rem #337ab7;
  padding-left: 0.625rem;
  padding-right: 2.0625rem;
}

.form-switch.active .form-switch__btn::before {
  left: calc(100% - 3rem - 2px);
  background: #fff;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.form-switch.active .form-switch__btn .fa-times {
  display: none;
}

.form-switch.active .form-switch__btn .fa-circle-thin {
  display: block;
}

.form-tab {
  display: inline-block;
}

.form-tab__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.form-tab__btn {
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2.5rem;
  padding: 0.5rem 0.75rem;
  font-weight: bold;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  margin-left: 0;
}

.form-tab:first-child .form-tab__btn {
  border-radius: 2rem 0 0 2rem;
}

.form-tab:last-child .form-tab__btn {
  border-radius: 0 2rem 2rem 0;
}

.form-tab.active .form-tab__btn {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  -webkit-box-shadow: 0 0.2rem 0.5rem #337ab7;
  box-shadow: 0 0.2rem 0.5rem #337ab7;
}

.form-filter {
  display: flex;
  justify-content: flex-start;
}

.form-filter .form-item {
  width: auto;
  margin-right: 3rem;
}

.form-filter .form-label {
  margin-bottom: 0;
}

.form-filter .form-select {
  width: auto;
  margin-right: 0.5rem;
}

.form-filter__label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  background: #f8f8f8;
  padding: 0.25rem 0.5rem;
  white-space: nowrap;
  border-radius: 5px;
}

.form-filter__label.start {
  border: 1px solid #ccc;
  border-radius: 5px 0 0 5px;
  border-right: 0;
}

.form-filter__label.end {
  border-radius: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.formcalendar-item {
  height: 2.5rem;
}

.formcalendar-item .fa-calendar {
  color: #039be5;
}

.formcalendar-item .form-input {
  border-radius: 0 5px 5px 0;
  border-left: 0;
  width: 7.75rem;
}

.formcalendar-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #ccc;
  border-radius: 5px 0 0 5px;
}

.formcalendar-item.start span,
.formcalendar-item.start .form-input {
  border-radius: 0;
}

.formcalendar-item.end span {
  border-radius: 0;
}

.form-group {
  margin-bottom: 2rem;
}

.form-checkbox {
  position: relative;
}

.form-checkbox__txt {
  display: inline-flex;
  position: relative;
  cursor: pointer;
  padding-left: 2rem;
}

.form-checkbox__txt::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.3rem;
  background: #fff;
  height: 1.3rem;
  border: 1px solid #ccc;
  transform: translateY(-50%);
  transition: all 0.25s ease;
  border-radius: 0.25rem;
}

.form-checkbox__txt::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 7px;
  width: 0.3rem;
  height: 0.6rem;
  opacity: 0;
  transform: rotate(-135deg);
  transition: all 0.25s ease;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  visibility: visible;
}

.form-checkbox__input {
  position: absolute;
  opacity: 0;
}

.form-checkbox__input:checked ~ .form-checkbox__txt::before {
  background: #039be5;
  border: 1px solid #039be5;
}

.form-checkbox__input:checked ~ .form-checkbox__txt::after {
  opacity: 1;
  visibility: visible;
}

.formselect-item .form-select {
  width: 50%;
}

.formselect-item .form-select__label {
  margin-right: 0.625rem;
}

.form-number {
  display: flex;
  flex-wrap: wrap;
}

.form-number .form-item label {
  white-space: nowrap;
  width: 4rem;
  text-align: right;
  margin-right: 0.625rem;
}

.form-number .form-input {
  margin-bottom: 0.5rem;
}

.formsetting-item .btn {
  display: flex;
  align-items: center;
  height: 2.5rem;
  padding: 0 0.75rem;
  border-radius: 2rem 0 0 2rem;
}

.formsetting-item .form-input {
  border-radius: 0 5px 5px 0;
}

.form-required {
  margin-left: 0.25rem;
  color: #cb1c22;
}

.form-disabled {
  cursor: not-allowed;
}

.form-left, .form-right {
  width: 48.5%;
}

.wickedpicker__title {
  color: #222;
  background: #e9e9e9;
  font-weight: bold;
}

.wickedpicker__controls__control-up::before,
.wickedpicker__controls__control-down::after {
  content: '';
  width: .5rem;
  height: .5rem;
  border-top: 1px solid #222;
  border-left: 1px solid #222;
}

.wickedpicker__controls__control-up::before {
  transform: rotate(45deg);
}

.wickedpicker__controls__control-down::after {
  transform: rotate(-135deg);
}

.wickedpicker__close {
  color: #222;
  font-weight: normal;
}

table {
  width: 100%;
  background: #fff;
  font-size: 1rem;
  margin-bottom: 0;
}

table .border-bold--right {
  border-right: 2px solid #ccc;
}

table .border-bold--top {
  border-top: 2px solid #ccc;
}

table th, table td {
  border: 1px solid #ccc;
  padding: 0.5rem 1rem;
  text-align: center;
}

table th {
  background: #eeeeef;
  font-weight: normal;
  white-space: nowrap;
  font-weight: bold;
}

table.alternating-color.row.odd tbody tr:nth-child(odd) {
  background: #f8f8f8;
}

table.alternating-color.row.even tbody tr:nth-child(even) {
  background: #f8f8f8;
}

table.alternating-color.column.odd tbody tr td:nth-child(odd) {
  background: #f8f8f8;
}

table.alternating-color.column.even tbody tr td:nth-child(even) {
  background: #f8f8f8;
}

table.custom th,
table.custom td {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}

table.custom th {
  width: 9rem;
  background: transparent;
  border-left: 0;
  border-right: 0;
  padding-left: 0;
}

table.custom td {
  border-left: 0;
  border-right: 0;
}

table.custom tr:first-child th,
table.custom tr:first-child td {
  border-top: 0;
  padding-top: 0;
}

table.custom tr:last-child th,
table.custom tr:last-child td {
  border-bottom: 0;
  padding-bottom: 0;
}

.table {
  overflow: hidden;
}

.table .dropdown-menu {
  top: 3.2rem;
}

.table::-webkit-scrollbar {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #f8f8f8;
}

.table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #717171;
  background-color: #ccc;
}

.table-timeline {
  margin-bottom: 0;
  width: 100% !important;
  margin-top: 2rem;
}

.table-timeline .year-month,
.table-timeline .week-number {
  height: 23px;
}

.table-timeline .floating-text {
  position: relative;
  top: -14px;
  left: -5px;
}

.table-timeline .floating-text .text-keep {
  padding-left: 5px;
  position: absolute;
}

.table-timeline .saturday-color {
  background-color: #b4ebfa;
}

.table-timeline .sunday-color {
  background-color: #ffd1d1;
}

.table-timeline .boundary {
  border-left: solid 1px black;
}

.table-timeline .vertical-center {
  vertical-align: middle !important;
}

.table-timeline .day-info.day-info-first th:first-child {
  border-bottom: 2px solid #ddd;
}

.table-timeline .day-info.day-info-last th {
  border-top: none;
}

.table-timeline .flier_container {
  position: relative;
  cursor: pointer;
}

.table-timeline .flier_container .popover {
  display: none;
  position: absolute;
  z-index: 1060;
  top: -96px;
  left: -185px;
  min-width: 390px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  opacity: 1;
  margin-top: -10px;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}

.table-timeline .flier_container .popover::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin-left: -10px;
  border-top: 10px solid #fff;
}

.table-timeline .flier_container .popover::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  bottom: -11px;
  left: 50%;
  width: 0;
  height: 0;
  border: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  margin-left: -11px;
  border-top: 11px solid #666;
}

.table-timeline .flier_container .popover .popover-title {
  margin: 0;
  padding: 8px 11px;
  font-size: 12px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
  line-height: 1;
}

.table-timeline .flier_container .popover .popover-content {
  padding: 9px 14px;
}

.table-timeline .flier_container .popover .btn-group {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.table-timeline .flier_container_detail {
  display: flex;
  position: absolute;
  top: -8px;
  left: -2px;
  width: max-content;
  text-align: left;
  line-height: 1.5;
}

.table-timeline .flier_container_detail.active .popover {
  display: block;
}

.table-timeline .flier_container_detail div.txt02 {
  position: relative;
  border-bottom: 2px solid #0041ff;
}

.table-timeline .flier_container_detail div.txt02:hover .txt02_tooltip {
  display: block;
}

.table-timeline .flier_container_detail div.txt02 .txt02_tooltip {
  display: none;
  position: absolute;
  z-index: 1;
  top: -25px;
  left: 0;
  width: max-content;
  background: #000;
  /* line-height: 1.5; */
  padding: 3px 6px;
  font-size: 10px;
  color: #fff;
  border-radius: 3px;
}

.table-timeline .flier_container_detail div.txt02 .txt02_tooltip::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  border: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  margin-left: -6px;
  border-top: 6px solid #000;
}

.table-timeline .flier_container_des {
  margin-top: -3px;
  padding-left: 2px;
}

.table-timeline th {
  border: 0 solid #ccc;
}

.table-timeline td {
  border: 0 solid #ccc;
}

.table-timeline th {
  background: #fff;
  padding: 5px;
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
}

.table-timeline td {
  background: #fff;
  padding: 5px;
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
  border-right: 1px dotted bisque;
}

.table-timeline > thead:first-child > td {
  border-top: 0;
}

.table-timeline > thead:first-child > th {
  border-top: 0;
}

.table-timeline > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table-timeline > thead.input-area > tr > th {
  border-right: 1px solid #ddd;
}

.table-timeline > thead.input-area > tr > th.none-bottom-line {
  border-bottom: none;
}

.table-timeline > thead.input-area > tr > td.none-bottom-line {
  border-bottom: none;
}

.table-timeline > thead.input-area > tr.dotted-bottom-line > td {
  border-bottom: 2px dashed #ddd;
  line-height: 7px;
}

.table-timeline > thead.input-area > tr.dotted-bottom-line:last-child > td {
  border-bottom: none;
}

.table-timeline > thead.separate-area {
  border-bottom: 3px solid #080278;
}

.table-timeline > thead.separate-area > tr > th {
  padding: 2px;
  line-height: 1;
}

.table-timeline > thead.separate-area > tr > th.header-line {
  border-right: 1px solid #ddd;
  border-top: none;
}

.table-timeline > thead.separate-area > tr > td {
  padding: 2px;
  line-height: 1;
}

.table-timeline tbody > tr > th.shop-name {
  font-size: 15px;
  line-height: 20px !important;
}

.table-timeline tbody > tr > th[rowspan] {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.table-timeline tbody > tr > td[rowspan] {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.table-timeline tbody > tr.flier-line > th.all-last-line {
  border-bottom: 1px solid #ddd;
}

.table-timeline tbody > tr.flier-line > td {
  border-top: 1px solid #ddd;
  border-right: 1px dotted bisque;
}

.table-timeline tbody > tr.flier-line > td.all-last-line {
  border-bottom: 1px solid #ddd;
}

.table-timeline tbody > tr:last-child > th {
  border-bottom: 1px solid #ddd;
}

.table-timeline tbody > tr:last-child > td {
  border-bottom: 1px solid #ddd;
}

.table-timeline tbody > tr.all-last-shop > th.shop-name {
  border-bottom: 1px solid #ddd;
}

.table-timeline tbody > tr.separator-line:not(:first-child) > td,
.table-timeline tbody > tr.separator-line:not(:first-child) > th {
  border-top: 3px solid #ddd;
}

.table-timeline ol.light-breadcrumb {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}

.table-timeline ol.light-breadcrumb > li {
  display: inline-block;
}

.table-timeline ol.light-breadcrumb > li + li::before {
  content: '/\00a0';
  padding: 0 5px;
  color: #ccc;
}

.table-scrolltop {
  position: fixed;
  z-index: 999;
  right: -1.25rem;
  bottom: 0;
  left: 0;
  width: calc(100% - 0.5rem);
  height: 0.75rem;
  margin: auto;
  overflow-x: scroll;
}

@media (max-width: 767px) {
  .table-scrolltop {
    right: 0;
    width: calc(100% - 3.75rem);
    overflow-y: hidden;
  }
}

.table-scrolltop__thumb {
  height: 0.75rem;
}

.table-scrolltop::-webkit-scrollbar {
  height: 0.75rem;
  background-color: transparent;
}

.table-scrolltop::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #717171;
  background-color: #ccc;
}

/* Modal */
.modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  opacity: 0;
  /*transition: all 0.1s ease;*/
  visibility: hidden;
}

.modal .dropdown.first {
  z-index: 2;
}

.modal .dropdown-menu {
  top: 3.2rem;
}

.modal .dropdown-menu::before {
  left: 1.25rem;
  transform: translate(0, -100%);
}

.modal .dropdown-menu::after {
  left: 1.3125rem;
  transform: translate(0, -100%);
}

.modal .page {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}

.modal .page.top {
  position: relative;
  background: #ccc;
  padding: 0.5rem;
  box-shadow: 0 4px 1rem #ccc;
}

.modal__note {
  font-size: 0.8125rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  color: #cb1c22;
}

.modal-panel {
  position: relative;
  width: calc(3 * (100% - 4rem) / 4);
  background: #fff;
  margin: 0 4rem;
  opacity: 0;
  transition: all 0.1s ease;
  transition: all 0.25s ease;
  border-radius: 0.625rem;
}

@media (max-width: 767px) {
  .modal-panel {
    overflow-x: scroll;
  }
  .modal-panel::-webkit-scrollbar {
    height: 0.75rem;
    background-color: #f8f8f8;
  }
  .modal-panel::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #717171;
    background-color: #ccc;
  }
}

.modal-panel .btn-close {
  position: absolute;
  top: 50%;
  right: .75rem;
  font-size: 2.5rem;
  transform: translateY(-50%);
  cursor: pointer;
  color: #fff;
}

.modal-panel.full {
  width: 100%;
}

@media (max-width: 767px) {
  .modal-panel.full .modal-header,
  .modal-panel.full .modal-content,
  .modal-panel.full .modal-footer {
    width: 767px;
  }
}

.modal-panel.full .modal-left {
  width: 75%;
}

.modal-panel table {
  margin-bottom: 0;
}

.modal.active {
  opacity: 1;
  transition: all 0.4s ease;
  visibility: visible;
}

.modal.active .modal-panel {
  opacity: 1;
  transition: all 0.4s ease;
}

.modal-header {
  position: relative;
  background: #039be5;
  padding: 0.75rem;
  text-align: center;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 2px 10px #ccc;
  color: #fff;
  border-radius: 0.625rem 0.625rem 0 0;
}

@media (max-width: 767px) {
  .modal-header {
    width: 575px;
  }
}

.modal-header .modal-title {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.modal-footer {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 1rem;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 -2px 10px #ccc;
}

@media (max-width: 767px) {
  .modal-footer {
    width: 575px;
  }
}

.modal-footer .btn--white {
  color: #337ab7;
}

.modal-footer .btn {
  width: 13rem;
}

.modal-content {
  max-height: 35rem;
  overflow: auto;
  padding: 1.85rem 2rem 2.5rem;
  transition: all 0.25s ease;
  text-align: center;
}

@media (max-width: 767px) {
  .modal-content {
    width: 575px;
  }
}

.modal-content .form-group {
  display: flex;
  align-items: center;
}

.modal-content .form-label {
  width: 11rem;
  text-align: right;
  margin-right: 2rem;
}

.modal-content .dropdown {
  width: 100%;
}

.modal-content .form-date {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.modal-content .form-date .formcalendar-item {
  width: 50%;
}

.modal-content .form-date input {
  width: 100%;
}

.modal-content::-webkit-scrollbar {
  width: 0.75rem;
  background-color: #f8f8f8;
}

.modal-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #717171;
  background-color: #ccc;
}

.modal.delete-title .modal-header {
  height: 2.5rem;
}

.modal.delete-title .btn {
  padding: 0.4rem 1.3rem;
}

.modal.delete-title .form-radio__label {
  display: flex;
  align-items: center;
}

.modal.delete-title .form-radio__input {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .4rem;
}

.modal.delete-title .form-datepicker {
  width: 17rem;
  margin: auto;
}

.dropdown {
  position: relative;
  z-index: 1;
}

.dropdown .form-input {
  color: transparent;
}

.dropdown__btn {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.dropdown__btn span {
  margin-right: 0.75rem;
}

.dropdown__btn::after {
  content: '';
  right: 1.3rem;
  width: 0.375rem;
  height: 0.375rem;
  transform: rotate(-135deg);
  transition: all 0.25s ease;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  margin-top: -3px;
}

.dropdown__btn.active::after {
  transform: rotate(45deg);
  margin-top: 0;
}

.dropdown__btn.btn--white::after {
  border-left: 2px solid #039be5;
  border-top: 2px solid #039be5;
}

.dropdown-menu {
  position: absolute;
  z-index: 1;
  top: 4rem;
  left: 0;
  width: 100%;
  background: #fff;
  margin: 0.25rem 0 0;
  border: 1px solid #ccc;
  padding: 1rem 0;
  opacity: 0;
  transition: opacity 0.25s ease;
  -webkit-box-shadow: 0 0.313rem 0.8rem #ccc, 0 0.126rem 0.225rem #ccc;
  box-shadow: 0 0.313rem 0.8rem #ccc, 0 0.126rem 0.225rem #ccc;
  visibility: hidden;
  border-radius: 0.625rem;
}

.dropdown-menu__link {
  display: block;
  padding: 0.5rem 1rem;
  transition: all 0.25s ease;
  color: #222;
}

.dropdown-menu__link:hover {
  background: #f8f8f8;
}

.dropdown-menu::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  transition: opacity 0.25s ease;
  border-style: solid;
  border-width: 0 11px 11px;
  border-color: transparent transparent #ccc;
}

.dropdown-menu::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  transition: opacity 0.25s ease;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: transparent transparent #fff;
}

.dropdown-menu.active {
  opacity: 1;
  visibility: visible;
}

.dropdown-value {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.dropdown-value__txt {
  padding: 0 0.4rem;
  font-size: 0.875rem;
  pointer-events: auto;
}

.dropdown-value__txt .fa-times {
  margin-left: 0.25rem;
  cursor: pointer;
}

.dropdown-panel .dropdown-menu__txt {
  display: block;
  padding: 0 1rem 0.5rem;
  font-size: 0.9375rem;
  font-weight: bold;
}

.dropdown-panel .dropdown-menu > li {
  display: flex;
  justify-content: space-between;
}

.dropdown-panel .dropdown-submenu {
  width: 100%;
  margin: 0;
  border-left: 1px solid #eee;
}

.dropdown-panel .dropdown-submenu .dropdown-menu__link {
  font-size: 0.875rem;
}

.dropdown-panel .dropdown-submenu:first-child {
  border: 0;
}

.dropdown.glyphicon .dropdown-menu {
  top: 3rem;
  right: 0;
  left: auto;
  min-width: 9.375rem;
}

.dropdown.glyphicon .dropdown-menu::before, .dropdown.glyphicon .dropdown-menu::after {
  left: 82%;
}

.dropdown.glyphicon .form-checkbox__txt::after {
  top: 5px;
}

.box {
  border: 1px solid #ccc;
  border-radius: 0.625rem;
  box-shadow: 0 4px 1rem #ccc;
  padding: 1rem;
  margin-bottom: 0.625rem;
}

.box-price {
  text-align: center;
  margin-bottom: 4rem;
}

.box-price__title {
  font-size: 1.75rem;
}

.box-price__content {
  display: inline-block;
  position: relative;
}

.box-price__item {
  padding: 0.25rem 0;
  font-size: 1.25rem;
  text-align: right;
  border-bottom: 1px solid;
}

.box-price__item.total {
  font-size: 1.5rem;
}

.box-price__txt {
  width: 10.5rem;
  font-weight: bold;
  padding-left: 0.5rem;
}

.box-price__number {
  display: inline-block;
  width: 9.5rem;
}

.box-price__info {
  position: absolute;
  top: 0;
  right: 0;
  text-align: left;
  transform: translateX(200%);
}

.sort {
  width: 7.5rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 1.2rem;
}

.sort__item {
  border-bottom: 1px solid #ccc;
}

.sort__item:last-child {
  border: 0;
}

.sort__link {
  display: block;
  padding: 0.5rem 1rem;
  font-weight: bold;
  text-align: center;
  transition: all 0.25s ease;
  color: #222;
}

.sort__link:hover, .sort__link.active {
  background: #ccc;
  color: #fff;
}

.tab__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.5rem;
  background: #808080;
  height: 3.125rem;
  font-weight: bold;
  transition: all 0.25s ease;
  color: #fff;
  border-radius: 0.625rem 0.625rem 0 0;
}

.tab__link:hover {
  background: #00000061;
}

.tab__link.active {
  background: #039be5;
}

.tab__link .fa {
  font-size: 1.25rem;
  margin-right: 0.75rem;
}

.tab__link .fa-search {
  position: relative;
  top: -1px;
}

.tab-list {
  display: flex;
  border-bottom: 5px solid #039be5;
  margin: 0;
}

.tab-item {
  margin-right: 0.25rem;
}

.tab-content {
  padding: 0.9375rem;
  padding-bottom: 2rem;
  border: 5px solid #039be5;
  border-top: 0;
  box-shadow: -5px -10px 10px -5px #039be5;
}

.tab-content .slide .slick-slide {
  height: auto;
}

.tab-content .slide .slick-prev {
  z-index: 99;
  left: 0;
}

.tab-content .slide .slick-next {
  right: 0;
}

.tab-content .slide .slick-prev,
.tab-content .slide .slick-next {
  width: 24px;
  background: #fff;
  height: 24px;
  border-radius: 50%;
}

.tab-content .slide .slick-prev::before,
.tab-content .slide .slick-next::before {
  background: #00000061;
  font-size: 24px;
  opacity: 1;
  border-radius: 50%;
}

.tab-content .slide__img {
  width: 100%;
}

.panel {
  width: 44rem;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 15px #ccc;
}

.panel-wrap {
  padding: 1rem 2rem 2rem;
}

.panel-title {
  background: #b60081;
  padding: 0.75rem;
  font-size: 1.5rem;
  text-align: center;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 2px 10px #ccc;
  color: #fff;
}

.product__title {
  display: -webkit-box;
  height: 3rem;
  overflow: hidden;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 1.25rem;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product__image {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease;
}

.product__info {
  margin-bottom: 0;
  text-align: center;
  line-height: 1.5;
  margin-top: 1.4rem;
}

.product-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-bottom: 0.4rem;
}

.product-list figure {
  margin-bottom: 0;
}

.product-list figure::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 9;
}

.product-item {
  position: relative;
  width: calc((100% - 2rem) / 5);
  overflow: hidden;
  border: 1px solid #ccc;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
  box-shadow: 0 4px 1rem #ccc;
}

@media (min-width: 1367px) {
  .product-item:nth-child(5n + 5) {
    margin-right: 0;
  }
}

@media (max-width: 1366px) and (min-width: 1025px) {
  .product-item {
    width: calc((100% - 1.5rem) / 4);
  }
  .product-item:nth-child(4n + 4) {
    margin-right: 0;
  }
}

@media (max-width: 1024px) {
  .product-item {
    width: calc((100% - 1rem) / 3);
  }
  .product-item:nth-child(3n + 3) {
    margin-right: 0;
  }
}

.product-item:hover .product__image {
  transform: scale(1.2);
}

.product-item:hover .btn {
  right: 50%;
  transform: translateX(0);
  transform: translate(50%, -50%);
}

.product-item:hover::before, .product-item:hover::after {
  left: 0;
  width: 100%;
}

.product-item .btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(110%, -50%);
  transition: all 0.5s ease;
  z-index: 10;
}

.product-item__wrap {
  padding: 1rem;
}

.product-item__wrap:hover::before, .product-item__wrap:hover::after {
  top: 0;
  height: 100%;
}

.product-item__wrap::before, .product-item__wrap::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 5px;
  background: #039be5;
  height: 0;
  transition: all 0.2s linear;
  transition-duration: 0.4s;
  z-index: 10;
}

.product-item__wrap::before {
  left: 0;
}

.product-item__wrap::after {
  right: 0;
}

.product-item::before, .product-item::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 0;
  background: #039be5;
  height: 5px;
  transition: all 0.2s linear;
  transition-duration: 0.4s;
  z-index: 10;
}

.product-item::before {
  top: 0;
}

.product-item::after {
  bottom: 0;
}

.product-item.active figure::after {
  background: rgba(0, 0, 0, 0.25);
}

.product-item.active .product__image {
  transform: scale(1.2);
}

.product-item.active .product-item__wrap::before, .product-item.active .product-item__wrap::after {
  top: 0;
  height: 100%;
}

.product-item.active::before, .product-item.active::after {
  left: 0;
  width: 100%;
}

.product-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.4rem 0.7rem;
  margin-bottom: 0.8rem;
}

.product-head__left {
  display: flex;
  align-items: center;
}

.product-head__right .form-select {
  width: auto;
}

.product-head__right .form-select__label {
  font-weight: bold;
  margin-right: 0.625rem;
}

.product-total {
  margin-left: 2rem;
}

.product-total .select-all {
  padding: 0.4rem 1.3rem;
}

.product-cartinfo {
  margin-left: 2rem;
  font-size: 2rem;
  color: #039be5;
}

.product-cartinfo__number {
  font-size: 1.5rem;
}

.upload-area {
  width: 100%;
}

.upload-area input[type='file'] {
  display: none;
}

.upload-area .file-drag, .upload-area .img-drag{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 11rem;
  border: 2px dashed #ccc;
  padding: 2em;
  font-weight: bold;
  text-align: center;
  transition: all 0.25s ease;
  border-radius: 0.625rem;
  cursor: pointer;
}

.upload-area .file-drag:hover, .upload-area .img-drag:hover{
  background: #f8f8f8;
  border: 2px dashed #039be5;
  color: #039be5;
}

.upload-area #file-progress {
  display: none;
  width: 100%;
  margin: 1em auto;
}

.upload-area progress {
  background: #eee;
  height: 30px;
  border: none;
  appearance: none;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

.upload-area progress[value]::-webkit-progress-value {
  background: -webkit-linear-gradient(-45deg, transparent 33%, rgba(0, 0, 0, 0.2) 33%, rgba(0, 0, 0, 0.2) 66%, transparent 66%), -webkit-linear-gradient(right, #005f95, #07294d);
  background: linear-gradient(-45deg, transparent 33%, rgba(0, 0, 0, 0.2) 33%, rgba(0, 0, 0, 0.2) 66%, transparent 66%), linear-gradient(right, #005f95, #07294d);
  background-size: 60px 30px, 100% 100%, 100% 100%;
  border-radius: 3px;
}

.upload-area progress[value]::-moz-progress-bar {
  background: -moz-linear-gradient(-45deg, transparent 33%, rgba(0, 0, 0, 0.2) 33%, rgba(0, 0, 0, 0.2) 66%, transparent 66%), -moz-linear-gradient(right, #005f95, #07294d);
  background: linear-gradient(-45deg, transparent 33%, rgba(0, 0, 0, 0.2) 33%, rgba(0, 0, 0, 0.2) 66%, transparent 66%), linear-gradient(right, #005f95, #07294d);
  background-size: 60px 30px, 100% 100%, 100% 100%;
  border-radius: 3px;
}

.accordion-list, .accordion-sublist {
  margin-left: 0;
}

.accordion-list {
  margin-bottom: 0.5rem;
}

.accordion-sublist {
  display: none;
  padding: 1rem 1.25rem;
}

.accordion-link {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  background: #fff;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  text-align: left;
  transition: all 0.5s ease-in-out;
  color: #222;
}

.accordion-link::before, .accordion-link::after {
  content: '';
  position: absolute;
  width: 1px;
  background: #039be5;
  height: 0;
  transition: all 0.5s linear;
}

.accordion-link::before {
  top: 0;
  left: 0;
}

.accordion-link::after {
  right: 0;
  bottom: 0;
}

.accordion-item {
  position: relative;
  border: 1px solid #ccc;
  box-shadow: 0 4px 1rem #ccc;
  margin-bottom: 0.5rem;
}

.accordion-item:last-child {
  margin-bottom: 0;
}

.accordion-item::before, .accordion-item::after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 0;
  background: #039be5;
  height: 1px;
  transition: all 0.5s linear;
}

.accordion-item::before {
  top: 0;
  left: 0;
}

.accordion-item::after {
  right: 0;
  bottom: 0;
}

.accordion-item:hover::before, .accordion-item:hover::after, .accordion-item.active::before, .accordion-item.active::after {
  width: 100%;
}

.accordion-item:hover > .accordion-link, .accordion-item.active > .accordion-link {
  background: #f8f8f8;
  color: #039be5;
}

.accordion-item:hover > .accordion-link::before, .accordion-item:hover > .accordion-link::after, .accordion-item.active > .accordion-link::before, .accordion-item.active > .accordion-link::after {
  height: 100%;
}

.accordion-item.active::after {
  top: 3.7rem;
  bottom: auto;
  box-shadow: 0 0 5px 1px #ccc;
}

.accordion .fa {
  font-size: 1.25rem;
  margin-right: 0.75rem;
  transition: all 0.5s ease;
}

.group__title {
  color: #039be5;
  border-bottom: 2px solid;
  padding-bottom: 0.2rem;
}

.group-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
}

.group-item {
  width: 24%;
  border: 1px solid #ccc;
  margin-right: calc(4% / 3);
}

.group-item:nth-child(4n + 4) {
  margin-right: 0;
}

.group-btn {
  display: flex;
  margin-bottom: 0;
}

.group-btn .btn {
  flex: 1;
}

.sidebar {
  width: 16rem;
  height: calc(100vh - 4.1rem);
  background: #717171;
  position: fixed;
  left: 0;
  top: 4.1rem;
  z-index: 999;
  box-shadow: 0 4px 1rem #ccc;
}

.sidebar__title {
  color: #fff;
  padding: 1.5rem 0;
  margin: 2rem 0 .5rem;
  padding-left: 1rem;
}

.sidebar-menu {
  margin: 0;
}

.sidebar-menu__item {
  border-bottom: 1px solid #fff;
}

.sidebar-menu__item:first-child {
  border-top: 1px solid #fff;
}

.sidebar-menu__link {
  font-size: 0.9375rem;
  color: #fff;
  display: block;
  padding: 0.75rem 1rem;
  font-weight: bold;
  background: transparent;
  transition: all .25s ease-out;
}

.sidebar-menu__link:hover {
  background: #808080;
}

.sidebar-menu__link.active {
  background: #f8e5f2;
  color: #b60081;
}

.page-login {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.page-management table td {
  line-height: 1.5;
}

.page-management table .btn {
  padding: 0.3rem 1rem;
  margin-left: 0;
  font-size: 0.9375rem;
}

.page-management .form-group {
  display: flex;
}

.page-management .form-group img {
  height: 11rem;
}

.page-management .form-label {
  display: flex;
}

.page-management .form .form-label {
  justify-content: flex-end;
  margin-right: 1.5rem;
  width: 10rem;
}

.page-management .form .form-item {
  flex-wrap: wrap;
  width: calc(100% - 11.5rem);
}

.form-item p{
  width:100%;
  margin:0;
}

.error{
  color:red;
}

.page-management .form-txt {
  margin-bottom: 0;
}

.page-management textarea {
  height: 11.5rem;
}

.page-management .create-content textarea {
  height: 15.5rem;
}

.page-management .box-btn {
  width: 100%;
}

.page-management .btn--green {
  padding: .4rem 1.3rem;
}

.page-management.page-add .form-left {
  width: 46%;
}

.page-management.page-add .form-left .form-label {
  width: 6rem;
}

.page-management.page-add .form-left .form-item {
  width: calc(100% - 7.5rem);
}

.page-management.page-add .form-right {
  width: 51%;
}

.page-management.page-edit .form-label {
  width: 5rem;
}

.page-management.page-edit .form-left {
  width: 45.4%;
}

.page-management.page-edit .form-left .form-item {
  width: calc(100% - 6.5rem);
}

.page-management.page-edit .form-right {
  width: 51.6%;
}

.page-management.page-edit .form-right .form-label {
  width: 10rem;
}

.page-management.page-edit2 .form-label {
  width: 9rem;
}

.page-management.page-edit2 .form-item {
  width: calc(100% - 10.5rem);
}

.page-management .btn--grey {
  position: relative;
}

.page-management .btn--grey .fa-arrow-left {
  position: absolute;
  top: 50%;
  left: .85rem;
  transform: translateY(-50%);
}

.page-management .modal .form-label {
  width: 5rem;
}

.page-management .modal .form-item {
  width: calc(100% - 6.5rem);
}

.page-management .modal .datetime-picker .form-label {
  width: 6rem;
}

.wickedpicker {
  z-index: 9999;
}

.update-formsw{
  display:none;
}

.update-formsw.active{
  display:block ! important;
}

#edit-banner .delete{
  display: none;
}

#edit-banner .delete.active{
  display: inline-block ! important;
}

#banners-list .datetime{
  white-space: nowrap;
}

.pagination{
  display:block;
  text-align:right;
  margin:1em 0;
}

.pagination li{
  display:inline;
  margin:0 0.5em;
}

.maps-setting textarea{
  width: 100%;
  height: 10em;
  border:solid 1px black;
  overflow: scroll;
}

.form-panel textarea{
  height:15em;
}

textarea#result{
  height:25em;
}

.maps-setting .justify--center{
  margin-bottom:2em;
}

.alert {
  width: 100%;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  padding: 1em;
  margin: 1em auto;
}

.alert.success {
  background-color: #bbf;
  border-color: #aaf;
}