/*
Theme Name: Junglim
Text Domain: junglim
*/

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.min.css");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
textarea,
input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
figure {
  margin: 0;
}
button {
  outline: none;
  color: var(--cbk);
  font-weight: 500;
  border: none;
  background: transparent;
  padding: 0;
  font-family: "UniversPro67BoldCondensed", "Pretendard Variable", Pretendard,
    -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue",
    "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic",
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
html {
  font-size: 62.5%;
}
a {
  text-decoration: none;
}

/*  common
------------------------------------------------------------------------ */
::selection {
  background-color: var(--cpa);
  color: var(--cwh);
}
:root {
  --cpa: #369443;
  --cpc: #2eafff;
  --cpca: rgba(46, 175, 255, 0.35);
  --cwha: rgba(255, 255, 255, 0.35);
  --cbka: rgba(0, 0, 0, 0.15);
  --cwha-all: rgba(255, 255, 255, 0.95);
  --cp2: #15b874;
  --cp3: #fe703f;
  --cp4: #ee703f;
  --cp5: #fe003f;
  --cwh: #fff;
  --cbk: #000;

  --cg1: #222;
  --cg2: #444;
  --cg3: #777;
  --cg4: #999;
  --cg5: #aaa;
  --cg6: #ccc;
  --cg7: #eee;
  --cg8: #f3f3f3;

  --blur-amount: 50px;
  --blur-amount2: 2px;
  --line1: #ccc;
  --op-bk: rgba(0, 0, 0, 0.3);
  --btn: 1.4rem;

  --fs0: min(max(1rem, 1vw), 1.2rem);
  --fs1: min(max(1.25rem, 1.2vw), 1.5rem);
  --fs2: min(max(1.35rem, 1.35vw), 1.7rem);
  --fs3: min(max(1.4rem, 1.55vw), 2.2rem);
  --fs4: min(max(1.6rem, 1.8vw), 2.4rem); /* 기준 값 */
  --fs5: min(max(1.7rem, 2vw), 2.6rem);
  --fs6: min(max(1.8rem, 2.2vw), 2.8rem);
  --fs7: min(max(2rem, 2.4vw), 3rem);
  --fs8: min(max(2.2rem, 2.8vw), 3.6rem);
  --fs9: min(max(2.4rem, 3vw), 4rem);
  --fs10: min(max(2.6rem, 3.5vw), 4.4rem);
  --fsmax: min(max(2.8rem, 4vw), 5rem);

  --ttl: 1s;
  --ttm: 0.7s;
  --tts: 0.35s;
}

h1 {
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.03rem;
}
h2 {
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.025rem;
}
h3 {
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: -0.025rem;
}
h4 {
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: -0.02rem;
}
h5 {
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: -0.02rem;
}
h6 {
  line-height: 1.6;
  font-weight: 700;
}
p {
  font-size: var(--fs2);
  line-height: 1.75;
  font-weight: 700;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.tal {
  text-align: left;
}
.ttu {
  text-transform: uppercase;
}

.maxw {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 979.99px) and (max-width: 1479.98px) {
  .maxw {
    max-width: 1280px;
  }
}
.maxws {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 979.99px) and (max-width: 1479.98px) {
  .maxws {
    max-width: 860px;
  }
}
.lmt {
  width: calc(100% - 24px) !important;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.po {
  display: block !important;
}
.mo {
  display: none !important;
}

.nmt {
  margin-top: 0 !important;
}
.nmb {
  margin-bottom: 0 !important;
}
.npt {
  padding-top: 0 !important;
}
.npb {
  padding-bottom: 0 !important;
}

.mt0 {
  margin-top: 4px;
}
.mt1 {
  margin-top: 8px;
}
.mt2 {
  margin-top: 16px;
}
.mt3 {
  margin-top: 24px;
}
.mt4 {
  margin-top: 32px;
}
.mt5 {
  margin-top: 40px;
}
.mt6 {
  margin-top: 60px;
}
.mt7 {
  margin-top: 100px;
}
.mtv {
  margin-top: calc(100px + 7.5vh);
}
.mb1 {
  margin-bottom: 8px;
}
.mb2 {
  margin-bottom: 16px;
}
.mb3 {
  margin-bottom: 24px;
}
.mb4 {
  margin-bottom: 32px;
}
.mb5 {
  margin-bottom: 40px;
}
.mb6 {
  margin-bottom: 60px;
}
.mb7 {
  margin-bottom: 100px;
}
.mbv {
  margin-bottom: calc(100px + 7.5vh);
}

.pt1 {
  padding-top: 8px;
}
.pt2 {
  padding-top: 16px;
}
.pt3 {
  padding-top: 24px;
}
.pt4 {
  padding-top: 32px;
}
.pt5 {
  padding-top: 40px;
}
.pt6 {
  padding-top: 60px;
}
.pt7 {
  padding-top: 100px;
}
.pb1 {
  padding-bottom: 8px;
}
.pb2 {
  padding-bottom: 16px;
}
.pb3 {
  padding-bottom: 24px;
}
.pb4 {
  padding-bottom: 32px;
}
.pb5 {
  padding-bottom: 40px;
}
.pb6 {
  padding-bottom: 60px;
}
.pb7 {
  padding-bottom: 100px;
}

.off {
  opacity: 0;
  position: relative;
  top: 15px;
}
.on {
  opacity: 1;
  top: 0;
  transition: var(--ttm);
}
.fx {
  display: flex;
  align-items: start;
  gap: 12px;
}
.fx2,
.fx3,
.fx3fix,
.fx4,
.fx6 {
  width: 100%;
  gap: 12px;
  flex-wrap: wrap;
}
.fx2 > * {
  width: calc(50% - 6px);
}
.fx3 > * {
  width: calc(33.33333333% - 8px);
}
.fx3fix > * {
  width: calc(33.33333333% - 8px) !important;
}
.fx4 > * {
  width: calc(25% - 9px);
}
@media (min-width: 1799.99px) and (max-width: 9999.98px) {
  .fx3 > * {
    width: calc(16.66666666666666666667% - 10px);
    width: calc(20% - 9.6px);
  }
}
.fx6 > * {
  width: calc(16.6666666666666666667% - 10px);
}
.thum {
  position: relative;
}
.thum > img {
  width: 100%;
  height: auto;
  display: block;
}
.thum:hover > img {
}
.thum > img {
  border-radius: 2px;
  width: 100%;
  height: auto;
  aspect-ratio: 52 / 49;
  object-fit: cover;
  object-position: center;
  display: block;
}
.gap {
  gap: 32px;
}
.gap24 {
  gap: 24px;
}

.fxjc {
  justify-content: center;
}
.fxsb {
  justify-content: space-between;
}
.fxas {
  align-items: stretch;
}
.fxdc {
  flex-direction: column;
}
.fxnw {
  flex-wrap: nowrap;
}
.fxw {
  flex-wrap: wrap;
}
.flx3 {
  flex: 3;
}
.flx4 {
  flex: 4;
}
.flx5 {
  flex: 5;
}
.flx6 {
  flex: 6;
}
.flx7 {
  flex: 7;
}

.ctw {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
}
.cth {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
.cent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.zero {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
}

.rd1 {
  border-radius: 4px;
}
.rd2 {
  border-radius: 8px;
}
.rd3 {
  border-radius: 16px;
}

.ell {
  width: 100%;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal !important;
  display: block;
}
.ellmx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  margin-top: 1px;
  max-height: 80px;
  overflow: hidden;
  vertical-align: top;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.btn-wrap {
}
.btn {
  text-align: center;
  padding: 10px 20px;
  color: var(--cwh);
  font-size: var(--fs1);
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  background-color: var(--cwha);
}
.btn2 {
  text-align: center;
  padding: 4px 16px;
  color: var(--cpa);
  font-size: var(--btn);
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  background-color: var(--cwh);
  border: 1px solid var(--cg6);
}
.btn:hover {
  transition: var(--tts);
}
.btn .ico {
  position: absolute;
  right: 16px;
  top: 50%;
  bottom: auto !important;
  transform: translate(0, -50%);
}
/* module 
------------------------------------------------------------------------ */
.entry-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 4px;
}
.more-read {
  position: absolute;
  right: 0;
  top: 0;
  color: var(--cg4);
  font-size: var(--fs2);
  text-align: right;
}
.hovering {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  height: 0;
  transition: var(--tts);
  mix-blend-mode: multiply;

  background-image: linear-gradient(
    to bottom,
    rgba(54, 148, 67, 0),
    rgba(54, 148, 67, 0.5)
  );
  pointer-events: none;
}
.hovering.act {
  height: 30%;
  transition: var(--tts);
}
.tag-link {
  background: var(--cg6);
  color: var(--cg2);
  border-radius: 2px;
  padding: 4px 4px 1px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  font-size: var(--fs0);
  display: inline-block;
}
/* cf7 
------------------------------------------------------------------------ */
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="text"] {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  appearance: none;
  font-size: var(--fs2);
  color: var(--cwh);
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  padding: 16px;
  box-sizing: border-box;
  font-family: "UniversPro67BoldCondensed", "Pretendard Variable", Pretendard,
    -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue",
    "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic",
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.wpcf7-form textarea {
  padding: 20px;
  font-size: var(--fs2);
  width: 100%;
  max-height: 190px;
  appearance: none;
  border: none;
  line-height: 1.5;
  border: 1px solid var(--cg5);
  border-radius: 0;
  box-sizing: border-box;
  font-family: "UniversPro67BoldCondensed", "Pretendard Variable", Pretendard,
    -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue",
    "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic",
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form .wpcf7-spinner {
  height: 0;
  display: none;
}
.wpcf7-form .act input {
  border-color: var(--cbk);
  border-width: 2px;
  outline: none;
}
.cont-body .wpcf7-list-item-label {
  font-size: var(--fs1);
  color: var(--cg4);
}
.cont-body .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form input[type="checkbox"] {
  width: 16px;
  height: 16px;
  border-radius: 100px;
  vertical-align: middle;
  border: none;
  border: 1px solid var(--cwh);
  margin: 0 4px 0 0;
  display: inline-block;
}
.wpcf7-form input[type="checkbox"]:checked {
  background-color: var(--cpa);
  border-radius: 100px;
  border-color: var(--cpa);
  color: var(--cwh);
  transition: 0.3s;
}
.cont-body .wpcf7-not-valid-tip {
  font-size: var(--fs2);
  margin-top: 5px;
}
.wpcf7-form .wpcf7-submit {
  appearance: none;
  opacity: 1;
  font-size: var(--fs2);
  position: relative;
  background-color: transparent;
  border: none;
  height: auto;
  width: auto;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  height: 48px;
  padding: 0 18px;
  line-height: 48px;
  color: var(--cwh);
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 100%;
  background-color: rgba(20, 20, 20, 0.7);
  color: var(--cwh);
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none !important;
  color: var(--cwh) !important;
  background-color: var(--cp1) !important;
  font-size: var(--fs3) !important;
}
.wpcf7-form .material-symbols-outlined {
  font-size: var(--fs5) !important;
  color: var(--cp1) !important;
}
.wpcf7-form .wpcf7-submit:hover {
  background-color: var(--cg2);
  border-color: var(--cbk);
  cursor: pointer;
}
.wpcf7-list-item-label {
  font-size: var(--fs1);
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  margin-top: 10px !important;
  font-size: var(--fs1) !important;
  background: transparent !important;
  color: var(--cwh) !important;
}
.wpcf7-form .wpcf7-submit:focus {
  outline: none;
}
.wpcf7 p {
  line-height: 1.5;
}
.wpcf7 label {
  font-size: var(--fs1);
  color: var(--cg3);
}
.wpcf7 .wpcf7-list-item {
  margin: 0;
  margin-top: 10px;
}
.wpcf7 label a {
  color: var(--cg5);
}

.bback {
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(var(--blur-amount));
  -webkit-backdrop-filter: blur(var(--blur-amount));
}
.bback8 {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(var(--blur-amount));
  -webkit-backdrop-filter: blur(var(--blur-amount));
}
.bbackg {
  background-color: rgb(245 245 245 / 70%);
  backdrop-filter: blur(var(--blur-amount));
  -webkit-backdrop-filter: blur(var(--blur-amount));
}
#film {
  width: 0;
  height: 0;
  overflow: hidden;
  top: 50%;
  left: 50%;
  position: fixed;
  z-index: 9;
  filter: blur(300px);
  background: var(--cpa);
  mix-blend-mode: multiply;
  cursor: pointer;
  opacity: 0;
  transition: var(--tts);
}
.dye #film,
.open #film {
  top: 0;
  left: 0;
  opacity: 1;
  filter: blur(0);
  width: 100%;
  height: 100vh;
  transition: var(--tts);
}
.dye #film {
  transition: none;
}
.dye {
  overflow: hidden;
}
.magnify > .magnify-lens {
  width: 300px;
  height: 300px;
}

ul.dot {
  padding-left: 16px;
}
ul.dot li {
  position: relative;
}
ul.dot li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  margin-left: -13px;
  margin-right: 8px;
  vertical-align: middle;
  background: var(--cg2);
  display: inline-block;
  position: absolute;
  top: 12px;
}

