@charset "UTF-8";

* {margin: 0; padding: 0; box-sizing: border-box;}
h1, h2, h3, h4, h5, h6, p, span, a, button, label, td, th, dt, dd, i, em {font-family: 'Pretendard', sans-serif; color: #333; text-decoration: none;}
li {text-decoration: none; list-style: none;}
.mo {display: none;}

body {width: 100%; height: auto; overflow-x:hidden;}
.clearfix:after{content:""; display:block; clear:both;}
.fix-layout{max-width:1424px; margin:0 auto; width:100%; padding:0 12px;}

/* Footer */
footer{padding:100px 0; background:#21272a}
footer > .fix-layout{display:flex; justify-content:space-between; position:relative;}
footer h1{position:absolute; right:12px; bottom:-30px;}
.ft-left p{color:#fff; font-weight:600; margin-bottom:12px;}
.ft-right ul{display:flex; gap:20px; flex-wrap: wrap;     justify-content: end;}
.ft-right ul li a{font-weight:600; color:#fff;}
.ft-right ul li .redTxt{color:#ed3058;}

@media all and (max-width:767px){
		footer{padding:30px 0; text-align:center;}
		footer > .fix-layout{flex-direction:column; gap:20px;}
		footer h1{position:relative; bottom:unset; right:unset; }
		.ft-right ul{justify-content: center;}
}