.font-square { font-family: "NanumSquare", Arial, sans-serif !important; }
.font-round { font-family: "NanumSquareRound", Arial, sans-serif !important; }
.font-serif { font-family: "NanumMyeongjo", Times New Roman, serif !important; }
.font-gothic { font-family: "NanumGothic", Arial, sans-serif !important; }

.list-divide { padding:0; }
.list-divide li { display: inline-block;}
.list-divide li a::after {
  vertical-align: middle;
  content: '';
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #666;
  margin: 0 20px;
}

@media (max-width: 991.98px) {
	.list-divide li a::after {
		margin: 0 10px;
	}
}

.list-divide li:last-of-type a::after { display: none; }

.org-chart ul {
	padding: 30px 0;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.org-chart li {
	float: left; text-align: center;
	list-style-type: none;
	position: relative;
	padding: 22px 10px 20px 10px; 
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.org-chart li::before, .org-chart li::after{
	content: '';
	position: absolute; top: 0; right: 50%;
	border-top: 1px solid #ccc;
	width: 50%; height: 22px;
}
.org-chart li::after{
	right: auto; left: 50%;
	border-left: 1px solid #ccc;
}
.org-chart li:only-child::after, .org-chart li:only-child::before {
	display: none;
}
.org-chart li:only-child{ padding-top: 0;}
.org-chart li:first-child::before, .org-chart li:last-child::after{
	border: 0 none;
}
.org-chart li:last-child::before{
	border-right: 1px solid #ccc;
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
}
.org-chart li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}
.org-chart ul ul::before{
	content: '';
	position: absolute; top: 0; left: 50%;
	border-left: 1px solid #ccc;
	width: 0; height: 30px;
}
.org-chart ul li div{
	display:inline-block;
	/*border:1px solid #666;
	border-radius:5px;
	padding:10px 20px;
	font-weight: bold;*/
}
.org-chart .org-last{
	width:130px !important;
}

/* 맵 */

.custom-venue-info {
    border-radius: 10px;
    background: #FFF;
    height: 350px;
    box-shadow: 0px 20px 100px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: -175px;
    position: relative;
    z-index: 1000;
    padding: 0;
}

.custom-venue-info img {
    border-radius: 10px 0 0 10px;
    min-height: 350px;
}

.custom-venue-info:after {
    transform: rotate(45deg);
    content: '';
    display: block;
    background: #FFF;
    height: 50px;
    width: 50px;
    z-index: 0;
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -25px;
}