@charset "utf-8";

/**하단**/ 
.footer_wrap {width:100%;background-color: #2D2D2D;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: 15px;color: #959595;margin-top: .5rem;}
.footer_ft p a {color: #959595;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(255 255 255 / 30%);
    padding-bottom: 2rem;
    /* height: 200px; */
}
.ft_top .terms {display: flex;max-width: var(--width-size);justify-content: flex-end;align-items: center;gap: 0 2rem;}
.ft_top .terms a {padding:0 20px;position:relative;font-weight: 400;font-size: 15px;line-height: 1.4;color: #fff;border: 1px solid rgb(255 255 255 / 20%);padding: .6rem 2rem;border-radius: 5px;}
.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%);display: none;}
.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;
    max-width: var(--width-size);
    margin: 2rem auto 0;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}
.footer_ft .ft_copy .top_left {width: 70%;display: flex;align-items: center;}
.leftlogo {width: 30%;}
.leftlogo img {height: 60px;object-fit:cover;}
.top_left .lefttxt {width: 90%;}
.footer_ft .ft_copy .top_right {
    /* width: 30%; */
    text-align: right;
}
.footer_ft .ft_copy .top_right > a {
    display: flex;
    justify-content: flex-end;
    margin-top: 1em;
}
.footer_ft .ft_copy .top_right > a > img {
    width: 100px;
}
.top_right p {color:#fff;margin-top: 0;letter-spacing: 0;}
.top_right span {font-size:30px;color:#1C9E95;line-height: 1.4;font-weight: 500;}
.footer_ft .ft_copy ul {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}
.footer_ft .ft_copy ul li {
    margin-right: 1rem;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
}
.footer_ft .ft_copy ul li:first-child {/* width:100%; */}
.footer_ft .ft_copy ul li span {
    margin-right: .5em;
}
.footer_ft .ft_copy .terms {
    display: flex;
    width: 40%;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: flex-end;
}
.footer_ft .ft_copy .terms a {padding-left:.3rem;color: #363636;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;
}



#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: #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;
}
/* QUICK MENU */
#quick{position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:10}
#quick .control.open{position:absolute;right: 0;margin: -52px 5px 0 0;top:50%;width: 70px;height: 100px;animation: jump 1.3s infinite linear;z-index:9;}
#quick .control.close{position:absolute;left:0;top:50%;transform: translateY(-50%);margin-left: -15px;width: 40px;height: 40px;border-radius:100%;background: var(--color-main);text-align:center;display: inline-flex;justify-content: center;align-items: center;transition: all .5s;box-shadow: 0 3px 10px rgb(0 0 0 / 20%);border: 1.5px solid #fff;}
#quick .control.close:hover {background-color:var(--color-main2)}
#quick .control.close:before{content:"\EA6C";font-family:"remixicon";font-size: 1rem;color: #fff;font-weight:600;transition: all .5s;}
#quick .control.close:hover:before {color:#fff}
#quick .group{visibility:visible;position:relative;transform: scale(1);transition:all .4s;transform-origin:right center}
#quick .group .list{position:relative;background: rgb(255 255 255 / 40%);width: 180px;height: 360px;border-radius:15.2rem 0 0 15.2rem;transition:all .5s;box-shadow: 0 3px 20px rgb(0 0 0 / 15%);}
#quick .group .list:before {content:"";background-color: var(--color-main);width: 97%;height: 97%;position: absolute;top: 50%;right: 0;transform: translateY(-50%);border-radius: 15.2rem 0 0 15.2rem;}
#quick .group .list li{position:absolute;color:#fff;font-size: 16px;font-weight:600;text-align:center}
#quick .group .list li a{display:block;transition: all .3s;color: #fff;transform: scale(.85);}
#quick .group .list li a:hover,
#quick .group .list li a:focus{transform: scale(1);transform-origin: center;}
#quick .group .list li a img {vertical-align: unset;}
#quick .group .list li:nth-child(1){right: 2rem;top: 2.5rem;}
#quick .group .list li:nth-child(2){left: 2rem;top: 6.5rem;}
#quick .group .list li:nth-child(3){left: 2rem;bottom: 6.5rem;}
#quick .group .list li:nth-child(4){right: 2rem;bottom: 2.5rem;}
#quick .group .list li strong {display:block;font-weight: 400;line-height: 1.3;}
#quick.hide {display:block;}
#quick.hide .group{transform:scale(0)}
#quick.hide .group .list{width:0;height:0;}
#quick .group.hide{visibility:hidden;overflow:hidden}
#quick .shadow {
    background-color: #08203b8f;
    display: inline-block;
    width: 65px;
    height: 20px;
    position: absolute;
    margin: 38px 5px 0 0;
    top: 50%;
    right: 0;
    z-index: 7;
    border-radius: 50%;
    opacity: .5;
}
.load #quick{right:0}


/* PC */ 
@media only screen and (min-width:1025px) and (max-width: 1600px) {
	.footer_ft {
		padding: 3%;
	}
	.footer_ft .ft_copy {}
	.footer_ft .ft_copy .top_left {width: 65%;display: flex;justify-content: space-between;}
	.top_left .leftlogo {width:25%}
	.top_left .leftlogo img {width:100%; object-fit:contain;}
	.top_left .lefttxt {width:65%;}
} 

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1024px)*/ 
@media all and (max-width:1024px) {
	.footer_ft {padding: 0 3%;}
	.footer_ft .ft_copy {flex-wrap: wrap;}
	.footer_ft .ft_copy .top_left {width:100%;flex-wrap: wrap;}
	.top_left .leftlogo {width: 100%;}
	.top_left .lefttxt {width: 100%;padding-top: 1rem;}
	.footer_ft .ft_copy .top_right {width:100%;display: flex;align-items: center;gap: 0 10px;}
	.footer_ft .ft_copy ul li:first-child {width:auto}

} 

/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/ 
@media all and (max-width:767px) {
	.footer_wrap {padding: 3rem 0;}
	.footer_ft .ft_copy .top_left {width:100%}
	.leftlogo {width: 45%;}
	.leftlogo img {width:100%; height:auto}
	
}

/* 모바일 가로, 테블릿 세로 (해상도 ~ 479px)*/ 
@media all and (max-width:479px) {
	.ft_top .terms {flex-wrap:wrap;gap: 5px 0;width: 40%;}
	.ft_top .terms a {font-size:14px;padding: .3rem 1rem;width: 100%;text-align: center;}
	.footer_ft .ft_copy .top_right {flex-wrap:wrap}
	.footer_ft .ft_copy ul li, .top_right p, .footer_ft p {font-size:14px; word-break:keep-all}
	.top_right span {font-size:18px}
	.footer_ft p a {padding:0}
	
}



#back-top {
    position: fixed;
    bottom: 38px;
    right: 8%;
    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;
}

@media screen and (max-width: 1000px) {
	#back-top  {display: none !important;}
}