:root {
  --color-bk: #25262B;
  --color-gy: #848890;
  --color-wh: #ffffff;

  --color-bg: #F8FAFC;
  --color-line: #EEF0F2;

  --color-hl: #299C4B;
  --color-hl-2: #35C55F;

  --title-1: 45px;
  --title-2: 40px;
  --title-3: 32px;

  --font-xl: 28px;
  --font-l: 24px;
  --font-m: 20px;
  --font-s: 18px;
  --font-xs: 16px;

  --size-xl: 120px;
  --size-l: 80px;
  --size-m: 60px;
  --size-s: 40px;
  --size-xs: 20px;
}

/* ---------------- COMMON ---------------- */

::selection {
  background-color: var(--color-bg);
  color: var(--color-hl);
}

* {
  font-family: 'Pretendard Variable', sans-serif;
  letter-spacing: -0.02em;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 360px;
  max-width: 100vw;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: var(--color-wh);
  padding-bottom: calc(2 * var(--size-l));
}

section {
  max-width: 1920px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: var(--size-xl);
  padding-bottom: var(--size-xl);
}

.section-wrapper {
  max-width: 1380px;
  width: 100%;
  padding-left: var(--size-s);
  padding-right: var(--size-s);
}

.section-title {
  font-size: var(--title-1);
  font-weight: 700;
  text-align: center;
  color: var(--color-bk);
  word-break: keep-all;
  line-height: 135%;
}

.section-title > span {
  font-weight: 400;
}

.section-desc {
  font-size: var(--font-m);
  font-weight: 400;
  text-align: center;
  color: var(--color-gy);
  word-break: keep-all;
  line-height: 150%;
}

/* ---------------- INDUSTRY-MAIN ---------------- */

#industry-main{
  background: linear-gradient(180deg, #FFFAEB, #FFFDF8 10%, #ffffff);
}

#industry-main > .section-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

#industry-main > .section-wrapper > img{
  width: 108px;
  object-fit: contain;
  margin-bottom: 12px;
}


#industry-main > .section-wrapper > h1{
  margin-bottom: var(--size-xs);
}

.industry-fine{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--color-wh);
  border-radius: var(--size-s);
  border: 1px solid #DD3C28;
  padding: var(--size-l);
  box-shadow:
    inset -8px -8px 16px #DD3C2833, /* 이너 쉐도우 */
    0px 8px 32px #DD3C2833;       /* 바깥 쉐도우 */
  gap: var(--size-xs);
  margin-top: var(--size-m);
}

.industry-fine-desc{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: calc(0.8 * var(--size-s));
}

.industry-fine-desc > h3{
  font-weight: 700;
  font-size: var(--title-3);
  color: var(--color-bk);
}

.industry-fine-desc > h3 > span{
  color: #DD3C28;
}

.industry-fine-desc > div{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: calc(0.6 * var(--size-xs));
}


.industry-fine-desc > div > div{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}

.industry-fine-desc > div > div > img{
  width: var(--font-l);
  object-fit: contain;
  margin-top: 3px;
}

.industry-fine-desc > div > div > p{
  color: var(--color-bk);
  font-size: var(--font-m);
  font-weight: 400;
  line-height: 150%;
}

.industry-fine-desc > div > div > p > span{
  font-weight: 700;
  color: #DD3C28;
}

.industry-fine-table{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: calc(0.75 * var(--size-s));
  background-color: #F5F6F8;
  padding: calc(0.75 * var(--size-s));
}

.industry-fine-table > div{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 2.5fr 2.5fr 2fr 2fr;
  align-items: center;
  column-gap: 4px;
}

.industry-fine-table > div span{
  color: var(--color-bk);
  text-align: center;
  font-size: var(--font-m);
}

.industry-fine-table > div span > br{
  display: none;
}

.industry-fine-table > .row > div > span{
  display: inline-block;
  min-width: 48px;
  background-color: #61636A;
  color: var(--color-wh);
  font-weight: 600;
  font-size: var(--font-s);
  padding: 5px;
  border-radius: 6px;
}

.industry-fine-table > div{
  padding: 10px 0;
}

.industry-fine-table > div:not(.row){
  font-weight: 700;
}

.industry-fine-table > .row > span{
  color: var(--color-gy);
}

