/*Content CSS*/
footer {width:100%; background-color:#1f1f1f; clear:both; text-align: left; }
.footer_con {width: 100%; max-width: 1400px; padding: 110px 50px; margin: 0 auto; }
.footer_con > div {display: flex; justify-content: space-between; }
.footer_con .top {width: 100%; margin-bottom: 50px; padding-bottom: 100px; border-bottom: 1px solid rgba(255,255,255,.2); }

footer .pc {display: block; }
footer .mob {display: none;}
/* .footer_con .btm {display: block;} */
.ft_copy {font-size: 17px; font-weight: 400; color:#dfdfdf; word-break: keep-all; line-height: 2; }
.footer_con .btm {align-items: flex-end;}
.footer_con .btm i {font-style: normal; color:rgba(255,255,255,.5); }
.footer_con .btm  b {display: block; color:#fff; font-weight: 600; margin-bottom: 25px; font-size: 20px; }
.footer_con .btm span {font-size: 16px; font-weight:400; color:#dfdfdf;  line-height: 1.6; margin-top: 40px;}
.footer_con .btm span a {color:#dfdfdf;}

#ft_mob_btn {width: 223px; height: 42px; display: flex; justify-content: center; align-items: center; font-size: 16px; font-weight: 400; color:#dfdfdf; transition: .3s; line-height: 1; background: transparent; border-radius: 20px; border:1px solid rgba(255,255,255,1);}
#ft_mob_btn:hover {background: #ffa521; border-color: #ffa521; color:#fff;}

#top_btn {position: fixed; right: 0; bottom: 80px; width:64px; height: 162px; display: flex; justify-content: center; align-items: center;   color: #fff; font-size: 20px; background: #4b4b4b; font-weight: 600; border-radius: 12px 0 0 12px;    writing-mode: vertical-rl; z-index: 10; transition: .3s; pointer-events: none; opacity: 0;}
#top_btn:hover {border-color: #ffa521; background: #ffa521; color: #fff;}
#top_btn i {display: block; width: 12px; height: 18px; background:url("../img/top_btn_arrow.png") 50%/contain no-repeat; margin-bottom: 40px; }
#top_btn span { transform: rotate(180deg);}
.scrolled #top_btn {opacity: 1; pointer-events: auto; }


@media screen and (max-width: 1400px) {

}

/* @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: 70px 30px;}
    .footer_con .top {margin-bottom: 30px; }
    .footer_con .top h2 {margin: 0 0 20px; font-size: 22px;  }
    .footer_con .top ul li {font-size: 14px; }
    .footer_con .top ul li::after {margin:0 15px; top: -1px;  }

    .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 .logo {margin:30px 0 0;}
    .footer_con .logo img {    height:40px;}


}
@media screen and (max-width: 640px) {
    .footer_con {padding:50px 20px;}
    .footer_con .top ul li {font-size: 13px; white-space: nowrap;}


} */
