@charset "UTF-8";
/* import helpers */
/* =============================================================
	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,
  main,
  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: 100%;
    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: "NanumSquareRound", Dotum, "돋움", Gulim, "굴림", Verdana, Tahoma, AppleGothic, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  line-height: 150%;
  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;
}

.border-top-white {
  border-top: 1px solid #fff !important;
}

.border-bottom-white {
  border-bottom: 1px solid #fff !important;
}

.text-black {
  color: #000 !important;
}

.bg-black {
  background-color: #000 !important;
}

.border-black {
  border: 1px solid #000 !important;
}

.border-top-black {
  border-top: 1px solid #000 !important;
}

.border-bottom-black {
  border-bottom: 1px solid #000 !important;
}

.text-gray900 {
  color: #121212 !important;
}

.bg-gray900 {
  background-color: #121212 !important;
}

.border-gray900 {
  border: 1px solid #121212 !important;
}

.border-top-gray900 {
  border-top: 1px solid #121212 !important;
}

.border-bottom-gray900 {
  border-bottom: 1px solid #121212 !important;
}

.text-gray800 {
  color: #333333 !important;
}

.bg-gray800 {
  background-color: #333333 !important;
}

.border-gray800 {
  border: 1px solid #333333 !important;
}

.border-top-gray800 {
  border-top: 1px solid #333333 !important;
}

.border-bottom-gray800 {
  border-bottom: 1px solid #333333 !important;
}

.text-gray700 {
  color: #444444 !important;
}

.bg-gray700 {
  background-color: #444444 !important;
}

.border-gray700 {
  border: 1px solid #444444 !important;
}

.border-top-gray700 {
  border-top: 1px solid #444444 !important;
}

.border-bottom-gray700 {
  border-bottom: 1px solid #444444 !important;
}

.text-gray600 {
  color: #666666 !important;
}

.bg-gray600 {
  background-color: #666666 !important;
}

.border-gray600 {
  border: 1px solid #666666 !important;
}

.border-top-gray600 {
  border-top: 1px solid #666666 !important;
}

.border-bottom-gray600 {
  border-bottom: 1px solid #666666 !important;
}

.text-gray500 {
  color: #777777 !important;
}

.bg-gray500 {
  background-color: #777777 !important;
}

.border-gray500 {
  border: 1px solid #777777 !important;
}

.border-top-gray500 {
  border-top: 1px solid #777777 !important;
}

.border-bottom-gray500 {
  border-bottom: 1px solid #777777 !important;
}

.text-gray400 {
  color: #999999 !important;
}

.bg-gray400 {
  background-color: #999999 !important;
}

.border-gray400 {
  border: 1px solid #999999 !important;
}

.border-top-gray400 {
  border-top: 1px solid #999999 !important;
}

.border-bottom-gray400 {
  border-bottom: 1px solid #999999 !important;
}

.text-gray300 {
  color: #b3b3b3 !important;
}

.bg-gray300 {
  background-color: #b3b3b3 !important;
}

.border-gray300 {
  border: 1px solid #b3b3b3 !important;
}

.border-top-gray300 {
  border-top: 1px solid #b3b3b3 !important;
}

.border-bottom-gray300 {
  border-bottom: 1px solid #b3b3b3 !important;
}

.text-gray200 {
  color: #cccccc !important;
}

.bg-gray200 {
  background-color: #cccccc !important;
}

.border-gray200 {
  border: 1px solid #cccccc !important;
}

.border-top-gray200 {
  border-top: 1px solid #cccccc !important;
}

.border-bottom-gray200 {
  border-bottom: 1px solid #cccccc !important;
}

.text-gray150 {
  color: #dddddd !important;
}

.bg-gray150 {
  background-color: #dddddd !important;
}

.border-gray150 {
  border: 1px solid #dddddd !important;
}

.border-top-gray150 {
  border-top: 1px solid #dddddd !important;
}

.border-bottom-gray150 {
  border-bottom: 1px solid #dddddd !important;
}

.text-gray100 {
  color: #ebebeb !important;
}

.bg-gray100 {
  background-color: #ebebeb !important;
}

.border-gray100 {
  border: 1px solid #ebebeb !important;
}

.border-top-gray100 {
  border-top: 1px solid #ebebeb !important;
}

.border-bottom-gray100 {
  border-bottom: 1px solid #ebebeb !important;
}

.text-gray50 {
  color: #f5f5f5 !important;
}

.bg-gray50 {
  background-color: #f5f5f5 !important;
}

.border-gray50 {
  border: 1px solid #f5f5f5 !important;
}

.border-top-gray50 {
  border-top: 1px solid #f5f5f5 !important;
}

.border-bottom-gray50 {
  border-bottom: 1px solid #f5f5f5 !important;
}

.text-border-color {
  color: #e5e5e5 !important;
}

.bg-border-color {
  background-color: #e5e5e5 !important;
}

.border-border-color {
  border: 1px solid #e5e5e5 !important;
}

.border-top-border-color {
  border-top: 1px solid #e5e5e5 !important;
}

.border-bottom-border-color {
  border-bottom: 1px solid #e5e5e5 !important;
}

.text-bg-color {
  color: #f0f0f0 !important;
}

.bg-bg-color {
  background-color: #f0f0f0 !important;
}

.border-bg-color {
  border: 1px solid #f0f0f0 !important;
}

.border-top-bg-color {
  border-top: 1px solid #f0f0f0 !important;
}

.border-bottom-bg-color {
  border-bottom: 1px solid #f0f0f0 !important;
}

.text-gray-45 {
  color: #454545 !important;
}

.bg-gray-45 {
  background-color: #454545 !important;
}

.border-gray-45 {
  border: 1px solid #454545 !important;
}

.border-top-gray-45 {
  border-top: 1px solid #454545 !important;
}

.border-bottom-gray-45 {
  border-bottom: 1px solid #454545 !important;
}

.text-purple {
  color: #553b91 !important;
}

.bg-purple {
  background-color: #553b91 !important;
}

.border-purple {
  border: 1px solid #553b91 !important;
}

.border-top-purple {
  border-top: 1px solid #553b91 !important;
}

.border-bottom-purple {
  border-bottom: 1px solid #553b91 !important;
}

.text-yellow {
  color: #f3a00f !important;
}

.bg-yellow {
  background-color: #f3a00f !important;
}

.border-yellow {
  border: 1px solid #f3a00f !important;
}

.border-top-yellow {
  border-top: 1px solid #f3a00f !important;
}

.border-bottom-yellow {
  border-bottom: 1px solid #f3a00f !important;
}

.text-orange {
  color: #f35500 !important;
}

.bg-orange {
  background-color: #f35500 !important;
}

.border-orange {
  border: 1px solid #f35500 !important;
}

.border-top-orange {
  border-top: 1px solid #f35500 !important;
}

.border-bottom-orange {
  border-bottom: 1px solid #f35500 !important;
}

.text-red {
  color: #ed1b2f !important;
}

.bg-red {
  background-color: #ed1b2f !important;
}

.border-red {
  border: 1px solid #ed1b2f !important;
}

.border-top-red {
  border-top: 1px solid #ed1b2f !important;
}

.border-bottom-red {
  border-bottom: 1px solid #ed1b2f !important;
}

.text-blue {
  color: #1113d5 !important;
}

.bg-blue {
  background-color: #1113d5 !important;
}

.border-blue {
  border: 1px solid #1113d5 !important;
}

.border-top-blue {
  border-top: 1px solid #1113d5 !important;
}

.border-bottom-blue {
  border-bottom: 1px solid #1113d5 !important;
}

.text-lightblue {
  color: #0075ff !important;
}

.bg-lightblue {
  background-color: #0075ff !important;
}

.border-lightblue {
  border: 1px solid #0075ff !important;
}

.border-top-lightblue {
  border-top: 1px solid #0075ff !important;
}

.border-bottom-lightblue {
  border-bottom: 1px solid #0075ff !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
============================================================= */
.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@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;
}
@media (min-width: 700px) and (max-width: 1000px) {
  h1 .logo {
    width: 280px;
    height: 26px;
  }
}
@media (max-width: 699px) {
  h1 .logo {
    width: 236px;
    height: 22px;
  }
}

