/* BASIC css start */
.footer {
    margin-top: 80px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
.expand .footer{
    -webkit-transform: translate(90%,0);
    -moz-transform: translate(90%,0);
    -ms-transform: translate(90%,0);
    -o-transform: translate(90%,0);
    transform: translate(90%,0);
    background: #fff;
}
.footer .menu_util {
    font-size: 0;
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 1;
}

.footer .menu_util li {
    position: relative;
    display: inline-block;
    padding: 0 14px;
    height: 50px;
    line-height: 50px;
}

.footer .menu_util li:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 14px;
    background: #ddd;
}

.footer .menu_util li:last-child:after {
    display: none;
}

.footer .menu_util li a {
    font-size: 12px;
    color: #999;
    letter-spacing: -0.36px;
}

.footer .menu_util li a strong {
    font-weight: normal;
    color: #333;
}

.footer .footer_info_wrap {
    padding: 40px 0;
    text-align: center;
}

.footer .footer_info_wrap h3 {
    font-size: 14px;
    color: #191919;
    line-height: 1.14;
    font-weight: 500;
    font-family: 'Pretendard';
}

.footer .footer_info_wrap .ft_t h3 img {
    margin-left: 10px;
vertical-align: middle;
}

.footer .footer_info_wrap .ft_t.selected .ft_info {
    height: 0;
    opacity: 0;
    padding-top: 0;
}

.footer .footer_info_wrap .ft_info {
    padding-top: 24px;
    height: auto;
    transition: 0.2s;
    opacity: 1;
}

.footer .footer_info_wrap .ft_info span {
    display: inline-block;
    font-size: 12px;
    color: #999;
    letter-spacing: -0.36px;
    margin: 0 0 7px 0;
}

.footer .footer_info_wrap .ft_info span:last-child {
    margin-bottom: 0;
}

.footer .footer_info_wrap .ft_info span:nth-child(1),.footer .footer_info_wrap .ft_info span:nth-child(6) {
    margin-right: 7px;
}

.footer .footer_info_wrap .ft_info a {
    color: #999;
}

.footere .footer_info_wrap .ft_b {
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid #ddd;
}

.footer .footer_info_wrap .ft_b h3 {
    margin-bottom: 6px;
    margin-top: 10px;
}

.footer .footer_info_wrap .ft_b h3 strong {
    padding-left: 11px;
}

.footer .footer_info_wrap .ft_b p {
    font-size: 12px;
    color: #999;
    letter-spacing: -0.36px;
    line-height: 1.83;
}
.footer .footer_info_wrap .ft_b p span{display:inline-block;width:50%;}
.footer .footer_info_wrap .ft_b p.copyright {
    font-size: 13px;
    color: #999;
    letter-spacing: -0.39px;
    font-family: 'Pretendard';
}

.footer .footer_info_wrap .list_sns {
    font-size: 0;
    text-align: center;
    margin: 24px auto 20px;
}

.footer .footer_info_wrap .list_sns li {
    display: inline-block;
    margin: 0 20px;
}

.footer .footer_info_wrap .list_sns li img {
    max-height: 18px;
}

/* BASIC css end */

