#content{width: 60%; margin: 300px auto 200px;}
.con h3{text-align: center; font-size: 2.5rem;}
.info{text-align: center; font-size: 1.27rem; margin-top: 50px;color: #331;}
p{text-align: center; font-size: 1.27rem; margin-top: 50px;}

.a_box{display: flex;gap: 15px; position: absolute;top: -58px;left: 140px;}
.a_box a{width: 120px; height: 120px;border: 1px solid#8179007e;background-size: cover; background-position: center;}
.a_box .a_01{background: url(/images/rent/img20.jpg); }
.a_box .a_02{background: url(/images/rent/img21.jpg); }
.a_box .a_03{background: url(/images/rent/img22.jpg); }
.a_box .a_04{background: url(/images/rent/img23.jpg); }
.imgbox{width: 800px; height: 800px; background: url(../images/img16.jpg); background-repeat: no-repeat; background-size: cover; margin: 150px auto 0;position: relative;}
/* 강조 효과 */
.a_box a.active {
    border: 3px solid #ffd700; /* 강조 색상 */
    transform: scale(1.1); /* 살짝 확대 */
}

.keiyaku {
    margin: 100px 0;
    font-family: 'Arial', sans-serif;
    text-align: center;
}
.keiyaku h3 {
    font-size: 2.5rem;
    margin-bottom: 50px;
    font-weight: bold;
    color: #333;
}
.keiyaku ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}
.keiyaku ul .li_box {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    outline: 3px solid #007bff;
    outline-offset: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f9f9f9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}
.keiyaku ul .li_box:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.keiyaku ul .li_box p {
    font-size: 1rem;
    text-align: center;
    margin-top: 10px;
    color: #333;
}
.keiyaku ul .li_box i {
    font-size: 2.5rem;
    color: #007bff;
}
.arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.arrow span {
    font-size: 1rem;
    color: #666;
}
.ic_arrow {
    font-size: 2.5rem;
    margin: 15px 0;
    color: #007bff;
    font-weight: bold;
}


.tetutuki{margin: 200px 0;}
.tetutuki h3{text-align: center;font-size: 2.5rem;}
.flex_box01{display: flex; gap: 15%; margin: 100px auto;justify-content: space-evenly}
.flex_box01 ul{width: 40%;}
.flex_box01 ul li{text-align: center;}
.flex_box01 ul li div{border: 1px solid#333; margin: 25px 0; height: 100px;display: flex;justify-content: center;align-items: center;border-radius: 15px;}
.flex_box01 ul li i{font-size: 1.5rem;color: #686868;}
/* 일반 pc */
@media screen and (max-width:1280px) {
	
}

/* 테블릿 */
@media screen and (max-width:1024px) {
  
}

/* 소형 테블릿 */
@media screen and (max-width:768px) {


}
/* 모바일 */
@media screen and (max-width:640px) {
    
    
}

/* 최소 사이즈 처리 */
@media screen and (max-width:480px) {

}