.btn-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-icon svg,
.btn-icon img {
  width: 100%;
  height: 100%;
}

/* =============================================================
	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: 1001px) {
  .pc-only {
    display: block;
  }
}

.m-only {
  display: none;
}
@media (max-width: 1000px) {
  .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;
}

.word-nowrap {
  white-space: nowrap;
}

.fixed {
  overflow: hidden;
}

.cursor-pointer {
  cursor: pointer;
}

/* =============================================================
	Custom
============================================================= */
.speech-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  font-weight: 800;
  font-size: 1.25rem;
}
@media (max-width: 1000px) {
  .speech-info {
    flex-direction: column;
    gap: 8px;
    padding: 12px 30px;
    font-size: 1rem;
  }
}

.link {
  font-weight: 700;
  color: #0075ff;
  text-decoration: underline !important;
}

.tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* import components */
/* import helpers */
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.btn::before, .btn::after {
  content: none;
}

.btn-primary {
  gap: 10px;
  height: 58px;
  padding: 0 40px;
  border-radius: 29px;
  font-weight: 700;
  font-size: 1.25rem;
  color: #fff;
}
@media (max-width: 1000px) {
  .btn-primary {
    height: 44px;
    padding: 0;
    border-radius: 22px;
    font-size: 1rem;
  }
}
.btn-primary.btn-primary-sm {
  min-width: 100px;
  height: 36px;
  padding: 0 20px;
  font-size: 1rem;
}
@media (max-width: 1000px) {
  .btn-primary.btn-primary-sm {
    min-width: 64px;
  }
}

