.main-visual-section {
    text-align: center;
    padding: 40px 0 0 0;
}
.main-visual-title {
    font-size: 2.6rem;
    color: #1b8cff;
    font-weight: 700;
	margin: 120px auto 0;
	width: 1200px;
    line-height: 1.3;
	text-align: center;
}
.main-visual-subtitle {
    font-size: 1.3rem;
    color: #1b8cff;
	width: 1200px;
    margin: 0 auto 32px;
	text-align: center;
}
.main-visual-img {

    width: 90vw;
    margin: 0 auto 16px auto;
    display: block;
}
.main-visual-desc {
    color: #D60000;
    font-size: 1.4rem;
    margin: 24px auto 0 auto;
    max-width: 900px;
    line-height: 1.6;
    font-family: '맑은 고딕', 'Malgun Gothic', 'Arial', sans-serif;
    text-align: center;
}
.main-visual-desc .bold {
    font-weight: 700;
}



.wisethinkers-wrapper {
    padding: 100px 0px;
    text-align: center;
    overflow: hidden;
    position: relative;
    background-color:rgb(237, 237, 237);
    font-size:20px;
    color:#333;
    width:100%;
    max-width:1280px;
    margin:0px auto 50px auto;
    margin-bottom:50px;
    border-radius: 15px;
}

.wisethinkers-wrapper span {
    display: block;
    opacity: 0;
    transform: translateY(0);
    animation-fill-mode: forwards;
    font-size:20px;
    margin: 10px 0;
    color:#333;
}

.wisethinkers-wrapper span > b {font-size:20px; font-weight:bold;
    color:#333;
}

.wisethiers01 { animation: slideFromTop 0.5s ease-out 0s forwards; font-size:50px; }
    .wisethinkers-wrapper span.wisethiers01 {font-size:50px; font-weight:bold;}
    .wisethinkers-wrapper span.wisethiers01 > b {font-size:50px; font-weight:bold;} 
    .wisethiers02 { animation: slideFromRight 0.5s ease-out 0.2s forwards; }
    .wisethiers03 { animation: slideFromLeft 0.5s ease-out 0.3s forwards; }
    .wisethiers04 { animation: slideFromBottom 0.5s ease-out 0.5s forwards; }
    .wisethiers05 { animation: slideFromLeft 0.5s ease-out 0.7s forwards; }
    .wisethiers06 { animation: slideFromRight 0.5s ease-out 0.9s forwards; }
.wisethiers07 { animation: slideFromTop 0.5s ease-out 1.0s forwards;}

