* {
  font-family: 'Pretendard', sans-serif;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-duration: 0.7s;
  color: #222;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

p {
  margin-top: 16px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 300;
}

button {
  background: none;
  cursor: pointer;
}

ul {
  list-style-type: none;
  padding: 0;
}

body {
  background-color: #333;
}

input[type=checkbox]:focus {
  outline: 2px solid #5E9ED6;
  outline-offset: 2px;
}

#container {
/*  max-width: 1920px;*/
margin: 0 auto;
background-color: #fff;
position: relative;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  transition: 0.5s;
}

#header.active {
  opacity: 1;
}

#header .logo {
  display: block;
  padding: 16px 24px;
  position: relative;
}

#header .logo > img {
  transition: 0.5s;
  opacity: 0;
}

#header .logo > img:nth-of-type(n+2) {
  position: absolute;
  top: 16px;
  left: 24px;
}


#header .logo:not(.white) > img:nth-of-type(1) {
  opacity: 1;
}

#header .logo.white > img:nth-of-type(2) {
  opacity: 1;
}

#main .section {
  background-size: cover;
  background-position: center;
}

#main .section .content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.wrap {
  width: 100%;
  max-width: 1920px;
  padding: 0 24px;
}

#page1 * {
  color: #fff;
}

#intro {
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: center;
}

#intro .logo {
  display: flex;
  gap: 12px;
}

#intro .move {
  width: 100%;
  max-width: 400px;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  line-height: 44px;
  border: 2px solid #fff;
  margin: auto;
}

#intro .move:hover {
  color: #333;
  background-color: #fff;
  font-weight: 600;
}

#mouse {
  text-align: center;
  position: absolute;
  bottom: 50px ;
}

#about {
  width: 500px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding: 80px 34px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#about h3 {
  font-size: 60px;
  font-weight: 900;
  line-height: 68px;
}

#about h3 b {
  display: block;
}

#about h3 span {
  display: inline-block;
  font-weight: 100;
  position: relative;
}

#about h3 span:after {
  display: block;
  width: 8px;
  height: 8px;
  content: '';
  border-radius: 8px;
  background-color: #67DC30;
  position: absolute;
  right: -12px;
  bottom: 12px;
}

#about h2 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 100px;
}

#about p em {
  font-weight: 700;
  font-style: normal;
  box-shadow: inset 0 -4px 0 #67DC30;
}

#page3 {
  padding-left: 320px;
}

#page3 .wrap {
  padding-right: 0;
}

#page3 * {
  color: #fff;
}

.team-info {
  margin: 70px 0 36px 0;
}

.team-title {
  font-size: 28px;
  font-weight: 700;
}

.member-title {
  font-size: 28px;
  font-weight: 300;
  text-align: center;
}

.member-title b {
  font-weight: 700;
}

.frame {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 24px;
}

.frame > div {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
}

.portfolio {
  margin-top: 24px;
  position: relative;
}

.portfolio:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  max-width: 260px;
  width: 260px;
  height: 100%;
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}

.portfolio .swiper-slide .frame {
  height: 30.5vw;
  max-height: 50vh;
  border: 0;
}

.portfolio .swiper-slide .frame > div {
  border: 0;
}

#page3 .portfolio:after {
  background: linear-gradient(270deg, #19364A 0%, rgba(25, 54, 74, 0) 100%);
}

#page3 .portfolio .swiper-slide .frame {
  background-color: #11222E;
}

.portfolio-nav {
  display: flex;
  gap: 8px;
}

.portfolio-nav > button {
  width: 32px;
  height: 32px;
  background-image: url('/img/arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #ddd;
}

#page3 .portfolio-nav > button {
  background-image: url('/img/arrow-navy.svg');
  border: 0;
}

.portfolio-nav > button:nth-of-type(2) {
  transform: scaleX(-1);
}

#ceo {
  max-width: 1636px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 200px;
}

#ceo .img {
  width: 40%;
  max-width: 460px;
}

#ceo .frame {
  height: 50vw;
  max-height: 624px;
}

#ceo .img p {
  font-size: 14px;
}

#ceo .cont {
  max-width: 722px;
  position: relative;
  flex-grow: 1;
}

