@charset "utf-8";

/**하단**/    
.footer_ft{width:100%;background-color: #343434;/* display: flex; *//* justify-content: space-between; *//* padding: 0% 5%; *//* margin-top: 15%; */z-index: 1;position: relative;padding: 5rem 0;}


.footer_ft p, .footer_ft p a{color:#fff;font-weight: 300;font-size: 16px;color: #ffffff87;}
.footer_ft p a:hover {color:#fff}
.footer_ft ul li, .footer_ft ul li a{color: #ffffff;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 #ffffff24;
    padding-bottom: 2rem;
}
.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: #ddd;
    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;
    align-items: flex-end;
    justify-content: space-between;
}
.ft_top ul li {padding-right: 1rem;}
.ft_top ul li:last-child {padding-right:unset}
.ft_top ul li i {font-size: 1.4rem;opacity: .7;display: inline-block;}
.ft_top .top_left ul li {
    margin-right: 1rem;
    position: relative;
}
.ft_top .top_left ul li:after {
	content:"";
	position:absolute;
	background-color: #888;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	top: 50%;
	right: -2px;
	transform: translateY(-50%);
}
.ft_top .top_left ul li:last-child::after {display:none;}
.footer_ft .ft_copy {
    display: flex;
    margin-top: 1em;
    width: var(--width-size);
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
}
.footer_ft .ft_copy h1,.footer_ft .ft_copy div.title {font-size: 32px;color:#fff;font-weight: 800;letter-spacing: -1.5px;}
.footer_ft .ft_copy .ft_right {
    width: 36%;
    min-width: 98px;
}
.footer_ft .ft_copy ul {
    display: flex;
    width: auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: .5rem;
    gap: 0 2rem;
}
.footer_ft .ft_copy ul li {
    font-weight: 300;
    font-size: 16px;
    opacity: 1;
    padding: 3px 0;
    position: relative;
}
.footer_ft .ft_copy ul li:nth-child(2)::after {content:""; position:absolute; width:1px; height:50%; background-color:#ffffff5c; top:50%; right:0; transform:translateY(-50%); margin-right:-1rem}
.footer_ft .ft_copy ul li:first-child {width:100%;font-size: 20px;font-weight: 700;}
.footer_ft .ft_copy ul li span {
    margin-right: .5em;
}
.footer_ft .ft_copy ul li span a {
    font-weight: 200;
    color: #ccc;
    transition: all .3s;
}
.footer_ft .ft_copy ul li span a:hover {color: rgb(233 195 255);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;}
.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;
}


/* PC */ 
@media only screen and (min-width:1280px) and (max-width: 1600px) {
	.footer_ft {
		padding: 5%;
	}

} 

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1024px)*/ 
@media all and (max-width:1024px) {
	.footer_ft {
		padding: 8% 5%;
	}
	.footer_ft .ft_copy {
    display: flex;
    flex-wrap: wrap;
}
	.footer_ft .ft_copy h1 {margin-bottom:1.5rem}
	.footer_ft .ft_copy .ft_right {width:100%}
	.footer_ft .ft_copy ul {width:100%}
	.footer_ft .ft_copy .terms {
    width: 100%;
    justify-content: flex-start;
	margin-top:1rem
}
	.footer_ft .ft_copy .terms a {margin-left: 0;margin-right: 1rem;padding: 0;}
	.footer_ft .ft_copy .terms p {width:100%}
} 

/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/ 
@media all and (max-width:767px) {
	.footer_ft .ft_copy {
    width: 100%;
    letter-spacing: -1px;
}
	.footer_ft .ft_copy h1 {font-size: 25px;}
	.footer_ft .ft_copy ul li:first-child {font-size:18px}
	.footer_ft .ft_copy ul li {}
	.footer_ft .ft_copy ul li:nth-child(2)::after {display:none;}
}

/* 모바일 가로, 테블릿 세로 (해상도 ~ 479px)*/ 
@media all and (max-width:479px) {
}



#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: 3em;
        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;
}
.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;}
}