@charset "utf-8";

/**하단**/    
#ft {
    background-color: var(--color-ftbg-color);
    color: var(--color-ft-font-color);
}
#ft .footer {
    width: var(--width-size);
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 4em 0 2em;
}

#ft p, #ft li {font-size:16px;font-weight: 400;}
#ft .cs {display: flex;flex-wrap: wrap;flex-direction: row;justify-content: space-between;width: 40%;}
#ft .cs h4 {
    font-size: 22px;
    width: 100%;
    margin-bottom: 1em;
}
#ft .cs ul {}
#ft .cs ul li {
    font-weight: 300;
}
#ft .cs ul li strong {
    color: var(--color-main);
    font-size: 26px;
}
#ft .cs div {}
#ft .cs div h5 {
    font-size: 18px;
    line-height: 2;
    padding-bottom: .5em;
}
#ft .cp {
    width: 46%;
}
#ft .cp .cp_link {
    display: flex;
    margin-bottom: 2em;
}
#ft .cp .cp_link li {padding-right:2em;font-weight: 500;}
#ft .cp .cp_info {
    display: flex;
    flex-wrap: wrap;
}
#ft .cp .cp_info li {
    padding-right: 1em;
    line-height: 1.7;
}
#ft .cp .cp_info li:nth-child(2), #ft .cp .cp_info li:nth-child(5), #ft .cp .cp_info li:last-child {padding-right:0;}
#ft .copy{
    border-top: 1px solid #ccc;
    padding: 2em 0 4em;
}
#ft .copy ul {
    width: var(--width-sub-size);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#ft .copy ul li {}
#ft .copy ul li:last-child {width: 28%;display: flex;justify-content: space-between;}
   
@media screen and (max-width: 1000px) {
	#ft {
    /* width: 6em; */
    min-width: 100%;
    padding: 1em;
}
	#ft .footer {
    width: 100%;
    display: flex;
    flex-direction: column;
}
	#ft .cs {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
	#ft .cs div h5 {
    padding-bottom: 0;
}
	#ft .cp {
    width: 100%;
    margin-top: 2em;
    padding-top: 2em;
    display: flex;
    flex-direction: column-reverse;
    border-top: 1px solid #ccc;
}
	#ft .cp .cp_link {
    margin: 2em 0 0;
}
	#ft .cp .cp_info {
}
	#ft > div{}
	#ft .link{
    width: 100%;
}	
	#ft .link ul{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1em;
}	
	#ft .link ul li{
    padding: 0.2em;
    margin-right: 2em;
}
	#ft .link ul li:nth-child(3n) {margin-right:0;}
	#ft .link ul li a{}
	#ft .copy{
    width: 100%;
    padding: 1em 0 2em;
}	
	#ft .copy ul{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
}	
	#ft .copy ul li{
    width: auto;
    text-align: center;
}
	#ft .copy ul li:nth-child(1) {
    position: relative;
    margin-bottom: 1em;
    width: 100%;
    background-size: auto;
}
	#ft .copy p{
    width: 100%;
    word-break: keep-all;
    text-align: center;
}
	#ft .copy div{
    margin-left: 0;
    width: 100%;
    position: relative;
    left: 0;
    display: flex;
    justify-content: space-evenly;
    margin-top: 1em;
    flex-wrap: wrap;
    align-items: center;
}
	#ft .copy div img{}
	
	#ft .copy ul li:nth-last-child(1) {
    display: none;
	}
	
	#ft .link ul.width_sub_size,
	#ft .copy div.width_sub_size,
	#ft .social.width_sub_size {width: 100%;}
	#ft .social.width_sub_size {margin-left: unset;}
}



#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;
}

@media screen and (max-width: 1000px) {
	#back-top  {display: none !important;}
}