#ceo .sign {
  position: absolute;
  right: 0;
  bottom: 138px;
  z-index: -1;
}

#ceo .cont h3 {
  font-size: 28px;
  font-weight: 300;
}

#ceo .cont h3 span {
  display: block;
}

#ceo .cont h3 b {
  display: inline-block;
  font-weight: 700;
  position: relative;
  padding: 0 2px;
}

#ceo .cont h3 b:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  background-color: #67DC30;
  height: 4px;
  width: 100%;
  z-index: -1;
}

#ceo .cont h3 br {
  display: none;
}

#ceo .cont p {
  margin-top: 24px;
}

#ceo .cont p:nth-of-type(1) {
  margin-top: 80px;
}

#ceo .cont h2 {
  margin-top: 80px;
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: flex-end;
}

#ceo .cont h2 span {
  font-size: 24px;
  font-weight: 400;
}

#ceo .cont h2 b {
  font-size: 48px;
  font-weight: 100;
  letter-spacing: -2px;
}

#safety {
  max-width: 1544px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}

#safety .img {
  width: 40%;
  max-width: 664px;
}

#safety .frame {
  height: 50vw;
  max-height: 800px;
}

#safety .cont {
  max-width: 790px;
  position: relative;
  flex-grow: 1;
}

#safety .cont h2 {
  font-size: 40px;
  font-weight: 700;
}

#safety .cont h3 {
  font-size: 28px;
  font-weight: 300;
  margin-top: 16px;
}

#safety .cont h3 span {
  display: block;
  word-break: keep-all;
}

#safety .cont h3 b {
  display: inline-block;
  font-weight: 700;
  position: relative;
  padding: 0 2px;
}

#safety .cont h3 b:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  background-color: #67DC30;
  height: 4px;
  width: 100%;
  z-index: -1;
}

#safety .cont h3 br {
  display: none;
}

#safety .cont p {
  margin-top: 24px;
}

#safety .cont p:nth-of-type(1) {
  margin-top: 40px;
}

#safety .cont h4 {
  margin-top: 40px;
  font-weight: 400;
  font-size: 24px;
}

.members {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin: 32px auto;
}

.members > li {
  flex-grow: 1;
  max-width: 450px;
  position: relative;
}

.members .frame {
  max-height: 600px;
  height: 50vw;
}

.members .info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 56px;
}
.members .info * {
  color: #fff;
}

.members .info h3 {
  font-size: 20px;
  font-weight: 700;
}

.members .info p:nth-of-type(n+2) {
  margin-top: 2px;
}

#contact {
  width: 100%;
  max-width: 800px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 20px 132px 20px;
  background-color: #fff;
  border-left: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#contact h3 {
  font-size: 28px;
  font-weight: 700;
  padding: 0 12px;
}

#contact p {
  margin-top: 16px;
  padding: 0 12px;
}

#contact h2 {
  font-size: 16px;
  font-weight: 300;
}

#contact ul {
  margin-top: 32px;
}

#contact ul:after {
  display: block;
  content: '';
  clear: both;
}

#contact li {
  float: left;
  width: calc(100% / 2);
  padding: 12px;
}

#contact li:nth-of-type(n+5) {
  width: 100%;
}

#contact .input {
  margin-top: 8px;
  border: 1px solid #ddd;
  padding: 8px;
}

#contact .input * {
  border: 1px solid #ddd;
  border-radius: 0;
  display: block;
  width: 100%;
  height: 56px;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 300;
}

#contact .input textarea {
  padding: 16px;
  height: 15vh;
  max-height: 264px;
  resize: none;
}

#contact .input ::placeholder {
  color: #ccc;
}

#contact .policy {
  font-size: 14px;
}

#contact .policy div {
  height: 100px;
  overflow: auto;
  border: 1px solid #ddd;
  margin: 8px 0;
  padding: 8px;
  line-height: 18px;
}

#contact .policy label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

#contact .policy input[name=policy] {
  width: 16px;
  height: 16px;
}

#contact button {
  background-color: #19364A;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  height: 56px;
  width: calc(100% - 24px);
  margin: 24px 12px;
}

