/*     2553744 : 이미지      */
.img__2553744__ {max-width:100%}
.img__2553744__ * {box-sizing:border-box}
.img__2553744__ a {display:block;vertical-align:top}
.img__2553744__ img {width:px;vertical-align:top}

/*     2553754 : 한줄 텍스트      */
/* =========================================
   PRE-EXAMINATION GUIDE
   910px CONTENT WIDTH / FINAL CSS
========================================= */

.precheck-guide{
  --pc-deep:#213641;
  --pc-point:#9b7957;
  --pc-point-dark:#7f6044;
  --pc-text:#2d3438;
  --pc-muted:#687176;
  --pc-line:#e3e6e5;
  --pc-soft:#f5f4f1;
  --pc-soft-deep:#ece9e3;
  --pc-white:#fff;
  --pc-warning:#b46e48;

  position:relative;
  padding:40px 0 75px;
  background:var(--pc-white);
  overflow:hidden;
}

.precheck-guide *{
  box-sizing:border-box;
}

.precheck-guide button{
  margin:0;
  border:0;
  padding:0;
  background:none;
  color:inherit;
  font:inherit;
  cursor:pointer;
}

.precheck-inner{
  width:100%;
  max-width:910px;
  margin:0 auto;
  padding:0;
}

/* =========================================
   TOP HEADING
========================================= */

.precheck-heading{
  display:grid;
  grid-template-columns:minmax(0,1fr) 300px;
  gap:38px;
  align-items:end;
  padding-bottom:42px;
  border-bottom:1px solid var(--pc-line);
}

.precheck-eyebrow{
  display:block;
  margin-bottom:18px;
  color:var(--pc-point);
  font-family:"Cormorant Garamond","Times New Roman",serif;
  font-size:16px;
  font-weight:600;
  line-height:1.4;
  letter-spacing:.16em;
}

.precheck-heading h2{
  margin:0;
  color:var(--pc-deep);
  font-size:42px;
  font-weight:400;
  line-height:1.3;
  letter-spacing:-.055em;
  word-break:keep-all;
}

.precheck-heading h2 strong{
  font-weight:700;
}

.precheck-heading-copy > p{
  margin:20px 0 0;
  color:var(--pc-muted);
  font-size:18px;
  line-height:1.75;
  letter-spacing:-.025em;
  word-break:keep-all;
}

.precheck-heading-note{
  display:flex;
  gap:15px;
  align-items:flex-start;
  padding:22px 20px;
  border:1px solid var(--pc-line);
  border-radius:18px;
  background:var(--pc-soft);
}

.precheck-note-icon{
  flex:0 0 42px;
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:50%;
  background:var(--pc-white);
  color:var(--pc-warning);
}

.precheck-note-icon svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.precheck-heading-note > div{
  min-width:0;
}

.precheck-heading-note > div > span{
  display:block;
  margin-bottom:7px;
  color:var(--pc-point);
  font-size:16px;
  font-weight:700;
  line-height:1.45;
  letter-spacing:-.02em;
}

.precheck-heading-note strong{
  display:block;
  color:var(--pc-deep);
  font-size:18px;
  font-weight:700;
  line-height:1.5;
  letter-spacing:-.035em;
  word-break:keep-all;
}

.precheck-heading-note p{
  margin:7px 0 0;
  color:var(--pc-muted);
  font-size:16px;
  line-height:1.65;
  letter-spacing:-.02em;
  word-break:keep-all;
}

/* =========================================
   MAIN LAYOUT
========================================= */

.precheck-layout{
  display:grid;
  grid-template-columns:1fr;
  gap:34px;
  align-items:start;
  padding-top:50px;
}

.precheck-side{
  position:sticky;
  top:90px;
}

.precheck-side-head{
  margin-bottom:18px;
}

.precheck-side-head span{
  display:block;
  margin-bottom:7px;
  color:var(--pc-point);
  font-size:16px;
  font-weight:700;
  line-height:1.45;
  letter-spacing:.06em;
}

