/*Content CSS*/
footer {width:100%; background-color:#000; clear:both; text-align: left; }
.footer_con {width: 100%; max-width: 1600px; padding: 80px 50px; margin: 0 auto; }
.footer_con > div {display: flex; justify-content: space-between; }
.footer_con .top {width: 100%; margin-bottom:50px; padding-bottom:35px; border-bottom: 1px solid rgba(255,255,255,.4); }
.footer_con .top ul {display: flex;}
.footer_con .top p {font-size: 20px; font-weight: 700;  color: rgba(255, 255, 255, 0.8); }
.footer_con .top ul li {margin-right: 35px; }
.footer_con .top ul li:last-child {margin: 0; }
.footer_con .top ul li a {font-size: 20px; font-weight: 500; color:#fff; word-break: keep-all; transition: opacity .3s ease; letter-spacing: -.4px; }
.footer_con .top ul li a:hover {opacity: .7; }
/* .footer_con .top ul li::after {width: 1px; height: 15px; background:rgba(248,248,248,.3); display: inline-block; content: ""; margin: 0 35px; position: relative; top:-0;}
.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: 20px; font-weight: 400; color: rgba(255, 255, 255, 1); word-break: keep-all; line-height: 1.65; }
.footer_con .btm {align-items: flex-start;}
.footer_con .btm span {font-size:18px; font-weight:400; color:rgba(255, 255, 255, .7);  line-height: 1.6; margin-top:35px;}
.footer_con .btm span a {color:rgba(255, 255, 255, 0.7 );}
.footer_con .logo {flex-shrink: 0; margin-bottom: 50px;}



#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: #bf9025; background: #bf9025; color: #fff;}
.scrolled #top_btn {opacity: 1; pointer-events: auto;}

#ft_pa_logo {display: flex; justify-content: center; border-top: 1px solid #ddd; align-items: center; height: 102px;}
#ft_pa_logo h3 {font-size: 22px; font-weight: 700; color:#333; letter-spacing: -.43px; margin-right: 30px; padding-right: 25px; border-right: 1px solid #ddd; flex-shrink: 0;
line-height: 1.1;}
#ft_pa_logo > div {display: flex; align-items: center;}
#ft_pa_logo > div + div {margin-left: 90px;}
#ft_pa_logo ul {display: flex;  align-items: center;}
#ft_pa_logo ul > li {margin-right: 40px;}
#ft_pa_logo ul > li:last-child {margin: 0;}


@media screen and (max-width: 1400px) {
    /* .ft_copy.pc br {display: none;} */
    #ft_pa_logo {padding: 0 20px;}
    #ft_pa_logo > div + div {margin-left: 50px;}

}

@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: 35px; padding-bottom: 35px;}
    /* .footer_con .top ul  {display: none;} */
    .footer_con .top ul li {margin-right: 20px;}
    .footer_con .top ul li a {font-size: 16px; }
    .footer_con .top p {font-size: 16px; margin: 0 0 20px;}
    /* .footer_con .top ul li::after {margin:0 15px; top: 1px; height: 12px;} */

    .footer_con .btm {display: block;}
    .ft_copy {font-size: 15px; line-height: 1.65; }
    .footer_con .btm span {font-size: 14px; line-height: 1.65; }
    .footer_con .btm span {margin:10px 0 0; }
    .footer_con .logo {margin:0 0 30px;}
    .footer_con .logo img {    height: 40px;}

    /* .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;} */

    #top_btn {right: 10px; bottom: 10px; }

    #ft_pa_logo {height: auto; padding: 20px 20px; flex-wrap: wrap; justify-content: center; }
    #ft_pa_logo h3 {font-size: 18px;}
    #ft_pa_logo > div {max-width: 768px; width: 100%; margin: 0 auto; }
    #ft_pa_logo > div + div {margin: 15px auto 0;}

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

}


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

    .footer_con .top {margin-bottom:25px; padding-bottom: 25px;}
    .footer_con .top ul {display: none;}
    .footer_con .top p {margin: 0; font-size: 15px;}
    /* .footer_con .top ul li a {font-size: 13px; }
    .footer_con .top ul li::after {margin:0 10px; top: 0; } */
    .footer_con .logo {margin:0 0 20px;}
    .ft_copy {font-size: 14px;  }
    .footer_con .btm span {font-size: 13px; }

    #ft_pa_logo h3 {font-size: 15px; margin-right: 15px; padding-right: 15px;}
     #ft_pa_logo ul > li {margin-right: 20px;}


}
