@charset "utf-8"; 

ol, ul {
    list-style: none;
}
.lf {
    float: left;
}
.rf {
    float: right;
}
.text_align {
    text-align: right;
}
.clearfix::after {
    content: "";
    clear: both;
    display: block;
}


.footer {
    display: block;
    font-size: 0.95rem;
    min-width: 1200px;
}
.footer_content {
    background-color: #262626;
    padding: 50px 0;
}
.footer_contentIn {
    margin: 0 auto;
    width: 1200px;
}
.footer_txt01 {
    width: 60%;
    float: left;
}
.footer_txt01 li {
    margin: 0 7px;
    color: #818181;
    line-height: 24px;
}
.footer_txt01 li:first-child {
    margin-left: 0;
}
.footer_txt01 .rLine {
    color: #464646;
}
.footer_txt02 {
    width: 30%;
    float: right;
}
.footer_txt02 li {
    color: #818181;
}
.psychology_map {
    margin: 5px 0 15px 0; color: #fff;
}

.dropbtn {
    width: 185px;
    border: 1px solid #818181;
    background-color: transparent;
    color: #818181;
    padding: 5px 16px;
    font-size: 0.95rem;
}
.dropup {
    position: relative;
    display: inline-block;
}
.dropup-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    border: 1px solid #818181;
    min-width: 185px;
    bottom: 29px;
    z-index: 1;
    text-align: right;
} 
.dropup-content a {
    color: #333;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
}
.dropup-content a:hover {background-color: #ccc}
.dropup:hover .dropup-content {
    display: block;
}
.dropup:hover .dropbtn {
    background-color: #ccc;
    color: #333;
}


.footer_copyright {
    color: #818181;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    background-color: #1b1b1b;
    padding-top: 30px;
    padding-bottom: 30px;
}




@media screen and (min-width:480px) and (max-width:1250px) {

    .footer_content {
        /* width: 1150px; */
        width: auto;
    }
    .footer_contentIn {
        margin: 0 auto;
        width: auto;
    }
    .text_align {
        text-align: left;
    }
    .footer_txt01 {
        width: 100%;
        float: none;
    }
    .footer_txt02 {
        width: 100%;
        float: none;
    }
    .psychology_map {
        margin: 10px 0 8px 0; color: #fff;
    }
    .footer_copyright {
        color: #818181;
        font-weight: 400;
        font-size: 12px;
        text-align: center;
        background-color: #1b1b1b;
        padding: 30px 0;
    }


}




@media screen and (min-width:350px) and (max-width:480px) {
    .hide {
        display: none;
    }
    .hide_ma {
        margin: 0 7px 0 0 !important;
    }
    .footer {
        display: block;
        font-size: 0.8rem;
        min-width: auto;
    }
    .footer_content {
        width: auto;
        padding: 50px 30px;
    }
    .text_align {
        text-align: left;
    }
    .footer_txt01 {
        width: 100%;
        float: none;
    }
    .footer_txt02 {
        width: 100%;
        float: none;
    }
    .psychology_map {
        margin: 10px 0 8px 0; color: #fff;
    }
    .footer_copyright {
        color: #818181;
        font-weight: 400;
        font-size: 12px;
        text-align: center;
        background-color: #1b1b1b;
        padding: 30px 0;
    }


}




@media screen and (min-width:710px) and (max-width:767px) {
    .footer {
        display: block;
        font-size: 0.9rem;
        min-width: auto;
    }
    .footer_content {
        width: auto;
        padding: 50px 30px;
    }


}