/* accordion */
a.accordion {
  cursor: pointer;
  width: 100%;
  font-size: var(--fs3);
  transition: var(--tts);
  color: var(--cg2);
  display: block;
  line-height: 1.5;
  position: relative;
}
.panel {
  padding: 4px 0;
  box-sizing: border-box;
  display: none;
  padding-bottom: 20px;
  width: 50%;
  color: var(--cbk);
  margin-left: 50%;
}
/* pagination */
.pagination {
  margin-top: 60px;
  text-align: left;
  text-align: center;
  clear: both;
}
.pagination .current,
.pagination a {
  font-size: var(--fs2);
  line-height: 1.5;
  display: inline-block;
  margin: 0 8px;
  padding: 0;
  text-align: center;
  color: var(--cbk);
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.pagination a:hover {
  color: var(--cg1);
}
.pagination .current {
  background-color: var(--cg6);
  width: 24px;
  border-radius: 2px;
  height: 24px;
  line-height: 26px;
  text-align: center;
}
.pagination .arr {
  background-size: 24px;
  background-repeat: no-repeat;
  text-indent: -9999em;
  width: 20px;
}
.pagination .pg-n {
  background-image: url("images/ico-arr-r-g.svg");
  background-position: right 45% center;
}
.pagination .pg-p {
  background-image: url("images/ico-arr-l-g.svg");
  background-position: left 45% center;
}
.pagination .fir {
  background-image: url("images/ico-ll.svg");
  background-position: right 47% center;
}
.pagination .lst {
  background-image: url("images/ico-rr.svg");
  background-position: right 47% center;
}

/* layout
------------------------------------------------------------------------ */

body {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  word-break: keep-all;
  overflow-x: hidden;
  line-height: 1.48;
  font-weight: 700;
  font-size: var(--fs3);
  letter-spacing: -0.01em;
  text-rendering: optimizeLegibility;
  background-color: var(--cwh);
  color: var(--cg1);
  font-family: "UniversPro67BoldCondensed", "Pretendard Variable", Pretendard,
    -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue",
    "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic",
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.fff {
  font-family: "UniversPro57Condensed", "kim-jung-chul-gothic", sans-serif;
}
.kjc-l {
  font-family: "UniversPro67BoldCondensed", "kim-jung-chul-gothic", sans-serif;
}
.kjc-r {
  font-family: "UniversPro67BoldCondensed", "kim-jung-chul-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.kjc-b {
  font-family: "UniversPro67BoldCondensed", "kim-jung-chul-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
/* header 
------------------------------------------------------------------------ */
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  height: 54px;
  z-index: 8;
  box-sizing: border-box;
  transform: translate(-50%, 0);
}
header.act {
  background: var(--cwh);
  transition: var(--tts);
}
header .inner {
  position: relative;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

/* menu-icn */
#menu-inc {
  font-size: var(--fs3);
  cursor: pointer;
  font-weight: 700;
  gap: 4px;
  align-items: center;
}
.keycap {
  display: inline-block;
  padding: 0.4em 0.4em 0.2em;
  font-size: var(--fs0);
  line-height: 1.2;
  border: 1px solid;
  border-radius: 2px;
}

/* logo */
#logo {
  display: block;
  margin-top: -6px;
}
#logo img {
  display: block;
  height: 24px;
  filter: invert(1);
}

/* nav */
#nav {
  position: fixed;
  right: -501px;
  top: 12px;
  width: auto;
  max-width: 500px;
  aspect-ratio: 3.6 / 10;
  background: var(--cbk);
  z-index: 99;
  height: calc(100% - 24px);
  padding: 12px;
  overflow: hidden;
  box-sizing: border-box;
  transition: var(--tts);
  min-height: 680px;
}
.open #nav {
  right: 12px;
  transition: var(--tts);
}
#nav h3 {
  font-size: var(--fs3);
  line-height: 1.4;
  color: var(--cg4);
  margin-bottom: 16px;
}
#nav .search-wrap {
  margin-bottom: 60px;
}
.menu {
}
.menu li {
}
.menu li a {
  font-size: var(--fs3);
  line-height: 1.4;
  color: var(--cwh);
  text-transform: uppercase;
  position: relative;
}
.menu li .sub-menu {
  padding-left: 36px;
}
#menu-gnb li a {
  margin-left: 64px;
}
.menu li a:hover {
  opacity: 0.5 !important;
  transition: var(--tts);
}
.menu-item-count {
  position: absolute;
  left: -64px;
  color: var(--cg4);
}
.menu li a::before {
  content: "";
  position: absolute;
  background: var(--cbk);
  width: 0;
  height: 1px;
  bottom: -3px;
  left: 0;
  z-index: -1;
  transition: var(--tts);
}
.menu li:hover > a::before {
  width: 100%;
  transition: var(--tts);
}
.menu li.current-menu-item a,
.menu li.current-menu-parent a,
.menu li.current-menu-item a::before,
.menu li.current-menu-parent a::before {
  opacity: 1;
  width: 100%;
}
.menu li.current-menu-parent a::before {
  opacity: 0;
  width: 0;
}
.menu li.current-menu-parent .sub-menu li.current-menu-item a::before {
  background-color: var(--cwh) !important;
  opacity: 1;
  width: 100%;
}
#gnb .sub-menu li:nth-child(4) {
  margin-bottom: 0;
}
#gnb .sub-menu {
  margin-bottom: 0;
}
#gnb .sub-menu li a {
  opacity: 0.7;
}
/*
#gnb li:nth-child(4) {
	margin-bottom: 24px;
}
*/
#lnb {
  position: absolute;
  bottom: 80px;
  width: calc(100% - 24px);
}
.lang-switch {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  padding-top: 12px;
  border-top: 1px solid var(--cg4);
}

.lang-btn {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: var(--fs3);
  transition: color 0.3s ease;
}
.lang-btn:hover {
  color: var(--cwh);
}

.lang-btn.active {
  color: var(--cwh);
}
.lang-divider {
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
}
#goto {
  display: block;
  width: calc(100% - 24px);
  position: absolute;
  bottom: 12px;
  background: var(--cpc);
  padding: 7px 6px 6px 6px;
  box-sizing: border-box;
  color: var(--cbk);
  font-size: var(--fs3);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#goto span {
  line-height: 1;
}
#lnb .menu {
  margin-left: 0;
}
#policy {
  margin-top: 28px;
}
#lnb .menu li a {
  font-size: var(--fs3);
  color: var(--cg4);
  padding-left: 0;
  text-transform: capitalize;
}
#junglim {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: var(--cwh);
  opacity: 1;
}
#junglim p {
  font-size: var(--fs4);
  color: var(--cpa);
}
#junglim.bye {
  opacity: 0;
  filter: blur(5px);
  transform: scale(1.1);
  pointer-events: none;
  transition: 0.7s;
}
#junglim img {
  display: none;
  position: absolute;
  width: 300px;
}
#intro {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: var(--cwh);
  width: 100%;
  height: 100vh;
  transition: var(--ttm);
  gap: 0;
}
#branch {
  gap: 0;
  width: 100%;
  height: 100%;
}
#branch > div {
  position: relative;
  height: 100%;
  width: 50%;
}
#branch a {
  padding: 24px 40px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
#branch a img {
  display: block;
  width: auto;
  height: 36px;
  margin: 0 auto;
}
#branch a h1 {
  color: var(--cbk);
  display: none;
  line-height: 1;
  font-size: var(--fs6);
  margin-top: 10px;
}
#branch a:hover img {
  display: none;
}
#branch a:hover h1 {
  display: block;
}
/*
#intro .hovering {
	background-image: linear-gradient(to bottom, rgba(54, 148, 67, 0), rgba(54, 148, 67, .9));
}
#intro .hovering.act {
	height: 100%;
	transition: var(--tts);
}
#intro div.wp-block-group {
	width: 100%;
	height: 100%;
	align-items: center;
}
#intro div.wp-block-group .wp-block-group__inner-container {
	width: 100%;
	position: relative;
	height: 100%;
}
#intro div.wp-block-group .wp-block-group__inner-container h3 {
	font-size: var(--fs6);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	text-align: center;
	display: flex;
	z-index: 9;
	height: 32px;
}
#intro div.wp-block-group .wp-block-group__inner-container p {
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 1.4;
	font-weight: 700;
	box-sizing: border-box;
	padding: 20px 30px;
	color: var(--cwh);
	opacity: 0;
	z-index: 2;
	transition: var(--tts);
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
#intro div.wp-block-group:hover {
	cursor: pointer;
}
#intro div.wp-block-group:hover .wp-block-group__inner-container p {
	width: 75%;
	opacity: 1;
	transition: var(--tts);
}
#intro div.wp-block-group:hover .wp-block-group__inner-container .hovering {
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(54, 148, 67, 0), rgba(54, 148, 67, .9));
}
#intro div.wp-block-group:last-child:hover .wp-block-group__inner-container .hovering {
	background-image: linear-gradient(to bottom, rgba(26, 159, 242, 0), rgba(26, 159, 242, .9));
}
#intro div.wp-block-group .wp-block-group__inner-container figure {
	width: 100%;
	height: 100%;
}
#intro div.wp-block-group .wp-block-group__inner-container figure img {
	filter: grayscale(1);
	width: 100%;
	object-fit: cover;
	object-position: center;
	height: 100%;
	display: block;
	transition: var(--tts);
}
#intro div.wp-block-group:hover .wp-block-group__inner-container figure img {
	filter: grayscale(0);
	transition: var(--tts);
}
#intro .goto {
	position: absolute;
	top: 50%;
	left: 30px;
	width: auto;
	transform: translate(0, -50%);
	display: flex;
	align-items: center;
	z-index: 9;
}
#intro .goto span {
	height: 32px;
	width: 32px;
	border-radius: 3px; 
	background-color: rgba(0,0,0,0.5);
	display: flex;
	justify-content: center;
	margin-right: 14px;
	opacity: 0;
	transition: var(--tts);
	width: 0;
}
#intro div.wp-block-group:hover .goto span {
	width: 32px;
	opacity: 1;
	transition: var(--tts);
}
#intro .goto span img {
	width: 50%;
}
#intro .goto img {
	width: auto;
	height: 32px;
	display: block;
}
*/
/* home 
------------------------------------------------------------------------ */
#p-home .inner {
  position: relative;
}
#jt_popup_overlay {
  background: var(--cpa) !important;
  mix-blend-mode: multiply;
  opacity: 1 !important;
}
.home header #logo,
.home header #menu-inc {
  filter: invert(1);
  transition: var(--tts);
}
.home header.act #logo,
.home header.act #menu-inc {
  filter: invert(0);
  transition: var(--tts);
}
#p-home .p-head {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 0;
}
#p-home .p-head #hero {
  width: 100%;
  height: 100vh;
  margin-top: 0;
}
.gradient-opacity::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30%;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.74)
  );
  pointer-events: none;
}
.gradient-opacity100::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  pointer-events: none;
}
#p-home .p-head #hero .slk .slick-list,
#p-home .p-head #hero .slk .slick-track {
  padding: 0 !important;
}
#p-home .p-head #hero .slk .slick-slide {
  width: 100vw !important;
  height: 100vh;
}
#p-home .p-head #hero .slk .slick-slide .wp-block-cover__inner-container {
  position: absolute;
  width: 90%;
  bottom: 0;
  left: 0;
  padding: 12px 12px;
  box-sizing: border-box;
}
#p-home .p-head #hero .slk .slick-slide .wp-block-cover__inner-container p {
  text-align: left !important;
  color: var(--cpa);
  text-transform: uppercase;
  font-size: var(--fs6) !important;
  line-height: 1.4;
}
#p-home .p-head #hero .slk .slick-dots {
  left: auto;
  transform: translate(0);
  right: 12px;
  bottom: 12px;
}
#p-home .p-head #hero .slk .slick-dots li {
  padding: 0;
}
.slk {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.slk.slick-initialized {
  opacity: 1;
}

#p-home .p-body {
  background: var(--cwh);
  position: relative;
  z-index: 1;
  margin-top: 100vh;
  padding-top: 12px;
  overflow: auto;
}
#p-home section {
  margin-top: 16vh;
}
#p-home section .inner h2.title {
  width: 100%;
  font-size: var(--fs3);
  line-height: 1.5;
  margin-bottom: 12px;
}
#p-home section#tagline {
  margin-top: 0;
}

