@charset "utf-8";

#wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #6b6b6b;
  color: #e2e2e2;
  font-size: 20px;
  font-family: "Titan One", sans-serif;
  font-family: "Lilita One", sans-serif;
}
p {
  font-family: "IBM Plex Sans KR", sans-serif;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
  background-color: #6b6b6b;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #e2e2e2;
  z-index: 10;
}
#menu {
  width: 1280px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#menu h1 {
  font-size: 2.5rem;
}
#menu > ul {
  display: flex;
  width: 50%;
  justify-content: space-between;
}
#menu > ul > li {
  display: block;
  height: 100%;
  text-align: center;
  width: 25%;
}
#menu > ul > li > a {
  padding: 20px 10px;
  display: inline-block;
  font-size: 1rem;
}

#menu .fil {
  width: 100%;
  display: none;
  border-top: 3px solid #333;
  position: absolute;
  z-index: 15;
  font-family: "IBM Plex Sans KR", sans-serif;
}
.fil > li {
  width: 100%;
  background: #e2e2e2;
  text-align: center;
  line-height: 40px;
}
.fil > li > a {
  width: 100%;
  color: #6b6b6b;
  display: inline-block;
  font-size: 1rem;
}
.fil > li > a:hover {
  background: #aaa;
  color: #fff;
}

#menu ul li .circle {
  background: #e2e2e2;
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 2px;
  opacity: 0;
}
#menu ul li .active {
  opacity: 1;
}

#menu .type {
  background: transparent;
  border: 1px solid #e2e2e2;
  padding: 7px 0px 7px 30px;
  border-radius: 20px;
  background: url(../img/search_col.png);
  background-position: 8px 50%;
  font-size: 0.8rem;
  font-family: "Bricolage Grotesque", sans-serif;
  background-size: 15px;
  background-repeat: no-repeat;
  color: #e2e2e2;
}
#menu .type:focus {
  outline: none;
}
#menu .search {
  background: #e2e2e2;
  color: #6b6b6b;
  padding: 7px 10px;
  border-radius: 20px;
  border: none;
  font-size: 0.9rem;
  font-family: "Lilita One", sans-serif;
}
#menu .search:hover {
  cursor: pointer;
}

#contents {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}

#section1 {
  height: auto;
  margin: 0 auto;
  padding: 150px 0 0 0;
}

#section1 #full {
  width: 100%;
  display: flex;
}
#full p {
  font-size: 15rem;
  font-family: "Lilita One", sans-serif;
}

#full p:first-child {
  transform: translateY(100px);
  transition: all 1.5s ease-in-out;
  opacity: 0;
}
#full p:nth-child(2) {
  transform: translateY(100px);
  transition: all 1.5s ease-in-out;
  opacity: 0;
}
#full p:nth-child(3) {
  transform: translateY(100px);
  transition: all 1.5s ease-in-out;
  opacity: 0;
}
#full p:nth-child(4) {
  transform: translateY(100px);
  transition: all 1.5s ease-in-out;
  opacity: 0;
}
#full p:nth-child(5) {
  transform: translateY(100px);
  transition: all 1.5s ease-in-out;
  opacity: 0;
}
#full p:nth-child(6) {
  transform: translateY(100px);
  transition: all 1.5s ease-in-out;
  opacity: 0;
}
#full p:nth-child(7) {
  transform: translateY(100px);
  transition: all 1.5s ease-in-out;
  opacity: 0;
}

#full p:nth-child(8) {
  transform: translateY(100px);
  transition: all 1.5s ease-in-out;
  opacity: 0;
}
#full p:nth-child(9) {
  transform: translateY(100px);
  transition: all 1.5s ease-in-out;
  opacity: 0;
}
#full p:nth-child(10) {
  transform: translateY(100px);
  transition: all 1.5s ease-in-out;
  opacity: 0;
}
#full p:nth-child(11) {
  transform: translateY(100px);
  transition: all 1.5s ease-in-out;
  opacity: 0;
}
#full p:nth-child(12) {
  transform: translateY(100px);
  transition: all 1.5s ease-in-out;
  opacity: 0;
}
#full p:nth-child(13) {
  transform: translateY(100px);
  transition: all 1.5s ease-in-out;
  opacity: 0;
}

#full p:nth-child(14) {
  transform: translateY(100px);
  transition: all 1.5s ease-in-out;
  opacity: 0;
}
#full p:nth-child(15) {
  transform: translateY(100px);
  transition: all 1.5s ease-in-out;
  opacity: 0;
}
#full p:nth-child(16) {
  transform: translateY(100px);
  transition: all 1.5s ease-in-out;
  opacity: 0;
}
#full p:nth-child(17) {
  transform: translateY(100px);
  transition: all 1.5s ease-in-out;
  opacity: 0;
}
#full p:nth-child(18) {
  transform: translateY(100px);
  transition: all 1.5s ease-in-out;
  opacity: 0;
}
#full p:last-child {
  transform: translateY(100px);
  transition: all 1.5s ease-in-out;
  opacity: 0;
}

#section1 #at {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

#at #about {
  width: 100%;
  opacity: 0;
  transition: all 3s;
  transform: translateX(-200px);
  text-align: center;
  margin-top: 20px;
}
#about p {
  font-size: 1.5rem;
  font-weight: 600;
}
#about p:last-of-type {
  font-size: 1.2rem;
  font-weight: 400;
}

#at #imgbox {
  width: 100%;
  margin-top: 50px;
  opacity: 0;
  transition: all 3s;
  transform: translateX(-200px);
}
#imgbox .line {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.line > span:nth-of-type(2) {
  width: 90%;
  height: 2px;
  background-color: #e2e2e2;
}
#imgbox img {
  width: 100%;
  height: auto;
}

#section2 {
  height: auto;
  margin: 0 auto;
  padding-top: 100px;
}

#section2 #title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#title .line2 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  justify-content: space-between;
}
#title h1 {
  font-size: 2.5rem;
  width: 20%;
}
.line2 > span {
  width: 90%;
  background: #e2e2e2;
  height: 2px;
  display: inline-block;
}

#title #change {
  width: 20%;
  display: flex;
  justify-content: space-between;
}
#change p {
  border: 1px solid #e2e2e2;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 1.1rem;
  font-weight: 600;
}
#change p:hover {
  cursor: pointer;
  background: #777777;
  color: #fff;
}

#title #changecon {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

#changecon #st {
  display: none;
  width: 100%;
}
#st p {
  font-size: 1rem;
  width: 76%;
  float: left;
}
#st p > span {
  width: 100%;
  display: inline-block;
  background: #e2e2e2;
  height: 2px;
  margin-top: 63px;
}
#st .stimg {
  width: 23%;
  float: right;
  padding: 0px 0px 20px;
  background: #e2e2e2;
  filter: grayscale(90%);
}
#st .stimg:hover {
  filter: grayscale(0%);
  cursor: pointer;
  transition: all 0.7s;
}
.stimg img {
  width: 100%;
  height: auto;
}

