@charset "UTF-8";
@import 'bootstrap-utilities.css';
@import url("https://use.typekit.net/idn6rpm.css");
@import url("/libs/pretendard-1.3.9/dist/web/static/pretendard.css");
@import url("/libs/AbhayaLibre/stylesheet.css");
.ico-20-flag-kr {
  display: inline-flex;
  min-width: 20px;
  height: 15px;
  background: url(/images/icon/20/flag-kr.svg);
}

.ico-20-flag-en {
  display: inline-flex;
  min-width: 20px;
  height: 15px;
  background: url(/images/icon/20/flag-en.svg);
}

.ico-20-flag-jp {
  display: inline-flex;
  min-width: 20px;
  height: 15px;
  background: url(/images/icon/20/flag-jp.svg);
}

.ico-20-back {
  display: inline-flex;
  min-width: 20px;
  height: 20px;
  background: url(/images/icon/20/back.svg);
}

.ico-20-share {
  display: inline-flex;
  min-width: 20px;
  height: 20px;
  background: url(/images/icon/20/share.svg);
}

.ico-20-print {
  display: inline-flex;
  min-width: 20px;
  height: 20px;
  background: url(/images/icon/20/print.svg);
}

.ico-24-ChatTeardropDots {
  display: inline-flex;
  min-width: 24px;
  height: 24px;
  background: url(/images/icon/24/ChatTeardropDots.svg);
}

.ico-24-CloudArrowDown {
  display: inline-flex;
  min-width: 24px;
  height: 24px;
  background: url(/images/icon/24/CloudArrowDown.svg);
}

.ico-24-folder {
  display: inline-flex;
  min-width: 24px;
  height: 24px;
  background: url(/images/icon/24/folder.svg);
}