#p-home .p-body section .info .title {
}
.aspect-1-1 img {
  aspect-ratio: 1 / 1;
}
.aspect-1-94-1 img {
  aspect-ratio: 16 / 9;
}
.aspect-2-3 img {
  aspect-ratio: 4 / 5;
}
.more-content {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  transition: var(--tts);
  background: var(--cwha);
  z-index: 7;
  animation: subtle-bounce 2s ease-in-out infinite;
}
.more-content.bk {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  transition: var(--tts);
  background: var(--cbka);
  z-index: 99;

  animation: subtle-bounce 2s ease-in-out infinite;
}
@keyframes subtle-bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
#p-home .p-body section ul .info {
  margin-top: 12px;
}
#p-home .p-body section ul.on .info {
  display: block;
}
#p-home .home-bu-head {
  background: var(--cwh);
  margin-bottom: 12px;
}
#p-home .home-bu-head .inner {
  padding: 12px;
  box-sizing: border-box;
}
#p-home .home-bu-head .inner article div {
  width: 80%;
  padding-left: 20px;
}
#p-home .home-bu-head .inner h4 {
  font-size: var(--fs7);
  margin-top: 32px;
  margin-bottom: 48px;
}
#p-home .home-bu-head .inner h4 b {
  border-bottom: 1px solid;
}
#p-home .home-bu-head .inner h5 {
  font-size: var(--fs4);
}
#home-bu {
  margin-top: 0 !important;
  background: linear-gradient(to bottom, #fff, #cecece, #fff);
  padding: 16vh 12px;
  box-sizing: border-box;
}
#p-home #home-bu ul.on .info {
  position: relative;
  width: 100%;
  margin-top: 0;
  padding-left: 0;
}
#p-home #home-bu ul.on .info a {
  gap: 6px;
}
#p-home #home-bu ul .info {
  margin-top: 0;
}
#p-home #home-bu ul.on .info .excerpt p {
  font-size: var(--fs1);
  color: var(--cg3);
}
#p-home .p-body section ul.on {
  row-gap: 36px;
}

#home-insights {
  margin-top: 0 !important;
}

#p-home {
  margin-bottom: 0;
}
#home-story .hero {
  width: 100%;
  height: 60vh;
  background-image: url("images/home-story.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
#home-story .hero h2 {
  z-index: 1;
  width: 80%;
  font-size: var(--fs7);
  line-height: 1.5;
  color: var(--cwh);
}
#home-link ul li {
  position: relative;
}
#home-link ul li div {
  position: absolute;
  padding: 12px;
  box-sizing: border-box;
  width: 90%;
  z-index: 1;
}
#home-link ul li .hovering {
  width: 100%;
}
#home-link ul li a:hover .hovering {
  height: 30%;
}
#home-link h3 {
  color: var(--cwh);
  font-size: var(--fs2) !important;
  line-height: 1.4;
}
#home-link h4 {
  color: var(--cwh);
  font-size: var(--fs5) !important;
  line-height: 1.32;
  text-transform: uppercase;
  display: flex;
  align-items: flex-start;
  line-height: 1;
}
#home-link img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: brightness(0.7);
}
.home-promise {
  margin: 16vh auto;
}
.home-promise h2 {
  width: 80% !important;
  margin: 0 auto;
  font-size: var(--fs7) !important;
  margin-bottom: 0 !important;
}
/* about 
------------------------------------------------------------------------ */
/* container 
------------------------------------------------------------------------ */
.container {
  margin: 0 auto 136px;
}
.main {
  min-height: 80vh;
  box-sizing: border-box;
  width: 100%;
  overflow-y: visible;
  margin: 0 auto;
}
.p-head {
  box-sizing: border-box;
  position: relative;
}
.p-head .title {
  font-size: var(--fs3);
  line-height: 54px;
}

/* insights 
------------------------------------------------------------------------ */
#p-insights-list .list li.sticky-post {
  width: calc(50% - 6px);
}
#p-insights-list .list {
  row-gap: 32px;
  flex-wrap: wrap;
}
h3.ins-title {
  line-height: 1.34;
  margin-top: 4px;
  font-size: var(--fs3);
  color: var(--cbk);
  margin-bottom: 8px;
}
.ins-exc p {
  font-size: var(--fs1);
  line-height: 1.5;
  letter-spacing: -0.015em;
  color: var(--cg4);
}

.single-nav {
  position: absolute;
  width: auto;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  z-index: 8;
}
.single-nav a {
  height: 54px;
  line-height: 54px;
  color: var(--cg1);
  font-size: var(--fs3);
  text-align: center;
}
.single .single-nav {
  display: none;
}
/* single */
.single-st2 .p-body div.ins-thum {
  width: 80%;
  margin: 60px auto 48px;
}
.single-st2 .p-body div.ins-thum img {
  width: 100%;
  height: auto;
}
.single-st2 .p-body h1.title {
  font-size: var(--fs6);
  margin-top: 4px;
}
.single-st2 .p-body h4.cat {
  font-size: var(--fs3);
}
.single-st2 #ins-body {
  overflow: auto;
  position: relative;
}
.single-st2 .p-body .inner #post > * {
  float: right;
  width: calc(70% - 20px);
  margin-bottom: 30px;
  word-wrap: break-word;
}
#post .wp-block-separator {
  height: 1px;
  width: 100%;
  border-top: 1px solid;
  border-bottom: none;
}
#post h3 {
  clear: both;
  float: left !important;
  width: calc(30% - 20px) !important;
  font-size: var(--fs3);
}
#post h4 {
  font-size: var(--fs2);
  color: var(--cg4);
  margin-bottom: 8px !important;
}
#post h6 {
  font-size: var(--fs1);
  color: var(--cg4);
  margin-bottom: 50px;
}
#post p {
  font-size: var(--fs2);
  letter-spacing: -0.01em;
  margin-bottom: 30px;
}
#post ol,
#post ul {
  list-style-type: decimal;
  margin-bottom: 30px;
}
#post ul {
  list-style-type: disc;
  margin-bottom: 30px;
}
#post ol li,
#post ul li {
  line-height: 1.75;
  font-size: var(--fs2);
  letter-spacing: -0.01em;
}
#post ul li ul {
  padding-left: 20px;
}
#post iframe {
  width: 100%;
}
#post figcaption {
  font-size: var(--fs0);
  color: var(--cg4);
}
#post a {
  color: var(--cpa);
  border-bottom: 1px solid;
}
#post a:hover {
  color: var(--cbk);
  transition: var(--tts);
}
#post .wp-block-button__link {
  border-radius: 4px;
  background-color: var(--cpa);
  color: var(--cwh);
  border: none;
}
#post .wp-block-button__link:hover {
  background-color: var(--cg2);
  color: var(--cwh);
}
/* projects 
------------------------------------------------------------------------ */
.p-head section {
  position: relative;
}
.p-head .view-toggle {
  position: absolute;
  top: 0;
  left: 75%;
  z-index: 8;
}
.p-head .view-toggle .act {
  color: var(--cbk);
}
.p-head .toggle-btn {
  font-size: var(--fs3);
  line-height: 54px;
  color: var(--cg4);
  font-weight: 700;
  margin: 0 8px;
  cursor: pointer;
}
.pjt-list .title {
  color: var(--cbk);
  font-size: var(--fs2);
  line-height: 1.24;
  flex: 1;
  text-align: left;
  text-transform: uppercase;
}
.ins-list,
.pjt-list {
  row-gap: 36px;
}
.pjt-list .info {
  margin-top: 12px;
}
#p-projects-list .text-list-meta,
#p-projects-list .image-list-meta {
  width: 100%;
}
#p-projects-list .text-list .image-list-meta {
  display: none;
}
#p-projects-list .image-list .text-list-meta {
  display: none;
}
#p-projects-list .text-list {
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0;
}
#p-projects-list .text-list li {
  position: relative;
}
#p-projects-list .text-list .title {
  font-size: var(--fs2);
  color: var(--cbk);
  width: 15%;
  flex: auto;
}
#p-projects-list .text-list .info .fx {
  gap: 0;
  transition: var(--tts);
}
#p-projects-list .text-list .info .gray * {
  color: var(--cg4);
  transition: var(--tts);
}
#p-projects-list .text-list .info a:hover h3 {
  color: var(--cbk) !important;
}
#p-projects-list .text-list .info a h3.location {
  width: 7.5%;
}
#p-projects-list .text-list .info a h3:last-child {
  text-align: right;
  width: 7.5%;
}
#p-projects-list .text-list #post-title {
  width: 45%;
}
#p-projects-list .text-list .thum {
  opacity: 0;
  position: fixed;
  top: 68px;
  left: 12px;
  width: 288px;
}
#p-projects-list .text-list .thum img {
  aspect-ratio: 1 / 1 !important;
}
#p-projects-list .text-list li:hover .thum {
  opacity: 1;
}
#p-projects-list .text-list .info {
  padding-top: 16px;
  font-size: var(--fs2);
  margin-left: 300px;
  border-top: 1px solid var(--cg4);
}
#p-projects-list .text-list li {
  width: 100%;
}
.title-tooltip {
  display: none;
  font-size: var(--fs1);
  position: absolute;
  color: var(--cbk);
  padding: 2px 6px;
  width: auto;
  max-width: 240px;
  min-width: 180px;
  z-index: 1000;
  white-space: normal;
  pointer-events: none;
}

