/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 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: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * 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; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

b, strong {
  font-weight: bold; }

h1, h2, h3, h4, h5, h6, p, dl, dt, dd {
  margin: 0; }

ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none; }

img {
  vertical-align: top; }

figure, figcaption {
  margin: 0;
  padding: 0; }

cite {
  font-style: normal; }

a {
  color: inherit;
  text-decoration: none; }

input, textarea {
  display: inline-block;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  font: inherit;
  resize: none;
  outline: 0; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #8e8c8c; }

button {
  display: inline-block;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  border-radius: 0;
  -webkit-appearance: none; }

table, td, th {
  border-collapse: collapse;
  border: 0;
  text-align: left; }

.blind {
  position: absolute;
  z-index: -1;
  color: transparent; }

@font-face {
  font-family: "BM Hanna";
  src: url("/fonts/BMHANNA_11yrs_otf.otf") format("embedded-opentype"), url("/fonts/BMHANNA_11yrs_ttf.ttf") format("truetype"), url("/fonts/BMHANNA_11yrs.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Noto Sans KR";
  src: url("/fonts/NotoSansKR-Regular.otf") format("embedded-opentype"), url("/fonts/NotoSansKR-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Noto Sans KR";
  src: url("/fonts/NotoSansKR-Bold.otf") format("embedded-opentype"), url("/fonts/NotoSansKR-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Noto Sans KR";
  src: url("/fonts/NotoSansKR-Light.otf") format("embedded-opentype"), url("/fonts/NotoSansKR-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

body {
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 300;
  font-family: "Noto Sans KR", sans-serif;
  -webkit-font-smoothing: antialiased;
  word-break: keep-all; }

.h1 {
  font-size: 120px;
  line-height: 1em;
  font-weight: 400;
  font-family: "BM Hanna", sans-serif;
  word-spacing: -0.06em;
  letter-spacing: -0.025em; }
  .h1.h1-text {
    font-size: 94px; }

.h2 {
  font-size: 16px; }

.h3 {
  font-size: 16px; }

* ~ .h3 {
  margin-top: 38px; }

.h4 {
  font-size: 14px;
  font-weight: bold; }

.highlight {
  display: inline-block;
  position: relative;
  font-style: normal; }
  .highlight::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background: #2ac1bc; }

.btn-area {
  font-size: 0;
  margin-top: 28px; }
  .btn-area:after {
    content: '';
    display: block;
    clear: both; }

.btn-area-table {
  font-size: 0;
  margin-top: 20px; }

.btn-area .btn-area-left {
  float: left; }

.btn-area .btn-area-right {
  float: right; }

.btn {
  display: inline-block;
  min-width: 150px;
  padding: 14px 20px;
  font-size: 14px;
  line-height: 1em;
  color: #ffffff;
  background: #000000;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none; }

.btn__small {
  min-width: auto;
  padding: 8px 15px 10px; }

.btn-border {
  color: #000000;
  background: none;
  border: 1px solid #d5d5d5;
  padding: 14px 20px; }

.btn + .btn {
  margin-left: 8px; }

.btn--block {
  display: block; }

.btn--borderd {
  background: transparent;
  color: #000000;
  border: 1px solid #d5d5d5; }

.input.input__full {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.select {
  font-size: 14px; }

.radio {
  margin-left: 6px; }

body {
  overflow-x: hidden;
  background: #fafafa; }

.image-area {
  margin-bottom: 15px;
  text-align: center; }

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding-left: 120px;
  z-index: 1000;
  background: rgba(17, 17, 17, 0.85);
  /*
  .menu-item-recruit .sub-menu {
    top:-210px;
  }
  .menu-item-credo .sub-menu {
    top:-130px;
  }
  */ }
  .modal .inner-nav a {
    color: #ffffff;
    text-decoration: none; }
  .modal .inner-nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .modal .main-menu {
    position: relative;
    margin-top: 22px; }
    .modal .main-menu > li > .sub-menu {
      bottom: 3px; }
    .modal .main-menu > li:nth-of-type(-n+4) .sub-menu {
      top: 73px;
      bottom: auto; }
  .modal .main-menu > li > a {
    display: inline-block;
    font-size: 48px;
    line-height: 64px;
    font-family: "BM Hanna", sans-serif;
    font-weight: 400;
    letter-spacing: -0.038em;
    margin-bottom: 5px; }
  .modal .m0:hover, .modal .m0.active {
    background: url("/img/pc/pc-menu-underline0.png") bottom left no-repeat; }
  .modal .m1:hover, .modal .m1.active {
    background: url("/img/pc/pc-menu-underline1.png") bottom left no-repeat; }
  .modal .m2:hover, .modal .m2.active {
    background: url("/img/pc/pc-menu-underline2.png") bottom left no-repeat; }
  .modal .m3:hover, .modal .m3.active {
    background: url("/img/pc/pc-menu-underline3.png") bottom left no-repeat; }
  .modal .m4:hover, .modal .m4.active {
    background: url("/img/pc/pc-menu-underline4.png") bottom left no-repeat; }
  .modal .m5:hover, .modal .m5.active {
    background: url("/img/pc/pc-menu-underline5.png") bottom left no-repeat; }
  .modal .m6:hover, .modal .m6.active {
    background: url("/img/pc/pc-menu-underline6.png") bottom left no-repeat; }
  .modal .sub-menu {
    position: absolute;
    left: 236px;
    display: none;
    z-index: 1000; }
    .modal .sub-menu li {
      margin-top: 0;
      margin-bottom: 12px; }
    .modal .sub-menu a {
      display: inline-block;
      font-size: 24px;
      line-height: 28px;
      padding: 4px 0; }
      .modal .sub-menu a:hover {
        color: #2ac1bc; }
      .modal .sub-menu a.active {
        color: #2ac1bc; }
  .modal .container .content {
    overflow: auto;
    margin: 50px auto;
    max-width: 860px;
    height: 680px;
    background: #ffffff;
    padding: 80px; }
    .modal .container .content article {
      padding-bottom: 50px; }
      .modal .container .content article h1 {
        padding-bottom: 60px; }
      .modal .container .content article p {
        padding-bottom: 30px; }
        .modal .container .content article p strong {
          color: #2ac1bc; }
      .modal .container .content article h3 {
        padding-bottom: 30px; }
  .modal.modal-on {
    display: block; }

.outer-nav {
  position: absolute;
  bottom: 27px;
  left: 118px;
  overflow: hidden; }
  .outer-nav li {
    float: left;
    margin-right: 20px; }

.btn-close {
  position: fixed;
  left: 25px;
  top: 25px;
  min-width: 59px;
  width: 59px;
  height: 59px;
  background: url("/img/pc/menu-btn-close.png") 0 0 no-repeat;
  font: 0/0 arial;
  border: 0;
  margin: 0;
  z-index: 1000; }

.btn-menu {
  position: fixed;
  left: 25px;
  top: 25px;
  min-width: 61px;
  width: 61px;
  height: 61px;
  font: 0/0 transparent;
  padding: 0;
  margin: 0;
  border: 0;
  background: url("/img/pc/header-logo.png") 0 0 no-repeat transparent;
  z-index: 200;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out; }
  .btn-menu:hover {
    background-position: -59px 0; }
  .btn-menu.on {
    -webkit-animation: menu-slider 1600ms 1 ease-in-out;
    animation: menu-slider 1600ms 1 ease-in-out; }

.check-list {
  margin-top: 40px; }
  .check-list .check-item {
    position: relative;
    margin-bottom: 15px; }
    .check-list .check-item:before {
      content: '';
      float: left;
      display: block;
      width: 12px;
      height: 12px;
      margin: 8px 8px 0 0;
      background-image: url("/img/pc/about-culture-checkbox.png");
      background-position: left top;
      background-size: cover;
      background-repeat: no-repeat; }
    .check-list .check-item.checked:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 4px;
      width: 15px;
      height: 15px;
      background-image: url("/img/pc/about-culture-checked.png");
      background-position: left top;
      background-size: cover;
      background-repeat: no-repeat; }

.sub-title {
  position: fixed;
  left: 86px;
  top: 25px;
  width: 111px;
  height: 59px;
  background: url("/img/pc/header-menu.png") right top no-repeat;
  background-size: cover;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  padding: 19px 0;
  font-family: "BM Hanna", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 200; }

@-webkit-keyframes menu-slider {
  0% {
    background-position: -59px 0; }
  80% {
    background-position: -59px 0; }
  100% {
    background-position: 0 0; } }

@keyframes menu-slider {
  0% {
    background-position: -59px 0; }
  80% {
    background-position: -59px 0; }
  100% {
    background-position: 0 0; } }

.footer {
  position: relative;
  min-width: 1081px;
  width: 1081px;
  margin: 57px auto 0;
  padding-left: 55px;
  padding-bottom: 60px;
  border-top: 1px solid #dedfe0; }
  .footer .lnk-main {
    position: absolute;
    left: 0;
    top: 20px; }
    .footer .lnk-main img {
      width: 36px; }
  .footer .copyright {
    margin-top: 10px; }
  .footer p {
    font-size: 12px;
    line-height: 2em; }
  .footer strong {
    font-weight: bold; }
  .footer .footer-wrap {
    overflow: hidden;
    padding-top: 20px; }
    .footer .footer-wrap address {
      float: left;
      font-style: normal;
      margin-top: -6px; }
      .footer .footer-wrap address strong {
        margin-right: 6px; }
        .footer .footer-wrap address strong ~ strong {
          margin-left: 18px; }
    .footer .footer-wrap .sitemap {
      float: right; }
      .footer .footer-wrap .sitemap a {
        float: left;
        color: #000000;
        font-size: 14px;
        line-height: 16px;
        text-decoration: none; }
  .footer .divider {
    float: left;
    width: 1px;
    height: 18px;
    margin-left: 10px;
    margin-right: 10px;
    background: #dddddd;
    display: inline-block; }

.contents-wrapper {
  width: 1136px;
  margin: 0 auto;
  padding-left: 20px; }

.contents-type-company .contents-header {
  margin-top: 70px;
  height: 280px; }

.contents-type-service .contents-header {
  height: 662px; }

.contents-type-recruit .contents-header {
  margin-top: 70px;
  height: 230px; }
  .contents-type-recruit .contents-header .h1 {
    position: relative;
    display: inline-block; }
  .contents-type-recruit .contents-header .h1::after {
    position: absolute;
    content: '';
    bottom: -135px;
    right: -112px;
    display: block;
    width: 160px;
    height: 231px;
    background: url("/img/pc/recruit-jobs.png") 0 0 no-repeat;
    background-size: contain; }

.contents-type-fonts img {
  width: 500px;
  margin: 55px 0 0 -10px; }

.contents-header-consult {
  height: 433px; }
  .contents-header-consult img {
    position: relative;
    z-index: 2; }
  .contents-header-consult::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 433px;
    background: url("/img/pc/ethics-counsel-titleBg.png") center center no-repeat;
    z-index: 1; }
  .contents-header-consult::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 1136px;
    height: 376px;
    -webkit-transform: translate(-568px, 0);
            transform: translate(-568px, 0);
    background: url("/img/pc/ethics-counsel-titleLayer.png") left top no-repeat;
    z-index: 3; }

.contents-header-declaration {
  height: 433px; }
  .contents-header-declaration img {
    position: relative;
    z-index: 2; }
  .contents-header-declaration::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 433px;
    background: url("/img/pc/ethics-declaration-titleBg.png") center center no-repeat;
    z-index: 1; }
  .contents-header-declaration::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 1136px;
    height: 376px;
    -webkit-transform: translate(-568px, 0);
            transform: translate(-568px, 0);
    background: url("/img/pc/ethics-declaration-titleLayer.png") left top no-repeat;
    z-index: 3; }

.contents-header-life {
  height: 433px; }
  .contents-header-life img {
    position: relative;
    z-index: 2; }
  .contents-header-life::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 433px;
    background: url("/img/pc/ethics-life-titleBg.png") center center no-repeat;
    z-index: 1; }
  .contents-header-life::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 1136px;
    height: 376px;
    -webkit-transform: translate(-568px, 0);
            transform: translate(-568px, 0);
    background: url("/img/pc/ethics-life-titleLayer.png") left top no-repeat;
    z-index: 3; }

.contents-box {
  position: relative;
  width: 700px;
  padding: 0 0 120px 245px; }
  .contents-box sup {
    font-size: 9px;
    font-weight: bold; }
  .contents-box > header {
    width: 205px;
    padding-top: 19px;
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat; }
  .contents-box:nth-of-type(odd) header {
    background-image: url("/img/pc/pc-divider-left1.png"); }
  .contents-box:nth-of-type(even) header {
    background-image: url("/img/pc/pc-divider-left2.png"); }
  .contents-box:nth-of-type(odd) .vcard:first-of-type {
    background-image: url("/img/pc/pc-divider-right.png"); }
  .contents-box:nth-of-type(even) .vcard:first-of-type {
    background-image: url("/img/pc/pc-divider-right1.png"); }
  .contents-box:nth-of-type(3n) .vcard:first-of-type {
    background-image: url("/img/pc/pc-divider-right2.png"); }

.fonts .vcard + .vcard {
  padding-top: 80px; }

.fonts .btn {
  padding: 12px 0; }

.fonts .vcard .vcard-contents {
  padding-top: 20px; }

.slider {
  position: relative;
  width: 700px;
  height: 510px; }
  .slider > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-animation: slider 1s infinite;
            animation: slider 1s infinite; }
    .slider > div:nth-child(1) {
      -webkit-animation-delay: 0s;
              animation-delay: 0s; }
    .slider > div:nth-child(2) {
      -webkit-animation-delay: 4s;
              animation-delay: 4s; }
    .slider > div:nth-child(3) {
      -webkit-animation-delay: 8s;
              animation-delay: 8s; }
    .slider > div:nth-child(4) {
      -webkit-animation-delay: 12s;
              animation-delay: 12s; }
    .slider > div:nth-child(5) {
      -webkit-animation-delay: 16s;
              animation-delay: 16s; }
    .slider > div:nth-child(6) {
      -webkit-animation-delay: 20s;
              animation-delay: 20s; }
    .slider > div:nth-last-child(3):first-child,
    .slider > div:nth-last-child(3):first-child ~ div {
      -webkit-animation-duration: 12s;
              animation-duration: 12s; }
    .slider > div:nth-last-child(6):first-child,
    .slider > div:nth-last-child(6):first-child ~ div {
      -webkit-animation-duration: 24s;
              animation-duration: 24s; }

.euljiro10 .slider > div {
  -webkit-animation: slider 24s infinite;
          animation: slider 24s infinite; }
  .euljiro10 .slider > div:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s; }
  .euljiro10 .slider > div:nth-child(2) {
    -webkit-animation-delay: 8s;
            animation-delay: 8s; }
  .euljiro10 .slider > div:nth-child(3) {
    -webkit-animation-delay: 13s;
            animation-delay: 13s; }
  .euljiro10 .slider > div:nth-child(4) {
    -webkit-animation-delay: 18.5s;
            animation-delay: 18.5s; }

@-webkit-keyframes slider {
  0% {
    opacity: 0;
    z-index: 100; }
  5% {
    opacity: 1; }
  95% {
    opacity: 1; }
  100% {
    opacity: 0;
    z-index: 1; } }

@keyframes slider {
  0% {
    opacity: 0;
    z-index: 100; }
  5% {
    opacity: 1; }
  95% {
    opacity: 1; }
  100% {
    opacity: 0;
    z-index: 1; } }

.vcard {
  margin-top: -5px;
  padding-top: 19px; }
  .vcard.vcard-fit {
    padding-top: 0; }
  .vcard .headline {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 38px; }
  .vcard:after {
    content: '';
    display: block;
    clear: both; }
  .vcard:first-of-type {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0; }
  .vcard .svc-baemin-visual {
    height: 766px;
    margin-top: -289px;
    padding-bottom: 289px; }
  .vcard .visual-screen {
    position: relative;
    z-index: 998;
    top: -794px;
    left: 136px;
    width: 117px;
    height: 182px; }
    .vcard .visual-screen video {
      width: 125px; }
  .vcard .visual-image {
    position: relative;
    z-index: 999; }
  .vcard .svc-bmmart-visual {
    height: 400px;
    margin-left: 90px;
    margin-top: -100px; }
  .vcard + .vcard {
    padding-top: 45px; }
  .vcard p {
    margin-bottom: 10px; }
  .vcard p:last-of-type {
    margin-bottom: 0; }
  .vcard dl {
    margin-top: 34px; }
  .vcard dt {
    font-size: 16px;
    font-weight: bold; }
  .vcard .vcard-contents {
    overflow: hidden;
    padding-top: 30px; }
    .vcard .vcard-contents .contents-area {
      width: 520px;
      float: left; }
    .vcard .vcard-contents .btn-area {
      padding-top: 8px;
      width: 150px;
      float: right;
      margin: 0; }
      .vcard .vcard-contents .btn-area .btn {
        margin: 0;
        border-radius: 0; }
      .vcard .vcard-contents .btn-area .btn + .btn {
        margin-top: 8px; }

.v-download {
  width: 438px;
  padding: 20px;
  border: 1px solid #d4d4d4; }
  .v-download dl {
    margin-top: 0; }
  .v-download + .v-download {
    margin-top: 15px; }
  .v-download img {
    width: 80px;
    height: 80px;
    float: left; }
  .v-download figcaption {
    padding-left: 20px;
    overflow: hidden;
    line-height: 1em; }
    .v-download figcaption strong {
      display: inline-block;
      margin-right: 10px;
      font-size: 11px;
      color: #8a8a8a; }
    .v-download figcaption dt {
      font-size: 18px; }
    .v-download figcaption dd:last-of-type {
      margin-top: 15px; }
    .v-download figcaption .btn {
      padding: 8px 20px;
      font-size: 14px;
      margin-top: 0;
      text-align: center;
      font-weight: normal; }

.question-wrap {
  overflow: hidden; }
  .question-wrap dl {
    margin-top: 0;
    margin-bottom: 58px;
    float: left;
    width: 50%; }
    .question-wrap dl dt {
      font-size: 16px;
      font-weight: bold; }
    .question-wrap dl dd {
      font-weight: 300; }

.contents-vision img {
  margin-top: 12px; }

.contents-vision * ~ .h3 {
  margin-top: 0; }

.contents-culture .image-area {
  position: relative;
  text-align: left;
  margin: 72px 0 50px; }
  .contents-culture .image-area ol {
    counter-reset: num; }
    .contents-culture .image-area ol li {
      position: relative;
      font-size: 30px;
      line-height: 1em;
      margin-bottom: 36px; }
      .contents-culture .image-area ol li::before {
        content: '';
        display: block;
        position: absolute;
        top: 4px;
        left: -25px;
        font-size: 12px;
        font-weight: bold;
        line-height: 1em;
        opacity: 0.5;
        counter-increment: num;
        content: counters(num, ".") ". "; }
  .contents-culture .image-area img {
    position: absolute;
    top: -19px;
    leftx: 23px; }

.contents-culture .btn-area {
  margin: 15px 0 40px; }

.contents-culture .btn {
  padding: 10px 44px;
  line-height: 1.4em; }

.contents-prize .key-visual {
  margin-top: 50px; }

.download-list .col:last-of-type {
  margin-top: 34px; }

.download-list .count-group {
  font-size: 52px;
  line-height: 62px;
  font-weight: normal;
  margin: 8px 0 5px; }

.contents-place dl {
  margin-top: 0; }

.contents-place dt {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 6px; }

.contents-place dd {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300; }

.contents-place .row {
  margin-top: 42px;
  overflow: hidden; }
  .contents-place .row .col {
    float: left;
    width: auto;
    margin-right: 53px; }

.contents-policy {
  font-size: 16px;
  line-height: 26px; }
  .contents-policy .h1 {
    margin-top: 70px;
    height: 280px; }
  .contents-policy table {
    width: 100%;
    margin-top: 20px;
    font-size: 12px;
    border-collapse: collapse; }
    .contents-policy table thead th {
      background: #f0f0f0;
      text-align: left; }
    .contents-policy table th, .contents-policy table td {
      padding: 12px 15px;
      border: 1px solid #dbdbdb;
      vertical-align: middle;
      line-height: 1.625em; }
  .contents-policy .policy-article li {
    margin-bottom: 10px; }
  .contents-policy .policy-article strong {
    font-weight: 300; }
  .contents-policy .policy-num {
    padding-left: 22px; }

.policy-before {
  width: 700px;
  padding: 0 0 30px 245px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .policy-before .select-policy select {
    width: 280px;
    height: 40px;
    margin-top: -40px;
    padding: 5px 12px; }

.main-visual-container {
  position: relative;
  min-width: 1076px;
  width: 100%;
  height: 100%; }
  .main-visual-container .main-arrow {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 22.5px;
    left: 50%;
    margin-left: -20px;
    background: url("/img/pc/main-cover-arrowblack.png") 0 0 no-repeat;
    background-size: 100%;
    -webkit-animation: coverArrow 4000ms infinite linear;
    animation: coverArrow 4000ms infinite linear;
    opacity: 0.25; }
  .main-visual-container img {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }

.main-container {
  min-width: 1076px;
  width: 1076px;
  margin: 0 auto; }
  .main-container::after {
    content: '';
    display: block;
    clear: both; }
  .main-container .main-column {
    float: left;
    width: 320px;
    margin-right: 58px; }
    .main-container .main-column:last-of-type {
      margin-right: 0; }
  .main-container .main-items {
    margin-top: 80px;
    background: url("/img/pc/main-divider1.png") 0 0 no-repeat; }
    .main-container .main-items:nth-of-type(2n) {
      background: url("/img/pc/main-divider2.png") 0 0 no-repeat; }
    .main-container .main-items:nth-of-type(3n) {
      background: url("/img/pc/main-divider3.png") 0 0 no-repeat; }
    .main-container .main-items:nth-of-type(4n) {
      background: url("/img/pc/main-divider4.png") 0 0 no-repeat; }
    .main-container .main-items.out-link {
      background: none; }
      .main-container .main-items.out-link a:only-of-type {
        padding-top: 0; }
    .main-container .main-items > a:only-of-type {
      display: block;
      padding-top: 45px; }
    .main-container .main-items h2 {
      padding-top: 22px;
      margin-bottom: 16px;
      font-family: "BM Hanna", sans-serif;
      font-size: 36px;
      line-height: 42px;
      font-weight: 400; }
    .main-container .main-items p {
      font-size: 16px;
      line-height: 22px;
      margin: 13px 0 11px; }
    .main-container .main-items table {
      table-layout: fixed;
      width: 100%;
      border-collapse: collapse;
      border: 0;
      border-top: 1px solid #111111;
      border-bottom: 1px solid #111111; }
      .main-container .main-items table caption {
        font-weight: bold;
        text-align: left;
        line-height: 1em;
        margin-bottom: 10px; }
      .main-container .main-items table th, .main-container .main-items table td {
        border: 0;
        height: 36px;
        font-size: 13px;
        text-align: left; }
      .main-container .main-items table th {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 80px;
        padding-right: 10px;
        position: relative;
        border-bottom: 1px solid #d7d8da;
        font-weight: 500; }
        .main-container .main-items table th::after {
          content: '';
          display: block;
          position: absolute;
          width: 1px;
          right: 0;
          top: -1px;
          bottom: -1px;
          background: #ed1c24;
          opacity: 0.2; }
      .main-container .main-items table td {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-left: 16px;
        border-bottom: 1px solid #d7d8da; }
      .main-container .main-items table tr:last-of-type th, .main-container .main-items table tr:last-of-type td {
        border-bottom-color: #111111; }
  .main-container .lst-press {
    font-size: 14px; }
    .main-container .lst-press li:first-of-type {
      border-top: 1px solid #d5d5d5; }
    .main-container .lst-press dt {
      font-weight: bold;
      margin-bottom: 0; }
    .main-container .lst-press dt, .main-container .lst-press dd {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .main-container .lst-press cite, .main-container .lst-press time {
      font-size: 12px;
      padding-top: 0; }
  .main-container .lst-fonts {
    font-size: 14px;
    overflow: hidden; }
    .main-container .lst-fonts li {
      position: relative;
      float: left;
      width: 150px;
      margin-top: 18px;
      border-bottom: 1px solid #afafaf; }
      .main-container .lst-fonts li:nth-of-type(even) {
        margin-left: 10px; }
      .main-container .lst-fonts li a {
        text-decoration: none;
        color: #000000;
        font-weight: bold; }
      .main-container .lst-fonts li::after {
        content: '';
        display: block;
        position: absolute;
        width: 5px;
        height: 7px;
        right: 0;
        bottom: 9px;
        background: url("/img/pc/main-font-btnArrow.png") 0 0 no-repeat; }
  .main-container .lst-notice ul {
    border-bottom: 1px solid #d7d8da; }
  .main-container .lst-notice li {
    border-top: 1px solid #d7d8da; }
  .main-container .lst-notice a {
    display: block;
    padding: 6px 0;
    color: #000000;
    font-size: 13px;
    text-decoration: none;
    overflow: hidden; }
    .main-container .lst-notice a strong {
      display: block;
      float: left;
      width: 240px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .main-container .lst-notice a time {
      top: 6px;
      overflow: hidden;
      font-size: 13px;
      text-align: right;
      opacity: 0.6; }
  .main-container .recruit-item p {
    margin: 13px 0 21px; }
  .main-container .svc-baemin-item h2 {
    margin-bottom: 28px; }
  .main-container .svc-baemin-item p {
    margin: 9px 0 21px; }
  .main-container .font-item p {
    margin-bottom: 0; }
  .main-container .history-item p {
    margin: 21px 0; }
  .main-container .notice-item h2 {
    margin-bottom: 30px; }
  .main-container .notice-item strong {
    font-weight: 400; }

@-webkit-keyframes coverArrow {
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  55% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  58% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  62% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes coverArrow {
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  55% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  58% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  62% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.people-list {
  padding-top: 22px; }
  .people-list::after {
    content: '';
    display: block;
    clear: both; }
  .people-list li {
    float: left;
    margin-bottom: 40px; }
  .people-list .people .frame {
    position: relative;
    padding: 56px 16px 55px 15px;
    margin-right: 46px;
    min-height: 240px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5; }
    .people-list .people .frame img {
      width: 240px;
      height: 240px; }
    .people-list .people .frame::before {
      content: '';
      display: block;
      -webkit-transition: background 0.2s ease-in-out;
      transition: background 0.2s ease-in-out; }
    .people-list .people .frame:hover::before {
      content: '';
      display: block;
      position: absolute;
      top: 32px;
      left: 32px;
      right: 29px;
      bottom: 32px;
      background: rgba(255, 255, 255, 0.9);
      border-radius: 1px;
      z-index: 10; }
    .people-list .people .frame:hover .comment {
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      opacity: 1; }
  .people-list .people .comment {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
    width: 100%;
    padding: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    z-index: 100;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out; }
  .people-list .people .frame-gold::after {
    background: url("/img/pc/about-people-frame1.png") 0 0 no-repeat; }
  .people-list .people .tape {
    display: inline-block;
    margin-top: 10px; }

.pagination {
  font-size: 0;
  margin-top: 60px; }
  .pagination .page-item {
    display: inline-block;
    border: 1px solid #b8b8b8;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    text-align: center; }
  .pagination .page-item + .page-item {
    margin-left: -1px; }
  .pagination .page-item a {
    display: block;
    width: 43px;
    padding: 13px 0 12px;
    color: #000000;
    text-decoration: none; }
  .pagination .page-item:hover a,
  .pagination .page-item.active a {
    background: #000000;
    color: #ffffff; }
  .pagination .page-before:hover a, .pagination .page-after:hover a,
  .pagination .page-before.active a, .pagination .page-after.active a {
    background: #fafafa; }

.contents-type-press {
  margin-left: -110px; }

.contents-type-notice {
  margin-left: -100px; }

.contents-type-video {
  margin-left: -210px; }

.contents-type-release {
  margin-left: -210px; }

.lst-notice li {
  padding: 0;
  margin: 0; }

.lst-notice a {
  position: relative;
  display: block;
  padding: 15px 90px 20px 0; }
  .lst-notice a time {
    position: absolute;
    top: 15px;
    right: 0;
    opacity: 0.6; }
  .lst-notice a strong {
    display: block;
    width: 100%;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.lst-notice li + li {
  border-top: 1px solid #d5d5d5; }

.lst-notice li:last-of-type {
  border-bottom: 1px solid #d5d5d5; }

.lst-press li, .lst-press dl {
  padding: 0;
  margin: 0; }

.lst-press a {
  position: relative;
  display: block;
  padding: 15px 0; }
  .lst-press a dt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px; }
  .lst-press a cite, .lst-press a time {
    display: inline-block;
    padding-top: 15px;
    font-size: 14px; }
  .lst-press a dd {
    font-weight: 300; }
  .lst-press a cite {
    font-weight: bold;
    margin-right: 10px; }
  .lst-press a time {
    opacity: 0.6; }

.lst-press li + li {
  border-top: 1px solid #d5d5d5; }

.lst-press li:first-of-type {
  margin-top: -10px; }

.lst-press li:last-of-type {
  border-bottom: 1px solid #d5d5d5; }

.lst-ellipsis dd:first-of-type {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  height: 3.25em;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

.lst-video {
  overflow: hidden;
  padding-top: 12px; }
  .lst-video li {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .lst-video li:nth-of-type(odd) {
    padding-right: 15px; }
  .lst-video li:nth-of-type(even) {
    padding-left: 15px; }
  .lst-video .thumb {
    padding-top: 56%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .lst-video p {
    margin-bottom: 0;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .lst-video a {
    display: block;
    color: #000;
    text-decoration: none; }
  .lst-video figcaption {
    padding: 5px 0 35px; }
  .lst-video .date {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.6; }

.vcard::after {
  content: '';
  display: block;
  clear: both; }

/* news view */
.news-view {
  width: 660px;
  height: 100%;
  margin: 0 auto;
  padding: 123px 0 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .news-view .btn-exit {
    display: block;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 62px;
    height: 60px;
    background: url("/img/pc/common-btn-close.png") 0 0 no-repeat;
    z-index: 100; }
  .news-view .news-header {
    padding: 22px 0 19px;
    background: url("/img/pc/pc-divider-right.png") 0 0 no-repeat !important;
    border-bottom: 1px solid #c8c8c8; }
    .news-view .news-header h1 {
      font-size: 24px;
      line-height: 32px; }
    .news-view .news-header time {
      margin-top: 35px;
      font-size: 15px;
      color: #959595;
      font-weight: 400;
      line-height: 15px;
      display: block; }
  .news-view .news-contents {
    font-size: 16px;
    line-height: 26px;
    padding: 40px 0 80px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: auto; }

.news-templete {
  line-height: 26px;
  letter-spacing: -.48px; }
  .news-templete .news-summary {
    font-weight: 700; }
    .news-templete .news-summary > li,
    .news-templete .news-summary > p {
      position: relative;
      margin-top: 10px;
      padding-left: 8px;
      line-height: 20px; }
      .news-templete .news-summary > li:first-child,
      .news-templete .news-summary > p:first-child {
        margin-top: 0; }
      .news-templete .news-summary > li::before,
      .news-templete .news-summary > p::before {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        content: '-'; }
  .news-templete .news-images {
    margin: 40px 0;
    text-align: center; }
    .news-templete .news-images img {
      max-width: 100%;
      margin: 0 auto;
      display: block; }
    .news-templete .news-images figcaption {
      padding-top: 25px;
      color: #bbb;
      font-weight: 500;
      text-align: left; }
  .news-templete .swiper-wrapper .swiper-slide {
    min-height: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .news-templete .swiper-wrapper .swiper-slide .swiper-img {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }

.history-box .vcard .h3 {
  font-size: 32px;
  line-height: 32px; }

.history-box .btn-more {
  margin-bottom: 38px; }
  .history-box .btn-more .txt-more {
    font-weight: normal; }
  .history-box .btn-more::before {
    content: '';
    display: block;
    width: 13px;
    height: 166px;
    margin: 160px auto 180px;
    background: url(/img/pc/about-history-ellipsis.png) 0 0 no-repeat; }

.history-box .history-tomorrow .vcard:first-of-type {
  background-image: none; }

.history-box .history-tomorrow::after {
  content: 'to be continued...';
  display: block;
  margin: 197px auto 160px;
  text-align: center;
  font-size: 24px;
  font-weight: bold; }

.history-wrap {
  margin-top: 20px;
  overflow: hidden; }
  .history-wrap .history-item {
    position: relative;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px; }
    .history-wrap .history-item p {
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      color: white;
      font-size: 14px;
      padding: 12px 15px;
      line-height: 1.6em;
      z-index: 10; }
    .history-wrap .history-item::after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 120px;
      background: url(/img/pc/about-history-gradient.png) 0 0 no-repeat;
      background-size: cover;
      z-index: 5; }

.svc-history nav {
  margin-top: 12px;
  overflow: hidden; }

.svc-history a {
  display: block;
  float: left;
  width: 72px;
  margin-right: 2px;
  margin-bottom: 8px;
  border: 1px solid #c8c8c8;
  padding: 4px 0 5px;
  text-align: center;
  text-decoration: none;
  color: #000000; }

.svc-history a.active {
  background: #000000;
  color: #ffffff;
  font-weight: bold;
  border: 1px solid #000000; }

.svc-history table {
  width: 100%;
  margin-top: 20px;
  border: 0;
  border-top: 1px solid #858585;
  border-bottom: 1px solid #858585;
  border-collapse: collapse; }
  .svc-history table th, .svc-history table td {
    border: 0;
    border-bottom: 1px solid #dadada;
    height: 46px;
    vertical-align: middle; }
  .svc-history table th {
    position: relative;
    width: 72px; }
    .svc-history table th::after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 1px;
      background: rgba(237, 28, 36, 0.2); }
  .svc-history table td {
    padding-left: 15px; }
  .svc-history table .mon th {
    font-size: 16px; }
  .svc-history table .mon1 ~ .mon1 th,
  .svc-history table .mon2 ~ .mon2 th,
  .svc-history table .mon3 ~ .mon3 th,
  .svc-history table .mon4 ~ .mon4 th,
  .svc-history table .mon5 ~ .mon5 th,
  .svc-history table .mon6 ~ .mon6 th,
  .svc-history table .mon7 ~ .mon7 th,
  .svc-history table .mon8 ~ .mon8 th,
  .svc-history table .mon9 ~ .mon9 th,
  .svc-history table .mon10 ~ .mon10 th,
  .svc-history table .mon11 ~ .mon11 th,
  .svc-history table .mon12 ~ .mon12 th {
    font-size: 0;
    color: transparent; }

.recruit-wrapper .contents-box .vcard ~ * {
  margin-top: 80px; }

.recruit-period {
  font-size: 32px;
  padding: 12px 0 20px;
  line-height: 1.5em; }

.recruit-process li {
  font-size: 32px;
  line-height: 38px; }

.recruit-process li + li {
  margin-top: 32px; }

.recruit-process sup {
  font-size: 13px;
  top: -14px;
  opacity: 0.5;
  font-weight: normal; }

.recruit-caution li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300; }
  .recruit-caution li:before {
    content: '';
    display: block;
    position: absolute;
    left: -15px;
    top: 11px;
    width: 5px;
    height: 5px;
    background: url("/img/pc/common-bullet-dot.png") 0 0 no-repeat; }

.recruit-list {
  width: 100%;
  margin: 40px 0;
  border-collapse: collapse;
  border: 0;
  border-bottom: 1px solid #d5d5d5; }
  .recruit-list .recruit-list-item {
    position: relative;
    border-top: 1px solid #d5d5d5; }
  .recruit-list .recruit-list-title {
    padding: 15px 0;
    overflow: hidden; }
    .recruit-list .recruit-list-title::after {
      content: '';
      display: block;
      position: absolute;
      width: 11px;
      height: 7px;
      top: 38px;
      right: 0;
      background: url("/img/pc/recruit-icon-downArrow.png") 0 0 no-repeat; }
    .recruit-list .recruit-list-title.on::after {
      content: '';
      display: block;
      position: absolute;
      width: 11px;
      height: 7px;
      top: 38px;
      right: 0;
      background: url("/img/pc/recruit-icon-upArrow.png") 0 0 no-repeat; }
    .recruit-list .recruit-list-title .categories {
      float: left;
      width: 120px;
      font-size: 14px;
      line-height: 27px;
      font-weight: bold; }
    .recruit-list .recruit-list-title .jobs {
      overflow: hidden; }
      .recruit-list .recruit-list-title .jobs strong {
        font-size: 16px;
        line-height: 17px;
        font-weight: 300; }
      .recruit-list .recruit-list-title .jobs small {
        display: block;
        font-size: 12px;
        font-weight: bold;
        opacity: 0.5; }
  .recruit-list .recruit-detail {
    padding-bottom: 40px; }
    .recruit-list .recruit-detail b {
      white-space: nowrap; }
      .recruit-list .recruit-detail b p {
        margin-bottom: 0; }

.recruit-list-empty {
  display: none;
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  border: 0;
  text-align: center; }
  .recruit-list-empty .no-result {
    margin-top: 120px; }
    .recruit-list-empty .no-result img {
      width: 240px; }
  .recruit-list-empty .no-result-subtitle {
    margin-top: 20px;
    font-size: 24px; }

.recruit-developer .recruit-list {
  margin-top: 0; }
  .recruit-developer .recruit-list .recruit-list-item:first-child {
    padding-top: 15px; }
    .recruit-developer .recruit-list .recruit-list-item:first-child .recruit-list-title {
      padding-top: 0; }
      .recruit-developer .recruit-list .recruit-list-item:first-child .recruit-list-title::after {
        top: 25px; }

.recruit-wrapper .contents-life {
  padding-bottom: 40px; }
  .recruit-wrapper .contents-life .vcard + .vcard {
    margin: 0; }

.recruit-wrapper input[type='checkbox'] {
  margin-right: 5px; }

.contents-recruit-result p:first-of-type {
  margin-bottom: 24px; }

.contents-recruit-result .btn-area {
  margin-top: 30px; }

.result-list-title {
  font-size: 32px;
  line-height: 65px;
  font-weight: 300;
  margin-top: 44px; }

.mt-38 {
  margin-top: 38px; }

.business-tab nav {
  margin-top: 12px;
  overflow: hidden; }
  .business-tab nav a {
    display: block;
    float: left;
    width: 160px;
    margin-right: 10px;
    margin-bottom: 8px;
    border: 0;
    padding: 4px 0 5px 5px;
    text-align: left;
    text-decoration: none;
    color: #A2A2A2;
    font-weight: normal; }
  .business-tab nav a.active {
    text-align: left;
    color: #000000;
    font-weight: bold;
    border: 0; }

.business-tab dl.mt-10 {
  margin-top: 10px; }

.business-tab dl.mb-20 {
  margin-bottom: 20px; }

.business-tab .input {
  width: 90%;
  padding: 4px 10px 6px; }

.business-tab .input-search-group {
  position: relative;
  background-color: white;
  border: 1px solid #A2A2A2;
  width: 48%; }
  .business-tab .input-search-group input::-webkit-input-placeholder {
    color: #A2A2A2;
    font-size: 14px;
    vertical-align: center; }
  .business-tab .input-search-group input::-moz-placeholder {
    color: #A2A2A2;
    font-size: 14px;
    vertical-align: center; }
  .business-tab .input-search-group input::-ms-input-placeholder {
    color: #A2A2A2;
    font-size: 14px;
    vertical-align: center; }
  .business-tab .input-search-group input::placeholder {
    color: #A2A2A2;
    font-size: 14px;
    vertical-align: center; }

.business-tab .input-search {
  width: 20px;
  font-weight: 600;
  position: absolute;
  top: 8px;
  right: 8px; }

.business-tab .recruit-list {
  margin-top: 20px; }

.business-tab .btn-border2 {
  background-color: #fff !important;
  color: #a0a0a0;
  background: transparent;
  border: 1px solid #d5d5d5;
  padding: 14px 20px; }

.business-tab .tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  /* If you want dots under the hoverable text */ }
  .business-tab .tooltip .tooltip-text {
    visibility: visible;
    width: 260px;
    background-color: #666;
    color: #fff;
    text-align: center;
    padding: 10px 2px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    bottom: 40px;
    right: -57px;
    font-size: 11px;
    opacity: 0;
    line-height: 16px; }
  .business-tab .tooltip .tooltip-text::after {
    content: " ";
    position: absolute;
    top: 100%;
    /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #666 transparent transparent transparent; }

.list-guide li {
  position: relative;
  padding-left: 8px; }
  .list-guide li:before {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 20px;
    content: '-';
    display: block; }

.popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.98);
  z-index: 50000;
  margin: 0 !important;
  padding: 0 !important; }
  .popup .popup-title {
    font-size: 32px;
    line-height: 65px;
    font-weight: 300;
    margin-bottom: 27px; }
  .popup .support-title {
    padding: 0 10px;
    line-height: 32px;
    margin-bottom: 48px; }
  .popup .popup-view {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 680px;
    padding-bottom: 40px;
    border-bottom: 1px solid #c8c8c8;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
            transform: translate(-50%, -50%) translateZ(0); }
    .popup .popup-view .popup-header {
      padding: 22px 0 19px;
      background: url("/img/pc/pc-divider-right.png") 0 0 no-repeat;
      border-bottom: 1px solid #c8c8c8; }
      .popup .popup-view .popup-header h1 {
        font-size: 24px;
        line-height: 32px;
        min-height: 65px; }
      .popup .popup-view .popup-header time {
        font-size: 14px;
        opacity: 0.6; }
    .popup .popup-view .popup-contents {
      font-size: 16px;
      line-height: 26px;
      height: 395px;
      padding: 40px 0 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      overflow-y: auto; }
  .popup.popup-alert {
    background: rgba(0, 0, 0, 0.8); }
  .popup.popup-full {
    overflow-y: auto;
    border-bottom: 0; }
    .popup.popup-full .popup-view {
      top: 0;
      padding: 40px 0;
      -webkit-transform: translate(-50%, 0) translateZ(0);
              transform: translate(-50%, 0) translateZ(0); }
  .popup.popup-standalone .popup-view {
    border-bottom: 0; }
  .popup .btn-exit {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 62px;
    height: 60px;
    background: url("/img/pc/common-btn-close.png") 0 0 no-repeat; }
  .popup table {
    background: #fff; }
  .popup .input {
    border: 1px solid #a3a3a3;
    padding: 4px 10px 6px;
    border-radius: 4px; }
    .popup .input:focus {
      border-color: #333; }
    .popup .input-time {
      width: 40%;
      float: left; }
  .popup label {
    margin-left: 5px; }

.font-license section {
  padding-bottom: 60px; }
  .font-license section h3 {
    padding: 30px 0; }
  .font-license section p {
    padding-bottom: 20px; }
  .font-license section li {
    padding-bottom: 10px; }
    .font-license section li p {
      padding-top: 5px; }
  .font-license section a {
    border-bottom: 1px solid #888888; }
  .font-license section .vcard {
    margin-top: 0;
    padding-top: 0; }
  .font-license section .font-bold {
    font-weight: bold; }

.font-license .popup-view {
  padding-bottom: 0; }

.inquiry-term {
  overflow: scroll;
  height: 65px;
  padding: 15px;
  margin-top: 20px;
  border: 1px solid #a3a3a3;
  font-size: 14px;
  line-height: 1.6em;
  background: #fff; }
  .inquiry-term-label {
    display: block;
    margin-top: 5px; }
    .inquiry-term-label input {
      margin-right: 5px; }
    .inquiry-term-label a {
      text-decoration: underline; }

.support-nav {
  position: relative;
  padding: 0 10px; }
  .support-nav ul {
    margin-bottom: 34px;
    border-bottom: 1px solid #bfbfbf; }
  .support-nav li {
    display: inline-block;
    margin-left: 34px; }
    .support-nav li:first-child {
      margin: 0; }
    .support-nav li a {
      display: inline-block;
      position: relative;
      padding: 10px 0;
      margin-bottom: -1px; }
  .support-nav .active {
    font-weight: bold;
    color: #2ac1bc; }
    .support-nav .active:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 1px;
      width: 100%;
      height: 2px;
      background-color: #2ac1bc; }

.support .column-wrap {
  overflow: hidden; }

.support .column {
  float: left;
  width: 50%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .support .column strong {
    display: block;
    margin-bottom: 15px; }
  .support .column__left {
    padding: 0 20px 0 10px; }
  .support .column__right {
    padding: 0 10px 0 20px; }

.support dl {
  margin-bottom: 15px; }

.support dt {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #585858; }

.support .line {
  float: left;
  width: 50%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .support .line-wrap {
    overflow: hidden; }

.support .line__full {
  width: 100%; }

.support-bottom {
  padding: 0 10px; }

.term-table {
  width: 100%;
  margin: 10px 0; }
  .term-table th {
    border: 1px solid #999;
    text-align: center;
    background: #fafafa;
    padding: 4px 0; }
  .term-table td {
    border: 1px solid #999;
    text-align: center;
    padding: 4px 0; }

.popup-notice {
  position: absolute;
  width: 448px;
  background: rgba(255, 255, 255, 0.98);
  z-index: 50000;
  margin: 0 !important;
  padding: 0 !important; }
  .popup-notice.list-location {
    left: -40px;
    top: -244px; }
  .popup-notice.tech-location {
    left: -40px;
    top: -880px; }
  .popup-notice.army-location {
    left: -40px;
    top: -984px; }
  .popup-notice .text-close {
    padding: 5px;
    position: absolute;
    line-height: 20px;
    bottom: 5px;
    right: 20px; }
    .popup-notice .text-close img {
      width: 20px; }
  .popup-notice .text-not-show {
    padding: 5px;
    position: absolute;
    line-height: 20px;
    bottom: 5px;
    right: 69px; }
    .popup-notice .text-not-show img {
      width: 90px; }
  .popup-notice .notice-line {
    padding: 5px;
    position: absolute;
    line-height: 20px;
    bottom: 7px;
    right: 55px; }
    .popup-notice .notice-line img {
      width: 1px;
      height: 16px; }

.table {
  position: relative;
  width: 100%; }
  .table:after {
    content: '';
    display: block;
    position: absolute;
    left: 122px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #f7cecf;
    z-index: 10; }
  .table th, .table td {
    vertical-align: center;
    font-weight: 300;
    padding: 12px 0;
    border-top: 1px solid #e2e2e2; }
  .table th {
    position: relative;
    width: 122px; }
  .table td {
    padding-left: 15px; }
  .table tr:first-of-type th, .table tr:first-of-type td {
    border-top: 1px solid #858585; }
  .table tr:last-of-type th, .table tr:last-of-type td {
    border-bottom: 1px solid #858585; }

.table--horizon {
  width: 100%;
  border-collapse: collapse; }
  .table--horizon::after {
    display: none; }
  .table--horizon th, .table--horizon td {
    font-size: 14px;
    line-height: 16px;
    padding: 13px 16px 12px; }
  .table--horizon th {
    border-top: 1px solid #858585;
    border-bottom: 1px solid #cbcbcb;
    background: #f0f0f0; }
  .table--horizon td {
    border-bottom: 1px solid #e2e2e2; }
  .table--horizon th + th {
    border-left: 1px solid #dbdbdb; }
  .table--horizon td + td {
    border-left: 1px solid #e3e3e3; }
  .table--horizon tr:last-of-type td {
    border-bottom: 1px solid #858585; }

.woowa-credo .contents-box:first-of-type > header {
  padding-top: 30px; }

.woowa-credo .contents-box:first-of-type .vcard:first-of-type {
  padding-top: 30px; }

.headline-list {
  counter-reset: section;
  list-style-type: none;
  margin: 62px 0 30px; }
  .headline-list li {
    position: relative;
    font-size: 24px;
    height: 60px;
    font-weight: 400;
    padding-left: 30px; }
  .headline-list li::before {
    counter-increment: section;
    content: counters(section, ".") " ";
    position: absolute;
    left: 0;
    top: 4px;
    display: inline-block;
    width: 21px;
    height: 22px;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    background: #000000;
    color: #ffffff;
    border-radius: 50%;
    text-align: center; }

.box {
  margin-top: 12px;
  padding: 40px 50px 50px;
  border: 1px solid #d5d5d5;
  overflow: hidden; }
  .box ol {
    counter-reset: section;
    list-style-type: none; }
  .box li::before {
    counter-increment: section;
    content: counters(section, "-") ". "; }
  .box .credo-life-list {
    height: 480px;
    line-height: 2em; }
  .box .credo-life-item {
    float: left;
    clear: left;
    height: 168px;
    font-size: 16px;
    font-weight: bold; }
  .box .credo-life-item:nth-of-type(4),
  .box .credo-life-item:nth-of-type(5),
  .box .credo-life-item:nth-of-type(6) {
    float: none;
    clear: none;
    margin-left: 300px;
    padding-left: 50px;
    border-left: 1px solid #d5d5d5; }
  .box .credo-life-item:last-of-type {
    height: 160px; }
  .box .credo-life-detail-list {
    margin-left: 15px; }
  .box .credo-life-detail-item {
    font-size: 14px;
    font-weight: 300; }

.credo-life > section {
  margin-top: 80px; }

.credo-life-container {
  margin-top: 30px; }
  .credo-life-container p {
    font-size: 14px;
    line-height: 22px; }
  .credo-life-container .h4 {
    margin-top: 30px; }
  .credo-life-container .h4 ~ p {
    margin: 0 0 3px 29px; }

.credo-list {
  margin: 32px 0;
  counter-reset: section; }
  .credo-list li {
    position: relative;
    font-size: 14px;
    line-height: 23px;
    margin-left: 29px;
    padding-left: 22px; }
  .credo-list li::before {
    position: absolute;
    left: 0;
    top: 4px;
    width: 13px;
    height: 13px;
    font-size: 10px;
    line-height: 11px;
    text-align: center;
    border: 1px solid #d0d0d0;
    border-radius: 50%;
    counter-increment: section;
    content: counters(section, ".") " "; }

.credo-table {
  margin: 12px 0 0; }

.contents-declaration {
  z-index: 1; }

.contents-credo-life {
  z-index: 1; }
  .contents-credo-life .date {
    margin-top: 36px; }
  .contents-credo-life a {
    border-bottom: 1px solid #858585; }

.contents-consult {
  z-index: 1; }
  .contents-consult .table {
    padding: 10px 0; }

.contents-declaration .signature {
  position: relative;
  margin-top: 68px; }
  .contents-declaration .signature .date {
    margin-bottom: 18px; }
  .contents-declaration .signature span {
    display: block; }
  .contents-declaration .signature strong {
    padding-left: 10px; }
  .contents-declaration .signature .sign {
    position: absolute;
    top: 14px;
    left: 240px;
    width: 55px;
    vertical-align: middle; }

.credo-life-detail-item:hover {
  text-decoration: underline;
  cursor: default; }

.credo-life-item > span:hover {
  text-decoration: underline;
  cursor: default; }

.back-to-top {
  width: 59px;
  height: 59px;
  position: fixed;
  bottom: 2em;
  right: 20px;
  text-decoration: none;
  color: #000000;
  font-size: 12px;
  padding: 1em;
  display: none; }

.comments {
  position: absolute;
  top: 21px;
  right: -190px;
  font-size: 12px;
  line-height: 19px;
  width: 152px;
  margin: 0 !important; }
  .comments dl {
    margin-bottom: 13px; }
  .comments dt {
    font-weight: bold; }
  .comments .fade {
    opacity: 0.4; }
  .comments.comments--ordered {
    counter-reset: comments-counter; }
    .comments.comments--ordered dt {
      position: relative; }
    .comments.comments--ordered dt::before {
      content: "[" counter(comments-counter) "] ";
      counter-increment: comments-counter;
      font-size: 9px;
      position: absolute;
      top: -2px;
      left: -18px;
      font-weight: bold; }
  .comments a {
    display: block;
    margin-top: 10px;
    font-weight: bold; }
    .comments a:first-of-type {
      margin-top: 0px; }
    .comments a:hover {
      text-decoration: underline; }
  .comments .comments-link {
    display: inline-block;
    padding-right: 11px;
    background: url("/img/pc/comment-icon-linkArrow.png") right center no-repeat; }

.alert-popup {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 360px;
  margin: 0 !important;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #ffffff;
  z-index: 10000;
  padding: 40px 0 20px; }
  .alert-popup p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.3px; }
  .alert-popup .alert-btn {
    width: 77px;
    padding: 12px 0 11px;
    background: #000000;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold; }

.alert-notice {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6); }

.prize-list {
  overflow: hidden;
  margin-top: 60px; }
  .prize-list li {
    display: inline-block;
    padding-right: 29px;
    vertical-align: top;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 40px; }
    .prize-list li img {
      width: 298px;
      border: 1px solid #e1e1e1; }
    .prize-list li strong {
      display: block;
      font-weight: bold;
      margin: 15px 0 6px; }
    .prize-list li p {
      min-height: 48px;
      line-height: 24px;
      font-size: 16px;
      word-break: keep-all; }
    .prize-list li strong, .prize-list li p {
      width: 300px; }

.dilly-tab nav {
  margin-top: 12px;
  overflow: hidden; }
  .dilly-tab nav a {
    display: block;
    float: left;
    width: 162px;
    margin-right: 2px;
    margin-bottom: 8px;
    border: 1px solid #c8c8c8;
    padding: 4px 0 5px;
    text-align: center;
    text-decoration: none;
    color: #000000; }
  .dilly-tab nav a.active {
    background: #000000;
    color: #ffffff;
    font-weight: bold;
    border: 1px solid #000000; }

.svc-dilly table {
  width: 100%;
  margin-top: 43px;
  margin-bottom: 44px;
  border: 0;
  border-top: 1px solid #858585;
  border-bottom: 1px solid #858585;
  border-collapse: collapse; }
  .svc-dilly table th, .svc-dilly table td {
    border: 0;
    border-bottom: 1px solid #dadada;
    vertical-align: middle;
    padding: 10px 0; }
  .svc-dilly table th {
    position: relative;
    width: 108px;
    border-right: 1px solid rgba(237, 28, 36, 0.2);
    /*
      &::after {
        content:'';
        display:block;
        position:absolute;
        right:0;
        top:0;
        width:1px;
        height:100%;
        background:rgba(237,28,36,0.2);
      }
      */ }
  .svc-dilly table td {
    padding-left: 15px; }
  .svc-dilly table .mon th {
    font-size: 16px; }

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

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

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

.mt-17 {
  margin-top: 17px; }

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

.mt-45 {
  margin-top: 22px; }

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

.sub-description {
  float: right;
  color: #959595;
  font-size: 14px;
  font-weight: normal;
  padding-right: 58px; }

section.both-side::after {
  content: '';
  display: block;
  clear: both; }

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

.sub-caption {
  margin-left: 5px;
  font-size: 14px;
  color: #959595; }

#dilly-link {
  width: 484px;
  height: 499px;
  background-image: url("/img/pc/dilly-link.png");
  display: block;
  text-indent: -9999px; }

.sub-information {
  display: block;
  font-size: 14px;
  color: #959595;
  letter-spacing: -0.42px;
  margin-top: -5px; }

.youtube-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 640px;
  margin-bottom: 25px; }
  .youtube-tab .youtube-link {
    position: relative;
    padding: 11px 0 13px 0;
    font-size: 16px;
    line-height: 16px; }
    .youtube-tab .youtube-link:not(:first-child) {
      margin-left: 21px; }
    .youtube-tab .youtube-link.active {
      color: #000;
      font-weight: 700; }
      .youtube-tab .youtube-link.active::before {
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #000;
        content: ''; }

.meet-title {
  margin-top: 44px; }

.meet-content.row .col {
  margin: 20px 0 11px 0; }

.image-box {
  width: 290px;
  height: 199px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .image-box img {
    max-width: 100%;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.svc-bmmart figure img, .svc-bmmart section img {
  border: 1px solid #d5d5d5; }

#bmmart-link {
  width: 484px;
  height: 499px;
  background-image: url("/img/pc/bmmart-link.png");
  display: block;
  text-indent: -9999px; }

.svc-academy figure img, .svc-academy section img {
  border: 1px solid #d5d5d5; }

.svc-academy .pt-0 {
  padding-top: 0; }

.svc-academy .pt-20 {
  padding-top: 20px; }

.svc-academy .pt-40 {
  padding-top: 40px; }

#academy-link {
  width: 484px;
  height: 499px;
  background-image: url("/img/pc/academy-link.png");
  display: block;
  text-indent: -9999px; }

#support-file {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.input-file-group {
  position: relative; }

.input-file-clear {
  display: none;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  top: 5px;
  right: 10px; }

.clear {
  clear: both;
  display: block; }

.agree-box {
  margin-top: 30px; }
  .agree-box.guide-use {
    margin-top: 10px; }
    .agree-box.guide-use .inquiry-term > p {
      margin-top: 10px; }
      .agree-box.guide-use .inquiry-term > p:first-child {
        margin-top: 0; }
  .agree-box h4 {
    margin-bottom: 5px;
    font-size: 12px;
    color: #585858; }
  .agree-box .inquiry-term {
    margin-top: 0; }
  .agree-box .check-all {
    margin-top: 10px;
    font-weight: bold; }

.svc-order {
  margin-top: 30px; }
  .svc-order figure img {
    border: 1px solid #d5d5d5; }

.order-content .vcard p {
  width: 680px;
  margin-bottom: 25px; }

/* button style */
.btn-base {
  width: 100%;
  height: 46px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #c8c8c8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .btn-base.btn-add-content:before {
    width: 9px;
    height: 9px;
    margin: -4px 13px 0 0;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(-135deg);
    display: inline-block;
    content: ''; }
  .btn-base.btn-add-content.show:before {
    margin: 8px 13px 0 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .btn-base.btn-add-content > span {
    padding-left: 5px; }

.bm-youtube {
  padding: 45px 0; }
  .bm-youtube iframe {
    margin: 0 auto;
    vertical-align: top; }

figure.thumbs-img {
  margin-top: 40px;
  font-size: 0;
  line-height: 0; }
  figure.thumbs-img img {
    margin-left: 19px; }
    figure.thumbs-img img:first-child {
      margin-left: 0; }

.img-border {
  border: 1px solid #c8c8c8; }

.vcard:last-child .bm-youtube:last-child {
  padding-bottom: 0; }

.something-wrapper {
  padding-bottom: 157px; }
  .something-wrapper .something-content {
    padding-top: 172px; }
  .something-wrapper .contents-header + .something-content {
    padding-top: 96px; }
  .something-wrapper .contents-box {
    padding: 0 0 0 245px; }
    .something-wrapper .contents-box:first-child {
      padding-top: 0; }
    .something-wrapper .contents-box header,
    .something-wrapper .contents-box .vcard {
      padding-top: 25px; }
    .something-wrapper .contents-box:nth-of-type(odd) header {
      background: url("/img/pc/service/divider-title-1.png") no-repeat; }
    .something-wrapper .contents-box:nth-of-type(odd) .vcard:first-of-type {
      background: url("/img/pc/service/divider-content-1.png") no-repeat; }
  .something-wrapper .vcard {
    width: 652px; }
    .something-wrapper .vcard > p {
      margin-bottom: 45px; }
    .something-wrapper .vcard .bm-youtube {
      padding: 0; }
  .something-wrapper .bm-add-content {
    display: none; }
    .something-wrapper .bm-add-content + .btn-more {
      width: 652px;
      margin-top: 59px;
      padding: 0 0 0 245px; }
    .something-wrapper .bm-add-content .contents-box {
      width: 652px;
      margin-top: 126px; }
      .something-wrapper .bm-add-content .contents-box:nth-child(1) header {
        background: url("/img/pc/service/divider-title-2.png") no-repeat; }
      .something-wrapper .bm-add-content .contents-box:nth-child(1) .vcard {
        background: url("/img/pc/service/divider-content-2.png") no-repeat; }
      .something-wrapper .bm-add-content .contents-box:nth-child(2) header {
        background: url("/img/pc/service/divider-title-3.png") no-repeat; }
      .something-wrapper .bm-add-content .contents-box:nth-child(2) .vcard {
        background: url("/img/pc/service/divider-content-3.png") no-repeat; }
      .something-wrapper .bm-add-content .contents-box:nth-child(3) header {
        background: url("/img/pc/service/divider-title-4.png") no-repeat; }
      .something-wrapper .bm-add-content .contents-box:nth-child(3) .vcard {
        background: url("/img/pc/service/divider-content-4.png") no-repeat; }
    .something-wrapper .bm-add-content#something-1 .contents-box:first-child {
      margin-top: 45px; }
  .something-wrapper .sns-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .something-wrapper .sns-link li {
      margin-left: 23px; }
      .something-wrapper .sns-link li:first-child {
        margin-left: 0; }
      .something-wrapper .sns-link li .thumbs {
        cursor: pointer; }
    .something-wrapper .sns-link .btn-base {
      margin-top: 19px;
      font-weight: 300; }
  .something-wrapper .app-down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .something-wrapper .app-down .app-box {
      position: relative;
      width: 319px;
      margin-left: 16px;
      padding: 20px;
      border: 1px solid #ccc;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .something-wrapper .app-down .app-box:first-child {
        margin-left: 0; }
      .something-wrapper .app-down .app-box .thumbs {
        float: left;
        margin: 1px 16px 0 0; }
      .something-wrapper .app-down .app-box h3 {
        font-size: 18px;
        font-weight: 700;
        line-height: 18px;
        letter-spacing: -.5px; }
        .something-wrapper .app-down .app-box h3 small {
          margin-top: 5px;
          font-size: 12px;
          color: rgba(0, 0, 0, 0.6);
          line-height: 11px;
          letter-spacing: -.1px;
          display: block; }
          .something-wrapper .app-down .app-box h3 small span {
            padding-left: 11px;
            display: inline-block; }
      .something-wrapper .app-down .app-box .bt-app-down {
        margin-top: 17px; }
        .something-wrapper .app-down .app-box .bt-app-down > a {
          width: 164px;
          height: 31px;
          font-size: 14px;
          color: #fff;
          font-weight: 300;
          background-color: #111;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }

.analysis-content {
  padding-top: 110px; }
  .analysis-content .contents-box {
    width: 660px; }
    .analysis-content .contents-box:nth-of-type(1n) header {
      background: url("/img/pc/pc-divider-left2.png") no-repeat; }
    .analysis-content .contents-box:nth-of-type(1n) .vcard {
      background: url("/img/pc/pc-divider-right2.png") no-repeat;
      background-size: contain; }
    .analysis-content .contents-box:first-of-type header {
      background: url("/img/pc/pc-divider-left1.png") no-repeat; }
    .analysis-content .contents-box:first-of-type .vcard {
      background: url("/img/pc/pc-divider-right1.png") no-repeat;
      background-size: contain; }
    .analysis-content .contents-box:last-child {
      margin-top: 17px; }
    .analysis-content .contents-box figure {
      margin-top: 40px;
      font-size: 0;
      line-height: 0; }
      .analysis-content .contents-box figure img {
        margin-left: 19px; }
        .analysis-content .contents-box figure img:first-child {
          margin-left: 0; }
  .analysis-content .btn-visual-image {
    position: relative;
    margin: -85px 0 0 68px; }
    .analysis-content .btn-visual-image a {
      position: absolute;
      top: 133px;
      left: 90px;
      width: 350px;
      height: 370px;
      text-indent: -1000em;
      overflow: hidden;
      background: transparent;
      display: block; }

.bmart-content .thumbs-img {
  margin-top: 35px; }
  .bmart-content .thumbs-img + .h3 {
    margin-top: 60px; }
  .bmart-content .thumbs-img + .thumbs-img {
    margin-top: 40px; }

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.bt-prev,
.bt-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  text-indent: -1000em;
  overflow: hidden; }

.bt-prev.swiper-button-disabled,
.bt-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.bt-prev:after,
.bt-next:after {
  width: 100%;
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  text-indent: 0;
  color: #000; }

.bt-prev {
  left: 10px;
  right: auto; }

.bt-prev:after {
  content: 'prev'; }

.bt-next {
  right: 10px;
  left: auto; }

.bt-next:after {
  content: 'next'; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #2AC1BC; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.row::after {
  content: '';
  display: block;
  clear: both; }

.row .col {
  float: left;
  width: 50%;
  padding-right: 5%;
  margin: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
