/* member-1 */
.tab-con-3 {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 3.4em;
    min-height: 391px;
}
.tab-con-3 .title-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
}
.tab-con-3 .title-box h4 {
    font-weight: 500;
}
.tab-con-3 .title-box h4 span {
    border-bottom: 1px solid #263893;
}
.tab-con-3 .title-box h5 {
    color: #263893;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
}
.tab-con-3 .con-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tab-con-3 ul {
    row-gap: 2.4em;
    max-width: 550px;
}
.tab-con-3 ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.tab-con-3 ul li span {
    width: 36px;
    height: 36px;
    background-color: #263893;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    color: #fff;
}
.tab-con-3 ul li p {
    width: calc(100% - 50px);
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.tab-con-3 ul li p small {
    font-size: 110%;
    font-weight: 500;
    color: #101010;
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 1000px) {
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 800px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}