@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap");
@font-face {
  font-family: "Etolie-regular";
  font-weight: 400;
  src: local(☺), url("../font/Etoile-Regular.woff2") format("woff2"), url("../font/Etoile-Regular.woff") format("woff"), url("../font/Etoile-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Etolie-italic";
  font-weight: 400;
  src: local(☺), url("../font/Etoile-Italic.woff2") format("woff2"), url("../font/Etoile-Italic.woff") format("woff"), url("../font/Etoile-Italic.ttf") format("truetype");
}
.fonts-load {
  visibility: hidden;
}

.fonts-loaded .fonts-load {
  visibility: visible;
}

/*! reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 10px;
  font-weight: 400;
  font-family: "Noto Sans KR", "Etolie-regular", sans-serif, "Malgun Gothic", "맑은 고딕";
  line-height: 1;
  word-break: keep-all;
  word-wrap: break-word;
  letter-spacing: 0;
}

@media (max-width: 374px) {
  html {
    font-size: -webkit-calc(7px + 10 * ((100vw - 280px) / 374));
    font-size: calc(7px + 10 * ((100vw - 280px) / 374));
  }
}
@media (min-width: 375px) and (max-width: 767px) {
  html {
    font-size: -webkit-calc(10px + 20 * ((100vw - 375px) / 750));
    font-size: calc(10px + 20 * ((100vw - 375px) / 750));
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  html {
    font-size: -webkit-calc(10px + 13 * ((100vw - 751px) / 1023));
    font-size: calc(10px + 13 * ((100vw - 751px) / 1023));
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 10px;
  }
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
code, form, fieldset, legend, input, textarea, p, blockquote, th, td,
article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
}

body {
  color: #000000;
  background-color: #ffffff;
}

img {
  border: 0;
  border-style: none;
}

button {
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
}

button, input, select, optgroup, textarea {
  margin: 0;
  font-size: 100%;
  font-family: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset {
  border: 0;
}

legend {
  color: #000;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}

caption, hr, legend {
  width: 0px;
  height: 0px;
  font-size: 1px;
  text-indent: -9999em;
  line-height: 0;
}

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

a:visited span {
  border: inherit;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/*
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Text-level semantics
  ========================================================================== */
/*
 * 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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 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;
}

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

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

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

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

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

/* ==========================================================================
    Print styles.
    Inlined to avoid the additional HTTP request:
    http://www.phpied.com/delay-loading-your-print-css/
 ========================================================================== */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
}
/*! common */
.clfix:after, .clfix:before {
  display: table;
  line-height: 0;
  content: "";
}

.clfix:after {
  clear: both;
}

.hide-txt {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  font-size: 1px;
  line-height: 0;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  margin: -1px;
  padding: 0;
  border: 0;
}

@media (max-width: 1024px) {
  a .hide-txt {
    font-size: 0;
  }
}
a:before {
  content: "　";
  position: absolute;
  font-size: 0;
}

[tabindex="-1"]:focus {
  outline: 0;
}

/*! 반응형 미지원 컨텐츠의 모바일 화면시 가림막 소스 */
.mobile-mode-dimm-container {
  display: none;
}

@media (max-width: 1023px) {
  .mobile-mode-dimm-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    outline: 0;
    overflow: hidden;
    text-align: center;
    z-index: 1000;
    background: #000;
    opacity: 1;
  }
  .mobile-mode-dimm-container .mobile-mode-box {
    position: relative;
    padding: 2rem;
    margin: 0rem 4rem;
    background: #fff;
    border-radius: 1rem;
    border: 2px solid blue;
    font-size: 2.4rem;
  }
}
/*! skipnav */
.skipnav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 0;
  line-height: 1;
}

.skipnav a {
  display: block;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: 0 -1px -1px 0;
  padding: 0;
  font-size: 0;
  line-height: 1;
}

.skipnav a:active, .skipnav a:focus, .skipnav a:hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 19px;
  margin: 0;
  padding: 5px 0;
  border: 1px solid #c4d7ea;
  background: #2b6cb0;
  color: #fff;
  font-weight: 700;
  font-size: 1.333em;
  text-align: center;
  line-height: 100%;
}

/*! Browser Upgrade Prompt */
.browserupgrade {
  margin: 0.2em 0;
  padding: 0.2em 0;
  background: #ccc;
  color: #000;
  font-size: 1px;
}

.browserupgrade strong {
  color: #000;
  font-weight: 700;
}

.browserupgrade a {
  color: #8d0080;
  font-weight: 700;
  text-decoration: underline;
}

/*! dimm */
.dimm {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: #000;
  opacity: 0.6;
}

.dimm img {
  display: block;
}

/*! 공통 레이아웃 속성 */
html {
  cursor: none;
}

#wrap {
  height: auto;
  overflow: hidden;
  background: #1c1c1c;
}

#container {
  height: inherit;
}

#content {
  height: inherit;
}

/*! 아이콘 공통 속성 */
[class^=ico-] {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
}

/* ! 텍스트 쉐도우 모션 공통 속성 */
.txt-shadow-main {
  opacity: 0;
  display: inline-block;
  position: relative;
  z-index: 2 !important;
}

.txt-shadow-mask {
  opacity: 0;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  color: #ff0000;
  z-index: 1 !important;
}

.no-scroll {
  overflow: hidden !important;
}