#sy {
  display: none;
  width: 100%;
}
#sy p {
  font-size: 1rem;
  width: 98%;
}
#sy .syimg {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 20px;
  position: absolute;
}
.syimg img {
  width: 35%;
  height: auto;
  padding: 0px 0px 20px;
  background: #e2e2e2;
  filter: grayscale(90%);
}
.syimg img:hover {
  filter: grayscale(0%);
  cursor: pointer;
  transition: all 0.7s;
}
.syimg > span {
  width: 64%;
  background: #e2e2e2;
  height: 2px;
  display: inline-block;
  align-self: flex-end;
}

#cha {
  display: block;
  width: 100%;
}
#cha p {
  font-size: 1rem;
  width: 98%;
}
#cha .chaimg {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  position: absolute;
}
.chaimg img {
  width: 40%;
  height: auto;
  padding: 0px 0px 20px;
  background: #e2e2e2;
  filter: grayscale(90%);
  transition: all 0.7s;
}
.chaimg img:hover {
  filter: grayscale(0%);
  cursor: pointer;
}
.chaimg > span {
  width: 59%;
  background: #e2e2e2;
  height: 2px;
  display: inline-block;
  align-self: flex-end;
}

#section3 {
  height: auto;
  margin: 700px auto 300px;
  border-bottom: 2px solid #e2e2e2;
}
.line3 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 100px;
  justify-content: space-between;
}
.line3 h1 {
  font-size: 2.5rem;
  width: 18%;
  text-align: center;
}
.line3 p {
  width: 35%;
  height: 2px;
  background: #e2e2e2;
}

#section3 #vincent {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#vincent > h1 {
  font-size: 12rem;
}
#vincent > h1 small {
  font-size: 4rem;
}
#vincent > p {
  width: 100%;
  font-size: 1rem;
}

#vincent div:first-of-type {
  margin-top: 50px;
  width: 30%;
  height: auto;
  opacity: 0;
  transform: translateX(-200px);
  transition: all 2s;
}
#vincent div:first-of-type img {
  width: 100%;
  border-radius: 20px;
}
#vincent div:first-of-type p {
  width: 100%;
  text-align: center;
}
#vincent div:first-of-type p:first-of-type {
  margin-bottom: 10px;
}

#vincent div:nth-of-type(2) {
  margin-top: 100px;
  width: 15%;
  height: auto;
  opacity: 0;
  transform: translateY(200px);
  transition: all 2s;
}
#vincent div:nth-of-type(2) img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
#vincent div:nth-of-type(2) p {
  width: 100%;
  text-align: center;
}
#vincent div:nth-of-type(2) p:first-of-type {
  margin-bottom: 10px;
}

#vincent div:last-of-type {
  width: 35%;
  height: auto;
  opacity: 0;
  transform: translateX(200px);
  transition: all 2s;
}
#vincent div:last-of-type img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
#vincent div:last-of-type p {
  width: 100%;
  text-align: center;
}
#vincent div:last-of-type p:first-of-type {
  margin-bottom: 10px;
}

#section3 #beetleJuice {
  width: 100%;
  height: auto;
  margin: 300px 0;
}
#beetleJuice > h1 {
  font-size: 12rem;
  text-align: right;
}
#beetleJuice > h1 small {
  font-size: 4rem;
}
#beetleJuice > p {
  width: 71%;
  font-size: 1rem;
}

#beetleJuice > #synopsis {
  width: 100%;
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1rem;
}

#synopsis .synopsistxt {
  width: 72%;
}
#synopsis h3 {
  font-size: 4rem;
  width: 28.5%;
  margin-bottom: 20px;
}
#synopsis p {
  width: 100%;
}

#synopsis .bit {
  width: 23%;
  position: relative;
  overflow: hidden;
  height: 80%;
  margin-top: 40px;
  border-radius: 15px;
  cursor: pointer;
}
.bit img {
  width: 100%;
  height: auto;
  filter: grayscale(90%);
  border-radius: 15px;
}

.cover {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 0%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: height 1.5s ease-in-out;
  opacity: 0.7;
}
.cover p {
  color: #fff;
  padding: 14px;
  font-size: 0.8rem;
}
.bit .cover p:nth-of-type(1) {
  text-align: center;
  font-size: 1rem;
}
.bit:hover .cover {
  height: 100%;
}
.bit:hover img {
  filter: grayscale(0%);
}

#beetleJuice > .btimg {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-content: center;
}

.btimg .adam {
  width: 30%;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
  height: auto;
  border-radius: 15px;
  cursor: pointer;
}
.adam img {
  width: 100%;
  height: auto;
  filter: grayscale(80%);
  border-radius: 15px;
  /* transform: translateY(0%); transition: all .3s ease-in-out; */
}
.adam:hover .cover {
  height: 100%;
}
.adam:hover img {
  filter: grayscale(0%);
  /* transform: translateY(-100%); */
}
.adam .cover p:nth-of-type(1) {
  text-align: center;
  font-size: 1.6vh;
}

.btimg .lidia {
  width: 35%;
  height: 70%;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  cursor: pointer;
}
.lidia img {
  width: 100%;
  height: auto;
  filter: grayscale(85%);
  border-radius: 15px;
}
.lidia:hover .cover {
  height: 100%;
}
.lidia:hover img {
  filter: grayscale(0%);
}
.lidia .cover p:nth-of-type(1) {
  text-align: center;
  font-size: 1.6vh;
}

.btimg .charles {
  width: 25%;
  height: auto;
  margin-top: -20px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  cursor: pointer;
}
.charles img {
  width: 100%;
  height: auto;
  filter: grayscale(90%);
  border-radius: 15px;
}
.charles:hover .cover {
  height: 100%;
}
.charles:hover img {
  filter: grayscale(0%);
}
.charles .cover p {
  padding: 10px;
  margin: 0 auto;
  width: 91%;
}
.charles .cover p:nth-of-type(1),
.charles .cover p:nth-of-type(3) {
  text-align: center;
  font-size: 1.6vh;
}

#section3 #scissor {
  width: 100%;
  height: auto;
}
#scissor > h1 {
  font-size: 10rem;
}
#scissor > h1 small {
  font-size: 4rem;
}
#scissor > p {
  width: 71%;
  font-size: 1rem;
}

#scissor > #synopsis2 {
  width: 100%;
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1rem;
}
#synopsis2 img {
  width: 42%;
  height: auto;
  filter: grayscale(90%);
  transition: all 1s;
}
#synopsis2 img:hover {
  filter: grayscale(0%);
  cursor: pointer;
}
#synopsis2 .synopsistxt2 {
  width: 54%;
}
#synopsis2 h3 {
  font-size: 4rem;
  margin-bottom: 20px;
  width: 100%;
}
#synopsis2 p {
  width: 100%;
}

#scissor .edward {
  margin-top: 100px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.edward h1 {
  width: 100%;
}
.edward > h1:first-of-type {
  font-size: 4rem;
  margin-bottom: 50px;
  border-bottom: 1px dashed #e2e2e2;
}
.edward > h1:last-of-type small {
  font-size: 1rem;
}
.edward img {
  width: 39%;
  filter: grayscale(80%);
  transition: all 1s;
}
.edward img:hover {
  filter: grayscale(0%);
  cursor: pointer;
}
.edward p {
  font-size: 1rem;
}
.edward p:first-of-type {
  width: 22.7%;
}
.edward p:last-of-type {
  width: 33%;
}

