/* 대치루트 스마트폰 사용 습관 1분 점검 */
.page-home .smartphone-check-entry{
  padding:22px 0;
  border-bottom:1px solid var(--hairline);
  background:#fff;
}
.page-home .smartphone-check-entry-panel{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.page-home .smartphone-check-entry-choice{
  min-width:0;
  min-height:226px;
  padding:24px 28px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(128px,35%);
  grid-template-rows:1fr auto;
  column-gap:18px;
  row-gap:18px;
  border:1px solid #d8dfe5;
  border-radius:8px;
  background:#f7f8fa;
}
.page-home .smartphone-check-entry-choice-survey,
.page-home .smartphone-check-entry-choice-consultation{
  background:#f7f8fa;
}
.page-home .smartphone-check-entry-copy span{
  color:#657482;
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
}
.page-home .smartphone-check-entry-copy h2,
.page-home .smartphone-check-entry-copy h4{
  margin-top:4px;
  color:#202833;
  font-family:"Noto Serif KR","Apple SD Gothic Neo",serif;
  font-size:22px;
  line-height:1.35;
  letter-spacing:-.035em;
}
.page-home .smartphone-check-entry-copy p{
  margin-top:5px;
  color:#666d75;
  font-size:12px;
  line-height:1.6;
}
.page-home .solution-card-image{
  grid-column:2;
  grid-row:1;
  align-self:center;
  width:100%;
  height:132px;
  object-fit:contain;
  object-position:center;
}
.page-home .smartphone-check-entry-button,
.page-home .smartphone-check-entry-consultation,
.page-home .smartphone-check-entry-survey,
.page-home .smartphone-check-entry-planner{
  grid-column:1/-1;
  grid-row:2;
  width:100%;
  min-height:48px;
  padding:0 19px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  border-radius:5px;
  font-size:12.5px;
  font-weight:750;
  transition:background .18s,border-color .18s,transform .18s;
}
.page-home .smartphone-check-entry-button,
.page-home .smartphone-check-entry-consultation,
.page-home .smartphone-check-entry-survey,
.page-home .smartphone-check-entry-planner{
  border:1px solid #263d50;
  background:#263d50;
  color:#fff;
}
.page-home .smartphone-check-entry-button:hover,
.page-home .smartphone-check-entry-consultation:hover,
.page-home .smartphone-check-entry-survey:hover,
.page-home .smartphone-check-entry-planner:hover{
  border-color:#172a39;
  background:#172a39;
  transform:translateY(-1px);
}

.page-home .smartphone-check{
  min-width:0;
  padding:22px 0 0;
  border:0;
  border-top:1px solid #dde2e6;
  border-radius:0;
  background:#fff;
}
.page-home .smartphone-check-start ul{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  list-style:none;
}
.page-home .smartphone-check-start li{
  min-width:0;
  padding:11px 9px;
  border:1px solid #e0e4e8;
  border-radius:5px;
  background:#fafbfc;
  text-align:center;
}
.page-home .smartphone-check-start li b,
.page-home .smartphone-check-start li span{display:block}
.page-home .smartphone-check-start li b{
  color:#263d50;
  font-size:12px;
}
.page-home .smartphone-check-start li span{
  margin-top:2px;
  color:#77818c;
  font-size:9.5px;
  line-height:1.35;
}
.page-home .smartphone-check-primary{
  width:100%;
  min-height:56px;
  margin-top:14px;
  padding:0 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border:1px solid #486784;
  border-radius:5px;
  background:#486784;
  color:#fff;
  font-size:14px;
  font-weight:800;
}
.page-home .smartphone-check-primary:hover{
  border-color:#38526b;
  background:#38526b;
}
.page-home .smartphone-check-survey-link{
  display:block;
  width:max-content;
  max-width:100%;
  margin:13px auto 0;
  color:#66717d;
  font-size:10.5px;
  font-weight:650;
  text-decoration:underline;
  text-underline-offset:3px;
}
.page-home .smartphone-check-form fieldset{border:0}
.page-home .smartphone-check-progress-row{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:18px;
  color:#64717e;
  font-size:10px;
  font-weight:750;
}
.page-home .smartphone-check-progress{
  flex:1;
  height:4px;
  overflow:hidden;
  border-radius:99px;
  background:#e5e9ed;
}
.page-home .smartphone-check-progress i{
  display:block;
  width:20%;
  height:100%;
  border-radius:inherit;
  background:#486784;
}
.page-home .smartphone-check-form legend{
  min-height:56px;
  color:#202833;
  font-size:17px;
  font-weight:800;
  line-height:1.48;
  letter-spacing:-.025em;
}
.page-home .smartphone-check-options{
  display:grid;
  gap:8px;
  margin-top:14px;
}
.page-home .smartphone-check-option{position:relative}
.page-home .smartphone-check-option input{
  position:absolute;
  width:1px;
  height:1px;
  opacity:0;
  pointer-events:none;
}
.page-home .smartphone-check-option label{
  min-height:48px;
  padding:0 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  border:1px solid #d9dfe4;
  border-radius:5px;
  color:#36414c;
  cursor:pointer;
  font-size:12.5px;
  font-weight:680;
}
.page-home .smartphone-check-option label::after{
  content:"";
  width:15px;
  height:15px;
  flex:none;
  border:1.5px solid #b7c0c8;
  border-radius:50%;
}
.page-home .smartphone-check-option input:focus-visible+label{
  outline:2px solid var(--gold);
  outline-offset:2px;
}
.page-home .smartphone-check-option input:checked+label{
  border-color:#486784;
  background:#edf2f6;
  box-shadow:0 0 0 1px #486784;
}
.page-home .smartphone-check-option input:checked+label::after{
  border:4px solid #486784;
  background:#fff;
}
.page-home .smartphone-check-nav{
  display:flex;
  justify-content:space-between;
  gap:10px;
  margin-top:18px;
}
.page-home .smartphone-check-nav button{
  min-height:42px;
  padding:0 17px;
  border:1px solid #d5dce3;
  border-radius:6px;
  color:#53606c;
  font-size:12px;
  font-weight:750;
}
.page-home .smartphone-check-nav button[type="submit"]{
  margin-left:auto;
  border-color:#263d50;
  background:#263d50;
  color:#fff;
}
.page-home .smartphone-check-nav button:disabled{
  border-color:#e2e6e9;
  background:#edf0f2;
  color:#a0a8af;
  cursor:not-allowed;
}
.page-home .smartphone-check-result-level{
  display:inline-block;
  padding:4px 9px;
  border-radius:4px;
  background:#eef2f5;
  color:#486784;
  font-size:9.5px;
  font-weight:800;
  letter-spacing:.04em;
}
.page-home .smartphone-check-result[data-tone="high"] .smartphone-check-result-level{
  background:#f8eeee;
  color:#934747;
}
.page-home .smartphone-check-result h3{
  margin-top:11px;
  color:#202833;
  font-size:20px;
  line-height:1.38;
  letter-spacing:-.035em;
}
.page-home .smartphone-check-result>p{
  margin-top:9px;
  color:#5d6873;
  font-size:12px;
  line-height:1.68;
}
.page-home .smartphone-check-result-actions{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:8px;
  margin-top:17px;
}
.page-home .smartphone-check-result-actions a{
  min-height:48px;
  padding:9px 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid #486784;
  border-radius:5px;
  color:#486784;
  font-size:11.5px;
  font-weight:780;
  text-align:center;
}
.page-home .smartphone-check-result-actions a:first-child{
  background:#486784;
  color:#fff;
}
.page-home .smartphone-check-share{
  margin-top:17px;
  padding-top:15px;
  border-top:1px solid #e4e8eb;
}
.page-home .smartphone-check-share b{
  display:block;
  color:#3e4852;
  font-size:10.5px;
}
.page-home .smartphone-check-share button{
  width:100%;
  min-height:44px;
  margin-top:8px;
  border:1px solid #c4a778;
  border-radius:5px;
  background:#faf7f1;
  color:#6b5638;
  font-size:11.5px;
  font-weight:780;
}
.page-home .smartphone-check-share span{
  display:block;
  min-height:16px;
  margin-top:5px;
  color:#67737e;
  font-size:9.5px;
  text-align:center;
}
.page-home .smartphone-check-result .smartphone-check-trust{
  margin-top:10px;
  color:#7a848e;
  font-size:9.5px;
}
.page-home .smartphone-check-restart{
  display:block;
  margin:9px auto 0;
  color:#6b7680;
  font-size:10px;
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:3px;
}

@media(max-width:700px){
  .page-home .smartphone-check-entry{padding:12px 0}
  .page-home .smartphone-check-entry-panel{
    grid-template-columns:1fr;
  }
  .page-home .smartphone-check-entry-choice{
    min-height:0;
    padding:20px;
    grid-template-columns:minmax(0,1fr) 112px;
    column-gap:14px;
  }
  .page-home .smartphone-check-entry-copy h2,
  .page-home .smartphone-check-entry-copy h4{font-size:19px}
  .page-home .solution-card-image{height:108px}
  .page-home .smartphone-check-entry-button,
  .page-home .smartphone-check-entry-consultation,
  .page-home .smartphone-check-entry-survey,
  .page-home .smartphone-check-entry-planner{width:100%}
  .page-home .smartphone-check{padding:18px 0 0}
  .page-home .micro-conversion-popup[data-check-mode="question"] .micro-conversion-copy,
  .page-home .micro-conversion-popup[data-check-mode="result"] .micro-conversion-copy{display:none}
  .page-home .micro-conversion-popup[data-check-mode="question"] .micro-conversion-panel,
  .page-home .micro-conversion-popup[data-check-mode="result"] .micro-conversion-panel{padding-top:48px}
  .page-home .smartphone-check-result-actions{grid-template-columns:1fr}
}

.page-home .micro-conversion-popup *,
.page-home .micro-conversion-popup *::before,
.page-home .micro-conversion-popup *::after{
  animation:none!important;
  transition:none!important;
}

@media(max-width:390px){
  .page-home .smartphone-check-entry-choice{grid-template-columns:minmax(0,1fr) 92px}
  .page-home .solution-card-image{height:90px}
  .page-home .smartphone-check-start ul{grid-template-columns:1fr}
  .page-home .smartphone-check-start li{display:flex;align-items:center;justify-content:space-between;text-align:left}
  .page-home .smartphone-check-start li span{margin-top:0}
}
