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

footer .pc {display: block; }
footer .mob {display: none;}
/* .footer_con .btm {display: block;} */
.footer_con .btm {align-items: flex-end;}
.footer_con .btm h3 {font-size: 23px; font-weight:700; color: #fff; letter-spacing: -.46px; margin-bottom:30px; }
.footer_con .btm .ft_copy {font-size: 16px; font-weight: 400; color: rgba(255, 255, 255, 0.7); letter-spacing: -.32px;  line-height: 2.2; margin-bottom: 25px; }
.footer_con .btm .line {display: inline-block; width: 1px; height: 13px; background: #ddd; margin: 0 26px; }

.footer_con .btm b {display: inline-block;  font-weight: 700; color:#fff;  margin-right: 14px; }
.footer_con .btm span {font-size: 16px; font-weight:400; color:rgba(255, 255, 255, .5); }
.footer_con .btm span a {color:rgba(255, 255, 255, 0.5);}

.footer_con .sns {display: flex; margin-left:30px; }
.footer_con .sns li {margin-right: 12px; }
.footer_con .sns li:last-child {margin-right: 0; }
.footer_con .sns a {display: flex ;align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background-color: rgba(255, 255, 255, .15);
position: relative;}
.footer_con .sns a img {transition: opacity .3s; opacity: 1;}
.footer_con .sns a img + img {opacity: 0; position: absolute; left:50%; top:50%; transform: translate(-50%, -50%); z-index: 2;}
.footer_con .sns a:hover img {opacity: 0;}
.footer_con .sns a:hover img + img {opacity: 1; }

#top_btn {position: fixed; right: 20px; bottom: 20px; width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; border: 1px solid rgba(255,255,255,.1); color: #231916; font-size: 30px; cursor:pointer; background: #f7c806; border-radius: 50%; z-index: 10; transition: .3s; pointer-events: none; opacity: 0;}
#top_btn:hover {border-color: #231916; background: #231916; color: #f7c806;}
.scrolled #top_btn {opacity: 1; pointer-events: auto;}

#sns_banner {position: fixed; right: 20px; bottom: 100px; z-index: 10; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-end; }
#sns_banner > li {margin-bottom: 17px;}
#sns_banner > li:last-child {margin-bottom: 0;}
#sns_banner a {display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; border-radius: 50%; transition: all .3s; text-align: left; background: #2fb14a; overflow: hidden;  box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.1);}
#sns_banner a p {white-space: nowrap;   font-size: 14px; font-weight: 700;color:#fff; letter-spacing: -.28px; transition: all .3s; max-width: 0; opacity: 0;}
#sns_banner a i {flex-shrink: 0; }

#sns_banner > li:nth-child(2) a {background-color: #d1252a;}
#sns_banner > li:nth-child(3) a {background-color: #f7c806;}

@media screen and (min-width: 1025px) {
    #sns_banner a:hover {width: 160px; border-radius: 30px; }
    #sns_banner a:hover i {width: 30px; margin-right: 18px; }
    #sns_banner a:hover p {max-width: 100%; opacity: 1; }
}


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

}

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

    .footer_con .btm h3 {font-size: 20px; margin-bottom: 0; }
    .footer_con .btm .ft_copy {line-height: 2.1; font-size: 14px; margin: 20px 0;}
    .footer_con .btm span {font-size: 14px; }
    .footer_con .btm {display: block;}
    .ft_copy,
    .footer_con .btm span {font-size: 13px; line-height: 1.7; }
    /* .footer_con .btm span {margin:20px 0 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;} */

    .footer_con .sns {justify-content: center; margin: 30px 0 0;}

    #top_btn {width: 45px; height: 45px; font-size: 22px; }
    #sns_banner {bottom:75px;}
    #sns_banner > li {margin-bottom: 10px;}
    #sns_banner a {width: 45px; height: 45px;}
    #sns_banner a i img {max-height: 17px; }

}
@media screen and (max-width: 640px) {
    .footer_con {padding:50px 20px;}
    .footer_con .top {margin-bottom:40px; padding-bottom: 30px; }
    .footer_con .top h2 {font-size: 18px; margin-bottom:20px; }
    .footer_con .top h2 br {display: none; }

    .footer_con .btm .ft_copy,
    .footer_con .btm span {font-size: 13px; line-height: 1.9; }
    /* .footer_con .top {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 .logo img {    height:70px;}
    .footer_con .btm h3 {font-size: 17px; }
    .footer_con .btm b {margin-right: 5px; }
    .footer_con .sns { margin-top: 20px; flex-wrap: wrap;}
    .footer_con .sns > li {margin: 5px;}
    .footer_con .sns > li:last-child {margin: 5px;}
    .footer_con .sns a {width: 35px; height: 35px; padding: 10px;}




}
