div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  margin:15px 0;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}


div.gallery1 {
  border: 0px solid #ccc;
}

div.gallery1:hover {
  border: 0px solid #777;
}

div.gallery1 img {
  width: 100%;
  height: auto;
}

div.desc1 {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive1 {
  padding: 0 6px;
  margin:15px 0;
  float: left;
  width: 32.99999%;
}


div.gallery2 {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery2 img {
  width: 100%;
  height: auto;
}

div.desc2 {
  padding: 15px;
  text-align: center;
}


.responsive2 {
  padding: 0 6px;
  margin:15px 0;
  float: left;
  width: 49.99999%;
}



.clearfix:after {
  content: "";
  display: table;
  clear: both;
}




.main_info {
 width:auto;
 height:220px;
 padding:20px;
 margin:15px 5px;
 background:#006699;
 color:#fff;
 font-family:'Noto Sans Kr';
 font-size:1.7em;
 line-height:1.5em;
}

.m_info {
 width:100%;
 height:auto;
 padding:20px;
 margin:5px 0;
 background:#008B8B;
 color:#fff;
 font-family:'Noto Sans Kr';
 font-size:1.5em;
 line-height:1.6em;
}


.naver_main {
  width:90%;
  background-color: #04AA6D;
  border: none;
  color: white;
  margin:10px 0;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
)
}

 .m_naver {
  width:100%;
  background-color: #f96e5b;
  border: none;
  color: white;
  padding: 15px 5px;
  margin:5px 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}
 

.item1 {
	width:47%;
	margin:5px;
  background-color: #008B8B; /* Green */
   font-family:'Noto Sans Kr';
  border: none;
  color: white;
  padding: 10px 0px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.4em;

  }