/* ! 레이아웃 노출 요소 분기처리 */
@media all and (min-width: 1024px) {
  .cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 15px;
    height: 23px;
    background: url("../images/common/cursor_default.svg") no-repeat;
    background-size: cover;
    -webkit-transform: translate3d(-100%, -100%, 0);
            transform: translate3d(-100%, -100%, 0);
    will-change: transform;
    pointer-events: none;
  }
  .cursor.pointer {
    background: url("../images/common/cursor_pointer.svg") no-repeat;
    background-size: cover;
  }
  .link-cursor-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 112px;
    height: 112px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
  }
  .link-cursor-wrap .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    font-family: "Etolie-regular";
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .link-cursor-wrap .arrow {
    position: relative;
    top: 50%;
    left: -webkit-calc(50% + 20px);
    left: calc(50% + 20px);
  }
  .link-cursor-wrap .arrow::before, .link-cursor-wrap .arrow::after {
    content: "";
    position: absolute;
    left: 34px;
  }
  .link-cursor-wrap .arrow::before {
    top: -5px;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #ffffff;
    border-right: 6px solid transparent;
    -webkit-transform: translateX(200%);
        -ms-transform: translateX(200%);
            transform: translateX(200%);
  }
  .link-cursor-wrap .arrow::after {
    top: 0;
    width: 4.8rem;
    height: 0.1rem;
    background: #ffffff;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .web {
    display: block;
  }
  .web-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .web-grid {
    display: grid;
  }
  .tablet {
    display: none;
  }
  .tablet-flex {
    display: none;
  }
  .tablet-grid {
    display: none;
  }
  .mobile {
    display: none;
  }
  .mobile-flex {
    display: none;
  }
  .mobile-grid {
    display: none;
  }
  /*! 서브에서 공통적으로 사용되는 그리드 레이아웃 */
  /*! 서브에서 공통적으로 사용되는 그리드 레이아웃 */
  .guide-section {
    display: grid;
    grid-template-columns: 7fr 5fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 22px;
    grid-row-gap: 120px;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20rem;
    padding: 0rem 7.7rem;
    border-bottom: #e1002a;
    color: #ffffff;
  }
  .guide-section.esg {
    font-size: 14.0625vw;
  }
  .guide-section.esg h2 {
    color: #ffffff;
  }
  .guide-section h2 {
    grid-area: 1/1/2/2;
    position: relative;
    z-index: 100;
    font-size: 18.2291666667vw;
    font-family: "Etolie-regular";
    line-height: 0.8;
    text-align: left;
  }
  .guide-section h2.request {
    font-size: 14.0625vw;
  }
  .guide-section h2 span {
    opacity: 0;
  }
  .guide-section h2.single-line {
    opacity: 0;
  }
  .guide-section .info-area {
    grid-area: 2/2/3/3;
    position: relative;
    z-index: 100;
    color: #ffffff;
    line-height: 1.2;
  }
  .guide-section .info-area p {
    opacity: 0;
    font-size: 2.5vw;
    font-weight: bold;
    line-height: 1.2;
  }
  .guide-section .info-area p .en-font {
    color: #ff0000;
    font-family: "Etolie-regular";
    font-weight: 400;
  }
  .guide-section .info-area p.comment {
    margin-top: 5.1rem;
    font-size: 1.6rem;
    font-weight: 400;
  }
  .guide-section .info-area dl {
    margin-top: 11.3rem;
    font-size: 1.6rem;
  }
  .guide-section .info-area dl dt {
    font-weight: bold;
  }
  .guide-section .info-area dl dd {
    display: inline-block;
    margin-top: 2.2rem;
  }
  .guide-section .info-area dl dd ~ dd {
    margin-left: 1rem;
  }
  /*! 공통 버튼 레이아웃 */
  /*! 공통 버튼 레이아웃 */
  .btn-wrap.add {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 17rem;
    padding-bottom: 2.5rem;
  }
  .btn-wrap.add button {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 11.2rem;
    height: 11.2rem;
    border: 1px solid #ffffff;
    border-radius: 50%;
  }
  .btn-wrap.add button .plus {
    position: relative;
    z-index: 100;
    width: 1.7rem;
    height: 1.7rem;
    background: url("../../static/images/common/ico_plus.png") no-repeat;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
  }
  .btn-wrap.add button .plus:hover {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .btn-wrap.add button .txt {
    position: relative;
    color: #ffffff;
    font-size: 2.4rem;
    font-family: "Etolie-regular";
  }
  .btn-wrap.add button .txt::before, .btn-wrap.add button .txt::after {
    content: "";
    position: absolute;
    left: 50%;
  }
  .btn-wrap.add button .txt::before {
    top: 80px;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #ffffff;
    border-right: 6px solid transparent;
    -webkit-transform: translateX(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
  .btn-wrap.add button .txt::after {
    top: 60px;
    width: 4.8rem;
    height: 0.1rem;
    background: #ffffff;
    -webkit-transform: translateX(-50%) rotate(-90deg);
        -ms-transform: translateX(-50%) rotate(-90deg);
            transform: translateX(-50%) rotate(-90deg);
  }
  .btn-wrap.notice {
    padding-bottom: 31rem;
  }
  .btn-wrap .rectangle {
    position: relative;
    z-index: 10;
    overflow: hidden;
    width: 28rem;
    height: 8rem;
    margin-top: 10.5rem;
    background-size: 0%;
    border: 1px solid #b3b3b3;
    color: #ffffff;
    font-size: 2.4rem;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .btn-wrap .rectangle::after {
    opacity: 0;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 280px;
    height: 80px;
    background: url("../../static/images/common/menu_spread.svg") no-repeat center;
    background-size: 20%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
    -webkit-animation: buttonOpacity 0.4s;
            animation: buttonOpacity 0.4s;
    will-change: transform;
  }
  .btn-wrap .rectangle:hover {
    border: 1px solid #ff0000;
  }
  .btn-wrap .rectangle:hover::after {
    opacity: 1;
    background-size: 280%;
  }
  .btn-wrap .rectangle span {
    position: relative;
    z-index: 100;
    color: #ffffff;
  }
  /*! form 팝업 레이아웃 */
  /*! form 팝업 레이아웃 */
  .popup-wrap {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .popup-wrap .modal-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 42.5rem;
    height: 26.3rem;
    background: #1c1c1c;
    border: 1px solid #b3b3b3;
    color: #ffffff;
  }
  .popup-wrap .modal-container p {
    font-size: 2rem;
  }
  .popup-wrap .modal-container button {
    width: 13rem;
    height: 5rem;
    margin-top: 4rem;
    border: 1px solid #ffffff;
  }
  .popup-wrap .modal-container button span {
    color: #ffffff;
    font-size: 1.6rem;
  }
  /*! img 이동 레이아웃 */
  .mask-shadow {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 115px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FF0000), to(rgba(255, 0, 0, 0)));
    background: -webkit-linear-gradient(top, #FF0000 0%, rgba(255, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, #FF0000 0%, rgba(255, 0, 0, 0) 100%);
    background: linear-gradient(180deg, #FF0000 0%, rgba(255, 0, 0, 0) 100%);
    z-index: 0;
    will-change: bottom;
  }
  /*! 썸네일 확대효과 */
  .grid-item:hover img {
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .grid-item .img-wrap, .grid-item .thumbnail {
    overflow: hidden;
  }
  /*! 탑버튼 레이아웃 피씨 */
  .top-btn {
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    bottom: 40px;
    right: 77px;
    z-index: 100;
    overflow: hidden;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    cursor: pointer;
  }
  .top-btn.default {
    border: 1px solid #ffffff;
    color: #ffffff;
  }
  .top-btn.default .arrow-top {
    position: relative;
    width: 100%;
    height: 15px;
  }
  .top-btn.default .arrow-top::before {
    content: "";
    position: absolute;
    bottom: 9px;
    left: 50%;
    --side-size: 6px;
    border-left: var(--side-size) solid transparent;
    border-right: var(--side-size) solid transparent;
    border-bottom: -webkit-calc(2 * var(--side-size) * 0.866) solid #ffffff;
    border-bottom: calc(2 * var(--side-size) * 0.866) solid #ffffff;
    border-top: var(--side-size) solid transparent;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .top-btn.default .arrow-top::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 9px;
    background: #ffffff;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .top-btn.dark {
    border: 1px solid #1c1c1c;
    color: #1c1c1c;
  }
  .top-btn.dark .arrow-top {
    position: relative;
    width: 100%;
    height: 15px;
  }
  .top-btn.dark .arrow-top::before {
    content: "";
    position: absolute;
    bottom: 9px;
    left: 50%;
    --side-size: 6px;
    border-left: var(--side-size) solid transparent;
    border-right: var(--side-size) solid transparent;
    border-bottom: -webkit-calc(2 * var(--side-size) * 0.866) solid #1c1c1c;
    border-bottom: calc(2 * var(--side-size) * 0.866) solid #1c1c1c;
    border-top: var(--side-size) solid transparent;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .top-btn.dark .arrow-top::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 9px;
    background: #1c1c1c;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .top-btn::after {
    opacity: 0;
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 280px;
    height: 80px;
    background: url("../../static/images/common/menu_spread.svg") no-repeat center;
    background-size: 20%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
    -webkit-animation: buttonOpacity 0.7s forwards;
            animation: buttonOpacity 0.7s forwards;
    will-change: transform;
  }
  .top-btn:hover {
    border: 1px solid #ff0000;
    color: #ffffff;
  }
  .top-btn:hover::after {
    opacity: 1;
    background-size: 80%;
  }
  .top-btn:hover.dark .arrow-top {
    position: relative;
    width: 100%;
    height: 15px;
  }
  .top-btn:hover.dark .arrow-top::before {
    content: "";
    position: absolute;
    bottom: 9px;
    left: 50%;
    --side-size: 6px;
    border-left: var(--side-size) solid transparent;
    border-right: var(--side-size) solid transparent;
    border-bottom: -webkit-calc(2 * var(--side-size) * 0.866) solid #ffffff;
    border-bottom: calc(2 * var(--side-size) * 0.866) solid #ffffff;
    border-top: var(--side-size) solid transparent;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .top-btn:hover.dark .arrow-top::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 9px;
    background: #ffffff;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .top-btn .txt {
    position: relative;
    z-index: 0;
    margin-top: 0.5rem;
    font-size: 20px;
    font-weight: 400;
    line-height: 0.8;
    color: inherit;
    font-family: "Etolie-regular";
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .cursor {
    display: none;
  }
  .cursor-follow {
    display: none;
  }
  .link-cursor-wrap {
    display: none;
  }
  .web {
    display: block;
  }
  .web-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .web-grid {
    display: grid;
  }
  .tablet {
    display: block;
  }
  .tablet-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tablet-grid {
    display: grid;
  }
  .mobile {
    display: none;
  }
  .mobile-flex {
    display: none;
  }
  .mobile-grid {
    display: none;
  }
  /*! 서브에서 공통적으로 사용되는 그리드 레이아웃 */
  /*! 서브에서 공통적으로 사용되는 그리드 레이아웃 */
  .guide-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: minmax(auto, -webkit-max-content);
    grid-template-rows: minmax(auto, max-content);
    grid-template-areas: "a a" "b c";
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 170px;
    margin-top: 12rem;
    padding: 0rem 5vw;
    border-bottom: #e1002a;
    color: #ffffff;
  }
  .guide-section .txt-wrap {
    grid-area: a;
  }
  .guide-section h2 {
    grid-area: a;
    position: relative;
    z-index: 100;
    font-size: 21.875vw;
    font-family: "Etolie-regular";
    line-height: 0.8;
    text-align: left;
  }
  .guide-section h2 span {
    display: inline-block;
  }
  .guide-section h2.single-line {
    opacity: 0;
  }
  .guide-section .info-area {
    grid-area: c;
    position: relative;
    z-index: 100;
    color: #ffffff;
    line-height: 1.2;
  }
  .guide-section .info-area p {
    opacity: 0;
    font-size: 3.3333333333vw;
    font-weight: bold;
    line-height: 1.2;
  }
  .guide-section .info-area p .en-font {
    color: #ff0000;
    font-family: "Etolie-regular";
    font-weight: 400;
  }
  .guide-section .info-area p.comment {
    margin-top: 5.1rem;
    font-size: 1.6rem;
    font-weight: 400;
  }
  .guide-section .info-area dl {
    margin-top: 8rem;
    font-size: 1.6rem;
  }
  .guide-section .info-area dl dt {
    font-weight: bold;
  }
  .guide-section .info-area dl dd {
    display: inline-block;
    margin-top: 2.2rem;
  }
  .guide-section .info-area dl dd ~ dd {
    margin-left: 1rem;
  }
  /*! 공통 버튼 레이아웃 */
  /*! 공통 버튼 레이아웃 */
  .btn-wrap.add {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 17rem;
    padding-bottom: 2.5rem;
  }
  .btn-wrap.add button {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 11.2rem;
    height: 11.2rem;
    border: 1px solid #ffffff;
    border-radius: 50%;
  }
  .btn-wrap.add button .plus {
    position: relative;
    z-index: 100;
    width: 1.7rem;
    height: 1.7rem;
    background: url("../../static/images/common/ico_plus.png") no-repeat;
  }
  .btn-wrap.add button .txt {
    position: relative;
    color: #ffffff;
    font-size: 2.4rem;
    font-family: "Etolie-regular";
  }
  .btn-wrap.add button .txt::before, .btn-wrap.add button .txt::after {
    content: "";
    position: absolute;
    left: 50%;
  }
  .btn-wrap.add button .txt::before {
    top: 95px;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #ffffff;
    border-right: 6px solid transparent;
    -webkit-transform: translateX(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
  .btn-wrap.add button .txt::after {
    top: 70px;
    width: 4.8rem;
    height: 0.1rem;
    background: #ffffff;
    -webkit-transform: translateX(-50%) rotate(-90deg);
        -ms-transform: translateX(-50%) rotate(-90deg);
            transform: translateX(-50%) rotate(-90deg);
  }
  .btn-wrap.notice {
    margin-top: 16rem;
    padding-bottom: 34.8rem;
  }
  .btn-wrap .rectangle {
    position: relative;
    z-index: 10;
    overflow: hidden;
    width: 22.6rem;
    height: 6.4rem;
    margin-top: 8rem;
    background-size: 0%;
    border: 1px solid #b3b3b3;
    color: #ffffff;
    font-size: 2rem;
  }
  .btn-wrap .rectangle span {
    position: relative;
    z-index: 100;
    color: #ffffff;
  }
  /*! form 팝업 레이아웃 */
  /*! form 팝업 레이아웃 */
  .popup-wrap {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .popup-wrap .modal-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 42.5rem;
    height: 26.3rem;
    background: #1c1c1c;
    border: 1px solid #b3b3b3;
    color: #ffffff;
  }
  .popup-wrap .modal-container p {
    font-size: 2rem;
  }
  .popup-wrap .modal-container button {
    width: 13rem;
    height: 5rem;
    margin-top: 4rem;
    border: 1px solid #ffffff;
  }
  .popup-wrap .modal-container button span {
    color: #ffffff;
    font-size: 1.6rem;
  }
  /*! 썸네일 확대효과 */
  .grid-item .img-wrap, .grid-item .thumbnail {
    overflow: hidden;
  }
  .grid-item .img-wrap img, .grid-item .thumbnail img {
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
  }
  .grid-item .img-wrap img:hover, .grid-item .thumbnail img:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  /*! 탑버튼 레이아웃 */
  .top-btn {
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    bottom: 40px;
    right: 48px;
    z-index: 100;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    cursor: pointer;
  }
  .top-btn.default {
    border: 1px solid #ffffff;
    color: #ffffff;
  }
  .top-btn.default .arrow-top {
    position: relative;
    width: 100%;
    height: 15px;
  }
  .top-btn.default .arrow-top::before {
    content: "";
    position: absolute;
    bottom: 9px;
    left: 50%;
    --side-size: 6px;
    border-left: var(--side-size) solid transparent;
    border-right: var(--side-size) solid transparent;
    border-bottom: -webkit-calc(2 * var(--side-size) * 0.866) solid #ffffff;
    border-bottom: calc(2 * var(--side-size) * 0.866) solid #ffffff;
    border-top: var(--side-size) solid transparent;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .top-btn.default .arrow-top::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 9px;
    background: #ffffff;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .top-btn.dark {
    border: 1px solid #1c1c1c;
    color: #1c1c1c;
  }
  .top-btn.dark .arrow-top {
    position: relative;
    width: 100%;
    height: 15px;
  }
  .top-btn.dark .arrow-top::before {
    content: "";
    position: absolute;
    bottom: 9px;
    left: 50%;
    --side-size: 6px;
    border-left: var(--side-size) solid transparent;
    border-right: var(--side-size) solid transparent;
    border-bottom: -webkit-calc(2 * var(--side-size) * 0.866) solid #1c1c1c;
    border-bottom: calc(2 * var(--side-size) * 0.866) solid #1c1c1c;
    border-top: var(--side-size) solid transparent;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .top-btn.dark .arrow-top::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 9px;
    background: #1c1c1c;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .top-btn .txt {
    position: relative;
    z-index: 0;
    margin-top: 0.5rem;
    font-size: 20px;
    font-weight: 400;
    line-height: 0.8;
    color: inherit;
    font-family: "Etolie-regular";
  }
  .txt-shadow-main {
    opacity: 1;
    display: inline-block;
    position: relative;
    z-index: 2 !important;
  }
}
@media all and (max-width: 767px) {
  .cursor {
    display: none;
  }
  .cursor-follow {
    display: none;
  }
  .link-cursor-wrap {
    display: none;
  }
  .web {
    display: none;
  }
  .web-flex {
    display: none;
  }
  .web-grid {
    display: none;
  }
  .tablet {
    display: none;
  }
  .tablet-flex {
    display: none;
  }
  .tablet-grid {
    display: none;
  }
  .mobile {
    display: block;
  }
  .mobile-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-grid {
    display: gird;
  }
  /*! 서브에서 공통적으로 사용되는 그리드 레이아웃 */
  /*! 서브에서 공통적으로 사용되는 그리드 레이아웃 */
  .guide-section {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 16rem;
    padding: 0rem 2.4rem;
    border-bottom: #e1002a;
    color: #ffffff;
  }
  .guide-section h2 {
    position: relative;
    z-index: 100;
    font-size: 12rem;
    font-family: "Etolie-regular";
    line-height: 0.8;
    text-align: left;
  }
  .guide-section h2 span {
    opacity: 0;
    display: inline-block;
  }
  .guide-section h2.single-line {
    opacity: 0;
  }
  .guide-section .info-area {
    position: relative;
    z-index: 100;
    margin-top: 29.3rem;
    color: #ffffff;
    line-height: 1.2;
  }
  .guide-section .info-area p {
    opacity: 0;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .guide-section .info-area p .en-font {
    color: #ff0000;
    font-family: "Etolie-regular";
    font-weight: 400;
  }
  .guide-section .info-area p.comment {
    margin-top: 5.1rem;
    font-size: 1.6rem;
    font-weight: 400;
  }
  .guide-section .info-area dl {
    margin-top: 8rem;
    font-size: 1.6rem;
  }
  .guide-section .info-area dl dt {
    font-weight: bold;
  }
  .guide-section .info-area dl dd {
    display: inline-block;
    margin-top: 2.2rem;
  }
  .guide-section .info-area dl dd ~ dd {
    margin-left: 1rem;
  }
  /*! 공통 버튼 레이아웃 */
  /*! 공통 버튼 레이아웃 */
  .btn-wrap.add {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 17rem;
    padding-bottom: 2.5rem;
  }
  .btn-wrap.add button {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 9.6rem;
    height: 9.6rem;
    border: 1px solid #ffffff;
    border-radius: 50%;
  }
  .btn-wrap.add button .plus {
    position: relative;
    z-index: 100;
    width: 1.7rem;
    height: 1.7rem;
    background: url("../../static/images/common/ico_plus.png") no-repeat;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
  }
  .btn-wrap.add button .plus:hover {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .btn-wrap.add button .txt {
    position: relative;
    color: #ffffff;
    font-size: 2.4rem;
    font-family: "Etolie-regular";
  }
  .btn-wrap.add button .txt::before, .btn-wrap.add button .txt::after {
    content: "";
    position: absolute;
    left: 50%;
  }
  .btn-wrap.add button .txt::before {
    top: 80px;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #ffffff;
    border-right: 6px solid transparent;
    -webkit-transform: translateX(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
  .btn-wrap.add button .txt::after {
    top: 60px;
    width: 4.8rem;
    height: 0.1rem;
    background: #ffffff;
    -webkit-transform: translateX(-50%) rotate(-90deg);
        -ms-transform: translateX(-50%) rotate(-90deg);
            transform: translateX(-50%) rotate(-90deg);
  }
  .btn-wrap.notice {
    margin-top: 12rem;
    padding-bottom: 19.2rem;
  }
  .btn-wrap .rectangle {
    position: relative;
    z-index: 10;
    overflow: hidden;
    width: 20rem;
    height: 5.6rem;
    margin-top: 10.5rem;
    background-size: 0%;
    border: 1px solid #b3b3b3;
    color: #ffffff;
    font-size: 1.8rem;
  }
  .btn-wrap .rectangle span {
    position: relative;
    z-index: 100;
    color: #ffffff;
  }
  /*! form 팝업 레이아웃 */
  /*! form 팝업 레이아웃 */
  .popup-wrap {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
    width: 100%;
    padding: 0rem 2.4rem;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .popup-wrap .modal-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 23.9rem;
    background: #1c1c1c;
    border: 1px solid #b3b3b3;
    color: #ffffff;
  }
  .popup-wrap .modal-container p {
    font-size: 2rem;
  }
  .popup-wrap .modal-container button {
    width: 13rem;
    height: 5rem;
    margin-top: 4rem;
    border: 1px solid #ffffff;
  }
  .popup-wrap .modal-container button span {
    color: #ffffff;
    font-size: 1.6rem;
  }
  /*! top-btn 레이아웃 모바일 */
  .top-btn {
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    bottom: 24px;
    right: 2.4rem;
    z-index: 100;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    cursor: pointer;
  }
  .top-btn.default {
    border: 1px solid #ffffff;
    color: #ffffff;
  }
  .top-btn.default .arrow-top {
    position: relative;
    width: 100%;
    height: 11px;
  }
  .top-btn.default .arrow-top::before {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 50%;
    --side-size: 4px;
    border-left: var(--side-size) solid transparent;
    border-right: var(--side-size) solid transparent;
    border-bottom: -webkit-calc(2 * var(--side-size) * 0.866) solid #ffffff;
    border-bottom: calc(2 * var(--side-size) * 0.866) solid #ffffff;
    border-top: var(--side-size) solid transparent;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .top-btn.default .arrow-top::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 7px;
    background: #ffffff;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .top-btn.dark {
    border: 1px solid #1c1c1c;
    color: #1c1c1c;
  }
  .top-btn.dark .arrow-top {
    position: relative;
    width: 100%;
    height: 11px;
  }
  .top-btn.dark .arrow-top::before {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 50%;
    --side-size: 4px;
    border-left: var(--side-size) solid transparent;
    border-right: var(--side-size) solid transparent;
    border-bottom: -webkit-calc(2 * var(--side-size) * 0.866) solid #1c1c1c;
    border-bottom: calc(2 * var(--side-size) * 0.866) solid #1c1c1c;
    border-top: var(--side-size) solid transparent;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .top-btn.dark .arrow-top::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 7px;
    background: #1c1c1c;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .top-btn .txt {
    position: relative;
    z-index: 0;
    margin-top: 0.5rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 0.8;
    color: inherit;
    font-family: "Etolie-regular";
  }
  .txt-shadow-main {
    opacity: 1;
    display: inline-block;
    position: relative;
    z-index: 2 !important;
  }
}
/*! 공통 keyframes 정의 */
/*! 공통 keyframes 정의 */
@-webkit-keyframes buttonOpacity {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
}
@keyframes buttonOpacity {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
}
/*! 공통으로 사용되는 클래스 정의 */
.cursor-item {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
       -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
          transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
}

.hidden {
  overflow: hidden !important;
}

@media (min-width: 1024px) {
  .header-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 80px;
    padding: 0 77px;
    background: none;
  }
  .header-content .logo-area {
    position: relative;
    bottom: -4px;
    width: 127px;
    height: 22px;
    background: url("../../static/images/common/logo.png") no-repeat;
    background-size: cover;
  }
  .header-content .logo-area a {
    display: inline-block;
    width: inherit;
    height: inherit;
  }
  .header-content .gnb-menu-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: -webkit-calc(50% - 11px);
    width: calc(50% - 11px);
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .header-content .gnb-menu-wrap .gnb {
    grid-area: b;
  }
  .header-content .gnb-menu-wrap .gnb ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
  }
  .header-content .gnb-menu-wrap .gnb ul li a {
    position: relative;
    color: #ffffff;
    font-size: 16px;
  }
  .header-content .gnb-menu-wrap .gnb ul li a::after {
    content: "";
    position: absolute;
    top: 28px;
    left: 0;
    z-index: 101;
    width: 0;
    height: 2px;
    background: #ffffff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
  }
  .header-content .gnb-menu-wrap .gnb ul li a:hover::after {
    width: 100%;
  }
  .header-content .gnb-menu-wrap .gnb ul li a.current-menu {
    position: relative;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #ffffff;
  }
  .header-content .gnb-menu-wrap .gnb-metaverse {
    position: relative;
    right: auto;
    bottom: -4px;
    width: 91px;
    height: 23px;
    background: url("../../static/images/common/gnb_metaverse.png") no-repeat;
    background-size: cover;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
  }
  .header-content .gnb-menu-wrap .gnb-metaverse:hover {
    background: url("../../static/images/common/gnb_metaverse_active.png") no-repeat;
    background-size: cover;
  }
  .header-content .gnb-menu-wrap .menu-util {
    position: relative;
    z-index: 100;
  }
  .header-content .gnb-menu-wrap .menu-util button {
    display: inline-block;
    position: inherit;
    width: 40px;
    height: 40px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
  }
  .header-content .gnb-menu-wrap .menu-util button span {
    display: inherit;
    position: absolute;
    bottom: 14px;
    right: 0;
    width: 100%;
    height: 2px;
    background: #ffffff;
  }
  .header-content .gnb-menu-wrap .menu-util button span:last-child {
    bottom: 0;
    width: 50%;
  }
  .header-content .menu-svg-wrap {
    display: none;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 6px;
  }
  .header-content .draw-svg-wrap {
    display: none;
    position: absolute;
    inset: 0 0 0 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
  }
  .header-content .draw-svg-wrap .all-menu-container {
    opacity: 0;
    width: inherit;
    height: inherit;
    position: absolute;
    z-index: 2;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: inherit;
    height: inherit;
    padding: 80px 77px;
    color: #ffffff;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-content .menu-area ul li {
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    font-size: 5vw;
    font-weight: 700;
    line-height: 1;
    color: inherit;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-content .menu-area ul li a {
    display: inline-block;
    position: relative;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-content .menu-area ul li a .line {
    position: absolute;
    top: 50%;
    left: -4.0104166667vw;
    width: 0;
    height: 2px;
    background: #ffffff;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-content .menu-area ul li a:hover .line {
    width: -webkit-calc(50vw + 77px);
    width: calc(50vw + 77px);
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-content .menu-area ul li ~ li {
    margin-top: 0.8rem;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-content .etc-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-content .etc-area .etc-menu {
    font-size: 1.0416666667vw;
    font-weight: 400;
    line-height: 1.6;
    color: inherit;
    letter-spacing: -0.03em;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-content .link-area ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-content .link-area ul li {
    width: 32px;
    height: 32px;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-content .link-area ul li:nth-child(1) {
    background: url("../../static/images/common/ico_instagram_white.png") no-repeat;
    background-size: cover;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-content .link-area ul li:nth-child(2) {
    background: url("../../static/images/common/ico_facebook_white.png") no-repeat;
    background-size: cover;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-content .link-area ul li:nth-child(3) {
    background: url("../../static/images/common/ico_blog_white.png") no-repeat;
    background-size: cover;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-content .link-area ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-content .link-area ul li ~ li {
    margin-left: 2.4rem;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-close {
    opacity: 0;
    position: absolute;
    top: 63px;
    right: 90px;
    width: 4rem;
    height: 4rem;
    background: url("../../static/images/common/button_close_default.png") no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-close:hover {
    background: url("../../static/images/common/button_close_hover.png") no-repeat;
    background-size: cover;
    cursor: pointer;
  }
  .header-content .draw-svg-wrap svg {
    position: inherit;
    z-index: 1;
  }
  .header-content .close-svg-wrap {
    display: none;
    position: absolute;
    inset: 0 0 0 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
  }
  .header-content.invert .logo-area {
    background: url("../../static/images/common/logo_black.png") no-repeat;
    background-size: cover;
  }
  .header-content.invert .gnb-menu-wrap .gnb a {
    color: #1c1c1c;
  }
  .header-content.invert .gnb-menu-wrap .gnb a::after {
    background: #1c1c1c;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
  }
  .header-content.invert .gnb-menu-wrap .gnb a.current-menu {
    border-bottom: 2px solid #1c1c1c;
  }
  .header-content.invert .gnb-menu-wrap .gnb-metaverse {
    background: url("../../static/images/common/gnb_metaverse_invert.png") no-repeat;
    background-size: cover;
  }
  .header-content.invert .gnb-menu-wrap .menu-util span {
    background: #1c1c1c;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: fixed;
    z-index: 101;
    width: 100%;
    height: 64px;
    padding: 0 48px;
    background: none;
  }
  .header-content .logo-area {
    width: 127px;
    height: 22px;
    background: url("../../static/images/common/logo.png") no-repeat;
    background-size: cover;
  }
  .header-content .logo-area a {
    display: inline-block;
    width: inherit;
    height: inherit;
  }
  .header-content .gnb {
    display: none;
  }
  .header-content .menu-util {
    z-index: 100;
  }
  .header-content .menu-util button {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 16px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
  }
  .header-content .menu-util button span {
    display: inherit;
    position: absolute;
    top: 0;
    right: 0;
    width: inherit;
    height: 2px;
    background: #ffffff;
  }
  .header-content .menu-util button span:last-child {
    top: 14px;
    width: 50%;
  }
  .header-content .menu-util button span:last-child.full-width {
    width: 100%;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
  }
  .header-content .menu-svg-wrap {
    display: none !important;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 6px;
  }
  .header-content .draw-svg-wrap {
    display: none;
    position: absolute;
    inset: 0 0 0 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
  }
  .header-content .draw-svg-wrap .all-menu-container {
    opacity: 0;
    width: inherit;
    height: inherit;
    position: absolute;
    z-index: 2;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: inherit;
    height: inherit;
    padding: 80px 77px;
    color: #ffffff;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-content .menu-area ul li {
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    font-size: 5vw;
    font-weight: 700;
    line-height: 1;
    color: inherit;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-content .menu-area ul li a {
    display: inline-block;
    width: 100%;
    position: relative;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-content .menu-area ul li a .line {
    position: absolute;
    top: 50%;
    left: -4.0104166667vw;
    width: 0;
    height: 2px;
    background: #ffffff;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-content .menu-area ul li a:hover .line {
    width: -webkit-calc(50% + 77px);
    width: calc(50% + 77px);
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-content .menu-area ul li ~ li {
    margin-top: 0.8rem;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-content .etc-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-content .etc-area .etc-menu {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.6;
    color: inherit;
    letter-spacing: -0.03em;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-content .link-area ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-content .link-area ul li {
    width: 32px;
    height: 32px;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-content .link-area ul li:nth-child(1) {
    background: url("../../static/images/common/ico_instagram_white.png") no-repeat;
    background-size: cover;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-content .link-area ul li:nth-child(2) {
    background: url("../../static/images/common/ico_facebook_white.png") no-repeat;
    background-size: cover;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-content .link-area ul li:nth-child(3) {
    background: url("../../static/images/common/ico_blog_white.png") no-repeat;
    background-size: cover;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-content .link-area ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-content .link-area ul li ~ li {
    margin-left: 2.4rem;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-close {
    opacity: 0;
    position: absolute;
    top: 80px;
    right: 77px;
    width: 4rem;
    height: 4rem;
    background: url("../../static/images/common/button_close_default.png") no-repeat;
    background-size: cover;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-close:hover {
    background: url("../../static/images/common/button_close_hover.png") no-repeat;
    background-size: cover;
    cursor: pointer;
  }
  .header-content .draw-svg-wrap svg {
    position: inherit;
    z-index: 1;
    width: 150% !important;
  }
  .header-content .close-svg-wrap {
    display: none;
    position: absolute;
    inset: 0 0 0 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
  }
  .header-content.invert .logo-area {
    background: url("../../static/images/common/logo_black.png") no-repeat;
    background-size: cover;
  }
  .header-content.invert .gnb a {
    color: #1c1c1c;
  }
  .header-content.invert .menu-util span {
    background: #1c1c1c;
  }
}
@media (max-width: 767px) {
  .header-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: fixed;
    z-index: 101;
    width: 100%;
    height: 48px;
    padding: 0 24px;
    background: none;
  }
  .header-content .logo-area {
    width: 127px;
    height: 22px;
    background: url("../../static/images/common/logo.png") no-repeat;
    background-size: cover;
  }
  .header-content .logo-area a {
    display: inline-block;
    width: inherit;
    height: inherit;
  }
  .header-content .gnb {
    display: none;
  }
  .header-content .menu-util button {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 16px;
    z-index: 999;
  }
  .header-content .menu-util button span {
    display: inherit;
    position: absolute;
    top: 0;
    right: 0;
    width: inherit;
    height: 2px;
    background: #ffffff;
  }
  .header-content .menu-util button span:last-child {
    top: 14px;
    width: 50%;
  }
  .header-content .menu-util button span:last-child.full-width {
    width: 100%;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
  }
  .header-content .menu-svg-wrap {
    display: none !important;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 6px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
  }
  .header-content .draw-svg-wrap {
    display: none;
    position: absolute;
    inset: 0 0 0 0;
    width: 100vw;
    height: 100vh;
  }
  .header-content .draw-svg-wrap .all-menu-container {
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: inherit;
    height: inherit;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: inherit;
    height: inherit;
    padding: 24px;
    color: #ffffff;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-content .menu-area ul li {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1;
    color: inherit;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-content .menu-area ul li ~ li {
    margin-top: 0.8rem;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-content .etc-area .etc-menu {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.6;
    color: inherit;
    letter-spacing: -0.03em;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-content .link-area {
    margin-top: 4rem;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-content .link-area ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-content .link-area ul li {
    width: 32px;
    height: 32px;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-content .link-area ul li:nth-child(1) {
    background: url("../../static/images/common/ico_instagram_white.png") no-repeat;
    background-size: cover;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-content .link-area ul li:nth-child(2) {
    background: url("../../static/images/common/ico_facebook_white.png") no-repeat;
    background-size: cover;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-content .link-area ul li:nth-child(3) {
    background: url("../../static/images/common/ico_blog_white.png") no-repeat;
    background-size: cover;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-content .link-area ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-content .link-area ul li ~ li {
    margin-left: 2.4rem;
  }
  .header-content .draw-svg-wrap .all-menu-container .all-menu-close {
    opacity: 0;
    position: absolute;
    top: 20px;
    right: 24px;
    width: 4rem;
    height: 4rem;
    background: url("../../static/images/common/button_close_default.png") no-repeat;
    background-size: cover;
  }
  .header-content .draw-svg-wrap svg {
    position: inherit;
    right: -50px;
    z-index: 1;
    width: 150% !important;
  }
  .header-content .close-svg-wrap {
    display: none;
    position: absolute;
    inset: 0 0 0 0;
    width: 100vw;
    height: 100vh;
  }
  .header-content.invert .logo-area {
    background: url("../../static/images/common/logo_black.png") no-repeat;
    background-size: cover;
  }
  .header-content.invert .gnb a {
    color: #1c1c1c;
  }
  .header-content.invert .menu-util span {
    background: #1c1c1c;
  }
}
@media (min-width: 1024px) and (max-width: 1444px) {
  .gnb-metaverse {
    display: none;
  }
}
@media (min-width: 1024px) {
  #footer {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 0;
    background: #fafafa;
  }
  #footer .footer-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    z-index: 0;
    height: 100%;
    padding: 6.6rem 7.7rem;
  }
  #footer .footer-content > p {
    font-size: 6.8rem;
    font-weight: bold;
    line-height: 1.1;
  }
  #footer .footer-content .etc-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 11rem;
  }
  #footer .footer-content .etc-container .copyright {
    font-size: 2.4rem;
  }
  #footer .footer-content .etc-container .copyright span:last-child {
    margin-left: 0.8rem;
    font-weight: bold;
  }
  #footer .footer-content .etc-container .link-area ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #footer .footer-content .etc-container .link-area ul li {
    width: 32px;
    height: 32px;
  }
  #footer .footer-content .etc-container .link-area ul li:nth-child(1) {
    background: url("../../static/images/common/ico_instagram.png") no-repeat;
    background-size: cover;
  }
  #footer .footer-content .etc-container .link-area ul li:nth-child(2) {
    background: url("../../static/images/common/ico_facebook.png") no-repeat;
    background-size: cover;
  }
  #footer .footer-content .etc-container .link-area ul li:nth-child(3) {
    background: url("../../static/images/common/ico_blog.png") no-repeat;
    background-size: cover;
  }
  #footer .footer-content .etc-container .link-area ul li a {
    display: inline-block;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
  }
  #footer .footer-content .etc-container .link-area ul li ~ li {
    margin-left: 2.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #footer {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #fafafa;
    z-index: 2;
  }
  #footer .footer-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    z-index: 0;
    height: 100%;
    padding: 5rem 4.8rem;
  }
  #footer .footer-content > p {
    font-size: 5.2rem;
    font-weight: bold;
    line-height: 1.1;
  }
  #footer .footer-content .etc-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 11rem;
  }
  #footer .footer-content .etc-container .copyright {
    font-size: 2.4rem;
  }
  #footer .footer-content .etc-container .copyright span:last-child {
    margin-left: 0.8rem;
    font-weight: bold;
  }
  #footer .footer-content .etc-container .link-area ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #footer .footer-content .etc-container .link-area ul li {
    width: 32px;
    height: 32px;
  }
  #footer .footer-content .etc-container .link-area ul li:nth-child(1) {
    background: url("../../static/images/common/ico_instagram.png") no-repeat;
    background-size: cover;
  }
  #footer .footer-content .etc-container .link-area ul li:nth-child(2) {
    background: url("../../static/images/common/ico_facebook.png") no-repeat;
    background-size: cover;
  }
  #footer .footer-content .etc-container .link-area ul li:nth-child(3) {
    background: url("../../static/images/common/ico_blog.png") no-repeat;
    background-size: cover;
  }
  #footer .footer-content .etc-container .link-area ul li a {
    display: inline-block;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
  }
  #footer .footer-content .etc-container .link-area ul li ~ li {
    margin-left: 2.4rem;
  }
}
@media (max-width: 767px) {
  #footer {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #fafafa;
    z-index: 2;
  }
  #footer.main-footer {
    z-index: 2;
  }
  #footer .footer-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    z-index: 0;
    height: 100%;
    padding: 2.4rem;
  }
  #footer .footer-content > p {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
  }
  #footer .footer-content .etc-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-top: 4rem;
  }
  #footer .footer-content .etc-container .copyright {
    font-size: 2rem;
  }
  #footer .footer-content .etc-container .copyright span:last-child {
    margin-left: 0.8rem;
    font-weight: bold;
  }
  #footer .footer-content .etc-container .link-area {
    margin-top: 7.2rem;
  }
  #footer .footer-content .etc-container .link-area ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #footer .footer-content .etc-container .link-area ul li {
    width: 32px;
    height: 32px;
  }
  #footer .footer-content .etc-container .link-area ul li:nth-child(1) {
    background: url("../../static/images/common/ico_instagram.png") no-repeat;
    background-size: cover;
  }
  #footer .footer-content .etc-container .link-area ul li:nth-child(2) {
    background: url("../../static/images/common/ico_facebook.png") no-repeat;
    background-size: cover;
  }
  #footer .footer-content .etc-container .link-area ul li:nth-child(3) {
    background: url("../../static/images/common/ico_blog.png") no-repeat;
    background-size: cover;
  }
  #footer .footer-content .etc-container .link-area ul li a {
    display: inline-block;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
  }
  #footer .footer-content .etc-container .link-area ul li ~ li {
    margin-left: 2.4rem;
  }
}
/* ! 레이아웃 노출 요소 분기처리 */
@media all and (min-width: 1024px) {
  .main-section {
    position: relative;
    width: 100%;
    height: 100vh;
    border-bottom: #e1002a;
    overflow: hidden;
    color: #ffffff;
    will-change: transfrom;
  }
  .main-section.intro {
    background: #1c1c1c;
  }
  .main-section .content-area {
    width: 100%;
    height: 100vh;
  }
  .main-section .content-area .txt-wrap {
    width: inherit;
    height: 100%;
  }
  .main-section .content-area .txt-wrap .main-txt {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    overflow: visible;
    width: 100%;
    font-size: 16.6666666667vw;
    font-family: "Etolie-regular";
    line-height: 1;
    white-space: nowrap;
    text-align: center;
  }
  .main-section .content-area .txt-wrap .main-txt:nth-child(1) {
    top: 8.148%;
    left: -17%;
  }
  .main-section .content-area .txt-wrap .main-txt:nth-child(2) {
    top: 31.851%;
    left: 27.5%;
  }
  .main-section .content-area .txt-wrap .main-txt:nth-child(3) {
    top: 55.555%;
    left: -29%;
  }
  .main-section .content-area .txt-wrap .main-txt:nth-child(4) {
    top: 8.148%;
    left: -17%;
  }
  .main-section .content-area .txt-wrap .main-txt:nth-child(5) {
    top: 31.851%;
    left: 27.5%;
  }
  .main-section .content-area .txt-wrap .main-txt:nth-child(6) {
    top: 55.555%;
    left: -29%;
  }
  .main-section .content-area .left-content {
    opacity: 0;
    position: absolute;
    top: 39.3518518519vh;
    left: 0;
    width: 26.1458333333vw;
    height: 34.9074074074vh;
    background: url("../../static/images/main/main_item01.png") no-repeat;
    background-size: contain;
  }
  .main-section .content-area .right-content {
    position: absolute;
    top: 15.0925925926vh;
    right: 0;
    z-index: 2;
  }
  .main-section .content-area .right-content > p {
    opacity: 0;
    color: #ff0000;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .main-section .content-area .right-content > p span {
    opacity: 0;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
  }
  .main-section .content-area .right-content > p span.fade {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .main-section .content-area .right-content > p span.pdr-10 {
    padding-right: 10px;
  }
  .main-section .content-area .right-content > div {
    opacity: 0;
    width: 18.3854166667vw;
    height: 21.5740740741vh;
    margin-top: 6rem;
    background: url("../../static/images/main/main_item02.png") no-repeat center/cover;
  }
  .main-section .img-area {
    height: 100%;
  }
  .main-section .img-area > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .main-section .desc-wrap {
    position: fixed;
    bottom: 0;
    left: 80px;
    z-index: 100;
  }
  .main-section .desc-wrap p {
    font-size: 2.4rem;
    line-height: 1.3;
  }
  .motion-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 800px;
    background: #fafafa;
  }
  .motion-wrap.main {
    background: #fafafa;
  }
  .menu-num {
    position: fixed;
    bottom: 80px;
    right: 4.6875vw;
    z-index: 200;
  }
  .menu-num span {
    display: block;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .menu-num span:first-child {
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #ffffff;
  }
  .menu-num span:last-child {
    margin-top: 1.6rem;
  }
  .fake-div {
    z-index: -1;
    height: 100vh;
    background: #fafafa;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .motion-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 400px;
  }
  .main-section {
    position: relative;
    width: 100%;
    height: 100vh;
    border-bottom: #e1002a;
    overflow: hidden;
    color: #ffffff;
    will-change: transfrom;
  }
  .main-section.intro {
    background: #1c1c1c;
  }
  .main-section.ux-page-motion {
    z-index: 2;
    overflow: hidden;
    position: relative;
  }
  .main-section .content-area {
    width: 100%;
    height: -webkit-calc(100vh + 80px);
    height: calc(100vh + 80px);
  }
  .main-section .content-area .txt-wrap {
    width: inherit;
    height: 100%;
  }
  .main-section .content-area .txt-wrap .main-txt {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    overflow: visible;
    font-size: 17.5vw;
    font-family: "Etolie-regular";
    line-height: 1;
    white-space: nowrap;
  }
  .main-section .content-area .txt-wrap .main-txt:nth-child(1) {
    top: 96px;
    left: -3.125vw;
  }
  .main-section .content-area .txt-wrap .main-txt:nth-child(2) {
    top: 236px;
    left: 27.6042vw;
  }
  .main-section .content-area .txt-wrap .main-txt:nth-child(3) {
    top: 370px;
    left: -24.2188vw;
  }
  .main-section .content-area .txt-wrap .main-txt:nth-child(4) {
    top: 96px;
    left: -3.125vw;
  }
  .main-section .content-area .txt-wrap .main-txt:nth-child(5) {
    top: 236px;
    left: 27.6042vw;
  }
  .main-section .content-area .txt-wrap .main-txt:nth-child(6) {
    top: 370px;
    left: -24.2188vw;
  }
  .main-section .content-area .left-content {
    position: absolute;
    top: 38%;
    left: 0;
    width: 27.2916666667vw;
    height: 36.4814814815vh;
    background: url("../../static/images/main/main_item01.png") no-repeat;
    background-size: contain;
  }
  .main-section .content-area .right-content {
    position: absolute;
    top: 19.0104%;
    right: 0;
    z-index: 101;
  }
  .main-section .content-area .right-content > p {
    opacity: 0;
    color: #ff0000;
    font-size: 1.6666666667vw;
    letter-spacing: -0.03em;
    font-weight: bold;
    line-height: 1.2;
  }
  .main-section .content-area .right-content > p span {
    opacity: 0;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
    -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px);
  }
  .main-section .content-area .right-content > p span.fade {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .main-section .content-area .right-content > p span.pdr-10 {
    padding-right: 10px;
  }
  .main-section .content-area .right-content > div {
    width: 21.25vw;
    height: 26.6666666667vh;
    margin-top: 2.5rem;
    background: url("../../static/images/main/main_item02.png") no-repeat;
    background-size: contain;
  }
  .main-section .img-area {
    width: 100%;
    height: 100%;
  }
  .main-section .img-area > img {
    height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .main-section .desc-wrap {
    position: absolute;
    bottom: 80px;
    left: 80px;
    z-index: 100;
  }
  .main-section .desc-wrap p {
    font-size: 2.4rem;
    line-height: 1.3;
  }
  .menu-num {
    position: fixed;
    bottom: 48px;
    right: 48px;
    z-index: 200;
  }
  .menu-num span {
    display: block;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .menu-num span:first-child {
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #ffffff;
  }
  .menu-num span:last-child {
    margin-top: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .motion-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-section {
    position: relative;
    width: 100%;
    height: 100vh;
    border-bottom: #e1002a;
    overflow: hidden;
    color: #ffffff;
    will-change: transfrom;
    z-index: 2;
  }
  .main-section.intro {
    background: #1c1c1c;
  }
  .main-section.ux-page-motion {
    z-index: 2;
    overflow: hidden;
  }
  .main-section .content-area {
    width: 100%;
    height: -webkit-calc(100vh + 80px);
    height: calc(100vh + 80px);
  }
  .main-section .content-area .txt-wrap {
    width: inherit;
  }
  .main-section .content-area .txt-wrap .main-txt {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    overflow: hidden;
    font-size: 12rem;
    font-family: "Etolie-regular";
    line-height: 1.3;
    white-space: nowrap;
  }
  .main-section .content-area .txt-wrap .main-txt:nth-child(1) {
    left: -2rem;
    margin-top: 10.7rem;
  }
  .main-section .content-area .txt-wrap .main-txt:nth-child(2) {
    left: 4.5rem;
    margin-top: 20.3rem;
  }
  .main-section .content-area .txt-wrap .main-txt:nth-child(3) {
    left: -16.5rem;
    margin-top: 30rem;
  }
  .main-section .content-area .txt-wrap .main-txt:nth-child(4) {
    display: none;
    left: -2rem;
    margin-top: 10.7rem;
  }
  .main-section .content-area .txt-wrap .main-txt:nth-child(5) {
    display: none;
    left: 4.5rem;
    margin-top: 20.3rem;
  }
  .main-section .content-area .txt-wrap .main-txt:nth-child(6) {
    display: none;
    left: -16.5rem;
    margin-top: 30rem;
  }
  .main-section .content-area .left-content {
    position: absolute;
    top: 74px;
    left: 0;
    width: 266px;
    height: 200px;
    background: url("../../static/images/main/main_item01.png") no-repeat;
    background-size: cover;
  }
  .main-section .content-area .right-content {
    position: absolute;
    top: 58%;
    right: 0;
    z-index: 101;
  }
  .main-section .content-area .right-content > p {
    opacity: 0;
    color: #ff0000;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .main-section .content-area .right-content > p span {
    opacity: 0;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
    -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px);
  }
  .main-section .content-area .right-content > p span.fade {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .main-section .content-area .right-content > p span.pdr-10 {
    padding-right: 10px;
  }
  .main-section .content-area .right-content > div {
    width: 181px;
    height: 128px;
    margin-top: 1.5rem;
    background: url("../../static/images/main/main_item02.png") no-repeat;
    background-size: cover;
  }
  .main-section .img-area {
    height: 100%;
  }
  .main-section .img-area > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .main-section .desc-wrap {
    position: absolute;
    bottom: 110px;
    left: 24px;
    z-index: 100;
  }
  .main-section .desc-wrap p {
    font-size: 2.4rem;
    line-height: 1.3;
  }
  .menu-num {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 200;
  }
  .menu-num span {
    display: block;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .menu-num span:first-child {
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #ffffff;
  }
  .menu-num span:last-child {
    margin-top: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .company-section {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0rem 7.7rem;
    border-bottom: #e1002a;
    color: #ffffff;
  }
  .company-section.intro {
    display: block;
    margin-top: 8.7rem;
  }
  .company-section.intro .main-visual {
    opacity: 0;
    position: absolute;
    top: 24%;
    left: 25.2916%;
    width: 29.895%;
    height: auto;
  }
  .company-section.intro .main-visual img {
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .company-section.intro .txt-wrap h2 {
    display: inline-block;
    position: relative;
    z-index: 100;
    font-size: 18.75vw;
    font-family: "Etolie-regular";
    line-height: 0.8;
    text-align: center;
    white-space: nowrap;
  }
  .company-section.intro .txt-wrap h2:nth-child(2) {
    left: -7%;
  }
  .company-section.intro .txt-wrap h2:nth-child(3) {
    right: -16%;
  }
  .company-section.intro p {
    grid-area: 2/2/3/3;
    position: relative;
    z-index: 100;
    color: #ff0000;
    font-size: 1.25vw;
    font-weight: bold;
    line-height: 1.2;
  }
  .company-section.ideal-section {
    position: relative;
    margin-top: 46.2rem;
    padding: 0rem 7.7rem;
  }
  .company-section.ideal-section > p {
    font-size: 5.6rem;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
    font-family: "Etolie-regular";
  }
  .company-section.ideal-section .about-wrap {
    display: grid;
    grid-template-columns: 2fr 1fr;
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
    row-gap: 132px;
    grid-template-areas: "a a" "b c";
    margin-top: 17rem;
  }
  .company-section.ideal-section .about-wrap h3 {
    grid-area: a;
    font-size: 5vw;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
    letter-spacing: -3px;
  }
  .company-section.ideal-section .about-wrap h3 span {
    display: block;
  }
  .company-section.ideal-section .about-wrap .desc-wrap {
    grid-area: c;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.3;
    color: inherit;
  }
  .company-section.ideal-section .about-wrap .desc-wrap p ~ p {
    margin-top: 4rem;
  }
  .company-section.ideal-section .about-wrap .desc-wrap .red {
    font-size: 1.25vw;
    font-weight: 700;
    line-height: 1.3;
    color: #ff0000;
    letter-spacing: -0.03em;
  }
  .company-section.ideal-section .slogan-area {
    margin-top: 18.1rem;
    min-height: 100vh;
  }
  .company-section.ideal-section .slogan-area .tit-txt {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16.25vw;
    font-weight: 400;
    line-height: 0.8;
    color: inherit;
    font-family: "Etolie-regular";
    height: 23.14814% !important;
    max-height: 23.14814% !important;
  }
  .company-section.ideal-section .slogan-area .sub-txt {
    margin-top: 3.6rem;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #ff0000;
    letter-spacing: -0.03em;
  }
  .company-section.ideal-section .visual-area {
    position: relative;
    width: auto;
    margin-top: 32.1rem;
  }
  .company-section.ideal-section .visual-area .visual-img {
    position: absolute;
    top: 0;
    left: -77px;
    width: -webkit-calc(72.708333% + 77px);
    width: calc(72.708333% + 77px);
    z-index: 0;
    overflow: hidden;
  }
  .company-section.ideal-section .visual-area .visual-img img {
    z-index: 1;
    width: 100%;
  }
  .company-section.ideal-section .better-wrap {
    position: relative;
    margin-top: 93.5rem;
  }
  .company-section.ideal-section .better-wrap .better-txt {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    left: 23.28125vw;
    font-size: 23.4375vw;
    font-weight: 400;
    line-height: 0.8;
    color: inherit;
    font-family: "Etolie-regular";
    white-space: nowrap;
  }
  .company-section.ideal-section .better-wrap .better-txt:first-child .after {
    position: absolute;
    bottom: -9%;
    left: 51.1458%;
    font-size: 3.3333333333vw;
    font-weight: 700;
    line-height: 1.1;
    color: #ff0000;
    text-shadow: none;
  }
  .company-section.ideal-section .better-wrap .better-txt:last-child .after {
    position: absolute;
    bottom: -9%;
    left: 50.5458%;
    font-size: 3.3333333333vw;
    font-weight: 700;
    line-height: 1.1;
    color: #ff0000;
    text-shadow: none;
  }
  .company-section.ideal-section .info-wrap {
    display: grid;
    grid-template-columns: 3fr 4fr 5fr;
    grid-template-areas: "a b c";
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
    margin-top: 29rem;
  }
  .company-section.ideal-section .info-wrap .txt-area {
    grid-area: b;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 3.125vw;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.3;
    color: inherit;
  }
  .company-section.ideal-section .info-wrap .txt-area span {
    font-family: "Etolie-italic";
  }
  .company-section.ideal-section .info-wrap .txt-area p ~ p {
    margin-top: 4rem;
  }
  .company-section.ideal-section .info-wrap .img-area {
    grid-area: c;
    position: relative;
    width: auto;
    min-height: 373px;
  }
  .company-section.ideal-section .info-wrap .img-area img {
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 1;
  }
  .company-section.ideal-section .connect-wrap {
    margin-top: 55rem;
  }
  .company-section.ideal-section .connect-wrap h3 {
    font-size: 5vw;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
  }
  .company-section.ideal-section .connect-wrap .connect-img-wrap {
    position: absolute;
    top: auto;
    right: -77px;
    width: 57.1875%;
  }
  .company-section.ideal-section .connect-wrap .connect-img-wrap img {
    z-index: 1;
    width: 100%;
  }
  .company-section.ideal-section .connect-wrap .connect-grid {
    display: grid;
    grid-template-columns: 7fr 5fr;
    grid-template-rows: minmax(auto, -webkit-max-content);
    grid-template-rows: minmax(auto, max-content);
    grid-column-gap: 22px;
    grid-row-gap: 113px;
    position: relative;
    z-index: 1;
    margin-top: 41.8rem;
  }
  .company-section.ideal-section .connect-wrap .connect-grid .scroll-txt {
    grid-area: 1/1/2/3;
    font-size: 21.7708333333vw;
    font-weight: 400;
    line-height: 1;
    color: inherit;
    font-family: "Etolie-regular";
    white-space: nowrap;
  }
  .company-section.ideal-section .connect-wrap .connect-grid .scroll-txt .txt-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .company-section.ideal-section .connect-wrap .connect-grid .desc-wrap {
    grid-area: 2/2/3/3;
    max-width: 29.8958333333vw;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.3;
    color: inherit;
  }
  .company-section.ideal-section .connect-wrap .connect-grid .desc-wrap p ~ p {
    margin-top: 4rem;
  }
  .company-section.ideal-section .connect-wrap .connect-grid .desc-wrap .red {
    font-size: 1.25vw;
    font-weight: 700;
    line-height: 1.3;
    color: #ff0000;
    letter-spacing: -0.03em;
  }
  .company-section.ideal-section .blood-color-wrap {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr auto 4fr;
    grid-template-rows: minmax(auto, -webkit-max-content);
    grid-template-rows: minmax(auto, max-content);
    grid-column-gap: 22px;
    grid-row-gap: 0px;
    grid-template-areas: "a a a a a" "b b b c d" "e f f f g " "h h i i j";
  }
  .company-section.ideal-section .blood-color-wrap dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .company-section.ideal-section .blood-color-wrap dl dt {
    font-size: 5.4166666667vw;
    font-weight: 700;
    line-height: 1.1;
    color: #ff0000;
  }
  .company-section.ideal-section .blood-color-wrap dl dd {
    margin-left: 2.2916666667vw;
    font-size: 2.5vw;
    font-weight: 400;
    line-height: 1;
    color: inherit;
    font-family: "Etolie-regular";
    white-space: nowrap;
  }
  .company-section.ideal-section .blood-color-wrap dl:first-child {
    grid-area: a;
  }
  .company-section.ideal-section .blood-color-wrap dl:nth-child(2) {
    grid-area: c;
    margin-top: 11.5rem;
  }
  .company-section.ideal-section .blood-color-wrap dl:nth-child(3) {
    grid-area: f;
    margin-top: 16.3rem;
  }
  .company-section.ideal-section .blood-color-wrap > p {
    grid-area: i;
    max-width: 22.1354166667vw;
    padding-top: 52.6rem;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.3;
    color: inherit;
  }
  .company-section.ideal-section .blood-color-wrap > p .red {
    color: #ff0000;
    font-family: "Etolie-regular";
  }
  .company-section.ideal-section .about-blood-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: minmax(auto, -webkit-max-content);
    grid-template-rows: minmax(auto, max-content);
    grid-column-gap: 0px;
    grid-row-gap: 132px;
    margin-top: 3.3rem;
  }
  .company-section.ideal-section .about-blood-wrap p {
    grid-area: 1/1/2/4;
    position: relative;
    z-index: 0;
    top: 0;
    left: -7.8125vw;
  }
  .company-section.ideal-section .about-blood-wrap p .txt {
    position: relative;
    z-index: -1;
    font-size: 34.5833333333vw;
    font-weight: 400;
    line-height: 1;
    color: #ff0000;
    font-family: "Etolie-regular";
    white-space: nowrap;
  }
  .company-section.ideal-section .about-blood-wrap p .mask {
    position: absolute;
    top: 0;
    width: 150%;
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(28, 28, 28)), color-stop(90%, rgb(28, 28, 28)), color-stop(200%, rgba(28, 28, 28, 0)));
    background-image: -webkit-linear-gradient(bottom, rgb(28, 28, 28) 0%, rgb(28, 28, 28) 90%, rgba(28, 28, 28, 0) 200%);
    background-image: -o-linear-gradient(bottom, rgb(28, 28, 28) 0%, rgb(28, 28, 28) 90%, rgba(28, 28, 28, 0) 200%);
    background-image: linear-gradient(0deg, rgb(28, 28, 28) 0%, rgb(28, 28, 28) 90%, rgba(28, 28, 28, 0) 200%);
  }
  .company-section.ideal-section .about-blood-wrap .introduce-blood {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    grid-area: 2/2/3/5;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 120%;
    max-height: 173px;
    padding: 6.7rem 5.8rem;
    overflow: hidden;
  }
  .company-section.ideal-section .about-blood-wrap .introduce-blood .txt {
    position: relative;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
  }
  .company-section.ideal-section .about-blood-wrap .introduce-blood .bg-mask {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ff0000;
  }
  .company-section.ideal-section .about-blood-wrap .introduce-blood .arrow {
    position: relative;
    margin-left: 3.4rem;
  }
  .company-section.ideal-section .about-blood-wrap .introduce-blood .arrow::before, .company-section.ideal-section .about-blood-wrap .introduce-blood .arrow::after {
    content: "";
    position: absolute;
    left: 34px;
  }
  .company-section.ideal-section .about-blood-wrap .introduce-blood .arrow::before {
    top: -5px;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #ffffff;
    border-right: 6px solid transparent;
    -webkit-transform: translateX(200%);
        -ms-transform: translateX(200%);
            transform: translateX(200%);
  }
  .company-section.ideal-section .about-blood-wrap .introduce-blood .arrow::after {
    top: 0;
    width: 4.8rem;
    height: 0.1rem;
    background: #ffffff;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .company-section.ideal-section .about-blood-wrap .introduce-blood .motion-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    top: 0;
    left: 48.6458333333vw;
    width: 50%;
    height: 100%;
    background: none;
  }
  .company-section.ideal-section .about-blood-wrap .introduce-blood .motion-wrap .blood-motion01 {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 11.3rem;
    height: 11.6rem;
    background: url("../../static/images/company/blood_moition01.png") no-repeat;
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    will-change: transform;
  }
  .company-section.ideal-section .about-blood-wrap .introduce-blood .motion-wrap .blood-motion02 {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 19rem;
    height: 15.7rem;
    margin-left: 13.5rem;
    background: url("../../static/images/company/blood_moition02.png") no-repeat;
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    will-change: transform;
  }
  .company-section.awards-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    margin-top: 48.2rem;
  }
  .company-section.awards-section > h3 {
    font-size: 2.9166666667vw;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
    font-family: "Etolie-regular";
  }
  .company-section.awards-section .awards-case .awards-title {
    width: 7.9rem;
    height: 9.5rem;
    margin-top: 16rem;
  }
  .company-section.awards-section .awards-case .awards-title.app-award {
    background: url("../../static/images/company/award-app-white.png") no-repeat;
  }
  .company-section.awards-section .awards-case .awards-title.web-award {
    background: url("../../static/images/company/award-web-white.png") no-repeat;
  }
  .company-section.awards-section .awards-case .awards-title.awards-for-new-digital {
    width: 20.1rem;
    height: 8.2rem;
    background: url("../../static/images/company/award-new-digital-white.png") no-repeat;
  }
  .company-section.awards-section .awards-case .project-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 7.2rem;
  }
  .company-section.awards-section .awards-case .project-name ul {
    width: 50%;
  }
  .company-section.awards-section .awards-case .project-name ul li {
    height: 10.8rem;
  }
  .company-section.awards-section .awards-case .project-name ul li dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.0416666667vw;
    font-weight: 400;
    line-height: 1;
    color: #b3b3b3;
  }
  .company-section.awards-section .awards-case .project-name ul li dl dd {
    margin-left: 1.6rem;
  }
  .company-section.awards-section .awards-case .project-name ul li span {
    display: inline-block;
    margin-top: 1.6rem;
    font-size: 2.4479166667vw;
    font-weight: 700;
    line-height: 1;
    color: inherit;
  }
  .company-section.awards-section .awards-case .project-name ul li ~ li {
    margin-top: 4rem;
  }
  .company-section.partners-section {
    margin-top: 51.4rem;
    padding-bottom: 46rem;
  }
  .company-section.partners-section > h3 {
    font-size: 2.9166666667vw;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
    font-family: "Etolie-regular";
  }
  .company-section.partners-section .classify-project {
    margin-top: 13.6rem;
  }
  .company-section.partners-section .classify-project h4 {
    font-size: 10.4166666667vw;
    font-weight: 400;
    line-height: 0.8;
    color: inherit;
    font-family: "Etolie-regular";
  }
  .company-section.partners-section .classify-project ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 7.4rem;
  }
  .company-section.partners-section .classify-project ul .name {
    font-size: 5.6rem;
    font-weight: 400;
    line-height: 1.3;
    color: inherit;
  }
  .company-section.partners-section .classify-project ul .circle {
    width: 5.1rem;
    height: 5.1rem;
    margin: 0rem 1.5rem;
    border: 1px solid #ffffff;
    border-radius: 50%;
  }
  .company-section.partners-section .classify-project ~ .classify-project {
    margin-top: 17.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .company-section {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0rem 7.7rem;
    border-bottom: #e1002a;
    color: #ffffff;
  }
  .company-section.intro {
    display: block;
    margin-top: 8.7rem;
  }
  .company-section.intro .main-visual {
    position: absolute;
    top: 24%;
    left: 25.2916%;
    width: 29.895%;
    height: auto;
  }
  .company-section.intro .main-visual img {
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .company-section.intro .txt-wrap h2 {
    display: inline-block;
    position: relative;
    z-index: 100;
    font-size: 18.75vw;
    font-family: "Etolie-regular";
    line-height: 0.8;
    text-align: center;
    white-space: nowrap;
  }
  .company-section.intro .txt-wrap h2:nth-child(2) {
    left: -7%;
  }
  .company-section.intro .txt-wrap h2:nth-child(3) {
    right: -16%;
  }
  .company-section.intro p {
    grid-area: 2/2/3/3;
    position: relative;
    z-index: 100;
    color: #ff0000;
    font-size: 1.25vw;
    font-weight: bold;
    line-height: 1.2;
  }
  .company-section.ideal-section {
    margin-top: 28.7rem;
    padding: 0rem 4.8rem;
  }
  .company-section.ideal-section > p {
    font-size: 4.8rem;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
    font-family: "Etolie-regular";
  }
  .company-section.ideal-section .about-wrap {
    display: grid;
    grid-template-columns: 2fr 1fr;
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
    row-gap: 132px;
    grid-template-areas: "a a" "b c";
    margin-top: 17rem;
  }
  .company-section.ideal-section .about-wrap h3 {
    grid-area: a;
    font-size: 5.8333333333vw;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
    letter-spacing: -0.03em;
  }
  .company-section.ideal-section .about-wrap h3 span {
    display: block;
  }
  .company-section.ideal-section .about-wrap .desc-wrap {
    grid-area: c;
    font-size: 2.5vw;
    font-weight: 400;
    line-height: 1.3;
    color: inherit;
    white-space: nowrap;
  }
  .company-section.ideal-section .about-wrap .desc-wrap p ~ p {
    margin-top: 4rem;
  }
  .company-section.ideal-section .about-wrap .desc-wrap .red {
    font-size: 2.5vw;
    font-weight: 700;
    line-height: 1.3;
    color: #ff0000;
    letter-spacing: -0.03em;
  }
  .company-section.ideal-section .slogan-area {
    margin-top: 15.3rem;
  }
  .company-section.ideal-section .slogan-area .tit-txt {
    font-size: 19.1666666667vw;
    font-weight: 400;
    line-height: 0.8;
    color: inherit;
    font-family: "Etolie-regular";
  }
  .company-section.ideal-section .slogan-area .sub-txt {
    margin-top: 3rem;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #ff0000;
    letter-spacing: -0.03em;
  }
  .company-section.ideal-section .visual-area {
    position: relative;
    width: auto;
    margin-top: 21.2rem;
  }
  .company-section.ideal-section .visual-area .visual-img {
    position: absolute;
    top: 0;
    left: -77px;
    width: -webkit-calc(72.708333% + 77px);
    width: calc(72.708333% + 77px);
    z-index: 0;
  }
  .company-section.ideal-section .visual-area .visual-img img {
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .company-section.ideal-section .better-wrap {
    position: relative;
    margin-top: 46.8rem;
  }
  .company-section.ideal-section .better-wrap .better-txt {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 32.7083333333vw;
    font-weight: 400;
    line-height: 0.8;
    color: inherit;
    font-family: "Etolie-regular";
    white-space: nowrap;
  }
  .company-section.ideal-section .better-wrap .better-txt:first-child .after {
    position: absolute;
    bottom: -9%;
    left: 75%;
    font-size: 5vw;
    font-weight: 700;
    line-height: 1.1;
    color: #ff0000;
    text-shadow: none;
  }
  .company-section.ideal-section .better-wrap .better-txt:last-child .after {
    position: absolute;
    bottom: -9%;
    left: 75%;
    font-size: 5vw;
    font-weight: 700;
    line-height: 1.1;
    color: #ff0000;
    text-shadow: none;
  }
  .company-section.ideal-section .info-wrap {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-areas: "a b";
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
    margin-top: 29rem;
  }
  .company-section.ideal-section .info-wrap .txt-area {
    grid-area: a;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2.5vw;
    font-weight: 400;
    line-height: 1.3;
    color: inherit;
  }
  .company-section.ideal-section .info-wrap .txt-area span {
    font-family: "Etolie-italic";
  }
  .company-section.ideal-section .info-wrap .txt-area p ~ p {
    margin-top: 4rem;
  }
  .company-section.ideal-section .info-wrap .img-area {
    grid-area: b;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: right;
  }
  .company-section.ideal-section .info-wrap .img-area img {
    position: inherit;
    z-index: 1;
  }
  .company-section.ideal-section .connect-wrap {
    margin-top: 40.5rem;
  }
  .company-section.ideal-section .connect-wrap h3 {
    font-size: 5vw;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
  }
  .company-section.ideal-section .connect-wrap .connect-img-wrap {
    position: relative;
    width: -webkit-calc(100% + 4.8rem);
    width: calc(100% + 4.8rem);
    margin-top: 13.7rem;
  }
  .company-section.ideal-section .connect-wrap .connect-img-wrap img {
    position: relative;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .company-section.ideal-section .connect-wrap .connect-grid {
    position: relative;
    top: -150px;
    left: auto;
    z-index: 1;
  }
  .company-section.ideal-section .connect-wrap .connect-grid .scroll-txt {
    font-size: 21.7708333333vw;
    font-weight: 400;
    line-height: 1;
    color: inherit;
    font-family: "Etolie-regular";
    white-space: nowrap;
  }
  .company-section.ideal-section .connect-wrap .connect-grid .scroll-txt .txt-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .company-section.ideal-section .connect-wrap .connect-grid .desc-wrap {
    width: 70%;
    margin-top: 13rem;
    font-size: 2.5vw;
    font-weight: 400;
    line-height: 1.3;
    color: inherit;
  }
  .company-section.ideal-section .connect-wrap .connect-grid .desc-wrap p ~ p {
    margin-top: 4rem;
  }
  .company-section.ideal-section .connect-wrap .connect-grid .desc-wrap .red {
    font-size: 2.5vw;
    font-weight: 700;
    line-height: 1.3;
    color: #ff0000;
    letter-spacing: -0.03em;
  }
  .company-section.ideal-section .blood-color-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(auto, -webkit-max-content);
    grid-template-rows: minmax(auto, max-content);
    grid-column-gap: 22px;
    grid-row-gap: 0px;
    grid-template-areas: "a a a a a" "b b b c d" "e e e f g " "h h h h h";
  }
  .company-section.ideal-section .blood-color-wrap dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .company-section.ideal-section .blood-color-wrap dl dt {
    font-size: 8.3333333333vw;
    font-weight: 700;
    line-height: 1.1;
    color: #ff0000;
  }
  .company-section.ideal-section .blood-color-wrap dl dd {
    margin-left: 4.8rem;
    font-size: 4.1666666667vw;
    font-weight: 400;
    line-height: 1;
    color: inherit;
    font-family: "Etolie-regular";
    white-space: nowrap;
  }
  .company-section.ideal-section .blood-color-wrap dl:first-child {
    grid-area: a;
  }
  .company-section.ideal-section .blood-color-wrap dl:nth-child(2) {
    grid-area: c;
    margin-top: 10rem;
  }
  .company-section.ideal-section .blood-color-wrap dl:nth-child(3) {
    grid-area: e;
    margin-top: 14rem;
  }
  .company-section.ideal-section .blood-color-wrap > p {
    grid-area: h;
    max-width: 42.5rem;
    padding-top: 38.7rem;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.3;
    color: inherit;
    letter-spacing: -0.03em;
  }
  .company-section.ideal-section .blood-color-wrap > p .red {
    color: #ff0000;
    font-family: "Etolie-regular";
  }
  .company-section.ideal-section .about-blood-wrap {
    margin-top: 8.5rem;
  }
  .company-section.ideal-section .about-blood-wrap p {
    position: relative;
    z-index: 0;
    top: 0;
    left: -12%;
  }
  .company-section.ideal-section .about-blood-wrap p .txt {
    position: relative;
    z-index: -1;
    font-size: 43.3333333333vw;
    font-weight: 400;
    line-height: 1;
    color: #ff0000;
    font-family: "Etolie-regular";
    white-space: nowrap;
  }
  .company-section.ideal-section .about-blood-wrap p .mask {
    position: absolute;
    top: 0;
    width: -webkit-calc(100% + 15.625vw);
    width: calc(100% + 15.625vw);
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(28, 28, 28)), color-stop(90%, rgb(28, 28, 28)), color-stop(200%, rgba(28, 28, 28, 0)));
    background-image: -webkit-linear-gradient(bottom, rgb(28, 28, 28) 0%, rgb(28, 28, 28) 90%, rgba(28, 28, 28, 0) 200%);
    background-image: -o-linear-gradient(bottom, rgb(28, 28, 28) 0%, rgb(28, 28, 28) 90%, rgba(28, 28, 28, 0) 200%);
    background-image: linear-gradient(0deg, rgb(28, 28, 28) 0%, rgb(28, 28, 28) 90%, rgba(28, 28, 28, 0) 200%);
  }
  .company-section.ideal-section .about-blood-wrap .introduce-blood {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 2;
    width: 120%;
    margin-top: 15.7rem;
    padding: 6.7rem 5.8rem;
    max-height: 169px;
    overflow: hidden;
  }
  .company-section.ideal-section .about-blood-wrap .introduce-blood .txt {
    position: relative;
    font-size: 3.3333333333vw;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
  }
  .company-section.ideal-section .about-blood-wrap .introduce-blood .bg-mask {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ff0000;
  }
  .company-section.ideal-section .about-blood-wrap .introduce-blood .arrow {
    position: relative;
    margin-left: 3.4rem;
  }
  .company-section.ideal-section .about-blood-wrap .introduce-blood .arrow::before, .company-section.ideal-section .about-blood-wrap .introduce-blood .arrow::after {
    content: "";
    position: absolute;
    left: 34px;
  }
  .company-section.ideal-section .about-blood-wrap .introduce-blood .arrow::before {
    top: -5px;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #ffffff;
    border-right: 6px solid transparent;
    -webkit-transform: translateX(200%);
        -ms-transform: translateX(200%);
            transform: translateX(200%);
  }
  .company-section.ideal-section .about-blood-wrap .introduce-blood .arrow::after {
    top: 0;
    width: 4.8rem;
    height: 0.1rem;
    background: #ffffff;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .company-section.ideal-section .about-blood-wrap .introduce-blood .motion-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10%;
  }
  .company-section.ideal-section .about-blood-wrap .introduce-blood .motion-wrap .blood-motion01 {
    position: absolute;
    top: 0;
    right: 29%;
    z-index: 2;
    width: 113px;
    height: 116px;
    background: url("../../static/images/company/blood_moition01.png") no-repeat;
    background-size: cover;
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    will-change: transform;
  }
  .company-section.ideal-section .about-blood-wrap .introduce-blood .motion-wrap .blood-motion02 {
    position: absolute;
    top: 0;
    right: 10%;
    z-index: 2;
    width: 190px;
    height: 157px;
    margin-left: 1.6rem;
    background: url("../../static/images/company/blood_moition02.png") no-repeat;
    background-size: cover;
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    will-change: transform;
  }
  .company-section.awards-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    margin-top: 46.4rem;
  }
  .company-section.awards-section > h3 {
    font-size: 5.8333333333vw;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
    font-family: "Etolie-regular";
  }
  .company-section.awards-section .awards-case .awards-title {
    width: 7.9rem;
    height: 9.5rem;
    margin-top: 16rem;
  }
  .company-section.awards-section .awards-case .awards-title.app-award {
    background: url("../../static/images/company/award-app-white.png") no-repeat;
    background-size: cover;
  }
  .company-section.awards-section .awards-case .awards-title.web-award {
    background: url("../../static/images/company/award-web-white.png") no-repeat;
    background-size: cover;
  }
  .company-section.awards-section .awards-case .awards-title.awards-for-new-digital {
    width: 20.1rem;
    height: 8.2rem;
    background: url("../../static/images/company/award-new-digital-white.png") no-repeat;
    background-size: cover;
  }
  .company-section.awards-section .awards-case .project-name {
    display: block;
    padding-top: 7.2rem;
  }
  .company-section.awards-section .awards-case .project-name ul {
    width: 100%;
  }
  .company-section.awards-section .awards-case .project-name ul li {
    height: 10.8rem;
  }
  .company-section.awards-section .awards-case .project-name ul li dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.0833333333vw;
    font-weight: 400;
    line-height: 1;
    color: #b3b3b3;
  }
  .company-section.awards-section .awards-case .project-name ul li dl dd {
    margin-left: 1.6rem;
  }
  .company-section.awards-section .awards-case .project-name ul li span {
    display: inline-block;
    margin-top: 1.6rem;
    font-size: 4.8958333333vw;
    font-weight: 700;
    line-height: 1;
    color: inherit;
  }
  .company-section.awards-section .awards-case .project-name ul li ~ li {
    margin-top: 4rem;
  }
  .company-section.partners-section {
    margin-top: 51.4rem;
    padding-bottom: 35rem;
  }
  .company-section.partners-section > h3 {
    font-size: 5.6rem;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
    font-family: "Etolie-regular";
  }
  .company-section.partners-section .classify-project {
    margin-top: 13.6rem;
  }
  .company-section.partners-section .classify-project h4 {
    font-size: 14.4rem;
    font-weight: 400;
    line-height: 0.8;
    color: inherit;
    font-family: "Etolie-regular";
  }
  .company-section.partners-section .classify-project ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 7.4rem;
  }
  .company-section.partners-section .classify-project ul .name {
    font-size: 5.8333333333vw;
    font-weight: 400;
    line-height: 1.3;
    color: inherit;
    letter-spacing: -0.03em;
  }
  .company-section.partners-section .classify-project ul .circle {
    width: 5.1rem;
    height: 5.1rem;
    margin: 0rem 1.5rem;
    border: 1px solid #ffffff;
    border-radius: 50%;
  }
  .company-section.partners-section .classify-project ~ .classify-project {
    margin-top: 17.6rem;
  }
  .btn-wrap.project {
    margin-top: 16rem;
  }
  .project-detail-section {
    background: #3c4669;
  }
  .project-detail-section.intro {
    position: relative;
    min-height: 96rem;
  }
  .project-detail-section.intro .intro-scene {
    position: absolute;
    bottom: 30%;
    left: auto;
    z-index: 2;
    padding: 0rem 7.7rem;
  }
  .project-detail-section.intro .intro-scene h2 {
    font-size: 6.6666666667vw;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
  }
  .project-detail-section.intro .main-visual {
    position: absolute;
    left: auto;
    top: -80px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .project-detail-section.info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 200px;
    padding: 12rem 4.8rem;
  }
  .project-detail-section.info .project-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: -webkit-calc(100% + 77px);
    width: calc(100% + 77px);
    padding-bottom: 9.6rem;
    border-bottom: 1px solid #ffffff;
  }
  .project-detail-section.info .project-info dl {
    width: -webkit-calc(50% - 38.5px);
    width: calc(50% - 38.5px);
    color: #ffffff;
    font-size: 1.6rem;
  }
  .project-detail-section.info .project-info dl dd {
    margin-top: 1rem;
    font-weight: bold;
  }
  .project-detail-section.info .project-info dl:nth-child(n+3) {
    margin-top: 4.8rem;
  }
  .project-detail-section.info .project-review {
    grid-area: 2/1/2/3;
    max-width: 80%;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.3;
    color: #ffffff;
  }
  .project-detail-section.admin-img img {
    width: 100%;
  }
  .project-detail-section.admin-img .txt-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16rem 4.8rem 24rem;
  }
  .project-detail-section.admin-img .txt-area p {
    padding-left: 33%;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.3;
    color: #ffffff;
  }
  .project-detail-section.admin-img .txt-area p ~ p {
    margin-top: 3.2rem;
  }
  .project-detail-section.admin-img .txt-area:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 0;
    padding-top: 16rem;
  }
  .project-detail-section.admin-img .txt-area:last-child .txt-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 65%;
    padding: 9.6rem 0rem 32rem;
    border-top: 1px solid #ffffff;
  }
  .project-detail-section.admin-img .txt-area:last-child .txt-wrap dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
  }
  .project-detail-section.admin-img .txt-area:last-child .txt-wrap dt {
    min-width: 10.4rem;
    font-weight: bold;
  }
  .project-detail-section.admin-img .txt-area:last-child .txt-wrap dd {
    margin-left: 10.7rem;
  }
  .project-detail-section.admin-img .txt-area:last-child .txt-wrap dl ~ dl {
    margin-top: 5.1rem;
  }
  .project-detail-section.link-area {
    padding: 0rem 5vw 28rem;
  }
  .project-detail-section.link-area h3 {
    font-size: 5.6rem;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    font-family: "Etolie-regular";
  }
  .project-detail-section.link-area .item-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 3.2rem;
  }
  .project-detail-section.link-area .item-wrap .link-item img {
    width: 100%;
    height: 100%;
    max-height: 87.2rem;
  }
  .project-detail-section.link-area .item-wrap .link-item span {
    display: inline-block;
    margin-top: 2.2rem;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    color: #ffffff;
  }
}
@media (max-width: 767px) {
  .company-section {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0rem 2.4rem;
    border-bottom: #e1002a;
    color: #ffffff;
  }
  .company-section.intro {
    display: block;
    margin-top: 5.2rem;
  }
  .company-section.intro .main-visual {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 31.6rem;
  }
  .company-section.intro .main-visual img {
    position: absolute;
    z-index: 1;
    width: 23.5rem;
    height: 36.4rem;
  }
  .company-section.intro .txt-wrap h2 {
    position: relative;
    z-index: 100;
    font-size: 10.6rem;
    font-weight: 400;
    line-height: 0.8;
    color: inherit;
    font-family: "Etolie-regular";
    text-align: center;
    white-space: nowrap;
  }
  .company-section.ideal-section {
    margin-top: 44.3rem;
    padding: 0rem 2.4rem;
  }
  .company-section.ideal-section > p {
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
    font-family: "Etolie-regular";
  }
  .company-section.ideal-section .about-wrap {
    display: block;
    margin-top: 17rem;
  }
  .company-section.ideal-section .about-wrap h3 {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
    letter-spacing: -0.03em;
  }
  .company-section.ideal-section .about-wrap h3 span {
    display: block;
  }
  .company-section.ideal-section .about-wrap .desc-wrap {
    margin-top: 4rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.3;
    color: inherit;
  }
  .company-section.ideal-section .about-wrap .desc-wrap p ~ p {
    margin-top: 2.5rem;
  }
  .company-section.ideal-section .about-wrap .desc-wrap .red {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
    color: #ff0000;
    letter-spacing: -0.03em;
  }
  .company-section.ideal-section .slogan-area {
    margin-top: 8.4rem;
  }
  .company-section.ideal-section .slogan-area .tit-txt {
    font-size: 72px;
    font-weight: 400;
    line-height: 0.8;
    color: inherit;
    font-family: "Etolie-regular";
    white-space: nowrap;
  }
  .company-section.ideal-section .slogan-area .sub-txt {
    margin-top: 1.5rem;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: #ff0000;
    letter-spacing: -0.03em;
  }
  .company-section.ideal-section .visual-area {
    position: relative;
    width: auto;
    margin-top: 12.7rem;
  }
  .company-section.ideal-section .visual-area .visual-img {
    position: relative;
    left: -24px;
    width: 100vw;
  }
  .company-section.ideal-section .visual-area .visual-img img {
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .company-section.ideal-section .better-wrap {
    position: relative;
    top: -4.6rem;
  }
  .company-section.ideal-section .better-wrap .better-txt {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 11.4rem;
    font-weight: 400;
    line-height: 0.8;
    color: inherit;
    font-family: "Etolie-regular";
    white-space: nowrap;
  }
  .company-section.ideal-section .better-wrap .better-txt:first-child .after {
    position: absolute;
    bottom: -9%;
    left: 22.9rem;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.1;
    color: #ff0000;
    letter-spacing: -0.03em;
  }
  .company-section.ideal-section .better-wrap .better-txt:last-child .after {
    position: absolute;
    bottom: -9%;
    left: 22.9rem;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.1;
    color: #ff0000;
    letter-spacing: -0.03em;
  }
  .company-section.ideal-section .info-wrap {
    display: block;
    margin-top: 12.6rem;
  }
  .company-section.ideal-section .info-wrap .txt-area {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.3;
    color: inherit;
  }
  .company-section.ideal-section .info-wrap .txt-area span {
    font-family: "Etolie-italic";
  }
  .company-section.ideal-section .info-wrap .txt-area p ~ p {
    margin-top: 2.5rem;
  }
  .company-section.ideal-section .info-wrap .img-area {
    margin-top: 4rem;
    width: 100%;
    text-align: right;
  }
  .company-section.ideal-section .info-wrap .img-area img {
    width: 50%;
  }
  .company-section.ideal-section .connect-wrap {
    margin-top: 12.7rem;
  }
  .company-section.ideal-section .connect-wrap h3 {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.3;
    color: inherit;
  }
  .company-section.ideal-section .connect-wrap .connect-img-wrap {
    margin-top: 6.3rem;
    width: -webkit-calc(100% + 24px);
    width: calc(100% + 24px);
  }
  .company-section.ideal-section .connect-wrap .connect-img-wrap img {
    width: 100%;
    height: 100%;
  }
  .company-section.ideal-section .connect-wrap .connect-grid {
    position: relative;
    top: -5.5rem;
    z-index: 1;
  }
  .company-section.ideal-section .connect-wrap .connect-grid .scroll-txt {
    font-size: 7.9rem;
    font-weight: 400;
    line-height: 1;
    color: inherit;
    font-family: "Etolie-regular";
    white-space: nowrap;
  }
  .company-section.ideal-section .connect-wrap .connect-grid .scroll-txt .txt-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .company-section.ideal-section .connect-wrap .connect-grid .desc-wrap {
    margin-top: 8.7rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.3;
    color: inherit;
    letter-spacing: -0.03em;
  }
  .company-section.ideal-section .connect-wrap .connect-grid .desc-wrap p ~ p {
    margin-top: 2.5rem;
  }
  .company-section.ideal-section .connect-wrap .connect-grid .desc-wrap .red {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
    color: #ff0000;
    letter-spacing: -0.03em;
  }
  .company-section.ideal-section .blood-color-wrap {
    display: block;
  }
  .company-section.ideal-section .blood-color-wrap dl dt {
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1.1;
    color: #ff0000;
    letter-spacing: -0.03em;
  }
  .company-section.ideal-section .blood-color-wrap dl dd {
    margin-top: 1.6rem;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1;
    color: inherit;
    font-family: "Etolie-regular";
    white-space: nowrap;
  }
  .company-section.ideal-section .blood-color-wrap dl ~ dl {
    margin-top: 6.4rem;
  }
  .company-section.ideal-section .blood-color-wrap > p {
    padding-top: 12.7rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.3;
    color: inherit;
    letter-spacing: -0.03em;
  }
  .company-section.ideal-section .blood-color-wrap > p .red {
    color: #ff0000;
    font-family: "Etolie-regular";
  }
  .company-section.ideal-section .about-blood-wrap {
    margin-top: 4.7rem;
  }
  .company-section.ideal-section .about-blood-wrap p {
    position: relative;
    left: -5rem;
  }
  .company-section.ideal-section .about-blood-wrap p .txt {
    position: relative;
    font-size: 15.4rem;
    font-weight: 400;
    line-height: 1;
    color: #ff0000;
    font-family: "Etolie-regular";
    white-space: nowrap;
  }
  .company-section.ideal-section .about-blood-wrap p .mask {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(28, 28, 28)), color-stop(90%, rgb(28, 28, 28)), color-stop(200%, rgba(28, 28, 28, 0)));
    background-image: -webkit-linear-gradient(bottom, rgb(28, 28, 28) 0%, rgb(28, 28, 28) 90%, rgba(28, 28, 28, 0) 200%);
    background-image: -o-linear-gradient(bottom, rgb(28, 28, 28) 0%, rgb(28, 28, 28) 90%, rgba(28, 28, 28, 0) 200%);
    background-image: linear-gradient(0deg, rgb(28, 28, 28) 0%, rgb(28, 28, 28) 90%, rgba(28, 28, 28, 0) 200%);
  }
  .company-section.ideal-section .about-blood-wrap .introduce-blood {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    width: 100vw;
    margin-top: 7.2rem;
    padding: 5.7rem 0rem;
  }
  .company-section.ideal-section .about-blood-wrap .introduce-blood .txt {
    position: relative;
    margin-left: 2.7rem;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
    letter-spacing: -0.03em;
  }
  .company-section.ideal-section .about-blood-wrap .introduce-blood .bg-mask {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ff0000;
  }
  .company-section.ideal-section .about-blood-wrap .introduce-blood .arrow {
    position: relative;
    top: 2rem;
  }
  .company-section.ideal-section .about-blood-wrap .introduce-blood .arrow::before, .company-section.ideal-section .about-blood-wrap .introduce-blood .arrow::after {
    content: "";
    position: absolute;
    left: 5.1rem;
  }
  .company-section.ideal-section .about-blood-wrap .introduce-blood .arrow::before {
    top: -5px;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #ffffff;
    border-right: 6px solid transparent;
    -webkit-transform: translateX(200%);
        -ms-transform: translateX(200%);
            transform: translateX(200%);
  }
  .company-section.ideal-section .about-blood-wrap .introduce-blood .arrow::after {
    top: 0;
    width: 4.8rem;
    height: 0.1rem;
    background: #ffffff;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .company-section.ideal-section .about-blood-wrap .introduce-blood .motion-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
  }
  .company-section.ideal-section .about-blood-wrap .introduce-blood .motion-wrap .blood-motion01 {
    position: absolute;
    top: 0;
    left: 3%;
    z-index: 2;
    width: 5.4rem;
    height: 5.6rem;
    background: url("../../static/images/company/blood_moition01.png") no-repeat;
    background-size: cover;
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    will-change: transform;
  }
  .company-section.ideal-section .about-blood-wrap .introduce-blood .motion-wrap .blood-motion02 {
    position: absolute;
    top: 0;
    right: 15%;
    z-index: 2;
    width: 9.1rem;
    height: 7.6rem;
    margin-left: 1rem;
    background: url("../../static/images/company/blood_moition02.png") no-repeat;
    background-size: cover;
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    will-change: transform;
  }
  .company-section.awards-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    margin-top: 21.4rem;
  }
  .company-section.awards-section > h3 {
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
    font-family: "Etolie-regular";
  }
  .company-section.awards-section .awards-case .awards-title {
    width: 7.9rem;
    height: 9.5rem;
    margin-top: 9.6rem;
  }
  .company-section.awards-section .awards-case .awards-title.app-award {
    background: url("../../static/images/company/award-app-white.png") no-repeat;
    background-size: cover;
  }
  .company-section.awards-section .awards-case .awards-title.web-award {
    background: url("../../static/images/company/award-web-white.png") no-repeat;
    background-size: cover;
  }
  .company-section.awards-section .awards-case .awards-title.awards-for-new-digital {
    width: 20.1rem;
    height: 8.2rem;
    background: url("../../static/images/company/award-new-digital-white.png") no-repeat;
    background-size: cover;
  }
  .company-section.awards-section .awards-case .project-name {
    padding-top: 5.6rem;
  }
  .company-section.awards-section .awards-case .project-name ul {
    width: 100%;
  }
  .company-section.awards-section .awards-case .project-name ul li {
    white-space: nowrap;
  }
  .company-section.awards-section .awards-case .project-name ul li dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.0416666667vw;
    font-weight: 400;
    line-height: 1;
    color: #b3b3b3;
  }
  .company-section.awards-section .awards-case .project-name ul li dl dt {
    font-size: 1.6rem;
  }
  .company-section.awards-section .awards-case .project-name ul li dl dd {
    margin-left: 0.8rem;
    font-size: 1.8rem;
  }
  .company-section.awards-section .awards-case .project-name ul li span {
    display: inline-block;
    margin-top: 1.6rem;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    color: inherit;
    letter-spacing: -0.03em;
  }
  .company-section.awards-section .awards-case .project-name ul li ~ li {
    margin-top: 3.2rem;
  }
  .company-section.awards-section .awards-case .project-name ul:last-child li:first-child {
    margin-top: 3.2rem;
  }
  .company-section.partners-section {
    margin-top: 29.5rem;
    padding-bottom: 14.3rem;
  }
  .company-section.partners-section > h3 {
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
    font-family: "Etolie-regular";
  }
  .company-section.partners-section .classify-project {
    margin-top: 9.6rem;
  }
  .company-section.partners-section .classify-project h4 {
    font-size: 5.6rem;
    font-weight: 400;
    line-height: 0.8;
    color: inherit;
    font-family: "Etolie-regular";
  }
  .company-section.partners-section .classify-project ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2.4rem;
  }
  .company-section.partners-section .classify-project ul .name {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.3;
    color: inherit;
    letter-spacing: -0.03em;
  }
  .company-section.partners-section .classify-project ul .circle {
    width: 2rem;
    height: 2rem;
    margin: 0rem 0.8rem;
    border: 1px solid #ffffff;
    border-radius: 50%;
  }
}
@media (min-width: 1024px) {
  .guide-section.service {
    grid-template-columns: 7fr 5fr;
    grid-template-rows: minmax(auto, -webkit-max-content);
    grid-template-rows: minmax(auto, max-content);
    grid-row-gap: 0;
    grid-template-areas: "a a" "b c";
  }
  .guide-section.service .grid-layout {
    grid-area: a;
  }
  .guide-section.service h2 {
    font-size: 14.0625vw;
    white-space: nowrap;
  }
  .guide-section.service h2:nth-of-type(2) {
    padding-left: 11.4583333333vw;
  }
  .guide-section.service h2 .move-right {
    left: 11.4583333333vw;
  }
  .guide-section.service .info-area {
    grid-area: c;
  }
  .guide-section.service + .visual-area {
    position: relative;
    margin-top: 22rem;
  }
  .guide-section.service + .visual-area .mask {
    width: 100%;
    height: 74.8148148148vh;
    background: url("../../static/images/service/service_img01.png") no-repeat;
    background-position: center;
    -webkit-transform-origin: bottom center;
        -ms-transform-origin: bottom center;
            transform-origin: bottom center;
    will-change: transform;
  }
  .keyword-section {
    margin-top: 26rem;
    padding: 0rem 7.7rem;
    color: #ffffff;
  }
  .keyword-section > h3 {
    max-width: 69.84375vw;
    font-size: 5vw;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
    letter-spacing: -3px;
  }
  .keyword-section .service-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(auto, -webkit-max-content);
    grid-template-rows: minmax(auto, max-content);
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
    row-gap: 24px;
    grid-template-areas: "a a " "b c";
    position: relative;
    z-index: 2;
    overflow: hidden;
    font-family: "Etolie-regular";
  }
  .keyword-section .service-group:first-of-type {
    margin-top: 25.4rem;
  }
  .keyword-section .service-group:not(:first-of-type) {
    margin-top: 15.5rem;
  }
  .keyword-section .service-group:last-of-type {
    padding-bottom: 37.2rem;
  }
  .keyword-section .service-group h4 {
    position: relative;
    grid-area: a;
    font-size: 4.1666666667vw;
    font-weight: 400;
    line-height: 1;
    color: inherit;
  }
  .keyword-section .service-group h4 .line {
    display: inline-block;
    content: "";
    position: absolute;
    top: 67%;
    left: 9.0104166667vw;
    width: 100vw;
    height: 1px;
    background: #ffffff;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .keyword-section .service-group ul {
    grid-area: c;
  }
  .keyword-section .service-group ul li {
    font-size: 1.6666666667vw;
    font-weight: 400;
    line-height: 1.6;
    color: inherit;
  }
  .keyword-section .service-group ul li.metaverse-wrap {
    position: relative;
    z-index: 100;
    margin-top: 4.8rem;
  }
  .keyword-section .service-group ul li.metaverse-wrap .metaverse-link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 4.3rem 3.8rem;
    border: 4px solid #ffffff;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.67, 0.17, 0.38, 0.95);
         -o-transition-timing-function: cubic-bezier(0.67, 0.17, 0.38, 0.95);
            transition-timing-function: cubic-bezier(0.67, 0.17, 0.38, 0.95);
  }
  .keyword-section .service-group ul li.metaverse-wrap .metaverse-link::before {
    content: "";
    position: absolute;
    inset: 0 0 0 0;
    width: 0;
    height: 100%;
    background: #ff0000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.67, 0.17, 0.38, 0.95);
         -o-transition-timing-function: cubic-bezier(0.67, 0.17, 0.38, 0.95);
            transition-timing-function: cubic-bezier(0.67, 0.17, 0.38, 0.95);
  }
  .keyword-section .service-group ul li.metaverse-wrap .metaverse-link:hover {
    border: 4px solid #ff0000;
  }
  .keyword-section .service-group ul li.metaverse-wrap .metaverse-link:hover::before {
    width: 100%;
  }
  .keyword-section .service-group ul li.metaverse-wrap .metaverse-link:hover .arrow {
    right: -30px;
  }
  .keyword-section .service-group ul li.metaverse-wrap .metaverse-link:hover .arrow-hidden {
    right: 32px;
  }
  .keyword-section .service-group ul li.metaverse-wrap .metaverse-link .arrow-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 65px;
    height: 20px;
    overflow: hidden;
  }
  .keyword-section .service-group ul li.metaverse-wrap .metaverse-link .arrow {
    position: relative;
    right: 32px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.67, 0.17, 0.38, 0.95);
         -o-transition-timing-function: cubic-bezier(0.67, 0.17, 0.38, 0.95);
            transition-timing-function: cubic-bezier(0.67, 0.17, 0.38, 0.95);
  }
  .keyword-section .service-group ul li.metaverse-wrap .metaverse-link .arrow::before, .keyword-section .service-group ul li.metaverse-wrap .metaverse-link .arrow::after {
    content: "";
    position: absolute;
    left: 0;
  }
  .keyword-section .service-group ul li.metaverse-wrap .metaverse-link .arrow::before {
    top: -5px;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #ffffff;
    border-right: 6px solid transparent;
    -webkit-transform: translateX(200%);
        -ms-transform: translateX(200%);
            transform: translateX(200%);
  }
  .keyword-section .service-group ul li.metaverse-wrap .metaverse-link .arrow::after {
    top: 0;
    width: 4.8rem;
    height: 0.1rem;
    background: #ffffff;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .keyword-section .service-group ul li.metaverse-wrap .metaverse-link .arrow-hidden {
    position: relative;
    right: 100px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.67, 0.17, 0.38, 0.95);
         -o-transition-timing-function: cubic-bezier(0.67, 0.17, 0.38, 0.95);
            transition-timing-function: cubic-bezier(0.67, 0.17, 0.38, 0.95);
  }
  .keyword-section .service-group ul li.metaverse-wrap .metaverse-link .arrow-hidden::before, .keyword-section .service-group ul li.metaverse-wrap .metaverse-link .arrow-hidden::after {
    content: "";
    position: absolute;
    left: 0;
  }
  .keyword-section .service-group ul li.metaverse-wrap .metaverse-link .arrow-hidden::before {
    top: -5px;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #ffffff;
    border-right: 6px solid transparent;
    -webkit-transform: translateX(200%);
        -ms-transform: translateX(200%);
            transform: translateX(200%);
  }
  .keyword-section .service-group ul li.metaverse-wrap .metaverse-link .arrow-hidden::after {
    top: 0;
    width: 4.8rem;
    height: 0.1rem;
    background: #ffffff;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .keyword-section .service-group ul li.metaverse-wrap .metaverse-link .txt {
    position: relative;
    z-index: 2;
    width: 199px;
    height: 24px;
    background: url("../../static/images/service/metaverse_txt.png") no-repeat;
    background-size: cover;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .guide-section.service {
    grid-row-gap: 26px;
    grid-column-gap: 20px;
  }
  .guide-section.service .grid-layout {
    grid-area: a;
  }
  .guide-section.service h2 {
    font-size: 16.6666666667vw;
  }
  .guide-section.service h2:nth-of-type(2) {
    padding-left: 14.5833333333vw;
  }
  .guide-section.service h2 span {
    display: inline-block;
  }
  .guide-section.service h2 span.move-right {
    left: 14.5833333333vw;
  }
  .guide-section.service .info-area {
    grid-area: c;
  }
  .visual-area {
    position: relative;
    margin-top: 31rem;
  }
  .visual-area img {
    width: 100%;
    z-index: 1;
  }
  .keyword-section {
    margin-top: 16rem;
    padding: 0rem 5vw;
    color: #ffffff;
  }
  .keyword-section > h3 {
    font-size: 5.8333333333vw;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
    letter-spacing: -3px;
  }
  .keyword-section .service-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 64px;
    grid-template-areas: "a a" "b c";
    position: relative;
    z-index: 100;
    overflow: hidden;
    font-family: "Etolie-regular";
  }
  .keyword-section .service-group:first-of-type {
    margin-top: 20rem;
  }
  .keyword-section .service-group:not(:first-of-type) {
    margin-top: 16rem;
  }
  .keyword-section .service-group:last-of-type {
    padding-bottom: 37.2rem;
  }
  .keyword-section .service-group h4 {
    position: relative;
    grid-area: a;
    font-size: 8.3333333333vw;
    font-weight: 400;
    line-height: 1;
    color: inherit;
  }
  .keyword-section .service-group h4 .line {
    content: "";
    position: absolute;
    top: 67%;
    left: 18.0208333333vw;
    width: 100vw;
    height: 1px;
    background: #ffffff;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .keyword-section .service-group ul {
    grid-area: c;
    width: 100%;
  }
  .keyword-section .service-group ul li {
    font-size: 3.3333333333vw;
    font-weight: 400;
    line-height: 1.6;
    color: inherit;
  }
  .keyword-section .service-group ul li.metaverse-wrap {
    position: relative;
    z-index: 100;
    margin-top: 4.8rem;
  }
  .keyword-section .service-group ul li.metaverse-wrap .metaverse-link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 43px 38px;
    border: 4px solid #ffffff;
    margin-left: 1px;
  }
  .keyword-section .service-group ul li.metaverse-wrap .metaverse-link .arrow-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .keyword-section .service-group ul li.metaverse-wrap .metaverse-link .arrow {
    position: relative;
    margin-right: 3.2rem;
  }
  .keyword-section .service-group ul li.metaverse-wrap .metaverse-link .arrow::before, .keyword-section .service-group ul li.metaverse-wrap .metaverse-link .arrow::after {
    content: "";
    position: absolute;
    left: 0;
  }
  .keyword-section .service-group ul li.metaverse-wrap .metaverse-link .arrow::before {
    top: -5px;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #ffffff;
    border-right: 6px solid transparent;
    -webkit-transform: translateX(200%);
        -ms-transform: translateX(200%);
            transform: translateX(200%);
  }
  .keyword-section .service-group ul li.metaverse-wrap .metaverse-link .arrow::after {
    top: 0;
    width: 4.8rem;
    height: 0.1rem;
    background: #ffffff;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .keyword-section .service-group ul li.metaverse-wrap .metaverse-link .arrow-hidden {
    display: none;
  }
  .keyword-section .service-group ul li.metaverse-wrap .metaverse-link .txt {
    width: 19.9rem;
    height: 2.4rem;
    background: url("../../static/images/service/metaverse_txt.png") no-repeat;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .guide-section.service {
    display: block;
  }
  .guide-section.service h2 {
    font-size: 9.6rem;
    white-space: nowrap;
    line-height: 0.9;
  }
  .guide-section.service h2 span {
    opacity: 1;
    display: inline-block;
  }
  .guide-section.service h2 span:nth-of-type(2) {
    padding-left: 4rem;
  }
  .guide-section.service .info-area {
    margin-top: 12.4rem;
    font-size: 2.8rem;
  }
  .visual-area {
    position: relative;
    margin-top: 12rem;
  }
  .visual-area .mobile {
    width: 100%;
    z-index: 1;
  }
  .keyword-section {
    margin-top: 12rem;
    padding: 0rem 2.4rem;
    color: #ffffff;
  }
  .keyword-section > h3 {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
    letter-spacing: -3px;
  }
  .keyword-section .service-group {
    position: relative;
    z-index: 100;
    overflow: hidden;
    font-family: "Etolie-regular";
  }
  .keyword-section .service-group:first-of-type {
    margin-top: 15.5rem;
  }
  .keyword-section .service-group:not(:first-of-type) {
    margin-top: 12rem;
  }
  .keyword-section .service-group:last-of-type {
    padding-bottom: 16rem;
  }
  .keyword-section .service-group h4 {
    position: relative;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1;
    color: inherit;
  }
  .keyword-section .service-group h4 .line {
    content: "";
    position: absolute;
    top: 60%;
    left: 50%;
    width: 100vw;
    height: 1px;
    background: #ffffff;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .keyword-section .service-group ul {
    margin-top: 5.6rem;
  }
  .keyword-section .service-group ul li {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.6;
    color: inherit;
  }
  .keyword-section .service-group ul li.metaverse-wrap {
    position: relative;
    z-index: 100;
    margin-top: 5.6rem;
  }
  .keyword-section .service-group ul li.metaverse-wrap .metaverse-link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 2.7rem 2.2rem;
    border: 2px solid #ffffff;
  }
  .keyword-section .service-group ul li.metaverse-wrap .metaverse-link .arrow-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .keyword-section .service-group ul li.metaverse-wrap .metaverse-link .arrow {
    position: relative;
    margin-right: 3.2rem;
  }
  .keyword-section .service-group ul li.metaverse-wrap .metaverse-link .arrow::before, .keyword-section .service-group ul li.metaverse-wrap .metaverse-link .arrow::after {
    content: "";
    position: absolute;
    left: 0;
  }
  .keyword-section .service-group ul li.metaverse-wrap .metaverse-link .arrow::before {
    top: -5px;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #ffffff;
    border-right: 6px solid transparent;
    -webkit-transform: translateX(200%);
        -ms-transform: translateX(200%);
            transform: translateX(200%);
  }
  .keyword-section .service-group ul li.metaverse-wrap .metaverse-link .arrow::after {
    top: 0;
    width: 4.8rem;
    height: 0.1rem;
    background: #ffffff;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .keyword-section .service-group ul li.metaverse-wrap .metaverse-link .arrow-hidden {
    display: none;
  }
  .keyword-section .service-group ul li.metaverse-wrap .metaverse-link .txt {
    width: 15.6rem;
    height: 1.9rem;
    background: url("../../static/images/service/metaverse_txt.png") no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1024px) {
  .project-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "a a" "b c";
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
    row-gap: 40px;
    justify-items: stretch;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0rem 7.7rem;
    border-bottom: #e1002a;
    color: #ffffff;
  }
  .project-section.intro {
    margin-top: 7.5rem;
  }
  .project-section.intro .main-visual {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    grid-area: a;
    position: absolute;
    top: -155px;
  }
  .project-section.intro .main-visual img {
    opacity: 0;
    position: relative;
    z-index: 1;
  }
  .project-section.intro .txt-wrap {
    grid-area: a;
    position: relative;
    z-index: 100;
    text-align: center;
  }
  .project-section.intro .txt-wrap h2 {
    display: inline-block;
    position: inherit;
    font-size: 21.875vw;
    font-family: "Etolie-regular";
    line-height: 0.8;
  }
  .project-section.intro .txt-wrap h2 ~ h2 {
    white-space: nowrap;
  }
  .project-section.intro .desc-wrap {
    grid-area: c;
    position: relative;
    z-index: 100;
    color: #ff0000;
    font-size: 1.25vw;
    font-weight: bold;
    line-height: 1.2;
  }
  .project-section.intro .desc-wrap p {
    opacity: 0;
  }
  .project-section.intro .desc-wrap span {
    opacity: 0;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
  }
  .project-section.intro .desc-wrap span.fade {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .project-section.intro .desc-wrap span.pdr-10 {
    padding-right: 10px;
  }
  .project-section.contents {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: minmax(-webkit-max-content, auto);
    grid-template-rows: minmax(max-content, auto);
    row-gap: 170px;
    margin-top: 5.1rem;
  }
  .project-section.contents .grid-item {
    opacity: 0;
  }
  .project-section.contents .grid-item .thumbnail {
    position: relative;
    aspect-ratio: auto 1/1;
    overflow: hidden;
  }
  .project-section.contents .grid-item .thumbnail img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .project-section.contents .grid-item .thumbnail img:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .project-section.contents .grid-item p {
    margin-top: 2rem;
    font-size: 2rem;
    line-height: 1.3;
  }
  .project-section.contents:nth-of-type(even) {
    grid-template-areas: "a a b c" "a a d d" "e e e e" "e e e e" "f g h h" "i i h h" "j j j j" "j j j j";
  }
  .project-section.contents:nth-of-type(even) .grid-item:first-child {
    grid-area: a;
  }
  .project-section.contents:nth-of-type(even) .grid-item:nth-child(2) {
    grid-area: b;
  }
  .project-section.contents:nth-of-type(even) .grid-item:nth-child(3) {
    grid-area: c;
  }
  .project-section.contents:nth-of-type(even) .grid-item:nth-child(4) {
    grid-area: e;
  }
  .project-section.contents:nth-of-type(even) .grid-item:nth-child(4) .thumbnail {
    aspect-ratio: 2/1;
  }
  .project-section.contents:nth-of-type(even) .grid-item:nth-child(5) {
    grid-area: f;
  }
  .project-section.contents:nth-of-type(even) .grid-item:nth-child(6) {
    grid-area: g;
  }
  .project-section.contents:nth-of-type(even) .grid-item:nth-child(7) {
    grid-area: h;
  }
  .project-section.contents:nth-of-type(even) .grid-item:nth-child(8) {
    grid-area: j;
  }
  .project-section.contents:nth-of-type(even) .grid-item:nth-child(8) .thumbnail {
    aspect-ratio: 2/1;
  }
  .project-section.contents:nth-of-type(odd) {
    grid-template-areas: "a a a a" "a a a a" "b b c d" "b b e e" "f f f f" "f f f f" "g g h h" "g g h h ";
  }
  .project-section.contents:nth-of-type(odd) .grid-item:first-child {
    grid-area: a;
  }
  .project-section.contents:nth-of-type(odd) .grid-item:nth-child(2) {
    grid-area: b;
  }
  .project-section.contents:nth-of-type(odd) .grid-item:nth-child(3) {
    grid-area: c;
  }
  .project-section.contents:nth-of-type(odd) .grid-item:nth-child(4) {
    grid-area: d;
  }
  .project-section.contents:nth-of-type(odd) .grid-item:nth-child(5) {
    grid-area: f;
  }
  .project-section.contents:nth-of-type(odd) .grid-item:nth-child(6) {
    grid-area: g;
  }
  .project-section.contents:nth-of-type(odd) .grid-item:nth-child(7) {
    grid-area: h;
  }
  .project-section.result-view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    margin-top: 38rem;
    padding: 0rem;
  }
  .project-section.result-view > h2 {
    position: relative;
    left: -19%;
    color: #ff0000;
  }
  .project-section.result-view > h2 .txt {
    font-size: 52.0833vw;
    font-family: "Etolie-regular";
    line-height: 0.8;
  }
  .project-section.result-view > h2 .mask {
    position: absolute;
    top: -15%;
    left: 0;
    width: -webkit-calc(100% + 15.625vw);
    width: calc(100% + 15.625vw);
    height: 125%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(28, 28, 28)), color-stop(90%, rgb(28, 28, 28)), color-stop(200%, rgba(28, 28, 28, 0)));
    background-image: -webkit-linear-gradient(bottom, rgb(28, 28, 28) 0%, rgb(28, 28, 28) 90%, rgba(28, 28, 28, 0) 200%);
    background-image: -o-linear-gradient(bottom, rgb(28, 28, 28) 0%, rgb(28, 28, 28) 90%, rgba(28, 28, 28, 0) 200%);
    background-image: linear-gradient(0deg, rgb(28, 28, 28) 0%, rgb(28, 28, 28) 90%, rgba(28, 28, 28, 0) 200%);
  }
  .project-section.result-view .yearly-project {
    max-width: 100vw;
    margin-top: 23.5rem;
    padding: 0rem 7.7rem;
  }
  .project-section.result-view .yearly-project h3 {
    font-size: 10.4167vw;
    font-family: "Etolie-regular";
  }
  .project-section.result-view .yearly-project .project-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5.8rem;
  }
  .project-section.result-view .yearly-project .project-name ul {
    width: 50%;
  }
  .project-section.result-view .yearly-project .project-name ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 8rem;
    font-size: 2.4rem;
  }
  .project-section.result-view .yearly-project .project-name ul li .name .go-detail {
    position: relative;
  }
  .project-section.result-view .yearly-project .project-name ul li .name .go-detail::before {
    content: "";
    position: absolute;
    bottom: 42%;
    right: -60px;
    --side-size: 6px;
    border-left: var(--side-size) solid transparent;
    border-right: var(--side-size) solid transparent;
    border-bottom: -webkit-calc(2 * var(--side-size) * 0.866) solid #ffffff;
    border-bottom: calc(2 * var(--side-size) * 0.866) solid #ffffff;
    border-top: var(--side-size) solid transparent;
    -webkit-transform: rotate(90deg) translate(50%, -50%);
        -ms-transform: rotate(90deg) translate(50%, -50%);
            transform: rotate(90deg) translate(50%, -50%);
  }
  .project-section.result-view .yearly-project .project-name ul li .name .go-detail::after {
    content: "";
    position: absolute;
    bottom: 47%;
    right: -40px;
    width: 32px;
    height: 1px;
    -webkit-transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
    background: #ffffff;
  }
  .project-section.result-view .yearly-project .project-name ul li .ico {
    width: 37px;
    height: 37px;
    padding-right: 7.7rem;
  }
  .project-section.result-view .yearly-project .project-name ul li .ico.wa {
    background: url("../../static/images/common/ico_wa.png") no-repeat;
  }
  .project-section.result-view .yearly-project .project-name ul li .ico.m {
    background: url("../../static/images/common/ico_m.png") no-repeat;
  }
  .project-section.result-view .yearly-project .project-name ul li .ico.digital {
    background: url("../../static/images/common/ico_new_digital.png") no-repeat;
    background-size: contain;
  }
  .project-section.result-view .yearly-project .project-name ul li ~ li {
    border-top: 1px solid #ffffff;
  }
  .project-section.result-view .yearly-project:first-child {
    margin-top: 17rem;
  }
  .project-section.result-view .yearly-project:last-child {
    padding-bottom: 34rem;
  }
  .project-detail-section.intro {
    position: relative;
    top: 0;
    max-height: 100vh;
    overflow: hidden;
  }
  .project-detail-section.intro .intro-scene {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: absolute;
    top: -7.4074074074vh;
    left: auto;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 0rem 7.7rem;
  }
  .project-detail-section.intro .intro-scene h2 {
    font-size: 6.6666666667vw;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    letter-spacing: -0.03em;
  }
  .project-detail-section.intro .intro-scene h2 > div {
    opacity: 0;
  }
  .project-detail-section.intro .main-visual {
    position: relative;
    left: auto;
    top: -80px;
    width: 100%;
    height: auto;
  }
  .project-detail-section.info {
    display: grid;
    grid-template-columns: 7fr 5fr;
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
    row-gap: 285px;
    position: relative;
    min-height: 100vh;
    padding: 17.5rem 7.7rem 25.6rem;
  }
  .project-detail-section.info .ico-awards img {
    margin-right: 24px;
  }
  .project-detail-section.info .project-info {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: -webkit-calc(100% + 77px);
    width: calc(100% + 77px);
    padding-bottom: 9.6rem;
  }
  .project-detail-section.info .project-info dl {
    width: -webkit-calc(50% - 38.5px);
    width: calc(50% - 38.5px);
    color: #ffffff;
    font-size: 1.6rem;
  }
  .project-detail-section.info .project-info dl dd {
    margin-top: 1rem;
    font-weight: bold;
  }
  .project-detail-section.info .project-info dl:nth-child(n+3) {
    margin-top: 4.8rem;
  }
  .project-detail-section.info .project-info .home-btn {
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 10px;
    left: 52px;
    background: #ffffff;
  }
  .project-detail-section.info .project-info .home-btn img {
    position: absolute;
    width: 28px;
    height: 24px;
    bottom: -10px;
    left: -50px;
    margin-right: 24px;
  }
  .project-detail-section.info .project-info .none-btn {
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 10px;
    background: #ffffff;
  }
  .project-detail-section.info .project-review {
    max-width: 37.65625vw;
    font-size: 1.6666666667vw;
    font-weight: 400;
    line-height: 1.3;
    color: #ffffff;
  }
  .project-detail-section.admin-img {
    position: static;
  }
  .project-detail-section.admin-img img {
    width: 100%;
  }
  .project-detail-section.admin-img .txt-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0rem 7.7rem;
  }
  .project-detail-section.admin-img .txt-area p {
    width: 50%;
    font-size: 1.6666666667vw;
    font-weight: 400;
    line-height: 1.3;
    color: #ffffff;
  }
  .project-detail-section.admin-img .txt-area p ~ p {
    margin-top: 3.2rem;
  }
  .project-detail-section.admin-img .txt-area:last-child {
    padding: 0;
    padding-top: 0rem;
  }
  .project-detail-section.admin-img .txt-area:last-child .txt-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 50%;
    padding: 9.6rem 0rem 36.5rem;
    border-top: 1px solid #ffffff;
  }
  .project-detail-section.admin-img .txt-area:last-child .txt-wrap dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
  }
  .project-detail-section.admin-img .txt-area:last-child .txt-wrap dt {
    min-width: 10.4rem;
    font-weight: bold;
  }
  .project-detail-section.admin-img .txt-area:last-child .txt-wrap dd {
    margin-left: 10.7rem;
  }
  .project-detail-section.admin-img .txt-area:last-child .txt-wrap dl ~ dl {
    margin-top: 5.1rem;
  }
  .project-detail-section.link-area {
    padding: 0rem 7.7rem 40rem;
  }
  .project-detail-section.link-area h3 {
    font-size: 2.9166666667vw;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    font-family: "Etolie-regular";
  }
  .project-detail-section.link-area .item-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin-top: 3.2rem;
  }
  .project-detail-section.link-area .item-wrap .link-item img {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .project-detail-section.link-area .item-wrap .link-item span {
    display: inline-block;
    margin-top: 2.2rem;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    color: #ffffff;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .project-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "a a" "b c";
    grid-template-rows: minmax(auto, -webkit-max-content);
    grid-template-rows: minmax(auto, max-content);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 36px;
    justify-items: stretch;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0rem 5vw;
    border-bottom: #e1002a;
    color: #ffffff;
  }
  .project-section.intro {
    margin-top: 7.5rem;
  }
  .project-section.intro .main-visual {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -155px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
  }
  .project-section.intro .main-visual img {
    opacity: 0;
    width: auto;
    height: 100%;
  }
  .project-section.intro .txt-wrap {
    grid-area: a;
    position: relative;
    z-index: 100;
  }
  .project-section.intro .txt-wrap h2 {
    position: inherit;
    font-size: 21.875vw;
    font-family: "Etolie-regular";
    line-height: 0.8;
    text-align: center;
  }
  .project-section.intro .txt-wrap h2 ~ h2 {
    white-space: nowrap;
  }
  .project-section.intro .desc-wrap {
    grid-area: c;
    position: relative;
    z-index: 100;
    color: #ff0000;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .project-section.intro .desc-wrap p {
    opacity: 0;
  }
  .project-section.intro .desc-wrap span {
    opacity: 0;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
  }
  .project-section.intro .desc-wrap span.fade {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .project-section.intro .desc-wrap span.pdr-10 {
    padding-right: 10px;
  }
  .project-section.contents {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 160px;
    margin-top: 6.3rem;
  }
  .project-section.contents .grid-item:first-child {
    grid-area: 1/1/2/2;
  }
  .project-section.contents .grid-item:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .project-section.contents .grid-item:nth-child(3) {
    grid-area: 2/1/3/3;
  }
  .project-section.contents .grid-item:nth-child(4) {
    grid-area: 3/1/4/2;
  }
  .project-section.contents .grid-item:nth-child(5) {
    grid-area: 3/2/4/3;
  }
  .project-section.contents .grid-item:nth-child(6) {
    grid-area: 4/1/5/3;
  }
  .project-section.contents .grid-item:nth-child(7) {
    grid-area: 5/1/6/2;
  }
  .project-section.contents .grid-item:nth-child(8) {
    grid-area: 5/2/6/3;
  }
  .project-section.contents .grid-item .thumbnail {
    position: relative;
  }
  .project-section.contents .grid-item .thumbnail img {
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .project-section.contents .grid-item p {
    margin-top: 2rem;
    font-size: 2rem;
    line-height: 1.3;
  }
  .project-section.result-view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    margin-top: 34.8rem;
    padding: 0rem;
    row-gap: 0;
  }
  .project-section.result-view > h2 {
    position: relative;
    left: -19%;
    color: #ff0000;
    font-size: 52.0833vw;
    font-family: "Etolie-regular";
    line-height: 0.8;
  }
  .project-section.result-view .yearly-project {
    max-width: 100vw;
    margin-top: 24rem;
    padding: 0rem 5vw;
  }
  .project-section.result-view .yearly-project h3 {
    font-size: 20.8333333333vw;
    font-family: "Etolie-regular";
  }
  .project-section.result-view .yearly-project .project-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 5.8rem;
  }
  .project-section.result-view .yearly-project .project-name ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 7.8rem;
    font-size: 2.4rem;
  }
  .project-section.result-view .yearly-project .project-name ul li .name .go-detail {
    position: relative;
  }
  .project-section.result-view .yearly-project .project-name ul li .name .go-detail::before {
    content: "";
    position: absolute;
    bottom: 42%;
    right: -60px;
    --side-size: 6px;
    border-left: var(--side-size) solid transparent;
    border-right: var(--side-size) solid transparent;
    border-bottom: -webkit-calc(2 * var(--side-size) * 0.866) solid #ffffff;
    border-bottom: calc(2 * var(--side-size) * 0.866) solid #ffffff;
    border-top: var(--side-size) solid transparent;
    -webkit-transform: rotate(90deg) translate(50%, -50%);
        -ms-transform: rotate(90deg) translate(50%, -50%);
            transform: rotate(90deg) translate(50%, -50%);
  }
  .project-section.result-view .yearly-project .project-name ul li .name .go-detail::after {
    content: "";
    position: absolute;
    bottom: 47%;
    right: -40px;
    width: 32px;
    height: 1px;
    -webkit-transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
    background: #ffffff;
  }
  .project-section.result-view .yearly-project .project-name ul li .ico {
    width: 37px;
    height: 37px;
    padding-right: 5.6rem;
  }
  .project-section.result-view .yearly-project .project-name ul li .ico.wa {
    background: url("../../static/images/common/ico_wa.png") no-repeat;
  }
  .project-section.result-view .yearly-project .project-name ul li .ico.m {
    background: url("../../static/images/common/ico_m.png") no-repeat;
  }
  .project-section.result-view .yearly-project .project-name ul li .ico.digital {
    background: url("../../static/images/common/ico_new_digital.png") no-repeat;
    background-size: cover;
  }
  .project-section.result-view .yearly-project .project-name ul li ~ li {
    border-top: 1px solid #ffffff;
  }
  .project-section.result-view .yearly-project .project-name ul:last-child > li {
    border-top: 1px solid #ffffff;
  }
  .project-section.result-view .yearly-project:last-child {
    padding-bottom: 32rem;
  }
  .btn-wrap.project {
    margin-top: 16rem;
  }
  .project-detail-wrap {
    background: #3c4669;
  }
  .project-detail-section.intro {
    position: relative;
  }
  .project-detail-section.intro .intro-scene {
    position: absolute;
    bottom: 30%;
    left: auto;
    z-index: 2;
    padding: 0rem 4.8rem;
  }
  .project-detail-section.intro .intro-scene h2 {
    font-size: 6.6666666667vw;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    letter-spacing: -0.03em;
  }
  .project-detail-section.intro .intro-scene h2 > div {
    opacity: 0;
  }
  .project-detail-section.intro .main-visual {
    position: relative;
    left: auto;
    top: -80px;
    width: 100%;
    height: 100%;
    min-height: 96rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .project-detail-section.info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 200px;
    position: relative;
    padding: 12rem 4.8rem;
  }
  .project-detail-section.info .ico-awards img {
    margin-right: 24px;
  }
  .project-detail-section.info .project-info {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: -webkit-calc(100% + 77px);
    width: calc(100% + 77px);
    border-bottom: 1px solid transparent;
    padding-bottom: 9.6rem;
  }
  .project-detail-section.info .project-info dl {
    width: -webkit-calc(50% - 38.5px);
    width: calc(50% - 38.5px);
    color: #ffffff;
    font-size: 1.6rem;
  }
  .project-detail-section.info .project-info dl dd {
    margin-top: 1rem;
    font-weight: bold;
  }
  .project-detail-section.info .project-info dl:nth-child(n+3) {
    margin-top: 4.8rem;
  }
  .project-detail-section.info .project-info .home-btn {
    position: absolute;
    width: 28px;
    height: 24px;
    bottom: 0px;
    left: 0px;
    margin-right: 24px;
  }
  .project-detail-section.info .project-info .home-btn img {
    width: 100%;
    height: 100%;
  }
  .project-detail-section.info .project-info::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 10px;
    left: 52px;
    background: #ffffff;
  }
  .project-detail-section.info .project-review {
    grid-area: 2/1/2/3;
    max-width: 80%;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.3;
    color: #ffffff;
  }
  .project-detail-section.admin-img {
    position: static;
  }
  .project-detail-section.admin-img img {
    width: 100%;
  }
  .project-detail-section.admin-img .txt-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 8rem 4.8rem 12rem;
  }
  .project-detail-section.admin-img .txt-area p {
    padding-left: 33%;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.3;
    color: #ffffff;
  }
  .project-detail-section.admin-img .txt-area p ~ p {
    margin-top: 3.2rem;
  }
  .project-detail-section.admin-img .txt-area:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 0;
    padding-top: 8rem;
  }
  .project-detail-section.admin-img .txt-area:last-child .txt-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 65%;
    padding: 9.6rem 0rem 32rem;
    border-top: 1px solid #ffffff;
  }
  .project-detail-section.admin-img .txt-area:last-child .txt-wrap dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
  }
  .project-detail-section.admin-img .txt-area:last-child .txt-wrap dt {
    min-width: 10.4rem;
    font-weight: bold;
  }
  .project-detail-section.admin-img .txt-area:last-child .txt-wrap dd {
    margin-left: 10.7rem;
  }
  .project-detail-section.admin-img .txt-area:last-child .txt-wrap dl ~ dl {
    margin-top: 5.1rem;
  }
  .project-detail-section.link-area {
    padding: 0rem 5vw 28rem;
  }
  .project-detail-section.link-area h3 {
    font-size: 5.6rem;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    font-family: "Etolie-regular";
  }
  .project-detail-section.link-area .item-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 3.2rem;
  }
  .project-detail-section.link-area .item-wrap .link-item img {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .project-detail-section.link-area .item-wrap .link-item span {
    display: inline-block;
    margin-top: 2.2rem;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    color: #ffffff;
  }
}
@media (max-width: 767px) {
  .project-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: stretch;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0rem 2.4rem;
    border-bottom: #e1002a;
    color: #ffffff;
  }
  .project-section.intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 28rem;
  }
  .project-section.intro .main-visual {
    position: absolute;
    top: -57%;
    left: 0;
  }
  .project-section.intro .main-visual img {
    opacity: 0;
    width: 60%;
    height: 60%;
  }
  .project-section.intro .txt-wrap {
    position: relative;
    z-index: 100;
    text-align: center;
  }
  .project-section.intro .txt-wrap h2 {
    display: inline-block;
    position: inherit;
    font-size: 12rem;
    font-family: "Etolie-regular";
    line-height: 0.8;
    text-align: center;
  }
  .project-section.intro .desc-wrap {
    position: relative;
    z-index: 100;
    margin-top: 2.4rem;
    padding-left: 50%;
    color: #ff0000;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .project-section.intro .desc-wrap p {
    opacity: 0;
  }
  .project-section.intro .desc-wrap span {
    opacity: 0;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
  }
  .project-section.intro .desc-wrap span.fade {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .project-section.intro .desc-wrap span.pdr-10 {
    padding-right: 10px;
  }
  .project-section.contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 9.7rem;
  }
  .project-section.contents .grid-item {
    width: 100%;
    max-height: 94.6rem;
  }
  .project-section.contents .grid-item .thumbnail {
    position: relative;
  }
  .project-section.contents .grid-item .thumbnail img {
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .project-section.contents .grid-item p {
    margin-top: 2rem;
    font-size: 2rem;
    line-height: 1.3;
  }
  .project-section.contents article ~ article {
    margin-top: 12rem;
  }
  .project-section.result-view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    margin-top: 38rem;
    padding: 0rem;
  }
  .project-section.result-view > h2 {
    position: relative;
    left: -19%;
    color: #ff0000;
    font-size: 19rem;
    font-family: "Etolie-regular";
    line-height: 0.8;
  }
  .project-section.result-view .yearly-project {
    max-width: 100vw;
    margin-top: 16rem;
    padding: 0rem 2.4rem;
  }
  .project-section.result-view .yearly-project h3 {
    font-size: 8rem;
    font-family: "Etolie-regular";
  }
  .project-section.result-view .yearly-project .project-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 5.8rem;
  }
  .project-section.result-view .yearly-project .project-name ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 6.4rem;
    font-size: 1.6rem;
  }
  .project-section.result-view .yearly-project .project-name ul li .name .go-detail {
    position: relative;
  }
  .project-section.result-view .yearly-project .project-name ul li .name .go-detail::before {
    content: "";
    position: absolute;
    bottom: 42%;
    right: -3rem;
    --side-size: 5px;
    border-left: var(--side-size) solid transparent;
    border-right: var(--side-size) solid transparent;
    border-bottom: -webkit-calc(2 * var(--side-size) * 0.866) solid #ffffff;
    border-bottom: calc(2 * var(--side-size) * 0.866) solid #ffffff;
    border-top: var(--side-size) solid transparent;
    -webkit-transform: rotate(90deg) translate(50%, -50%);
        -ms-transform: rotate(90deg) translate(50%, -50%);
            transform: rotate(90deg) translate(50%, -50%);
  }
  .project-section.result-view .yearly-project .project-name ul li .name .go-detail::after {
    content: "";
    position: absolute;
    bottom: 47%;
    right: -2rem;
    width: 2.4rem;
    height: 1px;
    -webkit-transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
    background: #ffffff;
  }
  .project-section.result-view .yearly-project .project-name ul li .ico {
    width: 2.4rem;
    height: 2.4rem;
  }
  .project-section.result-view .yearly-project .project-name ul li .ico.wa {
    background: url("../../static/images/common/ico_wa.png") no-repeat;
    background-size: cover;
  }
  .project-section.result-view .yearly-project .project-name ul li .ico.m {
    background: url("../../static/images/common/ico_m.png") no-repeat;
    background-size: cover;
  }
  .project-section.result-view .yearly-project .project-name ul li .ico.digital {
    background: url("../../static/images/common/ico_new_digital.png") no-repeat;
    background-size: cover;
  }
  .project-section.result-view .yearly-project .project-name ul li ~ li {
    border-top: 1px solid #ffffff;
  }
  .project-section.result-view .yearly-project .project-name ul:last-child > li {
    border-top: 1px solid #ffffff;
  }
  .project-section.result-view .yearly-project:last-child {
    padding-bottom: 16rem;
  }
  .project-section .btn-wrap button {
    width: 9.6rem;
    height: 9.6rem;
  }
  .project-detail-wrap {
    background: #3c4669;
  }
  .project-detail-section.intro {
    position: relative;
    max-height: 100vh;
  }
  .project-detail-section.intro .intro-scene {
    position: absolute;
    bottom: 30%;
    left: auto;
    z-index: 2;
    padding: 0rem 2.4rem;
  }
  .project-detail-section.intro .intro-scene h2 {
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    letter-spacing: -0.03em;
  }
  .project-detail-section.intro .intro-scene h2 > div {
    opacity: 0;
  }
  .project-detail-section.intro .main-visual {
    position: relative;
    left: auto;
    top: -80px;
    height: -webkit-calc(100vh + 80px);
    height: calc(100vh + 80px);
    -webkit-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  .project-detail-section.info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    padding: 8rem 2.4rem 12rem;
  }
  .project-detail-section.info .ico-awards img {
    margin-right: 24px;
  }
  .project-detail-section.info .project-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 4.8rem 0rem 12rem;
  }
  .project-detail-section.info .project-info dl {
    color: #ffffff;
    font-size: 1.6rem;
  }
  .project-detail-section.info .project-info dl dd {
    margin-top: 1.2rem;
    font-weight: bold;
  }
  .project-detail-section.info .project-info dl ~ dl {
    margin-top: 2.4rem;
  }
  .project-detail-section.info .project-info .home-btn {
    position: relative;
  }
  .project-detail-section.info .project-info .home-btn a {
    position: absolute;
    width: 28px;
    height: 24px;
    top: 33px;
    left: 0px;
  }
  .project-detail-section.info .project-info .home-btn a img {
    width: 100%;
    height: 100%;
  }
  .project-detail-section.info .project-review {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
  }
  .project-detail-section.admin-img {
    position: static;
  }
  .project-detail-section.admin-img img {
    width: 100%;
  }
  .project-detail-section.admin-img .txt-area {
    padding: 12rem 2.4rem 16rem;
  }
  .project-detail-section.admin-img .txt-area p {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
  }
  .project-detail-section.admin-img .txt-area p ~ p {
    margin-top: 3.2rem;
  }
  .project-detail-section.admin-img .txt-area:last-child {
    padding: 0;
    padding: 16rem 2.4rem;
  }
  .project-detail-section.admin-img .txt-area:last-child .txt-wrap dl {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
  }
  .project-detail-section.admin-img .txt-area:last-child .txt-wrap dt {
    font-weight: bold;
  }
  .project-detail-section.admin-img .txt-area:last-child .txt-wrap dd {
    margin-top: 2.4rem;
  }
  .project-detail-section.admin-img .txt-area:last-child .txt-wrap dl ~ dl {
    margin-top: 4.8rem;
  }
  .project-detail-section.link-area {
    padding: 0rem 2.4rem 16rem;
  }
  .project-detail-section.link-area h3 {
    font-size: 5.6rem;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    font-family: "Etolie-regular";
  }
  .project-detail-section.link-area .item-wrap {
    margin-top: 3.2rem;
  }
  .project-detail-section.link-area .item-wrap .link-item img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .project-detail-section.link-area .item-wrap .link-item span {
    display: inline-block;
    margin-top: 2.2rem;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    color: #ffffff;
  }
  .project-detail-section.link-area .item-wrap .link-item:not(:first-child) {
    margin-top: 8rem;
  }
}
input {
  position: relative;
  z-index: 2;
  outline: none;
}