#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #282828;
  height: 132px;
  display: flex;
  justify-content: space-between;
  padding: 0 100px;
  align-items: center;
}

#footer * {
  color: #fff;
}

#footer > div:nth-of-type(1) {
  display: flex;
  gap: 80px;
}

#footer h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

#footer p {
  margin-top: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}

#footer p span {
  display: inline-block;
  margin-right: 16px;
}

#policy {
  color: #888;
  font-size: 16px;
  border: 0;
}

#overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 9;
}

#overlay > div {
  background-color: #fff;
  max-width: 600px;
  width: 100%;
  border-radius: 16px;
  padding: 16px;
  margin: 16px;
}

#overlay .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#overlay h1 {
  font-size: 24px;
  font-weight: 700;
}

#overlay .close {
  border: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  position: relative;
}

#overlay .close:before, #overlay .close:after {
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #000;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 12px;
}

#overlay .close:after {
  transform: rotate(-45deg);
}

#overlay .content {
  height: 80vh;
  max-height: 720px;
  overflow-y: auto;
  clip-path: inset(0 round 8px);
  border-radius: 8px;
  padding: 8px;
  border: 1px solid #ddd;
  margin-top: 16px;
  line-height: 22px;
  font-size: 14px;
  color: #222;
}

.active * {
  animation-delay: 0.4s;
}

.active #intro .logo img:nth-of-type(1) {
  animation-name: FADE, ROTATE;
}

.active #intro .logo img:nth-of-type(2) {
  animation-delay: 0.5s;
  animation-name: FADE, TO_LEFT;
}

.active #intro p {
  animation-delay: 1s;
  animation-name: FADE, TO_TOP_S;
}

.active #intro .move {
  animation-delay: 0.8s;
  animation-name: SIZE_Y;
}

.active #mouse {
  animation-delay: 1s;
  animation-name: FADE, TO_BOTTOM;
}

.active #about {
  animation-duration: 1s;
  animation-name: S2_1;
}

.active #about h3 b {
  animation-name: FADE, TO_LEFT;
}

.active #about h3 span {
  animation-name: FADE, TO_RIGHT;
}

.active #about h2 {
  animation-delay: 0.6s;
  animation-name: SIZE_Y;
}

.active #about p {
  animation-name: FADE, TO_BOTTOM_S;
}

.active #about p:nth-of-type(1) {
  animation-delay: 0.8s;
}

.active #about p:nth-of-type(2) {
  animation-delay: 0.9s;
}

.active #about p:nth-of-type(3) {
  animation-delay: 1s;
}

.active .team-info .team-title {
  animation-name: SIZE_Y;
  animation-delay: 0.2s;
}

.active .team-info p {
  animation-name: FADE, TO_BOTTOM_S;
  animation-delay: 0.3s;
}

.active .portfolio .swiper-slide {
  animation-name: FADE;
  animation-delay: 0.1s;
}

.active .portfolio-nav button {
  animation-name: FADE;
  animation-delay: 0.6s;
}

.active #ceo .img .frame > div,
.active #ceo .mob-img {
  animation-name: FADE;
  animation-delay: 0.3s;
  animation-duration: 1s;
}

.active #ceo .cont h3 span:nth-of-type(1) {
  animation-name: FADE, TO_RIGHT;
  animation-delay: 0.6s;
}

.active #ceo .cont h3 span:nth-of-type(2) {
  animation-name: FADE, TO_LEFT;
  animation-delay: 0.6s;
}

.active #ceo .cont p {
  animation-name: FADE, TO_BOTTOM_S;
}

.active #ceo .cont p:nth-of-type(1) {
  animation-delay: 0.8s;
}

.active #ceo .cont p:nth-of-type(2) {
  animation-delay: 0.9s;
}

.active #ceo .cont p:nth-of-type(3) {
  animation-delay: 1s;
}

.active #ceo .cont p:nth-of-type(4) {
  animation-delay: 1.1s;
}

.active #ceo .cont p:nth-of-type(5) {
  animation-delay: 1.2s;
}

.active #ceo .cont p:nth-of-type(6) {
  animation-delay: 1.3s;
}

