body {
	margin: 0;
	font-family: sans-serif;
	background: #fafafa;
	color: #333333; }
* {
	box-sizing: border-box;
	outline: none; }

.map {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 30px;
	margin-top: 30px;
	font-size: 15px; }
.map input {
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #CACCD8;
	border-radius: 10px 0 0 10px; }
.map .input-line {
	position: relative; }
.map .address {
	width: 500px; }
.map .list {
	position: absolute;
	top: 36px;
	display: none;
	width: 100%;
	padding: 10px 0;
	border: 1px solid #CACCD8;
	border-radius: 10px;
	background: white; }
.map .list.active {
	display: block; }
.map .list > div {
	padding: 3px 15px;
	cursor: pointer; }
.map .list > div:hover {
	background: #EBEEF4; }
.map .address-line {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 10px; }
.map .tag {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 4px 10px;
	border-radius: 15px;
	background: #EBEEF4; }
.map .tag .close {
	cursor: pointer; }
.map .tag .close:hover {
	color: indianred; }
.map .line {
	display: flex;
	align-items: center; }
.map button {
	height: 37px;
	padding: 0 7px;
	border-radius: 0 10px 10px 0;
	border: 1px solid #CACCD8;
	border-left: 0;
	background: #caccd87a;
	transition: .2s;
	cursor: pointer; }
.map button:hover {
	background: #CACCD8; }
gmp-map {
	width: 800px;
	height: 500px; }

.map-2 {
	display: flex;
	gap: 30px;
	align-items: flex-start;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 50px; }
.map-2 textarea {
	display: block;
	width: 500px;
	padding: 10px 15px;
	border: 1px solid #CACCD8;
	border-radius: 10px; }
.map-2 .left {
	text-align: right; }
.map-2 .show {
	margin-top: 10px;
	height: 37px;
	padding: 0 20px;
	border-radius: 10px;
	border: 1px solid #CACCD8;
	background: #caccd87a;
	transition: .2s;
	cursor: pointer; }
.map-2 .show:hover {
	background: #CACCD8; }
.map-2 .address-list > div {
	margin-top: 10px;
	padding: 15px;
	text-align: left;
	border-radius: 10px;
	background: #caccd87a;
	border: 1px solid #CACCD8; }

.mrk {
	position: absolute;
	left: 8px;
	width: 11px;
	height: 11px;
	background: #F06400;
	border-radius: 50%;
	cursor: pointer; }
gmp-advanced-marker gmp-pin {
	visibility: hidden; }
gmp-advanced-marker.active gmp-pin {
	visibility: visible; }

.popup {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 200px;
	padding: 10px 15px;
	color: #F06400;
	background: white;
	border: 1px solid #F06400;
	border-radius: 10px; }
.popup .close {
	cursor: pointer; }
.popup .close:hover {
	color: red; }
.popup .text {
	align-self: flex-start; }


.HzV7m-b7CEbf.neVct-IlgHgd .jQhVs-haAclf {
	top: 59px; }
.iframe {
	overflow: hidden; }
.iframe iframe {
}


.form-img {
	width: 370px;
	margin: 0 auto;
	padding: 20px;
	background: white;
	border: 1px solid #dededf;
	border-radius: 10px; }
.template .top-img {
	display: none; }
.form-img .cover-img .top-img {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end; }
.form-img textarea {
	width: 100%;
	height: 80px;
	margin-top: 10px;
	padding: 5px 10px;
	border-radius: 10px;
	border: 1px solid #dededf; }
.form-img .img {
	text-align: center; }
.form-img img {
	height: 120px; }	
.form-img .delete-img {
	align-self: flex-end;
	margin: 10px 0;
	cursor: pointer; }
.form-img.active .delete-img {
	display: block; }
