@charset "utf-8";

/**하단**/    
#ft {
    background-color: var(--color-ftbg-color);
    color: var(--color-ft-font-color);
}
#ft > div{
    border-ft_bottom: 1px solid rgb(255 255 255 / 10%);
}
#ft .link{width: var(--width-size);margin: 0 auto;display: flex;justify-content: space-between;padding: 1.2em 0;/* display: none; */}	
#ft .link ul{
    display: flex;
    align-items: center;
    }
#ft .link ul li{
    margin-right: 3em;
}
#ft .link ul li a{
    color: var(--color-ft-font-color);
}
#ft .link div {
    width: 8%;
    display: flex;
    justify-content: space-between;
}
#ft .link div img {
    width: 90%;
}
#ft .copy{
    width: var(--width-size);
    max-width: var(--width-size);
    margin: 0 auto;
    position: relative;
    padding: 3em 0;
    font-weight: 100;
    /* display: none; */
}	
#ft .copy h1 {margin-ft_bottom:1em;color: #fff;}
#ft .copy h1 img {width: 100%;filter: brightness(0) invert(1);}
#ft .copy > div{display: flex;justify-content: space-between;margin-left: 4em;width: 43%;}
#ft .copy ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    width: 90%;
}	
#ft .copy ul li{
    margin-right: 1.2em;
    color: var(--color-ft-font-color);
    font-weight: 300;
    line-height: 1.4;
    font-size: 17px;
}
#ft .copy ul li:nth-child(1), #ft .copy ul li:nth-child(2) {}
#ft .copy ul li:last-child{width:100%;padding-top: .5em;color: rgb(255 255 255 / 60%);}

#ft .copy ul li a {color: rgb(255 255 255 / 60%);font-size: 0.8em;}
#ft .copy ul li span{
    /* text-transform: uppercase; */
    margin-right: .5em;
    font-weight: 500;
}
#ft .copy p a {
    color: var(--color-gray);
}
#ft .copy .hotline {
    display: flex;
    flex-direction: column;
}
#ft .copy .hotline h4 {color: var(--color-main);}
#ft .copy .hotline strong{
    font-size: 1.5em;
}
#ft .copy .hotline p{
    /* font-size: .9em; */
}

#ft .social {
    width: 40%;
    /* margin: 0 auto; */
    /* position: absolute; */
    /* left: 50%; */
    top: 0;
    /* margin-left: -650px; */
    z-index: 11;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
#ft .social div{
    display: flex;
    justify-content: space-between;
    width: 205px;
    align-items: center;
}
#ft .social div a{
    font-size: 1.6em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-top: .1em;
}
#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 .social.width_sub_size {margin-left: -37px;}


.section6{width:100%;/* height: 45vh; */background-color: #2e2e2e;}

.footer_ft {
    width: 100%;
    padding: 4rem 5%;
}


.footer_ft .ft_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ft_top .ft_logo {width: 220px;}
.ft_top .ft_logo img {width:100%; }
.ft_top ul{display:flex;width: 20%;justify-content: space-between;}
.footer_ft ul li{font-size: 16px;font-weight: 200;color: rgb(255 255 255 / 60%);}
.footer_ft ul li span {margin-right: 6px;color: rgb(255 255 255 / 80%);font-weight: 400;}
.ft_top ul li {opacity:1}
.ft_top ul li a{color: #ffffff;}

.ft_bottom{margin-top: 2rem;}
.ft_bottom ul{display:flex;gap: 1rem;}
.ft_bottom p{color: #707070;font-size: 16px;}
.ft_bottom p:last-child{margin-top: 1rem;}
.ft_bottom ul{/* margin-top:1%; */}


/* FHD - 1920 / 24인치이상 */
@media only screen and (min-width: 1681px)  {
		
	
}

@media only screen and (max-width: 1680px) and (min-width: 1367px)  {

}


/* HD */

@media only screen and (max-width: 1366px) and (min-width: 1025px)  {



		/****************************/
		/*footer*/
		.senten_ft{width:100%; height:400px; }
	
}



@media screen and (max-width: 1000px) {
	#ft {
    /* width: 6em; */
    min-width: 100%;
    font-size: 0.9em;
}
	#ft > div{}
	#ft .link{
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
}	
	#ft .link div {
    width: 100%;
    display: flex;
    justify-content: center;
}
	#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: 1em;
}
	#ft .link ul li:nth-child(3n) {margin-right:0;}
	#ft .link ul li a{}
	#ft .copy{
    width: 100%;
    padding: 2em 5%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}	#ft .copy h1 {
    width: 100%;
    text-align: center;
}
	#ft .copy h1 img {
    width: 70%;
}
	#ft .copy ul{
    width: 100%;
    display: flex;
    flex-direction: row;
    padding-left: 0;
    flex-wrap: wrap;
    justify-content: center;
}	
	#ft .copy ul li{
    width: auto;
    text-align: center;
    font-size: 1em;
    margin-right: 1em;
    word-break: keep-all;
}
	#ft .copy ul li span {
}
	#ft .copy ul li:nth-child(1) {margin-right: 0;}
	#ft .copy ul li:nth-child(3) {margin-right:1em}
	#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 .hotline {margin-top:2em;}
	#ft .copy .hotline h4 {
    font-size: 1.2em;
}
	#ft .copy div img{}
	
	#ft .copy ul:after {top: 100%;width: 100%;height: 1px;margin-top: 5%;}
	
	#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;
    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;
}

@media screen and (max-width: 1000px) {
	#back-top  {display: none !important;}
}


@media screen and (max-width: 1024px) {
	.footer_ft {padding: 5% 5%;}

	.ft_left {width: 75%;}
	.footer_ft ul li a {/* font-size: 2em; */}
	
	.ft_left dl dt,
	.ft_left dl dd{font-size:1em;}

	.footer_ft ul {flex-wrap: wrap;gap: .5rem;}
	.ft_top ul {width:50%}
}

@media screen and (max-width: 480px) {

	.footer_ft {flex-wrap: wrap;padding: 15% 5%;}
	.footer_ft .ft_top {flex-wrap:wrap;gap: 1rem;}
	.ft_top ul {width:100%;gap: 0;}
	.footer_ft ul li, .ft_bottom p {font-size:14px}
	
}

