.parking {
  padding: 300px 0;
  font-size: 32px;
  text-align: center;
}
.theme-color {
  color: #89d2d7;
}
.font-qt {
  font-family: 'Quantico', sans-serif;
}
.sub-page {
  position: relative;
  z-index: 2;
}
.sub-page::after {
  content: '';
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url('/assets/images/sub/sub_common_bg.png');
  background-position: 100% calc(50% + 100px);
  background-repeat: no-repeat;
  z-index: -1;
}
.sub-page .content {
  padding: 100px 0 160px;
}
.sub-page .content.cube {
  background-image: url('/assets/images/sub/bg_cube.png');
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100%;
}
.sub-top {
  margin-top: 40px;
}
.sub-top hgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
.sub-top hgroup h3::before,
.sub-top hgroup h4::before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #fff;
  opacity: 0.5;
  display: inline-block;
  margin: 0 8px;
  vertical-align: middle;
}
.sub-top hgroup *:last-child {
  font-weight: 600;
}
.sub-top.portfolio hgroup {
  font-size: 24px;
}
.sub-tit {
  margin-bottom: 120px;
}
.sub-tit h3 {
  font-size: 48px;
}
.sub-tit h4 {
  font-size: 84px;
  font-weight: 600;
  margin-bottom: 50px;
  line-height: 1.2em;
}
.sub-tit h4 span:not(.theme-color) {
  font-weight: 400;
  line-height: 1;
  margin-top: 30px;
  display: inline-block;
}
.sub-tit h5 {
  font-size: 36px;
  font-weight: 600;
}
.sub-tit p {
  font-size: 36px;
  font-weight: 400;
  margin-top: 20px;
}
.sub-tit em {
  font-weight: 400;
  font-style: italic;
  font-size: 52px;
  display: block;
  margin-top: 30px;
  font-family: 'Noto Serif', serif;
}
.sub-tit h6 {
  font-size: 36px;
}
.sub-img-area {
  max-width: 1920px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
}
.sub-img-area img {
  width: 1660px;
}
.sub-img-area.cube {
  margin-bottom: 80px;
}
.sub-stit {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 40px;
}
.sub-bg {
  width: 100%;
  height: 100%;
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.sub-sec:not(:first-child) {
  margin-top: 100px;
}
.sub-sec > p {
  line-height: 1.5em;
}
.sub-sec > p:not(:first-child) {
  margin-top: 20px;
}
.sub-sec figure,
.sub-sec picture {
  display: inline-block;
  margin: 60px 0 0;
}
.sub-sec .main-links__program {
  margin-top: 0;
}
.sub-desc {
  font-size: 24px;
  font-weight: 400;
}
.sub-btn {
  background-color: #3b445f;
  border: 1px solid #fff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 64px;
  width: 220px;
  font-size: 24px;
  font-weight: 600;
  gap: 8px;
  transition: all 0.3s ease;
}
.sub-btn:hover {
  background-color: #272d3f;
}
.investment-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.investment-list li {
  height: 350px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #1d222f;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.investment-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 32px 24px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.investment-list li a p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}
.investment-list li a span {
  display: inline-block;
  padding: 8px 12px;
  line-height: 1;
  font-size: 18px;
  font-weight: 400;
  margin-top: 16px;
  background-color: rgba(255, 255, 255, 0.1);
}
.investment-list li:hover {
  background: linear-gradient(244deg, #4edcde 11.02%, #174679 97.48%), #62719d;
}
.investment-list__logo {
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 32px;
}
.investment-list_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 18px;
  margin-top: auto;
}
.career-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #1d222f;
  background-image: url(/assets/images/sub/select_arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 40px) 50px;
  padding-right: 100px;
  cursor: pointer;
}
.career-list li:not(:last-child) {
  margin-bottom: 6px;
}
.career-list li.active {
  background-color: #31384f;
  background-image: url(/assets/images/sub/select_arrow02.svg);
}
.career-list li.active .career-list__tit {
  color: #89d2d7;
}
.career-list li.active .career-list__total {
  display: none;
}
.career-list li.active .career-list__recruit nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.career-list__tit {
  width: 435px;
  color: #fff;
  padding: 40px;
  font-size: 24px;
  font-weight: 600;
}
.career-list__recruit {
  padding: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.career-list__recruit nav {
  display: none;
}
.career-list__recruit nav > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}
.career-list__recruit nav > a img {
  margin-left: 12px;
}
.career-list__recruit nav > a:not(:last-child) {
  margin-bottom: 28px;
}
.career-list__recruit nav > a:hover {
  opacity: 0.75;
}
.career-list__total {
  color: #fff;
  opacity: 0.5;
  font-size: 20px;
}
.stetho .main-links__program {
  position: relative;
  z-index: 2;
}
.stetho-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 28px;
}
.stetho-list li {
  padding: 64px;
  height: 680px;
  background-color: #1d222f;
  position: relative;
}
.stetho-list li p {
  color: #89d2d7;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}
.stetho-list li span {
  color: #31384f;
  font-size: 164px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: 40px;
  bottom: 30px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.stetho-list li:hover span {
  color: #89d2d7;
}
.stetho-program {
  margin-top: 200px;
  text-align: center;
}
.stetho-day {
  text-align: center;
  position: relative;
  padding-bottom: 340px;
  z-index: 2;
  margin-bottom: -340px;
}
.stetho-day::after {
  content: '';
  position: absolute;
  width: 1920px;
  height: 100%;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url('/assets/images/sub/stetho_day_bg.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.appform .sub-sec {
  margin-top: 120px;
}
.appform .sub-sec > div:not(:first-child) {
  margin-top: 80px;
}
.appform .sub-btn {
  margin: 80px auto 0;
}
.stetho-form {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 35px 28px;
}
.stetho-form > div {
  width: 100%;
}
.stetho-form > div p {
  font-size: 24px;
  font-weight: 600;
}
.stetho-form > div p span {
  color: #89d2d7;
}
.stetho-form > div input[type='text'],
.stetho-form > div > div,
.stetho-form > div > ul {
  margin-top: 20px;
}
.stetho-form > div input[type='text'],
.stetho-form > div input[type='file'],
.stetho-form > div textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #1d222f;
  padding: 17px 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.stetho-form > div input[type='text']::-webkit-input-placeholder,
.stetho-form > div input[type='file']::-webkit-input-placeholder,
.stetho-form > div textarea::-webkit-input-placeholder {
  color: #fff;
}
.stetho-form > div input[type='text']::-moz-placeholder,
.stetho-form > div input[type='file']::-moz-placeholder,
.stetho-form > div textarea::-moz-placeholder {
  color: #fff;
}
.stetho-form > div input[type='text']:-ms-input-placeholder,
.stetho-form > div input[type='file']:-ms-input-placeholder,
.stetho-form > div textarea:-ms-input-placeholder {
  color: #fff;
}
.stetho-form > div input[type='text']::-ms-input-placeholder,
.stetho-form > div input[type='file']::-ms-input-placeholder,
.stetho-form > div textarea::-ms-input-placeholder {
  color: #fff;
}
.stetho-form > div input[type='text']::placeholder,
.stetho-form > div input[type='file']::placeholder,
.stetho-form > div textarea::placeholder {
  color: #fff;
}
.stetho-form > div textarea {
  resize: none;
  min-height: 200px;
  width: 100%;
}
.stetho-form > div.stetho-form__half {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: calc(50% - 14px);
}
.stetho-form > div.stetho-form__textarea div {
  position: relative;
}
.stetho-form > div.stetho-form__textarea div div {
  position: absolute;
  bottom: 12px;
  right: 20px;
}
.stetho-form > div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.stetho-form > div ul li input[type='radio'] {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}
.stetho-form > div ul li input[type='radio']:checked + label {
  color: #1d222f;
  background-color: #fff;
}
.stetho-form > div ul li input[type='radio']:checked + label img {
  display: block;
}
.stetho-form > div ul li label {
  font-size: 20px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 15px 20px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.stetho-form > div ul li label img {
  display: none;
}
.stetho-form .stetho-form__file {
  position: relative;
}
.stetho-form .stetho-form__file input[type='file']::-webkit-file-upload-button {
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
}
.stetho-form .stetho-form__file input[type='file']::file-selector-button {
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
}
.stetho-form .stetho-form__file label {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 143px;
}
.stetho-form__agree {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 400;
}
.stetho-form__agree input[type='checkbox'] {
  width: 20px;
  height: 20px;
  accent-color: #89d2d7;
}
.prism-bg {
  background-image: url('/assets/images/sub/prism_bg.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.stetho-bg {
  background-image: url('/assets/images/sub/stetho_bg.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.prism-intro {
  padding-bottom: 60px;
}
.prism-intro ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  align-items: center;
  justify-content: space-between;
}
.prism-intro ul li:not(:last-child) {
  margin-bottom: 100px;
}
.prism-intro ul li div:last-child {
  width: 384px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-left: 88px;
}
.prism-intro ul li div:last-child figure {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prism-intro ul li div:last-child img {
  height: 100%;
  object-fit: cover;
}
.prism-intro ul li div p {
  font-size: 24px;
  font-weight: 400;
  margin-top: 40px;
}
.prism-intro ul li div span {
  color: #89d2d7;
  font-size: 24px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}
.prism-infographic {
  padding-bottom: 60px;
  text-align: center;
}
.prism-infographic figure img:first-child {
  margin-bottom: 30px;
}
.prism-companies ul {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
}
.prism-companies ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.3333%;
  height: 420px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 16px;
}
.prism-companies ul li figure {
  margin-top: 0;
  height: 172px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 24px;
}
.prism-companies ul li p:first-of-type {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 16px;
}
.prism-companies ul li p:first-of-type span {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  opacity: 0.5;
}
.prism-companies ul li p:last-of-type {
  font-size: 20px;
}
.prism-companies ul li a {
  color: #89d2d7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.prism-companies ul li a:hover {
  -webkit-filter: none;
  filter: none;
}
.square .sub-tit h4 {
  margin-bottom: 0;
}
.square-offer ul {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
}
.square-offer ul li {
  background-color: #1d222f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 40px;
}
.square-offer ul li .p01 {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
}
.square-offer ul li figure {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin: 0;
}
.square-offer p.squre-offer__tit {
  margin-top: 32px;
}
.md {
  text-align: center;
}
.md .sub-bg {
  background-image: url('/assets/images/sub/md_bg.png');
}
.md .content {
  padding-bottom: 0;
}
.md figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.md-top {
  position: relative;
}
.md-top figure {
  margin-top: 0;
  position: relative;
  z-index: 2;
}
.md-top .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rotate infinite 5s linear;
  z-index: 1;
  width: 100%;
}
@keyframes rotate {
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.md-careers {
  padding-bottom: 60px;
}
.md-careers .sub-stit span {
  font-weight: 400;
}
.md-accelerate__slide {
  width: 1138px;
  margin: 0 auto;
}
.md-accelerate__slide .item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.md-accelerate__slide .slick-dots {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}
.md-accelerate__slide .slick-dots li {
  width: 8px;
  height: 8px;
  background-color: #293042;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.md-accelerate__slide .slick-dots li button {
  display: none;
}
.md-accelerate__slide .slick-dots li.slick-active {
  background-color: #8e99b9;
  width: 32px;
}
.md-accelerate__slide .slick-arrow {
  position: absolute;
  top: 50%;
  text-indent: -9999999px;
  width: 64px;
  height: 64px;
  background-position: center;
  background-repeat: no-repeat;
}
.md-accelerate__slide .slick-prev {
  left: -67px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  background-image: url('/assets/images/sub/md_prev.png');
}
.md-accelerate__slide .slick-next {
  right: -67px;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  background-image: url('/assets/images/sub/md_next.png');
}
.md-venture {
  padding-bottom: 160px;
  padding-top: 100px;
  background-image: url('/assets/images/sub/mintmd_bg.png');
  background-position: center;
  background-size: cover;
}
.md-venture.sub-sec {
  margin-top: 60px;
}
.md-venture figure {
  margin-top: 40px;
}
.md-venture .sub-btn {
  margin: 40px auto 0;
  width: 360px;
}
.medtech .sub-bg {
  background-image: url('/assets/images/sub/medtech_bg.png');
}
.medtech-helthcare {
  margin-top: 200px;
  padding-bottom: 60px;
  text-align: center;
}
.medtech-helthcare__logo{
  margin-bottom: 160px !important;
}
.medtech-helthcare__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 64px;
  flex-direction: column;
}
.medtech-helthcare__item:last-of-type {
  margin-top: 32px;
}
.medtech-helthcare__item div:first-child {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  text-align: left;
  font-size: 32px;
  margin-bottom: 0;
}
.medtech-helthcare__item .rolling-txt {
  padding: 29px 0;
  border-radius: 2000em;
  background-color: #1d222f;
  width: 868px;
  margin-bottom: 0;
}
.medtech-helthcare__item .rolling-txt .item {
  font-size: 48px;
  color: #fff;
  text-align: center;
}
.medtech-helthcare__item p {
  font-size: 32px;
  font-weight: 600;
  width: 100%;
}
.medtech-market {
  text-align: center;
}
.medtech-market ul {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
}
.medtech-market ul li {
  padding: 48px 40px;
  background-color: #1d222f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.medtech-market ul li p:first-child {
  font-size: 32px;
  font-weight: 600;
}
.medtech-market .sub-btn {
  width: 420px;
  margin: 64px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about-visual {
  display: flex;
  gap: 0 78px;
  margin-bottom: 160px;
}
.about-visual > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}
.about-visual picture {
  margin: 0;
  width: 456px;
}
.about-member {
  margin-top: 160px;
}
.about-member ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
}
.about-member ul li {
  cursor: pointer;
}
.about-member ul li figure {
  margin: 0;
}
.dim {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9998;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}
.about-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1164px;
  height: 720px;
  display: flex;
  background-color: #fafafa;
  display: none;
}
.about-modal figure {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 574px;
  height: 100%;
}
.about-modal figure img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-modal p {
  color: #444;
  margin-bottom: 40px;
  font-size: 20px;
}
.about-modal p .blue {
  color: #0052b4;
}
.about-modal p b {
  color: #444;
}
.about-modal__desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 56px 0 0 48px;
}
.about-modal__desc span {
  color: #8e99b9;
  font-size: 20px;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}
.about-modal__desc strong {
  font-size: 48px;
  font-weight: 600;
  display: block;
  margin-bottom: 40px;
  color: #222;
}
.about-modal__desc strong span {
  display: inline;
  color: #505d81;
  font-size: 20px;
}
.about-modal__desc > div:last-child {
  color: #444;
  padding-right: 30px;
  padding-bottom: 30px;
}
.about-modal__desc ul li {
  color: #444;
}
.about-modal__close {
  width: 48px;
  height: 48px;
  background-image: url('/assets/images/sub/modal_close.png');
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
}
.about-modal__scroll {
  overflow-y: scroll;
  height: 100%;
}
.about-modal__scroll::-webkit-scrollbar {
  width: 8px;
  background-color: #f1f1f1;
}
.about-modal__scroll::-webkit-scrollbar-thumb {
  background: #aaa;
}
.about-modal__card {
  padding: 24px;
  background-color: #fff;
}
.about-modal__card ul:not(:last-child) {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ddd;
}
.about-modal__card ul li {
  font-size: 18px;
  position: relative;
  padding-left: 16px;
}
.about-modal__card ul li:not(:last-child) {
  margin-bottom: 12px;
}
.about-modal__card ul li::before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #ddd;
  position: absolute;
  top: 12px;
  left: 0;
  border-radius: 50%;
}
.vest-img {
  margin-top: 100px;
}
.vest-img picture img {
  margin: 0 auto;
}
.vest-img article:not(:last-child) {
  margin-bottom: 100px;
}

