@charset "utf-8";

body {
  background-image: url(bg.png);
  font-family: "Nanum Pen Script", cursive;
  font-weight: 400;
  font-style: normal;



}
header {
  width: 1240px;
  margin: 0 auto 44px;
  padding-bottom: 110px;
}
h1 {
  text-align: center;
  font-size: 60px;
  padding: 20px 0px 30px;
  margin-top:80px;
  margin-bottom: 30px;
  color:#7c5d48;  
  border: 2px solid black;
  font-weight: bold;
  background-color: seashell;
  letter-spacing: 0.5em;
}

header nav {
  position:fixed;
  top: 0;
  left: 0;
  width: 100%;
}


header nav ul {
  display: flex;
  justify-content: space-around;
  font-size: 25px;
  z-index: 100;
  font-weight: bold;


}


header nav ul li a:hover {
  text-decoration: underline double;
}

header .img img {

  width: 100%;
  height: 350px;

}
.split {
  width: 1240px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
}
main {
  flex-basis: 920px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 62px 72px 32px 72px;
  box-shadow: 0px 0px 8px rgba(0,0,0,0.16);
}

main h2 {
  text-align: center;
  font-size: 50px;
}

.me {
margin-bottom: 50px;
padding-bottom: 100px;
border-bottom:2px solid #91c777;


}

.me h2 {
  font-size:70px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.projectOne  {
  width: 776px;
  height: 692.7px;
  border-bottom:2px solid #91c777;
}
.webdemo img{

  width: 800px;
  height: 600px;
}

.projectTwo {
  width: 776px;
  height: 692.7px;
  border-bottom:2px solid #91c777;
}

.projectTwo ul{
  display: flex;
  justify-content: space-evenly;
}

.projectTwo  img {
  width: 200px;
  height: 400px;

}

.projectTwo h2 {

  margin-bottom: 100px;
}



.projectThree {

  margin-bottom: 200px;
  border-bottom: 2px solid #91c777;
  padding-bottom: 200px;
  padding-top: 200px;
}


.photo img {
  width: 300px;
  height: 200px;


}




.photo {
  text-align: center;






}
aside {
  flex-basis: 284px;
}
aside nav {
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px rgba(0,0,0,0.16);
  padding: 24px 28px;
  margin-bottom: 24px;
}
aside nav h2 {
  margin-bottom: 18px;
  font-size: 40px;
  font-weight: bold;
  color: #7c5d48;
}
aside nav ul {
  font-size: 30px;
}
.categoryNav ul li {
  list-style-type: square;
  color: #7c5d48;
  margin: 0 0 16px 20px;
}
.categoryNav ul li a {
  color: #333333;
}
.recentNav ul li {
  border-bottom: 1px solid #7c5d48;
  padding-bottom: 10px;
  margin-bottom: 22px;
}
.recentNav ul {
  height: 240px;
  overflow:hidden scroll;
}







time {
  background-color: #91c777;
  border-radius: 0px 22px 22px 22px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  padding: 11px 23px 10px 18px;
  display: inline-block;
  margin-bottom: 30px;
  
}


.postdate {
  margin-bottom: 26px;
  text-align: center;
}

.info {
  font-size: 50px;
}











footer {
  background-color: #523f2e;
  color: #ffffff;
  text-align: center;
  padding: 14px 10px 20px;
  font-size: 30px;
}


h3 {

  font-size: 25px;
  text-align: center;
  margin-top: 20px;
}


.review {
background-color: burlywood;
padding:40px 40px;

}

form {
  width:600px;
  margin:0 auto;
  font-size: 30px;
}

input[type="text"],
select,
textarea {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  width: 100%;
  margin-top: 5px;
  padding: 4px 8px;
}

input[type="radio"] {

  width: 20px;
  height: 20px;
  vertical-align: baseline;
  margin-right: 4px;
}

.cen {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 70px;
}

select {
  background: #ffffff url(arrow.png) no-repeat 98% 50%/17px 10px;
}

textarea {
  height: 148px;
  margin-bottom: 40px;
}

form > p {
  line-height: 1.4;
  
}

.middle {
  text-align: center;
}

.middle input[type="submit"] {
  
  background-color: black;
  color:#ffffff;
  padding:10px 40px;
}


input[type="submit"]:hover {

  background-color: bisque;
  margin-left: 30px;
  transition-property: all;
  transition-duration: 300ms;
  transition-delay: 0s;
  transition-timing-function: ease-in;

  
}

@keyframes scrollAnimation {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  50.1% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}

.scroll {
  padding: 20px 0 20px 0;
  text-align: center;
  font-size: 50px;
}

header .scroll img {
  animation-name: scrollAnimation;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}



@media screen and (max-width:640px) {
 
body {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

header {
  width: 100%;
  padding-bottom: 20px;
}

h1 {
  font-size: 30px;
  margin: 20px 0;
  padding: 10px;
}

header nav ul {
  flex-direction: column;
  font-size: 18px;
}

.split {
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
}

main {
  flex-basis: auto;
  padding: 20px;
  box-shadow: none;
}

aside {
  flex-basis: auto;
  margin-top: 20px;
}

.projectOne, .projectTwo, .projectThree {
  width: 100%;
  height: auto;
  border-bottom: none;
  margin-bottom: 20px;
}

.webdemo img, .projectTwo img, .photo img {
  width: 100%;
  height: auto;
}

.review {
  padding: 20px;
}

form {
  width: 100%;
  font-size: 16px;
}

input[type="text"],
select,
textarea {
  font-size: 14px;
}

.middle input[type="submit"] {
  padding: 10px 20px;
}

footer {
  font-size: 16px;
  padding: 10px;
}
body {
  overflow-x: hidden;
}
a {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
}