.compareTopMenu {
    margin-bottom: 2.5rem;
}
#code {
    border: .1rem solid #E4E5EA;
    width: 100%;
    font-size: 1.7rem;
    padding: 1.5rem 2rem;
    border-radius: 2.5rem;
    background-color: #F7F8FC;
    font-weight: 600;
    background-image: url(../img/arrow-4.png);
    background-position: 95% 50%;
    background-size: 1.5rem;
    background-repeat: no-repeat;
}
#code option {
    font-size: 1.7rem;
}
.list-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.list-inner li {
    display: inline-block;
    width: 48%;
}
.list-content {
    display: inline-block;
    height: 17.5rem;
    width: 100%;
    border: 1px solid #C0C0C0;
    border-radius: 1.5rem;
    padding: 1.5rem 1.3rem;
    margin-bottom: 1.5rem;
}
.list-content .bank {
    font-size: 1.5rem;
    color: #848484;
    margin-bottom: .5rem;
}
.list-content h3 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    letter-spacing: -1px;
}
.flex_box {
    display: flex;
    align-items: center;
    gap: .6rem;
}
.flex_box.top {
    margin-bottom: 1rem;
}
.flex_box span {
    font-size: 1.6rem;
    color: #848484;
}
.flex_box p {
    font-size: 1.6rem;
    font-weight: 700;
}
.more_btn {
    background: #FFE161;
    margin-top: 2rem;
    font-size: 1.6rem;
    border-radius: .5rem;
    padding: .7rem 0;
    text-align: center;
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}
.pagination a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.7rem;
    width: 3rem; height: 3rem;
}
.pagination a.active {
    background: #FFE161;
    border-radius: 50%;
}
.sub-top-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}
.sub-top-text span {
    font-size: 1.6rem;
    color: #868686;
    display: inline-block;
    padding-bottom: .7rem;
}
.sub-top-text .list-sub-title {
    text-align: center;
}
.sub-btm-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: .1rem solid #C8C8C8;
    padding: 2rem 0;
    border-radius: 1.3rem;
    margin-bottom: 3rem;
}
.sub-btm-inner p {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .7rem;
}
.sub-btm-inner p:first-child {
    border-right: .1rem solid #C8C8C8;
}
.sub-btm-inner p .sub-small {
    font-size: 1.6rem;
    color: #868686;
}
.sub-btm-inner p span {
    font-size: 1.9rem;
    font-weight: 700;
}
.list-sub-box .content {
    font-size: 1.6rem;
    font-weight: 400;
}