/* BASIC css start */
#footer { background: #1F1F1F; max-width: 100%; }
#footer .footer-inner { max-width: 1820px; width: 100%; padding: 50px 50px 40px; margin: 0 auto; }
.footer-body { display: flex; align-items: flex-start; gap: 60px; padding: 0; border-top: 1px solid #ddd; }
.tlogo { margin: 0; flex-shrink: 0; }
.tlogo img { width: 300px; height: auto; }
.footer-right { width: 100%; flex: 1; display: flex; flex-direction: column; }
.footer-nav { display: flex; gap: 0; width: 100%; margin-top: 60px; }
.footer-nav__col { flex: 1; max-width: 330px; }
.footer-nav__heading { font-size: 15px; font-weight: 500; color: #fff; margin-bottom: 16px; display: flex; align-items: center; cursor: default; }
.footer-nav__arrow { display: none; }
.footer-nav__list { list-style: none; padding: 0; margin: 0;  }
.footer-nav__list li { margin-bottom: 10px; }
.footer-nav__list a { font-size: 15px; color: #fff; text-decoration: none; letter-spacing: 0.03em; font-family: 'Poppins', sans-serif; }
.infoBx.sns { display: flex; justify-content: flex-end; margin-left: auto; }
.infoBx.sns ul { list-style: none; padding: 0; margin: 0; display: flex; gap: 20px; }
.infoBx.sns ul li a img { width: 22px; }
.infoBx.sns ul li a:hover img { opacity: 1; }
.footer-info { text-align: center; background: #171717; }
.footer-info p { font-size: 11px; color: #FEFEFE; line-height: 1.9; margin: 0; text-align: left; }
@media (max-width: 1080px) {
  #footer .footer-inner { padding: 40px 0 60px; }
  .footer-body { flex-direction: column; gap: 20px; padding: 0 20px; }
  .tlogo img { width: 230px; }
  .footer-nav { flex-direction: column; padding: 0; margin-top: 10px; }
  /*.footer-nav__col { border-bottom: 1px solid #e5e5e5; }*/
  .footer-nav__heading { font-size: 15px; padding: 12px 0 12px 0; margin-bottom: 0; cursor: pointer; user-select: none; gap: 20px; justify-content: space-between; }
  .footer-nav__arrow { display: block; position: relative; width: 14px; height: 14px; border: 0; transform: none; margin-bottom: 0; flex-shrink: 0; }
  .footer-nav__arrow::before, .footer-nav__arrow::after { content: ""; position: absolute; top: 50%; left: 50%; background: #fff; transition: opacity 0.25s; }
  .footer-nav__arrow::before { width: 10px; height: 1px; transform: translate(-50%, -50%); }
  .footer-nav__arrow::after { width: 1px; height: 10px; transform: translate(-50%, -50%); }
  .footer-nav__col.is-open .footer-nav__arrow { transform: none; margin-bottom: 0; }
  .footer-nav__col.is-open .footer-nav__arrow::after { opacity: 0; }
  .footer-nav__list { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; background: #1F1F1F; }
  .footer-nav__col.is-open .footer-nav__list { max-height: 400px; }
  .footer-nav__list li { margin-bottom: 16px; }
  .footer-nav__list li:first-child { padding-top: 0px; }
  /* .footer-nav__list li:last-child { padding-bottom: 14px; } */
  .footer-info { text-align: left; }
  .footer-info p { font-size: 11px; line-height: 2; text-align: center; }
  .infoBx.sns { justify-content: center; margin: 40px 0; }
  .footer-info .footer-inner { padding: 20px 20px 60px !important; }
  .footer-nav__list a { font-size: 14px; }
}


.sc_script { position: fixed; bottom: 24px; right: 16px; z-index: 100; display: flex; flex-direction: column; gap: 16px; }
.sc_script a { width: 55px; height: 55px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; text-decoration: none; margin: 0; box-shadow: 0 2px 10px rgba(0,0,0,0.3); transition: background 0.25s; }
.sc_script a.black { background: #4C4C4C; }
.sc_script a.white { background: #fff; }
.sc_script a.black:hover { background: #555; }
.sc_script a div { font-size: 10px; letter-spacing: 0.02em; color: #fff; white-space: nowrap; }
.sc_script a.sc_top { width: 52px; height: 52px; }
.float-icon {max-width: 20px; }

@media (max-width: 1080px) {
  .sc_script { bottom: 24px; right: 16px; gap: 12px; }
  .sc_script a { width: 45px; height: 45px; margin: 0; }
  .sc_script a.sc_top { width: 45px; height: 45px; }
  .top-text {display: none;}
}

@media (max-width:1080px) {
  .footer-nav__col { max-width: 100%; }
   #footer .footer-inner { padding: 40px 0 0px; }
}

/* BASIC css end */