.industry-fine-table > div:nth-of-type(3){
  border-top: 1px dashed #D8DADF;
  border-bottom: 1px dashed #D8DADF;
}

.industry-fine-table > .row.highlight > span{
  font-weight: 700;
  color: #DD3C28;
}

.industry-fine-table > .row.highlight > div > span{
  background-color: #DD3C28;
}

/* ---------------- INDUSTRY-PROCESS ---------------- */

#industry-process{
  background-color: #F8FAFC;
}

#industry-process > .section-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.industry-process-wrapper{
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  column-gap: var(--size-xs);
  margin-top: var(--size-m);
}

.industry-process-wrapper > img{
  position: absolute;
  width: 46px;
  object-fit: contain;
}

.industry-process-wrapper > img:first-of-type{
  left: 23%;
}

.industry-process-wrapper > img:nth-of-type(2){
  left: calc(50% - 23px);
}

.industry-process-wrapper > img:last-of-type{
  right: 23%;
}

.industry-process{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--color-wh);
  border: 1px solid var(--color-hl-2);
  border-radius: var(--size-xs);
  box-shadow: inset 0px -6px 12px #35C55F33;
  padding: var(--size-s) var(--size-xs);
}

.industry-process > span{
  font-size: var(--font-xs);
  font-weight: 600;
  color: var(--color-hl-2);
  margin-bottom: 8px;
}

.industry-process > p{
  font-size: var(--font-l);
  color: var(--color-bk);
  font-weight: 700;
  text-align: center;
  line-height: 135%;
}

.industry-process > button{
  font-size: var(--font-s);
  font-weight: 600;
  color: var(--color-wh);
  border: none;
  border-radius: var(--size-s);
  padding: 10px 30px;
  background-color: #35C55F;
  margin-top: var(--size-xs);
  cursor: pointer;
  transition: 0.2s;
}

.industry-process > button:hover{
  opacity: 0.85;
}

.industry-process > button > span{
  font-weight: 400;
  font-size: calc(0.8 * var(--font-xs));
}

.industry-process > div{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  margin-top: 12px;
}

.industry-process > div > div > P{
  font-size: var(--font-s);
  font-weight: 400;
  color: var(--color-bk);
  line-height: 150%;
}

.industry-process:last-of-type > button{
  width: 90%
} 

.industry-process:last-of-type > button:last-of-type{
  background-color: var(--color-bk);
  margin-top: 8px;
}

/* ---------------- INDUSTRY-EDU ---------------- */

.table-scroll{
  width: 100%;
}

#industry-edu table{
  margin-top: var(--size-m);
  width: 100%;
  border-collapse : collapse;
  border: 2px solid #22C177;
}

#industry-edu thead, #industry-edu tbody, #industry-edu tr, #industry-edu th, #industry-edu td{
  border: 1px solid #DCE6EB;
}

#industry-edu thead{
  background-color: #22C177;
}

#industry-edu thead th{
  padding: calc(0.9 * var(--size-xs));
  font-size: var(--font-s);
  color: var(--color-wh);
  font-weight: 600;
}

#industry-edu tbody td{
  padding: 12px;
  text-align: center;
  font-size: var(--font-m);
  color: var(--color-bk);
  font-weight: 400;
  line-height: 135%;
}

#industry-edu tbody td > span{
  display: inline-block;
  min-width: 160px;
  padding: 12px;
  border-radius: 8px;
  font-size: var(--font-s);
  font-weight: 600;
  color: var(--color-wh);
}

.industry-edu-01{
  background-color: #4574B9;
}

.industry-edu-02{
  background-color: #22C177;
}

.industry-edu-03{
  background-color: #F3B803;
}

.industry-edu-04{
  background-color: #EC5FF6;
}

.industry-edu-05{
  background-color: #F9741B;
}

/* ---------------- INDUSTRY-SCHEDULE ---------------- */

#industry-schedule{
  background-color: #F8FAFC;
}

/* ---------------- INDUSTRY-INFO ---------------- */

#industry-info > .section-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

#industry-info > .section-wrapper > img{
  width: 64px;
  object-fit: contain;
}

#industry-info > .section-wrapper > div{
  width: 100%;
  margin-top: var(--size-m);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--size-m);
}