textarea {
  position: relative;
  z-index: 2;
  outline: none;
}

.is-focus {
  border-bottom: 1px solid #fff !important;
}

.is-focus-all {
  border: 1px solid #fff !important;
}

@media (min-width: 1024px) {
  .guide-section.request h2 {
    font-size: 14.0625vw;
  }
  .guide-section.recruit {
    grid-template-rows: minmax(auto, -webkit-max-content);
    grid-template-rows: minmax(auto, max-content);
  }
  .guide-section.recruit .info-area p ~ p {
    margin-top: 6rem;
  }
  .position-section {
    margin-top: 16.1rem;
    padding: 0rem 7.7rem;
  }
  .position-section .accordion h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    position: relative;
    z-index: 10;
    margin-top: 5rem;
  }
  .position-section .accordion h3:hover {
    cursor: pointer;
  }
  .position-section .accordion h3.is-active .arrow {
    border-top: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    -webkit-animation: arrowRotate 0.4s;
            animation: arrowRotate 0.4s;
    -webkit-transform: translateY(50%) rotate(315deg);
        -ms-transform: translateY(50%) rotate(315deg);
            transform: translateY(50%) rotate(315deg);
  }
  .position-section .accordion h3.is-active + div {
    visibility: visible;
    opacity: 1;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    margin-top: 12.1rem;
    padding-bottom: 25.2rem;
  }
  .position-section .accordion h3::before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: -webkit-calc(100% - 2.0833vw);
    width: calc(100% - 2.0833vw);
    height: 1px;
    background: #ffffff;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .position-section .accordion h3 .txt {
    color: #ffffff;
    font-size: 5vw;
    font-weight: bold;
  }
  .position-section .accordion h3 .arrow {
    position: relative;
    width: 3.125vw;
    height: 3.125vw;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .position-section .accordion .group-info {
    visibility: hidden;
    overflow: hidden;
    display: grid;
    opacity: 0;
    grid-template-columns: 4fr 3fr 5fr;
    grid-column-gap: 20px;
    grid-row-gap: 110px;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    max-height: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
  }
  .position-section .accordion .group-info .group-name h4 {
    font-size: 2rem;
    color: #ffffff;
    font-weight: bold;
  }
  .position-section .accordion .group-info .group-sector h4 {
    font-size: 3.2rem;
    color: #ffffff;
    font-weight: bold;
  }
  .position-section .accordion .group-info .group-work dl:not(:first-child) {
    margin-top: 3rem;
  }
  .position-section .accordion .group-info .group-work dl dt {
    padding-bottom: 1rem;
    font-size: 3.2rem;
    color: #ffffff;
    font-weight: bold;
  }
  .position-section .accordion .group-info .group-work dl dd {
    margin-top: 1.6rem;
    font-size: 2rem;
    color: #e1e1e1;
  }
  .form-section {
    margin-top: 27rem;
    padding: 0rem 7.7rem;
  }
  .form-section .info-area {
    color: #ffffff;
  }
  .form-section .info-area h3 {
    font-size: 4rem;
    font-weight: bold;
  }
  .form-section .info-area .field-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .form-section .info-area .field-container .input-field {
    position: relative;
    width: 50%;
    margin-top: 7.2rem;
  }
  .form-section .info-area .field-container .input-field:nth-child(odd) {
    padding-right: 4rem;
  }
  .form-section .info-area .field-container .input-field:nth-child(even) {
    padding-left: 4rem;
  }
  .form-section .info-area .field-container .input-field.has-checkbox {
    margin-top: 9.2rem;
  }
  .form-section .info-area .field-container .input-field.upload-portfolio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .form-section .info-area .field-container .input-field .input-text {
    width: 100%;
    padding-bottom: 2.4rem;
    background: transparent;
    border: none;
    border-bottom: 1px solid #6e6e6e;
    color: #ffffff;
    font-size: 2.4rem;
  }
  .form-section .info-area .field-container .input-field .input-text::-webkit-input-placeholder {
    color: #ffffff;
  }
  .form-section .info-area .field-container .input-field .input-text::-moz-placeholder {
    color: #ffffff;
  }
  .form-section .info-area .field-container .input-field .input-text:-ms-input-placeholder {
    color: #ffffff;
  }
  .form-section .info-area .field-container .input-field .input-text::-ms-input-placeholder {
    color: #ffffff;
  }
  .form-section .info-area .field-container .input-field .input-text::placeholder {
    color: #ffffff;
  }
  .form-section .info-area .field-container .input-field label {
    position: absolute;
    top: 30%;
    color: #ffffff;
    font-size: 2.4rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .form-section .info-area .field-container .input-field label span ~ span {
    color: #b3b3b3;
    margin-left: 2rem;
    font-size: 1.8rem;
  }
  .form-section .info-area .field-container .input-field .message.valid-check {
    padding-top: 1.5rem;
    font-size: 1.8rem;
  }
  .form-section .info-area .field-container .input-field .placeholder-txt {
    position: relative;
    z-index: 1;
  }
  .form-section .info-area .field-container .input-field .select-wrap {
    width: 100%;
    height: inherit;
    border: 0 none;
    border-bottom: 1px solid #6e6e6e;
    outline: 0 none;
    background: transparent;
    cursor: pointer;
  }
  .form-section .info-area .field-container .input-field .select-wrap .select-txt {
    padding-bottom: 2.4rem;
    color: #ffffff;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .form-section .info-area .field-container .input-field .select-wrap .select-txt span ~ span {
    color: #b3b3b3;
    margin-left: 2rem;
    font-size: 1.8rem;
  }
  .form-section .info-area .field-container .input-field .select-wrap .select-txt .triangel {
    position: absolute;
    top: 10px;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 12px solid transparent;
    border-top: 12px solid transparent;
    border-left: 16px solid #ffffff;
    border-right: 16px solid transparent;
    margin-left: 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .form-section .info-area .field-container .input-field .select-wrap .select-txt .triangel.is-active {
    top: -10px;
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  .form-section .info-area .field-container .input-field .select-wrap .select-txt.first-element .triangel {
    right: 40px;
  }
  .form-section .info-area .field-container .input-field .select-wrap .select-list {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: auto;
    left: auto;
    z-index: 10;
    width: inherit;
    background: #1c1c1c;
    border: 1px solid #ffffff;
  }
  .form-section .info-area .field-container .input-field .select-wrap .select-list .select-item {
    padding: 2.5rem 3.6rem;
    color: #ffffff;
    font-size: 2rem;
  }
  .form-section .info-area .field-container .input-field .select-wrap .select-list .select-item:hover {
    background: #4a4a4a;
  }
  .form-section .info-area .field-container .input-field .select-wrap .select-list.is-active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .form-section .info-area .field-container .chips-field {
    width: 100%;
    margin-top: 9.2rem;
  }
  .form-section .info-area .field-container .chips-field h4 {
    font-size: 2.4rem;
  }
  .form-section .info-area .field-container .chips-field h4 span {
    margin-left: 2rem;
    color: #b3b3b3;
    font-size: 1.8rem;
  }
  .form-section .info-area .field-container .chips-field .input-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 3.2rem;
    gap: 8px;
  }
  .form-section .info-area .field-container .chips-field .input-wrap .checkbox-item {
    display: inherit;
    position: relative;
    z-index: 2;
  }
  .form-section .info-area .field-container .chips-field .input-wrap .checkbox-item input {
    opacity: 0;
    position: absolute;
  }
  .form-section .info-area .field-container .chips-field .input-wrap .checkbox-item input:checked + label {
    color: #1c1c1c;
    background: #ffffff;
  }
  .form-section .info-area .field-container .chips-field .input-wrap .checkbox-item label {
    padding: 1.8rem 2.9rem;
    border: 1px solid #6e6e6e;
    border-radius: 50px;
    color: #ffffff;
    font-size: 1.25vw;
    font-weight: bold;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
  }
  .form-section .info-area .field-container .chips-field .input-wrap .checkbox-item label:hover {
    cursor: pointer;
  }
  .form-section .info-area .field-container .textarea-field {
    position: relative;
    width: 100%;
    margin-top: 7.2rem;
  }
  .form-section .info-area .field-container .textarea-field h4 {
    font-size: 2.4rem;
  }
  .form-section .info-area .field-container .textarea-field textarea {
    width: inherit;
    max-height: 54.9rem;
    min-height: 34rem;
    margin-top: 2.4rem;
    padding: 3.3rem 10.6rem 3.3rem 3.6rem;
    background: inherit;
    border: 1px solid #6e6e6e;
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.5;
    resize: none;
  }
  .form-section .info-area .field-container .textarea-field textarea::-webkit-input-placeholder {
    color: #b3b3b3;
  }
  .form-section .info-area .field-container .textarea-field textarea::-moz-placeholder {
    color: #b3b3b3;
  }
  .form-section .info-area .field-container .textarea-field textarea:-ms-input-placeholder {
    color: #b3b3b3;
  }
  .form-section .info-area .field-container .textarea-field textarea::-ms-input-placeholder {
    color: #b3b3b3;
  }
  .form-section .info-area .field-container .textarea-field textarea::placeholder {
    color: #b3b3b3;
  }
  .form-section .info-area .field-container .textarea-field .btn-close {
    position: absolute;
    z-index: 10;
    top: 86px;
    right: 36px;
    width: 2rem;
    height: 2rem;
    background: url("../images/common/button_close_textarea.png") no-repeat center/cover;
  }
  .form-section .info-area .field-container .textarea-field .txt-count {
    position: absolute;
    bottom: 40px;
    right: 36px;
  }
  .form-section .info-area .field-container .textarea-field .txt-count span {
    font-size: 1.4rem;
  }
  .form-section .info-area .field-container .textarea-field .txt-count.max-length {
    color: #ff0000;
  }
  .form-section .info-area .field-container .file-upload-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 2;
    width: 100%;
    margin-top: 9.2rem;
  }
  .form-section .info-area .field-container .file-upload-field.recruit {
    width: 100%;
  }
  .form-section .info-area .field-container .file-upload-field .label-add-file {
    display: inherit;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 16rem;
    height: 5.6rem;
    margin-right: 2.4rem;
    padding: 2rem 3rem;
    background: #ffffff;
    border: #ffffff;
    border-radius: 10px;
    color: #1c1c1c;
    font-size: 1.8rem;
  }
  .form-section .info-area .field-container .file-upload-field .label-add-file span {
    white-space: nowrap;
  }
  .form-section .info-area .field-container .file-upload-field .label-add-file:hover {
    cursor: pointer;
  }
  .form-section .info-area .field-container .file-upload-field .input-file {
    position: relative;
    font-size: 1.8rem;
    letter-spacing: -0.03em;
    width: auto;
  }
  .form-section .info-area .field-container .file-upload-field .input-file::-webkit-file-upload-button {
    opacity: 0;
    position: absolute;
    -webkit-appearance: none;
            appearance: none;
    border: none;
  }
  .form-section .info-area .field-container .file-upload-field .input-file::file-selector-button {
    opacity: 0;
    position: absolute;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
  }
  .form-section .info-area .field-container .file-upload-field .close-btn-file {
    content: "";
    position: absolute;
    top: 55%;
    right: 0;
    z-index: 2;
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 0.8rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("../images/common/ico_remove_file.png") no-repeat center/cover;
  }
  .form-section .info-area .field-container .file-upload-field .file-attribute {
    margin-left: 2rem;
    color: #b3b3b3;
    font-size: 1.8rem;
    white-space: pre;
  }
  .form-section .info-area.second-info {
    margin-top: 15.4rem;
  }
  .form-section .submit-area {
    margin-top: 16.2rem;
    padding-bottom: 26rem;
    text-align: center;
  }
  .form-section .submit-area .protect-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form-section .submit-area .protect-info input {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    font-size: 1px;
    line-height: 0;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  .form-section .submit-area .protect-info input:checked ~ label {
    background: #ffffff;
  }
  .form-section .submit-area .protect-info input:checked ~ label::before {
    opacity: 1;
  }
  .form-section .submit-area .protect-info label {
    display: inline-block;
    position: relative;
    z-index: 100;
    width: 3.2rem;
    height: 3.2rem;
    border: 1px solid #ffffff;
    border-radius: 6px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
    cursor: pointer;
  }
  .form-section .submit-area .protect-info label::before {
    opacity: 0;
    content: "";
    position: absolute;
    top: 40%;
    left: 50%;
    width: 19px;
    height: 13px;
    background: none;
    border-top: 3px solid #1c1c1c;
    border-right: 3px solid #1c1c1c;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
        -ms-transform: translate(-50%, -50%) rotate(135deg);
            transform: translate(-50%, -50%) rotate(135deg);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
  }
  .form-section .submit-area .protect-info span {
    position: relative;
    margin-left: 1.6rem;
    color: #ffffff;
    font-size: 2rem;
  }
  @-webkit-keyframes arrowRotate {
    0% {
      border-top: 1px solid #ffffff;
      border-right: 1px solid #ffffff;
    }
    50% {
      border-top: 4px solid #ffffff;
      border-right: 4px solid #ffffff;
    }
  }
  @keyframes arrowRotate {
    0% {
      border-top: 1px solid #ffffff;
      border-right: 1px solid #ffffff;
    }
    50% {
      border-top: 4px solid #ffffff;
      border-right: 4px solid #ffffff;
    }
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .guide-section.request {
    row-gap: 166px;
  }
  .guide-section.request h2 {
    font-size: 14.0625vw;
  }
  .guide-section.recruit {
    row-gap: 172px;
  }
  .guide-section.recruit h2 {
    font-size: 16.6666666667vw;
  }
  .guide-section.recruit .info-area {
    font-size: 1.6rem;
  }
  .guide-section.recruit .info-area p ~ p {
    margin-top: 3rem;
  }
  .position-section {
    margin-top: 12rem;
    padding: 0rem 5vw;
  }
  .position-section .accordion h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    position: relative;
    margin-top: 5rem;
  }
  .position-section .accordion h3.is-active .arrow {
    border-top: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    -webkit-animation: arrowRotate 0.4s;
            animation: arrowRotate 0.4s;
    -webkit-transform: translateY(50%) rotate(315deg);
        -ms-transform: translateY(50%) rotate(315deg);
            transform: translateY(50%) rotate(315deg);
  }
  .position-section .accordion h3.is-active + div {
    visibility: visible;
    opacity: 1;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    margin-top: 12rem;
    padding-bottom: 11rem;
  }
  .position-section .accordion h3::before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ffffff;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .position-section .accordion h3 .txt {
    color: #ffffff;
    font-size: 8.3333333333vw;
    font-weight: bold;
  }
  .position-section .accordion h3 .arrow {
    position: relative;
    top: -20px;
    width: 7.5vw;
    height: 7.5vw;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .position-section .accordion .group-info {
    visibility: hidden;
    overflow: hidden;
    display: grid;
    opacity: 0;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: minmax(auto, -webkit-max-content);
    grid-template-rows: minmax(auto, max-content);
    grid-column-gap: 20px;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    max-height: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
  }
  .position-section .accordion .group-info .group-name h4 {
    font-size: 2rem;
    color: #ffffff;
    font-weight: bold;
  }
  .position-section .accordion .group-info .group-name.row1 {
    grid-area: 1/1/2/2;
  }
  .position-section .accordion .group-info .group-name.row2 {
    opacity: 0;
  }
  .position-section .accordion .group-info .group-sector h4 {
    font-size: 3.2rem;
    color: #ffffff;
    font-weight: bold;
  }
  .position-section .accordion .group-info .group-sector.row1 {
    margin-top: 8rem;
    grid-area: 2/1/3/2;
  }
  .position-section .accordion .group-info .group-sector.row2 {
    margin-top: 11rem;
    grid-area: 4/1/5/2;
  }
  .position-section .accordion .group-info .group-work dl:not(:first-child) {
    margin-top: 3rem;
  }
  .position-section .accordion .group-info .group-work dl dt {
    padding-bottom: 1rem;
    font-size: 3.2rem;
    color: #ffffff;
    font-weight: bold;
  }
  .position-section .accordion .group-info .group-work dl dd {
    margin-top: 1.6rem;
    font-size: 2rem;
    color: #e1e1e1;
  }
  .position-section .accordion .group-info .group-work.row1 {
    margin-top: 8rem;
    grid-area: 2/2/4/3;
  }
  .position-section .accordion .group-info .group-work.row2 {
    margin-top: 11rem;
    grid-area: 4/2/6/3;
  }
  .form-section {
    margin-top: 24rem;
    padding: 0rem 5vw;
  }
  .form-section .info-area {
    color: #ffffff;
  }
  .form-section .info-area h3 {
    font-size: 4rem;
    font-weight: bold;
  }
  .form-section .info-area .field-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .form-section .info-area .field-container .input-field {
    position: relative;
    width: 100%;
    margin-top: 7.2rem;
  }
  .form-section .info-area .field-container .input-field.request-info:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .form-section .info-area .field-container .input-field.request-info:nth-child(2) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .form-section .info-area .field-container .input-field.request-info:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .form-section .info-area .field-container .input-field.request-info:nth-child(4) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .form-section .info-area .field-container .input-field.request-info:nth-child(5) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .form-section .info-area .field-container .input-field.request-info:nth-child(6) {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .form-section .info-area .field-container .input-field.has-checkbox {
    margin-top: 9.2rem;
  }
  .form-section .info-area .field-container .input-field.upload-portfolio {
    margin-top: 5.8rem;
  }
  .form-section .info-area .field-container .input-field .input-text {
    width: 100%;
    padding-bottom: 2.4rem;
    background: transparent;
    border: none;
    border-bottom: 1px solid #6e6e6e;
    color: #ffffff;
    font-size: 2.4rem;
  }
  .form-section .info-area .field-container .input-field .input-text::-webkit-input-placeholder {
    color: #ffffff;
  }
  .form-section .info-area .field-container .input-field .input-text::-moz-placeholder {
    color: #ffffff;
  }
  .form-section .info-area .field-container .input-field .input-text:-ms-input-placeholder {
    color: #ffffff;
  }
  .form-section .info-area .field-container .input-field .input-text::-ms-input-placeholder {
    color: #ffffff;
  }
  .form-section .info-area .field-container .input-field .input-text::placeholder {
    color: #ffffff;
  }
  .form-section .info-area .field-container .input-field label {
    position: absolute;
    top: 30%;
    color: #ffffff;
    font-size: 2.4rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .form-section .info-area .field-container .input-field label span ~ span {
    color: #b3b3b3;
    margin-left: 2rem;
    font-size: 1.8rem;
  }
  .form-section .info-area .field-container .input-field .placeholder-txt {
    position: relative;
    z-index: 1;
  }
  .form-section .info-area .field-container .input-field .select-wrap {
    width: 100%;
    height: inherit;
    border: 0 none;
    border-bottom: 1px solid #6e6e6e;
    outline: 0 none;
    background: transparent;
  }
  .form-section .info-area .field-container .input-field .select-wrap .select-txt {
    padding-bottom: 2.4rem;
    color: #ffffff;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .form-section .info-area .field-container .input-field .select-wrap .select-txt span ~ span {
    color: #b3b3b3;
    margin-left: 2rem;
    font-size: 1.8rem;
  }
  .form-section .info-area .field-container .input-field .select-wrap .select-txt .triangel {
    position: absolute;
    top: 10px;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 12px solid transparent;
    border-top: 12px solid transparent;
    border-left: 13px solid #ffffff;
    border-right: 13px solid transparent;
    margin-left: 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .form-section .info-area .field-container .input-field .select-wrap .select-txt .triangel.is-active {
    top: -10px;
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  .form-section .info-area .field-container .input-field .select-wrap .select-list {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: auto;
    left: auto;
    z-index: 10;
    width: inherit;
    background: #1c1c1c;
    border: 1px solid #ffffff;
  }
  .form-section .info-area .field-container .input-field .select-wrap .select-list .select-item {
    padding: 2.5rem 3.6rem;
    color: #ffffff;
    font-size: 2rem;
  }
  .form-section .info-area .field-container .input-field .select-wrap .select-list .select-item:hover {
    background: #4a4a4a;
  }
  .form-section .info-area .field-container .input-field .select-wrap .select-list.is-active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .form-section .info-area .field-container .input-field .select-wrap.first-element .triangel {
    right: 40px;
  }
  .form-section .info-area .field-container .chips-field {
    width: 100%;
    margin-top: 9.2rem;
  }
  .form-section .info-area .field-container .chips-field h4 {
    font-size: 2.4rem;
  }
  .form-section .info-area .field-container .chips-field h4 span {
    margin-left: 2rem;
    color: #b3b3b3;
    font-size: 1.8rem;
  }
  .form-section .info-area .field-container .chips-field .input-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 20px;
    margin-top: 3.2rem;
  }
  .form-section .info-area .field-container .chips-field .input-wrap .checkbox-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-right: 0.8rem;
  }
  .form-section .info-area .field-container .chips-field .input-wrap .checkbox-item input {
    opacity: 0;
    position: absolute;
  }
  .form-section .info-area .field-container .chips-field .input-wrap .checkbox-item input:checked + label {
    color: #1c1c1c;
    background: #ffffff;
  }
  .form-section .info-area .field-container .chips-field .input-wrap .checkbox-item label {
    padding: 1.5rem 3rem;
    border: 1px solid #6e6e6e;
    border-radius: 50px;
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: bold;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
  }
  .form-section .info-area .field-container .textarea-field {
    position: relative;
    width: 100%;
    margin-top: 7.2rem;
  }
  .form-section .info-area .field-container .textarea-field h4 {
    font-size: 2.4rem;
  }
  .form-section .info-area .field-container .textarea-field textarea {
    width: inherit;
    max-height: 54.9rem;
    min-height: 34rem;
    margin-top: 2.4rem;
    padding: 3.3rem 10.6rem 3.3rem 3.6rem;
    background: inherit;
    border: 1px solid #6e6e6e;
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.5;
    resize: none;
  }
  .form-section .info-area .field-container .textarea-field textarea::-webkit-input-placeholder {
    color: #b3b3b3;
  }
  .form-section .info-area .field-container .textarea-field textarea::-moz-placeholder {
    color: #b3b3b3;
  }
  .form-section .info-area .field-container .textarea-field textarea:-ms-input-placeholder {
    color: #b3b3b3;
  }
  .form-section .info-area .field-container .textarea-field textarea::-ms-input-placeholder {
    color: #b3b3b3;
  }
  .form-section .info-area .field-container .textarea-field textarea::placeholder {
    color: #b3b3b3;
  }
  .form-section .info-area .field-container .textarea-field .btn-close {
    position: absolute;
    z-index: 10;
    top: 86px;
    right: 36px;
    width: 2rem;
    height: 2rem;
    background: #b3b3b3;
  }
  .form-section .info-area .field-container .textarea-field .txt-count {
    position: absolute;
    bottom: 40px;
    right: 36px;
  }
  .form-section .info-area .field-container .textarea-field .txt-count span {
    font-size: 1.4rem;
  }
  .form-section .info-area .field-container .textarea-field .txt-count.max-length {
    color: #ff0000;
  }
  .form-section .info-area .field-container .file-upload-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    width: 100%;
    margin-top: 4rem;
  }
  .form-section .info-area .field-container .file-upload-field .label-add-file {
    display: inherit;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.5rem 2.2rem;
    background: #ffffff;
    border: #ffffff;
    border-radius: 10px;
    color: #1c1c1c;
    font-size: 1.8rem;
  }
  .form-section .info-area .field-container .file-upload-field .input-file {
    position: relative;
    width: 50%;
    padding: 1.5rem 0rem;
    font-size: 1.875vw;
    letter-spacing: -0.03em;
  }
  .form-section .info-area .field-container .file-upload-field .input-file::after {
    content: "";
    position: absolute;
    top: 50%;
    left: auto;
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 0.8rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("../images/common/ico_remove_file.png") no-repeat center/cover;
  }
  .form-section .info-area .field-container .file-upload-field .input-file::-webkit-file-upload-button {
    opacity: 0;
    position: absolute;
    -webkit-appearance: none;
            appearance: none;
    border: none;
  }
  .form-section .info-area .field-container .file-upload-field .input-file::file-selector-button {
    opacity: 0;
    position: absolute;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
  }
  .form-section .info-area .field-container .file-upload-field .file-attribute {
    margin-top: 1.6rem;
    color: #b3b3b3;
    font-size: 18px;
  }
  .form-section .info-area.second-info {
    margin-top: 24rem;
  }
  .form-section .submit-area {
    margin-top: 16rem;
    padding-bottom: 24rem;
    text-align: center;
  }
  .form-section .submit-area .protect-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form-section .submit-area .protect-info input {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    font-size: 1px;
    line-height: 0;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  .form-section .submit-area .protect-info input:checked ~ label {
    background: #ffffff;
  }
  .form-section .submit-area .protect-info input:checked ~ label::before {
    opacity: 1;
  }
  .form-section .submit-area .protect-info label {
    display: inline-block;
    position: relative;
    z-index: 100;
    width: 3.2rem;
    height: 3.2rem;
    border: 1px solid #ffffff;
    border-radius: 6px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
  }
  .form-section .submit-area .protect-info label::before {
    opacity: 0;
    content: "";
    position: absolute;
    top: 40%;
    left: 50%;
    width: 19px;
    height: 13px;
    background: none;
    border-top: 3px solid #1c1c1c;
    border-right: 3px solid #1c1c1c;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
        -ms-transform: translate(-50%, -50%) rotate(135deg);
            transform: translate(-50%, -50%) rotate(135deg);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
  }
  .form-section .submit-area .protect-info span {
    position: relative;
    z-index: 100;
    margin-left: 1.6rem;
    color: #ffffff;
    font-size: 2rem;
  }
  @-webkit-keyframes arrowRotate {
    0% {
      border-top: 1px solid #ffffff;
      border-right: 1px solid #ffffff;
    }
    50% {
      border-top: 4px solid #ffffff;
      border-right: 4px solid #ffffff;
    }
  }
  @keyframes arrowRotate {
    0% {
      border-top: 1px solid #ffffff;
      border-right: 1px solid #ffffff;
    }
    50% {
      border-top: 4px solid #ffffff;
      border-right: 4px solid #ffffff;
    }
  }
}
@media (max-width: 767px) {
  .guide-section.request h2 {
    font-size: 8rem;
  }
  .guide-section.recruit .info-area {
    margin-top: 25.3rem;
  }
  .guide-section.recruit .info-area p ~ p {
    margin-top: 3rem;
  }
  .position-section {
    margin-top: 8rem;
    padding: 0rem 2.4rem;
  }
  .position-section .accordion h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    position: relative;
    margin-top: 8rem;
  }
  .position-section .accordion h3.is-active .arrow {
    border-top: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    -webkit-animation: arrowRotate 0.4s;
            animation: arrowRotate 0.4s;
    -webkit-transform: translateY(50%) rotate(315deg);
        -ms-transform: translateY(50%) rotate(315deg);
            transform: translateY(50%) rotate(315deg);
  }
  .position-section .accordion h3.is-active + div {
    opacity: 1;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    margin-top: 8rem;
    padding-bottom: 12rem;
  }
  .position-section .accordion h3::before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ffffff;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .position-section .accordion h3 .txt {
    color: #ffffff;
    font-size: 4.8rem;
    font-weight: bold;
  }
  .position-section .accordion h3 .arrow {
    position: relative;
    width: 2rem;
    height: 2rem;
    margin-top: 0.8rem;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .position-section .accordion .group-info {
    display: block;
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
  }
  .position-section .accordion .group-info .group-name h4 {
    font-size: 1.8rem;
    color: #ffffff;
    font-weight: bold;
  }
  .position-section .accordion .group-info .group-sector {
    margin-top: 12rem;
  }
  .position-section .accordion .group-info .group-sector h4 {
    font-size: 3.2rem;
    color: #ffffff;
    font-weight: bold;
  }
  .position-section .accordion .group-info .group-work dl:first-child {
    margin-top: 5.6rem;
  }
  .position-section .accordion .group-info .group-work dl:not(:first-child) {
    margin-top: 4rem;
  }
  .position-section .accordion .group-info .group-work dl dt {
    padding-bottom: 1.6rem;
    font-size: 2.4rem;
    color: #ffffff;
    font-weight: bold;
  }
  .position-section .accordion .group-info .group-work dl dd {
    margin-top: 1rem;
    font-size: 1.8rem;
    color: #e1e1e1;
  }
  .form-section {
    margin-top: 16rem;
    padding: 0rem 2.4rem;
  }
  .form-section .info-area {
    color: #ffffff;
  }
  .form-section .info-area h3 {
    font-size: 2.8rem;
    font-weight: bold;
  }
  .form-section .info-area .field-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .form-section .info-area .field-container .input-field {
    position: relative;
    width: 100%;
    margin-top: 7.2rem;
  }
  .form-section .info-area .field-container .input-field.request-info:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .form-section .info-area .field-container .input-field.request-info:nth-child(2) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .form-section .info-area .field-container .input-field.request-info:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .form-section .info-area .field-container .input-field.request-info:nth-child(4) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .form-section .info-area .field-container .input-field.request-info:nth-child(5) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .form-section .info-area .field-container .input-field.request-info:nth-child(6) {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .form-section .info-area .field-container .input-field.has-checkbox {
    margin-top: 9.2rem;
  }
  .form-section .info-area .field-container .input-field .input-text {
    width: 100%;
    padding-bottom: 2.4rem;
    background: transparent;
    border: none;
    border-bottom: 1px solid #6e6e6e;
    color: #ffffff;
    font-size: 1.8rem;
  }
  .form-section .info-area .field-container .input-field .input-text::-webkit-input-placeholder {
    color: #ffffff;
  }
  .form-section .info-area .field-container .input-field .input-text::-moz-placeholder {
    color: #ffffff;
  }
  .form-section .info-area .field-container .input-field .input-text:-ms-input-placeholder {
    color: #ffffff;
  }
  .form-section .info-area .field-container .input-field .input-text::-ms-input-placeholder {
    color: #ffffff;
  }
  .form-section .info-area .field-container .input-field .input-text::placeholder {
    color: #ffffff;
  }
  .form-section .info-area .field-container .input-field label {
    position: absolute;
    top: 30%;
    color: #ffffff;
    font-size: 1.8rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .form-section .info-area .field-container .input-field label span ~ span {
    color: #b3b3b3;
    margin-left: 2rem;
    font-size: 1.4rem;
  }
  .form-section .info-area .field-container .input-field .placeholder-txt {
    position: relative;
    z-index: 1;
  }
  .form-section .info-area .field-container .input-field .select-wrap {
    width: 100%;
    height: inherit;
    border: 0 none;
    border-bottom: 1px solid #6e6e6e;
    outline: 0 none;
    background: transparent;
  }
  .form-section .info-area .field-container .input-field .select-wrap .select-txt {
    padding-bottom: 2.4rem;
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .form-section .info-area .field-container .input-field .select-wrap .select-txt span ~ span {
    color: #b3b3b3;
    margin-left: 2rem;
    font-size: 1.4rem;
  }
  .form-section .info-area .field-container .input-field .select-wrap .select-txt .triangel {
    position: absolute;
    top: 10px;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 12px solid transparent;
    border-top: 12px solid transparent;
    border-left: 9px solid #ffffff;
    border-right: 9px solid transparent;
    margin-left: 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .form-section .info-area .field-container .input-field .select-wrap .select-txt .triangel.is-active {
    top: -10px;
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  .form-section .info-area .field-container .input-field .select-wrap .select-list {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: auto;
    left: auto;
    z-index: 10;
    width: inherit;
    background: #1c1c1c;
    border: 1px solid #ffffff;
  }
  .form-section .info-area .field-container .input-field .select-wrap .select-list .select-item {
    padding: 2.5rem 3.6rem;
    color: #ffffff;
    font-size: 2rem;
  }
  .form-section .info-area .field-container .input-field .select-wrap .select-list .select-item:hover {
    background: #4a4a4a;
  }
  .form-section .info-area .field-container .input-field .select-wrap .select-list.is-active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .form-section .info-area .field-container .input-field .select-wrap.first-element .triangel {
    right: 40px;
  }
  .form-section .info-area .field-container .chips-field {
    width: 100%;
    margin-top: 7.2rem;
  }
  .form-section .info-area .field-container .chips-field h4 {
    font-size: 1.8rem;
  }
  .form-section .info-area .field-container .chips-field h4 span {
    margin-left: 1.2rem;
    color: #b3b3b3;
    font-size: 1.4rem;
  }
  .form-section .info-area .field-container .chips-field .input-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    row-gap: 16px;
    margin-top: 3.2rem;
  }
  .form-section .info-area .field-container .chips-field .input-wrap .checkbox-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    position: relative;
    margin-right: 0.8rem;
  }
  .form-section .info-area .field-container .chips-field .input-wrap .checkbox-item input {
    opacity: 0;
    position: absolute;
  }
  .form-section .info-area .field-container .chips-field .input-wrap .checkbox-item input:checked + label {
    color: #1c1c1c;
    background: #ffffff;
  }
  .form-section .info-area .field-container .chips-field .input-wrap .checkbox-item label {
    padding: 1.4rem 2.4rem;
    border: 1px solid #6e6e6e;
    border-radius: 50px;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: bold;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
  }
  .form-section .info-area .field-container .textarea-field {
    position: relative;
    width: 100%;
    margin-top: 7.2rem;
  }
  .form-section .info-area .field-container .textarea-field h4 {
    font-size: 2.4rem;
  }
  .form-section .info-area .field-container .textarea-field textarea {
    width: inherit;
    min-height: 38.8rem;
    margin-top: 3rem;
    padding: 2.4rem 2.4rem 5rem;
    background: inherit;
    border: 1px solid #6e6e6e;
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 1.5;
    resize: none;
  }
  .form-section .info-area .field-container .textarea-field textarea::-webkit-input-placeholder {
    color: #b3b3b3;
  }
  .form-section .info-area .field-container .textarea-field textarea::-moz-placeholder {
    color: #b3b3b3;
  }
  .form-section .info-area .field-container .textarea-field textarea:-ms-input-placeholder {
    color: #b3b3b3;
  }
  .form-section .info-area .field-container .textarea-field textarea::-ms-input-placeholder {
    color: #b3b3b3;
  }
  .form-section .info-area .field-container .textarea-field textarea::placeholder {
    color: #b3b3b3;
  }
  .form-section .info-area .field-container .textarea-field .btn-close {
    display: none;
    position: absolute;
    z-index: 10;
    top: 86px;
    right: 36px;
    width: 2rem;
    height: 2rem;
    background: #b3b3b3;
  }
  .form-section .info-area .field-container .textarea-field .txt-count {
    position: absolute;
    bottom: 40px;
    right: 36px;
  }
  .form-section .info-area .field-container .textarea-field .txt-count span {
    font-size: 1.4rem;
  }
  .form-section .info-area .field-container .textarea-field .txt-count.max-length {
    color: #ff0000;
  }
  .form-section .info-area .field-container .file-upload-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    position: relative;
    width: 100%;
    margin-top: 7.2rem;
  }
  .form-section .info-area .field-container .file-upload-field .label-add-file {
    display: inherit;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 16rem;
    min-height: 5.6rem;
    background: #ffffff;
    border: #ffffff;
    border-radius: 10px;
    color: #1c1c1c;
    font-size: 1.8rem;
  }
  .form-section .info-area .field-container .file-upload-field .input-file {
    position: relative;
    margin-top: 1.5rem;
    padding: 1.5rem 0rem;
    font-size: 1.8rem;
    letter-spacing: -0.03em;
  }
  .form-section .info-area .field-container .file-upload-field .input-file::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.6rem;
    height: 1.6rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("../images/common/ico_remove_file.png") no-repeat center/cover;
  }
  .form-section .info-area .field-container .file-upload-field .input-file::-webkit-file-upload-button {
    opacity: 0;
    position: absolute;
    -webkit-appearance: none;
            appearance: none;
    border: none;
  }
  .form-section .info-area .field-container .file-upload-field .input-file::file-selector-button {
    opacity: 0;
    position: absolute;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
  }
  .form-section .info-area .field-container .file-upload-field .file-attribute {
    display: inline-block;
    width: 100%;
    margin-top: 1.6rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #b3b3b3;
  }
  .form-section .info-area .field-container .file-upload-field.recruit {
    margin-top: 4rem;
  }
  .form-section .info-area.second-info {
    margin-top: 12rem;
  }
  .form-section .submit-area {
    margin-top: 16rem;
    padding-bottom: 16rem;
    text-align: center;
  }
  .form-section .submit-area .protect-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form-section .submit-area .protect-info input {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    font-size: 1px;
    line-height: 0;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  .form-section .submit-area .protect-info input:checked ~ label {
    background: #ffffff;
  }
  .form-section .submit-area .protect-info input:checked ~ label::before {
    opacity: 1;
  }
  .form-section .submit-area .protect-info label {
    display: inline-block;
    position: relative;
    z-index: 100;
    width: 2.4rem;
    height: 2.4rem;
    border: 1px solid #ffffff;
    border-radius: 6px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
  }
  .form-section .submit-area .protect-info label::before {
    opacity: 0;
    content: "";
    position: absolute;
    top: 40%;
    left: 50%;
    width: 15px;
    height: 9px;
    background: none;
    border-top: 2px solid #1c1c1c;
    border-right: 2px solid #1c1c1c;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
        -ms-transform: translate(-50%, -50%) rotate(135deg);
            transform: translate(-50%, -50%) rotate(135deg);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
  }
  .form-section .submit-area .protect-info span {
    position: relative;
    z-index: 100;
    margin-left: 1.6rem;
    color: #ffffff;
    font-size: 1.6rem;
  }
  .form-section .submit-area button {
    margin-top: 7.2rem;
  }
  @-webkit-keyframes arrowRotate {
    0% {
      border-top: 1px solid #ffffff;
      border-right: 1px solid #ffffff;
    }
    50% {
      border-top: 4px solid #ffffff;
      border-right: 4px solid #ffffff;
    }
  }
  @keyframes arrowRotate {
    0% {
      border-top: 1px solid #ffffff;
      border-right: 1px solid #ffffff;
    }
    50% {
      border-top: 4px solid #ffffff;
      border-right: 4px solid #ffffff;
    }
  }
}
@media (min-width: 1024px) {
  .tabmenu-wrap {
    opacity: 0;
    margin-top: 21.6666666667vw;
  }
  .tabmenu-wrap .tab-menu {
    margin-left: 77px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-family: "Etolie-regular";
    font-size: 2.0833333333vw;
    font-weight: 400;
    color: #ffffff;
  }
  .tabmenu-wrap .tab-menu li:nth-child(n+1):nth-child(-n+5) {
    margin-right: 32px;
  }
  .tabmenu-wrap .tab-menu li a {
    position: relative;
    color: #ffffff;
  }
  .tabmenu-wrap .tab-menu li a::after {
    content: "";
    position: absolute;
    top: 3.125vw;
    left: 0;
    z-index: 101;
    width: 0;
    height: 3px;
    background: #ffffff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
  }
  .tabmenu-wrap .tab-menu li a:hover::after, .tabmenu-wrap .tab-menu li a.current-menu::after {
    width: 100%;
  }
  .news-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 22px;
    grid-row-gap: 7.1354166667vw;
    margin-top: 7.2916666667vw;
    padding: 0rem 7.7rem 0rem;
    padding-bottom: 6.9791666667vw;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    position: relative;
    z-index: 2;
  }
  .news-section .grid-item {
    width: auto;
  }
  .news-section .grid-item:hover img {
    -webkit-filter: none;
            filter: none;
  }
  .news-section .grid-item:hover .txt-wrap .story-title {
    background-size: 100% 0.1em, 100% 0.1em;
  }
  .news-section .grid-item img {
    width: 100%;
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
  .news-section .grid-item .txt-wrap {
    margin-top: 24px;
  }
  .news-section .grid-item .txt-wrap .story-title {
    font-family: "Noto Sans KR";
    font-size: 1.6666666667vw;
    font-weight: 700;
    line-height: 1.5;
    color: #ffffff;
    display: inline;
    background: -webkit-gradient(linear, left top, right top, from(rgba(100, 200, 200, 0)), to(rgba(100, 200, 200, 0))), -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(rgb(255, 255, 255)), to(rgb(255, 255, 255)));
    background: -webkit-linear-gradient(left, rgba(100, 200, 200, 0), rgba(100, 200, 200, 0)), -webkit-linear-gradient(left, rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255));
    background: -o-linear-gradient(left, rgba(100, 200, 200, 0), rgba(100, 200, 200, 0)), -o-linear-gradient(left, rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255));
    background: linear-gradient(to right, rgba(100, 200, 200, 0), rgba(100, 200, 200, 0)), linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255));
    background-size: 255% 100%, 0 0.1em;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    -webkit-transition: background-size 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: background-size 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: background-size 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .news-section .grid-item .txt-wrap .story-sort {
    margin-top: 16px;
    font-family: "Etolie-regular";
    font-size: 1.1458333333vw;
    font-weight: 400;
    line-height: 0.8;
    color: #ffffff;
  }
  .btn-wrap.add.notice {
    margin-top: 4.1666666667vw;
    margin-bottom: 13.9583333333vw;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .btn-wrap.add.notice .more-view {
    width: 112px;
    height: 112px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #ffffff;
    border-radius: 50%;
  }
  .btn-wrap.add.notice .more-view span {
    font-size: 24px;
    color: #ffffff;
  }
  .news-view-section {
    color: #ffffff;
  }
  .news-view-section .hgroup {
    padding: 30.5rem 0rem 16rem;
    max-width: 1180px;
    margin: 0 auto;
  }
  .news-view-section .hgroup h2 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.3;
    color: inherit;
  }
  .news-view-section .hgroup p {
    margin-top: 7.4rem;
    font-size: 32px;
    font-weight: 400;
    line-height: 0.8;
    color: inherit;
    font-family: "Etolie-regular";
  }
  .news-view-section .project-visual img {
    width: 100%;
  }
  .news-view-section .desc-wrap {
    padding: 12rem 0rem 0rem;
    padding-bottom: 200px;
    max-width: 1180px;
    margin: 0 auto;
  }
  .news-view-section .desc-wrap p {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
    color: inherit;
  }
  .news-view-section .desc-wrap p a {
    border-bottom: 1px solid #ffffff;
  }
  .news-view-section .desc-wrap p ~ p {
    margin-top: 5.5rem;
  }
  .news-view-section .btn-wrap {
    padding-bottom: 28rem;
    text-align: center;
  }
  .news-view-section .btn-wrap .rectangle {
    margin-top: 0;
  }
  .news-view-section .ux-to-white {
    color: #1c1c1c;
  }
  .news-view-section .ux-split-word {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  @-webkit-keyframes arrowRotate {
    0% {
      border-top: 1px solid #ffffff;
      border-right: 1px solid #ffffff;
    }
    50% {
      border-top: 4px solid #ffffff;
      border-right: 4px solid #ffffff;
    }
  }
  @keyframes arrowRotate {
    0% {
      border-top: 1px solid #ffffff;
      border-right: 1px solid #ffffff;
    }
    50% {
      border-top: 4px solid #ffffff;
      border-right: 4px solid #ffffff;
    }
  }
}
@media (min-width: 1024px) and (max-width: 1311px) {
  .news-view-section .hgroup {
    padding: 30.5rem 6.6rem 16rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto;
  }
  .news-view-section .desc-wrap {
    padding: 12rem 6.6rem 0rem;
    padding-bottom: 200px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .guide-section.news {
    grid-template-columns: repeat(1, 1fr);
  }
  .guide-section.news h2 {
    font-size: 16rem;
    padding-bottom: 20px;
  }
  .guide-section.news .info-area p {
    font-size: 3.3333333333vw;
  }
  .tabmenu-wrap {
    margin-top: 184px;
  }
  .tabmenu-wrap .tab-menu {
    margin-left: 51px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-family: "Etolie-regular";
    font-size: 3.2rem;
    font-weight: 400;
    color: #ffffff;
  }
  .tabmenu-wrap .tab-menu li:nth-child(n+1):nth-child(-n+5) {
    margin-right: 32px;
  }
  .tabmenu-wrap .tab-menu li a {
    position: relative;
    color: #ffffff;
  }
  .tabmenu-wrap .tab-menu li a::after {
    content: "";
    position: absolute;
    top: 5.2rem;
    left: 0;
    z-index: 101;
    width: 0;
    height: 3px;
    background: #ffffff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
  }
  .tabmenu-wrap .tab-menu li a:hover::after, .tabmenu-wrap .tab-menu li a.current-menu::after {
    width: 100%;
  }
  .news-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 8.8541666667vw;
    margin-top: 140px;
    padding: 0rem 4.8rem 0rem;
    padding-bottom: 6.9791666667vw;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .news-section .grid-item {
    width: auto;
    padding-bottom: 18px;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    -webkit-transition: 0.9s all linear;
    -o-transition: 0.9s all linear;
    transition: 0.9s all linear;
  }
  .news-section .grid-item:hover {
    -webkit-filter: none;
            filter: none;
  }
  .news-section .grid-item img {
    width: 100%;
  }
  .news-section .grid-item .txt-wrap .story-title {
    margin-top: 20px;
    font-family: "Noto Sans KR";
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    color: #ffffff;
  }
  .news-section .grid-item .txt-wrap .story-title .none-pc {
    display: none;
  }
  .news-section .grid-item .txt-wrap .story-sort {
    margin-top: 18px;
    font-family: "Etolie-regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 0.8;
    color: #ffffff;
  }
  .btn-wrap.add.notice {
    margin-top: 4.1666666667vw;
    margin-bottom: 12.5vw;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .btn-wrap.add.notice .more-view {
    width: 112px;
    height: 112px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #ffffff;
    border-radius: 50%;
  }
  .btn-wrap.add.notice .more-view span {
    color: #ffffff;
  }
  .news-view-section {
    color: #ffffff;
  }
  .news-view-section .hgroup {
    padding: 18.4rem 4.8rem 16rem;
  }
  .news-view-section .hgroup h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    color: inherit;
  }
  .news-view-section .hgroup p {
    margin-top: 6rem;
    font-size: 24px;
    font-weight: 400;
    line-height: 0.8;
    color: inherit;
    font-family: "Etolie-regular";
  }
  .news-view-section .project-visual img {
    width: 100%;
  }
  .news-view-section .desc-wrap {
    padding: 8rem 4.8rem 0rem;
    padding-bottom: 160px;
  }
  .news-view-section .desc-wrap p {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
    color: inherit;
  }
  .news-view-section .desc-wrap p a {
    border-bottom: 1px solid #ffffff;
  }
  .news-view-section .desc-wrap p ~ p {
    margin-top: 5.5rem;
  }
  .news-view-section .btn-wrap {
    padding-bottom: 24rem;
    text-align: center;
  }
  .news-view-section .btn-wrap .rectangle {
    margin-top: 0;
  }
  .news-view-section .ux-to-white {
    color: #1c1c1c;
  }
  .news-view-section .ux-split-word {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  @-webkit-keyframes arrowRotate {
    0% {
      border-top: 1px solid #ffffff;
      border-right: 1px solid #ffffff;
    }
    50% {
      border-top: 4px solid #ffffff;
      border-right: 4px solid #ffffff;
    }
  }
  @keyframes arrowRotate {
    0% {
      border-top: 1px solid #ffffff;
      border-right: 1px solid #ffffff;
    }
    50% {
      border-top: 4px solid #ffffff;
      border-right: 4px solid #ffffff;
    }
  }
}
@media (max-width: 767px) {
  .guide-section.news.mo {
    margin-top: 201px;
  }
  .guide-section.news.mo h2 {
    font-size: 96px;
  }
  .guide-section.news.mo .info-area {
    margin-top: 235px;
  }
  .guide-section.news.mo .info-area p {
    font-family: "Noto Sans KR";
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
  }
  .tabmenu-wrap .tab-menu {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    padding-left: 2.4rem;
    padding-top: 145px;
    margin: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-family: "Etolie-regular";
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
  }
  .tabmenu-wrap .tab-menu li:nth-child(n+1):nth-child(-n+5) {
    margin-right: 16px;
  }
  .tabmenu-wrap .tab-menu li:nth-child(n+4):nth-child(-n+6) {
    margin-top: 24px;
  }
  .tabmenu-wrap .tab-menu li a {
    position: relative;
    color: #ffffff;
  }
  .tabmenu-wrap .tab-menu li a::after {
    content: "";
    position: absolute;
    top: 36px;
    left: 0;
    z-index: 101;
    width: 0;
    height: 1px;
    background: #ffffff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
         -o-transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
            transition-timing-function: cubic-bezier(0.16, 0.1, 0.03, 1);
  }
  .tabmenu-wrap .tab-menu li a:hover::after, .tabmenu-wrap .tab-menu li a.current-menu::after {
    width: 100%;
  }
  .news-section {
    margin-top: 7.5rem;
    padding: 0rem 2.4rem 0rem;
    padding-bottom: 10.3125vw;
  }
  .news-section .grid-item {
    width: auto;
  }
  .news-section .grid-item:not(:first-child) {
    margin-top: 87px;
  }
  .news-section .grid-item img {
    width: 100%;
    -webkit-transition-timing-function: 0.9s;
         -o-transition-timing-function: 0.9s;
            transition-timing-function: 0.9s;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
  .news-section .grid-item img:hover {
    -webkit-filter: none;
            filter: none;
  }
  .news-section .grid-item .txt-wrap .story-title {
    margin-top: 16px;
    font-family: "Noto Sans KR";
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    color: #ffffff;
  }
  .news-section .grid-item .txt-wrap .story-sort {
    margin-top: 16px;
    font-family: "Etolie-regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 0.8;
    color: #ffffff;
  }
  .news-view-section {
    color: #ffffff;
  }
  .news-view-section .hgroup {
    padding: 0rem 2.4rem 0rem;
    padding-top: 203px;
    padding-bottom: 120px;
  }
  .news-view-section .hgroup h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    color: inherit;
  }
  .news-view-section .hgroup p {
    margin-top: 52px;
    font-size: 20px;
    font-weight: 400;
    line-height: 0.8;
    color: inherit;
    font-family: "Etolie-regular";
  }
  .news-view-section .project-visual img {
    width: 100%;
  }
  .news-view-section .desc-wrap {
    padding: 4rem 2.4rem 0rem;
    padding-bottom: 120px;
  }
  .news-view-section .desc-wrap p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: inherit;
  }
  .news-view-section .desc-wrap p a {
    border-bottom: 1px solid #ffffff;
  }
  .news-view-section .desc-wrap p ~ p {
    margin-top: 45px;
  }
  .news-view-section .btn-wrap {
    padding-bottom: 16rem;
    text-align: center;
  }
  .news-view-section .btn-wrap .rectangle {
    margin-top: 0;
  }
  .news-view-section .ux-convert {
    display: inline;
  }
  .btn-wrap.add.notice {
    margin-top: 10.3125vw;
    margin-bottom: 26.125vw;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .btn-wrap.add.notice .more-view {
    width: 96px;
    height: 96px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #ffffff;
    border-radius: 50%;
  }
  .btn-wrap.add.notice .more-view span {
    font-size: 24px;
    color: #ffffff;
  }
  @-webkit-keyframes arrowRotate {
    0% {
      border-top: 1px solid #ffffff;
      border-right: 1px solid #ffffff;
    }
    50% {
      border-top: 4px solid #ffffff;
      border-right: 4px solid #ffffff;
    }
  }
  @keyframes arrowRotate {
    0% {
      border-top: 1px solid #ffffff;
      border-right: 1px solid #ffffff;
    }
    50% {
      border-top: 4px solid #ffffff;
      border-right: 4px solid #ffffff;
    }
  }
}
@media (min-width: 1024px) {
  .guide-section.privacy {
    grid-template-rows: minmax(auto, -webkit-max-content);
    grid-template-rows: minmax(auto, max-content);
  }
  .guide-section.privacy h2 {
    font-size: 14.0625vw;
  }
  .privacy-contents {
    margin-top: 19.6rem;
    padding: 0rem 7.7rem;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
    color: #ffffff;
  }
  .privacy-contents ul {
    margin-top: 5.1rem;
  }
  .privacy-contents dl {
    margin-top: 5.1rem;
  }
  .privacy-contents dl dt {
    margin-bottom: 5rem;
  }
  .privacy-contents dl:last-child {
    padding-bottom: 28rem;
  }
  .guide-section.contact {
    grid-template-rows: minmax(auto, -webkit-max-content);
    grid-template-rows: minmax(auto, max-content);
    row-gap: 104px;
    grid-template-areas: "a a" "b c";
  }
  .guide-section.contact h2 {
    grid-area: a;
    font-size: 18.2291666667vw;
  }
  .guide-section.contact .info-area {
    grid-area: c;
  }
  .contact-contents {
    margin-top: 21.7rem;
    padding: 0rem 7.7rem;
    color: #ffffff;
  }
  .contact-contents > h2 {
    font-size: 4.1666666667vw;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
  }
  .contact-contents .contact-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
    margin-top: 3.6rem;
  }
  .contact-contents .contact-list li {
    font-size: 1.6666666667vw;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
  }
  .contact-contents .metro-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px;
    margin-top: 7.8rem;
  }
  .contact-contents .metro-area .ico {
    width: 76px;
    height: 76px;
    background: url("../../static/images/common/metro_ico.png") no-repeat;
  }
  .contact-contents .metro-area ul li {
    font-size: 1.0416666667vw;
    font-weight: 500;
    line-height: 2;
    color: inherit;
  }
  .map-container {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 66.2962962963vh;
    margin-top: 18.9rem;
  }
  .guide-section.error {
    margin-top: 30.5rem;
    margin-bottom: 11.1rem;
    row-gap: 104px;
  }
  .guide-section.error h2 {
    font-size: 18.2291666667vw;
  }
  .guide-section.error .info-area p {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
  }
  .error-page {
    cursor: default;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .guide-section.privacy {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 122px;
  }
  .guide-section.privacy h2 {
    font-size: 16.6666666667vw;
  }
  .guide-section.privacy p {
    font-size: 3.3333333333vw;
  }
  .privacy-contents {
    margin-top: 16.8rem;
    padding: 0rem 5vw;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.6;
    color: #ffffff;
  }
  .privacy-contents ul {
    margin-top: 5.1rem;
  }
  .privacy-contents dl {
    margin-top: 5.1rem;
  }
  .privacy-contents dl:last-child {
    padding-bottom: 24rem;
  }
  .guide-section.contact {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .guide-section.contact h2 {
    font-size: 16.6666666667vw;
  }
  .contact-contents {
    margin-top: 16.8rem;
    padding: 0rem 5vw;
    color: #ffffff;
  }
  .contact-contents > h2 {
    font-size: 6.6666666667vw;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
  }
  .contact-contents .contact-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    margin-top: 3.6rem;
  }
  .contact-contents .contact-list li {
    font-size: 2.5vw;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
  }
  .contact-contents .metro-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px;
    margin-top: 7.8rem;
  }
  .contact-contents .metro-area .ico {
    width: 76px;
    height: 76px;
    background: url("../../static/images/common/metro_ico.png") no-repeat;
  }
  .contact-contents .metro-area ul li {
    font-size: 2.0833333333vw;
    font-weight: 500;
    line-height: 2;
    color: inherit;
  }
  .map-container {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 382px;
    margin-top: 18.9rem;
  }
  .guide-section.error {
    margin-top: 16.8rem;
    margin-bottom: 20rem;
    row-gap: 105px;
  }
}
@media (max-width: 767px) {
  .guide-section.privacy h2 {
    font-size: 9.6rem;
  }
  .guide-section.privacy .info-area {
    margin-top: 7.2rem;
  }
  .guide-section.privacy .info-area p {
    font-size: 2.4rem;
  }
  .privacy-contents {
    margin-top: 34.3rem;
    padding: 0rem 2.4rem;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6;
    color: #ffffff;
  }
  .privacy-contents ul {
    margin-top: 4rem;
  }
  .privacy-contents dl {
    margin-top: 4rem;
  }
  .privacy-contents dl:last-child {
    padding-bottom: 16rem;
  }
  .guide-section.contact h2 {
    font-size: 8rem;
  }
  .guide-section.contact .info-area {
    margin-top: 31.8rem;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
  }
  .contact-contents {
    margin-top: 15.9rem;
    padding: 0rem 2.4rem;
    color: #ffffff;
  }
  .contact-contents > h2 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
  }
  .contact-contents .contact-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    margin-top: 3.2rem;
  }
  .contact-contents .contact-list li {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
  }
  .contact-contents .metro-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin-top: 12rem;
  }
  .contact-contents .metro-area .ico {
    width: 7.2rem;
    height: 7.2rem;
    background: url("../../static/images/common/metro_ico.png") no-repeat;
  }
  .contact-contents .metro-area ul li {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2;
    color: inherit;
  }
  .map-container {
    position: relative;
    z-index: 10;
    width: 100%;
    min-height: 320px;
    margin-top: 16rem;
  }
  .guide-section.error {
    margin-top: 15.3rem;
    margin-bottom: 20rem;
  }
  .guide-section.error .info-area {
    margin-top: 22rem;
  }
}
@media (min-width: 1024px) {
  .guide-section.esg {
    grid-template-rows: none;
  }
  .guide-section.esg h2 {
    font-size: 14.0625vw;
  }
  .guide-section.esg .info-area p {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    color: inherit;
  }
  .guide-section.esg .info-area p + p {
    margin-top: 10px;
  }
  .guide-section.esg .info-area .txt {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
    margin-bottom: 4.8rem;
  }
  .guide-section.esg .info-area .desc {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
    margin-bottom: 2.4rem;
  }
  .position-section.esg {
    padding-bottom: 24rem;
    position: relative;
    z-index: 10;
  }
  .position-section.esg .group-info {
    display: block;
  }
  .position-section.esg .group-info .group-info-wrap h4 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    color: inherit;
    margin-bottom: 2.4rem;
    color: #ffffff;
  }
  .position-section.esg .group-info .group-info-wrap p {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    color: inherit;
    color: #ffffff;
    text-align: right;
  }
  .position-section.esg .group-info .group-info-wrap p + P {
    margin-top: 2rem;
  }
  .position-section.esg .group-info .group-info-wrap ul {
    margin-top: 4.8rem;
  }
  .position-section.esg .group-info .group-info-wrap ul li {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
    color: inherit;
    padding-bottom: 4rem;
    color: #ffffff;
  }
  .position-section.esg .group-info .group-info-wrap ul li .dot {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .position-section.esg .group-info .group-info-wrap ul li .dot::before {
    content: "";
    display: block;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 0.5rem;
    height: 0.5rem;
    margin: 1.8rem 1rem 0rem 1rem;
    border-radius: 50%;
    background-color: #ffffff;
  }
  .position-section.esg .group-info .group-info-wrap .img-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .position-section.esg .group-info .group-info-wrap .img-wrap img {
    width: 80rem;
    height: 60rem;
  }
  .position-section.esg .group-info .group-info-wrap .img-wrap p {
    margin-top: 1.8rem;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: inherit;
    color: #ffffff;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .guide-section.esg {
    grid-template-columns: none;
  }
  .guide-section.esg .info-area {
    grid-area: unset;
  }
  .guide-section.esg h2 {
    font-size: 14.0625vw;
  }
  .guide-section.esg .info-area p {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    color: inherit;
  }
  .guide-section.esg .info-area p + p {
    margin-top: 10px;
  }
  .guide-section.esg .info-area .txt {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
    margin-bottom: 4.8rem;
  }
  .guide-section.esg .info-area .desc {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
    margin-bottom: 2.4rem;
  }
  .position-section.esg {
    padding-bottom: 24rem;
    position: relative;
    z-index: 10;
  }
  .position-section.esg .group-info {
    display: block;
  }
  .position-section.esg .group-info .group-info-wrap h4 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    color: inherit;
    margin-bottom: 2.4rem;
    color: #ffffff;
  }
  .position-section.esg .group-info .group-info-wrap p {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    color: inherit;
    color: #ffffff;
    text-align: right;
  }
  .position-section.esg .group-info .group-info-wrap p + P {
    margin-top: 2rem;
  }
  .position-section.esg .group-info .group-info-wrap ul {
    margin-top: 4.8rem;
  }
  .position-section.esg .group-info .group-info-wrap ul li {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
    color: inherit;
    padding-bottom: 4rem;
    color: #ffffff;
  }
  .position-section.esg .group-info .group-info-wrap ul li .dot {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .position-section.esg .group-info .group-info-wrap ul li .dot::before {
    content: "";
    display: block;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 0.5rem;
    height: 0.5rem;
    margin: 1.6rem 1rem 0rem 1rem;
    border-radius: 50%;
    background-color: #ffffff;
  }
  .position-section.esg .group-info .group-info-wrap .img-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .position-section.esg .group-info .group-info-wrap .img-wrap .item-01 + .item-02 {
    margin-top: 12rem;
  }
  .position-section.esg .group-info .group-info-wrap .img-wrap p {
    margin-top: 1.8rem;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    color: inherit;
    color: #ffffff;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .guide-section.esg {
    padding-bottom: 8rem;
    grid-template-columns: none;
  }
  .guide-section.esg .info-area {
    margin-top: 12.8rem;
  }
  .guide-section.esg h2 {
    font-size: 26.1458333333vw;
  }
  .guide-section.esg .info-area p {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    color: inherit;
  }
  .guide-section.esg .info-area p + p {
    margin-top: 10px;
  }
  .guide-section.esg .info-area .txt {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
    margin-bottom: 4.8rem;
  }
  .guide-section.esg .info-area .desc {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
    margin-bottom: 2.4rem;
  }
  .position-section.esg {
    padding-bottom: 19.2rem;
    position: relative;
    z-index: 10;
  }
  .position-section.esg .accordion h3 span {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
    color: #ffffff;
  }
  .position-section.esg .accordion h3 .arrow {
    margin-top: 0;
  }
  .position-section.esg .group-info {
    display: block;
  }
  .position-section.esg .group-info .group-info-wrap h4 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    color: inherit;
    margin-bottom: 2.4rem;
    color: #ffffff;
  }
  .position-section.esg .group-info .group-info-wrap p {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    color: inherit;
    color: #ffffff;
    text-align: right;
  }
  .position-section.esg .group-info .group-info-wrap p + P {
    margin-top: 2rem;
  }
  .position-section.esg .group-info .group-info-wrap ul {
    margin-top: 4.8rem;
  }
  .position-section.esg .group-info .group-info-wrap ul li {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
    color: inherit;
    padding-bottom: 4rem;
    color: #ffffff;
  }
  .position-section.esg .group-info .group-info-wrap ul li .dot {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .position-section.esg .group-info .group-info-wrap ul li .dot::before {
    content: "";
    display: block;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 0.5rem;
    height: 0.5rem;
    margin: 1.4rem 1rem 0rem 1rem;
    border-radius: 50%;
    background-color: #ffffff;
  }
  .position-section.esg .group-info .group-info-wrap .img-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .position-section.esg .group-info .group-info-wrap .img-wrap .item-01 + .item-02 {
    margin-top: 6rem;
  }
  .position-section.esg .group-info .group-info-wrap .img-wrap img {
    width: 32.5rem;
    height: 24.5rem;
  }
  .position-section.esg .group-info .group-info-wrap .img-wrap p {
    margin-top: 0.6rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    color: inherit;
    color: #ffffff;
    text-align: left;
  }
}
/*# sourceMappingURL=sass_maps/common.css.map */
