.pl{
    width: 150px;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 10px 11px;
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.pl:focus{
    border: 1px solid #9B51E0;
    box-sizing: border-box;
    border-radius: 10px;
    outline: 3px solid #F8E4FF;
    border-radius: 10px;
}

.pl2{
    width: 200px;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 10px 11px;
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.pl2:focus{
    border: 1px solid #9B51E0;
    box-sizing: border-box;
    border-radius: 10px;
    outline: 3px solid #F8E4FF;
    border-radius: 10px;
}

.plinput {
  width: 300px;
  height: 36px;
  font-size: 14px;
  border: 0;
  border-radius: 15px;
  outline: none;
  padding: 10px 11px;
  background-color: rgb(233, 233, 233);
}

.plinput2 {
  width: 100px;
  height: 36px;
  font-size: 14px;
  border: 0;
  border-radius: 15px;
  outline: none;
  padding: 10px 11px;
  background-color: rgb(233, 233, 233);
}

.searchbox { background:#f0f0f0; border:1px solid #b0b0b0; margin:0 4px 0 0; height:28px; }

.image-container {
	text-align: center;
	margin: 10px 0;
}
.centered-image {
	width: 900px; /* ¿øÇÏ´Â ³Êºñ·Î ¼³Á¤ */
	max-width: 100%; /* È­¸é Å©±â¿¡ ¸ÂÃç ÀÌ¹ÌÁö°¡ ÁÙ¾îµéµµ·Ï ¼³Á¤ */
	height: auto; /* ºñÀ²À» À¯ÁöÇÏ¸é¼­ ³ôÀÌ¸¦ ÀÚµ¿À¸·Î ¼³Á¤ */
}

.lazy-load {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lazy-load.loaded {
    opacity: 1;
}

#sync1 .owl-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain; /* Ensures the whole image is visible */
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.float-button-container {
	z-index: 1000;
	position: fixed;
	transform: translate(-50%, 0%);
	top: 90%; /* À­ÂÊ ³¡¿¡¼­ºÎÅÍÀÇ °Å¸® */
	right: 0;
	bottom: 20px;

	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	padding:0 10px;

	background: white;
	height: 40px;
	box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
	border:1px solid #e9e9e9;
	border-radius: 30px;
	text-decoration: none !important;
}

.float-button {
	display: flex;
	align-items: center;
	padding:0 20px;

	cursor: pointer;
	color:#2b2b2b !important;
	font-size: 13px;
	text-decoration: none !important;
	white-space: nowrap;
	font-weight: bold;
	transition: 0.5s;
}

.float-button:hover {
	transform: translate(0%, -20%);
}

.float-button-image {
	height: 20px;
	margin-right:5px;
}