.btn-secondary {
  height: 32px;
  padding: 0 20px;
  border-radius: 10px;
  border: 1px solid #333333;
  background: #f5f5f5;
  font-weight: 700;
  font-size: 0.9375rem;
  color: #333;
}

.btn-icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  border: 1px solid #333333;
  background: #f5f5f5;
}

.btn-search {
  width: 20px;
  height: 20px;
  background: transparent;
}

.btn-print {
  gap: 4px;
  height: 32px;
  padding: 0 10px;
  border-radius: 16px;
  border: 1px solid #333333;
  background: #fff;
  font-weight: 700;
  font-size: 0.9375rem;
  color: #333;
}

/* import helpers */
.icon-addUser {
  background-image: url("../images/common/icons/icon-addUser@2x.png");
}
@media (max-width: 1000px) {
  .icon-addUser {
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    line-height: 24px;
  }
}
@media (min-width: 1001px) {
  .icon-addUser {
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    line-height: 24px;
  }
}

.icon-edit {
  background-image: url("../images/common/icons/icon-edit@2x.png");
}
@media (max-width: 1000px) {
  .icon-edit {
    width: 15px;
    min-width: 15px;
    height: 15px;
    min-height: 15px;
    line-height: 15px;
  }
}
@media (min-width: 1001px) {
  .icon-edit {
    width: 15px;
    min-width: 15px;
    height: 15px;
    min-height: 15px;
    line-height: 15px;
  }
}

.icon-delete {
  background-image: url("../images/common/icons/icon-delete@2x.png");
}
@media (max-width: 1000px) {
  .icon-delete {
    width: 14px;
    min-width: 14px;
    height: 14px;
    min-height: 14px;
    line-height: 14px;
  }
}
@media (min-width: 1001px) {
  .icon-delete {
    width: 14px;
    min-width: 14px;
    height: 14px;
    min-height: 14px;
    line-height: 14px;
  }
}

.icon-delete-white {
  background-image: url("../images/common/icons/icon-delete-white@2x.png");
}
@media (max-width: 1000px) {
  .icon-delete-white {
    width: 22px;
    min-width: 22px;
    height: 22px;
    min-height: 22px;
    line-height: 22px;
  }
}
@media (min-width: 1001px) {
  .icon-delete-white {
    width: 22px;
    min-width: 22px;
    height: 22px;
    min-height: 22px;
    line-height: 22px;
  }
}