.ico-24-download {
  display: inline-flex;
  min-width: 24px;
  height: 24px;
  background: url(/images/icon/24/download.svg);
  background-size: cover;
}
@media screen and (max-width: 1440px) {
  .ico-24-download {
    min-width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 1440px) {
  .ico-24-download {
    min-width: 20px;
    height: 20px;
  }
}

.ico-24-upload {
  display: inline-flex;
  min-width: 24px;
  height: 24px;
  background: url(/images/icon/24/upload.svg);
  background-size: cover;
}

.ico-24-delete {
  display: inline-flex;
  min-width: 24px;
  height: 24px;
  background: url(/images/icon/24/delete.svg);
  background-size: cover;
}

.ico-24-newsletter {
  display: inline-flex;
  min-width: 24px;
  height: 24px;
  background: url(/images/icon/24/newsletter.svg);
  background-size: cover;
}
@media screen and (max-width: 1440px) {
  .ico-24-newsletter {
    min-width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 800px) {
  .ico-24-newsletter {
    min-width: 16px;
    height: 16px;
  }
}

.ico-40-kakao {
  display: inline-flex;
  min-width: 40px;
  height: 40px;
  background: url(/images/icon/40/kakao.svg);
}

.ico-40-share {
  display: inline-flex;
  min-width: 40px;
  height: 40px;
  background: url(/images/icon/40/share.svg);
}

.ico-20-newwindow {
  display: inline-flex;
  min-width: 20px;
  height: 20px;
  background: url(/images/icon/20/newwindow.svg) no-repeat 50% 50%;
}

.ico-24-global {
  display: inline-flex;
  min-width: 24px;
  height: 24px;
  background: url(/images/icon/24/global.svg);
}

.ico-24-subtract {
  display: inline-flex;
  min-width: 24px;
  width: 24px;
  height: 24px;
  background: url(/images/icon/24/Subtract.svg) no-repeat 50% 50%;
}

.ico-40-close {
  display: inline-flex;
  min-width: 40px;
  width: 40px;
  height: 40px;
  background: url(/images/icon/40/close.svg) no-repeat 50% 50%;
}

.ico-24-skip {
  display: inline-flex;
  min-width: 24px;
  width: 24px;
  height: 24px;
  background: url(/images/icon/24/skip.svg) no-repeat 50% 50%;
}

* {
  box-sizing: border-box;
}

.mo {
  display: none;
}

@media screen and (max-width: 1440px) {
  .pc {
    display: none;
  }
  .ta {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .pc {
    display: none;
  }
  .ta {
    display: none;
  }
  .mo {
    display: block;
  }
}
body,
html {
  min-width: 100%;
  margin: 0;
  padding: 0;
  font-family: 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;
  letter-spacing: 0;
  color: #000;
}

body.modal-open {
  overflow: hidden;
}

input,
textarea,
select,
td,
th,
button {
  font-family: 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;
  letter-spacing: 0;
  color: #000;
}

button {
  cursor: pointer;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.text-point {
  color: var(--CI, #cf035b) !important;
}

.text-gray {
  color: var(--cool-gray, #646f7c) !important;
}

.text-sub {
  color: var(--Sub, #9a9aaf) !important;
}

.text-start {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-end {
  text-align: right !important;
}

img {
  max-width: 100%;
}

.include-header {
  position: sticky !important;
  top: 0;
  z-index: 100;
}
.include-header.active {
  position: sticky !important;
  top: 0;
}
@media screen and (max-width: 1440px) {
  .include-header {
    position: sticky !important;
    top: 0;
  }
}

select.imine-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: var(--Light-gray, #f8f8f8) url(/images/icon/24/select.svg) no-repeat calc(100% - 24px) 50%;
}
@media screen and (max-width: 800px) {
  select.imine-input {
    background: var(--Light-gray, #f8f8f8) url(/images/icon/24/select.svg) no-repeat calc(100% - 16px) 50%;
  }
}

.imine-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 0 14px;
  border-radius: 8px;
  background: var(--CI, #cf035b);
  border: 0;
  gap: 8px;
  color: var(--White, #fff);
  /* 본문/본문 16 B */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .imine-btn {
    height: 40px;
    font-size: 15px;
  }
}
@media screen and (max-width: 800px) {
  .imine-btn {
    height: 40px;
    font-size: 14px;
  }
}
.imine-btn-secondary {
  background: var(--Background, #f6f7fb);
  color: var(--Black, #000);
}
.imine-btn-white {
  background: #fff;
  color: var(--Black, #000);
}
.imine-btn-outline {
  background: none;
  border: 1px solid var(--Line, #ebebeb);
  color: var(--Black, #000);
}
.imine-btn-round {
  border-radius: 100px;
}
.imine-btn-sm {
  height: 40px;
  padding: 0 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 128.571% */
}
@media screen and (max-width: 1440px) {
  .imine-btn-sm {
    height: 32px;
    /* 본문/description title */
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 22.5px */
  }
}
@media screen and (max-width: 800px) {
  .imine-btn-sm {
    height: 30px;
    /* 본문/description title */
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 21px */
  }
}
.imine-btn-lg {
  height: 60px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%; /* 24px */
}
@media screen and (max-width: 1440px) {
  .imine-btn-lg {
    height: 48px;
  }
}
.imine-url {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 300px;
}
.imine-url a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--Black, #000);
  /* 본문/중간타이틀 */
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 54px */
  word-break: keep-all;
}
.imine-header {
  position: sticky;
  top: 0;
  background: #fff;
  transition: all 0.6s ease;
  z-index: 110;
}
.imine-header .imine-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 80px;
}
@media screen and (min-width: 1439px) {
  .imine-header.active {
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
  }
}
.imine-header__logo {
  display: flex;
  justify-content: center;
}
.imine-header__logo a {
  display: flex;
}
.imine-header-gnb-head {
  display: none;
}
.imine-header-gnb-body {
  display: flex;
  justify-content: center;
  gap: 32px;
}
.imine-header-gnb-item {
  position: relative;
}
.imine-header-gnb-item > a {
  display: flex;
  align-items: center;
  height: 32px;
  color: var(--Black, #000);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 21px */
}
.imine-header-gnb-item.active > a {
  color: var(--CF035B, #cf035b);
  font-weight: 600;
}
.imine-header-gnb-item--ta {
  display: none;
}
@media screen and (max-width: 1440px) {
  .imine-header-gnb-item--ta {
    display: block;
  }
}
.imine-header-gnb-item-menu {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: absolute;
  min-width: 192px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid var(--Line, #ebebeb);
  background: var(--White, #fff);
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  opacity: 0;
  visibility: hidden;
}
.imine-header-gnb-item-menu a {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 12px;
  color: var(--Black, #000);
  /* LNB/1 depth */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  white-space: noWrap;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.imine-header-gnb-item-menu a:hover {
  background: var(--Background, #f6f7fb);
}
.imine-header-gnb-item:hover .imine-header-gnb-item-menu {
  opacity: 1;
  visibility: visible;
}
.imine-header-menu__toggle {
  width: 48px;
  height: 48px;
  background: url(/images/icon/24/menu-open.svg) no-repeat 50% 50%;
  border: 0;
  display: none;
}
.imine-header-menu__dim {
  display: none;
}
.imine-header-util {
  display: flex;
  align-items: center;
  gap: 34px;
}
.imine-header-util > button {
  display: flex;
  height: 40px;
  padding: 11px 16px;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  border: 0;
  background: var(--CI, #d2015b);
  color: var(--White, #fff);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 128.571% */
  white-space: noWrap;
}
.imine-header-lang {
  position: relative;
}
.imine-header-lang button {
  background: none;
  border: none;
}
.imine-header-lang-layer {
  position: absolute;
  bottom: -12px;
  right: -20px;
  transform: translate(0%, 100%);
  display: flex;
  width: 80px;
  padding: 8px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  border-radius: 8px;
  border: 1px solid var(--gray-30-line, #e9ebed);
  background: var(--gray-10-white, #fff);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.imine-header-lang-layer button {
  width: 100%;
  height: 40px;
  color: var(--gray-100-text, #1f2533);
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  text-align: center;
}
.imine-header-lang-layer button:hover, .imine-header-lang-layer button.active {
  color: var(--CI, #d2015b);
}
.imine-header-lang-layer button.active {
  font-weight: 700;
}
.imine-header-lang.active i.ico-24-global {
  background: url(/images/icon/24/global-active.svg);
}
.imine-header-lang.active .imine-header-lang-layer {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1440px) {
  .imine-header {
    position: sticky;
    top: 0;
    gap: 32px;
  }
  .imine-header .imine-inner {
    padding: 12px 40px;
    justify-content: flex-end;
  }
  .imine-header__logo {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 40px;
  }
  .imine-header__logo a {
    display: flex;
  }
  .imine-header-gnb {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    width: 320px;
    background: #fff;
    transform: translateX(100%);
    transition: all 0.6s ease;
    z-index: 20;
  }
  .imine-header-gnb-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 16px;
    border: 0;
    border-bottom: 1px solid var(--Line, #ebebeb);
    background: var(--White, #fff);
  }
  .imine-header-gnb-head p {
    color: var(--Black, #000);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
  }
  .imine-header-gnb-head:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(/images/icon/24/menu-close.svg) no-repeat 50% 50%;
    border: 0;
    font-size: 0;
  }
  .imine-header-gnb-body {
    display: block;
    gap: 0;
    padding: 16px;
    padding-top: 8px;
    height: 100%;
    height: calc(100vh - 65px);
    overflow: auto;
  }
  .imine-header-gnb-item {
    position: relative;
  }
  .imine-header-gnb-item > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 68px;
    border-bottom: 1px solid var(--Line, #ebebeb);
    color: var(--Black, #000);
    /* 본문/상세 타이틀 1-국문 */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
  }
  .imine-header-gnb-item > a::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(/images/icon/24/menu-arrow.svg) no-repeat 50% 50%;
  }
  .imine-header-gnb-item.active > a {
    color: var(--CF035B, #cf035b);
    font-weight: 600;
  }
  .imine-header-gnb-item.active .imine-header-gnb-item-menu {
    display: flex;
  }
  .imine-header-gnb-item-menu {
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: relative;
    min-width: 192px;
    padding: 16px 0 0 0;
    border-radius: 8px;
    border: none;
    background: var(--White, #fff);
    box-shadow: none;
    transition: all 0.2s ease;
    opacity: 1;
    visibility: visible;
    display: none;
  }
  .imine-header-gnb-item-menu a {
    display: flex;
    align-items: center;
    height: 39px;
    padding: 0 16px;
    color: var(--Black, #000);
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
    white-space: noWrap;
    border-radius: 8px;
    transition: all 0.2s ease;
  }
  .imine-header-gnb-item-menu a:hover {
    background: var(--Background, #f6f7fb);
  }
  .imine-header-gnb-item:hover .imine-header-gnb-item-menu {
    opacity: 1;
    visibility: visible;
  }
  .imine-header-menu__toggle {
    display: block;
  }
  .imine-header-menu__dim {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.2);
    border: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    z-index: 10;
  }
  .imine-header-util {
    display: flex;
    align-items: center;
    gap: 34px;
  }
  .imine-header-util > button {
    display: none;
  }
  .imine-header-lang {
    position: relative;
    margin-left: 6px;
  }
  .imine-header-lang button {
    background: none;
    border: none;
  }
  .imine-header-lang-layer {
    position: absolute;
    bottom: -12px;
    right: -20px;
    transform: translate(0%, 100%);
    display: flex;
    width: 80px;
    padding: 8px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    border-radius: 8px;
    border: 1px solid var(--gray-30-line, #e9ebed);
    background: var(--gray-10-white, #fff);
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
  }
  .imine-header-lang-layer button {
    width: 100%;
    height: 40px;
    color: var(--gray-100-text, #1f2533);
    text-align: center;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    text-align: center;
  }
  .imine-header-lang-layer button:hover, .imine-header-lang-layer button.active {
    color: var(--CI, #d2015b);
  }
  .imine-header-lang-layer button.active {
    font-weight: 700;
  }
  .imine-header-lang.active i.ico-24-global {
    background: url(/images/icon/24/global-active.svg);
  }
  .imine-header-lang.active .imine-header-lang-layer {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 800px) {
  .imine-header {
    position: sticky;
    top: 0;
  }
  .imine-header .imine-inner {
    padding: 12px 24px;
  }
  .imine-header__logo {
    left: 24px;
  }
  .imine-header__logo a {
    display: flex;
  }
  .imine-header__logo img {
    width: 88px;
  }
  .imine-header-gnb {
    position: fixed;
    top: 72px;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    width: 100%;
    background: #fff;
    transform: translateX(100%);
    transition: all 0.6s ease;
    z-index: 20;
  }
  .imine-header-gnb-head {
    display: none;
  }
  .imine-header-gnb-body {
    display: block;
    gap: 0;
    padding: 16px;
    padding-top: 8px;
    height: calc(100vh - 72px);
    overflow: auto;
  }
  .imine-header-gnb-item {
    position: relative;
  }
  .imine-header-gnb-item > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 68px;
    border-bottom: 1px solid var(--Line, #ebebeb);
    color: var(--Black, #000);
    /* 본문/상세 타이틀 1-국문 */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
  }
  .imine-header-gnb-item > a::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(/images/icon/24/menu-arrow.svg) no-repeat 50% 50%;
  }
  .imine-header-gnb-item.active > a {
    color: var(--CF035B, #cf035b);
    font-weight: 600;
  }
  .imine-header-gnb-item.active .imine-header-gnb-item-menu {
    display: flex;
  }
  .imine-header-gnb-item-menu {
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: relative;
    min-width: 192px;
    padding: 16px 0 0 0;
    border-radius: 8px;
    border: none;
    background: var(--White, #fff);
    box-shadow: none;
    transition: all 0.2s ease;
    opacity: 1;
    visibility: visible;
    display: none;
  }
  .imine-header-gnb-item-menu a {
    display: flex;
    align-items: center;
    height: 39px;
    padding: 0 16px;
    color: var(--Black, #000);
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
    white-space: noWrap;
    border-radius: 8px;
    transition: all 0.2s ease;
  }
  .imine-header-gnb-item-menu a:hover {
    background: var(--Background, #f6f7fb);
  }
  .imine-header-gnb-item:hover .imine-header-gnb-item-menu {
    opacity: 1;
    visibility: visible;
  }
  .imine-header-menu__toggle {
    display: block;
  }
  .imine-header-menu__dim {
    display: none;
  }
  .imine-header-lang {
    margin-left: 0;
  }
}
.imine.is-menu {
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .imine.is-menu .imine-header-gnb {
    transform: translateX(0%);
  }
  .imine.is-menu .imine-header-menu__dim {
    opacity: 1;
    visibility: visible;
  }
}
.imine-footer {
  position: relative;
  z-index: 90;
  padding: var(--Spacing-80, 80px) var(--Spacing-80, 80px) var(--Spacing-40, 40px) var(--Spacing-80, 80px);
  background: #272727;
}
.imine-footer a {
  color: #fff;
}
.imine-footer a:hover {
  text-decoration: underline;
}
.imine-footer-brand {
  padding: 56px 0;
  overflow: hidden;
}
.imine-footer-brand .swiper-slide {
  width: auto;
}
.imine-footer .imine-inner {
  display: flex;
  flex-direction: column;
  width: 1280px;
}
.imine-footer-contents {
  display: flex;
  justify-content: space-between;
  gap: 120px;
  margin-bottom: 74px;
}
.imine-footer__logo {
  margin-bottom: 74px;
}
.imine-footer__table {
  min-width: 580px;
}
.imine-footer__table table th,
.imine-footer__table table td {
  padding: 1px 0;
  color: var(--White, #fff);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  text-align: left;
  vertical-align: top;
}
.imine-footer__link {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  padding: 1px 0;
}
.imine-footer__link a {
  color: var(--White, #fff);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.imine-footer-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 120px;
}
.imine-footer-copyright {
  min-width: 580px;
  color: var(--White, #fff);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}
.imine-footer-langage {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.imine-footer-langage button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--White, #fff);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
}
.imine-footer-floating button {
  position: absolute;
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: inline-flex;
  height: 60px;
  padding: var(--Spacing-16, 16px) var(--Spacing-24, 24px);
  border: 0;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 1000px;
  background: var(--CI, #d2015b);
  background-blend-mode: plus-lighter;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 1440px) {
  .imine-footer {
    padding: 64px 40px 40px;
  }
  .imine-footer-brand {
    padding: 56px 0;
    overflow: hidden;
  }
  .imine-footer-brand .swiper-slide {
    width: auto;
  }
  .imine-footer .imine-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .imine-footer-contents {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    margin-bottom: 60px;
  }
  .imine-footer__logo {
    margin-bottom: 56px;
  }
  .imine-footer__table {
    min-width: 320px;
  }
  .imine-footer__table table colgroup {
    display: none;
  }
  .imine-footer__table table th,
  .imine-footer__table table td {
    padding: 1px 0;
    color: var(--White, #fff);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    text-align: left;
    vertical-align: top;
  }
  .imine-footer__table table th {
    width: 94px;
  }
  .imine-footer__link {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    padding: 1px 0;
  }
  .imine-footer__link a {
    color: var(--White, #fff);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
  }
  .imine-footer-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
  }
  .imine-footer-copyright {
    min-width: 320px;
    color: var(--White, #fff);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
  }
  .imine-footer-langage {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
  }
  .imine-footer-langage button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    border: 0;
    background: none;
    color: var(--White, #fff);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 16.8px */
  }
  .imine-footer-floating button {
    height: 48px;
    padding: 0 16px;
    color: #fff;
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}
@media screen and (max-width: 800px) {
  .imine-footer {
    padding: 40px 24px 24px;
  }
  .imine-footer-brand {
    padding: 38px 0;
    overflow: hidden;
  }
  .imine-footer-brand .swiper-slide {
    width: auto;
  }
  .imine-footer .imine-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .imine-footer-contents {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px;
  }
  .imine-footer__logo {
    margin-bottom: 32px;
  }
  .imine-footer__table {
    min-width: 320px;
  }
  .imine-footer__table table colgroup {
    display: none;
  }
  .imine-footer__table table th,
  .imine-footer__table table td {
    padding: 1px 0;
    color: var(--White, #fff);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    text-align: left;
    vertical-align: top;
  }
  .imine-footer__table table th {
    width: 78px;
  }
  .imine-footer__link {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    padding: 1px 0;
  }
  .imine-footer__link a {
    color: var(--White, #fff);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
  }
  .imine-footer-foot {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 8px;
  }
  .imine-footer-copyright {
    min-width: 320px;
    color: var(--White, #fff);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
  }
  .imine-footer-langage {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
  }
  .imine-footer-langage button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    border: 0;
    background: none;
    color: var(--White, #fff);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 16.8px */
  }
}
.imine-inner, .imine-body {
  width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .imine-inner, .imine-body {
    width: auto;
  }
}
.imine-teaser {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  z-index: 20000;
  background: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease;
}
.imine-teaser-head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 36px;
  height: 120px;
  padding: 40px;
}
.imine-teaser-head__today .imine-checkbox input {
  top: -2px;
}
.imine-teaser-head__today .imine-checkbox label {
  color: var(--White, #fff);
  /* 본문/상세 타이틀 2 */
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
}
.imine-teaser-head button {
  background: none;
  border: none;
}
.imine-teaser-body {
  height: calc(100% - 260px);
}
.imine-teaser-body video {
  width: 100%;
  height: 100%;
}
.imine-teaser-foot {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 140px;
  padding: 40px;
}
.imine-teaser-foot button {
  display: flex;
  height: 60px;
  padding: 0 24px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: var(--White, #fff);
  border-radius: 60px;
  background: #696969;
  border: 0;
  /* 본문/상세 타이틀 2 */
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
}
@media screen and (max-width: 1440px) {
  .imine-teaser {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    padding: 120px 40px 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s ease;
  }
  .imine-teaser-head {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    height: 40px;
    margin-bottom: 16px;
    padding: 0;
  }
  .imine-teaser-head__today .imine-checkbox input {
    top: -2px;
  }
  .imine-teaser-head__today .imine-checkbox label {
    color: var(--White, #fff);
    /* 본문/상세 타이틀 2 */
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
  }
  .imine-teaser-head button {
    background: none;
    border: none;
  }
  .imine-teaser-body {
    height: calc(100% - 196px);
    background: #000;
  }
  .imine-teaser-body video {
    width: 100%;
    height: 100%;
  }
  .imine-teaser-foot {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 140px;
    padding: 40px 0;
  }
  .imine-teaser-foot button {
    display: flex;
    height: 60px;
    padding: 0 24px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    color: var(--White, #fff);
    border-radius: 60px;
    background: #696969;
    color: var(--White, #fff);
    /* 본문/상세 타이틀 2 */
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
  }
}
@media screen and (max-width: 800px) {
  .imine-teaser {
    padding: 120px 16px 0;
  }
  .imine-teaser-head {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    height: 24px;
    margin-bottom: 16px;
    padding: 0;
  }
  .imine-teaser-head__today .imine-checkbox input {
    top: -2px;
  }
  .imine-teaser-head__today .imine-checkbox label {
    color: var(--White, #fff);
    /* 본문/상세 타이틀 2 */
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
  }
  .imine-teaser-head button {
    background: none;
    border: none;
  }
  .imine-teaser-head button i {
    display: inline-flex;
    min-width: 24px;
    width: 24px;
    height: 24px;
    background: url(/images/icon/40/close.svg) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-teaser-body {
    height: calc(100% - 196px);
    background: #000;
  }
  .imine-teaser-body video {
    width: 100%;
    height: 100%;
  }
  .imine-teaser-foot {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 140px;
    padding: 40px 0;
  }
  .imine-teaser-foot button {
    display: flex;
    height: 60px;
    padding: 0 24px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    color: var(--White, #fff);
    border-radius: 60px;
    background: #696969;
    color: var(--White, #fff);
    /* 본문/상세 타이틀 2 */
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
  }
}
.imine--teaser .imine-teaser {
  opacity: 1;
  visibility: visible;
}
.imine-main-keyvisual {
  display: flex;
}
.imine-main-keyvisual video {
  width: 100%;
}
.imine-main-introduce {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 654px;
  padding: 0 80px 0 80px;
  background: linear-gradient(243deg, #fafcfe 33.67%, #f5f6fe 77.98%, #fff 82.41%);
  overflow: hidden;
}
.imine-main-introduce__video {
  position: absolute;
  top: 56px;
  right: 198px;
  z-index: 10;
  width: 872px;
}
.imine-main-introduce__video video {
  width: 100%;
}
.imine-main-introduce__contents {
  position: relative;
  z-index: 20;
  padding: 0 0 0 145px;
}
.imine-main-introduce__title {
  color: var(--Black, #000);
  font-family: "neulis-sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 57.6px */
}
.imine-main-introduce__title strong {
  background: linear-gradient(95deg, #cf035b 15.81%, #eeb7ca 47.03%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "neulis-sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.imine-main-introduce__text {
  margin-top: 37px;
  color: var(--000000, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.imine-main-rnd {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 0 80px 120px;
}
.imine-main-rnd-title {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100%;
}
.imine-main-rnd-title__thumb {
  position: relative;
  width: 100%;
  height: 560px;
  margin-bottom: 40px;
  overflow: hidden;
  border-radius: 4px;
}
.imine-main-rnd-title__thumb video {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.imine-main-rnd-title strong {
  color: var(--Black, #000);
  /* 메인/Title */
  font-family: "neulis-sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 57.6px */
}
.imine-main-rnd-title p {
  margin: 24px 0;
  color: var(--Black, #000);
  /* 상세/본문 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  word-break: keep-all;
}
.imine-main-rnd-title a {
  color: var(--Black, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}
.imine-main-rnd-text {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 410px;
  min-width: 410px;
}
.imine-main-rnd-text-item__thumb {
  display: flex;
  margin-bottom: 24px;
}
.imine-main-rnd-text-item__thumb img {
  width: 416px;
  height: 416px;
  border-radius: 4px;
}
.imine-main-rnd-text-item strong {
  color: var(--Black, #000);
  /* 메인/Sub Title */
  font-family: "neulis-sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
}
.imine-main-rnd-text-item p {
  margin-top: 16px;
  color: var(--000000, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.imine-main-manufacturing, .imine-main-marketingsupport {
  padding: 0 80px 120px;
}
.imine-main-manufacturing-head, .imine-main-marketingsupport-head {
  margin-bottom: 56px;
}
.imine-main-manufacturing-head h4, .imine-main-marketingsupport-head h4 {
  margin-bottom: 24px;
  color: var(--000000, #000);
  /* 메인/Title */
  font-family: "neulis-sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 57.6px */
}
.imine-main-manufacturing-head__text, .imine-main-marketingsupport-head__text {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.imine-main-manufacturing-head__text p, .imine-main-marketingsupport-head__text p {
  color: var(--000000, #000);
  /* 상세/본문 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.imine-main-manufacturing-head__text a, .imine-main-marketingsupport-head__text a {
  color: var(--Black, #000);
  /* 상세/본문 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.imine-main-manufacturing-list, .imine-main-marketingsupport-list {
  display: flex;
  gap: 24px;
}
.imine-main-manufacturing-list-item, .imine-main-marketingsupport-list-item {
  width: 100%;
}
.imine-main-manufacturing-list-item__thumb, .imine-main-marketingsupport-list-item__thumb {
  position: relative;
  display: flex;
  margin-bottom: 24px;
}
.imine-main-manufacturing-list-item__thumb img, .imine-main-marketingsupport-list-item__thumb img {
  position: relative;
  z-index: 10;
  width: 100%;
  border-radius: 4px;
}
.imine-main-manufacturing-list-item__thumb p, .imine-main-marketingsupport-list-item__thumb p {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--White, #fff);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
}
.imine-main-manufacturing-list-item strong, .imine-main-marketingsupport-list-item strong {
  display: block;
  margin-bottom: 8px;
  color: var(--000000, #000);
  font-family: "neulis-sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
}
.imine-main-manufacturing-list-item > p, .imine-main-marketingsupport-list-item > p {
  color: var(--000000, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.imine-main-partner {
  background-color: #000;
}
.imine-main-partner .imine-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 640px;
  padding: 80px;
  background-size: 100% auto;
  place-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0px; /* JS가 Y값을 갱신 */
  overflow: hidden;
  transition: all 1s ease;
}
.imine-main-partner p {
  min-width: 556px;
  margin-bottom: 16px;
  color: var(--FFFFFF, #fff);
  /* 메인/Banner Title */
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 48px */
}
.imine-main-partner a {
  color: var(--CI, #cf035b);
  /* 메인/Banner description */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}
.imine-main-news {
  padding: 120px 80px 0;
}
.imine-main-news__contents {
  padding-left: 435px;
}
.imine-main-news h4 {
  margin-bottom: 24px;
  color: var(--000000, #000);
  /* 메인/Title */
  font-family: "neulis-sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 57.6px */
}
.imine-main-news__tab {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}
.imine-main-news__tab a {
  color: var(--9A9AAF, #9a9aaf);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
}
.imine-main-news__tab a.active {
  color: var(--000000, #000);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
}
.imine-main-news-list-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 0;
  border-top: 1px solid var(--EBEBEB, #ebebeb);
}
.imine-main-news-list-item strong {
  color: var(--000000, #000);
  /* 메인/Sub Title */
  font-family: "neulis-sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
}
.imine-main-news-list-item p {
  color: var(--000000, #000);
  /* 상세/본문 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  display: -webkit-box;
  overflow: hidden;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.imine-main-news-list-item span {
  color: var(--9A9AAF, #9a9aaf);
  /* 상세/description title */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.imine-main-news-swiper {
  margin-left: 50%;
  margin-right: 0;
  padding: 120px 0;
}
.imine-main-news-swiper .swiper {
  margin-left: -500px;
}
.imine-main-news-swiper__thumb {
  display: flex;
  width: 368px;
  height: 640px;
  margin-bottom: 24px;
  border-radius: 4px;
  overflow: hidden;
}
.imine-main-news-swiper__thumb video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.imine-main-news-swiper .swiper-slide {
  width: 368px;
}
.imine-main-news-swiper .swiper-slide p {
  margin: 0 0 8px 0;
  color: var(--000000, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.imine-main-news-swiper .swiper-slide span {
  color: #a2a2a2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.imine-main-news-swiper .swiper-button-next {
  right: 40px;
  width: 108px;
  height: 108px;
  margin-top: -54px;
  background: url(/images/icon/60/next.svg) no-repeat 50% 50%;
}
.imine-main-news-swiper .swiper-button-next:after {
  display: none;
}
@media screen and (max-width: 1440px) {
  .imine-main-introduce {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 360px;
    padding: 0 80px 0 80px;
    background: linear-gradient(243deg, #fafcfe 33.67%, #f5f6fe 77.98%, #fff 82.41%);
    overflow: hidden;
  }
  .imine-main-introduce__video {
    position: absolute;
    top: 30px;
    right: auto;
    left: 50%;
    z-index: 10;
    width: 520px;
    margin-left: -100px;
  }
  .imine-main-introduce__video video {
    width: 100%;
  }
  .imine-main-introduce__contents {
    position: relative;
    z-index: 20;
    padding: 28px 0 0 0;
  }
  .imine-main-introduce__title {
    color: var(--Black, #000);
    font-family: "neulis-sans";
    width: 640px;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 57.6px */
  }
  .imine-main-introduce__title strong {
    background: linear-gradient(95deg, #cf035b 15.81%, #eeb7ca 47.03%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "neulis-sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  .imine-main-introduce__text {
    margin-top: 40px;
    color: var(--000000, #000);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  .imine-main-rnd {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 0 40px 80px;
  }
  .imine-main-rnd-title {
    position: sticky;
    top: 72px;
    width: 100%;
    height: 100%;
  }
  .imine-main-rnd-title__thumb {
    position: relative;
    width: 100%;
    height: 326px;
    margin-bottom: 40px;
    overflow: hidden;
    border-radius: 4px;
  }
  .imine-main-rnd-title__thumb video {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  .imine-main-rnd-title strong {
    color: var(--Black, #000);
    /* 메인/Title */
    font-family: "neulis-sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 48px */
  }
  .imine-main-rnd-title p {
    margin: 24px 0;
    color: var(--Black, #000);
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-main-rnd-title a {
    color: var(--Black, #000);
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-main-rnd-text {
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: 224px;
    min-width: 224px;
  }
  .imine-main-rnd-text-item__thumb {
    display: flex;
    margin-bottom: 24px;
  }
  .imine-main-rnd-text-item__thumb img {
    width: 224px;
    height: 224px;
    border-radius: 4px;
  }
  .imine-main-rnd-text-item strong {
    color: var(--Black, #000);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
  }
  .imine-main-rnd-text-item p {
    color: var(--Black, #000);
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-main-manufacturing, .imine-main-marketingsupport {
    padding: 0 40px 80px;
  }
  .imine-main-manufacturing-head, .imine-main-marketingsupport-head {
    margin-bottom: 48px;
  }
  .imine-main-manufacturing-head h4, .imine-main-marketingsupport-head h4 {
    margin-bottom: 24px;
    color: var(--000000, #000);
    /* 메인/Title */
    font-family: "neulis-sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 57.6px */
  }
  .imine-main-manufacturing-head__text, .imine-main-marketingsupport-head__text {
    display: flex;
    justify-content: space-between;
    gap: 24px;
  }
  .imine-main-manufacturing-head__text p, .imine-main-marketingsupport-head__text p {
    color: var(--Black, #000);
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-main-manufacturing-head__text a, .imine-main-marketingsupport-head__text a {
    color: var(--Black, #000);
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-main-manufacturing-list, .imine-main-marketingsupport-list {
    display: flex;
    gap: 24px;
  }
  .imine-main-manufacturing-list-item__thumb, .imine-main-marketingsupport-list-item__thumb {
    display: flex;
    margin-bottom: 16px;
  }
  .imine-main-manufacturing-list-item__thumb img, .imine-main-marketingsupport-list-item__thumb img {
    position: relative;
    z-index: 10;
    width: 100%;
    border-radius: 4px;
  }
  .imine-main-manufacturing-list-item__thumb p, .imine-main-marketingsupport-list-item__thumb p {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--White, #fff);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
  }
  .imine-main-manufacturing-list-item strong, .imine-main-marketingsupport-list-item strong {
    display: block;
    margin-bottom: 8px;
    color: var(--000000, #000);
    font-family: "neulis-sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
  }
  .imine-main-manufacturing-list-item > p, .imine-main-marketingsupport-list-item > p {
    color: var(--000000, #000);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  .imine-main-partner {
    background-color: #000;
  }
  .imine-main-partner .imine-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 356px;
    padding: 40px;
    background-size: 100% auto;
    place-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0px; /* JS가 Y값을 갱신 */
    overflow: hidden;
    transition: all 1s ease;
  }
  .imine-main-partner p {
    min-width: 376px;
    margin-bottom: 16px;
    color: var(--FFFFFF, #fff);
    /* 메인/Banner Title */
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 48px */
  }
  .imine-main-partner a {
    color: var(--CI, #cf035b);
    /* 메인/Banner description */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
  }
  .imine-main-news {
    padding: 80px 40px 0;
  }
  .imine-main-news__contents {
    padding-left: 0;
  }
  .imine-main-news h4 {
    margin-bottom: 24px;
    color: var(--000000, #000);
    /* 메인/Title */
    font-family: "neulis-sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 57.6px */
  }
  .imine-main-news__tab {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
  }
  .imine-main-news__tab a {
    color: var(--9A9AAF, #9a9aaf);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
  }
  .imine-main-news__tab a.active {
    color: var(--000000, #000);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
  }
  .imine-main-news-list-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px 0;
    border-top: 1px solid var(--EBEBEB, #ebebeb);
  }
  .imine-main-news-list-item strong {
    color: var(--000000, #000);
    /* 메인/Sub Title */
    font-family: "neulis-sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
  }
  .imine-main-news-list-item p {
    color: var(--000000, #000);
    /* 상세/본문 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    display: -webkit-box;
    overflow: hidden;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
  }
  .imine-main-news-list-item span {
    color: var(--9A9AAF, #9a9aaf);
    /* 상세/description title */
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
  }
  .imine-main-news-swiper {
    margin-left: 0;
    margin-right: 0;
    padding: 80px 0;
    overflow: hidden;
  }
  .imine-main-news-swiper__thumb {
    display: flex;
    width: 226px;
    height: 393px;
    margin-bottom: 24px;
    border-radius: 4px;
    overflow: hidden;
  }
  .imine-main-news-swiper__thumb video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .imine-main-news-swiper .swiper-slide {
    width: 226px;
  }
  .imine-main-news-swiper .swiper-slide p {
    margin: 0 0 8px 0;
    color: var(--000000, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  .imine-main-news-swiper .swiper-slide span {
    color: #a2a2a2;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
  }
  .imine-main-news-swiper .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .imine-main-keyvisual {
    display: flex;
    height: 400px;
    overflow: hidden;
  }
  .imine-main-keyvisual video {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 100%;
  }
  .imine-main-introduce {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 360px;
    padding: 0 24px 40px;
    background: linear-gradient(243deg, #fafcfe 33.67%, #f5f6fe 77.98%, #fff 82.41%);
    overflow: hidden;
  }
  .imine-main-introduce__video {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    z-index: 10;
    width: 100%;
    margin-left: 0;
  }
  .imine-main-introduce__video video {
    width: 100%;
  }
  .imine-main-introduce__contents {
    position: relative;
    z-index: 20;
    padding: 0 0 0 0;
  }
  .imine-main-introduce__title {
    color: var(--Black, #000);
    font-family: "neulis-sans";
    width: 100%;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 57.6px */
  }
  .imine-main-introduce__title strong {
    background: linear-gradient(95deg, #cf035b 15.81%, #eeb7ca 47.03%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "neulis-sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  .imine-main-introduce__text {
    margin-top: 16px;
    color: var(--000000, #000);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
  }
  .imine-main-rnd {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    padding: 24px 24px 0;
  }
  .imine-main-rnd-title {
    position: relative;
    top: auto;
    width: 100%;
    height: 100%;
  }
  .imine-main-rnd-title__thumb {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 24px;
    overflow: hidden;
    border-radius: 4px;
    aspect-ratio: 327/226;
  }
  .imine-main-rnd-title__thumb video {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  .imine-main-rnd-title strong {
    color: var(--Black, #000);
    /* 메인/Title */
    font-family: "neulis-sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 48px */
  }
  .imine-main-rnd-title p {
    margin: 8px 0 16px;
    color: var(--Black, #000);
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-main-rnd-title a {
    color: var(--Black, #000);
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-main-rnd-text {
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: 100%;
    min-width: 100%;
  }
  .imine-main-rnd-text-item__thumb {
    display: flex;
    margin-bottom: 24px;
  }
  .imine-main-rnd-text-item__thumb img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    aspect-ratio: 1/1;
  }
  .imine-main-rnd-text-item strong {
    color: var(--Black, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
  }
  .imine-main-rnd-text-item p {
    margin-top: 8px;
    color: var(--Black, #000);
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-main-manufacturing, .imine-main-marketingsupport {
    padding: 64px 24px 36px;
  }
  .imine-main-manufacturing-head, .imine-main-marketingsupport-head {
    margin-bottom: 36px;
  }
  .imine-main-manufacturing-head h4, .imine-main-marketingsupport-head h4 {
    margin-bottom: 16px;
    color: var(--000000, #000);
    /* 메인/Title */
    font-family: "neulis-sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 57.6px */
  }
  .imine-main-manufacturing-head__text, .imine-main-marketingsupport-head__text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
  }
  .imine-main-manufacturing-head__text p, .imine-main-marketingsupport-head__text p {
    color: var(--Black, #000);
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-main-manufacturing-head__text a, .imine-main-marketingsupport-head__text a {
    color: var(--Black, #000);
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-main-manufacturing-list, .imine-main-marketingsupport-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .imine-main-manufacturing-list-item__thumb, .imine-main-marketingsupport-list-item__thumb {
    display: flex;
    margin-bottom: 16px;
  }
  .imine-main-manufacturing-list-item__thumb img, .imine-main-marketingsupport-list-item__thumb img {
    position: relative;
    z-index: 10;
    width: 100%;
    border-radius: 4px;
  }
  .imine-main-manufacturing-list-item__thumb p, .imine-main-marketingsupport-list-item__thumb p {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--White, #fff);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
  }
  .imine-main-manufacturing-list-item strong, .imine-main-marketingsupport-list-item strong {
    display: block;
    margin-bottom: 8px;
    color: var(--000000, #000);
    font-family: "neulis-sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
  }
  .imine-main-manufacturing-list-item > p, .imine-main-marketingsupport-list-item > p {
    color: var(--000000, #000);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  .imine-main-partner {
    background-color: #000;
  }
  .imine-main-partner .imine-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 162px;
    padding: 40px 24px;
    background-size: 100% auto;
    place-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0px; /* JS가 Y값을 갱신 */
    overflow: hidden;
    transition: all 1s ease;
    text-align: center;
  }
  .imine-main-partner p {
    min-width: 100%;
    margin-bottom: 16px;
    color: var(--FFFFFF, #fff);
    text-align: center;
    /* 메인/Banner Title */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 48px */
  }
  .imine-main-partner a {
    color: var(--CI, #cf035b);
    text-align: center;
    /* 메인/Banner description */
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
  }
  .imine-main-news {
    padding: 64px 24px 0;
  }
  .imine-main-news__contents {
    padding-left: 0;
  }
  .imine-main-news h4 {
    margin-bottom: 24px;
    color: var(--000000, #000);
    /* 메인/Title */
    font-family: "neulis-sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 57.6px */
  }
  .imine-main-news__tab {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
  }
  .imine-main-news__tab a {
    color: var(--9A9AAF, #9a9aaf);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
  }
  .imine-main-news__tab a.active {
    color: var(--000000, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
  }
  .imine-main-news-list-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px 0;
    border-top: 1px solid var(--EBEBEB, #ebebeb);
  }
  .imine-main-news-list-item strong {
    color: var(--000000, #000);
    /* 메인/Sub Title */
    font-family: "neulis-sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
  }
  .imine-main-news-list-item p {
    color: var(--000000, #000);
    /* 상세/본문 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    display: -webkit-box;
    overflow: hidden;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    max-height: 72px;
  }
  .imine-main-news-list-item span {
    color: var(--9A9AAF, #9a9aaf);
    /* 상세/description title */
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
  }
  .imine-main-news-swiper {
    margin-left: 0;
    margin-right: 0;
    padding: 40px 0;
    overflow: hidden;
  }
  .imine-main-news-swiper__thumb {
    display: flex;
    width: 226px;
    height: 393px;
    margin-bottom: 16px;
    border-radius: 4px;
    overflow: hidden;
  }
  .imine-main-news-swiper__thumb video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .imine-main-news-swiper .swiper-slide {
    width: 226px;
  }
  .imine-main-news-swiper .swiper-slide p {
    margin: 0 0 8px 0;
    color: var(--000000, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  .imine-main-news-swiper .swiper-slide span {
    color: #a2a2a2;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
  }
}
.imine-head {
  text-align: center;
  width: 100%;
  height: 160px;
  overflow: hidden;
}
.imine-head .imine-inner {
  display: flex;
  width: auto;
}
.imine-head img {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 160px;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1440px) {
  .imine-head {
    height: 120px;
  }
  .imine-head img {
    height: 120px;
  }
}
.imine-body {
  display: flex;
  padding: 80px 80px 160px 80px;
  color: var(--Black, #000);
  /* 본문/본문 16 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  word-break: keep-all;
}
.imine-body section {
  width: 100%;
  margin-bottom: 240px;
}
.imine-body section:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .imine-body {
    flex-direction: column;
    gap: 0;
    padding: 40px 40px 120px 40px;
    color: var(--Black, #000);
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-body section {
    margin-bottom: 160px;
  }
  .imine-body section:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  .imine-body {
    flex-direction: column;
    gap: 0;
    padding: 24px 24px 80px 24px;
    color: var(--Black, #000);
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-body section {
    margin-bottom: 120px;
  }
  .imine-body section:last-child {
    margin-bottom: 0;
  }
}
.imine-snb {
  position: relative;
  z-index: 20;
  min-width: 240px;
}
.imine-snb > ul {
  position: sticky;
  top: 100px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.imine-snb > ul > li {
  margin: 0;
  padding: 0;
}
.imine-snb > ul > li.active > a {
  font-weight: 600;
}
.imine-snb > ul > li.active ul {
  display: block;
}
.imine-snb > ul > li > a {
  display: block;
  color: var(--Black, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.imine-snb > ul > li ul {
  margin: 9px 0 0 0;
  padding: 0 0 0 16px;
  list-style: none;
  display: none;
}
.imine-snb > ul > li ul li {
  margin: 0;
  padding: 6px 0;
}
.imine-snb > ul > li ul li:last-child {
  padding-bottom: 0;
}
.imine-snb > ul > li ul li a {
  display: block;
  color: var(--Sub, #9a9aaf);
  /* LNB/2 depth */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.imine-snb > ul > li ul li.active a, .imine-snb > ul > li ul li:hover a {
  color: var(--Black, #000);
}
.imine-snb > ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1440px) {
  .imine-snb {
    position: sticky;
    top: 72px;
    min-width: 240px;
    margin-bottom: 40px;
  }
  .imine-snb > ul {
    position: relative;
    top: auto;
    margin: -13px -16px 0 -16px;
    padding: 0 16px;
    background-color: #fff;
    list-style: none;
  }
  .imine-snb > ul > li {
    margin: 0;
    padding: 0;
    display: none;
  }
  .imine-snb > ul > li.active {
    display: block;
  }
  .imine-snb > ul > li.active > a {
    font-weight: 600;
  }
  .imine-snb > ul > li.active ul {
    display: flex;
    gap: 24px;
    border-bottom: 1px solid var(--Line, #ebebeb);
  }
  .imine-snb > ul > li > a {
    display: none;
  }
  .imine-snb > ul > li ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
  }
  .imine-snb > ul > li ul li {
    position: relative;
    margin: 0;
    padding: 0;
  }
  .imine-snb > ul > li ul li:last-child {
    padding-bottom: 0;
  }
  .imine-snb > ul > li ul li a {
    display: block;
    color: var(--Sub, #9a9aaf);
    padding: 14px 0;
    /* LNB/2 depth */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
  }
  .imine-snb > ul > li ul li.active a, .imine-snb > ul > li ul li:hover a {
    color: var(--Black, #000);
  }
  .imine-snb > ul > li ul li.active a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    right: 0;
    left: 0;
    height: 2px;
    background-color: #000;
  }
  .imine-snb > ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
@media screen and (max-width: 800px) {
  .imine-snb {
    margin-bottom: 32px;
  }
  .imine-snb > ul {
    gap: 20px;
  }
}
.imine-contents {
  position: relative;
  z-index: 10;
  width: 100%;
}
.imine-contents h2 {
  margin-bottom: 8px;
  color: var(--MainText, #5d013b);
  /* 본문/본문 16 B */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  word-break: keep-all;
}
.imine-contents h3 {
  margin-bottom: 24px;
  color: var(--gray, #8c8c8c);
  /* 본문/본문 타이틀 */
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 72px */
  word-break: keep-all;
}
.imine-contents h3 .imine-h3-black {
  color: var(--Black, #000);
  font-family: "neulis-sans";
  font-weight: 400;
}
.imine-contents h3 .imine-h3-secondary {
  color: #9a9aaf;
  font-family: "neulis-sans";
  font-weight: 400;
}
.imine-contents h3 .imine-h3-gray {
  color: #ebebeb;
  font-family: "neulis-sans";
  font-weight: 400;
}
.imine-contents h3 strong {
  color: var(--Black, #000);
  font-weight: 600;
}
.imine-contents h4 {
  color: var(--gray, #8c8c8c);
  /* 본문/중간타이틀 */
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 54px */
  word-break: keep-all;
}
.imine-contents h4 strong {
  color: var(--Black, #000);
  font-weight: 600;
}
@media screen and (max-width: 1440px) {
  .imine-contents h2 {
    margin-bottom: 8px;
    color: var(--MainText, #5d013b);
    /* 본문/본문 16 B */
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 22.5px */
  }
  .imine-contents h3 {
    margin-bottom: 24px;
    /* 본문/본문 타이틀 */
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 60px */
    letter-spacing: -1.6px;
  }
  .imine-contents h4 {
    /* 본문/중간타이틀 */
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 42px */
  }
}
@media screen and (max-width: 800px) {
  .imine-contents h2 {
    margin-bottom: 8px;
    color: var(--MainText, #5d013b);
    /* 본문/본문 16 B */
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 22.5px */
  }
  .imine-contents h3 {
    margin-bottom: 24px;
    /* 본문/본문 타이틀 */
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 48px */
    letter-spacing: -0.32px;
  }
  .imine-contents h4 {
    /* 본문/중간타이틀 */
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 36px */
    letter-spacing: -0.48px;
  }
}
.imine-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.imine-pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--Sub, #9a9aaf);
  /* 본문/description title */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.imine-pagination a.active {
  border-radius: 100px;
  background: var(--Background, #f6f7fb);
  color: var(--Black, #000);
}
.imine-pagination a:hover {
  color: var(--Black, #000);
}
.imine-pagination__prev {
  background: url(/images/icon/40/pagination-arrow-disabled.svg) no-repeat 50% 50%;
  font-size: 0 !important;
}
.imine-pagination__prev:hover {
  background: url(/images/icon/40/pagination-arrow.svg) no-repeat 50% 50%;
  transform: rotate(180deg);
}
.imine-pagination__next {
  background: url(/images/icon/40/pagination-arrow-disabled.svg) no-repeat 50% 50%;
  font-size: 0 !important;
  transform: rotate(180deg);
}
.imine-pagination__next:hover {
  background: url(/images/icon/40/pagination-arrow.svg) no-repeat 50% 50%;
  transform: rotate(0);
}
@media screen and (max-width: 1440px) {
  .imine-pagination a {
    font-size: 15px;
  }
}
@media screen and (max-width: 800px) {
  .imine-pagination a {
    font-size: 14px;
  }
}
.imine-badge {
  display: inline-flex;
  align-items: center;
  height: 22px;
  padding: 0 6px;
  border-radius: 4px;
  /* 본문/Badge */
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 18px */
}
.imine-input {
  display: flex;
  width: 100%;
  height: 60px;
  padding: 18px 24px;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 8px;
  background: var(--Light-gray, #f8f8f8);
  border: 0;
  color: var(--Black, #000);
  /* 본문/본문 16 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.imine-input::-moz-placeholder {
  color: var(--gray, #8c8c8c);
}
.imine-input::placeholder {
  color: var(--gray, #8c8c8c);
}
@media screen and (max-width: 1440px) {
  .imine-input {
    display: flex;
    width: 100%;
    height: 48px;
    padding: 12px 16px;
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
}
.imine-textarea {
  display: flex;
  width: 100%;
  height: 160px;
  padding: 18px 24px;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 8px;
  background: var(--Light-gray, #f8f8f8);
  border: 0;
  color: var(--Black, #000);
  /* 본문/본문 16 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.imine-textarea::-moz-placeholder {
  color: var(--gray, #8c8c8c);
}
.imine-textarea::placeholder {
  color: var(--gray, #8c8c8c);
}
@media screen and (max-width: 1440px) {
  .imine-textarea {
    display: flex;
    width: 100%;
    padding: 12px 16px;
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
}
@media screen and (max-width: 800px) {
  .imine-textarea {
    height: 120px;
  }
}
.imine-checkbox {
  position: relative;
  display: flex;
  gap: 16px;
  padding: 0 0 0 40px;
}
.imine-checkbox input {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 0px;
  height: 0px;
}
.imine-checkbox input::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: var(--Light-gray, #f8f8f8);
  border: 1px solid var(--Line, #ebebeb);
}
.imine-checkbox input:checked::after {
  background: #000 url(/images/icon/etc/checkbox.svg) no-repeat 50% 50%;
}
.imine-checkbox label {
  color: var(--gray, #8c8c8c);
  /* 본문/본문 16 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.imine-checkbox label > strong {
  display: block;
  color: var(--Black, #000);
  /* 본문/본문 16 B */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.imine-checkbox label p {
  margin-top: 8px;
}
@media screen and (max-width: 1440px) {
  .imine-checkbox {
    position: relative;
    display: flex;
    gap: 16px;
    padding: 0 0 0 40px;
  }
  .imine-checkbox input {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 0px;
    height: 0px;
  }
  .imine-checkbox input::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background: var(--Light-gray, #f8f8f8);
  }
  .imine-checkbox input:checked::after {
    background: var(--CI, #cf035b) url(/images/icon/etc/checkbox.svg) no-repeat 50% 50%;
  }
  .imine-checkbox label {
    color: var(--gray, #8c8c8c);
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-checkbox label > strong {
    display: block;
    color: var(--Black, #000);
    /* 본문/본문 16 B */
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
  }
}
.imine-choice {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.imine-choice-item {
  position: relative;
  display: flex;
}
.imine-choice-item input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.imine-choice-item input:checked ~ label {
  color: var(--White, #fff);
  background: var(--Black, #000);
  border-color: var(--Black, #000);
}
.imine-choice-item label {
  display: flex;
  height: 48px;
  margin: 0;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--cool-gray, #646f7c);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 22.5px */
  border-radius: 8px;
  border: 1px solid var(--Line, #ebebeb);
  background: var(--White, #fff);
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .imine-choice {
    gap: 8px;
  }
  .imine-choice-item {
    position: relative;
    display: flex;
  }
  .imine-choice-item input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .imine-choice-item input:checked ~ label {
    color: var(--White, #fff);
    background: var(--Black, #000);
  }
  .imine-choice-item label {
    display: flex;
    height: 40px;
    margin: 0;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    /* 본문/description title */
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 22.5px */
    cursor: pointer;
  }
}
@media screen and (max-width: 800px) {
  .imine-choice {
    gap: 8px;
  }
  .imine-choice-item {
    position: relative;
    display: flex;
  }
  .imine-choice-item input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .imine-choice-item input:checked ~ label {
    color: var(--White, #fff);
    background: var(--Black, #000);
  }
  .imine-choice-item label {
    display: flex;
    height: 40px;
    margin: 0;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--cool-gray, #646f7c);
    /* 본문/description title */
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 21px */
  }
}
.imine-upload {
  display: flex;
  height: 240px;
  padding: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  border-radius: 10px;
  background: var(--Light-gray, #f8f8f8);
  overflow: auto;
}
.imine-upload > p {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.imine-upload > p span {
  color: var(--gray, #8c8c8c);
  text-align: center;
  /* 본문/description */
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 22.5px */
}
.imine-upload > p strong {
  color: var(--Black, #000);
  text-align: center;
  /* 본문/본문 16 B */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.imine-upload ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.imine-upload ul li {
  display: flex;
  align-items: center;
  margin: 8px 0 0 0;
  padding: 0;
}
.imine-upload ul li:first-child {
  margin-top: 0;
}
.imine-upload ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  gap: 16px;
  padding: 0 24px;
  border-radius: 8px;
  border: 1px solid var(--Line, #ebebeb);
  background: var(--White, #fff);
}
.imine-upload ul li a p {
  display: flex;
  align-items: center;
  gap: 16px;
  overflow: hidden;
  color: var(--Black, #000);
  text-overflow: ellipsis;
  /* 본문/본문 16 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.imine-upload ul li a p span {
  display: -webkit-box;
  overflow: hidden;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
@media screen and (max-width: 1440px) {
  .imine-upload {
    display: flex;
    height: 200px;
    padding: 28px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    border-radius: 10px;
    background: var(--Light-gray, #f8f8f8);
    overflow: auto;
  }
  .imine-upload > p {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .imine-upload > p span {
    color: var(--gray, #8c8c8c);
    text-align: center;
    /* 본문/description */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-upload > p strong {
    color: var(--Black, #000);
    text-align: center;
    /* 본문/본문 16 B */
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 22.5px */
  }
  .imine-upload ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .imine-upload ul li {
    display: flex;
    align-items: center;
    margin: 8px 0 0 0;
    padding: 0;
  }
  .imine-upload ul li:first-child {
    margin-top: 0;
  }
  .imine-upload ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    gap: 16px;
    padding: 0 24px;
    border-radius: 8px;
    border: 1px solid var(--Line, #ebebeb);
    background: var(--White, #fff);
  }
  .imine-upload ul li a p {
    display: flex;
    align-items: center;
    gap: 16px;
    overflow: hidden;
    color: var(--Black, #000);
    text-overflow: ellipsis;
    /* 본문/본문 16 */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  .imine-upload ul li a p span {
    display: -webkit-box;
    overflow: hidden;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
  }
}
@media screen and (max-width: 800px) {
  .imine-upload {
    display: flex;
    height: 200px;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    border-radius: 10px;
    background: var(--Light-gray, #f8f8f8);
    overflow: auto;
  }
  .imine-upload > p {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .imine-upload > p span {
    color: var(--gray, #8c8c8c);
    text-align: center;
    /* 본문/description */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
  }
  .imine-upload > p strong {
    color: var(--Black, #000);
    text-align: center;
    /* 본문/본문 16 B */
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 22.5px */
  }
  .imine-upload ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .imine-upload ul li {
    display: flex;
    align-items: center;
    margin: 8px 0 0 0;
    padding: 0;
  }
  .imine-upload ul li:first-child {
    margin-top: 0;
  }
  .imine-upload ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    gap: 16px;
    padding: 0 24px;
    border-radius: 8px;
    border: 1px solid var(--Line, #ebebeb);
    background: var(--White, #fff);
  }
  .imine-upload ul li a p {
    display: flex;
    align-items: center;
    gap: 16px;
    overflow: hidden;
    color: var(--Black, #000);
    text-overflow: ellipsis;
    /* 본문/본문 16 */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  .imine-upload ul li a p span {
    display: -webkit-box;
    overflow: hidden;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
  }
}
.imine-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.imine-form-row {
  display: flex;
  gap: 40px;
  width: 100%;
}
.imine-form-row--head {
  margin-bottom: 16px;
}
.imine-form-col {
  width: 100%;
}
.imine-form-col > label {
  display: block;
  margin-bottom: 8px;
  color: var(--Black, #000);
  /* 본문/본문 16 B */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.imine-form-col > label span {
  color: var(--System-Danger, #fb4d58);
}
.imine-form-col--error .imine-input {
  border: 1.2px solid var(--CI, #cf035b);
}
.imine-form-error {
  margin-top: 8px;
  color: var(--CF035B, #cf035b);
  /* 본문/본문 16 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.imine-form-file__text {
  display: flex;
  align-items: center;
  gap: 8px;
}
.imine-form-file__text p {
  overflow: hidden;
  color: var(--Black, #000);
  text-overflow: ellipsis;
  /* 본문/본문 16 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  display: -webkit-box;
  overflow: hidden;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.imine-form-file__text span {
  color: var(--Sub, #9a9aaf);
  text-align: right;
  /* 본문/본문 16 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.imine-form-file ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.imine-form-file ul li {
  display: flex;
  height: 60px;
  margin: 0;
  padding: 12px 24px;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid var(--Line, #ebebeb);
  background: var(--White, #fff);
}
.imine-form-file ul li button {
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
}
.imine-form .imine-board-detail-body__file {
  margin: 16px 0 0 0;
}
@media screen and (max-width: 1440px) {
  .imine-form {
    width: 100%;
  }
  .imine-form-row {
    display: flex;
    gap: 24px;
    width: 100%;
  }
  .imine-form-col {
    width: 100%;
  }
  .imine-form-col > label {
    display: block;
    margin-bottom: 8px;
    color: var(--Black, #000);
    /* 본문/본문 16 B */
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 22.5px */
  }
  .imine-form-col > label span {
    color: var(--System-Danger, #fb4d58);
  }
}
@media screen and (max-width: 800px) {
  .imine-form {
    width: 100%;
  }
  .imine-form-row {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }
  .imine-form-row--head {
    margin-bottom: 0;
  }
  .imine-form-col {
    width: 100%;
  }
  .imine-form-col > label {
    display: block;
    margin-bottom: 8px;
    color: var(--Black, #000);
    /* 본문/본문 16 B */
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 22.5px */
  }
  .imine-form-col > label span {
    color: var(--System-Danger, #fb4d58);
  }
}
.imine-board-search {
  position: relative;
  display: flex;
  width: 280px;
  height: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  border-radius: 8px;
  background: var(--Background, #f6f7fb);
}
.imine-board-search input {
  width: 100%;
  height: 100%;
  padding: 0 16px;
  border: none;
  background: none;
  /* 본문/description */
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 22.5px */
}
.imine-board-search button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: url(/images/icon/20/search.svg) no-repeat 50% 50%;
  border: 0;
  font-size: 0;
}
@media screen and (max-width: 800px) {
  .imine-board-search {
    width: 100%;
    height: 40px;
  }
  .imine-board-search input {
    font-size: 14px;
  }
  .imine-board-search button {
    top: -4px;
  }
}
.imine-board-list {
  margin-top: 80px;
}
.imine-board-list-tab {
  display: flex;
  gap: 6px;
  margin-bottom: 24px;
  overflow: auto;
}
.imine-board-list-tab a {
  display: flex;
  height: 48px;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid var(--Line, #ebebeb);
  background: var(--White, #fff);
  color: var(--cool-gray, #646f7c);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 22.5px */
  white-space: noWrap;
}
.imine-board-list-tab a.active {
  border-radius: 8px;
  background: var(--Black, #000);
  border-color: var(--Black, #000);
  color: var(--White, #fff);
}
.imine-board-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.imine-board-list-head h5 {
  color: var(--Black, #000);
  /* 본문/상세 타이틀 2 */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
}
.imine-board-list-head h5 span {
  color: var(--Sub, #9a9aaf);
}
.imine-board-list-body table {
  width: 100%;
  border-top: 1px solid var(--Black, #000);
}
.imine-board-list-body table thead th {
  padding: 0 20px;
  height: 51px;
  color: var(--Black, #000);
  text-align: center;
  /* 본문/본문 16 B */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.imine-board-list-body table thead th:first-child {
  padding-left: 0;
}
.imine-board-list-body table thead th:last-child {
  padding-right: 0;
}
.imine-board-list-body table tbody th,
.imine-board-list-body table tbody td {
  height: 86px;
  padding: 22.5px 20px;
  border-top: 1px solid var(--Line, #ebebeb);
  color: var(--Black, #000);
  text-align: center;
  /* 본문/본문 16 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.imine-board-list-body table tbody th a,
.imine-board-list-body table tbody td a {
  color: var(--Black, #000);
}
.imine-board-list-body table tbody th:first-child,
.imine-board-list-body table tbody td:first-child {
  padding-left: 0;
}
.imine-board-list-body table tbody th:last-child,
.imine-board-list-body table tbody td:last-child {
  padding-right: 0;
}
.imine-board-list-body table tbody th {
  color: var(--Sub, #9a9aaf);
  font-weight: 600;
}
.imine-board-list-body table tbody a {
  display: flex;
  gap: 8px;
}
.imine-board-list-body table tbody a p {
  display: -webkit-box;
  overflow: hidden;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.imine-board-list-body--list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
.imine-board-list-body--faq {
  border-top: 1px solid var(--Black, #000);
}
.imine-board-list-body--faq .imine-board-list-body-item {
  border-bottom: 1px solid var(--Line, #ebebeb);
}
.imine-board-list-body--faq .imine-board-list-body-item:last-child {
  border-bottom: 0;
}
.imine-board-list-body--faq .imine-board-list-body-item__title {
  position: relative;
  display: flex;
  /*align-items: center;*/
  align-items: flex-start;
  gap: 24px;
  min-height: 87px;
  margin: 0;
  padding: 28px 60px 28px 24px;
}
.imine-board-list-body--faq .imine-board-list-body-item__title > strong {
  display: block;
  min-width: 40px;
  color: var(--CI, #cf035b);
  text-align: center;
  /* 본문/상세 타이틀 2 */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
}
.imine-board-list-body--faq .imine-board-list-body-item__title::after {
  content: "";
  display: block;
  position: absolute;
  right: 24px;
  width: 24px;
  height: 24px;
  background: url(/images/icon/24/faq.svg) no-repeat 50% 50%;
  background-size: cover;
  transition: all 0.3s ease;
}
.imine-board-list-body--faq .imine-board-list-body-item__answer {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
.imine-board-list-body--faq .imine-board-list-body-item__answer-inner {
  display: flex;
  gap: 40px;
  padding: 24px;
  background: var(--Background, #f6f7fb);
}
.imine-board-list-body--faq .imine-board-list-body-item__answer-inner > strong {
  display: block;
  min-width: 40px;
  color: var(--Black, #000);
  text-align: center;
  /* 본문/상세 타이틀 2 */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
}
.imine-board-list-body--faq .imine-board-list-body-item.active .imine-board-list-body-item__title {
  background: var(--Background, #f6f7fb);
  color: var(--CI, #cf035b);
}
.imine-board-list-body--faq .imine-board-list-body-item.active .imine-board-list-body-item__title::after {
  transform: rotate(180deg);
}
@media screen and (max-width: 1440px) {
  .imine-board-list-body--faq .imine-board-list-body-item__title {
    position: relative;
    display: flex;
    /*align-items: center;*/
    align-items: flex-start;
    gap: 24px;
    min-height: 84px;
    margin: 0;
    padding: 28px 60px 28px 24px;
  }
  .imine-board-list-body--faq .imine-board-list-body-item__title > strong {
    font-size: 18px;
  }
  .imine-board-list-body--faq .imine-board-list-body-item__title::after {
    width: 20px;
    height: 20px;
  }
  .imine-board-list-body--faq .imine-board-list-body-item__answer-inner {
    display: flex;
    gap: 24px;
    padding: 24px;
  }
}
@media screen and (max-width: 800px) {
  .imine-board-list-body--faq .imine-board-list-body-item__title {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    height: auto;
    max-height: auto;
    margin: 0;
    padding: 20px 60px 20px 8px;
  }
  .imine-board-list-body--faq .imine-board-list-body-item__title > strong {
    min-width: 24px;
    font-size: 16px;
  }
  .imine-board-list-body--faq .imine-board-list-body-item__title::after {
    right: 8px;
    width: 20px;
    height: 20px;
  }
  .imine-board-list-body--faq .imine-board-list-body-item__answer-inner {
    display: flex;
    gap: 8px;
    padding: 20px 8px;
    background: var(--Background, #f6f7fb);
  }
  .imine-board-list-body--faq .imine-board-list-body-item__answer-inner > strong {
    display: block;
    min-width: 24px;
    color: var(--Black, #000);
    text-align: center;
    /* 본문/상세 타이틀 2 */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
  }
}
.imine-board-list-body--recruit .imine-board-list-body-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 0;
  border-top: 1px solid var(--EBEBEB, #ebebeb);
}
@media screen and (max-width: 800px) {
  .imine-board-list-body--recruit .imine-board-list-body-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding: 24px 0;
    border-top: 1px solid var(--EBEBEB, #ebebeb);
  }
}
.imine-board-list-body-item__thumb {
  display: flex;
  height: 212px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
}
.imine-board-list-body-item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.imine-board-list-body-item__badge {
  display: flex;
  align-items: center;
  gap: 8px;
}
.imine-board-list-body-item__title {
  margin-top: 8px;
  padding: 28px 0;
  color: var(--Black, #000);
  /* 본문/상세 타이틀 2 */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
}
.imine-board-list-body-item__date {
  margin-top: 8px;
  color: var(--Sub, #9a9aaf);
  /* 본문/description */
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 22.5px */
}
.imine-board-list-body-item__link {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 160px;
}
@media screen and (max-width: 800px) {
  .imine-board-list-body-item__link {
    width: 100%;
  }
}
.imine-board-list-body-item__d-day {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.imine-board-list-body-item__d-day strong {
  display: flex;
  align-items: center;
  /* 본문/description title */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.imine-board-list-body-item__d-day strong::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  margin: 0 8px;
  opacity: 0.5;
  background: var(--gray, #8c8c8c);
}
.imine-board-list-body-item__d-day p {
  color: var(--Black, #000);
  /* 본문/description */
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 22.5px */
}
@media screen and (max-width: 800px) {
  .imine-board-list-body-item__d-day {
    margin-top: 16px;
  }
  .imine-board-list-body-item__d-day strong {
    /* 본문/description */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
  }
  .imine-board-list-body-item__d-day strong::after {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    margin: 0 8px;
    opacity: 0.5;
    background: var(--gray, #8c8c8c);
  }
  .imine-board-list-body-item__d-day p {
    color: var(--Black, #000);
    /* 본문/description */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
  }
}
.imine-board-list-foot {
  margin-top: 40px;
}
@media screen and (max-width: 1440px) {
  .imine-board-list {
    margin-top: 64px;
  }
  .imine-board-list-tab a {
    height: 40px;
    padding: 8px 16px;
  }
  .imine-board-list-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .imine-board-list-head h5 {
    font-size: 18px;
  }
  .imine-board-list-body table {
    width: 100%;
    border-top: 1px solid var(--Black, #000);
  }
  .imine-board-list-body table thead th {
    padding: 0 16px;
    height: 51px;
    color: var(--Black, #000);
    text-align: center;
    /* 본문/본문 16 B */
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
  }
  .imine-board-list-body table thead th:first-child {
    padding-left: 0;
  }
  .imine-board-list-body table thead th:last-child {
    padding-right: 0;
  }
  .imine-board-list-body table tbody th,
  .imine-board-list-body table tbody td {
    height: 86px;
    padding: 0 16px;
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  .imine-board-list-body table tbody a {
    display: flex;
    gap: 8px;
  }
  .imine-board-list-body table tbody a p {
    display: -webkit-box;
    overflow: hidden;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
  }
  .imine-board-list-body--list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 16px;
  }
  .imine-board-list-body-item__thumb {
    height: auto;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
  }
  .imine-board-list-body-item__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 348/224;
  }
  .imine-board-list-body-item__badge {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .imine-board-list-body-item__title {
    margin-top: 8px;
    color: var(--Black, #000);
    /* 본문/상세 타이틀 2 */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
  }
  .imine-board-list-body-item__date {
    margin-top: 8px;
    color: var(--Sub, #9a9aaf);
    /* 본문/description */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-board-list-foot {
    margin-top: 32px;
  }
}
@media screen and (max-width: 800px) {
  .imine-board-list {
    margin-top: 40px;
  }
  .imine-board-list-tab a {
    height: 40px;
    padding: 8px 16px;
    font-size: 14px;
  }
  .imine-board-list-head {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    margin-bottom: 24px;
  }
  .imine-board-list-head h5 {
    font-size: 16px;
  }
  .imine-board-list-body-row {
    width: 100%;
  }
  .imine-board-list-body table {
    border-top: none;
  }
  .imine-board-list-body table colgroup {
    display: none;
  }
  .imine-board-list-body table thead {
    display: none;
  }
  .imine-board-list-body table tbody {
    display: block;
    width: 100%;
  }
  .imine-board-list-body table tbody tr {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 4px;
    width: 100%;
    padding: 20px 0 20px 56px;
    border-top: 1px solid var(--Line, #ebebeb);
    background: var(--White, #fff);
  }
  .imine-board-list-body table tbody tr th {
    position: absolute;
    top: 20px;
    left: 0;
  }
  .imine-board-list-body table tbody th,
  .imine-board-list-body table tbody td {
    height: auto;
    padding: 0;
    border: 0;
  }
  .imine-board-list-body table tbody th .imine-btn-download,
  .imine-board-list-body table tbody td .imine-btn-download {
    width: 100%;
  }
  .imine-board-list-body table tbody th {
    width: 48px;
    text-align: center;
  }
  .imine-board-list-body table tbody td {
    padding-right: 8px;
    text-align: left;
  }
  .imine-board-list-body table tbody td button {
    width: 100%;
  }
  .imine-board-list-body table tbody a {
    display: flex;
    gap: 8px;
  }
  .imine-board-list-body table tbody a p {
    display: -webkit-box;
    overflow: hidden;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
  }
  .imine-board-list-body--list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 5px;
  }
  .imine-board-list-body-item__thumb {
    height: auto;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
  }
  .imine-board-list-body-item__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 327/224;
  }
  .imine-board-list-body-item__badge {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .imine-board-list-body-item__title {
    margin-top: 8px;
    color: var(--Black, #000);
    /* 본문/상세 타이틀 2 */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
  }
  .imine-board-list-body-item__date {
    color: var(--Sub, #9a9aaf);
    /* 본문/description */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
  }
  .imine-board-list-foot {
    margin-top: 24px;
  }
}
.imine-board-detail {
  width: 1040px;
  margin: 0 auto;
  margin-top: -40px;
}
.imine-board-detail-back {
  margin-bottom: 80px;
}
.imine-board-detail-head {
  padding: 0 0 24px 0;
  border-bottom: 1px solid var(--Line, #ebebeb);
}
.imine-board-detail-head__badge {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.imine-board-detail-head-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
}
.imine-board-detail-head-info__text {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.imine-board-detail-head-info__text p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--Sub, #9a9aaf);
  text-align: center;
  /* 본문/본문 16 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.imine-board-detail-head-info__text p strong {
  font-weight: 600;
}
.imine-board-detail-head-info__text p::before {
  content: "";
  display: block;
  min-width: 1px;
  width: 1px;
  height: 12px;
  margin: 0 4px 0 12px;
  background: var(--Sub, #9a9aaf);
}
.imine-board-detail-head-info__text p:first-child::before {
  display: none;
}
.imine-board-detail-head-info__button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.imine-board-detail-head-info__button .imine-btn-outline {
  height: 40px;
}
.imine-board-detail-head-info__share {
  position: relative;
  width: 100%;
}
.imine-board-detail-head-info__share.active .imine-board-detail-head-info__layer {
  display: flex;
}
@media screen and (max-width: 800px) {
  .imine-board-detail-head-info__share.active .imine-board-detail-head-info__layer-dim {
    display: block;
  }
}
.imine-board-detail-head-info__layer {
  position: absolute;
  bottom: -16px;
  right: 0;
  transform: translateY(100%);
  background-color: #fff;
  border: 1px solid var(--Grey-F2F2F2, #f2f2f2);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: none;
  overflow: hidden;
}
.imine-board-detail-head-info__layer-head {
  display: none;
}
.imine-board-detail-head-info__layer-body {
  display: flex;
  gap: 8px;
  padding: 12px 16px;
  background-color: #fff;
}
.imine-board-detail-head-info__layer-body button {
  display: flex;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}
.imine-board-detail-head-info__layer-body button p {
  display: none;
}
.imine-board-detail-head-info__layer-dim {
  display: none;
}
@media screen and (max-width: 800px) {
  .imine-board-detail-head-info__layer {
    position: fixed;
    flex-direction: column;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0 16px;
    z-index: 100;
    transform: translateY(0);
    border: 1px solid var(--Grey-F2F2F2, #f2f2f2);
    border-radius: 24px 24px 0 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  .imine-board-detail-head-info__layer-dim {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
  }
  .imine-board-detail-head-info__layer-head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 8px 22px 8px;
  }
  .imine-board-detail-head-info__layer-head h6 {
    color: var(--Grey-000000, #000);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .imine-board-detail-head-info__layer-head button {
    display: flex;
    position: absolute;
    top: 16px;
    right: 0;
    width: auto !important;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
  }
  .imine-board-detail-head-info__layer-body {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0 0;
    background-color: #fff;
  }
  .imine-board-detail-head-info__layer-body button {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 20px 0;
    border: 0;
    border-top: 1px solid var(--Grey-F2F2F2, #f2f2f2);
    background: none;
  }
  .imine-board-detail-head-info__layer-body button p {
    display: block;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 157.143% */
  }
}
.imine-board-detail-body {
  padding: 40px 0 64px 0;
  color: var(--Black, #000);
  /* 본문/본문 16 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.imine-board-detail-body img {
  max-width: 100%;
}
.imine-board-detail-body__info {
  margin-bottom: 40px;
  padding: 40px;
  border-radius: 8px;
  background: var(--Background, #f6f7fb);
}
.imine-board-detail-body__info dl {
  margin: 0;
  padding: 0;
}
.imine-board-detail-body__info dl dt {
  margin: 0 0 16px 0;
  padding: 0;
  color: var(--Black, #000);
  /* 본문/상세 타이틀 2 */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
}
.imine-board-detail-body__info dl dd {
  margin: 0;
  padding: 0;
}
.imine-board-detail-body__file {
  margin-top: 64px;
}
.imine-board-detail-body__file dl {
  margin: 0;
  padding: 0;
}
.imine-board-detail-body__file dl dt {
  margin: 0 0 16px 0;
  padding: 0;
  color: var(--Black, #000);
  /* 본문/본문 16 B */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.imine-board-detail-body__file dl dt span {
  margin-left: 4px;
}
.imine-board-detail-body__file dl dd {
  margin: 0;
  padding: 0;
}
.imine-board-detail-body__file dl dd ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.imine-board-detail-body__file dl dd ul li {
  margin: 8px 0 0 0;
  padding: 0;
}
.imine-board-detail-body__file dl dd ul li:first-child {
  margin-top: 0;
}
.imine-board-detail-body__file dl dd ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  gap: 16px;
  padding: 0 24px;
  border-radius: 8px;
  border: 1px solid var(--Line, #ebebeb);
  background: var(--White, #fff);
}
.imine-board-detail-body__file dl dd ul li a p {
  display: flex;
  align-items: center;
  gap: 16px;
  overflow: hidden;
  color: var(--Black, #000);
  text-overflow: ellipsis;
  /* 본문/본문 16 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.imine-board-detail-body__file dl dd ul li a p span {
  display: -webkit-box;
  overflow: hidden;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.imine-board-detail-nav {
  border-top: 1px solid var(--Line, #ebebeb);
}
.imine-board-detail-nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
  padding: 24px 24px;
  border-bottom: 1px solid var(--Line, #ebebeb);
}
.imine-board-detail-nav-item-text {
  display: flex;
  align-items: center;
  gap: 64px;
}
.imine-board-detail-nav-item-text strong {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--Black, #000);
  /* 본문/상세 타이틀 2 */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
}
.imine-board-detail-nav-item-text strong::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/images/icon/24/board-nav.svg) no-repeat 50% 50%;
}
.imine-board-detail-nav-item-text p {
  margin: 0;
  color: var(--Black, #000);
  /* 본문/본문 16 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  display: -webkit-box;
  overflow: hidden;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.imine-board-detail-nav-item-date {
  color: var(--gray, #8c8c8c);
  /* 본문/본문 16 */
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 22.5px */
}
.imine-board-detail-nav-item:last-child .imine-board-detail-nav-item-text strong::before {
  transform: rotate(180deg);
}
.imine-board-detail-nav-item--disabled .imine-board-detail-nav-item-text strong {
  color: var(--Sub, #9a9aaf);
}
.imine-board-detail-nav-item--disabled .imine-board-detail-nav-item-text p {
  color: var(--Sub, #9a9aaf);
}
@media screen and (max-width: 1440px) {
  .imine-board-detail {
    width: auto;
    margin-top: 0;
  }
  .imine-board-detail-back {
    margin-bottom: 40px;
  }
  .imine-board-detail-head-info__text p {
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-board-detail-body {
    padding: 48px 0 80px 0;
    color: var(--Black, #000);
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-board-detail-body__info {
    margin-bottom: 40px;
    padding: 40px;
    border-radius: 8px;
    background: var(--Background, #f6f7fb);
  }
  .imine-board-detail-body__info dl {
    margin: 0;
    padding: 0;
  }
  .imine-board-detail-body__info dl dt {
    margin: 0 0 16px 0;
    padding: 0;
    color: var(--Black, #000);
    /* 본문/상세 타이틀 2 */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
  }
  .imine-board-detail-body__info dl dd {
    margin: 0;
    padding: 0;
  }
  .imine-board-detail-body__file {
    margin-top: 48px;
  }
  .imine-board-detail-body__file dl {
    margin: 0;
    padding: 0;
  }
  .imine-board-detail-body__file dl dt {
    margin: 0 0 16px 0;
    padding: 0;
    color: var(--Black, #000);
    /* 본문/본문 16 B */
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 22.5px */
  }
  .imine-board-detail-body__file dl dt span {
    margin-left: 4px;
  }
  .imine-board-detail-body__file dl dd {
    margin: 0;
    padding: 0;
  }
  .imine-board-detail-body__file dl dd ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .imine-board-detail-body__file dl dd ul li {
    margin: 8px 0 0 0;
    padding: 0;
  }
  .imine-board-detail-body__file dl dd ul li:first-child {
    margin-top: 0;
  }
  .imine-board-detail-body__file dl dd ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    gap: 16px;
    padding: 0 24px;
    border-radius: 8px;
    border: 1px solid var(--Line, #ebebeb);
    background: var(--White, #fff);
  }
  .imine-board-detail-body__file dl dd ul li a p {
    display: flex;
    align-items: center;
    gap: 16px;
    color: var(--Black, #000);
    text-overflow: ellipsis;
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-board-detail-nav {
    border-top: 1px solid var(--Line, #ebebeb);
  }
  .imine-board-detail-nav-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 24px 24px;
    border-bottom: 1px solid var(--Line, #ebebeb);
  }
  .imine-board-detail-nav-item-text {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .imine-board-detail-nav-item-text strong {
    display: flex;
    align-items: center;
    gap: 16px;
    color: var(--Black, #000);
    /* 본문/상세 타이틀 2 */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
  }
  .imine-board-detail-nav-item-text strong::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(/images/icon/24/board-nav.svg) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-board-detail-nav-item-text p {
    color: var(--Black, #000);
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-board-detail-nav-item-date {
    color: var(--gray, #8c8c8c);
    /* 본문/본문 16 */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
}
@media screen and (max-width: 800px) {
  .imine-board-detail {
    width: auto;
    margin-top: 0;
  }
  .imine-board-detail-back {
    margin-bottom: 32px;
  }
  .imine-board-detail-head {
    padding: 0 0 16px 0;
  }
  .imine-board-detail-head-info {
    flex-direction: column;
    align-items: flex-start;
  }
  .imine-board-detail-head-info__text p {
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-board-detail-head-info__button {
    width: 100%;
  }
  .imine-board-detail-head-info__button button {
    width: 100%;
  }
  .imine-board-detail-body {
    padding: 40px 0 32px 0;
    color: var(--Black, #000);
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-board-detail-body__info {
    margin-bottom: 40px;
    padding: 16px 24px;
    border-radius: 8px;
    background: var(--Background, #f6f7fb);
  }
  .imine-board-detail-body__info dl {
    margin: 0;
    padding: 0;
  }
  .imine-board-detail-body__info dl dt {
    margin: 0 0 16px 0;
    padding: 0;
    color: var(--Black, #000);
    /* 본문/상세 타이틀 2 */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
  }
  .imine-board-detail-body__info dl dd {
    margin: 0;
    padding: 0;
  }
  .imine-board-detail-body__file {
    margin-top: 40px;
  }
  .imine-board-detail-body__file dl {
    margin: 0;
    padding: 0;
  }
  .imine-board-detail-body__file dl dt {
    margin: 0 0 16px 0;
    padding: 0;
    color: var(--Black, #000);
    /* 본문/본문 16 B */
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 22.5px */
  }
  .imine-board-detail-body__file dl dt span {
    margin-left: 4px;
  }
  .imine-board-detail-body__file dl dd {
    margin: 0;
    padding: 0;
  }
  .imine-board-detail-body__file dl dd ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .imine-board-detail-body__file dl dd ul li {
    margin: 8px 0 0 0;
    padding: 0;
  }
  .imine-board-detail-body__file dl dd ul li:first-child {
    margin-top: 0;
  }
  .imine-board-detail-body__file dl dd ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    gap: 16px;
    padding: 0 24px;
    border-radius: 8px;
    border: 1px solid var(--Line, #ebebeb);
    background: var(--White, #fff);
  }
  .imine-board-detail-body__file dl dd ul li a p {
    display: flex;
    align-items: center;
    gap: 16px;
    color: var(--Black, #000);
    text-overflow: ellipsis;
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-board-detail-nav {
    border-top: 1px solid var(--Line, #ebebeb);
  }
  .imine-board-detail-nav-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 8px;
    border-bottom: 1px solid var(--Line, #ebebeb);
  }
  .imine-board-detail-nav-item-text {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .imine-board-detail-nav-item-text strong {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--Black, #000);
    /* 본문/상세 타이틀 2 */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
  }
  .imine-board-detail-nav-item-text p {
    color: var(--Black, #000);
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-board-detail-nav-item-date {
    color: var(--gray, #8c8c8c);
    text-align: right;
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
}
.imine-box {
  width: 100%;
  min-height: 1000px;
  margin-top: 80px;
  padding: 20px;
  border-radius: 16px;
  background: radial-gradient(3.53% 33.75% at 50% 33.75%, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.2) 100%), #d9d9d9;
}
@media screen and (max-width: 1440px) {
  .imine-box {
    margin-top: 64px;
    padding: 10px;
    min-height: 800px;
  }
}
@media screen and (max-width: 800px) {
  .imine-box {
    margin-top: 40px;
    min-height: 600px;
  }
}
.imine-modal {
  --bs-modal-zindex: 1055;
  --bs-modal-margin: 0.5rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s linear;
}
.imine-modal.show {
  opacity: 1;
  visibility: visible;
}
.imine-modal-popup {
  position: relative;
  left: auto;
  top: auto;
  display: block;
  opacity: 1;
  visibility: visible;
}
.imine-modal-popup .ne-modal-dialog {
  height: 100%;
}
.imine-modal-popup .ne-modal-dialog-lg {
  width: 100%;
}
.imine-modal-popup .ne-modal-content {
  max-height: 100%;
}
.imine-modal-dialog {
  position: relative;
  width: 640px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.imine-modal-dialog-full {
  width: 100vw;
  height: 100vh;
}
.imine-modal-dialog-full .ne-modal-header {
  position: absolute;
  top: 40px;
  right: 40px;
  padding: 0;
  border: 0;
}
.imine-modal-dialog-full .ne-modal-content {
  height: 100%;
  max-height: 100%;
  padding: 0;
  border-radius: 0;
}
.imine-modal-dialog-full .ne-modal-body {
  margin: 0;
  padding: 0;
}
.imine-modal-dialog-lg {
  width: 1080px;
}
.imine-modal-dialog-sm {
  width: 400px;
}
.imine-modal-dialog-sm .ne-modal-header {
  padding-bottom: 18px;
}
.imine-modal-dialog-sm .ne-modal-title {
  color: var(--gray-800191919, var(--gray-800191919, #191919));
  text-align: center;
  /* PC/Display/Heading/Small */
  font-size: var(--Font-size-heading-small, 20px);
  font-style: normal;
  font-weight: 800;
  line-height: 150%; /* 30px */
  letter-spacing: -0.6px;
}
.imine-modal-dialog-sm .ne-modal-content {
  padding: 24px;
}
.imine-modal-dialog-sm .ne-modal-body {
  margin: 0 -24px;
  padding: 24px 24px;
}
.imine-modal-dialog-sm .ne-modal-footer {
  margin-top: 16px;
}
.imine-modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px;
  pointer-events: auto;
  border-radius: 12px;
  background: var(--Gray-White, #fff);
  transition: all 0.6s ease;
  max-height: 90%;
  overflow: hidden;
}
.imine-modal-title {
  color: var(--gray-800191919, var(--gray-800191919, #191919));
  /* PC/Heading/Medium */
  font-size: var(--Font-size-heading-medium, 24px);
  font-style: normal;
  font-weight: 800;
  line-height: 150%; /* 36px */
  letter-spacing: -0.6px;
}
.imine-modal-title p {
  color: var(--gray-6004-b-4-b-4-b, var(--gray-6004-b-4-b-4-b, #4b4b4b));
  /* PC/Body/Medium/Small */
  font-size: var(--Font-size-body-small, 15px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 22.5px */
  letter-spacing: -0.6px;
}
.imine-modal-title--type02 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.imine-modal-title--type02 p {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--gray-500969696, #969696);
  /* PC/Body/Medium/Medium */
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.6px;
}
.imine-modal-title--type02 p::before {
  content: "";
  display: block;
  min-width: 4px;
  width: 4px;
  height: 4px;
  background: var(--gray-500969696, #969696);
  border-radius: 4px;
}
.imine-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 0 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid var(--gray-700323232, #323232);
}
.imine-modal-body {
  margin: 0 -30px;
  padding: 30px 30px 30px;
  overflow-y: auto;
}
.imine-modal-body .ne-pagination {
  margin-top: 30px;
}
.imine-modal-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
}
.imine-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.imine-modal-backdrop.show {
  opacity: 1;
  visibility: visible;
}
.imine-modal-alert {
  width: 440px;
}
@media screen and (max-width: 800px) {
  .imine-modal-alert {
    width: 320px;
  }
}
.imine-modal-alert-text {
  align-items: center;
}
.imine-modal-alert-text strong {
  display: block;
  color: var(--Black, #000);
  text-align: center;
  /* 본문/상세 타이틀 2 */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
}
.imine-modal-alert-text p {
  margin: 8px 0 0 0;
  color: var(--Black, #000);
  text-align: center;
  /* 본문/본문 16 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media screen and (max-width: 1440px) {
  .imine-modal-alert-text strong {
    font-size: 18px;
  }
  .imine-modal-alert-text p {
    margin: 8px 0 0 0;
    font-size: 15px;
  }
}
@media screen and (max-width: 800px) {
  .imine-modal-alert-text strong {
    font-size: 16px;
  }
  .imine-modal-alert-text p {
    margin: 8px 0 0 0;
    font-size: 15px;
  }
}
.imine-modal-alert .imine-modal-header {
  margin-bottom: 8px;
  padding: 0;
  border: none;
}
.imine-modal-alert .imine-modal-title {
  color: var(--gray-800191919, var(--gray-800191919, #191919));
  /* PC/Display/Heading/Xsmall */
  font-size: var(--Font-size-heading-xsmall, 18px);
  font-style: normal;
  font-weight: 800;
  line-height: 150%; /* 27px */
  letter-spacing: -0.6px;
}
.imine-modal-alert .imine-modal-content {
  padding: 48px 32px 32px 32px;
  border-radius: 12px;
  border: 1px solid var(--Line, #ebebeb);
  background: var(--White, #fff);
}
@media screen and (max-width: 800px) {
  .imine-modal-alert .imine-modal-content {
    padding: 32px 24px 24px 24px;
  }
}
.imine-modal-alert .imine-modal-body {
  margin: 0;
  padding: 0 0 24px 0;
}
.imine-modal-alert .imine-modal-footer .ne-btn {
  max-width: 134px;
}
.imine-modal-today {
  width: 400px;
  height: auto;
}
.imine-modal-today .imine-modal-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  background: url(/images/icon/40/close.svg) no-repeat 50% 50%;
  border: none;
  font-size: 0;
}
.imine-modal-today .imine-modal-content {
  padding: 0;
  border-radius: 12px;
  border: 0;
  background: var(--White, #fff);
}
.imine-modal-today .imine-modal-body {
  height: 400px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.imine-modal-today .imine-modal-body img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.imine-modal-today .imine-modal-footer {
  margin: 0;
  gap: 1px;
  background-color: #ebebeb;
}
.imine-modal-today .imine-modal-footer .imine-btn {
  height: 80px;
  border: 0;
  border-radius: 0;
  background-color: #fff;
  color: var(--gray, #8c8c8c);
  text-align: center;
  /* 본문/본문 16 B */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.imine-modal-today .imine-modal-footer .imine-btn.imine-btn-primary {
  background: #fff;
  color: var(--CI, #d2015b);
  text-align: center;
  /* 본문/본문 16 B */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
@media screen and (max-width: 800px) {
  .imine-modal-today {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 300px;
    height: calc(100% - var(--bs-modal-margin) * 2) !important;
  }
  .imine-modal-today .imine-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    background: url(/images/icon/24/close.svg) no-repeat 50% 50%;
    border: none;
    font-size: 0;
  }
  .imine-modal-today .imine-modal-content {
    padding: 0;
    border-radius: 12px;
    border: 0;
    background: var(--White, #fff);
  }
  .imine-modal-today .imine-modal-body {
    height: 300px;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .imine-modal-today .imine-modal-body img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .imine-modal-today .imine-modal-footer {
    margin: 0;
    gap: 1px;
    background-color: #ebebeb;
  }
  .imine-modal-today .imine-modal-footer .imine-btn {
    height: 64px;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    color: var(--gray, #8c8c8c);
    text-align: center;
    /* 본문/본문 16 B */
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 22.5px */
  }
  .imine-modal-today .imine-modal-footer .imine-btn.imine-btn-primary {
    color: var(--CI, #d2015b);
    text-align: center;
    /* 본문/본문 16 B */
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 22.5px */
  }
}
.imine-privacy {
  --ipr-text: #1f2937;
  --ipr-muted: #6b7280;
  --ipr-bg: #ffffff;
  --ipr-border: #e5e7eb;
  --ipr-accent: #cf035b;
  --ipr-heading: #111827;
  color: var(--ipr-text);
  background: var(--ipr-bg);
  line-height: 1.75;
  font-size: clamp(14px, 1.6vw, 16px);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.imine-privacy h3 {
  margin: 0 0 12px;
  font-size: clamp(18px, 2.2vw, 22px);
  color: var(--ipr-heading);
}
.imine-privacy h3 strong {
  font-weight: 800;
}
.imine-privacy h4 {
  margin: 28px 0 10px;
  font-size: clamp(16px, 2vw, 18px);
  color: var(--ipr-heading);
  border-left: 3px solid var(--ipr-accent);
  padding-left: 10px;
}
.imine-privacy p {
  margin: 10px 0;
  color: var(--ipr-text);
}
.imine-privacy p:empty {
  margin: 8px 0;
}
.imine-privacy a {
  color: var(--ipr-accent);
  text-underline-offset: 2px;
}
.imine-privacy a:hover {
  text-decoration: underline;
}
.imine-privacy ul,
.imine-privacy ol {
  padding-left: 1.25em;
  margin: 10px 0;
}
.imine-privacy ul li,
.imine-privacy ol li {
  margin: 4px 0;
}
.imine-privacy-table {
  margin: 12px 0 18px;
  overflow: auto;
}
.imine-privacy-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--ipr-border);
  border-radius: 10px;
  overflow: hidden;
  background: var(--ipr-bg);
  font-size: 0.95em;
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}
.imine-privacy-table table thead th {
  position: sticky;
  top: 0;
  background: #eee;
  color: #0b0f17;
  font-weight: 700;
  text-align: left;
  padding: 12px 14px;
  border-bottom: 1px solid var(--ipr-border);
}
.imine-privacy-table table th,
.imine-privacy-table table td {
  padding: 10px 14px;
  border-bottom: 1px solid var(--ipr-border);
  vertical-align: top;
}
.imine-privacy-table table tbody tr:last-child td {
  border-bottom: none;
}
.imine-privacy-table table td br {
  line-height: 1.25;
}
@media (max-width: 640px) {
  .imine-privacy {
    line-height: 1.7;
  }
  .imine-privacy h4 {
    margin-top: 22px;
  }
  .imine-privacy-table table {
    font-size: 0.92em;
  }
}
.imine-privacy :where(a, button, [tabindex]):focus {
  outline: 2px solid var(--ipr-accent);
  outline-offset: 2px;
  border-radius: 6px;
}
@media print {
  .imine-privacy a {
    color: #000;
    text-decoration: underline;
  }
  .imine-privacy-table table {
    display: table;
    white-space: normal;
  }
  .imine-privacy-table table thead th {
    position: static;
  }
}
@media (prefers-color-scheme: dark) {
  .imine-privacy {
    --ipr-text: #e5e7eb;
    --ipr-muted: #9ca3af;
    --ipr-bg: #0b0f17;
    --ipr-border: #1f2937;
    --ipr-accent: #cf035b;
    --ipr-heading: #f3f4f6;
  }
}
.imine-talent {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin: 120px 0 0 0;
}
.imine-talent-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.imine-talent-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.imine-talent-item dl {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 440px;
  width: 440px;
  margin: 0;
  padding: 0;
}
.imine-talent-item dl dt {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  color: var(--Black, #000);
  text-align: center;
  /* 메인/Heading Text */
  font-family: "neulis-sans";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 60px */
}
.imine-talent-item dl dt::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #cf035b;
  margin-top: 3px;
}
.imine-talent-item dl dd {
  margin: 0;
  padding: 0;
  text-align: center;
}
.imine-talent-item dl dd strong {
  color: var(--Line, #ebebeb);
  text-align: center;
  /* 본문/본문 타이틀 */
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 72px */
}
.imine-talent-item dl dd p {
  margin: 8px 0 0 0;
  color: var(--gray, #8c8c8c);
  text-align: center;
  /* 본문/본문 16 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.imine-talent-item__img {
  display: flex;
  width: 500px;
}
.imine-talent-item__img img {
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .imine-talent {
    display: flex;
    flex-direction: column;
    gap: 64px;
    margin: 64px 0 0 0;
  }
  .imine-talent-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }
  .imine-talent-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .imine-talent-item dl {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 340px;
    width: 340px;
    margin: 0;
    padding: 0;
  }
  .imine-talent-item dl dt {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin: 0;
    padding: 0;
    color: var(--Black, #000);
    text-align: center;
    /* 메인/Heading Text */
    font-family: "neulis-sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 60px */
  }
  .imine-talent-item dl dt::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #cf035b;
    margin-top: 3px;
  }
  .imine-talent-item dl dd {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .imine-talent-item dl dd strong {
    color: var(--Line, #ebebeb);
    text-align: center;
    /* 본문/본문 타이틀 */
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 72px */
  }
  .imine-talent-item dl dd p {
    margin: 8px 0 0 0;
    color: var(--gray, #8c8c8c);
    text-align: center;
    /* 본문/본문 16 */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  .imine-talent-item__img {
    display: flex;
    width: 340px;
  }
  .imine-talent-item__img img {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .imine-talent {
    display: flex;
    flex-direction: column;
    gap: 64px;
    margin: 40px 0 0 0;
  }
  .imine-talent-item {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }
  .imine-talent-item:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .imine-talent-item dl {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 327px;
    width: 327px;
    margin: 0;
    padding: 0;
  }
  .imine-talent-item dl dt {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin: 0;
    padding: 0;
    color: var(--Black, #000);
    text-align: center;
    /* 메인/Heading Text */
    font-family: "neulis-sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 60px */
  }
  .imine-talent-item dl dt::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #cf035b;
    margin-top: 3px;
  }
  .imine-talent-item dl dd {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .imine-talent-item dl dd strong {
    color: var(--Line, #ebebeb);
    text-align: center;
    /* 본문/본문 타이틀 */
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 72px */
  }
  .imine-talent-item dl dd p {
    margin: 8px 0 0 0;
    color: var(--gray, #8c8c8c);
    text-align: center;
    /* 본문/본문 20 B */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
  }
  .imine-talent-item__img {
    display: flex;
    width: 327px;
  }
  .imine-talent-item__img img {
    width: 100%;
  }
}
.imine-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 80px 0 0 0;
}
.imine-benefits-item {
  min-height: 212px;
  padding: 32px;
  border-radius: 16px;
  background: var(--Background, #f6f7fb);
}
.imine-benefits-item__ico {
  display: flex;
}
.imine-benefits-item__text {
  margin-top: 16px;
  color: var(--Black, #000);
  /* 본문/세부타이틀 */
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 42px */
}
@media screen and (max-width: 1440px) {
  .imine-benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 64px 0 0 0;
  }
  .imine-benefits-item {
    min-height: 184px;
    padding: 24px;
    border-radius: 16px;
    background: var(--Background, #f6f7fb);
  }
  .imine-benefits-item__ico {
    display: flex;
  }
  .imine-benefits-item__text {
    margin-top: 16px;
    color: var(--Black, #000);
    /* 본문/세부타이틀 */
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
  }
}
@media screen and (max-width: 800px) {
  .imine-benefits {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 40px 0 0 0;
  }
  .imine-benefits-item {
    display: flex;
    align-items: center;
    gap: 24px;
    min-height: 106px;
    padding: 20px 20px;
    border-radius: 12px;
    background: var(--Background, #f6f7fb);
  }
  .imine-benefits-item__ico {
    display: flex;
  }
  .imine-benefits-item__text {
    margin-top: 0;
    color: var(--Black, #000);
    /* 본문/세부타이틀 */
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 33px */
  }
}
.imine-recruitment {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin: 80px 0 0 0;
}
.imine-recruitment-item__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 178px;
  height: 178px;
  margin: 0 0 24px 0;
  border-radius: 400px;
  background: #f5f5f5;
}
.imine-recruitment-item__text dl {
  margin: 0;
  padding: 0;
}
.imine-recruitment-item__text dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 8px 0;
  padding: 0;
  color: var(--Sub, #9a9aaf);
  text-align: center;
  /* 본문/본문 16 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.imine-recruitment-item__text dl dt strong {
  color: var(--MainText, #5d013b);
  text-align: center;
  /* 본문/description title */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.imine-recruitment-item__text dl dd {
  margin: 0;
  padding: 0;
  color: var(--Black, #000);
  text-align: center;
  /* 본문/상세 타이틀 1-국문 */
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
}
.imine-recruitment-item:last-child .imine-recruitment-item__ico {
  background: var(--CI, #cf035b);
}
.imine-recruitment-button {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.imine-recruitment-button button {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  height: 60px;
  padding: 0 24px;
  background: #fff;
  border-radius: 60px;
  border: 1.5px solid var(--Black, #000);
  background: var(--White, #fff);
  color: var(--Black, #000);
  /* 본문/상세 타이틀 2 */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
}
.imine-recruitment-button button:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/images/recruit/ico-arrow.svg) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 1440px) {
  .imine-recruitment {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 104px;
         column-gap: 104px;
    row-gap: 24px;
    width: 640px;
    margin: 64px auto 0;
  }
  .imine-recruitment-item__ico {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    margin: 0 0 24px 0;
    border-radius: 400px;
    background: #f5f5f5;
  }
  .imine-recruitment-item__text dl {
    margin: 0;
    padding: 0;
  }
  .imine-recruitment-item__text dl dt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 0 8px 0;
    color: var(--Sub, #9a9aaf);
    text-align: center;
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-recruitment-item__text dl dt strong {
    color: var(--MainText, #5d013b);
    text-align: center;
    /* 본문/description title */
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
  }
  .imine-recruitment-item__text dl dd {
    color: var(--Black, #000);
    text-align: center;
    /* 본문/상세 타이틀 1-국문 */
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
  }
  .imine-recruitment-item:last-child .imine-recruitment-item__ico {
    background: var(--CI, #cf035b);
  }
  .imine-recruitment-button {
    display: flex;
    justify-content: center;
    margin-top: 64px;
  }
  .imine-recruitment-button button {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    height: 60px;
    padding: 0 24px;
    background: #fff;
    border-radius: 60px;
    border: 1.5px solid var(--Black, #000);
    background: var(--White, #fff);
    color: var(--Black, #000);
    color: var(--Black, #000);
    /* 본문/상세 타이틀 2 */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
  }
  .imine-recruitment-button button:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(/images/recruit/ico-arrow.svg) no-repeat 50% 50%;
    background-size: cover;
  }
}
@media screen and (max-width: 800px) {
  .imine-recruitment {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 32px;
    width: 100%;
    margin: 40px auto 0;
  }
  .imine-recruitment-item__ico {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    margin: 0 0 16px 0;
    border-radius: 400px;
    background: #f5f5f5;
  }
  .imine-recruitment-item__text dl {
    margin: 0;
    padding: 0;
  }
  .imine-recruitment-item__text dl dt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 0 8px 0;
    color: var(--Sub, #9a9aaf);
    text-align: center;
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-recruitment-item__text dl dt strong {
    color: var(--MainText, #5d013b);
    text-align: center;
    /* 본문/description title */
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 21px */
  }
  .imine-recruitment-item__text dl dd {
    color: var(--Black, #000);
    text-align: center;
    /* 본문/상세 타이틀 1-국문 */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
  }
  .imine-recruitment-item:last-child .imine-recruitment-item__ico {
    background: var(--CI, #cf035b);
  }
  .imine-recruitment-button {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .imine-recruitment-button button {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    height: 60px;
    padding: 0 24px;
    background: #fff;
    border-radius: 60px;
    border: 1.5px solid var(--Black, #000);
    background: var(--White, #fff);
    color: var(--Black, #000);
    /* 본문/상세 타이틀 2 */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
  }
  .imine-recruitment-button button:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(/images/recruit/ico-arrow.svg) no-repeat 50% 50%;
    background-size: cover;
  }
}
.imine-skincare p {
  max-width: 1040px;
}
.imine-skincare-swiper {
  position: relative;
  max-width: 1040px;
  margin: 80px 0 0 0;
}
.imine-skincare-swiper-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.imine-skincare-swiper-title h5 {
  color: rgba(0, 0, 0, 0.8);
  /* 본문/상세 타이틀 1-국문 */
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
}
.imine-skincare-swiper-title__button {
  display: flex;
  align-items: center;
  gap: 12px;
}
.imine-skincare-swiper .swiper {
  position: relative;
  padding-bottom: 44px;
}
.imine-skincare-swiper .swiper::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 50;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 158.64%);
}
.imine-skincare-swiper .swiper-scrollbar {
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  background: var(--Line, #ebebeb);
}
.imine-skincare-swiper .swiper-scrollbar-drag {
  background: var(--MainText, #5d013b);
}
.imine-skincare-swiper .swiper-slide {
  width: auto;
}
.imine-skincare-swiper .swiper-slide > img {
  display: none;
  max-width: 344px;
  -o-object-fit: cover;
     object-fit: cover;
}
.imine-skincare-swiper .swiper-slide > img.pc {
  display: block;
}
.imine-skincare-swiper .swiper-button-prev {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  margin: 0;
  background: url(/images/icon/40/prev.svg) no-repeat 50% 50%;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
}
.imine-skincare-swiper .swiper-button-prev:after {
  display: none;
}
.imine-skincare-swiper .swiper-button-next {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  margin: 0;
  background: url(/images/icon/40/next.svg) no-repeat 50% 50%;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
}
.imine-skincare-swiper .swiper-button-next:after {
  display: none;
}
.imine-skincare-swiper-item {
  width: 344px;
  height: 569px;
  padding: 40px 24px;
  border-radius: 32px;
  background: #ed9b9f;
}
.imine-skincare-swiper-type02 .imine-skincare-swiper-item {
  background: #94aed1;
}
.imine-skincare-swiper-type03 .imine-skincare-swiper-item {
  background: #bd9377;
}
.imine-skincare-swiper-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  color: var(--White, #fff);
  /* 본문/본문 20 */
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.2px;
}
.imine-skincare-swiper-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.imine-skincare-swiper-body h6 {
  margin: 5px 0 26px 0;
  color: var(--White, #fff);
  text-align: center;
  /* 메인/Sub Title */
  font-family: "neulis-sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
}
.imine-skincare-swiper-body h6 strong {
  display: block;
  margin-bottom: 6px;
  color: var(--White, #fff);
  text-align: center;
  /* 본문/상세 타이틀 1-국문 */
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
}
.imine-skincare-swiper-body img {
  width: 144px;
}
.imine-skincare-swiper-body p {
  margin-bottom: 8px;
  color: var(--White, #fff);
  text-align: center;
  /* 본문/본문 20 */
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.2px;
}
.imine-skincare-swiper-info {
  margin-top: 16px;
}
.imine-skincare-mask-title {
  display: flex;
  align-items: center;
  gap: 80px;
  max-width: 1040px;
  margin: 80px 0 0 0;
  padding: 40px;
  border-radius: 24px;
  background: var(--background-pink, #f7f2f5);
}
.imine-skincare-mask-title h6 {
  min-width: 246px;
  width: 246px;
}
.imine-skincare-mask-title h6 strong {
  color: var(--CI, #d2015b);
  text-align: center;
  /* 본문/본문 타이틀 */
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 72px */
}
.imine-skincare-mask-title h6 p {
  margin: 8px 0 0 0;
  color: var(--CI, #d2015b);
  text-align: center;
  /* 본문/상세 타이틀 1-국문 */
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
}
.imine-skincare-mask-title ul {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  background: url(/images/technology/mask-bg.png) no-repeat 50% 50%;
  background-size: cover;
}
.imine-skincare-mask-title ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 176px;
  height: 176px;
  border-radius: 176px;
  background: #fff;
  box-shadow: 0 4px 24px rgba(224, 77, 140, 0.4);
}
.imine-skincare-mask-title ul li strong {
  color: var(--Black, #000);
  text-align: center;
  /* 본문/상세 타이틀 1-국문 */
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
}
.imine-skincare-mask-title ul li p {
  margin: 8px 0 0 0;
  color: var(--CI, #d2015b);
  text-align: center;
  /* 본문/description */
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 22.5px */
}
.imine-skincare-mask-formulation {
  max-width: 1040px;
  margin-top: 112px;
}
.imine-skincare-mask-formulation h4 {
  color: var(--MainText, #5d013b);
}
.imine-skincare-mask-formulation-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 24px;
}
.imine-skincare-mask-formulation-list-item {
  height: 332px;
  padding: 32px;
  border-radius: 16px;
}
.imine-skincare-mask-formulation-list-item:nth-child(1) {
  background: url(/images/technology/formulation01.png) no-repeat 50% 50%;
  background-size: cover;
}
.imine-skincare-mask-formulation-list-item:nth-child(2) {
  background: url(/images/technology/formulation02.png) no-repeat 50% 50%;
  background-size: cover;
}
.imine-skincare-mask-formulation-list-item:nth-child(3) {
  background: url(/images/technology/formulation03.png) no-repeat 50% 50%;
  background-size: cover;
}
.imine-skincare-mask-formulation-list-item:nth-child(4) {
  background: url(/images/technology/formulation04.png) no-repeat 50% 50%;
  background-size: cover;
}
.imine-skincare-mask-formulation-list-item dl {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin: 0;
  padding: 0;
}
.imine-skincare-mask-formulation-list-item dl dt {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
}
.imine-skincare-mask-formulation-list-item dl dt strong {
  color: var(--White, #fff);
  /* 본문/상세 타이틀 1-국문 */
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
}
.imine-skincare-mask-formulation-list-item dl dt span {
  display: inline-flex;
  height: 40px;
  padding: 0 18px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  color: var(--White, #fff);
  /* 본문/description title */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.imine-skincare-mask-formulation-list-item dl dd {
  margin: auto 0 0 0;
  padding: 0;
  color: var(--White, #fff);
  /* 본문/본문 16 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.imine-skincare-mask-sheet {
  max-width: 1040px;
  margin: 112px 0 0 0;
}
.imine-skincare-mask-sheet h4 {
  color: var(--MainText, #5d013b);
}
.imine-skincare-mask-sheet-title {
  height: 320px;
  padding: 24px;
  margin-top: 24px;
  background: url(/images/technology/sheet-bg.png) no-repeat 50% 50%;
  background-size: cover;
}
.imine-skincare-mask-sheet-title-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 243px;
  height: 100%;
  margin: 0;
  padding: 32px 0 32px 32px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.imine-skincare-mask-sheet-title-box::before {
  content: "";
  display: block;
  width: 80px;
  height: 86px;
  background: url(/images/technology/sheet-ico.svg) no-repeat 50% 50%;
  background-size: cover;
}
.imine-skincare-mask-sheet-title-box dl {
  margin: 0;
  padding: 0;
}
.imine-skincare-mask-sheet-title-box dl dt {
  margin: 0 0 8px 0;
  padding: 0;
  color: var(--White, #fff);
  /* 본문/영문타이틀 */
  font-family: "neulis-sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 38.4px */
}
.imine-skincare-mask-sheet-title-box dl dd {
  margin: 0;
  padding: 0;
  color: var(--White, #fff);
  /* 본문/본문 20 B */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
  letter-spacing: -0.2px;
}
.imine-skincare-mask-sheet-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 24px 0 0 0;
}
.imine-skincare-mask-sheet-list-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 200px;
  padding: 32px;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--White, #fff);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02);
}
.imine-skincare-mask-sheet-list-item dl {
  margin: 0;
  padding: 0;
}
.imine-skincare-mask-sheet-list-item dl dt {
  margin: 0 0 10px 0;
  padding: 0;
  color: var(--Black, #000);
  /* 본문/상세 타이틀 2 */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
}
.imine-skincare-mask-sheet-list-item dl dd {
  margin: 0;
  padding: 0;
}
.imine-skincare-mask-sheet-list-item > p {
  display: flex;
  gap: 4px;
  margin: 0;
  color: var(--MainText, #5d013b);
  /* 본문/description title */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.imine-skincare-mask-sheet-list-item > p::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/images/business/ico-head.svg) no-repeat 50% 50%;
  background-size: cover;
}
.imine-skincare-mask-deposition {
  max-width: 1040px;
  margin-top: 112px;
}
.imine-skincare-mask-deposition h4 {
  margin-bottom: 8px;
  color: var(--MainText, #5d013b);
}
.imine-skincare-mask-deposition-list {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-top: 24px;
}
.imine-skincare-mask-deposition-list-item {
  width: 266px;
}
.imine-skincare-mask-deposition-list-item dl {
  margin: 0;
  padding: 0;
}
.imine-skincare-mask-deposition-list-item dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 266px;
  height: 266px;
  margin: 0 0 24px 0;
  padding: 0;
}
.imine-skincare-mask-deposition-list-item dl dt p {
  color: var(--White, #fff);
  text-align: center;
  /* 본문/세부타이틀 */
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 42px */
}
.imine-skincare-mask-deposition-list-item dl dd {
  margin: 0;
  padding: 0;
  color: var(--Black, #000);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
.imine-skincare-mask-deposition-list-item dl dd p {
  margin: 8px 0 0 0;
  color: var(--Sub, #9a9aaf);
  text-align: center;
  /* 본문/본문 16 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.imine-skincare-mask-deposition-list-item:nth-child(1) dl dt {
  background: url(/images/technology/deposition01.png) no-repeat 50% 50%;
  background-size: cover;
}
.imine-skincare-mask-deposition-list-item:nth-child(2) dl dt {
  background: url(/images/technology/deposition02.png) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 1440px) {
  .imine-skincare-swiper {
    width: 100%;
    margin: 64px 0 0 0;
  }
  .imine-skincare-swiper-title {
    margin-bottom: 16px;
  }
  .imine-skincare-swiper-title h5 {
    color: rgba(0, 0, 0, 0.8);
    /* 본문/상세 타이틀 1-국문 */
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
  }
  .imine-skincare-swiper .swiper {
    padding-bottom: 32px;
  }
  .imine-skincare-swiper .swiper-slide > img {
    display: none;
    max-width: 248px;
    height: 408px;
  }
  .imine-skincare-swiper .swiper-slide > img.pc {
    display: none;
  }
  .imine-skincare-swiper .swiper-slide > img.ta {
    display: block;
  }
  .imine-skincare-swiper-item {
    width: 248px;
    height: 408px;
    padding: 24px 16px;
    border-radius: 24px;
  }
  .imine-skincare-swiper-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2px;
    color: var(--White, #fff);
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-skincare-swiper-body {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .imine-skincare-swiper-body img {
    width: 96px;
  }
  .imine-skincare-swiper-body h6 {
    margin: 8px 0 8px 0;
    color: var(--White, #fff);
    text-align: center;
    /* 메인/Sub Title */
    font-family: "neulis-sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
  }
  .imine-skincare-swiper-body h6 strong {
    display: block;
    margin: 0;
    color: var(--White, #fff);
    text-align: center;
    /* 본문/세부타이틀 */
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
  }
  .imine-skincare-swiper-body p {
    margin-bottom: 4px;
    color: var(--White, #fff);
    text-align: center;
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-skincare-swiper-info {
    margin-top: 20px;
  }
  .imine-skincare-mask-title {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 24px;
    max-width: 1040px;
    margin: 64px 0 0 0;
    padding: 40px;
    border-radius: 24px;
    background: var(--background-pink, #f7f2f5);
  }
  .imine-skincare-mask-title h6 {
    min-width: 100%;
    width: 100%;
    text-align: center;
  }
  .imine-skincare-mask-title h6 strong {
    color: var(--CI, #d2015b);
    text-align: center;
    /* 본문/본문 타이틀 */
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 60px */
    letter-spacing: -1.6px;
  }
  .imine-skincare-mask-title h6 p {
    margin: 4px 0 0 0;
    color: var(--CI, #d2015b);
    text-align: center;
    /* 본문/상세 타이틀 1-국문 */
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
  }
  .imine-skincare-mask-title ul {
    display: flex;
    width: auto;
    margin: 0;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 24px;
    background: url(/images/technology/mask-bg.png) no-repeat 50% 50%;
    background-size: cover;
    border-radius: 400px;
  }
  .imine-skincare-mask-title ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 176px;
    height: 176px;
    border-radius: 176px;
    background: #fff;
    box-shadow: 0 4px 24px rgba(224, 77, 140, 0.4);
  }
  .imine-skincare-mask-title ul li strong {
    color: var(--CI, #d2015b);
    text-align: center;
    /* 본문/상세 타이틀 1-국문 */
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
  }
  .imine-skincare-mask-title ul li p {
    margin: 8px 0 0 0;
    color: var(--CI, #d2015b);
    text-align: center;
    /* 본문/description */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 21px */
  }
  .imine-skincare-mask-formulation {
    max-width: 1040px;
    margin-top: 48px;
  }
  .imine-skincare-mask-formulation h4 {
    color: var(--MainText, #5d013b);
  }
  .imine-skincare-mask-formulation-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 24px;
  }
  .imine-skincare-mask-formulation-list-item {
    height: 224px;
    padding: 32px 24px;
    border-radius: 16px;
  }
  .imine-skincare-mask-formulation-list-item:nth-child(1) {
    background: url(/images/technology/formulation01.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-skincare-mask-formulation-list-item:nth-child(2) {
    background: url(/images/technology/formulation02.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-skincare-mask-formulation-list-item:nth-child(3) {
    background: url(/images/technology/formulation03.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-skincare-mask-formulation-list-item:nth-child(4) {
    background: url(/images/technology/formulation04.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-skincare-mask-formulation-list-item dl {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .imine-skincare-mask-formulation-list-item dl dt {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
    margin: 0;
    padding: 0;
  }
  .imine-skincare-mask-formulation-list-item dl dt strong {
    color: var(--White, #fff);
    /* 본문/상세 타이틀 1-국문 */
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
  }
  .imine-skincare-mask-formulation-list-item dl dt span {
    display: inline-flex;
    height: 32px;
    padding: 0 14px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    color: var(--White, #fff);
    /* 본문/description title */
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
  }
  .imine-skincare-mask-formulation-list-item dl dd {
    margin: auto 0 0 0;
    padding: 0;
    color: var(--White, #fff);
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  .imine-skincare-mask-sheet {
    max-width: 1040px;
    margin: 48px 0 0 0;
  }
  .imine-skincare-mask-sheet-title {
    height: 264px;
    padding: 24px;
    margin-top: 24px;
    background: url(/images/technology/sheet-bg.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-skincare-mask-sheet-title-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 205px;
    height: 100%;
    margin: 0;
    padding: 24px 0 24px 24px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
  .imine-skincare-mask-sheet-title-box::before {
    content: "";
    display: block;
    width: 64px;
    height: 68px;
    background: url(/images/technology/sheet-ico.svg) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-skincare-mask-sheet-title-box dl {
    margin: 0;
    padding: 0;
  }
  .imine-skincare-mask-sheet-title-box dl dt {
    margin: 0 0 8px 0;
    padding: 0;
    color: var(--White, #fff);
    /* 본문/영문타이틀 */
    font-family: "neulis-sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 38.4px */
  }
  .imine-skincare-mask-sheet-title-box dl dd {
    margin: 0;
    padding: 0;
    color: var(--White, #fff);
    /* 본문/본문 20 B */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
  }
  .imine-skincare-mask-sheet-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 16px 0 0 0;
  }
  .imine-skincare-mask-sheet-list-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 178px;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: var(--White, #fff);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02);
  }
  .imine-skincare-mask-sheet-list-item dl {
    margin: 0;
    padding: 0;
  }
  .imine-skincare-mask-sheet-list-item dl dt {
    margin: 0 0 8px 0;
    padding: 0;
    color: var(--Black, #000);
    /* 본문/상세 타이틀 2 */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
  }
  .imine-skincare-mask-sheet-list-item dl dd {
    margin: 0;
    padding: 0;
    color: var(--Black, #000);
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-skincare-mask-sheet-list-item > p {
    display: flex;
    gap: 4px;
    margin: 0;
    color: var(--MainText, #5d013b);
    /* 본문/description title */
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
  }
  .imine-skincare-mask-sheet-list-item > p::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(/images/business/ico-head.svg) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-skincare-mask-deposition {
    max-width: 1040px;
    margin-top: 48px;
  }
  .imine-skincare-mask-deposition h4 {
    margin-bottom: 8px;
    color: var(--MainText, #5d013b);
  }
  .imine-skincare-mask-deposition-list {
    display: flex;
    justify-content: center;
    gap: 48px;
    margin-top: 24px;
  }
  .imine-skincare-mask-deposition-list-item {
    width: 266px;
  }
  .imine-skincare-mask-deposition-list-item dl {
    margin: 0;
    padding: 0;
  }
  .imine-skincare-mask-deposition-list-item dl dt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 266px;
    height: 266px;
    margin: 0 0 24px 0;
    padding: 0;
  }
  .imine-skincare-mask-deposition-list-item dl dt p {
    color: var(--White, #fff);
    text-align: center;
    /* 본문/세부타이틀 */
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
  }
  .imine-skincare-mask-deposition-list-item dl dd {
    margin: 0;
    padding: 0;
    color: var(--Black, #000);
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
  }
  .imine-skincare-mask-deposition-list-item dl dd p {
    margin: 8px 0 0 0;
    color: var(--Sub, #9a9aaf);
    text-align: center;
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  .imine-skincare-mask-deposition-list-item:nth-child(1) dl dt {
    background: url(/images/technology/deposition01.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-skincare-mask-deposition-list-item:nth-child(2) dl dt {
    background: url(/images/technology/deposition02.png) no-repeat 50% 50%;
    background-size: cover;
  }
}
@media screen and (max-width: 800px) {
  .imine-skincare-swiper {
    margin: 28px 0 0 0;
  }
  .imine-skincare-swiper-title {
    margin-bottom: 16px;
  }
  .imine-skincare-swiper-title h5 {
    color: rgba(0, 0, 0, 0.8);
    /* 본문/상세 타이틀 1-국문 */
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
  }
  .imine-skincare-swiper-title__button {
    display: none;
  }
  .imine-skincare-swiper .swiper {
    padding-bottom: 24px;
  }
  .imine-skincare-swiper .swiper-slide > img {
    display: none;
    max-width: 184px;
    height: 304px;
  }
  .imine-skincare-swiper .swiper-slide > img.pc {
    display: none;
  }
  .imine-skincare-swiper .swiper-slide > img.ta {
    display: none;
  }
  .imine-skincare-swiper .swiper-slide > img.mo {
    display: block;
  }
  .imine-skincare-swiper-item {
    width: 184px;
    height: 304px;
    padding: 16px 10px;
    border-radius: 16px;
  }
  .imine-skincare-swiper-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--White, #fff);
    /* 본문/본문 16 */
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-skincare-swiper-body {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .imine-skincare-swiper-body img {
    width: 80px;
  }
  .imine-skincare-swiper-body h6 {
    margin: 0 0 12px 0;
    color: var(--White, #fff);
    text-align: center;
    /* 메인/Sub Title */
    font-family: "neulis-sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  .imine-skincare-swiper-body h6 strong {
    display: block;
    color: var(--White, #fff);
    text-align: center;
    /* 본문/세부타이틀 */
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
  }
  .imine-skincare-swiper-body p {
    margin-bottom: 4px;
    color: var(--White, #fff);
    text-align: center;
    /* 본문/본문 16 */
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-skincare-swiper-info {
    margin-top: 20px;
  }
  .imine-skincare-mask-title {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 24px;
    max-width: 1040px;
    margin: 40px 0 0 0;
    padding: 24px 16px;
    border-radius: 16px;
    background: var(--background-pink, #f7f2f5);
  }
  .imine-skincare-mask-title h6 {
    min-width: 100%;
    width: 100%;
    text-align: center;
  }
  .imine-skincare-mask-title h6 strong {
    color: var(--CI, #d2015b);
    text-align: center;
    /* 본문/본문 타이틀 */
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 48px */
    letter-spacing: -0.32px;
  }
  .imine-skincare-mask-title h6 p {
    margin: 2px 0 0 0;
    color: var(--CI, #d2015b);
    text-align: center;
    /* 본문/상세 타이틀 1-국문 */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
  }
  .imine-skincare-mask-title ul {
    display: flex;
    width: auto;
    margin: 0;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    background: url(/images/technology/mask-bg.png) no-repeat 50% 50%;
    background-size: cover;
    border-radius: 400px;
  }
  .imine-skincare-mask-title ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    border-radius: 88px;
    background: #fff;
    box-shadow: 0 4px 24px rgba(224, 77, 140, 0.4);
  }
  .imine-skincare-mask-title ul li strong {
    color: var(--CI, #d2015b);
    text-align: center;
    /* 본문/상세 타이틀 1-국문 */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
  }
  .imine-skincare-mask-title ul li p {
    margin: 0;
    color: var(--CI, #d2015b);
    text-align: center;
    /* 본문/description */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
  }
  .imine-skincare-mask-formulation {
    max-width: 1040px;
    margin-top: 48px;
  }
  .imine-skincare-mask-formulation h4 {
    color: var(--MainText, #5d013b);
  }
  .imine-skincare-mask-formulation-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
  }
  .imine-skincare-mask-formulation-list-item {
    height: 200px;
    padding: 32px 24px;
    border-radius: 16px;
  }
  .imine-skincare-mask-formulation-list-item:nth-child(1) {
    background: url(/images/technology/formulation01.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-skincare-mask-formulation-list-item:nth-child(2) {
    background: url(/images/technology/formulation02.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-skincare-mask-formulation-list-item:nth-child(3) {
    background: url(/images/technology/formulation03.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-skincare-mask-formulation-list-item:nth-child(4) {
    background: url(/images/technology/formulation04.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-skincare-mask-formulation-list-item dl {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .imine-skincare-mask-formulation-list-item dl dt {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
    margin: 0;
    padding: 0;
    min-height: 30px;
  }
  .imine-skincare-mask-formulation-list-item dl dt strong {
    color: var(--White, #fff);
    /* 본문/상세 타이틀 1-국문 */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
  }
  .imine-skincare-mask-formulation-list-item dl dt span {
    display: inline-flex;
    height: 30px;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    color: var(--White, #fff);
    /* 본문/description title */
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
  }
  .imine-skincare-mask-formulation-list-item dl dd {
    margin: auto 0 0 0;
    padding: 0;
    color: var(--White, #fff);
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  .imine-skincare-mask-sheet {
    max-width: 1040px;
    margin: 48px 0 0 0;
  }
  .imine-skincare-mask-sheet-title {
    height: 220px;
    padding: 20px;
    margin-top: 24px;
    background: url(/images/technology/sheet-bg.png) no-repeat 50% 50%;
    background-size: cover;
    border-radius: 12px;
  }
  .imine-skincare-mask-sheet-title-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 175px;
    height: 100%;
    margin: 0;
    padding: 20px 0 20px 20px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
  .imine-skincare-mask-sheet-title-box::before {
    content: "";
    display: block;
    width: 56px;
    height: 60px;
    background: url(/images/technology/sheet-ico.svg) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-skincare-mask-sheet-title-box dl {
    margin: 0;
    padding: 0;
  }
  .imine-skincare-mask-sheet-title-box dl dt {
    margin: 0 0 8px 0;
    padding: 0;
    color: var(--White, #fff);
    /* 본문/영문타이틀 */
    font-family: "neulis-sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 38.4px */
  }
  .imine-skincare-mask-sheet-title-box dl dd {
    margin: 0;
    padding: 0;
    color: var(--White, #fff);
    /* 본문/본문 20 B */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
  }
  .imine-skincare-mask-sheet-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 16px 0 0 0;
  }
  .imine-skincare-mask-sheet-list-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 126px;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: var(--White, #fff);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02);
  }
  .imine-skincare-mask-sheet-list-item dl {
    margin: 0;
    padding: 0;
  }
  .imine-skincare-mask-sheet-list-item dl dt {
    margin: 0 0 10px 0;
    padding: 0;
    color: var(--Black, #000);
    /* 본문/상세 타이틀 2 */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
  }
  .imine-skincare-mask-sheet-list-item dl dd {
    margin: 0;
    padding: 0;
    color: var(--Black, #000);
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-skincare-mask-sheet-list-item > p {
    margin-top: 12px;
  }
  .imine-skincare-mask-deposition {
    max-width: 1040px;
    margin-top: 48px;
  }
  .imine-skincare-mask-deposition h4 {
    margin-bottom: 8px;
    color: var(--MainText, #5d013b);
  }
  .imine-skincare-mask-deposition-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 24px;
  }
  .imine-skincare-mask-deposition-list-item {
    width: 266px;
  }
  .imine-skincare-mask-deposition-list-item dl {
    margin: 0;
    padding: 0;
  }
  .imine-skincare-mask-deposition-list-item dl dt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 266px;
    height: 266px;
    margin: 0 0 24px 0;
    padding: 0;
  }
  .imine-skincare-mask-deposition-list-item dl dt p {
    color: var(--White, #fff);
    text-align: center;
    /* 본문/세부타이틀 */
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
  }
  .imine-skincare-mask-deposition-list-item dl dd {
    margin: 0;
    padding: 0;
    color: var(--Black, #000);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    word-break: keep-all;
  }
  .imine-skincare-mask-deposition-list-item dl dd p {
    margin: 8px 0 0 0;
    color: var(--Sub, #9a9aaf);
    text-align: center;
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  .imine-skincare-mask-deposition-list-item:nth-child(1) dl dt {
    background: url(/images/technology/deposition01.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-skincare-mask-deposition-list-item:nth-child(2) dl dt {
    background: url(/images/technology/deposition02.png) no-repeat 50% 50%;
    background-size: cover;
  }
}
.imine-rnd section {
  max-width: 1040px;
}
.imine-rnd-title {
  display: flex;
  gap: 64px;
  margin: 24px 0 80px 0;
}
.imine-rnd-title h3 {
  min-width: 358px;
  margin: 0;
}
.imine-rnd-intro ul {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.imine-rnd-intro ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 320px;
}
.imine-rnd-intro ul li video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 1280px;
  height: 1280px;
  border-radius: 320px;
}
.imine-rnd-intro ul li:last-child video {
  width: 880px;
  height: 880px;
}
@media screen and (max-width: 1440px) {
  .imine-rnd-intro ul li video {
    width: 720px;
    height: 720px;
  }
  .imine-rnd-intro ul li:last-child video {
    width: 640px;
    height: 640px;
  }
}
@media screen and (max-width: 800px) {
  .imine-rnd-intro ul li video {
    width: 640px;
    height: 640px;
  }
  .imine-rnd-intro ul li:last-child video {
    width: 640px;
    height: 640px;
  }
}
.imine-rnd-intro ul li:nth-child(1) {
  min-width: 482px;
  width: 482px;
  height: 482px;
  background: url(/images/rnd/img01.png) no-repeat 50% 50%;
  background-size: cover;
}
.imine-rnd-intro ul li:nth-child(2) {
  min-width: 482px;
  width: 482px;
  height: 482px;
  background: url(/images/rnd/img02.png) no-repeat 50% 50%;
  background-size: 482px auto;
}
.imine-rnd-intro ul li p {
  position: relative;
  z-index: 20;
  color: var(--White, #fff);
  text-align: center;
  /* 본문/세부타이틀 */
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 42px */
}
.imine-rnd-manpower {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.imine-rnd-manpower-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.imine-rnd-manpower-item dl {
  margin: 0;
  padding: 0;
  min-width: 384px;
  width: 384px;
}
.imine-rnd-manpower-item dl dt {
  margin: 0 0 24px 0;
  padding: 0;
  color: var(--Black, #000);
  /* 본문/중간타이틀 */
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 54px */
}
.imine-rnd-manpower-item dl dd {
  margin: 0;
  padding: 0;
  color: var(--Black, #000);
  /* 본문/본문 20 B */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
  letter-spacing: -0.2px;
}
.imine-rnd-manpower-item__img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 440px;
  width: 440px;
  height: 440px;
}
.imine-rnd-manpower-item__img strong {
  color: var(--White, #fff);
  text-align: center;
  font-family: "Abhaya Libre", serif;
  font-size: 88px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; /* 132px */
}
.imine-rnd-manpower-item__img p {
  color: var(--White, #fff);
  text-align: center;
  /* 본문/상세 타이틀 2 */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
}
.imine-rnd-manpower-item:nth-child(1) .imine-rnd-manpower-item__img {
  background: url(/images/rnd/img03.png) no-repeat 50% 50%;
  background-size: cover;
}
.imine-rnd-manpower-item:nth-child(2) .imine-rnd-manpower-item__img {
  background: url(/images/rnd/img04.png) no-repeat 50% 50%;
  background-size: cover;
}
.imine-rnd-manpower-item:nth-child(3) .imine-rnd-manpower-item__img {
  background: url(/images/rnd/img05.png) no-repeat 50% 50%;
  background-size: cover;
}
.imine-rnd-power {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 0 240px 0;
  max-width: 1040px;
}
.imine-rnd-power-item {
  display: flex;
  gap: 80px;
}
.imine-rnd-power-item img {
  width: 480px;
}
.imine-rnd-power-item p {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 480px;
  min-height: 360px;
  margin: 0;
  color: var(--Black, #000);
  /* 본문/본문 20 B */
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
  letter-spacing: -0.2px;
}
.imine-rnd-power-item p strong {
  display: block;
  margin-bottom: 24px;
  color: var(--Black, #000);
  /* 본문/중간타이틀 */
  font-family: Pretendard;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 54px */
}
@media screen and (max-width: 1440px) {
  .imine-rnd-power {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 32px 0 160px 0;
    max-width: 1040px;
  }
  .imine-rnd-power-item {
    display: flex;
    gap: 80px;
  }
  .imine-rnd-power-item img {
    width: 320px;
  }
  .imine-rnd-power-item p {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 320px;
    min-height: 232px;
    margin: 0;
    color: var(--Black, #000);
    /* 본문/본문 20 B */
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
  }
  .imine-rnd-power-item p strong {
    display: block;
    margin-bottom: 16px;
    color: var(--Black, #000);
    /* 본문/중간타이틀 */
    font-family: Pretendard;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 42px */
  }
}
@media screen and (max-width: 800px) {
  .imine-rnd-power {
    display: flex;
    flex-direction: column;
    gap: 64px;
    padding: 32px 0 80px 0;
    max-width: 1040px;
  }
  .imine-rnd-power-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .imine-rnd-power-item img {
    width: 100%;
  }
  .imine-rnd-power-item p {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    min-height: auto;
    margin: 0;
    color: var(--Black, #000);
    /* 본문/본문 20 B */
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
  }
  .imine-rnd-power-item p strong {
    display: block;
    margin-bottom: 8px;
    color: var(--Black, #000);
    /* 본문/중간타이틀 */
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 36px */
    letter-spacing: -0.48px;
  }
}
.imine-rnd-cf {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 16px 0 80px 0;
  max-width: 1040px;
}
.imine-rnd-cf-item {
  min-height: 302px;
  padding: 40px;
  border-radius: 16px;
  border: 1px solid var(--Line, #ebebeb);
  background: var(--White, #fff);
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.04);
}
.imine-rnd-cf-item-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.imine-rnd-cf-item-head h6 {
  margin: 0;
  color: var(--Black, #000);
  /* 본문/세부타이틀 */
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 42px */
}
.imine-rnd-cf-item-head p {
  display: flex;
  height: 40px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  color: var(--CI, #d2015b);
  border-radius: 8px;
  background: var(--CI-Background, #fdf2f7);
  /* 본문/본문 16 B */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.imine-rnd-cf-item-text {
  color: var(--Black, #000);
  /* 본문/상세 타이틀 1-국문 */
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
}
.imine-rnd-cf-item-text p {
  margin: 16px 0 0 0;
  color: var(--MainText, #5d013b);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  letter-spacing: -0.4px;
}
@media screen and (max-width: 1440px) {
  .imine-rnd-cf {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 16px 0 80px 0;
    max-width: 1040px;
  }
  .imine-rnd-cf-item {
    min-height: auto;
    padding: 40px;
    border-radius: 16px;
    border: 1px solid var(--Line, #ebebeb);
    background: var(--White, #fff);
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.04);
  }
  .imine-rnd-cf-item-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .imine-rnd-cf-item-head h6 {
    color: var(--Black, #000);
    /* 본문/세부타이틀 */
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
  }
  .imine-rnd-cf-item-head p {
    display: flex;
    height: 32px;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: var(--CI, #d2015b);
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 21px */
  }
  .imine-rnd-cf-item-text {
    color: var(--Black, #000);
    /* 본문/상세 타이틀 1-국문 */
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
  }
  .imine-rnd-cf-item-text p {
    margin: 16px 0 0 0;
    color: var(--MainText, #5d013b);
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 24px */
    letter-spacing: -0.4px;
  }
}
@media screen and (max-width: 800px) {
  .imine-rnd-cf {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 16px 0 40px 0;
    max-width: 1040px;
  }
  .imine-rnd-cf-item {
    min-height: auto;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid var(--Line, #ebebeb);
    background: var(--White, #fff);
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.04);
  }
  .imine-rnd-cf-item-head {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    margin-bottom: 24px;
    gap: 8px;
  }
  .imine-rnd-cf-item-head h6 {
    color: var(--Black, #000);
    /* 본문/세부타이틀 */
    font-family: Pretendard;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 33px */
  }
  .imine-rnd-cf-item-head p {
    display: inline-flex;
    height: 32px;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: var(--CI, #d2015b);
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 21px */
  }
  .imine-rnd-cf-item-text {
    color: var(--Black, #000);
    /* 본문/상세 타이틀 1-국문 */
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
  }
  .imine-rnd-cf-item-text p {
    margin: 16px 0 0 0;
    color: var(--MainText, #5d013b);
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 24px */
    letter-spacing: -0.4px;
  }
}
.imine-rnd-facility {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 80px;
}
.imine-rnd-facility-item {
  padding: 32px 40px;
  border-radius: 16px;
  border: 1px solid var(--Line, #ebebeb);
  background: var(--White, #fff);
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.04);
  transition: all 1s ease;
}
.imine-rnd-facility-item__title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
}
.imine-rnd-facility-item__title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(/images/rnd/ico-accordion.svg) no-repeat 50% 50%;
  transform: rotate(180deg);
  transition: all 0.4s ease;
}
.imine-rnd-facility-item__title span {
  display: flex;
  display: inline-flex;
  height: 40px;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: var(--CI-Background, #fdf2f7);
  color: var(--CI, #d2015b);
  /* 본문/본문 16 B */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.imine-rnd-facility-item__title strong {
  color: var(--Black, #000);
  /* 본문/세부타이틀 */
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 42px */
}
.imine-rnd-facility-item__contents {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}
.imine-rnd-facility-item__contents dl {
  display: flex;
  gap: 40px;
  margin: 40px 0 0 0;
  padding: 40px 0 0 0;
  border-top: 1px solid var(--Line, #ebebeb);
}
.imine-rnd-facility-item__contents dl dt {
  display: flex;
  margin: 0;
  padding: 0;
}
.imine-rnd-facility-item__contents dl dt img {
  min-width: 327px;
  width: 327px;
}
.imine-rnd-facility-item__contents dl dd {
  margin: 0;
  padding: 0;
}
.imine-rnd-facility-item__contents dl dd ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.imine-rnd-facility-item__contents dl dd ul li {
  margin: 0;
  padding: 0;
}
.imine-rnd-facility-item__contents dl dd ul li strong {
  color: var(--Black, #000);
  /* 본문/상세 타이틀 1-국문 */
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
}
.imine-rnd-facility-item__contents dl dd ul li p {
  margin: 16px 0 0 0;
  color: var(--gray, #8c8c8c);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  letter-spacing: -0.36px;
}
.imine-rnd-facility-item.active .imine-rnd-facility-item__title::after {
  transform: rotate(0);
}
.imine-rnd-facility-item.active .imine-rnd-facility-item__contents {
  max-height: 350px;
}
.imine-rnd-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 80px 0 0 0;
}
.imine-rnd-list-item {
  display: flex;
  flex-direction: column;
  min-height: 564px;
  padding: 24px;
  border-radius: 16px;
  background: var(--Background, #f6f7fb);
}
.imine-rnd-list-thumb {
  display: flex;
  margin: 0 0 16px 0;
}
.imine-rnd-list-thumb img {
  width: 100%;
}
.imine-rnd-list-text dl {
  margin: 0;
  padding: 0;
}
.imine-rnd-list-text dl dt {
  margin: 0;
  padding: 0;
}
.imine-rnd-list-text dl dt strong {
  color: #533cff;
  /* 본문/description title */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.imine-rnd-list-text dl dt p {
  margin: 8px 0 0 0;
  color: var(--Black, #000);
  /* 본문/상세 타이틀 1-국문 */
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
}
.imine-rnd-list-text dl dd {
  margin: 16px 0 0 0;
  padding: 0;
  color: var(--Black, #000);
  /* 본문/본문 16 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.imine-rnd-list-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: auto;
}
.imine-rnd-list-info p {
  color: var(--gray, #8c8c8c);
  /* 본문/description */
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 22.5px */
}
.imine-rnd-list-info p span {
  margin-right: 4px;
}
.imine-rnd-more {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.imine-rnd-more button {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 12px 0;
  border: none;
  background: none;
  color: var(--Black, #000);
  /* 본문/본문 16 B */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.imine-rnd-more button:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/images/rnd/ico-more.svg) no-repeat 50% 50%;
  background-size: cover;
}
.imine-rnd-rnd {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 80px 0 0 0;
}
.imine-rnd-rnd__title {
  color: var(--MainText, #5d013b);
  /* 본문/중간타이틀 */
  font-family: Pretendard;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 54px */
}
.imine-rnd-rnd-item {
  display: flex;
  gap: 32px;
  padding: 40px 32px;
  border-radius: 24px;
  background: linear-gradient(0deg, #f6f7fb 0%, #f6f7fb 100%), url(<path-to-image>) lightgray 50%/cover no-repeat;
}
.imine-rnd-rnd-item__thumb {
  display: flex;
  min-width: 320px;
  width: 320px;
}
.imine-rnd-rnd-item__contents {
  width: 100%;
}
.imine-rnd-rnd-item__title {
  padding: 4px 0 0 0;
  text-align: center;
}
.imine-rnd-rnd-item__title strong {
  color: #749d86;
  text-align: center;
  /* 본문/상세 타이틀 1-영문 */
  font-family: "neulis-sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
}
.imine-rnd-rnd-item__title p {
  margin: 8px 0 0 0;
  color: var(--Black, #000);
  text-align: center;
  /* 본문/본문 16 */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.imine-rnd-rnd-item__text ul {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 24px 0 0 0;
  padding: 0;
}
.imine-rnd-rnd-item__text ul li {
  display: flex;
  width: 100%;
  height: 227px;
  margin: 0;
  padding: 24px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 24px;
  background: #eff0f7;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.imine-rnd-rnd-item__text ul li img {
  width: 80px;
}
.imine-rnd-rnd-item__text ul li p {
  margin: 0;
  color: #000;
  text-align: center;
  /* 본문/description title */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.imine-rnd-rnd-item__text ul li p span {
  display: block;
  margin-top: 4px;
  color: var(--cool-gray, #646f7c);
  text-align: center;
  /* 본문/description title */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.imine-rnd-rnd-item__text-item {
  display: flex;
  min-width: 200px;
  height: 100%;
  margin: 0;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 24px;
  background: #eff0f7;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.imine-rnd-rnd-item:nth-child(3) .imine-rnd-rnd-item__title strong {
  color: #ba925a;
}
.imine-rnd-rnd-item:nth-child(3) .imine-rnd-rnd-item__text ul li {
  gap: 24px;
  padding: 40px 16px;
}
.imine-rnd-rnd-item:nth-child(3) .imine-rnd-rnd-item__text ul li img {
  width: 96px;
}
.imine-rnd-rnd-item:nth-child(4) .imine-rnd-rnd-item__title strong {
  color: #759fb9;
}
.imine-rnd-rnd-item:nth-child(4) .imine-rnd-rnd-item__text ul li {
  gap: 24px;
  flex-direction: row;
  padding: 40px 16px;
}
@media screen and (max-width: 1440px) {
  .imine-rnd section {
    max-width: 1040px;
    max-width: 100%;
  }
  .imine-rnd-title {
    display: flex;
    gap: 64px;
    margin: 24px 0 64px 0;
  }
  .imine-rnd-title h3 {
    min-width: 283px;
    width: 283px;
    margin: 0;
  }
  .imine-rnd-intro ul {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .imine-rnd-intro ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
  .imine-rnd-intro ul li:nth-child(1) {
    min-width: 280px;
    width: 280px;
    height: 280px;
    background: url(/images/rnd/img01.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-rnd-intro ul li:nth-child(2) {
    min-width: 280px;
    width: 280px;
    height: 280px;
    background: url(/images/rnd/img02.png) no-repeat 50% 50%;
    background-size: 280px auto;
  }
  .imine-rnd-intro ul li p {
    color: var(--White, #fff);
    text-align: center;
    /* 본문/세부타이틀 */
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 42px */
  }
  .imine-rnd-manpower {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .imine-rnd-manpower-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .imine-rnd-manpower-item dl {
    margin: 0;
    padding: 0;
    min-width: 320px;
    width: 320px;
  }
  .imine-rnd-manpower-item dl dt {
    margin: 0 0 16px 0;
    padding: 0;
    color: var(--Black, #000);
    /* 본문/중간타이틀 */
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 54px */
  }
  .imine-rnd-manpower-item dl dd {
    margin: 0;
    padding: 0;
    color: var(--Black, #000);
    /* 본문/본문 20 B */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
    letter-spacing: -0.2px;
  }
  .imine-rnd-manpower-item__img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 296px;
    width: 296px;
    height: 296px;
  }
  .imine-rnd-manpower-item__img strong {
    color: var(--White, #fff);
    text-align: center;
    font-family: "Abhaya Libre", serif;
    font-size: 52px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 132px */
  }
  .imine-rnd-manpower-item__img p {
    color: var(--White, #fff);
    text-align: center;
    /* 본문/상세 타이틀 2 */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
  }
  .imine-rnd-manpower-item:nth-child(1) .imine-rnd-manpower-item__img {
    background: url(/images/rnd/img03.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-rnd-manpower-item:nth-child(2) .imine-rnd-manpower-item__img {
    background: url(/images/rnd/img04.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-rnd-manpower-item:nth-child(3) .imine-rnd-manpower-item__img {
    background: url(/images/rnd/img05.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-rnd-facility {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 80px;
  }
  .imine-rnd-facility-item {
    padding: 32px 32px;
    border-radius: 16px;
    border: 1px solid var(--Line, #ebebeb);
    background: var(--White, #fff);
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.04);
    transition: all 0.4s ease;
  }
  .imine-rnd-facility-item__title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 24px;
    width: 100%;
    padding: 0;
    border: none;
    background: none;
  }
  .imine-rnd-facility-item__title::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background: url(/images/rnd/ico-accordion.svg) no-repeat 50% 50%;
    background-size: 20px auto;
    transform: rotate(180deg);
    transition: all 0.4s ease;
  }
  .imine-rnd-facility-item__title span {
    display: flex;
    display: inline-flex;
    height: 40px;
    padding: 0 12px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: var(--CI-Background, #fdf2f7);
    color: var(--CI, #d2015b);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 21px */
  }
  .imine-rnd-facility-item__title strong {
    color: #000;
    /* 본문/세부타이틀 */
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
  }
  .imine-rnd-facility-item__contents {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
  }
  .imine-rnd-facility-item__contents dl {
    display: flex;
    gap: 40px;
    margin: 32px 0 0 0;
    padding: 32px 0 0 0;
    border-top: 1px solid var(--Line, #ebebeb);
  }
  .imine-rnd-facility-item__contents dl dt {
    display: none;
  }
  .imine-rnd-facility-item__contents dl dd {
    margin: 0;
    padding: 0;
  }
  .imine-rnd-facility-item__contents dl dd ul {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .imine-rnd-facility-item__contents dl dd ul li {
    margin: 0;
    padding: 0;
  }
  .imine-rnd-facility-item__contents dl dd ul li strong {
    color: var(--Black, #000);
    /* 본문/상세 타이틀 1-국문 */
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
  }
  .imine-rnd-facility-item__contents dl dd ul li p {
    margin: 16px 0 0 0;
    color: var(--gray, #8c8c8c);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 21.6px */
    letter-spacing: -0.36px;
  }
  .imine-rnd-facility-item.active {
    padding: 32px 32px;
  }
  .imine-rnd-facility-item.active .imine-rnd-facility-item__title::after {
    transform: rotate(0);
  }
  .imine-rnd-facility-item.active .imine-rnd-facility-item__contents {
    max-height: 350px;
  }
  .imine-rnd-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 80px 0 0 0;
  }
  .imine-rnd-list-item {
    display: flex;
    flex-direction: column;
    min-height: 530px;
    padding: 24px;
    border-radius: 16px;
    background: var(--Background, #f6f7fb);
  }
  .imine-rnd-list-thumb {
    display: flex;
    margin: 0 0 16px 0;
  }
  .imine-rnd-list-thumb img {
    width: 100%;
    height: 224px;
    background-size: cover;
    border-radius: 16px;
  }
  .imine-rnd-list-text dl {
    margin: 0;
    padding: 0;
  }
  .imine-rnd-list-text dl dt {
    margin: 0;
    padding: 0;
  }
  .imine-rnd-list-text dl dt strong {
    color: #533cff;
    /* 본문/description title */
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
  }
  .imine-rnd-list-text dl dt p {
    margin: 8px 0 0 0;
    color: var(--Black, #000);
    /* 본문/상세 타이틀 1-국문 */
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
  }
  .imine-rnd-list-text dl dd {
    margin: 16px 0 0 0;
    padding: 0;
    color: var(--Black, #000);
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  .imine-rnd-list-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: auto;
  }
  .imine-rnd-list-info p {
    color: var(--gray, #8c8c8c);
    /* 본문/description */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-rnd-list-info p span {
    margin-right: 4px;
  }
  .imine-rnd-more {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .imine-rnd-more button {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 12px 0;
    border: none;
    background: none;
    color: var(--Black, #000);
    /* 본문/본문 16 B */
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
  }
  .imine-rnd-more button:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(/images/rnd/ico-more.svg) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-rnd-rnd {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 80px 0 0 0;
  }
  .imine-rnd-rnd__title {
    color: var(--MainText, #5d013b);
    /* 본문/중간타이틀 */
    font-family: Pretendard;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 42px */
  }
  .imine-rnd-rnd-item {
    display: flex;
    gap: 24px;
    padding: 32px 32px;
    border-radius: 24px;
    background: linear-gradient(0deg, #f6f7fb 0%, #f6f7fb 100%), url(<path-to-image>) lightgray 50%/cover no-repeat;
  }
  .imine-rnd-rnd-item__thumb {
    display: flex;
    min-width: 175px;
    width: 175px;
  }
  .imine-rnd-rnd-item__contents {
    width: 100%;
  }
  .imine-rnd-rnd-item__title {
    padding: 0;
    text-align: center;
  }
  .imine-rnd-rnd-item__title strong {
    color: #749d86;
    text-align: center;
    /* 본문/상세 타이틀 1-영문 */
    font-family: "neulis-sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
  }
  .imine-rnd-rnd-item__title p {
    margin: 8px 0 0 0;
    color: var(--Black, #000);
    text-align: center;
    /* 본문/본문 16 */
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  .imine-rnd-rnd-item__text ul {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 24px 0 0 0;
    padding: 0;
  }
  .imine-rnd-rnd-item__text ul li {
    display: flex;
    width: 100%;
    height: 227px;
    margin: 0;
    padding: 24px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 24px;
    background: #eff0f7;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
  .imine-rnd-rnd-item__text ul li img {
    width: 80px;
  }
  .imine-rnd-rnd-item__text ul li p {
    color: #000;
    text-align: center;
    /* 본문/description title */
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 22.5px */
  }
  .imine-rnd-rnd-item__text ul li p span {
    display: block;
    margin-top: 4px;
    color: var(--cool-gray, #646f7c);
    text-align: center;
    /* 본문/description title */
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 22.5px */
  }
  .imine-rnd-rnd-item__text-item {
    display: flex;
    min-width: 200px;
    height: 100%;
    margin: 0;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    border-radius: 24px;
    background: #eff0f7;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
  .imine-rnd-rnd-item:nth-child(3) .imine-rnd-rnd-item__title strong {
    color: #ba925a;
  }
  .imine-rnd-rnd-item:nth-child(3) .imine-rnd-rnd-item__text ul li {
    gap: 24px;
    padding: 24px 16px;
  }
  .imine-rnd-rnd-item:nth-child(3) .imine-rnd-rnd-item__text ul li img {
    width: 115px;
  }
  .imine-rnd-rnd-item:nth-child(4) .imine-rnd-rnd-item__title strong {
    color: #759fb9;
  }
  .imine-rnd-rnd-item:nth-child(4) .imine-rnd-rnd-item__text ul li {
    gap: 24px;
    flex-direction: row;
    padding: 32px 16px;
  }
}
@media screen and (max-width: 800px) {
  .imine-rnd-title {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 24px 0 40px 0;
  }
  .imine-rnd-title h3 {
    min-width: 100%;
    width: 100%;
    margin: 0;
  }
  .imine-rnd-intro ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .imine-rnd-intro ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
  .imine-rnd-intro ul li:nth-child(1) {
    min-width: 327px;
    width: 327px;
    height: 327px;
    background: url(/images/rnd/img01.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-rnd-intro ul li:nth-child(2) {
    min-width: 327px;
    width: 327px;
    height: 327px;
    background: url(/images/rnd/img02.png) no-repeat 50% 50%;
    background-size: 327px auto;
  }
  .imine-rnd-intro ul li p {
    color: var(--White, #fff);
    text-align: center;
    /* 본문/세부타이틀 */
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 42px */
  }
  .imine-rnd-manpower {
    display: flex;
    flex-direction: column;
    gap: 64px;
    margin-top: 24px;
  }
  .imine-rnd-manpower-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
  .imine-rnd-manpower-item dl {
    margin: 0;
    padding: 0;
    min-width: 320px;
    width: 320px;
  }
  .imine-rnd-manpower-item dl dt {
    margin: 0 0 8px 0;
    padding: 0;
    color: var(--Black, #000);
    /* 본문/중간타이틀 */
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 54px */
  }
  .imine-rnd-manpower-item dl dd {
    margin: 0;
    padding: 0;
    color: var(--Black, #000);
    /* 본문/본문 20 B */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
  }
  .imine-rnd-manpower-item__img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 327px;
    width: 327px;
    height: 327px;
  }
  .imine-rnd-manpower-item__img strong {
    color: var(--White, #fff);
    text-align: center;
    font-family: "Abhaya Libre", serif;
    font-size: 52px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 132px */
  }
  .imine-rnd-manpower-item__img p {
    color: var(--White, #fff);
    text-align: center;
    /* 본문/상세 타이틀 2 */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
  }
  .imine-rnd-manpower-item:nth-child(1) .imine-rnd-manpower-item__img {
    background: url(/images/rnd/img03.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-rnd-manpower-item:nth-child(2) .imine-rnd-manpower-item__img {
    background: url(/images/rnd/img04.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-rnd-manpower-item:nth-child(3) .imine-rnd-manpower-item__img {
    background: url(/images/rnd/img05.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-rnd-facility {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 40px;
  }
  .imine-rnd-facility-item {
    padding: 20px 16px;
    border-radius: 12px;
    border: 1px solid var(--Line, #ebebeb);
    background: var(--White, #fff);
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.04);
    transition: all 0.4s ease;
  }
  .imine-rnd-facility-item__title {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    padding: 0;
    border: none;
    background: none;
  }
  .imine-rnd-facility-item__title::after {
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    right: -4px;
    width: 32px;
    height: 32px;
    background: url(/images/rnd/ico-accordion.svg) no-repeat 50% 50%;
    background-size: 20px auto;
    transform: rotate(180deg);
    transition: all 0.4s ease;
  }
  .imine-rnd-facility-item__title span {
    display: flex;
    display: inline-flex;
    height: 30px;
    padding: 0 8px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: var(--CI-Background, #fdf2f7);
    color: var(--CI, #d2015b);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 21px */
  }
  .imine-rnd-facility-item__title strong {
    color: #000;
    /* 본문/세부타이틀 */
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
  }
  .imine-rnd-facility-item__contents {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
  }
  .imine-rnd-facility-item__contents dl {
    display: flex;
    gap: 20px;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    border-top: 1px solid var(--Line, #ebebeb);
  }
  .imine-rnd-facility-item__contents dl dt {
    display: none;
  }
  .imine-rnd-facility-item__contents dl dd {
    margin: 0;
    padding: 0;
  }
  .imine-rnd-facility-item__contents dl dd ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .imine-rnd-facility-item__contents dl dd ul li {
    margin: 0;
    padding: 0;
  }
  .imine-rnd-facility-item__contents dl dd ul li strong {
    color: var(--Black, #000);
    /* 본문/상세 타이틀 1-국문 */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
  }
  .imine-rnd-facility-item__contents dl dd ul li p {
    margin: 16px 0 0 0;
    color: var(--gray, #8c8c8c);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 21.6px */
    letter-spacing: -0.36px;
  }
  .imine-rnd-facility-item.active {
    padding: 20px 16px;
  }
  .imine-rnd-facility-item.active .imine-rnd-facility-item__title::after {
    transform: rotate(0);
  }
  .imine-rnd-facility-item.active .imine-rnd-facility-item__contents {
    max-height: 350px;
  }
  .imine-rnd-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 40px 0 0 0;
  }
  .imine-rnd-list-item {
    display: flex;
    flex-direction: column;
    min-height: 522px;
    padding: 24px;
    border-radius: 16px;
    background: var(--Background, #f6f7fb);
  }
  .imine-rnd-list-thumb {
    display: flex;
    margin: 0 0 16px 0;
  }
  .imine-rnd-list-thumb img {
    width: 100%;
    height: 184px;
    background-size: cover;
    border-radius: 12px;
  }
  .imine-rnd-list-text dl {
    margin: 0;
    padding: 0;
  }
  .imine-rnd-list-text dl dt {
    margin: 0;
    padding: 0;
  }
  .imine-rnd-list-text dl dt strong {
    color: #533cff;
    /* 본문/description title */
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
  }
  .imine-rnd-list-text dl dt p {
    margin: 8px 0 0 0;
    color: var(--Black, #000);
    /* 본문/상세 타이틀 1-국문 */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
  }
  .imine-rnd-list-text dl dd {
    margin: 16px 0 0 0;
    padding: 0;
    color: var(--Black, #000);
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  .imine-rnd-list-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: auto;
    padding-top: 24px;
  }
  .imine-rnd-list-info p {
    color: var(--gray, #8c8c8c);
    /* 본문/description */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-rnd-list-info p span {
    margin-right: 4px;
  }
  .imine-rnd-more {
    display: flex;
    justify-content: center;
    margin-top: 24px;
  }
  .imine-rnd-more button {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 12px 0;
    border: none;
    background: none;
    color: var(--Black, #000);
    /* 본문/본문 16 B */
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
  }
  .imine-rnd-more button:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(/images/rnd/ico-more.svg) no-repeat 50% 50%;
    background-size: 14px auto;
  }
  .imine-rnd-rnd {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 40px 0 0 0;
  }
  .imine-rnd-rnd__title {
    padding-bottom: 0;
    color: var(--MainText, #5d013b);
    /* 본문/중간타이틀 */
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 36px */
    letter-spacing: -0.48px;
  }
  .imine-rnd-rnd-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    border-radius: 16px;
    background: linear-gradient(0deg, #f6f7fb 0%, #f6f7fb 100%), url(<path-to-image>) lightgray 50%/cover no-repeat;
  }
  .imine-rnd-rnd-item__thumb {
    display: flex;
    min-width: 280px;
    width: 280px;
    height: 240px;
    margin: 0 auto;
  }
  .imine-rnd-rnd-item__thumb img {
    width: 100%;
    height: 100%;
  }
  .imine-rnd-rnd-item__contents {
    width: 100%;
  }
  .imine-rnd-rnd-item__title {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    max-width: 280px;
  }
  .imine-rnd-rnd-item__title strong {
    color: #749d86;
    text-align: center;
    /* 본문/상세 타이틀 1-영문 */
    font-family: "neulis-sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
  }
  .imine-rnd-rnd-item__title p {
    margin: 8px 0 0 0;
    color: var(--Black, #000);
    text-align: center;
    /* 본문/본문 16 */
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  .imine-rnd-rnd-item__text ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin: 24px 0 0 0;
    padding: 0;
  }
  .imine-rnd-rnd-item__text ul li {
    display: flex;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 24px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 24px;
    background: #eff0f7;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
  .imine-rnd-rnd-item__text ul li img {
    width: 80px;
  }
  .imine-rnd-rnd-item__text ul li p {
    color: #000;
    text-align: center;
    /* 본문/description title */
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 21px */
  }
  .imine-rnd-rnd-item__text ul li p span {
    display: block;
    margin-top: 8px;
    color: var(--cool-gray, #646f7c);
    text-align: center;
    /* 본문/description title */
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 21px */
  }
  .imine-rnd-rnd-item__text-item {
    display: flex;
    min-width: 116px;
    height: 100%;
    margin: 0;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    border-radius: 24px;
    background: #eff0f7;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
  .imine-rnd-rnd-item:nth-child(3) .imine-rnd-rnd-item__title strong {
    color: #ba925a;
  }
  .imine-rnd-rnd-item:nth-child(3) .imine-rnd-rnd-item__text ul li {
    gap: 16px;
    padding: 32px 16px;
  }
  .imine-rnd-rnd-item:nth-child(3) .imine-rnd-rnd-item__text ul li img {
    width: 96px;
  }
  .imine-rnd-rnd-item:nth-child(4) .imine-rnd-rnd-item__title strong {
    color: #759fb9;
  }
  .imine-rnd-rnd-item:nth-child(4) .imine-rnd-rnd-item__text ul li {
    gap: 24px;
    flex-direction: row;
    align-items: flex-start;
    padding: 32px 16px;
  }
}
.imine-marketing-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 80px 0 0 0;
}
.imine-marketing-list-item {
  display: flex;
  justify-content: flex-end;
  height: 418px;
  padding: 24px;
  overflow: hidden;
  border-radius: 24px;
}
.imine-marketing-list-item:nth-child(1) {
  background: url(/images/marketing/img01.png) no-repeat 50% 50%;
  background-size: cover;
}
.imine-marketing-list-item:nth-child(2) {
  background: url(/images/marketing/img02.png) no-repeat 50% 50%;
  background-size: cover;
}
.imine-marketing-list-item:nth-child(2) dl:after {
  background: url(/images/marketing/ico02.svg) no-repeat 50% 50%;
  background-size: cover;
}
.imine-marketing-list-item:nth-child(3) {
  background: url(/images/marketing/img03.png) no-repeat 50% 50%;
  background-size: cover;
}
.imine-marketing-list-item:nth-child(3) dl:after {
  background: url(/images/marketing/ico03.svg) no-repeat 50% 50%;
  background-size: cover;
}
.imine-marketing-list-item dl {
  position: relative;
  width: 320px;
  margin: 0;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.imine-marketing-list-item dl:after {
  content: "";
  display: block;
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 120px;
  height: 120px;
  background: url(/images/marketing/ico01.svg) no-repeat 50% 50%;
  background-size: cover;
}
.imine-marketing-list-item dl dt {
  margin: 0 0 8px 0;
  padding: 0;
  color: var(--White, #fff);
  /* 메인/Sub Title */
  font-family: "neulis-sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
}
.imine-marketing-list-item dl dd {
  margin: 0;
  padding: 0;
}
.imine-marketing-list-item dl dd strong {
  color: var(--White, #fff);
  /* 본문/영문타이틀 */
  font-family: "neulis-sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 38.4px */
}
.imine-marketing-list-item dl dd p {
  margin: 16px 0 0 0;
  color: var(--White, #fff);
  /* 본문/본문 20 B */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
  letter-spacing: -0.2px;
}
.imine-marketing-service {
  margin: 0 0 240px 0;
}
.imine-marketing-service h4 {
  margin: 40px 0;
}
.imine-marketing-service-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.imine-marketing-service-item {
  position: relative;
  display: flex;
  gap: 40px;
  padding: 40px;
  border-radius: 24px;
  background: var(--Background, #f6f7fb);
}
.imine-marketing-service-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  background: url(/images/marketing/ico-arrrow.svg) no-repeat 50% 50%;
  background-size: cover;
}
.imine-marketing-service-item:last-child:after {
  display: none;
}
.imine-marketing-service-item::before {
  content: "";
  display: block;
  min-width: 80px;
  width: 80px;
  height: 80px;
  background: url(/images/marketing/ico04.svg) no-repeat 50% 50%;
  background-size: cover;
}
.imine-marketing-service-item dl {
  display: flex;
  align-items: center;
  gap: 80px;
  margin: 0;
  padding: 0;
}
.imine-marketing-service-item dl dt {
  min-width: 360px;
  margin: 0;
  padding: 0;
  color: var(--Black, #000);
  font-family: "neulis-sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
}
.imine-marketing-service-item dl dt strong {
  display: block;
  margin-bottom: 4px;
  color: var(--MainText, #5d013b);
  /* 메인/Heading Sub Text */
  font-family: "neulis-sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
}
.imine-marketing-service-item dl dd {
  margin: 0;
  padding: 0;
}
.imine-marketing-service-item dl dd ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.imine-marketing-service-item dl dd ul li {
  display: flex;
  gap: 5px;
  margin: 0;
  padding: 0;
  color: #626262;
  /* 본문/본문 16 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.imine-marketing-service-item dl dd ul li p {
  margin: 0;
}
.imine-marketing-service-item dl dd ul li::before {
  content: "·";
  display: block;
}
.imine-marketing-service-item:nth-child(2)::before {
  background: url(/images/marketing/ico05.svg) no-repeat 50% 50%;
  background-size: cover;
}
.imine-marketing-service-item:nth-child(3)::before {
  background: url(/images/marketing/ico06.svg) no-repeat 50% 50%;
  background-size: cover;
}
.imine-marketing-service-item:nth-child(4)::before {
  background: url(/images/marketing/ico07.svg) no-repeat 50% 50%;
  background-size: cover;
}
.imine-marketing-planning {
  margin: 0 0 240px 0;
}
.imine-marketing-planning-list {
  display: flex;
  flex-direction: column;
  gap: 64px;
  margin: 80px 0 0 0;
}
.imine-marketing-planning-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.imine-marketing-planning-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.imine-marketing-planning-item img {
  width: 500px;
}
.imine-marketing-planning-item dl {
  min-width: 440px;
  width: 440px;
  margin: 0;
  padding: 0;
}
.imine-marketing-planning-item dl dt {
  margin: 0 0 8px 0;
  padding: 0;
  color: var(--Black, #000);
  /* 본문/중간타이틀 */
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 54px */
}
.imine-marketing-planning-item dl dd {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
}
.imine-marketing-planning-item dl dd p {
  color: var(--gray, #8c8c8c);
  /* 본문/description */
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 22.5px */
}
.imine-marketing-influencer__img {
  display: flex;
  margin: 80px 0 160px 0;
}
.imine-marketing-influencer h3:last-child {
  margin: 0;
}
@media screen and (max-width: 1440px) {
  .imine-marketing-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 64px 0 0 0;
  }
  .imine-marketing-list-item {
    display: flex;
    justify-content: flex-end;
    height: 365px;
    padding: 24px;
    border-radius: 20px;
  }
  .imine-marketing-list-item:nth-child(1) {
    background: url(/images/marketing/img01.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-marketing-list-item:nth-child(2) {
    background: url(/images/marketing/img02.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-marketing-list-item:nth-child(2) dl:after {
    background: url(/images/marketing/ico02.svg) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-marketing-list-item:nth-child(3) {
    background: url(/images/marketing/img03.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-marketing-list-item:nth-child(3) dl:after {
    background: url(/images/marketing/ico03.svg) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-marketing-list-item dl {
    position: relative;
    width: 300px;
    margin: 0;
    padding: 24px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
  .imine-marketing-list-item dl:after {
    content: "";
    display: block;
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: 88px;
    height: 88px;
    background: url(/images/marketing/ico01.svg) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-marketing-list-item dl dt {
    margin: 0 0 8px 0;
    padding: 0;
    color: var(--White, #fff);
    /* 메인/Sub Title */
    font-family: "neulis-sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
  }
  .imine-marketing-list-item dl dd {
    margin: 0;
    padding: 0;
  }
  .imine-marketing-list-item dl dd strong {
    color: var(--White, #fff);
    /* 본문/영문타이틀 */
    font-family: "neulis-sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 38.4px */
  }
  .imine-marketing-list-item dl dd p {
    margin: 16px 0 0 0;
    color: var(--White, #fff);
    /* 본문/본문 20 B */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
  }
  .imine-marketing-service {
    margin: 0 0 160px 0;
  }
  .imine-marketing-service h4 {
    margin: 64px 0 48px 0;
  }
  .imine-marketing-service-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .imine-marketing-service-item {
    position: relative;
    display: flex;
    gap: 24px;
    padding: 32px 24px;
    border-radius: 20px;
    background: var(--Background, #f6f7fb);
  }
  .imine-marketing-service-item:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -16px;
    width: 32px;
    height: 32px;
    margin-left: -16px;
    background: url(/images/marketing/ico-arrrow.svg) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-marketing-service-item:last-child:after {
    display: none;
  }
  .imine-marketing-service-item::before {
    content: "";
    display: block;
    min-width: 72px;
    width: 72px;
    height: 72px;
    background: url(/images/marketing/ico04.svg) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-marketing-service-item dl {
    display: flex;
    align-items: center;
    gap: 64px;
    margin: 0;
    padding: 0;
  }
  .imine-marketing-service-item dl dt {
    min-width: 276px;
    margin: 0;
    padding: 0;
    color: var(--Black, #000);
    font-family: "neulis-sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 28.8px */
  }
  .imine-marketing-service-item dl dt strong {
    display: block;
    margin-bottom: 4px;
    color: var(--MainText, #5d013b);
    /* 메인/Heading Sub Text */
    font-family: "neulis-sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
  }
  .imine-marketing-service-item dl dd {
    margin: 0;
    padding: 0;
  }
  .imine-marketing-service-item dl dd ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .imine-marketing-service-item dl dd ul li {
    display: flex;
    gap: 5px;
    margin: 0;
    padding: 0;
    color: #626262;
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  .imine-marketing-service-item dl dd ul li p {
    margin: 0;
  }
  .imine-marketing-service-item dl dd ul li::before {
    content: "·";
    display: block;
  }
  .imine-marketing-service-item:nth-child(2)::before {
    background: url(/images/marketing/ico05.svg) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-marketing-service-item:nth-child(3)::before {
    background: url(/images/marketing/ico06.svg) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-marketing-service-item:nth-child(4)::before {
    background: url(/images/marketing/ico07.svg) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-marketing-planning {
    margin: 0 0 160px 0;
  }
  .imine-marketing-planning-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 64px 0 0 0;
  }
  .imine-marketing-planning-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
  }
  .imine-marketing-planning-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .imine-marketing-planning-item img {
    width: 340px;
  }
  .imine-marketing-planning-item dl {
    min-width: 340px;
    width: 340px;
    margin: 0;
    padding: 0;
  }
  .imine-marketing-planning-item dl dt {
    margin: 0 0 16px 0;
    color: var(--Black, #000);
    /* 본문/중간타이틀 */
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 42px */
  }
  .imine-marketing-planning-item dl dd {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    padding: 0;
  }
  .imine-marketing-planning-item dl dd p {
    color: var(--gray, #8c8c8c);
    /* 본문/description */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-marketing-influencer__img {
    display: flex;
    margin: 64px 0 120px 0;
  }
  .imine-marketing-influencer h3:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 800px) {
  .imine-marketing-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 40px 0 0 0;
  }
  .imine-marketing-list-item {
    display: flex;
    justify-content: flex-end;
    height: 300px;
    padding: 24px;
    border-radius: 16px;
  }
  .imine-marketing-list-item:nth-child(1) {
    background: url(/images/marketing/img01.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-marketing-list-item:nth-child(2) {
    background: url(/images/marketing/img02.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-marketing-list-item:nth-child(2) dl:after {
    background: url(/images/marketing/ico02.svg) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-marketing-list-item:nth-child(3) {
    background: url(/images/marketing/img03.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-marketing-list-item:nth-child(3) dl:after {
    background: url(/images/marketing/ico03.svg) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-marketing-list-item dl {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
  .imine-marketing-list-item dl:after {
    content: "";
    display: block;
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: 64px;
    height: 64px;
    background: url(/images/marketing/ico01.svg) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-marketing-list-item dl dt {
    margin: 0 0 8px 0;
    padding: 0;
    color: var(--White, #fff);
    /* 메인/Sub Title */
    font-family: "neulis-sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
  }
  .imine-marketing-list-item dl dd {
    margin: 0;
    padding: 0;
  }
  .imine-marketing-list-item dl dd strong {
    color: var(--White, #fff);
    /* 본문/영문타이틀 */
    font-family: "neulis-sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 38.4px */
  }
  .imine-marketing-list-item dl dd p {
    margin: 8px 0 0 0;
    color: var(--White, #fff);
    /* 본문/본문 20 B */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
  }
  .imine-marketing-service {
    margin: 0 0 120px 0;
  }
  .imine-marketing-service h4 {
    margin: 40px 0 24px 0;
  }
  .imine-marketing-service-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .imine-marketing-service-item {
    position: relative;
    display: flex;
    gap: 24px;
    padding: 24px 20px;
    border-radius: 16px;
    background: var(--Background, #f6f7fb);
  }
  .imine-marketing-service-item:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -16px;
    width: 32px;
    height: 32px;
    margin-left: -16px;
    background: url(/images/marketing/ico-arrrow.svg) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-marketing-service-item:last-child:after {
    display: none;
  }
  .imine-marketing-service-item::before {
    content: "";
    display: block;
    min-width: 48px;
    width: 48px;
    height: 48px;
    background: url(/images/marketing/ico04.svg) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-marketing-service-item dl {
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin: 0;
    padding: 0;
  }
  .imine-marketing-service-item dl dt {
    min-width: 100%;
    margin: 0;
    padding: 0;
    color: var(--Black, #000);
    font-family: "neulis-sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 28.8px */
  }
  .imine-marketing-service-item dl dt strong {
    display: block;
    margin-bottom: 4px;
    color: var(--MainText, #5d013b);
    /* 메인/Heading Sub Text */
    font-family: "neulis-sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
  }
  .imine-marketing-service-item dl dd {
    margin: 0;
    padding: 0;
  }
  .imine-marketing-service-item dl dd ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .imine-marketing-service-item dl dd ul li {
    display: flex;
    gap: 5px;
    margin: 0;
    padding: 0;
    color: #626262;
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-marketing-service-item dl dd ul li p {
    margin: 0;
  }
  .imine-marketing-service-item dl dd ul li::before {
    content: "·";
    display: block;
  }
  .imine-marketing-service-item:nth-child(2)::before {
    background: url(/images/marketing/ico05.svg) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-marketing-service-item:nth-child(3)::before {
    background: url(/images/marketing/ico06.svg) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-marketing-service-item:nth-child(4)::before {
    background: url(/images/marketing/ico07.svg) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-marketing-planning {
    margin: 0 0 120px 0;
  }
  .imine-marketing-planning-list {
    display: flex;
    flex-direction: column;
    gap: 64px;
    margin: 40px 0 0 0;
  }
  .imine-marketing-planning-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    gap: 40px;
  }
  .imine-marketing-planning-item:nth-child(2n) {
    flex-direction: column;
  }
  .imine-marketing-planning-item img {
    width: 100%;
  }
  .imine-marketing-planning-item dl {
    min-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .imine-marketing-planning-item dl dt {
    margin: 0 0 8px 0;
    color: var(--Black, #000);
    /* 본문/중간타이틀 */
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 36px */
    letter-spacing: -0.48px;
  }
  .imine-marketing-planning-item dl dd {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    padding: 0;
  }
  .imine-marketing-planning-item dl dd p {
    color: var(--gray, #8c8c8c);
    /* 본문/description */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
  }
  .imine-marketing-influencer__img {
    display: flex;
    margin: 40px 0 80px 0;
  }
  .imine-marketing-influencer h3:last-child {
    margin: 0;
  }
}
.imine-production-title {
  display: flex;
  gap: 64px;
}
.imine-production-title h3 {
  width: 400px;
  min-width: 400px;
  margin: 0;
}
@media screen and (max-width: 1440px) {
  .imine-production-title h3 {
    width: 316px;
    min-width: 316px;
  }
}
@media screen and (max-width: 800px) {
  .imine-production-title {
    flex-direction: column;
    gap: 24px;
  }
  .imine-production-title h3 {
    width: 100%;
  }
}
.imine-production-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin: 160px 0 0 0;
}
.imine-production-list-title {
  padding: 80px 0;
  border-top: 1px solid var(--Line, #ebebeb);
  border-bottom: 1px solid var(--Line, #ebebeb);
  color: var(--gray, #8c8c8c);
  text-align: center;
  /* 본문/중간타이틀 */
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 54px */
}
.imine-production-list-item {
  display: flex;
  flex-direction: column;
}
.imine-production-list-item strong {
  display: block;
  color: var(--Black, #000);
  text-align: center;
  /* 메인/Banner Title */
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 48px */
}
.imine-production-list-item p {
  margin: 16px 0 40px 0;
  color: var(--Black, #000);
  text-align: center;
  /* 본문/본문 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.imine-production-list-item img {
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .imine-production-list {
    display: flex;
    flex-direction: column;
    gap: 64px;
    margin: 120px 0 0 0;
  }
  .imine-production-list-title {
    padding: 64px 0;
    color: var(--gray, #8c8c8c);
    text-align: center;
    /* 본문/중간타이틀 */
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 42px */
  }
  .imine-production-list-item {
    display: flex;
    flex-direction: column;
  }
  .imine-production-list-item strong {
    display: block;
    color: var(--Black, #000);
    text-align: center;
    /* 메인/Banner Title */
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 36px */
  }
  .imine-production-list-item p {
    margin: 16px 0 40px 0;
    color: var(--Black, #000);
    text-align: center;
    /* 본문/본문 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-production-list-item img {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .imine-production-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 80px 0 0 0;
  }
  .imine-production-list-title {
    padding: 40px 0;
    color: var(--gray, #8c8c8c);
    text-align: center;
    /* 본문/중간타이틀 */
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 36px */
    letter-spacing: -0.48px;
  }
  .imine-production-list-item {
    display: flex;
    flex-direction: column;
  }
  .imine-production-list-item strong {
    color: var(--Black, #000);
    text-align: center;
    /* 메인/Banner Title */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
  }
  .imine-production-list-item p {
    margin: 8px 0 16px 0;
    color: var(--Black, #000);
    text-align: center;
    /* 본문/본문 */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
  }
  .imine-production-list-item img {
    width: 100%;
    aspect-ratio: 327/233;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 16px;
  }
}
.imine-production-contents-text {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 80px;
}
.imine-production-contents-text h4 {
  min-width: 460px;
}
.imine-production-contents-text ul {
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.imine-production-contents-text ul li {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.imine-production-contents-text ul li img {
  width: 100%;
}
.imine-production-contents-text ul li strong {
  display: block;
  margin: 24px 0 8px 0;
  color: var(--000000, #000);
  text-align: center;
  /* 본문/description title */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.imine-production-contents-text ul li p {
  color: var(--9A9AAF, #9a9aaf);
  text-align: center;
  /* 본문/description */
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 21px */
}
@media screen and (max-width: 1440px) {
  .imine-production-contents-text {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-top: 64px;
  }
  .imine-production-contents-text h4 {
    min-width: 280px;
  }
  .imine-production-contents-text ul {
    display: flex;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .imine-production-contents-text ul li {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
  .imine-production-contents-text ul li img {
    width: 100%;
  }
  .imine-production-contents-text ul li strong {
    display: block;
    margin: 24px 0 8px 0;
    color: var(--000000, #000);
    text-align: center;
    /* 본문/description title */
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 22.5px */
  }
  .imine-production-contents-text ul li p {
    color: var(--9A9AAF, #9a9aaf);
    text-align: center;
    /* 본문/description */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
  }
}
@media screen and (max-width: 1440px) {
  .imine-production-contents-text {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 24px;
    margin-top: 40px;
  }
  .imine-production-contents-text h4 {
    width: 100%;
    text-align: center;
  }
  .imine-production-contents-text ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .imine-production-contents-text ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .imine-production-contents-text ul li img {
    width: 100%;
    max-width: 266px;
  }
  .imine-production-contents-text ul li strong {
    display: block;
    margin: 24px 0 8px 0;
    color: var(--000000, #000);
    text-align: center;
    /* 본문/description title */
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 21px */
  }
  .imine-production-contents-text ul li p {
    color: var(--9A9AAF, #9a9aaf);
    text-align: center;
    /* 본문/description */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
  }
}
.imine-production-cgmp-head {
  margin: 80px 0 40px 0;
}
.imine-production-cgmp-head-title dl {
  margin: 0;
  padding: 0;
}
.imine-production-cgmp-head-title dl dt {
  width: 1040px;
  height: 324px;
  padding: 64px;
  background: url(/images/production/img08.png) no-repeat 50% 50%;
  background-size: cover;
}
.imine-production-cgmp-head-title dl dt strong {
  display: block;
  color: var(--White, #fff);
  text-align: center;
  font-family: "Abhaya Libre", serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 1; /* 96px */
}
.imine-production-cgmp-head-title dl dt p {
  margin: 0;
  color: var(--White, #fff);
  text-align: center;
  /* 본문/상세 타이틀 2 */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
}
.imine-production-cgmp-head-title dl dd {
  position: relative;
  margin: -108px 0 0 0;
  padding: 32px;
  border-radius: 16px;
  background: var(--Light-gray, #f8f8f8);
}
.imine-production-cgmp-head-title dl dd:after {
  content: "";
  display: block;
  position: absolute;
  top: 32px;
  right: 32px;
  width: 136px;
  height: 64px;
  background: url(/images/business/ico-cgmp-iso.svg) no-repeat 50% 50%;
}
.imine-production-cgmp-head-title dl dd h6 {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 16px;
  color: var(--MainText, #5d013b);
  /* 본문/상세 타이틀 2 */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
}
.imine-production-cgmp-head-title dl dd h6::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/images/business/ico-head.svg) no-repeat 50% 50%;
  background-size: cover;
}
.imine-production-cgmp-head-title dl dd ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  padding: 0;
}
.imine-production-cgmp-head-title dl dd ul li {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
}
.imine-production-cgmp-head-title dl dd ul li strong {
  display: block;
  min-width: 88px;
  color: var(--cool-gray, #646f7c);
  /* 본문/description title */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.imine-production-cgmp-head-title dl dd ul li p {
  margin: 0;
  color: var(--cool-gray, #646f7c);
  /* 본문/description */
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 22.5px */
}
@media screen and (max-width: 800px) {
  .imine-production-cgmp-head-title dl dd:after {
    content: "";
    display: block;
    position: relative;
    top: auto;
    right: auto;
    margin-top: 16px;
  }
}
@media screen and (max-width: 1440px) {
  .imine-production-cgmp-head {
    margin: 64px 0 48px 0;
  }
  .imine-production-cgmp-head-title dl {
    margin: 0;
    padding: 0;
  }
  .imine-production-cgmp-head-title dl dt {
    width: 100%;
    height: 224px;
    padding: 56px;
    border-radius: 16px;
  }
  .imine-production-cgmp-head-title dl dt strong {
    font-size: 56px;
  }
  .imine-production-cgmp-head-title dl dt p {
    margin-top: 6px;
    text-align: center;
    /* 본문/상세 타이틀 2 */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
  }
  .imine-production-cgmp-head-title dl dt p br {
    display: none;
  }
  .imine-production-cgmp-head-title dl dd {
    margin: -42px 0 0 0;
    padding: 32px;
    border-radius: 16px;
    background: var(--Light-gray, #f8f8f8);
  }
  .imine-production-cgmp-head-title dl dd h6 {
    display: flex;
    gap: 4px;
    margin-bottom: 16px;
    color: var(--MainText, #5d013b);
    /* 본문/description title */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 22.5px */
  }
  .imine-production-cgmp-head-title dl dd h6::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(/images/business/ico-head.svg) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-production-cgmp-head-title dl dd ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    padding: 0;
  }
  .imine-production-cgmp-head-title dl dd ul li {
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 0;
  }
  .imine-production-cgmp-head-title dl dd ul li strong {
    display: block;
    min-width: 88px;
    color: var(--cool-gray, #646f7c);
    /* 본문/description title */
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
  }
  .imine-production-cgmp-head-title dl dd ul li p {
    margin: 0;
    color: var(--cool-gray, #646f7c);
    /* 본문/description */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
}
@media screen and (max-width: 800px) {
  .imine-production-cgmp-head {
    margin: 40px 0 40px 0;
  }
  .imine-production-cgmp-head-title dl {
    margin: 0;
    padding: 0;
  }
  .imine-production-cgmp-head-title dl dt {
    width: 100%;
    height: 224px;
    padding: 36px;
    border-radius: 16px;
  }
  .imine-production-cgmp-head-title dl dt strong {
    font-size: 32px;
  }
  .imine-production-cgmp-head-title dl dt p {
    margin-top: 4px;
    font-size: 16px;
  }
  .imine-production-cgmp-head-title dl dd {
    margin: -100px 0 0 0;
    padding: 24px 16px;
    border-radius: 16px;
    background: var(--Light-gray, #f8f8f8);
  }
  .imine-production-cgmp-head-title dl dd h6 {
    display: flex;
    gap: 4px;
    margin-bottom: 16px;
    color: var(--MainText, #5d013b);
    /* 본문/description title */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 22.5px */
  }
  .imine-production-cgmp-head-title dl dd h6::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(/images/business/ico-head.svg) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-production-cgmp-head-title dl dd ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    padding: 0;
  }
  .imine-production-cgmp-head-title dl dd ul li {
    display: flex;
    gap: 4px;
    margin: 0;
    padding: 0;
  }
  .imine-production-cgmp-head-title dl dd ul li strong {
    display: block;
    min-width: 80px;
    color: var(--cool-gray, #646f7c);
    /* 본문/description title */
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
  }
  .imine-production-cgmp-head-title dl dd ul li p {
    font-size: 14px;
  }
}
.imine-production-cgmp-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.imine-production-cgmp-list-item img {
  position: relative;
  z-index: 10;
  width: 100%;
}
.imine-production-cgmp-list-item dl {
  position: relative;
  z-index: 20;
  margin: -23px 0 0 0;
  padding: 32px;
  border-radius: 16px;
  background: var(--Background, #f6f7fb);
}
.imine-production-cgmp-list-item dl dt {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 16px;
  color: var(--MainText, #5d013b);
  /* 본문/상세 타이틀 2 */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
}
.imine-production-cgmp-list-item dl dt::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/images/business/ico-head.svg) no-repeat 50% 50%;
  background-size: cover;
}
.imine-production-cgmp-list-item dl dd {
  margin: 0;
  padding: 0;
}
.imine-production-cgmp-list-item dl dd ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.imine-production-cgmp-list-item dl dd ul li {
  display: flex;
  gap: 4px;
  margin: 0;
  padding: 0;
  color: var(--cool-gray, #646f7c);
  /* 본문/description */
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 22.5px */
}
.imine-production-cgmp-list-item dl dd ul li:before {
  content: "·";
  display: block;
}
@media screen and (max-width: 1440px) {
  .imine-production-cgmp-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .imine-production-cgmp-list-item img {
    position: relative;
    z-index: 10;
    width: 100%;
  }
  .imine-production-cgmp-list-item dl {
    position: relative;
    z-index: 20;
    margin: -23px 0 0 0;
    padding: 32px;
    border-radius: 16px;
    background: var(--Background, #f6f7fb);
  }
  .imine-production-cgmp-list-item dl dt {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 16px;
    color: var(--MainText, #5d013b);
    /* 본문/상세 타이틀 2 */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
  }
  .imine-production-cgmp-list-item dl dt::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(/images/business/ico-head.svg) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-production-cgmp-list-item dl dd {
    margin: 0;
    padding: 0;
  }
  .imine-production-cgmp-list-item dl dd ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .imine-production-cgmp-list-item dl dd ul li {
    display: flex;
    gap: 4px;
    margin: 0;
    padding: 0;
    color: var(--cool-gray, #646f7c);
    /* 본문/description */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-production-cgmp-list-item dl dd ul li:before {
    content: "·";
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .imine-production-cgmp-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .imine-production-cgmp-list-item img {
    position: relative;
    z-index: 10;
    width: 100%;
  }
  .imine-production-cgmp-list-item dl {
    position: relative;
    z-index: 20;
    margin: -23px 0 0 0;
    padding: 32px;
    border-radius: 16px;
    background: var(--Background, #f6f7fb);
  }
  .imine-production-cgmp-list-item dl dt {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 16px;
    color: var(--MainText, #5d013b);
    /* 본문/상세 타이틀 2 */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
  }
  .imine-production-cgmp-list-item dl dt::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(/images/business/ico-head.svg) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-production-cgmp-list-item dl dd {
    margin: 0;
    padding: 0;
  }
  .imine-production-cgmp-list-item dl dd ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .imine-production-cgmp-list-item dl dd ul li {
    display: flex;
    gap: 4px;
    margin: 0;
    padding: 0;
    color: var(--cool-gray, #646f7c);
    color: var(--cool-gray, #646f7c);
    /* 본문/description */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
  }
  .imine-production-cgmp-list-item dl dd ul li:before {
    content: "·";
    display: block;
  }
}
.imine-certification-head {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  height: 320px;
  margin: 80px 0 64px 0;
  background: url(/images/certification/img01.png) no-repeat 50% 50%;
  background-size: cover;
  border-radius: 16px;
}
.imine-certification-head strong {
  color: var(--White, #fff);
  text-align: center;
  /* 본문/세부타이틀 */
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 42px */
}
.imine-certification-head p {
  margin: 0;
  color: var(--White, #fff);
  text-align: center;
  /* 본문/본문 20 B */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
  letter-spacing: -0.2px;
}
.imine-certification-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.imine-certification-list-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.imine-certification-list-item {
  height: 508px;
  padding: 40px;
  border-radius: 24px;
}
.imine-certification-list-item-type01 {
  background: #62023a url(/images/certification/img02.png) no-repeat 100% 50%;
  background-size: cover;
}
.imine-certification-list-item-type01 dl {
  margin: 0;
  padding: 0;
}
.imine-certification-list-item-type01 dl dt {
  margin: 0 0 24px 0;
  padding: 0;
  color: var(--White, #fff);
  /* 본문/영문 대시보드 */
  font-family: "neulis-sans";
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 76.8px */
}
.imine-certification-list-item-type01 dl dd {
  margin: 0;
  padding: 0;
}
.imine-certification-list-item-type01 dl dd strong {
  color: var(--White, #fff);
  /* 본문/상세 타이틀 1-국문 */
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
}
.imine-certification-list-item-type01 dl dd p {
  margin: 16px 0 0 0;
  padding: 0;
  color: var(--White, #fff);
  /* 본문/본문 20 B */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
  letter-spacing: -0.2px;
}
.imine-certification-list-item-type02 {
  background: var(--background-pink, #f7f2f5);
}
.imine-certification-list-item-type02 dl {
  margin: 0;
  padding: 0;
}
.imine-certification-list-item-type02 dl dt {
  margin: 0 0 24px 0;
  padding: 0;
  color: var(--MainText, #5d013b);
  /* 본문/영문 대시보드 */
  font-family: "neulis-sans";
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 76.8px */
}
.imine-certification-list-item-type02 dl dd {
  margin: 0;
  padding: 0;
}
.imine-certification-list-item-type02 dl dd strong {
  display: block;
  margin-bottom: 16px;
  color: var(--MainText, #5d013b);
  /* 본문/상세 타이틀 1-국문 */
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
}
.imine-certification-list-item-type02 dl dd ul {
  margin: 0;
  padding: 0;
}
.imine-certification-list-item-type02 dl dd ul li {
  display: flex;
  gap: 5px;
  margin: 0;
  padding: 0;
  color: var(--Black, #000);
  /* 본문/본문 20 B */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
  letter-spacing: -0.2px;
}
.imine-certification-list-item-type02 dl dd ul li::before {
  content: "·";
  display: block;
}
.imine-certification-list-item-type02 dl dd p {
  margin: 0;
  color: var(--Black, #000);
  /* 본문/본문 20 B */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
  letter-spacing: -0.2px;
}
.imine-certification-list-item-type03 {
  height: auto;
  border-radius: 24px;
  background: var(--Background, #f6f7fb);
}
.imine-certification-list-item-type03 dl {
  margin: 0;
  padding: 0;
}
.imine-certification-list-item-type03 dl dt {
  margin: 0;
  padding: 9px 0 0 0;
  color: var(--Black, #000);
  /* 본문/상세 타이틀 1-국문 */
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
}
.imine-certification-list-item-type03 dl dd {
  margin: 24px 0 0 0;
  padding: 0 0 10px 0;
  color: var(--Sub, #9a9aaf);
  /* 본문/본문 20 B */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
  letter-spacing: -0.2px;
}
.imine-certification-list-item-type03-bg {
  background: url(/images/certification/img03.png) no-repeat 50% 50%;
  background-size: 508px 242px;
}
.imine-certification-text {
  margin-top: 64px;
}
.imine-certification-text ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.imine-certification-text ul li {
  margin: 0;
  padding: 0;
  color: var(--gray, #8c8c8c);
  /* 본문/본문 16 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.imine-certification-text ul li strong {
  font-weight: 600;
}
@media screen and (max-width: 1440px) {
  .imine-certification-head {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    height: 273px;
    margin: 64px 0 48px 0;
    background: url(/images/certification/img01.png) no-repeat 50% 50%;
    background-size: cover;
    border-radius: 20px;
  }
  .imine-certification-head strong {
    color: var(--White, #fff);
    text-align: center;
    /* 본문/세부타이틀 */
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
  }
  .imine-certification-head p {
    color: var(--White, #fff);
    text-align: center;
    /* 본문/본문 20 B */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
  }
  .imine-certification-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .imine-certification-list-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .imine-certification-list-item {
    height: auto;
    padding: 40px 32px;
    border-radius: 20px;
  }
  .imine-certification-list-item-type01 {
    height: 306px;
    background: #62023a url(/images/certification/img02.png) no-repeat 100% 70%;
    background-size: 508px 508px;
  }
  .imine-certification-list-item-type01 dl {
    display: flex;
    gap: 40px;
    margin: 0;
    padding: 0;
  }
  .imine-certification-list-item-type01 dl dt {
    min-width: 134px;
    width: 134px;
    margin: 0 0 24px 0;
    color: var(--White, #fff);
    /* 본문/영문 대시보드 */
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 57.6px */
  }
  .imine-certification-list-item-type01 dl dd {
    margin: 0;
    padding: 0;
  }
  .imine-certification-list-item-type01 dl dd strong {
    color: var(--White, #fff);
    /* 본문/상세 타이틀 1-국문 */
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
  }
  .imine-certification-list-item-type01 dl dd p {
    margin: 16px 0 0 0;
    padding: 0;
    color: var(--White, #fff);
    /* 본문/본문 20 B */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
  }
  .imine-certification-list-item-type02 {
    background: var(--background-pink, #f7f2f5);
  }
  .imine-certification-list-item-type02 dl {
    display: flex;
    gap: 40px;
    margin: 0;
    padding: 0;
  }
  .imine-certification-list-item-type02 dl dt {
    min-width: 134px;
    width: 134px;
    margin: 0 0 24px 0;
    padding: 0;
    color: var(--MainText, #5d013b);
    /* 본문/영문 대시보드 */
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 57.6px */
  }
  .imine-certification-list-item-type02 dl dd {
    margin: 0;
    padding: 0;
  }
  .imine-certification-list-item-type02 dl dd strong {
    display: block;
    margin-bottom: 16px;
    color: var(--MainText, #5d013b);
    /* 본문/상세 타이틀 1-국문 */
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
  }
  .imine-certification-list-item-type02 dl dd ul {
    margin: 0;
    padding: 0;
  }
  .imine-certification-list-item-type02 dl dd ul li {
    display: flex;
    gap: 5px;
    color: var(--Black, #000);
    /* 본문/본문 20 B */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
  }
  .imine-certification-list-item-type02 dl dd ul li::before {
    content: "·";
    display: block;
  }
  .imine-certification-list-item-type02 dl dd p {
    margin: 0;
    color: var(--Black, #000);
    /* 본문/본문 20 B */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
  }
  .imine-certification-list-item-type03 {
    height: auto;
    border-radius: 20px;
    background: var(--Background, #f6f7fb);
  }
  .imine-certification-list-item-type03 dl {
    display: flex;
    gap: 24px;
    margin: 0;
    padding: 0;
  }
  .imine-certification-list-item-type03 dl dt {
    min-width: 134px;
    width: 134px;
    margin: 0 0 24px 0;
    padding: 0;
    color: var(--Black, #000);
    /* 본문/상세 타이틀 1-국문 */
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
  }
  .imine-certification-list-item-type03 dl dd {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: var(--Sub, #9a9aaf);
    /* 본문/본문 20 B */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
  }
  .imine-certification-list-item-type03-bg {
    background: var(--Background, #f6f7fb) url(/images/certification/img03.png) no-repeat 100% 50%;
    background-size: 100% auto;
  }
  .imine-certification-text {
    margin-top: 48px;
  }
  .imine-certification-text ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .imine-certification-text ul li {
    margin: 0;
    padding: 0;
    color: var(--gray, #8c8c8c);
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .imine-certification-text ul li strong {
    font-weight: 600;
  }
}
@media screen and (max-width: 800px) {
  .imine-certification-head {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    height: auto;
    margin: 40px 0 40px 0;
    background: url(/images/certification/img01-mo.png) no-repeat 50% 50%;
    background-size: cover;
    border-radius: 16px;
    aspect-ratio: 1/1;
  }
  .imine-certification-head strong {
    color: var(--White, #fff);
    text-align: center;
    /* 본문/세부타이틀 */
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 33px */
  }
  .imine-certification-head p {
    color: var(--White, #fff);
    text-align: center;
    /* 본문/본문 20 B */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
  }
  .imine-certification-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .imine-certification-list-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .imine-certification-list-item {
    height: auto;
    padding: 24px 16px;
    border-radius: 16px;
  }
  .imine-certification-list-item-type01 {
    height: auto;
    background: #5d013b url(/images/certification/img02.png) no-repeat 100% 100%;
    background-size: 100% auto;
    aspect-ratio: 327/315;
  }
  .imine-certification-list-item-type01 dl {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    padding: 0;
  }
  .imine-certification-list-item-type01 dl dt {
    min-width: 134px;
    width: 134px;
    margin: 0 0 0 0;
    color: var(--White, #fff);
    /* 본문/영문 대시보드 */
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 48px */
  }
  .imine-certification-list-item-type01 dl dd {
    margin: 0;
    padding: 0;
  }
  .imine-certification-list-item-type01 dl dd strong {
    color: var(--White, #fff);
    /* 본문/상세 타이틀 1-국문 */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
  }
  .imine-certification-list-item-type01 dl dd p {
    margin: 8px 0 0 0;
    padding: 0;
    color: var(--White, #fff);
    /* 본문/본문 20 B */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
  }
  .imine-certification-list-item-type02 {
    background: var(--background-pink, #f7f2f5);
  }
  .imine-certification-list-item-type02 dl {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    padding: 0;
  }
  .imine-certification-list-item-type02 dl dt {
    min-width: 134px;
    width: 134px;
    margin: 0 0 0 0;
    padding: 0;
    color: var(--MainText, #5d013b);
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 48px */
  }
  .imine-certification-list-item-type02 dl dd {
    margin: 0;
    padding: 0;
  }
  .imine-certification-list-item-type02 dl dd strong {
    display: block;
    margin-bottom: 8px;
    color: var(--MainText, #5d013b);
    /* 본문/상세 타이틀 1-국문 */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
  }
  .imine-certification-list-item-type02 dl dd ul {
    margin: 0;
    padding: 0;
  }
  .imine-certification-list-item-type02 dl dd ul li {
    display: flex;
    gap: 5px;
    color: var(--Black, #000);
    /* 본문/본문 20 B */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
  }
  .imine-certification-list-item-type02 dl dd ul li::before {
    content: "·";
    display: block;
  }
  .imine-certification-list-item-type02 dl dd p {
    margin: 0;
    color: var(--Black, #000);
    /* 본문/본문 20 B */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
  }
  .imine-certification-list-item-type03 {
    height: auto;
    border-radius: 20px;
    background: var(--Background, #f6f7fb);
  }
  .imine-certification-list-item-type03 dl {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    padding: 0;
  }
  .imine-certification-list-item-type03 dl dt {
    min-width: 134px;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0;
    color: var(--Black, #000);
    /* 본문/상세 타이틀 1-국문 */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
  }
  .imine-certification-list-item-type03 dl dd {
    color: var(--Sub, #9a9aaf);
    /* 본문/본문 20 B */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
  }
  .imine-certification-list-item-type03-bg {
    background: var(--Background, #f6f7fb) url(/images/certification/img03.png) no-repeat 100% 0%;
    background-size: 50% auto;
  }
  .imine-certification-text {
    margin-top: 40px;
  }
  .imine-certification-text ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .imine-certification-text ul li {
    margin: 0;
    padding: 0;
    color: var(--gray, #8c8c8c);
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .imine-certification-text ul li strong {
    font-weight: 600;
  }
}
.imine-esg section {
  margin-bottom: 160px;
}
.imine-esg-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 240px;
  margin: 24px 0 48px 0;
  background: url(/images/esg/img01.png) no-repeat 50% 50%;
  background-size: cover;
  border-radius: 24px;
}
.imine-esg-title h4 {
  color: #fff;
}
.imine-esg-text {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.imine-esg-history-title {
  position: relative;
  margin: 0 0 80px 0;
  color: var(--gray, #8c8c8c);
  text-align: center;
  /* 본문/Count */
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 42px */
}
.imine-esg-history-head {
  position: relative;
  display: flex;
  gap: 24px;
  height: 460px;
  margin-bottom: 160px;
  overflow: hidden;
  border-radius: 24px;
}
.imine-esg-history-head__img {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/images/esg/img02.png) no-repeat 50% 50%;
  background-size: cover;
  border-radius: 24px;
  transform: translateX(-50%);
}
.imine-esg-history-head__text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50%;
  border-radius: 24px;
  background: #d32767;
  color: var(--White, #fff);
  text-align: center;
  transform: translateX(100%);
  color: var(--White, #fff);
  text-align: center;
  /* 본문/본문 20 B */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
  letter-spacing: -0.2px;
}
.imine-esg-history-list {
  width: 480px;
  margin: 0 auto;
}
.imine-esg-history-list dl {
  margin: 0 0 64px 0;
  padding: 0 0 64px 0;
  border-bottom: 1px solid #ae809d;
}
.imine-esg-history-list dl:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.imine-esg-history-list dl dt {
  margin: 0 0 24px 0;
  padding: 0;
  color: var(--Black, #000);
  text-align: center;
  /* 본문/중간타이틀 */
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 54px */
}
.imine-esg-history-list dl dd {
  margin: 0;
  padding: 0;
  color: var(--Black, #000);
  text-align: center;
  /* 본문/본문 20 */
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.2px;
  word-break: keep-all;
}
.imine-esg-history-text {
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 160px 0 0 0;
}
.imine-esg-history-text dl {
  margin: 0;
  padding: 0;
}
.imine-esg-history-text dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 330px;
  height: 330px;
  margin: 0;
  padding: 0;
  color: var(--White, #fff);
  text-align: center;
  /* 본문/영문 대시보드 */
  font-family: "neulis-sans";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 76.8px */
}
.imine-esg-history-text dl dd {
  margin: 32px 0 0 0;
  padding: 0;
  color: var(--Black, #000);
  text-align: center;
  /* 본문/description title */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.imine-esg-history-text dl:nth-child(1) dt {
  background: url(/images/esg/img03.png) no-repeat 50% 50%;
  background-size: cover;
}
.imine-esg-history-text dl:nth-child(2) dt {
  background: url(/images/esg/img04.png) no-repeat 50% 50%;
  background-size: cover;
}
.imine-esg-history-text dl:nth-child(3) dt {
  background: url(/images/esg/img05.png) no-repeat 50% 50%;
  background-size: cover;
}
.imine-esg-foot-img {
  display: flex;
  margin: 24px 0 48px 0;
}
.imine-esg-foot h4 {
  margin: 0 0 24px 0;
}
@media screen and (max-width: 1440px) {
  .imine-esg section {
    margin-bottom: 120px;
  }
  .imine-esg-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 233px;
    margin: 24px 0 48px 0;
    background: url(/images/esg/img01.png) no-repeat 50% 50%;
    background-size: cover;
    border-radius: 20px;
  }
  .imine-esg-title h4 {
    color: #fff;
  }
  .imine-esg-text {
    display: flex;
    justify-content: space-between;
  }
  .imine-esg-text h4 {
    min-width: 200px;
  }
  .imine-esg-history-title {
    position: relative;
    margin: 0 0 64px 0;
    color: var(--gray, #8c8c8c);
    text-align: center;
    /* 본문/Count */
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 36px */
  }
  .imine-esg-history-head {
    position: relative;
    display: flex;
    gap: 24px;
    height: 318px;
    margin-bottom: 120px;
    overflow: hidden;
    border-radius: 20px;
  }
  .imine-esg-history-head__img {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/images/esg/img02.png) no-repeat 50% 50%;
    background-size: cover;
    border-radius: 20px;
    transform: translateX(-50%);
  }
  .imine-esg-history-head__text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50%;
    border-radius: 20px;
    background: #d32767;
    color: var(--White, #fff);
    text-align: center;
    transform: translateX(100%);
    /* 본문/본문 20 B */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
  }
  .imine-esg-history-list {
    width: 320px;
    margin: 0 auto;
  }
  .imine-esg-history-list dl {
    margin: 0 0 48px 0;
    padding: 0 0 48px 0;
    border-bottom: 1px solid #ae809d;
  }
  .imine-esg-history-list dl:last-child {
    margin: 0;
    padding: 0;
    border: none;
  }
  .imine-esg-history-list dl dt {
    margin: 0 0 24px 0;
    padding: 0;
    color: var(--Black, #000);
    text-align: center;
    /* 본문/중간타이틀 */
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 42px */
  }
  .imine-esg-history-list dl dd {
    color: var(--Black, #000);
    text-align: center;
    /* 본문/본문 20 */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
  }
  .imine-esg-history-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 120px 0 0 0;
  }
  .imine-esg-history-text dl {
    width: 232px;
    margin: 0;
    padding: 0;
  }
  .imine-esg-history-text dl dt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 232px;
    height: 232px;
    margin: 0;
    padding: 0;
    color: var(--White, #fff);
    text-align: center;
    /* 본문/영문 대시보드 */
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 57.6px */
  }
  .imine-esg-history-text dl dd {
    margin: 24px 0 0 0;
    padding: 0;
    color: var(--Black, #000);
    text-align: center;
    /* 본문/description title */
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 22.5px */
    word-break: keep-all;
  }
  .imine-esg-foot-img {
    display: flex;
    margin: 24px 0 48px 0;
  }
  .imine-esg-foot h4 {
    margin: 0 0 24px 0;
  }
}
@media screen and (max-width: 800px) {
  .imine-esg section {
    margin-bottom: 80px;
  }
  .imine-esg-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 327px;
    min-height: 327px;
    margin: 24px 0 24px 0;
    background: url(/images/esg/img01-mo.png) no-repeat 50% 50%;
    background-size: cover;
    border-radius: 16px;
    text-align: center;
  }
  .imine-esg-title h4 {
    color: #fff;
  }
  .imine-esg-text {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 24px;
  }
  .imine-esg-history-title {
    position: relative;
    margin: 0 0 40px 0;
    color: var(--gray, #8c8c8c);
    text-align: center;
    /* 본문/Count */
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
  }
  .imine-esg-history-head {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: auto;
    width: 327px;
    margin: 0 auto;
    margin-bottom: 80px;
    overflow: hidden;
    border-radius: 24px;
  }
  .imine-esg-history-head__img {
    content: "";
    display: block;
    width: 327px;
    height: 327px;
    background: url(/images/esg/img02.png) no-repeat 50% 50%;
    background-size: cover;
    border-radius: 24px;
    transform: none !important;
  }
  .imine-esg-history-head__text {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 327px;
    height: 327px;
    border-radius: 24px;
    background: #d32767;
    color: var(--White, #fff);
    text-align: center;
    transform: none !important;
    color: var(--White, #fff);
    text-align: center;
    /* 본문/본문 20 B */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
  }
  .imine-esg-history-list {
    width: 320px;
    margin: 0 auto;
  }
  .imine-esg-history-list dl {
    margin: 0 0 32px 0;
    padding: 0 0 32px 0;
  }
  .imine-esg-history-list dl dt {
    margin: 0 0 8px 0;
    padding: 0;
    color: var(--Black, #000);
    text-align: center;
    /* 본문/중간타이틀 */
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 36px */
    letter-spacing: -0.48px;
  }
  .imine-esg-history-list dl dd {
    color: var(--Black, #000);
    text-align: center;
    /* 본문/본문 20 */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
  }
  .imine-esg-history-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 25px;
    margin: 80px 0 0 0;
  }
  .imine-esg-history-text dl {
    width: 288px;
    margin: 0;
    padding: 0;
  }
  .imine-esg-history-text dl dt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 288px;
    height: 288px;
    margin: 0;
    padding: 0;
    color: var(--White, #fff);
    text-align: center;
    /* 본문/영문 대시보드 */
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 48px */
  }
  .imine-esg-history-text dl dd {
    margin: 24px 0 0 0;
    color: var(--Black, #000);
    text-align: center;
    /* 본문/description title */
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 21px */
  }
  .imine-esg-foot-img {
    display: flex;
    margin: 24px 0 24px 0;
  }
  .imine-esg-foot h4 {
    margin: 0 0 24px 0;
  }
}
.imine-qna {
  margin: 80px 0 0 0;
}
.imine-qna-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 40px 0;
}
.imine-qna-head h5 {
  color: var(--Black, #000);
  /* 본문/상세 타이틀 1-국문 */
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
}
.imine-qna-head p {
  color: var(--Sub, #9a9aaf);
  /* 본문/description */
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.imine-qna-head p span {
  color: var(--CI, #cf035b);
}
.imine-qna-agree {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ebebeb;
}
.imine-qna-agree__title {
  margin: 0 0 16px 0;
  color: var(--Black, #000);
  /* 본문/상세 타이틀 1-국문 */
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
}
.imine-qna-agree__contents {
  margin: 0 0 16px 0;
  padding: 18px 24px;
  border-radius: 8px;
  border: 1px solid var(--Line, #ebebeb);
  background: var(--White, #fff);
}
.imine-qna-agree__contents table th,
.imine-qna-agree__contents table td {
  padding: 3px 0;
  color: var(--gray, #8c8c8c);
  /* 본문/본문 16 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.imine-qna-agree__contents table th {
  min-width: 80px;
  text-align: left;
}
.imine-qna-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 80px;
}
.imine-qna-button button {
  min-width: 160px;
}
@media screen and (max-width: 1440px) {
  .imine-qna {
    margin: 64px 0 0 0;
  }
  .imine-qna-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 40px 0;
  }
  .imine-qna-head h5 {
    color: var(--Black, #000);
    /* 본문/상세 타이틀 1-국문 */
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
  }
  .imine-qna-head p {
    color: var(--Sub, #9a9aaf);
    /* 본문/description */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
  .imine-qna-agree {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #ebebeb;
  }
  .imine-qna-agree__title {
    margin: 0 0 16px 0;
    color: var(--Black, #000);
    /* 본문/상세 타이틀 1-국문 */
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
  }
  .imine-qna-agree__contents {
    margin: 0 0 16px 0;
    padding: 18px 24px;
    border-radius: 8px;
    border: 1px solid var(--Line, #ebebeb);
    background: var(--White, #fff);
  }
  .imine-qna-agree__contents table th,
  .imine-qna-agree__contents table td {
    padding: 3px 0;
    color: var(--gray, #8c8c8c);
    /* 본문/본문 16 */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  .imine-qna-agree__contents table th {
    min-width: 80px;
    text-align: left;
  }
  .imine-qna-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    margin-top: 64px;
  }
  .imine-qna-button button {
    min-width: 120px;
  }
}
@media screen and (max-width: 800px) {
  .imine-qna {
    margin: 40px 0 0 0;
  }
  .imine-qna-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 24px 0;
  }
  .imine-qna-head h5 {
    color: var(--Black, #000);
    /* 본문/상세 타이틀 1-국문 */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
  }
  .imine-qna-head p {
    color: var(--Sub, #9a9aaf);
    /* 본문/description */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
  .imine-qna-agree {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #ebebeb;
  }
  .imine-qna-agree__title {
    margin: 0 0 16px 0;
    color: var(--Black, #000);
    /* 본문/상세 타이틀 1-국문 */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
  }
  .imine-qna-agree__contents {
    margin: 0 0 16px 0;
    padding: 18px 22px;
    border-radius: 8px;
    border: 1px solid var(--Line, #ebebeb);
    background: var(--White, #fff);
  }
  .imine-qna-agree__contents table th,
  .imine-qna-agree__contents table td {
    padding: 3px 0;
    color: var(--gray, #8c8c8c);
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-qna-agree__contents table th {
    min-width: 78px;
    text-align: left;
  }
  .imine-qna-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    margin-top: 40px;
  }
  .imine-qna-button button {
    min-width: 120px;
    width: 100%;
  }
}
.imine-faq-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 80px 0 0 0;
  padding: 32px;
  border-radius: 16px;
  border: 1px solid var(--Line, #ebebeb);
  background: var(--White, #fff);
}
.imine-faq-info dl {
  margin: 0;
  padding: 0;
}
.imine-faq-info dl dt {
  margin: 0 0 4px 0;
  padding: 0;
  color: var(--Black, #000);
  /* 본문/상세 타이틀 2 */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
}
.imine-faq-info dl dd {
  margin: 0;
  padding: 0;
  color: var(--Black, #000);
  /* 본문/본문 16 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.imine-faq-info dl dd p {
  margin: 16px 0 0 0;
  color: var(--Sub, #9a9aaf);
  /* 본문/본문 16 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media screen and (max-width: 1440px) {
  .imine-faq-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 64px 0 0 0;
    padding: 32px;
    border-radius: 16px;
    border: 1px solid var(--Line, #ebebeb);
    background: var(--White, #fff);
  }
  .imine-faq-info dl {
    margin: 0;
    padding: 0;
  }
  .imine-faq-info dl dt {
    margin: 0 0 4px 0;
    color: var(--Black, #000);
    /* 본문/상세 타이틀 2 */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
  }
  .imine-faq-info dl dd {
    color: var(--Black, #000);
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-faq-info dl dd p {
    margin: 16px 0 0 0;
    color: var(--Sub, #9a9aaf);
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
}
@media screen and (max-width: 800px) {
  .imine-faq-info {
    align-items: flex-start;
    flex-direction: column;
    margin: 64px 0 0 0;
    padding: 24px;
    border-radius: 12px;
  }
  .imine-faq-info dl {
    margin: 0;
    padding: 0;
  }
  .imine-faq-info dl dt {
    margin: 0 0 4px 0;
    color: var(--Black, #000);
    /* 본문/상세 타이틀 2 */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
  }
  .imine-faq-info dl dd {
    color: var(--Black, #000);
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-faq-info dl dd p {
    margin: 16px 0 0 0;
    color: var(--Sub, #9a9aaf);
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-faq-info button {
    width: 100%;
  }
}
.imine-newsletter {
  margin: 48px 0 80px 0;
  padding: 0 0 80px 0;
  border-bottom: 1px solid #ebebeb;
}
.imine-newsletter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 240px;
  margin-bottom: 48px;
  padding: 64px;
  background: url(/images/newsletter/pc.png) no-repeat 50% 50%;
  background-size: cover;
  border-radius: 24px;
}
.imine-newsletter-head__text strong {
  color: var(--White, #fff);
  /* 본문/중간타이틀 */
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 54px */
}
.imine-newsletter-head__text p {
  margin-top: 12px;
  color: var(--White, #fff);
  /* 본문/본문 16 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.imine-newsletter-head .imine-btn {
  color: var(--White, #fff);
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  color: var(--White, #fff);
}
.imine-newsletter-body {
  margin-bottom: 48px;
}
.imine-newsletter-body .imine-form {
  margin-bottom: 40px;
}
.imine-newsletter-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.imine-newsletter-button .imine-btn {
  min-width: 240px;
}
@media screen and (max-width: 1440px) {
  .imine-newsletter {
    margin: 40px 0 64px 0;
    padding: 0 0 64px 0;
    border-bottom: 1px solid #ebebeb;
  }
  .imine-newsletter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 233px;
    margin-bottom: 40px;
    padding: 48px;
    background: url(/images/newsletter/ta.png) no-repeat 50% 50%;
    background-size: cover;
    border-radius: 20px;
  }
  .imine-newsletter-head__text strong {
    color: var(--White, #fff);
    /* 본문/중간타이틀 */
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 42px */
  }
  .imine-newsletter-head__text p {
    margin-top: 4px;
    color: var(--White, #fff);
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-newsletter-body {
    margin-bottom: 40px;
  }
  .imine-newsletter-body .imine-form {
    margin-bottom: 40px;
  }
  .imine-newsletter-button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 800px) {
  .imine-newsletter {
    margin: 24px 0 40px 0;
    padding: 0 0 40px 0;
    border-bottom: 1px solid #ebebeb;
  }
  .imine-newsletter-head {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 44px;
    height: 327px;
    margin-bottom: 24px;
    padding: 48px;
    background: url(/images/newsletter/ta.png) no-repeat 50% 50%;
    background-size: cover;
    border-radius: 20px;
  }
  .imine-newsletter-head__text {
    text-align: center;
  }
  .imine-newsletter-head__text strong {
    color: var(--White, #fff);
    text-align: center;
    /* 본문/중간타이틀 */
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 36px */
    letter-spacing: -0.48px;
  }
  .imine-newsletter-head__text p {
    margin-top: 8px;
    color: var(--White, #fff);
    text-align: center;
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-newsletter-body {
    margin-bottom: 24px;
  }
  .imine-newsletter-body .imine-form {
    margin-bottom: 24px;
  }
  .imine-newsletter-button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .imine-newsletter-button button {
    width: 100%;
  }
}
.imine-company__img {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin: 40px 0 80px 0;
}
@media screen and (max-width: 1440px) {
  .imine-company__img {
    gap: 64px;
    margin: 40px 0 64px 0;
  }
}
@media screen and (max-width: 800px) {
  .imine-company__img {
    gap: 40px;
    margin: 24px 0 40px 0;
  }
}
.imine-ideology__img {
  display: flex;
  margin-top: 80px;
}
.imine-ideology h4 {
  margin-top: 80px;
}
.imine-ideology p {
  margin-top: 24px;
}
@media screen and (max-width: 1440px) {
  .imine-ideology__img {
    margin-top: 64px;
  }
  .imine-ideology h4 {
    margin-top: 64px;
  }
  .imine-ideology p {
    margin-top: 24px;
  }
}
@media screen and (max-width: 800px) {
  .imine-ideology__img {
    margin-top: 40px;
  }
  .imine-ideology h4 {
    margin-top: 40px;
  }
  .imine-ideology p {
    margin-top: 24px;
  }
}
.imine-achievements {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 80px 0 0 0;
}
.imine-achievements-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.imine-achievements-list dl {
  margin: 0;
  padding: 24px 0 0 0;
  border-top: 1px solid var(--CI, #cf035b);
}
.imine-achievements-list dl dt {
  margin: 0 0 8px 0;
  padding: 0;
  color: var(--CI, #cf035b);
  /* 본문/Count */
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 42px */
}
.imine-achievements-list dl dd {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  padding: 0;
}
.imine-achievements-list dl dd p {
  color: var(--Black, #000);
  /* 본문/description */
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 22.5px */
}
@media screen and (max-width: 1440px) {
  .imine-achievements {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 64px 0 0 0;
  }
  .imine-achievements-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .imine-achievements-list dl {
    margin: 0;
    padding: 16px 0 0 0;
    border-top: 1px solid var(--CI, #cf035b);
  }
  .imine-achievements-list dl dt {
    margin: 0 0 8px 0;
    color: var(--CI, #cf035b);
    /* 본문/Count */
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 36px */
  }
  .imine-achievements-list dl dd {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    padding: 0;
  }
  .imine-achievements-list dl dd p {
    color: var(--Black, #000);
    /* 본문/description */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 21px */
  }
}
@media screen and (max-width: 800px) {
  .imine-achievements {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 40px 0 0 0;
  }
  .imine-achievements-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .imine-achievements-list dl {
    margin: 0;
    padding: 16px 0 24px 0;
    border-top: 1px solid var(--CI, #cf035b);
  }
  .imine-achievements-list dl dt {
    margin: 0 0 8px 0;
    color: var(--CI, #cf035b);
    /* 본문/Count */
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
  }
  .imine-achievements-list dl dd {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    padding: 0;
  }
  .imine-achievements-list dl dd p {
    color: var(--Black, #000);
    /* 본문/description */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
  }
}
.imine-orgchart {
  margin: 80px 0 0 0;
  overflow-x: auto;
}
.imine-orgchart img {
  min-width: 480px;
}
@media screen and (max-width: 1440px) {
  .imine-orgchart {
    margin-top: 64px;
  }
}
@media screen and (max-width: 800px) {
  .imine-orgchart {
    margin-top: 40px;
  }
}
.imine-logosystem {
  margin-top: 80px;
}
.imine-logosystem h4 {
  margin-bottom: 8px;
}
.imine-logosystem > p {
  color: var(--Black, #000);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
}
.imine-logosystem__logo {
  display: flex;
  margin-top: 24px;
  padding: 80px 0;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 16px;
  background: #f6f7fb;
}
.imine-logosystem__logo img {
  width: 232px;
}
.imine-logosystem__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}
@media screen and (max-width: 1440px) {
  .imine-logosystem {
    margin-top: 64px;
  }
  .imine-logosystem h4 {
    margin-bottom: 8px;
  }
  .imine-logosystem > p {
    color: var(--Black, #000);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-logosystem__logo {
    display: flex;
    margin-top: 24px;
    padding: 80px 0;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 16px;
    background: #f6f7fb;
  }
  .imine-logosystem__logo img {
    width: 160px;
  }
  .imine-logosystem__button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 800px) {
  .imine-logosystem {
    margin-top: 40px;
  }
  .imine-logosystem h4 {
    margin-bottom: 8px;
  }
  .imine-logosystem > p {
    color: var(--Black, #000);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
  }
  .imine-logosystem__logo {
    display: flex;
    margin-top: 16px;
    padding: 80px 0;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 16px;
    background: #f6f7fb;
  }
  .imine-logosystem__logo img {
    width: 120px;
  }
  .imine-logosystem__button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 16px;
  }
  .imine-logosystem__button button {
    width: 100%;
  }
}
.imine-colorsystem {
  margin-top: 80px;
}
.imine-colorsystem h4 {
  margin-bottom: 8px;
}
.imine-colorsystem > p {
  color: var(--Black, #000);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
}
.imine-colorsystem-list {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}
.imine-colorsystem-list-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  height: 100%;
}
.imine-colorsystem-list-row {
  display: flex;
  gap: 16px;
  width: 100%;
  height: 100%;
}
.imine-colorsystem-item {
  min-width: 320px;
  width: 100%;
  height: 100%;
  min-height: 178px;
  margin: 0;
  padding: 32px;
  border-radius: 16px;
}
.imine-colorsystem-item dt {
  margin: 0 0 19px 0;
  padding: 0;
  color: var(--White, #fff);
  /* 본문/description */
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 22.5px */
}
.imine-colorsystem-item dd {
  margin: 0;
  padding: 0;
  color: var(--White, #fff);
  /* 메인/Banner description */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}
.imine-colorsystem-item dd strong {
  display: block;
  margin-bottom: 8px;
  color: var(--White, #fff);
  /* 본문/세부타이틀 */
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 42px */
}
.imine-colorsystem-item-01 {
  width: 320px;
  height: 372px;
  background-color: #cf035b;
}
.imine-colorsystem-item-01 dt {
  margin: 0 0 24px 0;
  padding: 0;
  color: var(--White, #fff);
  /* 본문/description title */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.imine-colorsystem-item-02 {
  background-color: #000;
}
.imine-colorsystem-item-03 {
  background-color: #b5b6b6;
}
.imine-colorsystem-item-03 dt {
  color: #000 !important;
}
.imine-colorsystem-item-03 dd {
  color: #000 !important;
}
.imine-colorsystem-item-03 dd strong {
  color: #000 !important;
}
.imine-colorsystem-item-04 {
  background-color: #282a2c;
}
.imine-colorsystem-item-05 {
  background-color: #ffffff;
  border: 1px solid var(--Line, #ebebeb);
}
.imine-colorsystem-item-05 dt {
  color: #9a9aaf !important;
}
.imine-colorsystem-item-05 dd {
  color: #000 !important;
}
.imine-colorsystem-item-05 dd strong {
  color: #000 !important;
}
@media screen and (max-width: 1440px) {
  .imine-colorsystem {
    margin-top: 64px;
  }
  .imine-colorsystem h4 {
    margin-bottom: 8px;
  }
  .imine-colorsystem > p {
    color: var(--Black, #000);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-colorsystem-list {
    display: flex;
    gap: 16px;
    margin-top: 24px;
  }
  .imine-colorsystem-list-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    height: 100%;
  }
  .imine-colorsystem-list-row {
    display: flex;
    gap: 16px;
    width: 100%;
    height: 100%;
  }
  .imine-colorsystem-item {
    min-width: auto;
    width: 100%;
    height: 100%;
    min-height: 157px;
    margin: 0;
    padding: 24px;
    border-radius: 16px;
  }
  .imine-colorsystem-item dt {
    margin: 0 0 24px 0;
    color: var(--White, #fff);
    /* 본문/description */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 21px */
  }
  .imine-colorsystem-item dd {
    margin: 0;
    padding: 0;
    color: var(--White, #fff);
    /* 메인/Banner description */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
  }
  .imine-colorsystem-item dd strong {
    display: block;
    margin-bottom: 8px;
    color: var(--White, #fff);
    /* 본문/세부타이틀 */
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
  }
  .imine-colorsystem-item-01 {
    width: 253px;
    height: 330px;
  }
  .imine-colorsystem-item-01 dt {
    margin: 0 0 24px 0;
    padding: 0;
    color: var(--White, #fff);
    /* 본문/description title */
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 22.5px */
  }
}
@media screen and (max-width: 800px) {
  .imine-colorsystem {
    margin-top: 40px;
  }
  .imine-colorsystem h4 {
    margin-bottom: 8px;
  }
  .imine-colorsystem > p {
    color: var(--Black, #000);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-colorsystem-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 24px;
  }
  .imine-colorsystem-list-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    height: 100%;
  }
  .imine-colorsystem-list-row {
    display: flex;
    gap: 8px;
    width: 100%;
    height: 100%;
  }
  .imine-colorsystem-item {
    min-width: auto;
    width: 100%;
    height: 100%;
    min-height: 96px;
    margin: 0;
    padding: 20px 16px;
    border-radius: 12px;
  }
  .imine-colorsystem-item dt {
    margin: 0 0 16px 0;
    color: var(--White, #fff);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
  }
  .imine-colorsystem-item dd {
    margin: 0;
    padding: 0;
    color: var(--White, #fff);
    /* 메인/Banner description */
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 18.2px */
  }
  .imine-colorsystem-item dd strong {
    display: block;
    margin-bottom: 0;
    color: var(--White, #fff);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
  }
  .imine-colorsystem-item-01 {
    width: 100%;
    height: auto;
  }
  .imine-colorsystem-item-01 dt {
    margin: 0 0 16px 0;
    color: var(--White, #fff);
    /* 본문/description title */
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 21px */
  }
}
.imine-ceo {
  display: flex;
  gap: 48px;
  margin-top: 80px;
}
.imine-ceo__thumb {
  min-width: 376px;
}
.imine-ceo__text {
  color: var(--Black, #000);
  /* 본문/본문 20 B */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
  letter-spacing: -0.2px;
  word-break: keep-all;
}
.imine-ceo__sign {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
  margin-top: 40px;
}
.imine-ceo__sign p {
  color: var(--Black, #000);
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
}
.imine-ceo__sign p span {
  margin-left: 10px;
}
.imine-ceo__sign img {
  width: 133px;
}
@media screen and (max-width: 1440px) {
  .imine-ceo {
    display: flex;
    gap: 40px;
    margin-top: 64px;
  }
  .imine-ceo__thumb {
    min-width: 336px;
  }
  .imine-ceo__text {
    color: var(--Black, #000);
    /* 본문/본문 20 B */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
  }
  .imine-ceo__sign {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
    margin-top: 40px;
  }
  .imine-ceo__sign p {
    color: var(--Black, #000);
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
  }
  .imine-ceo__sign p span {
    margin-left: 10px;
  }
  .imine-ceo__sign img {
    width: 119px;
  }
}
@media screen and (max-width: 800px) {
  .imine-ceo {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
  }
  .imine-ceo__thumb {
    width: 100%;
    min-width: auto;
    max-width: 328px;
    margin: 0 auto;
  }
  .imine-ceo__text {
    color: var(--Black, #000);
    /* 본문/본문 20 B */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
  }
  .imine-ceo__sign {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
    margin-top: 40px;
  }
  .imine-ceo__sign p {
    color: var(--Black, #000);
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
  }
  .imine-ceo__sign p span {
    margin-left: 10px;
  }
  .imine-ceo__sign img {
    width: 106px;
  }
}
.imine-vision {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 80px;
}
.imine-vision-item {
  display: flex;
  align-items: center;
  gap: 80px;
}
.imine-vision-item__thumb {
  display: flex;
  min-width: 280px;
  width: 280px;
}
.imine-vision-item__thumb img {
  width: 100%;
}
.imine-vision-item__text {
  color: var(--Sub, #9a9aaf);
  /* 본문/description */
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 22.5px */
}
.imine-vision-item__text p {
  margin: 0 0 24px 0;
  color: var(--Black, #000);
  font-family: "neulis-sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 57.6px */
}
@media screen and (max-width: 1440px) {
  .imine-vision {
    display: flex;
    flex-direction: column;
    gap: 64px;
    margin-top: 64px;
  }
  .imine-vision-item {
    display: flex;
    align-items: center;
    gap: 64px;
  }
  .imine-vision-item__thumb {
    display: flex;
    min-width: 280px;
    width: 280px;
  }
  .imine-vision-item__thumb img {
    width: 100%;
  }
  .imine-vision-item__text {
    color: var(--gray, #8c8c8c);
    /* 본문/description */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 21px */
  }
  .imine-vision-item__text p {
    margin: 0 0 16px 0;
    color: var(--Black, #000);
    /* 메인/Title */
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 48px */
  }
}
@media screen and (max-width: 800px) {
  .imine-vision {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
  }
  .imine-vision-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 24px;
  }
  .imine-vision-item__thumb {
    display: flex;
    min-width: 280px;
    width: 280px;
  }
  .imine-vision-item__thumb img {
    width: 100%;
  }
  .imine-vision-item__text {
    color: var(--gray, #8c8c8c);
    text-align: center;
    /* 본문/description */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
  }
  .imine-vision-item__text p {
    margin: 0 0 8px 0;
    color: var(--Black, #000);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 28.8px */
  }
}
.imine-history > h3 {
  margin-bottom: 80px;
}
.imine-history-tab {
  display: inline-flex;
  margin-bottom: 64px;
  padding: 8px;
  border-radius: 100px;
  border: 1px solid var(--Line, #ebebeb);
  background: var(--White, #fff);
}
.imine-history-tab__item {
  display: flex;
  width: 160px;
  height: 38px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  color: var(--Black, #000);
  text-align: center;
  /* 본문/description */
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 22.5px */
}
.imine-history-tab__item.active {
  border-radius: 100px;
  background: var(--Background, #f6f7fb);
  font-size: 16px;
  font-weight: 600;
}
.imine-history-tab__item:hover {
  font-weight: 600;
}
.imine-history-tab + .imine-history-section {
  margin-top: 0;
}
.imine-history-section {
  margin-top: 160px;
}
.imine-history-section-head {
  display: flex;
  margin-bottom: 80px;
  text-align: center;
  width: 100%;
  height: 252px;
  overflow: hidden;
}
.imine-history-section-head .imine-inner {
  display: flex;
}
.imine-history-section-head img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  max-width: none;
}
@media screen and (max-width: 1440px) {
  .imine-history-section-head {
    height: 180px;
  }
}
@media screen and (max-width: 800px) {
  .imine-history-section-head {
    height: 160px;
    border-radius: 12px;
    overflow: hidden;
  }
}
.imine-history-section-item {
  display: flex;
  gap: 64px;
}
.imine-history-section__title {
  position: sticky;
  top: 40px;
  width: 400px;
  min-width: 400px;
}
.imine-history-section__title h3 {
  margin: 0 0 8px 0;
}
.imine-history-section__title h5 {
  color: var(--Sub, #9a9aaf);
  /* 본문/상세 타이틀 1-국문 */
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
}
.imine-history-section__img {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 40px;
}
.imine-history-section__img img {
  width: 100%;
}
.imine-history-section__img p {
  margin: 0;
  color: var(--Sub, #9a9aaf);
  text-align: center;
  /* 본문/description */
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 22.5px */
}
.imine-history-section__list {
  display: flex;
  flex-direction: column;
  gap: 64px;
  position: relative;
  padding: 0 0 0 48px;
}
.imine-history-section__list::before {
  content: "";
  display: block;
  position: absolute;
  top: 36px;
  left: 3px;
  bottom: 0;
  width: 1px;
  background: var(--Sub, #9a9aaf);
}
.imine-history-section__list dl {
  margin: 0;
  padding: 0;
}
.imine-history-section__list dl dt {
  position: relative;
  margin: 0 0 8px 0;
  padding: 0;
  color: var(--Black, #000);
  /* 본문/본문 타이틀 */
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 72px */
}
.imine-history-section__list dl dt::before {
  content: "";
  display: block;
  position: absolute;
  top: 28px;
  left: -54px;
  width: 12px;
  height: 12px;
  background: var(--CI, #d2015b);
  border: 4px solid #fdf2f7;
  border-radius: 12px;
}
.imine-history-section__list dl dd {
  margin: 0;
  padding: 0;
}
.imine-history-section__list dl dd ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.imine-history-section__list dl dd ul li {
  position: relative;
  margin: 0;
  padding: 0 0 0 24px;
  color: var(--Black, #000);
  /* 본문/본문 16 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  word-break: keep-all;
}
.imine-history-section__list dl dd ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 10px;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: var(--Black, #000);
}
.imine-history-text {
  margin-top: 160px;
}
.imine-history-text h3 {
  margin: 0;
}
@media screen and (max-width: 1440px) {
  .imine-history > h3 {
    margin-bottom: 48px;
  }
  .imine-history-tab {
    width: 100%;
    margin-bottom: 64px;
    padding: 8px;
    border-radius: 100px;
    border: 1px solid var(--Line, #ebebeb);
    background: var(--White, #fff);
  }
  .imine-history-tab__item {
    display: flex;
    width: 100%;
    height: 38px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    color: var(--Black, #000);
    text-align: center;
    /* 본문/description */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-history-tab__item.active {
    border-radius: 100px;
    background: var(--Background, #f6f7fb);
    font-size: 15px;
    font-weight: 600;
  }
  .imine-history-tab__item:hover {
    font-weight: 600;
  }
  .imine-history-tab + .imine-history-section {
    margin-top: 0;
  }
  .imine-history-section {
    margin-top: 120px;
  }
  .imine-history-section-head {
    display: flex;
    margin-bottom: 64px;
  }
  .imine-history-section-item {
    display: flex;
    justify-content: center;
    gap: 64px;
  }
  .imine-history-section__title {
    position: sticky;
    top: 100px;
    width: 320px;
    min-width: 320px;
  }
  .imine-history-section__title h3 {
    margin: 0 0 8px 0;
  }
  .imine-history-section__title h5 {
    color: var(--Sub, #9a9aaf);
    /* 본문/상세 타이틀 1-국문 */
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
  }
  .imine-history-section__img {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 40px;
  }
  .imine-history-section__img img {
    width: 100%;
  }
  .imine-history-section__img p {
    margin: 0;
    color: var(--Sub, #9a9aaf);
    text-align: center;
    /* 본문/description */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-history-section__list {
    display: flex;
    flex-direction: column;
    gap: 64px;
    position: relative;
    padding: 0 0 0 32px;
    width: 336px;
  }
  .imine-history-section__list::before {
    content: "";
    display: block;
    position: absolute;
    top: 32px;
    left: 3px;
    bottom: 0;
    width: 1px;
    background: var(--Sub, #9a9aaf);
  }
  .imine-history-section__list dl {
    margin: 0;
    padding: 0;
  }
  .imine-history-section__list dl dt {
    position: relative;
    margin: 0 0 8px 0;
    padding: 0;
    color: var(--Black, #000);
    /* 본문/본문 타이틀 */
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 60px */
    letter-spacing: -1.6px;
  }
  .imine-history-section__list dl dt::before {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: -38px;
    width: 12px;
    height: 12px;
    background: var(--CI, #d2015b);
    border: 4px solid #fdf2f7;
    border-radius: 12px;
  }
  .imine-history-section__list dl dd {
    margin: 0;
    padding: 0;
  }
  .imine-history-section__list dl dd ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .imine-history-section__list dl dd ul li {
    position: relative;
    margin: 0;
    padding: 0 0 0 24px;
    color: var(--Black, #000);
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-history-section__list dl dd ul li::before {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    left: 10px;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background: var(--Black, #000);
  }
  .imine-history-text {
    margin-top: 120px;
  }
  .imine-history-text h3 {
    margin: 0;
  }
}
@media screen and (max-width: 800px) {
  .imine-history > h3 {
    margin-bottom: 40px;
  }
  .imine-history-tab {
    width: auto;
    width: calc(100% + 32px);
    margin: 0 -16px;
    margin-bottom: 40px;
    padding: 0 16px;
    border-radius: 0;
    border: 0;
    background: var(--White, #fff);
    overflow: auto;
    gap: 8px;
  }
  .imine-history-tab__item {
    display: flex;
    align-items: center;
    width: auto;
    height: 40px;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid var(--Line, #ebebeb);
    background: var(--White, #fff);
    border-radius: 100px;
    color: var(--Black, #000);
    text-align: center;
    /* 본문/description */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
    white-space: noWrap;
  }
  .imine-history-tab__item.active {
    border: none;
    border-radius: 100px;
    background: var(--Background, #f6f7fb);
    font-size: 14px;
    font-weight: 600;
  }
  .imine-history-tab__item:hover {
    font-weight: 600;
  }
  .imine-history-tab + .imine-history-section {
    margin-top: 0;
  }
  .imine-history-section {
    margin-top: 80px;
  }
  .imine-history-section-head {
    display: flex;
    margin-bottom: 40px;
  }
  .imine-history-section-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
  }
  .imine-history-section__title {
    position: sticky;
    top: 100px;
    width: 100%;
    min-width: 320px;
  }
  .imine-history-section__title h3 {
    margin: 0 0 8px 0;
  }
  .imine-history-section__title h5 {
    color: var(--Sub, #9a9aaf);
    /* 본문/상세 타이틀 1-국문 */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
  }
  .imine-history-section__img {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 40px;
  }
  .imine-history-section__img img {
    width: 100%;
  }
  .imine-history-section__img p {
    color: var(--Sub, #9a9aaf);
    text-align: center;
    /* 본문/description */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
  }
  .imine-history-section__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    margin-left: 8px;
    padding: 0 0 0 40px;
    width: 100%;
  }
  .imine-history-section__list::before {
    content: "";
    display: block;
    position: absolute;
    top: 32px;
    left: 3px;
    bottom: 0;
    width: 1px;
    background: var(--Sub, #9a9aaf);
  }
  .imine-history-section__list dl {
    margin: 0;
    padding: 0;
  }
  .imine-history-section__list dl dt {
    position: relative;
    margin: 0 0 8px 0;
    padding: 0;
    color: var(--Black, #000);
    /* 본문/본문 타이틀 */
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 48px */
    letter-spacing: -0.32px;
  }
  .imine-history-section__list dl dt::before {
    content: "";
    display: block;
    position: absolute;
    top: 16px;
    left: -46px;
    width: 12px;
    height: 12px;
    background: var(--CI, #d2015b);
    border: 4px solid #fdf2f7;
    border-radius: 12px;
  }
  .imine-history-section__list dl dd {
    margin: 0;
    padding: 0;
  }
  .imine-history-section__list dl dd ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .imine-history-section__list dl dd ul li {
    position: relative;
    margin: 0;
    padding: 0 0 0 24px;
    color: var(--Black, #000);
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-history-section__list dl dd ul li::before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background: var(--Black, #000);
  }
  .imine-history-text {
    margin-top: 80px;
  }
  .imine-history-text h3 {
    margin: 0;
  }
}
.imine-location > h3 span {
  display: block;
  margin-bottom: 8px;
  font-weight: 400;
  font-family: "neulis-sans";
}
.imine-location-list {
  display: flex;
  flex-direction: column;
  gap: 160px;
  margin-top: 160px;
}
.imine-location-list-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.imine-location-list-item h5 {
  margin-top: 8px;
  color: var(--cool-gray, #646f7c);
  /* 본문/본문 16 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.imine-location-list-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.imine-location-list-item ul li {
  display: flex;
  gap: 40px;
  margin: 0;
  padding: 24px 0 20px;
  border-top: 1px solid var(--Line, #ebebeb);
}
.imine-location-list-item ul li:first-child {
  border-top: none;
}
.imine-location-list-item ul li > strong {
  min-width: 88px;
  color: var(--Black, #000);
  /* 본문/상세 타이틀 2 */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
}
.imine-location-list-item ul li p {
  margin: 0;
  color: var(--Black, #000);
  /* 본문/본문 20 B */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
  letter-spacing: -0.2px;
}
.imine-location-list-item__map {
  min-height: 416px;
  padding: 20px;
  border-radius: 16px;
  background: radial-gradient(3.53% 33.75% at 50% 33.75%, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.2) 100%), #d9d9d9;
}
@media screen and (max-width: 1440px) {
  .imine-location-list {
    display: flex;
    flex-direction: column;
    gap: 120px;
    margin-top: 120px;
  }
  .imine-location-list-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .imine-location-list-item h5 {
    margin-top: 8px;
    color: var(--cool-gray, #646f7c);
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-location-list-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .imine-location-list-item ul li {
    display: flex;
    gap: 40px;
    margin: 0;
    border-top: 1px solid var(--Line, #ebebeb);
  }
  .imine-location-list-item ul li:first-child {
    border-top: none;
  }
  .imine-location-list-item ul li > strong {
    min-width: 80px;
    color: var(--Black, #000);
    /* 본문/상세 타이틀 2 */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
  }
  .imine-location-list-item ul li p {
    color: var(--Black, #000);
    /* 본문/본문 20 B */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
  }
  .imine-location-list-item__map {
    min-height: 288px;
    padding: 16px;
  }
}
@media screen and (max-width: 800px) {
  .imine-location-list {
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin-top: 64px;
  }
  .imine-location-list-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .imine-location-list-item h5 {
    margin-top: 8px;
    color: var(--cool-gray, #646f7c);
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-location-list-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .imine-location-list-item ul li {
    display: flex;
    gap: 16px;
    margin: 0;
    padding: 16px 0;
    border-top: 1px solid var(--Line, #ebebeb);
  }
  .imine-location-list-item ul li:first-child {
    border-top: none;
  }
  .imine-location-list-item ul li > strong {
    min-width: 60px;
    color: var(--Black, #000);
    /* 본문/상세 타이틀 2 */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
  }
  .imine-location-list-item ul li p {
    color: var(--Black, #000);
    /* 본문/본문 20 B */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
  }
  .imine-location-list-item__map {
    min-height: 160px;
    padding: 8px;
  }
}
.imine-odm-process {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 80px;
}
.imine-odm-process-item {
  width: 242px;
  min-width: 242px;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid var(--Line, #ebebeb);
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
}
.imine-odm-process-item dl {
  margin: 0;
  padding: 0;
}
.imine-odm-process-item dl dt {
  margin: 0 0 8px 0;
  padding: 0;
}
.imine-odm-process-item dl dt span {
  display: block;
  color: var(--MainText, #5d013b);
  /* 본문/description title */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.imine-odm-process-item dl dt strong {
  display: block;
  margin-top: 8px;
  color: var(--Black, #000);
  /* 본문/상세 타이틀 1-국문 */
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
}
.imine-odm-process-item dl dd {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 40px;
  margin: 0;
  padding: 0;
}
.imine-odm-process-item dl dd p {
  width: 100%;
  margin: 0;
  color: var(--Black, #000);
  /* 본문/본문 16 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.imine-odm-process-item dl dd::after {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  background: url(/images/business/odm01.svg) no-repeat 50% 50%;
  background-size: cover;
}
.imine-odm-process-item:nth-child(2) dl dd::after {
  background: url(/images/business/odm02.svg) no-repeat 50% 50%;
  background-size: cover;
}
.imine-odm-process-item:nth-child(3) dl dd::after {
  background: url(/images/business/odm03.svg) no-repeat 50% 50%;
  background-size: cover;
}
.imine-odm-process-item:nth-child(4) dl dd::after {
  background: url(/images/business/odm04.svg) no-repeat 50% 50%;
  background-size: cover;
}
.imine-odm-process-item:nth-child(5) dl dd::after {
  background: url(/images/business/odm05.svg) no-repeat 50% 50%;
  background-size: cover;
}
.imine-odm-process-item:nth-child(6) dl dd::after {
  background: url(/images/business/odm06.svg) no-repeat 50% 50%;
  background-size: cover;
}
.imine-odm-process-item:nth-child(7) dl dd::after {
  background: url(/images/business/odm07.svg) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 1440px) {
  .imine-odm-process {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 64px;
  }
  .imine-odm-process-item {
    width: 100%;
    min-width: 100%;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid var(--Line, #ebebeb);
    background: #fff;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  }
  .imine-odm-process-item dl {
    margin: 0;
    padding: 0;
  }
  .imine-odm-process-item dl dt {
    margin: 0;
    padding: 0;
  }
  .imine-odm-process-item dl dt span {
    display: block;
    color: var(--MainText, #5d013b);
    /* 본문/description title */
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 22.5px */
  }
  .imine-odm-process-item dl dt strong {
    display: block;
    margin-top: 8px;
    color: var(--Black, #000);
    /* 본문/상세 타이틀 1-국문 */
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
  }
  .imine-odm-process-item dl dd {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin: -10px 0 0 0;
    padding: 0;
  }
  .imine-odm-process-item dl dd p {
    width: 100%;
    color: var(--Black, #000);
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-odm-process-item dl dd::after {
    margin-right: 6px;
  }
}
@media screen and (max-width: 800px) {
  .imine-odm-process {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 40px;
  }
  .imine-odm-process-item {
    width: 100%;
    min-width: 100%;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid var(--Line, #ebebeb);
    background: #fff;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  }
  .imine-odm-process-item dl {
    margin: 0;
    padding: 0;
  }
  .imine-odm-process-item dl dt {
    margin: 0 0 8px 0;
    padding: 0;
  }
  .imine-odm-process-item dl dt span {
    display: block;
    color: var(--MainText, #5d013b);
    /* 본문/description title */
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 21px */
  }
  .imine-odm-process-item dl dt strong {
    display: block;
    margin-top: 8px;
    color: var(--Black, #000);
    /* 본문/상세 타이틀 1-국문 */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
  }
  .imine-odm-process-item dl dd {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin: 0 0 0 0;
    padding: 0;
  }
  .imine-odm-process-item dl dd p {
    width: 100%;
    color: var(--Black, #000);
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-odm-process-item dl dd::after {
    margin-right: 0;
    margin-bottom: -6px;
  }
  .imine-odm-process-item dl dd::after {
    min-width: 48px;
    width: 48px;
    height: 48px;
  }
}
.imine-odm-consulting {
  display: flex;
  gap: 48px;
  margin: 80px 0 160px 0;
}
.imine-odm-consulting__img {
  position: sticky;
  top: 76px;
  min-width: 496px;
}
.imine-odm-consulting-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.imine-odm-consulting-item {
  padding: 32px;
  border-radius: 10px;
  background: var(--Background, #f6f7fb);
}
.imine-odm-consulting-item.active {
  background: #222;
}
.imine-odm-consulting-item.active dl dt {
  color: var(--White, #fff);
}
.imine-odm-consulting-item.active dl dd {
  color: var(--White, #fff);
}
.imine-odm-consulting-item dl {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.imine-odm-consulting-item dl dt {
  margin: 0 0 24px 0;
  padding: 0;
  color: var(--Sub, #9a9aaf);
  /* 본문/description title */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.imine-odm-consulting-item dl dd {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: auto;
  min-height: 84px;
  margin: 0;
  padding: 0;
  color: var(--Black, #000);
  text-align: right;
  /* 본문/세부타이틀 */
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 42px */
}
.imine-odm-consulting__text h3 {
  margin: 0;
}
@media screen and (max-width: 1440px) {
  .imine-odm-consulting {
    display: flex;
    gap: 40px;
    margin: 64px 0 120px 0;
  }
  .imine-odm-consulting__img {
    position: sticky;
    top: 132px;
    min-width: 340px;
    width: 340px;
  }
  .imine-odm-consulting-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
  .imine-odm-consulting-item {
    padding: 24px;
    border-radius: 10px;
    background: var(--Background, #f6f7fb);
  }
  .imine-odm-consulting-item.active {
    background: #222;
  }
  .imine-odm-consulting-item.active dl dt {
    color: var(--White, #fff);
  }
  .imine-odm-consulting-item.active dl dd {
    color: var(--White, #fff);
  }
  .imine-odm-consulting-item dl {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .imine-odm-consulting-item dl dt {
    margin: 0 0 24px 0;
    padding: 0;
    color: var(--Sub, #9a9aaf);
    /* 본문/description title */
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 22.5px */
  }
  .imine-odm-consulting-item dl dd {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: auto;
    min-height: auto;
    margin: 0;
    padding: 0;
    color: var(--Black, #000);
    text-align: right;
    /* 본문/세부타이틀 */
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
  }
  .imine-odm-consulting__text h3 {
    margin: 0;
  }
}
@media screen and (max-width: 800px) {
  .imine-odm-consulting {
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin: 40px 0 80px 0;
  }
  .imine-odm-consulting__img {
    position: relative;
    top: auto;
    min-width: 100%;
    width: 100%;
  }
  .imine-odm-consulting-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
  .imine-odm-consulting-item {
    padding: 20px;
    border-radius: 10px;
    background: var(--Background, #f6f7fb);
  }
  .imine-odm-consulting-item.active {
    background: #222;
  }
  .imine-odm-consulting-item.active dl dt {
    color: var(--White, #fff);
  }
  .imine-odm-consulting-item.active dl dd {
    color: var(--White, #fff);
  }
  .imine-odm-consulting-item dl {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .imine-odm-consulting-item dl dt {
    margin: 0 0 24px 0;
    padding: 0;
    color: var(--Sub, #9a9aaf);
    /* 본문/description title */
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 21px */
  }
  .imine-odm-consulting-item dl dd {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: auto;
    min-height: auto;
    margin: 0;
    padding: 0;
    color: var(--Black, #000);
    text-align: right;
    /* 본문/세부타이틀 */
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 33px */
  }
  .imine-odm-consulting__text h3 {
    margin: 0;
  }
}
.imine-businessarea-head {
  margin: 80px 0 80px 0;
  padding: 0 0 80px 0;
  border-bottom: 1px solid var(--Line, #ebebeb);
}
.imine-businessarea-head-title dl {
  margin: 0;
  padding: 0;
}
.imine-businessarea-head-title dl dt {
  width: 1040px;
  height: 324px;
  padding: 64px;
  background: url(/images/business/businessarea-bg.png) no-repeat 50% 50%;
  background-size: cover;
}
.imine-businessarea-head-title dl dt strong {
  display: block;
  color: var(--MainText, #5d013b);
  text-align: center;
  font-family: "Abhaya Libre", serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 1; /* 96px */
}
.imine-businessarea-head-title dl dt p {
  margin: 0;
  color: var(--MainText, #5d013b);
  text-align: center;
  /* 본문/상세 타이틀 2 */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
}
.imine-businessarea-head-title dl dd {
  position: relative;
  margin: -92px 0 0 0;
  padding: 32px;
  border-radius: 16px;
  background: var(--Light-gray, #f8f8f8);
}
.imine-businessarea-head-title dl dd:after {
  content: "";
  display: block;
  position: absolute;
  top: 32px;
  right: 32px;
  width: 64px;
  height: 64px;
  background: url(/images/business/ico-cgmp.svg) no-repeat 50% 50%;
}
.imine-businessarea-head-title dl dd h6 {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
  color: var(--MainText, #5d013b);
  /* 본문/description title */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.imine-businessarea-head-title dl dd h6::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/images/business/ico-head.svg) no-repeat 50% 50%;
  background-size: cover;
}
.imine-businessarea-head-title dl dd ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  padding: 0;
}
.imine-businessarea-head-title dl dd ul li {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
}
.imine-businessarea-head-title dl dd ul li strong {
  display: block;
  min-width: 88px;
  color: var(--cool-gray, #646f7c);
  /* 본문/description title */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.imine-businessarea-head-title dl dd ul li p {
  margin: 0;
  color: var(--cool-gray, #646f7c);
  /* 본문/description */
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 22.5px */
}
@media screen and (max-width: 800px) {
  .imine-businessarea-head-title dl dd:after {
    content: "";
    display: block;
    position: relative;
    top: auto;
    right: auto;
    margin-top: 16px;
  }
}
.imine-businessarea-head-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 40px 0 0 0;
}
.imine-businessarea-head-list-item {
  display: flex;
  padding: 32px;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: 16px;
  background: var(--Background, #f6f7fb);
}
.imine-businessarea-head-list-item dl {
  width: 100%;
  margin: 0;
  padding: 0;
}
.imine-businessarea-head-list-item dl dt {
  margin: 0 0 16px 0;
  padding: 0;
  color: var(--CI, #d2015b);
  /* 본문/영문타이틀 */
  font-family: "neulis-sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 38.4px */
}
.imine-businessarea-head-list-item dl dd {
  margin: 0;
  padding: 0;
  color: var(--Black, #000);
  /* 본문/본문 16 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.imine-businessarea-head-list-item::after {
  content: "";
  display: block;
  min-width: 60px;
  width: 60px;
  height: 64px;
  background: url(/images/business/ico-cgmp01.svg) no-repeat 50% 50%;
  background-size: cover;
}
.imine-businessarea-head-list-item:nth-child(2)::after {
  background: url(/images/business/ico-cgmp02.svg) no-repeat 50% 50%;
  background-size: cover;
}
.imine-businessarea-head-list-item:nth-child(3)::after {
  background: url(/images/business/ico-cgmp03.svg) no-repeat 50% 50%;
  background-size: cover;
}
.imine-businessarea-head-list-item:nth-child(4)::after {
  background: url(/images/business/ico-cgmp04.svg) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 1440px) {
  .imine-businessarea-head {
    margin: 64px 0 64px 0;
    padding: 0 0 64px 0;
    border-bottom: 1px solid var(--Line, #ebebeb);
  }
  .imine-businessarea-head-title dl {
    margin: 0;
    padding: 0;
  }
  .imine-businessarea-head-title dl dt {
    width: 100%;
    height: 224px;
    padding: 56px;
    background: url(/images/business/businessarea-bg.png) no-repeat 50% 50%;
    background-size: cover;
    border-radius: 16px;
  }
  .imine-businessarea-head-title dl dt strong {
    font-size: 56px;
  }
  .imine-businessarea-head-title dl dt p {
    margin-top: 6px;
    color: var(--MainText, #5d013b);
    text-align: center;
    /* 본문/상세 타이틀 2 */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
  }
  .imine-businessarea-head-title dl dt p br {
    display: none;
  }
  .imine-businessarea-head-title dl dd {
    margin: -42px 0 0 0;
    padding: 32px;
    border-radius: 16px;
    background: var(--Light-gray, #f8f8f8);
  }
  .imine-businessarea-head-title dl dd h6 {
    display: flex;
    gap: 4px;
    margin-bottom: 16px;
    color: var(--MainText, #5d013b);
    /* 본문/description title */
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 22.5px */
  }
  .imine-businessarea-head-title dl dd h6::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(/images/business/ico-head.svg) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-businessarea-head-title dl dd ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    padding: 0;
  }
  .imine-businessarea-head-title dl dd ul li {
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 0;
  }
  .imine-businessarea-head-title dl dd ul li strong {
    display: block;
    min-width: 88px;
    color: var(--cool-gray, #646f7c);
    /* 본문/description title */
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
  }
  .imine-businessarea-head-title dl dd ul li p {
    margin: 0;
    color: var(--cool-gray, #646f7c);
    /* 본문/description */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-businessarea-head-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 48px 0 0 0;
  }
  .imine-businessarea-head-list-item {
    display: flex;
    padding: 24px;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 16px;
    background: var(--Background, #f6f7fb);
  }
  .imine-businessarea-head-list-item dl {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .imine-businessarea-head-list-item dl dt {
    margin: 0 0 16px 0;
    color: var(--CI, #d2015b);
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 33.6px */
  }
  .imine-businessarea-head-list-item dl dd {
    color: var(--Black, #000);
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-businessarea-head-list-item::after {
    content: "";
    display: block;
    min-width: 60px;
    width: 60px;
    height: 64px;
    background: url(/images/business/ico-cgmp01.svg) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-businessarea-head-list-item:nth-child(2)::after {
    background: url(/images/business/ico-cgmp02.svg) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-businessarea-head-list-item:nth-child(3)::after {
    background: url(/images/business/ico-cgmp03.svg) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-businessarea-head-list-item:nth-child(4)::after {
    background: url(/images/business/ico-cgmp04.svg) no-repeat 50% 50%;
    background-size: cover;
  }
}
@media screen and (max-width: 800px) {
  .imine-businessarea-head {
    margin: 40px 0 48px 0;
    padding: 0 0 40px 0;
    border-bottom: 1px solid var(--Line, #ebebeb);
  }
  .imine-businessarea-head-title dl {
    margin: 0;
    padding: 0;
  }
  .imine-businessarea-head-title dl dt {
    width: 100%;
    height: 224px;
    padding: 36px;
    background: url(/images/business/businessarea-bg.png) no-repeat 50% 50%;
    background-size: cover;
    border-radius: 16px;
  }
  .imine-businessarea-head-title dl dt strong {
    font-size: 32px;
  }
  .imine-businessarea-head-title dl dt p {
    margin-top: 4px;
    font-size: 16px;
  }
  .imine-businessarea-head-title dl dd {
    margin: -100px 0 0 0;
    padding: 24px 16px;
    border-radius: 16px;
    background: var(--Light-gray, #f8f8f8);
  }
  .imine-businessarea-head-title dl dd h6 {
    display: flex;
    gap: 4px;
    margin-bottom: 16px;
    color: var(--MainText, #5d013b);
    /* 본문/description title */
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 22.5px */
  }
  .imine-businessarea-head-title dl dd h6::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(/images/business/ico-head.svg) no-repeat 50% 50%;
    background-size: cover;
  }
  .imine-businessarea-head-title dl dd ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    padding: 0;
  }
  .imine-businessarea-head-title dl dd ul li {
    display: flex;
    gap: 4px;
    margin: 0;
    padding: 0;
  }
  .imine-businessarea-head-title dl dd ul li strong {
    display: block;
    min-width: 80px;
    color: var(--cool-gray, #646f7c);
    /* 본문/description title */
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
  }
  .imine-businessarea-head-title dl dd ul li p {
    font-size: 14px;
  }
  .imine-businessarea-head-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 40px 0 0 0;
  }
  .imine-businessarea-head-list-item {
    display: flex;
    padding: 24px;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 16px;
    background: var(--Background, #f6f7fb);
  }
  .imine-businessarea-head-list-item dl {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .imine-businessarea-head-list-item dl dt {
    margin: 0 0 16px 0;
    color: var(--CI, #d2015b);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 33.6px */
  }
  .imine-businessarea-head-list-item dl dd {
    color: var(--Black, #000);
    /* 본문/본문 16 */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
  }
  .imine-businessarea-head-list-item::after {
    content: "";
    display: block;
    min-width: 53px;
    width: 53px;
    height: 56px;
  }
}
.imine-businessarea-item {
  margin-bottom: 160px;
}
.imine-businessarea-item:last-child {
  margin-bottom: 0;
}
.imine-businessarea-item-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  height: 400px;
  padding: 64px;
  background: url(/images/business/businessarea-section01-01.png) no-repeat 50% 50%;
  background-size: cover;
}
.imine-businessarea-item-head h5 {
  color: var(--White, #fff);
  /* 메인/Heading Text */
  font-family: "neulis-sans";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 60px */
}
.imine-businessarea-item-head p {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}
.imine-businessarea-item-head p span {
  display: flex;
  height: 40px;
  padding: 8px 18px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  color: var(--White, #fff);
  /* 본문/description title */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  white-space: noWrap;
}
.imine-businessarea-item-head__text {
  position: relative;
  z-index: 20;
  color: var(--Black, #000);
  /* 본문/본문 16 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.imine-businessarea-item-thumb {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  width: 100%;
  margin-top: 24px;
}
.imine-businessarea-item-thumb img {
  width: 100%;
}
.imine-businessarea-item-text {
  margin: 40px 0 24px 0;
}
.imine-businessarea-item ul {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin: 0 0 24px 0;
  padding: 0;
}
.imine-businessarea-item ul li {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
}
.imine-businessarea-item ul li strong {
  min-width: 80px;
  color: var(--gray, #8c8c8c);
  /* 본문/description title */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.imine-businessarea-item ul li p {
  margin: 0;
  color: var(--gray, #8c8c8c);
  /* 본문/description */
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 22.5px */
}
.imine-businessarea-item-icon {
  display: flex;
  overflow: auto;
}
.imine-businessarea-item-icon img {
  width: 990px;
}
.imine-businessarea-item:nth-child(2) .imine-businessarea-item-head {
  background: url(/images/business/businessarea-section02-01.png) no-repeat 50% 50%;
  background-size: cover;
}
.imine-businessarea-item:nth-child(3) .imine-businessarea-item-head {
  background: url(/images/business/businessarea-section03-01.png) no-repeat 50% 50%;
  background-size: cover;
}
.imine-businessarea-item:nth-child(4) .imine-businessarea-item-head {
  background: url(/images/business/businessarea-section04-01.png) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 1440px) {
  .imine-businessarea-item {
    margin-bottom: 120px;
  }
  .imine-businessarea-item:last-child {
    margin-bottom: 0;
  }
  .imine-businessarea-item-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    position: relative;
    height: 304px;
    padding: 40px;
    background: url(/images/business/businessarea-section01-01.png) no-repeat 50% 50%;
    background-size: cover;
    border-radius: 16px;
  }
  .imine-businessarea-item-head h5 {
    color: var(--White, #fff);
    /* 메인/Heading Text */
    font-family: "neulis-sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 60px */
  }
  .imine-businessarea-item-head p {
    display: flex;
    gap: 12px;
    margin-top: 24px;
  }
  .imine-businessarea-item-head p span {
    display: flex;
    height: 32px;
    padding: 0 14px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    color: var(--White, #fff);
    /* 본문/description title */
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
  }
  .imine-businessarea-item-head__text {
    position: relative;
    z-index: 20;
    color: var(--Black, #000);
    /* 본문/본문 16 */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  .imine-businessarea-item-thumb {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    width: 100%;
    margin-top: 24px;
  }
  .imine-businessarea-item-thumb img {
    width: 100%;
  }
  .imine-businessarea-item-text {
    margin: 40px 0 24px 0;
    font-size: 15px;
  }
  .imine-businessarea-item ul {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin: 0 0 24px 0;
    padding: 0;
  }
  .imine-businessarea-item ul li {
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 0;
  }
  .imine-businessarea-item ul li strong {
    min-width: 80px;
    font-size: 15px;
  }
  .imine-businessarea-item ul li p {
    margin: 0;
    font-size: 15px;
  }
  .imine-businessarea-item-icon {
    display: flex;
    overflow: auto;
  }
  .imine-businessarea-item-icon img {
    min-width: 726px;
    width: 100%;
    width: 726px;
  }
}
@media screen and (max-width: 800px) {
  .imine-businessarea-item {
    margin-bottom: 96px;
  }
  .imine-businessarea-item:last-child {
    margin-bottom: 0;
  }
  .imine-businessarea-item-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    height: 240px;
    padding: 16px 0 16px 24px;
    background: url(/images/business/businessarea-section01-01.png) no-repeat 50% 50%;
    background-size: cover;
    border-radius: 12px;
  }
  .imine-businessarea-item-head h5 {
    font-size: 32px;
  }
  .imine-businessarea-item-head p {
    display: flex;
    gap: 8px;
    margin-top: 16px;
  }
  .imine-businessarea-item-head p span {
    display: flex;
    height: 30px;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    font-size: 14px;
  }
  .imine-businessarea-item-head__text {
    position: relative;
    z-index: 20;
    color: var(--Black, #000);
    /* 본문/본문 16 */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  .imine-businessarea-item-thumb {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    width: 100%;
    margin-top: 8px;
  }
  .imine-businessarea-item-thumb img {
    width: 100%;
  }
  .imine-businessarea-item-text {
    margin: 24px 0 16px 0;
    font-size: 15px;
  }
  .imine-businessarea-item ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 0 16px 0;
    padding: 0;
  }
  .imine-businessarea-item ul li {
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 0;
  }
  .imine-businessarea-item ul li strong {
    min-width: 80px;
    font-size: 14px;
  }
  .imine-businessarea-item ul li p {
    margin: 0;
    font-size: 14px;
  }
  .imine-businessarea-item-icon {
    display: flex;
    overflow: auto;
  }
  .imine-businessarea-item-icon img {
    min-width: 660px;
    width: 100%;
    width: 660px;
  }
}
.imine-global-list {
  margin: 80px 0 120px 0;
}
.imine-global-list__img {
  display: flex;
  margin-bottom: 56px;
}
.imine-global-list__img img {
  max-width: 100%;
}
.imine-global-list dl {
  display: flex;
  gap: 16px;
  margin: 0 0 0 0;
  padding: 24px 0 48px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.imine-global-list dl:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.imine-global-list dl dt {
  min-width: 240px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: var(--MainText, #5d013b);
  font-family: "neulis-sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
}
.imine-global-list dl dt br {
  display: none;
}
.imine-global-list dl dd {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.imine-global-list dl dd span {
  display: block;
  width: 100%;
  padding-bottom: 9px;
  color: var(--black, var(--Black, #000));
  /* 메인/Heading Sub Text */
  font-family: "neulis-sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
}
.imine-global__text h3 {
  margin: 0;
}
@media screen and (max-width: 1440px) {
  .imine-global-list {
    margin: 64px 0 120px 0;
  }
  .imine-global-list__img {
    display: flex;
    margin-bottom: 0px;
  }
  .imine-global-list__img img {
    max-width: 100%;
  }
  .imine-global-list dl {
    display: flex;
    gap: 16px;
    margin: 0 0 0 0;
    padding: 24px 0 48px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .imine-global-list dl:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .imine-global-list dl dt {
    min-width: 240px;
    color: var(--MainText, #5d013b);
    /* 본문/상세 타이틀 1-영문 */
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
  }
  .imine-global-list dl dd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .imine-global-list dl dd span {
    display: block;
    width: 100%;
    padding-bottom: 9px;
    color: var(--black, var(--Black, #000));
    /* 메인/Heading Sub Text */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
  }
}
@media screen and (max-width: 800px) {
  .imine-global-list {
    margin: 40px 0 40px 0;
  }
  .imine-global-list__img {
    display: flex;
    margin-bottom: 0px;
  }
  .imine-global-list__img img {
    max-width: 100%;
  }
  .imine-global-list dl {
    display: flex;
    gap: 16px;
    margin: 0 0 0 0;
    padding: 24px 0 48px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .imine-global-list dl:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .imine-global-list dl dt {
    min-width: 96px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 21.6px */
  }
  .imine-global-list dl dt br {
    display: block;
  }
  .imine-global-list dl dd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .imine-global-list dl dd span {
    display: block;
    width: 100%;
    min-height: 30px;
    padding-bottom: 9px;
    color: var(--black, var(--Black, #000));
    /* 메인/Heading Sub Text */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
  }
}/*# sourceMappingURL=common.css.map */