.sub-top {
  height: 540px;
  background-image: url(/assets/images/sub/sub_top_bg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 200px;
  text-align: center;
  position: relative;
}
.sub-top .fadeInUp {
  position: relative;
  z-index: 2;
}
.sub-top h2 {
  color: #fff;
  font-size: 70px;
  font-weight: 500;
  font-family: var(--love);
  position: relative;
  z-index: 2;
}
.sub-top h3 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
.sub-top__line {
  width: 100px;
  height: 2px;
  background-color: rgba(256, 256, 256, 0.5);
  margin: 40px auto;
}
.sub-top::before {
  content: '';
  width: 797px;
  height: 914px;
  background-image: url('/assets/images/sub/sub_top_symbol01.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 125px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0.6;
}
.sub-top.project {
  height: auto;
  background-image: url('/assets/images/sub/project_bg.jpg');
  padding-bottom: 107px;
}
.sub-top.project::before {
  display: none;
}
.sub-top.view-page {
  height: 390px;
  background-image: url('/assets/images/sub/project_view_bg.jpg');
}
.sub-top.view-page h2 {
  font-family: 'Pretendard', sans-serif;
  font-size: 48px;
  font-weight: 700;
}
.sub-top.view-page::before {
  display: none;
}
.sub-top.bg02 {
  background-image: url(/assets/images/sub/sub_top_bg02.jpg);
}
.sub-top.bg02::before {
  content: '';
  width: 807px;
  height: 1215px;
  background-image: url('/assets/images/sub/sub_top_symbol02.png');
}
.sub-page {
  padding: 145px 0;
}
.sub-page::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(245, 241, 255, 0.9);
}
.sub-page .sub-page__inner {
  position: relative;
  z-index: 2;
}
.sub-page.project-view {
  padding-top: 0;
  padding-bottom: 0;
}
.sub-page.project {
  padding-top: 48px;
}
.sub-page.wedo {
  overflow: hidden;
}
.sub-page.wedo .sub-page__inner::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -145px;
  left: 0;
  background-image: url(/assets/images/sub/wedo_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 bottom;
  opacity: 0.5;
}
.small-inner {
  width: 1000px;
  margin: auto;
}
.wedo-top {
  font-size: 26px;
  line-height: 2em;
  font-weight: 600;
  padding-bottom: 90px;
  position: relative;
  margin-bottom: 120px;
}
.wedo-top strong {
  color: var(--mildP);
}
.wedo-top::before {
  content: '';
  width: 184px;
  height: 1px;
  background-color: var(--mildP);
  bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wedo-body li {
  color: #555;
  font-weight: 300;
  line-height: 2em;
  font-size: 22px;
}
.wedo-body li:not(:last-child) {
  margin-bottom: 75px;
}
.wedo-body strong {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #391976;
  line-height: 2em;
}
.wedo-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 107px;
}
.wedo-btns > a {
  width: 560px;
  padding: 47px 47px 37px 47px;
  height: 316px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.wedo-btns > a:nth-child(1) {
  background-image: url(/assets/images/sub/wedo_btn_bg01.jpg);
}
.wedo-btns > a:nth-child(2) {
  background-image: url(/assets/images/sub/wedo_btn_bg02.jpg);
}
.wedo-btns > a p {
  color: #f6f3ff;
  font-family: var(--butler);
  font-size: 50px;
  font-weight: 200;
  letter-spacing: 0.75px;
  line-height: 100%;
}
.wedo-btns > a h3 {
  color: #f6f3ff;
  font-family: var(--butler);
  font-size: 80px;
  letter-spacing: 1.2px;
  margin-bottom: 25px;
  line-height: 100%;
}
.wedo-btns > a svg {
  margin-left: auto;
  margin-top: auto;
}
.wedo-btns > a:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
}
.people hgroup h3 {
  color: #391976;
  font-size: 40px;
  font-weight: 600;
}
.people hgroup h4 {
  color: #391976;
  font-weight: 300;
  font-size: 32px;
  margin-top: 3px;
}
.people hgroup p {
  color: #712ec9;
  font-size: 24px;
  margin-top: 15px;
  line-height: 1em;
  padding-bottom: 24px;
  position: relative;
}
.people hgroup p::before {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #712ec9;
  position: absolute;
  bottom: 0;
  left: 0;
}
.people hgroup + p {
  margin-top: 24px;
  font-size: 24px;
  color: #555;
  font-weight: 300;
  line-height: 1.6em;
}
.people-top {
  padding-bottom: 44px;
  border-bottom: 1px solid #391976;
}
.people-list ul {
  width: 100%;
}
.people-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0;
}
.people-list ul li:not(:last-child) {
  border-bottom: 1px solid #391976;
}
.people-list__img {
  width: 280px;
}
.people-list__img figure {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
}
.people-list__img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.people-list__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.people-list__mail {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #222;
  font-size: 18px;
}
.people-list__mail:hover {
  text-decoration-line: underline;
}
.people-list__mail img {
  margin-right: 12px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.contact-input {
  background-color: #faf9ff;
  border: 1px solid #19082f;
}
.contact-input li {
  padding: 20px 26px;
  border-bottom: 1px solid #19082f;
}
.contact-input li:last-child {
  border-bottom: none;
}
.contact-input li textarea {
  resize: none;
  min-height: 270px;
}
.contact-input li textarea,
.contact-input li input[type='text'] {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  background-color: transparent !important;
}
.contact-input li textarea::-webkit-input-placeholder,
.contact-input li input[type='text']::-webkit-input-placeholder {
  color: #ad97cb;
}
.contact-input li textarea::-moz-placeholder,
.contact-input li input[type='text']::-moz-placeholder {
  color: #ad97cb;
}
.contact-input li textarea:-ms-input-placeholder,
.contact-input li input[type='text']:-ms-input-placeholder {
  color: #ad97cb;
}
.contact-input li textarea::-ms-input-placeholder,
.contact-input li input[type='text']::-ms-input-placeholder {
  color: #ad97cb;
}
.contact-input li textarea::placeholder,
.contact-input li input[type='text']::placeholder {
  color: #ad97cb;
}
.contact-agree {
  margin-top: 15px;
}
.contact-agree input[type='checkbox'] {
  width: 0;
  height: 0;
  overflow: hidden;
}
.contact-agree input[type='checkbox']:checked + label span {
  background-image: url('/assets/images/sub/checkbox_checked.png');
}
.contact-agree label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-agree label span {
  width: 30px;
  height: 30px;
  background-image: url('/assets/images/sub/checkbox.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.contact-agree button {
  font-weight: 600;
}
.btn-style01.contact-btn a {
  background-color: #b2abc7;
  margin-top: 85px;
}
.btn-style01.contact-btn::before {
  display: none;
}
.btn-style01.contact-btn:hover {
  transform: translateY(0);
}
.btn-style01.contact-btn.active a {
  background-color: var(--green);
  color: #2f165d;
}
.btn-style01.contact-btn.active::before {
  background-color: #6c8604;
}

.contact-form {
  padding-bottom: 145px;
}
.contact-form h3 {
  color: var(--deepP);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.9;
}
.contact-form p {
  color: var(--deepP);
  margin-bottom: 80px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.8;
}
.contact-location__info {
  padding: 45px 0;
  background-color: var(--mildP);
}
.contact-location__info .small-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 110px;
}
.contact-location__info .small-inner nav {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.contact-location__info .small-inner nav:last-child {
  border-left: 1px solid var(--deepP);
}
.contact-location__info .small-inner nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 36px;
  color: #fff;
}
.contact-location__info .small-inner nav a figure {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin: 0;
}
.contact-location__info .small-inner nav a p {
  font-size: 24px;
  font-weight: 700;
}
.contact-location__info .small-inner nav a p span {
  font-weight: 400;
}
.contact-location__info .small-inner nav:last-child {
  padding-left: 110px;
}
.sub-page.contact {
  padding-bottom: 0;
}
.contact-location__map {
  position: relative;
}
.contact-location__map svg {
  position: absolute;
  top: 34%;
  left: 46.5%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.contact0location__marker {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contact-modal {
  padding: 75px 50px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1200px;
  height: 80vh;
  border-radius: 30px;
  position: fixed;
  z-index: 999;
  -webkit-box-shadow: 0px 17px 34px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 17px 34px 0px rgba(0, 0, 0, 0.25);
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
}
.contact-modal__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--deepP);
  font-size: 26px;
  font-weight: 400;
  position: absolute;
  top: 50px;
  right: 50px;
  gap: 20px;
}
.contact-modal__tit {
  margin-bottom: 24px;
  color: var(--deepP);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
}
.contact-modal__desc {
  border: 1px solid #222;
  padding: 20px 25px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}
.conatact-modal__scroll {
  height: 100%;
  padding-right: 40px;
  overflow-y: scroll;
}
.conatact-modal__scroll::-webkit-scrollbar {
  background-color: transparent;
  width: 5px;
}
.conatact-modal__scroll::-webkit-scrollbar-thumb {
  background-color: #222;
  border-radius: 5px;
}
.conatact-modal__scroll a,
.conatact-modal__scroll p,
.conatact-modal__scroll span {
  font-family: 'Pretendard' !important;
}
.contact-complete {
  z-index: 999;
  padding-top: 50px;
  background-color: #fff;
  display: none;
  opacity: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 850px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 30px;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  font-size: 24px;
  text-align: center;
}
.contact-complete figure {
  margin: 0;
}
.contact-complete button {
  width: 100%;
  height: 104px;
  background-color: var(--mildP);
  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;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  margin-top: 25px;
}
.contact-complete__tit {
  color: #2c125c;
  font-size: 34px;
  font-weight: 700;
}
.project-upcoming {
  text-align: left;
  padding: 90px 0 90px;
  border-top: 1px solid #efe7ff;
  color: #f7f0ff;
  margin-top: 65px;
}
.project-upcoming .btn-style01 {
  margin-right: 0;
  margin-top: auto;
}
.project-upcoming .item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 75px;
}
.project-upcoming .item figure {
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 424px;
  height: 600px;
}
.project-upcoming .item figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.project-upcoming .item > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
.project-upcoming .item > div span {
  width: 64px;
  background-color: #f7f0ff;
  height: 1px;
  display: block;
  margin-bottom: 70px;
}
.project-upcoming .slick-track {
  padding-bottom: 5px;
}
.project-upcoming .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--deepP);
  border-radius: 2em;
}
.project-upcoming .slick-dots li {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  border-radius: 2em;
  cursor: pointer;
}
.project-upcoming .slick-dots li.slick-active {
  background-color: var(--green);
}
.project-upcoming .slick-dots li button {
  display: none;
}
.project-upcoming__cate {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 28px;
}
.project-upcoming__tit {
  font-family: var(--butler);
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 70px;
}
.project-upcoming__date {
  font-size: 24px;
  font-size: 24px;
  font-weight: 400;
}
.project-upcoming__date strong {
  font-size: 36px;
  font-weight: 600;
  display: block;
}
.project h3 {
  color: var(--deepP);
  font-size: 48px;
  font-weight: 700;
  padding-bottom: 50px;
  text-align: center;
  margin-bottom: 32px;
  border-bottom: 1px solid #2b0047;
}
.project-list {
  margin-bottom: 100px;
}
.project-list__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 32px;
}
.project-list__tab li a {
  border: 2px solid var(--green);
  border-radius: 60px;
  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;
  width: 238px;
  height: 60px;
  color: #a6a6a6;
  font-size: 24px;
  font-weight: 400;
}
.project-list__tab li.on a {
  background-color: var(--green);
  color: var(--deepP);
  font-weight: 700;
}
.project-list__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 94px 20px;
}
.project-list__list li a figure {
  margin: 0 0 18px;
}
.project-list__list li a span {
  display: block;
  margin: 10px 0;
  width: 28px;
  height: 1px;
  background-color: var(--mildP);
}
.project-list__list li a:hover .project-list__tit {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.project-list__tit {
  color: var(--deepP);
  font-size: 24px;
  font-weight: 700;
}
.project-list__desc p {
  color: #666;
  font-weight: 400;
  font-size: 20px;
}
.project-list__desc p:last-child {
  font-weight: 500;
  line-height: 1.4em;
  height: 2.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.project-view__top {
  padding: 128px 0;
}
.project-view__top .small-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.project-view__top figure {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin: 0;
}
.project-view__top ul {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 507px;
}
.project-view__top ul li {
  padding: 30px 0;
  display: grid;
  grid-template-columns: 116px auto;
  border-bottom: 1px solid #2b0047;
}
.project-view__top ul li:first-child {
  padding-top: 0;
}
.project-view__top ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.project-view__top ul li p {
  font-size: 24px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.project-view__top ul li p a {
  text-decoration-line: underline;
  text-underline-offset: 5px;
}
.project-view__top ul li p:first-child {
  color: #391976;
  font-weight: 700;
}
.project-view__desc {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-top: 52px;
}
.project-view__desc strong {
  color: #391976;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6em;
}
.project-view__desc p {
  margin-top: 32px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.8;
}
.project-view__detail {
  padding-top: 132px;
  padding-bottom: 140px;
  background-color: #fff;
}
.project-view__detail .btn-style01 a {
  margin-top: 70px;
}
.project-view__detail .small-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.archive-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 64px 20px;
}
.archive-list > a:hover h3 {
  text-decoration: underline;
}
.archive-list > a:hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.archive-list figure {
  margin: 0;
  overflow: hidden;
  height: 390px;
}
.archive-list figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}
.archive-list h3 {
  color: #2b0047;
  font-size: 33px;
  font-weight: 700;
  margin-top: 20px;
}
.archive-list p {
  color: #666;
  font-size: 24px;
  margin-top: 20px;
  position: relative;
}
.archive-list p::before {
  content: '';
  width: 28px;
  height: 1px;
  background-color: #712ec9;
  position: absolute;
  top: -10px;
  left: 0;
}
.search {
  width: 830px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #4f208d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search input {
  height: 45px;
  font-size: 26px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 12px;
}
.search input::-webkit-input-placeholder {
  color: #ad97cb;
}
.search input::-moz-placeholder {
  color: #ad97cb;
}
.search input:-ms-input-placeholder {
  color: #ad97cb;
}
.search input::-ms-input-placeholder {
  color: #ad97cb;
}
.search input::placeholder {
  color: #ad97cb;
}
.search button {
  width: 60px;
  height: 60px;
  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;
}
.paginate {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 30px;
}
.paginate > a {
  color: #000;
  font-size: 18px;
  font-weight: 300;
}
.paginate > a.active {
  color: #712ec9;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.dim {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 998;
  cursor: pointer;
  display: none;
  opacity: 0;
}
.archive-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 800px;
  max-height: 95vh;
  overflow-y: scroll;
  display: none;
  opacity: 0;
}
.archive-modal::-webkit-scrollbar {
  width: 0;
}