.themes ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.themes ul li {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.themes .themes-tit {
  position: absolute;
  bottom: 24px;
  left: 40px;
  color: #fff;
  font-size: 32px;
  z-index: 1;
}

.themes .themes-dim {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  opacity: 0;
  left: 0;
  transition: all ease 0.3s;
}
.themes .themes-hover {
  position: relative;
  opacity: 0;
  z-index: 2;
  transform: translateY(50%);
  transition: all ease 0.3s;
  padding: 24px 40px;
}

.themes .themes-hover h3 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 20px;
}
.themes .themes-hover h5 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
}
.themes .themes-hover p {
  font-size: 24px;
  position: relative;
  padding-left: 20px;
}

.themes .themes-hover p::before {
  content: '-';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  color: #8e99b9;
}

.themes .themes-hover p:not(:last-child) {
  margin-bottom: 10px;
}

.themes ul li.active .themes-tit {
  opacity: 0;
}

.themes ul li.active .themes-dim {
  top: 0;
  opacity: 1;
}

.themes ul li.active .themes-hover {
  transform: translateY(0);
  opacity: 1;
}

/* 2024.01.16 수정 */
.stetho-program ul {
  margin-top: 60px;
}
.stetho-program ul li:not(:first-child) {
  margin-top: 120px;
}
.stetho-program__tit {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 25px;
  text-align: center;
}
.stetho-program__anim {
  display: flex;
  gap: 64px;
  align-items: center;
  justify-content: center;
}
.stetho-program__anim > div {
  width: 264px;
  height: 264px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #3c4661;
  backdrop-filter: blur(7px);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.stetho-program__anim > div.arrow-right::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  width: 64px;
  height: 24px;
  background-image: url('/assets/images/sub/stetho_arrows.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.stetho-program__anim .stetho-last {
  width: 332px;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 0;
  margin-left: 16px;
  height: 212px;
}
.stetho-program__anim .stetho-last div {
  width: 100%;
  flex: 1;
  border-radius: 107px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.stetho-program__anim .stetho-last div::after {
  position: absolute;
  content: '';
  width: 80px;
  height: 44px;
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%);
  background-image: url('/assets/images/sub/stetho_arrows02.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.stetho-program__anim .stetho-last div p {
  color: #272d3f;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.stetho-program__anim .stetho-last div span {
  font-size: 20px;
  color: #8e99b9;
  font-weight: 400;
  line-height: 1.2;
}
.prism-incorporation ul {
  display: flex;
  align-items: center;
}
.prism-incorporation li:not(:first-child) {
  margin-left: -3%;
}
.prism-incorporation > p {
  margin-top: 14px;
  font-size: 24px;
  font-weight: 700;
}
.prism-incorporation > div {
  margin-top: 30px;
}
.pf-map {
  margin-bottom: 100px;
}

@media all and (max-width: 1450px) {
  .sub-stit {
    font-size: 32px;
  }
}
@media all and (max-width: 1400px) {
  .md-accelerate__slide {
    width: 80%;
  }
  .about-member ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2.051vw;
  }
  .about-member .main-team__card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