.icon-play {
  background-image: url("../images/common/icons/icon-play@2x.png");
}
@media (max-width: 1000px) {
  .icon-play {
    width: 10px;
    min-width: 10px;
    height: 13px;
    min-height: 13px;
    line-height: 13px;
  }
}
@media (min-width: 1001px) {
  .icon-play {
    width: 10px;
    min-width: 10px;
    height: 13px;
    min-height: 13px;
    line-height: 13px;
  }
}

.icon-pause {
  background-image: url("../images/common/icons/icon-pause@2x.png");
}
@media (max-width: 1000px) {
  .icon-pause {
    width: 11px;
    min-width: 11px;
    height: 14px;
    min-height: 14px;
    line-height: 14px;
  }
}
@media (min-width: 1001px) {
  .icon-pause {
    width: 11px;
    min-width: 11px;
    height: 14px;
    min-height: 14px;
    line-height: 14px;
  }
}

.icon-file {
  background-image: url("../images/common/icons/icon-file@2x.png");
}
@media (max-width: 1000px) {
  .icon-file {
    width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px;
    line-height: 18px;
  }
}
@media (min-width: 1001px) {
  .icon-file {
    width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px;
    line-height: 18px;
  }
}

.icon-search {
  background-image: url("../images/common/icons/icon-search@2x.png");
}
@media (max-width: 1000px) {
  .icon-search {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    line-height: 20px;
  }
}
@media (min-width: 1001px) {
  .icon-search {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    line-height: 20px;
  }
}

.icon-print {
  background-image: url("../images/common/icons/icon-print@2x.png");
}
@media (max-width: 1000px) {
  .icon-print {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    line-height: 20px;
  }
}
@media (min-width: 1001px) {
  .icon-print {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    line-height: 20px;
  }
}

/* import helpers */
input.checkbox {
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
}
input.checkbox:not(:checked) {
  appearance: none;
  border-radius: 0;
  border: 1px solid #777777;
  background: #fff;
}

.search-bar-wrap {
  position: relative;
}
@media (max-width: 1000px) {
  .search-bar-wrap {
    width: 100%;
  }
}
.search-bar-wrap input.search-bar {
  width: 300px;
  height: 40px;
  padding: 0 10px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #a5a5a5;
  color: #666666;
}
@media (max-width: 1000px) {
  .search-bar-wrap input.search-bar {
    width: 100%;
  }
}
.search-bar-wrap input.search-bar::placeholder {
  color: #666666;
}
.search-bar-wrap .btn-search {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.radio-group label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: #333333 !important;
  cursor: pointer;
}
.radio-group input.radio-recording {
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0;
  border-radius: 50%;
  border: 1px solid #777777;
  background: #fff;
}
.radio-group input.radio-recording:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ed1b2f;
  transform: translate(-50%, -50%);
}

.fieldset input[type=file] {
  display: none;
}

select.select-sm {
  width: 260px;
}
@media (max-width: 1000px) {
  select.select-sm {
    width: 100%;
  }
}

select.select-secondary {
  width: 200px;
  height: 40px;
  padding: 0 10px;
  border-bottom: 2px solid #333333;
  background-color: transparent;
  background-image: url("../images/common/icons/icon-arrow-down@2x.png");
  background-size: 10px 6px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  font-weight: 700;
  color: #333333;
  cursor: pointer;
}

