/*Content CSS*/
footer {width:100%; background-color:#000; clear:both; text-align: left; z-index: 10; }
.footer_con {width: 100%; max-width: 1400px; padding: 70px 50px; margin: 0 auto; }
.footer_con > div {display: flex; justify-content: space-between; }
.footer_con .top {width: 100%; margin-bottom: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.3);  justify-content: space-between; align-items: center; }
.footer_con .top h2 {font-size:18px; font-weight: 700; color:#fff;  margin-right: 45px; flex-shrink: 0;}
.footer_con .top .sitemap {display: flex;}
.footer_con .top .sitemap li a {font-size: 18px; font-weight: 700; color:#fff; word-break: keep-all; transition: opacity .3s ease;}
.footer_con .top .sitemap li a:hover {opacity: .7; }
.footer_con .top .sitemap li::after {width: 1px; height: 15px; background:rgba(255,255,255,.3); display: inline-block; content: ""; margin: 0 35px; position: relative; top:-0;}
.footer_con .top .sitemap li:last-child::after {display: none;}
.footer_con .top .sitemap li.insta a {position: relative; top:-3px;}

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.6); word-break: keep-all; line-height: 1.8; }
.footer_con .btm {align-items: flex-end;}
.footer_con .btm > div:nth-child(2) {flex-shrink: 0; margin-left: 50px;}
.footer_con .btm span {font-size: 14px; font-weight:400; color:rgba(255, 255, 255, .3);  line-height: 1.6;  flex-shrink: 0; }
.footer_con .btm span a {color:rgba(255, 255, 255, 0.3);}

.footer_con .ft_info {display: flex; align-items: flex-start;}
.footer_con .ft_info h3 { flex-shrink: 0; margin-right: 42px; padding-top:4px; font-size: 22px; font-weight: 700; color:#fff; }
.footer_con .ft_info .ft_copy_wrap {display: flex; flex-wrap: wrap;}
.footer_con .ft_info .ft_copy {display: flex; align-items: center; margin-right: 35px; }
.footer_con .ft_info .ft_copy b {color:#fff; font-weight: 700; margin-right: 12px; }

.footer_con .ft_info .ft_copy:last-child {margin: 0; }
.footer_con .ft_info .ft_copy:nth-child(n+3) {margin-top:5px;}

/* fm btn */
.ft_fm { position:relative; width:150px; }
.fm_btn { position:relative; width:100%; height:30px; text-align: left; background:transparent; padding:0 15px;
border:1px solid rgba(255,255,255,.7); font-size: 12px; font-weight:400;   color: rgba(255, 255, 255, 0.7); }
.fm_btn.active,
.fm_btn:hover {background: #717171; border-color: #717171; }
.fm_btn img { display: inline-block; position:absolute; right:13px; top:12px; 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: 12px; 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; border:1px solid #ddd; margin-top: -1px; }
.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: 12; transition: .3s; pointer-events: none; opacity: 0;}
#top_btn:hover {border-color: #fef15a; background: #fef15a; color: #000;}
.scrolled #top_btn {opacity: 1; pointer-events: auto;} */



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

    .footer_con .btm {display: block;}
    .footer_con .btm > div:nth-child(2) {margin: 10px 0 0 auto; text-align: right; }

}

@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 h2 {margin: 0 0 20px;}
    .footer_con .top .sitemap  {margin-bottom:30px;}
    .footer_con .top .sitemap li a {font-size: 14px; }
    .footer_con .top .sitemap li::after {margin:0 15px; top: 1px; height: 12px;}

    .footer_con .btm {display: block;}
    .ft_copy,
    .footer_con .btm span {font-size: 13px; line-height: 1.65; text-align: center; margin:15px 0 0;}

    .footer_con .ft_info{display: block; text-align: center;}
    .footer_con .ft_info h3 {margin: 0 0 15px; font-size: 17px; padding: 0;}
    .footer_con .ft_info .ft_copy_wrap {display: block; }
    .footer_con .ft_info .ft_copy {justify-content: center; margin:0 0 5px;}


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

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

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

}
