@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 0.5208vw;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

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

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

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

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

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

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

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

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

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

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

@font-face {
  font-family: "SUIT";
  font-weight: 100;
  src: local("SUIT Thin"), url("/fonts/SUIT-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "SUIT";
  font-weight: 200;
  src: local("SUIT ExtraLight"), url("/fonts/SUIT-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "SUIT";
  font-weight: 300;
  src: local("SUIT Light"), url("/fonts/SUIT-Light.woff2") format("woff2");
}
@font-face {
  font-family: "SUIT";
  font-weight: 400;
  src: local("SUIT Regular"), url("/fonts/SUIT-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "SUIT";
  font-weight: 500;
  src: local("SUIT Medium"), url("/fonts/SUIT-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "SUIT";
  font-weight: 600;
  src: local("SUIT SemiBold"), url("/fonts/SUIT-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "SUIT";
  font-weight: 700;
  src: local("SUIT Bold"), url("/fonts/SUIT-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "SUIT";
  font-weight: 800;
  src: local("SUIT ExtraBold"), url("/fonts/SUIT-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "SUIT";
  font-weight: 900;
  src: local("SUIT Heavy"), url("/fonts/SUIT-Heavy.woff2") format("woff2");
}
@font-face {
  font-family: "proxima-nova";
  font-weight: 300;
  src: local("proximanova Light"), url("/fonts/proximanova-light.woff2") format("woff2");
}
@font-face {
  font-family: "proxima-nova";
  font-weight: 400;
  src: local("proximanova Regular"), url("/fonts/proximanova-regular.woff2") format("woff2");
}
@font-face {
  font-family: "proxima-nova";
  font-weight: 500;
  src: local("proximanova Medium"), url("/fonts/proximanova-medium.woff2") format("woff2");
}
@font-face {
  font-family: "proxima-nova";
  font-weight: 600;
  src: local("proximanova SemiBold"), url("/fonts/proximanova-semibold.woff2") format("woff2");
}
@font-face {
  font-family: "proxima-nova";
  font-weight: 700;
  src: local("proximanova Bold"), url("/fonts/proximanova-bold.woff2") format("woff2");
}
@font-face {
  font-family: "proxima-nova";
  font-weight: 800;
  src: local("proximanova ExtraBold"), url("/fonts/proximanova-extrabold.woff2") format("woff2");
}
html,
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 {
  margin: 0;
  padding: 0;
  line-height: 150%;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 100%;
}

html,
body {
  height: 100%;
}
html[lang^=ko],
body[lang^=ko] {
  word-break: keep-all;
}

body {
  font-weight: 300;
  font-size: 14px;
  color: #343434;
  font-family: "SUIT";
}

table {
  width: 100%;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

table caption,
form legend {
  visibility: hidden;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
input[type=submit],
input[type=reset],
input[type=button] {
  overflow: visible;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  background: transparent;
  outline: none;
}

input[type=checkbox] {
  appearance: checkbox;
  -webkit-appearance: checkbox;
}

input[type=image] {
  vertical-align: top;
}

input,
select,
textarea,
button {
  border-radius: 0;
  outline: none;
}

ol,
li {
  list-style: none;
}

img,
fieldset {
  border: none;
  vertical-align: top;
}

hr {
  display: none;
}

i,
em,
address,
cite {
  font-style: normal;
}

strong {
  font-weight: 600;
}

a {
  color: #343434;
  outline: none;
  line-height: 160%;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

/* text-decoration:underline; */
a:active {
  text-decoration: none;
}

/* form */
form {
  display: block;
  border: none;
}

fieldset {
  margin: 0px;
  padding: 0px;
  border: none;
}

input {
  padding-top: 2px;
  vertical-align: middle;
  border: none;
}

input[type~=text] {
  border: 1px solid #ccc;
}

input[type~=password] {
  border: 1px solid #ccc;
}

input[type~=file] {
  border: 1px solid #ccc;
}

input[type~=checkbox] {
  border: none;
  margin: -1px 0;
}

input[type~=radio] {
  border: none;
  margin: -1px 0;
}

select {
  font-size: 12px;
  vertical-align: middle;
}

textarea {
  border: 1px solid #ccc;
}

.input-select {
  display: inline-block;
  margin: 0;
  box-sizing: border-box;
  vertical-align: middle;
  border: 1px solid #dddddd;
  position: relative;
  height: 38px;
  background: #fff;
}

.input-select:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -3px;
  width: 9px;
  height: 5px;
  background: url(../images/img_uparrow_form_select.png) 0 0 no-repeat;
  background-size: 100%;
}

.input-select select {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
  padding: 0 60px 0 10px;
  border: 0;
  height: 36px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #343434;
  font-size: 14px;
  cursor: pointer;
  outline: none;
  vertical-align: middle;
}

.input-select select::-ms-expand {
  display: none;
}

.input-text {
  display: inline-block;
  vertical-align: middle;
}

.input-text input {
  display: block;
  width: 100%;
  height: 34px;
  text-indent: 10px;
  border: 1px solid #ddd;
}

.input-password {
  display: inline-block;
  vertical-align: middle;
}

.input-password input {
  display: block;
  width: 100%;
  height: 34px;
  text-indent: 10px;
  border: 1px solid #ddd;
}

.input-file {
  display: inline-block;
  vertical-align: middle;
}

.input-file input {
  display: block;
  width: 100%;
  height: 34px;
  text-indent: 10px;
  border: 1px solid #ddd;
}

.input-checkbox {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  min-width: 20px;
  height: 20px;
}

.input-checkbox input[type=checkbox] {
  display: inline-block;
  margin: -4px 0 0 0;
  width: 20px;
  height: 20px;
}

.input-checkbox::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #555;
}

.input-radio {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  min-width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  font-size: 16px;
  font-weight: 500;
}

.input-radio input[type=radio] {
  margin: -1px 0 0 0;
  width: 20px;
  height: 20px;
}

.input-radio::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
}

.offscreen {
  display: none;
}

/* 1280px Mobile 대응 */
@media screen and (max-width: 1280px) {
  body {
    line-height: 160%;
    font-weight: 400;
    word-break: break-all;
  }
}
.bl_divide {
  display: block;
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 2px;
  background-color: #0029d2;
}

.page-journal .list-common.headline .bl_divide + .item {
  margin-top: 95px;
}

.page-work .bl_divide + .list-common.view {
  width: 92.7083333333vw;
  margin: 116px auto;
  padding: 0 3.6458333333vw;
}

/* 1920px WIDE 대응 */
@media screen and (min-width: 1921px) {
  .bl_divide {
    display: block;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 2px;
    background-color: #0029d2;
  }
  .page-work .bl_divide + .list-common.view {
    width: 1780px;
    margin: 116px auto;
    padding: 0;
  }
}
/* 1280 이하 모바일 대응 */
@media screen and (max-width: 1280px) {
  .page-contact .bl_divide, .page-work .bl_divide {
    display: block;
  }
  .bl_divide {
    display: none;
  }
  .page-work .bl_divide + .list-common.view {
    width: auto;
    margin: 0;
    padding: 0 24px;
  }
}
.extra .header-site {
  background-color: #fff;
}
.extra .header-site .logo-site {
  opacity: 0;
}
.extra .header-site .navigation-global ul a {
  color: #fff;
}
.extra .header-site .btn-gnb span {
  background: #fff;
}

.header-site {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
  right: 0;
  height: 7rem;
  opacity: 0;
  background-color: #fff;
}
.header-site__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 92.7083333333vw;
  height: 7rem;
  margin: 0 auto;
}
.header-site__inner .logo-site {
  position: relative;
  width: 4.9479166667vw;
  height: 0.8333333333vw;
}
.header-site__inner .logo-site a {
  display: block;
  text-indent: -1000px;
  overflow: hidden;
}
.header-site__inner .logo-site a::after {
  content: "";
  -webkit-mask: url(../../images/CI.svg) no-repeat 50%;
  -webkit-mask-size: contain;
  mask: url(../../images/CI.svg) no-repeat 50%;
  mask-size: contain;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0029d2;
  transition: all 0.4s;
}
.header-site__inner .navigation-global {
  transition: right 0.4s;
}
.header-site__inner .navigation-global ul {
  display: flex;
  justify-content: flex-end;
  gap: 2.96875vw;
}
.header-site__inner .navigation-global ul a {
  font-family: "proxima-nova";
  font-weight: 500;
  font-size: 0.9375vw;
  color: #0029d2;
}
.header-site__inner .navigation-global ul .safeu {
  position: relative;
  padding-left: 2.96875vw;
}
.header-site__inner .navigation-global ul .safeu::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 1.4rem;
  background: #0029d2;
  opacity: 0.5;
}
.header-site__inner .navigation-global.dummy {
  position: absolute;
  right: 3.647vw;
}
.header-site__inner .navigation-global.dummy ul a {
  color: #fff;
}
.header-site::after {
  display: block;
  position: fixed;
  right: 0;
  top: 55px;
  z-index: 11;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.4s;
}
.header-site.white {
  background-color: unset;
}
.header-site.white .logo-site a::after {
  background-color: #fff;
}
.header-site.white .navigation-global ul a {
  color: #fff;
}
.header-site.white .navigation-global ul .safeu::before {
  background-color: #fff;
}
.header-site.white .btn-gnb span {
  background: #fff;
}
.header-site .link-community {
  position: fixed;
  left: -100%;
  bottom: 90px;
  z-index: 11;
  display: flex;
  gap: 20px;
  transition: all 1s;
}
.header-site .link-community a {
  font-family: "proxima-nova";
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.03em;
}
.header-site .link-community a::after {
  content: none;
}

.btn-gnb {
  position: relative;
  display: none;
  position: fixed;
  right: 24px;
  top: 13px;
  z-index: 11;
  width: 44px;
  height: 30px;
  text-indent: -1000px;
  overflow: hidden;
}
.btn-gnb span {
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  width: 44px;
  height: 2px;
  background-color: #0029d2;
  transition: all 0.4s;
}
.btn-gnb span:nth-child(1) {
  top: 8px;
}
.btn-gnb span:nth-child(2) {
  top: 13px;
  left: 0;
  right: auto;
}
.btn-gnb span:nth-child(3) {
  top: 18px;
}

.footer-site {
  display: block;
  position: relative;
  color: #fff;
  background-color: #0029d2;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.footer-site a {
  font-family: "proxima-nova";
  color: #fff;
}
.footer-site .logo-footer {
  position: absolute;
  left: 3.2vw;
  top: 2.4rem;
}
.footer-site .logo-footer::after {
  content: "";
  -webkit-mask: url(../../images/CI.svg) no-repeat 50%;
  -webkit-mask-size: cover;
  mask: url(../../images/CI.svg) no-repeat 50%;
  mask-size: cover;
  display: block;
  width: 13rem;
  height: 2.1rem;
  background-color: #fff;
}
.footer-site .links-site {
  padding: 0 0 0 50vw;
  height: 3.9vw;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
}
.footer-site .links-site .list {
  display: flex;
  gap: 1.8vw;
}
.footer-site .links-site .list li {
  padding: 0;
  font-size: 1.3vw;
}
.footer-site .links-site .list li a {
  display: flex;
  height: 3.75vw;
  align-items: center;
}
.footer-site .information-company {
  padding: 0 0 0 50vw;
  height: 3.9vw;
  font-size: 1.38vw;
  font-weight: 300;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
}
.footer-site .information-company .link-phone {
  display: inline-block;
  margin-right: 2.3vw;
}
.footer-site .information-company .link-phone a {
  display: flex;
  align-items: center;
  height: 3.75vw;
}
.footer-site .information-company .link-mail {
  display: inline-block;
  margin-right: 2.3vw;
}
.footer-site .information-company .link-mail a {
  display: flex;
  align-items: center;
  height: 3.75vw;
}
.footer-site .links-relatiion {
  padding: 0 0 0 50vw;
  height: 3.9vw;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
}
.footer-site .links-relatiion .list {
  display: flex;
  gap: 2.74vw;
}
.footer-site .links-relatiion .list li {
  padding: 0;
  font-size: 1.3vw;
}
.footer-site .links-relatiion .list li a {
  display: inline-flex;
  align-items: center;
  height: 3.75vw;
}
.footer-site .links-relatiion .list li a::after {
  display: none;
}
.footer-site .text-copyright {
  display: inline-flex;
  align-items: center;
  height: 3.75vw;
  padding: 0 0 0 50vw;
  font-family: "proxima-nova";
  font-size: 1.3vw;
  font-weight: 300;
  letter-spacing: 0.09vw;
  box-sizing: border-box;
}

.request-site .request-site-inner {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 3.13vw 3.3vw 8.64vw;
  color: #fff;
  background-color: #0029d2;
}
.request-site .title {
  height: 100%;
  font-family: "proxima-nova";
  font-size: 1.6vw;
}
.request-site .text-information {
  font-size: 1.03vw;
  margin: 0 0 1.3025vw 0;
  font-weight: 400;
}
.request-site [class^=link] {
  position: relative;
  top: 0.4vw;
  font-size: 1.62vw;
  color: #fff;
}
.request-site [class^=link]::after {
  content: "";
  -webkit-mask: url(../../images/img_link.svg) no-repeat 50%;
  -webkit-mask-size: cover;
  mask: url(../../images/img_link.svg) no-repeat 50%;
  mask-size: cover;
  position: relative;
  top: -0.2083vw;
  display: inline-block;
  margin-left: 0.5208vw;
  width: 1.7188vw;
  height: 0.7813vw;
  background-color: #fff;
}
.request-site .box-brosure {
  width: 100%;
}
.request-site .box-brosure .text-slogun-1 {
  margin-bottom: 0.3125vw;
  font-family: "proxima-nova";
  font-size: 5.731vw;
  font-weight: 600;
  line-height: 108%;
}
.request-site .box-brosure .text-slogun-1 > span {
  display: inline-block;
}
.request-site .box-brosure .text-slogun-2 {
  font-size: 1.67vw;
  font-weight: 400;
}
.request-site .box-brosure .link-brosure {
  font-size: 1vw;
}
.request-site .box-contact {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 1.4vw;
  width: 23.4vw;
  height: 21.05vw;
  flex-shrink: 0;
  border-left: 1px solid #fff;
  box-sizing: border-box;
}
.request-site .box-recruit {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0.34vw 1.4vw 0;
  width: 22.8vw;
  height: 21.05vw;
  flex-shrink: 0;
  border-left: 1px solid #fff;
  box-sizing: border-box;
}

.box-pattern {
  position: relative;
  background: #0029d2;
}
.box-pattern > div {
  position: relative;
  height: 3.9vw;
}
.box-pattern > div::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
}

.box-pattern > div:nth-child(1)::after {
  height: 0.1042vw;
}

.box-pattern > div:nth-child(2)::after {
  height: 0.2084vw;
}

.box-pattern > div:nth-child(3)::after {
  height: 0.3126vw;
}

.box-pattern > div:nth-child(4)::after {
  height: 0.4168vw;
}

.box-pattern > div:nth-child(5)::after {
  height: 0.521vw;
}

.box-pattern > div:nth-child(6)::after {
  height: 0.6252vw;
}

.box-pattern > div:nth-child(7)::after {
  height: 0.7294vw;
}

.box-pattern > div:nth-child(8)::after {
  height: 0.8336vw;
}

.box-pattern > div:nth-child(9)::after {
  height: 0.9378vw;
}

.box-pattern > div:nth-child(10)::after {
  height: 1.042vw;
}

.box-pattern > div:nth-child(11)::after {
  height: 1.1462vw;
}

.box-pattern > div:nth-child(12)::after {
  height: 1.2504vw;
}

.box-pattern > div:nth-child(13)::after {
  height: 1.3546vw;
}

.box-pattern > div:nth-child(14)::after {
  height: 1.4588vw;
}

.box-pattern > div:nth-child(15)::after {
  height: 1.563vw;
}

.box-pattern > div:nth-child(16)::after {
  height: 1.6672vw;
}

.box-pattern > div:nth-child(17)::after {
  height: 1.7714vw;
}

.box-pattern > div:nth-child(18)::after {
  height: 1.8756vw;
}

.box-pattern > div:nth-child(19)::after {
  height: 1.9798vw;
}

.box-pattern > div:nth-child(20)::after {
  height: 2.084vw;
}

.box-pattern > div:nth-child(21)::after {
  height: 2.1882vw;
}

.box-pattern > div:nth-child(22)::after {
  height: 2.2924vw;
}

.box-pattern > div:nth-child(23)::after {
  height: 2.3966vw;
}

.box-pattern > div:nth-child(24)::after {
  height: 2.5008vw;
}

.box-pattern > div:nth-child(25)::after {
  height: 2.605vw;
}

.box-pattern > div:nth-child(26)::after {
  height: 2.7092vw;
}

.box-pattern > div:nth-child(27)::after {
  height: 2.8134vw;
}

.box-pattern > div:nth-child(28)::after {
  height: 2.9176vw;
}

.box-pattern > div:nth-child(29)::after {
  height: 3.0218vw;
}

.box-pattern > div:nth-child(30)::after {
  height: 3.126vw;
}

.box-pattern > div:nth-child(31)::after {
  height: 3.2302vw;
}

.box-pattern > div:nth-child(32)::after {
  height: 3.3344vw;
}

.box-pattern > div:nth-child(33)::after {
  height: 3.4386vw;
}

.box-pattern > div:nth-child(34)::after {
  height: 3.5428vw;
}

.box-pattern > div:nth-child(35)::after {
  height: 3.647vw;
}

.box-pattern > div:nth-child(36)::after {
  height: 3.7512vw;
}

.box-pattern > div:nth-child(37)::after {
  height: 3.8554vw;
}

.box-pattern > div:nth-child(38)::after {
  height: 3.9596vw;
}

.page-visual {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3.6458vw;
  height: 40.0520833333vw;
  color: #0029d2;
}
.page-visual .title {
  margin: 0 0 6.6vw 0;
  font-family: "proxima-nova";
  font-size: 10.9375vw;
  font-weight: 600;
  letter-spacing: -0.345vw;
}
.page-visual .text {
  margin: 19.7vw 0 0 0;
  width: 30.2083vw;
  height: 17vw;
  font-size: 1.3025vw;
  font-weight: 500;
}
.page-visual .text p {
  font-weight: 500;
}
.page-visual .text p:nth-child(2) {
  margin-bottom: 2.0833333333vw;
}
.page-visual .link-external {
  display: block;
  padding-top: 32px;
  font-size: 2.0833vw;
  color: #0029d2;
  font-weight: 600;
  line-height: 130%;
}
.page-visual .link-external::after {
  content: "";
  -webkit-mask: url(../../images/img_link_external.svg) no-repeat 50%;
  -webkit-mask-size: cover;
  mask: url(../../images/img_link_external.svg) no-repeat 50%;
  mask-size: cover;
  display: inline-block;
  margin-left: 0.5208vw;
  width: 1.4583vw;
  height: 1.4063vw;
  background-color: #0029d2;
}

.bottom-dominoes {
  display: block;
  position: relative;
  z-index: 1;
  background: #fff;
}

[data-ani=fade] {
  opacity: 0;
  transform: translateY(50%);
  transition: 1.2s ease-out;
}

[data-ani=fadeUp] {
  opacity: 0;
  transform: translateY(40px);
  transition: 1.2s ease-out;
}

/* 1920px WIDE 대응 */
@media screen and (min-width: 1921px) {
  .extra .header-site .logo-site {
    opacity: 0;
  }
  .extra .header-site .navigation-global ul a {
    color: #fff;
  }
  .extra .header-site .btn-gnb span {
    background: #fff;
  }
  .header-site {
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    align-items: center;
    z-index: 101;
    right: 0;
    height: 70px;
  }
  .header-site__inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1780px;
    height: 70px;
    margin: 0 auto;
  }
  .header-site__inner .logo-site {
    position: relative;
    width: 96px;
    height: 16px;
  }
  .header-site__inner .logo-site a {
    display: block;
    text-indent: -1000px;
    overflow: hidden;
  }
  .header-site__inner .logo-site a::after {
    content: "";
    -webkit-mask: url(../../images/CI.svg) no-repeat 50%;
    -webkit-mask-size: cover;
    mask: url(../../images/CI.svg) no-repeat 50%;
    mask-size: cover;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0029d2;
    transition: all 0.4s;
  }
  .header-site__inner .navigation-global {
    transition: right 0.4s;
  }
  .header-site__inner .navigation-global ul {
    display: flex;
    justify-content: flex-end;
    gap: 57px;
  }
  .header-site__inner .navigation-global ul a {
    font-family: "proxima-nova";
    font-weight: 500;
    font-size: 18px;
    color: #0029d2;
  }
  .header-site__inner .navigation-global ul .safeu {
    padding-left: 57px;
  }
  .header-site__inner .navigation-global ul .safeu::before {
    height: 14px;
  }
  .header-site__inner .navigation-global.dummy {
    position: absolute;
    right: 3.647vw;
  }
  .header-site__inner .navigation-global.dummy ul a {
    color: #fff;
  }
  .header-site::after {
    display: block;
    position: fixed;
    right: 0;
    top: 55px;
    z-index: 11;
    width: 0;
    height: 1px;
    background: #fff;
    transition: width 0.4s;
  }
  .header-site.white .logo-site a::after {
    background-color: #fff;
  }
  .header-site.white .navigation-global ul a {
    color: #fff;
  }
  .header-site.white .btn-gnb span {
    background: #fff;
  }
  .header-site .link-community {
    position: fixed;
    left: -100%;
    bottom: 90px;
    z-index: 11;
    display: flex;
    gap: 20px;
    transition: all 1s;
  }
  .header-site .link-community a {
    font-family: "proxima-nova";
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.03em;
  }
  .header-site .link-community a::after {
    content: none;
  }
  .btn-gnb {
    position: relative;
    display: none;
    position: fixed;
    right: 24px;
    top: 13px;
    z-index: 11;
    width: 44px;
    height: 30px;
    text-indent: -1000px;
    overflow: hidden;
  }
  .btn-gnb span {
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    width: 44px;
    height: 2px;
    background-color: #0029d2;
    transition: all 0.4s;
  }
  .btn-gnb span:nth-child(1) {
    top: 8px;
  }
  .btn-gnb span:nth-child(2) {
    top: 13px;
    left: 0;
    right: auto;
  }
  .btn-gnb span:nth-child(3) {
    top: 18px;
  }
  .footer-site {
    display: block;
    position: relative;
    color: #fff;
    background-color: #0029d2;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .footer-site a {
    font-family: "proxima-nova";
    color: #fff;
  }
  .footer-site .logo-footer-group {
    border-bottom: 1px solid #fff;
  }
  .footer-site .logo-footer__inner {
    position: relative;
    width: 1920px;
    margin: 0 auto;
  }
  .footer-site .logo-footer {
    position: absolute;
    left: 70px;
    top: 24px;
  }
  .footer-site .logo-footer::after {
    content: "";
    -webkit-mask: url(../../images/CI.svg) no-repeat 50%;
    -webkit-mask-size: cover;
    mask: url(../../images/CI.svg) no-repeat 50%;
    mask-size: cover;
    display: block;
    width: 130px;
    height: 21px;
    background-color: #fff;
  }
  .footer-site .links-site {
    padding: 0 0 0 960px;
    height: 74.88px;
    box-sizing: border-box;
    border: none;
  }
  .footer-site .links-site .list {
    display: flex;
    gap: 50.688px;
  }
  .footer-site .links-site .list li {
    padding: 0;
    font-size: 24.96px;
  }
  .footer-site .links-site .list li a {
    display: flex;
    height: 72px;
    align-items: center;
  }
  .footer-site .information-company-group {
    border-bottom: 1px solid #fff;
  }
  .footer-site .information-company-group .information-company__inner {
    width: 1920px;
    margin: 0 auto;
  }
  .footer-site .information-company {
    padding: 0 0 0 960px;
    height: 74.88px;
    font-size: 26.496px;
    font-weight: 300;
    box-sizing: border-box;
    border-bottom: none;
  }
  .footer-site .information-company .link-phone {
    display: inline-block;
    margin-right: 44.16px;
  }
  .footer-site .information-company .link-phone a {
    display: flex;
    align-items: center;
    height: 72px;
  }
  .footer-site .information-company .link-mail {
    display: inline-block;
    margin-right: 44.16px;
  }
  .footer-site .information-company .link-mail a {
    display: flex;
    align-items: center;
    height: 72px;
  }
  .footer-site .links-relatiion-group {
    border-bottom: 1px solid #fff;
  }
  .footer-site .links-relatiion-group .links-relatiion__inner {
    width: 1920px;
    margin: 0 auto;
  }
  .footer-site .links-relatiion {
    padding: 0 0 0 960px;
    height: 74.88px;
    box-sizing: border-box;
    border-bottom: none;
  }
  .footer-site .links-relatiion .list {
    display: flex;
    gap: 52.608px;
  }
  .footer-site .links-relatiion .list li {
    padding: 0;
    font-size: 24.96px;
  }
  .footer-site .links-relatiion .list li a {
    display: inline-flex;
    align-items: center;
    height: 72px;
  }
  .footer-site .text-copyright-group .text-copyright__inner {
    width: 1920px;
    margin: 0 auto;
  }
  .footer-site .text-copyright {
    display: inline-flex;
    align-items: center;
    height: 72px;
    padding: 0 0 0 960px;
    font-family: "proxima-nova";
    font-size: 24.96px;
    font-weight: 300;
    letter-spacing: 1.728px;
    box-sizing: border-box;
  }
  .request-site {
    position: relative;
    color: #fff;
    background-color: #0029d2;
  }
  .request-site .request-site-inner {
    width: 1780px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding: 60.096px 63.36px 165.888px;
  }
  .request-site .title {
    height: 100%;
    font-family: "proxima-nova";
    font-size: 30.72px;
  }
  .request-site .text-information {
    font-size: 19.776px;
    margin: 0 0 25.008px 0;
    font-weight: 400;
  }
  .request-site [class^=link] {
    position: relative;
    top: 7.68px;
    font-size: 31.104px;
    color: #fff;
  }
  .request-site [class^=link]::after {
    content: "";
    -webkit-mask: url(../../images/img_link.svg) no-repeat 50%;
    -webkit-mask-size: cover;
    mask: url(../../images/img_link.svg) no-repeat 50%;
    mask-size: cover;
    position: relative;
    top: -3.99936px;
    display: inline-block;
    margin-left: 9.99936px;
    width: 33.00096px;
    height: 15.00096px;
    background-color: #fff;
  }
  .request-site .box-brosure {
    width: 100%;
  }
  .request-site .box-brosure .text-slogun-1 {
    margin-bottom: 6px;
    font-family: "proxima-nova";
    font-size: 110.0352px;
    font-weight: 600;
    line-height: 108%;
  }
  .request-site .box-brosure .text-slogun-1 > span {
    display: inline-block;
  }
  .request-site .box-brosure .text-slogun-2 {
    font-size: 32.064px;
    font-weight: 400;
  }
  .request-site .box-brosure .link-brosure {
    font-size: 19.2px;
  }
  .request-site .box-contact {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 26.88px;
    width: 449.28px;
    height: 404.16px;
    flex-shrink: 0;
    border-left: 1px solid #fff;
    box-sizing: border-box;
  }
  .request-site .box-recruit {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 6.528px 26.88px 0;
    width: 437.76px;
    height: 404.16px;
    flex-shrink: 0;
    border-left: 1px solid #fff;
    box-sizing: border-box;
  }
  .box-pattern {
    position: relative;
    background: #0029d2;
  }
  .box-pattern > div {
    position: relative;
    height: 74.88px;
  }
  .box-pattern > div::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
  }
  .box-pattern > div:nth-child(1)::after {
    height: 2px;
  }
  .box-pattern > div:nth-child(2)::after {
    height: 4px;
  }
  .box-pattern > div:nth-child(3)::after {
    height: 6px;
  }
  .box-pattern > div:nth-child(4)::after {
    height: 8px;
  }
  .box-pattern > div:nth-child(5)::after {
    height: 10px;
  }
  .box-pattern > div:nth-child(6)::after {
    height: 12px;
  }
  .box-pattern > div:nth-child(7)::after {
    height: 14px;
  }
  .box-pattern > div:nth-child(8)::after {
    height: 16px;
  }
  .box-pattern > div:nth-child(9)::after {
    height: 18px;
  }
  .box-pattern > div:nth-child(10)::after {
    height: 20px;
  }
  .box-pattern > div:nth-child(11)::after {
    height: 22px;
  }
  .box-pattern > div:nth-child(12)::after {
    height: 24px;
  }
  .box-pattern > div:nth-child(13)::after {
    height: 26px;
  }
  .box-pattern > div:nth-child(14)::after {
    height: 28px;
  }
  .box-pattern > div:nth-child(15)::after {
    height: 30px;
  }
  .box-pattern > div:nth-child(16)::after {
    height: 32px;
  }
  .box-pattern > div:nth-child(17)::after {
    height: 34px;
  }
  .box-pattern > div:nth-child(18)::after {
    height: 36px;
  }
  .box-pattern > div:nth-child(19)::after {
    height: 38px;
  }
  .box-pattern > div:nth-child(20)::after {
    height: 40px;
  }
  .box-pattern > div:nth-child(21)::after {
    height: 42px;
  }
  .box-pattern > div:nth-child(22)::after {
    height: 44px;
  }
  .box-pattern > div:nth-child(23)::after {
    height: 46px;
  }
  .box-pattern > div:nth-child(24)::after {
    height: 48px;
  }
  .box-pattern > div:nth-child(25)::after {
    height: 50px;
  }
  .box-pattern > div:nth-child(26)::after {
    height: 52px;
  }
  .box-pattern > div:nth-child(27)::after {
    height: 54px;
  }
  .box-pattern > div:nth-child(28)::after {
    height: 56px;
  }
  .box-pattern > div:nth-child(29)::after {
    height: 58px;
  }
  .box-pattern > div:nth-child(30)::after {
    height: 60px;
  }
  .box-pattern > div:nth-child(31)::after {
    height: 62px;
  }
  .box-pattern > div:nth-child(32)::after {
    height: 64px;
  }
  .box-pattern > div:nth-child(33)::after {
    height: 66px;
  }
  .box-pattern > div:nth-child(34)::after {
    height: 68px;
  }
  .box-pattern > div:nth-child(35)::after {
    height: 70px;
  }
  .box-pattern > div:nth-child(36)::after {
    height: 72px;
  }
  .box-pattern > div:nth-child(37)::after {
    height: 74px;
  }
  .box-pattern > div:nth-child(38)::after {
    height: 76px;
  }
  .page-visual {
    width: 1780px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    height: 774px;
    color: #0029d2;
  }
  .page-visual .title {
    margin: 0 0 126.72px 0;
    font-family: "proxima-nova";
    font-size: 210px;
    font-weight: 600;
    letter-spacing: -6.624px;
  }
  .page-visual .text {
    margin: 378.24px 0 0 0;
    width: 579.99936px;
    height: 326.4px;
    font-size: 25.008px;
    font-weight: 500;
  }
  .page-visual .text p:nth-child(2) {
    margin-bottom: 40px;
  }
  .page-visual .link-external {
    display: block;
    padding-top: 20px;
    font-size: 39.99936px;
    color: #0029d2;
    font-weight: 600;
    line-height: 130%;
  }
  .page-visual .link-external::after {
    content: "";
    -webkit-mask: url(../../images/img_link_external.svg) no-repeat 50%;
    -webkit-mask-size: cover;
    mask: url(../../images/img_link_external.svg) no-repeat 50%;
    mask-size: cover;
    display: inline-block;
    margin-left: 9.99936px;
    width: 27.99936px;
    height: 27.00096px;
    background-color: #0029d2;
  }
  .bottom-dominoes {
    display: block;
    position: relative;
    z-index: 1;
    background: #fff;
  }
  [data-ani=fade] {
    opacity: 0;
    transform: translateY(50%);
    transition: 1.2s ease-out;
  }
  [data-ani=fadeUp] {
    opacity: 0;
    transform: translateY(40px);
    transition: 1.2s ease-out;
  }
}
.w-flex {
  display: flex;
}

.align-start {
  align-items: flex-start;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-center {
  align-self: center;
}

.align-self-end {
  align-self: flex-end;
}

.justify-center {
  justify-content: center;
}

.flex-wrap {
  flex-flow: wrap;
}

.work-container .workset-diagram .en {
  font-weight: 400;
}

.work-container img {
  width: 100%;
}

i.br {
  display: block;
}

main.page-work {
  overflow: hidden;
}

.work-v {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.work-v .work-v-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-position: 50% 50%;
  background-size: cover;
  transform: scale(1);
}
.work-v .inner {
  position: absolute;
  top: 36.6rem;
  left: 22rem;
  width: auto;
  z-index: 5;
}
.work-v .inner--snaps {
  top: 7.1875vw;
}
.work-v .inner--donga {
  top: 7.1875vw;
}
.work-v .inner--time {
  top: 10.9375vw;
}
.work-v .inner--kbmall {
  top: 10.9375vw;
}
.work-v .inner.black > span {
  color: #343434;
}
.work-v .inner.black .app-award {
  fill: #222;
}
.work-v .inner.black > span.award-year .award-title {
  color: #343434;
}
.work-v .inner > span {
  display: block;
  color: #fff;
  font-size: 1.6667vw;
  font-weight: 300;
}
.work-v .inner > span.award-year {
  display: flex;
  align-items: center;
  height: 2.5vw;
  margin-bottom: 1.25vw;
}
.work-v .inner > span.award-year .award-title {
  display: inline-block;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 135%;
  color: #fff;
}
.work-v .inner > span.award-year .award-title:not(.award-title.black) {
  color: #343434;
}
.work-v .inner > span.biz {
  margin-top: 1.25vw;
  font-family: "proxima-nova";
  font-size: 20px;
  font-weight: 400;
}
.work-v .inner > span.biz em + em {
  padding-left: 1.1979166667vw;
}
.work-v .inner > span.title {
  line-height: 135%;
  font-size: 4.8rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.work-v .inner .appLog {
  overflow: hidden;
  border-radius: 20px;
  margin-top: 5.2083333333vw;
  width: 4.7916666667vw;
  height: 4.7916666667vw;
  box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.18);
  background-size: cover !important;
}
.work-v .inner .appLog--kbank {
  background: url("/images/log_kbank.png") no-repeat 0 0;
}
.work-v .inner .appLog--kb {
  background: url("/images/log_kb.png") no-repeat 0 0;
}
.work-v .inner .appLog--sc {
  background: url("/images/log_sc.png") no-repeat 0 0;
}
.work-v .inner .appLog--won {
  background: url("/images/log_won.png") no-repeat 0 0;
}
.work-v .award {
  display: inline-flex;
  align-items: center;
  width: 2.5vw;
  height: 2.5vw;
  margin: 0 0.5208333333vw 0 0;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  text-indent: 5.8rem;
  background-position: 0 0;
  background-size: 4.8rem auto;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 5;
}
.work-v .award--app {
  background-image: url(/images/img_award_type1.png);
}
.work-v .award--web {
  background-image: url(/images/img_award_type2.png);
}
.work-v .award--appWeb {
  width: 5.5208333333vw;
  height: 2.5vw;
  background-size: 5.5208333333vw 2.5vw;
  background-image: url(/images/img_award_type3.png);
}
.work-v .scroll-ex {
  position: absolute;
  bottom: 3.6458vw;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 5;
}
.work-v .scroll-ex.whitespan {
  color: #fff;
}
.work-v .scroll-ex.white span::before {
  border-color: #fff;
}
.work-v .scroll-ex.white span::after {
  background: #fff;
}
.work-v .scroll-ex span {
  display: inline-block;
  position: relative;
  padding-left: 1.9625vw;
  font-size: 1.3021vw;
  color: #0029d2;
  font-family: "proxima-nova";
}
.work-v .scroll-ex span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.0417vw;
  height: 1.5625vw;
  border: 0.1042vw solid #0029d2;
  border-radius: 0.9896vw;
  transform: translateY(-50%);
}
.work-v .scroll-ex span::after {
  content: "";
  width: 0.3083vw;
  height: 0.3083vw;
  position: absolute;
  top: 0.2083vw;
  background-color: #0029d2;
  left: 0.4525vw;
  border-radius: 100%;
  opacity: 1;
  animation: mouse 1.2s infinite ease-out;
}

@keyframes mouse {
  from {
    opacity: 1;
    top: 4px;
  }
  to {
    opacity: 0;
    top: 16px;
  }
}
.work-v + .work-section {
  margin-top: 6.25vw;
}

.work-section {
  position: relative;
  margin: 0 auto;
}
.work-section .head {
  width: 61.4583vw;
  margin: 0 auto;
}
.work-section .sub-section .item .en {
  font-family: "proxima-nova";
  font-weight: 600;
}
.work-section .en {
  font-family: "proxima-nova";
}
.work-section h2 {
  font-size: 1.5625vw;
  font-weight: 700;
  color: #0029d2;
}
.work-section h2.en {
  font-family: "proxima-nova";
}
.work-section h3 {
  font-size: 1.25vw;
  font-weight: 600;
  color: #343434;
}
.work-section h3.en {
  font-family: "proxima-nova";
}
.work-section h3.en + p {
  margin-top: 0.9375vw;
}
.work-section h3.blue {
  color: #0029d2;
}
.work-section h3.blue + p {
  margin-top: 1.5625vw;
}
.work-section h3.blue + h4 {
  margin-top: 1.5625vw;
}
.work-section h4 {
  margin-top: 5.2083333333vw;
  line-height: 100%;
  font-family: "SUIT";
  font-size: 1.1458333333vw;
  font-weight: 600;
}
.work-section p {
  font-size: 1.0416666667vw;
  font-weight: 300;
  color: #606168;
  line-height: 160%;
}
.work-section p + p.etc {
  margin-top: 0.78125vw;
}
.work-section p.etc {
  font-size: 0.9375vw;
  font-weight: 300;
  color: #a5a5a5;
}
.work-section h3 + p {
  margin-top: 1.5625vw;
}
.work-section h3.en + p {
  margin-top: 1.0416666667vw;
}
.work-section h2 + h3,
.work-section h2 + h4,
.work-section h2 + p {
  margin-top: 1.9791666667vw;
}
.work-section h4 + p {
  margin-top: 0.9375vw;
}
.work-section [data-ani=fade] {
  opacity: 0;
  transform: translateY(50%);
  transition: 1.2s ease-out;
}

.work-section + .work-section {
  margin-top: 10.4166666667vw;
}

.work-section + .work-section.sub {
  margin-top: 5.2083333333vw;
}

.work-section + .work-section.since {
  margin-top: 11.9791666667vw;
  margin-bottom: 10.4166666667vw;
}

.project-retrospective {
  width: 61.4583vw;
  margin: 5.2083333333vw auto 0;
}
.project-retrospective .project-qna + .project-qna {
  margin-top: 10.4166666667vw;
}
.project-retrospective .project-qna [class*=project-] span {
  position: relative;
  display: inline-block;
  line-height: 160%;
  padding: 1.25vw 1.6667vw;
  font-size: 1.0416666667vw;
  font-weight: 300;
}
.project-retrospective .project-qna [class*=project-] span::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 5.2083vw;
  height: 5.2083vw;
  margin-top: -2.6042vw;
  background-size: 5.2083vw 5.2083vw;
}
.project-retrospective .project-qna .project-q span {
  color: #000;
  background-color: #f2f2f2;
  border-radius: 1.5625vw 2.7083vw 1.5625vw 0;
}
.project-retrospective .project-qna .project-q span::before {
  right: -4.0625vw;
  background-image: url(../images/work/icon-q-1.png);
}
.project-retrospective .project-qna [class*=project-a-] {
  position: relative;
  margin-top: 2.3958333333vw;
  padding: 0 0 0 17.3958vw;
  text-align: right;
}
.project-retrospective .project-qna [class*=project-a-] span {
  padding-left: 2.7083vw;
  background-color: #0029d2;
  color: #fff;
  text-align: left;
  border-radius: 1.5625vw 1.5625vw 0 1.5625vw;
}
.project-retrospective .project-qna [class*=project-a-] span::before {
  left: -4.0625vw;
}
.project-retrospective .project-qna .project-a-1 span::before {
  background-image: url(/images/work/icon-a-1.png);
}
.project-retrospective .project-qna .project-a-2 span::before {
  background-image: url(/images/work/icon-a-2.png);
}

.work-bottom {
  position: relative;
  height: 59.4792vw;
  margin-top: 20.8333vw;
  overflow: hidden;
}
.work-bottom .work-bottom-bg {
  height: 100%;
  background-attachment: fixed;
  background-position: 50% 50%;
  background-size: cover;
}

.bottom-dominoes .item {
  height: 3.9vw;
  background-color: #0029d2;
}
.bottom-dominoes .item span {
  display: block;
  background-color: #fff;
  transform: scale(1, 0);
  transition: transform 0.5s;
}
.bottom-dominoes .item.on span {
  transform: scale(1, 1);
}

@media (max-width: 1280px) {
  i.br {
    display: inline;
  }
  .work-v .work-v-bg {
    background-image: url(/images/work/2019_koreanair/work_v.png);
  }
  .work-v .work-v-bg > video {
    display: none;
  }
  .work-v .inner {
    position: absolute;
    top: 135px;
    left: 0;
    padding: 0 24px;
    width: auto;
    z-index: 5;
  }
  .work-v .inner--snaps {
    top: 135px;
  }
  .work-v .inner--donga {
    top: 135px;
  }
  .work-v .inner.black > span {
    color: #343434;
  }
  .work-v .inner.black .app-award {
    fill: #222;
  }
  .work-v .inner.black > span.award-year .award-title {
    color: #343434;
  }
  .work-v .inner > span {
    display: block;
    color: #fff;
    font-size: 1.6667vw;
    font-weight: 300;
  }
  .work-v .inner > span.award-year {
    display: flex;
    align-items: center;
    height: unset;
    margin-bottom: 30px;
  }
  .work-v .inner > span.award-year .award-title {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 135%;
    color: #fff;
  }
  .work-v .inner > span.biz {
    margin-top: 30px;
  }
  .work-v .inner > span.biz em + em {
    padding-left: 10px;
  }
  .work-v .inner > span.title {
    line-height: 135%;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.03em;
  }
  .work-v .inner .appLog {
    overflow: hidden;
    border-radius: 12px;
    margin-top: 40px;
    width: 55px;
    height: 55px;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.1);
  }
  .work-v .inner .appLog--kbank {
    background: url("/images/log_kbank.png") no-repeat 0 0;
    background-size: contain;
  }
  .work-v .inner .appLog--kb {
    background: url("/images/log_kb.png") no-repeat 0 0;
    background-size: contain;
  }
  .work-v .inner .appLog--sc {
    background: url("/images/log_sc.png") no-repeat 0 0;
    background-size: contain;
  }
  .work-v .inner .appLog--won {
    background: url("/images/log_won.png") no-repeat 0 0;
    background-size: contain;
  }
  .work-v .award {
    display: inline-flex;
    align-items: center;
    width: 30px;
    height: 30px;
    margin: 0 8px 0 0;
    font-size: 16px;
    font-weight: 500;
    background-position: 0 0;
    background-size: 30px;
    background-repeat: no-repeat;
    vertical-align: middle;
    z-index: 5;
  }
  .work-v .award--app {
    background-image: url(/images/img_award_type1.png);
  }
  .work-v .award--web {
    background-image: url(/images/img_award_type2.png);
  }
  .work-v .award--appWeb {
    width: 5.5208333333vw;
    height: 2.5vw;
    background-size: 5.5208333333vw 2.5vw;
    background-image: url(/images/img_award_type3.png);
  }
  .work-v .scroll-ex {
    bottom: 120px;
  }
  .work-v .scroll-ex span {
    padding-left: 18px;
    font-size: 16px;
  }
  .work-v .scroll-ex span::before {
    width: 10px;
    height: 15px;
    border-radius: 10px;
    border: 1px solid #0029d2;
  }
  .work-v .scroll-ex span::after {
    left: 5px;
    width: 3px;
    height: 3px;
  }
  .work-v .box-object {
    display: none;
  }
  .work-v + .work-section {
    margin-top: 100px;
  }
  .work-section + .work-section.sub {
    margin-top: 150px;
  }
  .work-section {
    padding: 0 24px;
  }
  .work-section .circle span.side-circle {
    font-size: 12px;
  }
  .work-section .w-flex span > strong {
    font-size: 16px;
  }
  .work-section .w-flex span {
    font-size: 14px;
  }
  .work-section .approach .list-group .item h4 {
    font-size: 18px;
  }
  .work-section .project-team .project-wrap .name {
    top: 53%;
    line-height: 15px;
    text-align: center;
    font-weight: 600;
  }
  .work-section .project-team .project-wrap .name.second {
    right: 14%;
  }
  .work-section .head {
    width: auto;
  }
  .work-section h2 {
    font-size: 22px;
    font-weight: 700;
  }
  .work-section h3 {
    font-size: 20px;
    font-weight: 700;
  }
  .work-section h4 {
    font-size: 20px;
    font-weight: 700;
  }
  .work-section .mo_h3 {
    line-height: 150%;
    font-size: 18px;
    font-weight: 600;
    color: var(--black2, #606168);
  }
  .work-section .mo_h3 {
    line-height: 160%;
    margin-top: 20px;
  }
  .work-section .mo_h4 {
    line-height: 160%;
    font-size: 18px;
    color: var(--black2, #606168);
  }
  .work-section .mo_h4_20 {
    margin-top: 20px;
  }
  .work-section .mo_h4_80,
  .work-section.mo_sec_80 {
    margin-top: 80px;
  }
  .work-section p {
    font-size: 18px;
    font-weight: 400;
  }
  .work-section p + p.etc {
    margin-top: 5px;
  }
  .work-section p.etc {
    font-size: 16px;
  }
  .work-section .head h2 + p,
  .work-section .head h3 + p {
    margin-top: 20px;
  }
  .work-section + .work-section {
    margin-top: 150px;
  }
  .work-container .work-section .process {
    margin-top: 80px;
    padding-bottom: 0;
  }
  .work-container .work-section .process ol li {
    background: url("/images/work/bg_arrow_proecss.png") no-repeat center bottom;
    padding-top: 40px;
    padding-bottom: 69px;
    margin-top: 0;
  }
  .work-container .work-section .process ol li:first-child {
    padding-top: 0;
  }
  .work-container .work-section .process ol li:last-child {
    padding-bottom: 0;
    background: none;
  }
  .work-container .work-section .process ol li .num {
    font-size: 14px;
    font-weight: 800;
    line-height: 150%;
    padding-bottom: 6px;
  }
  .work-container .work-section .process ol li .txt {
    font-weight: 400;
    line-height: 140%;
  }
  .work-container .work-section .process strong.en {
    display: flex;
    justify-content: center;
    border-radius: 500px;
    border: 1px solid #0029d2;
    padding: 20px 0;
    margin: 0 auto 16px;
    max-width: 240px;
  }
  .project-retrospective {
    width: 100%;
    margin: 80px auto 0;
  }
  .project-retrospective .project-qna + .project-qna {
    margin-top: 80px;
  }
  .project-retrospective .project-qna [class*=project-] span {
    display: block;
    line-height: 150%;
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
  }
  .project-retrospective .project-qna [class*=project-] span::before {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background-size: 50px 50px;
  }
  .project-retrospective .project-qna .project-q {
    padding-right: 39px;
    font-weight: 500;
  }
  .project-retrospective .project-qna .project-q span {
    border-radius: 30px 30px 30px 0;
  }
  .project-retrospective .project-qna .project-q span::before {
    right: -39px;
  }
  .project-retrospective .project-qna [class*=project-a-] {
    margin-top: 40px;
    padding-left: 39px;
    font-weight: 400;
  }
  .project-retrospective .project-qna [class*=project-a-] span {
    border-radius: 30px 30px 0 30px;
  }
  .project-retrospective .project-qna [class*=project-a-] span::before {
    left: -39px;
  }
  .work-bottom {
    height: 282px;
    margin-top: 200px;
  }
}
/* 1920px WIDE 대응 */
@media screen and (min-width: 1921px) {
  .work-wide {
    position: relative;
    margin: 0 auto;
    width: 1920px;
    height: 100%;
  }
  .w-flex {
    display: flex;
  }
  .align-start {
    align-items: flex-start;
  }
  .align-center {
    align-items: center;
  }
  .align-end {
    align-items: flex-end;
  }
  .align-self-start {
    align-self: flex-start;
  }
  .align-self-center {
    align-self: center;
  }
  .align-self-end {
    align-self: flex-end;
  }
  .justify-center {
    justify-content: center;
  }
  .flex-wrap {
    flex-flow: wrap;
  }
  .work-container .workset-diagram .en {
    font-weight: 400;
  }
  .work-container img {
    width: 100%;
  }
  i.br {
    display: block;
  }
  main.page-work {
    overflow: hidden;
  }
  .work-v {
    position: relative;
    height: 100vh;
    overflow: hidden;
  }
  .work-v .work-v-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-position: 50% 50%;
    background-size: cover;
    transform: scale(1);
  }
  .work-v .inner {
    position: absolute;
    top: 366px;
    left: 220px;
    width: auto;
    z-index: 5;
  }
  .work-v .inner--snaps {
    top: 138px;
  }
  .work-v .inner--donga {
    top: 138px;
  }
  .work-v .inner--time {
    top: 210px;
  }
  .work-v .inner--kbmall {
    top: 210px;
  }
  .work-v .inner.black > span {
    color: #343434;
  }
  .work-v .inner.black .app-award {
    fill: #222;
  }
  .work-v .inner.black > span.award-year {
    margin-bottom: 24px;
  }
  .work-v .inner.black > span.award-year .award-title {
    color: #343434;
  }
  .work-v .inner > span {
    display: block;
    color: #fff;
    font-size: 32.00064px;
    font-weight: 300;
  }
  .work-v .inner > span.award-year {
    display: flex;
    align-items: center;
    height: 48px;
  }
  .work-v .inner > span.award-year .award-title {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    line-height: 135%;
    color: #fff;
  }
  .work-v .inner > span.award-year .award-title:not(.award-title.black) {
    color: #343434;
  }
  .work-v .inner > span.biz {
    margin-top: 24px;
    font-family: "proxima-nova";
    font-size: 20px;
    font-weight: 400;
  }
  .work-v .inner > span.biz em + em {
    padding-left: 23px;
  }
  .work-v .inner > span.title {
    line-height: 135%;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -0.03em;
  }
  .work-v .inner .appLog {
    overflow: hidden;
    border-radius: 20px;
    margin-top: 100px;
    width: 92px;
    height: 92px;
    box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.18);
  }
  .work-v .inner .appLog--kbank {
    background: url("/images/log_kbank.png") no-repeat 0 0;
  }
  .work-v .inner .appLog--kb {
    background: url("/images/log_kb.png") no-repeat 0 0;
  }
  .work-v .inner .appLog--sc {
    background: url("/images/log_sc.png") no-repeat 0 0;
  }
  .work-v .inner .appLog--won {
    background: url("/images/log_won.png") no-repeat 0 0;
  }
  .work-v .award {
    display: inline-flex;
    align-items: center;
    width: 48px;
    height: 48px;
    margin: 0 10px 0 0;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.03em;
    text-indent: 58px;
    background-position: 0 0;
    background-size: 48px auto;
    background-repeat: no-repeat;
    vertical-align: middle;
    z-index: 5;
  }
  .work-v .award--app {
    background-image: url(/images/img_award_type1.png);
  }
  .work-v .award--web {
    background-image: url(/images/img_award_type2.png);
  }
  .work-v .award--appWeb {
    width: 106px;
    height: 48px;
    background-size: 106px 48px;
    background-image: url(/images/img_award_type3.png);
  }
  .work-v .scroll-ex {
    position: absolute;
    bottom: 69.99936px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 5;
  }
  .work-v .scroll-ex.whitespan {
    color: #fff;
  }
  .work-v .scroll-ex.white span::before {
    border-color: #fff;
  }
  .work-v .scroll-ex.white span::after {
    background: #fff;
  }
  .work-v .scroll-ex span {
    display: inline-block;
    position: relative;
    padding-left: 37.68px;
    font-size: 25.00032px;
    color: #0029d2;
    font-family: "proxima-nova";
  }
  .work-v .scroll-ex span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20.00064px;
    height: 30px;
    border: 2.00064px solid #0029d2;
    border-radius: 19.00032px;
    transform: translateY(-50%);
  }
  .work-v .scroll-ex span::after {
    content: "";
    width: 5.91936px;
    height: 5.91936px;
    position: absolute;
    top: 3.99936px;
    background-color: #0029d2;
    left: 8.688px;
    border-radius: 100%;
    opacity: 1;
    animation: mouse 1.2s infinite ease-out;
  }
  @keyframes mouse {
    from {
      opacity: 1;
      top: 4px;
    }
    to {
      opacity: 0;
      top: 16px;
    }
  }
  .work-v + .work-section {
    margin-top: 120px;
  }
  .work-section {
    position: relative;
    margin: 0 auto;
  }
  .work-section .head {
    width: 1179.99936px;
    margin: 0 auto;
  }
  .work-section .sub-section .item .en {
    font-family: "proxima-nova";
    font-weight: 600;
  }
  .work-section .en {
    font-family: "proxima-nova";
  }
  .work-section h2 {
    font-size: 30px;
    font-weight: 700;
    color: #0029d2;
  }
  .work-section h2.en {
    font-family: "proxima-nova";
  }
  .work-section h3 {
    font-size: 1.25vw;
    font-weight: 600;
    color: #343434;
  }
  .work-section h3.en {
    font-family: "proxima-nova";
  }
  .work-section h3.en + p {
    margin-top: 18px;
  }
  .work-section h3.blue {
    color: #0029d2;
  }
  .work-section h3.blue + p {
    margin-top: 30px;
  }
  .work-section h3.blue + h4 {
    margin-top: 30px;
  }
  .work-section h4 {
    margin-top: 100px;
    line-height: 100%;
    font-family: "SUIT";
    font-size: 22px;
    font-weight: 600;
  }
  .work-section p {
    font-size: 20px;
    font-weight: 300;
    color: #606168;
    line-height: 160%;
  }
  .work-section p + p.etc {
    margin-top: 15px;
  }
  .work-section p.etc {
    font-size: 18px;
    font-weight: 500;
    color: #8e8e8e;
  }
  .work-section h3 + p {
    margin-top: 30px;
  }
  .work-section h3.en + p {
    margin-top: 20px;
  }
  .work-section h2 + h3,
  .work-section h2 + h4,
  .work-section h2 + p {
    margin-top: 38px;
  }
  .work-section h4 + p {
    margin-top: 18px;
  }
  .work-section [data-ani=fade] {
    opacity: 0;
    transform: translateY(50%);
    transition: 1.2s ease-out;
  }
  .work-section + .work-section {
    margin-top: 200px;
  }
  .work-section + .work-section.sub {
    margin-top: 100px;
  }
  .work-section + .work-section.since {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .project-retrospective {
    width: 1179.99936px;
    margin: 100px auto 0;
  }
  .project-retrospective .project-qna + .project-qna {
    margin-top: 200px;
  }
  .project-retrospective .project-qna [class*=project-] span {
    position: relative;
    display: inline-block;
    line-height: 160%;
    padding: 24px 32.00064px;
    font-size: 20px;
    font-weight: 300;
  }
  .project-retrospective .project-qna [class*=project-] span::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 99.99936px;
    height: 99.99936px;
    margin-top: -50.00064px;
    background-size: 99.99936px 99.99936px;
  }
  .project-retrospective .project-qna .project-q span {
    color: #000;
    background-color: #f2f2f2;
    border-radius: 30px 51.99936px 30px 0;
  }
  .project-retrospective .project-qna .project-q span::before {
    right: -78px;
    background-image: url(../images/work/icon-q-1.png);
  }
  .project-retrospective .project-qna [class*=project-a-] {
    position: relative;
    margin-top: 46px;
    padding: 0 0 0 333.99936px;
    text-align: right;
  }
  .project-retrospective .project-qna [class*=project-a-] span {
    padding-left: 51.99936px;
    background-color: #0029d2;
    color: #fff;
    text-align: left;
    border-radius: 30px 30px 0 30px;
  }
  .project-retrospective .project-qna [class*=project-a-] span::before {
    left: -78px;
  }
  .project-retrospective .project-qna .project-a-1 span::before {
    background-image: url(/images/work/icon-a-1.png);
  }
  .project-retrospective .project-qna .project-a-2 span::before {
    background-image: url(/images/work/icon-a-2.png);
  }
  .work-bottom {
    position: relative;
    height: 1142.00064px;
    margin-top: 399.99936px;
    overflow: hidden;
  }
  .work-bottom .work-bottom-bg {
    height: 100%;
    background-attachment: fixed;
    background-position: 50% 50%;
    background-size: cover;
  }
  .bottom-dominoes .item {
    height: 74.88px;
    background-color: #0029d2;
  }
  .bottom-dominoes .item span {
    display: block;
    background-color: #fff;
    transform: scale(1, 0);
    transition: transform 0.5s;
  }
  .bottom-dominoes .item.on span {
    transform: scale(1, 1);
  }
}
/* Scrollbar */
body::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 0.5208vw;
  border: 2px solid rgb(255, 255, 255);
}

body::-webkit-scrollbar-track {
  background: transparent;
}

/* 1920px WIDE 대응 */
@media screen and (min-width: 1921px) {
  body::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 9.99936px;
    border: 2px solid rgb(255, 255, 255);
  }
  body::-webkit-scrollbar-track {
    background: transparent;
  }
}
.btn-more {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-family: "proxima-nova";
  font-size: 1.3025vw;
  color: #0029d2;
  white-space: nowrap;
  padding-bottom: 20.8333vw;
}
.btn-more::after {
  content: "";
  -webkit-mask: url(../../images/img_morelist.svg) no-repeat 50%;
  -webkit-mask-size: cover;
  mask: url(../../images/img_morelist.svg) no-repeat 50%;
  mask-size: cover;
  display: inline-block;
  margin-left: 0.5208vw;
  width: 1.875vw;
  height: 1.875vw;
  vertical-align: middle;
  background-color: #0029d2;
}

[target=_blank]::after {
  content: "";
  display: inline-block;
  -webkit-mask: url(../../images/img_link_external.svg) no-repeat 50%;
  -webkit-mask-size: cover;
  mask: url(../../images/img_link_external.svg) no-repeat 50%;
  mask-size: cover;
  margin-left: 15px;
  width: 25px;
  height: 24px;
  background: none;
  background-color: #0029d2;
}

/* 1920px WIDE 대응 */
@media screen and (min-width: 1921px) {
  .btn-inner {
    width: 1780px;
    margin: 0 auto;
    text-align: center;
  }
  .btn-more {
    display: block;
    font-family: "proxima-nova";
    font-size: 25px;
    color: #0029d2;
    white-space: nowrap;
    padding-bottom: 399.99936px;
  }
  .btn-more::after {
    content: "";
    -webkit-mask: url(../../images/img_morelist.svg) no-repeat 50%;
    -webkit-mask-size: cover;
    mask: url(../../images/img_morelist.svg) no-repeat 50%;
    mask-size: cover;
    display: inline-block;
    margin-left: 9.99936px;
    width: 36px;
    height: 36px;
    vertical-align: middle;
    background-color: #0029d2;
  }
  [target=_blank]::after {
    content: "";
    display: inline-block;
    -webkit-mask: url(../../images/img_link_external.svg) no-repeat 50%;
    -webkit-mask-size: cover;
    mask: url(../../images/img_link_external.svg) no-repeat 50%;
    mask-size: cover;
    margin-left: 15px;
    width: 25px;
    height: 24px;
    background: none;
    background-color: #0029d2;
  }
}
.list-common {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0 1.0416666667vw;
  width: 92.7083333333vw;
  margin: 0 auto;
}
.list-common .journal__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1.0416666667vw;
  align-items: flex-start;
  width: 92.7083333333vw;
}
.list-common .journal__inner--more-aticles .item {
  display: block !important;
}
.list-common .item {
  position: relative;
  width: 30.2083333333vw;
  max-height: 45.3125vw;
  margin-bottom: 10.4166666667vw;
}
.list-common .item.video {
  width: 45.8333333333vw;
}

.list-common .item .image:hover img {
  scale: 1.1;
}
.list-common .item .image.notice01:hover .notice-box {
  display: flex;
}
.list-common .item:nth-child(9n+1) .image {
  height: 37.5vw;
  height: auto;
}
.list-common .item:nth-child(9n+2) .image {
  height: 22.9167vw;
  height: auto;
}
.list-common .item:nth-child(9n+3) .image {
  height: 31.25vw;
  height: auto;
}
.list-common .item:nth-child(9n+4) .image {
  height: 31.25vw;
  height: auto;
}
.list-common .item:nth-child(9n+5) .image {
  height: 37.5vw;
  height: auto;
}
.list-common .item:nth-child(9n+6) .image {
  height: 31.25vw;
  height: auto;
}
.list-common .item:nth-child(9n+7) .image {
  height: 22.9167vw;
  height: auto;
}
.list-common .item:nth-child(9n+8) .image {
  height: 31.25vw;
  height: auto;
}
.list-common .item:nth-child(9n+9) .image {
  height: 31.25vw;
  height: auto;
}
.list-common .image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 1.0417vw;
}
.list-common .image img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.list-common .image .notice-box {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: none;
}
.list-common .image .notice-box .icon {
  display: block;
  background: url("/images/work/main/aa.png") no-repeat 0 0;
  background-size: 100%;
  width: 3.0729vw;
  height: 4.1146vw;
}
.list-common .image .notice-box .notice-text {
  padding-top: 1.0417vw;
  font-size: 1.6667vw;
  font-weight: 600;
  color: #fff !important;
}
.list-common .name {
  padding-right: 5rem;
  font-size: 1.6672vw;
  font-weight: 600;
  line-height: 140%;
  word-break: keep-all;
}
.list-common .tags {
  display: flex;
  gap: 0.7813vw;
  font-size: 1.042vw;
  color: #a5a5a5;
}
.list-common .category {
  font-family: "proxima-nova";
  font-size: 1.25vw;
  color: #a5a5a5;
}
.list-common .platform {
  white-space: nowrap;
}
.list-common .description {
  margin-top: 1.0417vw;
  padding-right: 10rem;
  font-size: 1.3025vw;
  word-break: keep-all;
}
.list-common .date {
  margin-top: 0.4688vw;
  font-size: 1.3025vw;
  font-weight: 400;
}
.list-common .link {
  border-bottom: 1px solid #0029d2;
}
.list-common .link a {
  display: flex;
  align-items: center;
  height: 2.9167vw;
  font-family: "proxima-nova";
  font-size: 1.3025vw;
}

/* mobile */
@media (max-width: 1280px) {
  .list-common .journal__inner {
    display: flex;
    flex-wrap: wrap;
    gap: unset;
    align-items: unset;
    width: 100%;
    margin: 0;
    padding: 0 24px;
    box-sizing: border-box;
  }
}
/* 1920px WIDE 대응 */
@media screen and (min-width: 1921px) {
  .list-common {
    width: 1780px;
    margin: 0 auto;
    gap: 20px;
  }
  .list-common .journal__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    align-items: flex-start;
    width: 1780px;
    margin: 0 auto;
  }
  .list-common .item {
    position: relative;
    width: 580px;
    max-height: 870px;
    margin-bottom: 200px;
  }
  .list-common .item.video {
    width: 880px;
  }
  
  .list-common .item .image:hover img {
    scale: 1.1;
  }
  .list-common .item .image.notice01:hover .notice-box {
    display: flex;
  }
  .list-common .item:nth-child(9n+1) .image {
    height: 720px;
    height: auto;
  }
  .list-common .item:nth-child(9n+2) .image {
    height: 440.00064px;
    height: auto;
  }
  .list-common .item:nth-child(9n+3) .image {
    height: 600px;
    height: auto;
  }
  .list-common .item:nth-child(9n+4) .image {
    height: 600px;
    height: auto;
  }
  .list-common .item:nth-child(9n+5) .image {
    height: 720px;
    height: auto;
  }
  .list-common .item:nth-child(9n+6) .image {
    height: 600px;
    height: auto;
  }
  .list-common .item:nth-child(9n+7) .image {
    height: 440.00064px;
    height: auto;
  }
  .list-common .item:nth-child(9n+8) .image {
    height: 600px;
    height: auto;
  }
  .list-common .item:nth-child(9n+9) .image {
    height: 600px;
    height: auto;
  }
  .list-common .image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 20.00064px;
  }
  .list-common .image img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: auto;
  }
  .list-common .image .notice-box {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: none;
  }
  .list-common .image .notice-box .icon {
    display: block;
    background: url("/images/work/main/aa.png") no-repeat 0 0;
    background-size: 100%;
    width: 58.99968px;
    height: 79.00032px;
  }
  .list-common .image .notice-box .notice-text {
    padding-top: 20.00064px;
    font-size: 32.00064px;
    font-weight: 600;
    color: #fff !important;
  }
  .list-common .name {
    padding-right: 5rem;
    font-size: 32.01024px;
    font-weight: 600;
    line-height: 140%;
    word-break: keep-all;
  }
  .list-common .tags {
    display: flex;
    gap: 15.00096px;
    font-size: 20.0064px;
    color: #a5a5a5;
  }
  .list-common .category {
    font-family: "proxima-nova";
    font-size: 24px;
    color: #a5a5a5;
  }
  .list-common .platform {
    white-space: nowrap;
  }
  .list-common .description {
    margin-top: 20.00064px;
    padding-right: 10rem;
    font-size: 25.008px;
    word-break: keep-all;
  }
  .list-common .date {
    margin-top: 9.00096px;
    font-size: 25.008px;
    font-weight: 400;
  }
  .list-common .link {
    border-bottom: 1px solid #0029d2;
  }
  .list-common .link a {
    display: flex;
    align-items: center;
    height: 56.00064px;
    font-family: "proxima-nova";
    font-size: 25.008px;
  }
}
.tab-category__inner {
  display: flex;
  margin: 0 auto;
  width: 92.7083333333vw;
  gap: 2.7604166667vw;
  padding: 1.40625vw 0 6.25vw;
}
.tab-category button {
  display: block;
  color: #a5a5a5;
  font-family: "proxima-nova";
  font-size: 2.0833vw;
  font-weight: 600;
  border: none;
  border-radius: 0;
  background: none;
}
.tab-category button.active {
  color: #0029d2;
}
.tab-category button.ico-win::after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 1.6rem;
  background: url(/images/ico-win.svg) no-repeat center center;
  background-size: 2.4rem auto;
}

/* mobile */
@media (max-width: 1280px) {
  .tab-category__inner {
    display: flex;
    margin: 0;
    width: 100%;
    gap: unset;
    padding: 6px 0 40px;
  }
  .tab-category button {
    display: block;
    color: #a5a5a5;
    font-family: "proxima-nova";
    font-size: 2.0833vw;
    font-weight: 600;
    border: none;
    border-radius: 0;
    background: none;
    margin-right: 4.2666666667%;
  }
  .tab-category button.active {
    color: #0029d2;
  }
}
/* 1920px WIDE 대응 */
@media screen and (min-width: 1921px) {
  .tab-category__inner {
    display: flex;
    margin: 0 auto;
    width: 1780px;
    gap: 53px;
    padding: 27px 0 120px;
  }
  .tab-category button {
    display: block;
    color: #a5a5a5;
    font-family: "proxima-nova";
    font-size: 39.99936px;
    font-weight: 600;
    border: none;
    border-radius: 0;
    background: none;
  }
  .tab-category button.active {
    color: #0029d2;
  }
}
.line-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0029d2;
}

.line-break {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #0029d2;
}

/* 1920px WIDE 대응 */
@media screen and (min-width: 1921px) {
  .line-content {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0029d2;
  }
  .line-break {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #0029d2;
  }
}
.page-work {
  margin: 0;
  padding: 0;
}
.page-work .work-container .work-section .blue {
  font-weight: 600;
}
.page-work .work-container .work-section .since-2007 {
  font-family: "proxima-nova";
  font-weight: 300;
}
.page-work .work_line-content {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0029d2;
}
.page-work .list-common .item {
  position: relative;
  max-height: auto;
}
.page-work .list-common .item a {
  display: block;
}
.page-work .list-common .item a img {
  transition: scale 1s;
}
.page-work .list-common .item a:hover img {
  transition: scale 1s;
}
.page-work .list-common .platform,
.page-work .list-common .award,
.page-work .list-common .description {
  display: none;
}
.page-work .list-common .link {
  border: none;
}
.page-work .list-common .link a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -1000vw;
}
.page-work .list-common.headline {
  margin-bottom: 6.25vw;
  padding-bottom: 0;
}
.page-work .list-common.headline .item:first-child {
  padding: 4.4271vw 0 0;
}
.page-work .list-common.headline .item {
  position: relative;
  top: -2px;
  margin-bottom: 20rem;
  width: 100%;
  max-height: none;
}
.page-work .list-common.headline .item video {
  height: 850px;
}
.page-work .list-common.headline .item .image {
  margin-bottom: 5.21vw;
  height: 850px;
}
.page-work .list-common.headline .item .image img {
  min-width: 100%;
  height: auto;
  transition: scale 2s;
}
.page-work .list-common.headline .item .name {
  color: #fff;
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 135%;
}
.page-work .list-common.headline .item .category {
  position: absolute;
  right: 0;
  top: 0.9896vw;
  font-size: 1.6667vw;
  color: #a5a5a5;
}
.page-work .list-common.headline .item .description {
  position: relative;
  display: block;
  margin: 0 0 0 62.5vw;
  padding: 0 0 0.5729vw 0;
  color: #606168;
  border-bottom: 1px solid #0029d2;
  font-weight: 400;
}
.page-work .list-common.headline .item .link {
  margin: 0 0 0 62.5vw;
  padding: 0.4167vw 0;
  display: block;
}
.page-work .list-common.headline .item .link {
  border-bottom: 1px solid #0029d2;
}
.page-work .list-common.headline .item .link a {
  display: flex;
  position: static;
  height: 100%;
  text-indent: 0;
  font-weight: 500;
}
.page-work .list-common.headline .item .link a::after {
  content: "";
  -webkit-mask: url(../../images/img_link.svg) no-repeat 50%;
  -webkit-mask-size: cover;
  mask: url(../../images/img_link.svg) no-repeat 50%;
  mask-size: cover;
  display: inline-block;
  margin-left: 0.5208vw;
  width: 1.6568vw;
  height: 0.7401vw;
  background-color: #343434;
}
.page-work .list-common.headline .item .workMainLink {
  display: block;
  position: relative;
}
.page-work .list-common.headline .item .workMainTitleGroup {
  position: absolute;
  left: 11.6145833333vw;
  top: 16.40625vw;
  z-index: 1;
  width: auto;
}
.page-work .list-common.headline .item .workMainTitleGroup.black .workMainAward-title,
.page-work .list-common.headline .item .workMainTitleGroup.black .name,
.page-work .list-common.headline .item .workMainTitleGroup.black .workMainBiz {
  color: #343434;
}
.page-work .list-common.headline .item .workMainTitleGroup--kb {
  top: 12.5vw;
}
.page-work .list-common.headline .item .workMainAward-year {
  display: flex;
  align-items: center;
  margin-bottom: 1.25vw;
}
.page-work .list-common.headline .item .workMainAward {
  display: inline-flex;
  width: 2.5vw;
  height: 2.5vw;
  margin-right: 0.625vw;
  background-position: 0 0;
  background-size: 4.8rem auto;
  background-repeat: no-repeat;
}
.page-work .list-common.headline .item .workMainAward--app {
  background-image: url("/images/img_award_type1.png");
}
.page-work .list-common.headline .item .workMainAward--webApp {
  background-image: url("/images/img_award_type2.png");
}
.page-work .list-common.headline .item .workMainAward-title {
  display: inline-block;
  font-size: 1.25vw;
  font-weight: 600;
  color: #fff;
  line-height: 100%;
}
.page-work .list-common.headline .item .workMainBiz {
  margin-top: 1.0416666667vw;
  display: block;
  font-size: 1.0416666667vw;
  font-weight: 400;
  color: #fff;
}
.page-work .list-common.headline .item .workMainBiz em {
  margin-right: 1.1979166667vw;
}
.page-work .list-common.headline .item .workMainBiz em:last-child {
  margin-right: 0;
}
.page-work .list-common.headline .item .wrokMainAppLog {
  overflow: hidden;
  border-radius: 20px;
  margin-top: 5.2083333333vw;
  width: 4.7916666667vw;
  height: 4.7916666667vw;
  box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.18);
}
.page-work .list-common.headline .item .wrokMainAppLog--kb {
  background: url("/images/log_kb.png") no-repeat 0 0;
}
.page-work .list-common.headline .item .workMainImgObj {
  position: absolute;
  top: 0;
  right: 0;
}
.page-work .list-common.headline .item .workMainImgObj img {
  position: absolute;
}
.page-work .list-common.headline .item .workMainImgObj :nth-child(1) {
  top: 27.6041666667vw;
  right: 17.7083333333vw;
  z-index: 2;
}
.page-work .list-common.headline .item .workMainImgObj :nth-child(2) {
  top: 4.9479166667vw;
  right: 12.8645833333vw;
  z-index: 1;
}
.page-work .list-common.headline .item .workMainImgObj--koreanair :nth-child(1) {
  top: 5.0520833333vw;
  right: 22.9166666667vw;
  z-index: 1;
}
.page-work .list-common.headline .item .workMainImgObj--koreanair :nth-child(2) {
  top: 9.6875vw;
  right: 7.8125vw;
  z-index: 2;
}
.page-work .list-common.more {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 0 1px 0;
  height: 0;
}
.page-work .list-common.more + .page-work .list-common.more {
  border: solid red;
}
.page-work .list-common.more.active {
  height: auto;
  margin: 10.4167vw auto 5.21vw;
}
.page-work .list-common.more .year {
  margin: 1.042vw auto 5.21vw;
  padding: 0 3.6458vw;
  font-size: 2.3438vw;
  font-weight: 500;
  color: #0029d2;
}
.page-work .list-common.more .item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 -1px 0;
  padding: 0 3.6458vw;
  width: auto;
  height: 2.8vw;
  color: #0029d2;
  border-top: 1px solid #0029d2;
}
.page-work .list-common.more .item__inner {
  position: relative;
  display: flex;
  width: 1780px;
  margin: 0 auto;
}
.page-work .list-common.more .item:last-child {
  border-bottom: 1px solid #0029d2;
}
.page-work .list-common.more .item .image {
  display: none;
}
.page-work .list-common.more .item .name {
  position: static;
  flex-shrink: 0;
  padding: 0;
  width: 62.84vw;
  font-size: 1.3025vw;
  font-weight: 400;
}
.page-work .list-common.more .item .cateplat {
  display: flex;
  width: 15vw;
}
.page-work .list-common.more .item .cateplat .category,
.page-work .list-common.more .item .cateplat .platform,
.page-work .list-common.more .item .cateplat .award {
  display: inline-block !important;
}
.page-work .list-common.more .item .cateplat .category {
  display: block;
  position: static;
  flex-shrink: 0;
  font-size: 1.3025vw;
  color: #0029d2;
  font-weight: 400;
  transition: background 0.6s ease-out, color 0.6s ease-out;
}
.page-work .list-common.more .item .cateplat .platform {
  display: block;
  flex-shrink: 0;
  font-size: 1.3025vw;
  font-weight: 400;
  font-family: "proxima-nova";
  transition: background 0.6s ease-out, color 0.6s ease-out;
}
.page-work .list-common.more .item .cateplat .platform::before {
  content: "/";
  margin: 0 0.4vw;
}
.page-work .list-common.more .item .award {
  display: none !important;
  flex-shrink: 0;
  position: static;
  margin: 0 0 0 auto;
  width: 0;
  height: auto;
  font-size: 1.3025vw;
  font-weight: 300;
  font-family: "proxima-nova";
  text-align: left;
  background: none;
  transition: background 0.6s ease-out, color 0.6s ease-out;
}
.page-work .list-common.more .item .award::after {
  content: none;
}
.page-work .list-common.more .item .description {
  display: none;
}
.page-work .list-common.more .item .link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}
.page-work .list-common.more .item .link a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -1000px;
  overflow: hidden;
}
.page-work .list-common.more .item .link a::after {
  content: url(../../images/icon_link_type3.svg);
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
  width: 1.3541666667vw;
  height: 1.3541666667vw;
  text-indent: 0;
  fill: #fff;
}
/* 1920px WIDE 대응 */
@media screen and (min-width: 1921px) {
  .page-work {
    margin: 0;
    padding: 0;
  }
  .page-work .work-container .work-section .blue {
    font-weight: 600;
  }
  .page-work .work-container .work-section .since-2007 {
    font-family: "proxima-nova";
    font-weight: 300;
  }
  .page-work .work_line-content {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0029d2;
  }
  .page-work .list-common {
    max-width: 1780px;
    margin: 0 auto;
  }
  .page-work .list-common .item {
    position: relative;
  }
  .page-work .list-common .platform,
  .page-work .list-common .award,
  .page-work .list-common .description {
    display: none;
  }
  .page-work .list-common .link {
    border: none;
  }
  .page-work .list-common .link a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-indent: -19200px;
  }
  .page-work .list-common.headline {
    margin-bottom: 120px;
    padding-bottom: 0;
  }
  .page-work .list-common.headline .item {
    position: relative;
    top: -2px;
    width: 1780px;
    max-height: none;
    margin: 0 auto 200px;
    padding: 85.00032px 0 0;
  }
  .page-work .list-common.headline .item .image {
    margin-bottom: 100.032px;
    height: auto;
  }
  .page-work .list-common.headline .item .image img {
    min-width: 100%;
    height: auto;
    transition: scale 2s;
  }
  .page-work .list-common.headline .item .name {
    font-size: 48px;
  }
  .page-work .list-common.headline .item .category {
    position: absolute;
    right: 0;
    top: 19.00032px;
    font-size: 32.00064px;
    color: #a5a5a5;
  }
  .page-work .list-common.headline .item .description {
    position: relative;
    display: block;
    margin: 0 0 0 1200px;
    padding: 0 0 10.99968px 0;
    color: #606168;
    border-bottom: 1px solid #0029d2;
  }
  .page-work .list-common.headline .item .link {
    margin: 0 0 0 1200px;
    padding: 8.00064px 0;
    display: block;
  }
  .page-work .list-common.headline .item .link {
    border-bottom: 1px solid #0029d2;
  }
  .page-work .list-common.headline .item .link a {
    display: flex;
    position: static;
    height: 100%;
    text-indent: 0;
  }
  .page-work .list-common.headline .item .link a::after {
    content: "";
    -webkit-mask: url(../../images/img_link.svg) no-repeat 50%;
    -webkit-mask-size: cover;
    mask: url(../../images/img_link.svg) no-repeat 50%;
    display: inline-block;
    mask-size: cover;
    margin-left: 9.99936px;
    width: 31.81056px;
    height: 14.20992px;
    background-color: #343434;
  }
  .page-work .list-common.headline .item .workMainLink {
    display: block;
    position: relative;
  }
  .page-work .list-common.headline .item .workMainTitleGroup {
    position: absolute;
    left: 223px;
    top: 315px;
    z-index: 1;
  }
  .page-work .list-common.headline .item .workMainTitleGroup.black .workMainAward-title,
  .page-work .list-common.headline .item .workMainTitleGroup.black .name,
  .page-work .list-common.headline .item .workMainTitleGroup.black .workMainBiz {
    color: #343434;
  }
  .page-work .list-common.headline .item .workMainTitleGroup--kb {
    top: 240px;
  }
  .page-work .list-common.headline .item .workMainAward-year {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
  }
  .page-work .list-common.headline .item .workMainAward {
    display: inline-flex;
    width: 48px;
    height: 48px;
    margin-right: 12px;
    background-position: 0 0;
    background-size: 48px auto;
    background-repeat: no-repeat;
  }
  .page-work .list-common.headline .item .workMainAward--app {
    background-image: url("/images/img_award_type1.png");
  }
  .page-work .list-common.headline .item .workMainAward--webApp {
    background-image: url("/images/img_award_type2.png");
  }
  .page-work .list-common.headline .item .workMainAward-title {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 100%;
  }
  .page-work .list-common.headline .item .workMainBiz {
    margin-top: 20px;
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
  }
  .page-work .list-common.headline .item .workMainBiz em {
    margin-right: 23px;
  }
  .page-work .list-common.headline .item .workMainBiz em:last-child {
    margin-right: 0;
  }
  .page-work .list-common.headline .item .wrokMainAppLog {
    overflow: hidden;
    border-radius: 20px;
    margin-top: 100px;
    width: 9;
    height: 9;
    box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.18);
  }
  .page-work .list-common.headline .item .wrokMainAppLog--kb {
    background: url("/images/log_kb.png") no-repeat 0 0;
  }
  .page-work .list-common.headline .item .workMainImgObj {
    position: absolute;
    top: 0;
    right: 0;
  }
  .page-work .list-common.headline .item .workMainImgObj img {
    position: absolute;
  }
  .page-work .list-common.headline .item .workMainImgObj :nth-child(1) {
    top: 530px;
    right: 340px;
    z-index: 2;
  }
  .page-work .list-common.headline .item .workMainImgObj :nth-child(2) {
    top: 95px;
    right: 247px;
    z-index: 1;
  }
  .page-work .list-common.headline .item .workMainImgObj--koreanair :nth-child(1) {
    top: 97px;
    right: 440px;
    z-index: 1;
  }
  .page-work .list-common.headline .item .workMainImgObj--koreanair :nth-child(2) {
    top: 186px;
    right: 150px;
    z-index: 2;
  }
  .page-work .list-common.more {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 0 1px 0;
    height: 0;
    width: 100%;
  }
  .page-work .list-common.more + .page-work .list-common.more {
    border: solid red;
  }
  .page-work .list-common.more.active {
    height: auto;
    margin: 200.00064px auto 100.032px;
  }
  .page-work .list-common.more .year {
    margin: 20.0064px auto 100.032px;
    padding: 0 69.99936px;
    font-size: 45.00096px;
    font-weight: 500;
    color: #0029d2;
  }
  .page-work .list-common.more .year__inner {
    width: 1780px;
    margin: 0 auto;
  }
  .page-work .list-common.more .item {
    position: relative;
    margin: 0 0 -1px 0;
    padding: 0 69.99936px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 53.76px;
    color: #0029d2;
  }
  .page-work .list-common.more .item__inner {
    display: flex;
    width: 1780px;
    margin: 0 auto;
  }
  .page-work .list-common.more .item:last-child {
    border-bottom: 1px solid #0029d2;
  }
  .page-work .list-common.more .item .image {
    display: none;
  }
  .page-work .list-common.more .item .name {
    position: static;
    flex-shrink: 0;
    padding: 0;
    width: 1138.08px;
    font-size: 25.008px;
    font-weight: 400;
  }
  .page-work .list-common.more .item .cateplat {
    display: flex;
    width: 15vw;
  }
  .page-work .list-common.more .item .cateplat .category {
    display: block;
    position: static;
    flex-shrink: 0;
    font-size: 25.008px;
    color: #0029d2;
    font-weight: 400;
    transition: background 0.6s ease-out, color 0.6s ease-out;
  }
  .page-work .list-common.more .item .cateplat .platform {
    display: block;
    flex-shrink: 0;
    font-size: 25.008px;
    font-weight: 400;
    font-family: "proxima-nova";
  }
  .page-work .list-common.more .item .cateplat .platform::before {
    content: "/";
    margin: 0 7.68px;
  }
  .page-work .list-common.more .item .award {
    display: none;
    flex-shrink: 0;
    position: static;
    margin: 0 0 0 291px;
    width: 0;
    height: auto;
    font-size: 25.008px;
    font-weight: 300;
    font-family: "proxima-nova";
    text-align: left;
    background: none;
  }
  .page-work .list-common.more .item .award::after {
    content: none;
  }
  .page-work .list-common.more .item .description {
    display: none;
  }
  .page-work .list-common.more .item .link {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
  }
  .page-work .list-common.more .item .link a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -1000px;
    overflow: hidden;
  }
  .page-work .list-common.more .item .link a::after {
    content: url(../../images/icon_link_type2.svg);
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
    width: 24px;
    height: 100%;
    text-indent: 0;
    fill: #fff;
  }
  .page-work .list-common.more .item:has(a):hover {
    background: #0029d2;
    color: #fff;
  }
  .page-work .list-common.more .item:has(a):hover .category {
    color: #fff;
  }
}
/* 1280px Mobile 대응 */
/* @include bp.breakPointMobile(var.$mobileMax) {
  .page-work {
    .list-common.more .item .cateplat {
      line-height: 160%;
      font-weight: 400;
      word-break: break-all;
      .category,
      .platform {
        font-size: 13px;
      }
    }
  }
} */
.page-journal {
  position: relative;
  /* 목록보기 단독 사용 추가*/
}
.page-journal .en {
  font-family: "proxima-nova";
}
.page-journal:has(.cont-journal)::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.page-journal .cont-visual {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  height: 38.0208vw;
}
.page-journal .cont-visual .title {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2.0833333333vw;
  font-size: calc(19.6px + 2vw);
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 140%;
}
.page-journal .cont-visual .title.row {
  flex-direction: column;
  flex-wrap: wrap;
}
.page-journal .cont-visual .title.row span {
  display: block;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1;
  padding: 0;
}
.page-journal .cont-visual .image {
  display: block;
  position: absolute;
  left: 0;
  top: -50%;
  z-index: 1;
  width: 100%;
}
.page-journal .cont-visual .image img {
  display: block;
  width: 100%;
}
.page-journal .cont-visual .image::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}
.page-journal .cont-journal {
  position: relative;
  z-index: 1;
  margin: 38.0208vw auto 0;
  padding: 6.09375vw 2.0833333333vw 20.8333333333vw;
  max-width: 61.4583333333vw;
  font-size: 1.0416666667vw;
  font-weight: 300;
  color: #606168;
  line-height: 195%;
  box-sizing: border-box;
  background: #fff;
  word-break: keep-all;
}
.page-journal .cont-journal > span {
  display: inline;
}
.page-journal .cont-journal a {
  text-decoration: underline;
}
.page-journal .cont-journal a[target=_blank]::after {
  content: "";
  position: relative;
  top: 0.1041666667vw;
  -webkit-mask: url(../../images/img_link_external.svg) no-repeat 50%;
  -webkit-mask-size: cover;
  mask: url(../../images/img_link_external.svg) no-repeat 50%;
  mask-size: cover;
  margin-left: 0.78125vw;
  width: 1.3020833333vw;
  height: 1.25vw;
  background-color: #343434;
}
.page-journal .cont-journal a .color2 {
  word-break: break-all;
}
.page-journal .cont-journal .information-cont {
  margin: 0 0 4.0625vw;
}
.page-journal .cont-journal .date {
  font-family: "proxima-nova";
  font-size: 0.9375vw;
  font-weight: 300;
}
.page-journal .cont-journal .category {
  font-family: "proxima-nova";
  font-size: 0.9375vw;
  font-weight: 300;
}
.page-journal .cont-journal .category::after {
  content: "|";
  display: inline-block;
  margin: 0 0.1041666667vw 0 0.4166666667vw;
}
.page-journal .cont-journal h3 {
  margin-bottom: 1.5625vw;
  font-size: 1.5625vw;
  font-weight: 600;
  line-height: 150%;
  color: #343434;
}
.page-journal .cont-journal h3 br {
  display: none;
}
.page-journal .cont-journal h4 {
  margin: 0 0 2.1875vw 0;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 150%;
  color: #343434;
}
.page-journal .cont-journal p {
  font-size: 1.3020833333vw;
  font-weight: 300;
  line-height: 195%;
}
.page-journal .cont-journal ul {
  display: block;
  list-style-type: disc;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 2.0833333333vw;
  list-style: disc;
}
.page-journal .cont-journal ul li {
  list-style: disc;
}
.page-journal .cont-journal ol {
  display: block;
  list-style-type: disc;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 2.0833333333vw;
}
.page-journal .cont-journal ol li {
  list-style: auto;
}
.page-journal .cont-journal blockquote {
  margin: 6.25vw 0;
  text-align: center;
  font-size: 1.6666666667vw;
  color: #606168;
  line-height: 195%;
}
.page-journal .cont-journal blockquote::before {
  content: "";
  display: block;
  margin: 0 auto 1.3020833333vw;
  width: 0.9895833333vw;
  height: 0.6770833333vw;
  background-image: url(../images/quotation_left.png);
  background-repeat: no-repeat;
  background-position: 50%;
}
.page-journal .cont-journal blockquote::after {
  content: "";
  display: block;
  margin: 1.3020833333vw auto 0;
  width: 0.9895833333vw;
  height: 0.6770833333vw;
  background-image: url(../images/quotation_right.png);
  background-repeat: no-repeat;
  background-position: 50%;
}
.page-journal .cont-journal .color1 {
  color: #0029d2;
}
.page-journal .cont-journal .color2 {
  color: #a5a5a5;
}
.page-journal .cont-journal img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.page-journal .cont-journal figure {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}
.page-journal .cont-journal figure figcaption {
  margin-top: 1.4583333333vw;
  font-size: 0.8333333333vw;
  line-height: 160%;
  color: #a5a5a5;
}
.page-journal .cont-journal .link-list {
  margin: 5.2083333333vw 0 0;
  text-align: left;
  font-size: 1.3020833333vw;
  color: #0029d2;
  line-height: 160%;
  height: 4rem;
}
.page-journal .cont-journal .link-list a {
  color: #0029d2;
  text-decoration: none;
}
.page-journal .cont-journal .link-list a::before {
  content: "";
  display: inline-block;
  -webkit-mask: url(/images/img_link_list.svg) no-repeat 50%;
  -webkit-mask-size: cover;
  mask: url(/images/img_link_list.svg) no-repeat 50%;
  mask-size: cover;
  margin-top: -0.1041666667vw;
  margin-right: 0.5208333333vw;
  width: 1.6666666667vw;
  height: 0.6770833333vw;
  background: none;
  background-color: #0029d2;
}
.page-journal .cont-journal .link-related {
  margin: -4rem 0 0;
  text-align: right;
  font-size: 1.3020833333vw;
  color: #0029d2;
  line-height: 160%;
  height: 4rem;
}
.page-journal .cont-journal .link-related a {
  color: #0029d2;
  text-decoration: none;
}
.page-journal .cont-journal .link-related a::after {
  content: "";
  display: inline-block;
  -webkit-mask: url(../../images/img_link_external.svg) no-repeat 50%;
  -webkit-mask-size: cover;
  mask: url(../../images/img_link_external.svg) no-repeat 50%;
  mask-size: cover;
  margin-left: 0.5208333333vw;
  width: 1.3020833333vw;
  height: 1.25vw;
  background: none;
  background-color: #0029d2;
}
.page-journal .cont-journal .text-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  text-align: left;
  border-top: 1px solid #0029d2;
  margin-top: 17.96875vw;
}
.page-journal .cont-journal .text-box p {
  border-bottom: 1px solid #0029d2;
  font-size: 1.3020833333vw;
  min-height: 2.8645833333vw;
  line-height: 2.8645833333vw;
  color: #0029d2;
  box-sizing: border-box;
}
.page-journal .list-histroyBack {
  position: relative;
  z-index: 1;
  margin-bottom: 5.2083333333vw;
}
.page-journal .list-histroyBack__inner {
  width: 61.4583333333vw;
  margin: 0 auto;
}
.page-journal .list-histroyBack__link {
  display: inline-block;
  position: relative;
  font-size: 1.3020833333vw;
  font-weight: 400;
  color: #0029d2;
  text-indent: 42px;
}
.page-journal .list-histroyBack__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  background: url("/images/img_link_list.svg") no-repeat 0 center;
}
.page-journal .list-histroyBack__text {
  display: block;
  padding-left: 7px;
}
.page-journal .cont-more {
  margin-bottom: 10.9375vw;
  border-top: 2px solid #0029d2;
}
.page-journal .cont-more .title {
  margin: 0.6771vw 0 5.731vw 3.647vw;
  font-family: "proxima-nova";
  line-height: 160%;
  font-size: 2.084vw;
  color: #0029d2;
  font-weight: 700;
}
.page-journal .list-common {
  justify-content: center;
  padding-bottom: 20vw;
}
.page-journal .list-common .item {
  display: none;
}
.page-journal .list-common .item .image {
  height: auto;
}
.page-journal .list-common .item .image img {
  width: 100%;
  height: 100%;
  transition: scale 2s;
}
.page-journal .list-common .item.active {
  display: block;
}
.page-journal .list-common .item[data-category=culture] {
  display: none;
}
.page-journal .list-common .item[data-category=insight] {
  display: block;
}
.page-journal .list-common .link {
  border: none;
}
.page-journal .list-common .link a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: none;
  text-indent: -1000px;
  overflow: hidden;
}
.page-journal .list-common.headline {
  position: relative;
  padding-bottom: 0;
  padding-top: 1.5625vw;
  gap: 0;
}
.page-journal .list-common.headline .headline__inner {
  width: 77.0833333333vw;
  margin: 0 auto;
}
.page-journal .list-common.headline .line-content {
  position: absolute;
  left: -7rem;
  right: -7rem;
  top: auto;
  bottom: 0;
  display: block;
  margin: 0;
  width: auto;
  height: 2px;
  background: #0029d2;
}
.page-journal .list-common.headline .item {
  display: block;
  position: relative;
  margin: 0 0 20rem;
  padding: 0 0 0 32.7083vw;
  width: 100%;
  max-height: initial;
  min-height: 37.5vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  box-sizing: border-box;
}
.page-journal .list-common.headline .item:nth-child(even) {
  align-items: flex-end;
  padding: 0 32.7083vw 0 0;
}
.page-journal .list-common.headline .item:nth-child(even) .image {
  left: auto;
  right: 0;
}
.page-journal .list-common.headline .item:nth-child(even) .name {
  padding: 0;
  align-items: flex-start;
}
.page-journal .list-common.headline .item .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 30.2083vw;
  height: 37.5vw;
  margin-bottom: 0;
}
.page-journal .list-common.headline .item .name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 28.125vw;
  height: 100%;
  font-size: 2.8646vw;
  line-height: 130%;
}
.page-journal .list-common.headline .item .name .date {
  display: block;
  margin: 0;
  font-size: 1.4583333333vw;
  color: #a5a5a5;
}
.page-journal .list-common.headline .item .tags {
  display: none;
}
.page-journal .list-common.headline .item .description {
  display: block;
  margin: 0;
  margin-top: 5.2083vw;
  padding: 0 0 0.5208vw;
  width: 28.125vw;
  color: #606168;
  position: relative;
  word-break: keep-all;
}
.page-journal .list-common.headline .item .description::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #0029d2;
}
.page-journal .list-common.headline .item .description.ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 3.6458333333vw;
}
.page-journal .list-common.headline .item .date {
  display: none;
}
.page-journal .list-common.headline .item .link {
  margin: 0;
  display: block;
  width: 28.125vw;
  height: 2.8125vw;
  border-bottom: 1px solid #0029d2;
}
.page-journal .list-common.headline .item .link a {
  position: static;
  display: flex;
  text-indent: 0;
  font-weight: 500;
}
.page-journal .list-common.headline .item .link a::after {
  content: "";
  -webkit-mask: url(../../images/img_link.svg) no-repeat 50%;
  -webkit-mask-size: cover;
  mask: url(../../images/img_link.svg) no-repeat 50%;
  mask-size: cover;
  display: inline-block;
  margin-left: 0.5208vw;
  width: 1.6568vw;
  height: 0.7401vw;
  background-color: #343434;
}
.page-journal .list-common.journal .description {
  color: #606168;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.page-journal .list-common.journal .date {
  color: #a5a5a5;
}
.page-journal .btn-more {
  margin-top: 0;
  display: block;
  width: 100%;
  padding-bottom: 0;
}
.page-journal .article-wrap {
  position: relative;
  z-index: 4;
  border-top: 2px solid #0029d2;
}
.page-journal .article-wrap .article-text-wrap {
  width: 92.7083333333vw;
  margin: 0 auto;
}
.page-journal .article-wrap .article-text {
  color: #0029d2;
  font-family: "proxima-nova";
  font-size: 2.0833vw;
  font-weight: 700;
  padding: 0.7292vw 0 5.2083vw;
}
.page-journal .article-wrap .list-common .item {
  margin-bottom: 20.8333333333vw;
  height: auto;
}
.page-journal .article-wrap .list-common .item .image {
  width: 30.2083333333vw;
  height: 22.9166666667vw;
}
.page-journal .article-wrap .list-common .item.item2 {
  margin-top: 1.4583333333vw;
}
.page-journal .strong {
  font-weight: 600;
}
.page-journal .sub-conts {
  margin: 4.1666666667vw 0;
  padding: 2.6041666667vw 0;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
.page-journal .underline {
  text-decoration: underline;
}
.page-journal.insight .font_h3 {
  line-height: 100%;
  margin-bottom: 1.5625vw !important;
  font-size: 1.25vw !important;
  font-weight: 600;
}
.page-journal.insight .font_h4 {
  line-height: 160%;
  margin-bottom: 1.0416666667vw !important;
  font-size: 1.1458333333vw !important;
  font-weight: 600;
}
.page-journal.insight .font_h4.color1 {
  color: #0029d2;
}

/* 1920px WIDE 대응 */
@media screen and (min-width: 1921px) {
  .page-journal {
    position: relative;
    /* 목록보기 단독 사용 추가*/
  }
  .page-journal .en {
    font-family: "proxima-nova";
  }
  .page-journal:has(.cont-journal)::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .page-journal .cont-visual {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    height: 729.99936px;
  }
  .page-journal .cont-visual .title {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    font-size: calc(19.6px + 38.4px);
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 140%;
  }
  .page-journal .cont-visual .title.row {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .page-journal .cont-visual .title.row span {
    display: block;
    font-size: 0.9375vw;
    font-weight: 400;
  }
  .page-journal .cont-visual .image {
    display: block;
    position: absolute;
    left: 0;
    top: -50%;
    z-index: 1;
    width: 100%;
  }
  .page-journal .cont-visual .image img {
    display: block;
    width: 100%;
  }
  .page-journal .cont-visual .image::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
  }
  .page-journal .cont-journal {
    position: relative;
    z-index: 1;
    margin: 729.99936px auto 0;
    padding: 117px 40px 400px;
    max-width: 1180px;
    font-size: 20px;
    font-weight: 300;
    color: #606168;
    line-height: 195%;
    box-sizing: border-box;
    background: #fff;
    word-break: keep-all;
  }
  .page-journal .cont-journal > span {
    display: inline;
  }
  .page-journal .cont-journal a {
    text-decoration: underline;
  }
  .page-journal .cont-journal a[target=_blank]::after {
    content: "";
    position: relative;
    top: 2px;
    -webkit-mask: url(../../images/img_link_external.svg) no-repeat 50%;
    -webkit-mask-size: cover;
    mask: url(../../images/img_link_external.svg) no-repeat 50%;
    mask-size: cover;
    margin-left: 15px;
    width: 25px;
    height: 24px;
    background-color: #343434;
  }
  .page-journal .cont-journal .information-cont {
    margin: 0 0 78px;
  }
  .page-journal .cont-journal .date {
    font-family: "proxima-nova";
    font-size: 18px;
    font-weight: 300;
  }
  .page-journal .cont-journal .category {
    font-family: "proxima-nova";
    font-size: 18px;
    font-weight: 300;
  }
  .page-journal .cont-journal .category::after {
    content: "|";
    display: inline-block;
    margin: 0 2px 0 8px;
  }
  .page-journal .cont-journal h3 {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 600;
    line-height: 150%;
    color: #343434;
  }
  .page-journal .cont-journal h3 br {
    display: none;
  }
  .page-journal .cont-journal h4 {
    margin: 0 0 42px 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
    color: #343434;
  }
  .page-journal .cont-journal p {
    font-size: 25px;
    font-weight: 300;
    line-height: 195%;
  }
  .page-journal .cont-journal ul {
    display: block;
    list-style-type: disc;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    list-style: disc;
  }
  .page-journal .cont-journal ul li {
    list-style: disc;
  }
  .page-journal .cont-journal ol {
    display: block;
    list-style-type: disc;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
  }
  .page-journal .cont-journal ol li {
    list-style: auto;
  }
  .page-journal .cont-journal blockquote {
    margin: 120px 0;
    text-align: center;
    font-size: 32px;
    color: #606168;
    line-height: 195%;
  }
  .page-journal .cont-journal blockquote::before {
    content: "";
    display: block;
    margin: 0 auto 25px;
    width: 19px;
    height: 13px;
    background-image: url(../images/quotation_left.png);
    background-repeat: no-repeat;
    background-position: 50%;
  }
  .page-journal .cont-journal blockquote::after {
    content: "";
    display: block;
    margin: 25px auto 0;
    width: 19px;
    height: 13px;
    background-image: url(../images/quotation_right.png);
    background-repeat: no-repeat;
    background-position: 50%;
  }
  .page-journal .cont-journal .color1 {
    color: #0029d2;
  }
  .page-journal .cont-journal .color2 {
    color: #a5a5a5;
  }
  .page-journal .cont-journal img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .page-journal .cont-journal figure {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .page-journal .cont-journal figure figcaption {
    margin-top: 28px;
    font-size: 16px;
    line-height: 160%;
    color: #a5a5a5;
  }
  .page-journal .cont-journal .link-list {
    margin: 100px 0 0;
    text-align: left;
    font-size: 25px;
    color: #0029d2;
    line-height: 160%;
    height: 4rem;
  }
  .page-journal .cont-journal .link-list a {
    color: #0029d2;
    text-decoration: none;
  }
  .page-journal .cont-journal .link-list a::before {
    content: "";
    display: inline-block;
    -webkit-mask: url(/images/img_link_list.svg) no-repeat 50%;
    -webkit-mask-size: cover;
    mask: url(/images/img_link_list.svg) no-repeat 50%;
    mask-size: cover;
    margin-top: -2px;
    margin-right: 10px;
    width: 32px;
    height: 13px;
    background: none;
    background-color: #0029d2;
  }
  .page-journal .cont-journal .link-related {
    margin: -4rem 0 0;
    text-align: right;
    font-size: 25px;
    color: #0029d2;
    line-height: 160%;
    height: 4rem;
  }
  .page-journal .cont-journal .link-related a {
    color: #0029d2;
    text-decoration: none;
  }
  .page-journal .cont-journal .link-related a::after {
    content: "";
    display: inline-block;
    -webkit-mask: url(../../images/img_link_external.svg) no-repeat 50%;
    -webkit-mask-size: cover;
    mask: url(../../images/img_link_external.svg) no-repeat 50%;
    mask-size: cover;
    margin-left: 10px;
    width: 25px;
    height: 24px;
    background: none;
    background-color: #0029d2;
  }
  .page-journal .cont-journal .text-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 1000px;
    text-align: left;
    border-top: 1px solid #0029d2;
    margin-top: 345px;
  }
  .page-journal .cont-journal .text-box p {
    border-bottom: 1px solid #0029d2;
    font-size: 25px;
    min-height: 55px;
    line-height: 55px;
    color: #0029d2;
    box-sizing: border-box;
  }
  .page-journal .cont-more {
    margin-bottom: 210px;
    border-top: 2px solid #0029d2;
  }
  .page-journal .cont-more .title {
    margin: 13.00032px 0 110.0352px 70.0224px;
    font-family: "proxima-nova";
    line-height: 160%;
    font-size: 40.0128px;
    color: #0029d2;
    font-weight: 700;
  }
  .page-journal .list-common {
    justify-content: center;
    padding: 0 0 200px;
  }
  .page-journal .list-common .item {
    display: none;
  }
  .page-journal .list-common .item .image {
    width: 580px;
    height: auto;
  }
  .page-journal .list-common .item .image img {
    width: 100%;
    height: 100%;
    transition: scale 2s;
  }
  .page-journal .list-common .item.active {
    display: block;
  }
  .page-journal .list-common .item.item2 {
    margin-top: 28px;
  }
  .page-journal .list-common .link {
    border: none;
  }
  .page-journal .list-common .link a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: none;
    text-indent: -1000px;
    overflow: hidden;
  }
  .page-journal .list-common.headline {
    position: relative;
    padding-bottom: 0;
    padding-top: 30px;
    gap: 0;
  }
  .page-journal .list-common.headline .headline__inner {
    width: 1480px;
    margin: 0 auto;
  }
  .page-journal .list-common.headline .line-content {
    position: absolute;
    left: -7rem;
    right: -7rem;
    top: auto;
    bottom: 0;
    display: block;
    margin: 0;
    width: auto;
    height: 2px;
    background: #0029d2;
  }
  .page-journal .list-common.headline .item {
    display: block;
    position: relative;
    margin: 0 0 20rem;
    padding: 0 0 0 627.99936px;
    width: 100%;
    max-height: initial;
    min-height: 720px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    box-sizing: border-box;
  }
  .page-journal .list-common.headline .item:nth-child(even) {
    align-items: flex-end;
    padding: 0 627.99936px 0 0;
  }
  .page-journal .list-common.headline .item:nth-child(even) .image {
    left: auto;
    right: 0;
  }
  .page-journal .list-common.headline .item:nth-child(even) .name {
    padding: 0;
    align-items: flex-start;
  }
  .page-journal .list-common.headline .item .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 579.99936px;
    height: 720px;
    margin-bottom: 0;
  }
  .page-journal .list-common.headline .item .name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 540px;
    height: 100%;
    font-size: 55.00032px;
    line-height: 130%;
  }
  .page-journal .list-common.headline .item .name .date {
    display: block;
    margin: 0;
    font-size: 28px;
    color: #a5a5a5;
  }
  .page-journal .list-common.headline .item .tags {
    display: none;
  }
  .page-journal .list-common.headline .item .description {
    display: block;
    margin: 0;
    margin-top: 99.99936px;
    padding: 0 0 9.99936px;
    width: 540px;
    color: #606168;
    position: relative;
    word-break: keep-all;
  }
  .page-journal .list-common.headline .item .description::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #0029d2;
  }
  .page-journal .list-common.headline .item .description.ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 70px;
  }
  .page-journal .list-common.headline .item .date {
    display: none;
  }
  .page-journal .list-common.headline .item .link {
    margin: 0;
    display: block;
    width: 540px;
    height: 54px;
    border-bottom: 1px solid #0029d2;
  }
  .page-journal .list-common.headline .item .link a {
    position: static;
    display: flex;
    text-indent: 0;
    font-weight: 500;
  }
  .page-journal .list-common.headline .item .link a::after {
    content: "";
    -webkit-mask: url(../../images/img_link.svg) no-repeat 50%;
    -webkit-mask-size: cover;
    mask: url(../../images/img_link.svg) no-repeat 50%;
    mask-size: cover;
    display: inline-block;
    margin-left: 9.99936px;
    width: 31.81056px;
    height: 14.20992px;
    background-color: #343434;
  }
  .page-journal .list-common.journal .description {
    color: #606168;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
  .page-journal .list-common.journal .date {
    color: #a5a5a5;
  }
  .page-journal .btn-more {
    margin-top: 0;
  }
  .page-journal .article-wrap {
    position: relative;
    z-index: 4;
    border-top: 2px solid #0029d2;
  }
  .page-journal .article-wrap .article-text-wrap {
    width: 1780px;
    margin: 0 auto;
  }
  .page-journal .article-wrap .article-text {
    color: #0029d2;
    font-family: "proxima-nova";
    font-size: 39.99936px;
    font-weight: 700;
    padding: 14.00064px 69.99936px 99.99936px 0;
  }
  .page-journal .article-wrap .list-common .item {
    margin-bottom: 400px;
    height: auto;
  }
  .page-journal .article-wrap .list-common .item .image {
    width: 580px;
    height: 440px;
  }
  .page-journal.insight {
    overflow: hidden;
  }
  .page-journal.insight:has(.cont-journal)::after {
    top: 729.99936px;
  }
  .page-journal.insight .cont-visual {
    height: auto;
  }
  .page-journal.insight .cont-visual .image {
    position: initial;
  }
  .page-journal.insight .cont-visual .title {
    color: #0029d2;
  }
  .page-journal.insight .cont-visual .title.white {
    color: #fff;
  }
  .page-journal.insight .cont-visual .title br {
    display: none;
  }
  .page-journal.insight .cont-journal {
    padding: 120px 0 200px;
  }
  .page-journal.insight .cont-journal .information-cont {
    margin: 0 0 23px;
  }
  .page-journal.insight .cont-journal .head {
    margin-bottom: 100px;
  }
  .page-journal.insight .cont-journal .head p {
    font-size: 20px;
    line-height: 32px;
    color: #606168;
  }
  .page-journal.insight h2.en {
    font-size: 30px;
    line-height: 48px;
    font-weight: 600;
    color: #0029d2;
    margin-bottom: 23px;
  }
  .page-journal.insight h2.en br {
    display: none;
  }
  .page-journal.insight .journal-section {
    max-width: 1180px;
    counter-increment: section-counter 0;
  }
  .page-journal.insight .journal-section .sec_bann2_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .page-journal.insight .journal-section .sec_bann2_desc {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .page-journal.insight .journal-section.jour_sec_tip {
    height: 2334px;
  }
  .page-journal.insight .journal-section .journal-title {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    color: #606168;
    margin-bottom: 20px;
  }
  .page-journal.insight .journal-section .journal-title br {
    display: none;
  }
  .page-journal.insight .journal-section .journal-title .underline {
    text-decoration: underline;
  }
  .page-journal.insight .journal-section .journal-title.num {
    position: relative;
    padding-left: 20px;
  }
  .page-journal.insight .journal-section .journal-title.num::before {
    counter-increment: section-counter;
    content: counter(section-counter) ". ";
    position: absolute;
    left: -3px;
  }
  .page-journal.insight .journal-section .journal-title.num + .journal-desc {
    padding-left: 20px;
  }
  .page-journal.insight .journal-section .journal-desc {
    font-size: 20px;
    line-height: 32px;
    color: #606168;
  }
  .page-journal.insight .journal-section .journal-desc .underline {
    text-decoration: underline;
  }
  .page-journal.insight .journal-section .journal-desc.pb0 {
    padding-bottom: 0;
  }
  .page-journal.insight .journal-section .journal-desc + .view-box {
    margin-top: 200px;
  }
  .page-journal.insight .journal-section .journal-desc + .view-box.view-box-mid {
    margin-top: 0px;
  }
  .page-journal.insight .journal-section + .journal-section {
    margin-top: 200px;
  }
  .page-journal.insight .journal-section.sec_bann {
    margin-top: 100px;
  }
  .page-journal.insight .journal-section.sec_bann2 {
    margin-top: 100px;
  }
  .page-journal.insight .journal-section.sec_bann2 .sec_bann2_title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 160%;
  }
  .page-journal.insight .journal-section.sec_bann2 .sec_bann2_desc {
    font-size: 20px;
    margin-bottom: 100px;
    line-height: 160%;
  }
  .page-journal.insight .journal-section .journal-info {
    width: 980px;
    margin: 200px auto 200px;
  }
  .page-journal.insight .journal-section .journal-info .journal-info-text {
    font-size: 20px;
    line-height: 30px;
    color: #606168;
    margin-bottom: 10px;
  }
  .page-journal.insight .journal-section .journal-info .journal-info-title {
    font-size: 36px;
    line-height: 54px;
    font-weight: 600;
    color: #343434;
  }
  .page-journal.insight .journal-section .journal-info .journal-info-title .stress {
    position: relative;
  }
  .page-journal.insight .journal-section .journal-info .journal-info-title .stress::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% + 13px);
    height: 20px;
    background: rgba(94, 122, 238, 0.22);
    z-index: -1;
  }
  .page-journal.insight .journal-section .journal-info-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .page-journal.insight .journal-section .journal-info-bottom {
    display: flex;
    justify-content: space-between;
  }
  .page-journal.insight .journal-section .journal-info-circle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 219px;
    height: 219px;
    color: #fff;
  }
  .page-journal.insight .journal-section .journal-info-circle::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50% 50% 50% 0;
    background: #0029d2;
    transform: rotate(45deg);
    z-index: -1;
  }
  .page-journal.insight .journal-section .journal-info-circle::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 276px;
    transform: translateY(-50%);
    width: 285px;
    height: 1px;
    background-image: linear-gradient(to right, transparent 50%, #0029d2 50%);
    background-repeat: repeat-x;
    background-size: 8px 1px;
  }
  .page-journal.insight .journal-section .journal-info-circle .journal-info-text01 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
  }
  .page-journal.insight .journal-section .journal-info-circle .journal-info-text02 {
    font-size: 18px;
    line-height: 28px;
    font-family: "proxima-nova";
    text-align: center;
  }
  .page-journal.insight .journal-section .journal-box {
    margin-top: 100px;
  }
  .page-journal.insight .journal-section .journal-box .journal-desc02 {
    font-size: 20px;
    line-height: 32px;
    color: #a5a5a5;
  }
  .page-journal.insight .journal-section .journal-image {
    display: flex;
    justify-content: center;
  }
  .page-journal.insight .journal-section .journal-image + .journal-image {
    margin-top: 200px;
  }
  .page-journal.insight .journal-section .journal-image.type02 {
    width: 1008px;
    margin: 200px auto 0;
    flex-direction: column;
  }
  .page-journal.insight .journal-section .journal-image.type02 .journal-image-title {
    font-size: 16px;
    line-height: 26px;
    color: #343434;
    font-weight: 600;
  }
  .page-journal.insight .journal-section .journal-image.type02 .journal-image-text {
    font-size: 18px;
    line-height: 35px;
    color: #929292;
    letter-spacing: 3%;
    margin-top: initial;
    text-align: initial;
  }
  .page-journal.insight .journal-section .journal-image-text {
    margin-top: 110px;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    color: #a5a5a5;
  }
  .page-journal.insight .journal-section .journal-tip-box h3 {
    margin-bottom: 10px;
  }
  .page-journal.insight .journal-section .journal-step-box {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 200px;
  }
  .page-journal.insight .journal-section .journal-step-box::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(29, 29, 29, 0.93) 20.83%, rgba(53, 53, 53, 0.94) 50%, rgba(28, 28, 28, 0.93) 82.29%, rgba(0, 0, 0, 0) 100%);
  }
  .page-journal.insight .journal-section .journal-step-box .journal-step-title {
    text-align: center;
    font-size: 28px;
    line-height: 45px;
    font-weight: 600;
    color: #0029d2;
  }
  .page-journal.insight .journal-section .journal-step-box .journal-step-desc {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    color: #4a4a4a;
  }
  .page-journal.insight .journal-section .journal-step-box .journal-step {
    display: flex;
    flex-direction: column;
    margin-top: 315px;
    position: relative;
    height: 1487px;
    padding-inline-start: initial;
  }
  .page-journal.insight .journal-section .journal-step-box .journal-step li {
    list-style-type: none;
    height: 80px;
    position: relative;
  }
  .page-journal.insight .journal-section .journal-step-box .journal-step li::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    background: #0029d2;
    border-radius: 999px;
    z-index: 3;
  }
  .page-journal.insight .journal-section .journal-step-box .journal-step li::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    height: 1px;
    z-index: 5;
    background: #0029d2;
  }
  .page-journal.insight .journal-section .journal-step-box .journal-step li:nth-child(even)::after {
    right: 50%;
    left: initial;
  }
  .page-journal.insight .journal-section .journal-step-box .journal-step li:nth-child(even) .journal-step-text {
    position: absolute;
    left: initial;
    right: 55%;
  }
  .page-journal.insight .journal-section .journal-step-box .journal-step li:nth-child(even) .journal-step-cont {
    position: absolute;
    top: 55%;
    left: initial;
    right: 55%;
  }
  .page-journal.insight .journal-section .journal-step-box .journal-step li + li {
    margin-top: 200px;
  }
  .page-journal.insight .journal-section .journal-step-box .journal-step li .circle {
    display: block;
    border-radius: 999px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .page-journal.insight .journal-section .journal-step-box .journal-step li .circle::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background: #c8d3ff;
    border-radius: inherit;
    z-index: 2;
  }
  .page-journal.insight .journal-section .journal-step-box .journal-step li .circle::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    background: #e3e9ff;
    border-radius: inherit;
    z-index: 1;
  }
  .page-journal.insight .journal-section .journal-step-box .journal-step li .journal-step-text {
    position: absolute;
    left: 55%;
    line-height: 38px;
    font-size: 24px;
    font-weight: 600;
    font-family: "proxima-nova";
    color: #0029d2;
  }
  .page-journal.insight .journal-section .journal-step-box .journal-step li .journal-step-cont {
    position: absolute;
    top: 55%;
    left: 55%;
    line-height: 32px;
    font-size: 20px;
    font-weight: 500;
    color: #606060;
  }
  .page-journal.insight .journal-section .journal-info02 {
    display: flex;
    width: 1008px;
    margin: 120px auto 0;
  }
  .page-journal.insight .journal-section .journal-info02-title {
    position: relative;
    font-size: 28px;
    color: #343434;
    line-height: 55px;
    font-weight: 600;
    font-family: "proxima-nova";
    margin-bottom: 37px;
  }
  .page-journal.insight .journal-section .journal-info02-title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #343434;
    border-radius: 999px;
  }
  .page-journal.insight .journal-section .journal-info02-left {
    margin-right: 60px;
  }
  .page-journal.insight .journal-section .journal-info02 dl dt {
    font-size: 20px;
    color: #343434;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .page-journal.insight .journal-section .journal-info02 dl dd {
    line-height: 40px;
    font-size: 20px;
    font-weight: 500;
    color: #606168;
  }
  .page-journal.insight .journal-section .journal-info02 dl + dl {
    margin-top: 32px;
  }
  .page-journal.insight .journal-section .journal-concept {
    display: flex;
    position: relative;
    width: 940px;
    margin: 0 auto;
  }
  .page-journal.insight .journal-section .journal-concept::before {
    content: "";
    position: absolute;
    top: 30px;
    left: -600px;
    width: calc(100% - 365px);
    height: 1px;
    background: #0029d2;
  }
  .page-journal.insight .journal-section .journal-concept::after {
    content: "";
    position: absolute;
    top: 28px;
    left: -30px;
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: #0029d2;
  }
  .page-journal.insight .journal-section .journal-concept-title {
    position: relative;
    line-height: 60px;
    margin-right: 100px;
    font-size: 30px;
    font-weight: 600;
    color: #0029d2;
  }
  .page-journal.insight .journal-section .journal-concept-desc {
    font-size: 20px;
    color: #606168;
    line-height: 32px;
  }
  .page-journal.insight .journal-section.bg {
    position: relative;
    margin: 200px auto 0;
    width: 100%;
    height: 100%;
  }
  .page-journal.insight .journal-section.bg::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 51.5%;
    width: 2026px;
    height: 2026px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #f3f8ff;
    z-index: -1;
  }
  .page-journal.insight .journal-section.bg .journal-flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 200px;
  }
  .page-journal.insight .journal-section.bg .journal-flex.type02 .col02 .journal-flex-cover:nth-child(2) {
    margin-top: 200px;
  }
  .page-journal.insight .journal-section.bg .journal-flex.type02 .col03 {
    margin-top: 230px;
  }
  .page-journal.insight .journal-section.bg .journal-flex > .journal-flex-cover:first-child {
    align-self: baseline;
  }
  .page-journal.insight .journal-section.bg .journal-flex .journal-flex-cover {
    flex-shrink: 0;
    width: 375px;
    border: 1px solid #000;
    border-radius: 20px;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  .page-journal.insight .journal-section.bg .journal-flex .journal-flex-cover image {
    width: 100%;
  }
  .page-journal.insight .journal-section.bg .journal-flex .journal-flex-cover:last-child {
    margin-top: 200px;
  }
  .page-journal.insight .journal-section.bg .journal-flex .col02 {
    margin: 0 200px;
    display: flex;
    flex-direction: column;
  }
  .page-journal.insight .journal-section.bg .journal-flex .col02 .journal-flex-cover:first-child {
    margin-top: 500px;
  }
  .page-journal.insight .journal-section.bg .journal-flex .col02 .journal-flex-cover:last-child {
    align-self: flex-end;
  }
  .page-journal.insight .journal-section.bg .journal-flex .col03 {
    display: flex;
    flex-direction: column;
    margin-top: 197px;
  }
  .page-journal.insight .journal-section.bg .journal-flex .col03 .journal-flex-cover:last-child {
    margin-top: 200px;
  }
  .page-journal.insight .journal-section.color-bg {
    position: relative;
    z-index: 1;
    max-width: 1920px;
    padding: 190px 300px;
    margin-bottom: 200px;
    background: #0029d2;
    color: #fff;
  }
  .page-journal.insight .journal-section.color-bg .journal-title {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    line-height: 48px;
    font-family: "proxima-nova";
    margin: 0 auto 17px auto;
    width: 1180px;
  }
  .page-journal.insight .journal-section.color-bg .journal-sub-title {
    font-size: 30px;
    line-height: 48px;
    font-weight: 600;
    margin: 0 auto 20px auto;
    width: 1180px;
  }
  .page-journal.insight .journal-section.color-bg .journal-text-box01 {
    font-size: 20px;
    line-height: 32px;
    width: 1180px;
    margin: 0 auto;
  }
  .page-journal.insight .journal-section.color-bg .journal-text-box01 .journal-text01:first-child {
    margin: 0 auto 25px auto;
  }
  .page-journal.insight .journal-section.color-bg .journal-text-box02 {
    margin: 90px auto 0 auto;
    color: #cdcdcd;
    width: 1180px;
  }
  .page-journal.insight .journal-section.color-bg .journal-text-box02 .journal-text02 {
    font-size: 18px;
    line-height: 28px;
  }
  .page-journal.insight .journal-section.color-bg .journal-text-box02 .journal-text03 {
    font-size: 16px;
    line-height: 26px;
  }
  .page-journal.insight .journal-section .view-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 200px;
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap {
    display: flex;
    position: relative;
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap::after {
    content: "";
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 160px;
    background: #0029d2;
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap .view-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 215px;
    height: 215px;
    border-radius: 999px;
    background: rgba(0, 41, 210, 0.7);
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap .view-circle .view-title {
    font-size: 21px;
    line-height: 31px;
    color: #fff;
    font-weight: 600;
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap .view-circle:last-child {
    margin-left: -40px;
    background: rgba(0, 41, 210, 0.8);
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap.wrap-mid {
    width: 900px;
    margin-top: 100px;
    justify-content: space-between;
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap.wrap-mid::after {
    content: "";
    width: 0px;
    height: 0px;
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap.wrap-mid .view-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 349px;
    height: 349px;
    border-radius: 175px;
    border: 0.0520833333vw solid #0029D2;
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap.wrap-mid .view-circle .view-title {
    font-size: 24px;
    line-height: 100%;
    font-weight: 600;
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap.wrap-mid .view-circle .view-text {
    margin-top: 20px;
    font-size: 20px;
    line-height: 160%;
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap.wrap-mid .view-circle:last-child {
    margin-left: 0;
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap.wrap-mid .view-circle.left-area {
    background: #fff;
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap.wrap-mid .view-circle.left-area .view-title {
    color: #343434;
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap.wrap-mid .view-circle.left-area .view-text {
    color: #606168;
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap.wrap-mid .view-circle.right-area {
    background: #0029D2;
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap.wrap-mid .view-circle.right-area .view-title {
    color: #fff;
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap.wrap-mid .view-circle.right-area .view-text {
    color: #fff;
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap.wrap-mid .view-circle-mid {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 200px;
    height: 349px;
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap.wrap-mid .view-circle-mid::before {
    content: "";
    width: 200px;
    height: 1px;
    background: #0029D2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap.wrap-mid .view-circle-mid::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5px;
    height: 5px;
    border-radius: 2.5px;
    background: #0029d2;
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap.wrap-mid .view-circle-mid .view-title {
    margin-top: 32px;
    font-size: 24px;
    line-height: 160%;
    color: #0029d2;
    font-weight: 600;
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap.wrap-mid .view-circle-mid .view-text {
    margin-top: 32px;
    font-size: 20px;
    line-height: 160%;
    color: #606168;
  }
  .page-journal.insight .journal-section .view-box .view-text {
    margin-top: 55px;
    font-size: 18px;
    line-height: 28px;
    color: #606168;
  }
  .page-journal.insight .journal-section .journal-image.has-txt {
    position: relative;
    width: 860px;
    margin: 200px auto 100px;
  }
  .page-journal.insight .journal-section .journal-image.has-txt > div .journal-text {
    font-size: 18px;
    line-height: 48px;
    font-weight: 600;
    color: #606168;
    font-family: "proxima-nova";
  }
  .page-journal.insight .journal-section .journal-image.has-txt .journal-text:nth-child(1) {
    position: absolute;
    top: -48px;
    left: 50%;
    transform: translateX(-50%);
  }
  .page-journal.insight .journal-section .journal-image.has-txt .journal-text:nth-child(2) {
    position: absolute;
    top: 56%;
    left: 0;
    transform: translateY(-50%);
  }
  .page-journal.insight .journal-section .journal-image.has-txt .journal-text:nth-child(3) {
    position: absolute;
    top: 56%;
    right: 0;
    transform: translateY(-50%);
  }
  .page-journal.insight .journal-section.color-bg02 {
    position: relative;
    padding: 114px 0 225px;
    max-width: 1920px;
    /* 수정 */
    margin: 0 auto;
  }
  .page-journal.insight .journal-section.color-bg02.con-inner {
    margin-top: 200px;
    padding: 100px 0;
  }
  .page-journal.insight .journal-section.color-bg02.con-inner .journal-desc {
    text-align: center;
  }
  .page-journal.insight .journal-section.color-bg02.con-inner .journal-example {
    margin-top: 50px;
    width: 850px;
  }
  .page-journal.insight .journal-section.color-bg02.con-inner .journal-example ol li {
    list-style: none;
    position: relative;
    text-align: center;
    height: 126px;
    padding: 20px 68px;
    font-size: 20px;
    font-weight: 400;
    color: #606168;
    background-color: #fff;
    border-radius: 3.5417vw;
    box-shadow: 0 0.2083vw 0.2083vw 0 rgba(0, 0, 0, 0.25);
    text-align: left;
    box-sizing: border-box;
  }
  .page-journal.insight .journal-section.color-bg02.con-inner .journal-example ol li + li {
    margin: 0.9375vw 0;
  }
  .page-journal.insight .journal-section.color-bg02::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    background: #f3f8ff;
    z-index: -1;
  }
  .page-journal.insight .journal-section.color-bg02 .journal-desc {
    width: 1180px;
    word-break: keep-all;
  }
  .page-journal.insight .journal-section.color-bg02 .journal-example {
    text-align: center;
    width: 1252px;
    margin-top: 200px;
  }
  .page-journal.insight .journal-section.color-bg02 .journal-example .journal-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .page-journal.insight .journal-section.color-bg02 .journal-example-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-journal.insight .journal-section.color-bg02 .journal-example-box .journal-example-cover {
    width: 150px;
    border: 1px solid #000;
    border-radius: 18px;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  .page-journal.insight .journal-section.color-bg02 .journal-example-title {
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
    color: #606168;
    font-weight: 600;
    white-space: nowrap;
  }
  .page-journal.insight .journal-section.color-bg02 .journal-example-desc {
    width: 188px;
    margin-top: 15px;
    font-size: 20px;
    line-height: 32px;
    color: #606168;
  }
  .page-journal.insight .journal-section.color-bg02.type02 {
    padding: 117px 0 200px;
  }
  .page-journal.insight .journal-section.color-bg02.type02 .journal-title02 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 5px;
    color: #222;
  }
  .page-journal.insight .journal-section.color-bg02.type02 .journal-desc02 {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #9e9e9e;
    padding-bottom: 0;
  }
  .page-journal.insight .journal-section.color-bg02.type02 .journal-image {
    position: relative;
  }
  .page-journal.insight .journal-section.color-bg02.type02 .journal-image div:first-child {
    margin-right: 48px;
  }
  .page-journal.insight .journal-section.color-bg02.type02 .journal-image .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 80px;
    height: 80px;
    border-radius: 999px;
    background: #0029d2 url(../../images/journal/journal_insight27.svg) no-repeat center center;
    background-size: 40px;
  }
  .page-journal.insight .journal-section.color-bg02 + .journal-section {
    margin-top: 100px;
  }
  .page-journal.insight .journal-section.con-inner + .journal-section {
    margin-top: 200px;
  }
  .page-journal.insight .journal-section .journal-image.type03 {
    position: relative;
    padding-bottom: 60px;
  }
  .page-journal.insight .journal-section .journal-image.type03::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: url(../../images/journal/journal_insight19.png) no-repeat 0 0;
    width: 260px;
    height: 32px;
    background-size: 260px 32px;
  }
  .page-journal.insight .journal-section .journal-image.type03 .col01,
  .page-journal.insight .journal-section .journal-image.type03 .col03 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .page-journal.insight .journal-section .journal-image.type03 .col01 span,
  .page-journal.insight .journal-section .journal-image.type03 .col03 span {
    margin-top: 10px;
    font-size: 12px;
    line-height: 15px;
    color: #888;
    font-weight: 700;
    font-family: "proxima-nova";
  }
  .page-journal.insight .journal-section .journal-image.type03 .col02 {
    position: relative;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.03em;
    margin: 0 47px;
    background: url(../../images/journal/journal_insight18.png) no-repeat 0 0;
    width: 434px;
    height: 251px;
    background-size: 434px 251px;
  }
  .page-journal.insight .journal-section .journal-image.type03 .col02-text01 {
    position: absolute;
    left: 102px;
    top: 16px;
  }
  .page-journal.insight .journal-section .journal-image.type03 .col02-text02 {
    position: absolute;
    right: 102px;
    top: 16px;
  }
  .page-journal.insight .journal-section .journal-image.type03 .col02-text03 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 11px;
  }
  .page-journal.insight .journal-section .journal-image.type03 .col02 .circle-wrap {
    position: absolute;
    display: flex;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .page-journal.insight .journal-section .journal-image.type03 .col02 .circle-wrap .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 147px;
    height: 147px;
    background: #667fe4;
    text-align: center;
    border-radius: 999px;
  }
  .page-journal.insight .journal-section .journal-image.type03 .col02 .circle-wrap .circle span {
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #fff;
  }
  .page-journal.insight .journal-section .journal-image.type03 .col02 .circle-wrap .circle:last-child {
    margin-left: 48px;
    background: #0029d2;
  }
  .page-journal.insight .journal-section .journal-image.type03 .col03 span {
    color: #0029d2;
  }
  .page-journal.insight .journal-section .journal-image.type04 {
    justify-content: space-between;
    width: 1030px;
    margin: 120px auto 0;
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .page-journal.insight .journal-section .journal-image.type04 .journal-image-left {
    position: relative;
    background: url(../../images/journal/journal_insight20.svg) no-repeat 0 0;
    width: 447px;
    height: 247px;
    background-size: 100%;
    margin-left: 85px;
  }
  .page-journal.insight .journal-section .journal-image.type04 .journal-image-left::before {
    content: "";
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
    width: 84px;
    height: 84px;
    background: url("../../images/journal/journal_insight22.svg");
    background-size: 84px;
  }
  .page-journal.insight .journal-section .journal-image.type04 .journal-image-left::after {
    content: "";
    position: absolute;
    bottom: -38px;
    left: 50%;
    transform: translateX(-50%);
    width: 75px;
    height: 75px;
    background: url("../../images/journal/journal_insight21.svg");
    background-size: 75px;
  }
  .page-journal.insight .journal-section .journal-image.type04 .journal-image-left p {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #606168;
  }
  .page-journal.insight .journal-section .journal-image.type04 .journal-image-left p span {
    font-family: "proxima-nova";
  }
  .page-journal.insight .journal-section .journal-image.type04 .journal-image-left .journal-image-text02 {
    content: "";
    position: absolute;
    top: -128px;
    left: 50%;
    transform: translateX(-50%);
  }
  .page-journal.insight .journal-section .journal-image.type04 .journal-image-left .journal-image-text03 {
    content: "";
    position: absolute;
    bottom: -118px;
    left: 50%;
    transform: translateX(-50%);
  }
  .page-journal.insight .journal-section .journal-image.type04 .journal-image-left .journal-image-box {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 171px;
    height: 98px;
    border-radius: 24px;
    background: #0029d2;
  }
  .page-journal.insight .journal-section .journal-image.type04 .journal-image-left .journal-image-box span {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
  }
  .page-journal.insight .journal-section .journal-image.type04 .journal-image-left .journal-image-box:first-child {
    position: absolute;
    top: 50%;
    left: -85px;
    transform: translateY(-50%);
  }
  .page-journal.insight .journal-section .journal-image.type04 .journal-image-left .journal-image-box:last-child {
    position: absolute;
    top: 50%;
    right: -85px;
    transform: translateY(-50%);
  }
  .page-journal.insight .journal-section .journal-image.type04 .journal-image-right .journal-logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 340px;
    height: 40px;
    background: #f2f2f2;
    border-radius: 20px;
    box-sizing: border-box;
    margin-bottom: 16px;
  }
  .page-journal.insight .journal-section .journal-image.type04 .journal-image-right .journal-logo::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("../../images/journal/journal_insight23.svg") no-repeat 0 0;
    background-size: 8px;
    width: 8px;
    height: 8px;
  }
  .page-journal.insight .journal-section .journal-image.type04 .journal-image-right .journal-logo:nth-child(1) {
    padding: 0 41px 0 44px;
  }
  .page-journal.insight .journal-section .journal-image.type04 .journal-image-right .journal-logo:nth-child(2) {
    padding: 0 65px 0 58px;
  }
  .page-journal.insight .journal-section .journal-image.type04 .journal-image-right .journal-logo:nth-child(3) {
    padding: 0 42px 0 74px;
  }
  .page-journal.insight .journal-section .journal-image.type04 .journal-image-right .journal-logo:nth-child(4) {
    padding: 0 50px 0 60px;
  }
  .page-journal.insight .journal-section .journal-image.type04 .journal-image-right .journal-logo:nth-child(5) {
    padding: 0 58px 0 55px;
  }
  .page-journal.insight .journal-section .journal-image.type04 .journal-image-right .journal-logo + .page-journal.insight .journal-section .journal-image.type04 .journal-image-right .journal-logo {
    margin-top: 16px;
  }
  .page-journal.insight .journal-section .journal-image.type04 + .journal-image-left {
    margin-top: 200px;
  }
  .page-journal.insight .journal-section .gray-box {
    width: 1000px;
    height: 200px;
    font-size: 20px;
    border-radius: 24px;
    margin: 110px auto 0 auto;
  }
  .page-journal.insight .journal-section .gray-box span {
    width: 820px;
  }
  .page-journal.insight .journal-section .journal-platform {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .page-journal.insight .journal-section .journal-platform-title {
    padding-bottom: 48px;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #343434;
  }
  .page-journal.insight .journal-section .journal-platform-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page-journal.insight .journal-section .journal-platform-left {
    position: relative;
    background: url(../../images/journal/journal_insight24.svg) no-repeat center center;
    background-size: 100%;
    width: 340px;
    height: 186px;
  }
  .page-journal.insight .journal-section .journal-platform-left [class*=circle] {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 999px;
  }
  .page-journal.insight .journal-section .journal-platform-left .circle01 {
    width: 71px;
    height: 71px;
    background: rgba(155, 175, 255, 0.2);
  }
  .page-journal.insight .journal-section .journal-platform-left .circle01 span {
    font-size: 14px;
    line-height: 22px;
    color: #6b83e3;
  }
  .page-journal.insight .journal-section .journal-platform-left .circle02 {
    width: 93px;
    height: 93px;
    background: #9db0ff;
  }
  .page-journal.insight .journal-section .journal-platform-left .circle02 span {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
  }
  .page-journal.insight .journal-section .journal-platform-left .circle03 {
    width: 93px;
    height: 93px;
    background: #5c7cff;
  }
  .page-journal.insight .journal-section .journal-platform-left .circle03 span {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
  }
  .page-journal.insight .journal-section .journal-platform-left--top {
    display: flex;
    align-items: end;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page-journal.insight .journal-section .journal-platform-left--bottom {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .page-journal.insight .journal-section .journal-platform-mid .circle {
    width: 300px;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #0029d2;
  }
  .page-journal.insight .journal-section .journal-platform-mid .circle span {
    font-size: 25px;
    line-height: 37px;
    color: #fff;
    font-weight: 600;
  }
  .page-journal.insight .journal-section .journal-platform-right {
    position: relative;
    background: url(../../images/journal/journal_insight25.svg) no-repeat center center;
    background-size: 100%;
    width: 340px;
    height: 186px;
  }
  .page-journal.insight .journal-section .journal-platform-right [class*=circle] {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 999px;
  }
  .page-journal.insight .journal-section .journal-platform-right .circle01 {
    width: 93px;
    height: 93px;
    background: #8a8a8a;
  }
  .page-journal.insight .journal-section .journal-platform-right .circle01 span {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
  }
  .page-journal.insight .journal-section .journal-platform-right .circle02 {
    width: 93px;
    height: 93px;
    background: #b6b6b6;
  }
  .page-journal.insight .journal-section .journal-platform-right .circle02 span {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
  }
  .page-journal.insight .journal-section .journal-platform-right .circle03 {
    width: 71px;
    height: 71px;
    background: #dcdcdc;
  }
  .page-journal.insight .journal-section .journal-platform-right .circle03 span {
    font-size: 14px;
    line-height: 22px;
    color: #404040;
  }
  .page-journal.insight .journal-section .journal-platform-right .circle03.last {
    position: absolute;
    right: -65px;
    top: 41px;
    transform: translateY(-100%);
  }
  .page-journal.insight .journal-section .journal-platform-right--top {
    display: flex;
    align-items: end;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page-journal.insight .journal-section .journal-platform-right--bottom {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .page-journal.insight .journal-section .journal-platformtype2 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-left {
    width: 300px;
    height: 186px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-left [class*=circle] {
    border-radius: 999px;
    width: 93px;
    height: 93px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-left--top .circle01 span {
    font-size: 14px;
    line-height: 22px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-left--top .circle02 span {
    font-size: 14px;
    line-height: 22px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-left--top .circle03 span {
    font-size: 14px;
    line-height: 22px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-left--bottom .circle01 span {
    font-size: 14px;
    line-height: 22px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-left--bottom .circle02 span {
    font-size: 14px;
    line-height: 22px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-left--bottom .circle03 span {
    font-size: 14px;
    line-height: 22px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-left::after {
    right: -66px;
    width: 35px;
    height: 30px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-mid .circle {
    width: 360px;
    height: 360px;
    border-radius: 180px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-mid .circle p {
    font-size: 14px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-mid .circle p strong {
    font-size: 20px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-mid .circle p + p {
    margin-top: 12px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-mid .circle span {
    font-size: 25px;
    line-height: 37px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-right {
    width: 300px;
    height: 186px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-right [class*=circle] {
    border-radius: 999px;
    width: 93px;
    height: 93px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-right--top .circle01 span {
    font-size: 14px;
    line-height: 22px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-right--top .circle02 span {
    font-size: 14px;
    line-height: 22px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-right--top .circle03 span {
    font-size: 14px;
    line-height: 22px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-right--bottom .circle01 span {
    font-size: 14px;
    line-height: 22px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-right--bottom .circle02 span {
    font-size: 14px;
    line-height: 22px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-right--bottom .circle03 span {
    font-size: 14px;
    line-height: 22px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-right::after {
    left: -66px;
    top: 50%;
    width: 35px;
    height: 30px;
  }
  .page-journal.insight .journal-section .journal-service-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 200px;
  }
  .page-journal.insight .journal-section .journal-service-box .journal-service-title {
    font-family: "proxima-nova";
    font-size: 18px;
    line-height: 22px;
    color: #606168;
    font-weight: 600;
    padding-bottom: 37px;
  }
  .page-journal.insight .journal-section .journal-service-box .journal-service-title br {
    display: none;
  }
  .page-journal.insight .journal-section .journal-service-box .journal-service {
    display: flex;
    align-items: center;
  }
  .page-journal.insight .journal-section .journal-service-box .journal-service-circle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 171px;
    height: 171px;
    border-radius: 999px;
    text-align: center;
    background: #0029d2;
    color: #fff;
  }
  .page-journal.insight .journal-section .journal-service-box .journal-service-circle p {
    font-family: "proxima-nova";
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.03em;
    font-weight: 600;
    margin-bottom: 8px;
  }
  .page-journal.insight .journal-section .journal-service-box .journal-service-circle span {
    font-size: 14px;
    line-height: 22px;
  }
  .page-journal.insight .journal-section .journal-service-box .journal-service-circle:first-child::after {
    content: "";
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../../images/journal/journal_insight30.svg) no-repeat center center;
    background-size: 100%;
    width: 100px;
    height: 9px;
  }
  .page-journal.insight .journal-section .journal-service-box .journal-service-circle:last-child::after {
    content: "";
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../../images/journal/journal_insight30.svg) no-repeat center center;
    background-size: 100%;
    width: 100px;
    height: 9px;
    transform: rotate(180deg);
  }
  .page-journal.insight .journal-section .journal-service-box .journal-service-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 300px;
    border-radius: 999px;
    border: 1px solid #0029d2;
    margin: 0 100px;
  }
  .page-journal.insight .journal-section .journal-desc03 {
    margin-top: 27px;
    font-size: 20px;
    line-height: 32px;
    color: #a5a5a5;
  }
  .page-journal.insight .journal-section .journal-image.has-txt02 {
    flex-direction: column;
  }
  .page-journal.insight .journal-section .journal-image .journal-image-text04 {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .page-journal.insight .journal-section.service {
    margin-top: 100px;
  }
  .page-journal.insight .font_h3 {
    line-height: 100%;
    margin-bottom: 30px !important;
    font-size: 24px !important;
    font-weight: 600;
  }
  .page-journal.insight .font_h4 {
    line-height: 160%;
    margin-bottom: 20px !important;
    font-size: 22px !important;
    font-weight: 600;
  }
  .page-journal.insight .font_h4.color1 {
    color: #0029d2;
  }
  .page-journal .list-histroyBack {
    position: relative;
    z-index: 1;
    margin-bottom: 100px;
  }
  .page-journal .list-histroyBack__inner {
    width: 1180px;
    margin: 0 auto;
  }
  .page-journal .list-histroyBack__link {
    display: inline-block;
    position: relative;
    font-size: 25px;
    font-weight: 400;
    color: #0029d2;
    text-indent: 42px;
  }
  .page-journal .list-histroyBack__link::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    background: url("/images/img_link_list.svg") no-repeat 0 center;
  }
  .page-journal .list-histroyBack__text {
    display: block;
    padding-left: 7px;
  }
}
.page-about h3.title {
  position: absolute;
  left: 7rem;
  top: 9.2rem;
  z-index: 2;
  font-family: "proxima-nova";
  font-size: 4rem;
  color: #0029d2;
}
.page-about h4.title {
  position: absolute;
  right: 7rem;
  top: 9.2rem;
  z-index: 2;
  font-family: "proxima-nova";
  font-size: 4rem;
  color: #0029d2;
}
.page-about .about-section1 {
  position: relative;
  height: 100dvh;
}
.page-about .about-section1 .box-oneuplsystem {
  position: absolute;
  left: 7rem;
  top: 25rem;
}
.page-about .about-section1 .box-oneuplsystem .item {
  font-family: "proxima-nova";
  font-size: 12.8rem;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #0029d2;
}
.page-about .about-section1 .box-oneuplsystem .item strong {
  font-weight: 600;
}
.page-about .about-section1 .box-description {
  position: absolute;
  right: 11rem;
  top: 28rem;
  width: 54rem;
}
.page-about .about-section1 .box-description .text-description {
  font-size: 2.5rem;
  color: #0029d2;
  word-break: keep-all;
}
.page-about .about-section1 .box-description .text-description strong {
  display: block;
  margin-bottom: 2rem;
  font-size: 3.2rem;
}
.page-about .about-section1::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 25rem;
  width: 65rem;
  height: 1px;
  background-color: #0029d2;
}
.page-about .about-section1 .line-content {
  top: 7.3rem;
  z-index: 2;
}
.page-about .about-section1.fixed::before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 20rem;
  background: rgb(255, 255, 255);
}
.page-about .about-section1.fixed .line-content {
  position: fixed;
}
.page-about .about-section1.fixed h3.title {
  position: fixed;
  transform: none !important;
  transition: none !important;
}
.page-about .about-section1.fixed h4.title {
  position: fixed;
  transform: none !important;
  transition: none !important;
}
.page-about .about-section1.abs .line-content {
  position: absolute;
  top: 556.55rem;
}
.page-about .about-section1.abs h3.title {
  position: absolute;
  top: 558.55rem;
  transform: none !important;
  transition: none !important;
}
.page-about .about-section1.abs h4.title {
  position: absolute;
  top: 558.55rem;
  transform: none !important;
  transition: none !important;
}
.page-about .about-section2 {
  position: relative;
  padding-top: 25.3rem;
}
.page-about .about-section2 .contain-system {
  display: block;
  position: relative;
  height: 74.4rem;
}
.page-about .about-section2 .contain-system .box-system {
  position: absolute;
  left: 7rem;
  top: 2.4rem;
}
.page-about .about-section2 .contain-system .box-system p {
  font-family: "proxima-nova";
  font-size: 12.8rem;
  font-weight: 600;
  color: #0029d2;
  line-height: 100%;
}
.page-about .about-section2 .contain-system .box-description {
  position: absolute;
  right: 11rem;
  top: 3rem;
  width: 56.9rem;
}
.page-about .about-section2 .contain-system .box-description p {
  font-size: 2.5rem;
  color: #0029d2;
  word-break: keep-all;
}
.page-about .about-section2 .contain-system .box-description p strong {
  display: block;
  margin-bottom: 4rem;
  font-size: 3.2rem;
}
.page-about .about-section2 .contain-system .box-description ul {
  margin-top: 4rem;
}
.page-about .about-section2 .contain-system .box-description ul li {
  font-size: 2.5rem;
  color: #0029d2;
  word-break: keep-all;
}
.page-about .about-section2 .contain-system::before {
  content: "";
  display: block;
  position: absolute;
  right: 7rem;
  left: 7rem;
  top: 0rem;
  height: 1px;
  background-color: #0029d2;
}
.page-about .about-section3 {
  position: relative;
  padding: 50rem 0 40rem;
  border-top: 2px solid #0029d2;
}
.page-about .about-section3 h3.title {
  top: 2rem;
}
.page-about .about-section3 .description {
  position: absolute;
  right: 8.2rem;
  top: 14.8rem;
  width: 56.7rem;
  font-size: 2.5rem;
  line-height: 160%;
  color: #0029d2;
}
.page-about .about-section3 .list-award {
  display: table;
  margin: 0 7rem;
  border-top: 2px solid #0029d2;
}
.page-about .about-section3 .list-award > div {
  display: table-row;
}
.page-about .about-section3 .list-award > div > div {
  border-bottom: 1px solid #0029d2;
  display: table-cell;
  padding: 0.8rem 0 0.7rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 160%;
  color: #0029d2;
}
.page-about .about-section3 .list-award > div > div:nth-child(1) {
  width: 15rem;
}
.page-about .about-section3 .list-award > div > div:nth-child(2) {
  width: 15rem;
}
.page-about .about-section3 .list-award > div > div:nth-child(3) {
  width: 30rem;
}
.page-about .about-section3 .list-award > div > div:nth-child(4) {
  width: 60rem;
}
.page-about .about-section3 .list-award > div > div:nth-child(5) {
  width: 58rem;
  font-weight: 300;
}
.page-about .about-section3 .list-award > div.head > div {
  padding-bottom: 5.4rem;
  font-weight: 600;
}
.page-about .about-section3 .box-award {
  overflow: hidden;
  height: 90rem;
}
.page-about .about-section3 .btn-more {
  margin-top: 20rem;
  padding: 0;
}
.page-about .about-section4 {
  position: relative;
  padding-top: 20rem;
  background: #171717;
}
.page-about .about-section4 h3.title {
  top: 2rem;
  color: #fff;
}
.page-about .about-section4 .list-client {
  padding: 0 7rem 20rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 13.6rem;
}
.page-about .about-section4 .list-client li {
  width: 33.5rem;
  height: 12rem;
}
.page-about .about-section4 .list-client li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.page-about .about-section4 .list-client li a img {
  display: block;
  scale: 1;
}
.page-about .about-section4 .list-client li:nth-child(1) img {
  width: 26.4rem;
}
.page-about .about-section4 .list-client li:nth-child(2) img {
  width: 17.5rem;
}
.page-about .about-section4 .list-client li:nth-child(3) img {
  width: 22.4rem;
}
.page-about .about-section4 .list-client li:nth-child(4) img {
  width: 20rem;
}
.page-about .about-section4 .list-client li:nth-child(5) img {
  width: 10.7rem;
}
.page-about .about-section4 .list-client li:nth-child(6) img {
  width: 23.7rem;
}
.page-about .about-section4 .list-client li:nth-child(7) img {
  width: 22.4rem;
}
.page-about .about-section4 .list-client li:nth-child(8) img {
  width: 30.8rem;
}
.page-about .about-section4 .list-client li:nth-child(9) img {
  width: 21.6rem;
}
.page-about .about-section4 .list-client li:nth-child(10) img {
  width: 16.5rem;
}
.page-about .about-section4 .list-client li:nth-child(11) img {
  width: 15.9rem;
}
.page-about .about-section4 .list-client li:nth-child(12) img {
  width: 20rem;
}
.page-about .about-section4 .list-client li:nth-child(13) img {
  width: 22rem;
}
.page-about .about-section4 .list-client li:nth-child(14) img {
  width: 16.7rem;
}
.page-about .about-section4 .list-client li:nth-child(15) img {
  width: 22.5rem;
}
.page-about .about-section4 .list-client li:nth-child(16) img {
  width: 22.9rem;
}
.page-about .about-section4 .list-client li:nth-child(17) img {
  width: 26.3rem;
}
.page-about .about-section4 .list-client li:nth-child(18) img {
  width: 17.7rem;
}
.page-about .about-section4 .list-client li:nth-child(19) img {
  width: 18rem;
}
.page-about .about-section4 .list-client li:nth-child(20) img {
  width: 13.3rem;
}
.page-about .about-section4 .list-client li:nth-child(21) img {
  width: 20.1rem;
}
.page-about .about-section4 .list-client li:nth-child(22) img {
  width: 22.2rem;
}
.page-about .about-section4 .list-client li:nth-child(23) img {
  width: 16.6rem;
}
.page-about .about-section4 .list-client li:nth-child(24) img {
  width: 16.3rem;
}
.page-about .about-section4 .list-client li:nth-child(25) img {
  width: 20.2rem;
}
.page-about .about-section4 .list-client li:nth-child(26) img {
  width: 24.5rem;
}
.page-about .about-section4 .list-client li:nth-child(27) img {
  width: 15.6rem;
}
.page-about .about-section4 .list-client li:nth-child(28) img {
  width: 10.4rem;
}
.page-about .about-section4 .list-client li:nth-child(29) img {
  width: 5.9rem;
}
.page-about .about-section4 .list-client li:nth-child(30) img {
  width: 12.3rem;
}

.about-intro {
  display: flex;
  width: 99.9%;
  height: 100dvh;
  background: #fff;
}
.about-intro .hello {
  position: absolute;
  left: 7rem;
  top: 20%;
  width: calc(100% - 14rem);
}
.about-intro .text1 {
  position: absolute;
  left: auto;
  right: 7rem;
  bottom: 14rem;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.03em;
  font-family: "proxima-nova";
  color: #0029d2;
  white-space: nowrap;
}
.about-intro .text2 {
  position: absolute;
  right: 7rem;
  bottom: 7rem;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.03em;
  font-family: "proxima-nova";
  color: #0029d2;
  white-space: nowrap;
}
.about-intro .text3 {
  position: absolute;
  right: 7rem;
  bottom: 0rem;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.03em;
  font-family: "proxima-nova";
  color: #0029d2;
  white-space: nowrap;
}
.about-intro .letsagile {
  opacity: 0;
  position: absolute;
  left: 7rem;
  top: 36.2rem;
  z-index: 1;
  width: calc(100vw - 14rem);
  height: auto !important;
  -webkit-mask: url(../../images/img_letsagile.svg) no-repeat 50%;
  -webkit-mask-size: auto;
  mask: url(../../images/img_letsagile.svg) no-repeat 50%;
  mask-size: auto;
  background-color: #0029d2;
}
.about-intro .letsagile img {
  opacity: 0;
}
.about-intro .description1 {
  opacity: 0;
  position: absolute;
  right: 7rem;
  top: 60rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 150%;
  color: #0029d2;
}
.about-intro .description2 {
  opacity: 0;
  position: absolute;
  right: 7rem;
  top: 60rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 150%;
  color: #0029d2;
}
.about-intro .description3 {
  opacity: 0;
  position: absolute;
  right: 7rem;
  top: 60rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 150%;
  color: #0029d2;
}
.about-intro .category {
  position: absolute;
  right: 0;
  top: 40rem;
}
.about-intro .category div {
  opacity: 0;
  margin-bottom: -1px;
  width: 96rem;
  height: 7rem;
  font-size: 4.8rem;
  font-family: "proxima-nova";
  font-weight: 600;
  color: #0029d2;
  line-height: 150%;
  border-top: 1px solid #0029d2;
  border-bottom: 1px solid #0029d2;
}
.about-intro .description4 {
  opacity: 0;
  position: absolute;
  right: 7rem;
  top: 30.6rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 150%;
  color: #0029d2;
}
.about-intro .line1 {
  position: absolute;
  left: 0;
  bottom: 21rem;
  width: 100%;
  height: 2px;
  background-color: #0029d2;
}
.about-intro .line2 {
  position: absolute;
  left: 0;
  bottom: 14rem;
  width: 100%;
  height: 2px;
  background-color: #0029d2;
}
.about-intro .line3 {
  position: absolute;
  left: 0;
  bottom: 7rem;
  width: 100%;
  height: 2px;
  background-color: #0029d2;
}
.about-intro .line4 {
  position: absolute;
  left: 0;
  bottom: 0rem;
  width: 100%;
  height: 2px;
  background-color: #0029d2;
}
.about-intro .circle1 {
  position: absolute;
  left: -910rem;
  top: -2600rem;
  width: 2000rem;
  height: 2000rem;
  transform-origin: 50% 20.3rem;
  -webkit-mask: url(../../images/circle.svg) no-repeat 50%;
  -webkit-mask-size: cover;
  mask: url(../../images/circle.svg) no-repeat 50%;
  mask-size: cover;
  background-color: #5ca7ff;
}
.about-intro .circle-text1 {
  opacity: 0;
  position: absolute;
  left: 58.1rem;
  top: 40.8rem;
  font-size: 2.9rem;
  color: #fff;
}
.about-intro .circle2 {
  position: absolute;
  left: -2100rem;
  top: 50rem;
  width: 2000rem;
  height: 2000rem;
  transform-origin: 16.7rem -0.5rem;
  -webkit-mask: url(../../images/circle.svg) no-repeat 50%;
  -webkit-mask-size: cover;
  mask: url(../../images/circle.svg) no-repeat 50%;
  mask-size: cover;
  background-color: #ff7081;
}
.about-intro .circle-text2 {
  opacity: 0;
  position: absolute;
  left: 45.7rem;
  top: 61rem;
  font-size: 2.9rem;
  color: #fff;
}
.about-intro .circle3 {
  position: absolute;
  left: 150rem;
  top: 50rem;
  width: 2000rem;
  height: 2000rem;
  transform-origin: -4.7rem 0.7rem;
  -webkit-mask: url(../../images/circle.svg) no-repeat 50%;
  -webkit-mask-size: cover;
  mask: url(../../images/circle.svg) no-repeat 50%;
  mask-size: cover;
  background-color: #ffb45b;
}
.about-intro .circle-text3 {
  opacity: 0;
  position: absolute;
  left: 69.3rem;
  top: 61rem;
  font-size: 2.9rem;
  color: #fff;
}
.about-intro .circle4 {
  opacity: 0;
  position: absolute;
  left: 60.3rem;
  top: 51rem;
  width: 11.3rem;
  height: 11.3rem;
  -webkit-mask: url(../../images/circle.svg) no-repeat 50%;
  -webkit-mask-size: cover;
  mask: url(../../images/circle.svg) no-repeat 50%;
  mask-size: cover;
  background-color: #000000;
}
.about-intro .circle5 {
  opacity: 0;
  position: absolute;
  left: 52.6rem;
  top: 38.1rem;
  width: 12.5rem;
  height: 12.5rem;
  -webkit-mask: url(../../images/circle.svg) no-repeat 50%;
  -webkit-mask-size: cover;
  mask: url(../../images/circle.svg) no-repeat 50%;
  mask-size: cover;
  background-color: #5ca7ff;
}
.about-intro .circle6 {
  opacity: 0;
  position: absolute;
  left: 52.7rem;
  top: 62.7rem;
  width: 12.3rem;
  height: 12.5rem;
  -webkit-mask: url(../../images/circle.svg) no-repeat 50%;
  -webkit-mask-size: cover;
  mask: url(../../images/circle.svg) no-repeat 50%;
  mask-size: cover;
  background-color: #ffb45b;
}
.about-intro .circle7 {
  opacity: 0;
  position: absolute;
  left: 72.7rem;
  top: 50.5rem;
  width: 12.5rem;
  height: 12.5rem;
  -webkit-mask: url(../../images/circle.svg) no-repeat 50%;
  -webkit-mask-size: cover;
  mask: url(../../images/circle.svg) no-repeat 50%;
  mask-size: cover;
  background-color: #ff7081;
}
.about-intro .circle-text4 {
  opacity: 0;
  position: absolute;
  left: 64.5rem;
  top: 54.9rem;
  color: #fff;
  font-size: 2.4rem;
  font-family: "proxima-nova";
}
.about-intro .circle8 {
  opacity: 0;
  position: absolute;
  left: 43rem;
  top: 33.7rem;
  width: 46rem;
  height: 46rem;
  -webkit-mask: url(../../images/circle.svg) no-repeat 50%;
  -webkit-mask-size: cover;
  mask: url(../../images/circle.svg) no-repeat 50%;
  mask-size: cover;
  background-color: rgba(0, 0, 0, 0.3);
}
.about-intro .circle-group1 {
  opacity: 0;
  position: absolute;
  left: 43.1rem;
  top: 33.8rem;
  width: 46rem;
  height: 46rem;
  transform-origin: 21rem 28rem;
  background: url(../../images/circlegroup_small.svg) no-repeat left top;
  background-size: cover;
}
.about-intro .circle-group2 {
  opacity: 0;
  position: absolute;
  left: 34.4rem;
  top: 47.8rem;
  width: 19rem;
  height: 19rem;
  background: url(../../images/circlegroup_small.svg) no-repeat left top;
  background-size: cover;
}
.about-intro .circle-group3 {
  opacity: 0;
  position: absolute;
  left: 45.8rem;
  top: 67.3rem;
  width: 19rem;
  height: 19rem;
  background: url(../../images/circlegroup_small.svg) no-repeat left top;
  background-size: cover;
}
.about-intro .circle-group4 {
  opacity: 0;
  position: absolute;
  left: 66.8rem;
  top: 67.3rem;
  width: 19rem;
  height: 19rem;
  background: url(../../images/circlegroup_small.svg) no-repeat left top;
  background-size: cover;
}
.about-intro .circle-group5 {
  opacity: 0;
  position: absolute;
  left: 78.3rem;
  top: 47.8rem;
  width: 19rem;
  height: 19rem;
  background: url(../../images/circlegroup_small.svg) no-repeat left top;
  background-size: cover;
}
.about-intro .circle-group6 {
  opacity: 0;
  position: absolute;
  left: 66.8rem;
  top: 28.3rem;
  width: 19rem;
  height: 19rem;
  background: url(../../images/circlegroup_small.svg) no-repeat left top;
  background-size: cover;
}
.about-intro .circle9 {
  opacity: 0;
  position: absolute;
  left: 56.3rem;
  top: 47.8rem;
  width: 19rem;
  height: 19rem;
  -webkit-mask: url(../../images/circle.svg) no-repeat 50%;
  -webkit-mask-size: cover;
  mask: url(../../images/circle.svg) no-repeat 50%;
  mask-size: cover;
  background-color: rgb(0, 0, 0);
}
.about-intro .circle10 {
  opacity: 0;
  position: absolute;
  left: 30.8rem;
  top: 22.5rem;
  width: 70rem;
  height: 70rem;
  -webkit-mask: url(../../images/circle.svg) no-repeat 50%;
  -webkit-mask-size: cover;
  mask: url(../../images/circle.svg) no-repeat 50%;
  mask-size: cover;
  background-color: rgba(0, 0, 0, 0.3);
}
.about-intro .circle-big1 {
  opacity: 0;
  position: absolute;
  left: 30.9rem;
  top: 22.3rem;
  width: 70rem;
  height: 70rem;
  background: url(../../images/circlegroup_big.svg) no-repeat left top;
  background-size: cover;
}
.about-intro .circle-text5 {
  opacity: 0;
  position: absolute;
  left: 62.7rem;
  top: 55.4rem;
  color: #fff;
  font-size: 2.4rem;
  font-family: "proxima-nova";
}
.about-intro .diagonal-1 {
  opacity: 0;
  position: absolute;
  left: 19.8rem;
  top: 92.5rem;
  width: 3.8rem;
  height: 3.8rem;
  transform-origin: 0% 100%;
  border-radius: 10rem;
  background: #5ca7ff;
  transform: rotate(-61.7deg);
}
.about-intro .diagonal-2 {
  opacity: 0;
  position: absolute;
  left: 25.5rem;
  top: 92.5rem;
  width: 3.8rem;
  height: 3.8rem;
  transform-origin: 0% 100%;
  border-radius: 10rem;
  background: #ffb45b;
  transform: rotate(-61.7deg);
}
.about-intro .diagonal-3 {
  opacity: 0;
  position: absolute;
  left: 31.3rem;
  top: 92.5rem;
  width: 3.8rem;
  height: 3.8rem;
  transform-origin: 0% 100%;
  border-radius: 10rem;
  background: #ff7081;
  transform: rotate(-61.7deg);
}
.about-intro .diagonal-4 {
  opacity: 0;
  position: absolute;
  left: 41.7rem;
  top: 92.5rem;
  width: 3.8rem;
  height: 3.8rem;
  transform-origin: 0% 100%;
  border-radius: 10rem;
  background: #5ca7ff;
  transform: rotate(-61.7deg);
}
.about-intro .diagonal-5 {
  opacity: 0;
  position: absolute;
  left: 47.3rem;
  top: 92.5rem;
  width: 3.8rem;
  height: 3.8rem;
  transform-origin: 0% 100%;
  border-radius: 10rem;
  background: #ffb45b;
  transform: rotate(-61.7deg);
}
.about-intro .diagonal-6 {
  opacity: 0;
  position: absolute;
  left: 52.9rem;
  top: 92.5rem;
  width: 3.8rem;
  height: 3.8rem;
  transform-origin: 0% 100%;
  border-radius: 10rem;
  background: #ff7081;
  transform: rotate(-61.7deg);
}
.about-intro .diagonal-7 {
  opacity: 0;
  position: absolute;
  left: 62.9rem;
  top: 92.5rem;
  width: 3.8rem;
  height: 3.8rem;
  transform-origin: 0% 100%;
  border-radius: 10rem;
  background: #5ca7ff;
  transform: rotate(-61.7deg);
}
.about-intro .diagonal-8 {
  opacity: 0;
  position: absolute;
  left: 68.6rem;
  top: 92.5rem;
  width: 3.8rem;
  height: 3.8rem;
  transform-origin: 0% 100%;
  border-radius: 10rem;
  background: #ffb45b;
  transform: rotate(-61.7deg);
}
.about-intro .diagonal-9 {
  opacity: 0;
  position: absolute;
  left: 74.3rem;
  top: 92.5rem;
  width: 3.8rem;
  height: 3.8rem;
  transform-origin: 0% 100%;
  border-radius: 10rem;
  background: #ff7081;
  transform: rotate(-61.7deg);
}
.about-intro .diagonal-text1 {
  opacity: 0;
  position: absolute;
  left: 18.8rem;
  top: 83rem;
  width: 10rem;
  height: 10rem;
  background: url(../../images/diagonal_text1.svg) no-repeat left top;
}
.about-intro .diagonal-text2 {
  opacity: 0;
  position: absolute;
  left: 24.4rem;
  top: 83rem;
  width: 10rem;
  height: 10rem;
  background: url(../../images/diagonal_text2.svg) no-repeat left top;
}
.about-intro .diagonal-text3 {
  opacity: 0;
  position: absolute;
  left: 30.3rem;
  top: 83rem;
  width: 10rem;
  height: 10rem;
  background: url(../../images/diagonal_text3.svg) no-repeat left top;
}
.about-intro .circle-big2 {
  opacity: 0;
  position: absolute;
  left: 64.9rem;
  top: 17.3rem;
  width: 38rem;
  height: 38rem;
  background: url(../../images/circlegroup_big.svg) no-repeat left top;
  background-size: cover;
}
.about-intro .circle-big3 {
  opacity: 0;
  position: absolute;
  left: 26.9rem;
  top: 55.3rem;
  width: 38rem;
  height: 38rem;
  background: url(../../images/circlegroup_big.svg) no-repeat left top;
  background-size: cover;
}
.about-intro .circle-big4 {
  opacity: 0;
  position: absolute;
  left: 64.9rem;
  top: 55.3rem;
  width: 38rem;
  height: 38rem;
  background: url(../../images/circlegroup_big.svg) no-repeat left top;
  background-size: cover;
}
.about-intro .circle-text6 {
  opacity: 0;
  position: absolute;
  left: 41.8rem;
  top: 35.4rem;
  width: 8.6rem;
  height: 1.9rem;
  background: url(../../images/circle_text6.svg) no-repeat left top;
  background-size: cover;
}
.about-intro .circle-text7 {
  opacity: 0;
  position: absolute;
  left: 79.6rem;
  top: 35.4rem;
  width: 8.6rem;
  height: 1.8rem;
  background: url(../../images/circle_text7.svg) no-repeat left top;
  background-size: cover;
}
.about-intro .circle-text8 {
  opacity: 0;
  position: absolute;
  left: 41.7rem;
  top: 73.6rem;
  width: 8.6rem;
  height: 1.8rem;
  background: url(../../images/circle_text8.svg) no-repeat left top;
  background-size: cover;
}
.about-intro .circle-text9 {
  opacity: 0;
  position: absolute;
  left: 79.6rem;
  top: 73.6rem;
  width: 8.6rem;
  height: 1.8rem;
  background: url(../../images/circle_text9.svg) no-repeat left top;
  background-size: cover;
}
.about-intro .circle-chapter1 {
  opacity: 0;
  position: absolute;
  left: 45.1rem;
  top: 35.6rem;
  width: 39.4rem;
  height: 39.4rem;
  background: url(../../images/circle_chapter1.svg) no-repeat left top;
  background-size: cover;
}
.about-intro .circle-chapter2 {
  opacity: 0;
  position: absolute;
  left: 36.8rem;
  top: 27rem;
  width: 55.9rem;
  height: 55.9rem;
  background: url(../../images/circle_chapter2.svg) no-repeat left top;
  background-size: 100% auto;
}
.about-intro .circle-chapter3 {
  opacity: 0;
  position: absolute;
  left: 27rem;
  top: 16.9rem;
  width: 76rem;
  height: 76rem;
  background: url(../../images/circle_chapter3.svg) no-repeat left top;
  background-size: 100% auto;
}
.about-intro .text-chapter1 {
  opacity: 0;
  position: absolute;
  left: 59.9rem;
  top: 17rem;
  color: #fff;
  font-size: 1.8rem;
}
.about-intro .text-chapter2 {
  opacity: 0;
  position: absolute;
  left: 59.9rem;
  top: 27.3rem;
  color: #fff;
  font-size: 1.8rem;
}
.about-intro .text-chapter3 {
  opacity: 0;
  position: absolute;
  left: 59.8rem;
  top: 36rem;
  color: #fff;
  font-size: 1.8rem;
}
.about-intro .circle-final {
  opacity: 0;
  position: absolute;
  left: 52rem;
  top: 42.4rem;
  width: 25.8rem;
  height: 25.8rem;
  background: url(../../images/circle-final.svg) no-repeat;
  background-size: 100% auto;
}
.about-intro .group-title1 {
  opacity: 0;
  position: absolute;
  right: 7rem;
  top: 11.1rem;
  font-family: "proxima-nova";
  font-size: 4rem;
  color: #fff;
  font-weight: 600;
}
.about-intro .group-text1 {
  opacity: 0;
  position: absolute;
  right: 7rem;
  top: 40.7rem;
  width: 56.8rem;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 500;
}
.about-intro .group-text1 strong {
  display: block;
  margin-bottom: 2rem;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 150%;
}
.about-intro .group-title2 {
  opacity: 0;
  position: absolute;
  right: 7rem;
  top: 11.1rem;
  font-family: "proxima-nova";
  font-size: 4rem;
  color: #fff;
  font-weight: 600;
}
.about-intro .group-text2 {
  opacity: 0;
  position: absolute;
  right: 7rem;
  top: 40.7rem;
  width: 58.2rem;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 500;
}
.about-intro .group-text2 strong {
  display: block;
  margin-bottom: 2rem;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 150%;
}
.about-intro .group-title3 {
  opacity: 0;
  position: absolute;
  right: 7rem;
  top: 11.1rem;
  font-family: "proxima-nova";
  font-size: 4rem;
  color: #fff;
  font-weight: 600;
}
.about-intro .group-text3 {
  opacity: 0;
  position: absolute;
  right: 7rem;
  top: 40.7rem;
  width: 56.8rem;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 500;
}
.about-intro .group-text3 strong {
  display: block;
  margin-bottom: 2rem;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 150%;
}
.about-intro .group-title4 {
  opacity: 0;
  position: absolute;
  right: 7rem;
  top: 11.1rem;
  font-family: "proxima-nova";
  font-size: 4rem;
  color: #fff;
  font-weight: 600;
}
.about-intro .group-text4 {
  opacity: 0;
  position: absolute;
  right: 7rem;
  top: 40.7rem;
  width: 56.8rem;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 500;
}
.about-intro .group-text4 strong {
  display: block;
  margin-bottom: 2rem;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 150%;
}
.about-intro .group-title5 {
  opacity: 0;
  position: absolute;
  right: 7rem;
  top: 11.1rem;
  font-family: "proxima-nova";
  font-size: 4rem;
  color: #fff;
  font-weight: 600;
}
.about-intro .group-text5 {
  opacity: 0;
  position: absolute;
  right: 7rem;
  top: 40.7rem;
  width: 56.8rem;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 500;
}
.about-intro .group-text5 strong {
  display: block;
  margin-bottom: 2rem;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 150%;
}
.about-intro .group-title6 {
  opacity: 0;
  position: absolute;
  right: 7rem;
  top: 11.1rem;
  font-family: "proxima-nova";
  font-size: 4rem;
  color: #fff;
  font-weight: 600;
}
.about-intro .group-text6 {
  opacity: 0;
  position: absolute;
  right: 7rem;
  top: 40.7rem;
  width: 56.8rem;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 500;
}
.about-intro .group-text6 strong {
  display: block;
  margin-bottom: 2rem;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 150%;
}
.about-intro .group-title7 {
  opacity: 0;
  position: absolute;
  right: 7rem;
  top: 11.1rem;
  font-family: "proxima-nova";
  font-size: 4rem;
  color: #fff;
  font-weight: 600;
}
.about-intro .group-text7 {
  opacity: 0;
  position: absolute;
  right: 7rem;
  top: 40.7rem;
  width: 56.8rem;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 500;
}
.about-intro .group-text7 strong {
  display: block;
  margin-bottom: 2rem;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 150%;
}
.about-intro .group-title8 {
  opacity: 0;
  position: absolute;
  right: 7rem;
  top: 11.1rem;
  font-family: "proxima-nova";
  font-size: 4rem;
  color: #fff;
  font-weight: 600;
}
.about-intro .final {
  opacity: 0;
  position: absolute;
  left: 7.7rem;
  top: 30.7rem;
  width: 176.5rem;
  height: 68.7rem;
  background: url(../../images/finalscene.svg) no-repeat left top;
  background-size: 100% auto;
}

/* 1920px WIDE 대응 */
.page-recruit .title {
  margin: 1.5625vw 3.6458vw 5.2083vw;
  font-size: 2.084vw;
  line-height: 100%;
  font-weight: 600;
  color: #0029d2;
  font-family: "proxima-nova";
}
.page-recruit .recruit-talent {
  position: relative;
  overflow: hidden;
}
.page-recruit .recruit-talent .line-break {
  margin: 0.1px 7rem;
  width: calc(100% - 14rem);
}
.page-recruit .recruit-talent .item {
  display: flex;
  justify-content: space-between;
  padding: 1.042vw 3.6458vw 4.7917vw 4.4792vw;
  padding: 1.0417vw 3.6458vw 4.6875vw;
  color: #0029d2;
}
.page-recruit .recruit-talent .item dt {
  font-family: "proxima-nova";
  font-size: 4.6875vw;
  line-height: 100%;
  letter-spacing: -0.03em;
  font-weight: 500;
}
.page-recruit .recruit-talent .item dd {
  width: 29.4792vw;
  font-size: 1.3025vw;
  line-height: 160%;
  letter-spacing: -0.03em;
  white-space: nowrap;
}
.page-recruit .recruit-talent .item dd strong {
  display: inline-block;
  margin-bottom: 10px;
}
.page-recruit .recruit-talent .item.first {
  padding: 0 3.6458vw 10.4167vw;
}
.page-recruit .recruit-talent .item.first dt {
  font-size: 6.7708vw;
  font-weight: 500;
}
.page-recruit .recruit-talent .item.last {
  padding-bottom: 20.3125vw;
}
.page-recruit .recruit-talent .item:last-child {
  padding-bottom: 18.4896vw;
}
.page-recruit .recruit-fild {
  position: relative;
  overflow: hidden;
  background-color: #0029d2;
  border-bottom: 1px solid #fff;
}
.page-recruit .recruit-fild .title {
  color: #fff;
}
.page-recruit .recruit-fild .line-break {
  background-color: #fff;
}
.page-recruit .recruit-fild .text- {
  margin: 0 3.6458vw 9.5833vw;
  font-size: 4.1667vw;
  line-height: 120%;
  color: #fff;
}
.page-recruit .recruit-fild .text-contact {
  margin: 0 3.6458333333vw 9.5833333333vw 66.9270833333vw;
  width: 30.2083vw;
  font-size: 1.3025vw;
  color: #fff;
  line-height: 120%;
}
.page-recruit .recruit-fild .contain-acc .acc-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3.6458vw 0 66.1458vw;
  height: 3.6458vw;
  font-family: "proxima-nova";
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 150%;
  color: #fff;
  transition: all 0.5s, color 1s;
  cursor: pointer;
}
.page-recruit .recruit-fild .contain-acc .acc-head::after {
  content: "";
  -webkit-mask: url(../../images/img_accordion.svg) no-repeat 50%;
  -webkit-mask-size: cover;
  mask: url(../../images/img_accordion.svg) no-repeat 50%;
  mask-size: cover;
  margin-left: 0.6771vw;
  width: 1.3542vw;
  height: 0.7813vw;
  background-color: #fff;
  transition: all 1s;
}
.page-recruit .recruit-fild .contain-acc .acc-head:hover {
  color: #0029d2;
  background: #fff;
}
.page-recruit .recruit-fild .contain-acc .acc-head:hover::after {
  content: "";
  -webkit-mask: url(../../images/img_accordion.svg) no-repeat 50%;
  -webkit-mask-size: cover;
  mask: url(../../images/img_accordion.svg) no-repeat 50%;
  mask-size: cover;
  margin-left: 0.6771vw;
  width: 1.3542vw;
  height: 0.7813vw;
  background-color: #0029d2;
}
.page-recruit .recruit-fild .contain-acc .acc-body {
  height: 0;
  overflow: auto;
  background: #fff;
  transition: height 0.5s;
  scrollbar-width: none;
}
.page-recruit .recruit-fild .contain-acc .acc-body .line-break {
  margin: 0 0 0 50%;
  width: auto;
  background-color: #0029d2;
}
.page-recruit .recruit-fild .contain-acc .acc-body dl {
  display: flex;
  width: auto;
  margin: 0 0 0 50%;
  padding: 0.5208vw 0 4.6875vw;
}
.page-recruit .recruit-fild .contain-acc .acc-body dt {
  flex-shrink: 0;
  width: 15.625vw;
  font-size: 1.6667vw;
  font-weight: 600;
  line-height: 160%;
}
.page-recruit .recruit-fild .contain-acc .acc-body dd {
  font-size: 1.4583vw;
}
.page-recruit .recruit-fild .contain-acc .acc-body dd p {
  position: relative;
  padding-left: 1vw;
  padding-bottom: 10px;
  font-size: 1.4583vw;
}
.page-recruit .recruit-fild .contain-acc .acc-body dd p:last-child {
  padding-bottom: 0;
}
.page-recruit .recruit-fild .contain-acc .acc-body dd p::after {
  content: "";
  position: absolute;
  top: 0.8vw;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #0029d2;
}
.page-recruit .recruit-fild .contain-acc .acc-body .box-link {
  padding: 9.375vw 0 0;
  text-align: center;
}
.page-recruit .recruit-fild .contain-acc .acc-body .box-link .link-external {
  display: inline-block;
  margin-bottom: 4.1667vw;
  font-size: 3.125vw;
  font-weight: 600;
  line-height: 160%;
  color: #0029d2;
}
.page-recruit .recruit-fild .contain-acc .acc-body .box-link .link-external::after {
  content: "";
  -webkit-mask: url(../../images/img_link_external.svg) no-repeat 50%;
  -webkit-mask-size: cover;
  mask: url(../../images/img_link_external.svg) no-repeat 50%;
  mask-size: cover;
  margin-left: 0.6771vw;
  width: 2.0833vw;
  height: 1.9792vw;
  background-color: #0029d2;
}
.page-recruit .recruit-fild .contain-acc .acc-body .box-link .text {
  font-size: 1.4583vw;
  font-weight: 400;
}
.page-recruit .recruit-fild .contain-acc .inner {
  padding: 5.4688vw 0 20.3125vw;
  color: #0029d2;
}
.page-recruit .recruit-fild .contain-acc.active .acc-head {
  padding-left: 3.6458vw;
  color: #0029d2;
  background-color: #fff;
  font-size: 3.3333vw;
}
.page-recruit .recruit-fild .contain-acc.active .acc-head.on::after {
  background-color: #0029d2;
}
.page-recruit .recruit-fild .contain-acc.active::after {
  content: "";
  -webkit-mask: url(../../images/img_accordion.svg) no-repeat 50%;
  -webkit-mask-size: cover;
  mask: url(../../images/img_accordion.svg) no-repeat 50%;
  mask-size: cover;
  margin-left: 0.6771vw;
  width: 2.5vw;
  height: 1.25vw;
  background-color: #0029d2;
  transform: rotate(180deg);
}
.page-recruit .recruit-fild .contain-acc.active .acc-body {
  height: calc(100dvh - 14rem);
}
.page-recruit .recruit-fild .contain-acc.active .acc-body > .line-break {
  margin: 0;
  background-color: #0029d2;
}
.page-recruit .recruit-fild .swiper {
  margin: 9.5833vw auto 20.8333vw;
  width: 1vw;
  overflow: visible;
}
.page-recruit .recruit-fild .swiper .swiper-slide {
  width: auto;
  height: 31.25vw;
}
.page-recruit .recruit-fild .swiper .swiper-slide img {
  height: 100%;
}
.page-recruit .recruit-fild .swiper .swiper-slide + .swiper-slide {
  margin-right: 1.0417vw;
}

/* 1920px WIDE 대응 */
@media screen and (min-width: 1921px) {
  .page-recruit .title {
    width: 1780px;
    margin: 30px auto 99.99936px;
    font-size: 40.0128px;
    line-height: 100%;
    font-weight: 600;
    color: #0029d2;
    font-family: "proxima-nova";
  }
  .page-recruit .recruit-talent {
    position: relative;
    overflow: hidden;
  }
  .page-recruit .recruit-talent .item {
    display: flex;
    justify-content: space-between;
    width: 1780px;
    margin: 0 auto;
    padding: 20.0064px 0 92.00064px 86.00064px;
    padding: 20.00064px 0 90px;
    color: #0029d2;
  }
  .page-recruit .recruit-talent .item dt {
    font-family: "proxima-nova";
    font-size: 90px;
    line-height: 100%;
    letter-spacing: -0.03em;
  }
  .page-recruit .recruit-talent .item dd {
    width: 566.00064px;
    font-size: 25.008px;
    line-height: 160%;
    letter-spacing: -0.03em;
    white-space: nowrap;
  }
  .page-recruit .recruit-talent .item.first {
    padding: 0 0 200.00064px;
  }
  .page-recruit .recruit-talent .item.first dt {
    font-size: 129.99936px;
  }
  .page-recruit .recruit-talent .item.last {
    padding-bottom: 390px;
  }
  .page-recruit .recruit-talent .item:last-child {
    padding-bottom: 355.00032px;
  }
  .page-recruit .recruit-fild {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #0029d2;
    border-bottom: 1px solid #fff;
  }
  .page-recruit .recruit-fild .field_inner {
    width: 1780px;
    margin: 0 auto;
  }
  .page-recruit .recruit-fild .title {
    color: #fff;
  }
  .page-recruit .recruit-fild .line-break {
    background-color: #fff;
  }
  .page-recruit .recruit-fild .text- {
    width: 1780px;
    margin: 0 auto 183.99936px;
    font-size: 80.00064px;
    line-height: 120%;
    color: #fff;
  }
  .page-recruit .recruit-fild .text-contact {
    display: flex;
    margin: 0 69px 183.99936px 1217px;
    width: auto;
    height: 60px;
    font-size: 25.008px;
    color: #fff;
    line-height: 120%;
  }
  .page-recruit .recruit-fild .contain-acc {
    transition: all 0.5s, color 1s;
  }
  .page-recruit .recruit-fild .contain-acc:hover {
    background-color: #fff;
  }
  .page-recruit .recruit-fild .contain-acc .acc-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1780px;
    margin: 0 auto;
    text-indent: 1197px;
    padding: 0;
    height: 69.99936px;
    font-family: "proxima-nova";
    font-size: 48px;
    font-weight: 600;
    line-height: 150%;
    color: #fff;
    transition: all 0.5s, color 1s;
    cursor: pointer;
  }
  .page-recruit .recruit-fild .contain-acc .acc-head::after {
    content: "";
    -webkit-mask: url(../../images/img_accordion.svg) no-repeat 50%;
    -webkit-mask-size: cover;
    mask: url(../../images/img_accordion.svg) no-repeat 50%;
    mask-size: cover;
    margin-left: 13.00032px;
    width: 26.00064px;
    height: 15.00096px;
    background-color: #fff;
    transition: all 1s;
  }
  .page-recruit .recruit-fild .contain-acc .acc-head:hover {
    color: #0029d2;
    background: transparent;
  }
  .page-recruit .recruit-fild .contain-acc .acc-head:hover::after {
    content: "";
    -webkit-mask: url(../../images/img_accordion.svg) no-repeat 50%;
    -webkit-mask-size: cover;
    mask: url(../../images/img_accordion.svg) no-repeat 50%;
    mask-size: cover;
    margin-left: 13.00032px;
    width: 26.00064px;
    height: 15.00096px;
    background-color: #0029d2;
  }
  .page-recruit .recruit-fild .contain-acc .acc-body {
    height: 0;
    overflow: auto;
    background: #fff;
    transition: height 0.5s;
    scrollbar-width: none;
  }
  .page-recruit .recruit-fild .contain-acc .acc-body .line-break {
    margin: 0 0 0 50%;
    width: auto;
    background-color: #0029d2;
  }
  .page-recruit .recruit-fild .contain-acc .acc-body dl {
    display: flex;
    width: auto;
    margin: 0 0 0 50%;
    padding: 9.99936px 0 90px;
  }
  .page-recruit .recruit-fild .contain-acc .acc-body dt {
    flex-shrink: 0;
    width: 300px;
    font-size: 32.00064px;
    font-weight: 600;
    line-height: 160%;
  }
  .page-recruit .recruit-fild .contain-acc .acc-body dd {
    font-size: 27.99936px;
  }
  .page-recruit .recruit-fild .contain-acc .acc-body dd p {
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
    font-size: 27.99936px;
  }
  .page-recruit .recruit-fild .contain-acc .acc-body dd p:last-child {
    padding-bottom: 0;
  }
  .page-recruit .recruit-fild .contain-acc .acc-body dd p::after {
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #0029d2;
  }
  .page-recruit .recruit-fild .contain-acc .acc-body .box-link {
    padding: 180px 0 0;
    text-align: center;
  }
  .page-recruit .recruit-fild .contain-acc .acc-body .box-link .link-external {
    display: inline-block;
    margin-bottom: 80.00064px;
    font-size: 60px;
    font-weight: 600;
    line-height: 160%;
    color: #0029d2;
  }
  .page-recruit .recruit-fild .contain-acc .acc-body .box-link .link-external::after {
    content: "";
    -webkit-mask: url(../../images/img_link_external.svg) no-repeat 50%;
    -webkit-mask-size: cover;
    mask: url(../../images/img_link_external.svg) no-repeat 50%;
    mask-size: cover;
    margin-left: 13.00032px;
    width: 39.99936px;
    height: 38.00064px;
    background-color: #0029d2;
  }
  .page-recruit .recruit-fild .contain-acc .acc-body .box-link .text {
    font-size: 27.99936px;
  }
  .page-recruit .recruit-fild .contain-acc .inner {
    padding: 105.00096px 0 390px;
    color: #0029d2;
  }
  .page-recruit .recruit-fild .contain-acc.active {
    background-color: #fff;
  }
  .page-recruit .recruit-fild .contain-acc.active .acc-head {
    padding-left: 69.99936px;
    color: #0029d2;
    background-color: #fff;
    font-size: 63.99936px;
    text-indent: 0;
  }
  .page-recruit .recruit-fild .contain-acc.active .acc-head::after {
    content: "";
    -webkit-mask: url(../../images/img_accordion.svg) no-repeat 50%;
    -webkit-mask-size: cover;
    mask: url(../../images/img_accordion.svg) no-repeat 50%;
    mask-size: cover;
    margin-left: 13.00032px;
    width: 48px;
    height: 24px;
    background-color: #0029d2;
    transform: rotate(180deg);
  }
  .page-recruit .recruit-fild .contain-acc.active .acc-body {
    height: calc(100dvh - 14rem);
  }
  .page-recruit .recruit-fild .contain-acc.active .acc-body > .line-break {
    margin: 0;
    background-color: #0029d2;
  }
  .page-recruit .recruit-fild .swiper {
    margin: 183.99936px auto 399.99936px;
    width: 19.2px;
    overflow: visible;
  }
  .page-recruit .recruit-fild .swiper .swiper-slide {
    width: auto;
    height: 600px;
  }
  .page-recruit .recruit-fild .swiper .swiper-slide img {
    height: 100%;
  }
  .page-recruit .recruit-fild .swiper .swiper-slide + .swiper-slide {
    margin-right: 20.00064px;
  }
}
.page-contact .title {
  margin: 1.5625vw 3.59375vw 5.2083vw;
  font-size: 2.084vw;
  line-height: 100%;
  font-weight: 600;
  color: #0029d2;
  font-family: "proxima-nova";
}
.page-contact .contact-services,
.page-contact .contact-information,
.page-contact .contact-location {
  position: relative;
  overflow: hidden;
}
.page-contact .contact-services .text- {
  margin: 0 3.6458vw 20.8333vw;
  font-family: "proxima-nova";
  font-size: 4.6875vw;
  color: #0029d2;
  line-height: 93%;
  letter-spacing: -0.03em;
  font-weight: 500;
  white-space: unset !important;
  word-break: keep-all;
}
.page-contact .contact-services .text- > span {
  display: block;
}
.page-contact .contact-services .text- br {
  display: none;
}
.page-contact .contact-information {
  width: 100%;
  margin: 0 auto;
}
.page-contact .contact-information .text- {
  margin: 0 3.6458vw 10.4167vw;
  font-size: 4.1667vw;
  color: #0029d2;
  line-height: 120%;
  font-weight: 500;
}
.page-contact .contact-information .text-en {
  display: flex;
  justify-content: flex-end;
  margin: 0 3.6458vw 8.75vw;
  font-family: "proxima-nova";
  font-size: 1.3025vw;
  color: #0029d2;
  line-height: 160%;
  font-weight: 500;
}
.page-contact .contact-information .mail,
.page-contact .contact-information .tel,
.page-contact .contact-information .fax {
  display: flex;
  align-items: center;
  height: 3.6458vw;
  font-family: "proxima-nova";
  color: #0029d2;
  font-weight: 600;
  font-size: 2.605vw;
  line-height: 100%;
  border-top: 1px solid #0029d2;
}
.page-contact .contact-information .mail__inner,
.page-contact .contact-information .tel__inner,
.page-contact .contact-information .fax__inner {
  text-indent: 66.1458333333vw;
  font-weight: 600;
}
.page-contact .contact-information .tel {
  font-size: 2.3445vw;
}
.page-contact .contact-information .fax {
  margin-bottom: 10.4167vw;
  font-size: 2.3445vw;
  border-bottom: 1px solid #0029d2;
}
.page-contact .contact-location {
  color: #fff;
  background-color: #0029d2;
  border-bottom: 1px solid #fff;
}
.page-contact .contact-location .list-common {
  width: 100%;
  padding: 0;
  margin-bottom: none;
}
.page-contact .contact-location .location-inner .item {
  position: relative;
  display: none;
  width: 100%;
  margin-bottom: 13.0208333333vw;
  max-height: none;
}
.page-contact .contact-location .location-inner .item.active {
  display: block;
}
.page-contact .contact-location .location-inner .item + .item .map {
  background-image: url(../../images/img_map3.svg);
}
.page-contact .contact-location .location-inner .item + .item .map::before {
  left: 91.7rem;
  top: 48.3rem;
}
.page-contact .contact-location .title {
  margin-bottom: 6.7708vw;
  color: #fff;
}
.page-contact .contact-location .text-address {
  margin: 0 3.6458vw 10.4167vw;
  font-size: 4.1667vw;
  color: #fff;
  line-height: 1.2;
}
.page-contact .contact-location .info-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 41.6667vw;
}
.page-contact .contact-location .map {
  position: relative;
  height: 41.6667vw;
  background-image: url(../../images/img_map2.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-contact .contact-location .map::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(270deg, #0029d2 0%, rgba(0, 41, 210, 0.778342) 73.08%, rgba(0, 41, 210, 0.494792) 83.75%, rgba(0, 41, 210, 0) 91.71%);
}
.page-contact .contact-location .map::before {
  content: "";
  display: block;
  animation-name: mappin;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  position: absolute;
  left: 92.2rem;
  top: 33.3rem;
  width: 5rem;
  height: 5rem;
  border: 1rem solid #fff;
  border-radius: 100%;
}
@keyframes mappin {
  0% {
    scale: 85%;
    opacity: 1;
  }
  100% {
    scale: 180%;
    opacity: 0;
  }
}
.page-contact .contact-location .info-wrap {
  position: absolute;
  top: 50%;
  right: 9.1146vw;
  z-index: 1;
  transform: translateY(-50%);
}
.page-contact .contact-location .text-information {
  padding: 1.0417vw 0;
  width: 25vw;
  overflow: visible;
  font-size: 1.3025vw;
  line-height: 160%;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  z-index: 1;
}
.page-contact .contact-location .text-information strong {
  display: block;
  margin-bottom: 1.042vw;
  font-size: 1.6667vw;
  line-height: 130%;
}
.page-contact .contact-location .text-information .link-map {
  display: block;
  color: #fff;
  text-decoration: underline;
  margin-top: 0.5208vw;
}
.page-contact .tab-category button {
  color: rgba(255, 255, 255, 0.5);
}
.page-contact .tab-category button.active {
  color: #fff;
}

/* 1920px WIDE 대응 */
@media screen and (min-width: 1921px) {
  .page-contact .title {
    margin: 30px auto 99.99936px;
    font-size: 40.0128px;
    line-height: 100%;
    font-weight: 600;
    color: #0029d2;
    font-family: "proxima-nova";
    max-width: 1780px;
  }
  .page-contact .contact-services,
  .page-contact .contact-information,
  .page-contact .contact-location {
    position: relative;
    overflow: hidden;
  }
  .page-contact .contact-services .text- {
    margin: 30px auto 399.99936px;
    font-family: "proxima-nova";
    font-size: 90px;
    color: #0029d2;
    line-height: 93%;
    letter-spacing: -0.03em;
    max-width: 1780px;
  }
  .page-contact .contact-services .text- > span {
    display: inline-block;
  }
  .page-contact .contact-services .text- br {
    display: none;
  }
  .page-contact .contact-information {
    width: 100%;
    margin: 0 auto;
  }
  .page-contact .contact-information .contact_infor-title {
    width: 1780px;
    margin: 0 auto;
  }
  .page-contact .contact-information .text- {
    width: 1780px;
    margin: 30px auto 200.00064px;
    font-size: 80.00064px;
    color: #0029d2;
    line-height: 120%;
  }
  .page-contact .contact-information .text-en {
    display: flex;
    justify-content: flex-end;
    width: 1780px;
    margin: 0 auto 168px;
    font-family: "proxima-nova";
    font-size: 25.008px;
    color: #0029d2;
    line-height: 160%;
  }
  .page-contact .contact-information .contact-info-us {
    width: 100%;
  }
  .page-contact .contact-information .mail,
  .page-contact .contact-information .tel,
  .page-contact .contact-information .fax {
    display: flex;
    align-items: center;
    height: 69.99936px;
    font-family: "proxima-nova";
    color: #0029d2;
    font-weight: 600;
    font-size: 50.016px;
    line-height: 100%;
    border-top: 1px solid #0029d2;
  }
  .page-contact .contact-information .mail__inner,
  .page-contact .contact-information .tel__inner,
  .page-contact .contact-information .fax__inner {
    width: 1780px;
    text-indent: 1200px;
    margin: 0 auto;
  }
  .page-contact .contact-information .tel {
    font-size: 45.0144px;
  }
  .page-contact .contact-information .fax {
    margin-bottom: 200.00064px;
    font-size: 45.0144px;
    border-bottom: 1px solid #0029d2;
  }
  .page-contact .contact-location {
    color: #fff;
    background-color: #0029d2;
    border-bottom: 1px solid #fff;
  }
  .page-contact .contact-location .location-inner {
    position: relative;
    width: 1780px;
    margin: 0 auto;
  }
  .page-contact .contact-location .location-inner .list-common {
    margin-bottom: none;
  }
  .page-contact .contact-location .location-inner .item {
    margin-bottom: 250px;
  }
  .page-contact .contact-location .location-inner .item + .item .map::before {
    left: 917px;
    top: 483px;
  }
  .page-contact .contact-location .location-inner .title {
    margin-bottom: 129.99936px;
    color: #fff;
  }
  .page-contact .contact-location .location-inner .text-address {
    margin: 0 0 200.00064px;
    font-size: 80.00064px;
    color: #fff;
    line-height: 100%;
  }
  .page-contact .contact-location .location-inner .map {
    position: relative;
    height: 800.00064px;
    background-image: url(../../images/img_map2.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .page-contact .contact-location .location-inner .map::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(270deg, #0029d2 0%, rgba(0, 41, 210, 0.778342) 73.08%, rgba(0, 41, 210, 0.494792) 83.75%, rgba(0, 41, 210, 0) 91.71%);
  }
  .page-contact .contact-location .location-inner .map::before {
    content: "";
    display: block;
    animation-name: mappin;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    position: absolute;
    left: 922px;
    top: 333px;
    width: 49.9844px;
    height: 49.9844px;
    border: 10px solid #fff;
    border-radius: 100%;
  }
  @keyframes mappin {
    0% {
      scale: 85%;
      opacity: 1;
    }
    100% {
      scale: 180%;
      opacity: 0;
    }
  }
  .page-contact .contact-location .location-inner .info-wrap {
    right: 100.00032px;
  }
  .page-contact .contact-location .location-inner .text-information {
    padding: 20.00064px 0;
    width: 480px;
    overflow: visible;
    font-size: 25.008px;
    line-height: 160%;
    color: #fff;
    border-top: 1px solid #fff;
  }
  .page-contact .contact-location .location-inner .text-information strong {
    display: block;
    margin-bottom: 20.0064px;
    font-size: 32.00064px;
    line-height: 130%;
  }
  .page-contact .contact-location .location-inner .text-information .link-map {
    display: block;
    color: #fff;
    text-decoration: underline;
    margin-top: 9.99936px;
  }
}
.page-ir h3.title {
  width: 178rem;
  margin: 2.5rem auto 0 auto;
  padding: 0 5rem;
  font-size: 4rem;
  font-weight: 600;
  color: #0029d2;
  box-sizing: border-box;
}
.page-ir .table-list {
  width: 178rem;
  margin: 0 auto 20rem auto;
}
.page-ir .table-list table {
  border-top: 2px solid #0029d2;
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  color: #0029d2;
}
.page-ir .table-list table tr.more {
  display: none;
  opacity: 0;
  transition: all 2s;
}
.page-ir .table-list table tr.more.active {
  display: table-row;
  opacity: 1;
  transition: all 2s;
}
.page-ir .table-list table tr th {
  border-left: 0;
  padding: 1rem 1rem 5.4rem 5rem;
  background-color: #fff;
  text-align: left;
  border-bottom: 1px solid #0029d2;
  font-size: 2.5rem;
  font-weight: 700;
  vertical-align: middle;
  height: 10.2rem;
  box-sizing: border-box;
}
.page-ir .table-list table tr th:last-child {
  padding: 1rem 5rem 5.4rem 1rem;
}
.page-ir .table-list table tr td {
  padding: 1.5rem 1rem 1.6rem 5rem;
  border-bottom: 1px solid #0029d2;
  border-left: 0;
  font-size: 2.5rem;
  font-weight: 500;
  vertical-align: middle;
  height: 7.1rem;
  box-sizing: border-box;
}
.page-ir .table-list table tr td:last-child {
  padding: 1.5rem 5rem 1.6rem 1rem;
}
.page-ir .table-list table tr td a {
  color: #0029d2;
  font-size: 2.5rem;
  font-weight: 500;
  vertical-align: middle;
}
.page-ir .table-list .btn-inner {
  margin: 10rem auto 0 auto;
}
.page-ir .table-detail {
  width: 178rem;
  margin: 0 auto;
}
.page-ir .table-detail table {
  border-top: 2px solid #0029d2;
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
}
.page-ir .table-detail table tr th {
  color: #0029d2;
  border-left: 0;
  padding: 1.6rem 1rem 5.4rem 5rem;
  background-color: #fff;
  text-align: left;
  border-bottom: 1px solid #0029d2;
  font-size: 2.4rem;
  font-weight: 700;
  vertical-align: middle;
  box-sizing: border-box;
}
.page-ir .table-detail table tr th:last-child {
  padding: 1.6rem 5rem 5.4rem 1rem;
  font-size: 1.8rem;
  color: #171717;
  font-weight: 500;
  text-align: right;
}
.page-ir .table-detail table tr td {
  color: #171717;
  padding: 4.4rem 5rem;
  border-bottom: 1px solid #0029d2;
  border-left: 0;
  font-size: 2rem;
  font-weight: 500;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 195%;
}
.page-ir .table-detail table tr td .inner-table {
  width: 100%;
  margin: 9.4rem auto;
}
.page-ir .table-detail table tr td .inner-table table {
  border-top: 1px solid #777;
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
}
.page-ir .table-detail table tr td .inner-table table tr th {
  color: #171717;
  border-left: 0;
  padding: 2.1rem 3.1rem;
  background-color: #F2F2F2;
  text-align: left;
  border-bottom: 1px solid #777;
  font-size: 2rem;
  font-weight: 700;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 140%;
  height: auto;
}
.page-ir .table-detail table tr td .inner-table table tr th.center {
  text-align: center;
}
.page-ir .table-detail table tr td .inner-table table tr td {
  color: #171717;
  padding: 2.1rem 3.1rem;
  border-bottom: 1px solid #777;
  border-left: 0;
  font-size: 2rem;
  font-weight: 500;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 140%;
  height: auto;
}
.page-ir .table-detail table tr td .inner-table table tr td.center {
  text-align: center;
}
.page-ir .table-detail table tr td .inner-table .date-area {
  margin: 8rem auto 7rem auto;
  text-align: center;
  font-size: 2rem;
  color: #171717;
}
.page-ir .table-detail table tr td .inner-table .cinfo-area {
  margin: 0 0 7rem auto;
  text-align: right;
  font-size: 2rem;
  color: #171717;
  line-height: 195%;
}
.page-ir .link-list {
  margin: 5.2083333333vw 0 0;
  text-align: left;
  font-size: 1.3020833333vw;
  color: #0029d2;
  line-height: 160%;
  height: 4rem;
}
.page-ir .link-list .btn-link-list {
  color: #0029d2;
  text-decoration: none;
}
.page-ir .link-list .btn-link-list::before {
  content: "";
  display: inline-block;
  -webkit-mask: url(/images/img_link_list.svg) no-repeat 50%;
  -webkit-mask-size: cover;
  mask: url(/images/img_link_list.svg) no-repeat 50%;
  mask-size: cover;
  margin-top: -0.1041666667vw;
  margin-right: 0.5208333333vw;
  width: 1.6666666667vw;
  height: 0.6770833333vw;
  background: none;
  background-color: #0029d2;
}
.page-ir .padge-detail-list,
.page-ir .padge-detail {
  display: none;
}
.page-ir .padge-detail-list.active,
.page-ir .padge-detail.active {
  display: block;
}

/* 1920px WIDE 대응 */
@media screen and (min-width: 1921px) {
  .page-ir h3.title {
    width: 100%;
    max-width: 1780px;
    margin: 25px auto 0 auto;
    padding: 0 50px;
    font-size: 40px;
    font-weight: 600;
    color: #0029d2;
  }
  .page-ir .table-list {
    width: 1780px;
    margin: 0 auto 300px auto;
  }
  .page-ir .table-list table {
    border-top: 2px solid #0029d2;
    table-layout: fixed;
    width: 100%;
    border-spacing: 0;
    color: #0029d2;
  }
  .page-ir .table-list table tr.more {
    display: none;
    opacity: 0;
    transition: all 2s;
  }
  .page-ir .table-list table tr.more.active {
    display: table-row;
    opacity: 1;
    transition: all 2s;
  }
  .page-ir .table-list table tr th {
    border-left: 0;
    padding: 10px 10px 54px 50px;
    background-color: #fff;
    text-align: left;
    border-bottom: 1px solid #0029d2;
    font-size: 25px;
    font-weight: 700;
    vertical-align: middle;
    height: 102px;
    box-sizing: border-box;
  }
  .page-ir .table-list table tr th:last-child {
    padding: 10px 50px 54px 10px;
  }
  .page-ir .table-list table tr td {
    padding: 15px 10px 16px 50px;
    border-bottom: 1px solid #0029d2;
    border-left: 0;
    font-size: 25px;
    font-weight: 500;
    vertical-align: middle;
    height: 71px;
    box-sizing: border-box;
  }
  .page-ir .table-list table tr td:last-child {
    padding: 15px 50px 16px 10px;
  }
  .page-ir .table-list table tr td a {
    color: #0029d2;
    font-size: 25px;
    font-weight: 400;
    vertical-align: middle;
  }
  .page-ir .table-list .btn-inner {
    margin: 100px auto 0 auto;
  }
  .page-ir .table-detail {
    width: 1780px;
    margin: 0 auto;
  }
  .page-ir .table-detail table {
    border-top: 2px solid #0029d2;
    table-layout: fixed;
    width: 100%;
    border-spacing: 0;
  }
  .page-ir .table-detail table tr th {
    color: #0029d2;
    border-left: 0;
    padding: 16px 10px 54px 50px;
    background-color: #fff;
    text-align: left;
    border-bottom: 1px solid #0029d2;
    font-size: 24px;
    font-weight: 700;
    vertical-align: middle;
    box-sizing: border-box;
  }
  .page-ir .table-detail table tr th:last-child {
    padding: 16px 50px 54px 10px;
    font-size: 18px;
    color: #171717;
    font-weight: 500;
  }
  .page-ir .table-detail table tr td {
    color: #171717;
    padding: 44px 50px;
    border-bottom: 1px solid #0029d2;
    border-left: 0;
    font-size: 20px;
    font-weight: 500;
    vertical-align: middle;
    box-sizing: border-box;
    line-height: 195%;
  }
  .page-ir .table-detail table tr td .inner-table {
    width: 1680px;
    margin: 94px auto;
  }
  .page-ir .table-detail table tr td .inner-table table {
    border-top: 1px solid #777;
    table-layout: fixed;
    width: 100%;
    border-spacing: 0;
  }
  .page-ir .table-detail table tr td .inner-table table tr th {
    color: #171717;
    border-left: 0;
    padding: 21px 31px;
    background-color: #F2F2F2;
    text-align: left;
    border-bottom: 1px solid #777;
    font-size: 20px;
    font-weight: 700;
    vertical-align: middle;
    box-sizing: border-box;
    line-height: 140%;
    height: auto;
  }
  .page-ir .table-detail table tr td .inner-table table tr th.center {
    text-align: center;
  }
  .page-ir .table-detail table tr td .inner-table table tr td {
    color: #171717;
    padding: 21px 31px;
    border-bottom: 1px solid #777;
    border-left: 0;
    font-size: 20px;
    font-weight: 500;
    vertical-align: middle;
    box-sizing: border-box;
    line-height: 140%;
    height: auto;
  }
  .page-ir .table-detail table tr td .inner-table table tr td.center {
    text-align: center;
  }
  .page-ir .table-detail table tr td .inner-table .date-area {
    margin: 80px auto 70px auto;
    text-align: center;
    font-size: 20px;
    color: #171717;
  }
  .page-ir .table-detail table tr td .inner-table .cinfo-area {
    margin: 0 0 70px auto;
    text-align: right;
    font-size: 20px;
    color: #171717;
    line-height: 195%;
  }
  .page-ir .table-detail .link-list {
    margin: 100px 0 0;
    text-align: left;
    font-size: 25px;
    color: #0029d2;
    line-height: 160%;
    height: 4rem;
  }
  .page-ir .table-detail .link-list a {
    color: #0029d2;
    text-decoration: none;
  }
  .page-ir .table-detail .link-list a::before {
    content: "";
    display: inline-block;
    -webkit-mask: url(/images/img_link_list.svg) no-repeat 50%;
    -webkit-mask-size: cover;
    mask: url(/images/img_link_list.svg) no-repeat 50%;
    mask-size: cover;
    margin-top: -2px;
    margin-right: 10px;
    width: 32px;
    height: 13px;
    background: none;
    background-color: #0029d2;
  }
}
@media (max-width: 1280px) {
  .page-ir h3.title {
    width: 100%;
    margin: 25px auto 0 auto;
    padding: 0 24px;
    font-size: 36px;
    font-weight: 600;
    color: #0029d2;
  }
  .page-ir .table-list {
    width: 100%;
    margin: 0 auto;
  }
  .page-ir .table-list table {
    border-top: 2px solid #0029d2;
    table-layout: fixed;
    width: 100%;
    border-spacing: 0;
    color: #0029d2;
  }
  .page-ir .table-list table tr.more {
    display: none;
    opacity: 0;
    transition: all 2s;
  }
  .page-ir .table-list table tr.more.active {
    display: table-row;
    opacity: 1;
    transition: all 2s;
  }
  .page-ir .table-list table tr th {
    border-left: 0;
    padding: 10px 24px 10px 24px;
    background-color: #fff;
    text-align: left;
    border-bottom: 1px solid #0029d2;
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
    height: 60px;
    box-sizing: border-box;
  }
  .page-ir .table-list table tr th:last-child {
    padding: 10px 24px 10px 24px;
    width: 140px;
  }
  .page-ir .table-list table tr td {
    padding: 12px 24px 13px 24px;
    border-bottom: 1px solid #0029d2;
    border-left: 0;
    font-size: 16px;
    font-weight: 500;
    vertical-align: middle;
    height: 50px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
  }
  .page-ir .table-list table tr td:last-child {
    padding: 15px 24px 16px 24px;
    width: 140px;
  }
  .page-ir .table-list table tr td a {
    color: #0029d2;
    font-size: 16px;
    font-weight: 400;
    vertical-align: middle;
  }
  .page-ir .table-list .btn-inner {
    margin: 50px auto 0 auto;
  }
  .page-ir .table-list .notice-btn {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
  }
  .page-ir .table-detail {
    width: 100%;
    margin: 0 auto;
  }
  .page-ir .table-detail table {
    border-top: 2px solid #0029d2;
    table-layout: fixed;
    width: 100%;
    border-spacing: 0;
  }
  .page-ir .table-detail table tr th {
    color: #0029d2;
    border-left: 0;
    padding: 16px 10px 16px 24px;
    background-color: #fff;
    text-align: left;
    border-bottom: 1px solid #0029d2;
    font-size: 20px;
    font-weight: 700;
    vertical-align: middle;
    box-sizing: border-box;
  }
  .page-ir .table-detail table tr th:last-child {
    padding: 16px 24px 16px 10px;
    font-size: 16px;
    color: #171717;
    font-weight: 500;
    width: 120px;
  }
  .page-ir .table-detail table tr td {
    color: #171717;
    padding: 24px;
    border-bottom: 1px solid #0029d2;
    border-left: 0;
    font-size: 16px;
    font-weight: 500;
    vertical-align: middle;
    box-sizing: border-box;
    line-height: 195%;
  }
  .page-ir .table-detail table tr td .inner-table {
    width: 100%;
    margin: 50px auto;
  }
  .page-ir .table-detail table tr td .inner-table table {
    border-top: 1px solid #777;
    table-layout: fixed;
    width: 100%;
    border-spacing: 0;
  }
  .page-ir .table-detail table tr td .inner-table table tr th {
    color: #171717;
    border-left: 0;
    padding: 14px 12px;
    background-color: #F2F2F2;
    text-align: left;
    border-bottom: 1px solid #777;
    font-size: 14px;
    font-weight: 700;
    vertical-align: middle;
    box-sizing: border-box;
    line-height: 140%;
    height: auto;
  }
  .page-ir .table-detail table tr td .inner-table table tr th.center {
    text-align: center;
  }
  .page-ir .table-detail table tr td .inner-table table tr td {
    color: #171717;
    padding: 14px 12px;
    border-bottom: 1px solid #777;
    border-left: 0;
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
    box-sizing: border-box;
    line-height: 140%;
    height: auto;
  }
  .page-ir .table-detail table tr td .inner-table table tr td.center {
    text-align: center;
  }
  .page-ir .table-detail table tr td .inner-table .date-area {
    margin: 50px auto 50px auto;
    text-align: center;
    font-size: 16px;
    color: #171717;
  }
  .page-ir .table-detail table tr td .inner-table .cinfo-area {
    margin: 0 0 70px auto;
    text-align: right;
    font-size: 16px;
    color: #171717;
    line-height: 195%;
  }
  .page-ir .table-detail .link-list {
    margin: 100px 0 0 24px;
    text-align: left;
    font-size: 25px;
    color: #0029d2;
    line-height: 160%;
    height: 40px;
  }
  .page-ir .table-detail .link-list a {
    color: #0029d2;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
  }
  .page-ir .table-detail .link-list a::before {
    content: "";
    display: inline-block;
    -webkit-mask: url(/images/img_link_list.svg) no-repeat 50%;
    -webkit-mask-size: cover;
    mask: url(/images/img_link_list.svg) no-repeat 50%;
    mask-size: cover;
    margin-top: 0;
    margin-right: 10px;
    width: 16px;
    height: 7px;
    background: none;
    background-color: #0029d2;
  }
}
/* @use "./sub/notice"; */
.page-main {
  overflow: hidden;
}

.main-special {
  overflow: hidden;
  position: relative;
  margin: 12rem 0 45.4rem 7rem;
  width: 182rem;
  height: 83rem;
}
.main-special .article {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: calc(100vw - 7rem);
  height: 83rem;
  overflow: hidden;
  display: flex;
  background: #fff;
  border-left: 2px solid #0029d2;
}
.main-special .article:nth-child(1) {
  position: relative;
  left: 0;
}
.main-special .article:nth-child(1).active {
  left: 0;
}
.main-special .article:nth-child(1).active + article {
  left: calc(100% - 6.25vw);
}
.main-special .article:nth-child(1).active + article + article {
  left: 100%;
}
.main-special .article:nth-child(2) {
  left: calc(100% - 6.25vw);
  width: calc(100% - 12.7083vw);
}
.main-special .article:nth-child(2).active {
  left: 6.25vw;
}
.main-special .article:nth-child(2).active + article {
  left: calc(100% - 6.25vw);
}
.main-special .article:nth-child(3) {
  left: 100%;
  width: calc(100% - 12.7083vw);
}
.main-special .article:nth-child(3).active {
  left: 12.5vw !important;
}
.main-special .article .box-image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-shrink: 0;
  float: left;
  width: 38.033vw;
  height: 100%;
  overflow: hidden;
}
.main-special .article .box-image img {
  width: auto;
  height: 100%;
  vertical-align: bottom;
}
.main-special .article .box-text {
  position: relative;
  top: 0.3125vw;
  margin: 0 2.3445vw;
}
.main-special .article .text-title {
  margin-bottom: 3.125vw;
  font-size: 2.3438vw;
  font-weight: 600;
  line-height: 140%;
  word-break: keep-all;
}
.main-special .article .text-detail {
  margin-bottom: 1.5625vw;
  font-size: 1.3025vw;
  font-weight: 400;
  word-break: keep-all;
}
.main-special .article .text-detail > span {
  display: block;
}
.main-special .article .link-more {
  font-size: 1.042vw;
  font-weight: 400;
  font-family: "proxima-nova";
  color: #0029d2;
}
.main-special .article .link-more::after {
  background-color: #0029d2;
}
.main-special .title {
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
  width: 12rem;
  height: 80rem;
  font-family: "proxima-nova";
  font-size: 4.689vw;
  font-weight: 600;
  color: #0029d2;
  white-space: nowrap;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  line-height: 6.25vw;
}
.main-special .title span {
  font-size: 1.3025vw;
}
.main-special .cont {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-shrink: 1;
  width: 158rem;
}

.main-insight {
  position: relative;
  margin: 0;
}
.main-insight .title {
  margin-bottom: 12rem;
  padding: 3rem 7rem 0;
  font-family: "proxima-nova";
  font-size: 4rem;
  font-weight: 700;
  color: #0029d2;
  line-height: 130%;
}
.main-insight .article {
  margin-top: 0;
  padding: 0 3.6458vw;
  clear: both;
}
.main-insight .article + .article {
  margin-top: 20rem;
}
.main-insight .article.type-1 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1.042vw;
}
.main-insight .article.type-1 .project-image {
  order: 2;
  overflow: hidden;
}
.main-insight .article.type-1 .project-image img {
  display: block;
  width: 100%;
  transition: scale 2s;
}
.main-insight .article.type-1 .project-image:hover img {
  scale: 1.1;
}
.main-insight .article.type-1 .project-detail {
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
}
.main-insight .article.type-1 .project-name {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 18rem;
  height: 100%;
  font-size: 1.6672vw;
  line-height: 140%;
  font-weight: 600;
}
.main-insight .article.type-1 .project-name strong {
  display: block;
  margin-bottom: -0.5rem;
  font-family: "proxima-nova";
  font-size: 5.21vw;
  line-height: 140%;
  font-weight: 600;
}
.main-insight .article.type-1 .project-description {
  padding: 0.7vw 0;
  width: 100%;
  flex-shrink: 0;
  font-size: 1.3025vw;
  border-bottom: 1px solid #0029d2;
}
.main-insight .article.type-1 .project-more {
  padding: 0.65vw 0;
  width: 100%;
  flex-shrink: 0;
  font-family: "proxima-nova";
  font-size: 1.3025vw;
  border-bottom: 1px solid #0029d2;
}
.main-insight .article.type-2 .project-image {
  margin-bottom: 1.042vw;
  overflow: hidden;
}
.main-insight .article.type-2 .project-image img {
  display: block;
  width: 100%;
  transition: 2s;
}
.main-insight .article.type-2 .project-image:hover img {
  scale: 1.1;
}
.main-insight .article.type-2 .project-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.main-insight .article.type-2 .project-name {
  padding: 0 0 0.5208vw;
  width: 100%;
  height: 2.3438vw;
  font-size: 1.6672vw;
  font-weight: 600;
  border-bottom: 1px solid #0029d2;
}
.main-insight .article.type-2 .project-description {
  margin: -2.605vw 0 0 50%;
  padding: 0 0 0.2083vw;
  width: 50%;
  height: 2.3438vw;
  text-align: right;
  font-weight: 400;
  font-size: 1.3025vw;
}
.main-insight .article.type-2 .project-more {
  padding: 0.64vw 0;
  width: 100%;
  font-family: "proxima-nova";
  font-size: 1.3025vw;
  font-weight: 400;
  border-bottom: 1px solid #0029d2;
}

.main-casestudy {
  position: relative;
  margin-top: 40rem;
  padding: 0;
  overflow: hidden;
}
.main-casestudy .title {
  margin-bottom: 6.37vw;
  padding: 1.042vw 3.6458vw 0;
  font-family: "proxima-nova";
  font-size: 2.084vw;
  font-weight: 600;
  line-height: 130%;
  color: #0029d2;
}
.main-casestudy ul {
  margin: 0 3.6458vw;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.main-casestudy ul li {
  width: 32.57%;
  flex-shrink: 0;
  margin-bottom: 18rem;
}
.main-casestudy ul li .box-image {
  overflow: hidden;
}
.main-casestudy ul li .box-image img {
  width: 100%;
  transition: 2s;
}
.main-casestudy ul li .box-image:hover img {
  scale: 1.1;
}
.main-casestudy ul li.wide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.main-casestudy ul li.wide > a {
  width: 100%;
}
.main-casestudy ul li.wide .project-name {
  margin-top: 0.7vw;
  padding: 0.7vw 0;
  width: 86%;
  border-bottom: 1px solid #0029d2;
}
.main-casestudy ul li.wide .project-more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 14%;
  text-align: right;
}
.main-casestudy ul li.wide .project-more a {
  padding: 0;
}
.main-casestudy .project-name {
  display: block;
  margin-top: 1.042vw;
  padding: 0;
  font-size: 1.7vw;
  font-weight: 600;
  line-height: 140%;
  word-break: keep-all;
}
.main-casestudy .project-more {
  display: block;
  margin-top: 0.2604vw;
  padding: 0.2604vw 0;
  font-family: "proxima-nova";
  font-size: 1.3vw;
  border-bottom: 1px solid #0029d2;
}

.main-ongoingproject {
  position: relative;
  margin-top: 7.7vw;
  padding: 0 0 20vw;
  overflow: hidden;
}
.main-ongoingproject .title {
  margin-bottom: 6.42vw;
  padding: 1.042vw 3.6458vw 0;
  font-family: "proxima-nova";
  font-size: 2.084vw;
  font-weight: 600;
  line-height: 130%;
  color: #0029d2;
}
.main-ongoingproject ul {
  margin: 0 3.6458vw;
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
}
.main-ongoingproject ul li {
  width: 32.57%;
  flex-shrink: 0;
  margin-bottom: 9.4vw;
}
.main-ongoingproject ul li .box-image {
  overflow: hidden;
}
.main-ongoingproject ul li .box-image img {
  width: 100%;
  transition: 2s;
}
.main-ongoingproject ul li .box-image:hover img {
  scale: 1.1;
}
.main-ongoingproject .project-name {
  display: block;
  margin-top: 1.2vw;
  padding: 0.2vw 0;
  font-size: 1.7vw;
  font-weight: 600;
  line-height: 140%;
  word-break: keep-all;
}
.main-ongoingproject .project-category {
  display: block;
  padding: 0.4vw 0;
  font-size: 1.3vw;
}
.main-ongoingproject .link-more {
  display: block;
  margin: 0 auto;
  padding: 0.94vw 1.4vw 0.94vw 0;
  width: 10vw;
  font-family: "proxima-nova";
  font-size: 1.3vw;
  color: #0029d2;
}
.main-ongoingproject .link-more::after {
  background-color: #0029d2;
}

.link-more::after {
  content: "";
  -webkit-mask: url(../../images/img_link.svg) no-repeat 50%;
  -webkit-mask-size: cover;
  mask: url(../../images/img_link.svg) no-repeat 50%;
  mask-size: cover;
  display: inline-block;
  margin-left: 0.5208vw;
  width: 1.6568vw;
  height: 0.7401vw;
  background-color: #343434;
}

.link-more-list {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-family: "proxima-nova";
  font-size: 1.3025vw;
  color: #0029d2;
}
.link-more-list::after {
  content: "";
  -webkit-mask: url(../../images/img_morelist.svg) no-repeat 50%;
  -webkit-mask-size: cover;
  mask: url(../../images/img_morelist.svg) no-repeat 50%;
  mask-size: cover;
  display: inline-block;
  margin-left: 0.5208vw;
  width: 0.7813vw;
  height: 0.4167vw;
  background-color: red;
  border: 1px solid red;
}

.temp {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 210;
  opacity: 0.3;
  width: 1920px;
  height: 100%;
  background: url(/splash.png) no-repeat left top;
  background-size: 100% auto;
}

.intro {
  display: flex;
  position: relative;
  z-index: 100;
  overflow: hidden;
  width: 100%;
  height: 100dvh;
  box-sizing: border-box;
  background-color: #0029d2;
}
.intro .logo {
  position: absolute;
  left: 7rem;
  top: 50%;
  margin-top: -13.6vw;
  width: 177.6rem;
  height: 29.847rem;
  text-indent: -1000px;
  overflow: hidden;
}
.intro .logo::after {
  content: "";
  -webkit-mask: url(../../images/CI.svg) no-repeat left 50%;
  -webkit-mask-size: auto;
  mask: url(../../images/CI.svg) no-repeat left 50%;
  mask-size: auto;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all 0.4s;
}
.intro .slogun {
  position: absolute;
  display: flex;
  align-items: center;
  height: 6.8rem;
  white-space: nowrap;
  font-family: "proxima-nova";
  font-size: 4.8rem;
  font-weight: 600;
  color: #fff;
  line-height: 160%;
  letter-spacing: -0.03em;
}
.intro .text {
  position: absolute;
  left: 127rem;
  top: 58.4%;
  width: 57.3rem;
  font-family: "proxima-nova";
  font-size: 2.5rem;
  line-height: 160%;
  color: #fff;
  letter-spacing: 0;
}
.intro .line {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #fff;
}
.intro .slogun.m2 {
  top: auto;
  bottom: 14.5rem;
  left: auto;
  right: 7rem;
  font-size: 4.8rem;
}
.intro .slogun.m3 {
  top: auto;
  bottom: 7.5rem;
  left: auto;
  right: 7rem;
  font-size: 4.8rem;
}
.intro .text.t2 {
  opacity: 0;
}
.intro .text.t3 {
  opacity: 0;
}
.intro .line.l1 {
  bottom: 21rem;
}
.intro .line.l2 {
  bottom: 14rem;
}
.intro .line.l3 {
  bottom: 7rem;
}
.intro .scroll-ex {
  opacity: 0;
  position: absolute;
  bottom: 3.6458vw;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 5;
}
.intro .scroll-ex span {
  display: inline-block;
  position: relative;
  padding-left: 1.9625vw;
  font-size: 1.3021vw;
  color: #fff;
  font-family: "proxima-nova";
}
.intro .scroll-ex span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.0417vw;
  height: 1.5625vw;
  border: 0.1042vw solid #fff;
  border-radius: 0.9896vw;
  transform: translateY(-50%);
}
.intro .scroll-ex span::after {
  content: "";
  width: 0.3083vw;
  height: 0.3083vw;
  position: absolute;
  top: 0.2083vw;
  background-color: #fff;
  left: 0.4525vw;
  border-radius: 100%;
  opacity: 1;
  animation: mouse 1.2s infinite ease-out;
}
@keyframes mouse {
  from {
    opacity: 1;
    top: 4px;
  }
  to {
    opacity: 0;
    top: 16px;
  }
}

#loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.6);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../images/loading.svg);
  background-size: 80px auto;
}

@media (max-width: 1280px) {
  .btn-gnb {
    display: block;
  }
  .exp-line-box li.m-hide {
    display: none;
  }
  .header-site__inner .navigation-global {
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #0029d2;
  }
  .header-site__inner .navigation-global.active {
    right: 0;
  }
  .header-site__inner .navigation-global ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
    padding: 90px 16px 0;
  }
  .header-site__inner .navigation-global ul a {
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #fff;
  }
  .header-site__inner .navigation-global ul .safeu {
    padding-left: 0;
    padding-top: 20px;
  }
  .header-site__inner .navigation-global ul .safeu::before {
    top: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  .header-site.active::after {
    width: 100%;
  }
  .header-site.active .logo-site a::after {
    background-color: #fff;
  }
  .header-site.active .btn-gnb span {
    width: 18px;
    height: 2px;
    background-color: #fff;
  }
  .header-site.active .btn-gnb span:nth-child(1) {
    top: 15px;
    transform: rotate(405deg);
  }
  .header-site.active .btn-gnb span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 34px;
    transform: rotate(405deg);
  }
  .header-site.active .btn-gnb span:nth-child(3) {
    top: 15px;
    transform: rotate(-405deg);
  }
  .header-site.active .navigation-global {
    right: 0;
  }
  .header-site.active .link-community {
    left: 16px;
  }
  .footer-site {
    border-top: 1px solid #fff;
  }
  .footer-site a {
    font-family: "SUIT";
  }
  .footer-site .logo-footer {
    display: none;
    left: 24px;
    top: 13px;
  }
  .footer-site .logo-footer::after {
    width: 64px;
    height: 11px;
  }
  .footer-site .links-site {
    display: flex;
    justify-content: flex-start;
    padding: 5px 20px;
    height: auto;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
  }
  .footer-site .links-site .list {
    display: flex;
    justify-content: flex-start;
    gap: inherit;
    flex-wrap: wrap;
    margin-right: 0;
  }
  .footer-site .links-site .list li {
    flex: none;
    padding: 0;
    font-size: 12px;
  }
  .footer-site .links-site .list li a {
    height: auto;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: -0.03em;
    padding: 5px;
    line-height: 1.4;
  }
  .footer-site .information-company {
    display: flex;
    justify-content: flex-start;
    padding: 0 24px;
    height: 40px;
    font-size: 12px;
    font-weight: 400;
    box-sizing: border-box;
  }
  .footer-site .information-company .link-phone {
    margin-right: 0;
    width: auto;
  }
  .footer-site .information-company .link-phone a {
    display: flex;
    align-items: center;
    height: 40px;
    font-size: 12px;
    font-weight: 400;
  }
  .footer-site .information-company .link-mail {
    margin-right: 0;
    width: auto;
    margin-left: 20px;
  }
  .footer-site .information-company .link-mail a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 40px;
    font-weight: 400;
  }
  .footer-site .links-relatiion {
    display: flex;
    justify-content: flex-start;
    padding: 0 24px;
    height: 40px;
  }
  .footer-site .links-relatiion .list {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
  }
  .footer-site .links-relatiion .list li {
    padding: 0;
    font-size: 12px;
  }
  .footer-site .links-relatiion .list li a {
    display: inline-flex;
    align-items: center;
    height: 40px;
    font-weight: 300;
  }
  .footer-site .links-relatiion .list li a::after {
    content: none;
  }
  .footer-site .text-copyright {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 40px;
    padding: 0 24px;
    font-family: "SUIT";
    font-size: 12px;
    font-weight: 300;
    box-sizing: border-box;
  }
  .footer-site .text-copyright p {
    width: 240px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: -0.03em;
  }
  .bottom-dominoes .item {
    height: 40px;
  }
  .request-site .request-site-inner {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 0 63px;
  }
  .request-site .title {
    height: 100%;
    font-family: "proxima-nova";
    font-size: 1.6vw;
  }
  .request-site .text-information {
    display: none;
  }
  .request-site [class^=link] {
    position: static;
    font-size: 14px;
  }
  .request-site [class^=link]::after {
    content: "";
    -webkit-mask: url(../../images/img_link.svg) no-repeat 50%;
    -webkit-mask-size: cover;
    mask: url(../../images/img_link.svg) no-repeat 50%;
    mask-size: cover;
    position: relative;
    top: -1px;
    display: inline-block;
    margin-left: 6px;
    width: 16px;
    height: 7px;
  }
  .request-site .box-brosure {
    padding: 46px 15px 50px;
    width: 100%;
  }
  .request-site .box-brosure .text-slogun-1 {
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
  }
  .request-site .box-brosure .text-slogun-1 br {
    display: none;
  }
  .request-site .box-brosure .text-slogun-2 {
    font-size: 14px;
    text-align: center;
    line-height: 160%;
  }
  .request-site .box-brosure .link-brosure {
    font-size: 1vw;
  }
  .request-site .box-contact {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-shrink: 0;
    padding: 0 14px;
    width: 50%;
    height: auto;
    font-weight: 500;
    border-left: none;
    box-sizing: border-box;
  }
  .request-site .box-contact .title {
    display: none;
  }
  .request-site .box-recruit {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0 14px;
    width: 50%;
    height: auto;
    font-weight: 500;
    border-left: none;
  }
  .request-site .box-recruit .title {
    display: none;
  }
  .box-pattern {
    position: relative;
    background: #0029d2;
  }
  .box-pattern > div {
    position: relative;
    height: 40px;
  }
  .box-pattern > div::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
  }
  .box-pattern > div:nth-child(1)::after {
    height: 1.1px;
  }
  .box-pattern > div:nth-child(2)::after {
    height: 2.2px;
  }
  .box-pattern > div:nth-child(3)::after {
    height: 3.3px;
  }
  .box-pattern > div:nth-child(4)::after {
    height: 4.4px;
  }
  .box-pattern > div:nth-child(5)::after {
    height: 5.5px;
  }
  .box-pattern > div:nth-child(6)::after {
    height: 6.6px;
  }
  .box-pattern > div:nth-child(7)::after {
    height: 7.7px;
  }
  .box-pattern > div:nth-child(8)::after {
    height: 8.8px;
  }
  .box-pattern > div:nth-child(9)::after {
    height: 9.9px;
  }
  .box-pattern > div:nth-child(10)::after {
    height: 11px;
  }
  .box-pattern > div:nth-child(11)::after {
    height: 12.1px;
  }
  .box-pattern > div:nth-child(12)::after {
    height: 13.2px;
  }
  .box-pattern > div:nth-child(13)::after {
    height: 14.3px;
  }
  .box-pattern > div:nth-child(14)::after {
    height: 15.4px;
  }
  .box-pattern > div:nth-child(15)::after {
    height: 16.5px;
  }
  .box-pattern > div:nth-child(16)::after {
    height: 17.6px;
  }
  .box-pattern > div:nth-child(17)::after {
    height: 18.7px;
  }
  .box-pattern > div:nth-child(18)::after {
    height: 19.8px;
  }
  .box-pattern > div:nth-child(19)::after {
    height: 20.9px;
  }
  .box-pattern > div:nth-child(20)::after {
    height: 22px;
  }
  .box-pattern > div:nth-child(21)::after {
    height: 23.1px;
  }
  .box-pattern > div:nth-child(22)::after {
    height: 24.2px;
  }
  .box-pattern > div:nth-child(23)::after {
    height: 25.3px;
  }
  .box-pattern > div:nth-child(24)::after {
    height: 26.4px;
  }
  .box-pattern > div:nth-child(25)::after {
    height: 27.5px;
  }
  .box-pattern > div:nth-child(26)::after {
    height: 28.6px;
  }
  .box-pattern > div:nth-child(27)::after {
    height: 29.7px;
  }
  .box-pattern > div:nth-child(28)::after {
    height: 30.8px;
  }
  .box-pattern > div:nth-child(29)::after {
    height: 31.9px;
  }
  .box-pattern > div:nth-child(30)::after {
    height: 33px;
  }
  .box-pattern > div:nth-child(31)::after {
    height: 34.1px;
  }
  .box-pattern > div:nth-child(32)::after {
    height: 35.2px;
  }
  .box-pattern > div:nth-child(33)::after {
    height: 36.3px;
  }
  .box-pattern > div:nth-child(34)::after {
    height: 37.4px;
  }
  .box-pattern > div:nth-child(35)::after {
    height: 38.5px;
  }
  .box-pattern > div:nth-child(36)::after {
    height: 39.6px;
  }
  .box-pattern > div:nth-child(37)::after {
    height: 40.7px;
  }
  .box-pattern > div:nth-child(38)::after {
    height: 41.8px;
  }
  .header-site {
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    right: auto;
    width: 100%;
    height: 55px;
    background-color: #fff;
  }
  .header-site .logo-site {
    position: fixed;
    left: 24px;
    top: 20px;
    z-index: 11;
    width: 80px;
    height: 13px;
  }
  .page-visual {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    height: 547px;
  }
  .page-visual .title {
    margin: 0 24px;
    margin-left: 24px;
    font-size: 70px;
    font-weight: 600;
    letter-spacing: -0.03em;
  }
  .page-visual .text {
    margin: 40px 24px 0;
    word-break: keep-all;
    width: auto;
    height: auto;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
  }
  .page-visual .text p:nth-child(2) {
    margin-bottom: 28px;
  }
  .page-visual .link-external {
    left: 24px;
    top: 422px;
    font-size: 24px;
    padding-top: 28px;
  }
  .page-visual .link-external::after {
    content: "";
    -webkit-mask: url(../../images/img_link_external.svg) no-repeat 50%;
    -webkit-mask-size: cover;
    mask: url(../../images/img_link_external.svg) no-repeat 50%;
    mask-size: cover;
    display: inline-block;
    margin-left: 8px;
    width: 20px;
    height: 20px;
    background-color: #0029d2;
  }
  .btn-more {
    font-size: 16px;
    line-height: 160%;
    padding-bottom: 100px;
  }
  .btn-more::after {
    content: "";
    -webkit-mask: url(../../images/img_morelist.svg) no-repeat 50%;
    -webkit-mask-size: cover;
    mask: url(../../images/img_morelist.svg) no-repeat 50%;
    mask-size: cover;
    margin-left: 6px;
    width: 18px;
    height: 18px;
  }
  .list-common {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .list-common .item {
    width: 100%;
    height: auto;
    max-height: initial;
    margin: 0 0 100px 0;
  }
  .list-common .item.video {
    width: 100%;
    height: auto;
    max-height: initial;
    margin: 0 0 100px 0;
  }
  .list-common .item .image:hover img {
    scale: 1.1;
  }
  .list-common .item:nth-child(9n+1) .image {
    height: auto;
  }
  .list-common .item:nth-child(9n+2) .image {
    height: auto;
  }
  .list-common .item:nth-child(9n+3) .image {
    height: auto;
  }
  .list-common .item:nth-child(9n+4) .image {
    height: auto;
  }
  .list-common .item:nth-child(9n+5) .image {
    height: auto;
  }
  .list-common .item:nth-child(9n+6) .image {
    height: auto;
  }
  .list-common .item:nth-child(9n+7) .image {
    height: auto;
  }
  .list-common .item:nth-child(9n+8) .image {
    height: auto;
  }
  .list-common .item:nth-child(9n+9) .image {
    height: auto;
  }
  .list-common .item:last-child {
    margin: 0 0 170px 0;
  }
  .list-common .image {
    margin-bottom: 11px;
  }
  .list-common .name {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 130%;
  }
  .list-common .tags {
    display: flex;
    gap: 0.7813vw;
    font-size: 1.042vw;
    color: #a5a5a5;
  }
  .list-common .category {
    font-size: 18px;
    line-height: 130%;
    font-weight: 500;
  }
  .list-common .platform {
    white-space: nowrap;
  }
  .list-common .description {
    margin-top: 12px;
    font-size: 18px;
  }
  .list-common .date {
    margin-top: 8px;
    font-size: 16px;
    color: #a5a5a5;
  }
  .list-common .link {
    border-bottom: 1px solid #0029d2;
  }
  .list-common .link a {
    display: flex;
    align-items: center;
    height: 2.9167vw;
    font-family: "proxima-nova";
    font-size: 1.3025vw;
  }
  .list-common.view {
    border-bottom: 2px solid #0029d2;
  }
  .list-common.view .item .item__inner {
    padding: 0 24px;
  }
  .list-common.view .name {
    font-size: 20px;
  }
  .tab-category {
    gap: 16px;
    padding: 9px 24px 0;
  }
  .tab-category button {
    font-size: 20px;
    font-weight: 700;
  }
  .tab-category button.active {
    font-size: 24px;
  }
  .tab-category button.ico-win::after {
    width: 16px;
    height: 16px;
    margin-left: 8px;
    background-size: 100% auto;
  }
  .page-work .work_line-content {
    display: none;
  }
  .page-work .list-common {
    padding: 0;
  }
  .page-work .list-common .item {
    position: relative;
  }
  .page-work .list-common .platform,
  .page-work .list-common .award,
  .page-work .list-common .description {
    display: none;
  }
  .page-work .list-common .link {
    border: none;
  }
  .page-work .list-common .link a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-indent: -100vw;
  }
  .page-work .list-common.headline {
    margin-bottom: 100px;
    padding: 0;
  }
  .page-work .list-common.headline .item:first-child {
    padding: 0;
  }
  .page-work .list-common.headline .item {
    position: relative;
    top: -2px;
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: unset;
    max-height: initial;
    border-bottom: 1px solid #0029d2;
  }
  .page-work .list-common.headline .item:last-child {
    border-bottom: 2px solid #0029d2;
  }
  .page-work .list-common.headline .item:last-child .link {
    border-bottom: none;
  }
  .page-work .list-common.headline .item video {
    height: auto;
  }
  .page-work .list-common.headline .item .image {
    margin-bottom: 15px;
    height: auto;
  }
  .page-work .list-common.headline .item .image img {
    min-width: 100%;
    height: auto;
  }
  .page-work .list-common.headline .item .name {
    padding-top: 16px;
    position: static;
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 130%;
    color: #343434;
  }
  .page-work .list-common.headline .item .category {
    position: static;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 130%;
  }
  .page-work .list-common.headline .item .description {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 150%;
    border-bottom: none;
    padding-bottom: 100px;
  }
  .page-work .list-common.headline .item .link {
    margin: 0;
    border-bottom: none;
  }
  .page-work .list-common.headline .item .link a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-indent: -1000px;
    overflow: hidden;
  }
  .page-work .list-common.headline .item .link a::after {
    content: none;
  }
  .page-work .list-common.headline .item .workMainLink {
    display: block;
    position: relative;
    padding: 0 24px;
  }
  .page-work .list-common.headline .item .workMainTitleGroup {
    position: unset;
  }
  .page-work .list-common.headline .item .workMainTitleGroup.black .workMainAward-title,
  .page-work .list-common.headline .item .workMainTitleGroup.black .name,
  .page-work .list-common.headline .item .workMainTitleGroup.black .workMainBiz {
    color: #343434;
  }
  .page-work .list-common.headline .item .workMainTitleGroup--kb {
    top: 240px;
  }
  .page-work .list-common.headline .item .workMainAward-year {
    display: none;
    align-items: center;
    margin-bottom: 24px;
  }
  .page-work .list-common.headline .item .workMainAward {
    display: inline-flex;
    width: 48px;
    height: 48px;
    margin-right: 12px;
    background-position: 0 0;
    background-size: 48px auto;
    background-repeat: no-repeat;
  }
  .page-work .list-common.headline .item .workMainAward--app {
    background-image: url("/images/img_award_type1.png");
  }
  .page-work .list-common.headline .item .workMainAward--webApp {
    background-image: url("/images/img_award_type2.png");
  }
  .page-work .list-common.headline .item .workMainAward-title {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    color: #343434;
    line-height: 100%;
  }
  .page-work .list-common.headline .item .workMainBiz {
    margin-top: 4px;
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #a5a5a5;
  }
  .page-work .list-common.headline .item .workMainBiz em {
    margin-right: 10px;
  }
  .page-work .list-common.headline .item .workMainBiz em:last-child {
    margin-right: 0;
  }
  .page-work .list-common.headline .item .wrokMainAppLog {
    overflow: hidden;
    border-radius: 20px;
    margin-top: 100px;
    width: 9;
    height: 9;
    box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.18);
  }
  .page-work .list-common.headline .item .wrokMainAppLog--kb {
    background: url("/images/log_kb.png") no-repeat 0 0;
  }
  .page-work .list-common.headline .item .workMainImgObj {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
  }
  .page-work .list-common.headline .item .workMainImgObj img {
    position: absolute;
  }
  .page-work .list-common.headline .item .workMainImgObj :nth-child(1) {
    top: 530px;
    right: 340px;
    z-index: 2;
  }
  .page-work .list-common.headline .item .workMainImgObj :nth-child(2) {
    top: 95px;
    right: 247px;
    z-index: 1;
  }
  .page-work .list-common.headline .item .workMainImgObj--koreanair :nth-child(1) {
    top: 97px;
    right: 440px;
    z-index: 1;
  }
  .page-work .list-common.headline .item .workMainImgObj--koreanair :nth-child(2) {
    top: 186px;
    right: 150px;
    z-index: 2;
  }
  .page-work .list-common.more {
    display: none;
    margin: 0 0 70px;
    padding: 0;
  }
  .page-work .list-common.more .item__inner {
    position: unset;
    display: block;
    width: auto;
    margin: unset;
  }
  .page-work .list-common.more .item:last-child {
    border-bottom: 2px solid #0029d2;
  }
  .page-work .list-common.more.active {
    display: block;
  }
  .page-work .list-common.more .year {
    margin: 40px 19px 20px;
    padding: 0;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.03em;
    border: none;
  }
  .page-work .list-common.more .item {
    padding: 18px 18px 24px 18px;
    flex-wrap: wrap;
    height: auto;
    word-break: keep-all;
  }
  .page-work .list-common.more .item .name {
    margin-bottom: 2px;
    padding: 0;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
  }
  .page-work .list-common.more .item .cateplat .category {
    position: static;
    display: block;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    color: #606168;
  }
  .page-work .list-common.more .item .cateplat .platform {
    display: inline-block;
    flex-shrink: 0;
    font-size: 16px;
    line-height: 130%;
    font-weight: 400;
    color: #606168;
  }
  .page-work .list-common.more .item .cateplat .platform::before {
    content: "/";
    margin: 0 4px;
  }
  .page-work .list-common.more .item .award {
    display: inline-block;
    margin: 0 0 0 4px;
    width: auto;
    font-size: 16px;
    line-height: 130%;
    font-weight: 400;
    color: #606168;
  }
  .page-work .list-common.more .item .award:not(:empty)::before {
    content: "/";
  }
  .page-work .list-common.more .item .link {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
  }
  .page-work .list-common.more .item .link a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -1000px;
    overflow: hidden;
  }
  .page-work .list-common.more .item .link a::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 22px;
    margin: 0;
    padding: 0;
    width: 16px;
    height: 16px;
    text-indent: 0;
    fill: #fff;
    background: url("../../images/icon_link_type2.svg") no-repeat 0 0;
  }
  .page-work .list-common.more .item:has(div a) {
    padding-right: 90px !important;
  }
  .page-journal {
    /* 목록보기 단독 사용 추가*/
  }
  .page-journal:has(.cont-journal)::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .page-journal .cont-visual {
    top: 55px;
    height: 220px;
  }
  .page-journal .cont-visual .title {
    padding: 0 15px;
    font-size: 20px;
    font-weight: 600;
    line-height: 160%;
  }
  .page-journal .cont-visual .image {
    display: block;
    position: absolute;
    left: 0;
    top: 0%;
    z-index: 1;
    width: 100%;
  }
  .page-journal .cont-journal {
    margin: 275px auto 0;
    padding: 36px 24px 100px;
    font-size: 18px;
    line-height: 160%;
    max-width: 100%;
    font-weight: 400;
  }
  .page-journal .cont-journal a {
    text-decoration: underline;
  }
  .page-journal .cont-journal a[target=_blank]::after {
    content: "";
    position: relative;
    top: 2px;
    -webkit-mask: url(../../images/img_link_external.svg) no-repeat 50%;
    -webkit-mask-size: cover;
    mask: url(../../images/img_link_external.svg) no-repeat 50%;
    mask-size: cover;
    margin-left: 15px;
    width: 25px;
    height: 24px;
    background-color: #343434;
  }
  .page-journal .cont-journal .information-cont {
    display: flex;
    align-items: center;
    margin: 0 0 31px;
  }
  .page-journal .cont-journal .date {
    position: relative;
    font-family: "proxima-nova";
    font-size: 18px;
    line-height: 160%;
    order: 1;
    padding-right: 16px;
  }
  .page-journal .cont-journal .date::after {
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 11px;
    background: #606168;
  }
  .page-journal .cont-journal .category {
    font-family: "proxima-nova";
    font-size: 18px;
    line-height: 160%;
    order: 2;
  }
  .page-journal .cont-journal .category::after {
    content: none;
  }
  .page-journal .cont-journal h3 {
    margin: 0 0 20px 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    color: #343434;
    word-break: keep-all;
  }
  .page-journal .cont-journal h3 br {
    display: block;
  }
  .page-journal .cont-journal h4 {
    margin: 0 0 15px 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;
    color: #343434;
    word-break: keep-all;
  }
  .page-journal .cont-journal ul {
    display: block;
    list-style-type: disc;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    list-style: disc;
  }
  .page-journal .cont-journal ul li {
    list-style: disc;
  }
  .page-journal .cont-journal ol {
    display: block;
    list-style-type: disc;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
  }
  .page-journal .cont-journal ol li {
    list-style: auto;
  }
  .page-journal .cont-journal blockquote {
    color: #606168;
    line-height: 195%;
    margin: 50px 0;
    text-align: center;
    font-size: 20px;
    line-height: 170%;
  }
  .page-journal .cont-journal blockquote::before {
    content: "";
    display: block;
    margin: 0 auto 15px;
    width: 19px;
    height: 13px;
    background-image: url(../images/quotation_left.png);
    background-repeat: no-repeat;
    background-position: 50%;
  }
  .page-journal .cont-journal blockquote::after {
    content: "";
    display: block;
    margin: 25px auto 0;
    width: 19px;
    height: 13px;
    background-image: url(../images/quotation_right.png);
    background-repeat: no-repeat;
    background-position: 50%;
  }
  .page-journal .cont-journal .color1 {
    color: #0029d2;
  }
  .page-journal .cont-journal .color2 {
    color: #a5a5a5;
  }
  .page-journal .cont-journal img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .page-journal .cont-journal img.jour_img3 {
    width: 327px;
  }
  .page-journal .cont-journal figure {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .page-journal .cont-journal figure figcaption {
    margin-top: 12px;
    font-size: 16px;
    line-height: 160%;
    color: #a5a5a5;
  }
  .page-journal .cont-journal .link-list {
    margin: 100px 0 0;
    text-align: left;
    font-size: 25px;
    color: #0029d2;
    line-height: 160%;
    height: 40px;
  }
  .page-journal .cont-journal .link-list a {
    color: #0029d2;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
  }
  .page-journal .cont-journal .link-list a::before {
    content: "";
    display: inline-block;
    -webkit-mask: url(/images/img_link_list.svg) no-repeat 50%;
    -webkit-mask-size: cover;
    mask: url(/images/img_link_list.svg) no-repeat 50%;
    mask-size: cover;
    margin-top: 0;
    margin-right: 10px;
    width: 16px;
    height: 7px;
    background: none;
    background-color: #0029d2;
  }
  .page-journal .cont-journal .link-related {
    margin-top: -28px;
    font-size: 14px;
    font-weight: 500;
  }
  .page-journal .cont-journal .link-related a::after {
    margin-left: 10px;
    width: 18px;
    height: 17px;
    background-color: #0029d2;
  }
  .page-journal .cont-journal .text-box {
    width: auto;
    margin-top: 115px;
  }
  .page-journal .cont-journal .text-box p {
    font-size: 16px;
    line-height: 40px;
    min-height: 40px;
    padding: 0;
  }
  .page-journal .cont-more {
    margin-bottom: 10.9375vw;
    border-top: 2px solid #0029d2;
  }
  .page-journal .cont-more .title {
    margin: 0.6771vw 0 5.731vw 3.647vw;
    font-family: "proxima-nova";
    line-height: 160%;
    font-size: 2.084vw;
    color: #0029d2;
    font-weight: 700;
  }
  .page-journal .article-wrap .article-text-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
  }
  .page-journal .article-wrap .article-text {
    font-size: 24px;
    font-weight: 600;
    padding: 6px 0 40px 0;
  }
  .page-journal .article-wrap .list-common .item {
    margin-bottom: 100px;
    height: auto;
  }
  .page-journal .article-wrap .list-common .item .image {
    width: 100%;
    height: auto;
  }
  .page-journal .article-wrap .list-common .item:nth-child(9n+2) image {
    height: 100%;
  }
  .page-journal .article-wrap .list-common .item:last-child {
    margin-bottom: 200px;
  }
  .page-journal .article-wrap .list-common .item .description {
    display: none !important;
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
  }
  .page-journal .list-common .item {
    max-height: none;
  }
  .page-journal .list-common .item.active {
    display: block;
  }
  .page-journal .list-common .link {
    border: none;
  }
  .page-journal .list-common .link a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: none;
    text-indent: -1000px;
    overflow: hidden;
  }
  .page-journal .list-common .description {
    display: none !important;
  }
  .page-journal .list-common.headline {
    padding: 19px 0 0;
    border-top: 2px solid #0029d2;
    border-bottom: 2px solid #0029d2;
  }
  .page-journal .list-common.headline .headline__inner {
    width: auto;
    margin: 0;
  }
  .page-journal .list-common.headline::before {
    content: none;
  }
  .page-journal .list-common.headline .item {
    margin: 0 0 115px;
    padding: 0 24px;
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .page-journal .list-common.headline .item:last-child {
    margin-bottom: 0;
  }
  .page-journal .list-common.headline .item .image {
    position: static;
    width: auto;
    height: auto;
  }
  .page-journal .list-common.headline .item .name {
    display: block;
    margin: 0;
    width: auto;
    font-size: 22px;
    font-weight: 700;
  }
  .page-journal .list-common.headline .item .name br {
    display: none;
  }
  .page-journal .list-common.headline .item .name .date {
    display: block;
    margin: 0;
    font-family: "proxima-nova";
    font-size: 16px;
    font-weight: 400;
    color: #a5a5a5;
  }
  .page-journal .list-common.headline .item .description {
    display: none !important;
    padding: 0;
    width: auto;
    border-bottom: none;
  }
  .page-journal .list-common.headline .item .link {
    width: auto;
    height: auto;
    border-bottom: none;
  }
  .page-journal .list-common.headline .item .link a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -1000px;
    overflow: hidden;
  }
  .page-journal .list-common.headline .item .link a::after {
    content: none;
  }
  .page-journal .list-common.headline .item {
    align-items: unset !important;
    margin: 0;
    padding: 0 24px 100px !important;
    border-bottom: none;
  }
  .page-journal .list-common.headline .item a {
    display: flex;
    flex-wrap: wrap;
  }
  .page-journal .list-common.headline .item .image {
    width: 100%;
  }
  .page-journal .list-common.headline .item .name,
  .page-journal .list-common.headline .item .tags,
  .page-journal .list-common.headline .item .description,
  .page-journal .list-common.headline .item .date {
    width: 100%;
  }
  .page-journal .list-common.headline .item .name {
    order: 1;
  }
  .page-journal .list-common.headline .item .image {
    margin-top: 16px;
    order: 2;
  }
  .page-journal .list-common.headline .item .description {
    order: 3;
  }
  .page-journal .list-common.headline .item .name {
    position: static;
    height: auto;
    font-size: 22px;
    line-height: 130%;
  }
  .page-journal .list-common.headline .item .tags {
    display: none;
  }
  .page-journal .list-common.headline .item .description {
    display: block !important;
    margin-top: 15px;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    color: #606168;
    text-overflow: unset !important;
    overflow: unset !important;
    height: auto !important;
  }
  .page-journal .list-common.headline .item .description br {
    display: none;
  }
  .page-journal .list-common.headline .item .description::after {
    display: none;
  }
  .page-journal .list-common.headline .item .date {
    display: none;
  }
  .page-journal .list-common.headline .item .link {
    width: auto;
  }
  .page-journal .list-common.headline .item .link a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-indent: -1000px;
    overflow: hidden;
  }
  .page-journal .list-common.headline .line-content {
    display: none;
  }
  .page-journal .list-common.journal .name {
    font-size: 20px;
  }
  .page-journal .list-common.journal .date {
    margin-top: 2px;
  }
  .page-journal .list-common.journal .btn-more {
    padding-bottom: 115px;
  }
  .page-journal.insight {
    margin: 275px auto 0;
    padding: 94px 0 0;
  }
  .page-journal.insight:has(.cont-journal)::after {
    top: 98vw;
  }
  .page-journal.insight h2.en {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .page-journal.insight h2.en br {
    display: block;
  }
  .page-journal.insight .cont-visual {
    height: 590px;
  }
  .page-journal.insight .cont-visual br.mo_br {
    display: block;
  }
  .page-journal.insight .cont-visual .image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .page-journal.insight .cont-visual .image img {
    width: auto;
    height: 100%;
  }
  .page-journal.insight .cont-visual .title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    word-break: keep-all;
  }
  .page-journal.insight .cont-journal {
    max-width: initial;
    padding: 100px 24px 0;
  }
  .page-journal.insight .cont-journal .information-cont {
    margin: 0 0 30px;
    font-weight: 600;
  }
  .page-journal.insight .cont-journal .head {
    margin-bottom: 100px;
  }
  .page-journal.insight .cont-journal .head .font_h3 {
    margin-bottom: 20px !important;
    line-height: 140%;
    font-size: 24px !important;
    font-weight: 700;
  }
  .page-journal.insight .cont-journal .head .font_h4 {
    margin-bottom: 15px !important;
    line-height: 140%;
    font-size: 22px !important;
    font-weight: 700;
  }
  .page-journal.insight .cont-journal .head p {
    line-height: 160%;
    font-size: 18px;
    font-weight: 400;
  }
  .page-journal.insight .journal-section {
    max-width: 100%;
  }
  .page-journal.insight .journal-section .sec_bann2_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 160%;
  }
  .page-journal.insight .journal-section .sec_bann2_desc {
    font-size: 18px;
    margin-bottom: 50px;
    line-height: 160%;
  }
  .page-journal.insight .journal-section.mt150 {
    margin-top: 1090px !important;
  }
  .page-journal.insight .journal-section.mt150 .journal-image {
    margin: 100px -40px 150px;
  }
  .page-journal.insight .journal-section.jour_sec_tip {
    margin-top: 150px;
  }
  .page-journal.insight .journal-section.jour_sec_mt {
    margin-top: 100px;
  }
  .page-journal.insight .journal-section.jour_sec_mt p.journal-desc {
    padding-bottom: 100px;
  }
  .page-journal.insight .journal-section.section2 {
    margin-top: 150px;
  }
  .page-journal.insight .journal-section.section6 {
    margin-top: 150px;
  }
  .page-journal.insight .journal-section.section7 {
    height: 1375px;
    margin: 100px 0;
  }
  .page-journal.insight .journal-section.section7.diagram {
    height: auto;
    margin: 100px 0 0 0;
  }
  .page-journal.insight .journal-section.section9 {
    margin-top: 100px;
  }
  .page-journal.insight .journal-section.section10 {
    margin: 0 0 100px;
  }
  .page-journal.insight .journal-section .journal-title {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 5px !important;
  }
  .page-journal.insight .journal-section .journal-title br {
    display: block;
  }
  .page-journal.insight .journal-section .journal-title.num {
    padding-left: 28px;
  }
  .page-journal.insight .journal-section .journal-title.num::before {
    left: 0px;
  }
  .page-journal.insight .journal-section .journal-title.num + .journal-desc {
    padding-left: 28px;
  }
  .page-journal.insight .journal-section .journal-title.font_h3 {
    margin-bottom: 20px !important;
    line-height: 140%;
    font-size: 24px !important;
    font-weight: 700;
  }
  .page-journal.insight .journal-section .journal-title.font_h4 {
    margin-bottom: 15px !important;
    line-height: 140%;
    font-size: 22px !important;
    font-weight: 700;
  }
  .page-journal.insight .journal-section .journal-desc {
    line-height: 160%;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 0;
  }
  .page-journal.insight .journal-section + .journal-section {
    margin-top: 100px;
  }
  .page-journal.insight .journal-section.sec_bann2 {
    margin-top: 50px;
    padding: 0;
  }
  .page-journal.insight .journal-section.sec_bann2:last-child {
    padding-bottom: 100px;
  }
  .page-journal.insight .journal-section.sec_bann2 .sec_bann2_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 160%;
  }
  .page-journal.insight .journal-section.sec_bann2 .sec_bann2_desc {
    font-size: 18px;
    margin-bottom: 50px;
    line-height: 160%;
  }
  .page-journal.insight .journal-section .journal-info {
    width: auto;
    margin: 100px auto;
    text-align: center;
  }
  .page-journal.insight .journal-section .journal-info .journal-info-text {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 6px;
  }
  .page-journal.insight .journal-section .journal-info .journal_info_div {
    height: 197px;
  }
  .page-journal.insight .journal-section .journal-info .journal-info-title {
    font-size: 18px;
    line-height: 27px;
  }
  .page-journal.insight .journal-section .journal-info .journal-info-title .stress {
    position: relative;
  }
  .page-journal.insight .journal-section .journal-info .journal-info-title .stress::after {
    left: -4px;
    width: calc(100% + 10px);
    height: 13px;
  }
  .page-journal.insight .journal-section .journal-info .journal-info-title .stress.type2::after {
    left: -1px;
    width: calc(100% + 2px);
  }
  .page-journal.insight .journal-section .journal-info-top {
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
  }
  .page-journal.insight .journal-section .journal-info-top > div:first-child {
    margin-bottom: 160px;
  }
  .page-journal.insight .journal-section .journal-info-bottom {
    flex-direction: column;
    align-items: center;
  }
  .page-journal.insight .journal-section .journal-info-bottom > div:first-child {
    margin-bottom: 160px;
  }
  .page-journal.insight .journal-section .journal-info-circle {
    width: 173px;
    height: 173px;
    color: #fff;
  }
  .page-journal.insight .journal-section .journal-info-circle::after {
    transform: rotate(135deg);
    z-index: -1;
  }
  .page-journal.insight .journal-section .journal-info-circle::before {
    top: -95px;
    right: initial;
    width: 90px;
    height: 2px;
    background-image: linear-gradient(to right, transparent 50%, #0029d2 50%);
    transform: rotate(90deg);
  }
  .page-journal.insight .journal-section .journal-info-circle .journal-info-text01 {
    font-size: 18px;
    line-height: 28px;
  }
  .page-journal.insight .journal-section .journal-info-circle .journal-info-text02 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
  .page-journal.insight .journal-section .journal-box {
    margin-top: 50px;
  }
  .page-journal.insight .journal-section .journal-box .journal-desc02 {
    line-height: 27px;
    font-size: 18px;
    font-weight: 400;
  }
  .page-journal.insight .journal-section .journal-image {
    display: flex;
    justify-content: center;
  }
  .page-journal.insight .journal-section .journal-image + .journal-image {
    margin-top: 150px;
  }
  .page-journal.insight .journal-section .journal-image.type02 {
    width: auto;
    margin: 100px auto 100px;
  }
  .page-journal.insight .journal-section .journal-image.type02 .journal-image-title {
    font-size: 18px;
    line-height: 27px;
  }
  .page-journal.insight .journal-section .journal-image.type02 .journal-image-text {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 80px;
  }
  .page-journal.insight .journal-section .journal-image .jour_img1 {
    margin: 100px 0 150px;
  }
  .page-journal.insight .journal-section .journal-image .jour_img2 {
    margin: 100px 0 50px;
  }
  .page-journal.insight .journal-section .journal-image-text {
    line-height: 20px;
    margin-top: 0;
    font-size: 14px;
  }
  .page-journal.insight .journal-section .journal-step-box {
    margin-top: 100px;
  }
  .page-journal.insight .journal-section .journal-step-box::before {
    height: 83%;
  }
  .page-journal.insight .journal-section .journal-step-box .journal-step-title {
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 4px;
  }
  .page-journal.insight .journal-section .journal-step-box .journal-step-desc {
    font-size: 18px;
    line-height: 27px;
  }
  .page-journal.insight .journal-section .journal-step-box .journal-step {
    margin-top: 135px;
    height: 990px;
  }
  .page-journal.insight .journal-section .journal-step-box .journal-step li {
    height: 80px;
  }
  .page-journal.insight .journal-section .journal-step-box .journal-step li::before {
    width: 10px;
    height: 10px;
  }
  .page-journal.insight .journal-section .journal-step-box .journal-step li:nth-child(even)::after {
    right: 50%;
    left: initial;
  }
  .page-journal.insight .journal-section .journal-step-box .journal-step li:nth-child(even) .journal-step-cont {
    text-align: right;
    word-break: keep-all;
  }
  .page-journal.insight .journal-section .journal-step-box .journal-step li + li {
    margin-top: 130px;
  }
  .page-journal.insight .journal-section .journal-step-box .journal-step li .circle::before {
    width: 16px;
    height: 16px;
  }
  .page-journal.insight .journal-section .journal-step-box .journal-step li .circle::after {
    width: 24px;
    height: 24px;
  }
  .page-journal.insight .journal-section .journal-step-box .journal-step li .journal-step-text {
    font-size: 18px;
    line-height: 28px;
    top: 10px;
  }
  .page-journal.insight .journal-section .journal-step-box .journal-step li .journal-step-cont {
    font-size: 14px;
    line-height: 22px;
    word-break: break-all;
    text-align: left;
  }
  .page-journal.insight .journal-section .journal-info02 {
    width: auto;
    margin: 0 auto;
    flex-direction: column;
  }
  .page-journal.insight .journal-section .journal-info02-title {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 10px;
    color: #0029d2;
    font-weight: 600;
  }
  .page-journal.insight .journal-section .journal-info02-title::before {
    display: none;
  }
  .page-journal.insight .journal-section .journal-info02-left {
    margin-right: 0;
    margin-bottom: 85px;
  }
  .page-journal.insight .journal-section .journal-info02 dl dt {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 5px;
  }
  .page-journal.insight .journal-section .journal-info02 dl dd {
    font-size: 18px;
    line-height: 27px;
    color: #606168;
  }
  .page-journal.insight .journal-section .journal-info02 dl + dl {
    margin-top: 32px;
  }
  .page-journal.insight .journal-section .journal-concept {
    width: auto;
    flex-direction: column;
  }
  .page-journal.insight .journal-section .journal-concept::before {
    top: 22px;
    left: -24px;
    width: 110px;
  }
  .page-journal.insight .journal-section .journal-concept::after {
    top: 20px;
    left: 86px;
  }
  .page-journal.insight .journal-section .journal-concept-title {
    font-size: 22px;
    line-height: 43px;
    margin-right: 0;
    margin-bottom: 50px;
    padding-left: 108px;
  }
  .page-journal.insight .journal-section .journal-concept-desc {
    font-size: 18px;
    line-height: 27px;
  }
  .page-journal.insight .journal-section.bg_circle::after {
    top: 5% !important;
  }
  .page-journal.insight .journal-section.bg {
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
  }
  .page-journal.insight .journal-section.bg::after {
    top: 40%;
    width: 996px;
    height: 996px;
    transform: translate(-50%, 0);
  }
  .page-journal.insight .journal-section.bg .journal-flex {
    position: relative;
    display: flex;
    height: 1217px;
    margin-top: 0;
  }
  .page-journal.insight .journal-section.bg .journal-flex.type02 {
    margin-top: 135px;
    height: 1636px;
  }
  .page-journal.insight .journal-section.bg .journal-flex.type02 .col03 {
    bottom: 117px;
  }
  .page-journal.insight .journal-section.bg .journal-flex.type02 .col03 .journal-flex-cover:first-child {
    margin-top: -80px;
  }
  .page-journal.insight .journal-section.bg .journal-flex > .journal-flex-cover:first-child {
    align-self: baseline;
    justify-self: flex-start;
  }
  .page-journal.insight .journal-section.bg .journal-flex .journal-flex-cover {
    flex-shrink: 0;
    width: 154px;
    box-shadow: none;
  }
  .page-journal.insight .journal-section.bg .journal-flex .col02 {
    display: flex;
    flex-direction: column;
    justify-content: initial;
    margin: 0 20px 0;
    margin-right: 0;
  }
  .page-journal.insight .journal-section.bg .journal-flex .col02 .journal-flex-cover:first-child {
    margin-top: 30rem;
  }
  .page-journal.insight .journal-section.bg .journal-flex .col02 .journal-flex-cover:last-child {
    align-self: flex-end;
    margin-top: 40px;
  }
  .page-journal.insight .journal-section.bg .journal-flex .col03 {
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 75px;
  }
  .page-journal.insight .journal-section.bg .journal-flex .col03 .journal-flex-cover:first-child {
    margin-top: -80px;
    margin-right: 20px;
    align-self: baseline;
  }
  .page-journal.insight .journal-section.bg .journal-flex .col03 .journal-flex-cover:last-child {
    margin-top: 0;
  }
  .page-journal.insight .journal-section.color-bg {
    width: auto;
    max-width: auto;
    padding: 80px 24px;
    margin: 0;
    background: #0029d2;
    color: #fff;
  }
  .page-journal.insight .journal-section.color-bg .journal-title {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 10px 0;
    width: 100%;
  }
  .page-journal.insight .journal-section.color-bg .journal-sub-title {
    line-height: 30px;
    margin: 10px 0 17px 0;
    font-size: 20px;
    width: 100%;
  }
  .page-journal.insight .journal-section.color-bg .journal-text-box01 {
    line-height: 32px;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    width: 100%;
  }
  .page-journal.insight .journal-section.color-bg .journal-text-box01 .journal-text01:first-child {
    margin: 0 0 20px 0;
  }
  .page-journal.insight .journal-section.color-bg .journal-text-box02 {
    margin-top: 50px;
    font-weight: 400;
    line-height: 160%;
    color: #fff;
    width: 100%;
  }
  .page-journal.insight .journal-section.color-bg .journal-text-box02 .journal-text02 {
    line-height: 160%;
    font-size: 18px;
  }
  .page-journal.insight .journal-section.color-bg .journal-text-box02 .journal-text03 {
    line-height: 160%;
    font-size: 18px;
  }
  .page-journal.insight .journal-section.color-bg + .article-wrap {
    margin: 0 -24px;
  }
  .page-journal.insight .journal-section.color-bg + .article-wrap.insight {
    margin: 0;
  }
  .page-journal.insight .journal-section .view-box {
    padding: 100px 0 100px;
  }
  .page-journal.insight .journal-section .view-box.view-box-mid {
    padding: 0 0 50px 0;
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap::after {
    height: 110px;
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap .view-circle {
    width: 158px;
    height: 158px;
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap .view-circle .view-title {
    font-size: 18px;
    line-height: 26px;
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap .view-circle:last-child {
    margin-left: -30px;
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap.wrap-mid {
    width: 46.875vw;
    margin-top: 100px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap.wrap-mid::after {
    content: "";
    width: 0px;
    height: 0px;
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap.wrap-mid .view-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 220px;
    height: 220px;
    border-radius: 110px;
    background: #fff;
    border: 1px solid #0029D2;
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap.wrap-mid .view-circle .view-title {
    font-size: 18px;
    line-height: 100%;
    color: #343434;
    font-weight: 600;
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap.wrap-mid .view-circle .view-text {
    margin-top: 8px;
    font-size: 14px;
    line-height: 160%;
    color: #606168;
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap.wrap-mid .view-circle.left-area {
    background: #fff;
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap.wrap-mid .view-circle.left-area .view-title {
    color: #343434;
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap.wrap-mid .view-circle.left-area .view-text {
    color: #606168;
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap.wrap-mid .view-circle.right-area {
    background: #0029D2;
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap.wrap-mid .view-circle.right-area .view-title {
    color: #fff;
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap.wrap-mid .view-circle.right-area .view-text {
    color: #fff;
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap.wrap-mid .view-circle-mid {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 220px;
    height: 140px;
    position: relative;
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap.wrap-mid .view-circle-mid::before {
    content: "";
    width: 1px;
    height: 140px;
    background: #0029D2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap.wrap-mid .view-circle-mid::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5px;
    height: 5px;
    border-radius: 0.1302083333vw;
    background: #0029d2;
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap.wrap-mid .view-circle-mid .text-area {
    width: 100px;
    padding-left: 132px;
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap.wrap-mid .view-circle-mid .text-area .view-title {
    margin-top: 0;
    font-size: 22px;
    line-height: 160%;
    color: #0029d2;
    font-weight: 600;
    text-align: left;
  }
  .page-journal.insight .journal-section .view-box .view-circle-wrap.wrap-mid .view-circle-mid .text-area .view-text {
    margin-top: 4px;
    font-size: 18px;
    line-height: 160%;
    color: #606168;
    text-align: left;
  }
  .page-journal.insight .journal-section .view-box .view-text {
    margin-top: 40px;
    line-height: 160%;
    font-size: 18px;
    font-weight: 400;
  }
  .page-journal.insight .journal-section .journal-image.has-txt {
    width: auto;
    margin: 100px auto 100px;
  }
  .page-journal.insight .journal-section .journal-image.has-txt picture {
    max-width: 348px;
  }
  .page-journal.insight .journal-section .journal-image.has-txt > div .journal-text {
    font-size: 12px;
    line-height: 20px;
  }
  .page-journal.insight .journal-section .journal-image.has-txt .journal-text:nth-child(1) {
    top: -34px;
  }
  .page-journal.insight .journal-section .journal-image.has-txt .journal-text:nth-child(2) {
    top: 64%;
    left: 26.5625%;
  }
  .page-journal.insight .journal-section .journal-image.has-txt .journal-text:nth-child(3) {
    top: 52%;
  }
  .page-journal.insight .journal-section.color-bg02 {
    padding: 80px 0 100px;
  }
  .page-journal.insight .journal-section.color-bg02.con-inner {
    margin-top: 100px;
    padding: 50px 0;
  }
  .page-journal.insight .journal-section.color-bg02.con-inner .journal-desc {
    text-align: center;
    font-weight: 700;
  }
  .page-journal.insight .journal-section.color-bg02.con-inner .journal-example {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
  }
  .page-journal.insight .journal-section.color-bg02.con-inner .journal-example ol {
    margin-top: 50px;
  }
  .page-journal.insight .journal-section.color-bg02.con-inner .journal-example ol li {
    list-style: none;
    position: relative;
    text-align: center;
    height: auto;
    line-height: 160%;
    padding: 20px 44px;
    font-size: 16px;
    border-radius: 50px;
    box-shadow: 0 0.2083vw 0.2083vw 0 rgba(0, 0, 0, 0.25);
    text-align: left;
    box-sizing: border-box;
  }
  .page-journal.insight .journal-section.color-bg02.con-inner .journal-example ol li + li {
    margin: 20px 0 0 0;
  }
  .page-journal.insight .journal-section.color-bg02 .journal-desc {
    width: auto;
  }
  .page-journal.insight .journal-section.color-bg02 + .journal-section {
    margin-top: 100px;
  }
  .page-journal.insight .journal-section.color-bg02 .journal-example {
    margin-top: 100px;
    width: auto;
  }
  .page-journal.insight .journal-section.color-bg02 .journal-example .journal-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    gap: 0 20rem;
  }
  .page-journal.insight .journal-section.color-bg02 .journal-example .journal-wrap .journal-example-box:nth-child(even) {
    margin-bottom: 80px;
  }
  .page-journal.insight .journal-section.color-bg02 .journal-example-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 125px;
  }
  .page-journal.insight .journal-section.color-bg02 .journal-example-box .journal-example-cover {
    width: 100px;
    border-radius: 10px;
  }
  .page-journal.insight .journal-section.color-bg02 .journal-example-box + .page-journal.insight .journal-section.color-bg02 .journal-example-box {
    margin-right: 0;
  }
  .page-journal.insight .journal-section.color-bg02 .journal-example-title {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .page-journal.insight .journal-section.color-bg02 .journal-example-desc {
    width: 125px;
    margin-top: 8px;
    font-size: 12px;
    line-height: 18px;
  }
  .page-journal.insight .journal-section.color-bg02.type02 {
    padding: 80px 0;
  }
  .page-journal.insight .journal-section.color-bg02.type02 .journal-title02 {
    font-size: 18px;
    line-height: 27px;
  }
  .page-journal.insight .journal-section.color-bg02.type02 .journal-desc02 {
    font-size: 14px;
    line-height: 21px;
    padding-bottom: 0;
    margin-bottom: 50px;
  }
  .page-journal.insight .journal-section.color-bg02.type02 .journal-image {
    position: relative;
  }
  .page-journal.insight .journal-section.color-bg02.type02 .journal-image div:first-child {
    margin-right: 23px;
  }
  .page-journal.insight .journal-section.color-bg02.type02 .journal-image .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 999px;
    background: #0029d2 url(../../images/journal/journal_insight27.svg) no-repeat center center;
    background-size: 27px;
  }
  .page-journal.insight .journal-section .jour_ex2 {
    margin-top: 100px;
  }
  .page-journal.insight .journal-section .journal-image.type03 {
    position: relative;
    flex-direction: column;
    align-items: center;
    margin: 100px 0;
    padding-bottom: 0;
  }
  .page-journal.insight .journal-section .journal-image.type03::after {
    top: 50%;
  }
  .page-journal.insight .journal-section .journal-image.type03 .col01 {
    padding-bottom: 140px;
  }
  .page-journal.insight .journal-section .journal-image.type03 .col01 span,
  .page-journal.insight .journal-section .journal-image.type03 .col03 span {
    margin-top: 10px;
    font-size: 12px;
    line-height: 15px;
  }
  .page-journal.insight .journal-section .journal-image.type03 .col02 {
    transform: rotate(90deg);
  }
  .page-journal.insight .journal-section .journal-image.type03 .col02 span {
    transform: rotate(-90deg);
  }
  .page-journal.insight .journal-section .journal-image.type03 .col02-text01 {
    position: absolute;
    left: 135px;
    top: 263px;
  }
  .page-journal.insight .journal-section .journal-image.type03 .col02-text02 {
    position: absolute;
    right: 130px;
    top: 263px;
  }
  .page-journal.insight .journal-section .journal-image.type03 .col02-text03 {
    bottom: 268px;
  }
  .page-journal.insight .journal-section .journal-image.type03 .col02 .circle-wrap .circle {
    width: 133px;
    height: 133px;
  }
  .page-journal.insight .journal-section .journal-image.type03 .col02 .circle-wrap .circle span {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    transform: rotate(-90deg);
  }
  .page-journal.insight .journal-section .journal-image.type03 .col02 .circle-wrap .circle:last-child {
    margin-left: 45px;
  }
  .page-journal.insight .journal-section .journal-image.type03 .col03 {
    padding-top: 140px;
  }
  .page-journal.insight .journal-section .journal-image.type04 {
    width: auto;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .page-journal.insight .journal-section .journal-image.type04 .journal-image-left {
    background: url(../../images/journal/journal_insight20.svg) no-repeat center center;
    width: 400px;
    height: 210px;
    background-size: 400px 210px;
    transform: rotate(90deg);
    margin-left: 0;
    margin-top: 113px;
  }
  .page-journal.insight .journal-section .journal-image.type04 .journal-image-left::before {
    content: "";
    position: absolute;
    top: 180px;
    left: 43%;
    transform: translateX(-50%) rotate(-90deg);
    width: 49px;
    height: 49px;
    background: url("../../images/journal/journal_insight22.svg");
    background-size: 100%;
  }
  .page-journal.insight .journal-section .journal-image.type04 .journal-image-left::after {
    content: "";
    position: absolute;
    bottom: 182px;
    left: 43%;
    transform: translateX(-50%) rotate(-90deg);
    width: 46px;
    height: 46px;
    background: url("../../images/journal/journal_insight21.svg");
    background-size: 100%;
  }
  .page-journal.insight .journal-section .journal-image.type04 .journal-image-left p {
    font-size: 16px;
    line-height: 25px;
  }
  .page-journal.insight .journal-section .journal-image.type04 .journal-image-left p span {
    font-family: "proxima-nova";
  }
  .page-journal.insight .journal-section .journal-image.type04 .journal-image-left .journal-image-text02 {
    content: "";
    position: absolute;
    top: 156px;
    left: 64%;
    transform: translateX(-50%) rotate(-90deg);
    width: 102px;
  }
  .page-journal.insight .journal-section .journal-image.type04 .journal-image-left .journal-image-text02::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 11px;
    width: 77px;
    height: 51px;
    background: #fff;
    z-index: -1;
  }
  .page-journal.insight .journal-section .journal-image.type04 .journal-image-left .journal-image-text03 {
    content: "";
    position: absolute;
    bottom: 181px;
    left: 57%;
    transform: translateX(-50%) rotate(-90deg);
  }
  .page-journal.insight .journal-section .journal-image.type04 .journal-image-left .journal-image-box {
    width: 105px;
    height: 60px;
    border-radius: 13px;
  }
  .page-journal.insight .journal-section .journal-image.type04 .journal-image-left .journal-image-box span {
    font-size: 14px;
    line-height: 16px;
  }
  .page-journal.insight .journal-section .journal-image.type04 .journal-image-left .journal-image-box:first-child {
    left: -40px;
    transform: translateY(-50%) rotate(-90deg);
  }
  .page-journal.insight .journal-section .journal-image.type04 .journal-image-left .journal-image-box:last-child {
    right: -40px;
    transform: translateY(-50%) rotate(-90deg);
  }
  .page-journal.insight .journal-section .journal-image.type04 .journal-image-right {
    padding-top: 170px;
  }
  .page-journal.insight .journal-section .journal-image.type04 .journal-image-right .journal-logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 340px;
    height: 40px;
    background: #f2f2f2;
    border-radius: 20px;
    box-sizing: border-box;
    margin-bottom: 14px;
  }
  .page-journal.insight .journal-section .journal-image.type04 .journal-image-right .journal-logo:last-child {
    margin-bottom: 0;
  }
  .page-journal.insight .journal-section .journal-image.type04 .journal-image-right .journal-logo::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("../../images/journal/journal_insight23.svg") no-repeat 0 0;
    background-size: 8px;
    width: 8px;
    height: 8px;
  }
  .page-journal.insight .journal-section .journal-image.type04 .journal-image-right .journal-logo:nth-child(1) {
    padding: 0 41px 0 44px;
  }
  .page-journal.insight .journal-section .journal-image.type04 .journal-image-right .journal-logo:nth-child(2) {
    padding: 0 65px 0 58px;
  }
  .page-journal.insight .journal-section .journal-image.type04 .journal-image-right .journal-logo:nth-child(3) {
    padding: 0 42px 0 74px;
  }
  .page-journal.insight .journal-section .journal-image.type04 .journal-image-right .journal-logo:nth-child(4) {
    padding: 0 50px 0 60px;
  }
  .page-journal.insight .journal-section .journal-image.type04 .journal-image-right .journal-logo:nth-child(5) {
    padding: 0 58px 0 55px;
  }
  .page-journal.insight .journal-section .journal-image.type04 .journal-image-right .journal-logo + .page-journal.insight .journal-section .journal-image.type04 .journal-image-right .journal-logo {
    margin-top: 16px;
  }
  .page-journal.insight .journal-section .gray-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100vw - 48px);
    height: auto;
    position: relative;
    background-color: #F8F8F8;
    color: #606168;
    font-size: 18px;
    line-height: 160%;
    font-weight: 600;
    border-radius: 1.25vw;
    text-align: center;
    margin: 50px auto 0 auto;
  }
  .page-journal.insight .journal-section .gray-box span {
    width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
  }
  .page-journal.insight .journal-section .journal-platform {
    padding: 100px 0;
  }
  .page-journal.insight .journal-section .journal-platform-title {
    padding-bottom: 50px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
  }
  .page-journal.insight .journal-section .journal-platform-wrap {
    flex-direction: column;
  }
  .page-journal.insight .journal-section .journal-platform-left {
    width: 286px;
    height: 186px;
    margin: 50px 0;
    transform: rotate(90deg);
  }
  .page-journal.insight .journal-section .journal-platform-left [class*=circle] span {
    transform: rotate(-90deg);
  }
  .page-journal.insight .journal-section .journal-platform-left .circle01 {
    width: 71px;
    height: 71px;
    background: rgba(155, 175, 255, 0.2);
  }
  .page-journal.insight .journal-section .journal-platform-left .circle01 span {
    font-size: 14px;
    line-height: 22px;
    color: #6b83e3;
  }
  .page-journal.insight .journal-section .journal-platform-left .circle02 {
    width: 93px;
    height: 93px;
    background: #9db0ff;
  }
  .page-journal.insight .journal-section .journal-platform-left .circle02 span {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
  }
  .page-journal.insight .journal-section .journal-platform-left .circle03 {
    width: 93px;
    height: 93px;
    background: #5c7cff;
  }
  .page-journal.insight .journal-section .journal-platform-left .circle03 span {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
  }
  .page-journal.insight .journal-section .journal-platform-left--top {
    display: flex;
    align-items: end;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page-journal.insight .journal-section .journal-platform-left--bottom {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .page-journal.insight .journal-section .journal-platform-mid {
    height: 247px;
    margin: 50px 0;
  }
  .page-journal.insight .journal-section .journal-platform-mid .circle {
    width: 247px;
    height: 247px;
  }
  .page-journal.insight .journal-section .journal-platform-mid .circle span {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
  }
  .page-journal.insight .journal-section .journal-platform-right {
    width: 345px;
    height: 190px;
    margin: 77px 0 0;
    transform: rotate(90deg);
  }
  .page-journal.insight .journal-section .journal-platform-right [class*=circle] span {
    transform: rotate(-90deg);
  }
  .page-journal.insight .journal-section .journal-platform-right .circle01 {
    width: 93px;
    height: 93px;
    background: #8a8a8a;
  }
  .page-journal.insight .journal-section .journal-platform-right .circle01 span {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
  }
  .page-journal.insight .journal-section .journal-platform-right .circle02 {
    width: 93px;
    height: 93px;
    background: #b6b6b6;
  }
  .page-journal.insight .journal-section .journal-platform-right .circle02 span {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
  }
  .page-journal.insight .journal-section .journal-platform-right .circle03 {
    width: 71px;
    height: 71px;
    background: #dcdcdc;
  }
  .page-journal.insight .journal-section .journal-platform-right .circle03 span {
    font-size: 14px;
    line-height: 22px;
    color: #404040;
  }
  .page-journal.insight .journal-section .journal-platform-right .circle03.last {
    position: absolute;
    right: -65px;
    top: 34px;
    transform: translateY(-100%);
  }
  .page-journal.insight .journal-section .journal-platform-right--top {
    display: flex;
    align-items: end;
    position: absolute;
    top: 0;
    left: 10px;
  }
  .page-journal.insight .journal-section .journal-platform-right--bottom {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 10px;
  }
  .page-journal.insight .journal-section .journal-platformtype2 {
    padding: 0px 0;
  }
  .page-journal.insight .journal-section .journal-platformtype2-wrap {
    flex-direction: column;
  }
  .page-journal.insight .journal-section .journal-platformtype2-left {
    width: 222px;
    height: 300px;
    background-size: 160px 300px;
    transform: rotate(90deg);
  }
  .page-journal.insight .journal-section .journal-platformtype2-left [class*=circle] {
    position: absolute;
    width: 80px;
    height: 80px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-left [class*=circle] span {
    transform: rotate(-90deg);
  }
  .page-journal.insight .journal-section .journal-platformtype2-left--top {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 30px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-left--top .circle01 {
    bottom: 0px;
    left: 40px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-left--top .circle01 span {
    font-size: 14px;
    line-height: 22px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-left--top .circle02 {
    bottom: 70px;
    left: 80px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-left--top .circle02 span {
    font-size: 14px;
    line-height: 22px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-left--top .circle03 {
    bottom: 70px;
    left: 0;
  }
  .page-journal.insight .journal-section .journal-platformtype2-left--top .circle03 span {
    font-size: 14px;
    line-height: 22px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-left--bottom {
    display: flex;
    position: absolute;
    top: 0;
    left: 30px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-left--bottom .circle01 {
    top: 0;
    left: 40px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-left--bottom .circle01 span {
    font-size: 14px;
    line-height: 22px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-left--bottom .circle02 {
    top: 70px;
    left: 80px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-left--bottom .circle02 span {
    font-size: 14px;
    line-height: 22px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-left--bottom .circle03 {
    top: 70px;
    left: 0;
  }
  .page-journal.insight .journal-section .journal-platformtype2-left--bottom .circle03 span {
    font-size: 14px;
    line-height: 22px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-left::after {
    content: "부모";
    position: absolute;
    right: -22px;
    top: 50%;
    background-size: 100%;
    width: 35px;
    height: 30px;
    color: #343434;
    font-weight: 600;
    transform: translateY(-50%) rotate(-90deg);
    font-size: 18px;
    text-align: center;
  }
  .page-journal.insight .journal-section .journal-platformtype2-mid {
    height: 320px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-mid .circle {
    width: 320px;
    height: 320px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-mid .circle p {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 150%;
  }
  .page-journal.insight .journal-section .journal-platformtype2-mid .circle p strong {
    font-size: 18px;
    font-weight: 400;
  }
  .page-journal.insight .journal-section .journal-platformtype2-mid .circle p + p {
    margin-top: 14px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-mid .circle span {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
  }
  .page-journal.insight .journal-section .journal-platformtype2-right {
    width: 222px;
    height: 300px;
    background-size: 160px 300px;
    transform: rotate(90deg);
  }
  .page-journal.insight .journal-section .journal-platformtype2-right [class*=circle] {
    position: absolute;
    width: 80px;
    height: 80px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-right [class*=circle] span {
    transform: rotate(-90deg);
  }
  .page-journal.insight .journal-section .journal-platformtype2-right--top {
    display: flex;
    align-items: end;
    position: absolute;
    bottom: 0;
    left: 30px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-right--top .circle01 {
    bottom: 70px;
    left: 0;
  }
  .page-journal.insight .journal-section .journal-platformtype2-right--top .circle01 span {
    font-size: 14px;
    line-height: 22px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-right--top .circle02 {
    bottom: 70px;
    left: 80px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-right--top .circle02 span {
    font-size: 14px;
    line-height: 22px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-right--top .circle03 {
    bottom: 0px;
    left: 40px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-right--top .circle03 span {
    font-size: 14px;
    line-height: 22px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-right--bottom {
    display: flex;
    position: absolute;
    top: 0;
    left: 30px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-right--bottom .circle01 {
    top: 70px;
    left: 0;
  }
  .page-journal.insight .journal-section .journal-platformtype2-right--bottom .circle01 span {
    font-size: 14px;
    line-height: 22px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-right--bottom .circle02 {
    top: 70px;
    left: 80px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-right--bottom .circle02 span {
    font-size: 14px;
    line-height: 22px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-right--bottom .circle03 {
    top: 0;
    left: 40px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-right--bottom .circle03 span {
    font-size: 14px;
    line-height: 22px;
  }
  .page-journal.insight .journal-section .journal-platformtype2-right::after {
    content: "자녀";
    position: absolute;
    left: -16px;
    top: 50%;
    background-size: 100%;
    width: 35px;
    height: 30px;
    color: #343434;
    font-weight: 600;
    transform: translateY(-50%) rotate(-90deg);
    font-size: 18px;
    text-align: center;
  }
  .page-journal.insight .journal-section .journal-service-box {
    margin: 100px 0 150px;
  }
  .page-journal.insight .journal-section .journal-service-box .journal-service-title {
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 37px;
    text-align: center;
  }
  .page-journal.insight .journal-section .journal-service-box .journal-service-title br {
    display: block;
  }
  .page-journal.insight .journal-section .journal-service-box .journal-service {
    transform: rotate(90deg);
    margin-top: 242px;
    margin-bottom: 223px;
  }
  .page-journal.insight .journal-section .journal-service-box .journal-service-circle {
    width: 150px;
    height: 150px;
    transform: rotate(-90deg);
  }
  .page-journal.insight .journal-section .journal-service-box .journal-service-circle p {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .page-journal.insight .journal-section .journal-service-box .journal-service-circle span {
    font-size: 14px;
    line-height: 22px;
  }
  .page-journal.insight .journal-section .journal-service-box .journal-service-circle:first-child::after {
    right: 25%;
    top: 123%;
    transform: translateY(-50%) rotate(90deg);
    width: 70px;
    height: 9px;
  }
  .page-journal.insight .journal-section .journal-service-box .journal-service-circle:last-child::after {
    left: 50%;
    top: -24%;
    transform: translate(-50%, -50%) rotate(270deg);
    width: 70px;
    height: 9px;
  }
  .page-journal.insight .journal-section .journal-service-box .journal-service-logo {
    width: 250px;
    height: 250px;
    margin: 0 70px;
    transform: rotate(-90deg);
  }
  .page-journal.insight .journal-section .journal-service-box .journal-service-logo img {
    width: 125px;
  }
  .page-journal.insight .journal-section .journal-desc03 {
    margin-top: 20px;
    line-height: 27px;
    font-size: 18px;
  }
  .page-journal.insight .journal-section .journal-image.has-txt02 {
    flex-direction: column;
    margin: 100px 0;
  }
  .page-journal.insight .journal-section .journal-image .journal-image-text04 {
    margin-top: 18px;
    font-size: 16px;
    line-height: 24px;
  }
  .page-journal.insight .journal-section .font_h3 {
    margin-bottom: 20px !important;
    line-height: 140%;
    font-size: 24px !important;
    font-weight: 700;
  }
  .page-journal.insight .journal-section .font_h4 {
    margin-bottom: 15px !important;
    line-height: 140%;
    font-size: 22px !important;
  }
  .page-journal div.journal-section.sec_bann {
    margin-top: 0 !important;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .page-journal .list-histroyBack {
    position: relative;
    z-index: 1;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 0 24px;
  }
  .page-journal .list-histroyBack__inner {
    width: 100%;
    margin: 0 auto;
  }
  .page-journal .list-histroyBack__link {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #0029d2;
    text-indent: 20px;
  }
  .page-journal .list-histroyBack__link::before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 16px;
    height: 7px;
    background: url("/images/img_link_list.svg") no-repeat 0 center;
  }
  .page-journal .list-histroyBack__text {
    display: block;
    padding-left: 7px;
  }
  .page-journal.insight .journal-section.service {
    margin-top: 100px;
  }
  .page-ir .padge-detail-list {
    margin-bottom: 150px;
  }
  .page-ir .table-list table tr th {
    padding: 24px 0;
  }
  .page-ir .table-list table tr th:last-child {
    padding-right: 0;
    width: 120px;
  }
  .page-ir .table-list table tr td {
    padding: 24px 0;
  }
  .page-ir .table-list table tr td .right {
    text-align: right;
  }
  .page-ir .table-list table tr td:last-child {
    padding-right: 0;
    width: 120px;
  }
  .page-ir .table-detail table tr th {
    padding: 24px 0;
  }
  .page-ir .table-detail table tr th:last-child {
    padding-right: 0;
  }
  .page-ir .table-detail table tr td {
    padding: 24px 0;
  }
  .page-ir .link-list {
    margin: 5.2083333333vw 0 0;
    font-size: 25px;
    height: 4rem;
  }
  .page-ir .link-list .btn-link-list {
    font-size: 14px;
  }
  .page-ir .link-list .btn-link-list::before {
    margin-top: -2px;
    margin-right: 10px;
    width: 15px;
    height: 7px;
  }
  .page-about h3.title {
    left: 24px;
    top: 65px;
    font-size: 20px;
  }
  .page-about h4.title {
    position: absolute;
    right: 24px;
    top: 64px;
    font-size: 20px;
  }
  .page-about .about-section1 {
    position: relative;
    height: auto;
    padding: 0 0 60px;
  }
  .page-about .about-section1 .box-oneuplsystem {
    position: static;
    padding: 155px 24px 70px;
  }
  .page-about .about-section1 .box-oneuplsystem .item {
    font-size: 58px;
    font-weight: 200;
  }
  .page-about .about-section1 .box-oneuplsystem .item strong {
    font-weight: 600;
  }
  .page-about .about-section1 .box-description {
    position: static;
    width: auto;
    padding: 0 24px;
  }
  .page-about .about-section1 .box-description .text-description {
    font-size: 20px;
  }
  .page-about .about-section1 .box-description .text-description strong {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .page-about .about-section1::before {
    content: "";
    top: 55px;
    width: 100%;
  }
  .page-about .about-section1 .line-content {
    display: none;
  }
  .page-about .about-section2 {
    padding-top: 0;
  }
  .page-about .about-section2 .contain-system {
    display: block;
    position: relative;
    padding: 10px 24px 60px;
    height: auto;
  }
  .page-about .about-section2 .contain-system .box-system {
    position: static;
    margin-bottom: 30px;
  }
  .page-about .about-section2 .contain-system .box-system p {
    font-size: 36px;
  }
  .page-about .about-section2 .contain-system .box-description {
    position: static;
    width: auto;
  }
  .page-about .about-section2 .contain-system .box-description p {
    font-size: 18px;
  }
  .page-about .about-section2 .contain-system .box-description p strong {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .page-about .about-section2 .contain-system .box-description p br {
    display: none;
  }
  .page-about .about-section2 .contain-system .box-description ul {
    margin-top: 30px;
  }
  .page-about .about-section2 .contain-system .box-description ul li {
    font-size: 18px;
  }
  .page-about .about-section2 .contain-system::before {
    content: "";
    display: block;
    position: absolute;
    left: 24px;
    right: 24px;
    top: 0rem;
    width: auto;
    height: 1px;
    background-color: #0029d2;
  }
  .page-about .about-section3 {
    padding: 0 0 100px;
  }
  .page-about .about-section3 h3.title {
    top: 5px;
    font-weight: 600;
  }
  .page-about .about-section3 .description {
    position: relative;
    right: auto;
    top: auto;
    width: auto;
    margin: 60px 24px 95px;
    font-size: 18px;
    line-height: 150%;
  }
  .page-about .about-section3 .description br {
    display: none;
  }
  .page-about .about-section3 .list-award {
    display: block;
    margin: 0;
    border-top: 1px solid #0029d2;
  }
  .page-about .about-section3 .list-award > div {
    display: block;
    position: relative;
    padding: 10px 24px;
    border-bottom: 1px solid #0029d2;
  }
  .page-about .about-section3 .list-award > div > div {
    border-bottom: none;
    display: block;
    padding: 0;
    font-size: 16px;
    line-height: 146.8%;
  }
  .page-about .about-section3 .list-award > div > div:nth-child(1) {
    position: absolute;
    right: 24px;
    top: 5px;
    width: auto;
  }
  .page-about .about-section3 .list-award > div > div:nth-child(2) {
    display: inline;
    width: auto;
  }
  .page-about .about-section3 .list-award > div > div:nth-child(3) {
    display: inline;
    width: auto;
  }
  .page-about .about-section3 .list-award > div > div:nth-child(4) {
    width: auto;
  }
  .page-about .about-section3 .list-award > div > div:nth-child(5) {
    width: auto;
  }
  .page-about .about-section3 .list-award > div.head {
    display: none;
  }
  .page-about .about-section3 .list-award > div.head > div {
    padding-bottom: 5.4rem;
    font-weight: 700;
  }
  .page-about .about-section3 .box-award {
    height: 470px;
  }
  .page-about .about-section4 {
    position: relative;
    padding-top: 20rem;
    background: #171717;
  }
  .page-about .about-section4 h3.title {
    top: 5px;
    font-size: 20px;
  }
  .page-about .about-section4 .list-client {
    position: relative;
    padding: 60px 24px 190px;
    gap: 20px;
  }
  .page-about .about-section4 .list-client li {
    width: calc(50% - 10px);
    margin: 20px 0;
    text-align: center;
  }
  .page-about .about-section4 .list-client li a img {
    scale: 2;
  }
  .about-intro .hello {
    left: 24px;
    top: 165px;
    width: calc(100% - 48px);
  }
  .about-intro .text1 {
    display: flex;
    align-items: center;
    left: 24px;
    right: 24px;
    bottom: 186px;
    height: 70px;
    font-size: 20px;
    line-height: 100%;
    white-space: normal;
  }
  .about-intro .text2 {
    display: flex;
    align-items: center;
    left: 24px;
    right: 24px;
    bottom: 114px;
    height: 70px;
    font-size: 20px;
    line-height: 100%;
    white-space: normal;
  }
  .about-intro .text3 {
    display: flex;
    align-items: center;
    left: 24px;
    right: 24px;
    bottom: 42px;
    height: 70px;
    font-size: 20px;
    line-height: 100%;
    white-space: normal;
  }
  .about-intro .letsagile {
    left: 24px;
    top: 300px;
    width: calc(100vw - 48px);
  }
  .about-intro .letsagile img {
    opacity: 0;
  }
  .about-intro .description1 {
    left: 24px;
    top: auto;
    bottom: 227px;
    font-size: 18px;
  }
  .about-intro .description2 {
    left: 24px;
    top: auto;
    bottom: 155px;
    font-size: 18px;
  }
  .about-intro .description3 {
    left: 24px;
    top: auto;
    bottom: 83px;
    font-size: 18px;
  }
  .about-intro .category {
    position: absolute;
    right: auto;
    left: 24px;
    top: auto;
    bottom: 80px;
  }
  .about-intro .category div {
    display: block;
    margin-bottom: -1px;
    width: auto;
    height: auto;
    font-size: 28px;
    font-weight: 500;
    line-height: 100%;
    border: none;
  }
  .about-intro .category div::after {
    content: "/";
    margin-left: 10px;
  }
  .about-intro .description4 {
    right: 24px;
    left: 24px;
    top: 300px;
    font-size: 20px;
  }
  .about-intro .line1 {
    bottom: 254px;
  }
  .about-intro .line2 {
    bottom: 182px;
  }
  .about-intro .line3 {
    bottom: 110px;
  }
  .about-intro .line4 {
    bottom: 38px;
  }
  .about-intro .circle1 {
    position: absolute;
    left: -910rem;
    top: -2600rem;
    width: 2000rem;
    height: 2000rem;
    transform-origin: 79px 83px;
    -webkit-mask: url(../../images/circle.svg) no-repeat 50%;
    -webkit-mask-size: cover;
    mask: url(../../images/circle.svg) no-repeat 50%;
    mask-size: cover;
    background-color: #5ca7ff;
  }
  .about-intro .circle-text1 {
    opacity: 0;
    position: absolute;
    left: 50%;
    margin-left: -33px;
    top: 170px;
    font-size: 11px;
    color: #fff;
  }
  .about-intro .circle2 {
    position: absolute;
    left: -2100rem;
    top: 50rem;
    width: 2000rem;
    height: 2000rem;
    transform-origin: 59px -49px;
    -webkit-mask: url(../../images/circle.svg) no-repeat 50%;
    -webkit-mask-size: cover;
    mask: url(../../images/circle.svg) no-repeat 50%;
    mask-size: cover;
    background-color: #ff7081;
  }
  .about-intro .circle-text2 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 276px;
    margin-left: -93px;
    font-size: 11px;
    color: #fff;
  }
  .about-intro .circle3 {
    position: absolute;
    left: 150rem;
    top: 50rem;
    width: 2000rem;
    height: 2000rem;
    transform-origin: -48px 30px;
    -webkit-mask: url(../../images/circle.svg) no-repeat 50%;
    -webkit-mask-size: cover;
    mask: url(../../images/circle.svg) no-repeat 50%;
    mask-size: cover;
    background-color: #ffb45b;
  }
  .about-intro .circle-text3 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 276px;
    margin-left: 30px;
    font-size: 11px;
    color: #fff;
  }
  .about-intro .circle4 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 223px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    -webkit-mask: url(../../images/circle.svg) no-repeat 50%;
    -webkit-mask-size: cover;
    mask: url(../../images/circle.svg) no-repeat 50%;
    mask-size: cover;
    background-color: #000000;
  }
  .about-intro .circle5 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 169px;
    margin-left: -59px;
    width: 54px;
    height: 54px;
    -webkit-mask: url(../../images/circle.svg) no-repeat 50%;
    -webkit-mask-size: cover;
    mask: url(../../images/circle.svg) no-repeat 50%;
    mask-size: cover;
    background-color: #5ca7ff;
  }
  .about-intro .circle6 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 275px;
    margin-left: -59px;
    width: 54px;
    height: 54px;
    -webkit-mask: url(../../images/circle.svg) no-repeat 50%;
    -webkit-mask-size: cover;
    mask: url(../../images/circle.svg) no-repeat 50%;
    mask-size: cover;
    background-color: #ffb45b;
  }
  .about-intro .circle7 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 222px;
    margin-left: 28px;
    width: 54px;
    height: 54px;
    -webkit-mask: url(../../images/circle.svg) no-repeat 50%;
    -webkit-mask-size: cover;
    mask: url(../../images/circle.svg) no-repeat 50%;
    mask-size: cover;
    background-color: #ff7081;
  }
  .about-intro .circle-text4 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 239px;
    margin-left: -8px;
    color: #fff;
    font-size: 12px;
    font-family: "proxima-nova";
  }
  .about-intro .circle8 {
    opacity: 0;
    position: absolute;
    left: 43rem;
    top: 33.7rem;
    width: 46rem;
    height: 46rem;
    -webkit-mask: url(../../images/circle.svg) no-repeat 50%;
    -webkit-mask-size: cover;
    mask: url(../../images/circle.svg) no-repeat 50%;
    mask-size: cover;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .about-intro .circle-group1 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 150px;
    margin: 0 0 0 -100px;
    width: 200px;
    height: 200px;
    transform-origin: 21rem 28rem;
    background: url(../../images/circlegroup_small.svg) no-repeat left top;
    background-size: cover;
  }
  .about-intro .circle-group2 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 255px;
    margin-left: -118px;
    width: 70px;
    height: 70px;
    background: url(../../images/circlegroup_small.svg) no-repeat left top;
    background-size: cover;
  }
  .about-intro .circle-group3 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 328px;
    margin-left: -75px;
    width: 70px;
    height: 70px;
    background: url(../../images/circlegroup_small.svg) no-repeat left top;
    background-size: cover;
  }
  .about-intro .circle-group4 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 328px;
    margin-left: 4px;
    width: 70px;
    height: 70px;
    background: url(../../images/circlegroup_small.svg) no-repeat left top;
    background-size: cover;
  }
  .about-intro .circle-group5 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 255px;
    margin-left: 46px;
    width: 70px;
    height: 70px;
    background: url(../../images/circlegroup_small.svg) no-repeat left top;
    background-size: cover;
  }
  .about-intro .circle-group6 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 182px;
    margin-left: 4px;
    width: 70px;
    height: 70px;
    background: url(../../images/circlegroup_small.svg) no-repeat left top;
    background-size: cover;
  }
  .about-intro .circle9 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 255px;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    -webkit-mask: url(../../images/circle.svg) no-repeat 50%;
    -webkit-mask-size: cover;
    mask: url(../../images/circle.svg) no-repeat 50%;
    mask-size: cover;
    background-color: rgb(0, 0, 0);
  }
  .about-intro .circle10 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 160px;
    margin-left: -130px;
    width: 260px;
    height: 260px;
    -webkit-mask: url(../../images/circle.svg) no-repeat 50%;
    -webkit-mask-size: cover;
    mask: url(../../images/circle.svg) no-repeat 50%;
    mask-size: cover;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .about-intro .circle-big1 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 160px;
    margin-left: -130px;
    width: 260px;
    height: 260px;
    background: url(../../images/circlegroup_big.svg) no-repeat left top;
    background-size: cover;
  }
  .about-intro .circle-text5 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 280px;
    margin-left: -15px;
    color: #fff;
    font-size: 12px;
    font-family: "proxima-nova";
  }
  .about-intro .diagonal-1 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 400px;
    margin-left: -175px;
    width: 13px;
    height: 13px;
    transform-origin: 20px 20px;
    border-radius: 10px;
    background: #5ca7ff;
    transform: rotate(-61.7deg);
  }
  .about-intro .diagonal-2 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 400px;
    margin-left: -156px;
    width: 13px;
    height: 13px;
    transform-origin: 20px 20px;
    border-radius: 10rem;
    background: #ffb45b;
    transform: rotate(-61.7deg);
  }
  .about-intro .diagonal-3 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 400px;
    margin-left: -137px;
    width: 13px;
    height: 13px;
    transform-origin: 20px 20px;
    border-radius: 10rem;
    background: #ff7081;
    transform: rotate(-61.7deg);
  }
  .about-intro .diagonal-4 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 400px;
    margin-left: -97px;
    width: 13px;
    height: 13px;
    transform-origin: 20px 20px;
    border-radius: 10rem;
    background: #5ca7ff;
    transform: rotate(-61.7deg);
  }
  .about-intro .diagonal-5 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 400px;
    margin-left: -78px;
    width: 13px;
    height: 13px;
    transform-origin: 20px 20px;
    border-radius: 10rem;
    background: #ffb45b;
    transform: rotate(-61.7deg);
  }
  .about-intro .diagonal-6 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 400px;
    margin-left: -59px;
    width: 13px;
    height: 13px;
    transform-origin: 20px 20px;
    border-radius: 10rem;
    background: #ff7081;
    transform: rotate(-61.7deg);
  }
  .about-intro .diagonal-7 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 400px;
    margin-left: -18px;
    width: 13px;
    height: 13px;
    transform-origin: 20px 20px;
    border-radius: 10rem;
    background: #5ca7ff;
    transform: rotate(-61.7deg);
  }
  .about-intro .diagonal-8 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 400px;
    margin-left: 1px;
    width: 13px;
    height: 13px;
    transform-origin: 20px 20px;
    border-radius: 10rem;
    background: #ffb45b;
    transform: rotate(-61.7deg);
  }
  .about-intro .diagonal-9 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 400px;
    margin-left: 21px;
    width: 13px;
    height: 13px;
    transform-origin: 20px 20px;
    border-radius: 10rem;
    background: #ff7081;
    transform: rotate(-61.7deg);
  }
  .about-intro .diagonal-text1 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 391px;
    margin-left: -172px;
    width: 30px;
    height: 30px;
    background: url(../../images/diagonal_text1.svg) no-repeat left top;
  }
  .about-intro .diagonal-text2 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 391px;
    margin-left: -154px;
    width: 30px;
    height: 30px;
    background: url(../../images/diagonal_text2.svg) no-repeat left top;
  }
  .about-intro .diagonal-text3 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 391px;
    margin-left: -135px;
    width: 30px;
    height: 30px;
    background: url(../../images/diagonal_text3.svg) no-repeat left top;
  }
  .about-intro .circle-big2 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 135px;
    margin-left: 0px;
    width: 150px;
    height: 150px;
    background: url(../../images/circlegroup_big.svg) no-repeat left top;
    background-size: cover;
  }
  .about-intro .circle-big3 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 285px;
    margin-left: -150px;
    width: 150px;
    height: 150px;
    background: url(../../images/circlegroup_big.svg) no-repeat left top;
    background-size: cover;
  }
  .about-intro .circle-big4 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 285px;
    margin-left: 0px;
    width: 150px;
    height: 150px;
    background: url(../../images/circlegroup_big.svg) no-repeat left top;
    background-size: cover;
  }
  .about-intro .circle-text6 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 205px;
    margin-left: -94px;
    width: 36px;
    height: 8px;
    background: url(../../images/circle_text6.svg) no-repeat left top;
    background-size: cover;
  }
  .about-intro .circle-text7 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 205px;
    margin-left: 57px;
    width: 36px;
    height: 8px;
    background: url(../../images/circle_text7.svg) no-repeat left top;
    background-size: cover;
  }
  .about-intro .circle-text8 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 357px;
    margin-left: -94px;
    width: 36px;
    height: 8px;
    background: url(../../images/circle_text8.svg) no-repeat left top;
    background-size: cover;
  }
  .about-intro .circle-text9 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 357px;
    margin-left: 57px;
    width: 36px;
    height: 8px;
    background: url(../../images/circle_text9.svg) no-repeat left top;
    background-size: cover;
  }
  .about-intro .circle-chapter1 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 200px;
    margin-left: -85px;
    width: 170px;
    height: 170px;
    background: url(../../images/circle_chapter1.svg) no-repeat left top;
    background-size: cover;
  }
  .about-intro .circle-chapter2 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 170px;
    margin-left: -115px;
    width: 230px;
    height: 230px;
    background: url(../../images/circle_chapter2.svg) no-repeat left top;
    background-size: 100% auto;
  }
  .about-intro .circle-chapter3 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 135px;
    margin-left: -150px;
    width: 300px;
    height: 300px;
    background: url(../../images/circle_chapter3.svg) no-repeat left top;
    background-size: 100% auto;
  }
  .about-intro .text-chapter1 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 130px;
    margin-left: -36px;
    color: #fff;
    font-size: 12px;
  }
  .about-intro .text-chapter2 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 167px;
    margin-left: -36px;
    color: #fff;
    font-size: 12px;
  }
  .about-intro .text-chapter3 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 198px;
    margin-left: -36px;
    color: #fff;
    font-size: 12px;
  }
  .about-intro .circle-final {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 235px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    background: url(../../images/circle-final.svg) no-repeat;
    background-size: 100% auto;
  }
  .about-intro .group-title1 {
    right: 24px;
    top: 76px;
    font-size: 20px;
    font-weight: 500;
  }
  .about-intro .group-text1 {
    right: 24px;
    left: 24px;
    top: auto;
    bottom: 80px;
    width: auto;
    font-size: 18px;
    line-height: 150%;
  }
  .about-intro .group-text1 strong {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 150%;
  }
  .about-intro .group-title2 {
    right: 24px;
    top: 76px;
    font-size: 20px;
    font-weight: 500;
  }
  .about-intro .group-text2 {
    right: 24px;
    left: 24px;
    top: auto;
    bottom: 80px;
    width: auto;
    font-size: 18px;
    line-height: 150%;
  }
  .about-intro .group-text2 strong {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 150%;
  }
  .about-intro .group-title3 {
    right: 24px;
    top: 76px;
    font-size: 20px;
    font-weight: 500;
  }
  .about-intro .group-text3 {
    right: 24px;
    left: 24px;
    top: auto;
    bottom: 80px;
    width: auto;
    font-size: 18px;
    line-height: 150%;
  }
  .about-intro .group-text3 strong {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 150%;
  }
  .about-intro .group-title4 {
    right: 24px;
    top: 76px;
    font-size: 20px;
    font-weight: 500;
  }
  .about-intro .group-text4 {
    right: 24px;
    left: 24px;
    top: auto;
    bottom: 80px;
    width: auto;
    font-size: 18px;
    line-height: 150%;
  }
  .about-intro .group-text4 strong {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 150%;
  }
  .about-intro .group-title5 {
    right: 24px;
    top: 76px;
    font-size: 20px;
    font-weight: 500;
  }
  .about-intro .group-text5 {
    right: 24px;
    left: 24px;
    top: auto;
    bottom: 80px;
    width: auto;
    font-size: 18px;
    line-height: 150%;
  }
  .about-intro .group-text5 strong {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 150%;
  }
  .about-intro .group-title6 {
    right: 24px;
    top: 76px;
    font-size: 20px;
    font-weight: 500;
  }
  .about-intro .group-text6 {
    right: 24px;
    left: 24px;
    top: auto;
    bottom: 80px;
    width: auto;
    font-size: 18px;
    line-height: 150%;
  }
  .about-intro .group-text6 strong {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 150%;
  }
  .about-intro .group-title7 {
    right: 24px;
    top: 76px;
    font-size: 20px;
    font-weight: 500;
  }
  .about-intro .group-text7 {
    right: 24px;
    left: 24px;
    top: auto;
    bottom: 80px;
    width: auto;
    font-size: 18px;
    line-height: 150%;
  }
  .about-intro .group-text7 strong {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 150%;
  }
  .about-intro .group-title8 {
    right: 24px;
    top: 76px;
    font-size: 20px;
    font-weight: 500;
  }
  .about-intro .final {
    opacity: 0;
    position: absolute;
    left: 50%;
    right: 40px;
    margin-left: -160px;
    top: 180px;
    width: 300px;
    height: 70%;
    background: url(../../images/m_finalscene.svg) no-repeat 50% top;
    background-size: auto 100%;
  }
  .page-recruit .title {
    margin: 10px 24px 34px;
    font-size: 20px;
  }
  .page-recruit .recruit-talent .item {
    display: block;
    padding: 9px 24px 116px;
  }
  .page-recruit .recruit-talent .item dt {
    margin-bottom: 38px;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0;
  }
  .page-recruit .recruit-talent .item dd {
    width: auto;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
    white-space: normal;
    word-break: keep-all;
  }
  .page-recruit .recruit-talent .item dd strong {
    display: block;
  }
  .page-recruit .recruit-talent .item dd br {
    display: none;
  }
  .page-recruit .recruit-talent .item.first {
    padding: 0 24px 196px;
  }
  .page-recruit .recruit-talent .item.first dt {
    font-size: 40px;
    white-space: nowrap;
    margin-bottom: 97px;
  }
  .page-recruit .recruit-talent .item.last {
    padding-bottom: 40px;
  }
  .page-recruit .recruit-talent .item:last-child {
    padding-bottom: 195px;
  }
  .page-recruit .recruit-fild .title {
    margin: 38px 24px 60px;
  }
  .page-recruit .recruit-fild .text- {
    margin: 0 24px 90px;
    font-size: 32px;
    line-height: 130%;
    word-break: keep-all;
  }
  .page-recruit .recruit-fild .text-contact {
    margin: 0 24px 115px;
    width: auto;
    font-size: 18px;
    line-height: 150%;
  }
  .page-recruit .recruit-fild .contain-acc .acc-head {
    padding: 0 24px;
    height: 50px;
    font-size: 24px !important;
    line-height: 130%;
    font-weight: 600;
  }
  .page-recruit .recruit-fild .contain-acc .acc-head::after {
    content: "";
    -webkit-mask: url(../../images/img_accordion.svg) no-repeat 50%;
    -webkit-mask-size: cover;
    mask: url(../../images/img_accordion.svg) no-repeat 50%;
    mask-size: cover;
    margin-left: 0;
    width: 20px;
    height: 10px;
  }
  .page-recruit .recruit-fild .contain-acc .acc-head:hover::after {
    width: 20px;
    height: 10px;
    background-color: #0029d2;
  }
  .page-recruit .recruit-fild .contain-acc .acc-body .line-break {
    margin: 0;
  }
  .page-recruit .recruit-fild .contain-acc .acc-body dl {
    display: block;
    width: auto;
    margin: 0;
    padding: 0 0 72px;
  }
  .page-recruit .recruit-fild .contain-acc .acc-body dt {
    margin: 5px 0 9px;
    width: auto;
    font-size: 22px;
    line-height: 150%;
  }
  .page-recruit .recruit-fild .contain-acc .acc-body dd {
    font-size: 18px;
  }
  .page-recruit .recruit-fild .contain-acc .acc-body dd p {
    position: relative;
    padding-left: 11px;
    padding-bottom: 10px;
    font-size: 18px;
  }
  .page-recruit .recruit-fild .contain-acc .acc-body dd p:last-child {
    padding-bottom: 0;
  }
  .page-recruit .recruit-fild .contain-acc .acc-body dd p::after {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #0029d2;
  }
  .page-recruit .recruit-fild .contain-acc .acc-body .box-link {
    position: relative;
    padding: 95px 0 0;
    text-align: left;
  }
  .page-recruit .recruit-fild .contain-acc .acc-body .box-link .link-external {
    display: inline-block;
    margin-bottom: 7px;
    font-size: 22px;
  }
  .page-recruit .recruit-fild .contain-acc .acc-body .box-link .link-external::after {
    content: "";
    -webkit-mask: url(../../images/img_link_external.svg) no-repeat 50%;
    -webkit-mask-size: cover;
    mask: url(../../images/img_link_external.svg) no-repeat 50%;
    mask-size: cover;
    margin-left: 10px;
    width: 21px;
    height: 20px;
  }
  .page-recruit .recruit-fild .contain-acc .acc-body .box-link .text {
    font-size: 18px;
    padding-right: 10px;
  }
  .page-recruit .recruit-fild .contain-acc .inner {
    padding: 74px 24px 94px;
  }
  .page-recruit .recruit-fild .contain-acc.active .acc-head {
    padding-left: 24px;
  }
  .page-recruit .recruit-fild .contain-acc.active .acc-head::after {
    width: 20px;
    height: 10px;
  }
  .page-recruit .recruit-fild .swiper {
    margin: 100px auto;
    width: 100%;
  }
  .page-recruit .recruit-fild .swiper .swiper-slide {
    width: 165px;
    height: 123px;
  }
  .page-recruit .recruit-fild .swiper .swiper-slide + .swiper-slide {
    margin-right: 4px;
  }
  .page-recruit .recruit-fild .swiper .swiper-slide img {
    width: 100%;
    object-fit: cover;
  }
  .page-contact .title {
    margin: 12px 24px 34px;
    font-size: 20px;
  }
  .page-contact .contact-services {
    min-height: 0;
  }
  .page-contact .contact-services .text- {
    margin: 0 24px 98px;
    font-size: 32px;
    line-height: 120%;
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: -1.33px;
  }
  .page-contact .contact-services .text- br {
    display: block;
  }
  .page-contact .contact-information {
    min-height: 0;
  }
  .page-contact .contact-information .title {
    margin: 10px 24px 50px;
  }
  .page-contact .contact-information .text- {
    margin: 0 24px 45px;
    font-size: 28px;
    word-break: keep-all;
    font-weight: 500;
  }
  .page-contact .contact-information .text-en {
    display: block;
    margin: 0 24px 208px;
    font-size: 18px;
    line-height: 130%;
    font-weight: 500;
    word-break: keep-all;
  }
  .page-contact .contact-information .mail,
  .page-contact .contact-information .tel,
  .page-contact .contact-information .fax {
    padding: 0 24px;
    height: 50px;
    font-family: "proxima-nova";
    font-size: 28px;
    line-height: 150%;
  }
  .page-contact .contact-information .mail__inner,
  .page-contact .contact-information .tel__inner,
  .page-contact .contact-information .fax__inner {
    font-weight: 600;
    text-indent: 0;
  }
  .page-contact .contact-information .mail__inner a,
  .page-contact .contact-information .tel__inner a,
  .page-contact .contact-information .fax__inner a {
    color: #0029d2;
    text-decoration: none;
  }
  .page-contact .contact-information .tel {
    font-size: 28px;
  }
  .page-contact .contact-information .fax {
    margin-bottom: 88px;
    font-size: 28px;
  }
  .page-contact .contact-location .location-inner .item {
    margin-bottom: 40rem;
  }
  .page-contact .contact-location .location-inner .item + .item .map::before {
    left: 327px;
    top: 172px;
  }
  .page-contact .contact-location .title {
    margin-bottom: 23px;
  }
  .page-contact .contact-location .text-address {
    margin: 0 24px 34px;
    font-size: 28px;
    line-height: 130%;
    word-break: keep-all;
  }
  .page-contact .contact-location .info-box {
    position: static;
    height: auto;
  }
  .page-contact .contact-location .info-wrap {
    position: static;
    transform: none;
  }
  .page-contact .contact-location .map {
    /*         position: absolute;
            left: 0;
            bottom: 200px; */
    margin-bottom: 0;
    width: 100%;
    height: 287px;
    background-image: url(../../images/img_map2.svg);
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .page-contact .contact-location .map::after {
    content: none;
  }
  .page-contact .contact-location .map::before {
    left: 329px;
    top: 118px;
    width: 20px;
    height: 20px;
    border-width: 4px;
  }
  .page-contact .contact-location .text-information {
    position: static;
    margin: 0 15px;
    padding: 13px 0 73px;
    width: auto;
    font-size: 18px;
    line-height: 150%;
  }
  .page-contact .contact-location .text-information strong {
    display: block;
    margin-bottom: 26px;
    font-size: 22px;
  }
  .page-contact .contact-location .text-information + .text-information {
    top: 0;
  }
  .page-contact .contact-location .text-information + .text-information .link-map {
    height: 27px;
    margin-top: 18px;
    font-size: 18px;
  }
  .main-special {
    margin: 55px 0 0 0;
    width: auto;
    max-width: none;
    height: calc(100vh - 55px);
    overflow: hidden;
  }
  .main-special .article {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 0 24px;
    width: 100%;
    height: calc(100% - 110px);
    overflow: hidden;
    display: block;
    box-sizing: border-box;
    background: #fff;
    border-left: none;
    border-top: 2px solid #0029d2;
    transition: top 0.4s;
  }
  .main-special .article:nth-child(3) {
    left: 0;
    top: calc(100% - 55px);
    width: 100%;
  }
  .main-special .article:nth-child(3).active {
    left: 0;
    top: 110px;
  }
  .main-special .article:nth-child(2) {
    left: 0;
    top: calc(100% - 110px);
    width: 100%;
  }
  .main-special .article:nth-child(2).active {
    top: 55px;
    left: 0;
  }
  .main-special .article:nth-child(2).active + article {
    top: calc(100% - 55px);
    left: 0 !important;
  }
  .main-special .article:nth-child(2).active + article.active {
    top: 110px;
  }
  .main-special .article:nth-child(1) {
    left: 0;
    top: 0;
  }
  .main-special .article:nth-child(1).active {
    left: 0;
    top: 0;
  }
  .main-special .article:nth-child(1).active + article {
    left: 0;
    top: calc(100% - 110px);
  }
  .main-special .article:nth-child(1).active + article + article {
    left: 0;
    top: calc(100% - 55px);
  }
  .main-special .article .box-image {
    display: flex;
    justify-content: center;
    align-items: center;
    float: none;
    margin-bottom: 12px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    max-height: none;
  }
  .main-special .article .box-image img {
    width: 100%;
    height: auto;
  }
  .main-special .article .box-text {
    position: static;
    margin: 0 0;
    top: 0;
    width: 100%;
    flex-shrink: 1;
  }
  .main-special .article .text-title {
    margin-bottom: 6px;
    font-size: 22px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .main-special .article .text-detail {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .main-special .article .text-detail > span {
    display: none;
  }
  .main-special .article .text-detail br {
    display: none;
  }
  .main-special .article .link-more {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    text-indent: -10000px;
    overflow: hidden;
  }
  .main-special .title {
    flex-shrink: 0;
    width: auto;
    height: auto;
    font-size: 24px;
    font-weight: 600;
    line-height: 55px;
    white-space: normal;
    writing-mode: horizontal-tb;
    transform: none;
  }
  .main-special .title span {
    font-size: 14px;
  }
  .main-special .cont {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: calc(100% - 55px);
    overflow: hidden;
  }
  .main-insight {
    position: relative;
    margin: 110px 0 0;
  }
  .main-insight .title {
    margin-bottom: 73px;
    padding: 8px 24px 0;
    font-size: 24px;
  }
  .main-insight .article {
    position: relative;
    margin-top: 0;
    padding: 0;
  }
  .main-insight .article + .article {
    margin-top: 120px;
  }
  .main-insight .article.type-1 {
    display: block;
    position: relative;
  }
  .main-insight .article.type-1 .project-image {
    margin: 0 24px;
  }
  .main-insight .article.type-1 .project-detail {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin: 0 24px;
    width: auto;
  }
  .main-insight .article.type-1 .project-name {
    display: block;
    margin: 12px 0 2px;
    padding-bottom: 0;
    height: auto;
    font-size: 22px;
    font-weight: 700;
    line-height: 130%;
  }
  .main-insight .article.type-1 .project-name strong {
    display: none;
  }
  .main-insight .article.type-1 .project-description {
    margin: 0;
    padding: 0 0 8px;
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 150%;
    color: #606168;
    border-bottom: 1px solid #0029d2;
  }
  .main-insight .article.type-1 .project-more {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    width: 100%;
    text-indent: -1000px;
    overflow: hidden;
    border-bottom: none;
  }
  .main-insight .article.type-1 .project-more a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .main-insight .article.type-2 .project-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 24px;
    overflow: hidden;
  }
  .main-insight .article.type-2 .project-image img {
    display: block;
    width: auto;
    height: 100%;
    max-height: 400px;
  }
  .main-insight .article.type-2 .project-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
  .main-insight .article.type-2 .project-name {
    margin: 12px 24px 8px;
    padding: 0 0 0;
    width: 100%;
    height: auto;
    font-size: 22px;
    font-weight: 700;
    line-height: 130%;
    border-bottom: none;
  }
  .main-insight .article.type-2 .project-description {
    margin: 0 24px;
    padding: 0 0 6px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #606168;
    border-bottom: 1px solid #0029d2;
  }
  .main-insight .article.type-2 .project-more {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    width: 100%;
    text-indent: -1000px;
    overflow: hidden;
    border-bottom: none;
  }
  .main-insight .article.type-2 .project-more a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .main-casestudy {
    position: relative;
    margin-top: 200px;
    padding: 0;
    overflow: hidden;
  }
  .main-casestudy .title {
    margin-bottom: 73px;
    padding: 7px 24px 0;
    font-size: 24px;
  }
  .main-casestudy ul {
    margin: 0 24px;
    display: block;
  }
  .main-casestudy ul li {
    position: relative;
    width: 100%;
    flex-shrink: 0;
    margin-bottom: 120px;
  }
  .main-casestudy ul li .box-image {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .main-casestudy ul li:last-of-type {
    margin-bottom: 0px;
  }
  .main-casestudy ul li img {
    width: 100%;
  }
  .main-casestudy ul li.wide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .main-casestudy ul li.wide a {
    width: 100%;
  }
  .main-casestudy ul li.wide .project-name {
    margin: 0;
    padding: 13px 0 8px;
    font-size: 20px;
    width: 100%;
    line-height: 130%;
    border-bottom: 1px solid #0029d2;
  }
  .main-casestudy ul li.wide img {
    width: auto;
    height: 100%;
    max-height: 400px;
  }
  .main-casestudy ul li.wide .project-more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    text-align: right;
  }
  .main-casestudy ul li.wide .project-more a {
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .main-casestudy .project-name {
    margin: 0;
    padding: 12px 0 5px;
    font-size: 20px;
    line-height: 140%;
    border-bottom: 1px solid #0029d2;
  }
  .main-casestudy .project-more {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    text-indent: -1000px;
    overflow: hidden;
    border-bottom: none;
  }
  .main-casestudy .project-more a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .main-ongoingproject {
    position: relative;
    margin-top: 200px;
    padding: 0 0 200px;
    overflow: hidden;
  }
  .main-ongoingproject .title {
    margin-bottom: 69px;
    padding: 5px 24px 0;
    font-size: 24px;
  }
  .main-ongoingproject ul {
    margin: 0 24px;
    display: block;
  }
  .main-ongoingproject ul li {
    width: 100%;
    margin-bottom: 78px;
  }
  .main-ongoingproject ul li img {
    width: 100%;
  }
  .main-ongoingproject .project-name {
    display: block;
    margin-top: 12px;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
  }
  .main-ongoingproject .project-category {
    padding: 0;
    font-size: 18px;
    line-height: 130%;
    color: #a5a5a5;
  }
  .main-ongoingproject .link-more {
    padding: 0 0px 0px 0;
    width: 103px;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
  }
  .main-ongoingproject .link-more::after {
    width: 19px;
    height: 9px;
    margin-left: 6px;
  }
  .intro {
    display: block;
    position: relative;
    z-index: 100;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    background-color: #0029d2;
  }
  .intro .logo {
    left: 24px;
    top: 245px;
    margin-top: 0;
    width: calc(100% - 48px);
    height: 1px;
    text-indent: -1000px;
    overflow: visible;
  }
  .intro .logo::after {
    content: "";
    -webkit-mask: url(../../images/CI.svg) no-repeat left top;
    -webkit-mask-size: auto;
    mask: url(../../images/CI.svg) no-repeat left top;
    mask-size: auto;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30rem;
    background-color: #fff;
    transition: all 0.4s;
  }
  .intro .slogun {
    height: 1px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
  }
  .intro .text {
    position: absolute;
    left: 24px;
    top: 298px;
    width: calc(100% - 48px);
    font-family: "proxima-nova";
    font-size: 14px;
    line-height: 150%;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0;
  }
  .intro .text br {
    display: none;
  }
  .intro .slogun.m2 {
    top: auto;
    bottom: 137px;
    right: 24px;
    font-size: 16px;
  }
  .intro .slogun.m3 {
    top: auto;
    bottom: 81px;
    right: 24px;
    font-size: 16px;
  }
  .intro .line.l1 {
    bottom: 162px;
  }
  .intro .line.l2 {
    bottom: 108px;
  }
  .intro .line.l3 {
    bottom: 54px;
  }
}
.index-page .flex-box.list li:last-child {
  padding-bottom: 22px;
}

/* 320px Mobile 대응 */
@media (max-width: 320px) {
  .header-site__inner .navigation-global ul {
    gap: 15px;
  }
}