form.form .legend-visible {
  width: auto;
  height: auto;
  font-size: inherit;
  line-height: 150%;
  visibility: visible;
  overflow: auto;
}
form.form fieldset {
  border-top: 1px solid #e5e5e5;
}
form.form fieldset:last-child {
  border-bottom: 1px solid #e5e5e5;
}
form.form fieldset .fieldset {
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  form.form fieldset .fieldset {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
  }
}
form.form fieldset .fieldset legend,
form.form fieldset .fieldset label {
  color: #454545;
}
form.form fieldset .fieldset legend {
  min-width: 140px;
}
@media (max-width: 1000px) {
  form.form fieldset .fieldset legend {
    min-width: auto;
  }
}
form.form fieldset .fieldset legend.necessary {
  padding: 0 0 0 28px;
  background: url("../images/icon/icon_necessary.png") no-repeat 10px 50%;
  background-size: 10px !important;
}
@media (max-width: 1000px) {
  form.form fieldset .fieldset legend.necessary {
    padding: 0 0 0 17px;
    background: url("../images/icon/icon_necessary.png") no-repeat 0 50%;
  }
}
form.form fieldset .fieldset .guide-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
form.form fieldset .fieldset .input-wrap {
  flex: 1;
  padding: 20px 10px;
}
@media (max-width: 1000px) {
  form.form fieldset .fieldset .input-wrap {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding: 0;
  }
}
form.form fieldset .fieldset .input-wrap input[type=text] {
  width: 340px;
  font-size: 1rem;
}
@media (max-width: 1000px) {
  form.form fieldset .fieldset .input-wrap input[type=text] {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  form.form fieldset .fieldset .input-wrap p.guide-sentence {
    font-size: 0.9375rem;
  }
}

/* import helpers */
.dialog {
  z-index: 99;
  position: fixed;
  top: 50%;
  left: 50%;
  display: none;
  width: 960px;
  max-width: 960px;
  transform: translate(-50%, -50%);
}
@media (max-width: 1000px) {
  .dialog {
    position: absolute;
    width: 100%;
    max-width: none;
    height: 100%;
  }
}
.dialog .dialog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  padding: 0 30px;
  background: #553b91;
}
@media (max-width: 1000px) {
  .dialog .dialog-header {
    height: 56px;
    padding: 0 16px;
  }
}
.dialog .dialog-header .dialog-header-title {
  font-weight: 800;
  font-size: 1.625rem;
  color: #fff;
}
@media (max-width: 1000px) {
  .dialog .dialog-header .dialog-header-title {
    font-size: 1.5rem;
  }
}
.dialog .dialog-header .btn-close-dialog {
  width: 36px;
  height: 36px;
}
@media (max-width: 1000px) {
  .dialog .dialog-header .btn-close-dialog {
    width: 28px;
    height: 28px;
  }
}
.dialog .dialog-content {
  max-height: 600px;
  padding: 30px;
  background: #fff;
  overflow-y: auto;
}
@media (max-width: 1000px) {
  .dialog .dialog-content {
    height: calc(100% - 56px);
    max-height: none;
    padding: 20px 16px 86px;
  }
}
.dialog .dialog-footer {
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 56px;
  background: #f0f0f0;
}
@media (max-width: 1000px) {
  .dialog .dialog-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    gap: 8px;
    width: 100%;
  }
}

/* import helpers */
table.table {
  margin: 0;
  border-top: 1px solid #333333;
}
table.table th,
table.table td {
  vertical-align: middle;
  word-break: keep-all;
}
table.table.table-horizontal thead tr th {
  height: 60px;
  padding: 0;
  border: 1px solid #e5e5e5;
  border-top: none;
  background: #f9f7ff;
  font-weight: 700;
  font-size: 1.125rem;
  color: #333;
  text-align: center;
}
table.table.table-horizontal tbody tr td {
  padding: 16px;
  border: 1px solid #e5e5e5;
  font-size: 1rem;
  text-align: center;
}
table.table.table-vertical {
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
table.table.table-vertical tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
table.table.table-vertical tbody tr th,
table.table.table-vertical tbody tr td {
  height: 48px;
  padding: 0 16px;
  font-size: 1rem;
}
table.table.table-vertical tbody tr th {
  border-right: 1px solid #e5e5e5;
  background: #f9f7ff;
  font-weight: 700;
}
table.table.table-vertical tbody tr th.text-center {
  padding-left: 0;
}

/*# sourceMappingURL=common-new.css.map */