.industry-info{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.industry-info > h3{
  font-size: var(--title-3);
  color: var(--color-bk);
  font-weight: 600;
}

.industry-info > p{
  font-size: var(--font-s);
  color: var(--color-bk);
  line-height: 150%;
  word-break: keep-all;
  margin-top: calc(1.2 * var(--size-xs));
}

.industry-info > .industry-sub-desc{
  font-size: var(--font-xs);
  color: var(--color-gy);
  margin-top: 8px;
}

.industry-info > .industry-sub-desc2{
  font-size: var(--font-xs);
  color: var(--color-bk);
  margin-top: var(--size-xs);
}

.industry-info-table01{
  border: 2px solid #22C177;
}

.industry-info-table01 thead{
  background-color: #22C177;
}

.industry-info-table01 tbody .table-bg{
  background-color: #ECFFF5;
  color: #299C4B;
}

.industry-info-table02{
  border: 2px solid #F3B803;
}

.industry-info-table02 thead{
  background-color: #F3B803;
}

.industry-info-table02 tbody .table-bg{
  background-color: #FFFBE6;
  color: #E89301;
}

.industry-info-table03{
  border: 2px solid #4574B9;
}

.industry-info-table03 thead{
  background-color: #4574B9;
}

.industry-info-table03 tbody .table-bg{
  background-color: #F1F5FB;
  color: #4574B9;
}

.industry-info-table04{
  border: 2px solid #DD6028;
}

.industry-info-table04 thead{
  background-color: #DD6028;
}

.industry-info-table04 tbody .table-bg{
  background-color: #FFF7F1;
  color: #DD5328;
}

.industry-law-table{
  border: 2px solid var(--color-bk);
}

.industry-law-table thead{
  background-color: var(--color-bk);
}

.industry-law-table tbody .table-bg{
  background-color: #F8F8F8;
  color: var(--color-bk);
}

.industry-info table, .industry-law-table{
  margin-top: var(--size-s);
  width: 100%;
  border-collapse : collapse;
}

.industry-info thead, .industry-info tbody, .industry-info tr, .industry-info th, .industry-info td{
  border: 1px solid #DCE6EB;
}

.industry-law-table thead, .industry-law-table tbody, .industry-law-table tr, .industry-law-table th, .industry-law-table td{
  border: 1px solid #DCE6EB;
}

.industry-info thead th, .industry-law-table thead th{
  padding: calc(0.6 * var(--size-xs));
  font-size: var(--font-s);
  color: var(--color-wh);
  font-weight: 600;
  word-break: keep-all;
}

.industry-info tbody td, .industry-law-table tbody td{
  padding: calc(0.9 * var(--size-xs));
  text-align: center;
  font-size: var(--font-m);
  color: var(--color-bk);
  font-weight: 400;
  line-height: 150%;
    word-break: keep-all;
}

.industry-info tbody .table-bg, .industry-law-table tbody .table-bg{
  font-weight: 700;
}

#industry-info hr{
  width: 100%;
  height: 1px;
  border: none;
  background-color: #DCE1E6;
}

.industry-info tbody td > span{
  display: inline-block;
  font-size: 14px;
  line-height: 150%;
}

/* ---------------- INDUSTRY-LAW ---------------- */

#industry-law{
  background-color: #F8FAFC;
}

#industry-law > .section-wrapper > div:first-of-type{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: calc(0.6 * var(--size-xs));
}

#industry-law > .section-wrapper > div > img{
  width: 56px;
  object-fit: contain;
}

.industry-law-table{
  margin-top: var(--size-m);
}

/* ---------------- FAQ ---------------- */

#faq .section-title {
  margin-bottom: var(--size-m);
}

.faq-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}

.faq-item {
  width: 100%;
  border-radius: 12px;
  background-color: var(--color-bg);
  padding: 32px 32px 16px 32px;
  border: 1px solid var(--color-line);
  transition: 0.2s;
}

.faq-item.active {
  border: 1px solid var(--color-hl);
  background-color: #F5FFFA;
  padding-bottom: 32px;
}

.faq-item.active > .faq-question {
  color: var(--color-hl);
}

.faq-question {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--color-bk);
  font-weight: 500;
  font-size: var(--font-m);
  line-height: 150%;
  padding-bottom: 16px;
  word-break: keep-all;
  transition: 0.2s;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  color: var(--color-gy);
  font-weight: 400;
  font-size: var(--font-s);
  word-break: keep-all;
  line-height: 150%;
}

