@charset "UTF-8";
@font-face {
  font-family: "Pretendard-Regular";
  src: url("../font/Pretendard-Regular.ttf") format("truetype");
  src: url("../font/Pretendard-Regular.woff");
  font-weight: lighter;
}
@font-face {
  font-family: "Pretendard-lighter";
  scr: url("../font/Pretendard-Thin.ttf") format("truetype");
  src: url("../font/Pretendard-Thin.woff");
  font-weight: lighter;
}
@font-face {
  font-family: "Pretendard-bold";
  scr: url("../font/Pretendard-Bold.ttf") format("truetype");
  src: url("../font/Pretendard-Bold.woff");
  font-weight: lighter;
}
* {
  font-family: "Pretendard-lighter";
  color: #fff;
}

html, body {
  height: 100%;
  width: 100%;
}

body {
  background: #0F0F0F;
  font-size: 20px;
  width: 100vw;
  overflow-x: hidden;
}
body#show-scene-8 header {
  filter: invert(1);
}
body header {
  position: fixed;
  z-index: 100000;
  top: 30px;
  left: 40px;
  opacity: 0;
  transform: translateY(-20%);
  transition: all 0.5s;
}
body header.active {
  transform: translateY(0);
  opacity: 1;
}
body header img {
  width: 90px;
  cursor: pointer;
}
body#show-scene-0 #scroll-section-0 .img-wrapper {
  display: flex;
  flex-direction: column;
}
body#show-scene-0 #scroll-section-0 .text-wrapper {
  display: block;
  position: fixed;
  top: 50%;
  left: 23%;
  line-height: 1.5;
  color: #fff;
}
body#show-scene-0 #scroll-section-0 .vertical_line {
  animation: downLine ease 0.5s forwards;
}
body#show-scene-1 #scroll-section-1 .img-wrapper, body#show-scene-1 #scroll-section-1 .text-wrapper {
  display: flex;
  opacity: 1;
}
body#show-scene-1 #scroll-section-1 .text-wrapper {
  flex-direction: column;
}
body#show-scene-1 #scroll-section-1 .text-wrapper .a, body#show-scene-1 #scroll-section-1 .text-wrapper .b {
  display: block;
  opacity: 0;
}
body#show-scene-2 #scroll-section-2 .small-section {
  display: flex;
}
body#show-scene-2 #scroll-section-2 .small-section .img-wrapper {
  display: block;
}
body#show-scene-3 #scroll-section-3 .img-wrapper {
  display: block;
}
body#show-scene-4 #scroll-section-4 .wrapper {
  display: flex;
}
body#show-scene-4 #scroll-section-4 .wrapper .the-line {
  animation: longLine ease 2s forwards;
}
body#show-scene-4 #scroll-section-4 .wrapper2 {
  display: flex;
}
body#show-scene-4 #scroll-section-4 .wrapper3 {
  display: flex;
}
body#show-scene-5 #scroll-section-5 .wrapper {
  display: block;
}
body#show-scene-6 #scroll-section-6 .wrapper {
  display: block;
}
body#show-scene-6 #scroll-section-6 .wrapper .backgroundImg {
  display: block;
}
body#show-scene-7 #scroll-section-7 .wrapper {
  display: block;
}
body#show-scene-0 #scroll-section-8, body#show-scene-1 #scroll-section-8, body#show-scene-2 #scroll-section-8, body#show-scene-3 #scroll-section-8, body#show-scene-4 #scroll-section-8, body#show-scene-5 #scroll-section-8, body#show-scene-6 #scroll-section-8 {
  opacity: 0;
}
body > .section#scroll-section-0 {
  position: relative;
}
body > .section#scroll-section-0 .vertical_line {
  width: 0.5px;
  height: 0vh;
  height: calc(var(--vh, 1vh) * 0);
  background: #6d6d6d;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