#scissor .fam {
  width: 100%;
  margin-top: 100px;
  display: flex;
  justify-content: space-around;
  text-align: center;
}
.fam .kim {
  width: 35%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.kim h1 {
  width: 100%;
}
.kim > h1 small {
  font-size: 1rem;
}
.kim img {
  width: 100%;
  margin-top: 10px;
  filter: grayscale(70%);
  transition: all 1s;
}
.kim img:hover {
  filter: grayscale(0%);
  cursor: pointer;
}
.kim p {
  width: 100%;
  margin-top: 10px;
  font-size: 1rem;
}

.fam .peg {
  width: 35%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.peg h1 {
  width: 100%;
}
.peg > h1 small {
  font-size: 1rem;
}
.peg img {
  width: 100%;
  filter: grayscale(80%);
  transition: all 1s;
}
.peg img:hover {
  filter: grayscale(0%);
  cursor: pointer;
}
.peg p {
  width: 100%;
  margin-top: 20px;
  font-size: 1rem;
}

#section3 #christmas {
  width: 100%;
  height: auto;
  margin: 300px 0;
}
#christmas #rtwrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
#rtwrap .rotate {
  width: 5%;
  position: relative;
  height: 100px;
}
.rotate > .face {
  position: absolute;
  top: 0;
  right: 0;
  backface-visibility: hidden;
  font-size: 4rem;
  transition: all 1s;
}
.rotate .front {
  z-index: 2;
  color: rgb(248, 240, 177);
}
.rotate .back {
  transform: rotateY(-180deg);
  color: rgb(248, 234, 139);
  z-index: 1;
}
.rotate:hover .front {
  transform: rotateY(180deg);
  z-index: 1;
}
.rotate:hover .back {
  transform: rotateY(0deg);
  z-index: 2;
}
#christmas > h1 {
  font-size: 10rem;
  text-align: center;
  color: rgb(138, 180, 138);
  transition: 1s;
}
#christmas > h1:hover {
  color: rgb(86, 172, 86);
  cursor: pointer;
}
#christmas > h1 small {
  font-size: 4rem;
  display: block;
}
#christmas > h1 span {
  color: rgb(212, 107, 128);
  transition: 1s;
}
#christmas > h1:hover span {
  color: rgb(202, 70, 81);
  cursor: pointer;
}
#christmas > img {
  margin-top: 30px;
  filter: grayscale(70%);
  transition: all 1s;
}
#christmas > img:hover {
  filter: grayscale(0%);
  cursor: pointer;
}
#christmas > h3 {
  font-size: 4rem;
  width: 100%;
  margin: 10px 0 10px;
}
#christmas > p {
  width: 100%;
  font-size: 1rem;
}

#christmas > #synopsis3 {
  width: 100%;
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1rem;
}
#synopsis3 h3 {
  font-size: 4rem;
  margin-bottom: 20px;
  width: 100%;
}
#synopsis3 p {
  width: 100%;
}

#christmas #cjs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#cjs h3 {
  font-size: 4rem;
  width: 100%;
  width: 22.5%;
  margin: 100px auto 50px;
  border-bottom: 1px dashed #e2e2e2;
}
#cjs .jasl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jasl .sally {
  width: 27%;
  border: 2px solid #e2e2e2;
  padding-top: 20px;
}
.sally h2 {
  font-size: 4vh;
  width: 100%;
  font-size: 2rem;
  text-align: center;
}
.sally p {
  margin: 20px auto;
  font-size: 1rem;
  width: 83%;
}
.jasl div:last-of-type p {
  width: 90%;
}

.jasl .jsimg {
  width: 50%;
  position: relative;
  display: flex;
}
.jasl img {
  width: 75%;
  margin: 0 auto;
  filter: grayscale(80%);
  transition: all 1s;
}
.jasl img:hover {
  filter: grayscale(0%);
  cursor: pointer;
}
.jasl img:first-of-type {
  width: 18%;
  z-index: 1;
  position: absolute;
  top: 15%;
  left: 2%;
}
.jasl img:last-of-type {
  width: 23%;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 3%;
}

.stzr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.stzr .dbwrap {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dbwrap .duck {
  width: 45%;
  height: 65%;
}
.dbwrap .duck img {
  width: 100%;
  border-radius: 30px;
  filter: grayscale(75%);
  transition: all 1s;
}
.duck img:hover {
  filter: grayscale(0%);
  cursor: pointer;
}
.dbwrap .duck h1 {
  padding: 10px;
  font-size: 2rem;
  text-align: center;
}
.dbwrap .duck p {
  font-size: 1rem;
  margin: 0 auto;
  width: 100%;
}

.dbwrap .boogie {
  width: 43.3%;
  height: 60%;
  align-self: flex-end;
}
.dbwrap .boogie img {
  width: 100%;
  border-radius: 30px;
  filter: grayscale(80%);
  transition: all 1s;
}
.boogie img:hover {
  filter: grayscale(0%);
  cursor: pointer;
}
.dbwrap .boogie h1 {
  padding: 10px;
  font-size: 2rem;
  text-align: center;
}
.dbwrap .boogie p {
  font-size: 1rem;
  margin: 0 auto;
  width: 100%;
}

.stzr .zero {
  width: 33%;
  padding: 20px;
  border: 2px solid #e2e2e2;
  text-align: center;
}
.stzr .zero img {
  width: 100%;
  border-radius: 30px;
  filter: grayscale(60%);
  transition: all 1s;
}
.zero img:hover {
  filter: grayscale(0%);
  cursor: pointer;
}
.stzr .zero h1 {
  padding: 10px;
  font-size: 2rem;
}
.stzr .zero p {
  font-size: 1rem;
  margin: 0 auto;
  width: 95%;
}

#section3 #big {
  width: 100%;
  height: auto;
}

#big > h1 {
  font-size: 12rem;
  text-align: right;
}
#big > h1 small {
  font-size: 4rem;
}

#big .bigtxt {
  width: 100%;
  margin-top: 50px;
  text-align: center;
  font-family: "IBM Plex Sans KR", sans-serif;
}
.bigtxt h3 {
  font-size: 2rem;
  font-weight: 600;
}
.bigtxt > p {
  width: 100%;
  margin-top: 50px;
  font-size: 1rem;
}

#big > h3 {
  font-size: 4rem;
  text-align: center;
  margin: 150px 0 50px;
}
#big > h3:nth-of-type(2) {
  text-align: center;
  margin: 150px 0 50px;
}

#big .fs {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.fs .mainc {
  width: 30%;
}
.fs .edward2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-right: 5px dashed #382c27;
  border-left: 5px dashed #382c27;
  justify-content: center;
  background: rgba(105, 62, 33, 0.3);
  padding-top: 20px;
}
.edward2 .line4 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
}
.edward2 .line4 span:first-of-type {
  width: 35%;
  height: 3px;
  background: #382c27;
}
.edward2 .line4 span:nth-of-type(2) {
  font-size: 1.5rem;
  text-align: center;
  color: #1f1b15;
}
.edward2 .line4 span:last-of-type {
  width: 35%;
  height: 3px;
  background: #382c27;
}
.edward2 p {
  text-align: center;
  width: 100%;
  margin-top: 10px;
  font-size: 1rem;
  color: #000;
  font-weight: 600;
}
.edward2 img {
  width: 90%;
  margin: 30px 0 70px;
  filter: grayscale(70%);
  transition: all 1s;
}
.edward2 img:hover {
  filter: grayscale(0%);
  cursor: pointer;
}