.precheck-side-head strong{
  display:block;
  color:var(--pc-deep);
  font-size:18px;
  font-weight:700;
  line-height:1.5;
  letter-spacing:-.035em;
}

/* =========================================
   EXAM TABS
========================================= */

.precheck-tabs{
  display:flex;
  flex-direction:row;
  gap:7px;
}

.precheck-tab{
  position:relative;
  display:grid;
  grid-template-columns:38px minmax(0,1fr) 16px;
  gap:10px;
  align-items:center;
  width:100%;
  min-height:68px;
  padding:11px 12px !important;
  border:1px solid var(--pc-line) !important;
  border-radius:13px;
  background:var(--pc-white) !important;
  text-align:left;
  transition:
    border-color .25s ease,
    background .25s ease,
    color .25s ease,
    transform .25s ease,
    box-shadow .25s ease;
}

.precheck-tab:hover{
  transform:translateX(3px);
  border-color:#c8c0b7 !important;
}

.precheck-tab.is-active{
  border-color:var(--pc-deep) !important;
  background:var(--pc-deep) !important;
  box-shadow:0 12px 26px rgba(33,54,65,.13);
}

.precheck-tab-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  border-radius:50%;
  background:var(--pc-soft);
  color:var(--pc-point-dark);
  transition:background .25s ease,color .25s ease;
}

.precheck-tab.is-active .precheck-tab-icon{
  background:rgba(255,255,255,.12);
  color:#fff;
}

.precheck-tab-icon svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.precheck-tab-copy{
  min-width:0;
}

.precheck-tab-copy small{
  display:block;
  margin-bottom:3px;
  color:#929a9e;
  font-size:16px;
  font-weight:600;
  line-height:1.25;
  letter-spacing:.03em;
  transition:color .25s ease;
}

.precheck-tab-copy strong{
  display:block;
  color:var(--pc-text);
  font-size:18px;
  font-weight:700;
  line-height:1.35;
  letter-spacing:-.03em;
  transition:color .25s ease;
}

.precheck-tab.is-active .precheck-tab-copy small{
  color:rgba(255,255,255,.65);
}

.precheck-tab.is-active .precheck-tab-copy strong{
  color:#fff;
}

.precheck-tab-arrow{
  position:relative;
  width:16px;
  height:18px;
  color:#a8aeb0;
  transition:color .25s ease,transform .25s ease;
}

.precheck-tab-arrow::before,
.precheck-tab-arrow::after{
  content:"";
  position:absolute;
  top:50%;
  background:currentColor;
}

.precheck-tab-arrow::before{
  left:1px;
  width:12px;
  height:1px;
}

.precheck-tab-arrow::after{
  right:2px;
  width:6px;
  height:6px;
  border-top:1px solid currentColor;
  border-right:1px solid currentColor;
  background:transparent;
  transform:translateY(-50%) rotate(45deg);
}

.precheck-tab.is-active .precheck-tab-arrow{
  color:#fff;
  transform:translateX(2px);
}

.precheck-side-message{
  display:flex;
  gap:10px;
  align-items:flex-start;
  margin-top:18px;
  padding:17px 8px 0;
  border-top:1px solid var(--pc-line);
}

.precheck-side-message > span{
  flex:0 0 22px;
  display:flex;
  align-items:center;
  justify-content:center;
  width:22px;
  height:22px;
  border:1px solid #a9b0b3;
  border-radius:50%;
  color:#788186;
  font-family:serif;
  font-size:16px;
  font-weight:700;
}

.precheck-side-message p{
  margin:0;
  color:var(--pc-muted);
  font-size:16px;
  line-height:1.65;
  letter-spacing:-.02em;
  word-break:keep-all;
}

/* =========================================
   DETAIL PANEL
========================================= */

.precheck-content{
  min-width:0;
}

.precheck-panel{
  min-height:560px;
  opacity:1;
  transform:translateY(0);
  transition:opacity .2s ease,transform .2s ease;
}