.single.category-projects header #logo img {
  filter: invert(0);
  transition: var(--tts);
}
.single.category-projects header.act #logo img {
  filter: invert(1);
  transition: var(--tts);
}
.single.category-projects header #menu-inc {
  filter: invert(1);
  transition: var(--tts);
}
.single.category-projects header.act #menu-inc {
  filter: invert(0);
  transition: var(--tts);
}
#p-pjt-single .p-head {
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#p-pjt-single .p-head article {
  width: 90%;
  position: absolute;
  top: 12px;
}
#p-pjt-single .p-head article .title {
  font-size: var(--fs3);
  line-height: 1.32;
  color: var(--cwh);
  filter: drop-shadow(1px 2px 6px #222);
}
#p-pjt-single .p-head section,
#p-pjt-single .p-head div {
  width: 100%;
  height: 100%;
}
#p-pjt-single .p-head div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#p-pjt-single .p-body {
  background: var(--cwh);
  position: relative;
  z-index: 1;
}
#p-pjt-single .p-body #pjt-slide {
  margin-top: 16vh;
  margin-bottom: 5vh;
}
#p-pjt-single .p-body #pjt-slide .cosmosfarm-share-buttons {
  display: none;
}
#p-pjt-single .p-body .slick-slide {
  position: relative;
  display: block;
  margin: 0 6px;
}
#p-pjt-single .p-body .gallery-slider {
  width: 100vw;
}
#p-pjt-single .p-body .slick-slide img {
  position: relative;
  height: 64vh;
  width: auto;
  max-width: 9999px;
  cursor: pointer;
}
#p-pjt-single .p-body ul li {
  display: flex;
  font-size: var(--fs2);
  line-height: 1.75;
}
/* sns */
.cosmosfarm-share-buttons-default img {
  padding: 5px;
}
.cosmosfarm-share-button {
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  border-radius: 50% !important;
  margin: 0 10px !important;
  background-size: 14px;
}
.cosmosfarm-share-buttons-default .cosmosfarm-facebook {
  background-image: url("images/i_sns_facebook.svg");
  background-size: 7px;
}
.cosmosfarm-share-buttons-default .cosmosfarm-kakaotalk {
  background-image: url("images/i_sns_kakao.svg");
  background-size: 7px;
}
.cosmosfarm-share-buttons-default .cosmosfarm-twitter {
  background-image: url("images/i_sns_tw.svg");
}
.cosmosfarm-share-buttons-default .cosmosfarm-naver {
  background-size: 14px;
  background-image: url("images/i_sns_blog.svg");
}
.cosmosfarm-share-button {
  margin-left: 0 !important;
}
.cosmosfarm-share-button-title {
  display: none !important;
}
.main .cosmosfarm-share-buttons-default button {
  background-color: transparent !important;
  background-size: 34px !important;
  margin-bottom: 0 !important;
}
.main .cosmosfarm-share-buttons-default button:hover {
  margin-bottom: 0 !important;
}
.cosmosfarm-share-buttons-default img {
  padding: 5px;
  display: none !important;
}
.cosmosfarm-share-buttons-default {
  display: flex;
  gap: 8px;
  margin: 30px 0 0 0 !important;
}
/*
#p-pjt-single .p-body #pjt-info ul li ul {
	padding-left: 16px;
}
#p-pjt-single .p-body #pjt-info ul li ul li {
	position: relative;
}
#p-pjt-single .p-body #pjt-info ul li ul li::before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 5px;
	margin-left: -13px;
	margin-right: 8px;
	vertical-align: middle;
	background: var(--cg2);
	display: inline-block;
	position: absolute;
	top: 12px;
}
*/
#p-pjt-single .p-body ul li.etc br {
  display: none;
}
#p-pjt-single .p-body ul li.etc ul li {
  display: flex;
  flex-wrap: wrap;
}
#p-pjt-single .p-body ul li.etc div strong {
  color: var(--cg4);
  font-size: var(--fs2);
  line-height: 1.75;
  width: 80px;
}
#p-pjt-single .p-body #pjt-info a {
  color: var(--cpa);
  text-decoration: underline;
}
#p-pjt-single .p-body #pjt-info a:hover {
  color: var(--cbk);
  transition: var(--tts);
}
#p-pjt-single .p-body ul li h6 {
  color: var(--cg4);
  flex: 1.6;
  font-size: var(--fs2);
  min-width: 72px;
}
#p-pjt-single .p-body ul li.etc div,
#p-pjt-single .p-body ul li ul,
#p-pjt-single .p-body ul li p {
  flex: 8.4;
}
#p-pjt-single .p-body ul li p sup {
  vertical-align: super;
  font-size: 8px;
}
#p-pjt-single #pjt-info > div {
  gap: 32px;
}
#p-pjt-single #pjt-info > div p {
  font-size: var(--fs2);
  color: var(--cg1);
}
#p-pjt-single #pjt-slide .youtube,
#p-pjt-single #pjt-slide .pjtText {
  display: none;
}
#p-pjt-single #pjt-text .pjtText p {
  font-size: var(--fs2);
  color: var(--cg1);
  margin-bottom: 24px;
}
#p-pjt-single #pjt-text .pjtText h2 {
  margin-top: 24px;
  color: var(--cg4);
  font-size: var(--fs2);
}
#p-pjt-single #pjt-text .youtube,
#p-pjt-single #pjt-text figure.wp-block-gallery {
  display: none;
}

#p-pjt-single #pjt-yt {
  background: var(--cbk);
  padding: 100px;
  box-sizing: border-box;
  display: none;
}
#p-pjt-single #pjt-yt h2 {
  color: var(--cwh);
}
#p-pjt-single #pjt-yt .youtube .wp-block-image figcaption {
  position: absolute;
  margin: 0;
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  font-size: var(--fs4);
  bottom: 0;
  line-height: 1.3;
  z-index: 1;
  color: var(--cg7);
  text-transform: uppercase;
}
#p-pjt-single #pjt-yt .youtube .wp-block-image figcaption strong {
  font-size: var(--fs1);
  color: var(--cg4);
}
#p-pjt-single #pjt-yt .youtube .wp-block-image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1)
  );
  pointer-events: none;
}
#p-pjt-single #pjt-yt .youtube .wp-block-group__inner-container {
  display: flex;
  gap: 20px;
}
#p-pjt-single
  #pjt-yt
  .youtube
  .wp-block-group__inner-container
  .wp-block-image {
  position: relative;
  max-width: calc(50% - 10px);
}
h2.rlt-title {
  text-align: center;
  font-size: var(--fs4);
  margin-bottom: 12px;
}
a.ins img {
  aspect-ratio: 16 / 9;
}

#p-pjt-single .popup-gallery {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--cwha);
  z-index: 999999;
  backdrop-filter: blur(var(--blur-amount));
  -webkit-backdrop-filter: blur(var(--blur-amount));
}
#p-pjt-single .popup-content {
  position: relative;
  width: 90%;
  height: 90vh;
  margin: 5vh auto;
}
#p-pjt-single .popup-gallery img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#p-pjt-single .close {
  position: fixed;
  top: 20px;
  right: 20px;
  color: var(--cg2);
  font-size: var(--fs3);
  line-height: 1;
  cursor: pointer;
}
#p-pjt-single .nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1000000;
}
#p-pjt-single .prev {
  left: 20px;
  display: block;
  padding: 0;
  cursor: pointer;
  font-size: 0;
  color: transparent;
  outline: none;
  width: 48px;
  top: 50%;
  height: 48px;
  background-position: center;
  z-index: 7;
  background-color: var(--cwh);
  border: 1px solid var(--cp1);
  transition: background-color ease 0.2s;
  background-image: url(images/ico-arr-l.svg);
  transform: translate(0, -50%);
  background-position: center;
  background-size: 28px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(var(--blur-amount));
  -webkit-backdrop-filter: blur(var(--blur-amount));
  transition: 0.2s;
  border-radius: 4px;
}
#p-pjt-single .next {
  right: 20px;
  display: block;
  padding: 0;
  cursor: pointer;
  font-size: 0;
  color: transparent;
  outline: none;
  width: 48px;
  top: 50%;
  height: 48px;
  background-position: center;
  z-index: 7;
  background-color: var(--cwh);
  border: 1px solid var(--cp1);
  transition: background-color ease 0.2s;
  background-image: url(images/ico-arr-r.svg);
  transform: translate(0, -50%);
  background-position: center;
  background-size: 28px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(var(--blur-amount));
  -webkit-backdrop-filter: blur(var(--blur-amount));
  transition: 0.2s;
  border-radius: 4px;
}
/* footer 
------------------------------------------------------------------------ */
footer {
  background: var(--cbk);
  color: var(--cg6);
  position: relative;
  clear: both;
  padding: 24px 0 30px;
  box-sizing: border-box;
}
#newsletter {
  display: none !important;
}
#newsletter .col {
  font-size: var(--fs2);
}
.back-btn {
  margin-top: 24px;
  border: none;
  cursor: pointer;
}
.back-btn a {
  font-size: var(--fs2);
  color: var(--cg4) !important;
  border-bottom: none !important;
}
#newsletter article {
  width: 100%;
  font-size: var(--fs2);
}
#newsletter article #nl-name {
  width: 20%;
}
#newsletter article #in {
  width: 50%;
}
footer .col p {
  line-height: 1.4;
  font-size: var(--fs2);
  color: vaR(--cg3);
}
footer .col a {
  color: var(--cwh);
  font-size: var(--fs2);
}
footer .col .wpcf7-list-item-label a {
  font-size: var(--fs1);
}
footer #info {
  align-items: flex-start;
  margin-bottom: 12px;
}
footer #info ul {
  justify-content: space-between;
}
footer #info h6 {
  font-size: var(--fs2);
}
footer #info ul li span {
  color: var(--cg3);
  padding-left: 10px;
}
#totop {
  line-height: 1;
  margin-bottom: 24px;
}

/* news 
------------------------------------------------------------------------ */
.category-news {
  background-color: var(--cwh) !important;
}
.category-news .menu li a::before {
  background: var(--cbk) !important;
}
.category-news #sub-gnb li a {
  color: var(--cbk) !important;
}
#p-news-list {
  margin-top: 54px;
}
#p-news-list .list li.sticky-post {
  width: calc(50% - 6px);
  position: relative;
}
#p-news-list .list li.sticky-post a {
}
#p-news-list .list li.sticky-post .news-thumb {
  width: 100%;
  height: 100%;
}
#p-news-list .list li .news-thumb {
  position: static;
  width: 100%;
}
#p-news-list .list li.sticky-post .news-thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#p-news-single #ins-body {
  margin-top: 48px;
}
#p-news-single #ins-body #post,
#p-news-single #ins-body #post .back-btn {
  margin-bottom: 0;
}
#p-news-single span.date {
  float: left !important;
  width: auto !important;
  font-size: var(--fs2);
  color: var(--cbk);
}
#p-news-single span.date i {
  display: block;
  color: var(--cg4);
}
.news-list li .news-thumb {
  position: static;
  width: 100%;
}
.news-list li .news-thumb img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: contrast(0.9);
}
.news-list li a {
  position: relative;
  background: var(--cg7);
  gap: 0;
  width: 100%;
  border-radius: 2px;
}
.news-list li .news-info {
  box-sizing: border-box;
  aspect-ratio: 2.4 / 1;
  height: 100%;
  align-items: stretch;
  width: 100%;
  padding: 12px;
}
.news-list li.sticky-post a {
}
.news-list li a h3.title {
  font-size: var(--fs2);
  color: var(--cbk);
  line-height: 1.4;
  margin-top: 0 !important;
  word-break: break-all;
}
.news-list li.sticky-post .news-info {
  aspect-ratio: 4 / 1;
}
.news-list li.sticky-post a h3.title {
  font-size: var(--fs4);
}
.news-list li a h4.cat {
  font-size: var(--fs2);
  color: var(--cbk);
}
.news-list li a span {
  font-size: var(--fs1);
  color: var(--cg4);
  line-height: 1.4;
}
.news-list li a .excerpt {
  display: none;
}

/* search 
------------------------------------------------------------------------ */
.search-all .category-section {
  margin-bottom: 16vh;
}
.search-all .category-section .category-heading {
}

#searchform {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  margin: 12px 0;
  text-align: center;
  color: var(--cwh);
}
#searchform input[type="text"] {
  width: calc(100% - 40px);

  border: none;
  border-bottom: 1px solid var(--cg4);
  padding: 8px;
  font-size: var(--fs2);
  height: 40px;
  outline: none;
  line-height: 40px;

  color: var(--cg6);
  background-color: transparent;
  margin: 0;
  box-sizing: border-box;
  vertical-align: top;
  font-family: "UniversPro67BoldCondensed", "Pretendard Variable", Pretendard,
    -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue",
    "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic",
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
#searchform input[type="text"]:focus {
  background-color: var(--cg1);
}
#searchform input[type="text"]::selection {
  background-color: var(--cbk);
  color: var(--cwh);
}
#searchform #searchsubmit {
  width: 40px;
  height: 40px;
  vertical-align: top;
  background-color: transparent;
  box-sizing: border-box;
  text-indent: -9999em;
  border: none;
  border-bottom: 1px solid var(--cg4);
  background-image: url("images/ico-search.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.noresult {
  width: 100%;
}
#p-search .search-form {
  margin: 60px auto;
}
#p-search .search-form input[type="text"] {
  color: var(--cg1);
  border: 1px solid var(--cg3);
  outline: none;
  padding-left: 8px;
  font-family: "UniversPro67BoldCondensed", "Pretendard Variable", Pretendard,
    -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue",
    "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic",
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
#p-search .search-form input[type="text"]:focus {
  background-color: var(--cg7);
}
#p-search .search-form #searchsubmit {
  border: 1px solid var(--cg3);
  border-left: none;
  background-image: url("images/ico-search-b.svg");
}

