/*Content CSS*/
footer {width:100%; background-color:#00793e; clear:both; text-align: left; }
.footer_con {width: 100%; max-width: 1400px; padding: 65px 50px; margin: 0 auto; }
.footer_con > div {display: flex; justify-content: space-between; }
.footer_con .top {width: 100%; margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,.25); }
.footer_con .top ul {display: flex;}
.footer_con .top ul li a {font-size: 16px; font-weight: 400; color:#fff; word-break: keep-all; transition: opacity .3s ease;}
.footer_con .top ul li a:hover {opacity: .7; }
.footer_con .top ul li::after {width: 1px; height: 16px; background:rgba(214,215,221,.4); display: inline-block; content: ""; margin: 0 40px; position: relative; top:1px;}
.footer_con .top ul li:last-child::after {display: none;}

footer .pc {display: block; }
footer .mob {display: none;}
/* .footer_con .btm {display: block;} */
.ft_copy {font-size: 15px; font-weight: 400; color: rgba(255, 255, 255, 0.7); word-break: keep-all; line-height: 1.8; }
.footer_con .btm {align-items: flex-end;}
.footer_con .btm span {font-size: 14px; font-weight: 300; color:rgba(255, 255, 255, .4);  line-height: 1.6; margin-top:20px;}
.footer_con .btm span a {color:rgba(255, 255, 255, .4);}
.footer_con .ft_fm {flex-shrink: 0; margin-left: 30px;}
/* fm btn */
.ft_fm { position:relative; width:230px; }
.fm_btn { position:relative; width:100%; height:50px; text-align: left; background:transparent; padding:0 20px;
border:1px solid rgba(255,255,255,.6); font-size: 15px; font-weight:400; color:#fff; }
.fm_btn img { display: inline-block; position:absolute; right:20px; top:20px; transition: all .3s; }
.fm_btn.active img { transform: rotate(-180deg); }
.fm_btn + ul { position:absolute; left:0; width:100%; bottom:100%; display: none; }
.fm_btn + ul li a { display: block; font-size: 15px; font-weight: 400; color: #000; white-space: nowrap; padding:10px 15px; background:#FFF; text-align: center;
border-bottom: 1px solid #ddd; transition:all .3s ease; }
.fm_btn + ul li:last-child a {border-bottom: 0; }
.fm_btn + ul li a:hover { background-color:#f7f7f7;}

#top_btn {position: fixed; right: 20px; bottom: 20px; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; border: 1px solid #333; color: #333; font-size: 15px; background: rgba(255,255,255,0.5); z-index: 10; transition: .3s; pointer-events: none; opacity: 0;}
#top_btn:hover {border-color: #00a650; background: #00a650; color: #fff;}
.scrolled #top_btn {opacity: 1; pointer-events: auto;}


@media screen and (max-width: 1400px) {
    /* .ft_copy.pc br {display: none;} */
}

@media screen and (max-width: 1024px) {
    footer {text-align: center;}
    footer .pc {display: none; }
    footer .mob {display: block;}
    .footer_con > div {flex-direction: column; align-items: center;}
    .footer_con {padding: 50px 30px;}
    .footer_con .top {margin-bottom: 30px; padding-bottom: 30px;}
    /* .footer_con .top ul  {display: none;} */
    .footer_con .top ul li a {font-size: 14px; }
    .footer_con .top ul li::after {margin:0 15px; top: 1px; height: 12px;}

    .footer_con .btm {display: block;}
    .ft_copy,
    .footer_con .btm span {font-size: 12px; line-height: 1.65; }
    .footer_con .btm span {margin:10px 0 0; }
    .footer_con .ft_fm {margin:30px auto 0; }

    /* .footer_con .top {display: block;}
    .footer_con .top  h1 {margin: 0 0 15px;}
    .footer_con .top ul {display: flex; justify-content: center; width: 100%;}
    .footer_con .top ul li {font-size: 13px;}
    .footer_con .top ul li::after {margin: 0 10px;} */

    .ft_fm {width: 180px;}
    .fm_btn {font-size: 13px; padding: 0 15px; height: 40px;}
    .fm_btn img {top:16px;}
    .fm_btn + ul li a {font-size: 13px;}


}
@media screen and (max-width: 640px) {
    .footer_con {padding:40px 20px;}

    .footer_con .top {display: none;}
    /* .footer_con .top {margin-bottom: 0; padding-bottom: 0; border-bottom: 0;}
    .footer_con .top ul  {display: none;} */
    /* .footer_con .top ul li a {font-size: 13px; }
    .footer_con .top ul li::after {margin:0 10px; top: 0; } */

    /* .ft_copy,
    .footer_con .btm span {font-size: 11px; line-height: 20px;} */

    .footer_con .ft_fm {margin:20px auto 0;}


}