.precheck-panel.is-changing{
  opacity:0;
  transform:translateY(10px);
}

.precheck-panel-head{
  position:relative;
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:flex-end;
  padding:0 0 27px;
  border-bottom:2px solid var(--pc-deep);
}

.precheck-panel-heading{
  min-width:0;
}

.precheck-panel-heading > span{
  display:block;
  margin-bottom:9px;
  color:var(--pc-point);
  font-family:"Cormorant Garamond","Times New Roman",serif;
  font-size:16px;
  font-weight:600;
  line-height:1.4;
  letter-spacing:.14em;
}

.precheck-panel-heading h3{
  margin:0;
  color:var(--pc-deep);
  font-size:36px;
  font-weight:700;
  line-height:1.28;
  letter-spacing:-.055em;
  word-break:keep-all;
}

.precheck-panel-heading p{
  max-width:590px;
  margin:14px 0 0;
  color:var(--pc-muted);
  font-size:18px;
  line-height:1.75;
  letter-spacing:-.025em;
  word-break:keep-all;
}

.precheck-panel-number{
  flex:0 0 auto;
  color:#e5e1dc;
  font-family:"Cormorant Garamond","Times New Roman",serif;
  font-size:58px;
  font-weight:500;
  line-height:.85;
}

.precheck-keywords{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:19px;
}

.precheck-keyword{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:7px 12px;
  border-radius:999px;
  background:var(--pc-soft);
  color:#655d57;
  font-size:16px;
  font-weight:600;
  line-height:1.35;
  letter-spacing:-.02em;
}

/* =========================================
   PREPARATION CARDS
========================================= */

.precheck-card-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  align-items:stretch;
  margin-top:24px;
}

.precheck-card{
  align-self:start;
  display:flex;
  flex-direction:column;
  min-width:0;
  border:1px solid var(--pc-line);
  border-radius:17px;
  background:#fff;
  overflow:hidden;
  transition:border-color .25s ease,box-shadow .25s ease;
}

/* 열린 카드끼리는 같은 행에서 동일한 높이로 맞춥니다. */
.precheck-card.is-open{
  align-self:stretch;
  height:100%;
}

.precheck-card:hover{
  border-color:#cfc8c1;
  box-shadow:0 10px 28px rgba(33,54,65,.07);
}

.precheck-card.is-emphasis{
  border-color:#d7c6b5;
  background:#fbfaf8;
}

.precheck-card-head{
  display:grid;
  grid-template-columns:42px minmax(0,1fr) 24px;
  gap:12px;
  align-items:center;
  width:100%;
  min-height:82px;
  padding:18px 17px !important;
  text-align:left;
}

.precheck-card-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:50%;
  background:var(--pc-soft);
  color:var(--pc-point-dark);
}

.precheck-card.is-emphasis .precheck-card-icon{
  background:#eee4d9;
}