.faq-arrow {
  width: 18px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-arrow {
  transform: rotate(-180deg);
}

/* ---------------- CONTACT ---------------- */

#contact {
  background-image: url('/img/edu/lp_contact_bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 3;
}

#contact .section-title {
  color: #FFF050;
}

#contact .section-title > span {
  color: var(--color-wh);
}

#contact .section-desc {
  color: var(--color-wh);
  margin-top: var(--size-xs);
  margin-bottom: var(--size-m);
}

form {
  width: 100%;
  padding: var(--size-s);
  background-color: var(--color-wh);
  border-radius: var(--size-xs);
}

form > div {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: var(--size-s);
}

form > div > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

form > div > div:first-of-type {
  gap: 32px;
}

.input-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}

.input-wrapper > label {
  font-family: 'Pretendard Variable', sans-serif;
  font-size: var(--font-m);
  font-weight: 500;
  color: var(--color-bk);
}

.input-wrapper > label > span {
  color: var(--color-hl);
}

.input-wrapper > input,
.input-wrapper > textarea {
  width: 100%;
  font-family: 'Pretendard Variable', sans-serif;
  font-size: var(--font-s);
  font-weight: 400;
  color: var(--color-bk);
  background-color: var(--color-bg);
  border: 1px solid var(--color-line);
  border-radius: 8px;
  padding: 16px 24px;
  resize: none;
}

.input-wrapper > input:focus,
.input-wrapper > textarea:focus {
  background-color: var(--color-wh);
  border: 1px solid var(--color-hl);
  outline: none;
}

.textarea-wrapper {
  margin-bottom: 32px;
}

.checkbox-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  vertical-align: middle;
  margin-bottom: 12px;
}

.checkbox-wrapper > input {
  accent-color: var(--color-hl);
}

.checkbox-wrapper > label {
  font-family: 'Pretendard Variable', sans-serif;
  font-size: var(--font-xs);
  color: var(--color-bk);
  font-weight: 400;
  margin: 0 4px 0 8px;
}

.checkbox-wrapper > a {
  display: inline-block;
  font-family: 'Pretendard Variable', sans-serif;
  font-size: var(--font-xs);
  color: var(--color-gy);
  text-decoration: underline;
  font-weight: 600;
  cursor: pointer;
}

form > input {
  width: 100%;
  font-family: 'Pretendard Variable', sans-serif;
  font-size: var(--font-m);
  color: var(--color-wh);
  font-weight: 700;
  background-color: var(--color-bk);
  border: none;
  border-radius: 12px;
  padding: var(--size-xs);
  margin-top: var(--size-s);
  cursor: pointer;
  transition: 0.2s;
}

form > input:hover {
  background-color: var(--color-hl-2);
}

form .phone-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 4fr 1fr 8fr 1fr 8fr;
  align-items: center;
  padding: 0px var(--size-xs);
  background-color: var(--color-bg);
  border: 1px solid var(--color-line);
  border-radius: 6px;
}

form .phone-wrapper > input {
  width: 100%;
  font-family: 'Pretendard Variable', sans-serif;
  font-size: var(--font-s);
  font-weight: 400;
  color: var(--color-bk);
  padding: 14px 0;
  text-align: center;
  border: none;
  background-color: var(--color-bg);
}

form .phone-wrapper > input:focus {
  outline: 1px solid var(--color-hl);
}

/* ---------------- BOTTOM-FIXED ---------------- */

.industry-bottom-fixed{
  min-width: 360px;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #E8EEFF;
  border-top-left-radius: var(--size-s);
  border-top-right-radius: var(--size-s);
  z-index: 999;
}

.industry-bottom-fixed > div:first-of-type{
  max-width: 1460px;
  width: 100%;
  padding: var(--size-xs) var(--size-s);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: var(--size-s);
  border-top-right-radius: var(--size-s);
  gap: 12px;
}

