@charset "utf-8";
#fot_warp{width:100%; height:auto; box-sizing: border-box; padding: 1rem 0; background:#f5f5f5}
.fot{width:1200px; margin:0 auto; height: 100%; display: flex; align-items: center; justify-content: space-between;}
.fot_left{width: 15%;}
.fot_left img{width: 100%;}
.fot_center{font-size:15px; letter-spacing:0.5px; line-height:24px; width: 60%;}
.footBtn{float: none !important; margin-top: 0 !important; width: 20%;}
.footBtn>a{font-size: 0.7rem !important; box-sizing: border-box; padding: 0.3rem !important;}
/* .fot_left{width:300px;}
.fot_left img{width: auto;}
.fot_center{width:700px; font-size:15px; letter-spacing:0.5px; line-height:24px; float:left}
.fot_right{width:200px;} */

/* ¹ÝÀÀÇü */
/* ÅÂºí¸´ °¡·Î¸ðµå */
@media only screen and (min-width: 1023px) and (max-width: 1400px){
.fot{width: 95%;}
}

/*ÅÂºí¸´ ¼¼·Î¸ðµå*/
@media only screen and (min-width: 767px) and (max-width: 1023px){
.fot{width: 95%;}
.fot_center{font-size: 13px; width: 55%; letter-spacing: -1px; line-height: normal;}
.fot_left{width: 18%;}
.footBtn{width: 25%;}

}

/* ¸ð¹ÙÀÏ */
@media only screen and (max-width: 767px) and (min-width: 300px){
.fot{width: 95%; flex-direction: column; align-items: start;}
.fot_left{width: 100%;}
.fot_left img{width: 30%;}
.fot_center{width: 100%; margin: 0.5rem 0; line-height: normal; letter-spacing: normal;}
.footBtn{width: 100%;}
}