.fs .sandra {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-end;
  border-right: 5px dashed #382c27;
  border-left: 5px dashed #382c27;
  justify-content: center;
  background: rgba(105, 62, 33, 0.3);
  padding-bottom: 30px;
}
.sandra .line5 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
}
.sandra .line5 span:first-of-type {
  width: 35%;
  height: 3px;
  background: #382c27;
}
.sandra .line5 span:nth-of-type(2) {
  font-size: 1.5rem;
  text-align: center;
  color: #1f1b15;
}
.sandra .line5 span:last-of-type {
  width: 35%;
  height: 3px;
  background: #382c27;
}
.sandra p {
  text-align: center;
  width: 100%;
  margin-top: 10px;
  font-size: 1rem;
  color: #000;
  font-weight: 600;
}
.sandra img {
  width: 90%;
  margin-top: 30px;
  filter: grayscale(70%);
  transition: all 1s;
}
.sandra img:hover {
  filter: grayscale(0%);
  cursor: pointer;
}

.fs .subc {
  width: 30%;
  border-right: 5px dashed #382c27;
  border-left: 5px dashed #382c27;
}
.fs .witch {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-end;
  justify-content: center;
  background: rgba(105, 62, 33, 0.3);
  padding-top: 20px;
}
.witch .line6 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
}
.witch .line6 span:first-of-type {
  width: 35%;
  height: 3px;
  background: #382c27;
}
.witch .line6 span:nth-of-type(2) {
  font-size: 1.5rem;
  text-align: center;
  color: #1f1b15;
}
.witch .line6 span:last-of-type {
  width: 35%;
  height: 3px;
  background: #382c27;
}
.witch img {
  width: 90%;
  margin: 30px 0 70px;
  filter: grayscale(70%);
  transition: all 1s;
}
.witch img:hover {
  filter: grayscale(0%);
  cursor: pointer;
}

.fs .giant {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-end;
  justify-content: center;
  background: rgba(105, 62, 33, 0.3);
  padding-bottom: 30px;
}
.giant .line7 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
}
.giant .line7 span:first-of-type {
  width: 35%;
  height: 3px;
  background: #382c27;
}
.giant .line7 span:nth-of-type(2) {
  font-size: 1.5rem;
  text-align: center;
  color: #1f1b15;
}
.giant .line7 span:last-of-type {
  width: 35%;
  height: 3px;
  background: #382c27;
}
.giant img {
  width: 80%;
  margin-top: 30px;
  filter: grayscale(80%);
  transition: all 1s;
}
.giant img:hover {
  filter: grayscale(0%);
  cursor: pointer;
}

#big .place {
  width: 100%;
  display: flex;
  justify-content: center;
}
.place .plcwrap {
  width: 50%;
  border-right: 5px dashed #382c27;
  border-left: 5px dashed #382c27;
}

.plcwrap .flower {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-end;
  justify-content: center;
  background: rgba(105, 62, 33, 0.3);
  padding-top: 20px;
}
.flower .line8 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
}
.flower .line8 span:first-of-type {
  width: 35%;
  height: 3px;
  background: #382c27;
}
.flower .line8 span:nth-of-type(2) {
  font-size: 1.5rem;
  text-align: center;
  color: #1f1b15;
}
.flower .line8 span:last-of-type {
  width: 35%;
  height: 3px;
  background: #382c27;
}
.flower img {
  width: 90%;
  margin: 30px 0 50px;
  filter: grayscale(65%);
  transition: all 1s;
}
.flower img:hover {
  filter: grayscale(0%);
  cursor: pointer;
}

.plcwrap .water {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-end;
  justify-content: center;
  background: rgba(105, 62, 33, 0.3);
}
.water .line9 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
}
.water .line9 span:first-of-type {
  width: 35%;
  height: 3px;
  background: #382c27;
}
.water .line9 span:nth-of-type(2) {
  font-size: 1.5rem;
  text-align: center;
  color: #1f1b15;
}
.water .line9 span:last-of-type {
  width: 35%;
  height: 3px;
  background: #382c27;
}
.water img {
  width: 90%;
  margin: 30px 0 50px;
  filter: grayscale(65%);
  transition: all 1s;
}
.water img:hover {
  filter: grayscale(0%);
  cursor: pointer;
}

.plcwrap .ghostt {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-end;
  justify-content: center;
  background: rgba(105, 62, 33, 0.3);
  padding-bottom: 30px;
}
.ghostt .line10 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
}
.ghostt .line10 span:first-of-type {
  width: 35%;
  height: 3px;
  background: #382c27;
}
.ghostt .line10 span:nth-of-type(2) {
  font-size: 1.5rem;
  text-align: center;
  color: #1f1b15;
}
.ghostt .line10 span:last-of-type {
  width: 35%;
  height: 3px;
  background: #382c27;
}
.ghostt img {
  width: 70%;
  margin-top: 30px;
  filter: grayscale(65%);
  transition: all 1s;
}
.ghostt img:hover {
  filter: grayscale(0%);
  cursor: pointer;
}

#section3 #charlie {
  width: 100%;
  height: auto;
  margin: 300px 0;
}
#charlie > h1 {
  font-size: 10rem;
  width: 100%;
}
#charlie > h1 small {
  font-size: 4rem;
}

#charlie > #synopsis4 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1rem;
}
#synopsis4 img {
  width: 37%;
  height: auto;
  filter: grayscale(90%);
  transition: all 1s;
}
#synopsis4 img:hover {
  filter: grayscale(0%);
  cursor: pointer;
}
#synopsis4 .synopsistxt2 {
  width: 62%;
}
#synopsis4 h3 {
  font-size: 4rem;
  margin: 50px 0 20px;
  width: 100%;
}
#synopsis4 p {
  width: 93%;
  font-size: 1rem;
}

#charlie > h3 {
  font-size: 4rem;
  margin: 100px 0 50px;
  width: 100%;
  text-align: center;
}
#charlie .chocolate {
  width: 100%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}

.chocolate #fcl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
}
#fcl > img:first-of-type {
  width: 100%;
  position: absolute;
  z-index: 2;
}
.chocolate #scl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
}

#fcl > div {
  width: 30%;
  border: 10px outset #5f4d3a;
  display: flex;
  box-shadow: 0px 0px 10px #302110;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
  position: relative;
}
#fcl > div > h2 {
  width: 100%;
  text-align: center;
}
#fcl > div > img {
  width: 80%;
  filter: grayscale(65%);
  transition: all 1s;
}
#fcl > div > img:hover {
  filter: grayscale(0%);
  cursor: pointer;
}
#fcl > div p {
  font-size: 1rem;
  width: 97%;
  margin-top: 15px;
  text-align: center;
}
#fcl > div:last-of-type p {
  text-align: center;
}
#fcl > div:first-of-type h2 {
  position: absolute;
  top: 55%;
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
  text-shadow: 0px 0px 5px #000;
}

