*{
    
   list-style-type: none; /*앞에 번호 없애기 */
   text-decoration: none; /*밑줄 없애기 */
   font-family:"幼圆","隶书","宋体","华文隶书";
}
body{
    width:1280px;
    height:1024px;
    padding-left:100px;
    padding-top:100px;
}
.mine{
    width:1020px;
    height:768px;
    position:absolute;
    right:0;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
}
  /*@media screen and (min-width:1024px) {
.mine {
	width:960px;
} */




.navi li{
    border:2px solid rgba(36, 3, 223, 0.507);
    border-radius: 5px 10px;
    box-sizing: border-box; /* 박스 크기 고정 */
    width:100px;
    height:40px;
    margin:10px;
    text-align: center;
    padding-top:10px; /*글자 상하 여백 조절 (중간에 고정) */
    overflow: hidden;
}
.navi li a{
    color:rgb(20, 18, 22);
    padding:10px; /* 마우스를 올렸을때 닿는 면적 추가 */
    display: block;
    margin:-10px;
    font-weight: bold;
    
}

.navigition ul li:hover, .navigition ul li:focus{
    box-shadow: ;
    background-color: rgba(36, 3, 223, 0.507);
}
.navigition ul li a:hover, .navigition ul li a:focus{
    color:rgb(0, 0, 0);
    font-size:17px;
    font-weight:bold;
}
.navigition ul li a:active{
    background-color: rgba(36, 3, 223, 0.26);
    font-size:15px;
}
.navigition{
    margin:0 auto;
    width:1018px;
    height:765px;
}

.navi{
    /*border:1px solid blue; */
    width:100px;
    padding:10px;
    float:left;
    overflow: hidden;
    
}
 .navi2{
    border:1px solid rgb(9, 5, 218);
    border-radius: 10px;
    width:850px;
    height:740px;
    float:left;
    margin:20px;   
    overflow-y: auto;
}



.navi2 .item-1{
    border-bottom:0.2px solid  rgba(51, 7, 212, 0.705);
    border-bottom-width:2px;
    width:800px;
    margin:20px 20px;
  
}
.navi2 .item-1 h3{
    margin:5px;
    color:rgb(223, 3, 194);
    font-size:1.5rem;
}
.item-1 p{
    
    display: inline-block;
    margin:5px  5px;
    padding:5px 5px ;
}
.navi2 .item-1 p a{
    
    padding:5px 5px ;
    border-radius: 10px 10px;
    background-color: #2b0ecf56;
    color:#1d034c;
    
}
.navi2 .item-1 p a:hover{
    box-shadow:2px 2px 0px 3px #2b0ecf88;
}
#navi3 .item-1 p a{
    color:rgb(0, 0, 0);
    font-weight: bolder;
}