.industry-bottom-fixed > div:first-of-type > img{
  width: 200px;
  object-fit: contain;
}
.industry-bottom-fixed > div:first-of-type > div{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.industry-bottom-fixed > div:first-of-type > div > button{
  font-size: var(--font-m);
  font-weight: 600;
  padding: calc(0.6 * var(--size-s)) var(--size-s);
  border-radius: calc(0.8 * var(--size-xs));
  cursor: pointer;
  box-shadow: inset 4px 4px 8px #FFFFFF66, 2px 2px 4px #25262B1A;
  transition: 0.2s;
}

.industry-bottom-fixed > div:first-of-type > div > button:hover{
  opacity: 0.85;
}

.industry-bottom-fixed > div:first-of-type > div > button:first-of-type{
  background-color: #326EFB;
  border: 2px solid #2561EF;
  color: var(--color-wh);
}

.industry-bottom-fixed > div:first-of-type > div > button:last-of-type{
  background-color: #FFC800;
  border: 2px solid #F0A800;
  font-weight: 700;
  color: #443300;
}

.industry-bottom-fixed > div:first-of-type > div > a{
  padding: calc(0.6 * var(--size-s)) var(--size-s);
  border-radius: calc(0.8 * var(--size-xs));
  cursor: pointer;
  background-color: #FFFFFF;
  border: 2px solid #326EFB;
  box-shadow: inset -4px -4px 8px #326EFB33, 2px 2px 4px #25262B1A;
  transition: 0.2s;
}
.industry-bottom-fixed > div:first-of-type > div > a:hover{
  opacity: 0.8;
}

.industry-bottom-fixed > div:first-of-type > div > a > div{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.industry-bottom-fixed > div:first-of-type > div > a img{
  width: 20px;
  object-fit: contain;
}

.industry-bottom-fixed > div:first-of-type > div > a span{
  font-size: var(--font-m);
  font-weight: 700;
  color: #326EFB;
}

.industry-bottom-fixed > div:last-of-type{
  background-color: #326EFB;
  width: 100%;
  padding: 12px var(--size-s);
  justify-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--size-l);
}
.industry-bottom-fixed > div:last-of-type > div{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.industry-bottom-fixed > div:last-of-type > div > img{
  width: var(--font-xs);
  object-fit: contain;
}

.industry-bottom-fixed > div:last-of-type > div > span{
  font-size: var(--font-s);
  font-weight: 400;
  color: var(--color-wh);
}


/* ---------------- POPUP ---------------- */

/* overlay */
.industry-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease;
  z-index: 1000;
}

/* modal */
.industry-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  max-width: 520px;
  width: 80%;
  background: #fff;
  border-radius: var(--size-xs);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
  z-index: 1001;
}

/* active */
.industry-modal.active,
.industry-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.industry-modal.active {
  transform: translate(-50%, -50%) scale(1);
}

/* close */
.industry-modal-close {
  position: absolute;
  top: var(--size-xs);
  right: var(--size-xs);
  border: none;
  background: none;
  font-size: var(--font-m);
  cursor: pointer;
}

/* header */
.industry-modal-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(0.4 * var(--size-xs));
  margin-bottom: var(--size-xs);
  padding: 24px 32px;
  border-top-left-radius: var(--size-xs);
  border-top-right-radius: var(--size-xs);
  background-color: #F5F5F5;
  border-bottom: 1px solid #ECE9E9;
}

.industry-modal-header img {
  width: calc(0.7 * var(--size-s));
  object-fit: contain;
}

.industry-modal-title {
  font-size: var(--font-m);
  margin: 0;
}

/* body */
.industry-modal-body {
  text-align: center;
  color: #444;
  font-size: var(--font-s);
  line-height: 1.5;
  margin-bottom: 28px;
  word-break: keep-all;
  padding: 12px 32px 0 32px;
}

/* footer */
.industry-modal-footer {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 32px 32px 32px;
}

.industry-modal-action {
  background: #22c55e;
  color: #fff;
  border: none;
  padding: 14px 28px;
  font-size: var(--font-s);
  font-weight: 600;
  border-radius: 999px;
  cursor: pointer;
}

.industry-modal-action:hover {
  background: #16a34a;
}

/* 선택 패널 */
.industry-choice {
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
  z-index: 1001;
}

/* 활성화 */
.industry-choice.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

/* 내부 버튼 정렬 */
.industry-choice-inner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--size-s);
}

/* 공통 버튼 */
.industry-choice-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  word-break: keep-all;
  padding: var(--size-xs) var(--size-s);
  border-radius: 14px;
  font-size: var(--font-s);
  font-weight: 600;
  cursor: pointer;
  border: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease;
}

