@font-face {
  font-family: 'dkwash';
  src: url("./assets/fonts/dkwash.eot");
  src: url("./assets/fonts/dkwash.eot#iefix") format("embedded-opentype"), url("./assets/fonts/dkwash.ttf") format("truetype"), url("./assets/fonts/dkwash.woff") format("woff"), url("./assets/fonts/dkwash.svg#dkwash") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dkwash' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ic-arr:before {
  content: '\e900'; }

.ic-arr-thin:before {
  content: '\e901'; }

.ic-blog:before {
  content: '\e902'; }

.ic-carwash:before {
  content: '\e903'; }

.ic-cell:before {
  content: '\e904'; }

.ic-chat:before {
  content: '\e905'; }

.ic-chemical:before {
  content: '\e906'; }

.ic-chevron:before {
  content: '\e907'; }

.ic-close:before {
  content: '\e908'; }

.ic-DM:before {
  content: '\e909'; }

.ic-fax:before {
  content: '\e90a'; }

.ic-location:before {
  content: '\e90b'; }

.ic-menu:before {
  content: '\e90c'; }

.ic-scroll:before {
  content: '\e90d'; }

.ic-search:before {
  content: '\e90e'; }

.ic-youtube:before {
  content: '\e90f'; }

/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
     * Render the `main` element consistently in IE.
     */