.filter-wrap input[type="text"] {
  border: none;
  outline: none;
  width: 240px;
  background: transparent;
  height: 30px;
  font-weight: 700;
  line-height: 30px;
  font-size: var(--fs3);
  border-bottom: 1px solid var(--cg4);
  font-family: "UniversPro67BoldCondensed", "Pretendard Variable", Pretendard,
    -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue",
    "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic",
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.filter-wrap input[type="text"]:focus {
  border-color: var(--cbk);
}
.filter-wrap button {
  font-size: var(--fs3);
  font-weight: 700;
}
.filter-wrap button:hover {
  color: var(--cpa);
}

/* contact 
------------------------------------------------------------------------ */
#p-contact .p-head h1 {
  color: var(--cwh);
}
#p-contact .p-body .inner .wp-block-group__inner-container {
  margin-top: 80px;
  overflow: auto;
  margin-bottom: 24px !important;
  border-top: 1px solid var(--cg6);
  padding-top: 12px;
  clear: both;
}
#p-contact .p-body .inner .wp-block-group__inner-container > h2 {
  float: left;
  width: 17%;
  color: var(--cbk);
}
#p-contact .p-body .inner .wp-block-group__inner-container > ul {
  float: right;
  width: 80%;
}
#p-contact .p-body .inner .wp-block-group__inner-container > ul {
  display: flex;
  flex-wrap: wrap;
}
#p-contact .p-body .inner .wp-block-group__inner-container > ul li {
  width: calc(33.33333333% - 8px);
}
#p-contact .p-body .inner .wp-block-group__inner-container > ul > li {
  color: var(--cg4);
  font-size: var(--fs2);
  border-bottom: 1px solid var(--cg6);
  height: 120px;
}
#p-contact .p-body .inner .wp-block-group__inner-container ul li ul {
  flex-direction: column;
}
#p-contact .p-body .inner .wp-block-group__inner-container ul li ul li {
  width: 100%;
  padding-bottom: 0;
  display: block;
  border: none;
  color: var(--cg1);
}
#p-contact .p-body .inner .wp-block-group__inner-container ul li ul li a {
  color: var(--cpa);
}
#p-contact .p-body .inner .wp-block-group__inner-container > iframe,
#p-contact .p-body .inner .wp-block-group__inner-container > .wp-block-image,
#p-contact .p-body .inner .wp-block-group__inner-container > .wp-block-columns {
  float: right;
  width: 80%;
}
#p-contact .p-body .inner .wp-block-group__inner-container > iframe {
  margin-top: 20px;
  height: 50vh;
  min-height: 450px;
}
#p-contact .p-body .inner .wp-block-image {
  margin-top: 20px;
}
#p-contact .p-body .inner .wp-block-columns {
  font-size: var(--fs2);
  margin-bottom: 0;
}
#p-contact .p-body .inner .wp-block-columns p {
  line-height: 1.4;
}
#p-contact .p-body .inner .wp-block-columns p a {
  color: var(--cpa);
  text-decoration: underline;
}
#p-contact .p-body .inner .wp-block-columns h2 {
  color: var(--cg4);
  line-height: 1.5;
}
#p-contact .p-head {
  background-size: cover;
  width: 100%;
  height: 300px;
  background-position: center bottom 15%;
}
#p-contact .p-head::before {
  background-image: url("images/img-contact-head.jpg");
}
#p-contact .p-head::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70%;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1)
  );
  pointer-events: none;
}
/* recruit 
------------------------------------------------------------------------ */
#p-recruit .p-head::before {
  background-image: url("images/img-recruit-head.jpg");
}
#p-recruit .para {
  padding: 20vh 0 16vh;
}
#p-recruit .para h4 {
  color: var(--cg6);
}
/* esg 
------------------------------------------------------------------------ */
#p-esg .p-head::before {
  background-image: url("images/img-esg-head.jpg");
}
.page-template-esg-management {
  background: var(--cbk);
}
#p-esg .p-body > section {
  margin: 16vh auto;
}
#p-esg-intro {
  margin: 0 auto !important;
  padding: 20vh 0 16vh;
}
#p-esg-intro h4 {
  color: var(--cg6);
}
#p-esg .sec h2 {
  font-size: var(--fs3);
  margin-bottom: 12px;
  color: var(--cwh);
}
#p-esg-direction ul li {
  position: relative;
}
#p-esg-direction ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#p-esg-direction figure img {
  aspect-ratio: 4 / 5;
  border-radius: 4px;
}
#p-esg-direction article {
  padding: 24px;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: var(--cwh);
}
#p-esg-direction article h5 {
  font-size: var(--fs8);
  line-height: 1.2;
}
#p-esg-direction article p {
  line-height: 1.4;
  margin-top: 8px;
  font-size: var(--fs1);
}
#esg-projects .info a h3 {
  color: var(--cwh);
}
#esg-com img.card {
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}
#esg-ch,
#esg-safety,
#esg-promise {
  margin: 0 auto !important;
  padding: 16vh 0;
  background: var(--cg1);
  color: var(--cg5);
}
#esg-promise div.inner {
  width: 60%;
}
#esg-promise h2.title {
  color: var(--cwh);
}
#esg-ch {
  padding-top: 0;
}
#esg-ch a {
  text-decoration: underline;
  color: var(--cpa);
}
/* ethical 
------------------------------------------------------------------------ */
#p-ethic .p-head::before {
  background-image: url("images/img-ethic-head.jpg");
}
.page-template-ethical-management {
  background: var(--cbk);
}
#p-ethic .p-body > section {
  margin: 16vh auto;
}
#p-ethic-intro2 {
  color: var(--cg6);
}
#p-ethic-intro {
  margin: 0 auto !important;
  padding: 20vh 0 16vh;
  background: var(--cg7);
}
#p-ethic-intro h4 {
  color: var(--cg1);
}
#p-ethic-kjc .inner {
  gap: 0;
  align-items: stretch;
}
#p-ethic-kjc .inner figure {
  width: 50%;
  position: relative;
}
#p-ethic-kjc .inner figure img {
  width: 100%;
  display: block;
}
#p-ethic-kjc .inner figure figcaption {
  position: absolute;
  bottom: 12px;
  left: 12px;
  font-size: var(--fs1);
  color: var(--cg7);
  z-index: 1;
}
#p-ethic-kjc article div {
  width: 80%;
}
#p-ethic-kjc article {
  padding: 15% 5%;
  position: relative;
  width: 50%;
  background: var(--cwh);
  box-sizing: border-box;
}
#p-ethic-kjc article h5 {
  font-size: var(--fs7);
}
#p-ethic-kjc article span {
  font-size: var(--fs1);
  color: var(--cg4);
}
#p-ethic .bg-gray h4 {
  margin-bottom: 24px !important;
}
#p-ethic #o-mv,
#p-ethic {
  margin-bottom: 0;
}
#p-ethic b {
  border-bottom: 1px solid;
}
#p-ethic-kjc article div h5 b {
  border-bottom: 1px solid;
}
#p-e-ask ul li {
  padding: 60px;
}
.hexagon-container {
  width: 100%;
  max-width: 800px;
  margin: 20vh auto;
  position: relative;
}
.hexagon {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 86.6%;
  background-image: url(images/hexagon-bk1.svg);
}
.hexagon .section {
  position: absolute;
  width: 30%;
  text-align: center;
}
.hexagon .top-left {
  top: 13%;
  left: 15%;
}
.hexagon .top-right {
  top: 13%;
  right: 15%;
}
.hexagon .middle-left {
  top: 46%;
  left: 5%;
}
.hexagon .middle-right {
  top: 46%;
  right: 5%;
}
.hexagon .bottom-left {
  bottom: 10%;
  left: 15%;
}
.hexagon .bottom-right {
  bottom: 10%;
  right: 15%;
}
.hexagon .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 40%;
}
.hexagon h1 {
  font-size: var(--fs5);
  color: var(--cbk);
}
.hexagon h2 {
  font-size: var(--fs3);
  color: var(--cg1);
  margin: 0 0 2px 0;
}
.hexagon p {
  font-size: var(--fs1);
  color: var(--cg4);
  line-height: 1.5;
}
/* social-responsibility 
------------------------------------------------------------------------ */
#p-social-responsibility .p-head::before {
  background-image: url("images/sp-head.jpg");
}
#sp-intro article {
  margin: 0 auto !important;
  padding: 20vh 0 16vh;
}
#sp-intro h4,
#sp-intro h2 {
  color: var(--cg6);
}
#sp-intro article h5 {
  color: var(--cg3);
  font-size: var(--fs2);
  margin-bottom: 16px;
}
#sp-intro article h5 {
  font-size: var(--fs2);
}
#sp-intro b {
  color: var(--cpa);
}
#sp-intro ul li h3 {
  text-transform: capitalize;
  height: 100%;
  font-size: var(--fs6);
  background: var(--cwh);
  padding: 48px 10px;
  box-sizing: border-box;
  line-height: 1.3;
}
#p-social-responsibility #o-about {
  text-align: center;
  padding: 120px 0;
  background-color: var(--cg7);
  margin: 0;
  margin-top: 0 !important;
}
#p-social-responsibility #o-about p {
  color: var(--cg3);
}
#p-social-responsibility #o-about .acc {
  text-align: left;
  width: 100%;
  flex-direction: column;
  display: flex;
  gap: 12px;
}
#p-social-responsibility #sp-with {
  padding: 120px 0;
  color: var(--cg3);
  background: var(--cg1);
}
#p-social-responsibility #sp-with h4 {
  color: var(--cwh);
}
#p-social-responsibility #sp-with h5 {
  color: var(--cg7);
  text-align: center;
  font-size: var(--fs2);
}
#p-social-responsibility #o-about .table p {
  width: calc(60% - 36px) !important;
  float: right !important;
}
#p-social-responsibility #o-about .table p:first-child {
  color: var(--cg3) !important;
}
#p-social-responsibility
  #o-about
  .table
  .wp-block-group__inner-container
  > .wp-block-group
  figure {
  margin-top: 0 !important;
  width: 40% !important;
  float: left;
}
#p-social-responsibility
  #o-about
  .wp-block-group__inner-container
  > .wp-block-group
  figure {
  margin-top: 24px;
  margin-bottom: 32px;
}
#p-social-responsibility
  #o-about
  .wp-block-group__inner-container
  > .wp-block-group
  figure
  img {
  margin-top: 0;
}
#p-social-responsibility
  #o-about
  .wp-block-group__inner-container
  > .wp-block-group
  .wp-block-group {
  padding-top: 24px !important;
}
#sp-with ul {
  gap: 24px;
}
#sp-with ul li {
  width: 100%;
  border-top: 1px solid var(--cg3);
  padding-top: 24px;
  gap: 24px;
}
#sp-with ul li img {
  width: 100%;
  display: block;
}
#sp-with ul li h6 {
  font-size: var(--fs3);
  color: var(--cg5);
}
#with-txt {
  gap: 12px !important;
  row-gap: 80px !important;
}
ul#with-txt li {
  border: none;
  padding: 0;
}
ul#with-txt li h6 {
  border-bottom: 1px solid var(--cg3);
  text-align: center;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

/* overview 
------------------------------------------------------------------------ */
#p-overview .p-body > section {
  margin: 16vh auto;
}
#p-overview .p-body > section .inner {
  width: 100%;
}
#p-overview .p-body > section h4 {
  font-size: var(--fs3);
  margin-bottom: 12px;
  color: var(--cwh);
}
#p-overview .p-body > section p {
  font-size: var(--fs2);
  color: var(--cg3);
}