#scl > div {
  width: 30%;
  border: 10px outset #5f4d3a;
  display: flex;
  box-shadow: 0px 0px 10px #302110;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  padding: 20px;
}
#scl > div > img {
  width: 80%;
  filter: grayscale(65%);
  transition: all 1s;
}
#scl > div > img:hover {
  filter: grayscale(0%);
  cursor: pointer;
}
#scl > div p {
  font-size: 1rem;
  margin-top: 15px;
  text-align: center;
}

.chocolate > div:last-child {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  border: 10px outset #5f4d3a;
  justify-content: center;
  box-shadow: 0px 0px 10px #302110;
}
.chocolate > div:last-child h3 {
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
.chocolate > div:last-child img {
  width: 80%;
  margin: 0px 0 50px;
  filter: grayscale(70%);
  transition: all 1s;
}
.chocolate > div:last-child img:hover {
  filter: grayscale(0%);
  cursor: pointer;
}

#section3 #bride {
  width: 100%;
  height: auto;
  margin-top: 150px;
}
#bride > h1 {
  font-size: 11rem;
  width: 100%;
}
#bride > h1 small {
  font-size: 4rem;
}
#bride > p {
  margin-top: 50px;
  font-size: 1rem;
  width: 84%;
}
#bride > h3 {
  font-size: 4rem;
  margin: 50px 0 30px;
}

#bride > #synopsis5 {
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1rem;
}
#synopsis5 img {
  width: 37%;
  height: auto;
  filter: grayscale(90%);
  transition: all 1s;
}
#synopsis5 img:hover {
  filter: grayscale(0%);
  cursor: pointer;
}
#synopsis5 .synopsistxt2 {
  width: 62%;
}
#synopsis5 h3 {
  font-size: 4rem;
  margin-bottom: 20px;
  width: 100%;
}
#synopsis5 p {
  width: 80%;
  font-size: 1rem;
}

#bride .gstmain {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gstmain .victor {
  width: 50%;
  position: relative;
  display: flex;
}
.victor img:first-of-type {
  border-radius: 130px;
  width: 50%;
  filter: grayscale(65%);
  transition: all 1s;
}
.victor img:first-of-type:hover {
  filter: grayscale(0%);
  cursor: pointer;
}
.victor img:last-of-type {
  position: absolute;
  bottom: -11%;
  left: 35%;
  width: 25%;
}
.victor div {
  width: 40%;
  border: 2px solid #e2e2e2;
  padding: 15px;
  border-radius: 30px;
  text-align: center;
  position: absolute;
  bottom: 20%;
  right: 5%;
}
.gsttxt > h2 {
  font-size: 1.5rem;
}
.gsttxt > p {
  font-size: 1rem;
  margin-top: 10px;
}

.gstmain .emily {
  width: 50%;
  position: relative;
  display: flex;
}
.emily div {
  width: 40%;
  border: 2px solid #e2e2e2;
  padding: 15px;
  border-radius: 30px;
  height: 100%;
  text-align: center;
  position: absolute;
}
.emily img:first-of-type {
  border-radius: 130px;
  width: 50%;
  position: absolute;
  filter: grayscale(75%);
  transition: all 1s;
  bottom: 0%;
  right: 0;
}
.emily img:first-of-type:hover {
  filter: grayscale(0%);
  cursor: pointer;
}
.emily img:last-of-type {
  position: absolute;
  top: -10%;
  right: 33%;
  width: 25%;
}

#bride .gstsub {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 150px;
  justify-content: space-between;
}
.gstsub .victorfam {
  width: 47%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.victorfam div {
  width: 30%;
  border: 2px solid #e2e2e2;
  padding: 15px;
  border-radius: 30px;
  text-align: center;
}
.victorfam img:first-of-type {
  width: 50%;
  border-radius: 130px;
  filter: grayscale(70%);
  transition: all 1s;
}
.victorfam img:first-of-type:hover {
  filter: grayscale(0%);
  cursor: pointer;
}
.victorfam img:last-of-type {
  width: 20%;
  position: absolute;
  left: 30%;
  top: 50%;
}

.gstsub .victoria {
  width: 47%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.victoria div {
  width: 40%;
  border: 2px solid #e2e2e2;
  padding: 15px;
  position: absolute;
  border-radius: 30px;
  text-align: center;
  right: 0;
  bottom: -70%;
}
.victoria img:first-of-type {
  width: 45%;
  border-radius: 130px;
  position: absolute;
  filter: grayscale(65%);
  transition: all 1s;
  top: -50%;
}
.victoria img:first-of-type:hover {
  filter: grayscale(0%);
  cursor: pointer;
}
.victoria img:last-of-type {
  width: 18%;
  position: absolute;
  top: 50%;
  left: 40%;
}

#bride .victoriafam {
  width: 100%;
  position: relative;
  display: flex;
  margin-top: 100px;
}
.victoriafam div {
  width: 20%;
  border: 2px solid #e2e2e2;
  padding: 15px;
  border-radius: 30px;
  text-align: center;
  position: absolute;
  left: 33%;
  margin-top: 3%;
}
.victoriafam img:first-of-type {
  width: 25%;
  border-radius: 130px;
  position: absolute;
  right: 20%;
  filter: grayscale(65%);
  transition: all 1s;
}
.victoriafam img:first-of-type:hover {
  filter: grayscale(0%);
  cursor: pointer;
}
.victoriafam img:last-of-type {
  width: 12%;
  position: absolute;
  right: 40%;
  margin-top: 15%;
}

#section3 #weenie {
  width: 100%;
  height: auto;
  margin-top: 500px;
}
#weenie > h1 {
  font-size: 10rem;
  width: 100%;
}
#weenie > h1 small {
  font-size: 4rem;
}
#weenie > p {
  font-size: 1rem;
  width: 84%;
}
#weenie > h3 {
  font-size: 4rem;
  margin-top: 70px;
  width: 100%;
  text-align: right;
}

#weenie > #synopsis6 {
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1rem;
}
#synopsis6 h3 {
  font-size: 4rem;
  margin-bottom: 20px;
  width: 100%;
}
#synopsis6 p {
  width: 78.5%;
  font-size: 1rem;
}

#weenie .weeniecha {
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.weeniecha .vicfranken {
  width: 38%;
  display: flex;
  position: relative;
}
.vicfranken img {
  width: 50%;
  box-shadow: 4px 3px 0 #333;
  z-index: 3;
}
.vicfranken .wntxt {
  width: 50%;
  height: 100%;
  padding: 20px;
  background: #504f4f;
  position: absolute;
  transition: 1.5s ease-in-out;
  top: 0;
  left: 0;
}
.vicfranken:hover {
  cursor: pointer;
}
.vicfranken:hover .wntxt {
  transform: translateX(100%);
}
.wntxt > h2 {
  font-size: 1.3rem;
}
.wntxt > p {
  font-size: 1rem;
  margin-top: 20px;
}