.archive-modal figure {
  margin: 0;
  overflow: hidden;
  height: 0;
  padding-top: 67%;
  position: relative;
}
.archive-modal figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}
.archive-modal h3 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  margin-top: 20px;
  line-height: 1.2em;
}
.archive-modal h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2em;
  margin-top: 24px;
}
.archive-modal p {
  color: #929292;
  font-size: 25px;
  margin-top: 24px;
  position: relative;
  line-height: 1em;
}
.archive-modal p::before {
  content: '';
  width: 28px;
  height: 2px;
  background-color: #712ec9;
  position: absolute;
  top: -16px;
  left: 0;
}
.modal-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 20px;
  color: #fff;
  font-size: 26px;
}
.modal-close svg {
  margin-left: 12px;
}
.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 56px 0;
}
.news-list > div > a {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.news-list > div > a:hover {
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.news-list > div > a:hover .news-list__tit {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.news-list > div > a:hover .view-all::before {
  width: 100%;
  opacity: 1;
}
.news-list > div > a > div {
  padding: 40px 50px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-list > div > a .view-all {
  color: #712ec9;
  margin-left: auto;
}
.news-list figure {
  margin: 0;
  width: 408px;
  height: 272px;
  border-right: 1px solid #b2a8c7;
}
.news-list figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-list__press {
  color: #222;
  font-family: 'Helvetica Neue', 'Pretendard';
  font-size: 22px;
  margin-bottom: 18px;
}
.news-list__tit {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4em;
  height: 2.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 22px;
  color: #2b0047;
}
.news-view {
  margin-bottom: 140px;
}
.news-view hgroup {
  margin-bottom: 50px;
}
.news-view hgroup h3 {
  color: #2b0047;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 40px;
}
.news-view hgroup p {
  color: #666;
  font-size: 24px;
  line-height: 160%;
}
.news-view__content p {
  background: transparent !important;
  font-size: 24px !important;
  line-height: 200% !important;
}
.news-view__link {
  color: #666;
  font-size: 24px;
  text-decoration-line: underline;
  text-underline-offset: 5px;
  margin-top: 20px;
  display: inline-block;
}
.news-view__link:hover {
  opacity: 0.5;
}
