html, body {
    background: #F0F0F0;
	scroll-behavior: smooth;
}

/* 로고 */
.logo{
    width: 140px;
    background: #fff;
	border-radius: 15px;
    position: fixed; 
    left: 60px; 
    top: 3%;
	text-align: center;
	padding: 1rem 0;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.logo a img{ width: 30%;}
.logo a h1 { font-size: 1.2rem; font-weight: 600; margin-top: .5rem;}


#wrap { 
    max-width: 720px;
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    background: #fff;
    height: auto;
    display: flex; 
    flex-direction: column; 
}

#wrap .content{ 
    padding: 1.5rem 1.5rem 5.5rem;
    
}

#wrap nav { 
    display: flex;
    justify-content: space-between;
    border-top: 2px solid #ffeaca;
    border-bottom: 2px solid #ffeaca;
    margin-bottom: 1.5rem;
	background: #fffbf0;
}

#wrap nav a { 
    font-weight: 600;
    overflow: hidden;
	font-size: 1.2rem;
    padding: 0.8rem 3rem;
	width: 50%;
    text-align: center;
}
#wrap nav a:hover { font-weight: 800;}

#wrap nav a.active {
    color: #855000;
	font-weight: 800;
}



/* ads */
main .ad_content .adsbygoogle { width: 100%;}

.ads_float {width: 160px; height: 600px; position: fixed; top: 50%; transform: translateY(-50%);}
.ads_float .adsbygoogle { width: 160px; height: 600px; display: block;}
.ads1 { left: 20%;}
.ads2 { right: 20%;}
.ads3 {
    margin-top: 2rem;
    background-color: #ffb6c1;
    width: 660px;
    height: 220px;
   
}

.top_btn img{ 
    width: 60px;
    height: 60px;
    border-radius: 100px;
    position: fixed; 
    right: 5%; 
    bottom: 0%; 
    transform: translateY(-50%); 
}

footer { background: #585858; padding: 3.2rem 1.2rem;}
footer p { color: #fff; text-align: center; line-height: 1.3;}

@media screen and (max-width: 1024px) {

.logo { position: unset; box-shadow: unset; padding: 1rem; width: 50%; margin: 0 auto;}
.logo a { display: flex; justify-content: center; align-items: center; gap: 1rem;}
.logo a img { width: 2rem;}

}

@media screen and (max-width: 767px) {


}