/* hover */
.industry-choice-btn:hover {
  transform: translateY(-4px);
}

/* 안전교육 버튼 */
.industry-choice-btn--safe {
  background: linear-gradient(180deg, #22C177, #1cb16b);
  border: 1px solid #299C4B;
  box-shadow: inset 4px 4px 8px #FFFFFF33, 0px 6px 16px #11111133;
  color: #fff;
}

/* 법정교육 버튼 */
.industry-choice-btn--law {
  background: linear-gradient(180deg, #2f2f2f, #111);
  border: 1px solid #25262B;
  box-shadow: inset 4px 4px 8px #FFFFFF33, 0px 6px 16px #11111133;
  color: #fff;
}

/* 아이콘 이미지 */
.industry-choice-icon {
  width: var(--size-xs);
  object-fit: contain;
}


/* ---------------- RESPONSIVE ---------------- */

@media screen and (max-width: 1380px) {
  :root {
    --title-1: 40px;
    --title-2: 34px;
    --title-3: 28px;

    --font-xl: 24px;
    --font-l: 20px;
    --font-m: 18px;
    --font-s: 16px;
    --font-xs: 14px;

    --size-xl: 96px;
    --size-l: 72px;
    --size-m: 54px;
    --size-s: 36px;
    --size-xs: 18px;
  }

  .industry-fine{
    padding: calc(0.8 * var(--size-l));
  }

  .industry-fine-table > div span{
    font-size: var(--font-s);
  }

  .industry-fine-table > .row > div > span{
    min-width: calc(1.2 * var(--size-s));
    font-size: var(--font-xs);
    padding: 4px;
  }

  .industry-process-wrapper{
    grid-template-columns: 1fr 1fr;
    row-gap: var(--size-xs);
  }
    
  .industry-process-wrapper > img{
    width: 40px;
  }

  .industry-process-wrapper > img:first-of-type{
    left: calc(50% - 20px);
    top: 18%;
  }

  .industry-process-wrapper > img:nth-of-type(2){
    display: none;
  }

  .industry-process-wrapper > img:last-of-type{
    left: calc(50% - 20px);
    bottom: 22%;
  }

  .industry-process:last-of-type > button{
    max-width: 220px;
    width: 100%
  } 

  #industry-edu tbody td > span{
    min-width: 132px;
  }

  .faq-item {
    padding: 24px 24px 12px 24px;
  }

  .faq-question {
    padding-bottom: 12px;
  }

  .faq-item.active {
    padding-bottom: 24px;
  }

  form > input {
    border-radius: 8px;
  }

    .industry-bottom-fixed > div:first-of-type > img{
    width: 160px;
  }

  .industry-bottom-fixed > div:first-of-type > div > button{
    font-size: var(--font-s);
    padding: calc(0.5 * var(--size-s)) calc(0.8 * var(--size-s));
    border-radius: calc(0.7 * var(--size-xs));
  }

  .industry-bottom-fixed > div:first-of-type > div > a{
    padding: calc(0.5 * var(--size-s)) calc(0.8 * var(--size-s));
    border-radius: calc(0.7 * var(--size-xs));
    border: 1px solid #2561EF;
  }

  .industry-bottom-fixed > div:first-of-type > div > a img{
    width: 18px;
  }

  .industry-bottom-fixed > div:first-of-type > div > a span{
    font-size: var(--font-s);
  }

  .industry-bottom-fixed > div:first-of-type > div > button:first-of-type{
    border: 1px solid #2561EF;
  }

  .industry-bottom-fixed > div:first-of-type > div > button:last-of-type{
    border: 1px solid #F0A800;
  }

}

@media screen and (max-width: 1024px) {
  #industry-main > .section-wrapper > img{
    width: calc(1.25 * var(--size-l));
  }
  
  .industry-fine{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: var(--size-s);
  }
  
  .industry-fine-desc{
    width: 100%;
  }
  .industry-fine-table{
    width: 100%;
    padding: var(--size-xs) var(--size-s);
  }

  #industry-edu tbody td > span{
    min-width: 108px;
  }

  #industry-edu thead th{
    font-size: var(--font-s);
  }

  #industry-edu tbody td{
    font-size: var(--font-s);
    word-break: keep-all;
  }

  #industry-edu tbody td > span{
    font-size: var(--font-xs);
  }

  #industry-info > .section-wrapper > img{
    width: 48px;
  }
  
  .industry-info thead th, .industry-law-table thead th{
    padding: calc(0.7 * var(--size-xs));
    font-size: var(--font-xs);
  }

  .industry-info tbody td, .industry-law-table tbody td{
    padding: calc(0.8 * var(--size-xs));
    font-size: var(--font-s);
  }

  .industry-info tbody td > span{
    font-size: 13px;
  }

    .industry-info tbody td > span > br{
      display: none;
    }

  #contact .section-desc {
    margin-bottom: var(--size-s);
  }

  .industry-bottom-fixed > div:first-of-type > img{
    width: 120px;
  }

  .industry-bottom-fixed > div:first-of-type > div > button{
    font-size: var(--font-xs);
    padding: calc(0.45 * var(--size-s)) calc(0.6 * var(--size-s));
    border-radius: calc(0.6 * var(--size-xs));
  }

    .industry-bottom-fixed > div:first-of-type > div > button > span{
      display: none;
    }

  .industry-bottom-fixed > div:first-of-type > div > a{
    padding: calc(0.45 * var(--size-s)) calc(0.6 * var(--size-s));
    border-radius: calc(0.6 * var(--size-xs));
    border: 1px solid #2561EF;
  }

  .industry-bottom-fixed > div:first-of-type > div > a img{
    width: 15px;
  }

  .industry-bottom-fixed > div:first-of-type > div > a > div{
    gap: 6px;
  }

  .industry-bottom-fixed > div:first-of-type > div > a span{
    font-size: var(--font-xs);
  }

  .industry-bottom-fixed > div:last-of-type{
    gap: var(--size-s);
  }
  .industry-bottom-fixed > div:last-of-type > div{
    gap: 6px;
  }

  .industry-bottom-fixed > div:last-of-type > div > img{
    width: var(--font-xs);
  }

  .industry-bottom-fixed > div:last-of-type > div > span{
    font-size: var(--font-xs);
    font-weight: 300;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --title-1: 28px;
    --title-2: 26px;
    --title-3: 24px;

    --font-xl: 21px;
    --font-l: 19px;
    --font-m: 17px;
    --font-s: 15px;
    --font-xs: 13px;

    --size-xl: 56px;
    --size-l: 56px;
    --size-m: 42px;
    --size-s: 28px;
    --size-xs: 16px;
  }

  body {
    padding-bottom: calc(3.5 * var(--size-l));
  }

  .section-wrapper {
    padding: 0 20px;
  }

  .industry-fine{
    padding: var(--size-m) 12px;
    border-radius: 24px;
  }

  .industry-fine-desc{
    padding: 0 20px;
  }

  .industry-fine-table{
    padding: 8px var(--size-xs);
    border-radius: 12px;
  }
    .industry-fine-desc > div > div{
      gap: 4px;
    }

  .industry-fine-desc > div > div > p{
    font-size: var(--font-s);
  }

  .industry-fine-desc > div > div > img{
    width: var(--font-m);
    margin-top: 2px;
  }

  #industry-edu tbody td > span{
    min-width: 80px;
  }

  #industry-edu thead th{
    font-size: var(--font-xs);
    padding: 12px;
  }

  #industry-edu tbody td{
    font-size: var(--font-xs);
    word-break: keep-all;
    padding: 6px;
  }

  #industry-edu tbody td > span{
    font-size: var(--font-xs);
    padding: 8px;
    border-radius: 4px;
  }

  #industry-info > .section-wrapper > img{
    width: 32px;
  }

  .industry-info thead th, .industry-law-table thead th{
    padding: calc(0.6 * var(--size-xs));
    font-size: var(--font-xs);
  }

  .industry-info tbody td, .industry-law-table tbody td{
    padding: calc(0.6 * var(--size-xs));
    font-size: var(--font-xs);
  }

  .industry-info tbody td > span{
    font-size: 12px;
  }
  
  .faq-question {
    font-size: var(--font-s);
    padding-bottom: 10px;
  }

  .faq-answer {
    font-size: var(--font-xs);
  }

  .faq-arrow {
    width: 14px;
    margin-left: 20px;
  }

  .faq-item {
    padding: 20px 20px 10px 20px;
  }

  form {
    padding: var(--size-s) 24px;
    border-radius: 12px;
  }

  form > div {
    gap: 24px;
    grid-template-columns: 1fr;
  }

  .input-wrapper > input,
  .input-wrapper > textarea {
    font-size: 14px;
    padding: 14px 20px;
  }

  form .phone-wrapper > input {
    font-size: 14px;
  }

  form > div > div:first-of-type {
    gap: 24px;
  }

  .textarea-wrapper {
    margin-bottom: var(--size-xs);
  }

  form > input {
    margin-top: 24px;
  }

    .industry-bottom-fixed > div:first-of-type{
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      gap: 8px;
    }

    
  .industry-bottom-fixed > div:first-of-type > div{
    width: 100%;
    gap: 8px;
  }
    
  .industry-bottom-fixed > div:first-of-type > div > button{
    width: 100%;
  }

  .industry-bottom-fixed > div:first-of-type > div > a{
    width: 100%;
    padding: calc(0.45 * var(--size-s)) calc(0.6 * var(--size-s));
    border-radius: calc(0.6 * var(--size-xs));
    border: 1px solid #2561EF;
  }

  .industry-bottom-fixed > div:first-of-type > div > a img{
    width: 15px;
  }

  .industry-bottom-fixed > div:first-of-type > div > a > div{
    gap: 6px;
  }

  .industry-bottom-fixed > div:first-of-type > div > a span{
    font-size: var(--font-xs);
  }
}