.weeniecha .elsa {
  width: 19%;
  position: relative;
}
.elsa img {
  width: 100%;
  box-shadow: 4px 3px 0 #333;
  z-index: 3;
  position: absolute;
}
.elsa .wntxt {
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #504f4f;
  position: absolute;
  transition: 1.5s ease-in-out;
  top: 0%;
  left: 0;
}
.elsa:hover {
  cursor: pointer;
}
.elsa:hover .wntxt {
  transform: translateY(100%);
}

#weenie .weirdwrap {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: space-evenly;
}
.weirdwrap .weird {
  width: 38%;
  display: flex;
  position: relative;
}
.weird img {
  width: 50%;
  box-shadow: 4px 3px 0 #333;
  z-index: 3;
}
.weird .wntxt {
  width: 50%;
  height: 100%;
  padding: 20px;
  background: #504f4f;
  position: absolute;
  transition: 1.5s ease-in-out;
  top: 0;
  left: 0;
}
.weird:hover {
  cursor: pointer;
}
.weird:hover .wntxt {
  transform: translateX(100%);
}

#section3 #miss {
  width: 100%;
  height: auto;
  margin: 100px 0 100px;
}
#miss > h1 {
  font-size: 9rem;
  width: 100%;
}
#miss > h1 small {
  font-size: 4rem;
}
#miss > p {
  font-size: 1rem;
  width: 100%;
  text-align: center;
}

#section3 .missfirst {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 100px 0 50px;
}
.missfirst .jake {
  width: 40%;
  position: relative;
  border: 7px double #e2e2e2;
  padding: 10px;
  box-shadow: 2px 2px 10px #333;
}
.missfirst .jake img {
  width: 100%;
  height: 100%;
}
.misstxt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
.misstxt h2 {
  width: 100%;
  text-align: center;
}
.misstxt h2 sub {
  font-size: 0.8rem;
}
.misstxt p {
  align-self: flex-end;
  font-size: 1rem;
  padding: 0 33px 20px;
}

.missfirst .peregrine {
  width: 40%;
  position: relative;
  border: 7px double #e2e2e2;
  padding: 10px;
  box-shadow: 2px 2px 10px #333;
}
.peregrine img {
  width: 100%;
  height: 100%;
  filter: grayscale(80%);
  transition: all 1s;
}
.peregrine:hover {
  cursor: pointer;
}
.peregrine:hover img {
  filter: grayscale(0%);
}

#section3 .misssecond {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin: 100px 0 50px;
}
.misssecond .emma {
  width: 40%;
  position: relative;
  border: 7px double #e2e2e2;
  padding: 10px;
  box-shadow: 2px 2px 10px #333;
}
.emma img {
  width: 100%;
  height: 100%;
  filter: grayscale(80%);
  transition: all 1s;
}
.emma:hover {
  cursor: pointer;
}
.emma:hover img {
  filter: grayscale(0%);
}
.emma .misstxt p {
  color: #fff;
  background: rgba(68, 68, 68, 0.3);
}

.misssecond .twin {
  width: 40%;
  position: relative;
  border: 7px double #e2e2e2;
  padding: 10px;
  box-shadow: 2px 2px 10px #333;
}
.twin img {
  width: 100%;
  height: 100%;
  filter: grayscale(70%);
  transition: all 1s;
}
.twin:hover {
  cursor: pointer;
}
.twin:hover img {
  filter: grayscale(0%);
}
.twin .misstxt p {
  padding: 0 22px 20px;
  color: #fff;
}

#section3 .missthird {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 100px 0 50px;
}

.missthird .olive {
  width: 30%;
  position: relative;
  border: 7px double #e2e2e2;
  padding: 10px;
  box-shadow: 2px 2px 10px #333;
}
.olive img {
  width: 100%;
  height: 100%;
  filter: grayscale(70%);
  transition: all 1s;
}
.olive:hover {
  cursor: pointer;
}
.olive:hover img {
  filter: grayscale(0%);
}
.olive .misstxt p {
  padding: 0 24px 20px;
  color: #fff;
}

.missthird .millard {
  width: 30%;
  position: relative;
  border: 7px double #e2e2e2;
  padding: 10px;
  box-shadow: 2px 2px 10px #333;
}
.millard img {
  width: 100%;
  height: 100%;
  filter: grayscale(80%);
  transition: all 1s;
}
.millard:hover {
  cursor: pointer;
}
.millard:hover img {
  filter: grayscale(0%);
}

.missthird .bronwyn {
  width: 30%;
  position: relative;
  border: 7px double #e2e2e2;
  padding: 10px;
  box-shadow: 2px 2px 10px #333;
}
.bronwyn img {
  width: 100%;
  height: 100%;
  filter: grayscale(75%);
  transition: all 1s;
}
.bronwyn:hover {
  cursor: pointer;
}
.bronwyn:hover img {
  filter: grayscale(0%);
}
.bronwyn .misstxt p {
  padding: 0 27px 20px;
}

#section3 .missfour {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 100px 0 50px;
}

.missfour .baron {
  width: 40%;
  position: relative;
  border: 7px double #e2e2e2;
  padding: 10px;
  box-shadow: 2px 2px 10px #333;
}
.baron img {
  width: 100%;
  height: 100%;
  filter: grayscale(75%);
  transition: all 1s;
}
.baron:hover {
  cursor: pointer;
}
.baron:hover img {
  filter: grayscale(0%);
}

#section3 #wed {
  width: 100%;
  height: auto;
  margin: 0px 0 150px;
  text-align: center;
}
#wed > h1 {
  font-size: 12rem;
  width: 100%;
}
#wed > h1 small {
  font-size: 4rem;
}
#wed > p {
  font-size: 1rem;
  width: 100%;
  text-align: center;
  margin: 50px 0 100px;
}

#wed > .wednesday {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.wednesday img {
  width: 70%;
  filter: grayscale(80%);
  transition: all 1s;
}
.wednesday img:hover {
  filter: grayscale(0%);
  cursor: pointer;
}
.wednesday > h2 {
  position: absolute;
  border: 2px solid #e2e2e2;
  padding: 5px 10px;
  border-radius: 30px;
  color: #fff;
}
.wednesday > h2:hover {
  opacity: 0.8;
  cursor: pointer;
}
.wednesday .hwrap {
  width: 100%;
  height: 98%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.wednesday .hwrap p:first-of-type {
  font-size: 1rem;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  line-height: 30px;
  color: #fff;
}
.wednesday .hwrap p:last-of-type {
  border: 2px solid #e2e2e2;
  width: 10%;
  height: 40px;
  line-height: 35px;
  border-radius: 20px;
  margin: 50px auto;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wednesday .hwrap p:last-of-type:hover {
  opacity: 0.8;
  cursor: pointer;
}

#wed .wefirst {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.wefirst .enid {
  width: 45%;
  position: relative;
}
.enid img {
  width: 100%;
}
.enid h2 {
  position: absolute;
  bottom: 50%;
  border: 2px solid #e2e2e2;
  padding: 5px 10px;
  border-radius: 30px;
  color: #fff;
}
.enid > h2:hover {
  opacity: 0.8;
  cursor: pointer;
}
.enid .hwrap {
  width: 100%;
  height: 80%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  position: absolute;
  top: 3%;
  left: 0;
}
.enid .hwrap p:first-of-type {
  font-size: 1rem;
  width: 100%;
  position: absolute;
  line-height: 30px;
  color: #fff;
  top: 20%;
}
.enid .hwrap p:last-of-type {
  border: 2px solid #e2e2e2;
  width: 20%;
  height: 40px;
  line-height: 35px;
  border-radius: 20px;
  margin: 50px auto;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -0%);
}
.enid .hwrap p:last-of-type:hover {
  opacity: 0.8;
  cursor: pointer;
}