body > .section#scroll-section-0 .img-wrapper {
  display: flex;
  display: none;
  position: fixed;
  flex-direction: row;
  top: 21vh;
  top: calc(var(--vh, 1vh) * 21);
  left: 50%;
  transform: translateX(-50%);
  animation: opacityImg ease 0.5s 0.5s forwards;
  opacity: 0;
}
body > .section#scroll-section-0 .img-wrapper img {
  width: 18vw;
}
body > .section#scroll-section-0 .text-wrapper p strong {
  font-family: "Pretendard-bold";
}
body > .section#scroll-section-1 {
  position: relative;
  width: 100%;
  height: 100%;
}
body > .section#scroll-section-1::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: #fee;
  z-index: 100;
}
body > .section#scroll-section-1 .img-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0%;
  display: none;
  opacity: 0;
}
body > .section#scroll-section-1 .img-wrapper img:nth-child(1) {
  width: 38vw;
  z-index: 100;
  transform: translateX(-10%);
  opacity: 0;
}
body > .section#scroll-section-1 .img-wrapper img:nth-child(2) {
  width: 55vw;
  transform: translateX(40%);
  opacity: 0;
}
body > .section#scroll-section-1 .text-wrapper {
  position: fixed;
  right: 35%;
  top: 40%;
  display: none;
  opacity: 0;
}
body > .section#scroll-section-1 .text-wrapper .a, body > .section#scroll-section-1 .text-wrapper .b {
  display: none;
  opacity: 0;
}
body > .section#scroll-section-1 .text-wrapper p {
  color: #fff;
  line-height: 2;
  font-size: 1.3vw;
  opacity: 0;
}
body > .section#scroll-section-1 .text-wrapper p:last-child {
  margin-left: 5vw;
}
body > .section#scroll-section-2 .small-section {
  position: fixed;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 32vw;
  height: 15vw;
  justify-content: flex-end;
  align-items: flex-end;
  height: 30vw;
}
body > .section#scroll-section-2 .small-section .img-wrapper {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15vw;
}
body > .section#scroll-section-2 .small-section .img-wrapper > img {
  position: absolute;
  width: 100%;
}
body > .section#scroll-section-2 .small-section .img-wrapper > img.shadow {
  z-index: 100;
  transform: translateY(-60%);
}
body > .section#scroll-section-2 .small-section .img-wrapper .a {
  opacity: 0;
}
body > .section#scroll-section-2 .small-section .text-wrapper {
  color: #fff;
  margin-left: 100px;
}
body > .section#scroll-section-2 .small-section .text-wrapper p {
  line-height: 1.5;
  font-size: 17px;
  opacity: 0;
}
body > .section#scroll-section-3 .big-section .img-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: none;
}
body > .section#scroll-section-3 .big-section .img-wrapper .text {
  display: flex;
  margin-bottom: 10px;
}
body > .section#scroll-section-3 .big-section .img-wrapper .text p {
  color: #fff;
  font-weight: normal;
  font-size: 1.3vw;
  letter-spacing: -3px;
}
body > .section#scroll-section-3 .big-section .img-wrapper .text p span {
  opacity: 0;
}
body > .section#scroll-section-3 .big-section .img-wrapper .text p:last-child {
  margin-left: 10px;
}
body > .section#scroll-section-3 .big-section .img-wrapper img {
  opacity: 0;
}
body > .section#scroll-section-3 .big-section .img-wrapper img.shadow {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
body > .section#scroll-section-3 .big-section .text-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  display: none;
}
body > .section#scroll-section-3 .big-section .text-wrapper p {
  color: #fff;
  font-size: 1.5vw;
  font-family: "Pretendard-bold";
  letter-spacing: -3px;
}
body > .section#scroll-section-3 .big-section .text-wrapper p:first-child {
  margin-right: 15px;
}
body > .section#scroll-section-4 .wrapper {
  align-items: flex-end;
  padding: 1000px 0 0 200px;
  width: 100%;
  display: none;
}
body > .section#scroll-section-4 .wrapper .text {
  color: #fff;
}
body > .section#scroll-section-4 .wrapper .text p {
  font-size: 15px;
}
body > .section#scroll-section-4 .wrapper .text h2 {
  font-size: 18.5px;
}
body > .section#scroll-section-4 .wrapper .the-line {
  background: #7f7f7f;
  height: 1px;
  margin-left: 2vw;
}
body > .section#scroll-section-4 .wrapper2 {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: none;
}
body > .section#scroll-section-4 .wrapper2 .wp {
  margin-top: 20vh;
  margin-top: calc(var(--vh, 1vh) * 20);
  width: 100%;
  display: flex;
  justify-content: center;
}
body > .section#scroll-section-4 .wrapper2 .wp img.text {
  width: 20vw;
}
body > .section#scroll-section-4 .wrapper2 img.image {
  margin-top: 217vh;
  margin-top: calc(var(--vh, 1vh) * 217);
  width: 50%;
}
body > .section#scroll-section-4 .wrapper3 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
body > .section#scroll-section-5 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body > .section#scroll-section-5 .wrapper {
  margin-top: 5%;
  text-align: center;
}
body > .section#scroll-section-5 .wrapper p {
  font-size: 18px;
}
body > .section#scroll-section-5 .wrapper .top_text {
  overflow: hidden;
}
body > .section#scroll-section-5 .wrapper .top_text h2 {
  font-size: 30px;
  margin-top: 10px;
  opacity: 0;
}
body > .section#scroll-section-5 .wrapper .top_text p {
  opacity: 0;
}
body > .section#scroll-section-5 .wrapper .imgWrapper {
  width: 100%;
  padding: 50px 0;
  opacity: 0;
}
body > .section#scroll-section-5 .wrapper .imgWrapper img {
  width: 90%;
  border-radius: 120px;
}
body > .section#scroll-section-5 .wrapper p.lastText {
  opacity: 0;
}
body > .section#scroll-section-5 .wrapper.active .top_text h2 {
  animation: movingText ease 0.8s 0.2s forwards;
}
body > .section#scroll-section-5 .wrapper.active .top_text p {
  animation: movingText ease 0.8s forwards;
}
body > .section#scroll-section-5 .wrapper.active .imgWrapper {
  animation: opacityImg ease 1.5s 0.3 forwards;
}
body > .section#scroll-section-5 .wrapper.active p.lastText {
  animation: movingText ease 0.8s 0.3s forwards;
}
body > .section#scroll-section-6 {
  position: relative;
}
body > .section#scroll-section-6 .wrapper {
  display: none;
}
body > .section#scroll-section-6 .wrapper .backgroundImg {
  width: 90%;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
