@charset "utf-8";
html,
body {
  margin: 0;
  padding: 0;
}
img {
  width: 100%;
  max-width: 100%;
}
a {
  text-decoration: none;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
}
ul,li{
  list-style: none;
}
.nanum-pen-script-regular {
  font-family: "Nanum Pen Script", cursive;
  font-weight: 400;
  font-style: normal;
}
#wrap{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.video, video{
  width: 100%;
  max-width: 100%;
}
.map{
}
.map ul{
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.map li{
  width: 33.333%;
  background-color: #f0f0f0;
  padding: 10px 0;
}
.map li{
  border-left: 1px solid #ccc;
}
.map li:last-child{
  border-right: 1px solid #ccc;
}
.map li a{
  text-decoration: none;
  color: #444;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.map li img{
  width: 30px;
  height: 30px;
}
.location{
  width:100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.root_daum_roughmap{
  width: 100% !important;
}
.title{
  font-size: 40px;
  text-align: center;
  margin: 40px 0 20px;
  font-family: "Nanum Pen Script", cursive;
  font-weight: 400;
  font-style: normal;
}
*{
  font-family: "Noto Sans KR", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
.txt{
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  /* font-family: "Gamja Flower", sans-serif; */
  font-weight: 400;
  font-style: normal;
  margin: 40px 0;
}
.img-box{
  width: 100%;
  display: flex;
  flex: 1 1 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2%;
  flex-wrap: wrap;
}
.img-box a{
  display: block;
  width: 32%;
  height: 240px;
  margin-bottom: 20px;
  
}
.img-box a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}