
select{
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
}
/* 푸터 */
.familySite {
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;

}

.familySite>div {
    display: flex;
    align-items: center;
    width: 70%;

}

.Copyright {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-top: 1px solid #D8D8D8;
    margin-top: 50px;
    padding-top: 20px;

}

.Copyright p {
    font-size: 14px;
    color: #555555;
    margin-right: 0;
}

footer>.familySite select {
    width: 100%;
    font-size: 14px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc.--%3E%3Cpath fill='%23333' d='M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z'/%3E%3C/svg%3E") no-repeat 95% center !important;
    background-size: 14px !important;
    padding: 16px 0;
}

footer>.familySite select:first-child {
    padding-left: 10px;
    border-left: 1px solid #d8d8d8;
}

footer>.familySite select:last-child {
    padding-left: 10px;
    border-right: 1px solid #d8d8d8;
}

footer>.familySite .mySelect1 {
    padding-left: 10px;
    border: none;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    
}

.footerMain {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    background-color: #F0F0F0;

}

.footerMain>div {
    width: 70%;
}

.footerMain>div>div {

    margin-bottom: 10px;
    /* display: flex;
    align-items: center;
    justify-content: space-between; */

}

.footerMain>div>div:last-child {
    margin-bottom: 0;
}

.footerNum {
    display: flex;
    align-items: center;
}

.footerNum p {
    font-size: 14px;
    margin-left: 0;
    margin-right: 10px;
}

.footerNum span {
    font-size: 14px;
    margin-left: 0;
    display: inline-block;
    font-weight: 500;
}

.footerimg {
    margin-left: 0;
    cursor: pointer;
}

.footertext {
    margin-right: 0;
    display: flex;
    align-items: center;
}

.footertext p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin-left: 0;
}

.footertext p span {
    color: #4D4D4D;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
}

