
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: 'JSDongkang-Regular';
  
    line-height: 1.5em;
    font-size: 13px;
    position: relative;
    color: #656565;
}
.navOpen {
  overflow: hidden;
}

.wrapper {
  transition-duration: 0.5s;
  transition-timing-function: swing;
  background-color: white;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 100px 40px;
}
.wrapper.open {
  transform: translateX(250px) translateY(50px);
  -webkit-transform: translateX(250px) translateY(50px);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}
.wrapper section {
  max-width: 1000px;
  margin: 0 auto;
}
.wrapper section h1 {
	font-family:  "나눔스퀘어",NanumSquareR;
  font-weight: bold;
  font-size: 45px;
  margin-bottom: 10px;
}
.wrapper section h2 {
  font-weight: 600;
  font-size: 22px;
  line-height:160%;
  margin-bottom: 20px;
	font-family:  "나눔스퀘어",NanumSquareR;
}

.wrapper section h4 {
  font-weight: 300;
  font-size: 20px;
  line-height:160%;
  margin-bottom: 20px;
	font-family:  "나눔스퀘어",NanumSquareR;
}

.wrapper section p {
  margin-bottom: 15px;
}
@media screen and (max-width:640px){

.wrapper section h1 {font-size:33px;}
.wrapper section h2{font-size:17px; line-height:170%;}
.wrapper section h4 {font-size:18px;}
	
.wrapper {padding: 100px 25px;}

.wrapper section p {margin-bottom: 10px;}
}


.openNav {
    border: 3px solid #333;
  transition-duration: 0.5s;
  transition-timing-function: swing;
  width: 51px;
  height: 51px;
	background: url(../../img/me.png) no-repeat  48%;
      background-color: #fff;
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 9;
}
.openNav:hover {
  cursor: pointer; 
}
.openNav .icon {
  transition-duration: 0.2s;
  position: absolute;
  width: 30px;
  height: 2px;
 
  top: 24px;
  left: 10px;
}
.openNav .icon:before,
.openNav .icon:after {
  transition-duration: 0.5s;
  background-color: #333;
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  left: /*0px*/-2px; 
}
.openNav .icon:before {
  /*top: -7px;*/
  top:-10px;
}
.openNav .icon:after {
  top: 7px; 
}
.openNav.open {
  transform: translateX(250px) translateY(50px);
  -webkit-transform: translateX(250px) translateY(50px);
   background-color:	#ccc;
}
.openNav.open .icon {
  background-color: transparent;
}
.openNav.open .icon:before,
.openNav.open .icon:after {
  top: 0;
}
.openNav.open .icon:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.openNav.open .icon:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
nav {
  background-color:#2596a5;/* #14B9FF */
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}
nav ul {
  width: 250px;
  margin-top: 50px;
}
nav ul:hover li {
  color: rgba(255, 255, 255, 0.5);
}
nav ul li a {
  transition-duration: 0.25s;
  display: block;
  padding: 5px 40px;
  color: white;
  letter-spacing: 0.02em;
  text-align: right;
}
nav ul li:hover {
  cursor: pointer;
  color: white;
}
/*카드*/
/*.snip1585 {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  margin: 10px;
  max-width: 300px;
  min-width: 230px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}*/

.snip1585 {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  margin: 0.5% 0.5% 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 32%;
}

.snip1585 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1585:before,
.snip1585:after {
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 50px solid rgba(0, 0, 0, 0.5);
  border-bottom: 50px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 0;
}

.snip1585:before {
  -webkit-transform: scaleY(2);
  transform: scaleY(2);
}

.snip1585:after {
  -webkit-transform: scaleY(2);
  transform: scaleY(2);
}

.snip1585 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}

.snip1585 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1em;
  opacity: 0;
  z-index: 2;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.snip1585 h3 {
  font-size: 0.8em;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
	font-family: "나눔스퀘어",NanumSquareR;
}

.snip1585 h3 span {
  display: block;
  font-weight: 700;
}

.snip1585 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.snip1585:hover > img,
.snip1585.hover > img {
  opacity: 0.7;
}

.snip1585:hover:before,
.snip1585.hover:before,
.snip1585:hover:after,
.snip1585.hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.snip1585:hover figcaption,
.snip1585.hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}


@media screen and (max-width:900px) {
.snip1585 {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  margin: 0.5% 0.45% 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 32%;
}
}

@media screen and (max-width:640px) {
.snip1585 {width:98%; margin: 1%;}

}






.footer {margin-top: 150px;padding: 0 15px;text-align: left;color: #aaa;font-family: "JSDongkang Regular";font-size: 14px;}
				.footer p {font-size: 11px;text-align: left;color: #777;font-family: "JSDongkang Regular" }


.top5{margin-top:5px;}
.top10{margin-top:10px;}
.top15{margin-top:15px;}
.top20{margin-top:20px;}
.top25{margin-top:25px;}
.top30{margin-top:30px;}
.top35{margin-top:35px;}
.top40{margin-top:40px;}
.top50{margin-top:50px;}
.top60{margin-top:60px;}
.top70{margin-top:70px;}
.top80{margin-top:80px;}
.top90{margin-top:90px;}
.top100{margin-top:100px;}