@charset "utf-8";

/**하단**/    
.footer_ft{width:100%;/* background-color:#000; *//* display: flex; *//* justify-content: space-between; *//* padding: 0% 5%; *//* margin-top: 15%; */padding: 4% 7%;z-index: 1;position: relative;border-top: 1px solid #ddd;}


.footer_ft p{color:#000;font-weight: 300;font-size: 16px;font-size: .8vw;}

.footer_ft ul li, .footer_ft ul li a {color: #000;}

.copy_hi{margin-top: 7%;}
.copy_hi p{opacity:0.5;}

.footer_ft .ft_top {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #00000017;
    padding-bottom: 1em;
    justify-content: flex-end;
}
.footer_ft .menu {
    display: flex;
    justify-content: flex-end;
    width: 43%;
    align-items: center;
}
.footer_ft .ft_top ul {
    display: flex;
    justify-content: space-between;
    width: 266px;
    margin-right: 3rem;
}
.footer_ft .ft_top ul li {font-family: var(--font-point);font-size: 16px;}
.footer_ft .menu a {color:#000}
.footer_ft .ft_top .fm {width: 160px;border: 1px solid #0003;/* padding: 0 .5rem; */margin-left: 2rem;}
.footer_ft .ft_copy {
    display: flex;
    margin-top: 1em;
    justify-content: space-between;
    width: 100%;
}
.footer_ft .ft_copy h5 {
    color: #000;
    text-align: center;
    margin-bottom: 1rem;
    width: 100%;
}
.footer_ft .ft_copy .cs {width: 24%;display: flex;flex-direction: column;align-items: center;text-align: center;}
.footer_ft .ft_copy .cs strong {
    color: #000;
    font-size: 2rem;
    font-size: 1.6vw;
}
.footer_ft .ft_copy .cp {width: 62%;display: flex;flex-wrap: wrap;align-items: flex-start;}
.footer_ft .ft_copy .cp > div {
    margin-right: 2rem;
    width: 6%;
    min-width: 50px;
}
.bottom_logo img{
    width: 100%;
}
.footer_ft .ft_copy .cp > ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 85%;
}
.footer_ft .ft_copy .cp > ul li {
    width: auto;
    margin-right: 1.2rem;
    font-weight: 300;
    font-size: .95vw;
}
.footer_ft .ft_copy ul li span {
    margin-right: .2rem;
}
.footer_ft .ft_copy .sns {
    display: flex;
    margin-top: 0;
    width: 19%;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.footer_ft .ft_copy .sns > ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: .5rem;
    flex-wrap: wrap;
}
.footer_ft .ft_copy .sns > ul li {
    font-size: 16px;
}
.footer_ft .ft_copy .sns a {padding-left:.3rem;}
.footer_ft .ft_copy i {color:#fff;font-size: 1.45em;}
.sns {/* margin-top:1em; */}
.sns a {border-bottom:0}
.sns a i {
    font-size: 1.45em;
}
.footer_ft .ft_copy .sns > p {font-size:16px;opacity: .7;}
.footer_ft .ft_bottom {width:100%;text-align: right;margin-top: 1rem;opacity: .6;}








#back-top {
    position: fixed;
    ft_bottom: 12px;
    right: 9px;
    z-index: 100000;
    display: none;
}
 
#back-top a {
        width: 80px;
        height: 80px;
        display: block;
        text-align: center;
        font: 11px/100% Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        text-decoration: none;
        color: #bbb;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
        margin-right: 7em;
        margin-ft_bottom: 3em;
}
#back-top .top {
    background-color: #000;
    width: 80px;
    height: 80px;
    ft_bottom: 30%;
    right: 50%;
    color: var(--color-main);
    font-weight: 600;
    font-size: 1.5em;
    display: block;
    border-radius: 50%;
    letter-spacing: 1px;
    text-align: center;
    padding: .5em 0;
    box-shadow: 4px 4px 10px 3px rgb(0 0 0 / 14%);
    transition: all 0.5s linear;
}
#back-top .top:hover {background-color: var(--color-main); color:#000;
					  transition: all 0.5s linear;}
#back-top .top i {font-size: 1.5em;line-height: 1.6em;}
#back-top a:hover {
    color: #000;
}

/* FHD - 1920 / 24인치이상 */
@media only screen and (min-width:1024px) and (max-width: 1600px) {		
    .footer_ft {
    padding: 3rem;
}
    .footer_ft .ft_copy .cs {
    width: 20%;
}
	.footer_ft .ft_copy .cs strong {font-size:2vw}
	.footer_ft .ft_copy .cp > ul li, .footer_ft .ft_copy .cs p {font-size:15px;}
	.footer_ft .ft_copy .cp {width: 53%;}
    .footer_ft .ft_copy .cp > ul {
    width: 77%;
}
    .footer_ft .ft_copy .cp > div {margin-right: 1rem;}
	.footer_ft .ft_copy .sns {width: 21%;}
}

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1023px)*/ 
@media only screen and (max-width:1023px) {
	.footer_ft .ft_copy {flex-wrap:wrap}
	.footer_ft .ft_copy .cs, .footer_ft .ft_copy .cp, .footer_ft .ft_copy .sns {width:100%;}
	.footer_ft .ft_copy .cs {}
	.footer_ft .ft_copy .cp {
    display: flex;
    margin: 2rem 0;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
	.footer_ft .ft_copy .sns {
    display: flex;
    justify-content: center;
}
	.footer_ft .ft_copy .sns > ul {
    display: flex;
    justify-content: center;
}
	.footer_ft .ft_copy .sns > ul li {padding:0 .5rem}
	.footer_ft .ft_copy .cp > div {margin-right:0; margin-bottom: 1rem;}
	.footer_ft .ft_copy .cp > ul {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
}
	.footer_ft .ft_copy h5 {font-size: 1.2em;/* text-align: left; */}
	.footer_ft p {font-size:1em}
	.footer_ft .ft_copy .cp > ul li {font-size:.9em;margin-right: 0;word-break: keep-all;}
	.footer_ft .ft_copy .cp > ul li:first-child {margin-right:1rem}
	.footer_ft .ft_copy .cs strong {font-size:1.5em}
}

/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/ 
@media all and (max-width:767px) {
	.footer_ft .ft_copy .cs {}
	.footer_ft .ft_copy .cp > div {width: 15%;}

}