main {
  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
       ========================================================================== */
/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
       ========================================================================== */
/**
     * Remove the gray background on active links in IE 10.
     */
a {
  background-color: transparent; }

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

/**
     * 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 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
       ========================================================================== */
/**
     * Remove the border on images inside links in IE 10.
     */
img {
  border-style: none; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers.
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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; }

/**
     * Correct the inability to style clickable types in iOS and Safari.
     */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

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

/**
     * Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  vertical-align: baseline; }

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

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

/**
     * 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 in Chrome and Safari on macOS.
     */
[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 Edge, IE 10+, and Firefox.
     */
details {
  display: block; }

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

/* Misc
       ========================================================================== */
/**
     * Add the correct display in IE 10+.
     */
template {
  display: none; }

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

* {
  margin: 0;
  font-family: "Noto Sans KR", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box; }

html {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px; }

body {
  position: relative;
  font-family: "Noto Sans KR", sans-serif;
  color: #3f4150; }

h1 {
  margin: 0; }

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

button,
input,
select,
textarea {
  background-color: transparent;
  border: 0; }
  button:focus,
  input:focus,
  select:focus,
  textarea:focus {
    outline: none;
    box-shadow: none; }

a,
button {
  cursor: pointer; }

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

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

@media screen and (min-width: 768px) {
  .sm-only {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .md-only {
    display: none !important; } }

@media screen and (min-width: 1200px) {
  .md-only {
    display: none !important; } }

@media screen and (max-width: 1199px) {
  .lg-only {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .sm-hidden {
    display: none !important; } }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .md-hidden {
    display: none !important; } }

@media screen and (min-width: 1200px) {
  .lg-hidden {
    display: none !important; } }

.container {
  width: 100%;
  padding: 0 5px;
  margin: 0 auto; }
  .container .row {
    display: flex;
    flex-wrap: wrap; }
  .container [class^='col-'] {
    padding: 0 10px; }
  .container .col-sm-1 {
    width: 25%; }
  .container .col-sm-2 {
    width: 50%; }
  .container .col-sm-3 {
    width: 75%; }
  .container .col-sm-4 {
    width: 100%; }
  @media screen and (min-width: 768px) {
    .container {
      max-width: 1020px;
      padding: 0 30px; }
      .container .col-md-1 {
        width: 8.33333%; }
      .container .col-md-2 {
        width: 16.66667%; }
      .container .col-md-3 {
        width: 25%; }
      .container .col-md-4 {
        width: 33.33333%; }
      .container .col-md-5 {
        width: 41.66667%; }
      .container .col-md-6 {
        width: 50%; }
      .container .col-md-7 {
        width: 58.33333%; }
      .container .col-md-8 {
        width: 66.66667%; }
      .container .col-md-9 {
        width: 75%; }
      .container .col-md-10 {
        width: 83.33333%; }
      .container .col-md-11 {
        width: 91.66667%; }
      .container .col-md-12 {
        width: 100%; } }
  @media screen and (min-width: 1200px) {
    .container {
      max-width: 1140px;
      padding: 0; }
      .container .col-lg-1 {
        width: 95px; }
      .container .col-lg-2 {
        width: 190px; }
      .container .col-lg-3 {
        width: 285px; }
      .container .col-lg-4 {
        width: 380px; }
      .container .col-lg-5 {
        width: 475px; }
      .container .col-lg-6 {
        width: 570px; }
      .container .col-lg-7 {
        width: 665px; }
      .container .col-lg-8 {
        width: 760px; }
      .container .col-lg-9 {
        width: 855px; }
      .container .col-lg-10 {
        width: 950px; }
      .container .col-lg-11 {
        width: 1045px; }
      .container .col-lg-12 {
        width: 1140px; } }

.gnb-main {
  border-bottom: 1px solid #e0e2e7;
  background-color: #fff; }

.gnb-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 55px; }

.gnb .logo {
  order: 2; }
  .gnb .logo a {
    display: block; }
  .gnb .logo img {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 24px; }

.gnb-icon-button {
  width: 32px;
  height: 32px; }
  .gnb-icon-button i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #3f4150;
    transition: color 200ms ease-in-out; }
  .gnb-icon-button:active i {
    color: #d7000f; }

.gnb .menu-button {
  order: 1; }

.gnb .inquery-button {
  order: 3; }

@media screen and (min-width: 768px) {
  .gnb-wrapper {
    height: 79px; }
  .gnb .logo img {
    height: 36px; }
  .gnb-icon-button {
    width: 40px;
    height: 40px; }
    .gnb-icon-button i {
      font-size: 40px; } }

@media screen and (min-width: 1200px) {
  .gnb-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .gnb .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    order: 1; }
    .gnb .logo img {
      height: 36px; }
  .gnb-nav {
    order: 2; } }

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  padding: 32px 20px;
  width: 240px;
  height: 100vh;
  overflow-y: auto;
  background-color: #fff;
  transform: translate3d(-100%, 0, 0);
  transition: transform 300ms ease-in-out;
  z-index: 200;
  overscroll-behavior: contain; }
  .sidebar.is-active {
    transform: translate3d(0, 0, 0); }
  .sidebar .logo {
    margin-bottom: 24px; }
    .sidebar .logo a {
      display: block; }
    .sidebar .logo img {
      display: block;
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      height: 24px; }
  .sidebar-nav {
    border-bottom: 1px solid #e0e2e7; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  background-color: rgba(63, 65, 80, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out; }
  .overlay.is-active {
    opacity: 1;
    visibility: visible; }

.global-header {
  position: relative;
  width: 100%;
  height: 56px; }
  .global-header .gnb {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50; }
  @media screen and (min-width: 768px) {
    .global-header {
      height: 80px; } }

.global-footer {
  width: 100%;
  height: auto;
  padding: 24px 0;
  margin-top: 60px;
  background-color: #f7f8fa; }
  .global-footer .info .logo {
    display: block;
    margin-bottom: 16px; }
    .global-footer .info .logo img {
      display: block;
      width: auto;
      height: 24px; }
  .global-footer .info-contents {
    margin-bottom: 16px; }
  .global-footer .info-list-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  .global-footer .info-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: -0.005em;
    color: #8c8d96;
    margin-right: 8px; }
    .global-footer .info-item.is-primary {
      color: #3f4150; }
    .global-footer .info-item dt {
      margin-right: 2px; }
    .global-footer .info-item dt::after {
      content: '.';
      font-size: 10px;
      line-height: 16px;
      letter-spacing: -0.005em;
      color: #8c8d96; }
    .global-footer .info-item dd address {
      font-style: normal; }
  .global-footer .sns {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .global-footer .sns a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px; }
      .global-footer .sns a:first-child {
        margin-right: 12px; }
      .global-footer .sns a i {
        color: #b2b3b9; }
      .global-footer .sns a .ic-blog {
        font-size: 32px; }
      .global-footer .sns a .ic-youtube {
        font-size: 32px; }
  @media screen and (min-width: 768px) {
    .global-footer {
      position: relative; }
      .global-footer .info-contents {
        margin-bottom: 0; }
      .global-footer .sns {
        position: absolute;
        top: 24px;
        right: 40px; } }
  @media screen and (min-width: 1200px) {
    .global-footer {
      height: 401px;
      padding: 0;
      margin-top: 96px; }
      .global-footer .info {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 200px; }
        .global-footer .info-wrapper {
          display: flex;
          align-items: center;
          justify-content: flex-start; }
        .global-footer .info .logo {
          margin-right: 24px; }
          .global-footer .info .logo img {
            height: 50px; }
        .global-footer .info-item {
          font-size: 12px;
          line-height: 16px;
          letter-spacing: -0.005em;
          color: #8c8d96; }
        .global-footer .info .sns {
          position: static; }
          .global-footer .info .sns a {
            width: 50px;
            height: 50px; }
            .global-footer .info .sns a:first-child {
              margin-right: 24px; }
            .global-footer .info .sns a i {
              color: #b2b3b9; }
            .global-footer .info .sns a .ic-blog {
              font-size: 50px; }
            .global-footer .info .sns a .ic-youtube {
              font-size: 50px; } }

.inquery-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 56px 0;
  z-index: 300;
  background-color: #fff;
  transform: translate3d(100%, 0, 0);
  transition: transform 300ms ease-in-out; }
  .inquery-form.is-active {
    transform: translate3d(0, 0, 0); }
  .inquery-form .close-button {
    position: absolute;
    top: 12px;
    right: 15px; }
    .inquery-form .close-button:active button i {
      color: #b2b3b9; }
    .inquery-form .close-button button i {
      font-size: 28px;
      color: #3f4150; }
  @media screen and (min-width: 768px) {
    .inquery-form {
      display: hidden;
      position: absolute;
      top: 160px;
      left: 50%;
      width: 452px;
      height: auto;
      opacity: 0;
      visibility: hidden;
      transform: translate3d(-50%, 20px, 0);
      transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out, transform 200ms ease-in-out; }
      .inquery-form.is-active {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translate3d(-50%, 0, 0); } }

.branch-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 290px;
  height: 320px;
  padding: 12px 15px;
  background-color: #fff;
  z-index: 400;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-50%, 0, 0);
  transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out, transform 200ms ease-in-out; }
  .branch-modal.is-active {
    opacity: 1;
    visibility: visible;
    transform: translate3d(-50%, -50%, 0); }
  .branch-modal-title h2 {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #191a20;
    text-align: center; }
  .branch-modal-title i {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 24px;
    color: #b2b3b9; }
  .branch-modal-content {
    width: 100%;
    height: 240px;
    overflow-y: auto; }
  @media screen and (min-width: 768px) {
    .branch-modal {
      width: 320px;
      height: 480px; }
      .branch-modal-title h2 {
        margin-bottom: 16px;
        font-size: 24px;
        line-height: 34px;
        letter-spacing: -0.02em; }
      .branch-modal-title i {
        font-size: 28px; }
      .branch-modal-content {
        height: 406px; } }

.sub-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 96px;
  margin-bottom: 64px;
  background: url("./assets/images/img-banner-01.jpg"), rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply; }
  .sub-banner-title {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #fff; }

.sub-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.02em;
  color: #191a20;
  font-weight: 700; }
  .sub-title::after {
    content: '';
    width: 1px;
    height: 64px;
    margin: 24px 0;
    background-color: #e0e2e7; }
  .sub-title.eng {
    font-family: "Gmarket Sans", sans-serif; }
  .sub-title .red {
    color: #d7000f; }

@media screen and (min-width: 768px) {
  .sub-banner {
    height: 160px; }
    .sub-banner-title {
      font-size: 24px;
      line-height: 34px;
      letter-spacing: -0.02em; }
  .sub-title {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.01em; }
    .sub-title::after {
      height: 96px;
      margin: 36px 0; } }

@media screen and (min-width: 1200px) {
  .sub-banner {
    height: 200px; }
    .sub-banner-title {
      font-size: 36px;
      line-height: 40px;
      letter-spacing: -0.01em; }
  .sub-title {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -0.01em; }
    .sub-title::after {
      height: 120px;
      margin: 48px 0; } }

.category {
  margin-bottom: 60px; }
  .category-content {
    height: 42px;
    margin-bottom: 24px;
    padding: 0 8px;
    border-top: 1px solid #e0e2e7;
    border-bottom: 1px solid #e0e2e7;
    background-color: #fff;
    overflow-x: scroll; }
    .category-content::-webkit-scrollbar {
      display: none; }
  .category-list {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%; }
  .category-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: #fff; }
    .category-item button {
      height: 100%;
      padding: 0 16px;
      white-space: nowrap;
      font-size: 13px;
      line-height: 20px;
      letter-spacing: -0.01em;
      color: #3f4150; }
    .category-item:active {
      background-color: #f7f8fa; }
    .category-item.is-active {
      background-color: #3f4150; }
      .category-item.is-active button {
        color: #fff; }
  @media screen and (min-width: 768px) {
    .category {
      margin-bottom: 120px; }
      .category-content {
        width: 90%;
        height: auto;
        margin-bottom: 0;
        padding: 0;
        border-top: 1px solid #e0e2e7;
        border-bottom: 1px solid #e0e2e7;
        background-color: #fff;
        overflow-x: none; }
      .category-list {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; }
      .category-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 56px;
        padding: 0 16px;
        border-bottom: 1px solid #e0e2e7; }
        .category-item:last-child {
          border-bottom: 0; }
        .category-item button {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          width: 100%;
          height: 100%;
          padding: 0;
          font-size: 16px;
          line-height: 24px;
          letter-spacing: -0.01em;
          color: #3f4150; }
        .category-item i {
          color: #e0e2e7;
          font-size: 24px; }
        .category-item:active {
          background-color: #f7f8fa; }
          .category-item:active i {
            color: #b2b3b9; }
        .category-item.is-active {
          background-color: #3f4150; }
          .category-item.is-active button {
            color: #fff; }
          .category-item.is-active i {
            color: #fff; } }
  @media screen and (min-width: 1200px) {
    .category {
      margin-bottom: 180px; }
      .category-item {
        height: 72px;
        padding: 0 32px; }
        .category-item button {
          font-size: 18px;
          line-height: 28px;
          letter-spacing: -0.02em;
          color: #3f4150; }
        .category-item i {
          font-size: 32px; }
        .category-item:active, .category-item:hover {
          background-color: #f7f8fa; }
          .category-item:active i, .category-item:hover i {
            color: #b2b3b9; }
          .category-item:active.is-active, .category-item:hover.is-active {
            background-color: #3f4150; }
            .category-item:active.is-active i, .category-item:hover.is-active i {
              color: #fff; } }

.branch-explain {
  margin-bottom: 16px; }
  .branch-explain:last-child {
    margin-bottom: 0; }
  .branch-explain address,
  .branch-explain a {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #8c8d96; }
  .branch-explain address {
    font-style: normal; }
  .branch-explain-title {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .branch-explain-title h3 {
      margin-right: 4px;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: -0.01em;
      color: #3f4150; }
    .branch-explain-title span {
      padding: 2px 10px;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: -0.005em;
      color: #fff;
      font-weight: 700;
      border-radius: 100px; }
    .branch-explain-title .branch-open {
      background-color: #d7000f; }
    .branch-explain-title .branch-not-open {
      background-color: #191a20; }
  @media screen and (min-width: 768px) {
    .branch-explain address,
    .branch-explain a {
      font-size: 14px;
      line-height: 24px;
      letter-spacing: -0.01em;
      color: #8c8d96; }
    .branch-explain-title h3 {
      font-size: 18px;
      line-height: 28px;
      letter-spacing: -0.02em;
      color: #3f4150; }
    .branch-explain-title span {
      font-size: 13px;
      line-height: 20px;
      letter-spacing: -0.01em;
      color: #fff; } }
  @media screen and (min-width: 1200px) {
    .branch-explain address,
    .branch-explain a {
      font-size: 18px;
      line-height: 28px;
      letter-spacing: -0.02em;
      color: #8c8d96; }
    .branch-explain-title h3 {
      font-size: 24px;
      line-height: 34px;
      letter-spacing: -0.02em;
      color: #3f4150; }
    .branch-explain-title span {
      font-size: 14px;
      line-height: 24px;
      letter-spacing: -0.01em;
      color: #fff; } }

.window-explain .scroll {
  display: block;
  visibility: visible;
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  bottom: 64px;
  left: -32px;
  transform: rotate(90deg); }
  .window-explain .scroll span {
    font-family: "Gmarket Sans", sans-serif;
    color: #fff;
    font-size: 8px;
    font-weight: 500;
    margin-right: 4px;
    opacity: 0.8; }
  .window-explain .scroll i {
    font-size: 24px;
    color: #fff;
    animation: scroll-down 0.6s infinite alternate; }
  .window-explain .scroll.is-hidden {
    display: none;
    visibility: hidden; }
  .window-explain .scroll.dark span {
    color: #b2b3b9; }
  .window-explain .scroll.dark i {
    color: #b2b3b9; }

.window-explain .top-button {
  display: block;
  visibility: visible;
  position: absolute;
  bottom: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  opacity: 0.5; }
  .window-explain .top-button i {
    font-size: 24px;
    color: #191a20;
    transform: rotate(-90deg); }
  .window-explain .top-button.is-hidden {
    display: none;
    visibility: hidden; }
  .window-explain .top-button.dark {
    background-color: #b2b3b9; }
    .window-explain .top-button.dark i {
      color: #fff; }

@media screen and (min-width: 768px) {
  .window-explain .scroll {
    bottom: 100px;
    left: -16px; }
    .window-explain .scroll span {
      font-size: 12px;
      line-height: 16px;
      letter-spacing: -0.005em;
      color: #fff;
      margin-right: 8px; }
  .window-explain .top-button {
    bottom: 48px;
    right: 40px;
    width: 48px;
    height: 48px; }
    .window-explain .top-button i {
      font-size: 32px; } }

@media screen and (min-width: 1200px) {
  .window-explain .scroll span {
    margin-right: 24px; }
  .window-explain .scroll .icon-mouse {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 15px;
    transform: rotate(90deg); }
    .window-explain .scroll .icon-mouse::after {
      content: '';
      width: 2px;
      height: 10px;
      background-color: #fff;
      border-radius: 1px;
      animation: mouse-down 0.6s infinite alternate; }
  .window-explain .scroll.dark .icon-mouse {
    border-color: #b2b3b9; }
    .window-explain .scroll.dark .icon-mouse::after {
      background-color: #b2b3b9; }
  .window-explain .top-button {
    width: 64px;
    height: 64px; }
    .window-explain .top-button i {
      font-size: 40px; } }

@keyframes scroll-down {
  100% {
    transform: translateX(5px) rotate(-90deg); }
  0% {
    transform: translateX(0) rotate(-90deg); } }

@keyframes mouse-down {
  100% {
    transform: translateY(8px); }
  0% {
    transform: translateY(2px); } }

.gnb-nav {
  height: 100%;
  margin-right: 120px; }
  .gnb-nav-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%; }
  .gnb-nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 132px;
    height: 100%;
    border-bottom: 2px solid transparent;
    transition: border-bottom 200ms ease-in-out; }
    .gnb-nav-item a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      font-size: 18px;
      line-height: 28px;
      letter-spacing: -0.02em;
      color: #3f4150;
      font-weight: 700;
      transition: color 200ms ease-in-out; }
    .gnb-nav-item:hover, .gnb-nav-item.is-open, .gnb-nav-item.is-hover {
      border-color: #d7000f; }
      .gnb-nav-item:hover a, .gnb-nav-item.is-open a, .gnb-nav-item.is-hover a {
        color: #d7000f; }
    .gnb-nav-item.is-active, .gnb-nav-item.is-hover {
      border-bottom: 2px solid #d7000f; }
      .gnb-nav-item.is-active a, .gnb-nav-item.is-hover a {
        color: #d7000f; }

.gnb-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 80px;
  width: 100%;
  padding: 32px 0;
  background-color: #fff;
  z-index: 40;
  box-shadow: none;
  transform: translate3d(0, -208px, 0);
  transition: visibility 300ms ease-in-out, transform 300ms ease-in-out; }
  .gnb-sub.is-active {
    box-shadow: 0px 40px 40px rgba(59, 42, 42, 0.5);
    transform: translate3d(0, 0, 0); }
  .gnb-sub-content {
    width: 1120px;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .gnb-sub-list {
    width: 132px;
    height: 144px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column; }
    .gnb-sub-list:nth-child(2) a {
      width: 100%;
      padding: 8px 14px; }
    .gnb-sub-list:last-child {
      margin-right: 120px; }
  .gnb-sub-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px; }
    .gnb-sub-item a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: -0.01em;
      color: #3f4150;
      white-space: nowrap; }
    .gnb-sub-item:hover a {
      color: #d7000f; }

.drawer-menu.is-active h3 {
  color: #d7000f; }

.drawer-menu.is-active i {
  transform: rotate(-90deg); }

.drawer-menu.is-active.is-one .drawer-menu-content {
  max-height: 44px; }

.drawer-menu.is-active.is-two .drawer-menu-content {
  max-height: 80px; }

.drawer-menu.is-active.is-three .drawer-menu-content {
  max-height: 116px; }

.drawer-menu-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #3f4150;
  border-top: 1px solid #e0e2e7; }
  .drawer-menu-button:active h3, .drawer-menu-button.is-active h3 {
    color: #d7000f; }
  .drawer-menu-button h3 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #3f4150;
    font-weight: 700; }
  .drawer-menu-button i {
    font-size: 16px;
    color: #3f4150;
    transform: rotate(90deg);
    transition: transform 200ms ease-in-out; }

.drawer-menu-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 200ms ease-in-out; }

.drawer-menu-list {
  margin-bottom: 8px; }

.drawer-menu-item {
  width: 100%;
  height: 36px;
  padding: 8px 16px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #3f4150;
  font-weight: 700; }
  .drawer-menu-item:active, .drawer-menu-item.is-active {
    color: #d7000f; }

.inquery-header {
  margin-bottom: 40px; }
  .inquery-header h1 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #3f4150;
    font-weight: 700; }
  .inquery-header p {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.005em;
    color: #8c8d96;
    font-weight: 500; }

.inquery-contents {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .inquery-contents .open-inquery {
    width: 100%;
    margin-bottom: 8px;
    background-color: #d7000f; }
    .inquery-contents .open-inquery:active {
      background-color: #b5000c; }
  .inquery-contents .simple-inquery {
    width: 100%;
    background-color: #236e96; }
    .inquery-contents .simple-inquery .simple-inquery-button {
      background-color: #236e96; }
      .inquery-contents .simple-inquery .simple-inquery-button:active {
        background-color: #19506e; }
  .inquery-contents .simple-inquery-form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 200ms ease-in-out; }
    .inquery-contents .simple-inquery-form.is-active {
      max-height: 220px;
      padding: 16px 25px 24px; }
    .inquery-contents .simple-inquery-form .user-info {
      margin-bottom: 8px; }
      .inquery-contents .simple-inquery-form .user-info input {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 240px;
        height: 36px;
        padding: 0 12px;
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: -0.01em;
        color: #3f4150;
        border-radius: 4px;
        background-color: #fff; }
        .inquery-contents .simple-inquery-form .user-info input::placeholder {
          color: #b2b3b9; }
    .inquery-contents .simple-inquery-form .most-check {
      margin-bottom: 12px; }
      .inquery-contents .simple-inquery-form .most-check-item {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 4px; }
        .inquery-contents .simple-inquery-form .most-check-item input {
          margin-right: 4px; }
        .inquery-contents .simple-inquery-form .most-check-item label {
          font-size: 12px;
          line-height: 16px;
          letter-spacing: -0.005em;
          color: #fff; }
    .inquery-contents .simple-inquery-form .button-group {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .inquery-contents .simple-inquery-form .button-group button {
        width: 116px;
        height: 36px;
        border-radius: 4px;
        font-weight: 700; }
      .inquery-contents .simple-inquery-form .button-group .ghost-button {
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.01em;
        color: #fff; }
      .inquery-contents .simple-inquery-form .button-group .primary-button {
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.01em;
        color: #236e96;
        background-color: #fff; }
  .inquery-contents button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px; }
    .inquery-contents button span {
      font-size: 16px;
      line-height: 24px;
      letter-spacing: -0.01em;
      color: #fff;
      font-weight: 700; }
    .inquery-contents button i {
      margin-right: 16px;
      font-size: 24px;
      color: #fff; }

@media screen and (min-width: 768px) {
  .inquery-header h1 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.02em;
    color: #3f4150; }
  .inquery-header p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #8c8d96; } }

@media screen and (min-width: 1200px) {
  .inquery {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    border-bottom: 1px solid #e0e2e7; }
    .inquery-header {
      margin-bottom: 0; }
      .inquery-header h1 {
        font-size: 48px;
        line-height: 60px;
        letter-spacing: -0.01em;
        color: #3f4150; }
      .inquery-header p {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: -0.02em;
        color: #8c8d96; }
    .inquery-contents {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      flex-direction: row; }
      .inquery-contents .open-inquery {
        width: 240px;
        margin: 0 8px 0 0; }
        .inquery-contents .open-inquery:hover {
          background-color: #b5000c; }
      .inquery-contents .simple-inquery {
        width: 240px; }
        .inquery-contents .simple-inquery:hover {
          background-color: #19506e; }
      .inquery-contents button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 240px;
        height: 60px; }
        .inquery-contents button span {
          font-size: 24px;
          line-height: 34px;
          letter-spacing: -0.02em;
          color: #fff; }
        .inquery-contents button i {
          margin-right: 20px;
          font-size: 32px; } }

.home {
  max-height: calc(100vh - 56px);
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .home::-webkit-scrollbar {
    display: none; }
  .home-pages {
    position: relative;
    scroll-snap-align: start; }
    .home-pages-header {
      margin-top: 48px; }
      .home-pages-header h2 {
        margin-bottom: 4px;
        font-size: 24px;
        line-height: 34px;
        letter-spacing: -0.02em;
        color: #fff; }
      .home-pages-header span {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -0.005em;
        color: #fff; }
    .home-pages-header-02 {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      padding: 24px 0; }
      .home-pages-header-02 h1 {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: -0.02em;
        color: #3f4150; }
      .home-pages-header-02 p {
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.01em;
        color: #3f4150; }
  @media screen and (min-width: 768px) {
    .home {
      max-height: calc(100vh - 80px); }
      .home-pages-header {
        margin-top: 80px; }
        .home-pages-header h2 {
          margin-bottom: 8px;
          font-size: 36px;
          line-height: 40px;
          letter-spacing: -0.01em; }
        .home-pages-header span {
          font-size: 16px;
          line-height: 24px;
          letter-spacing: -0.01em; }
      .home-pages-header-02 {
        padding: 48px 0; }
        .home-pages-header-02 h1 {
          font-size: 36px;
          line-height: 40px;
          letter-spacing: -0.01em; }
        .home-pages-header-02 p {
          font-size: 14px;
          line-height: 24px;
          letter-spacing: -0.01em; } }
  @media screen and (min-width: 1200px) {
    .home-pages-header {
      margin-top: 120px; }
      .home-pages-header h2 {
        margin-bottom: 8px;
        font-size: 48px;
        line-height: 60px;
        letter-spacing: -0.01em; }
      .home-pages-header span {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: -0.02em; }
    .home-pages-header-02 {
      padding: 64px 0; }
      .home-pages-header-02 h1 {
        font-size: 48px;
        line-height: 60px;
        letter-spacing: -0.01em; }
      .home-pages-header-02 p {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.01em; } }

.home-carousel {
  position: relative; }
  .home-carousel .slider-list {
    width: 100%;
    height: calc(100vh - 56px); }
  .home-carousel .slider-item {
    position: relative;
    width: 100%;
    height: 100%; }
    .home-carousel .slider-item .background-img {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%; }
      .home-carousel .slider-item .background-img img {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        object-fit: cover; }
      .home-carousel .slider-item .background-img.cover-01 img {
        object-position: 40% 40%; }
      .home-carousel .slider-item .background-img.cover-02 img {
        object-position: 50% 100%; }
      .home-carousel .slider-item .background-img.cover-03 img {
        object-position: 60% 100%; }
  .home-carousel .slider-header {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    animation-name: text-slide-up;
    animation-duration: 3000ms;
    animation-delay: 100ms; }
    .home-carousel .slider-header span {
      margin-bottom: 4px;
      font-family: "Gmarket Sans", sans-serif;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: -0.005em;
      color: #fff;
      font-weight: 700; }
    .home-carousel .slider-header h2 {
      font-family: "Gmarket Sans", sans-serif;
      font-size: 18px;
      line-height: 28px;
      letter-spacing: -0.02em;
      color: #fff;
      white-space: nowrap; }
  .home-carousel .view-button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 40px;
    border: 1px solid #fff; }
    .home-carousel .view-button a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      font-size: 14px;
      line-height: 24px;
      letter-spacing: -0.01em;
      color: #fff;
      font-weight: 500;
      font-family: "Gmarket Sans", sans-serif; }
  .home-carousel-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 64px; }
    .home-carousel-pagination .pagination-list {
      display: flex;
      align-items: center;
      justify-content: center; }
    .home-carousel-pagination .pagination-item {
      margin-right: 14px; }
      .home-carousel-pagination .pagination-item:last-child {
        margin-right: 0; }
      .home-carousel-pagination .pagination-item button {
        display: block;
        width: 14px;
        height: 14px;
        border: 1px solid #fff;
        border-radius: 50%;
        opacity: 0.8;
        transition: background-color 200ms ease-in-out, opacity 200ms ease-in-out; }
      .home-carousel-pagination .pagination-item.tns-nav-active button {
        background-color: #fff;
        opacity: 1; }
  @media screen and (min-width: 768px) {
    .home-carousel .slider-list {
      height: calc(100vh - 80px); }
    .home-carousel .slider-header {
      top: 152px; }
      .home-carousel .slider-header span {
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -0.02em; }
      .home-carousel .slider-header h2 {
        font-size: 36px;
        line-height: 40px;
        letter-spacing: -0.01em; }
    .home-carousel .view-button {
      bottom: 152px;
      width: 152px;
      height: 48px;
      background-color: transparent;
      transition: background-color 200ms ease-in-out; }
      .home-carousel .view-button:hover {
        background-color: rgba(225, 225, 225, 0.2); }
      .home-carousel .view-button a {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.01em; } }

@keyframes text-slide-up {
  100% {
    opacity: 1;
    transform: translate3d(-50%, 0, 0); }
  0% {
    opacity: 0;
    transform: translate3d(-50%, 20px, 0); } }

.control-button {
  position: relative; }
  .control-button-item {
    position: absolute;
    top: 0;
    width: 480px;
    height: calc(100vh - 80px);
    opacity: 0;
    transition: opacity 200ms ease-in-out, background 200ms ease-in-out; }
    .control-button-item i {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 48px;
      color: #fff;
      opacity: 0.5; }
    .control-button-item.prev-button {
      left: 0; }
      .control-button-item.prev-button i {
        left: 80px;
        transform: rotate(180deg); }
    .control-button-item.next-button {
      right: 0; }
      .control-button-item.next-button i {
        right: 80px; }
    .control-button-item:hover {
      opacity: 0.75; }
      .control-button-item:hover.prev-button {
        background: linear-gradient(to right, rgba(25, 26, 32, 0.75), rgba(255, 255, 255, 0)); }
      .control-button-item:hover.next-button {
        background: linear-gradient(to left, rgba(25, 26, 32, 0.75), rgba(255, 255, 255, 0)); }

.info-page {
  position: relative;
  width: 100%;
  height: calc(100vh - 56px);
  background-image: url("./assets/images/img-cover-04.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .info-page .info-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 96px;
    width: 240px;
    height: 230px; }
  .info-page .info-item {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #191a20;
    opacity: 0.7;
    transition: width 200ms ease-in-out, height 200ms ease-in-out, background-color 200ms ease-in-out, opacity 200ms ease-in-out; }
    .info-page .info-item button {
      font-size: 10px;
      line-height: 16px;
      letter-spacing: -0.005em;
      color: #fff; }
    .info-page .info-item.is-active, .info-page .info-item:hover {
      width: 64px;
      height: 64px;
      background-color: #d7000f;
      opacity: 1; }
      .info-page .info-item.is-active button, .info-page .info-item:hover button {
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.01em; }
    .info-page .info-item:nth-child(1) {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 0; }
      .info-page .info-item:nth-child(1).is-active {
        top: -8px; }
    .info-page .info-item:nth-child(2) {
      top: 28%;
      left: 5px; }
      .info-page .info-item:nth-child(2).is-active {
        left: -3px; }
    .info-page .info-item:nth-child(3) {
      bottom: 8px;
      left: 18%; }
      .info-page .info-item:nth-child(3).is-active {
        bottom: 0;
        left: 15%; }
    .info-page .info-item:nth-child(4) {
      bottom: 8px;
      right: 18%; }
      .info-page .info-item:nth-child(4).is-active {
        bottom: 0;
        right: 15%; }
    .info-page .info-item:nth-child(5) {
      top: 28%;
      right: 5px; }
      .info-page .info-item:nth-child(5).is-active {
        right: -3px; }
  .info-page .view-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6; }
    .info-page .view-button a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      font-family: "Gmarket Sans", sans-serif;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: -0.005em;
      color: #191a20;
      text-align: center;
      border-radius: 50%; }
    .info-page .view-button::after {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      content: '';
      width: 192px;
      height: 192px;
      border: 1px solid #fff;
      border-radius: 50%;
      opacity: 0.8;
      pointer-events: none; }
  @media screen and (min-width: 768px) {
    .info-page {
      height: calc(100vh - 80px); }
      .info-page .info-content {
        bottom: 240px;
        width: 360px;
        height: 345px; }
      .info-page .info-item {
        width: 72px;
        height: 72px; }
        .info-page .info-item button {
          font-size: 14px;
          line-height: 24px;
          letter-spacing: -0.01em;
          white-space: nowrap; }
        .info-page .info-item.is-active, .info-page .info-item:hover {
          width: 96px;
          height: 96px; }
          .info-page .info-item.is-active button, .info-page .info-item:hover button {
            font-size: 18px;
            line-height: 28px;
            letter-spacing: -0.02em;
            font-weight: 500; }
      .info-page .view-button {
        width: 112px;
        height: 112px; }
        .info-page .view-button a {
          font-size: 18px;
          line-height: 28px;
          letter-spacing: -0.02em; }
        .info-page .view-button::after {
          width: 288px;
          height: 288px; } }
  @media screen and (min-width: 1200px) {
    .info-page .info-content {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 160px;
      width: 534px;
      height: 512px; }
    .info-page .info-item {
      width: 120px;
      height: 120px; }
      .info-page .info-item button {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -0.02em; }
      .info-page .info-item.is-active, .info-page .info-item:hover {
        width: 144px;
        height: 144px; }
        .info-page .info-item.is-active button, .info-page .info-item:hover button {
          font-size: 24px;
          line-height: 34px;
          letter-spacing: -0.02em;
          font-weight: 700; }
    .info-page .view-button {
      width: 160px;
      height: 160px;
      transition: opacity 200ms ease-in-out; }
      .info-page .view-button a {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: -0.02em; }
      .info-page .view-button::after {
        width: 416px;
        height: 416px; }
      .info-page .view-button:hover {
        opacity: 1; } }

.products-page {
  position: relative;
  width: 100%;
  height: calc(100vh - 56px);
  background-image: url("./assets/images/img-cover-05.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .products-page .products-list {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .products-page .products-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 140px;
    height: 200px;
    background-color: #191a20;
    text-align: center;
    opacity: 0.7;
    transition: width 150ms ease-in-out, height 150ms ease-in-out, background-color 150ms ease-in-out, opacity 150ms ease-in-out; }
    .products-page .products-item:first-child {
      margin-right: 20px; }
    .products-page .products-item i {
      margin-bottom: 8px;
      font-size: 40px;
      color: #fff; }
    .products-page .products-item .products-name {
      font-size: 12px;
      line-height: 16px;
      letter-spacing: -0.005em;
      color: #fff;
      font-weight: 400; }
      .products-page .products-item .products-name-eng {
        display: none;
        visibility: hidden;
        margin-bottom: 8px; }
    .products-page .products-item .view-button {
      display: none;
      visibility: hidden; }
      .products-page .products-item .view-button .arr {
        position: relative;
        width: 40px;
        margin: 8px auto 0;
        border-top: 1px solid #fff;
        animation: scroll 1s infinite alternate; }
        .products-page .products-item .view-button .arr::after {
          content: '';
          width: 6px;
          height: 1px;
          border-bottom: 1px solid #fff;
          transform: rotate(45deg);
          position: absolute;
          left: 0;
          top: 0; }
    .products-page .products-item.is-active {
      background-color: #d7000f;
      opacity: 1; }
      .products-page .products-item.is-active:first-child {
        transform-origin: bottom right; }
      .products-page .products-item.is-active:last-child {
        transform-origin: bottom left; }
      .products-page .products-item.is-active .products-name-eng,
      .products-page .products-item.is-active .view-button {
        display: block;
        visibility: visible;
        font-size: 10px;
        line-height: 16px;
        letter-spacing: -0.005em;
        color: #fff; }
  @media screen and (min-width: 768px) {
    .products-page .products-item {
      width: 280px;
      height: 400px; }
      .products-page .products-item i {
        margin-bottom: 16px;
        font-size: 80px; }
      .products-page .products-item .products-name {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.01em;
        color: #fff; }
        .products-page .products-item .products-name-eng {
          display: none;
          visibility: hidden;
          margin-bottom: 24px; }
      .products-page .products-item.is-active .products-name-eng,
      .products-page .products-item.is-active .view-button {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.01em;
        color: #fff; }
      .products-page .products-item.is-active .view-button {
        flex-direction: column; }
        .products-page .products-item.is-active .view-button .arr {
          margin: 24px auto 0; }
        .products-page .products-item.is-active .view-button span {
          margin-bottom: 16px; } }
  @media screen and (min-width: 1200px) {
    .products-page .products-item {
      width: 408px;
      height: 272px; }
      .products-page .products-item .products-name {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -0.02em; }
      .products-page .products-item.is-active .products-name-eng,
      .products-page .products-item.is-active .view-button {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -0.02em; }
      .products-page .products-item.is-active .view-button {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row; }
        .products-page .products-item.is-active .view-button .arr {
          margin-top: 8px;
          margin-left: 8px; }
        .products-page .products-item.is-active .view-button span {
          margin-bottom: 0;
          margin-right: 8px; } }

@keyframes scroll {
  100% {
    transform: translate3d(5px, 0, 0) rotate(180deg); }
  0% {
    transform: translate3d(-5px, 0, 0) rotate(180deg); } }

.branch-page {
  height: calc(100vh - 56px);
  overflow: hidden; }
  .branch-page .branch {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc( 100vh - 138px); }
    .branch-page .branch-map {
      position: relative; }
      .branch-page .branch-map .map {
        width: 85%;
        height: auto; }
    .branch-page .branch-count {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .branch-page .branch-count button {
        position: absolute;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.01em;
        color: #fff;
        font-weight: 700;
        background-color: #d7000f;
        border-radius: 50%;
        opacity: 0.8; }
        .branch-page .branch-count button:active {
          background-color: #b5000c;
          opacity: 1; }
      .branch-page .branch-count .up-to-4 {
        width: 24px;
        height: 24px; }
      .branch-page .branch-count .up-to-9 {
        width: 32px;
        height: 32px; }
      .branch-page .branch-count .up-to-20 {
        width: 40px;
        height: 40px; }
      .branch-page .branch-count .gyeonggi {
        top: 22%;
        left: 42%; }
      .branch-page .branch-count .gangwon {
        top: 18%;
        right: 30%; }
      .branch-page .branch-count .daejeon {
        top: 35%;
        left: 40%; }
      .branch-page .branch-count .jeollanam {
        bottom: 28%;
        left: 35%; }
      .branch-page .branch-count .gyeongsangnam {
        bottom: 32%;
        right: 30%; }
  @media screen and (min-width: 768px) {
    .branch-page {
      height: calc(100vh - 80px); }
      .branch-page .branch {
        height: calc( 100vh - 216px); }
        .branch-page .branch-count button {
          font-size: 16px;
          line-height: 24px;
          letter-spacing: -0.01em; }
        .branch-page .branch-count .up-to-4 {
          width: 40px;
          height: 40px; }
        .branch-page .branch-count .up-to-9 {
          width: 48px;
          height: 48px; }
        .branch-page .branch-count .up-to-20 {
          width: 56px;
          height: 56px; }
        .branch-page .branch-count .gyeonggi {
          top: 22%;
          left: 42%; }
        .branch-page .branch-count .gangwon {
          top: 15%;
          right: 32%; }
        .branch-page .branch-count .daejeon {
          top: 38%;
          left: 42%; }
        .branch-page .branch-count .jeollanam {
          bottom: 30%;
          left: 38%; }
        .branch-page .branch-count .gyeongsangnam {
          bottom: 35%;
          right: 32%; } }
  @media screen and (min-width: 1200px) {
    .branch-page .branch {
      height: calc( 100vh - 268px); }
      .branch-page .branch-map {
        position: static;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 496px; }
        .branch-page .branch-map .map {
          width: auto;
          height: 100%; }
          .branch-page .branch-map .map .place {
            transition: fill 200ms ease-in-out; }
          .branch-page .branch-map .map .place:hover,
          .branch-page .branch-map .map .place.is-active {
            fill: #d7000f; }
          .branch-page .branch-map .map .place:active {
            fill: #b5000c; } }

.youtube-page {
  height: calc(100vh - 56px); }
  .youtube-page .youtube-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: calc( 100vh - 138px); }
  .youtube-page .video-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 24px; }
    .youtube-page .video-wrapper iframe:first-child {
      margin-bottom: 8px; }
  .youtube-page .view-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15%;
    border: 1px solid #191a20; }
    .youtube-page .view-button a {
      width: 100%;
      height: 100%;
      padding: 4px 24px;
      font-size: 14px;
      line-height: 24px;
      letter-spacing: -0.01em;
      color: #191a20;
      font-weight: 500; }
  @media screen and (min-width: 768px) {
    .youtube-page {
      height: calc(100vh - 80px); }
      .youtube-page .youtube-wrapper {
        height: calc( 100vh - 216px); }
      .youtube-page .video-wrapper {
        margin-bottom: 48px; }
      .youtube-page iframe {
        width: 560px;
        height: 315px; }
      .youtube-page .view-button {
        background-color: transparent;
        transition: background-color 200ms ease-in-out; }
        .youtube-page .view-button:hover {
          background-color: rgba(63, 65, 80, 0.1); }
        .youtube-page .view-button a {
          padding: 8px 40px;
          font-size: 16px;
          line-height: 24px;
          letter-spacing: -0.01em; } }
  @media screen and (min-width: 1200px) {
    .youtube-page .video-wrapper {
      flex-direction: row;
      margin-bottom: 64px; }
      .youtube-page .video-wrapper iframe:first-child {
        margin-bottom: 0;
        margin-right: 20px; } }

.intro-detail {
  margin-bottom: 32px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.005em;
  color: #3f4150;
  text-align: center; }
  .intro-detail:last-child {
    margin-bottom: 0; }

.intro .view-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 48px;
  border: 1px solid #191a20;
  background-color: trasparent;
  transition: background-color 200ms ease-in-out; }
  .intro .view-button a {
    width: 100%;
    height: 100%;
    padding: 8px 24px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.005em;
    color: #191a20; }
  .intro .view-button:active, .intro .view-button:hover {
    background-color: rgba(63, 65, 80, 0.1); }

.intro-img {
  display: block;
  width: 100%;
  height: 100px;
  margin-bottom: 48px; }
  .intro-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top; }

@media screen and (min-width: 768px) {
  .intro-detail {
    margin-bottom: 48px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.02em; }
    .intro-detail:last-child {
      margin-bottom: 120px; }
  .intro .view-button {
    margin-bottom: 64px; }
    .intro .view-button a {
      padding: 8px 32px;
      font-size: 13px;
      line-height: 20px;
      letter-spacing: -0.01em; }
  .intro-img {
    height: 200px;
    margin-bottom: 64px; } }

@media screen and (min-width: 1200px) {
  .intro-detail {
    margin-bottom: 64px;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.02em; }
    .intro-detail:last-child {
      margin-bottom: 120px; }
  .intro-img {
    height: 320px;
    margin-bottom: 64px; } }

.field-explain {
  display: none;
  visibility: hidden; }
  .field-explain.is-active {
    display: block;
    visibility: visible; }
  .field-explain-image {
    display: block;
    width: 100%;
    height: 160px;
    margin-bottom: 16px; }
    .field-explain-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      overflow: hidden; }
  .field-explain-detail h2 {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #3f4150; }
  .field-explain-detail p {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #3f4150; }

@media screen and (min-width: 768px) {
  .field-explain-image {
    height: 320px;
    margin-bottom: 24px; }
  .field-explain-detail h2 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.02em; }
  .field-explain-detail p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.02em; } }

@media screen and (min-width: 1200px) {
  .field-explain-image {
    height: 400px; } }

.chemical-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 48px;
  margin: 0 auto 24px;
  border: 1px solid #e0e2e7;
  border-radius: 24px; }
  .chemical-nav::before {
    position: absolute;
    left: 4px;
    content: '';
    width: 136px;
    height: 40px;
    border-radius: 24px;
    background-color: #d7000f;
    z-index: -10;
    transition: left 200ms ease-in-out; }
  .chemical-nav.is-detail::before {
    left: 138px; }
  .chemical-nav.is-detail button {
    color: #191a20; }
    .chemical-nav.is-detail button.detail {
      color: #fff; }
  .chemical-nav button {
    width: 136px;
    height: 40px;
    border-radius: 24px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #fff;
    font-weight: 700;
    transition: color 200ms ease-in-out; }
    .chemical-nav button.detail {
      color: #191a20; }

.chemical-list {
  display: none;
  visibility: hidden; }
  .chemical-list.is-active {
    display: block;
    visibility: visible; }

.chemical-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 8px;
  border-bottom: 1px solid #e0e2e7; }
  .chemical-item:last-child {
    border-bottom: 0; }
  .chemical-item .chemical-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    margin-right: 16px; }
    .chemical-item .chemical-image img {
      display: block;
      width: 100%;
      height: auto; }
  .chemical-item .chemical-title {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%; }
    .chemical-item .chemical-title strong {
      font-size: 14px;
      line-height: 24px;
      letter-spacing: -0.01em;
      color: #3f4150;
      font-weight: 500; }
    .chemical-item .chemical-title h2 {
      font-size: 14px;
      line-height: 24px;
      letter-spacing: -0.01em;
      color: #191a20; }
    .chemical-item .chemical-title:active strong {
      color: #8c8d96; }
    .chemical-item .chemical-title:active h2 {
      color: #3f4150; }

@media screen and (min-width: 768px) {
  .chemical-nav {
    margin-bottom: 48px; }
  .chemical-list {
    flex-wrap: wrap; }
    .chemical-list.is-active {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
  .chemical-item {
    flex-direction: column;
    margin-bottom: 24px;
    border-bottom: 0;
    flex-basis: 25%; }
    .chemical-item .chemical-image {
      width: 128px;
      height: 128px;
      margin-right: 0;
      margin-bottom: 24px; }
    .chemical-item .chemical-title {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .chemical-item .chemical-title strong,
      .chemical-item .chemical-title h2 {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.01em;
        text-align: center; } }

@media screen and (min-width: 1200px) {
  .chemical-nav {
    width: 640px;
    height: 80px;
    margin-bottom: 80px;
    border-radius: 40px; }
    .chemical-nav::before {
      left: 8px;
      width: 312px;
      height: 64px;
      border-radius: 40px; }
    .chemical-nav.is-detail::before {
      left: 316px; }
    .chemical-nav button {
      width: 312px;
      height: 64px;
      font-size: 24px;
      line-height: 34px;
      letter-spacing: -0.02em;
      border-radius: 40px; }
  .chemical-item {
    cursor: pointer; }
    .chemical-item .chemical-image {
      width: 192px;
      height: 192px;
      margin-right: 0;
      margin-bottom: 40px; }
    .chemical-item .chemical-title strong,
    .chemical-item .chemical-title h2 {
      font-size: 18px;
      line-height: 28px;
      letter-spacing: -0.02em; } }

.product-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-50%, 0, 0);
  transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out, transform 300ms ease-in-out; }
  .product-modal.is-active {
    opacity: 1;
    visibility: visible;
    transform: translate3d(-50%, -50%, 0); }
  .product-modal-item {
    display: none;
    width: 290px;
    height: 400px;
    background-color: #fff; }
    .product-modal-item.is-active {
      display: block; }
  .product-modal-title {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 52px;
    border-bottom: 1px solid #e0e2e7;
    background-color: #fff; }
    .product-modal-title h1 {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 18px;
      line-height: 28px;
      letter-spacing: -0.02em;
      color: #191a20; }
    .product-modal-title .close-button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 16px; }
      .product-modal-title .close-button i {
        color: #b2b3b9;
        font-size: 24px; }
      .product-modal-title .close-button:active i {
        color: #8c8d96; }
  .product-modal-content {
    height: 348px;
    margin-top: 52px;
    padding: 0 24px 24px;
    overflow-y: auto; }
    .product-modal-content::-webkit-scrollbar {
      display: none; }
  .product-modal-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 160px;
    margin: 16px auto; }
    .product-modal-image img {
      display: block;
      width: 120px;
      height: auto; }
  .product-modal-wrapper h2 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #3f4150;
    margin-bottom: 16px; }
  .product-modal-wrapper p {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #8c8d96; }
  @media screen and (min-width: 768px) {
    .product-modal {
      width: 452px;
      height: 528px; }
      .product-modal-item {
        width: 100%; }
      .product-modal-title {
        height: 64px; }
        .product-modal-title h1 {
          font-size: 24px;
          line-height: 34px;
          letter-spacing: -0.02em; }
        .product-modal-title .close-button {
          right: 24px; }
          .product-modal-title .close-button i {
            font-size: 32px; }
      .product-modal-content {
        width: 100%;
        height: 464px;
        margin-top: 64px;
        padding: 0 36px 36px; }
      .product-modal-image {
        width: 196px;
        height: 196px;
        margin: 24px auto; }
        .product-modal-image img {
          width: 160px; }
      .product-modal-wrapper h2 {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -0.02em;
        margin-bottom: 16px; }
      .product-modal-wrapper p {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: -0.01em; } }
  @media screen and (min-width: 1200px) {
    .product-modal {
      width: 1000px;
      height: 448px; }
      .product-modal-item {
        width: 100%; }
      .product-modal-title {
        height: 80px; }
        .product-modal-title .close-button {
          right: 32px; }
          .product-modal-title .close-button i {
            font-size: 36px; }
      .product-modal-content {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 368px;
        margin-top: 80px;
        padding: 0 48px 48px; }
      .product-modal-image {
        width: 280px;
        height: 280px;
        margin: 0 24px 0 0; }
        .product-modal-image img {
          width: 200px; }
      .product-modal-wrapper h2 {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: -0.02em;
        margin-bottom: 8px; }
      .product-modal-wrapper p {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.01em; } }

.location-map {
  display: flex;
  align-items: center;
  justify-content: center; }
  .location-map .map {
    width: 100%;
    height: auto; }

.location-info {
  padding: 24px;
  background: #d7000f url("../assets/images/logo-single.svg") no-repeat 95% 200%;
  background-size: auto 80%; }
  .location-info-title {
    margin-bottom: 16px; }
    .location-info-title h2 {
      font-size: 24px;
      line-height: 34px;
      letter-spacing: -0.02em;
      color: #fff; }
    .location-info-title p {
      font-size: 16px;
      line-height: 24px;
      letter-spacing: -0.01em;
      color: #fff;
      font-weight: 500; }
  .location-info-detail {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column; }
  .location-info-address, .location-info-tel {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff; }
    .location-info-address i, .location-info-tel i {
      margin-right: 8px;
      font-size: 20px; }
  .location-info-address {
    margin-bottom: 8px; }
    .location-info-address address {
      font-size: 16px;
      line-height: 24px;
      letter-spacing: -0.01em;
      font-style: initial;
      opacity: 0.8; }
  .location-info-tel a {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    opacity: 0.8; }

@media screen and (min-width: 768px) {
  .location-info {
    padding: 40px 56px; }
    .location-info-title {
      display: flex;
      align-items: flex-end;
      justify-content: flex-start; }
      .location-info-title h2 {
        margin-right: 8px;
        font-size: 36px;
        line-height: 40px;
        letter-spacing: -0.01em; }
      .location-info-title p {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -0.02em; } }

@media screen and (min-width: 1200px) {
  .location-info {
    background: #d7000f url("../assets/images/logo-single.svg") no-repeat 95% 250%;
    background-size: auto 90%; }
    .location-info-detail {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-direction: row; }
    .location-info-address {
      margin-bottom: 0;
      margin-right: 32px; } }

.branch-case-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 16px;
  border-bottom: 1px solid #e0e2e7; }
  .branch-case-item:last-child {
    border-bottom: 0; }

.branch-case-img {
  width: 96px;
  height: 96px;
  margin-right: 16px;
  flex-shrink: 0; }
  .branch-case-img img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    border-radius: 4px; }

.branch-case-list {
  display: none;
  visibility: hidden; }
  .branch-case-list.is-active {
    display: block;
    visibility: visible; }

@media screen and (min-width: 768px) {
  .branch-case-img {
    width: 120px;
    height: 120px; } }

@media screen and (min-width: 1200px) {
  .branch-case-img {
    width: 170px;
    height: 170px; } }

.nobrush-item {
  margin-bottom: 24px; }
  .nobrush-item:last-child {
    margin-bottom: 0; }

.nobrush-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 8px; }
  .nobrush-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover; }

.nobrush-header {
  position: relative;
  margin: 0 8px;
  border-bottom: 1px solid #e0e2e7; }
  .nobrush-header h1 {
    padding: 16px 0 8px 16px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #191a20; }
  .nobrush-header h2 {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.02em;
    color: #b2b3b9;
    font-weight: 400;
    opacity: 0.3; }

.nobrush-detail {
  padding: 16px 24px 20px 24px; }
  .nobrush-detail-wrapper {
    margin-bottom: 8px; }
    .nobrush-detail-wrapper:last-child {
      margin-bottom: 0; }
  .nobrush-detail strong {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #3f4150; }
  .nobrush-detail p {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #3f4150; }

@media screen and (min-width: 768px) {
  .nobrush .row {
    display: flex;
    align-items: flex-start;
    justify-content: center; }
  .nobrush-item {
    margin-bottom: 40px; }
    .nobrush-item:nth-child(2n) .row {
      flex-direction: row-reverse; }
  .nobrush-image {
    margin-bottom: 0; }
  .nobrush-header h1 {
    padding: 24px 0 16px 24px;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.02em; }
  .nobrush-header h2 {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.01em;
    font-weight: 400;
    opacity: 0.3; }
  .nobrush-detail {
    padding: 24px 32px 28px 32px; }
    .nobrush-detail-wrapper {
      margin-bottom: 16px; }
      .nobrush-detail-wrapper:last-child {
        margin-bottom: 0; }
    .nobrush-detail strong {
      font-size: 18px;
      line-height: 28px;
      letter-spacing: -0.02em; }
    .nobrush-detail p {
      font-size: 16px;
      line-height: 24px;
      letter-spacing: -0.01em; } }

@media screen and (min-width: 1200px) {
  .nobrush-item {
    margin-bottom: 56px; }
  .nobrush-header {
    margin: 0 16px; }
    .nobrush-header h1 {
      padding: 32px 0 24px 32px;
      font-size: 36px;
      line-height: 40px;
      letter-spacing: -0.01em; }
    .nobrush-header h2 {
      font-size: 48px;
      line-height: 60px;
      letter-spacing: -0.01em;
      font-size: 56px; }
  .nobrush-detail {
    padding: 32px 48px 36px 48px; }
    .nobrush-detail strong {
      font-size: 24px;
      line-height: 34px;
      letter-spacing: -0.02em; }
    .nobrush-detail p {
      font-size: 18px;
      line-height: 28px;
      letter-spacing: -0.02em; } }

.nobrush-table {
  width: 640px;
  margin: 0 auto 40px;
  border-collapse: collapse; }
  .nobrush-table:last-child {
    margin-bottom: 0; }
  .nobrush-table th,
  .nobrush-table td {
    padding: 8px 12px; }
  .nobrush-table thead.blue {
    background-color: #236e96; }
  .nobrush-table thead.red {
    background-color: #b5000c; }
  .nobrush-table thead.green {
    background-color: #0c962e; }
  .nobrush-table thead th {
    margin: 0 auto;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #fff;
    font-weight: 700; }
  .nobrush-table tbody tr {
    border-bottom: 1px solid #e0e2e7; }
    .nobrush-table tbody tr.strong {
      background-color: #f7f8fa; }
    .nobrush-table tbody tr.em {
      background-color: rgba(12, 150, 46, 0.05); }
  .nobrush-table tbody th {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #8c8d96;
    font-weight: 400;
    text-align: left;
    white-space: nowrap; }
  .nobrush-table tbody td {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #3f4150;
    font-weight: 400; }
  @media screen and (min-width: 1200px) {
    .nobrush-table {
      width: 740px;
      margin: 0 auto 56px; }
      .nobrush-table th,
      .nobrush-table td {
        padding: 12px 16px; }
      .nobrush-table thead th {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.01em; }
      .nobrush-table tbody th {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.01em; }
      .nobrush-table tbody td {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.01em; } }

/*# sourceMappingURL=style.css.map */