#r-welfare .inner,
#o-about .inner {
  flex-direction: column;
}
#r-welfare .inner > .wp-block-group,
#o-about .inner > .wp-block-group {
  width: 100%;
}
#r-welfare .wp-block-group__inner-container,
#o-about .wp-block-group__inner-container {
  width: 100%;
  overflow: auto;
}
#r-welfare .wp-block-group__inner-container > .wp-block-group,
#o-about .wp-block-group__inner-container > .wp-block-group {
  padding: 4vw 10vw;
  background-color: var(--cwh);
  box-sizing: border-box;
  display: none;
}
#r-welfare .wp-block-group__inner-container > .wp-block-group {
  padding: 4vw 40px;
}
#o-about
  .cic
  .wp-block-group__inner-container
  > .wp-block-group
  .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#o-about
  .cic
  .wp-block-group__inner-container
  > .wp-block-group
  .wp-block-group__inner-container
  .wp-block-group__inner-container {
  flex-direction: row;
}
#r-welfare .wp-block-group__inner-container > .wp-block-group .wp-block-group,
#o-about .wp-block-group__inner-container > .wp-block-group .wp-block-group {
  box-sizing: border-box;
  display: block !important;
  padding: 0 !important;
  padding-bottom: 24px !important;
  border-bottom: 1px solid var(--cg6);
}
#r-welfare
  .wp-block-group__inner-container
  > .wp-block-group
  .wp-block-group:last-child,
#o-about
  .wp-block-group__inner-container
  > .wp-block-group
  .wp-block-group:last-child {
  border: none;
}
#r-welfare .wp-block-group__inner-container > .wp-block-group a,
#o-about .wp-block-group__inner-container > .wp-block-group a {
  color: var(--cpa);
  border-bottom: 1px solid;
}
#r-welfare .wp-block-group__inner-container > .wp-block-group p:first-child,
#o-about .wp-block-group__inner-container > .wp-block-group p:first-child {
  color: var(--cg4);
  width: 30%;
  float: left;
}
#p-social-responsibility
  #o-about
  .wp-block-group__inner-container
  > .wp-block-group
  figure,
#r-welfare .wp-block-group__inner-container > .wp-block-group p,
#o-about .wp-block-group__inner-container > .wp-block-group p {
  color: var(--cp1);
  line-height: 1.5;
  width: calc(70% - 36px);
  float: right;
  font-size: var(--fs2);
}
#r-welfare .wp-block-group__inner-container > .wp-block-group img,
#o-about .wp-block-group__inner-container > .wp-block-group img {
  margin-top: 24px;
}
#r-welfare .wp-block-heading,
#o-about .wp-block-heading {
  text-align: center;
  cursor: pointer;
  padding: 2vh 2vh 1.2vh;
  background-color: var(--cg5);
  border-radius: 3px;
  margin: 0;
}
#r-welfare .wp-block-heading {
  background-color: var(--cwh);
  color: var(--cg2) !important;
}
#r-welfare
  .wp-block-group__inner-container
  > .wp-block-group
  .wp-block-group__inner-container {
  gap: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#r-welfare
  .wp-block-group__inner-container
  > .wp-block-group
  .wp-block-group__inner-container:last-child {
  border-bottom: none !important;
  padding-bottom: 0;
  margin-bottom: 0;
}
#r-welfare
  .wp-block-group__inner-container
  > .wp-block-group
  .wp-block-group__inner-container
  > .wp-block-group {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  border-bottom: 1px solid var(--cg6) !important;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
#r-welfare .inner h2.title {
  width: 100%;
}
#r-welfare
  .wp-block-group__inner-container
  > .wp-block-group
  .wp-block-group__inner-container
  > .wp-block-group
  .wp-block-group__inner-container
  h2:hover {
  background-color: transparent;
}
#r-welfare
  .wp-block-group__inner-container
  > .wp-block-group
  .wp-block-group__inner-container
  > .wp-block-group
  .wp-block-group__inner-container {
  display: block;
}
#r-welfare
  .wp-block-group__inner-container
  > .wp-block-group
  .wp-block-group__inner-container
  > .wp-block-group
  .wp-block-group__inner-container
  p {
  text-align: left;
  color: var(--cg3);
  width: 100%;
  font-size: var(--fs2);
  width: calc(100% - 140px);
  float: right;
}
#r-welfare
  .wp-block-group__inner-container
  > .wp-block-group
  .wp-block-group__inner-container
  > .wp-block-group
  .wp-block-group__inner-container
  h2 {
  margin-top: 10px;
  width: calc(100% - 140px);
  float: right;
  padding: 0;
  text-align: left;
}
#r-welfare
  .wp-block-group__inner-container
  > .wp-block-group
  .wp-block-group__inner-container
  > .wp-block-group
  .wp-block-group__inner-container
  figure {
  width: 100px;
  float: left;
}
#r-welfare
  .wp-block-group__inner-container
  > .wp-block-group
  .wp-block-group__inner-container
  > .wp-block-group
  .wp-block-group__inner-container
  img {
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-top: 0;
}
#r-welfare .wp-block-heading.act,
#o-about .wp-block-heading.act {
  background-color: var(--cg5);
  border-radius: 0;
}
#r-bu {
  padding-bottom: 16vh;
}

#r-welfare .wp-block-heading:hover,
#o-about .wp-block-heading:hover {
  background-color: #e9e9e9;
  transition: var(--tts);
}
#mvm {
  font-size: var(--fs9);
  text-align: center;
}
#o-mv b {
  color: var(--cpa);
}
#code-of-conduct p b {
  color: var(--cg3);
}
#o-mv {
  text-align: center;
  padding: 120px 0;
  background-color: var(--cg7);
  margin: 0;
  margin-top: 0 !important;
}
#o-mv ul li {
  position: relative;
}
#o-mv ul li h3 {
  font-size: var(--fs6);
  background: var(--cwh);
  padding: 48px 10px;
  box-sizing: border-box;
  line-height: 1.3;
}
.p-body #o-mv ul li div p {
  font-size: var(--fs5);
  line-height: 1.4;
  color: var(--cwh);
}
#o-mv ul li img {
  width: 100%;
  height: auto;
  display: block;
}

#p-overview #o-kv > ul {
  flex-direction: column;
}
#p-overview #o-kv > ul li {
  width: 100%;
  display: flex;
  text-align: left;
  padding: 40px;
  justify-content: space-between;
}
#p-overview #o-kv > ul li h5 {
  font-size: var(--fs6);
  width: 15%;
  color: var(--cpa);
}
#p-overview #o-kv > ul li ol {
  flex-direction: column;
  width: 100%;
  gap: 12px;
  display: flex;
  width: 85%;
}
#p-overview #o-kv > ul li li {
  display: block;
  font-size: var(--fs2);
  color: var(--cg3);
  padding: 0;
}
#p-overview #o-kv > ul li li h6 {
  font-size: var(--fs3);
}
#p-overview #o-kv > ul li li p {
  font-size: var(--fs2);
  color: var(--cg4);
}
#p-overview #o-kv > ul li .wrap {
  width: calc(100% - 200px);
  width: 100%;
  display: flex;
  gap: 180px;
}
#p-overview #o-kv > ul li img {
  width: 80px;
  margin-bottom: 0;
  display: none;
}
#o-people h2.title {
  font-size: var(--fs3);
  margin-bottom: 12px;
  color: var(--cwh);
}
#o-people section {
  position: relative;
}
#o-people ul.maxw li {
  border-radius: 4px;
  overflow: hidden;
}
#o-people ul.maxw li div {
  position: absolute;
  padding: 12px;
  box-sizing: border-box;
  background-color: transparent;
  width: 90%;
  z-index: 1;
}
#o-people ul.maxw li img {
  object-fit: cover;
}
.bg-gray h4 {
  color: var(--cbk) !important;
  font-size: var(--fs6);
}
.p-body ul.bg-wh-ico {
  align-items: stretch;
}
.p-body ul.bg-wh-ico li {
  text-align: center;
  background: var(--cwh);
  padding: 60px 12px;
  width: calc(20% - 9.6px);
  box-sizing: border-box;
}
.p-body ul#code-of-conduct li {
  width: calc(33.33333333% - 8px) !important;
}
.p-body ul.fx2 li {
  width: calc(50% - 6px) !important;
}
.p-body ul.bg-wh-ico li img {
  height: 72px !important;
  margin-bottom: 32px;
}
.p-body ul.bg-wh-ico li h5 {
  font-size: var(--fs4);
  color: var(--cg1);
  margin-bottom: 8px;
}
.p-body ul.bg-wh-ico li p {
  font-size: var(--fs1);
  line-height: 1.4;
  color: var(--cg3);
}
.p-body ul.bg-wh-ico li p a {
  color: var(--cpa);
  text-decoration: underline;
}
#p-recruit .sec article,
#o-people article {
  z-index: 1;
  width: 70%;
  text-align: center;
}
#p-recruit .sec article p,
.p-body #o-people article p {
  font-size: var(--fs5);
  line-height: 1.4;
  color: var(--cwh);
}
#p-recruit .sec article a,
.p-body #o-people article a {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 10px;
}
#p-recruit .sec article a span,
.p-body #o-people article a span {
  font-size: var(--fs3);
  line-height: 1.2;
  color: var(--cwh);
}
#nav a#goto i,
#home-link ul li h4 i,
.p-body #o-people ul li h4 i,
#p-recruit .sec article a i,
.p-body #o-people article a i {
  border-radius: 2px;
  background-color: var(--cwha);
  display: inline-block;
  width: min(max(1.4rem, 1.55vw), 2.2rem);
  height: min(max(1.4rem, 1.55vw), 2.2rem);
  background-image: url(images/ico-arr-rt-w.svg);
  background-size: 10px;
  margin-left: 8px;
  background-repeat: no-repeat;
  background-position: center;
}
#nav a#goto i {
  background-image: url(images/ico-arr-r.svg);
  background-color: var(--cbka);
  width: 20px;
  height: 20px;
}
.p-body #o-people ul li h4 i {
  width: 20px;
  height: 20px;
  background-size: 12px;
}
#o-people ul.maxw li div h3 {
  color: var(--cwh);
  font-size: var(--fs2) !important;
  line-height: 1.4;
}
#o-people ul.maxw li div h4 {
  color: var(--cwh);
  font-size: var(--fs5) !important;
  line-height: 1.32;
  text-transform: uppercase;
}
#o-people ul.maxw li div img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  filter: brightness(0.7);
}
#o-people img.card {
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: 4px;
}
#p-recruit .inner,
#p-recruit .inner .sec {
  width: 100%;
}
#r-welfare {
  background-color: var(--cg6);
  padding: 20vh 0 16vh;
}
#p-recruit .sec h2 {
  font-size: var(--fs3);
  margin-bottom: 12px;
  color: var(--cwh);
}
#r-welfare h2.wp-block-heading {
  margin-bottom: 0;
}
#p-recruit .sec img.card {
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: 4px;
}
.recruit-filter {
  margin-top: 10px;
  margin-bottom: 10px;
}
.recruit-filter li a {
  font-size: var(--fs2);
  color: var(--cg3);
}
.recruit-filter li.active a {
  color: var(--cwh);
}
.recruit-table {
  width: 100%;
  border-top: 1px solid var(--cg5);
  border-bottom: 1px solid var(--cg5);
}
.recruit-table thead tr th {
  font-size: var(--fs2);
  text-align: left;
  padding: 10px 0;
  color: var(--cg5);
}
.recruit-table tbody tr {
  border-top: 1px solid var(--cg5);
}
.recruit-table tbody tr td {
  padding: 16px 0;
  font-size: var(--fs2);
  color: var(--cwh);
}
.recruit-table tbody tr td.last {
  text-align: right;
}
.recruit-table tbody tr td a.apply-button {
  color: var(--cbk);
  font-size: var(--fs1);
  line-height: 1;
  padding: 5px 8px 3px;
  border-radius: 2px;
  background: var(--cg3);
}
.recruit-table tbody tr td a.apply-button:hover {
  background: var(--cg4);
  transition: 0.3s;
}
.recruit-navigation {
  background: transparent !important;
  padding: 0 !important;
  margin-top: 10px !important;
  text-align: right;
}
.recruit-navigation h5 {
  font-size: var(--fs2);
  margin-bottom: 4px;
  margin-top: 4px;
  color: var(--cg5);
}
.recruit-navigation article {
  text-align: right !important;
  width: auto !important;
}
.recruit-navigation a {
  line-height: 1;
  margin-left: 20px;
  color: var(--cwh);
  font-size: var(--fs2);
  display: block !important;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}