.active #ceo .cont p:nth-of-type(7) {
  animation-delay: 1.4s;
}

.active #ceo .cont h2 span {
  animation-name: FADE, SIZE_Y;
  animation-delay: 1.6s;
}

.active #ceo .cont h2 b {
  animation-name: FADE, TO_LEFT_S;
  animation-delay: 1.6s;
}

.active #ceo .cont .sign {
  animation-name: FADE;
  animation-delay: 1.7s;
}

.active #safety .img .frame > div {
  animation-name: FADE;
  animation-delay: 0.3s;
  animation-duration: 1s;
}

.active #safety .cont h2 {
  animation-name: FADE, TO_RIGHT_S;
  animation-delay: 0.5s;
}

.active #safety .cont h3 span:nth-of-type(1) {
  animation-name: FADE, TO_LEFT;
  animation-delay: 0.6s;
}
.active #safety .cont h3 span:nth-of-type(2) {
  animation-name: FADE, TO_LEFT;
  animation-delay: 0.7s;
}
.active #safety .cont p {
  animation-name: FADE, TO_BOTTOM_S;
}
.active #safety .cont p:nth-of-type(1) {
  animation-delay: 0.8s;
}
.active #safety .cont p:nth-of-type(2) {
  animation-delay: 0.9s;
}
.active #safety .cont p:nth-of-type(3) {
  animation-delay: 1s;
}
.active #safety .cont p:nth-of-type(4) {
  animation-delay: 1.1s;
}
.active #safety .cont p:nth-of-type(5) {
  animation-delay: 1.2s;
}
.active #safety .cont p:nth-of-type(6) {
  animation-delay: 1.3s;
}
.active #safety .cont p:nth-of-type(7) {
  animation-delay: 1.4s;
}
.active #safety .cont h4 {
  animation-name: FADE, TO_BOTTOM_S;
  animation-delay: 1.6s;
}

.active .member-title {
  animation-name: FADE, TO_BOTTOM_S;
}

.active .members li {
  animation-name: FADE;
}

.active .members li:nth-of-type(2) {
  animation-delay: 0.6s;
}

.active .members li:nth-of-type(3) {
  animation-delay: 0.8s;
}

.active .members li:nth-of-type(4) {
  animation-delay: 1s;
}

@keyframes FADE {
  0% { opacity: 0; }
  100% { opacity: 100; }
}

@keyframes TO_TOP {
  0% { transform: translateY(50px); }
  100% { transform: translateY(0); }
}

@keyframes TO_BOTTOM {
  0% { transform: translateY(-50px); }
  100% { transform: translateY(0); }
}

@keyframes TO_LEFT {
  0% { transform: translateX(50px); }
  100% { transform: translateY(0); }
}

@keyframes TO_RIGHT {
  0% { transform: translateX(-50px); }
  100% { transform: translateY(0); }
}

@keyframes TO_TOP_S {
  0% { transform: translateY(20px); }
  100% { transform: translateY(0); }
}

@keyframes TO_BOTTOM_S {
  0% { transform: translateY(-20px); }
  100% { transform: translateY(0); }
}

@keyframes TO_LEFT_S {
  0% { transform: translateX(20px); }
  100% { transform: translateY(0); }
}

@keyframes TO_RIGHT_S {
  0% { transform: translateX(-20px); }
  100% { transform: translateY(0); }
}

@keyframes SIZE {
  0% { transform: scale(0); }
  100% { transform: scale(1); }
}

@keyframes SIZE_M {
  0% { transform: scale(0.5); }
  100% { transform: scale(1); }
}

@keyframes SIZE_SMALL {
  0% { transform: scale(1.2); }
  100% { transform: scale(1); }
}

@keyframes SIZE_Y {
  0% { transform: scaleY(0); }
  100% { transform: scaleY(1); }
}

@keyframes SIZE_X {
  0% { transform: scaleX(0); }
  100% { transform: scaleX(1); }
}

@keyframes ROTATE {
  0% {transform: rotate(-180deg); }
  100% {transform: rotate(0); }
}

@keyframes S2_1 {
  0% { width: 100%; }
  100% { width: 500px; }
}