@keyframes slideFromLeft {
    from { transform: translateX(-100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

@keyframes slideFromRight {
    from { transform: translateX(100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

@keyframes slideFromTop {
    from { transform: translateY(-100%); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes slideFromBottom {
    from { transform: translateY(100%); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.slider-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    overflow: hidden;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease;
}

.slide {
    flex: 0 0 33.3333%;
    padding: 10px;
}

.slide img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 12px;
    cursor: pointer;
    z-index: 10;
    font-size: 40px;
    color:#fff;
}

.arrow.left {
    left: 0px; /* 왼쪽 바깥으로 30px */
}

.arrow.right {
    right: 0px; /* 오른쪽 바깥으로 30px */
}

/* 반응형 처리 */
@media (max-width: 1024px) {
    .slide {
        flex: 0 0 50%;
    }
}

@media (max-width: 600px) {
    .slide {
        flex: 0 0 100%;
    }
}


.landingmap {
    width:100%;
    max-width:1280px;
    margin:0px auto;
    margin-top:80px;
}

h3 {
    font-size: 40px;
    margin: 40px 0 10px;
}

p {
    color:#666;
}


h4 {
    font-size: 20px;
    margin: 0px 0 10px;
    }

.landingmap .mapgr01 {
    display:flex;
    justify-content: space-between;
    margin:60px 0px 50px 0px;
}
.landingmap .mapgr01 div {
    width:50%;
    max-width:640px;
    padding:0px 10px 0px 10px;
    cursor: pointer;
}

    .landingmap .mapgr02 {
    display:flex;
    justify-content: space-between;
    }

.landingmap .mapgr02 div {
    width:33%;
    max-width:425px;
    padding:0px 10px 0px 10px;
    cursor: pointer;

}

.landingmap img {
    width:100%;
    height:100%;
    max-height:400px;
    border: 1px solid #ddd;
    border-radius: 10px;
    }
@media screen and (max-width:940px){
    .landingmap img {
    width:100%;
    height:100%;
    max-height:250px;
    border: 1px solid #ddd;
    border-radius: 10px;
    }
}

@media screen and (max-width:460px){

    .landingmap img {
        width:100%;
        height:100%;
        max-height:250px;
        border: 1px solid #ddd;
        border-radius: 10px;
        }
    .landingmap .mapgr01 {
        display:flex;flex-direction: column;
                    justify-content: center;
        margin0px 10px 10px 10px;
        cursor: pointer;
    }

    .landingmap .mapgr02 {
        display:flex;
        flex-direction: column;
                    justify-content: center;
        }

    .landingmap .mapgr02 div {
        width:100%;
        max-width:460px;
        padding:0px 10px 0px 10px;
        cursor: pointer;

    }

}





.recommend-maps-section {
    width:100%; 
    max-width:1200px; 
    margin:80px auto 0 auto;
}

.recommend-maps-section h2 {
	font-size: 1.5em;
	margin-block-start: 1em;
	margin-block-end: 1em;
}

.recommend-maps-list {
    display: grid;
	grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.recommend-map-item {
    text-align: center;
    background: #fff;
    border-radius: 15px;
    
    transition: box-shadow 0.3s;
    flex: 0 1 calc(20% - 10px);
	 border: 1px solid #e3e3e3;
}

.recommend-maps-list.items-3 .recommend-map-item {
    flex: 0 1 calc(33.3333% - 40px);
}

/* 추천맵 카드 개수 - 4개 */
.recommend-maps-list.items-4 .recommend-map-item {
    flex: 0 1 calc(25% - 20px);
}

/* 추천맵 카드 개수 - 5개 (기본값 유지 시 생략 가능) */
.recommend-maps-list.items-5 .recommend-map-item {
    flex: 0 1 calc(20% - 20px);
}

.recommend-map-item:hover {
    box-shadow: 0 8px 32px rgba(40,170,80,0.14);
}
.map-thumb img {
    border-radius: 8px 8px 0 0;
    border: 1px solid #e4e4e4;
}
.map-title {
    font-size: 1.1rem;
    margin: 14px 0 6px 0;
    font-weight: 700;
	text-align: left;
	padding: 8px 0 5px 20px;
}

.map-title a {
	font-size: 1.3rem;
}
.map-meta {
    font-size: 0.98rem;
    color: #4974b7;
    font-weight: 500;
	text-align: left;
	padding: 0px 0 5px 20px;
}

.map-meta .author {
    font-size: 0.98rem;
    color: #4974b7;
    font-weight: 500;
}

@media (max-width: 768px) {
    .recommend-map-title { font-size: 2.0rem; }
}


.search-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 20px auto;
    border-radius: 32px;
    border: 2px solid #dde4ee;
    box-shadow: 0 2px 8px rgba(30,87,153,0.04);
    background: #fff;
    padding: 4px 10px;
    width: 30%;
}

.search-bar input {
    flex: 1;
    border: none;
    outline: none;
    padding: 14px 18px;
    font-size: 1.12rem;
    background: transparent;
}

.search-bar input::placeholder {
    color: #adb5bd;
}

.search-btn {
    background: #f6f8fb;
    color: #fff;
    border: 1.5px solid #dde4ee;
    border-radius: 24px;
    padding: 8px 14px;
    margin-left: 6px;
    font-size: 1.16rem;
    cursor: pointer;
    transition: background 0.18s;
}
.search-btn:hover {
    background: #e6edff;
}

.hashtag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 20px;
    justify-content: center;
    margin-top: 18px;
    margin-bottom: 28px;
}

.hashtag {
    background: #f6f8fb;
    border: 1.5px solid #dde4ee;
    color: #232b3a;
    border-radius: 16px;
    padding: 10px 20px;
    font-size: 1.08rem;
    cursor: pointer;
    transition: background 0.13s, border 0.13s;
}
.hashtag:hover {
    background: #e6edff;
    border-color: #4b74ff;
    color: #2244bb;
}


/* 소형 모바일 (xs) */
@media (max-width: 576px) {
    .landingwrap {
        padding: 0 10px
    }

    button.hashtag {
        margin-bottom: 10px
    }

    .recommend-map-item {
        flex: 0 1 calc(50% - 10px)
    }

	.main-visual-title {
		width: 90%;
		margin: 50px auto 0;
		font-size: 1rem;
	}


	.main-visual-subtitle {
		font-size: 0.9rem;
		color: #1b8cff;
		width: 90%;
		margin: 0 auto 32px;
		text-align: center;
	}
	
  /* 스타일 */
}
/* 일반 모바일 (sm) */
@media (min-width: 577px) and (max-width: 768px) {
    .landingwrap {
        padding: 0 10px
    }

    button.hashtag {
        margin-bottom: 10px
    }

    .recommend-map-item {
        flex: 0 1 calc(50% - 10px)
    }

	.main-visual-title {
		width: 90%;
	}
  /* 스타일 */
}
/* 태블릿 (md) */
@media (min-width: 769px) and (max-width: 992px) {
  /* 스타일 */
    .landingwrap {
        padding: 0 10px
    }

    button.hashtag {
        margin-bottom: 10px
    }

    .recommend-map-item {
        flex: 0 1 calc(33.3333% - 10px)
    }

	.main-visual-title {
		width: 90%
	}
}
/* 노트북~PC (lg) */
@media (min-width: 993px) and (max-width: 1200px) {
  /* 스타일 */
    .recommend-map-item {
        flex: 0 1 calc(25% - 10px)
    }

	.main-visual-title {
		width: 90%
	}
}
/* 데스크탑 (xl) */
@media (min-width: 1201px) {
  /* 스타일 */
}