/* =========================================================
   신뢰형 사업자 정보 푸터 v16 - 메인 화면 동일형
   ========================================================= */

.gtrust-footer{
  position:relative;
  z-index:10;
  width:100%;
  margin:0;
  padding:0;
  border-top:1px solid #eef2f6;
  background:#fff;
  color:#082b4c;
  font-family:
    Pretendard,
    "Noto Sans KR",
    "Apple SD Gothic Neo",
    "Malgun Gothic",
    sans-serif;
}

.gtrust-footer,
.gtrust-footer *{box-sizing:border-box}

.gtrust-footer a{
  color:inherit;
  text-decoration:none;
}

.gtrust-footer__inner{
  width:min(100% - 64px,1540px);
  margin:0 auto;
  padding:52px 0 18px;
}

/* 상단 브랜드 / 문의 */
.gtrust-footer__brand{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  grid-template-areas:
    "logo contact"
    "title contact"
    "summary contact";
  align-items:center;
  gap:8px 42px;
  padding-bottom:48px;
  border-bottom:1px solid #e7edf3;
}

.gtrust-footer__logo{
  grid-area:logo;
  display:inline-flex;
  width:max-content;
  align-items:center;
}

.gtrust-footer__logo img{
  display:block;
  width:auto;
  max-width:220px;
  height:72px;
  object-fit:contain;
}

.gtrust-footer__brand h2{
  grid-area:title;
  margin:14px 0 0;
  color:#062b4b;
  font-size:32px;
  font-weight:850;
  line-height:1.34;
  letter-spacing:-.05em;
}

.gtrust-footer__summary{
  grid-area:summary;
  margin:17px 0 0;
  color:#7f91a6;
  font-size:16px;
  font-weight:600;
  line-height:1.7;
  letter-spacing:-.025em;
}

.gtrust-footer__contact{
  grid-area:contact;
  display:flex;
  align-items:center;
  gap:14px;
  padding-top:14px;
}

.gtrust-footer__button{
  display:inline-flex;
  min-width:194px;
  height:68px;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:0 26px;
  border:1px solid transparent;
  border-radius:20px;
  font-size:17px;
  font-weight:800;
  letter-spacing:-.025em;
  transition:transform .16s ease,box-shadow .16s ease,filter .16s ease;
}

.gtrust-footer__button:hover{
  transform:translateY(-2px);
  filter:brightness(.985);
}

.gtrust-footer__button--phone{
  border-color:#cde1f7;
  background:#eef7ff;
  color:#0b70d7!important;
  box-shadow:0 8px 24px rgba(35,121,211,.08);
}

.gtrust-footer__button--kakao{
  border-color:#f0d600;
  background:#ffe000;
  color:#1c1c1c!important;
  box-shadow:0 8px 24px rgba(212,185,0,.12);
}

/* 사업자 정보 박스 */
.gtrust-footer__company{
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  gap:46px;
  margin:40px 0 34px;
  padding:38px 40px;
  border:1px solid #dbe6f1;
  border-radius:30px;
  background:#fbfdff;
  box-shadow:0 16px 34px rgba(34,72,108,.06);
}

.gtrust-footer__company h3{
  margin:0;
  color:#082b4c;
  font-size:21px;
  font-weight:850;
  line-height:1.5;
  letter-spacing:-.04em;
}

.gtrust-footer__info{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:26px 50px;
  margin:0;
}

.gtrust-footer__info>div{
  display:grid;
  grid-template-columns:132px minmax(0,1fr);
  gap:14px;
  min-width:0;
  align-items:start;
}

.gtrust-footer__info-wide{
  grid-column:span 2;
}

.gtrust-footer__info dt,
.gtrust-footer__info dd{
  margin:0;
  font-size:15px;
  line-height:1.6;
  letter-spacing:-.02em;
}

.gtrust-footer__info dt{
  color:#93a3b4;
  font-weight:700;
}

.gtrust-footer__info dd{
  min-width:0;
  color:#0b3153;
  font-weight:800;
  overflow-wrap:anywhere;
}

.gtrust-footer__info dd a{
  color:#0b70d7;
  border-bottom:1px solid rgba(11,112,215,.35);
}

/* 정책 링크 + 제작 문의 */
.gtrust-footer__lower{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(520px,.98fr);
  gap:34px;
  align-items:center;
  padding:16px 0 18px;
  border-bottom:1px solid #e7edf3;
}

.gtrust-footer__links{
  display:flex;
  flex-wrap:wrap;
  gap:10px 14px;
  padding:0;
  border:0;
}

.gtrust-footer__links a{
  display:inline-flex;
  min-height:48px;
  align-items:center;
  justify-content:center;
  padding:0 16px;
  border:1px solid #dbe5ef;
  border-radius:999px;
  background:#fff;
  color:#425c76;
  font-size:13px;
  font-weight:750;
  line-height:1.4;
  transition:border-color .16s ease,color .16s ease,background .16s ease;
}

.gtrust-footer__links a::after{display:none!important}

.gtrust-footer__links a:hover{
  border-color:#b8d2ea;
  background:#f6fbff;
  color:#0b70d7;
}

