*{
margin: 0;
padding:0;
}
html{
width:100vw;
overflow-x: hidden;
}
body{
width:100vw;
overflow-x: hidden;
}

a {
color: unset;
text-decoration: none;
}

.pageation .chose {
background: #4787C4;
color: #fff
}

.pageation div:hover {
background: #4787C4;
color: #fff
}

.pageation div {
padding: 7px 20px;
border-radius: 5px;
border: 1px solid #cecece;
margin-left: 10px;
font-size: 13px;
color: #3A3A3A;
border-radius: 5px
}

.pageation {
display: flex;
padding: 20px;
align-items: center;
justify-content: center;
}
.aboutus_con {
min-height: 200px;
padding: 50px 0;
}


@media screen and (min-width:801px) {
.pc_title {
text-align: center;
line-height: 40px;
font-size: 28px;
color: #052D50;
}
}
@media screen and (max-width:800px) {
.pc_title {
text-align: center;
line-height: 40px;
font-size: 20px;
font-weight: 600;
color: #052D50;
}
.other_item img{
width: 80px;
margin-left: 10px;
}
.aboutus_con {
width:unset !important;
padding:20px !important;
}

.pageation div {
padding: 2px 5px !important;
}
}