@charset "UTF-8";
body {
  width: 100vw;
}
body::-webkit-scrollbar {
  width: 2rem;
  background-color: #fff;
}
body::-webkit-scrollbar-button {
  width: 2rem;
  height: 2rem;
  background-color: #E76162;
}
body::-webkit-scrollbar-thumb {
  width: 2rem;
  height: 4rem;
  background-color: #FEE1E3;
  box-shadow: 0 1px 3px #888;
}

.wrap {
  width: 100vw;
}

.main-inner section.projects .inner .project.project1 .pInfo .infoBtn, .main-inner section.projects .inner .project.project2 .pInfo .infoBtn, .main-inner section.projects .inner .project.project3 .pInfo .infoBtn, .main-inner section.projects .inner .project.project4 .pInfo .infoBtn, footer .footerWrap .backImg .footer-inner section.contact .contactText .conBox, .header-inner .header-box .box-3 {
  display: flex;
  gap: 1.5vw;
  justify-content: center;
  margin-top: 2.7rem;
}
.main-inner section.projects .inner .project.project1 .pInfo .infoBtn a, .main-inner section.projects .inner .project.project2 .pInfo .infoBtn a, .main-inner section.projects .inner .project.project3 .pInfo .infoBtn a, .main-inner section.projects .inner .project.project4 .pInfo .infoBtn a, footer .footerWrap .backImg .footer-inner section.contact .contactText .conBox a, .header-inner .header-box .box-3 a {
  display: inline-block;
  padding: 1.2rem 1.8rem;
  border: 1px solid transparent;
  background-color: #E76162;
  color: #fff;
}
.main-inner section.projects .inner .project.project1 .pInfo .infoBtn a:hover, .main-inner section.projects .inner .project.project2 .pInfo .infoBtn a:hover, .main-inner section.projects .inner .project.project3 .pInfo .infoBtn a:hover, .main-inner section.projects .inner .project.project4 .pInfo .infoBtn a:hover, footer .footerWrap .backImg .footer-inner section.contact .contactText .conBox a:hover, .header-inner .header-box .box-3 a:hover {
  border: 1px solid #E76162;
  background-color: #fff;
  color: #E76162;
}

.main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .pageBtn > span {
  display: inline-block;
  position: relative;
  text-align: center;
  left: 47%;
  transform: translate(-50%);
  top: 42.5vw;
}
.main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .pageBtn > span > a {
  padding: 1rem;
  margin: 1rem;
  color: #3E614D;
  text-decoration: underline;
  display: block;
}
.main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .pageBtn > span > a.active {
  color: #E76162;
}