.gtrust-footer__channel-cta{
  display:grid;
  grid-template-columns:46px minmax(0,1fr) 48px;
  gap:16px;
  align-items:center;
  width:100%;
  min-height:94px;
  padding:14px 22px;
  border:1px solid #cfe4f8;
  border-radius:26px;
  background:linear-gradient(90deg,#f4faff 0%,#eaf6ff 100%);
  color:#082b4c;
  font:inherit;
  text-align:left;
  cursor:pointer;
  box-shadow:0 10px 26px rgba(33,111,183,.06);
}

.gtrust-footer__channel-icon{
  display:grid;
  width:46px;
  height:46px;
  place-items:center;
  border:1px solid #d4e7f8;
  border-radius:15px;
  background:#fff;
  font-size:22px;
}

.gtrust-footer__channel-copy{
  display:block;
  min-width:0;
}

.gtrust-footer__channel-copy strong{
  display:block;
  color:#082b4c;
  font-size:17px;
  font-weight:850;
  line-height:1.45;
  letter-spacing:-.035em;
}

.gtrust-footer__channel-copy small{
  display:block;
  margin-top:5px;
  color:#8597aa;
  font-size:13px;
  font-weight:650;
  line-height:1.4;
}

.gtrust-footer__channel-arrow{
  display:grid;
  width:48px;
  height:48px;
  place-items:center;
  justify-self:end;
  border-radius:50%;
  background:#1e96df;
  color:#fff;
  font-size:28px;
  font-weight:700;
  line-height:1;
  box-shadow:0 7px 17px rgba(30,150,223,.18);
}

.gtrust-footer__channel-cta:hover .gtrust-footer__channel-arrow{
  transform:translateX(2px);
}

/* 하단 */
.gtrust-footer__bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding-top:28px;
}

.gtrust-footer__bottom p{
  margin:0;
  color:#91a0b1;
  font-size:11px;
  font-weight:600;
  line-height:1.6;
  letter-spacing:-.01em;
}

@media(max-width:1100px){
  .gtrust-footer__inner{width:min(100% - 40px,1540px)}
  .gtrust-footer__brand h2{font-size:28px}
  .gtrust-footer__button{min-width:170px;height:62px}
  .gtrust-footer__company{grid-template-columns:180px minmax(0,1fr);gap:28px}
  .gtrust-footer__info{grid-template-columns:repeat(2,minmax(0,1fr))}
  .gtrust-footer__info-wide{grid-column:1 / -1}
  .gtrust-footer__lower{grid-template-columns:1fr;gap:18px}
}

@media(max-width:860px){
  .gtrust-footer__brand{
    grid-template-columns:1fr;
    grid-template-areas:"logo" "title" "summary" "contact";
  }
  .gtrust-footer__contact{margin-top:18px;padding-top:0}
  .gtrust-footer__company{grid-template-columns:1fr;gap:20px}
}

@media(max-width:620px){
  .gtrust-footer__inner{
    width:min(100% - 28px,560px);
    padding:36px 0 calc(110px + env(safe-area-inset-bottom));
  }

  .gtrust-footer__brand{gap:6px;padding-bottom:30px}
  .gtrust-footer__logo img{max-width:150px;height:50px}
  .gtrust-footer__brand h2{margin-top:8px;font-size:22px;line-height:1.38}
  .gtrust-footer__summary{margin-top:9px;font-size:13px;line-height:1.65}

  .gtrust-footer__contact{
    display:grid;
    grid-template-columns:1fr 1fr;
    width:100%;
    gap:8px;
    margin-top:16px;
  }

  .gtrust-footer__button{
    min-width:0;
    height:48px;
    padding:0 10px;
    border-radius:14px;
    font-size:13px;
  }

  .gtrust-footer__company{
    margin:26px 0 22px;
    padding:24px 20px;
    border-radius:20px;
  }

  .gtrust-footer__company h3{font-size:18px}
  .gtrust-footer__info{grid-template-columns:1fr;gap:12px}
  .gtrust-footer__info-wide{grid-column:auto}
  .gtrust-footer__info>div{grid-template-columns:104px minmax(0,1fr);gap:10px}
  .gtrust-footer__info dt,.gtrust-footer__info dd{font-size:13px}

  .gtrust-footer__lower{padding:8px 0 18px}
  .gtrust-footer__links{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .gtrust-footer__links a{min-height:42px;padding:0 10px;font-size:12px}

  .gtrust-footer__channel-cta{
    grid-template-columns:40px minmax(0,1fr) 42px;
    gap:10px;
    min-height:82px;
    padding:12px 14px;
    border-radius:18px;
  }
  .gtrust-footer__channel-icon{width:40px;height:40px;border-radius:12px;font-size:18px}
  .gtrust-footer__channel-copy strong{font-size:14px;line-height:1.45}
  .gtrust-footer__channel-copy small{font-size:11px}
  .gtrust-footer__channel-arrow{width:42px;height:42px;font-size:24px}

  .gtrust-footer__bottom{align-items:flex-start;flex-direction:column;gap:4px;padding-top:20px}
  .gtrust-footer__bottom p{font-size:10.5px}
}

@media(max-width:390px){
  .gtrust-footer__inner{width:calc(100% - 22px)}
  .gtrust-footer__contact{grid-template-columns:1fr}
  .gtrust-footer__links{grid-template-columns:1fr}
  .gtrust-footer__info>div{grid-template-columns:92px minmax(0,1fr)}
  .gtrust-footer__channel-cta{grid-template-columns:38px minmax(0,1fr) 38px;padding:11px 12px}
  .gtrust-footer__channel-icon{width:38px;height:38px}
  .gtrust-footer__channel-arrow{width:38px;height:38px}
}
