@charset "utf-8";

/**하단**/ 
.footer_wrap {width:100%;background-color: #302d2c;padding: 5rem 0;/* border-top: 1px solid #ececec; */}
.footer_ft{/* display: flex; *//* justify-content: space-between; *//* padding: 0% 5%; *//* margin-top: 15%; */z-index: 1;position: relative;/* padding: 5rem 13rem; */width: var(--width-size);margin: 0 auto;}


.footer_ft p{color:#fff;font-weight: 300;font-size: 16px;color: rgb(255 255 255 / 60%);margin-top: .5rem;}
.footer_ft p a {color: #6c6c6c;padding-left: 1rem;}
.footer_ft p a:hover {color: #837aed;}
.footer_ft ul li, .footer_ft ul li a{color: #000000;font-size: 16px;}

.copy_hi{margin-top: 7%;}
.copy_hi p{opacity:0.5;}

.footer_ft .ft_top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgb(0 0 0 / 5%);
    padding-bottom: 2rem;
    /* height: 200px; */
}
.ft_top .terms {display: flex;}
.ft_top .terms a {padding:0 20px;position:relative;font-weight: 400;font-size: 17px;line-height: 1.4;}
.ft_top .terms a:first-child {padding-left:0}
.ft_top .terms a:after {content:"";position:absolute;width:6px;height:6px;background-color:#ddd;border-radius:50%;top:50%;right: -3px;transform:translateY(-50%)}
.ft_top .terms a:last-child::after {display:none}
.ft_top .top_left {height: 100%;display: flex;flex-direction: column;justify-content: space-between;align-items: flex-start;}
.ft_top .top_left .slogan {padding-top: 2rem;}
.ft_top .top_left .slogan p {
    font-size: 32px;
    color: #888;
    font-family: var(--font-point);
}
.ft_top .top_left .slogan strong{
    font-weight: 600;
    color: #fff;
}
.ft_top .top_right {
    height: 100%;
}
.ft_top ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    height: 100%;
}
.ft_top ul li {
}
.footer_ft .ft_copy {
    display: flex;
    margin-top: 1em;
    align-items: flex-start;
    justify-content: space-between;
    gap: 4rem;
}
.footer_ft .ft_copy .top_right {
    width: 70%;
    position: relative;
}
.ft_copy .ft_info {width:50%}
.footer_ft .ft_copy ul {
    display: flex;
    /* width: 96%; */
    flex-direction: row;
    flex-wrap: wrap;
}
.footer_ft .ft_copy ul li {
    margin-right: 1rem;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.6;
    color: rgb(255 255 255 / 90%);
}
.footer_ft .ft_copy ul li span {
    margin-right: .5em;
}
.footer_ft .ft_copy .terms {
    display: flex;
    width: 20%;
    align-items: flex-end;
    flex-direction: column;
    justify-content: space-between;
    gap: .2rem;
}
.footer_ft .ft_copy .terms a {padding-left:.3rem;color: #fff;margin-left: 1rem;font-size: 16px;}
.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 a.wa {
    width: 9em;
    height: 5em;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
}
.footer_ft .ft_copy a.wa img{
    height: 100%;
}

#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: #fff;
    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:#fff;
					  transition: all 0.5s linear;}
#back-top .top i {font-size: 1.5em;line-height: 1.6em;}
#back-top a:hover {
    color: #000;
}
#back-top {
    position: fixed;
    bottom: 38px;
    right: 1%;
    z-index: 100000;
    display: none;
}
 
#back-top a {
        width: 60px;
        height: 60px;
        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: 0;
        margin-bottom: 3em;
}
#back-top .top {
    background-color: #fff;
    width: 100%;
    height: 100%;
    bottom: 30%;
    right: 50%;
    color: var(--color-main);
    font-weight: 600;
    font-size: 1.5em;
    display: inline-flex;
    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;
    align-items: center;
    justify-content: center;
}
#back-top .top:hover {background-color: var(--color-main); color:#fff;
					  transition: all 0.5s linear;}
#back-top .top i {font-size: 1.5em;line-height: 1.6em;}
#back-top a:hover {color: #000;}

/* PC */ 
@media only screen and (min-width:1024px) and (max-width: 1500px) {
	#back-top {bottom:0}

} 

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1023px)*/ 
@media all and (max-width:1023px) {
	.footer_ft {
		padding: 0 5%;
	}
	.footer_ft .ft_copy {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
	.bottom_logo {width:100%}
	.ft_copy .ft_info {width: 72%;}
	.footer_ft .ft_copy .terms {width: 23%;}
	.footer_ft p span {display:block;}
	.footer_ft p a {padding-left:0}
	#back-top .top {display:none;}
} 

/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/ 
@media all and (max-width:767px) {
	.footer_wrap {
    padding: 3rem 0;
}
	.footer_ft .ft_top {padding-bottom:1rem}
	.ft_top .terms {
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
}
	.ft_top .terms a {font-size: .9em;padding-right: 9px;padding-left: 9px;}
	.ft_top .terms a:last-child {padding:0;padding-left: 9px;}
	.ft_top .terms a:after {width:4px; height:4px}
	.ft_top .top_left .slogan {display:none}
	.ft_top .top_right {
    padding: 1rem 0;
}
	.ft_top ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    height: auto;
}
	.footer_ft .ft_copy ul li, .footer_ft p {font-size: .9rem;}
	
	.footer_ft .ft_copy a.wa {position: unset;display: flex;align-items: center;justify-content: center;width: 100%;margin: 1em 1px;}
	.footer_ft .ft_copy a.wa img{}

}

/* 모바일 가로, 테블릿 세로 (해상도 ~ 479px)*/ 
	@media all and (max-width:479px) {
	.ft_copy .ft_info {width:100%}
	
	.footer_ft .ft_copy .terms {width:100%;display: flex;align-items: flex-start;flex-direction: row;}
	.footer_ft .ft_copy .terms a {font-size:.9rem;margin: 0;padding: 0;}
}




