.greet_wrap {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 40px;
}

.greet_wrap .img_box {
  width: 16%;
  margin: 0 auto;
}

.greet_wrap .txt_box {
  width: 60%;
  margin-left: auto;
}

.greet_wrap .txt_box p {
  padding: 10px 0;
}

.greet_wrap .txt_box p span {
  display: block;
  color: #7e1a1b;
  padding-bottom: 6px;
}

.pro_title {
  text-align: center;
  border-bottom: 4px solid #7e1a1b;
  padding-bottom: 10px;
  font-size: 26px;
}

.profile_view {
  border-collapse: collapse;
  width: 100%;
}

.profile_view tr {
  border-bottom: 1px solid #c1c1c1;
}

.profile_view tr th {
  vertical-align: top;
  width: 25%;
  padding: 20px 0;
}

.profile_view tr td {
  width: 75%;
  padding: 20px 0;
}

.profile_view tr .map_txt a {
  color: #7d1b1f;
}

.profile_view tr .map_txt a:hover {
  text-decoration: underline;
}


@media screen and (max-width: 1280px) {

  .greet_wrap {
    max-width: 960px;
    margin: 0 auto;
  }

}

@media screen and (max-width: 480px) {

  .greet_wrap {
		display: block;
	}
	
	.greet_wrap .img_box {
		width: 40%;
	}
	
	.greet_wrap .txt_box {
		width: 100%;
	}
	
	.map_txt iframe {
		height: 300px;	
	}

}

