@charset "UTF-8";
/* import helpers */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
/* =============================================================
	Layout
============================================================= */
/* =============================================================
	Themes, Colors
============================================================= */
/* =============================================================
	Font
============================================================= */
/* =============================================================
	Path
============================================================= */
/* =============================================================
	기본
============================================================= */
/* =============================================================
	복합 범위
============================================================= */
/* =============================================================
	Layout
============================================================= */
/* =============================================================
	Text
============================================================= */
/* =============================================================
	Image
============================================================= */
/* =============================================================
	Etc
============================================================= */
/* import reset */
/********************************************************************************************************************/
/***************************************** | Reset Stylesheet v2.0.0 | **********************************************/
/***************************************** |       Cynthia Kim       | **********************************************/
/***************************************** |       2020-02-01        | **********************************************/
/********************************************************************************************************************/
/********************************************************************************************************************/
@layer reset {
  /**
  * all element reset
  */
  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  hgroup,
  menu,
  nav,
  input,
  output,
  label,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  button,
  video,
  dialog {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: inherit;
    letter-spacing: inherit;
  }
  /* Document
   ========================================================================== */
  /**
  * 1. Correct the line height in all browsers.
  * 2. Prevent adjustments of font size after orientation changes in iOS.
  */
  html,
  body {
    height: auto;
    min-height: 100%;
    font-display: optional;
    line-height: 1.15; /* 1 */
    letter-spacing: -0.025em;
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  body {
    width: 100%;
  }
  /* Sections
   ========================================================================== */
  /**
  * Render the `main` element consistently in IE.
  */
  main {
    display: block;
  }
  /**
  * html5 'display-role' reset for older browsers
  */
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
    display: block;
  }
  /**
  * Reset table
  */
  table {
    table-layout: fixed;
  }
  table,
  th,
  td {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    word-wrap: break-word;
  }
  /* Grouping content
   ========================================================================== */
  /**
  Reset liststyle
  */
  ol,
  ul {
    list-style: none;
  }
  /**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
  pre {
    font-family: inherit; /* 1 */
    font-size: 1em; /* 2 */
  }
  /*
  * Add the correct display in Edge, IE 10+, and Firefox.
  */
  details {
    display: block;
  }
  /*
  * Add the correct display in all browsers.
  */
  summary {
    display: list-item;
  }
  /**
   * Add the correct display in IE 10+.
  */
  template {
    display: none;
  }
  /* Text-level semantics
   ========================================================================== */
  /**
   * 1. a link reset
   * 2. Remove the gray background on active links in IE 10.
   */
  a {
    display: inline-block;
    background: transparent;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
  }
  /**
  * 1. Remove the bottom border in Chrome 57-
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
  code,
  kbd,
  samp {
    font-family: inherit; /* 1 */
    font-size: 1em; /* 2 */
  }
  /**
  * Add the correct font size in all browsers.
  */
  small {
    font-size: 80%;
  }
  /**
  * Reset text styles
  */
  i,
  em,
  u,
  cite {
    font-style: normal;
  }
  /**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  /**
  * Reset quote
  */
  blockquote,
  q {
    border: none;
    quotes: none;
  }
  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: "";
    content: none;
  }
  /**
  * Bolder for emphasize tags
  */
  strong,
  em,
  b {
    font-weight: 700;
  }
  /**
  * Maintain the meaning of words regardless of width
  */
  p {
    word-break: keep-all;
  }
  /* Embedded content
   ========================================================================== */
  /**
  * Remove the border on images inside links in IE 10.
  */
  img {
    border-style: none;
  }
  iframe {
    border: none;
  }
  /**
  * Correct "inline-block" display not defined in IE 6~9 and Firefox 3.
  */
  audio,
  canvas,
  video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
  }
  /**
  * Prevent modern browsers from displaying "audio" without controls. remove excess height in iOS 5 devices.
  */
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  /* Forms
   ========================================================================== */
  /**
  * 1. Change the font styles in all browsers.
  * 2. Remove the margin in Firefox and Safari.
  */
  button,
  input,
  optgroup,
  select,
  textarea {
    margin: 0; /* 2 */
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
  }
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  button,
  input {
    /* 1 */
    overflow: visible;
    outline: unset;
  }
  /**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */
  button,
  select {
    /* 1 */
    text-transform: none;
  }
  /**
  * Correct the inability to style clickable types in iOS and Safari.
  */
  button,
  [type=button],
  [type=reset],
  [type=submit] {
    -webkit-appearance: button;
    vertical-align: middle;
    border: none;
    background: none;
    cursor: pointer;
  }
  /**
  * Remove the inner border and padding in Firefox.
  */
  button::-moz-focus-inner,
  [type=button]::-moz-focus-inner,
  [type=reset]::-moz-focus-inner,
  [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  /**
  * Correct the padding in Firefox.
  */
  @-moz-document url-prefix() {
    fieldset {
      padding: 0.35em 0.75em 0.625em;
      border: none;
    }
  }
  /**
  * 1. Correct the text wrapping in Edge and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  * 3. Remove the padding so developers are not caught out when they zero out
  *    `fieldset` elements in all browsers.
  * 4. Reset
  */
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  /**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
  progress {
    vertical-align: baseline;
  }
  /**
  * 1. Reset textarea
  * 2. Remove the default vertical scrollbar in IE 10+.
  */
  textarea {
    box-sizing: border-box;
    font-family: inherit;
    vertical-align: top;
    overflow: auto;
    overflow: overlay;
    resize: none;
  }
  /**
  * 1. Add the correct box sizing in IE 10.
  * 2. Remove the padding in IE 10.
  */
  [type=checkbox],
  [type=radio] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  /**
  * Remove the cursor style of increment and decrement buttons
  */
  [type=number] {
    -moz-appearance: textfield;
  }
  [type=number]::-webkit-inner-spin-button,
  [type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
  }
  /**
  * Remove the search icon
  */
  [type=search]::-ms-clear, [type=search]::-ms-reveal {
    display: none;
  }
  [type=search]::-webkit-search-decoration, [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-results-button, [type=search]::-webkit-search-results-decoration {
    display: none;
  }
  /**
  * Hide datepicker's arrow and prompt
  */
  [type=date]::-webkit-calendar-picker-indicater {
    display: none;
  }
  [type=date]::-webkit-input-placeholder {
    visibility: hidden !important;
  }
  [type=date]::-webkit-datetime-edit {
    visibility: hidden;
  }
  /**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  /* etc
   ========================================================================== */
  /**
  * Add the correct display in IE 10.
  */
  [hidden] {
    display: none;
  }
  /**
  * Dialog reset
  */
  dialog {
    inset-inline-start: auto;
  }
  /**
  * Prevent pseudo-element click
  */
  ::before,
  ::after {
    pointer-events: none;
  }
}
/* import helpers */
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
p,
form,
fieldset,
input,
label,
table,
tr,
th,
td,
button,
textarea,
select,
a {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #121212;
  line-height: 160%;
  letter-spacing: -0.5px;
}

/* import helpers */
/* =============================================================
	Class Generators
============================================================= */
.ml0 {
  margin-left: 0 !important;
}

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

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

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

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

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

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

.ml7 {
  margin-left: 7px !important;
}

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

.ml9 {
  margin-left: 9px !important;
}

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

.ml11 {
  margin-left: 11px !important;
}

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

.ml13 {
  margin-left: 13px !important;
}

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

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

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

.ml17 {
  margin-left: 17px !important;
}

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

.ml19 {
  margin-left: 19px !important;
}

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

.ml21 {
  margin-left: 21px !important;
}

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

.ml23 {
  margin-left: 23px !important;
}

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

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

.ml26 {
  margin-left: 26px !important;
}

.ml27 {
  margin-left: 27px !important;
}

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

.ml29 {
  margin-left: 29px !important;
}

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

.ml31 {
  margin-left: 31px !important;
}

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

.ml33 {
  margin-left: 33px !important;
}

.ml34 {
  margin-left: 34px !important;
}

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

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

.ml37 {
  margin-left: 37px !important;
}

.ml38 {
  margin-left: 38px !important;
}

.ml39 {
  margin-left: 39px !important;
}

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

.ml41 {
  margin-left: 41px !important;
}

.ml42 {
  margin-left: 42px !important;
}

.ml43 {
  margin-left: 43px !important;
}

.ml44 {
  margin-left: 44px !important;
}

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

.ml46 {
  margin-left: 46px !important;
}

.ml47 {
  margin-left: 47px !important;
}

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

.ml49 {
  margin-left: 49px !important;
}

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

.ml51 {
  margin-left: 51px !important;
}

.ml52 {
  margin-left: 52px !important;
}

.ml53 {
  margin-left: 53px !important;
}

.ml54 {
  margin-left: 54px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml56 {
  margin-left: 56px !important;
}

.ml57 {
  margin-left: 57px !important;
}

.ml58 {
  margin-left: 58px !important;
}

.ml59 {
  margin-left: 59px !important;
}

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

.ml61 {
  margin-left: 61px !important;
}

.ml62 {
  margin-left: 62px !important;
}

.ml63 {
  margin-left: 63px !important;
}

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

.ml65 {
  margin-left: 65px !important;
}

.ml66 {
  margin-left: 66px !important;
}

.ml67 {
  margin-left: 67px !important;
}

.ml68 {
  margin-left: 68px !important;
}

.ml69 {
  margin-left: 69px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml71 {
  margin-left: 71px !important;
}

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

.ml73 {
  margin-left: 73px !important;
}

.ml74 {
  margin-left: 74px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml76 {
  margin-left: 76px !important;
}

.ml77 {
  margin-left: 77px !important;
}

.ml78 {
  margin-left: 78px !important;
}

.ml79 {
  margin-left: 79px !important;
}

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

.ml81 {
  margin-left: 81px !important;
}

.ml82 {
  margin-left: 82px !important;
}

.ml83 {
  margin-left: 83px !important;
}

.ml84 {
  margin-left: 84px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml86 {
  margin-left: 86px !important;
}

.ml87 {
  margin-left: 87px !important;
}

.ml88 {
  margin-left: 88px !important;
}

.ml89 {
  margin-left: 89px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml91 {
  margin-left: 91px !important;
}

.ml92 {
  margin-left: 92px !important;
}

.ml93 {
  margin-left: 93px !important;
}

.ml94 {
  margin-left: 94px !important;
}

.ml95 {
  margin-left: 95px !important;
}

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

.ml97 {
  margin-left: 97px !important;
}

.ml98 {
  margin-left: 98px !important;
}

.ml99 {
  margin-left: 99px !important;
}

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

.mr0 {
  margin-right: 0 !important;
}

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

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

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

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

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

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

.mr7 {
  margin-right: 7px !important;
}

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

.mr9 {
  margin-right: 9px !important;
}

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

.mr11 {
  margin-right: 11px !important;
}

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

.mr13 {
  margin-right: 13px !important;
}

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

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

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

.mr17 {
  margin-right: 17px !important;
}

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

.mr19 {
  margin-right: 19px !important;
}

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

.mr21 {
  margin-right: 21px !important;
}

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

.mr23 {
  margin-right: 23px !important;
}

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

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

.mr26 {
  margin-right: 26px !important;
}

.mr27 {
  margin-right: 27px !important;
}

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

.mr29 {
  margin-right: 29px !important;
}

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

.mr31 {
  margin-right: 31px !important;
}

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

.mr33 {
  margin-right: 33px !important;
}

.mr34 {
  margin-right: 34px !important;
}

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

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

.mr37 {
  margin-right: 37px !important;
}

.mr38 {
  margin-right: 38px !important;
}

.mr39 {
  margin-right: 39px !important;
}

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

.mr41 {
  margin-right: 41px !important;
}

.mr42 {
  margin-right: 42px !important;
}

.mr43 {
  margin-right: 43px !important;
}

.mr44 {
  margin-right: 44px !important;
}

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

.mr46 {
  margin-right: 46px !important;
}

.mr47 {
  margin-right: 47px !important;
}

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

.mr49 {
  margin-right: 49px !important;
}

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

.mr51 {
  margin-right: 51px !important;
}

.mr52 {
  margin-right: 52px !important;
}

.mr53 {
  margin-right: 53px !important;
}

.mr54 {
  margin-right: 54px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr56 {
  margin-right: 56px !important;
}

.mr57 {
  margin-right: 57px !important;
}

.mr58 {
  margin-right: 58px !important;
}

.mr59 {
  margin-right: 59px !important;
}

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

.mr61 {
  margin-right: 61px !important;
}

.mr62 {
  margin-right: 62px !important;
}

.mr63 {
  margin-right: 63px !important;
}

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

.mr65 {
  margin-right: 65px !important;
}

.mr66 {
  margin-right: 66px !important;
}

.mr67 {
  margin-right: 67px !important;
}

.mr68 {
  margin-right: 68px !important;
}

.mr69 {
  margin-right: 69px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr71 {
  margin-right: 71px !important;
}

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

.mr73 {
  margin-right: 73px !important;
}

.mr74 {
  margin-right: 74px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr76 {
  margin-right: 76px !important;
}

.mr77 {
  margin-right: 77px !important;
}

.mr78 {
  margin-right: 78px !important;
}

.mr79 {
  margin-right: 79px !important;
}

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

.mr81 {
  margin-right: 81px !important;
}

.mr82 {
  margin-right: 82px !important;
}

.mr83 {
  margin-right: 83px !important;
}

.mr84 {
  margin-right: 84px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr86 {
  margin-right: 86px !important;
}

.mr87 {
  margin-right: 87px !important;
}

.mr88 {
  margin-right: 88px !important;
}

.mr89 {
  margin-right: 89px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr91 {
  margin-right: 91px !important;
}

.mr92 {
  margin-right: 92px !important;
}

.mr93 {
  margin-right: 93px !important;
}

.mr94 {
  margin-right: 94px !important;
}

.mr95 {
  margin-right: 95px !important;
}

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

.mr97 {
  margin-right: 97px !important;
}

.mr98 {
  margin-right: 98px !important;
}

.mr99 {
  margin-right: 99px !important;
}

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

.mt0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

.mt7 {
  margin-top: 7px !important;
}

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

.mt9 {
  margin-top: 9px !important;
}

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

.mt11 {
  margin-top: 11px !important;
}

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

.mt13 {
  margin-top: 13px !important;
}

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

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

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

.mt17 {
  margin-top: 17px !important;
}

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

.mt19 {
  margin-top: 19px !important;
}

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

.mt21 {
  margin-top: 21px !important;
}

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

.mt23 {
  margin-top: 23px !important;
}

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

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

.mt26 {
  margin-top: 26px !important;
}

.mt27 {
  margin-top: 27px !important;
}

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

.mt29 {
  margin-top: 29px !important;
}

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

.mt31 {
  margin-top: 31px !important;
}

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

.mt33 {
  margin-top: 33px !important;
}

.mt34 {
  margin-top: 34px !important;
}

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

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

.mt37 {
  margin-top: 37px !important;
}

.mt38 {
  margin-top: 38px !important;
}

.mt39 {
  margin-top: 39px !important;
}

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

.mt41 {
  margin-top: 41px !important;
}

.mt42 {
  margin-top: 42px !important;
}

.mt43 {
  margin-top: 43px !important;
}

.mt44 {
  margin-top: 44px !important;
}

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

.mt46 {
  margin-top: 46px !important;
}

.mt47 {
  margin-top: 47px !important;
}

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

.mt49 {
  margin-top: 49px !important;
}

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

.mt51 {
  margin-top: 51px !important;
}

.mt52 {
  margin-top: 52px !important;
}

.mt53 {
  margin-top: 53px !important;
}

.mt54 {
  margin-top: 54px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt56 {
  margin-top: 56px !important;
}

.mt57 {
  margin-top: 57px !important;
}

.mt58 {
  margin-top: 58px !important;
}

.mt59 {
  margin-top: 59px !important;
}

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

.mt61 {
  margin-top: 61px !important;
}

.mt62 {
  margin-top: 62px !important;
}

.mt63 {
  margin-top: 63px !important;
}

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

.mt65 {
  margin-top: 65px !important;
}

.mt66 {
  margin-top: 66px !important;
}

.mt67 {
  margin-top: 67px !important;
}

.mt68 {
  margin-top: 68px !important;
}

.mt69 {
  margin-top: 69px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt71 {
  margin-top: 71px !important;
}

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

.mt73 {
  margin-top: 73px !important;
}

.mt74 {
  margin-top: 74px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt76 {
  margin-top: 76px !important;
}

.mt77 {
  margin-top: 77px !important;
}

.mt78 {
  margin-top: 78px !important;
}

.mt79 {
  margin-top: 79px !important;
}

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

.mt81 {
  margin-top: 81px !important;
}

.mt82 {
  margin-top: 82px !important;
}

.mt83 {
  margin-top: 83px !important;
}

.mt84 {
  margin-top: 84px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt86 {
  margin-top: 86px !important;
}

.mt87 {
  margin-top: 87px !important;
}

.mt88 {
  margin-top: 88px !important;
}

.mt89 {
  margin-top: 89px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt91 {
  margin-top: 91px !important;
}

.mt92 {
  margin-top: 92px !important;
}

.mt93 {
  margin-top: 93px !important;
}

.mt94 {
  margin-top: 94px !important;
}

.mt95 {
  margin-top: 95px !important;
}

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

.mt97 {
  margin-top: 97px !important;
}

.mt98 {
  margin-top: 98px !important;
}

.mt99 {
  margin-top: 99px !important;
}

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

.mb0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

.mb7 {
  margin-bottom: 7px !important;
}

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

.mb9 {
  margin-bottom: 9px !important;
}

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

.mb11 {
  margin-bottom: 11px !important;
}

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

.mb13 {
  margin-bottom: 13px !important;
}

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

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

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

.mb17 {
  margin-bottom: 17px !important;
}

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

.mb19 {
  margin-bottom: 19px !important;
}

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

.mb21 {
  margin-bottom: 21px !important;
}

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

.mb23 {
  margin-bottom: 23px !important;
}

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

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

.mb26 {
  margin-bottom: 26px !important;
}

.mb27 {
  margin-bottom: 27px !important;
}

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

.mb29 {
  margin-bottom: 29px !important;
}

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

.mb31 {
  margin-bottom: 31px !important;
}

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

.mb33 {
  margin-bottom: 33px !important;
}

.mb34 {
  margin-bottom: 34px !important;
}

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

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

.mb37 {
  margin-bottom: 37px !important;
}

.mb38 {
  margin-bottom: 38px !important;
}

.mb39 {
  margin-bottom: 39px !important;
}

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

.mb41 {
  margin-bottom: 41px !important;
}

.mb42 {
  margin-bottom: 42px !important;
}

.mb43 {
  margin-bottom: 43px !important;
}

.mb44 {
  margin-bottom: 44px !important;
}

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

.mb46 {
  margin-bottom: 46px !important;
}

.mb47 {
  margin-bottom: 47px !important;
}

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

.mb49 {
  margin-bottom: 49px !important;
}

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

.mb51 {
  margin-bottom: 51px !important;
}

.mb52 {
  margin-bottom: 52px !important;
}

.mb53 {
  margin-bottom: 53px !important;
}

.mb54 {
  margin-bottom: 54px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb56 {
  margin-bottom: 56px !important;
}

.mb57 {
  margin-bottom: 57px !important;
}

.mb58 {
  margin-bottom: 58px !important;
}

.mb59 {
  margin-bottom: 59px !important;
}

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

.mb61 {
  margin-bottom: 61px !important;
}

.mb62 {
  margin-bottom: 62px !important;
}

.mb63 {
  margin-bottom: 63px !important;
}

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

.mb65 {
  margin-bottom: 65px !important;
}

.mb66 {
  margin-bottom: 66px !important;
}

.mb67 {
  margin-bottom: 67px !important;
}

.mb68 {
  margin-bottom: 68px !important;
}

.mb69 {
  margin-bottom: 69px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb71 {
  margin-bottom: 71px !important;
}

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

.mb73 {
  margin-bottom: 73px !important;
}

.mb74 {
  margin-bottom: 74px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb76 {
  margin-bottom: 76px !important;
}

.mb77 {
  margin-bottom: 77px !important;
}

.mb78 {
  margin-bottom: 78px !important;
}

.mb79 {
  margin-bottom: 79px !important;
}

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

.mb81 {
  margin-bottom: 81px !important;
}

.mb82 {
  margin-bottom: 82px !important;
}

.mb83 {
  margin-bottom: 83px !important;
}

.mb84 {
  margin-bottom: 84px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb86 {
  margin-bottom: 86px !important;
}

.mb87 {
  margin-bottom: 87px !important;
}

.mb88 {
  margin-bottom: 88px !important;
}

.mb89 {
  margin-bottom: 89px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb91 {
  margin-bottom: 91px !important;
}

.mb92 {
  margin-bottom: 92px !important;
}

.mb93 {
  margin-bottom: 93px !important;
}

.mb94 {
  margin-bottom: 94px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

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

.mb97 {
  margin-bottom: 97px !important;
}

.mb98 {
  margin-bottom: 98px !important;
}

.mb99 {
  margin-bottom: 99px !important;
}

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

.pl0 {
  padding-left: 0 !important;
}

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

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

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

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

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

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

.pl7 {
  padding-left: 7px !important;
}

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

.pl9 {
  padding-left: 9px !important;
}

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

.pl11 {
  padding-left: 11px !important;
}

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

.pl13 {
  padding-left: 13px !important;
}

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

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

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

.pl17 {
  padding-left: 17px !important;
}

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

.pl19 {
  padding-left: 19px !important;
}

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

.pl21 {
  padding-left: 21px !important;
}

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

.pl23 {
  padding-left: 23px !important;
}

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

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

.pl26 {
  padding-left: 26px !important;
}

.pl27 {
  padding-left: 27px !important;
}

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

.pl29 {
  padding-left: 29px !important;
}

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

.pl31 {
  padding-left: 31px !important;
}

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

.pl33 {
  padding-left: 33px !important;
}

.pl34 {
  padding-left: 34px !important;
}

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

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

.pl37 {
  padding-left: 37px !important;
}

.pl38 {
  padding-left: 38px !important;
}

.pl39 {
  padding-left: 39px !important;
}

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

.pl41 {
  padding-left: 41px !important;
}

.pl42 {
  padding-left: 42px !important;
}

.pl43 {
  padding-left: 43px !important;
}

.pl44 {
  padding-left: 44px !important;
}

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

.pl46 {
  padding-left: 46px !important;
}

.pl47 {
  padding-left: 47px !important;
}

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

.pl49 {
  padding-left: 49px !important;
}

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

.pl51 {
  padding-left: 51px !important;
}

.pl52 {
  padding-left: 52px !important;
}

.pl53 {
  padding-left: 53px !important;
}

.pl54 {
  padding-left: 54px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl56 {
  padding-left: 56px !important;
}

.pl57 {
  padding-left: 57px !important;
}

.pl58 {
  padding-left: 58px !important;
}

.pl59 {
  padding-left: 59px !important;
}

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

.pl61 {
  padding-left: 61px !important;
}

.pl62 {
  padding-left: 62px !important;
}

.pl63 {
  padding-left: 63px !important;
}

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

.pl65 {
  padding-left: 65px !important;
}

.pl66 {
  padding-left: 66px !important;
}

.pl67 {
  padding-left: 67px !important;
}

.pl68 {
  padding-left: 68px !important;
}

.pl69 {
  padding-left: 69px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl71 {
  padding-left: 71px !important;
}

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

.pl73 {
  padding-left: 73px !important;
}

.pl74 {
  padding-left: 74px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pl76 {
  padding-left: 76px !important;
}

.pl77 {
  padding-left: 77px !important;
}

.pl78 {
  padding-left: 78px !important;
}

.pl79 {
  padding-left: 79px !important;
}

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

.pl81 {
  padding-left: 81px !important;
}

.pl82 {
  padding-left: 82px !important;
}

.pl83 {
  padding-left: 83px !important;
}

.pl84 {
  padding-left: 84px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pl86 {
  padding-left: 86px !important;
}

.pl87 {
  padding-left: 87px !important;
}

.pl88 {
  padding-left: 88px !important;
}

.pl89 {
  padding-left: 89px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl91 {
  padding-left: 91px !important;
}

.pl92 {
  padding-left: 92px !important;
}

.pl93 {
  padding-left: 93px !important;
}

.pl94 {
  padding-left: 94px !important;
}

.pl95 {
  padding-left: 95px !important;
}

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

.pl97 {
  padding-left: 97px !important;
}

.pl98 {
  padding-left: 98px !important;
}

.pl99 {
  padding-left: 99px !important;
}

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

.pr0 {
  padding-right: 0 !important;
}

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

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

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

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

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

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

.pr7 {
  padding-right: 7px !important;
}

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

.pr9 {
  padding-right: 9px !important;
}

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

.pr11 {
  padding-right: 11px !important;
}

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

.pr13 {
  padding-right: 13px !important;
}

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

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

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

.pr17 {
  padding-right: 17px !important;
}

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

.pr19 {
  padding-right: 19px !important;
}

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

.pr21 {
  padding-right: 21px !important;
}

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

.pr23 {
  padding-right: 23px !important;
}

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

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

.pr26 {
  padding-right: 26px !important;
}

.pr27 {
  padding-right: 27px !important;
}

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

.pr29 {
  padding-right: 29px !important;
}

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

.pr31 {
  padding-right: 31px !important;
}

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

.pr33 {
  padding-right: 33px !important;
}

.pr34 {
  padding-right: 34px !important;
}

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

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

.pr37 {
  padding-right: 37px !important;
}

.pr38 {
  padding-right: 38px !important;
}

.pr39 {
  padding-right: 39px !important;
}

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

.pr41 {
  padding-right: 41px !important;
}

.pr42 {
  padding-right: 42px !important;
}

.pr43 {
  padding-right: 43px !important;
}

.pr44 {
  padding-right: 44px !important;
}

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

.pr46 {
  padding-right: 46px !important;
}

.pr47 {
  padding-right: 47px !important;
}

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

.pr49 {
  padding-right: 49px !important;
}

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

.pr51 {
  padding-right: 51px !important;
}

.pr52 {
  padding-right: 52px !important;
}

.pr53 {
  padding-right: 53px !important;
}

.pr54 {
  padding-right: 54px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr56 {
  padding-right: 56px !important;
}

.pr57 {
  padding-right: 57px !important;
}

.pr58 {
  padding-right: 58px !important;
}

.pr59 {
  padding-right: 59px !important;
}

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

.pr61 {
  padding-right: 61px !important;
}

.pr62 {
  padding-right: 62px !important;
}

.pr63 {
  padding-right: 63px !important;
}

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

.pr65 {
  padding-right: 65px !important;
}

.pr66 {
  padding-right: 66px !important;
}

.pr67 {
  padding-right: 67px !important;
}

.pr68 {
  padding-right: 68px !important;
}

.pr69 {
  padding-right: 69px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr71 {
  padding-right: 71px !important;
}

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

.pr73 {
  padding-right: 73px !important;
}

.pr74 {
  padding-right: 74px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pr76 {
  padding-right: 76px !important;
}

.pr77 {
  padding-right: 77px !important;
}

.pr78 {
  padding-right: 78px !important;
}

.pr79 {
  padding-right: 79px !important;
}

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

.pr81 {
  padding-right: 81px !important;
}

.pr82 {
  padding-right: 82px !important;
}

.pr83 {
  padding-right: 83px !important;
}

.pr84 {
  padding-right: 84px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pr86 {
  padding-right: 86px !important;
}

.pr87 {
  padding-right: 87px !important;
}

.pr88 {
  padding-right: 88px !important;
}

.pr89 {
  padding-right: 89px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr91 {
  padding-right: 91px !important;
}

.pr92 {
  padding-right: 92px !important;
}

.pr93 {
  padding-right: 93px !important;
}

.pr94 {
  padding-right: 94px !important;
}

.pr95 {
  padding-right: 95px !important;
}

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

.pr97 {
  padding-right: 97px !important;
}

.pr98 {
  padding-right: 98px !important;
}

.pr99 {
  padding-right: 99px !important;
}

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

.pt0 {
  padding-top: 0 !important;
}

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

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

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

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

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

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

.pt7 {
  padding-top: 7px !important;
}

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

.pt9 {
  padding-top: 9px !important;
}

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

.pt11 {
  padding-top: 11px !important;
}

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

.pt13 {
  padding-top: 13px !important;
}

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

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

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

.pt17 {
  padding-top: 17px !important;
}

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

.pt19 {
  padding-top: 19px !important;
}

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

.pt21 {
  padding-top: 21px !important;
}

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

.pt23 {
  padding-top: 23px !important;
}

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

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

.pt26 {
  padding-top: 26px !important;
}

.pt27 {
  padding-top: 27px !important;
}

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

.pt29 {
  padding-top: 29px !important;
}

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

.pt31 {
  padding-top: 31px !important;
}

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

.pt33 {
  padding-top: 33px !important;
}

.pt34 {
  padding-top: 34px !important;
}

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

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

.pt37 {
  padding-top: 37px !important;
}

.pt38 {
  padding-top: 38px !important;
}

.pt39 {
  padding-top: 39px !important;
}

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

.pt41 {
  padding-top: 41px !important;
}

.pt42 {
  padding-top: 42px !important;
}

.pt43 {
  padding-top: 43px !important;
}

.pt44 {
  padding-top: 44px !important;
}

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

.pt46 {
  padding-top: 46px !important;
}

.pt47 {
  padding-top: 47px !important;
}

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

.pt49 {
  padding-top: 49px !important;
}

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

.pt51 {
  padding-top: 51px !important;
}

.pt52 {
  padding-top: 52px !important;
}

.pt53 {
  padding-top: 53px !important;
}

.pt54 {
  padding-top: 54px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt56 {
  padding-top: 56px !important;
}

.pt57 {
  padding-top: 57px !important;
}

.pt58 {
  padding-top: 58px !important;
}

.pt59 {
  padding-top: 59px !important;
}

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

.pt61 {
  padding-top: 61px !important;
}

.pt62 {
  padding-top: 62px !important;
}

.pt63 {
  padding-top: 63px !important;
}

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

.pt65 {
  padding-top: 65px !important;
}

.pt66 {
  padding-top: 66px !important;
}

.pt67 {
  padding-top: 67px !important;
}

.pt68 {
  padding-top: 68px !important;
}

.pt69 {
  padding-top: 69px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt71 {
  padding-top: 71px !important;
}

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

.pt73 {
  padding-top: 73px !important;
}

.pt74 {
  padding-top: 74px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt76 {
  padding-top: 76px !important;
}

.pt77 {
  padding-top: 77px !important;
}

.pt78 {
  padding-top: 78px !important;
}

.pt79 {
  padding-top: 79px !important;
}

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

.pt81 {
  padding-top: 81px !important;
}

.pt82 {
  padding-top: 82px !important;
}

.pt83 {
  padding-top: 83px !important;
}

.pt84 {
  padding-top: 84px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt86 {
  padding-top: 86px !important;
}

.pt87 {
  padding-top: 87px !important;
}

.pt88 {
  padding-top: 88px !important;
}

.pt89 {
  padding-top: 89px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt91 {
  padding-top: 91px !important;
}

.pt92 {
  padding-top: 92px !important;
}

.pt93 {
  padding-top: 93px !important;
}

.pt94 {
  padding-top: 94px !important;
}

.pt95 {
  padding-top: 95px !important;
}

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

.pt97 {
  padding-top: 97px !important;
}

.pt98 {
  padding-top: 98px !important;
}

.pt99 {
  padding-top: 99px !important;
}

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

.pb0 {
  padding-bottom: 0 !important;
}

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

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

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

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

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

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

.pb7 {
  padding-bottom: 7px !important;
}

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

.pb9 {
  padding-bottom: 9px !important;
}

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

.pb11 {
  padding-bottom: 11px !important;
}

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

.pb13 {
  padding-bottom: 13px !important;
}

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

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

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

.pb17 {
  padding-bottom: 17px !important;
}

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

.pb19 {
  padding-bottom: 19px !important;
}

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

.pb21 {
  padding-bottom: 21px !important;
}

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

.pb23 {
  padding-bottom: 23px !important;
}

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

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

.pb26 {
  padding-bottom: 26px !important;
}

.pb27 {
  padding-bottom: 27px !important;
}

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

.pb29 {
  padding-bottom: 29px !important;
}

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

.pb31 {
  padding-bottom: 31px !important;
}

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

.pb33 {
  padding-bottom: 33px !important;
}

.pb34 {
  padding-bottom: 34px !important;
}

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

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

.pb37 {
  padding-bottom: 37px !important;
}

.pb38 {
  padding-bottom: 38px !important;
}

.pb39 {
  padding-bottom: 39px !important;
}

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

.pb41 {
  padding-bottom: 41px !important;
}

.pb42 {
  padding-bottom: 42px !important;
}

.pb43 {
  padding-bottom: 43px !important;
}

.pb44 {
  padding-bottom: 44px !important;
}

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

.pb46 {
  padding-bottom: 46px !important;
}

.pb47 {
  padding-bottom: 47px !important;
}

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

.pb49 {
  padding-bottom: 49px !important;
}

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

.pb51 {
  padding-bottom: 51px !important;
}

.pb52 {
  padding-bottom: 52px !important;
}

.pb53 {
  padding-bottom: 53px !important;
}

.pb54 {
  padding-bottom: 54px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb56 {
  padding-bottom: 56px !important;
}

.pb57 {
  padding-bottom: 57px !important;
}

.pb58 {
  padding-bottom: 58px !important;
}

.pb59 {
  padding-bottom: 59px !important;
}

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

.pb61 {
  padding-bottom: 61px !important;
}

.pb62 {
  padding-bottom: 62px !important;
}

.pb63 {
  padding-bottom: 63px !important;
}

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

.pb65 {
  padding-bottom: 65px !important;
}

.pb66 {
  padding-bottom: 66px !important;
}

.pb67 {
  padding-bottom: 67px !important;
}

.pb68 {
  padding-bottom: 68px !important;
}

.pb69 {
  padding-bottom: 69px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb71 {
  padding-bottom: 71px !important;
}

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

.pb73 {
  padding-bottom: 73px !important;
}

.pb74 {
  padding-bottom: 74px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb76 {
  padding-bottom: 76px !important;
}

.pb77 {
  padding-bottom: 77px !important;
}

.pb78 {
  padding-bottom: 78px !important;
}

.pb79 {
  padding-bottom: 79px !important;
}

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

.pb81 {
  padding-bottom: 81px !important;
}

.pb82 {
  padding-bottom: 82px !important;
}

.pb83 {
  padding-bottom: 83px !important;
}

.pb84 {
  padding-bottom: 84px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb86 {
  padding-bottom: 86px !important;
}

.pb87 {
  padding-bottom: 87px !important;
}

.pb88 {
  padding-bottom: 88px !important;
}

.pb89 {
  padding-bottom: 89px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb91 {
  padding-bottom: 91px !important;
}

.pb92 {
  padding-bottom: 92px !important;
}

.pb93 {
  padding-bottom: 93px !important;
}

.pb94 {
  padding-bottom: 94px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

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

.pb97 {
  padding-bottom: 97px !important;
}

.pb98 {
  padding-bottom: 98px !important;
}

.pb99 {
  padding-bottom: 99px !important;
}

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

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

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

.border-white {
  border: 1px solid #fff !important;
}

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

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

.border-black {
  border: 1px solid #000 !important;
}

.text-gray900 {
  color: #121212 !important;
}

.bg-gray900 {
  background-color: #121212 !important;
}

.border-gray900 {
  border: 1px solid #121212 !important;
}

.text-gray800 {
  color: #333333 !important;
}

.bg-gray800 {
  background-color: #333333 !important;
}

.border-gray800 {
  border: 1px solid #333333 !important;
}

.text-gray700 {
  color: #444444 !important;
}

.bg-gray700 {
  background-color: #444444 !important;
}

.border-gray700 {
  border: 1px solid #444444 !important;
}

.text-gray600 {
  color: #666666 !important;
}

.bg-gray600 {
  background-color: #666666 !important;
}

.border-gray600 {
  border: 1px solid #666666 !important;
}

.text-gray500 {
  color: #777777 !important;
}

.bg-gray500 {
  background-color: #777777 !important;
}

.border-gray500 {
  border: 1px solid #777777 !important;
}

.text-gray400 {
  color: #999999 !important;
}

.bg-gray400 {
  background-color: #999999 !important;
}

.border-gray400 {
  border: 1px solid #999999 !important;
}

.text-gray300 {
  color: #b3b3b3 !important;
}

.bg-gray300 {
  background-color: #b3b3b3 !important;
}

.border-gray300 {
  border: 1px solid #b3b3b3 !important;
}

.text-gray200 {
  color: #cccccc !important;
}

.bg-gray200 {
  background-color: #cccccc !important;
}

.border-gray200 {
  border: 1px solid #cccccc !important;
}

.text-gray150 {
  color: #dddddd !important;
}

.bg-gray150 {
  background-color: #dddddd !important;
}

.border-gray150 {
  border: 1px solid #dddddd !important;
}

.text-gray100 {
  color: #ebebeb !important;
}

.bg-gray100 {
  background-color: #ebebeb !important;
}

.border-gray100 {
  border: 1px solid #ebebeb !important;
}

.text-gray50 {
  color: #f5f5f5 !important;
}

.bg-gray50 {
  background-color: #f5f5f5 !important;
}

.border-gray50 {
  border: 1px solid #f5f5f5 !important;
}

.text-mint {
  color: #1ecad3 !important;
}

.bg-mint {
  background-color: #1ecad3 !important;
}

.border-mint {
  border: 1px solid #1ecad3 !important;
}

.text-coral-pink {
  color: #f04d69 !important;
}

.bg-coral-pink {
  background-color: #f04d69 !important;
}

.border-coral-pink {
  border: 1px solid #f04d69 !important;
}

.text-purple {
  color: #6f38e4 !important;
}

.bg-purple {
  background-color: #6f38e4 !important;
}

.border-purple {
  border: 1px solid #6f38e4 !important;
}

.text-bg-gray {
  color: #f7f8f9 !important;
}

.bg-bg-gray {
  background-color: #f7f8f9 !important;
}

.border-bg-gray {
  border: 1px solid #f7f8f9 !important;
}

.font-regular {
  font-weight: 400 !important;
}

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

.font-black {
  font-weight: 900 !important;
}

.font-head-l {
  font-size: 48px !important;
}

.font-head {
  font-size: 40px !important;
}

.font-head-s {
  font-size: 32px !important;
}

.font-title-l {
  font-size: 28px !important;
}

.font-title {
  font-size: 24px !important;
}

.font-title-s {
  font-size: 22px !important;
}

.font-body-xl {
  font-size: 20px !important;
}

.font-body-l {
  font-size: 18px !important;
}

.font-body {
  font-size: 16px !important;
}

.font-body-s {
  font-size: 15px !important;
}

.font-body-xs {
  font-size: 14px !important;
}

.font-body-xxs {
  font-size: 12px !important;
}

.font-body-xxxs {
  font-size: 11px !important;
}

/* =============================================================
	Layout
============================================================= */
#content {
  min-height: calc(100vh - 200px);
}
@media (min-width: 700px) and (max-width: 1023px) {
  #content {
    min-height: calc(100vh - 220px);
  }
}
@media (max-width: 699px) {
  #content {
    min-height: calc(100vh - 284px);
  }
}

.inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 700px) and (max-width: 1023px) {
  .inner {
    padding: 0 60px 140px;
  }
}
@media (max-width: 699px) {
  .inner {
    max-width: 580px;
    padding: 0 16px 140px;
  }
}

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

/* =============================================================
	Text
============================================================= */
.text-left {
  text-align: left !important;
}

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

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

/* =============================================================
	Image
============================================================= */
.icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  vertical-align: middle;
  text-indent: -9999px;
  overflow: hidden;
}

.img {
  width: 100%;
}
.img-responsive {
  height: auto;
}
.img-cover {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.img-contain {
  height: 100%;
  object-fit: contain;
}

h1 .logo {
  width: 300px;
  height: 28px;
  background: url("/online/images/common/h-logo.png") no-repeat center/contain;
}
@media (min-width: 700px) and (max-width: 1023px) {
  h1 .logo {
    width: 280px;
    height: 26px;
    background: url("/online/images/common/h-logo@2x.png") no-repeat center/contain;
  }
}
@media (max-width: 699px) {
  h1 .logo {
    width: 236px;
    height: 22px;
    background: url("/online/images/common/h-logo@2x.png") no-repeat center/contain;
  }
}

.btn-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-icon svg,
.btn-icon img {
  width: 100%;
  height: 100%;
}

/* =============================================================
	Chart
============================================================= */
.progress-lesson .progress-bar-wrap {
  height: 20px;
  border-radius: 10px;
  border: 2px solid #444444;
  background: #fff;
  overflow: hidden;
}
.progress-lesson .progress-bar-wrap .progress-bar {
  height: inherit;
  background: #f04d69;
}
.progress-lesson .progress-bar-wrap .progress-bar.completed {
  background: #6f38e4;
}

/* =============================================================
	a11y
============================================================= */
.sr-only {
  position: absolute !important;
  top: auto !important;
  left: -10000px !important;
  width: 0px !important;
  height: 0px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

#skip {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#skip a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
#skip a:focus, #skip a:active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 15px 20px;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
}

/* =============================================================
	Etc
============================================================= */
.pc-only {
  display: none;
}
@media (min-width: 700px) {
  .pc-only {
    display: block;
  }
}

.m-only {
  display: none;
}
@media (max-width: 699px) {
  .m-only {
    display: block;
  }
}

.ellipsis-extension {
  display: flex;
  align-items: center;
}
.ellipsis-extension .name {
  width: auto;
  min-width: 0;
  line-height: 1.25;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  min-width: 0;
}
.ellipsis-extension .extension {
  white-space: nowrap;
}

.word-keep-all {
  word-break: keep-all;
}

/* import components */
/* import helpers */
.btn-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 70px;
  border-radius: 35px;
  background: #444444;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  line-height: 35px;
}
.btn-primary:disabled, .btn-primary.disabled {
  background: #dddddd !important;
  cursor: not-allowed !important;
}
@media (max-width: 699px) {
  .btn-primary {
    width: 156px;
    height: 60px;
  }
}
.btn-primary.btn-primary-sm {
  width: 120px;
  height: 36px;
  border-radius: 18px;
  font-size: 1rem;
}
.btn-primary.btn-primary-purple {
  background: #6f38e4;
}
.btn-secondary {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  background: #1ecad3;
  font-weight: 700;
  font-size: 1.25rem;
  color: #fff;
}
@media (max-width: 699px) {
  .btn-secondary {
    height: 50px;
    font-size: 1.125rem;
  }
}
.btn-secondary.btn-secondary-sm {
  width: 80px;
  height: 40px;
  border: none;
  background: #999999;
  font-size: 1rem;
  color: #fff;
}
.btn-txt {
  font-size: 1.125rem;
  background: transparent;
}

.btn-download-material {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-direction: column;
  width: 120px;
  height: 120px;
  border-radius: 20px;
  border: 1px solid #1ecad3;
  background: #f7f8f9;
  transition: all 0.3s ease;
}
@media (max-width: 1023px) {
  .btn-download-material {
    flex-direction: row;
    width: 100%;
    height: 48px;
    border-radius: 10px;
  }
}
.btn-download-material .btn-icon {
  width: 40px;
  height: 40px;
}
@media (max-width: 1023px) {
  .btn-download-material .btn-icon {
    width: 24px;
    height: 24px;
  }
}
.btn-download-material .btn-icon svg {
  fill: #1ecad3;
}
.btn-download-material .btn-txt {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 1023px) {
  .btn-download-material .btn-txt {
    font-size: 1.125rem;
    line-height: 160%;
  }
}
@media (min-width: 700px) and (max-width: 1023px) {
  .btn-download-material .btn-txt .pc-only {
    display: none;
  }
}
.btn-download-material:hover {
  border-color: #1ecad3;
  background: #1ecad3;
}
.btn-download-material:hover .btn-icon svg {
  fill: #fff;
}
.btn-download-material:hover .btn-txt {
  color: #fff;
}

.btn-play {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.btn-play .btn-icon {
  position: absolute;
  top: 50%;
  left: 18px;
  width: 24px;
  height: 27px;
  transform: translateY(-50%) rotate(270deg);
}
.btn-play .btn-icon svg {
  fill: #fff;
}
.btn-play-mint {
  width: 48px;
  height: 48px;
  border: 2px solid #1ecad3;
}
.btn-play-mint .btn-icon {
  left: 14px;
  width: 19px;
  height: 22px;
}
.btn-play-mint .btn-icon svg {
  fill: #1ecad3;
}

.btn-play2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 120px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #1ecad3;
  background: #fff;
  font-weight: 700;
  color: #1ecad3;
}
.btn-play2 .btn-icon {
  width: 16px;
  height: 16px;
  transform: rotate(270deg);
}
.btn-play2 .btn-icon svg {
  fill: #1ecad3;
}
.btn-play2.continue {
  border-color: #f04d69;
  color: #f04d69;
}
.btn-play2.continue .btn-icon svg {
  fill: #f04d69;
}
.btn-play2.replay {
  border-color: #6f38e4;
  color: #6f38e4;
}
.btn-play2.replay .btn-icon svg {
  fill: #6f38e4;
}

.btn-toggle-panel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 44px;
  border-top: 1px dashed #dddddd;
  border-bottom: 2px solid #121212;
  background: #fff;
  font-weight: 700;
}
.btn-toggle-panel .text-close {
  display: none;
}
.btn-toggle-panel .btn-icon {
  width: 15px;
  height: 15px;
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
.btn-toggle-panel.opened, .btn-toggle-panel[aria-expanded=true] {
  border-top: 1px solid #444444;
  background: #444444;
  color: #fff;
}
.btn-toggle-panel.opened .text-open, .btn-toggle-panel[aria-expanded=true] .text-open {
  display: none;
}
.btn-toggle-panel.opened .text-close, .btn-toggle-panel[aria-expanded=true] .text-close {
  display: inline;
}
.btn-toggle-panel.opened .btn-icon, .btn-toggle-panel[aria-expanded=true] .btn-icon {
  transform: rotate(270deg);
}
.btn-toggle-panel.opened .btn-icon svg, .btn-toggle-panel[aria-expanded=true] .btn-icon svg {
  fill: #fff;
}

/* import helpers */
/* import helpers */
.icon-check {
  background-image: url("/online/images/common/icons/icon-check@2x.png");
}
@media (max-width: 1023px) {
  .icon-check {
    width: 16px;
    min-width: 16px;
    height: 11px;
    min-height: 11px;
    line-height: 11px;
  }
}
@media (min-width: 1024px) {
  .icon-check {
    width: 16px;
    min-width: 16px;
    height: 11px;
    min-height: 11px;
    line-height: 11px;
  }
}

.icon-chevronDotted {
  background-image: url("/online/images/common/icons/icon-chevronDotted@2x.png");
}
@media (max-width: 1023px) {
  .icon-chevronDotted {
    width: 6px;
    min-width: 6px;
    height: 10px;
    min-height: 10px;
    line-height: 10px;
  }
}
@media (min-width: 1024px) {
  .icon-chevronDotted {
    width: 6px;
    min-width: 6px;
    height: 10px;
    min-height: 10px;
    line-height: 10px;
  }
}

.icon-home {
  background-image: url("/online/images/common/icons/icon-home@2x.png");
}
@media (max-width: 1023px) {
  .icon-home {
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .icon-home {
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    line-height: 24px;
  }
}

.icon-bullet {
  background-image: url("/online/images/common/icons/icon-bullet@2x.png");
}
@media (max-width: 1023px) {
  .icon-bullet {
    width: 23px;
    min-width: 23px;
    height: 29px;
    min-height: 29px;
    line-height: 29px;
  }
}
@media (min-width: 1024px) {
  .icon-bullet {
    width: 23px;
    min-width: 23px;
    height: 29px;
    min-height: 29px;
    line-height: 29px;
  }
}

.icon-bullet2 {
  background-image: url("/online/images/common/icons/icon-bullet2@2x.png");
}
@media (max-width: 1023px) {
  .icon-bullet2 {
    width: 8px;
    min-width: 8px;
    height: 8px;
    min-height: 8px;
    line-height: 8px;
  }
}
@media (min-width: 1024px) {
  .icon-bullet2 {
    width: 8px;
    min-width: 8px;
    height: 8px;
    min-height: 8px;
    line-height: 8px;
  }
}

.icon-phone {
  background-image: url("/online/images/common/icons/icon-phone@2x.png");
}
@media (max-width: 1023px) {
  .icon-phone {
    width: 17px;
    min-width: 17px;
    height: 30px;
    min-height: 30px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .icon-phone {
    width: 17px;
    min-width: 17px;
    height: 30px;
    min-height: 30px;
    line-height: 30px;
  }
}

.icon-test {
  background-image: url("/online/images/common/icons/icon-test@2x.png");
}
@media (max-width: 1023px) {
  .icon-test {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    line-height: 20px;
  }
}
@media (min-width: 1024px) {
  .icon-test {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    line-height: 20px;
  }
}

.icon-fullVideo {
  background-image: url("/online/images/common/icons/icon-fullVideo@2x.png");
}
@media (max-width: 1023px) {
  .icon-fullVideo {
    width: 28px;
    min-width: 28px;
    height: 28px;
    min-height: 28px;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .icon-fullVideo {
    width: 28px;
    min-width: 28px;
    height: 28px;
    min-height: 28px;
    line-height: 28px;
  }
}

.icon-smallVideo {
  background-image: url("/online/images/common/icons/icon-smallVideo@2x.png");
}
@media (max-width: 1023px) {
  .icon-smallVideo {
    width: 28px;
    min-width: 28px;
    height: 28px;
    min-height: 28px;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .icon-smallVideo {
    width: 28px;
    min-width: 28px;
    height: 28px;
    min-height: 28px;
    line-height: 28px;
  }
}

.icon-volume {
  background-image: url("/online/images/common/icons/icon-volume@2x.png");
}
@media (max-width: 1023px) {
  .icon-volume {
    width: 28px;
    min-width: 28px;
    height: 28px;
    min-height: 28px;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .icon-volume {
    width: 28px;
    min-width: 28px;
    height: 28px;
    min-height: 28px;
    line-height: 28px;
  }
}

.icon-mute {
  background-image: url("/online/images/common/icons/icon-mute@2x.png");
}
@media (max-width: 1023px) {
  .icon-mute {
    width: 28px;
    min-width: 28px;
    height: 28px;
    min-height: 28px;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .icon-mute {
    width: 28px;
    min-width: 28px;
    height: 28px;
    min-height: 28px;
    line-height: 28px;
  }
}

.icon-caption {
  background-image: url("/online/images/common/icons/icon-caption@2x.png");
}
@media (max-width: 1023px) {
  .icon-caption {
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    line-height: 16px;
  }
}
@media (min-width: 1024px) {
  .icon-caption {
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    line-height: 16px;
  }
}

input.input {
  height: 60px;
  padding: 0 20px;
  border-radius: 10px;
  border: 1px solid #dddddd;
  font-size: 1.25rem;
  color: #444444;
  line-height: 60px;
}
input.input::placeholder {
  color: #b3b3b3;
}
input.input:focus {
  border-color: #1ecad3;
}
input.input[disabled], input.input.disabled {
  background: #f5f5f5;
  color: #b3b3b3;
  cursor: not-allowed;
}
input.input[disabled]:focus, input.input.disabled:focus {
  border-color: #dddddd;
}
@media (max-width: 699px) {
  input.input {
    height: 50px;
    font-size: 1.125rem;
    line-height: 50px;
  }
}

.checkbox-wrap {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  user-select: none;
}
.checkbox-wrap input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  cursor: pointer;
}
.checkbox-wrap input[type=checkbox]:checked + .checkbox-icon {
  border-color: #1db5be;
  background-color: #1db5be;
}
.checkbox-wrap input[type=checkbox]:checked + .checkbox-icon::after {
  opacity: 1;
}
.checkbox-wrap input[type=checkbox]:disabled + .checkbox-icon {
  border-color: #d9d9d9;
  background-color: #f5f5f5;
  cursor: not-allowed;
}
.checkbox-wrap input[type=checkbox]:focus + .checkbox-icon {
  outline: 2px solid rgba(29, 181, 190, 0.3);
  outline-offset: 2px;
}
.checkbox-wrap .checkbox-icon {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  border: 2px solid #1db5be;
  background-color: #fff;
  transition: all 0.2s ease;
}
.checkbox-wrap .checkbox-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  display: inline-block;
  width: 16px;
  height: 11px;
  line-height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='11' viewBox='0 0 16 11' fill='none'%3E%3Cpath d='M12.9468 0.522489C13.6454-0.174163 14.7774-0.174163 15.476 0.522489C16.1747 1.21914 16.1747 2.34798 15.476 3.04463L8.02232 10.4775C7.32372 11.1742 6.19171 11.1742 5.4931 10.4775L0.523955 5.52226C-0.174652 4.82561-0.174652 3.69677 0.523955 3.00011C1.22256 2.30346 2.35457 2.30346 3.05317 3.00011L6.75771 6.69429L12.9468 0.522489Z' fill='%23fff'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  fill: #fff;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.checkbox-wrap .checkbox-label {
  margin-left: 8px;
  font-size: 1.125rem;
  vertical-align: middle;
}

.selectbox-wrap {
  position: relative;
  height: 60px;
  padding: 0 20px;
  border-radius: 10px;
  border: 1px solid #dddddd;
  background: #fff;
  line-height: 60px;
  cursor: pointer;
}
@media (max-width: 699px) {
  .selectbox-wrap {
    height: 50px;
    line-height: 50px;
  }
}
.selectbox-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M7.77249 15.052L1.69239 4.80008C1.56704 4.58082 1.50071 4.33222 1.50001 4.07903C1.4993 3.82584 1.56425 3.57687 1.68839 3.3569C1.81253 3.13693 1.99154 2.95362 2.20759 2.82522C2.42365 2.69681 2.66923 2.62778 2.9199 2.625H15.0801C15.3308 2.62778 15.5764 2.69681 15.7924 2.82522C16.0085 2.95362 16.1875 3.13693 16.3116 3.3569C16.4357 3.57687 16.5007 3.82584 16.5 4.07903C16.4993 4.33222 16.433 4.58082 16.3076 4.80008L10.2275 15.052C10.0995 15.2651 9.91935 15.4412 9.70434 15.5635C9.48933 15.6858 9.24675 15.75 9 15.75C8.75325 15.75 8.51067 15.6858 8.29566 15.5635C8.08065 15.4412 7.90046 15.2651 7.77249 15.052Z' fill='%23444444'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  fill: #444444;
  transform: translateY(-50%);
}
.selectbox-wrap span.selectbox-label {
  font-size: 1.25rem;
  color: #444444;
}
@media (max-width: 699px) {
  .selectbox-wrap span.selectbox-label {
    font-size: 1.125rem;
  }
}
.selectbox-wrap ul.selectbox-dropdown {
  z-index: 99;
  position: absolute;
  top: 64px;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  flex-direction: column;
  width: 100%;
  height: 0;
  max-height: 240px;
  padding: 20px;
  border: 1px solid #1ecad3;
  background: #fff;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: height 0.3s ease, opacity 0.3s ease;
}
.selectbox-wrap ul.selectbox-dropdown li {
  width: 100%;
  font-size: 1.25rem;
  color: #444444;
}
@media (max-width: 699px) {
  .selectbox-wrap ul.selectbox-dropdown li {
    font-size: 1.125rem;
  }
}
.selectbox-wrap ul.selectbox-dropdown li:hover {
  color: #1ecad3;
}
.selectbox-wrap.visible {
  border-color: #1ecad3;
}
.selectbox-wrap.visible::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M7.77249 15.052L1.69239 4.80008C1.56704 4.58082 1.50071 4.33222 1.50001 4.07903C1.4993 3.82584 1.56425 3.57687 1.68839 3.3569C1.81253 3.13693 1.99154 2.95362 2.20759 2.82522C2.42365 2.69681 2.66923 2.62778 2.9199 2.625H15.0801C15.3308 2.62778 15.5764 2.69681 15.7924 2.82522C16.0085 2.95362 16.1875 3.13693 16.3116 3.3569C16.4357 3.57687 16.5007 3.82584 16.5 4.07903C16.4993 4.33222 16.433 4.58082 16.3076 4.80008L10.2275 15.052C10.0995 15.2651 9.91935 15.4412 9.70434 15.5635C9.48933 15.6858 9.24675 15.75 9 15.75C8.75325 15.75 8.51067 15.6858 8.29566 15.5635C8.08065 15.4412 7.90046 15.2651 7.77249 15.052Z' fill='%231ecad3'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  fill: #1ecad3;
  transform: translateY(-50%) rotate(-180deg);
}
.selectbox-wrap.visible ul.selectbox-dropdown {
  display: flex;
  height: 240px;
  opacity: 1;
  visibility: visible;
}

/* import helpers */
.table {
  table-layout: fixed;
  border: 1px solid #dddddd;
}
.table thead tr th {
  height: 46px;
  background: #777777;
  font-weight: 700;
  color: #fff;
  vertical-align: middle;
}
.table thead tr th:not(:last-child) {
  border-right: 1px solid #dddddd;
}
.table tbody tr td {
  padding: 16px;
  border-bottom: 1px solid #dddddd;
  background: #fff;
  font-size: 1.125rem;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.table tbody tr td:not(:last-child) {
  border-right: 1px solid #dddddd;
}

/* import layouts */
/* import helpers */
#header {
  position: relative;
}
#header .nav > div .account-info-wrap {
  color: #666666;
}
#header .nav > div .account-info-wrap span {
  display: block;
}

#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  padding: 0 40px;
  background: #fff;
}
@media (min-width: 700px) and (max-width: 1023px) {
  #header {
    height: 72px;
    padding: 0 24px;
  }
}
@media (max-width: 699px) {
  #header {
    height: 64px;
    padding: 0 16px;
  }
}
#header .nav > div.pc-only {
  display: flex;
  align-items: center;
  gap: 36px;
}
@media (min-width: 700px) and (max-width: 1023px) {
  #header .nav > div.pc-only {
    gap: 24px;
  }
}
@media (max-width: 699px) {
  #header .nav > div.pc-only {
    display: none;
  }
}
#header .nav > div.pc-only .account-ctrls {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (min-width: 700px) and (max-width: 1023px) {
  #header .nav > div.pc-only .account-ctrls {
    gap: 8px;
  }
}
#header .nav > div.pc-only .account-ctrls li {
  width: 48px;
  height: 48px;
}
#header .nav > div.m-only .btn-account-ctrl,
#header .nav > div.m-only .btn-close-account-ctrl {
  width: 36px;
  height: 36px;
}
#header .nav > div.m-only .btn-close-account-ctrl {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #1ecad3;
}
#header .nav > div.m-only .btn-close-account-ctrl svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}
#header .nav > div.m-only .account-ctrls-wrap {
  position: absolute;
  top: 50%;
  right: 16px;
  display: none;
  transform: translateY(-50%);
}
#header .nav > div.m-only .account-ctrls-wrap dialog.account-ctrls {
  top: 64px;
  right: 16px;
  width: 160px;
  padding: 20px;
  border-radius: 20px;
  border: 2px solid #1ecad3;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(40, 50, 63, 0.2);
}
#header .nav > div.m-only .account-ctrls-wrap dialog.account-ctrls .account-info-wrap {
  padding-bottom: 10px;
}
#header .nav > div.m-only .account-ctrls-wrap dialog.account-ctrls .btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#header .nav > div.m-only .account-ctrls-wrap dialog.account-ctrls .btns .btn {
  width: 100%;
}

/* import helpers */
#footer {
  height: 200px;
  background: linear-gradient(180deg, rgba(247, 248, 249, 0) 0%, #d7dde3 100%);
}
@media (min-width: 700px) and (max-width: 1023px) {
  #footer {
    height: 220px;
  }
}
@media (max-width: 699px) {
  #footer {
    height: 284px;
  }
}
#footer .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1023px) {
  #footer .footer-inner {
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
  }
}
@media (min-width: 700px) and (max-width: 1023px) {
  #footer .footer-inner {
    padding: 0 24px;
  }
}
@media (max-width: 699px) {
  #footer .footer-inner {
    max-width: 580px;
    padding: 0 16px;
    padding-bottom: 20px;
  }
}
#footer .footer-inner .footer-left {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-direction: column;
}
#footer .footer-inner .footer-left .logo {
  width: 154px;
  height: auto;
}
@media (max-width: 699px) {
  #footer .footer-inner .footer-left .logo {
    width: 126px;
  }
}
#footer .footer-inner .footer-left .footer-text address dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 4px;
}
@media (max-width: 699px) {
  #footer .footer-inner .footer-left .footer-text address dl {
    display: inline-block;
    padding-top: 0;
  }
}
#footer .footer-inner .footer-left .footer-text address dl > div {
  display: flex;
  align-items: center;
}
@media (max-width: 699px) {
  #footer .footer-inner .footer-left .footer-text address dl > div {
    display: contents;
  }
}
#footer .footer-inner .footer-left .footer-text address dl > div dt {
  padding-right: 4px;
}
@media (max-width: 699px) {
  #footer .footer-inner .footer-left .footer-text address dl > div dt {
    display: contents;
  }
}
#footer .footer-inner .footer-left .footer-text address dl > div dt > span {
  position: relative;
  padding-left: 25px;
}
#footer .footer-inner .footer-left .footer-text address dl > div dt > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 1px;
  height: 12px;
  background: #121212;
  transform: translateY(-50%);
}
@media (max-width: 699px) {
  #footer .footer-inner .footer-left .footer-text address dl > div dd {
    display: contents;
  }
}
#footer .footer-inner .footer-left .footer-text small {
  padding-top: 4px;
  font-size: 1rem;
}
@media (max-width: 699px) {
  #footer .footer-inner .footer-left .footer-text small {
    padding-top: 0;
    font-size: 0.875rem;
  }
}
#footer .footer-inner .footer-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1023px) {
  #footer .footer-inner .footer-right {
    width: 100%;
  }
}
@media (min-width: 700px) and (max-width: 1023px) {
  #footer .footer-inner .footer-right {
    justify-content: flex-end;
  }
}
@media (max-width: 699px) {
  #footer .footer-inner .footer-right {
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
  }
}
#footer .footer-inner .footer-right .footer-links {
  display: flex;
  align-items: center;
  gap: 8px;
}
#footer .footer-inner .footer-right .footer-links li.footer-link {
  height: 32px;
}
#footer .footer-inner .footer-right .footer-links li.footer-link a img {
  width: 32px;
  height: 32px;
}
#footer .footer-inner .footer-right .footer-selectbox-wrap {
  position: relative;
  width: 180px;
  height: 36px;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid #121212;
  line-height: 36px;
  cursor: pointer;
}
#footer .footer-inner .footer-right .footer-selectbox-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M12.0006 3.51298C12.0006 3.70795 11.9256 3.90291 11.7781 4.05288L6.54063 9.27692C6.24312 9.57436 5.75813 9.57436 5.46063 9.27692L0.223125 4.05038C-0.074375 3.75294-0.074375 3.27053 0.223125 2.97308C0.520625 2.67564 1.00563 2.67564 1.30313 2.97308L6.00063 7.65972L10.6981 2.97308C10.9956 2.67564 11.4806 2.67564 11.7781 2.97308C11.9281 3.12306 12.0006 3.31802 12.0006 3.51298Z' fill='%23444444'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  fill: #444444;
  transform: translateY(-50%);
}
#footer .footer-inner .footer-right .footer-selectbox-wrap ul.footer-selectbox-dropdown {
  z-index: 99;
  position: absolute;
  top: -170px;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  flex-direction: column;
  width: 100%;
  height: 166px;
  max-height: 166px;
  padding: 12px;
  border: 1px solid #121212;
  background: #fff;
  overflow-y: auto;
  transition: height 0.3s ease, opacity 0.3s ease;
  display: none;
}
#footer .footer-inner .footer-right .footer-selectbox-wrap.visible::after {
  transform: translateY(-50%) rotate(-180deg);
}
#footer .footer-inner .footer-right .footer-selectbox-wrap.visible ul.footer-selectbox-dropdown {
  display: flex;
  height: 166px;
}

/*# sourceMappingURL=common.css.map */