.wefirst .mom {
  width: 35%;
  position: relative;
}
.mom img {
  width: 100%;
  filter: grayscale(80%);
  transition: all 1s;
}
.mom img:hover {
  filter: grayscale(0%);
  cursor: pointer;
}
.mom h2 {
  position: absolute;
  top: 10%;
  right: -10%;
  border: 2px solid #e2e2e2;
  padding: 5px 10px;
  border-radius: 30px;
  color: #fff;
}
.mom > h2:hover {
  opacity: 0.8;
  cursor: pointer;
}
.mom .hwrap {
  width: 100%;
  height: 95%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  position: absolute;
  top: 0%;
  left: 0;
}
.mom .hwrap p:first-of-type {
  font-size: 1rem;
  width: 90%;
  position: absolute;
  line-height: 30px;
  color: #fff;
  top: 20%;
  left: 5%;
}
.mom .hwrap p:last-of-type {
  border: 2px solid #e2e2e2;
  width: 20%;
  height: 40px;
  line-height: 35px;
  border-radius: 20px;
  margin: 50px auto;
  font-size: 1rem;
  position: absolute;
  bottom: 10%;
  left: 40%;
}
.mom .hwrap p:last-of-type:hover {
  opacity: 0.8;
  cursor: pointer;
}

#wed .wesecond {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.wesecond .thing {
  width: 30%;
  position: relative;
}
.thing img {
  width: 100%;
  filter: grayscale(90%);
  transition: all 1s;
}
.thing img:hover {
  filter: grayscale(0%);
  cursor: pointer;
}
.thing h2 {
  position: absolute;
  bottom: 20%;
  right: 0;
  border: 2px solid #e2e2e2;
  padding: 5px 10px;
  border-radius: 30px;
  color: #fff;
}
.thing > h2:hover {
  opacity: 0.8;
  cursor: pointer;
}
.thing .hwrap {
  width: 100%;
  height: 95%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  position: absolute;
  top: 0%;
  left: 0;
}
.thing .hwrap p:first-of-type {
  font-size: 1rem;
  width: 85%;
  position: absolute;
  line-height: 30px;
  color: #fff;
  top: 30%;
  left: 5%;
}
.thing .hwrap p:last-of-type {
  border: 2px solid #e2e2e2;
  width: 20%;
  height: 40px;
  line-height: 35px;
  border-radius: 20px;
  margin: 50px auto;
  font-size: 1rem;
  position: absolute;
  bottom: 20%;
  left: 40%;
}
.thing .hwrap p:last-of-type:hover {
  opacity: 0.8;
  cursor: pointer;
}

.wesecond .father {
  width: 35%;
  position: relative;
}
.father img {
  width: 100%;
  filter: grayscale(80%);
  transition: all 1s;
}
.father img:hover {
  filter: grayscale(0%);
  cursor: pointer;
}
.father h2 {
  position: absolute;
  top: 15%;
  left: -7%;
  border: 2px solid #e2e2e2;
  padding: 5px 10px;
  border-radius: 30px;
  color: #fff;
}
.father > h2:hover {
  opacity: 0.8;
  cursor: pointer;
}
.father .hwrap {
  width: 100%;
  height: 95%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  position: absolute;
  top: 0%;
  left: 0;
}
.father .hwrap p:first-of-type {
  font-size: 1rem;
  width: 84%;
  position: absolute;
  line-height: 30px;
  color: #fff;
  top: 28%;
  left: 5%;
}
.father .hwrap p:last-of-type {
  border: 2px solid #e2e2e2;
  width: 20%;
  height: 40px;
  line-height: 35px;
  border-radius: 20px;
  margin: 50px auto;
  font-size: 1rem;
  position: absolute;
  bottom: 18%;
  left: 40%;
}
.father .hwrap p:last-of-type:hover {
  opacity: 0.8;
  cursor: pointer;
}

.wesecond .brother {
  width: 25%;
  position: relative;
}
.brother img {
  width: 100%;
}
.brother h2 {
  position: absolute;
  bottom: 25%;
  right: -10%;
  border: 2px solid #e2e2e2;
  padding: 5px 10px;
  border-radius: 30px;
  color: #fff;
}
.brother > h2:hover {
  opacity: 0.8;
  cursor: pointer;
}
.brother .hwrap {
  width: 100%;
  height: 95%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  position: absolute;
  top: 0%;
  left: 0;
}
.brother .hwrap p:first-of-type {
  font-size: 1rem;
  width: 90%;
  position: absolute;
  line-height: 30px;
  color: #fff;
  top: 30%;
  left: 5%;
}
.brother .hwrap p:last-of-type {
  border: 2px solid #e2e2e2;
  width: 20%;
  height: 40px;
  line-height: 35px;
  border-radius: 20px;
  margin: 50px auto;
  font-size: 1rem;
  position: absolute;
  bottom: 15%;
  left: 40%;
}
.brother .hwrap p:last-of-type:hover {
  opacity: 0.8;
  cursor: pointer;
}

#wed .wethird {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.wethird .xavier {
  width: 40%;
  position: relative;
}
.xavier img {
  width: 100%;
  transition: all 1s;
}
.xavier h2 {
  position: absolute;
  top: 25%;
  left: -15%;
  border: 2px solid #e2e2e2;
  border-radius: 30px;
  color: #fff;
  padding: 5px 10px;
}
.xavier > h2:hover {
  opacity: 0.8;
  cursor: pointer;
}
.xavier .hwrap {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  position: absolute;
  top: 0%;
  left: 0;
}
.xavier .hwrap p:first-of-type {
  font-size: 1rem;
  width: 100%;
  position: absolute;
  line-height: 30px;
  color: #fff;
  top: 30%;
  left: 0%;
}
.xavier .hwrap p:last-of-type {
  border: 2px solid #e2e2e2;
  width: 20%;
  height: 40px;
  line-height: 35px;
  border-radius: 20px;
  margin: 50px auto;
  font-size: 1rem;
  position: absolute;
  bottom: 15%;
  left: 40%;
}
.xavier .hwrap p:last-of-type:hover {
  opacity: 0.8;
  cursor: pointer;
}

