@charset "utf-8";

/**하단**/    
.footer_ft {width:100%;background-color: #393939;/* display: flex; *//* justify-content: space-between; *//* padding: 0% 5%; *//* margin-top: 15%; */z-index: 1;position: relative;/* padding-left: 100px; */}
.ft_inner {
    width: var(--width-size);
    margin: 0 auto;
    padding: var(--sub_pd_half) 30px;
    /* padding-left: 100px; */
}



.footer_ft ul li, .footer_ft ul li a{color: #ffffff;}

.copy_hi{margin-top: 7%;}

.footer_ft .ft_bottom {
    display: flex;
    border-top: 1px solid #ffffff24;
    padding-top: 2rem;
    margin-top: 2rem;
    justify-content: space-between;
    align-items: center;
	
}
.footer_ft .ft_bottom p {color:#fff;font-size:16px; font-weight:200;}
.footer_ft .ft_bottom p a {color:#fff; opacity:.6;font-weight:200;}
.footer_ft .ft_bottom p a:hover {opacity:1}
.ft_bottom .top_left {
    display: flex;
    align-items: center;
    gap: 1rem 4rem;
}
.ft_bottom ul {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.ft_bottom ul li {padding-right: 1rem;}
.ft_bottom ul li:last-child {padding-right:unset}
.ft_bottom ul li i {font-size: 1.4rem;opacity: .7;display: inline-block;}
.ft_bottom .top_left ul li {
    margin-right: 1rem;
    position: relative;
}
.ft_bottom .top_left ul li:after {
	content:"";
	position:absolute;
	background-color: #c4c4c4;
	width: 1px;
	height: 53%;
	border-radius: 50%;
	top: 50%;
	right: -2px;
	transform: translateY(-50%);
}
.ft_bottom .top_left ul li:last-child::after {display:none;}
.ft_box {background-color:#fff;border-radius:3rem;padding:1rem;display: flex;justify-content: space-between;flex-wrap: wrap;gap: .5rem 0;}
.ft_box ul {display:flex;padding:0 1rem;gap: 4rem;align-items: center;}
.ft_box > ul li {position:relative; }
.ft_box > ul li:first-child::after {content:""; width:1px; height:50%; position:absolute; right:0; background-color:#a6a6a6; margin-right:-2rem; top:53%; transform:translateY(-50%)}
.ft_box strong {padding-left:1rem; font-size:22px; font-weight:800}
.bottom_sns ul {gap:1.5rem}
.bottom_sns li {border:1px solid #ccc;width: 44px;height: 44px;border-radius: 50%;}
.bottom_sns li a {line-height:1;width: 100%;height: 100%;display: inline-flex;align-items: center;justify-content: center;opacity: .5;transition: .4s;}
.bottom_sns li a:hover {opacity:1}
.footer_ft .ft_copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_ft .ft_copy  img {width:300px}
.footer_ft .ft_copy ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: .5rem 2rem;
}
.footer_ft .ft_copy ul li {
    font-size: 17px;
    font-weight: 300;
}
.footer_ft .ft_copy ul li:first-child {width:100%}
.footer_ft .ft_copy ul li p {opacity:50%;color: #fff;}
.footer_ft .ft_copy ul li span {
    margin-right: .5em;
}
.footer_ft .ft_copy ul li span a {
    font-weight: 200;
    transition: all .3s;
}
.footer_ft .ft_copy ul li span a:hover {color: #ffbe00;opacity:1}
.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: #ffffff;margin-left: 1rem;font-size: 16px;}
.footer_ft .ft_copy i {color:#fff;font-size: 1.45em;}


#back-top {
    position: fixed;
    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-bottom: 3em;
}
#back-top .top {
    background-color: #fff;
    width: 80px;
    height: 80px;
    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;
}


/* PC */ 
@media only screen and (min-width:1025px) and (max-width: 1500px) {
	.ft_inner {padding: 5rem 3%;}

} 

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1024px)*/ 
@media all and (max-width:1024px) {
	.ft_inner {}
	.footer_ft .ft_bottom {flex-wrap:wrap;gap: .5rem;}
} 

/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/ 
@media all and (max-width:767px) {
	.ft_inner {padding:3rem 5%}
	.footer_ft .ft_copy {flex-wrap:wrap;flex-direction: column-reverse;gap: 1rem;align-items: flex-start;}
	.footer_ft .ft_copy img {width: 80%;}
	.footer_ft .ft_copy ul {
    gap: 5px 20px;
}
	.ft_bottom ul li, .footer_ft .ft_copy ul li, .footer_ft .ft_bottom p {font-size: clamp(.9rem, 4vw, 1rem);word-break: keep-all;}
	.footer_ft .ft_bottom {}
}



#back-top {
    position: fixed;
    bottom: 12px;
    right: 9px;
    z-index: 10;
    display: none;
}
 
#back-top a {
        width: 60px;
        height: 60px;
        display: block;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
        margin-right: 3rem;
        margin-bottom: 3rem;
}
#back-top .top {
    background-color: #fff;
    width: 60px;
    height: 60px;
    bottom: 30%;
    right: 50%;
    color: #fff;
    font-weight: 600;
    font-size: 1.5em;
    display: inline-flex;
    border-radius: 50%;
    letter-spacing: 1px;
    text-align: center;
    padding: .5em 0;
    box-shadow: 2px 2px 10px rgb(255 145 0 / 50%);
    transition: all 0.5s linear;
    font-size: 2rem;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    background-color: var(--color-main);
}
#back-top .top:hover {background-color: var(--color-main2); 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;
}
.goto {
    position:fixed;
    right:35px;
    top: 65%;
    transform:translateY(-50%);
    z-index:25;
}
.goto h3 {/* visibility:hidden; */height:0;text-indent: -9999px;}
.goto ul{
    margin-bottom: 1rem;
}
.goto ul li{
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    position: relative;
    box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 20%);
    background-color:var(--color-main)
}
.goto ul li + li {margin-top:1rem}
.goto ul li a{display: block;height: 100%;}
.goto ul li a span {
}
.goto ul li a p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    width: 0;
    height: 52px;
    position: absolute;
    z-index: -1;
    border-radius: 26px;
    right: 0;
    top: 0;
    padding-left: 20px;
    opacity: 0;
	background-color:var(--color-main);
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}
.goto ul li:nth-of-type(1) {background-image: url(/img/main/goto1.png);background-color: var(--color-main);}
.goto ul li:nth-of-type(2) {background-image: url(/img/main/goto2.png);background-color: #70B567;}
.goto ul li:nth-of-type(3) {background-image: url(/img/main/goto3.png);background-color: #43A066;}
.goto ul li:nth-of-type(4) {background-image: url(/img/main/goto4.png);background-color: #269266;}
.goto ul li:nth-of-type(5) {background-image: url(/img/main/goto5.png);background-color: #ff981f;}

.goto ul li:nth-of-type(2) p {background-color: var(--color-main);}
.goto ul li:nth-of-type(3) p {background-color: #43A066}
.goto ul li:nth-of-type(4) p {background-color: #269266;}
.goto ul li:nth-of-type(5) p {background-color: #70B567;}
.goto .back_top {
    text-align: center;
    width: 52px;
    height: 52px;
    background-color: #fff;
    border: 2px solid #269266;
    border-radius: 50%;
    background-image: url(/img/main/top.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 20%);
}
.goto .back_top a{
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.goto ul li:hover p {right:0;transition:all 0.3s;opacity:1; width:120px}

.goto ul li:nth-of-type(1):hover p, .goto ul li:nth-of-type(4):hover p {width:160px}

.goto ul li:hover {background-color: #fff;}
.goto ul li:nth-of-type(1):hover  {background-image: url(/img/main/goto1_ov.png);}
.goto ul li:nth-of-type(2):hover  {background-image: url(/img/main/goto2_ov.png);}
.goto ul li:nth-of-type(3):hover  {background-image: url(/img/main/goto3_ov.png);}
.goto ul li:nth-of-type(4):hover  {background-image: url(/img/main/goto4_ov.png);}

@media screen and (max-width: 1000px) {
	#back-top  {display: none !important;}
}

/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/
@media all and (max-width:767px) {
	.goto {display: none !important;}
}