/*
(주)파이브센스_FIVESENSES.Corp.
파이브프로_FIVEPro_웹솔루션.
본 라이브러리(소스코드 및 디자인 포함)는 (주)파이브센스의 자산이며, 저작권법 및 부정경쟁방지법에 의해 보호됩니다.
무단 사용, 외부 유출, 복제, 배포, 변형을 금지합니다.
위반 시 민·형사상 법적 책임 및 손해배상 청구 대상이 됩니다.
작성일: 2025-03-18 | 저작권자: (주)파이브센스(520-86-01244) | All Rights Reserved.
*/

/* 메인 컨테이너 */
.main_api3 .container_fix {
    overflow: visible;
    max-width: 100% !important;
    padding: 0;
}

.main_api3 .main_container {
    text-align: center;
    z-index: 10;
    margin-bottom: 80px;
}

.main_api3 .main_container .title {
    font-size: 64px;
    font-weight: bold;
    color: #000000;
    line-height: 38px;
}


/* 서브 컨테이너 */
.main_api3 .sub_container .list_box {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
}

.main_api3 .cont_box {
    position: relative;
    height: 100%;
    width: 50%;
    background-color: #fff;
    z-index: 10;
    left: 0;
	padding-left: 12%;
}

.main_api3 .sub_container .list_box iframe {
	height:709px;
}

.main_api3 .map_box {
    width:100%;
}

.main_api3 .subtext {
    font-size: 18px;
    font-weight: 500;
    color: #472e18;
	font-family: "Cormorant Garamond","pretendard", serif;
}

.main_api3 .text {
    font-size: 48px;
    color: #472e18;
    margin-top: 16px;
	font-family: 'ChosunSm', serif;
}


.main_api3 .time {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.main_api3 .parking {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
	line-height:25px;
	transform:translateY(-3px);
}

.main_api3 .address {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.main_api3 .tel {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.main_api3 .fax {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.main_api3 .email {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.main_api3 .info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
}

.main_api3 .info.left_info {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.main_api3 .info .info_section {
    margin-top: -5px;
}

.main_api3 .info .bottom_box {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 48px;
}

.main_api3 .info .bottom_box_in {
    display: flex;
    align-items: center;
    gap: 12px;
}

.main_api3 .info .parking_box {
	align-items:baseline;
}

.main_api3 .info .parking_box img {
	padding-top:3px;
}

.main_api3 .map_list {
	display:flex;
	flex-wrap:wrap;
	gap:10px 8px;
	max-width:350px;
	margin-top:40px;
	padding:0 0 20px;
}

.main_api3 .more_btn {
    display: block;
    height: 50px;
    width: 165px;
    border: 1px solid #472e18;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.main_api3 .more_btn h5 {
    color: #472e18;
    font-size: 15px;
}

.main_api3 .more_btn img {
    margin-bottom: 4px;
}

.main_api3 .more_btn:hover {
    border: 1px solid #472e18;
    background-color: #472e18;
}

.main_api3 .more_btn:hover h5 {
    color: #fff;
}



@media (max-width:991px){
	.main_api3 .sub_container .list_box {
		flex-direction:column;
	}
    .main_api3 .cont_box {
        position: relative;
        height: auto;
        width: 100%;
        padding:29px 0 45px;
        z-index: 10;
        left: 0;
    }

    .main_api3 .map_box {
        width:100%;
    }

    .main_api3 .subtext {
        font-size: 15px;
        font-weight: 500;
    }

    .main_api3 .text {
        font-size: 31px;
        font-weight: bold;
        margin-top: 11px;
    }


    .main_api3 .time {
        font-size: 16px;
        font-weight: 400;
    }

    .main_api3 .parking {
        font-size: 15px;
        font-weight: 400;
        margin-top: 0px;
		line-height:22px;
    }

    .main_api3 .address {
        font-size: 15px;
        font-weight: 400;
    }

    .main_api3 .tel {
        font-size: 15px;
        font-weight: 400;
    }

    .main_api3 .fax {
        font-size: 15px;
        font-weight: 400;
    }

    .main_api3 .email {
        font-size: 15px;
        font-weight: 400;
    }

    .main_api3 .info {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        height: 100%;
    }

    .main_api3 .info.left_info {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        padding: 0 17px;
    }

    .main_api3 .info .bottom_box {
        display: flex;
        flex-direction: column;
        gap: 9px;
        margin-top: 28px;
    }

    .main_api3 .info .bottom_box_in {
        display: flex;
        align-items: center;
        gap: 13px;
    }

	.main_api3 .info .parking_box {
		align-items:baseline;
	}

	.main_api3 .map_list {
		gap:10px;
		margin-top:25px;
		max-width:358px;
	}

    .main_api3 .more_btn {
        display: inline-flex;
        gap: 8px;
        width: calc(50% - 5px);
        height: 47px;
        margin-top:0;
        padding: 0;
    }

    .main_api3 .more_btn h5 {
        font-size: 14.5px;
    }

    .main_api3 .more_btn img {
        margin-bottom: 4px;
    }

	.main_api3 .sub_container .list_box iframe {
		height:350px;
	}


}

/* 카카오맵 마커 펄스 애니메이션 */
.main_api3 .map-pulse-marker {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(36, 91, 246, 0.3);
    border: 2px solid rgba(36, 91, 246, 0.6);
    transform: translate(-50%, -50%);
    animation: pulse-animation 2s ease-out infinite;
    pointer-events: none;
}

@keyframes pulse-animation {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.7;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.6);
        opacity: 0.3;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.7;
    }
}

/* 카카오맵 커스텀 말풍선 (검은색 배경) */
.main_api3 .custom-infowindow {
    position: relative;
    background: #000;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.main_api3 .custom-infowindow::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
}

.main_api3 .custom-infowindow .infowindow-inner {
    position: relative;
    padding: 15px 40px 15px 15px;
}

.main_api3 .custom-infowindow .infowindow-address {
    font-size: 13px;
    color: #fff;
    line-height: 1.5;
    word-break: keep-all;
}

.main_api3 .custom-infowindow .infowindow-close {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    right: 10px;
    width: 20px;
    height: 20px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_api3 .custom-infowindow .infowindow-close:hover {
    color: #ccc;
}
