@charset "UTF-8";

#GlobalNaviMenu li a {
    font-weight: 550;
    font-size: 25px;
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    padding: 10px;
}

body{
	background-color : #f5f5f5;
    width: 100%; /* 고정 너비 */
    height: auto; /* 고정 높이 */
    margin: 0; /* 기본 여백 제거 */
    overflow: auto; /* 스크롤 허용 */
}



p, div {	
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    color: black; 
}


.main {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin : 5px 0px 0px 0px;
}

.main_img {
	width : 100%;
	height: 100%;
	object-fit: cover;
}

.dire {
	position: absolute;
	top: 30%; left: 20%;
	transform: translate(-50%, -50%);
	color: white;
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 50px;
	font-weight: bold;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

.frame {
	display : flex;
	margin-left : auto;
	margin-right : auto;
	width:75%;
	align-items: center; /* 이미지 세로 정렬 */
	caret-color: transparent;
	background-color : #fdfdfd;
}

.frame_1 {
	display : flex;
	align-items: center; /* 이미지 세로 정렬 */
	margin-left : auto;
	margin-right : auto;
	width:75%;
	caret-color: transparent;
	background-color : #fdfdfd;
}

.address{
	justify-content: center; /* 수평 가운데 정렬 */
    align-items: center;
}

.com {
	padding : 10px;
	margin : 0px;
}

.left {
	width:45%; /* 왼쪽 구역 */
    padding: 40px 20px 40px 40px;
    justify-content: center; /* 수평 가운데 정렬 */
    align-items: center; /* 수직 가운데 정렬 */
}

.right {
	width:55%; /* 오른쪽 구역 */
    padding: 20px 40px 20px 20px;  
    justify-content: center; /* 수평 가운데 정렬 */
    align-items: center; /* 수직 가운데 정렬 */
}

.semi {
	display: flex;
	align-items: center;	
}

.traf {
	font-size: 32px;
	font-weight : bold;
	margin : 10px 0px;
}

.semileft {
	display: flex;
	align-items: center;
}
    
.semiright {
	display: flex;
	flex-direction: column;
	margin-left: 10px;
}

.info {
	font-size: 30px;
    color: black;
}

.name {
	font-size: 25px;
    color: #a3c161;
    font-weight: bold;
    text-shadow: 2px 2px 0px #d7f98e;
}

.googlemap {
	width: 40px;
	height: 40px;
	margin : 10px;
}

.subway {
	width: 30px;
	height: 30px;
}

.map {
	width: 100%;  /* 부모 요소의 너비에 맞춰서 이미지 크기 조정 */
    height: auto; 
    border: 5px dashed #a3c161;
    border-radius: 15px;
    margin : 10px 0px;
}

.image {
    display: flex; /* flexbox로 자식 요소들을 가로로 배치 */
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
}

.map_1 {
	width : 100%;
	padding : 20px;
}

.copy {
	font-size: 15px;
	text-align: center;
}