@charset "utf-8"; 
@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}
.edu36-wrap{position: relative; width: 100%; line-height: 1.2; letter-spacing: -1px;} 
.edu36-wrap div p{
  width: 100%;
  margin: auto;
  text-align: center;
}
.edu36-wrap .title{margin-bottom: 56px;}

/* floating banner */
.edu36-wrap .floating_banner{
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  filter: drop-shadow(0 0 13px #1f1d1c85);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s ease, visibility 0.25s ease, bottom 0.45s ease;
}
.edu36-wrap .floating_banner.is-hidden{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  bottom: -20px;
}

/* hero */
.edu36-wrap .hero{
  width: 100%;
  background: linear-gradient(90deg, #f9f7f1, #ece7dc 40%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.edu36-wrap .hero img{
  height: 100%;
}

/* section 01 */
.edu36-wrap .section-01{
  background: #fff;
  padding: 120px 0 175px;
}

/* section 02 */
.edu36-wrap .section-02{padding-bottom: 120px;}

/* section 03 */
.edu36-wrap .section-03{padding: 120px 0 105px; background: linear-gradient(to bottom, #fff9f3, #faf6f0, #f4f8f0);}
.edu36-wrap .section-03 .title{margin-bottom: 65px;}
.edu36-wrap .section-03 .sub-title{margin-bottom: 40px;}
.edu36-wrap .section-03 .content.sub01{margin-bottom: 150px;}

/* section 03 - slide img */
:root{
  --pc-item-w: 235px;
  --pc-item-h: 347px;
  --mo-item-w: 275px;
  --mo-item-h: 396px;
  --gap: 30px;
}
/* ===== Carousel ===== */
.edu36-wrap .section-03 .stage{
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:24px;
}
.edu36-wrap .carousel-wrapper{
  overflow:hidden;
  width: calc(var(--pc-item-w) * 8 + var(--gap) * 7);
  max-width:96vw;
  margin: 0 auto;
  position: relative;
}
.edu36-wrap .carousel-wrapper::before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #faf6f0 2%, transparent 12%, transparent 88%, #faf6f0 98%);
  z-index: 22;
}

.edu36-wrap .carousel-track{
  display:flex;
  gap: var(--gap);
  will-change: transform;
}

.edu36-wrap .item{
  flex: 0 0 auto;
  width: var(--pc-item-w);
  height: var(--pc-item-h);
  overflow:hidden;
  position:relative;
  opacity:1;
}

.edu36-wrap .item img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  user-select:none;
  -webkit-user-drag:none;
  pointer-events:none;
}

/* ===== Mobile (<=768px) ===== */
@media (max-width:768px){
  .edu36-wrap .carousel-wrapper{
    width: 100vw;
    max-width: 768px;
  }
  .edu36-wrap .item{
    width: calc((100vw - 3.9vw * 2) / 3);
    max-width: calc((768px - 30px * 2) / 3);
    aspect-ratio: 275 / 396;
    height: auto;
  }
  .edu36-wrap .carousel-wrapper::before{
  background: linear-gradient(90deg, #faf6f0 4%, transparent 24%, transparent 76%, #faf6f0 96%);
}
  .edu36-wrap .carousel-track{
  gap: 3.9vw;
}
}

.edu36-wrap .section-03 .sub02{
  font-family: 'GMarketSans';
  letter-spacing: -0.05rem;
  margin: 110px auto 40px;
  color: #1f1d1c;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}
.edu36-wrap .section-03 .content.sub02{margin-bottom: 150px;}

.edu36-wrap .section-03 .content.sub03{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.edu36-wrap .section-03 .content.sub03 .sub03-item{
  width: 1100px;
  height: 295px;
  border: 2px solid #d2d7df;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0px 10px 10px #a18a7e27;
  padding: 18px 28px;
  display: flex;
  align-items: center;
}
.edu36-wrap .section-03 .content.sub03 .sub03-item>li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.edu36-wrap .section-03 .content.sub03 .sub03-item .inner-txt .tt{
  font-family: 'GMarketSans';
  font-size: 28px;
  font-weight: 700;
  color: #1f1d1c;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.edu36-wrap .section-03 .content.sub03 .sub03-item .inner-txt .tt span{font-weight: 500; margin-right: 6px;}
.edu36-wrap .section-03 .content.sub03 .sub03-item .inner-txt .tt::before{
  content: "";
  width: 4px;
  height: 20px;
  background: #e8432c;
  border-radius: 2px;
  margin: -5px 16px 0 0;
}
.edu36-wrap .section-03 .content.sub03 .sub03-item .inner-txt .tx{
  color: #605a56;
  font-size: 22px;
  font-weight: 500;
  display: flex;
  align-items: center;
  line-height: 1.5;
  padding-left: 22px;
}
.edu36-wrap .section-03 .content.sub03 .sub03-item .inner-txt .tx::before{
  content: "";
  width: 5px;
  height: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8432c;
  margin-right: 10px;
  border-radius: 50%;
}
.edu36-wrap .section-03 .content.sub03 .sub03-item .inner-img-wrap{
  position: relative;
  width: 550px;
  height: 255px;
  overflow: hidden;
  border-radius: 16px;
  flex-shrink: 0;
}
.edu36-wrap .section-03 .content.sub03 .sub03-item .inner-img{
  display: flex;
  width: 100%;
  height: 100%;
  will-change: transform;
}
.edu36-wrap .section-03 .content.sub03 .sub03-item .inner-img li{
  flex: 0 0 550px;
  width: 550px;
  height: 255px;
}
.edu36-wrap .section-03 .content.sub03 .sub03-item .inner-img li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.edu36-wrap .section-03 .content.sub03 .sub03-item .inner-nav{
  position: absolute;
  right: 15px;
  top: 15px;
  display: flex;
  gap: 7px;
  z-index: 5;
}
.edu36-wrap .section-03 .content.sub03 .sub03-item .inner-nav .dot{
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: rgba(255,255,255,.3);
  cursor: pointer;
  transition: background .25s ease, transform .25s ease;
}
.edu36-wrap .section-03 .content.sub03 .sub03-item .inner-nav .dot.active{background: #fff;}

/* section 04 */
.edu36-wrap .section-04{padding: 136px 0 120px; background: #fff;}

/* section 05 */
.edu36-wrap .section-05{padding: 100px 0 96px; background: #f3f2ed;}

/* section 06 */
.edu36-wrap .section-06{padding: 120px 0 0px; background: #fff;}
.edu36-wrap .section-06 .content{
  position: relative;
  width: 750px;
  height: 422px;
  margin: 0 auto;
  overflow: hidden;
  background: #000;
  cursor: pointer;
}
.edu36-wrap .section-06 .content iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.edu36-wrap .section-06 .content .thumb{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity .25s ease;
}
.edu36-wrap .section-06 .ment{
  width: 100%;
  padding: 36px 0;
  background: #1f1d1c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 110px;
}
.edu36-wrap .section-06 .ment p{color: #fff;}
.edu36-wrap .section-06 .ment p:nth-child(1){font-size: 24px; font-weight: 400;}
.edu36-wrap .section-06 .ment p:nth-child(2){font-size: 28px; font-weight: 600;}


/* section 07 */
.edu36-wrap .section-07{padding: 100px 0 100px; background: linear-gradient(to bottom, #fff5ee, #ffebe8); position: relative;}
.edu36-wrap .section-07 .tag{
  position: absolute;
  top: 0;
  right: 360px;
  width: 130px;
}

/* section 08 */
.edu36-wrap .section-08{padding: 107px 0 85px; background: #fff;}
/* consult style */
.edu36-wrap .section-08 .consult_form{
  width: 100%;
  margin: auto;
}
.edu36-wrap .section-08 .consult_inner{
  width: 720px;
  margin: auto;
  border: 1px solid #ced4da;
}
.edu36-wrap .consult_form_input_item { 
  display:flex; 
  align-items:center;
  border-bottom:1px solid #ced4da; 
  width: 100%;
}
.edu36-wrap .consult_form_input_item:last-child{border-bottom: none;}
.edu36-wrap .consult_form_input_item h2 { 
  width:180px; 
  height: 76px;
  line-height: 76px;
  font-size:16px; 
  color:#1f1d1c;
  text-align: center;
  font-weight: 600; 
  flex-shrink:0;
  background: #e9ecef;
}
.edu36-wrap .consult_form_select_wrap { 
  display:flex; gap:16px; flex:1; 
  padding: 15px 25px;
}
.edu36-wrap .select_box { flex:1; position: relative; }
.edu36-wrap .select_box select:hover{cursor: pointer;}
.edu36-wrap .select_box select { 
  width:100%; 
  padding:12px 14px; 
  border:1px solid #ddd; 
  border-radius:6px; 
  font-size:16px; 
  font-weight: 600; 
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px; 
}
.edu36-wrap .select_box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 10px;
  height: 6px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23333' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
  pointer-events: none;
}
.edu36-wrap .select_box select:disabled {
  background-color: #f5f5f5;
  color: #aaa;
  cursor: not-allowed;
  border-color: #ced4da;
}
.edu36-wrap .select_box select:disabled ~ .select_box::after,
.edu36-wrap .select_box:has(select:disabled)::after {opacity: 0.4;}
.edu36-wrap .select_box.is-open::after {transform: translateY(-50%) rotateX(180deg);}
.edu36-wrap .text_input { padding:12px 14px; border:1px solid #ddd; border-radius:6px; font-size:14px; width: 490px; height: 46px; margin: auto;}

.edu36-wrap .radio_list { display:flex; gap:30px; flex-wrap:wrap; padding: 15px 25px;}
.edu36-wrap .radio_list li label { display:flex; align-items:center; gap:10px; cursor:pointer; }
.edu36-wrap .input_radio { display:none; }
.edu36-wrap .radio_mark {
  width:18px; height:18px; border-radius:50%;
  border:1px solid #ccc; position:relative; flex-shrink:0;
}
.edu36-wrap .input_radio:checked + .radio_mark { border-color:#e8442e; }
.edu36-wrap .input_radio:checked + .radio_mark::after {
  content:"";
  position:absolute; top:50%; left:50%;
  width:10px; height:10px; border-radius:50%;
  background:#e8442e;
  transform:translate(-50%,-50%);
}
.edu36-wrap .radio_text { font-size:16px; color:#1f1d1c; font-weight: 600;}

.edu36-wrap .privacy_agree_wrap { padding:30px 20px; text-align:center; }
.edu36-wrap .privacy_toggle_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background:none; border:none; cursor:pointer;
  font-size:18px; font-weight:600; color:#1f1d1c;
  display:inline-flex; align-items:center; gap:6px;
  margin-bottom:14px;
}
.edu36-wrap .privacy_toggle_btn .toggle_arrow { transition: transform 0.2s ease; }
.edu36-wrap .privacy_toggle_btn.active .toggle_arrow { transform: rotate(180deg); }

.edu36-wrap .privacy_check_label {
  display:flex; align-items:center; justify-content:center; gap:8px;
  font-size:16px; color:#495057; cursor:pointer;
  margin-bottom:16px;
}
.edu36-wrap .input_checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.edu36-wrap .checkbox_mark {
  width: 18px;
  height: 18px;
  border: 1px solid #787878;
  border-radius: 2px;
  position: relative;
  flex-shrink: 0;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}

.edu36-wrap .input_checkbox:checked + .checkbox_mark {
  background-color: #e8442e;
  border-color: #e8442e;
}

.edu36-wrap .input_checkbox:checked + .checkbox_mark::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.edu36-wrap .input_checkbox:focus-visible + .checkbox_mark {
  outline: 2px solid #e8442e;
  outline-offset: 2px;
}

.edu36-wrap .privacy_content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
  border-radius: 5px;
}
.edu36-wrap .privacy_content_inner {
  padding: 20px;
  font-size: 13px;
  line-height: 1.6;
  color: #495057;
  text-align: left;
  background: #f8f9fa;
  border: 1px solid #ced4da;
  border-radius: 5px;
  overflow: hidden;
  width: 720px;
  margin: auto;
}
.edu36-wrap .privacy_content_inner p{text-align: left !important; word-break: keep-all;}
.edu36-wrap .privacy_content_inner *{
  font-size: 14px;
  color: #495057;
}
.edu36-wrap .privacy_content ol { margin:18px 0; }

.edu36-wrap .submit_btn_wrap { 
  width: 250px;
  height: 60px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: linear-gradient(to right, #b73320, #e8432c, #e26a4f);

}
.edu36-wrap .submit_btn {
  width: 100%;
  height: 100%;
  color: #fff;
  position: relative;
  font-size: 22px;
  font-weight: 700;
}
.edu36-wrap .submit_btn .material-symbols-rounded{
  position: absolute;
  right: 25px;
  top: 50%; transform: translateY(-50%);
  color: #fff;
  width: 9px;
  font-size: 22px;
}

/* ===================== Scroll Reveal Animation ===================== */
.edu36-wrap .scroll-reveal {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.edu36-wrap .scroll-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.edu36-wrap .scroll-reveal.delay-1 { transition-delay: 0.1s; }
.edu36-wrap .scroll-reveal.delay-2 { transition-delay: 0.35s; }
.edu36-wrap .scroll-reveal.delay-3 { transition-delay: 0.7s; }

/* =====================================================================
  Mobile (max-width: 768px)
===================================================================== */
@media (max-width:768px){
  .edu36-wrap{width: 100%;}
  .edu36-wrap .content{ max-width: 708px; width: 90vw; }
  .edu36-wrap .section-01 .title{max-width: 538px; width: 70.05vw;}
  .edu36-wrap .section-02 .title{max-width: 534px; width: 69.53vw;}
  .edu36-wrap .section-03 .title{max-width: 565px; width: 73.57vw;}
  .edu36-wrap .section-03 .sub-title{max-width: 608px; width: 80vw;}
  .edu36-wrap .section-03 .sub-title.sub02{width: 100%;}
  .edu36-wrap .section-04 .title{max-width: 604px; width: 78.65vw;}
  .edu36-wrap .section-05 .title{max-width: 481px; width: 62.63vw;}
  .edu36-wrap .section-06 .title{max-width: 527px; width: 68.62vw;}
  .edu36-wrap .section-07 .title{max-width: 434px; width: 56.51vw;}
  .edu36-wrap .section-08 .title{max-width: 477px; width: 62.1vw;}

  .edu36-wrap .title{margin-bottom: 7.55vw;}
  .edu36-wrap .section-01{padding: 15.625vw 0 23.4375vw;}
  .edu36-wrap .section-02{padding-bottom: 23.4375vw;}
  .edu36-wrap .section-03{padding: 15.625vw 0;}
  .edu36-wrap .section-03 .title{margin-bottom: 9.11vw}
  .edu36-wrap .section-03 .sub-title{margin-bottom: 5.46875vw;}
  .edu36-wrap .section-03 .content.sub01{margin-bottom: 19.53vw;}
  .edu36-wrap .section-03 .sub02{margin: 14.32vw auto 6.51vw;}
  .edu36-wrap .section-03 .content.sub02{margin-bottom: 10.4vw;}
  .edu36-wrap .section-04{padding: 15.625vw 0;}
  .edu36-wrap .section-05{padding: 13vw 0 ;}
  .edu36-wrap .section-06{padding: 15.625vw 0 0px;}
  .edu36-wrap .section-07{padding: 19.53vw 0 13vw;}
  .edu36-wrap .section-08{padding: 13vw 0;}

  .edu36-wrap .floating_banner{
    bottom: 23.4375vw;
    max-width: 708px;
    width: 92.2vw;
  }

  .edu36-wrap .section-03 .sub02{font-size: 4.6875vw;}
  .edu36-wrap .section-03 .content.sub03{gap: 3.9vw; margin: auto;}
  .edu36-wrap .section-03 .content.sub03 .sub03-item{
    max-width: 708px;
    max-height: 500px;
    width: 92.2vw;
    height: 65.1vw;
    box-shadow: 0px 1.3vw 1.3vw #a18a7e27;
    padding: 5.2vw 10.42vw;
  }
  .edu36-wrap .section-03 .content.sub03 .sub03-item>li{flex-direction: column;}
  .edu36-wrap .section-03 .content.sub03 .sub03-item .inner-txt .tt{
    font-size: 4.7vw;
    margin-bottom: 8px;
    justify-content: center;
  }
  .edu36-wrap .section-03 .content.sub03 .sub03-item .inner-txt .tt span{font-weight: 500; margin-right: 1vw;}
  .edu36-wrap .section-03 .content.sub03 .sub03-item .inner-txt .tt::before{
    width: 0.8vw;
    height: 3.5vw;
    background: #e26a4f;
    margin: -0.8vw 2.1vw 0 0;
  }
  .edu36-wrap .section-03 .content.sub03 .sub03-item .inner-txt .tx{font-size: 3.9vw; padding-left: 0;}
  .edu36-wrap .section-03 .content.sub03 .sub03-item .inner-txt .tx::before{
    width: 0.7vw;
    height: 0.7vw;
    background: #e26a4f;
    margin-right: 1.3vw;
  }
  .edu36-wrap .section-03 .content.sub03 .sub03-item .inner-img-wrap{
    max-width: 550px; width: 71.6vw;
    max-height: 255px; height: 32.44vw;
  }
  .edu36-wrap .section-03 .content.sub03 .sub03-item .inner-img{
    display: flex;
    width: 100%;
    height: 100%;
    will-change: transform;
  }
  .edu36-wrap .section-03 .content.sub03 .sub03-item .inner-img li{
    flex: 0 0 71.61vw;
    max-width: 550px; width: 71.61vw;
    max-height: 255px; height: 33.2vw;
  }
  .edu36-wrap .section-03 .content.sub03 .sub03-item .inner-img li img{
    width: 100%;
    object-fit: cover;
    display: block;
  }
  .edu36-wrap .section-03 .content.sub03 .sub03-item .inner-nav{
    right: 2.6vw;
    top: 2.6vw;
  }
  .edu36-wrap .section-03 .content.sub03 .sub03-item .inner-nav .dot{
    width: 1.953vw;
    height: 1.953vw;
  }
  .edu36-wrap .section-03 .content.sub03 .sub03-item .inner-nav .dot.active{background: #fff;}


  /* section 06 */
  .edu36-wrap .section-06{padding: 120px 0 0px; background: #fff;}
  .edu36-wrap .section-06 .content{
    position: relative;
    max-width: 688px; width: 89.58vw;
    max-height: 388px; height: 50.52vw;
    aspect-ratio: 688 / 388;
    margin: auto;
  }
  .edu36-wrap .section-06 .content .thumb{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity .25s ease;
  }
  .edu36-wrap .section-06 .ment{
    padding: 6vw 0;
    gap: 1.5625vw;
    margin-top: 110px;
  }

  .edu36-wrap .section-06 .ment p:nth-child(1){font-size: 4.071vw; font-weight: 400;}
  .edu36-wrap .section-06 .ment p:nth-child(2){font-size: 4.6875vw; font-weight: 600;}

  /* section 07 */
  .edu36-wrap .section-07 .tag{width: 28.64vw; right: 3.9vw;}

  /* section 08 */
  .edu36-wrap .section-08 .consult_inner{
    max-width: 708px; width: 92.1875vw;
    margin: auto;
    border-radius: 0.65vw;
    overflow: hidden;
  }

  .edu36-wrap .consult_form_input_item {display:flex; align-items: stretch;}
  .edu36-wrap .consult_form_input_item h2{
    font-size:3.125vw;
    max-width: 180px; width: 23.4375vw;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    flex-shrink: 0;
    padding: 14px 0;
  }

    .edu36-wrap .consult_form_select_wrap{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2vw;
    padding: 3.125vw 2.6vw;
  }

    .edu36-wrap .select_box { flex:1;}
    .edu36-wrap .select_box select { max-width:477px; width: 62.1vw; font-size:3.125vw; font-weight: 600; }
    .edu36-wrap .select_box::after {
    right: 4.82vw;
    width: 2.3vw;
}

  .edu36-wrap .text_input{
    max-width:477px; width: 62.1vw;
    height: auto;
    box-sizing: border-box;
    font-size:3.125vw;
    margin: 3.125vw auto;
  }
  .edu36-wrap .text_input::placeholder,
  .edu36-wrap .text_input::-webkit-input-placeholder,  /* Chrome, Safari, 최신 Edge */
  .edu36-wrap .text_input::-moz-placeholde {font-size: 3.125vw !important;} /* Firefox */

  .edu36-wrap .radio_mark {
    width: 3.125vw;
    height: 3.125vw;
  }
  .edu36-wrap .input_radio:checked + .radio_mark::after{width: 2.08vw; height: 2.08vw;}
  .edu36-wrap .radio_list{
    gap: 16px 24px;
    padding: 15px 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .edu36-wrap .radio_list li label { gap:1.3vw;}
  .edu36-wrap .radio_text{font-size:3.125vw;}

  .edu36-wrap .privacy_agree_wrap { padding: 11.72vw 2.6vw 3.9vw;}
  .edu36-wrap .privacy_toggle_btn {
    font-size:3.38vw; font-weight:600; gap:1.9vw;
    margin-bottom:2.6vw;
  }
  .edu36-wrap .privacy_check_label {
    gap:1.3vw;
    font-size:3.125vw;
    margin-bottom:2.08vw;
  }
  .edu36-wrap .privacy_content_inner{
    width: 100%;
    box-sizing: border-box;
  }

  .edu36-wrap .checkbox_mark {
    max-width: 24px; width: 3.125vw;
    max-height: 24px; height: 3.125vw;
  }

  .edu36-wrap .input_checkbox:checked + .checkbox_mark::after {
    left: 0.7vw;
    top: 0.1vw;
    width: 1.05vw;
    height: 2vw;
    border-width: 0 0.5vw 0.5vw 0;
  }

  .edu36-wrap .input_checkbox:focus-visible + .checkbox_mark {
    outline: 2px solid #e8442e;
    outline-offset: 2px;
  }

  .edu36-wrap .privacy_content {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
  }
  .edu36-wrap .privacy_content_inner {
    padding: 3vw;
    font-size: 2.86vw;
    line-height: 1.6;
    color: #495057;
    max-width: 708px; width: 89.5vw;
    margin: auto;
  }
  .edu36-wrap .privacy_content_inner p{width: 100%; text-align: left !important;}
  .edu36-wrap .privacy_content_inner *{font-size: 2.86vw;}
  .edu36-wrap .privacy_content ol { margin:2.34375vw 0; }

  .edu36-wrap .submit_btn_wrap { 
    max-width: 280px; width: 36.46vw;
    max-height: 80px; height: 10.42vw;
    border-radius: 80px;
  }
  .edu36-wrap .submit_btn {
    font-size: 3.9vw;
    font-weight: 700;
  }
  .edu36-wrap .submit_btn .material-symbols-rounded{
    right: 5vw;
    top: 53%; transform: translateY(-50%);
    max-width: 9px; width: 11.53vw;
    font-size: 2.86vw;
  }
}
