/*Content CSS*/
footer {width:100%; background-color:#F0F2F5; clear:both; text-align: left; }
.footer_con {width: 100%; max-width: 1560px; padding: 90px 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 #ccc; }
.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:#000; 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:#CFD1D3; 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: 500; color: #555; word-break: keep-all; line-height: 1.9; }
.footer_con .btm {align-items: flex-end;}
.footer_con .btm span {font-size:20px; font-weight:500; color:#555;  line-height: 1.65; margin-top:25px;}
.footer_con .btm span a {color:#555;}
.footer_con .logo {flex-shrink: 0; margin-bottom: 45px;}

.footer_con .btm .logo_list {display: flex; align-items: center; }
.footer_con .btm .logo_list > li + li {margin-left: 28px;}

.footer_con .ft_btn {width: 186px; height: 39px; display: flex; justify-content: center; align-items: center; font-size: 15px; font-weight: 400; color:#000
 !important; transition: .3s; border: 1px solid #000; line-height: 1; border-radius: 5px;  }
.footer_con .ft_btn:hover {background: #1167b3; border-color: #1167b3; color: #fff !important;}


#top_btn {position: fixed; right: 20px; bottom: 20px; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; border: 2px solid #000; color: #333; font-size: 15px; background: rgba(255,255,255,0.5); border-radius: 50%; z-index: 10; transition: .3s; pointer-events: none; opacity: 0;}
#top_btn:hover {border-color: #000; background: #000; color: #fff;}
.scrolled #top_btn {opacity: 1; pointer-events: auto;}
#top_btn i {display: block; width: 20px; height: 23px; background:url("../img/top_btn_arrow.png") 50%/contain no-repeat; transition: background-image .3s; }
#top_btn:hover i {background-image:url("../img/top_btn_arrow_hv.png");}


@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: 50px 30px;}
    .footer_con .top {margin-bottom: 35px; padding-bottom: 35px;}

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


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

}

@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 .logo {margin:0 0 20px;}
    .ft_copy {font-size: 14px;  }
    .footer_con .btm span {font-size: 13px; }


} */