body > .section#scroll-section-6 .wrapper .backgroundImg img {
  width: 100%;
  opacity: 0;
}
body > .section#scroll-section-6 .wrapper .main {
  width: 100%;
  position: absolute;
  top: 50%;
  display: flex;
  align-items: flex-end;
}
body > .section#scroll-section-6 .wrapper .main .mainwrapper {
  width: 40%;
}
body > .section#scroll-section-6 .wrapper .main .mainwrapper img {
  width: 100%;
  opacity: 0;
}
body > .section#scroll-section-6 .wrapper .main div {
  margin-left: 30px;
  overflow: hidden;
}
body > .section#scroll-section-6 .wrapper .main div span {
  display: block;
  font-size: 14px;
  line-height: 2;
}
body > .section#scroll-section-7 .wrapper {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
body > .section#scroll-section-7 .wrapper p {
  font-size: 18px;
  line-height: 2;
  opacity: 0;
}
body > .section#scroll-section-7 .wrapper .top_text {
  display: flex;
  flex-direction: column;
}
body > .section#scroll-section-7 .wrapper ul {
  position: relative;
  display: flex;
  align-items: center;
  height: 60vh;
  height: calc(var(--vh, 1vh) * 60);
}
body > .section#scroll-section-7 .wrapper ul li {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
body > .section#scroll-section-7 .wrapper ul li:not(.light) img {
  box-shadow: rgb(4, 4, 4) 0px 30px 50px;
}
body > .section#scroll-section-7 .wrapper ul li.light {
  width: 50vw;
  opacity: 0;
  z-index: 1000;
}
body > .section#scroll-section-7 .wrapper ul li:nth-child(2) {
  width: 75%;
}
body > .section#scroll-section-7 .wrapper ul li:nth-child(3) {
  z-index: 90;
  width: 65%;
}
body > .section#scroll-section-7 .wrapper ul li:nth-child(4) {
  z-index: 100;
  width: 80%;
}
body > .section#scroll-section-7 .wrapper ul li:nth-child(5) {
  z-index: 90;
  width: 65%;
}
body > .section#scroll-section-7 .wrapper ul li:nth-child(6) {
  width: 75%;
}
body > .section#scroll-section-8 {
  background: #F4F4F4;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 10000;
  border-radius: 300px 300px 0 0;
}
body > .section#scroll-section-8 .box {
  width: 100%;
  height: 40vh;
  height: calc(var(--vh, 1vh) * 40vh);
  background: #0F0F0F;
}
body > .section#scroll-section-8 img.bio {
  width: 50%;
  margin-top: 10%;
}
body > .section#scroll-section-8 .youtube {
  padding: 150px 0 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100vw;
  position: relative;
  z-index: 100000;
}
body > .section#scroll-section-8 .youtube p {
  color: #000;
  font-weight: bold;
  font-family: "Pretendard-bold";
  margin-bottom: 30px;
}
body > .section#scroll-section-8 .youtube img {
  width: 15%;
  cursor: pointer;
}