@keyframes S2_1_L {
  0% { width: 100%; }
  100% { width: width: calc(50vw - 460px); }
}

@media (min-width: 769px) {
  @media (min-width: 1921px) {
    #about {
      width: calc(50vw - 460px);
      padding-left: calc(50vw - 960px);
    }

    #contact {
      width: 50vw;
      max-width: none;
      padding-right: calc(50vw - 800px);
    }

    .active #about {
      animation-name: S2_1_L;
    }
  }

  @media (max-width: 1920px) {
    #ceo, #safety {
      gap: 48px;
    }

    #contact .input {
      margin-top: 8px;
      padding: 4px;
    }

    #contact .input * {
      font-size: 14px;
      height: 32px;
      padding: 0 8px;
    }

    #contact .input textarea {
      padding: 8px;
    }

    #contact h3 {
      font-size: 24px;
    }

    #contact h2 {
      font-size: 14px;
    }

    #contact button {
      font-size: 16px;
      height: 48px;
    }

    .team-info {
      margin-top: 0;
    }
  }

  @media (max-width: 1280px) {
    .frame {
      padding: 16px;
    }

    .portfolio .swiper-slide .frame {
      max-height: 320px;
    }

    #ceo .frame {
      height: 76vh;
    }

    #ceo .frame > div {
      background-position: center -20px;
    }

    #ceo .cont p:nth-of-type(1) {
      margin-top: 24px;
    }

    #ceo .cont h2 {
      margin-top: 24px;
    }

    #ceo .sign {
      bottom: 80px;
    }

    .members {
      gap: 16px;
    }

    #contact ul {
      margin-top: 16px;
    }

    #contact li {
      padding: 8px;
    }

    #contact button {
      width: calc(100% - 16px);
      margin: 12px 8px;
    }

    #footer {
      height: 100px;
    }
  }
}

@media (max-width: 1920px) {
  #contact {
    padding-top: 36px;
    padding-bottom: 200px;
  }

  #contact ul {
    margin-top: 16px;
  }

  #contact p {
    display: none;
  }

  #contact .input textarea, #contact .policy div {
    height: calc(var(--vh, 1vh) * 8);
  }
}

.mobile {
  display: none;
}

