@charset "utf-8";

/**하단**/    
#ft {
    background-color: var(--color-ftbg-color);
    color: white;
}
#ft > div{}
#ft .link{}	
#ft .link ul{
    width: var(--width-size);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    position: relative;
}	
#ft .link ul li{
    padding: 2em 0;
    margin-right: 3em;
}

#ft .link ul li a{
    color: #d3d3d3;
}
#ft .link ul li:nth-last-of-type(1) {
    position: absolute;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    width: 200px;
    margin: unset;
    justify-content: space-between;
    margin: unset;
    /* padding: unset; */
}
#ft .link ul li:nth-last-of-type(1) a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#ft .link ul li:nth-last-of-type(1) span{}
#ft .link ul li:nth-last-of-type(1) img{
    height: 263%;
    width: auto;
}

#ft .copy{
    border-top: 1px solid #6e6e6e;
    position: relative;
    padding: 2em 0 3em;
    font-weight: 100;
    width: var(--width-size);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}	
#ft .copy ul{
    width: 55%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
}	
#ft .copy ul li{
    margin-right: 1em;
}
#ft .copy ul li:nth-child(1){
    /* width: 100%; */
}
#ft .copy ul li span{
    text-transform: uppercase;
    margin-right: .5em;
}
#ft .copy > span {
    width: 20%;
}
#ft .copy p{
    /* width: var(--width-size); */
    color: #cacaca;
    /* max-width: var(--width-size); */
    /* margin: 0 auto; */
    margin-top: 2em;
    font-size: .9em;
    /* letter-spacing: unset; */
    /* width: 60%; */
}
#ft .copy p a {
    color: var(--color-gray);
}
#ft .copy .link_logo {width: 24%;display: flex;align-items: center;justify-content: space-between;margin-top: 1em;}
#ft .copy .link_logo p {margin:0;font-weight: 500;color: #fff;}
#ft .copy .link_logo img {
    border-radius: 4px;
}
#ft .copy ul li:nth-last-child(1) a {
    color: white;
}
#ft .copy div img{}

.ft_link1 {
    /* position: absolute; */
    /* display: block; */
    /* width: 180px; */
    /* height: 50px; */
    /* right: 0; */
    /* bottom: 16%; */
    /* background-image: url(/img/main/nts_logo.png); */
    /* background-position-y: center; */
    /* background-position-x: center; */
    /* background-size: 100%; */
    /* background-repeat: no-repeat; */
    /* border-radius: 1em; */
}
.ft_link2 {/* background-image: url(/img/main/acrc_logo.png); */}
@media screen and (max-width: 1000px) {
	#ft {
    /* width: 6em; */
    min-width: 100%;
}
	#ft > div{}
	#ft .link{
    width: 100%;
}	
	#ft .link ul{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 1em;
    justify-content: space-between;
}	
	#ft .link ul li{
    padding: 0.2em;
    margin-right: 0;
}
	#ft .link ul li:nth-child(3n) {margin-right:0;}
	#ft .link ul li a{}
	#ft .copy{
    width: 100%;
}	
	#ft .copy ul{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}	
	#ft .copy ul li{
    width: auto;
    text-align: center;
}
	#ft .copy p{
    width: 100%;
    word-break: keep-all;
    text-align: center;
    padding: 0 1rem;
}
	#ft .copy .link_logo {
    width: 100%;
    display: flex;
    justify-content: center;
}
	.ft_link2 {margin-left:.5rem}
	#ft .copy ul li:nth-last-child(1) {
    display: none;
}
	#ft .copy > span {
    width: 50%;
    margin: 0 auto;
    padding-top: 1em;
}
	#ft .link ul li:nth-last-of-type(1) {
    position: relative;
    width: 100%;
}
	#ft .link ul li:nth-last-of-type(1) a{
    height: 5em;
    display: flex;
    align-items: center;
    justify-content: center;
}
	#ft .link ul li:nth-last-of-type(1) img {height:100%;margin-left: 1em;}
}