.recruit-navigation a:hover {
  color: var(--cwh);
  transition: var(--tts);
}
.recruit-navigation a::after,
.recruit-table tbody tr td a.apply-button::after {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("images/ico-arr-rt2.svg");
  width: 14px;
  height: 14px;
  background-position: center bottom;
  background-size: 10px;
  margin-left: 8px;
  display: inline-block;
}
.recruit-navigation a::after {
  vertical-align: sub;
  background-color: var(--cg3);
  border-radius: 2px;
  padding: 2px;
  background-position: center;
}
.recruit-table .d-day {
  color: var(--cbk);
  background: var(--cwh);
  line-height: 1;
  padding: 3px 2px 0px;
  border-radius: 2px;
  margin-left: 3px;
}
#pp-series img {
  width: 100%;
}
#pp-series h4 {
  font-size: var(--fs2) !important;
  margin-top: 10px;
}
.wrap-gray .inner img {
  width: 100%;
  display: block;
}
.wrap-gray .inner div {
  padding: 4vw 0;
  background: var(--cg1);
}
.dark .menu li a::before {
  background: var(--cwh);
}
.j-a .p-head {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.j-a .p-head::before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("images/img-overview-head.jpg");
  background-position: center bottom 15%;
  background-size: cover;
  transform-origin: center center;
  animation: bgZoom 6s ease-in-out infinite alternate;
}
@keyframes bgZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.03);
  }
}
.j-a .p-head::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70%;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1)
  );
  pointer-events: none;
}
#p-history .p-head::before {
  background-image: url("images/img-history-head.jpg");
}
.category-leadership {
  background-color: var(--cwh) !important;
}
.category-leadership .menu li a::before {
  background: var(--cbk) !important;
}
.category-leadership #sub-gnb li a {
  color: var(--cbk);
}
#p-leadership-list .p-body section {
  margin-bottom: 16vh;
}
ul.lead-list {
  row-gap: 24px;
}
ul.lead-list li {
  border-top: 1px solid var(--cg6);
}
ul.lead-list li a h3 {
  color: var(--cg1);
  font-size: var(--fs2);
}
ul.lead-list li a h3.sub {
  color: var(--cg4);
}
#p-leadership-list .p-head::before {
  background-image: url("images/img-leadership-head.jpg");
}
#p-leadership-list .p-head section p {
}
#p-leadership-list .p-head::after {
  display: none;
}
#p-business-list .p-head::before {
  background-image: url("images/img-business-head.jpg");
}
#p-business-list #international {
  margin-top: 16vh;
}
#p-bu-single .p-head section div .title p,
#p-bu-single .p-head section div .title {
  font-size: var(--fs3);
  line-height: 1.5;
  text-align: center;
}
#p-bu-single .p-head section div .title p {
  color: var(--cg4);
}
#p-bu-single .p-body #bu-single-info {
  margin: 16vh auto;
}
#p-bu-single .p-body #bu-single-info div.flx4 {
  gap: 24px;
}
#p-bu-single .p-body #bu-single-info div.flx6 p {
  margin-bottom: 20px;
}
#p-business-list #international h2 {
  width: 100%;
  color: var(--cwh);
  font-size: var(--fs3);
  line-height: 1.5;
  margin-bottom: 12px;
}
.j-a .p-head section {
  color: var(--cwh);
  text-align: center;
  z-index: 1;
}
.j-a .p-head section p {
  visibility: hidden;
  color: var(--cwh);
  width: 100%;
  padding: 0 10%;
  box-sizing: border-box;
  font-size: var(--fs7);
  line-height: 1.4;
}

body.dark {
  background: var(--cbk);
}
body.dark header {
  filter: invert(1);
}
body.page-template-contact .single-nav a {
  color: var(--cbk);
}
.category-leadership header,
.category-news header {
  filter: invert(0) !important;
}
.text-fix #sub-gnb h1 {
  font-size: var(--fs3);
  color: var(--cbk);
  display: flex;
  justify-content: center;
  height: 54px;
  flex-wrap: wrap;
  align-content: center;
}
.dark .text-fix #sub-gnb h1 {
  filter: invert(1);
}
.dark .single-nav a {
  color: var(--cwh);
}
#sub-gnb {
  z-index: 98;
  width: 60%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  position: fixed;
}
.bu-address h5 {
  font-size: var(--fs2);
  color: var(--cg4);
}
.bu-address a h3 {
  font-size: var(--fs2);
  color: var(--cpa);
  border-bottom: 1px solid;
}
#menu-junglim-architecture {
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: center;
}
#menu-junglim-architecture li a {
  padding: 0;
  line-height: 54px;
}

/* business 
------------------------------------------------------------------------ */
#bu-posts ul.bu-list li .info {
  height: 50%;
  width: 100%;
}
#bu-posts ul.bu-list li .info * {
  font-size: var(--fs1);
}
#bu-posts ul.bu-list li .info a p {
  font-size: var(--fs1) !important;
  line-height: 1.2;
  opacity: 0.8;
}
ul.bu-list li {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}
ul.bu-list li .thum > img {
  filter: blur(20px);
  aspect-ratio: 16 / 9;
}
ul.bu-list li:hover .thum > img {
  filter: blur(0);
  transition: var(--tts);
}
ul.bu-list li::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 30%;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.4)
  );
  pointer-events: none;
  z-index: 1;
}
ul.bu-list li .info {
  padding: 12px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 24%;
}
ul.bu-list li a {
  color: var(--cg6);
}
ul.bu-list li a.gray {
  opacity: 0.5;
  transition: var(--tts);
}
ul.bu-list li a .excerpt p {
  font-size: var(--fs1) !important;
  line-height: 1.2;
  opacity: 0.8;
}
ul.bu-list li a h3 {
  color: var(--cwh) !important;
  font-size: var(--fs3) !important;
  opacity: 0.7;
}
#p-bu-single .p-head {
  width: 100%;
  height: 100vh;
}
#p-bu-single .p-head section {
  height: 100%;
  gap: 0;
  align-items: end;
}
#p-bu-single .p-head section .bu-info {
  width: 50%;
  height: 72%;
  padding: 12px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#p-bu-single .p-head section .bu-info > div {
  width: 80%;
  margin: 0 auto;
}
#bu-single-info {
  align-items: start !important;
  height: auto !important;
  flex-direction: column;
  gap: 20px !important;
}
#bu-single-info .back-btn {
  margin-top: 4px;
}
#bu-single-info .flx4 {
  width: 100%;
  gap: 30px;
  flex-direction: row;
}
#p-bu-single .p-head section .excerpt p {
  font-size: var(--fs3);
  color: var(--cwh);
}
#p-bu-single .p-head section img {
  top: 0;
  left: 0;
  z-index: -1;
  width: 50%;
  height: 100%;
  object-fit: cover;
}
#p-bu-single .p-head section article {
  padding: 12px 40px;
  box-sizing: border-box;
  position: relative;
}
#p-bu-single .p-head section article h1 {
  font-size: var(--fs5);
}
#p-bu-single .p-head section article p {
  color: var(--cg2);
  margin-bottom: 24px;
}
#p-bu-single .p-head section .wp-block-columns .wp-block-column:first-child {
  max-width: 120px;
}
#p-bu-single .p-head section .wp-block-columns h2 {
  color: var(--cg4);
  text-transform: uppercase;
  font-size: var(--fs2);
  line-height: 1.75;
}
#p-leadership-single .p-body #lead-profile a,
#p-bu-single .p-head section article a {
  color: var(--cpa);
  border-bottom: 1px solid;
}
#p-bu-single .p-head section article a:hover {
  color: var(--cbk);
  transition: var(--tts);
}

#p-leadership-single {
  margin-top: 72px;
}
#p-leadership-single .p-body {
}
#p-leadership-single .p-body > section {
  height: 100%;
}
#lead-pjt {
  width: 30%;
  max-width: 600px;
}
#lead-info {
  gap: 48px;
  width: 100%;
  padding-right: 10px;
  box-sizing: border-box;
}
#lead-col2,
#lead-col1 {
  width: 100%;
  gap: 28px;
}
#lead-col1 #blink {
  width: 36%;
  max-width: 360px;
}
#lead-photo {
  width: 36%;
  max-width: 360px;
}
#lead-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 5;
  object-fit: cover;
}
#lead-info,
#lead-profile {
  flex: 1;
}
#lead-profile {
  flex-direction: column;
  width: 100%;
}
#lead-info p {
  font-size: var(--fs2);
  line-height: 1.55;
  margin-bottom: 20px;
}
#lead-info ul {
  line-height: 1.55;
  margin-bottom: 20px;
  padding-left: 16px;
}
#lead-info ul li {
  font-size: var(--fs2);
  position: relative;
}
#lead-profile h3 {
  font-size: var(--fs2);
  word-wrap: break-word;
}
#lead-profile > div {
  width: 100%;
  flex: 1;
}
#lead-pjt ul.list li {
  width: 100%;
}
#lead-pjt ul.list li a #pjt-img {
  width: 30%;
}
#lead-pjt ul.list li a > div img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.pjt-rlt {
  margin-bottom: 12px;
}
#lead-pjt ul.list li a #pjt-title {
  width: 70%;
}
#lead-pjt ul.list li a #pjt-title .title {
  font-size: var(--fs1);
  color: var(--cbk);
  line-height: 1.4;
}

.filter-wrap {
  position: fixed;
  align-items: center;
  bottom: 12px;
  z-index: 20;
  padding: 12px;
  top: auto !important;
}
.filter-wrap.stop {
  transform: translateY(-30px); /* 초기값, JS에서 동적으로 변경됨 */
}

.filter-result-count,
.filter-btn {
  font-size: var(--fs2);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--cpa);
  mix-blend-mode: multiply;
  z-index: 19;
}

.filter-content {
  position: fixed;
  bottom: 80px;
  z-index: 20;
  left: 12px;
  padding: 12px;
  opacity: 0;
  visibility: hidden;
}

.filter-content.act {
  visibility: visible;
  z-index: 20;
  opacity: 1;
  transition: var(--tts);
}
.filter-category {
}
.filter-title {
  font-size: var(--fs2);
  margin-bottom: 12px;
}

.filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.filter-option {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: var(--fs1);
  background: var(--cbka);
  padding: 4px 8px 1px;
  border-radius: 3px;
  text-transform: capitalize;
}
.filter-option.active {
  background-color: var(--cpa);
  color: var(--cwh);
}

.filter-option input[type="checkbox"] {
  width: 16px;
  height: 16px;
  display: none;
}

.filter-actions {
  margin-top: 30px;
  display: flex;
}
.filter-actions div {
  gap: 24px;
}

.filter-btn {
  border: none;
  cursor: pointer;
  font-weight: 700;
  font-size: var(--fs2);
  width: auto;
  text-align: left;
}
.filter-btn:hover {
  color: var(--cg3);
}

/* history */
#p-history .more-content {
  bottom: 78px;
}
.history-nav {
  position: fixed;
  bottom: 12px;
  z-index: 8;
  padding: 12px;
}
.history-nav.stop {
  transform: translateY(-30px); /* 초기값, JS에서 동적으로 변경됨 */
}
.history-nav ul {
  display: flex;
  gap: 24px;
  justify-content: center;
}
.history-nav ul li a.act {
  color: var(--cbk);
}
.history-nav ul li a {
  font-size: var(--fs2);
  color: var(--cwh);
}
.history-slider {
  position: relative;
  width: 100%;
}
.history-slider .slick-list,
.history-slider .slick-track {
  height: 100%;
}
.history-slider .slick-slide {
  display: block;
  margin: 0 10px;
  padding: 12px;
  box-sizing: border-box;
  width: 50vw;
  max-width: 780px;
  height: 640px;
}

/* 히스토리 내 섹션 */
.history-slider .slick-slide .wp-block-group__inner-container {
  height: 616px;
  overflow-y: scroll;
}
.history-slider .slick-slide .wp-block-group__inner-container h4 {
  font-size: var(--fs2);
  color: var(--cg4);
  margin: 10px 0;
}
.history-slider .slick-slide .wp-block-group__inner-container h3 {
  font-size: var(--fs8);
  line-height: 1.2;
  margin-bottom: 12px;
}
.history-slider .slick-slide .wp-block-group__inner-container p {
  font-size: var(--fs1);
  line-height: 1.5;
  margin-bottom: 12px;
}
.history-slider .slick-slide .wp-block-group__inner-container {
  position: relative;
}
.history-slider .slick-slide .wp-block-group__inner-container img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 200px;
  width: auto !important;
}
.history-slider .slick-prev,
.history-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.history-slider .slick-prev {
  transform: translateY(0);
  top: 12px;
  left: auto;
  right: 68px;
  background-color: var(--cg7);
}

