#footer {
  background-color: #1a2238;
  background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 24px 24px;
  color: #f1f1f1;
}
#footer .inner { padding: 3rem 1.25rem; max-width: 1600px; margin: 0 auto; }
#footer .top { display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 0rem; }
#footer .top .left, #footer .top .right { flex: 1; min-width: 300px; }
#footer .top .txt h3 { font-size: 1.25rem; color: #fff; font-weight: 800; padding-bottom: 1.25rem; }
#footer .top .txt ul { padding: 0; list-style: none; }
#footer .top .txt ul li { font-size: 1.0625rem; color: #fff; padding: 0.5rem 0; display: inline-block; /*align-items: center; flex-wrap: wrap;*/ margin-right: 1rem;}
#footer .top .txt ul li:nth-child(4),#footer .top .txt ul li:nth-child(5) { display: block; margin-right: 0; /* 필요하면 오른쪽 간격 제거 */}


#footer .top .txt ul li h2 { font-weight: 600; color: #a9a9a9; font-size: 1.0rem; display:inline-block }
#footer .top .txt ul li span { font-size: 1.0rem; color: #fff; font-weight: 500; }
#footer .bottom { margin-top: 3rem; }
#footer .bottom ul { display: flex; flex-wrap: wrap; justify-content: flex-start; padding: 0; }
#footer .bottom ul li { margin-right: 2rem; margin-bottom: 1rem; }
#footer .bottom ul li a { font-size: 1.0625rem; color: #fff; font-weight: 800; }
#footer .bottom ul li span { color: #d50000; }
#footer .copy { font-size: 0.9375rem; color: #fff; opacity: 0.8; font-weight: 400; margin-top: 2rem; }
#footer .sns_box { display: flex; gap: 1.5rem; margin-top: 2rem; padding: 0; }
#footer .sns_box .sns a { display: block; width: 4rem; height: 4rem; border: 1px solid rgba(255,255,255,0.2); font-size: 0; background: url(../img/facebook.png) no-repeat center / 0.6rem; }
#footer .sns_box .sns.n2 a { background-image: url(../img/insta.png); background-size: 2rem; }
#footer .sns_box .sns.n3 a { background-image: url(../img/naver.png); background-size: 1.8rem; }

@media (max-width: 768px) {
    #footer .top { flex-direction: column; }
    #footer .top .left, #footer .top .right { width: 100%; margin-bottom: 2rem; }
    #footer .bottom ul { flex-direction: column; }
    #footer .bottom ul li { margin-right: 0; }

    #footer .top .txt ul li { display: block;}
    #footer .top .txt ul li h2 { font-weight: 600; color: #a9a9a9; font-size: 0.8rem; display:inline-block }
    #footer .top .txt ul li span { font-size: 0.8rem; color: #fff; font-weight: 400; }
}

@media (max-width: 576px) {
    #footer .top .txt ul li h2 { font-size: 16px}
    #footer .top .txt ul li span { font-size: 16px}
    #footer .sns_box .sns a { display: block; width: 3rem; height: 3rem; border: 1px solid rgba(255,255,255,0.2); font-size: 0; background: url(../img/facebook.png) no-repeat center / 0.6rem; }
    #footer .sns_box .sns.n2 a { background-image: url(../img/insta.png); background-size: 1.0rem; }
    #footer .sns_box .sns.n3 a { background-image: url(../img/naver.png); background-size: 1.0rem; }
}


#bott {background:url("/theme/php/img/pattern1.jpg") center top repeat}
#bott .inner {max-width: 1600px; margin:0px auto; padding:100px 0}
#bott .quick {
  display: flex;
  justify-content: space-between; /* 첫번째는 왼쪽, 마지막은 오른쪽, 나머지 공간 균등 */
  align-items: center; /* 수직 가운데 정렬 */
}
#bott .quick img {max-width:100%;}

@media (max-width: 1500px) {
   #bott .quick {  display: flex;  gap: 10px; /* div 간 간격 */  align-items: center; /* 수직 가운데 정렬 */}
   /* #bott .quick div::first-child { gap: 0px;}
   #bott .quick div::last-child { gap: 0px;} */
}

/* @media (max-width: 576px) {
    #bott .quick { display: block;}
} */