header {
  width: 100vw;
  height: 100vh;
}
header .overay {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 11;
  display: none;
}
header > .ham {
  display: none;
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  header > .ham {
    display: inline-block;
    position: fixed;
    top: 3rem;
    left: 3rem;
    z-index: 15;
    padding: 2.5rem 1.5rem;
    background-color: #3E614D;
    border-radius: 100%;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  header > .ham span {
    display: block;
  }
  header > .ham span.solid {
    display: block;
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 2.5rem;
    border: 1px solid #fff;
    z-index: 15;
  }
  header > .ham span:first-child {
    width: 2.5rem;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    width: 2.5rem;
    border: 1px solid #fff;
  }
  header > .ham span:last-child {
    width: 2.5rem;
    position: absolute;
    top: 3.4rem;
    left: 1.5rem;
    width: 2.5rem;
    border: 1px solid #fff;
  }
  header > .ham span:first-child.active {
    position: absolute;
    top: 2.5rem;
    transform: rotate(135deg);
    transition: all 0.2s;
  }
  header > .ham span:last-child.active {
    position: absolute;
    top: 2.5rem;
    transform: rotate(-135deg);
    transition: all 0.2s;
  }
  header > .ham span.solid.active {
    border-color: transparent;
  }
}
@media screen and (max-width: 644px) {
  header > .ham {
    display: inline-block;
    position: fixed;
    top: 3rem;
    left: 3rem;
    z-index: 15;
    padding: 2.5rem 1.5rem;
    background-color: #3E614D;
    border-radius: 100%;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  header > .ham span {
    display: block;
  }
  header > .ham span.solid {
    display: block;
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 2.5rem;
    border: 1px solid #fff;
    z-index: 9;
  }
  header > .ham span:first-child {
    width: 2.5rem;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    width: 2.5rem;
    border: 1px solid #fff;
  }
  header > .ham span:last-child {
    width: 2.5rem;
    position: absolute;
    top: 3.4rem;
    left: 1.5rem;
    width: 2.5rem;
    border: 1px solid #fff;
  }
  header > .ham span:first-child.active {
    position: absolute;
    top: 2.5rem;
    transform: rotate(135deg);
    transition: all 0.2s;
  }
  header > .ham span:last-child.active {
    position: absolute;
    top: 2.5rem;
    transform: rotate(-135deg);
    transition: all 0.2s;
  }
  header > .ham span.solid.active {
    border-color: transparent;
  }
}
@media screen and (min-width: 360px) and (max-width: 500px) {
  header > .ham {
    display: inline-block;
    position: fixed;
    top: 2rem;
    left: 2rem;
    z-index: 15;
    padding: 2.5rem 1.5rem;
    background-color: #3E614D;
    border-radius: 100%;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  header > .ham span {
    display: block;
  }
  header > .ham span.solid {
    display: block;
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 2.5rem;
    border: 1px solid #fff;
    z-index: 9;
  }
  header > .ham span:first-child {
    width: 2.5rem;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    width: 2.5rem;
    border: 1px solid #fff;
  }
  header > .ham span:last-child {
    width: 2.5rem;
    position: absolute;
    top: 3.4rem;
    left: 1.5rem;
    width: 2.5rem;
    border: 1px solid #fff;
  }
  header > .ham span:first-child.active {
    position: absolute;
    top: 2.5rem;
    transform: rotate(135deg);
    transition: all 0.2s;
  }
  header > .ham span:last-child.active {
    position: absolute;
    top: 2.5rem;
    transform: rotate(-135deg);
    transition: all 0.2s;
  }
  header > .ham span.solid.active {
    border-color: transparent;
  }
}

.gnb {
  width: 15vw;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  box-shadow: 1px 0px 3px 0px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.gnb .logo img {
  width: 12rem;
  margin-left: 50%;
  transform: translate(-50%);
  margin-top: 5rem;
}
.gnb .menu {
  width: 100%;
}
.gnb .menu-name {
  margin-top: 7rem;
}
.gnb .menu-name li {
  text-align: center;
  margin: 2rem;
}
.gnb .menu-name li a {
  text-transform: capitalize;
  color: #666;
  font-size: 2rem;
}
.gnb .menu-name li a:hover {
  color: #E76162;
}
.gnb .menu-name li.on a {
  color: #E76162;
}
.gnb .copy {
  font-size: 1rem;
  color: #888;
  text-align: center;
  margin-top: 33rem;
}
.gnb .copy:before {
  content: "";
  display: block;
  width: 7rem;
  margin: auto;
  border-top: 1px solid #E76162;
  margin-bottom: 2rem;
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .gnb .copy {
    margin-top: 30rem;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .gnb .copy {
    margin-top: 30rem;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .gnb .copy {
    margin-top: 28rem;
  }
}
@media screen and (max-width: 644px) {
  .gnb .copy {
    margin-top: 28rem;
  }
}
@media screen and (min-width: 360px) and (max-width: 500px) {
  .gnb .copy {
    margin-top: 28rem;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .gnb {
    display: none;
  }
}
@media screen and (max-width: 644px) {
  .gnb {
    display: none;
  }
}
@media screen and (min-width: 360px) and (max-width: 500px) {
  .gnb {
    display: none;
  }
}

.header-inner {
  z-index: 0;
  width: 85vw;
  height: 100vh;
  position: relative;
  left: 15vw;
  background: url(../img/photo/pick2-sm1.jpg) no-repeat center top/cover;
  background-position-y: -5rem;
  overflow: hidden;
}
@media screen and (min-width: 1280px) and (max-width: 1650px) {
  .header-inner {
    background-position-y: top;
  }
}
@media screen and (min-width: 1070px) and (max-width: 1279px) {
  .header-inner {
    background-position-y: top !important;
  }
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .header-inner {
    background-position-y: top !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .header-inner {
    background-position-y: top !important;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .header-inner {
    background-position-y: top !important;
  }
}
@media screen and (max-width: 644px) {
  .header-inner {
    background-position-y: top !important;
  }
}
@media screen and (min-width: 360px) and (max-width: 500px) {
  .header-inner {
    background-position-y: top !important;
  }
}
.header-inner .home h1 {
  display: none;
}
.header-inner .home #container {
  position: absolute;
  top: 8vw;
  left: 8vw;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.header-inner .home #container span.animated-text span.letter {
  display: inline-block;
}
.header-inner .home #container span.animated-text.tilted span.letter {
  animation: 1s tilted forwards ease-in-out infinite;
}
@keyframes tilted {
  0% {
    transform: rotateZ(-15deg);
  }
  50% {
    transform: rotateZ(15deg);
  }
  100% {
    transform: rotateZ(-15deg);
  }
}
.header-inner .home #container span {
  font-size: 6.5rem;
  line-height: 1.5;
  font-family: "TTTtangsbudaejjigaeB";
  color: #888;
  letter-spacing: 0.3rem;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
.header-inner .home #container span.letter {
  color: #E76162;
}
.header-inner .home #container span.pri {
  color: #E76162;
}
@media screen and (min-width: 1280px) and (max-width: 1650px) {
  .header-inner .home #container span {
    left: 5vw;
    font-size: 5rem;
  }
}
@media screen and (min-width: 1070px) and (max-width: 1279px) {
  .header-inner .home #container span {
    left: 0;
    font-size: 5rem;
  }
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .header-inner .home #container span {
    left: 2vw;
    font-size: 4rem;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .header-inner .home #container span {
    left: 1vw;
    font-size: 4rem;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .header-inner .home #container span {
    left: 1.5vw;
    font-size: 4rem;
  }
}
@media screen and (max-width: 644px) {
  .header-inner .home #container span {
    font-size: 4rem !important;
    left: 1.5vw;
  }
}
@media screen and (min-width: 360px) and (max-width: 500px) {
  .header-inner .home #container span {
    font-size: 4rem !important;
    left: 1vw;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1650px) {
  .header-inner .home #container {
    top: 12vw;
    left: 5vw;
  }
}
@media screen and (min-width: 1070px) and (max-width: 1279px) {
  .header-inner .home #container {
    top: 22vw;
    left: 5vw;
  }
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .header-inner .home #container {
    top: 22vw;
    left: 5vw;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .header-inner .home #container {
    top: 22vw;
    left: 5vw;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .header-inner .home #container {
    top: 41vw;
    left: 5vw;
  }
}
@media screen and (max-width: 644px) {
  .header-inner .home #container {
    top: 60vw;
    left: 5vw;
  }
}
@media screen and (min-width: 360px) and (max-width: 500px) {
  .header-inner .home #container {
    top: 76vw;
    left: 3vw;
  }
}
.header-inner .home .lottie {
  width: 15rem;
  position: absolute;
  right: 18rem;
  bottom: 27rem;
  z-index: 5;
}
@media screen and (min-width: 1070px) and (max-width: 1279px) {
  .header-inner .home .lottie {
    right: 6rem;
    bottom: 30rem;
  }
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .header-inner .home .lottie {
    right: 3rem;
    bottom: 36rem;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .header-inner .home .lottie {
    right: 3rem;
    bottom: 38rem;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .header-inner .home .lottie {
    right: 3rem;
    bottom: 20rem;
  }
}
@media screen and (max-width: 644px) {
  .header-inner .home .lottie {
    right: 3rem;
    bottom: 20rem;
  }
}
@media screen and (min-width: 360px) and (max-width: 500px) {
  .header-inner .home .lottie {
    right: 0;
    bottom: 26rem;
  }
}
.header-inner .header-box {
  width: 48rem;
  height: 27rem;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  padding-top: 0.2rem;
  left: 50vw;
  bottom: 6rem;
}
.header-inner .header-box .box-1 {
  width: 38rem;
  margin: auto;
  margin-top: 3rem;
  padding-bottom: 1.2rem;
  border-bottom: 2px solid #FEE1E3;
}
.header-inner .header-box .box-1 span:nth-child(1) {
  font-size: 3.5rem;
  font-weight: 500;
}
.header-inner .header-box .box-1 p {
  color: #888;
  margin-top: 1.333rem;
}
@media screen and (min-width: 1070px) and (max-width: 1279px) {
  .header-inner .header-box .box-1 {
    width: 30rem;
  }
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .header-inner .header-box .box-1 {
    width: 25rem;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .header-inner .header-box .box-1 {
    width: 20rem;
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .header-inner .header-box .box-1 {
    margin-top: 1.2rem;
  }
}
.header-inner .header-box .box-2 {
  width: 38rem;
  margin: auto;
  margin-top: 1.2rem;
}
.header-inner .header-box .box-2 .tell,
.header-inner .header-box .box-2 .mail {
  line-height: 1.333 !important;
  display: flex;
  gap: 1rem;
}
.header-inner .header-box .box-2 .tell span:first-child,
.header-inner .header-box .box-2 .mail span:first-child {
  color: #E76162;
  font-size: 2rem;
}
.header-inner .header-box .box-2 .tell span:last-child,
.header-inner .header-box .box-2 .mail span:last-child {
  font-size: 2rem;
  color: #666;
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .header-inner .header-box .box-2 .tell,
  .header-inner .header-box .box-2 .mail {
    display: flex;
    flex-direction: column;
  }
}
.header-inner .header-box .box-2 .tell button,
.header-inner .header-box .box-2 .mail button {
  border: none;
  background: none;
}
.header-inner .header-box .box-2 .tell button i,
.header-inner .header-box .box-2 .mail button i {
  cursor: pointer;
}
@media screen and (min-width: 1070px) and (max-width: 1279px) {
  .header-inner .header-box .box-2 {
    width: 30rem;
  }
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .header-inner .header-box .box-2 {
    width: 25rem;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .header-inner .header-box .box-2 {
    width: 20rem;
  }
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .header-inner .header-box .box-3 {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .header-inner .header-box .box-3 a {
    padding: 1.5rem 7.2rem !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .header-inner .header-box .box-3 {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .header-inner .header-box .box-3 a {
    padding: 1.5rem 7.2rem !important;
  }
}
@media screen and (min-width: 360px) and (max-width: 500px) {
  .header-inner .header-box .box-3 {
    text-align: center;
    justify-content: left !important;
    margin-left: 5rem;
  }
}
@media screen and (min-width: 1070px) and (max-width: 1279px) {
  .header-inner .header-box {
    width: 40rem;
    height: 30rem;
  }
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .header-inner .header-box {
    width: 35rem;
    height: 35rem;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .header-inner .header-box {
    width: 30rem;
    height: 37rem;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .header-inner .header-box {
    left: 35vw;
    bottom: 3rem;
    height: 24rem;
  }
}
@media screen and (max-width: 644px) {
  .header-inner .header-box {
    left: 10vw !important;
  }
}
.header-inner .header-box {
  animation: show1 both 1s;
  opacity: 0;
  transform: translateY(12rem);
  overflow: hidden;
  transition: transform 1s, opacity 1s;
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .header-inner {
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 644px) {
  .header-inner {
    left: 0;
    width: 100%;
  }
}

.toptab {
  position: fixed;
  z-index: 999;
  right: 3rem;
  bottom: 3rem;
  background: transparent;
  display: none;
}
.toptab img {
  width: 3rem;
  height: auto;
}

main {
  width: 100vw;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.main-inner {
  width: 85vw;
  margin-left: 15vw;
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner {
    margin: auto;
  }
}
@media screen and (max-width: 644px) {
  .main-inner {
    margin: auto;
  }
}
@media screen and (min-width: 360px) and (max-width: 500px) {
  .main-inner {
    margin: auto;
  }
}
.main-inner section.about {
  width: 65vw;
  height: 88rem;
  margin: auto;
  position: relative;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  overflow: hidden;
  /* 타이틀 base */
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.about {
    height: 145rem;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.about {
    height: 145rem;
  }
}
@media screen and (min-width: 360px) and (max-width: 500px) {
  .main-inner section.about {
    width: inherit;
    height: 145rem;
  }
}
.main-inner section.about .title-flex {
  display: flex;
  flex-direction: row;
  gap: 6vw;
  padding-top: 16.2rem;
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.about .title-flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.about .title-flex {
    flex-direction: column;
  }
}
.main-inner section.about .title-flex .title-text {
  line-height: 1.333;
}
.main-inner section.about .title-flex .title-text .title-name h2:first-child {
  font-size: 2rem;
  font-weight: 300;
}
.main-inner section.about .title-flex .title-text .title-name h2:first-child > strong {
  color: #E76162;
  font-weight: 400;
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.about .title-flex .title-text .title-name h2:first-child {
    text-align: center;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.about .title-flex .title-text .title-name h2:first-child {
    text-align: center;
  }
}
.main-inner section.about .title-flex .title-text .title-name p {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.333;
}
@media screen and (min-width: 1070px) and (max-width: 1279px) {
  .main-inner section.about .title-flex .title-text .title-name p {
    font-size: 2rem;
  }
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .main-inner section.about .title-flex .title-text .title-name p {
    font-size: 2rem;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .main-inner section.about .title-flex .title-text .title-name p {
    font-size: 2rem;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.about .title-flex .title-text .title-name p {
    font-size: 2rem;
    text-align: center;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.about .title-flex .title-text .title-name p {
    font-size: 2rem;
    text-align: center;
  }
}
.main-inner section.about .title-flex .title-text .title-info {
  padding-top: 4rem;
}
.main-inner section.about .title-flex .title-text .title-info .title-flex-profile {
  padding-bottom: 3rem;
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .main-inner section.about .title-flex .title-text .title-info .title-flex-profile h3 {
    font-size: 1.6rem !important;
  }
  .main-inner section.about .title-flex .title-text .title-info .title-flex-profile p {
    font-size: 1.6rem !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .main-inner section.about .title-flex .title-text .title-info .title-flex-profile h3 {
    font-size: 1.6rem !important;
  }
  .main-inner section.about .title-flex .title-text .title-info .title-flex-profile p {
    font-size: 1.6rem !important;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.about .title-flex .title-text .title-info .title-flex-profile h3 {
    font-size: 1.6rem !important;
    padding-right: 8rem;
  }
  .main-inner section.about .title-flex .title-text .title-info .title-flex-profile p {
    font-size: 1.6rem !important;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.about .title-flex .title-text .title-info .title-flex-profile h3 {
    font-size: 1.6rem !important;
    padding-right: 8rem;
  }
  .main-inner section.about .title-flex .title-text .title-info .title-flex-profile p {
    font-size: 1.6rem !important;
  }
}
.main-inner section.about .title-flex .title-text .title-info .title-flex-mail {
  padding-bottom: 3rem;
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .main-inner section.about .title-flex .title-text .title-info .title-flex-mail h3 {
    font-size: 1.6rem !important;
  }
  .main-inner section.about .title-flex .title-text .title-info .title-flex-mail p {
    font-size: 1.6rem !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .main-inner section.about .title-flex .title-text .title-info .title-flex-mail h3 {
    font-size: 1.6rem !important;
  }
  .main-inner section.about .title-flex .title-text .title-info .title-flex-mail p {
    font-size: 1.6rem !important;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.about .title-flex .title-text .title-info .title-flex-mail h3 {
    font-size: 1.6rem !important;
    padding-right: 8rem;
  }
  .main-inner section.about .title-flex .title-text .title-info .title-flex-mail p {
    font-size: 1.6rem !important;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.about .title-flex .title-text .title-info .title-flex-mail h3 {
    font-size: 1.6rem !important;
    padding-right: 8rem;
  }
  .main-inner section.about .title-flex .title-text .title-info .title-flex-mail p {
    font-size: 1.6rem !important;
  }
}
.main-inner section.about .title-flex .title-text .title-info .title-flex-phone {
  padding-bottom: 3rem;
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .main-inner section.about .title-flex .title-text .title-info .title-flex-phone h3 {
    font-size: 1.6rem !important;
  }
  .main-inner section.about .title-flex .title-text .title-info .title-flex-phone p {
    font-size: 1.6rem !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .main-inner section.about .title-flex .title-text .title-info .title-flex-phone h3 {
    font-size: 1.6rem !important;
  }
  .main-inner section.about .title-flex .title-text .title-info .title-flex-phone p {
    font-size: 1.6rem !important;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.about .title-flex .title-text .title-info .title-flex-phone h3 {
    font-size: 1.6rem !important;
    padding-right: 8rem;
  }
  .main-inner section.about .title-flex .title-text .title-info .title-flex-phone p {
    font-size: 1.6rem !important;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.about .title-flex .title-text .title-info .title-flex-phone h3 {
    font-size: 1.6rem !important;
    padding-right: 8rem;
  }
  .main-inner section.about .title-flex .title-text .title-info .title-flex-phone p {
    font-size: 1.6rem !important;
  }
}
.main-inner section.about .title-flex .title-text .title-info .title-flex-study {
  padding-bottom: 3rem;
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .main-inner section.about .title-flex .title-text .title-info .title-flex-study h3 {
    font-size: 1.6rem !important;
  }
  .main-inner section.about .title-flex .title-text .title-info .title-flex-study p {
    font-size: 1.6rem !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .main-inner section.about .title-flex .title-text .title-info .title-flex-study h3 {
    font-size: 1.6rem !important;
  }
  .main-inner section.about .title-flex .title-text .title-info .title-flex-study p {
    font-size: 1.6rem !important;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.about .title-flex .title-text .title-info .title-flex-study h3 {
    font-size: 1.6rem !important;
    padding-right: 8rem;
  }
  .main-inner section.about .title-flex .title-text .title-info .title-flex-study p {
    font-size: 1.6rem !important;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.about .title-flex .title-text .title-info .title-flex-study h3 {
    font-size: 1.6rem !important;
    padding-right: 8rem;
  }
  .main-inner section.about .title-flex .title-text .title-info .title-flex-study p {
    font-size: 1.6rem !important;
  }
}
.main-inner section.about .title-flex .title-text .title-info .title-flex-skillList {
  padding-bottom: 3rem;
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .main-inner section.about .title-flex .title-text .title-info .title-flex-skillList h3 {
    font-size: 1.6rem !important;
  }
  .main-inner section.about .title-flex .title-text .title-info .title-flex-skillList p {
    font-size: 1.6rem !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .main-inner section.about .title-flex .title-text .title-info .title-flex-skillList h3 {
    font-size: 1.6rem !important;
  }
  .main-inner section.about .title-flex .title-text .title-info .title-flex-skillList p {
    font-size: 1.6rem !important;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.about .title-flex .title-text .title-info .title-flex-skillList h3 {
    font-size: 1.6rem !important;
    padding-right: 8rem;
  }
  .main-inner section.about .title-flex .title-text .title-info .title-flex-skillList p {
    font-size: 1.6rem !important;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.about .title-flex .title-text .title-info .title-flex-skillList h3 {
    font-size: 1.6rem !important;
    padding-right: 8rem;
  }
  .main-inner section.about .title-flex .title-text .title-info .title-flex-skillList p {
    font-size: 1.6rem !important;
  }
}
.main-inner section.about .title-flex .perspective {
  width: 22vw;
  perspective: 1000px;
}
.main-inner section.about .title-flex .perspective .title-img {
  position: relative;
  width: 22vw;
  height: auto;
  right: 0;
  margin-top: 50rem;
  opacity: 0;
  transform: translateY(100rem);
  transition: transform 1.5s, opacity 1.5s;
}
.main-inner section.about .title-flex .perspective .title-img img {
  position: absolute;
  top: 0;
  width: 22vw;
  height: 30vw;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.about .title-flex .perspective .title-img img {
    width: 45rem;
    height: auto;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.about .title-flex .perspective .title-img img {
    width: 40rem;
    height: auto;
  }
}
.main-inner section.about .title-flex .perspective .title-img:before {
  content: "";
  position: absolute;
  width: 22vw;
  height: 29vw;
  border: 8px solid #FEE1E3;
  top: 3.8rem;
  left: -1.5vw;
  z-index: -1;
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.about .title-flex .perspective .title-img:before {
    width: 50rem;
    height: 59rem;
    left: -4.5vw;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.about .title-flex .perspective .title-img:before {
    width: 50rem;
    height: 59rem;
    left: -4.5vw;
  }
}
.main-inner section.about .title-flex .perspective .title-img:after {
  content: "";
  position: absolute;
  width: 22vw;
  height: 29vw;
  background-image: url(../img/bg2.png);
  top: -2.8rem;
  left: 1.5vw;
  z-index: -1;
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.about .title-flex .perspective .title-img:after {
    width: 50rem;
    height: 59rem;
    left: 4.5vw;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.about .title-flex .perspective .title-img:after {
    width: 50rem;
    height: 59rem;
    left: 4.5vw;
  }
}
.main-inner section.history {
  width: 85vw;
  height: 85rem;
  background-color: #F8F2EE;
}
@media screen and (min-width: 1070px) and (max-width: 1279px) {
  .main-inner section.history {
    height: 90rem;
  }
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .main-inner section.history {
    height: 120rem;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .main-inner section.history {
    height: 120rem;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.history {
    height: 130rem;
    width: 100vw;
    margin: 0;
    margin-left: -7rem;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.history {
    height: 140rem;
    width: 100vw;
    margin: 0;
    margin-left: -4rem;
  }
}
.main-inner section.history .hInner {
  display: flex;
  flex-direction: row;
  width: 65vw;
  margin: auto;
  justify-content: space-between;
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .main-inner section.history .hInner {
    flex-direction: column;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .main-inner section.history .hInner {
    flex-direction: column;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.history .hInner {
    flex-direction: column;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.history .hInner {
    flex-direction: column;
  }
}
@media screen and (min-width: 1070px) and (max-width: 1279px) {
  .main-inner section.history .hInner .history-one {
    margin-left: -5rem;
    padding-right: 8rem;
  }
}
@media screen and (min-width: 1070px) and (max-width: 1279px) {
  .main-inner section.history .hInner .history-two {
    margin-right: -5rem;
  }
}
.main-inner section.history .hInner .history-flex {
  margin-top: 1rem;
}
.main-inner section.history .hInner .history-flex .flex-text {
  display: flex;
  justify-content: space-between;
  line-height: 1.75;
  padding: 1.2rem 0;
}
.main-inner section.history .hInner .history-flex .flex-text li:first-child {
  font-size: 2rem;
  color: #666;
}
.main-inner section.history .hInner .history-flex .flex-text li:last-child {
  font-size: 1.4rem;
  width: 6vw;
  height: 3.7rem;
  text-align: center;
  line-height: 2.8;
  background-color: #FEE1E3;
  color: #666;
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.history .hInner .history-flex .flex-text li:last-child {
    width: 12vw;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.history .hInner .history-flex .flex-text li:last-child {
    width: 8vw;
  }
}
.main-inner section.skills {
  width: 100%;
  height: 80rem;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.skills {
    height: 120rem;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.skills {
    height: 120rem;
  }
}
.main-inner section.skills .inner {
  width: 65vw;
  margin: auto;
}
.main-inner section.skills .inner > h3 {
  font-size: 4.8rem;
  font-weight: 600;
  color: #3E614D;
  padding-top: 16rem;
}
.main-inner section.skills .inner .skillLevel {
  padding-top: 7rem;
  display: flex;
  width: 60vw;
  margin: auto;
  overflow: hidden;
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.skills .inner .skillLevel {
    flex-direction: column;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.skills .inner .skillLevel {
    flex-direction: column;
  }
}
.main-inner section.skills .inner .skillLevel .skills .Level {
  width: 28vw;
  height: 12rem;
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.skills .inner .skillLevel .skills .Level {
    width: 60vw;
    overflow: hidden;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.skills .inner .skillLevel .skills .Level {
    width: 60vw;
    overflow: hidden;
  }
}
.main-inner section.skills .inner .skillLevel .skills .Level .Ltitle {
  font-size: 2rem;
  font-weight: 500;
  color: #3E614D;
  line-height: 1.333;
}
.main-inner section.skills .inner .skillLevel .skills .Level .secon .progress-bar {
  position: relative;
  top: 2rem;
  width: 26vw;
  height: 20px;
  background-color: #F8F2EE;
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.skills .inner .skillLevel .skills .Level .secon .progress-bar {
    width: 60vw;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.skills .inner .skillLevel .skills .Level .secon .progress-bar {
    width: 60vw;
  }
}
.main-inner section.skills .inner .skillLevel .skills .Level .secon .progress-bar .bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to left, #E76162, rgb(255, 154, 154));
  width: 0;
}
.main-inner section.skills .inner .skillLevel .skills .Level .secon .progress-bar .rate {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  line-height: 20px;
  font-size: 1.2rem;
  color: #333;
  font-weight: 700;
}
.main-inner section.skills .inner .skillLevel .skills.skills1 {
  margin-right: 7rem;
}
.main-inner section.projects {
  width: 100%;
  height: 214rem;
  background-color: #fff;
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .main-inner section.projects {
    height: 390rem;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .main-inner section.projects {
    height: 390rem;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.projects {
    height: 390rem;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.projects {
    height: 390rem;
  }
}
@media screen and (min-width: 360px) and (max-width: 500px) {
  .main-inner section.projects {
    height: 330rem;
  }
}
.main-inner section.projects .inner {
  width: 65vw;
  position: relative;
  margin: auto;
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .main-inner section.projects .inner {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .main-inner section.projects .inner {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.projects .inner {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.projects .inner {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.projects .inner {
    display: flex;
    flex-direction: column;
    width: inherit;
  }
}
.main-inner section.projects .inner > h3 {
  font-size: 4.8rem;
  font-weight: 600;
  color: #3E614D;
  position: absolute;
  top: 16rem;
}
@media screen and (min-width: 1070px) and (max-width: 1279px) {
  .main-inner section.projects .inner .project {
    height: 65rem !important;
  }
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .main-inner section.projects .inner .project {
    width: 60vw !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .main-inner section.projects .inner .project {
    width: 60vw !important;
  }
  .main-inner section.projects .inner .project img {
    width: 60vw !important;
    height: auto !important;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.projects .inner .project {
    width: 60vw !important;
  }
  .main-inner section.projects .inner .project img {
    width: 60vw !important;
    height: auto !important;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.projects .inner .project {
    width: 60vw !important;
  }
  .main-inner section.projects .inner .project img {
    width: 60vw !important;
    height: auto !important;
  }
}
@media screen and (min-width: 360px) and (max-width: 500px) {
  .main-inner section.projects .inner .project {
    width: 90vw !important;
    height: 60rem !important;
  }
  .main-inner section.projects .inner .project img {
    width: 90vw !important;
    height: auto !important;
  }
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .main-inner section.projects .inner .project.project1 .mockupAll {
    margin-bottom: -13.5vw !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .main-inner section.projects .inner .project.project1 .mockupAll {
    margin-bottom: -13.5vw !important;
  }
}
.main-inner section.projects .inner .project.project2 {
  right: 0;
}
.main-inner section.projects .inner .project.project2 .mockupAll {
  margin-bottom: -16vw !important;
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .main-inner section.projects .inner .project.project2 .mockupAll {
    margin-bottom: -28.5vw !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .main-inner section.projects .inner .project.project2 .mockupAll {
    margin-bottom: -28.5vw !important;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.projects .inner .project.project2 .mockupAll {
    margin-bottom: -23.5vw !important;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.projects .inner .project.project2 .mockupAll {
    margin-bottom: -22vw !important;
  }
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .main-inner section.projects .inner .project.project2 {
    right: initial;
    top: 117rem !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .main-inner section.projects .inner .project.project2 {
    right: initial;
    top: 117rem !important;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.projects .inner .project.project2 {
    right: initial;
    top: 117rem !important;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.projects .inner .project.project2 {
    right: initial;
    top: 117rem !important;
  }
}
@media screen and (min-width: 360px) and (max-width: 500px) {
  .main-inner section.projects .inner .project.project2 {
    right: initial;
    top: 100rem !important;
  }
}
.main-inner section.projects .inner .project.project3 {
  top: 120rem !important;
}
.main-inner section.projects .inner .project.project3 .infoBtn {
  margin-top: 6rem !important;
}
.main-inner section.projects .inner .project.project3 .mockupAll {
  margin-bottom: 9rem;
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .main-inner section.projects .inner .project.project3 .mockupAll {
    margin-bottom: 15rem !important;
  }
}
.main-inner section.projects .inner .project.project3 .mockupAll p {
  position: absolute;
  left: 21%;
  top: 33.5rem;
  font-size: 1.4rem;
  color: #888;
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .main-inner section.projects .inner .project.project3 {
    top: 205rem !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .main-inner section.projects .inner .project.project3 {
    top: 205rem !important;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.projects .inner .project.project3 {
    top: 205rem !important;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.projects .inner .project.project3 {
    top: 205rem !important;
  }
}
@media screen and (min-width: 360px) and (max-width: 500px) {
  .main-inner section.projects .inner .project.project3 {
    top: 175rem !important;
  }
}
.main-inner section.projects .inner .project.project4 {
  right: 0;
  top: 120rem !important;
}
.main-inner section.projects .inner .project.project4 .mockupAll {
  margin-bottom: -16vw !important;
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .main-inner section.projects .inner .project.project4 .mockupAll {
    margin-bottom: -28.5vw !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .main-inner section.projects .inner .project.project4 .mockupAll {
    margin-bottom: -28.5vw !important;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.projects .inner .project.project4 .mockupAll {
    margin-bottom: -28.5vw !important;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.projects .inner .project.project4 .mockupAll {
    margin-bottom: -23vw !important;
  }
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .main-inner section.projects .inner .project.project4 {
    right: unset;
    top: 292rem !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .main-inner section.projects .inner .project.project4 {
    right: unset;
    top: 292rem !important;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.projects .inner .project.project4 {
    right: unset;
    top: 292rem !important;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.projects .inner .project.project4 {
    right: unset;
    top: 292rem !important;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.projects .inner .project.project4 {
    right: unset;
    top: 250rem !important;
  }
}
@media screen and (min-width: 1070px) and (max-width: 1279px) {
  .main-inner section.projects .inner .project .pInfo {
    margin-top: 0;
  }
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .main-inner section.projects .inner .project .pInfo {
    width: 45vw !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .main-inner section.projects .inner .project .pInfo {
    width: 45vw !important;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.projects .inner .project .pInfo {
    width: 45vw !important;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.projects .inner .project .pInfo {
    width: 45vw !important;
  }
}
@media screen and (min-width: 1070px) and (max-width: 1279px) {
  .main-inner section.projects .inner .project .pInfo .title p {
    font-size: 1.6rem !important;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.projects .inner .project .pInfo .title p {
    font-size: 1.6rem !important;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.projects .inner .project .pInfo .title p {
    font-size: 1.6rem !important;
  }
}
@media screen and (min-width: 1070px) and (max-width: 1279px) {
  .main-inner section.projects .inner .project .pInfo .infoBtn a {
    padding: 1.2rem 0.8rem !important;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.projects .inner .project .pInfo .infoBtn a {
    padding: 1.2rem 0.8rem !important;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.projects .inner .project .pInfo .infoBtn a {
    padding: 1.2rem 0.8rem !important;
  }
}
.main-inner section.artworks {
  width: 100%;
  height: 71vw;
  background-color: #F8F2EE;
}
@media screen and (min-width: 1280px) and (max-width: 1650px) {
  .main-inner section.artworks {
    height: 70vw;
  }
}
@media screen and (min-width: 1070px) and (max-width: 1279px) {
  .main-inner section.artworks {
    height: 80vw;
  }
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .main-inner section.artworks {
    height: 150vw;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .main-inner section.artworks {
    height: 160vw;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.artworks {
    height: 500vw;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.artworks {
    height: 520vw;
  }
}
@media screen and (min-width: 360px) and (max-width: 500px) {
  .main-inner section.artworks {
    height: 550vw;
  }
}
.main-inner section.artworks .inner {
  width: 75vw;
  position: relative;
  margin: auto;
}
.main-inner section.artworks .inner h3 {
  font-size: 4.8rem;
  font-weight: 600;
  color: #3E614D;
  position: absolute;
  top: 15rem;
}
.main-inner section.artworks .inner .boxwrap .boxInner {
  width: 70vw;
  margin: auto;
}
.main-inner section.artworks .inner .boxwrap .boxInner .boxTitle {
  width: 100%;
  height: 6rem;
  display: flex;
  padding-top: 27rem;
  margin-bottom: 12rem;
}
.main-inner section.artworks .inner .boxwrap .boxInner .boxTitle h4 {
  width: 20vw;
  height: inherit;
  background-color: #fff;
  border: 1px solid #E76162;
}
.main-inner section.artworks .inner .boxwrap .boxInner .boxTitle h4:not(:last-child) {
  border-right: none;
}
.main-inner section.artworks .inner .boxwrap .boxInner .boxTitle h4 > a {
  width: 100%;
  height: 100%;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  padding-top: 1.6rem;
  display: block;
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .main-inner section.artworks .inner .boxwrap .boxInner .boxTitle h4 > a {
    font-size: 1.6rem;
    padding-top: 1.9rem;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .main-inner section.artworks .inner .boxwrap .boxInner .boxTitle h4 > a {
    font-size: 1.4rem;
    padding-top: 1.9rem;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.artworks .inner .boxwrap .boxInner .boxTitle h4 > a {
    font-size: 1.4rem;
    padding-top: 1.9rem;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.artworks .inner .boxwrap .boxInner .boxTitle h4 > a {
    font-size: 1.4rem;
    padding-top: 1.9rem;
  }
}
@media screen and (min-width: 360px) and (max-width: 500px) {
  .main-inner section.artworks .inner .boxwrap .boxInner .boxTitle h4 > a {
    font-size: 1.4rem;
    padding-top: 1rem;
  }
}
.main-inner section.artworks .inner .boxwrap .boxInner .boxTitle h4 a.active {
  background-color: #E76162;
  color: #fff;
}
.main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap {
  width: 100%;
  position: relative;
}
.main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup {
  width: 100%;
  height: inherit;
  position: relative;
}
.main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page {
  position: absolute;
}
.main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page .img {
  width: 100%;
}
.main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page .img .hoverText p {
  width: 22vw;
  color: #fff;
  text-align: center;
  line-height: 1.75;
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page {
    grid-template-columns: repeat(2, 34vw) !important;
    grid-template-rows: repeat(3, 30vw) !important;
  }
  .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page a {
    width: 34vw !important;
    height: 30vw !important;
  }
  .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page a img {
    width: 34vw !important;
    height: 30vw !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page {
    grid-template-columns: repeat(2, 34vw) !important;
    grid-template-rows: repeat(3, 30vw) !important;
  }
  .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page a {
    width: 34vw !important;
    height: 30vw !important;
  }
  .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page a img {
    width: 34vw !important;
    height: 30vw !important;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page {
    grid-template-columns: repeat(1, 70vw) !important;
    grid-template-rows: repeat(6, 68vw) !important;
    gap: 4vw !important;
  }
  .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page a {
    width: 70vw !important;
    height: 68vw !important;
  }
  .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page a img {
    width: 70vw !important;
    height: 68vw !important;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page {
    grid-template-columns: repeat(1, 70vw) !important;
    grid-template-rows: repeat(6, 68vw) !important;
    gap: 4vw !important;
  }
  .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page a {
    width: 70vw !important;
    height: 68vw !important;
  }
  .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page a img {
    width: 70vw !important;
    height: 68vw !important;
  }
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .pageBtn > span {
    left: 45%;
    top: 100vw;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .pageBtn > span {
    left: 45%;
    top: 100vw;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .pageBtn > span {
    left: 41%;
    top: 430vw;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .pageBtn > span {
    left: 41%;
    top: 433vw;
  }
}
.main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .pageBtn a.active1, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .pageBtn a.active2, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .pageBtn a.active3, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .pageBtn a.active4, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .pageBtn a.active5 {
  color: #E76162;
}
.main-inner section.artworks .inner .boxwrap .boxInner #boxGrup1 {
  display: block;
}
.main-inner section.artworks .inner .boxwrap .boxInner #boxGrup1 .page1 {
  z-index: 9;
}
.main-inner section.artworks .inner .boxwrap .boxInner #boxGrup2 {
  display: none;
}
.main-inner section.artworks .inner .boxwrap .boxInner #boxGrup2 .page1 {
  z-index: 9;
}
.main-inner section.artworks .inner .boxwrap .boxInner #boxGrup2 .page1 div:nth-child(1) img {
  -o-object-position: right;
     object-position: right;
}
.main-inner section.artworks .inner .boxwrap .boxInner #boxGrup2 .page1 div:nth-child(3) img {
  -o-object-position: bottom;
     object-position: bottom;
}
.main-inner section.artworks .inner .boxwrap .boxInner #boxGrup2 .page1 div:nth-child(6) img {
  -o-object-position: left;
     object-position: left;
}
.main-inner section.artworks .inner .boxwrap .boxInner #boxGrup2 .page2 div:nth-child(5) img {
  -o-object-position: top;
     object-position: top;
}
.main-inner section.artworks .inner .boxwrap .boxInner #boxGrup2 .page3 div:nth-child(2) img {
  -o-object-position: top;
     object-position: top;
}
.main-inner section.artworks .inner .boxwrap .boxInner #boxGrup2 .page3 div:nth-child(4) img {
  -o-object-position: top;
     object-position: top;
}
.main-inner section.artworks .inner .boxwrap .boxInner #boxGrup3 {
  display: none;
}
.main-inner section.artworks .inner .boxwrap .boxInner #boxGrup3 .page1 {
  z-index: 9;
}
.main-inner section.artworks .inner .boxwrap .boxInner #boxGrup3 .page1 div:nth-child(4) img {
  -o-object-position: top;
     object-position: top;
}
.main-inner section.artworks .inner .boxwrap .boxInner #boxGrup3 .page1 div:nth-child(5) img {
  -o-object-position: top;
     object-position: top;
}
.main-inner section.artworks .inner .boxwrap .boxInner #boxGrup3 .page3 div:nth-child(5) img {
  -o-object-position: top;
     object-position: top;
}
.main-inner section.artworks .inner .boxwrap .boxInner #boxGrup4 {
  display: none;
}
.main-inner section.artworks .inner .boxwrap .boxInner #boxGrup4 .page1 {
  z-index: 9;
}
.main-inner section.artworks .inner .boxwrap .boxInner #boxGrup4 .page1 div:nth-child(1) img {
  -o-object-position: top;
     object-position: top;
}
.main-inner section.artworks .inner .boxwrap .boxInner #boxGrup4 .page2 div:nth-child(1) img {
  -o-object-position: top;
     object-position: top;
}
.main-inner section.artworks .inner .boxwrap .boxInner #boxGrup4 .page2 div:nth-child(3) img {
  -o-object-position: top;
     object-position: top;
}
.main-inner section.artworks .inner .boxwrap .boxInner #boxGrup5 {
  display: none;
}
.main-inner section.artworks .inner .boxwrap .boxInner #boxGrup5 .page1 {
  z-index: 9;
}
.main-inner section.artworks .inner .boxwrap .boxInner #boxGrup5 div img {
  background: #fff;
}
.main-inner section.artworks .inner .boxwrap .boxInner #boxGrup6 {
  display: none;
}
.main-inner section.artworks .inner .boxwrap .boxInner #boxGrup6 .page1 {
  z-index: 9;
}

.overayB {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: none;
}
.overayB img {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 90vh;
}
.overayB i {
  position: fixed;
  right: 3rem;
  top: 3rem;
  font-size: 5rem;
}

.scrollLock {
  width: 100%;
  height: 100vh;
  overflow-y: hidden;
}

footer {
  width: 100vw;
}
footer .footerWrap {
  width: 100%;
  height: 65vw;
}
@media screen and (max-width: 644px) {
  footer .footerWrap {
    height: 75vw !important;
  }
}
footer .footerWrap .backImg {
  width: 100%;
  height: 45vw;
  background: url(../img/photo/pick4-sm2.jpg) no-repeat center center/110%;
  background-position-y: -10rem;
}
@media screen and (min-width: 1070px) and (max-width: 1279px) {
  footer .footerWrap .backImg {
    background: url(../img/photo/pick4-sm3.jpg) no-repeat top center/110%;
  }
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  footer .footerWrap .backImg {
    background: url(../img/photo/pick4-sm3.jpg) no-repeat top center/110%;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  footer .footerWrap .backImg {
    height: 65vw;
    background: url(../img/photo/pick4-sm3.jpg) no-repeat top center/cover;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  footer .footerWrap .backImg {
    height: 65vw;
    background: url(../img/photo/pick4-sm3.jpg) no-repeat top center/cover;
    width: 85vw;
    margin: auto;
  }
}
@media screen and (max-width: 644px) {
  footer .footerWrap .backImg {
    height: 65vw;
    background: url(../img/photo/pick4-sm3.jpg) no-repeat top center/cover;
    width: 85vw;
    margin: auto;
  }
}
@media screen and (max-width: 644px) {
  footer .footerWrap .backImg {
    height: 100vw;
    background: url(../img/photo/pick4-sm3.jpg) no-repeat top center/cover;
    width: 85vw;
    margin: auto;
  }
}
footer .footerWrap .backImg .footer-inner {
  width: 90vw;
  height: 45vw;
  position: relative;
  left: 15vw;
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  footer .footerWrap .backImg .footer-inner {
    height: 65vw;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  footer .footerWrap .backImg .footer-inner {
    height: 65vw;
  }
}
@media screen and (max-width: 644px) {
  footer .footerWrap .backImg .footer-inner {
    height: 85vw;
  }
}
footer .footerWrap .backImg .footer-inner > p {
  left: 6vw;
}
@media screen and (min-width: 1280px) and (max-width: 1650px) {
  footer .footerWrap .backImg .footer-inner > p {
    top: 4rem !important;
  }
}
@media screen and (min-width: 1070px) and (max-width: 1279px) {
  footer .footerWrap .backImg .footer-inner > p {
    top: 4rem !important;
  }
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  footer .footerWrap .backImg .footer-inner > p {
    top: 3rem !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  footer .footerWrap .backImg .footer-inner > p {
    top: 3rem !important;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  footer .footerWrap .backImg .footer-inner > p {
    top: 3rem !important;
    left: -8vw !important;
  }
}
@media screen and (max-width: 644px) {
  footer .footerWrap .backImg .footer-inner > p {
    top: 3rem !important;
    left: -8vw !important;
  }
}
footer .footerWrap .backImg .footer-inner section.contact .contactText {
  position: absolute;
  left: 36vw;
  top: 10vw;
  line-height: 0.5;
  display: none;
}
footer .footerWrap .backImg .footer-inner section.contact .contactText h6 {
  font-size: 3.5rem;
  font-weight: 300;
}
footer .footerWrap .backImg .footer-inner section.contact .contactText h6 strong {
  display: inline-block;
  font-size: 10rem;
}
@media screen and (min-width: 1070px) and (max-width: 1279px) {
  footer .footerWrap .backImg .footer-inner section.contact .contactText h6 strong {
    font-size: 6rem;
  }
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  footer .footerWrap .backImg .footer-inner section.contact .contactText h6 strong {
    font-size: 6rem;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  footer .footerWrap .backImg .footer-inner section.contact .contactText h6 strong {
    font-size: 6rem;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  footer .footerWrap .backImg .footer-inner section.contact .contactText h6 strong {
    font-size: 4rem;
  }
}
@media screen and (max-width: 644px) {
  footer .footerWrap .backImg .footer-inner section.contact .contactText h6 strong {
    font-size: 4rem;
  }
}
footer .footerWrap .backImg .footer-inner section.contact .contactText h6.spanTwo {
  display: block;
  margin-left: 5.2rem;
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  footer .footerWrap .backImg .footer-inner section.contact .contactText h6.spanTwo {
    margin-left: -1.5rem;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  footer .footerWrap .backImg .footer-inner section.contact .contactText h6.spanTwo {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 644px) {
  footer .footerWrap .backImg .footer-inner section.contact .contactText h6.spanTwo {
    margin-left: 2rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1650px) {
  footer .footerWrap .backImg .footer-inner section.contact .contactText h6 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1070px) and (max-width: 1279px) {
  footer .footerWrap .backImg .footer-inner section.contact .contactText h6 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  footer .footerWrap .backImg .footer-inner section.contact .contactText h6 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  footer .footerWrap .backImg .footer-inner section.contact .contactText h6 {
    font-size: 2rem;
    margin-left: -5rem;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  footer .footerWrap .backImg .footer-inner section.contact .contactText h6 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 644px) {
  footer .footerWrap .backImg .footer-inner section.contact .contactText h6 {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1650px) {
  footer .footerWrap .backImg .footer-inner section.contact .contactText {
    line-height: 0.5;
  }
}
@media screen and (min-width: 1070px) and (max-width: 1279px) {
  footer .footerWrap .backImg .footer-inner section.contact .contactText {
    line-height: 0.5;
  }
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  footer .footerWrap .backImg .footer-inner section.contact .contactText {
    line-height: 0.5;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  footer .footerWrap .backImg .footer-inner section.contact .contactText {
    line-height: 0.5;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  footer .footerWrap .backImg .footer-inner section.contact .contactText {
    line-height: 0.8;
    left: 15vw;
  }
}
@media screen and (max-width: 644px) {
  footer .footerWrap .backImg .footer-inner section.contact .contactText {
    line-height: 0.8;
    left: 8vw;
  }
}
@media screen and (min-width: 360px) and (max-width: 500px) {
  footer .footerWrap .backImg .footer-inner section.contact .contactText {
    line-height: 0.8;
    left: 0;
  }
}
footer .footerWrap .backImg .footer-inner section.contact .contactText .conBox {
  position: relative;
  z-index: 1;
  line-height: 1.333;
  display: flex;
  margin-top: 6rem;
  gap: 2vw;
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  footer .footerWrap .backImg .footer-inner section.contact .contactText .conBox {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 644px) {
  footer .footerWrap .backImg .footer-inner section.contact .contactText .conBox {
    margin-left: -11rem;
  }
}
footer .footerWrap .backImg .footer-inner section.contact .contactText .conBox a {
  font-size: 2rem;
  padding: 1.2rem 4.5rem !important;
}
@media screen and (min-width: 1280px) and (max-width: 1650px) {
  footer .footerWrap .backImg .footer-inner section.contact .contactText .conBox a {
    font-size: 1.6rem;
    padding: 1rem 3rem;
  }
}
@media screen and (min-width: 1070px) and (max-width: 1279px) {
  footer .footerWrap .backImg .footer-inner section.contact .contactText .conBox a {
    font-size: 1.6rem;
    padding: 1rem 3rem;
  }
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  footer .footerWrap .backImg .footer-inner section.contact .contactText .conBox a {
    font-size: 1.4rem;
    padding: 1rem 3rem;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  footer .footerWrap .backImg .footer-inner section.contact .contactText .conBox a {
    font-size: 1.4rem;
    padding: 1rem 3rem;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  footer .footerWrap .backImg .footer-inner section.contact .contactText .conBox a {
    font-size: 1.4rem;
    padding: 1rem 3rem;
    margin-top: 26vw;
  }
}
@media screen and (max-width: 644px) {
  footer .footerWrap .backImg .footer-inner section.contact .contactText .conBox a {
    font-size: 1.4rem;
    padding: 1rem 3rem;
    margin-top: 37vw;
  }
}
@media screen and (min-width: 360px) and (max-width: 500px) {
  footer .footerWrap .backImg .footer-inner section.contact .contactText .conBox a {
    font-size: 1.4rem;
    padding: 1rem 2rem !important;
    margin-top: 37vw;
  }
}
footer .footerWrap .backImg .footer-inner section.contact .lottie2 {
  position: absolute;
  width: 42vw;
  top: 10vw;
  left: 48vw;
  opacity: 10%;
  filter: hue-rotate(150deg);
}
@media screen and (min-width: 1280px) and (max-width: 1650px) {
  footer .footerWrap .backImg .footer-inner section.contact .lottie2 {
    top: 10vw;
    left: 48vw;
  }
}
@media screen and (min-width: 1070px) and (max-width: 1279px) {
  footer .footerWrap .backImg .footer-inner section.contact .lottie2 {
    top: 10vw;
    left: 48vw;
  }
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  footer .footerWrap .backImg .footer-inner section.contact .lottie2 {
    top: 10vw;
    left: 48vw;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  footer .footerWrap .backImg .footer-inner section.contact .lottie2 {
    top: 25vw;
    left: 45vw;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  footer .footerWrap .backImg .footer-inner section.contact .lottie2 {
    top: 18vw;
    left: 32vw;
  }
}
@media screen and (max-width: 644px) {
  footer .footerWrap .backImg .footer-inner section.contact .lottie2 {
    width: 50vw;
    top: 18vw;
    left: 23vw;
  }
}
footer .footerWrap .contactF {
  width: 100%;
  height: 20vw;
  background-color: #fff;
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  footer .footerWrap .contactF {
    height: 50vw;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  footer .footerWrap .contactF {
    height: 50vw;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  footer .footerWrap .contactF {
    height: 60vw;
  }
}
@media screen and (max-width: 644px) {
  footer .footerWrap .contactF {
    height: 90vw;
  }
}
@media screen and (min-width: 360px) and (max-width: 500px) {
  footer .footerWrap .contactF {
    height: 150vw;
  }
}
footer .footerWrap .contactF .contactFInner {
  width: 90vw;
  height: inherit;
  position: relative;
  left: 15vw;
  margin: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  footer .footerWrap .contactF .contactFInner {
    height: 50vw;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  footer .footerWrap .contactF .contactFInner {
    height: 50vw;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  footer .footerWrap .contactF .contactFInner {
    height: 60vw;
  }
}
@media screen and (max-width: 644px) {
  footer .footerWrap .contactF .contactFInner {
    height: 90vw;
  }
}
@media screen and (min-width: 360px) and (max-width: 500px) {
  footer .footerWrap .contactF .contactFInner {
    width: 100%;
    height: 150vw;
  }
}
footer .footerWrap .contactF .contactFInner .textFlex {
  display: flex;
  gap: 10vw;
  padding-top: 6vw;
  position: relative;
}
@media screen and (min-width: 1280px) and (max-width: 1650px) {
  footer .footerWrap .contactF .contactFInner .textFlex {
    gap: 7vw;
    padding-top: 4vw;
  }
}
@media screen and (min-width: 1070px) and (max-width: 1279px) {
  footer .footerWrap .contactF .contactFInner .textFlex {
    gap: 4vw;
    padding-top: 3vw;
  }
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  footer .footerWrap .contactF .contactFInner .textFlex {
    gap: 4vw;
    padding-top: 5vw;
    display: grid;
    grid-template-columns: repeat(2, 30vw);
    margin: 0 8vw;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  footer .footerWrap .contactF .contactFInner .textFlex {
    gap: 4vw;
    padding-top: 5vw;
    display: grid;
    grid-template-columns: repeat(2, 30vw);
    margin: 0 8vw;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  footer .footerWrap .contactF .contactFInner .textFlex {
    gap: 4vw;
    padding-top: 5vw;
    display: grid;
    grid-template-columns: repeat(2, 30vw);
    margin: 0;
  }
}
@media screen and (max-width: 644px) {
  footer .footerWrap .contactF .contactFInner .textFlex {
    gap: 4vw;
    padding-top: 5vw;
    display: grid;
    grid-template-columns: repeat(2, 30vw);
    margin: 0 -3vw;
  }
}
footer .footerWrap .contactF .contactFInner .textFlex .textFl:before {
  content: "";
  border: 1px solid #FEE1E3;
  position: absolute;
  height: 18rem;
  top: 8rem;
}
@media screen and (min-width: 1280px) and (max-width: 1650px) {
  footer .footerWrap .contactF .contactFInner .textFlex .textFl:before {
    top: 2vw;
  }
}
@media screen and (min-width: 1070px) and (max-width: 1279px) {
  footer .footerWrap .contactF .contactFInner .textFlex .textFl:before {
    top: 1vw;
    height: 16rem;
  }
}
@media screen and (min-width: 1070px) and (max-width: 1279px) {
  footer .footerWrap .contactF .contactFInner .textFlex .textFl:before {
    top: 1vw;
    height: 16rem;
  }
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  footer .footerWrap .contactF .contactFInner .textFlex .textFl:before {
    border: none;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  footer .footerWrap .contactF .contactFInner .textFlex .textFl:before {
    border: none;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  footer .footerWrap .contactF .contactFInner .textFlex .textFl:before {
    border: none;
  }
}
@media screen and (max-width: 644px) {
  footer .footerWrap .contactF .contactFInner .textFlex .textFl:before {
    border: none;
  }
}
footer .footerWrap .contactF .contactFInner .textFlex .tetx1:before {
  margin-left: 37rem;
}
@media screen and (min-width: 1280px) and (max-width: 1650px) {
  footer .footerWrap .contactF .contactFInner .textFlex .tetx1:before {
    margin-left: 18vw;
  }
}
@media screen and (min-width: 1070px) and (max-width: 1279px) {
  footer .footerWrap .contactF .contactFInner .textFlex .tetx1:before {
    margin-left: 20vw;
  }
}
footer .footerWrap .contactF .contactFInner .textFlex .tetx2:before {
  margin-left: 30rem;
}
@media screen and (min-width: 1280px) and (max-width: 1650px) {
  footer .footerWrap .contactF .contactFInner .textFlex .tetx2:before {
    margin-left: 15vw;
  }
}
@media screen and (min-width: 1070px) and (max-width: 1279px) {
  footer .footerWrap .contactF .contactFInner .textFlex .tetx2:before {
    margin-left: 17vw;
  }
}
footer .footerWrap .contactF .contactFInner .textFlex .tetx3:before {
  margin-left: 28rem;
}
@media screen and (min-width: 1280px) and (max-width: 1650px) {
  footer .footerWrap .contactF .contactFInner .textFlex .tetx3:before {
    margin-left: 13vw;
  }
}
@media screen and (min-width: 1070px) and (max-width: 1279px) {
  footer .footerWrap .contactF .contactFInner .textFlex .tetx3:before {
    margin-left: 13vw;
  }
}
footer .footerWrap .contactF .contactFInner .textFlex .tetx4:before {
  border: none;
}
footer .footerWrap .contactF .contactFInner .textFlex h5 {
  font-size: 2.5rem;
  padding-bottom: 2rem;
}
footer .footerWrap .contactF .contactFInner .textFlex .tetx1 p {
  line-height: 1.5;
  color: #666;
  font-weight: 300;
}
footer .footerWrap .contactF .contactFInner .textFlex .tetx2 {
  color: #666;
}
footer .footerWrap .contactF .contactFInner .textFlex .tetx2 span:first-child {
  color: #E76162;
  font-size: 2rem;
  line-height: 1.5;
}
footer .footerWrap .contactF .contactFInner .textFlex .tetx2 .tell2,
footer .footerWrap .contactF .contactFInner .textFlex .tetx2 .mail2 {
  font-weight: 300;
  display: flex;
  gap: 1rem;
}
footer .footerWrap .contactF .contactFInner .textFlex .tetx2 .tell2 button,
footer .footerWrap .contactF .contactFInner .textFlex .tetx2 .mail2 button {
  border: none;
  background: none;
}
footer .footerWrap .contactF .contactFInner .textFlex .tetx2 .tell2 button i,
footer .footerWrap .contactF .contactFInner .textFlex .tetx2 .mail2 button i {
  cursor: pointer;
}
footer .footerWrap .contactF .contactFInner .textFlex .tetx3 .tBox {
  display: grid;
  grid-template-columns: repeat(2, 5vw);
}
footer .footerWrap .contactF .contactFInner .textFlex .tetx3 .tBox li a {
  display: block;
  padding: 0.5rem;
  margin: 0.2rem;
  color: #888;
}
footer .footerWrap .contactF .contactFInner .textFlex .tetx3 .tBox li a:hover {
  color: #E76162;
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  footer .footerWrap .contactF .contactFInner .textFlex .tetx3 .tBox {
    grid-template-columns: repeat(2, 10vw);
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  footer .footerWrap .contactF .contactFInner .textFlex .tetx3 .tBox {
    grid-template-columns: repeat(2, 10vw);
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  footer .footerWrap .contactF .contactFInner .textFlex .tetx3 .tBox {
    grid-template-columns: repeat(2, 13vw);
  }
}
@media screen and (max-width: 644px) {
  footer .footerWrap .contactF .contactFInner .textFlex .tetx3 .tBox {
    grid-template-columns: repeat(2, 15vw);
  }
}
footer .footerWrap .contactF .contactFInner .textFlex .tetx4 h5 {
  padding-top: 1vw;
}
footer .footerWrap .contactF .contactFInner .textFlex .tetx4 h5:first-child {
  margin-top: -2rem;
}
footer .footerWrap .contactF .contactFInner .textFlex .tetx4 p {
  color: #666;
  font-weight: 300;
  margin-top: -1rem;
}
footer .footerWrap .contactF .tetxFlexCl {
  margin: auto;
  transform: translate(-30%);
  color: #3E614D;
  font-weight: 300;
  font-size: 1.4rem;
  display: flex;
  gap: 2rem;
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  footer .footerWrap .contactF .tetxFlexCl {
    transform: translate(-20%);
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  footer .footerWrap .contactF .tetxFlexCl {
    transform: translate(-25%);
  }
}
@media screen and (max-width: 644px) {
  footer .footerWrap .contactF .tetxFlexCl {
    transform: translate(-20%);
  }
}
@media screen and (min-width: 360px) and (max-width: 500px) {
  footer .footerWrap .contactF .tetxFlexCl {
    transform: translate(-20%);
    gap: 0;
    width: 90%;
  }
}

.main-inner section.about > p, .main-inner section.skills .inner > p, .main-inner section.projects .inner > p, .main-inner section.artworks .inner > p, footer .footerWrap .backImg .footer-inner > p {
  position: absolute;
  top: 10rem;
}
.main-inner section.about > p:before, .main-inner section.skills .inner > p:before, .main-inner section.projects .inner > p:before, .main-inner section.artworks .inner > p:before, footer .footerWrap .backImg .footer-inner > p:before {
  content: "";
  display: inline-block;
  width: 5.7rem;
  border: 1px solid #E76162;
  margin-right: 1.5rem;
  margin-bottom: 0.5rem;
}

.main-inner section.about .title-flex .title-text .title-info .title-flex-profile, .main-inner section.about .title-flex .title-text .title-info .title-flex-mail, .main-inner section.about .title-flex .title-text .title-info .title-flex-phone, .main-inner section.about .title-flex .title-text .title-info .title-flex-study, .main-inner section.about .title-flex .title-text .title-info .title-flex-skillList {
  display: flex;
}
.main-inner section.about .title-flex .title-text .title-info .title-flex-profile h3, .main-inner section.about .title-flex .title-text .title-info .title-flex-mail h3, .main-inner section.about .title-flex .title-text .title-info .title-flex-phone h3, .main-inner section.about .title-flex .title-text .title-info .title-flex-study h3, .main-inner section.about .title-flex .title-text .title-info .title-flex-skillList h3 {
  font-size: 2.2rem;
  width: 7vw;
  font-weight: 400;
  color: #3E614D;
}
.main-inner section.about .title-flex .title-text .title-info .title-flex-profile p, .main-inner section.about .title-flex .title-text .title-info .title-flex-mail p, .main-inner section.about .title-flex .title-text .title-info .title-flex-phone p, .main-inner section.about .title-flex .title-text .title-info .title-flex-study p, .main-inner section.about .title-flex .title-text .title-info .title-flex-skillList p {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.75;
}

.main-inner section.history .hInner .history-one h3, .main-inner section.history .hInner .history-two h3 {
  font-size: 3.5rem;
  font-weight: 600;
  color: #3E614D;
  padding-top: 10rem;
}
.main-inner section.history .hInner .history-one h3:after, .main-inner section.history .hInner .history-two h3:after {
  content: "";
  display: block;
  width: 28vw;
  border: 1px solid #E76162;
  margin-top: 1.5rem;
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .main-inner section.history .hInner .history-one h3:after, .main-inner section.history .hInner .history-two h3:after {
    width: 65vw;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .main-inner section.history .hInner .history-one h3:after, .main-inner section.history .hInner .history-two h3:after {
    width: 65vw;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.history .hInner .history-one h3:after, .main-inner section.history .hInner .history-two h3:after {
    width: 65vw;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.history .hInner .history-one h3:after, .main-inner section.history .hInner .history-two h3:after {
    width: 65vw;
  }
}

.main-inner section.projects .inner .project.project1, .main-inner section.projects .inner .project.project2, .main-inner section.projects .inner .project.project3, .main-inner section.projects .inner .project.project4 {
  width: 30vw;
  height: 70rem;
  position: absolute;
  top: 30rem;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .main-inner section.projects .inner .project.project1, .main-inner section.projects .inner .project.project2, .main-inner section.projects .inner .project.project3, .main-inner section.projects .inner .project.project4 {
    height: 75rem;
  }
}
.main-inner section.projects .inner .project.project1 .pInfo, .main-inner section.projects .inner .project.project2 .pInfo, .main-inner section.projects .inner .project.project3 .pInfo, .main-inner section.projects .inner .project.project4 .pInfo {
  width: 27vw;
  margin: auto;
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.projects .inner .project.project1 .pInfo, .main-inner section.projects .inner .project.project2 .pInfo, .main-inner section.projects .inner .project.project3 .pInfo, .main-inner section.projects .inner .project.project4 .pInfo {
    width: 54vw !important;
    margin: auto 2rem;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.projects .inner .project.project1 .pInfo, .main-inner section.projects .inner .project.project2 .pInfo, .main-inner section.projects .inner .project.project3 .pInfo, .main-inner section.projects .inner .project.project4 .pInfo {
    width: 54vw !important;
    margin: auto 2rem;
  }
}
@media screen and (min-width: 360px) and (max-width: 500px) {
  .main-inner section.projects .inner .project.project1 .pInfo, .main-inner section.projects .inner .project.project2 .pInfo, .main-inner section.projects .inner .project.project3 .pInfo, .main-inner section.projects .inner .project.project4 .pInfo {
    width: 81vw !important;
    margin: auto 2rem;
  }
}
.main-inner section.projects .inner .project.project1 .pInfo .title, .main-inner section.projects .inner .project.project2 .pInfo .title, .main-inner section.projects .inner .project.project3 .pInfo .title, .main-inner section.projects .inner .project.project4 .pInfo .title {
  padding: 0 0 2rem 0;
}
.main-inner section.projects .inner .project.project1 .pInfo .title h3, .main-inner section.projects .inner .project.project2 .pInfo .title h3, .main-inner section.projects .inner .project.project3 .pInfo .title h3, .main-inner section.projects .inner .project.project4 .pInfo .title h3 {
  font-size: 3.5rem;
  font-weight: 500;
  color: #3E614D;
}
.main-inner section.projects .inner .project.project1 .pInfo .title > p, .main-inner section.projects .inner .project.project2 .pInfo .title > p, .main-inner section.projects .inner .project.project3 .pInfo .title > p, .main-inner section.projects .inner .project.project4 .pInfo .title > p {
  font-weight: 300;
  font-size: 2rem;
}
.main-inner section.projects .inner .project.project1 .pInfo .mainInfo, .main-inner section.projects .inner .project.project2 .pInfo .mainInfo, .main-inner section.projects .inner .project.project3 .pInfo .mainInfo, .main-inner section.projects .inner .project.project4 .pInfo .mainInfo {
  margin-bottom: 1.5vw !important;
}
.main-inner section.projects .inner .project.project1 .pInfo .mainInfo p, .main-inner section.projects .inner .project.project2 .pInfo .mainInfo p, .main-inner section.projects .inner .project.project3 .pInfo .mainInfo p, .main-inner section.projects .inner .project.project4 .pInfo .mainInfo p {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.75;
  color: #3E614D;
}
.main-inner section.projects .inner .project.project1 .pInfo .infoBtn, .main-inner section.projects .inner .project.project2 .pInfo .infoBtn, .main-inner section.projects .inner .project.project3 .pInfo .infoBtn, .main-inner section.projects .inner .project.project4 .pInfo .infoBtn {
  gap: 0.5vw !important;
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .main-inner section.projects .inner .project.project1 .pInfo .infoBtn, .main-inner section.projects .inner .project.project2 .pInfo .infoBtn, .main-inner section.projects .inner .project.project3 .pInfo .infoBtn, .main-inner section.projects .inner .project.project4 .pInfo .infoBtn {
    gap: 2vw !important;
  }
}
.main-inner section.projects .inner .project.project1 .pInfo .infoBtn a, .main-inner section.projects .inner .project.project2 .pInfo .infoBtn a, .main-inner section.projects .inner .project.project3 .pInfo .infoBtn a, .main-inner section.projects .inner .project.project4 .pInfo .infoBtn a {
  padding-left: 0.2rem !important;
  padding-right: 0.2rem !important;
  width: 30vw;
  text-align: center;
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.projects .inner .project.project1 .pInfo .infoBtn a, .main-inner section.projects .inner .project.project2 .pInfo .infoBtn a, .main-inner section.projects .inner .project.project3 .pInfo .infoBtn a, .main-inner section.projects .inner .project.project4 .pInfo .infoBtn a {
    width: 35vw;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.projects .inner .project.project1 .pInfo .infoBtn a, .main-inner section.projects .inner .project.project2 .pInfo .infoBtn a, .main-inner section.projects .inner .project.project3 .pInfo .infoBtn a, .main-inner section.projects .inner .project.project4 .pInfo .infoBtn a {
    width: 35vw;
  }
}

.main-inner section.projects .inner .project.project1 .mockupAll, .main-inner section.projects .inner .project.project2 .mockupAll, .main-inner section.projects .inner .project.project4 .mockupAll {
  margin-bottom: -7.5vw;
}
.main-inner section.projects .inner .project.project1 .mockupAll .mockup.pc, .main-inner section.projects .inner .project.project2 .mockupAll .mockup.pc, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.pc {
  position: relative;
  width: 100%;
  height: 14.5vw;
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .main-inner section.projects .inner .project.project1 .mockupAll .mockup.pc, .main-inner section.projects .inner .project.project2 .mockupAll .mockup.pc, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.pc {
    height: 29vw;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .main-inner section.projects .inner .project.project1 .mockupAll .mockup.pc, .main-inner section.projects .inner .project.project2 .mockupAll .mockup.pc, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.pc {
    height: 29vw;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.projects .inner .project.project1 .mockupAll .mockup.pc, .main-inner section.projects .inner .project.project2 .mockupAll .mockup.pc, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.pc {
    height: 29vw;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.projects .inner .project.project1 .mockupAll .mockup.pc, .main-inner section.projects .inner .project.project2 .mockupAll .mockup.pc, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.pc {
    height: 29vw;
  }
}
@media screen and (min-width: 360px) and (max-width: 500px) {
  .main-inner section.projects .inner .project.project1 .mockupAll .mockup.pc, .main-inner section.projects .inner .project.project2 .mockupAll .mockup.pc, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.pc {
    height: 34vw;
  }
}
.main-inner section.projects .inner .project.project1 .mockupAll .mockup.pc .mask1, .main-inner section.projects .inner .project.project2 .mockupAll .mockup.pc .mask1, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.pc .mask1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main-inner section.projects .inner .project.project1 .mockupAll .mockup.pc .mask1 img, .main-inner section.projects .inner .project.project2 .mockupAll .mockup.pc .mask1 img, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.pc .mask1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.main-inner section.projects .inner .project.project1 .mockupAll .mockup.tab, .main-inner section.projects .inner .project.project2 .mockupAll .mockup.tab, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.tab {
  position: relative;
  width: 10vw;
  height: auto;
  z-index: 2;
  top: -6vw;
  left: 18vw;
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .main-inner section.projects .inner .project.project1 .mockupAll .mockup.tab, .main-inner section.projects .inner .project.project2 .mockupAll .mockup.tab, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.tab {
    left: 40vw;
    width: 13vw;
    height: auto;
    top: -8vw;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .main-inner section.projects .inner .project.project1 .mockupAll .mockup.tab, .main-inner section.projects .inner .project.project2 .mockupAll .mockup.tab, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.tab {
    left: 40vw;
    width: 13vw;
    height: auto;
    top: -8vw;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.projects .inner .project.project1 .mockupAll .mockup.tab, .main-inner section.projects .inner .project.project2 .mockupAll .mockup.tab, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.tab {
    left: 40vw;
    width: 13vw;
    height: auto;
    top: -8vw;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.projects .inner .project.project1 .mockupAll .mockup.tab, .main-inner section.projects .inner .project.project2 .mockupAll .mockup.tab, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.tab {
    left: 40vw;
    width: 13vw;
    height: auto;
    top: -8vw;
  }
}
@media screen and (min-width: 360px) and (max-width: 500px) {
  .main-inner section.projects .inner .project.project1 .mockupAll .mockup.tab, .main-inner section.projects .inner .project.project2 .mockupAll .mockup.tab, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.tab {
    left: 65vw;
    width: 13vw;
    height: auto;
    top: -8vw;
  }
}
.main-inner section.projects .inner .project.project1 .mockupAll .mockup.tab > img, .main-inner section.projects .inner .project.project2 .mockupAll .mockup.tab > img, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.tab > img {
  position: relative;
  transform: rotate(-90deg);
  width: 8vw;
  height: auto;
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .main-inner section.projects .inner .project.project1 .mockupAll .mockup.tab > img, .main-inner section.projects .inner .project.project2 .mockupAll .mockup.tab > img, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.tab > img {
    width: 13vw;
    height: auto;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .main-inner section.projects .inner .project.project1 .mockupAll .mockup.tab > img, .main-inner section.projects .inner .project.project2 .mockupAll .mockup.tab > img, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.tab > img {
    width: 13vw !important;
    height: auto;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.projects .inner .project.project1 .mockupAll .mockup.tab > img, .main-inner section.projects .inner .project.project2 .mockupAll .mockup.tab > img, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.tab > img {
    width: 13vw !important;
    height: auto;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.projects .inner .project.project1 .mockupAll .mockup.tab > img, .main-inner section.projects .inner .project.project2 .mockupAll .mockup.tab > img, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.tab > img {
    width: 13vw !important;
    height: auto;
  }
}
.main-inner section.projects .inner .project.project1 .mockupAll .mockup.tab .mask2, .main-inner section.projects .inner .project.project2 .mockupAll .mockup.tab .mask2, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.tab .mask2 {
  width: 105%;
  height: 67%;
  overflow: hidden;
  z-index: 3;
  position: absolute;
  top: 1.8vw;
  left: -1.2vw;
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .main-inner section.projects .inner .project.project1 .mockupAll .mockup.tab .mask2, .main-inner section.projects .inner .project.project2 .mockupAll .mockup.tab .mask2, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.tab .mask2 {
    width: 131%;
    height: 65%;
    top: 3vw;
    left: -2vw;
    padding-bottom: 93%;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .main-inner section.projects .inner .project.project1 .mockupAll .mockup.tab .mask2, .main-inner section.projects .inner .project.project2 .mockupAll .mockup.tab .mask2, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.tab .mask2 {
    width: 131%;
    height: 65%;
    top: 3vw;
    left: -2vw;
    padding-bottom: 93%;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.projects .inner .project.project1 .mockupAll .mockup.tab .mask2, .main-inner section.projects .inner .project.project2 .mockupAll .mockup.tab .mask2, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.tab .mask2 {
    width: 131%;
    height: 65%;
    top: 3vw;
    left: -2vw;
    padding-bottom: 93%;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.projects .inner .project.project1 .mockupAll .mockup.tab .mask2, .main-inner section.projects .inner .project.project2 .mockupAll .mockup.tab .mask2, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.tab .mask2 {
    width: 131%;
    height: 65%;
    top: 3vw;
    left: -2vw;
    padding-bottom: 93%;
  }
}
.main-inner section.projects .inner .project.project1 .mockupAll .mockup.tab .mask2 img, .main-inner section.projects .inner .project.project2 .mockupAll .mockup.tab .mask2 img, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.tab .mask2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .main-inner section.projects .inner .project.project1 .mockupAll .mockup.tab .mask2 img, .main-inner section.projects .inner .project.project2 .mockupAll .mockup.tab .mask2 img, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.tab .mask2 img {
    width: 100% !important;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.projects .inner .project.project1 .mockupAll .mockup.tab .mask2 img, .main-inner section.projects .inner .project.project2 .mockupAll .mockup.tab .mask2 img, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.tab .mask2 img {
    width: 100% !important;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.projects .inner .project.project1 .mockupAll .mockup.tab .mask2 img, .main-inner section.projects .inner .project.project2 .mockupAll .mockup.tab .mask2 img, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.tab .mask2 img {
    width: 100% !important;
  }
}

.main-inner section.projects .inner .project.project2 .mockupAll .mockup.mobile, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.mobile {
  position: relative;
  width: 4vw;
  height: auto;
  z-index: 3;
  top: -15vw;
  left: 25vw;
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .main-inner section.projects .inner .project.project2 .mockupAll .mockup.mobile, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.mobile {
    width: 7.1vw;
    height: auto;
    top: -20.5vw;
    left: 51vw;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .main-inner section.projects .inner .project.project2 .mockupAll .mockup.mobile, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.mobile {
    width: 7.1vw;
    height: auto;
    top: -20.5vw;
    left: 51vw;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.projects .inner .project.project2 .mockupAll .mockup.mobile, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.mobile {
    width: 7.1vw;
    height: auto;
    top: -20.5vw;
    left: 51vw;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.projects .inner .project.project2 .mockupAll .mockup.mobile, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.mobile {
    width: 7.1vw;
    height: auto;
    top: -20.5vw;
    left: 51vw;
  }
}
@media screen and (min-width: 360px) and (max-width: 500px) {
  .main-inner section.projects .inner .project.project2 .mockupAll .mockup.mobile, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.mobile {
    width: 7.1vw;
    height: auto;
    top: -20.5vw;
    left: 76vw;
  }
}
.main-inner section.projects .inner .project.project2 .mockupAll .mockup.mobile > img, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.mobile > img {
  position: relative;
  width: 4vw;
  height: auto;
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .main-inner section.projects .inner .project.project2 .mockupAll .mockup.mobile > img, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.mobile > img {
    width: 7vw;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .main-inner section.projects .inner .project.project2 .mockupAll .mockup.mobile > img, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.mobile > img {
    width: 7vw !important;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.projects .inner .project.project2 .mockupAll .mockup.mobile > img, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.mobile > img {
    width: 7vw !important;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.projects .inner .project.project2 .mockupAll .mockup.mobile > img, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.mobile > img {
    width: 7vw !important;
  }
}
@media screen and (min-width: 360px) and (max-width: 500px) {
  .main-inner section.projects .inner .project.project2 .mockupAll .mockup.mobile > img, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.mobile > img {
    width: 7vw !important;
  }
}
.main-inner section.projects .inner .project.project2 .mockupAll .mockup.mobile .mask3, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.mobile .mask3 {
  width: 95%;
  height: 96.8%;
  overflow: hidden;
  z-index: 4;
  position: absolute;
  top: 0.2vw;
  left: 0.1vw;
  border-radius: 10% 10%;
}
.main-inner section.projects .inner .project.project2 .mockupAll .mockup.mobile .mask3 img, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.mobile .mask3 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .main-inner section.projects .inner .project.project2 .mockupAll .mockup.mobile .mask3 img, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.mobile .mask3 img {
    width: 100% !important;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.projects .inner .project.project2 .mockupAll .mockup.mobile .mask3 img, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.mobile .mask3 img {
    width: 100% !important;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.projects .inner .project.project2 .mockupAll .mockup.mobile .mask3 img, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.mobile .mask3 img {
    width: 100% !important;
  }
}
@media screen and (min-width: 360px) and (max-width: 500px) {
  .main-inner section.projects .inner .project.project2 .mockupAll .mockup.mobile .mask3 img, .main-inner section.projects .inner .project.project4 .mockupAll .mockup.mobile .mask3 img {
    width: 100% !important;
  }
}

.main-inner section.projects .inner .project.project3 .mockupAll .mockup.mobile1 {
  position: relative;
  width: 7.6vw;
  height: auto;
  z-index: 3;
  top: 3.5rem;
  left: 17%;
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .main-inner section.projects .inner .project.project3 .mockupAll .mockup.mobile1 {
    width: 12vw !important;
    top: 3.5rem;
    left: 17%;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .main-inner section.projects .inner .project.project3 .mockupAll .mockup.mobile1 {
    width: 12vw !important;
    top: 3.5rem;
    left: 17%;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.projects .inner .project.project3 .mockupAll .mockup.mobile1 {
    width: 14vw !important;
    top: 3.5rem;
    left: 17%;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.projects .inner .project.project3 .mockupAll .mockup.mobile1 {
    width: 14vw !important;
    top: 3.5rem;
    left: 17%;
  }
}
.main-inner section.projects .inner .project.project3 .mockupAll .mockup.mobile1 > img {
  position: relative;
  width: 7.5vw;
  height: auto;
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .main-inner section.projects .inner .project.project3 .mockupAll .mockup.mobile1 > img {
    width: 12vw !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .main-inner section.projects .inner .project.project3 .mockupAll .mockup.mobile1 > img {
    width: 12vw !important;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.projects .inner .project.project3 .mockupAll .mockup.mobile1 > img {
    width: 14vw !important;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.projects .inner .project.project3 .mockupAll .mockup.mobile1 > img {
    width: 14vw !important;
  }
}
.main-inner section.projects .inner .project.project3 .mockupAll .mockup.mobile1 .mask3 {
  width: 90%;
  height: 80%;
  overflow: hidden;
  z-index: 4;
  position: absolute;
  top: 1.4vw;
  left: 0.3vw;
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .main-inner section.projects .inner .project.project3 .mockupAll .mockup.mobile1 .mask3 {
    top: 2.5vw;
    left: 0.6vw;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .main-inner section.projects .inner .project.project3 .mockupAll .mockup.mobile1 .mask3 {
    top: 2.5vw;
    left: 0.6vw;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.projects .inner .project.project3 .mockupAll .mockup.mobile1 .mask3 {
    top: 2.5vw;
    left: 0.6vw;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.projects .inner .project.project3 .mockupAll .mockup.mobile1 .mask3 {
    top: 2.5vw;
    left: 0.6vw;
  }
}
.main-inner section.projects .inner .project.project3 .mockupAll .mockup.mobile1 .mask3 .crop {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}
.main-inner section.projects .inner .project.project3 .mockupAll .mockup.mobile1 .mask3 .crop iframe {
  position: absolute;
  top: -1.3vw;
  left: 0;
  width: 100%;
  height: 14.8vw;
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .main-inner section.projects .inner .project.project3 .mockupAll .mockup.mobile1 .mask3 .crop iframe {
    width: 100% !important;
    height: 24.8vw;
    top: -2.7vw;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .main-inner section.projects .inner .project.project3 .mockupAll .mockup.mobile1 .mask3 .crop iframe {
    width: 100% !important;
    height: 24.8vw;
    top: -2.9vw;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.projects .inner .project.project3 .mockupAll .mockup.mobile1 .mask3 .crop iframe {
    width: 100% !important;
    height: 28.8vw;
    top: -3.2vw;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.projects .inner .project.project3 .mockupAll .mockup.mobile1 .mask3 .crop iframe {
    width: 100% !important;
    height: 30.8vw;
    top: -4.2vw;
  }
}
.main-inner section.projects .inner .project.project3 .mockupAll .mockup.mobile2 {
  position: absolute;
  width: 7.6vw;
  height: auto;
  z-index: 3;
  top: 3.5rem;
  right: 17%;
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .main-inner section.projects .inner .project.project3 .mockupAll .mockup.mobile2 {
    width: 12vw !important;
    top: 3.5rem;
    right: 17%;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .main-inner section.projects .inner .project.project3 .mockupAll .mockup.mobile2 {
    width: 12vw !important;
    top: 3.5rem;
    right: 17%;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.projects .inner .project.project3 .mockupAll .mockup.mobile2 {
    width: 14vw !important;
    top: 3.5rem;
    right: 17%;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.projects .inner .project.project3 .mockupAll .mockup.mobile2 {
    width: 14vw !important;
    top: 3.5rem;
    right: 17%;
  }
}
.main-inner section.projects .inner .project.project3 .mockupAll .mockup.mobile2 > img {
  position: relative;
  width: 7.5vw;
  height: auto;
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .main-inner section.projects .inner .project.project3 .mockupAll .mockup.mobile2 > img {
    width: 12vw !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .main-inner section.projects .inner .project.project3 .mockupAll .mockup.mobile2 > img {
    width: 12vw !important;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.projects .inner .project.project3 .mockupAll .mockup.mobile2 > img {
    width: 14vw !important;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.projects .inner .project.project3 .mockupAll .mockup.mobile2 > img {
    width: 14vw !important;
  }
}
.main-inner section.projects .inner .project.project3 .mockupAll .mockup.mobile2 .mask4 {
  width: 90%;
  height: 80%;
  overflow: hidden;
  z-index: 4;
  position: absolute;
  top: 1.4vw;
  left: 0.3vw;
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .main-inner section.projects .inner .project.project3 .mockupAll .mockup.mobile2 .mask4 {
    top: 2.5vw;
    left: 0.6vw;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .main-inner section.projects .inner .project.project3 .mockupAll .mockup.mobile2 .mask4 {
    top: 2.5vw;
    left: 0.6vw;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.projects .inner .project.project3 .mockupAll .mockup.mobile2 .mask4 {
    top: 2.5vw;
    left: 0.6vw;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.projects .inner .project.project3 .mockupAll .mockup.mobile2 .mask4 {
    top: 2.5vw;
    left: 0.6vw;
  }
}
.main-inner section.projects .inner .project.project3 .mockupAll .mockup.mobile2 .mask4 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 940px) and (max-width: 1069px) {
  .main-inner section.projects .inner .project.project3 .mockupAll .mockup.mobile2 .mask4 img {
    width: 100% !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 939px) {
  .main-inner section.projects .inner .project.project3 .mockupAll .mockup.mobile2 .mask4 img {
    width: 100% !important;
  }
}
@media screen and (min-width: 645px) and (max-width: 799px) {
  .main-inner section.projects .inner .project.project3 .mockupAll .mockup.mobile2 .mask4 img {
    width: 100% !important;
  }
}
@media screen and (max-width: 644px) {
  .main-inner section.projects .inner .project.project3 .mockupAll .mockup.mobile2 .mask4 img {
    width: 100% !important;
  }
}

.main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 22vw);
  grid-template-rows: repeat(2, 20vw);
  gap: 2vw;
  overflow: hidden;
}
.main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page div.pic {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 1;
  cursor: pointer;
}
.main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page div.pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
  display: block;
}
.main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page div.pic img:hover {
  transform: scale(1.2);
  transition: all 0.4s;
  filter: grayscale(100%) brightness(40%);
}

.main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page1 .img:nth-child(6) .hoverText, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page2 .img:nth-child(6) .hoverText, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page3 .img:nth-child(6) .hoverText, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page4 .img:nth-child(6) .hoverText, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page1 .img:nth-child(5) .hoverText, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page2 .img:nth-child(5) .hoverText, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page3 .img:nth-child(5) .hoverText, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page4 .img:nth-child(5) .hoverText, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page1 .img:nth-child(4) .hoverText, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page2 .img:nth-child(4) .hoverText, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page3 .img:nth-child(4) .hoverText, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page4 .img:nth-child(4) .hoverText, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page1 .img:nth-child(3) .hoverText, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page2 .img:nth-child(3) .hoverText, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page3 .img:nth-child(3) .hoverText, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page4 .img:nth-child(3) .hoverText, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page1 .img:nth-child(2) .hoverText, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page2 .img:nth-child(2) .hoverText, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page3 .img:nth-child(2) .hoverText, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page4 .img:nth-child(2) .hoverText, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page1 .img:nth-child(1) .hoverText, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page2 .img:nth-child(1) .hoverText, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page3 .img:nth-child(1) .hoverText, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page4 .img:nth-child(1) .hoverText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page1 .img:nth-child(6) .hoverText p:first-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page2 .img:nth-child(6) .hoverText p:first-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page3 .img:nth-child(6) .hoverText p:first-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page4 .img:nth-child(6) .hoverText p:first-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page1 .img:nth-child(5) .hoverText p:first-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page2 .img:nth-child(5) .hoverText p:first-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page3 .img:nth-child(5) .hoverText p:first-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page4 .img:nth-child(5) .hoverText p:first-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page1 .img:nth-child(4) .hoverText p:first-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page2 .img:nth-child(4) .hoverText p:first-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page3 .img:nth-child(4) .hoverText p:first-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page4 .img:nth-child(4) .hoverText p:first-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page1 .img:nth-child(3) .hoverText p:first-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page2 .img:nth-child(3) .hoverText p:first-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page3 .img:nth-child(3) .hoverText p:first-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page4 .img:nth-child(3) .hoverText p:first-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page1 .img:nth-child(2) .hoverText p:first-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page2 .img:nth-child(2) .hoverText p:first-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page3 .img:nth-child(2) .hoverText p:first-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page4 .img:nth-child(2) .hoverText p:first-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page1 .img:nth-child(1) .hoverText p:first-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page2 .img:nth-child(1) .hoverText p:first-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page3 .img:nth-child(1) .hoverText p:first-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page4 .img:nth-child(1) .hoverText p:first-child {
  font-size: 2rem;
  font-weight: 500;
}
.main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page1 .img:nth-child(6) .hoverText p:last-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page2 .img:nth-child(6) .hoverText p:last-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page3 .img:nth-child(6) .hoverText p:last-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page4 .img:nth-child(6) .hoverText p:last-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page1 .img:nth-child(5) .hoverText p:last-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page2 .img:nth-child(5) .hoverText p:last-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page3 .img:nth-child(5) .hoverText p:last-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page4 .img:nth-child(5) .hoverText p:last-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page1 .img:nth-child(4) .hoverText p:last-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page2 .img:nth-child(4) .hoverText p:last-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page3 .img:nth-child(4) .hoverText p:last-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page4 .img:nth-child(4) .hoverText p:last-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page1 .img:nth-child(3) .hoverText p:last-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page2 .img:nth-child(3) .hoverText p:last-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page3 .img:nth-child(3) .hoverText p:last-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page4 .img:nth-child(3) .hoverText p:last-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page1 .img:nth-child(2) .hoverText p:last-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page2 .img:nth-child(2) .hoverText p:last-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page3 .img:nth-child(2) .hoverText p:last-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page4 .img:nth-child(2) .hoverText p:last-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page1 .img:nth-child(1) .hoverText p:last-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page2 .img:nth-child(1) .hoverText p:last-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page3 .img:nth-child(1) .hoverText p:last-child, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page4 .img:nth-child(1) .hoverText p:last-child {
  font-weight: 300;
}

.main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page1 .img, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page2 .img, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page3 .img, .main-inner section.artworks .inner .boxwrap .boxInner .boxImgWrap .boxGrup .page.page4 .img {
  position: relative;
}/*# sourceMappingURL=index.css.map */