/*


    KEY FRAMES !! 


*/
@keyframes downLine {
  0% {
    height: 0;
  }
  100% {
    height: 20vh;
    height: calc(var(--vh, 1vh) * 20);
  }
}
@keyframes longLine {
  0% {
    width: 20%;
    opacity: 0;
  }
  100% {
    width: 70%;
    opacity: 1;
  }
}
@keyframes opacityImg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes movingText {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*


    RESPONSIVE !! 


*/
/* ========================================

    테블릿 - 가로 : 아이패드 프로 

======================================== */
@media (max-width: 1366px) {
  body.responsible .responsible-mob {
    display: none;
  }
  body.responsible {
    background: #F4F4F4;
    width: 100vw;
    overflow-x: hidden;
  }
  body.responsible .responsible-tab {
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  body.responsible .responsible-tab .tabletWrapper img, body.responsible .responsible-tab .tabletYoutube img {
    width: 100%;
  }
  body.responsible .responsible-tab .tabletYoutube {
    padding: 50px 0 80px;
  }
  body.responsible .responsible-tab .tabletYoutube p {
    color: #000;
    font-weight: bold;
    font-size: 1.8vw;
    text-align: center;
    margin-bottom: 40px;
  }
  body.responsible .responsible-tab .tabletYoutube .youtube {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body.responsible .responsible-tab .tabletYoutube .youtube iframe {
    width: 100%;
    height: 40vh;
  }
}
@media (max-width: 1366px) {
  body#show-scene-0 > .section#scroll-section-0 .img-wrapper img {
    width: 25vw;
  }
  body#show-scene-0 > .section#scroll-section-0 .text-wrapper {
    left: 10%;
    top: 45%;
  }
  body#show-scene-0 > .section#scroll-section-0 .text-wrapper p {
    font-size: 23px;
  }
  body#show-scene-1 > .section#scroll-section-1 .text-wrapper p {
    font-size: 25px;
  }
  body#show-scene-1 > .section#scroll-section-1 .img-wrapper img {
    width: 40vw;
  }
  body#show-scene-2 > .section#scroll-section-2 .small-section {
    width: 47vw;
    height: 47vw;
  }
  body#show-scene-2 > .section#scroll-section-2 .small-section .img-wrapper {
    width: 23vw;
  }
  body#show-scene-3 > .section#scroll-section-3 .big-section .img-wrapper .text p {
    font-size: 25px;
  }
  body#show-scene-4 > .section#scroll-section-4 .wrapper {
    padding: 1000px 0 0 9vw;
  }
  body#show-scene-4 > .section#scroll-section-4 .wrapper2 .wp img.text {
    width: 25vw;
  }
  body#show-scene-4 > .section#scroll-section-4 .wrapper2 img.image {
    width: 60%;
    margin-top: 175%;
  }
  body#show-scene-6 > .section#scroll-section-6 .wrapper .main .mainwrapper {
    width: 50%;
  }
  body#show-scene-6 > .section#scroll-section-6 .wrapper .main div {
    margin-left: 30px;
  }
  body#show-scene-6 > .section#scroll-section-6 .wrapper .main div span {
    font-size: 17px;
  }
  body > .section#scroll-section-4 .wrapper3 {
    width: 75%;
  }
  body > .section#scroll-section-8 {
    border-radius: 200px 200px 0 0;
  }
  body > .section#scroll-section-8 img.bio {
    width: 65%;
  }
}
/* ========================================

    테블릿 - 세로 : 아이패드 프로  

======================================== */
@media (max-width: 1024px) {
  body.responsible .responsible-mob {
    display: none;
  }
}
@media (max-width: 1024px) {
  body#show-scene-0 > .section#scroll-section-0 .img-wrapper img {
    width: 45vw;
  }
  body#show-scene-0 > .section#scroll-section-0 .text-wrapper {
    top: auto;
    left: 50%;
    transform: translate(-50%);
    bottom: 20%;
  }
  body#show-scene-1 > .section#scroll-section-1 .img-wrapper img {
    width: 50vw;
  }
  body#show-scene-2 > .section#scroll-section-2 .small-section {
    width: 75vw;
    height: 80vw;
  }
  body#show-scene-2 > .section#scroll-section-2 .small-section .img-wrapper {
    width: 40vw;
  }
  body#show-scene-2 > .section#scroll-section-2 .small-section .text-wrapper p {
    font-size: 18px;
  }
  body#show-scene-4 > .section#scroll-section-4 .wrapper {
    padding: 1000px 0 0 5vw;
  }
  body#show-scene-4 > .section#scroll-section-4 .wrapper2 .wp {
    margin-top: 70vh;
    margin-top: calc(var(--vh, 1vh) * 70);
  }
  body#show-scene-4 > .section#scroll-section-4 .wrapper2 .wp img.text {
    width: 40vw;
  }
  body#show-scene-4 > .section#scroll-section-4 .wrapper2 img.image {
    width: 80%;
    margin-top: 280%;
  }
  body#show-scene-6 > .section#scroll-section-6 .wrapper .main .mainwrapper {
    width: 60%;
  }
  body#show-scene-6 > .section#scroll-section-6 .wrapper .backgroundImg {
    width: 100%;
  }
  body > .section#scroll-section-8 {
    border-radius: 160px 160px 0 0;
  }
  body > .section#scroll-section-8 img.bio {
    width: 85%;
    margin-top: 15%;
  }
  body > .section#scroll-section-8 .youtube {
    padding: 200px 0 100px;
  }
}
/* ========================================

    모바일 반응형 

======================================== */
@media (max-width: 800px) {
  body header {
    top: 40px;
  }
  body#show-scene-0 > .section#scroll-section-0 .img-wrapper img {
    width: 50vw;
  }
  body#show-scene-0 > .section#scroll-section-0 .text-wrapper p {
    font-size: 14px;
  }
  body#show-scene-1 > .section#scroll-section-1 .img-wrapper {
    flex-direction: column;
  }
  body#show-scene-1 > .section#scroll-section-1 .img-wrapper img {
    width: 100%;
  }
  body#show-scene-1 > .section#scroll-section-1 .text-wrapper {
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translateX(-50%);
  }
  body#show-scene-1 > .section#scroll-section-1 .text-wrapper p {
    font-size: 25px;
  }
  body#show-scene-1 > .section#scroll-section-1 .text-wrapper p:last-child {
    margin-left: 0;
  }
  body#show-scene-2 > .section#scroll-section-2 .small-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    left: 50%;
    width: 80%;
  }
  body#show-scene-2 > .section#scroll-section-2 .small-section .text-wrapper {
    margin: 20px 0;
    position: fixed;
    bottom: -50%;
  }
  body#show-scene-2 > .section#scroll-section-2 .small-section .img-wrapper {
    width: 50vw;
  }
  body#show-scene-3 > .section#scroll-section-3 .big-section .img-wrapper {
    width: 95%;
  }
  body#show-scene-3 > .section#scroll-section-3 .big-section .img-wrapper .text p {
    font-size: 20px;
  }
  body#show-scene-4 > .section#scroll-section-4 .wrapper {
    flex-direction: column;
    align-items: center;
  }
  body#show-scene-4 > .section#scroll-section-4 .wrapper .text {
    line-height: 1.4;
  }
  body#show-scene-4 > .section#scroll-section-4 .wrapper .text p {
    font-size: 13px;
  }
  body#show-scene-4 > .section#scroll-section-4 .wrapper .text h2 {
    font-size: 16px;
  }
  body#show-scene-4 > .section#scroll-section-4 .wrapper .the-line {
    margin: 30px 0;
  }
  body#show-scene-4 > .section#scroll-section-4 .wrapper2 .wp img.text {
    width: 70vw;
  }
  body#show-scene-4 > .section#scroll-section-4 .wrapper2 .wp img.image {
    width: 100vw;
    transform: scale(2);
  }
  body#show-scene-6 > .section#scroll-section-6 .wrapper .main {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body#show-scene-6 > .section#scroll-section-6 .wrapper .main .mainwrapper {
    margin-left: 0;
    width: 70%;
  }
  body#show-scene-6 > .section#scroll-section-6 .wrapper .main div {
    margin-left: 0;
    width: 70%;
  }
  body#show-scene-6 > .section#scroll-section-6 .wrapper .main div span {
    line-height: 2;
    font-size: 15px;
  }
  body#show-scene-6 > .section#scroll-section-6 .wrapper .backgroundImg {
    display: none;
  }
  body > .section {
    width: 100%;
  }
  body > .section#scroll-section-4 .wrapper3 {
    width: 100%;
  }
  body > .section#scroll-section-5 .wrapper p {
    font-size: 15px;
  }
  body > .section#scroll-section-5 .wrapper .top_text {
    width: 100%;
    margin: 0 auto;
  }
  body > .section#scroll-section-5 .wrapper .imgWrapper {
    width: 100%;
  }
  body > .section#scroll-section-5 .wrapper .imgWrapper img {
    width: 90%;
    border-radius: 70px;
  }
  body > .section#scroll-section-7 .wrapper {
    width: 100%;
  }
  body > .section#scroll-section-7 .wrapper .top-text p {
    font-size: 14px;
  }
  body > .section#scroll-section-7 .wrapper .bottom-text p {
    font-size: 14px;
  }
  body > .section#scroll-section-7 .wrapper ul li:nth-child(2) {
    display: none;
  }
  body > .section#scroll-section-7 .wrapper ul li:nth-child(3) {
    width: 50%;
  }
  body > .section#scroll-section-7 .wrapper ul li:nth-child(4) {
    width: 65%;
  }
  body > .section#scroll-section-7 .wrapper ul li:nth-child(5) {
    width: 50%;
  }
  body > .section#scroll-section-7 .wrapper ul li:nth-child(6) {
    display: none;
  }
  body > .section#scroll-section-8 {
    border-radius: 0px 300px 0 0;
  }
  body > .section#scroll-section-8 img.bio {
    margin-top: 40%;
  }
  body > .section#scroll-section-8 .youtube {
    padding: 100px 0 0 0;
  }
  body > .section#scroll-section-8 .youtube iframe {
    width: 80%;
    height: 200px;
  }
  body > .section#scroll-section-8 .youtube p {
    font-size: 14px;
    margin: 0px 100px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px;
  }
  body.responsible .responsible-mob {
    display: flex;
    flex-direction: column;
  }
  body.responsible .responsible-mob .mobileYoutube {
    padding: 50px 0 80px;
  }
  body.responsible .responsible-mob .mobileYoutube .youtube iframe {
    width: 100%;
    height: 30vh;
  }
  body.responsible .responsible-mob .mobileYoutube .youtube p {
    color: #000;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
  }
  body.responsible .responsible-tab {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
