@charset "utf-8";

/**하단**/    
#ft {
    background-color: var(--color-ftbg-color);
    color: white;
}
#ft > div{}
#ft .link{
    border-top: 1px solid #ccc;
}	
#ft .link ul{
    margin: 0 auto;
    display: flex;
    flex-direction: row;
	width: var(--width-size); margin: 0 auto;}



#ft .link ul li{
    padding: 1em 0;
    margin-right: 3em;
}
#ft .link ul li a{
    color: var(--color-ft-font-color);
    font-size: 0.9em;
}
#ft .copy{
    border-top: 1px solid #00000040;
    position: relative;
    padding: 1.5em 0 3em;
    font-weight: 100;
}	
#ft .copy > div{width: var(--width-size);max-width: var(--width-size);margin: 0 auto;display: flex;justify-content: space-between;}
#ft .copy ul{
    display: flex;
    flex-direction: row;
    position: relative;
    flex-wrap: wrap;
}	
#ft .copy ul li{
    margin-right: 1em;
    font-size: .9em;
    color: var(--color-ft-font-color);
    font-weight: 300;
}
#ft .copy ul li:nth-child(1) {width: 100%;padding-bottom: 1em;}
#ft .copy ul li a {color: var(--color-ft-font-color);font-size: 0.8em;}
#ft .copy ul li a.admin {
    font-size: .95em;
    color: #666;
    font-weight: 500;
    margin-left: 1em;
    border-bottom: 1px solid #666;
}
#ft .copy ul li a.admin:hover {color:var(--color-main); border-color:var(--color-main);}
#ft .copy ul li:nth-child(2){
}
#ft .copy ul li:last-child {width:100%;padding-top: 1em;display: flex;align-items: baseline;}
#ft .copy ul li span{
    text-transform: uppercase;
    margin-right: .5em;
    font-weight: 500;
}

#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; */
}
#ft .copy p a {
    color: var(--color-gray);
}

#ft .copy div img{
    width: 21%;
}

#ft div.social {
    width: 30%;
    z-index: 11;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    margin-left: 2em;
}
#ft .social ul.hotline {/* text-align: center; */display: flex;align-items: center;}
#ft .social ul.hotline li{font-weight: 400;line-height: 1.6em;margin-right: 0;padding-top: 0;padding-bottom: 0;}
#ft .social ul.hotline > li:nth-child(2){color: var(--color-main);font-weight: 700;font-size: 1.6em;}
#ft .social div{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    float: left;
}
#ft .social div img {
    width: 100%;
}
#ft .social div a{
    font-size: 1.6em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-top: .1em;
    padding-right: .5em;
}
#ft .social div a img {width:80%}
#ft .social div a iconify-icon{
    color: var(--color-ft-font-color);
}
#ft .social div a:nth-of-type(1) iconify-icon{}
#ft .social div a:nth-of-type(2) iconify-icon{font-size: 1.3em;}
#ft .social div a:nth-of-type(3) iconify-icon{}
#ft .social div a:nth-of-type(4) iconify-icon{
    font-size: 1.1em;
}
#ft .social div a:nth-of-type(5) iconify-icon{}


#ft .link ul.width_sub_size,
#ft .copy div.width_sub_size {}
#ft .social.width_sub_size {}

@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;
    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 1em 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;
    font-size: 1.2em;
	margin-right: 0;
}
	#ft .copy ul li:nth-child(2), #ft .copy ul li:last-child {margin-right: 0;}

	#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;
    align-items: center;
    flex-wrap: wrap;
}
	#ft .copy div.social {width: 55%;}
	#ft .copy div.social div {
    display: flex;
    justify-content: center;
}
	#ft .copy div img{
    width: 60%;
}
	#ft .social div a {
    padding: 0;
    margin: 0;
}
	#ft .copy ul li a.admin {display:none;}
	#ft .copy ul li:nth-last-child(1) {
 display: block;
 }
	
	#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;}
	#ft .social ul.hotline li {
    width: 50%;
}
	#ft .social ul.hotline li:first-child {
    width: 29%;
    font-size: 1.1em;
}
}



#back-top {
    z-index: 100000;
    display: none;
    height: 3em;
    transition: all 0.3s linear;
    color: var(--color-main);
}
 
#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;}
}