.precheck-card-icon svg{
  width:21px;
  height:21px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.precheck-card-title{
  min-width:0;
}

.precheck-card-title small{
  display:block;
  margin-bottom:4px;
  color:#92999d;
  font-size:16px;
  font-weight:700;
  line-height:1.3;
  letter-spacing:.04em;
}

.precheck-card-title strong{
  display:block;
  color:var(--pc-deep);
  font-size:18px;
  font-weight:700;
  line-height:1.4;
  letter-spacing:-.04em;
  word-break:keep-all;
}

.precheck-card-toggle{
  position:relative;
  width:24px;
  height:24px;
  border-radius:50%;
  background:var(--pc-soft);
}

.precheck-card-toggle::before,
.precheck-card-toggle::after{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:10px;
  height:1px;
  background:var(--pc-deep);
  transform:translate(-50%,-50%);
  transition:transform .25s ease;
}

.precheck-card-toggle::after{
  transform:translate(-50%,-50%) rotate(90deg);
}

.precheck-card.is-open .precheck-card-toggle::after{
  transform:translate(-50%,-50%) rotate(0deg);
}

.precheck-card-body{
  display:grid;
  grid-template-rows:0fr;
  flex:0 0 auto;
  transition:grid-template-rows .35s ease;
}

.precheck-card.is-open .precheck-card-body{
  grid-template-rows:1fr;
  flex:1 1 auto;
}

.precheck-card-body-inner{
  min-height:0;
  overflow:hidden;
}

.precheck-card.is-open .precheck-card-body-inner{
  height:100%;
}

.precheck-card-detail{
  padding:0 18px 21px;
  border-top:1px solid transparent;
}

.precheck-card.is-open .precheck-card-detail{
  min-height:100%;
  padding-top:17px;
  border-top-color:var(--pc-line);
}

.precheck-card-detail ul{
  margin:0;
  padding:0;
  list-style:none;
}

.precheck-card-detail li{
  position:relative;
  padding-left:16px;
  color:#505b60;
  font-size:18px;
  line-height:1.72;
  letter-spacing:-.025em;
  word-break:keep-all;
}

.precheck-card-detail li + li{
  margin-top:11px;
}

.precheck-card-detail li::before{
  content:"";
  position:absolute;
  top:.72em;
  left:0;
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--pc-point);
}

.precheck-extra-box{
  margin-top:17px;
  padding:16px 17px;
  border-radius:13px;
  background:var(--pc-soft);
}

.precheck-extra-box strong{
  display:block;
  margin-bottom:8px;
  color:var(--pc-deep);
  font-size:18px;
  line-height:1.5;
  letter-spacing:-.03em;
}

.precheck-extra-box p{
  margin:0;
  color:#5d676c;
  font-size:16px;
  line-height:1.7;
  letter-spacing:-.02em;
  word-break:keep-all;
}

.precheck-panel-caution{
  display:flex;
  gap:14px;
  align-items:flex-start;
  margin-top:19px;
  padding:19px 20px;
  border-radius:15px;
  background:var(--pc-deep);
  color:#fff;
}

.precheck-panel-caution > span{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  border:1px solid rgba(255,255,255,.35);
  border-radius:50%;
  font-size:18px;
  font-weight:700;
  line-height:1;
}

.precheck-panel-caution p{
  margin:0;
  color:rgba(255,255,255,.84);
  font-size:18px;
  line-height:1.7;
  letter-spacing:-.02em;
  word-break:keep-all;
}

.precheck-panel-caution strong{
  color:#fff;
  font-weight:700;
}

/* =========================================
   COMMON CHECK
========================================= */

.precheck-common{
  display:grid;
  grid-template-columns:1fr;
  gap:24px;
  align-items:center;
  margin-top:70px;
  padding:32px 34px;
  border-radius:22px;
  background:var(--pc-soft);
}

.precheck-common-title > span{
  display:block;
  margin-bottom:10px;
  color:var(--pc-point);
  font-family:"Cormorant Garamond","Times New Roman",serif;
  font-size:16px;
  font-weight:600;
  line-height:1.4;
  letter-spacing:.14em;
}

.precheck-common-title h3{
  margin:0;
  color:var(--pc-deep);
  font-size:26px;
  line-height:1.42;
  letter-spacing:-.045em;
  word-break:keep-all;
}

.precheck-common-list{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid #d9d7d2;
}

.precheck-common-item{
  min-width:0;
  padding:22px 20px 4px;
}

.precheck-common-item:first-child{
  padding-left:0;
}

.precheck-common-item:last-child{
  padding-right:0;
}

.precheck-common-item + .precheck-common-item{
  border-left:1px solid #d9d7d2;
}

.precheck-common-item span{
  display:block;
  margin-bottom:11px;
  color:var(--pc-point);
  font-family:"Cormorant Garamond","Times New Roman",serif;
  font-size:18px;
  font-weight:700;
  line-height:1.35;
}