.history-slider .slick-next {
  transform: translateY(0);
  top: 12px;
  right: 12px;
  background-color: var(--cg7);
}

.history-slider .slick-dots {
  bottom: -30px;
  text-align: center;
}
.sec-his {
  box-sizing: border-box;
  margin-bottom: 80px;
  position: relative;
}
.sec-inner {
}
.sec-inner img {
  width: 100%;
}
.sec-his > .wp-block-group__inner-container {
  width: 100%;
}
.sec-his
  > .wp-block-group__inner-container
  > .wp-block-group
  .sec-inner
  .wp-block-group__inner-container {
  overflow: auto;
}
.sec-his > .wp-block-group__inner-container > .wp-block-group:first-child {
  width: 100%;
}
.sec-his.active
  > .wp-block-group__inner-container
  > .wp-block-group:first-child {
  width: 30%;
}
.sec-his.active
  > .wp-block-group__inner-container
  > .wp-block-group:first-child
  figure {
  display: block;
}
.sec-his
  > .wp-block-group__inner-container
  > .wp-block-group:first-child
  figure
  img {
  width: 100%;
}
.sec-his > .wp-block-group__inner-container > .wp-block-group {
  width: 100%;
}
.sec-his
  > .wp-block-group__inner-container
  > .wp-block-group
  > .wp-block-group__inner-container
  > figure {
  float: left;
  width: 30%;
  margin-top: 0 !important;
}
.sec-his
  > .wp-block-group__inner-container
  > .wp-block-group
  > .wp-block-group__inner-container
  > .wp-block-group {
  float: right;
  width: 65%;
}
.sec-his
  > .wp-block-group__inner-container
  > .wp-block-group
  > .wp-block-group__inner-container
  .wp-block-group:first-child {
  margin-top: 0px;
  padding-top: 0px;
  border: none;
}
.sec-his > .wp-block-group__inner-container .wp-block-group .wp-block-group {
  overflow: auto;
  border-bottom: 1px solid var(--cg6);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.sec-his > .wp-block-group__inner-container h2 {
  width: auto;
  font-size: var(--fs5);
}
.history-slider .slick-list {
  width: calc(100% - 24px);
}
.sec-his > .wp-block-group__inner-container figure {
  margin-top: 20px !important;
  float: right;
  width: 65%;
}
.sec-his > .wp-block-group__inner-container figure img {
  width: 100%;
}
.sec-his > .wp-block-group__inner-container h4 {
  line-height: 1.5;
  color: var(--cg1);
  font-size: var(--fs2);
}
.sec-his > .wp-block-group__inner-container h3 {
  clear: both;
  float: left;
  width: 30%;
  word-break: break-word;
}

.sec-his > .wp-block-group__inner-container h4 {
  color: var(--cbk);
  margin: 12px 0 4px;
  float: right;
  width: 65%;
  line-height: 1.5;
}
.sec-his > .wp-block-group__inner-container img,
.sec-his > .wp-block-group__inner-container p {
  float: right;
  width: 65%;
  line-height: 1.5;
  color: var(--cg2);
  font-size: var(--fs1);
}
.sec-his > .wp-block-group__inner-container a {
  color: var(--cpa);
}
#p-history .sec-his {
  margin-bottom: 12px;
  overflow: hidden;
  position: relative;
  background-color: var(--cwh);
}
#p-history .sec-his-head {
  cursor: pointer;
}
#p-history .sec-his h2 {
  text-align: center;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  padding: 2vh;
  background-color: var(--cg5);
  border-radius: 3px;
}
/* 아코디언 스타일링 */
#p-history .active h2.wp-block-heading {
  background: var(--cwh);
}
#p-history .sec-his {
  margin-bottom: 12px;
  border-radius: 3px;
  overflow: hidden;
}

#p-history .sec-his h2 {
  margin: 0;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
}

#p-history .sec-his h2:hover {
  background-color: #e9e9e9 !important;
}

/*
.sec-his h2:after {
	content: "+";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	transition: transform 0.3s ease;
}
.sec-his.active h2:after {
	content: "−";
}
*/

/* 콘텐츠 영역 스타일링 */
#p-history .sec-his > .wp-block-group__inner-container > div:not(:first-child) {
  padding: 0 20px;
  display: none;
}
#p-history
  .sec-his.active
  > .wp-block-group__inner-container
  > div:not(:first-child) {
  display: block;
}

/* 부드러운 토글 애니메이션 */
#p-history .sec-his > .wp-block-group__inner-container > div:not(:first-child) {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.3s ease;
}

#p-history
  .sec-his.active
  > .wp-block-group__inner-container
  > div:not(:first-child) {
  max-height: 5500px; /* 모든 콘텐츠를 수용할 만큼 충분히 큰 값 */
  padding: 4vw 20px;
  overflow-y: auto;
}

/* 콘텐츠 영역 스타일 */
#p-history
  .sec-his
  > .wp-block-group__inner-container
  > .wp-block-group:not(:first-child) {
  display: none;
}
#p-history
  .sec-his.active
  > .wp-block-group__inner-container
  > .wp-block-group:not(:first-child) {
  display: block;
}
/* 이미지 반응형 처리 */
#p-history .wp-block-image img {
  max-width: 100%;
  height: auto;
}

/* popup */
#jt_popup_container.pc .jt_popup_item {
  position: fixed !important;
}
#jt_popup_mobile_close_all {
  display: none !important;
}
#jt_popup_container.pc .jt_popup_item {
}

#p-basic .p-head {
  padding-top: 120px;
}
#p-basic .p-head h1 {
  border-bottom: 1px solid var(--cg6);
  margin-bottom: 32px;
  padding-bottom: 20px;
  text-align: center;
  font-size: var(--fs7);
}
#p-basic .p-body .inner h2 {
  font-size: var(--fs4);
  margin-top: 50px;
  margin-bottom: 4px;
}
#p-basic .p-body .inner h6 {
  font-size: var(--fs2);
  margin-top: 50px;
  color: var(--cpa);
}
#p-basic .p-body .inner p {
  font-size: var(--fs2);
  color: var(--cg3);
}
#error-404 .main {
  min-height: 40vh;
}
#error-404 .p-head {
  width: 600px;
  text-align: center;
  margin: 100px auto;
}
/* en 전용 */
html[lang="en-US"] {
  --fs1: var(--fs2);
}
/*
html[lang="en-US"] * {
	font-family: "UniversPro57Condensed", "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
}
html[lang="en-US"] .enb {
	font-family: "UniversPro67BoldCondensed", "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
}
html[lang="en-US"] #p-contact .p-body .inner .wp-block-group__inner-container>h2 {
	font-family: "UniversPro67BoldCondensed", "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
}
*/
html[lang="en-US"] #o-mv ul li h3 .onlykr,
html[lang="en-US"] #p-pjt-single .p-head article .title,
html[lang="en-US"] .pjt-list #post-title.title {
  display: none;
}
html[lang="en-US"] #p-pjt-single .p-head article .ttu {
  display: block;
}
html[lang="en-US"] .p-head .view-toggle {
  top: 2px;
}
html[lang="en-US"] #menu-inc {
  align-items: flex-start;
}
html[lang="en-US"] #menu-inc span {
  font-size: 18px;
  padding-top: 3px;
  display: block;
}
html[lang="en-US"] #menu-inc span.keycap {
  font-size: 12px;
  padding: 0.4em 0.4em 0.2em !important;
}
html[lang="en-US"] #p-esg-intro h4 {
  font-size: var(--fs4);
}
html[lang="en-US"] .more-content {
  text-transform: uppercase;
}
html[lang="en-US"] .j-a .p-head section {
  width: 75%;
  max-width: 1024px;
}
html[lang="en-US"] #nav h3 {
  font-size: var(--fs2);
  text-transform: capitalize;
}
html[lang="en-US"] .single-nav a {
  text-transform: uppercase;
}
html[lang="en-US"] h1 {
  line-height: 1.24;
  font-weight: normal;
  letter-spacing: 0;
}
html[lang="en-US"] h2 {
  line-height: 1.24;
  font-weight: normal;
  letter-spacing: 0;
}
html[lang="en-US"] h3 {
  line-height: 1.36;
  font-weight: normal;
  letter-spacing: 0;
}
html[lang="en-US"] h4 {
  line-height: 1.36;
  font-weight: normal;
  letter-spacing: 0;
}
html[lang="en-US"] h5 {
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0;
}
html[lang="en-US"] h6 {
  line-height: 1.5;
  font-weight: normal;
}
html[lang="en-US"] p {
  font-size: var(--fs2);
  line-height: 1.45;
  font-weight: normal;
}

html[lang="en-US"] ul.lead-list li a h3 {
  text-transform: capitalize;
  width: 30%;
}
html[lang="en-US"] ul.lead-list li a h3.sub {
  width: 70%;
}
html[lang="en-US"] #lead-profile > div h3.l-spec-en {
  display: none;
}
html[lang="en-US"] .hexagon .section {
  width: 24%;
}
html[lang="en-US"] .hexagon h1 {
  font-size: var(--fs4);
}
html[lang="en-US"] .hexagon h2 {
  font-size: var(--fs2);
}
html[lang="en-US"] .hexagon p {
  font-size: var(--fs1);
  line-height: 1.3;
}
html[lang="en-US"] .hexagon .hexagon-container {
  max-width: 900px;
}
html[lang="en-US"] .pjt-list .title {
  display: none;
}
html[lang="en-US"] .pjt-list .text-list-meta .title,
html[lang="en-US"] .pjt-list #post-title {
  display: block !important;
}
html[lang="en-US"] #p-pjt-single .p-body #pjt-info ul li {
  gap: 12px;
}
html[lang="en-US"] #p-pjt-single .p-body #pjt-info ul.flx4 li {
  margin-bottom: 3px;
}
html[lang="en-US"] #home-link h3 {
  line-height: 1.2;
}
html[lang="en-US"] #p-home .home-bu-head .inner article div {
  width: 90%;
}
html[lang="en-US"] #p-home .home-bu-head .inner h4 {
  font-size: var(--fs6);
}
html[lang="en-US"] #p-home .home-bu-head .inner h5 {
  font-size: var(--fs3);
  line-height: 1.34;
}
html[lang="en-US"] #r-welfare .wp-block-heading,
html[lang="en-US"] #o-about .wp-block-heading {
  padding: 2vh 2vh 1.5vh;
}
html[lang="en-US"] #p-overview #o-kv > ul li ol {
  width: 65%;
}
html[lang="en-US"] #o-people ul.maxw li div h4 {
  font-size: var(--fs4) !important;
  line-height: 1.32;
  margin-bottom: 0;
}
html[lang="en-US"] #o-people ul.maxw li div {
  width: 100%;
  gap: 0;
}

html[lang="en-US"] .pjt-rlt #post-title {
  display: none !important;
}
html[lang="en-US"] .pjt-rlt .title {
  display: block !important;
  text-align: left;
}
html[lang="en-US"] #p-projects-list .text-list-meta .title {
  text-transform: capitalize;
}
html[lang="en-US"] #p-pjt-single .p-head article {
  top: 18px;
}
html[lang="en-US"] .pjt-list .title {
  text-transform: capitalize;
}
html[lang="en-US"] #p-pjt-single .p-body ul li h6 {
  min-width: 140px;
}
html[lang="en-US"] #p-ethic-kjc article div h5 b {
  border-bottom: 1px solid;
  font-size: var(--fs4);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
@media (max-width: 1379.98px) {
  html[lang="en-US"] #p-pjt-single .p-body ul li h6 {
    min-width: 120px;
  }
}
@media (max-width: 1123.98px) {
  html[lang="en-US"] #p-pjt-single .p-body ul li h6 {
    min-width: 104px;
  }
}