@media (max-width: 768px) {
  .mobile {
    display: block;
  }

  p {
    font-size: 14px;
    line-height: 20px;
    word-break: keep-all;
  }

  .wrap {
    padding: 16px;
  }

  #header {
    display: none;
  }

  #header .logo > img {
    max-height: 20px;
  }

  #intro {
    gap: 24px;
  }

  #intro .logo {
    height: 5vw;
    gap: 6px;
    justify-content: center;
  }

  #intro .logo img {
    height: 100%;
  }

  #intro p {
    margin-top: 0;
  }

  #intro .move {
    font-size: 16px;
  }

  #main .section .content#page2 {
    align-items: flex-end;
  }

  #about {
    padding: 16px;
    position: static;
    justify-content: center;
    height: auto;
    width: 100%;
  }

  #about h3 {
    font-size: 32px;
    line-height: normal;
  }

  #about h3 b {
    display: inline-block;
  }

  #about h3 span:after {
    right: -8px;
    bottom: 6px; 
    width: 6px;
    height: 6px;
  }

  #about h2 {
    font-size: 20px;
    margin-bottom: -8px;
    margin-top: 16px;
  }

  #page3 {
    padding-left: 0;
  }

  #page3 .wrap {
    padding-right: 16px;
  }

  .frame {
    padding: 8px;
  }

  .team-info {
    margin: 0;
  }

  .team-title,
  .member-title {
    font-size: 20px;
  }

  .portfolio-nav {
    margin-top: 24px;
  }

  .portfolio .swiper-slide .frame + p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 8px;
    text-align: center;
  }

  #main .section .content#page4 {
    align-items: flex-start;
  }

  #ceo {
    display: block;
  }

  #ceo .img {
    display: none;
  }

  #ceo .mob-img {
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    max-width: 200px;
  }

  #ceo .frame > div {
    background-position: center -40px;
  }

  #ceo .cont h3 {
    font-size: 16px;
    line-height: 24px;
  }

  #ceo .cont h3 br {
    display: block;
  }

  #ceo .cont p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 16px;
  }

  #ceo .cont p br {
    display: none;
  }

  #ceo .cont p:nth-of-type(1) {
    margin-top: 16px;
  }

  #ceo .cont h2 {
    display: block;
    margin-top: 16px;
  }

  #ceo .cont h2 * {
    display: block;
  }

  #ceo .cont h2 span {
    font-size: 16px;
  }

  #ceo .cont h2 b {
    font-size: 24px;
    margin-top: 16px;
    letter-spacing: 0;
  }

  #ceo .cont .sign {
    right: initial;
    left: 68px;
    bottom: -2px;
    max-width: 80px;
  }

  #safety {
    display: block;
  }

  #safety .img {
    display: none;
  }

  #safety .cont {
    text-align: center;
    margin-top: 24px;
  }

  #safety .cont h2 {
    font-size: 24px;
  }

  #safety .cont h3 {
    font-size: 16px;
    line-height: 24px;
  }

  #safety .cont h3 br {
    display: block;
  }

  #safety .cont p {
    font-size: 10px;
    line-height: 16px;
    margin-top: 16px;
  }

  #safety .cont p br {
    display: none;
  }

  #safety .cont h4 {
    font-size: 16px;
    margin-top: 24px;
  }

  #safety .cont p:nth-of-type(1) {
    margin-top: 16px;
  }

  .members {
    flex-direction: column;
    gap: 8px;
    margin-top: 16px;
    margin-bottom: 0;
  }

  .members .info {
    background-color: rgba(0,0,0,0.6);
    left: 16px;
    bottom: 16px;
    padding: 8px;
    min-width: 80px;
  }

  .members .info h3 {
    font-size: 16px;
  }

  .members .info p {
    line-height: 18px;
  }

  .members .info p:nth-of-type(1) {
    margin-top: 8px;
  }

  .members {
    max-width: 450px;
  }

  .members {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .members > li {
    flex-basis: calc(50% - 4px);
  }

  .members .info {
    width: calc(100% - 32px);
  }

  .members .frame {
    height: 60vw;
  }

  .members .frame > div {
    background-size: cover;
  }

  #contact li {
    padding: 4px;
  }

  #contact .input,
  #contact .policy div {
    padding: 2px;
    margin-top: 2px;
  }

  #contact .input * {
    font-size: 12px;
    padding: 0 8px;
    height: 32px;
  }

  #contact .input textarea {
    padding: 8px;
  }

  #contact h3 {
    font-size: 20px;
    padding: 0 4px;
  }

  #contact p {
    padding: 0 4px;
  }

  #contact h2 {
    font-size: 12px;
  }

  #contact button {
    font-size: 16px;
    height: 48px;
    width: calc(100% - 8px);
    margin: 8px 4px;
  }

  #footer {
    display: block;
    padding: 4px 24px 16px 24px;
    height: auto;
    text-align: center;
  }

  #footer > div:nth-of-type(1) {
    display: block;
    margin-bottom: 16px;
  }

  #footer h3 {
    font-size: 14px;
    font-weight: 600;
    margin: 8px 0 2px 0;
  }

  #footer p {
    font-size: 10px;
    line-height: 18px;
    letter-spacing: -0.4px;
  }

  #footer p span {
    margin-right: 8px;
  }

  #footer p br {
    display: none;
  }

  #policy {
    font-size: 14px;
  }

  #overlay .content {
    height: 60vh;
  }

  #main .section .content {
    height: calc(var(--vh, 1vh) * 100);
  }
  .frame {
    height: calc(var(--vh, 1vh) * 32) !important;
  }
  .members .frame {
    max-height: calc(var(--vh, 1vh) * 50);
  }
  #ceo .frame {
    max-height: calc(var(--vh, 1vh) * 88);
  }
  .portfolio .swiper-slide .frame {
    max-height: calc(var(--vh, 1vh) * 50);
  }

  .active #about {
    animation-name: FADE;
  }

  .portfolio:after {
    display: none;
  }

  #contact .policy {
    font-size: 12px;
  }
}