@media screen and (max-width: 576px) {
  #industry-main > .section-wrapper{
    padding: 0 12px;
  }
    #industry-main > .section-wrapper > p{
    padding: 0 8px;
  }

  #industry-main > .section-wrapper > p > br{
    display: none;
  }

  .industry-fine{
    margin-top: var(--size-s);
  }

  .industry-fine-desc > div > div > p{
    word-break: keep-all;
  }

  .industry-fine-desc > div > div > p > br{
    display: none;
  }

  .industry-fine-desc{
    padding: 0 12px;
  }

  .industry-fine-table{
    padding: 6px 12px;
  }

  .industry-fine-table > div{
  grid-template-columns: 1.25fr 2.25fr 2.5fr 2fr 2fr;
  column-gap: 2px;
}

  .industry-fine-table > div span > br{
    display: block;
  }

  .industry-fine-table > div span{
    font-size: 14px;
  }

  .industry-process-wrapper{
    grid-template-columns: 1fr;
    row-gap: var(--size-xs);
  }
  
  .industry-process-wrapper > img{
    width: 32px;
    transform: rotate(90deg);
  }

  .industry-process-wrapper > img:first-of-type{
    left: calc(50% - 18px);
    top: 19%;
  }

  .industry-process-wrapper > img:nth-of-type(2){
    display: block;
    left: calc(50% - 18px);
    top: 44.5%;
  }

  .industry-process-wrapper > img:last-of-type{
    left: calc(50% - 18px);
    bottom: 25%;
  }

  .industry-process:last-of-type > button{
    max-width: 220px;
    width: 100%
  } 

  .industry-process{
    padding: 24px 16px 16px 16px;
  }

    #industry-edu tbody td > span{
    min-width: 72px;
    padding: 6px;
  }

  .table-scroll {
    padding-bottom: 4px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; 
  }

  .table-scroll-01 table {
    min-width: 432px; 
  }
  .table-scroll-02 table {
    min-width: 450px; 
  }
  .table-scroll-03 table {
    min-width: 432px; 
  }
  .table-scroll-04 table {
    min-width: 320px; 
  }
  .table-scroll-05 table {
    min-width: 472px; 
  }
  .table-scroll-06 table {
    min-width: 480px; 
  }

  .table-scroll::-webkit-scrollbar {
    height: 8px;
  }

  .table-scroll::-webkit-scrollbar-thumb {
    background: #e4e4e4;
    border-radius: 6px;
  }

  
  .industry-bottom-fixed > div:last-of-type{
    gap: var(--size-s);
  }
  .industry-bottom-fixed > div:last-of-type > div{
    gap: 6px;
  }

  .industry-bottom-fixed > div:last-of-type > div > img{
    width: 12px;
  }

  .industry-bottom-fixed > div:last-of-type > div > span{
    font-size: 12px;
    font-weight: 300;
  }
}
