/* BASIC css start */
#footer{background-color: #F7F5EB; margin-top:100px;} 
#footer > div{ max-width: 1400px; margin: 0 auto; padding: 56px 0;}
#footer .footer_wrap{display: flex; flex-direction: row; justify-content: space-between; margin-bottom: 36px; border-bottom: 1px solid #E8E7E0; padding-bottom: 24px;}
#footer .footer_wrap .ft_left h2{max-width: 79px; margin-bottom: 16px;}
#footer .footer_wrap .ft_left ul li,#footer .footer_wrap .ft_left ul li>*{font-weight: 400; color: #757f7a; font-size: 12px; line-height: 130%; display: inline-block;}
#footer .footer_wrap .ft_left ul li:not(:last-of-type){margin-bottom: 8px;}
#footer .footer_wrap .ft_left ul li:not(:last-of-type)::after,#footer .ft_right ul.lineCont li:not(:last-of-type):after{content: "|"; display: inline-block; padding-left: 8px; margin-right: 8px;}
#footer .footer_wrap .ft_left ul li strong{font-weight: 600; margin-right: 4px;}
#footer .footer_wrap .ft_left ul li a.lineBtn{text-decoration: underline; font-weight: 500; font-size: 12px; line-height: 130%;}
#footer .footer_wrap .ft_right{display: flex; gap: 40px;}
#footer .footer_wrap .ft_right strong{margin-bottom: 16px;}
#footer .footer_wrap .ft_right strong,#footer .footer_wrap .ft_right strong a{display: block; font-size: 14px; line-height: 130%; font-weight: 600; color: #1e312f;}
#footer .footer_wrap .ft_right span{font-size: 20px; line-height: 130%; font-weight: 500; color: #1e312f; display: block; margin-bottom: 8px;}
#footer .footer_wrap .ft_right ul li{font-size: 12px; line-height: 130%; font-weight: 400; color: #757f7a;}
#footer .footer_wrap .ft_right ul li:not(:last-of-type){margin-bottom: 4px;}
#footer .footer_wrap .ft_right ul.lineCont li{display: inline-block;}



#footer .ft_bottom{display: flex; gap: 24px; flex-direction: row; font-size: 12px; font-weight: 500; color: #1e312f; line-height: 130%;}




.btnGotop2 {
    overflow: hidden;
    position: fixed;
    right: 1.9rem;
    bottom: 5rem;
    z-index: 1000;
    width: 104px;
    height: 48px;
    text-align: center;
    cursor: pointer;
}
.btnGotop {
    overflow: hidden;
    display: block;
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 1000;
    *width: 104px;
    *height: 48px;
    text-align: center;
    cursor: pointer;
}







/* BASIC css end */