.wethird .tyler {
  width: 35%;
  position: relative;
}
.tyler img {
  width: 100%;
  transition: all 1s;
}
.tyler h2 {
  position: absolute;
  bottom: 5%;
  right: 10%;
  border: 2px solid #e2e2e2;
  padding: 5px 10px;
  border-radius: 30px;
  color: #fff;
}
.tyler > h2:hover {
  opacity: 0.8;
  cursor: pointer;
}
.tyler .hwrap {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  position: absolute;
  top: 0%;
  left: 0;
}
.tyler .hwrap p:first-of-type {
  font-size: 1rem;
  width: 80%;
  position: absolute;
  line-height: 30px;
  color: #fff;
  top: 30%;
  left: 9%;
}
.tyler .hwrap p:last-of-type {
  border: 2px solid #e2e2e2;
  width: 20%;
  height: 40px;
  line-height: 35px;
  border-radius: 20px;
  margin: 50px auto;
  font-size: 1rem;
  position: absolute;
  bottom: 15%;
  left: 40%;
}
.tyler .hwrap p:last-of-type:hover {
  opacity: 0.8;
  cursor: pointer;
}

#section4 {
  height: auto;
  margin: 200px auto 0px;
  border-bottom: 2px solid #e2e2e2;
  padding-bottom: 100px;
}
#section4 > h2 {
  text-align: center;
  font-family: "IBM Plex Sans KR", sans-serif;
  margin-bottom: 50px;
  width: 100%;
}
#section4 > h2 small {
  font-size: 1.2rem;
  font-family: "Bricolage Grotesque", sans-serif;
}

#section4 > .artfirst {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.artfirst > div:first-of-type {
  width: 100%;
  display: flex;
  justify-content: center;
}
.artfirst > div:first-of-type img {
  width: 40%;
  filter: grayscale(90%);
  transition: all 1s;
}
.artfirst > div:first-of-type img:hover {
  filter: grayscale(0%);
  cursor: pointer;
}
.artfirst p {
  font-size: 1rem;
}

.artfirst div:nth-of-type(2) {
  width: 100%;
  margin: 150px 0 0px;
  display: flex;
  justify-content: space-between;
}
.artfirst div:nth-of-type(2) p {
  width: 55%;
}
.artfirst div:nth-of-type(2) img {
  width: 30%;
  filter: grayscale(90%);
  transition: all 1s;
}
.artfirst div:nth-of-type(2) img:hover {
  filter: grayscale(0%);
  cursor: pointer;
  transform: scale(1.1);
}

.artfirst div:nth-of-type(3) {
  width: 100%;
  margin: 100px 0 0px;
  display: flex;
  justify-content: space-around;
}
.artfirst div:nth-of-type(3) p {
  width: 40%;
}
.artfirst div:nth-of-type(3) img {
  width: 20%;
  filter: grayscale(90%);
  transition: all 1s;
}
.artfirst div:nth-of-type(3) img:hover {
  filter: grayscale(0%);
  cursor: pointer;
  transform: scale(1.1);
}

.artfirst div:nth-of-type(4) {
  width: 100%;
  margin: 100px 0 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.artfirst div:nth-of-type(4) p {
  width: 50%;
  text-align: center;
}
.artfirst div:nth-of-type(4) img {
  width: 25%;
  filter: grayscale(90%);
  transition: all 1s;
}
.artfirst div:nth-of-type(4) img:hover {
  filter: grayscale(0%);
  cursor: pointer;
  transform: scale(1.1);
}

.artfirst div:nth-of-type(5) {
  width: 100%;
  margin: 100px 0 0px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.artfirst div:nth-of-type(5) p {
  width: 65%;
}
.artfirst div:nth-of-type(5) img {
  width: 30%;
  transition: all 1s;
}
.artfirst div:nth-of-type(5) img:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.artfirst div:nth-of-type(6) {
  width: 100%;
  margin: 100px 0 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.artfirst div:nth-of-type(6) p {
  width: 100%;
  margin: 50px 0;
}
.artfirst div:nth-of-type(6) p:last-of-type {
  text-align: right;
  margin: 50px 0 0;
}
.artfirst div:nth-of-type(6) img {
  width: 30%;
  filter: grayscale(90%);
  transition: all 1s;
}
.artfirst div:nth-of-type(6) img:hover {
  filter: grayscale(0%);
  cursor: pointer;
  transform: scale(1.1);
}

.artfirst div:nth-of-type(7) {
  width: 100%;
  margin: 100px 0 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.artfirst div:nth-of-type(7) p {
  width: 69%;
}
.artfirst div:nth-of-type(7) img {
  width: 30%;
  filter: grayscale(90%);
  transition: all 1s;
}
.artfirst div:nth-of-type(7) img:hover {
  filter: grayscale(0%);
  cursor: pointer;
  transform: scale(1.1);
}

.artfirst div:nth-of-type(8) {
  width: 100%;
  margin: 100px 0 0px;
  display: flex;
  flex-wrap: wrap;
}
.artfirst div:nth-of-type(8) p {
  width: 100%;
  text-align: center;
}
.artfirst div:nth-of-type(8) > .inbox {
  width: 100%;
  margin: 50px 0;
}
.artfirst div:nth-of-type(8) > .inbox img {
  width: 25%;
  filter: grayscale(90%);
  transition: all 1s;
}
.artfirst div:nth-of-type(8) > .inbox img:hover {
  filter: grayscale(0%);
  cursor: pointer;
  transform: scale(1.1);
}
.artfirst div:nth-of-type(8) > .inbox2 {
  width: 100%;
  margin: 50px 0;
}
.artfirst div:nth-of-type(8) > .inbox2 img {
  width: 25%;
  filter: grayscale(100%);
  transition: all 1s;
}
.artfirst div:nth-of-type(8) > .inbox2 img:hover {
  filter: grayscale(0%);
  cursor: pointer;
  transform: scale(1.1);
}

.artfirst div:nth-of-type(9) {
  width: 100%;
  margin: 100px 0 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.artfirst div:nth-of-type(9) p {
  width: 40%;
  text-align: center;
}
.artfirst div:nth-of-type(9) img {
  width: 30%;
  filter: grayscale(80%);
  transition: all 1s;
}
.artfirst div:nth-of-type(9) img:hover {
  filter: grayscale(0%);
  cursor: pointer;
  transform: scale(1.1);
}
.artfirst div:nth-of-type(9) img:last-of-type {
  width: 23%;
  filter: grayscale(80%);
  transition: all 1s;
}
.artfirst div:nth-of-type(9) img:last-of-type:hover {
  filter: grayscale(0%);
  cursor: pointer;
  transform: scale(1.1);
}

.work_room {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 300px;
  flex-wrap: wrap;
}
.work_room img {
  width: 50%;
  filter: grayscale(80%);
  transition: 1s;
}
.work_room img:hover {
  filter: grayscale(0%);
  cursor: pointer;
  transform: scale(1.1);
}
.work_room > p {
  width: 100%;
  margin-top: 10px;
  text-align: center;
  font-style: italic;
}

footer {
  padding-bottom: 100px;
  width: 100%;
  height: 465px;
  overflow: hidden;
}
footer p {
  font-family: "Lilita One", sans-serif;
}
footer #footerwrap {
  width: 100%;
}
#footerwrap > #boxwrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 265px;
  margin-top: 100px;
  justify-content: space-between;
}
#boxwrap .leftbox {
  width: 47%;
  text-align: right;
}
#boxwrap .rightbox {
  width: 49%;
}
#footerwrap > #award {
  width: 100%;
  text-align: center;
  margin-top: 100px;
  height: 265px;
}
#footerwrap > #award i {
  font-size: 0.9rem;
}
