
/* 메인페이지 v3 */
.gm3-trust{
  position:relative;
  z-index:4;
  margin-top:-1px;
  border-bottom:1px solid #edf0f3;
  background:#fff;
}
.gm3-trust__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
}
.gm3-trust article{
  display:flex;
  min-height:112px;
  align-items:center;
  gap:14px;
  padding:22px 18px;
  border-right:1px solid #edf0f3;
}
.gm3-trust article:last-child{border-right:0}
.gm3-trust article>span{
  display:grid;
  width:42px;
  height:42px;
  flex:0 0 42px;
  place-items:center;
  border-radius:50%;
  background:#edf8fe;
  color:#1399da;
  font-size:12px;
  font-weight:800;
}
.gm3-trust strong{display:block;font-size:14px}
.gm3-trust p{margin:4px 0 0;color:#7b838d;font-size:12px;line-height:1.55}

.gm3-apply-section{
  background:#f7f9fb;
}
.gm3-apply-layout{
  display:grid;
  grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);
  gap:52px;
  align-items:center;
}
.gm3-eyebrow{
  margin:0 0 9px;
  color:#17a5e5;
  font-size:13px;
  font-weight:800;
}
.gm3-apply-copy h2,
.gm3-safety h2{
  margin:0;
  font-size:32px;
  line-height:1.35;
}
.gm3-apply-copy>p:not(.gm3-eyebrow),
.gm3-safety>div>p:not(.gm3-eyebrow){
  margin:16px 0 0;
  color:#747d87;
  line-height:1.8;
}
.gm3-apply-copy ul{
  display:grid;
  gap:8px;
  margin:22px 0 0;
  padding:0;
  list-style:none;
}
.gm3-apply-copy li{
  position:relative;
  padding-left:23px;
  font-weight:600;
}
.gm3-apply-copy li::before{
  position:absolute;
  left:0;
  color:#16a6e8;
  content:"✓";
  font-weight:900;
}
.gm3-apply-card{
  padding:34px 38px;
}

.gm3-process{
  background:#fff;
}
.gm3-process__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-top:32px;
}
.gm3-process__grid article{
  position:relative;
  min-height:230px;
  padding:28px 22px;
  border:1px solid #e6e9ed;
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 28px rgba(34,45,62,.07);
  text-align:center;
}
.gm3-process__number{
  position:absolute;
  top:14px;
  right:16px;
  color:#d8e8f1;
  font-size:21px;
  font-weight:900;
}
.gm3-process__icon{
  display:grid;
  width:68px;
  height:68px;
  margin:10px auto 18px;
  place-items:center;
  border-radius:50%;
  background:#edf8fe;
  color:#159bdc;
  font-size:13px;
  font-weight:900;
}
.gm3-process__grid h3{
  margin:0;
  font-size:17px;
}
.gm3-process__grid p{
  margin:9px 0 0;
  color:#747d87;
  font-size:13px;
  line-height:1.7;
}
.gm3-process__action{
  margin-top:24px;
  text-align:center;
}
.gm3-process__action a{
  display:inline-flex;
  min-height:44px;
  align-items:center;
  padding:0 18px;
  border:1px solid #cfd8df;
  border-radius:999px;
  color:#4e5964;
  font-weight:800;
  text-decoration:none;
}

.gm3-safety{
  background:#163f6c;
  color:#fff;
}
.gm3-safety__grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:58px;
  align-items:center;
}
.gm3-safety h2,
.gm3-safety p{
  color:#fff;
}
.gm3-safety .gm3-eyebrow{
  color:#7fd2fb;
}
.gm3-checklist{
  display:grid;
  gap:10px;
}
.gm3-checklist div{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:58px;
  padding:12px 16px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:10px;
  background:rgba(255,255,255,.08);
}
.gm3-checklist span{
  display:grid;
  width:28px;
  height:28px;
  flex:0 0 28px;
  place-items:center;
  border-radius:50%;
  background:#22b978;
  color:#fff;
  font-weight:900;
}
.gm3-checklist p{
  margin:0;
  font-size:13px;
}

.gm3-faq .ghome-faq details{
  margin-bottom:8px;
  border:1px solid #e2e6ea;
  border-radius:10px!important;
  overflow:hidden;
}
.gm3-faq .ghome-faq summary{
  position:relative;
  padding-right:48px;
}
.gm3-faq .ghome-faq summary::after{
  position:absolute;
  top:50%;
  right:20px;
  content:"+";
  color:#16a6e8;
  font-size:20px;
  transform:translateY(-50%);
}
.gm3-faq .ghome-faq details[open] summary::after{
  content:"−";
}

.gm3-bottom-cta{
  padding:38px 0;
  background:#16a6e8;
  color:#fff;
}
.gm3-bottom-cta__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.gm3-bottom-cta p{
  margin:0;
  color:rgba(255,255,255,.78);
  font-weight:800;
}
.gm3-bottom-cta h2{
  margin:5px 0 0;
  color:#fff;
  font-size:26px;
}
.gm3-bottom-cta__inner>div:last-child{
  display:flex;
  gap:9px;
}
.gm3-bottom-cta a{
  display:inline-flex;
  min-height:46px;
  align-items:center;
  justify-content:center;
  padding:0 18px;
  border-radius:999px;
  background:#fff;
  color:#168dca;
  font-weight:900;
  text-decoration:none;
}
.gm3-bottom-cta a:last-child{
  border:1px solid rgba(255,255,255,.55);
  background:transparent;
  color:#fff;
}

@media(max-width:980px){
  .gm3-trust__grid{grid-template-columns:1fr 1fr}
  .gm3-trust article:nth-child(2){border-right:0}
  .gm3-trust article:nth-child(-n+2){border-bottom:1px solid #edf0f3}
  .gm3-apply-layout,.gm3-safety__grid{grid-template-columns:1fr}
  .gm3-process__grid{grid-template-columns:1fr 1fr}
}
@media(max-width:720px){
  .gm3-trust__grid{grid-template-columns:1fr}
  .gm3-trust article{min-height:auto;border-right:0;border-bottom:1px solid #edf0f3!important}
  .gm3-trust article:last-child{border-bottom:0!important}
  .gm3-apply-layout{gap:28px}
  .gm3-apply-copy{text-align:center}
  .gm3-apply-copy h2,.gm3-safety h2{font-size:27px}
  .gm3-apply-copy ul{display:inline-grid;text-align:left}
  .gm3-apply-card{padding:26px 17px}
  .gm3-process__grid{grid-template-columns:1fr}
  .gm3-process__grid article{min-height:205px}
  .gm3-safety{text-align:center}
  .gm3-checklist{text-align:left}
  .gm3-bottom-cta__inner{align-items:flex-start;flex-direction:column}
  .gm3-bottom-cta__inner>div:last-child{width:100%;display:grid;grid-template-columns:1fr}
  .gm3-bottom-cta h2{font-size:23px}
}
