@charset "UTF-8";
/*! 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: 26px;
  font-weight: 300;
  font-family: "Noto Sans KR", sans-serif;
  -webkit-font-smoothing: antialiased;
  word-break: keep-all; }

.h1 {
  font-size: 60px;
  line-height: 1em;
  font-family: "BM Hanna", sans-serif;
  word-spacing: -0.06em;
  letter-spacing: -0.025em; }
  .h1.h1-text {
    position: relative;
    padding: 55px 27px 82px;
    font-weight: 400; }

.h2 {
  font-size: 28px;
  line-height: 36px; }
  .h2 sup {
    top: -1em; }

.h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px; }

p {
  margin-bottom: 10px; }

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

.highlight {
  overflow: hidden;
  display: inline-block;
  position: relative;
  font-style: normal;
  vertical-align: bottom; }
  .highlight .text {
    display: inline-block;
    color: #fafafa; }
  .highlight::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background: #2ac1bc; }
  .highlight.lazy::after {
    opacity: 0; }
  .highlight.ready .text {
    color: black; }
  .highlight.on .text {
    -webkit-animation: highlight 2s 500ms forwards ease-in-out;
            animation: highlight 2s 500ms forwards ease-in-out; }
  .highlight.on::after {
    -webkit-animation: highlight-line 1500ms 500ms forwards ease-in-out;
            animation: highlight-line 1500ms 500ms forwards ease-in-out; }

@-webkit-keyframes highlight {
  20% {
    color: rgba(42, 193, 188, 0);
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }
  60% {
    color: #00bcbc;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  80% {
    color: #00bcbc; }
  100% {
    color: black; } }

@keyframes highlight {
  20% {
    color: rgba(42, 193, 188, 0);
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }
  60% {
    color: #00bcbc;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  80% {
    color: #00bcbc; }
  100% {
    color: black; } }

@-webkit-keyframes highlight-line {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@keyframes highlight-line {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

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

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

.btn-area .btn-area-center {
  text-align: center; }

.btn {
  -wekbit-apperance: none;
  display: inline-block;
  padding: 6px 18px;
  margin: 0;
  border: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  background: #000000;
  text-align: center; }
  .btn.btn-large {
    font-size: 16px;
    line-height: 18px;
    padding: 12px 22px; }
  .btn.btn-default {
    line-height: 1.3em; }

.btn--bordered--black {
  display: block;
  margin: 30px 0;
  text-align: center;
  background: transparent;
  color: #000000;
  border: 1px solid #000000; }

.btn__small {
  padding: 2px 10px 4px; }

.btn--block {
  display: block; }

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

.table {
  position: relative;
  width: 100%; }
  .table:after {
    content: '';
    display: block;
    position: absolute;
    left: 80px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #f7cecf;
    z-index: 10; }
  .table th, .table td {
    font-size: 12px;
    vertical-align: center;
    padding: 10px 0;
    border-top: 1px solid #e2e2e2; }
  .table th {
    position: relative;
    width: 80px;
    font-weight: bold; }
  .table td {
    padding-left: 17px; }
  .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 th, .table--horizon td {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 15px 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;
    width: 70px;
    text-align: center; }
  .table--horizon tr:last-of-type td {
    border-bottom: 1px solid #858585; }

input[type=text], input[type=password], button {
  -webkit-appearance: none; }

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

.select {
  font-size: 14px; }

input[type='radio'],
input[type='checkbox'] {
  vertical-align: middle; }

.radio + .radio {
  margin-left: 10px; }

.popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 50000; }
  .popup .popup-view {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    padding: 0 20px;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
            transform: translate(-50%, -50%) translateZ(0);
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .popup .popup-view .popup-header {
      padding: 22px 0 19px;
      background: url("/img/mobile/pc-divider-right.png") 0 0 no-repeat;
      background-size: contain;
      border-bottom: 1px solid #c8c8c8;
      margin-bottom: 0; }
      .popup .popup-view .popup-header h1 {
        font-size: 28px;
        line-height: 36px;
        min-height: 68px; }
      .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;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      overflow-y: auto; }
  .popup.popup-alert {
    background: rgba(0, 0, 0, 0.8); }
  .popup.popup-notice {
    background: #ffffff; }
  .popup.popup-standalone .popup-view {
    border-bottom: 0; }
  .popup.popup-standalone .popup-title {
    margin-bottom: 10px; }
  .popup.popup-full {
    overflow-y: auto; }
    .popup.popup-full .popup-view {
      left: auto;
      top: auto;
      padding: 72px 25px 50px;
      border-bottom: 0;
      -webkit-transform: none;
              transform: none; }
    .popup.popup-full .popup-title {
      margin-bottom: 20px; }
    .popup.popup-full .table td {
      padding-left: 15px; }
  .popup .btn-exit {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 52px;
    height: 50px;
    background: url("/img/mobile/btn-close.png") 0 0 no-repeat;
    background-size: contain; }
  .popup .table {
    padding: 5px 0; }

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

.support-popup {
  padding: 0 !important; }

.support-title {
  line-height: 1em;
  padding: 50px 25px 0; }

.support-bottom {
  padding: 0 25px 50px; }

.support-nav {
  position: relative; }
  .support-nav ul {
    margin-bottom: 34px;
    padding: 0 25px;
    border-bottom: 1px solid #bfbfbf;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap; }
  .support-nav li {
    display: inline-block;
    margin-left: 25px; }
    .support-nav li:first-child {
      margin: 0; }
    .support-nav li a {
      display: inline-block;
      position: relative;
      padding: 15px 0;
      margin-bottom: -1px;
      line-height: 1em; }
  .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 {
  padding: 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .support .column strong {
    display: block;
    margin-bottom: 15px; }

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

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

.support .line {
  padding: 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .support .line-wrap {
    overflow: hidden; }

.support .column__bottom {
  margin-top: 50px; }

.support .input {
  border: 1px solid #a3a3a3;
  padding: 4px 10px 6px;
  border-radius: 4px; }
  .support .input:focus {
    border-color: #333; }
  .support .input-time {
    width: 40%;
    float: left; }

.support input[type="time"] {
  min-height: 28px; }

.btn-submit-inquiry {
  width: 100%;
  padding: 15px 0;
  line-height: 1em; }

.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: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 50000;
  margin: 0 !important;
  padding: 0 !important;
  left: 0;
  top: 0; }
  .popup-notice .text-close {
    padding: 5px;
    position: absolute;
    bottom: 25px;
    right: 25px; }
    .popup-notice .text-close img {
      width: 28px; }
  .popup-notice .text-not-show {
    padding: 5px;
    position: absolute;
    bottom: 25px;
    right: 91px; }
    .popup-notice .text-not-show img {
      width: 125px; }
  .popup-notice .notice-line {
    padding: 5px;
    position: absolute;
    bottom: 27px;
    right: 70px; }
    .popup-notice .notice-line img {
      width: 1px; }

.alert-popup {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 90%;
  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: 20px;
    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 {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 98%;
  margin: 0 !important;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #ffffff;
  z-index: 10000;
  padding: 0 0 20px; }

body {
  overflow-x: hidden; }

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding-left: 24px;
  z-index: 1000;
  background: rgba(17, 17, 17, 0.85); }
  .modal .inner-nav a {
    color: #ffffff;
    text-decoration: none; }
  .modal .inner-nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
  .modal .main-menu {
    margin-top: 75px; }
  .modal .main-menu > li > a {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 46px;
    font-family: "BM Hanna", sans-serif;
    overflow: hidden; }
    .modal .main-menu > li > a.active::after {
      content: '';
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      width: 100px;
      height: 6px;
      background-size: contain; }
  .modal .m0.active::after {
    background: url("/img/mobile/gnb-menu-underline0.png") left bottom no-repeat; }
  .modal .m1.active::after {
    background: url("/img/mobile/gnb-menu-underline1.png") left bottom no-repeat; }
  .modal .m2.active::after {
    background: url("/img/mobile/gnb-menu-underline2.png") left bottom no-repeat; }
  .modal .m3.active::after {
    background: url("/img/mobile/gnb-menu-underline3.png") left bottom no-repeat; }
  .modal .m4.active::after {
    background: url("/img/mobile/gnb-menu-underline4.png") left bottom no-repeat; }
  .modal .m5.active::after {
    background: url("/img/mobile/gnb-menu-underline5.png") left bottom no-repeat; }
  .modal .m6.active::after {
    background: url("/img/mobile/gnb-menu-underline6.png") bottom left no-repeat; }
  .modal .sub-menu {
    position: absolute;
    left: 143px;
    right: 0;
    top: 0;
    display: none; }
    .modal .sub-menu li {
      margin: 0; }
    .modal .sub-menu a {
      display: block;
      width: 100%;
      padding: 12px 0;
      font-size: 16px;
      line-height: 18px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .modal .sub-menu a.active {
        color: #2ac1bc; }
  .modal.modal-on {
    display: block; }

.menu-item-recruit .sub-menu {
  top: auto;
  bottom: -46px; }

.menu-item-credo .sub-menu {
  top: auto;
  bottom: 0; }

.modal .inner-nav a:hover + .sub-menu,
.sub-menu:hover {
  display: block; }

.outer-nav {
  position: absolute;
  bottom: 27px;
  left: 15px;
  right: 0; }
  .outer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .outer-nav li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center; }
  .outer-nav img {
    width: 94%; }
  .outer-nav .tech-blog {
    width: 34%; }
  .outer-nav .creative {
    width: 66%; }
  .outer-nav .milk {
    width: 60%; }
  .outer-nav .munbangu {
    width: 40%; }
  .outer-nav li:nth-of-type(even) {
    padding-right: 20px; }
  .outer-nav li:nth-of-type(1), .outer-nav li:nth-of-type(2) {
    padding-bottom: 15px; }

.btn-close {
  position: fixed;
  left: 12px;
  top: 12px;
  width: 50px;
  height: 50px;
  background: url("/img/mobile/btn-close.png") 0 0 no-repeat;
  background-size: cover;
  font: 0/0 arial;
  border: 0;
  margin: 0;
  border-radius: 0; }

.btn-menu {
  overflow: hidden;
  position: fixed;
  display: block;
  left: 12px;
  top: 12px;
  width: 50px;
  height: 50px;
  font: 0/0 transparent;
  padding: 0;
  margin: 0;
  border: 0;
  z-index: 1000;
  border-radius: 0; }
  .btn-menu::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 50px;
    font: 0/0 transparent;
    padding: 0;
    margin: 0;
    border: 0;
    background: url("/img/mobile/img-menu.png") 0 0 no-repeat transparent;
    background-size: cover;
    z-index: 1000;
    border-radius: 0; }
  .btn-menu.on::before {
    -webkit-animation: menu-slider 1600ms 1 ease-in-out;
    animation: menu-slider 1600ms 1 ease-in-out; }

@-webkit-keyframes menu-slider {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px); }
  80% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes menu-slider {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px); }
  80% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.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: 10px;
      height: 10px;
      margin: 8px 8px 0 0;
      background-image: url("/img/mobile/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: 11px;
      height: 13px;
      background-image: url("/img/mobile/about-culture-checked.png");
      background-position: left top;
      background-size: cover;
      background-repeat: no-repeat; }

.sub-title {
  position: fixed;
  left: 62px;
  top: 12px;
  width: 97px;
  height: 52px;
  font-size: 18px;
  line-height: 20px;
  background: url("/img/mobile/header-menu-bg.png") right top no-repeat;
  background-size: cover;
  font-family: "BM Hanna", sans-serif;
  padding: 16px 0 0;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 990; }

.people-list {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .people-list li {
    width: 50%;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0; }
    .people-list li:nth-child(even) .people {
      padding: 10px 0 10px 10px; }
  .people-list .people {
    padding: 10px 10px 10px 0;
    width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .people-list .people .frame {
      position: relative;
      padding: 40px 0;
      background-color: #ffffff;
      border: 1px solid #e5e5e5;
      z-index: 10; }
    .people-list .people .tape {
      position: relative;
      display: inline-block;
      font-size: 14px;
      padding: 5px 0 3px; }
  .people-list .on {
    -webkit-animation: box-load 500ms forwards ease-out;
            animation: box-load 500ms forwards ease-out; }

@-webkit-keyframes box-load {
  0% {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes box-load {
  0% {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

.main-visual-container {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background-size: cover;
  font-size: 0;
  line-height: 0; }
  .main-visual-container .arr-down {
    content: '';
    display: block;
    position: fixed;
    width: 40px;
    height: 22.5px;
    left: 50%;
    margin-left: -20px;
    background: url("/img/mobile/main-cover-arrowblack.png") 0 0 no-repeat;
    background-size: 100%;
    -webkit-animation: coverArrow 3000ms infinite linear;
    animation: coverArrow 3000ms 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 .main-column:first-of-type .main-items:first-of-type::before {
  display: none; }

.main-container .main-column {
  background: #fafafa; }

.main-container .main-items {
  position: relative;
  padding: 80px 25px 100px; }
  .main-container .main-items::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -25%);
            transform: translate(-50%, -25%);
    background: url("/img/mobile/common-contents-divider1.png") 0 0 no-repeat;
    background-size: contain;
    width: 88.888888%;
    padding-top: 6.722222%; }
  .main-container .main-items:nth-of-type(2n)::before {
    background: url("/img/mobile/common-contents-divider2.png") 0 0 no-repeat;
    background-size: contain;
    padding-top: 4.5%; }
  .main-container .main-items:nth-of-type(3n)::before {
    background: url("/img/mobile/common-contents-divider3.png") 0 0 no-repeat;
    background-size: contain; }
  .main-container .main-items:nth-of-type(4n)::before {
    background: url("/img/mobile/common-contents-divider4.png") 0 0 no-repeat;
    background-size: contain; }
  .main-container .main-items.main-items--full {
    padding: 0;
    position: relative; }
    .main-container .main-items.main-items--full .badge-chicken {
      position: absolute;
      right: 60px;
      bottom: 70px;
      width: 22%; }
      .main-container .main-items.main-items--full .badge-chicken.on {
        -webkit-animation: shake 3000ms infinite ease-in-out;
        animation: shake 3000ms infinite ease-in-out; }
  .main-container .main-items .out-link {
    display: block;
    background: #ffffff;
    margin-top: 78px; }
    .main-container .main-items .out-link.no-border {
      padding-top: 0; }
  .main-container .main-items h2 {
    padding-top: 22px;
    margin-bottom: 36px;
    font-family: "BM Hanna", sans-serif;
    font-size: 52px;
    line-height: 52px;
    font-weight: 400; }
  .main-container .main-items p {
    font-size: 16px;
    line-height: 1.625em;
    margin: 24px 0 40px;
    word-break: keep-all; }
  .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: 37px;
      font-size: 12px;
      text-align: left; }
    .main-container .main-items table th {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 75px;
      padding-right: 10px;
      position: relative;
      border-bottom: 1px solid #d7d8da; }
      .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 .main-items.svc-baemin-item p {
    margin-top: 12px; }

.main-container .main-lst-press {
  font-size: 14px; }
  .main-container .main-lst-press dt, .main-container .main-lst-press dd {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.main-container .lst-fonts {
  font-size: 14px; }
  .main-container .lst-fonts::after {
    content: '';
    display: block;
    clear: both; }
  .main-container .lst-fonts li {
    float: left;
    width: 140px;
    margin-top: 18px;
    margin-right: 22px;
    border-bottom: 1px solid #afafaf; }
    .main-container .lst-fonts li:nth-of-type(even) {
      margin-right: 0; }
    .main-container .lst-fonts li a {
      text-decoration: none;
      color: #000000;
      font-weight: bold; }

.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: 12px 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 {
    overflow: hidden;
    font-size: 13px;
    text-align: right;
    opacity: 0.6; }

.main-container .recruit-item::before {
  display: none; }

.main-container .main-items-recruit p {
  margin: -16px 0 33px; }

.main-container .highlight::after {
  opacity: 0 !important; }

.main-container .lazy.on .text {
  -webkit-animation: highlight 2s 800ms forwards ease-in-out;
          animation: highlight 2s 800ms forwards ease-in-out; }

.main-container .lazy.on .highlight::after {
  -webkit-animation: highlight-line 2s 800ms forwards ease-in-out;
          animation: highlight-line 2s 800ms forwards ease-in-out; }

.fadein .on {
  -webkit-animation: fadein 1200ms ease-in;
  animation: fadein 1200ms ease-in; }

@-webkit-keyframes shake {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  4% {
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg); }
  7% {
    transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg); }
  12% {
    transform: rotate(5deg);
    -webkit-transform: rotate(5deg); }
  15% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); } }

@keyframes shake {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  4% {
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg); }
  7% {
    transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg); }
  12% {
    transform: rotate(5deg);
    -webkit-transform: rotate(5deg); }
  15% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); } }

@-webkit-keyframes fadein {
  0% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    opacity: 0; }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes fadein {
  0% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    opacity: 0; }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes coverArrow {
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px); }
  55% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px); }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes coverArrow {
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px); }
  55% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px); }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.breadcrumbs {
  text-align: right;
  padding: 0 20px;
  margin-bottom: 12px; }
  .breadcrumbs.breadcrumbs-up {
    margin-top: -40px; }
  .breadcrumbs.breadcrumbs-light {
    color: #ffffff; }
  .breadcrumbs em {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-style: normal; }
  .breadcrumbs em::before {
    content: '\203A';
    display: inline-block;
    padding: 0 4px 0 2px;
    font-weight: 400; }

.contents img {
  width: 100%; }

.contents-box {
  padding: 0 20px 45px; }
  .contents-box:nth-of-type(odd) header {
    background: url("/img/mobile/common-contents-divider1.png") 0 0 no-repeat;
    background-size: contain; }
  .contents-box:nth-of-type(even) header {
    background: url("/img/mobile/common-contents-divider2.png") 0 0 no-repeat;
    background-size: contain; }
  .contents-box:nth-of-type(3n) header {
    background: url("/img/mobile/common-contents-divider3.png") 0 0 no-repeat;
    background-size: contain; }
  .contents-box:nth-of-type(4n) header {
    background: url("/img/mobile/common-contents-divider4.png") 0 0 no-repeat;
    background-size: contain; }
  .contents-box header {
    position: relative;
    margin-bottom: 62px;
    padding-top: 21px;
    margin-top: -9px;
    z-index: 10; }
  .contents-box .vcard {
    margin-bottom: 30px; }
  .contents-box.contents-box--full {
    padding: 0; }
    .contents-box.contents-box--full header {
      margin: 0 20px; }
    .contents-box.contents-box--full .vcard {
      margin: 0; }

.contents-vision header {
  margin-bottom: 20px; }

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

sup {
  font-size: 12px; }

.headline {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold; }

.info-baemin .count-group {
  margin: 12px 0 18px;
  font-size: 48px;
  line-height: 48px; }

.info-baemin p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300; }

.info-baemin + .info-baemin {
  margin-top: 70px; }

.prize-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden; }
  .prize-list li {
    padding-bottom: 30px;
    min-width: 50%;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .prize-list li:nth-of-type(odd) {
      padding-right: 10px; }
    .prize-list li:nth-of-type(even) {
      padding-left: 10px; }
    .prize-list li img {
      border: 1px solid #f5f5f5; }
    .prize-list li strong {
      font-size: 12px;
      font-weight: bold; }
    .prize-list li p {
      font-size: 12px;
      line-height: 16px;
      font-weight: 300; }

.svc-history nav {
  margin-bottom: 11px; }

.svc-history a {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  width: 56px;
  padding: 5px 0 4px;
  margin: 0 5px 5px 0;
  border: 1px solid #c8c8c8;
  text-align: center; }
  .svc-history a.active {
    font-weight: bold;
    background: #000000;
    color: #ffffff;
    border-color: #000000; }

.svc-history .table td {
  line-height: 1.6em; }

.svc-history .table .mon th {
  width: 58px;
  font-size: 12px; }

.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; }

.svc-history .table::after {
  left: 58px; }

.contents-place .contents-box {
  padding-bottom: 0; }

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

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

.contents-place small {
  font-size: 12px;
  line-height: 10px;
  font-weight: 300; }

.contents-place dl {
  margin-top: 30px; }

.contents-place .row {
  display: block; }
  .contents-place .row .col {
    float: none;
    clear: both; }

.contents-place .vcard {
  margin-bottom: 0; }

.contents-place .about-nose {
  position: relative;
  margin: -22px 0 -6px;
  z-index: 10000; }
  .contents-place .about-nose img {
    width: 100%; }

.contents-policy {
  font-size: 16px;
  line-height: 26px; }
  .contents-policy .h1 {
    padding: 55px 27px 82px;
    font-weight: normal;
    font-size: 60px;
    line-height: 1em; }
  .contents-policy table {
    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: 15px;
      border: 1px solid #dbdbdb;
      vertical-align: middle;
      line-height: 1.625em; }
    .contents-policy table td {
      word-break: break-all; }
  .contents-policy .detail th, .contents-policy .detail td {
    padding: 0;
    text-align: center; }
  .contents-policy .policy-article li {
    margin-bottom: 10px; }
  .contents-policy .policy-article strong {
    font-weight: 300; }
  .contents-policy .policy-num {
    padding-left: 20px; }

.fonts .vcard {
  margin-bottom: 150px; }
  .fonts .vcard:last-of-type {
    margin-bottom: 30px; }

.slider {
  position: relative;
  padding-top: 72.7272727273%; }
  .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; }

@-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-contents .contents-area {
  margin-top: 20px; }

.contents-type-service .contents-box--full {
  padding-top: 60px; }
  .contents-type-service .contents-box--full .fix {
    padding-bottom: 120px; }
  .contents-type-service .contents-box--full .svc-baemin-visual {
    position: relative;
    margin-top: -163px;
    z-index: 10;
    -webkit-transition: all 650ms ease-in-out;
    transition: all 650ms ease-in-out;
    -webkit-transform: translate(80px, 60px) rotate(2deg);
            transform: translate(80px, 60px) rotate(2deg); }
    .contents-type-service .contents-box--full .svc-baemin-visual.on {
      padding-bottom: 0;
      overflow-x: auto;
      -webkit-transform: translate(0) rotate(0);
              transform: translate(0) rotate(0); }
    .contents-type-service .contents-box--full .svc-baemin-visual::before {
      content: '';
      display: block;
      position: absolute;
      z-index: 11;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .contents-type-service .contents-box--full .visual-screen {
    position: absolute;
    top: 78vw;
    left: 39vw;
    width: 28vw;
    height: 44vw;
    -webkit-clip-path: polygon(13% 0, 98% 2%, 85% 100%, 0 93%);
    clip-path: polygon(13% 0, 98% 2%, 85% 100%, 0 93%); }
  .contents-type-service .contents-box--full video {
    width: 100%;
    height: 100%; }

.contents-type-service .contents-prize .btn-area {
  margin-top: 0; }
  .contents-type-service .contents-prize .btn-area .btn {
    margin-top: 0; }

.contents-type-service .riders-desc figcaption {
  margin: 5px 0 25px; }

.contents-type-service dl {
  margin-bottom: 30px; }

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

.lst-notice a {
  position: relative;
  display: block;
  padding: 15px 0; }
  .lst-notice a strong {
    display: block;
    width: 100%;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .lst-notice a time {
    font-size: 12px;
    line-height: 19px;
    opacity: 0.6; }

.lst-notice 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;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .lst-press a cite, .lst-press a time {
    display: inline-block;
    margin-top: 15px;
    opacity: 0.6; }
  .lst-press a dd {
    font-weight: 300;
    font-size: 12px;
    line-height: 19px; }
  .lst-press a cite {
    font-weight: bold;
    margin-right: 10px; }

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

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

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

.lst-video {
  overflow: hidden;
  padding-top: 12px; }
  .lst-video li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .lst-video .thumb {
    margin-bottom: 10px;
    padding-top: 75%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .lst-video .thumb img {
      width: 100%; }
  .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: 0 0 30px 0; }
  .lst-video .date {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.6; }

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

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

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

.box {
  margin-top: 12px;
  padding: 20px 0 0;
  border-top: 1px solid #d5d5d5;
  border-bottom: 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 {
    line-height: 2em; }
  .box .credo-life-item {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px; }
  .box .credo-life-item::before {
    position: absolute;
    left: 0; }
  .box .credo-life-item::after {
    content: '';
    display: block;
    clear: both; }
  .box .credo-life-item:last-of-type {
    margin-bottom: 30px; }
  .box .credo-life-detail-title {
    float: left;
    width: 50%; }
  .box .credo-life-detail-list {
    float: right;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .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 {
    font-size: 14px;
    margin-top: 30px; }

.credo-list {
  margin: 32px 0;
  counter-reset: section; }
  .credo-list li {
    position: relative;
    font-size: 14px;
    line-height: 23px;
    margin-left: 20px;
    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-credo-life {
  padding-bottom: 114px; }
  .contents-credo-life .date {
    margin-top: 36px; }
  .contents-credo-life a {
    border-bottom: 1px solid #858585; }

.contents-declaration {
  padding-bottom: 114px; }
  .contents-declaration p {
    margin-bottom: 10px; }
  .contents-declaration .signature {
    position: relative;
    margin-top: 63px; }
    .contents-declaration .signature .date {
      margin-bottom: 2px; }
    .contents-declaration .signature span {
      display: block; }
    .contents-declaration .signature strong {
      padding-left: 5px; }
    .contents-declaration .signature .sign {
      position: absolute;
      top: 0;
      left: 240px;
      width: 55px;
      vertical-align: middle; }

.contents-consult {
  padding-bottom: 114px; }
  .contents-consult .headline {
    margin-bottom: 25px; }
  .contents-consult .table {
    padding: 10px 0; }
    .contents-consult .table th {
      font-weight: normal; }
    .contents-consult .table th, .contents-consult .table td {
      height: 45px;
      font-size: 14px; }

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

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

.recruit-wrapper .contents-box .img-poster {
  margin-left: -20px; }

.recruit-period {
  font-size: 30px;
  margin: 8px 0 20px;
  line-height: 1.5em; }

.recruit-process li {
  font-size: 30px;
  line-height: 1.5em; }

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

.recruit-process sup {
  font-size: 12px;
  top: -14px; }

.recruit-process span {
  display: block;
  padding-top: 5px;
  padding-left: 35px;
  font-size: 12px;
  line-height: 1.2em; }

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

.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; }
    .recruit-list .recruit-list-title::after {
      content: '';
      display: block;
      position: absolute;
      width: 20px;
      height: 12px;
      top: 48px;
      right: 0;
      background: url("/img/mobile/recruit-icon-downArrow.png") 0 0 no-repeat;
      background-size: 50% 50%; }
    .recruit-list .recruit-list-title.on::after {
      content: '';
      display: block;
      position: absolute;
      width: 20px;
      height: 12px;
      top: 48px;
      right: 0;
      background: url("/img/mobile/recruit-icon-upArrow.png") 0 0 no-repeat;
      background-size: 50% 50%; }
    .recruit-list .recruit-list-title .categories {
      font-size: 14px;
      line-height: 19px;
      font-weight: bold;
      margin-bottom: 7px; }
    .recruit-list .recruit-list-title .jobs {
      padding-right: 20px; }
      .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;
        margin-top: 14px;
        font-size: 12px;
        font-weight: bold;
        opacity: 0.5; }
  .recruit-list .recruit-detail {
    font-size: 12px;
    padding-bottom: 20px; }
  .recruit-list img {
    width: 100% !important;
    height: auto !important; }

.recruit-list-empty {
  display: none;
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  border: 0;
  text-align: center; }
  .recruit-list-empty .no-result {
    margin-top: 80px; }
    .recruit-list-empty .no-result img {
      width: 50%; }
  .recruit-list-empty .no-result-subtitle {
    margin-top: 10px;
    font-size: 18px; }

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

.contents-recruit-result select {
  width: 100%; }

.contents-recruit-result .birthday select {
  width: 30%; }

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

.contents-recruit-result input[type='checkbox'] {
  margin-right: 4px; }

.recruit-result-popup-contents {
  border-top: 1px solid #000000;
  margin-top: 18px; }
  .recruit-result-popup-contents dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 18px 0;
    border-bottom: 1px solid #d9d9d9; }
  .recruit-result-popup-contents .recruit-result-category {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 16px;
    font-weight: bold; }
  .recruit-result-popup-contents .recruit-result-title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 16px;
    line-height: 2; }
  .recruit-result-popup-contents .recruit-eval-result {
    color: #2ac1bc;
    font-weight: bold; }
  .recruit-result-popup-contents .btn-area {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 20px; }

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

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

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

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

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

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

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

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

.business-tab .pt-5 {
  padding-top: 5px; }

.business-tab .btn--borderd2 {
  background-color: #fff;
  color: #a0a0a0;
  border: 1px solid #d5d5d5;
  padding: 3px 18px;
  min-width: 48px;
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 4px; }

.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: 132px;
    background-color: #666;
    color: #fff;
    text-align: center;
    padding: 10px 2px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    bottom: 32px;
    right: -21px;
    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; }

.history-box .vcard {
  margin-bottom: 90px; }

.history-box .h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 19px; }

.history-box .history-item {
  position: relative;
  margin-bottom: 6px;
  opacity: 0; }
  .history-box .history-item p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    z-index: 10; }
  .history-box .history-item::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)); }
  .history-box .history-item.ready {
    opacity: 1; }

.history-box .on {
  -webkit-animation: box-load 800ms forwards ease-out;
          animation: box-load 800ms forwards ease-out; }

.history-box .btn-more {
  margin-bottom: 90px; }
  .history-box .btn-more .txt-more {
    font-weight: normal; }
  .history-box .btn-more::before {
    content: '';
    display: block;
    width: 23px;
    height: 312px;
    margin: 180px auto 0;
    background: url(/img/mobile/about-history-ellipsis.png) 0 0 no-repeat;
    background-size: 50% 50%; }

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

@keyframes box-load {
  0% {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

.footer {
  padding: 0 25px 40px;
  background: #fafafa; }
  .footer p {
    margin: 0;
    font-size: 12px; }
  .footer strong {
    font-weight: bold; }
  .footer .footer-wrap {
    padding-top: 15px;
    border-top: 1px solid #d5d5d5; }
    .footer .footer-wrap address {
      font-style: normal;
      margin-top: -6px; }
      .footer .footer-wrap address strong {
        margin-right: 4px; }
      .footer .footer-wrap address strong ~ strong {
        margin-left: 18px; }
    .footer .footer-wrap .sitemap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 25px; }
      .footer .footer-wrap .sitemap a {
        color: #000000;
        font-size: 11px;
        line-height: 16px;
        text-decoration: none; }
  .footer .divider {
    float: left;
    width: 1px;
    height: 12px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 3px;
    line-height: 26px;
    background: #dddddd;
    display: inline-block; }

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

.dilly-tab header {
  margin-bottom: 31px; }

.dilly-tab .table td {
  word-break: break-all; }

.svc-dilly figure img {
  border: 0; }

.svc-dilly figure:not(:last-child) {
  margin-bottom: 21px; }

.svc-dilly figure span.description {
  padding-top: 5px;
  display: inline-block; }

.svc-dilly table tbody tr td {
  line-height: 19px; }

.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }

.youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

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

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

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

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

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

.svc-dilly-visual {
  margin-left: -30px;
  margin-top: -40px; }

.sub-information {
  display: block;
  margin-top: -2px;
  font-size: 14px;
  color: #959595; }

.youtube-tab {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 30px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .youtube-tab .youtube-link {
    position: relative;
    padding: 8px 0 10px 0;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: -.36px;
    text-align: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .youtube-tab .youtube-link:not(:first-child) {
      margin-left: 18px; }
    .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: ''; }

@media (max-width: 359px) {
  .youtube-tab .youtube-link {
    font-size: 12px;
    letter-spacing: -.78px; } }

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

.svc-bmmart figure {
  padding-bottom: 21px; }
  .svc-bmmart figure img {
    border: 1px solid #d5d5d5; }

.svc-bmmart-visual {
  margin-left: -20px;
  margin-top: -70px; }

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

.svc-academy figure {
  padding-bottom: 21px; }
  .svc-academy figure img {
    border: 1px solid #d5d5d5; }

.svc-academy .mb-20 {
  margin-bottom: 20px; }

.svc-academy .mb-40 {
  margin-bottom: 40px; }

.svc-academy h1.h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 19px; }

.svc-academy-visual {
  margin-left: -20px;
  margin-top: -70px; }

#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; }

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

.btn-base {
  width: 100%;
  height: 8.88vw;
  font-size: 3.33vw;
  font-weight: 500;
  text-align: center;
  border: 1px solid #c8c8c8;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .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; }

.contents-box {
  padding-bottom: 0; }
  .contents-box:nth-of-type(1) header {
    background: url("/img/mobile/service/divider-content-1.png") no-repeat;
    background-size: contain; }

.bm-add-content {
  display: none; }
  .bm-add-content .contents-box {
    padding-bottom: 105px; }
    .bm-add-content .contents-box:last-child {
      padding-bottom: 0; }
    .bm-add-content .contents-box header {
      background: url("/img/mobile/service/divider-content-2.png") no-repeat;
      background-size: contain; }
      .bm-add-content .contents-box header + .vcard {
        margin-top: 0; }
  .bm-add-content#something-0 .contents-box:first-child {
    margin-top: 135px; }
  .bm-add-content .sns-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .bm-add-content .sns-link li {
      width: calc((100% - 2.78vw)/2);
      margin-top: 25px;
      margin-left: 2.78vw; }
      .bm-add-content .sns-link li:nth-child(2n+1) {
        margin-left: 0; }
      .bm-add-content .sns-link li:nth-child(-n+2) {
        margin-top: 0; }
      .bm-add-content .sns-link li .btn-base {
        margin-top: 2.77vw; }
    .bm-add-content .sns-link .btn-base {
      font-weight: 300; }
  .bm-add-content p + .sns-link li:nth-child(-n+2) {
    margin-top: 25px; }
  .bm-add-content .app-down .app-box {
    clear: both;
    margin-top: 15px;
    padding: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #d8d8d8;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .bm-add-content .app-down .app-box .thumbs {
      width: 22.2vw;
      min-width: 80px;
      max-width: 160px;
      margin-right: 20px; }
    .bm-add-content .app-down .app-box dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .bm-add-content .app-down .app-box dl dt {
        font-size: 4.44vw;
        line-height: 4.44vw;
        font-weight: bold; }
        .bm-add-content .app-down .app-box dl dt small {
          margin-top: 7px;
          font-size: 2.5vw;
          line-height: 2.5vw;
          color: rgba(0, 0, 0, 0.6);
          display: block; }
      .bm-add-content .app-down .app-box dl .bt-app-down {
        margin-top: 2.91vw;
        display: block; }
        .bm-add-content .app-down .app-box dl .bt-app-down > a {
          height: 8.9vw;
          padding: 0 2.08vw;
          font-size: 3.3vw;
          color: #fff;
          font-weight: bold;
          background-color: #111;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }

.something-content {
  padding-bottom: 163px; }
  .something-content .visual-image {
    margin-top: 20px; }
  .something-content .btn-area {
    padding: 0 20px; }
  .something-content .bm-youtube.vcard {
    margin: 30px 0 0 0; }
    .something-content .bm-youtube.vcard + p {
      margin-top: 40px; }

@media (min-width: 721px) {
  .contents-box header {
    padding-top: 42px; }
  .btn-base {
    height: 64px;
    font-size: 24px; }
  .bm-add-content .app-down .app-box dl dt {
    font-size: 32px;
    line-height: 32px; }
    .bm-add-content .app-down .app-box dl dt small {
      margin-top: 7px;
      font-size: 18px;
      line-height: 18px; }
  .bm-add-content .app-down .app-box dl .bt-app-down > a {
    height: 57px;
    padding: 0 30px;
    font-size: 24px; }
  .bm-add-content .sns-link li {
    width: calc((100% - 40px)/2);
    margin-left: 20px; }
  .bm-add-content .sns-link .btn-base {
    margin-top: 20px; } }

body {
  background: #fafafa; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.col {
  width: 50%;
  padding-right: 5%;
  font-size: 6px;
  line-height: 1.5em;
  opacity: 0.75;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.vcard dt {
  font-size: 16px;
  font-weight: bold; }

.v-download {
  padding: 20px;
  border: 1px solid #d4d4d4; }
  .v-download + .v-download {
    margin-top: 15px; }
  .v-download dl {
    margin-bottom: 0; }
  .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: 9px;
      color: #8a8a8a; }
    .v-download figcaption dd:last-of-type {
      margin-top: 14px; }
    .v-download figcaption .btn {
      padding: 7px 14px;
      font-size: 12px; }
