html {
    font-size: 62.5%;
}
body {
    margin: 0 auto;
    background-color: #f0f0f0;
    margin-top: 64px;

}
p {
    font-size: 16px;
    color: #787878;
}
a {
    text-decoration: none;
 }
 a:focus {
    background-color: transparent;
}
button {
    border: none;
    outline: none;
}
.bg {
background: url('css-top.png');
background-size: 88.4px 42.9px;
}
.bg-list {
    width: 22.1px; 
    height: 22.1px;
    background-position: -33.9px -4px;
}
.bg-back {
    position: absolute;
    top:50%;
    right: 20px;
    width: 15.6px; 
    height: 26px;
    margin-top: -13px;
    background-position: -67px -4px;

}
.bg-san {
    position: absolute;
    top: 48%;
    right: 3%;
    width: 20px;
    height: 32px;
    padding: 0;
    background-position: -5px -6.5px;
}
.head1 {
position: fixed;
top: 0;
width: 100%;
background-color: #29bde0;
padding: 13.5px;
z-index: 1;
}
.head2 {
    position: relative;
   margin: 10px;
   margin-bottom: 15px;
   background-color: #ffffff;
   border: 1px solid #c9c9c9;
}
.head3 {
    text-align: center;
    margin: 20px 0;
    font-size: 17px;
    color: #9a9a9a;
}
.word1 {
    color: #fbb435;
    font-size: 20px;
}
.word2 {
    color: #fff;

}
.box1{
position: relative;
    background-color: #ffffff;
    border: 1px solid #c9c9c9;
    margin: 10px;
    margin-top: 15px;
}
.box2 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fbb435;
    height: 55px;
    width: 100%;
    border-bottom: 1px solid #fbb435;
    margin-bottom: 15px;
}
.box3 {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}
.box4 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 80%;
    background-color: #69d1e9;
}
.box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.circle {
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
    background-color: #c9c9c9;
    
}
.circle:hover {
    background-color: #69d1e9;
}