.precheck-common-item p{
  margin:0;
  color:#505b60;
  font-size:18px;
  line-height:1.68;
  letter-spacing:-.025em;
  word-break:keep-all;
}

/* =========================================
   REVEAL MOTION
========================================= */

[data-precheck-reveal]{
  opacity:0;
  transform:translateY(28px);
  transition:opacity .75s ease,transform .75s ease;
}

[data-precheck-reveal].is-visible{
  opacity:1;
  transform:translateY(0);
}

/* =========================================
   CONTENT SAFE AREA
========================================= */

@media (max-width:959px){
  .precheck-inner{
    padding:0 24px;
  }
}

/* =========================================
   TABLET
========================================= */

@media (max-width:860px){
  .precheck-guide{
    padding:80px 0;
  }

  .precheck-heading{
    grid-template-columns:1fr;
    gap:30px;
  }

  .precheck-heading-note{
    max-width:660px;
  }

  .precheck-layout{
    grid-template-columns:1fr;
    gap:34px;
    padding-top:45px;
  }

  .precheck-side{
    position:relative;
    top:auto;
  }

  .precheck-side-head,
  .precheck-side-message{
    display:none;
  }

  .precheck-tabs{
    flex-direction:row;
    gap:8px;
    overflow-x:auto;
    padding:3px 2px 10px;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }

  .precheck-tabs::-webkit-scrollbar{
    display:none;
  }

  .precheck-tab{
    flex:0 0 200px;
    min-height:68px;
  }

  .precheck-tab:hover{
    transform:translateY(-2px);
  }

  .precheck-panel{
    min-height:0;
  }

  .precheck-card-list{
    gap:14px;
  }

  .precheck-common{
    grid-template-columns:1fr;
  }

  .precheck-common-item:first-child{
    padding-left:20px;
  }

  .precheck-common-item:last-child{
    padding-right:20px;
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width:767px){
  .precheck-guide{
    padding:65px 0;
  }

  .precheck-inner{
    padding:0 20px;
  }

  .precheck-heading{
    gap:25px;
    padding-bottom:35px;
  }

  .precheck-eyebrow{
    margin-bottom:14px;
    font-size:13px;
  }

  .precheck-heading h2{
    font-size:32px;
    line-height:1.32;
  }

  .precheck-heading-copy > p{
    margin-top:17px;
    font-size:16px;
    line-height:1.72;
  }

  .precheck-heading-copy > p br{
    display:none;
  }

  .precheck-heading-note{
    gap:14px;
    padding:19px 17px;
    border-radius:16px;
  }

  .precheck-note-icon{
    flex-basis:40px;
    width:40px;
    height:40px;
  }

  .precheck-heading-note > div > span{
    font-size:14px;
  }

  .precheck-heading-note strong{
    font-size:16px;
  }

  .precheck-heading-note p{
    font-size:14px;
  }

  .precheck-layout{
    gap:25px;
    padding-top:35px;
  }

  /* 모바일 검사 선택 버튼: 가로 스크롤 대신 2열 고정 배열 */
  .precheck-tabs{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
    width:100%;
    padding:0;
    overflow:visible;
    scrollbar-width:auto;
    -webkit-overflow-scrolling:auto;
  }

  .precheck-tabs::-webkit-scrollbar{
    display:none;
  }

  .precheck-tab{
    width:100%;
    min-width:0;
    min-height:70px;
    padding:11px 10px !important;
    grid-template-columns:34px minmax(0,1fr);
    gap:9px;
    border-radius:12px;
    transform:none !important;
    touch-action:manipulation;
  }

  /* 버튼 개수가 홀수면 마지막 버튼은 한 줄 전체 사용 */
  .precheck-tab:last-child:nth-child(odd){
    grid-column:1 / -1;
  }

  .precheck-tab:hover{
    transform:none;
  }

  .precheck-tab-icon{
    width:34px;
    height:34px;
  }

  .precheck-tab-icon svg{
    width:18px;
    height:18px;
  }

  .precheck-tab-copy small{
    margin-bottom:2px;
    font-size:12px;
    line-height:1.2;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .precheck-tab-copy strong{
    font-size:15px;
    line-height:1.35;
    word-break:keep-all;
  }

  .precheck-tab-arrow{
    display:none;
  }

  .precheck-panel-head{
    gap:15px;
    padding-bottom:23px;
  }

  .precheck-panel-heading > span{
    font-size:13px;
  }

  .precheck-panel-heading h3{
    font-size:30px;
  }

  .precheck-panel-heading p{
    margin-top:11px;
    font-size:16px;
    line-height:1.7;
  }

  .precheck-panel-number{
    font-size:46px;
  }

  .precheck-keywords{
    margin-top:17px;
  }

  .precheck-keyword{
    min-height:32px;
    padding:6px 11px;
    font-size:14px;
  }

  .precheck-card-list{
    grid-template-columns:1fr;
    gap:12px;
    margin-top:21px;
  }

  .precheck-card,
  .precheck-card.is-open{
    align-self:auto;
    height:auto;
    border-radius:16px;
  }

  .precheck-card-head{
    grid-template-columns:40px minmax(0,1fr) 24px;
    gap:12px;
    min-height:76px;
    padding:17px 16px !important;
  }

  .precheck-card-icon{
    width:40px;
    height:40px;
  }

  .precheck-card-title small{
    font-size:13px;
  }

  .precheck-card-title strong{
    font-size:17px;
  }

  .precheck-card-detail{
    padding-right:17px;
    padding-left:17px;
  }

  .precheck-card-detail li{
    font-size:16px;
    line-height:1.7;
  }

  .precheck-extra-box strong{
    font-size:16px;
  }

  .precheck-extra-box p{
    font-size:15px;
  }

  .precheck-panel-caution{
    margin-top:16px;
    padding:18px;
  }

  .precheck-panel-caution > span{
    width:26px;
    height:26px;
    font-size:16px;
  }

  .precheck-panel-caution p{
    font-size:16px;
  }

  .precheck-common{
    gap:24px;
    margin-top:50px;
    padding:28px 20px;
    border-radius:20px;
  }

  .precheck-common-title > span{
    font-size:13px;
  }

  .precheck-common-title h3{
    font-size:22px;
  }

  .precheck-common-list{
    grid-template-columns:1fr;
  }

  .precheck-common-item,
  .precheck-common-item:first-child,
  .precheck-common-item:last-child{
    display:grid;
    grid-template-columns:34px minmax(0,1fr);
    gap:9px;
    padding:15px 0;
  }

  .precheck-common-item + .precheck-common-item{
    border-top:1px solid #d9d7d2;
    border-left:0;
  }

  .precheck-common-item span{
    margin:0;
    font-size:16px;
  }

  .precheck-common-item p{
    font-size:16px;
  }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width:420px){
  .precheck-inner{
    padding:0 16px;
  }

  .precheck-heading h2{
    font-size:29px;
  }

  .precheck-panel-heading h3{
    font-size:27px;
  }

  .precheck-panel-number{
    font-size:40px;
  }

  .precheck-tabs{
    gap:7px;
  }

  .precheck-tab{
    min-height:66px;
    padding:10px 8px !important;
    grid-template-columns:30px minmax(0,1fr);
    gap:7px;
  }

  .precheck-tab-icon{
    width:30px;
    height:30px;
  }

  .precheck-tab-icon svg{
    width:16px;
    height:16px;
  }

  .precheck-tab-copy small{
    font-size:11px;
  }

  .precheck-tab-copy strong{
    font-size:14px;
  }
}

/* =========================================
   REDUCED MOTION
========================================= */

@media (prefers-reduced-motion:reduce){
  .precheck-guide *,
  .precheck-guide *::before,
  .precheck-guide *::after{
    scroll-behavior:auto !important;
    transition-duration:.01ms !important;
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
  }
}


