@charset "UTF-8";
@import url(../root.css);

.page-title {
  margin-bottom: 80px;
  margin-top: 20px;
}

.intro_tit {
  color: #000;
  font-size: clamp(1.4rem, 4vw, 2.5rem);
  text-align: center;
  letter-spacing: -0.7px;
  margin-bottom: clamp(5px, 1vw, 16px);
}

.intro_tit.en {
  margin-bottom: clamp(5px, 5vw, 25px);
}

.intro_tit.en p {
  font-size: clamp(1rem, 2vw, 2.5rem) !important;
  line-height: clamp(1.5rem, 3vw, 10rem) !important;
}

.intro_tit p {
  line-height: clamp(2rem, 4vw, 3.7rem);
  font-weight: 200;
}

.intro_tit strong {
  font-weight: 500;
}

.intro_txt {
  font-size: clamp(0.875rem, 1vw, 1.2rem);
  color: #666;
  font-weight: 300;
  line-height: clamp(1.2rem, 1vw, 1.7rem);
  letter-spacing: -0.6px;
}

.intro_txt.en {
  line-height: clamp(17px, 2vw, 1.7rem);
  font-size: clamp(0.875rem, 2vw, 1.25rem);
}

.g-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  border-bottom: 2px solid #000;
  display: inline-block;
  padding-bottom: 6px;
}

.g-body {
	display: flex;
  flex-direction: column;
  gap: 28px;
}

.g-body p {
  font-size: clamp(0.9375rem, 2vw, 1.1rem);
  color: #333;
  font-weight: 300;
  line-height: 1.7rem;
  letter-spacing: -0.6px;
}

.g-body strong {
  font-weight: bold;
  color: #333 !important;
}

.g-sign p {
  margin-top: 40px;
  text-align: center;
  font-size: 18px;
  color: #333 !important;
}

.section-title {
    font-size: clamp(18px, 2vw, 28px);
    color: var(--primary-color);
    font-weight: 600;
}

.contents-middle {
  text-align: center;   /* 이 안의 텍스트, 인라인 요소 다 가운데 정렬 */
}

.contents-middle p {
  display: inline-block;   /* 문단 폭 줄여서 가운데 배치 */
  max-width: 800px;        /* 너무 길면 줄폭 제한 */
  line-height: 1.8;        /* 가독성 */
}


.ab01_img {
	text-align: center;
}

[data-table] {
	font-size: 18px;
    margin-top: 40px;
}

[data-table] table :is(th, td) {
    border: 1px solid var(--default-color);
	vertical-align: middle;
}

[data-table] table tbody :is(th, td) {
    padding: 20px 10px;
    line-height: 1.4;
}

[data-table] tr {
	display: flex;
    flex-direction: column;
}

[data-table] tr td:first-child {
    background-color: #f4f4f4;
    border-bottom: none !important;
    border-top: none !important;
}

[data-table] tr:first-child td:first-child {
	border-top: 1px solid var(--default-color) !important;
}

[data-table] table :is(th.left, td.left) {
    text-align: left;
}

/* 이미지 영역 */
.action-box {
  position: relative;
  padding: 170px 50px 109px;
  border: 1px solid #ddd;
}

.action-box .bg {
  display: block;
  /* width: 528px; */
  width: clamp(40%, 10vw, 100%);
  height: 534px;
  margin: auto;
  background: url(/img/knowedge_action.png) no-repeat center center;
  background-size: contain;
}

.action-list {
  color: #666;
}

.action-list li {
  position: absolute;
  width: 330px;
}

.action-list .tit {
  display: block;
  margin-bottom: 16px;
  color: #000;
  font-size: clamp(18px, 2vw, 1.44rem);
  font-weight: 700;
}

.action-list .num {
  color: #858585;
  font-weight: 300;
}

.action-list p {
  line-height: 1.5;
  font-size: 1rem;
  letter-spacing: -0.6px;
}

.action-list .first {
  top: 50px;
  left: 50%;
  margin-left: -100px;
}

.action-list .second {
  top: 17rem;
  left: auto;
  right: 5.5rem;
  width: 17rem;
}

.action-list .third {
  top: auto;
  bottom: 8rem;
  left: auto;
  right: 4rem;
}

.action-list .fourth {
  top: auto;
  left: 4rem;
  bottom: 6rem;
  width: 330px;
  text-align: right;
}

.action-list .fifth {
  top: 21rem;
  left: 7rem;
  width: 15rem;
  text-align: right;
}

/* 영문 버전 */
.action-box.en {
  padding-top: 190px;
}

.action-list.en .first {
  top: 45px;
  width: 370px;
  margin-left: -142px;
}

.action-list.en .fourth {
  left: 6rem;
  bottom: 3rem;
  width: 20rem;
}

.action-list.en .fifth {
  top: 310px;
  left: 78px;
  width: 300px;
}

/* 태블릿 가로 */
@media (max-width: 1275px) {
  .action-box {
    padding: 9% 20px 75px;
  }

  .action-box .bg {
    width: 36%;
    background-size: contain;
  }

  .action-list .first {
    margin-left: -16%;
    top: 2rem;
  }

  .action-list .second {
    top: 180px;
    right: 30px;
    width: 210px;
  }

  .action-list .third {
    right: 40px;
    width: 250px;
  }

  .action-list .fourth {
    left: 20px;
  }

  .action-list .fifth {
    left: 20px;
    top: 14rem;
  }

  .action-list.en .first {
    top: 20px;
    width: 370px;
    margin-left: -142px;
  }

  .action-list.en .second {
    top: 180px;
    right: 50px;
    width: 250px;
  }

  .action-list.en .third {
    right: 80px;
    width: 250px;
    bottom: 10%;
  }

  .action-list.en .fourth {
    left: 2rem;
    bottom: 3rem;
    width: 20rem;
  }

  .action-list.en .fifth {
    top: 250px;
    left: 20px;
    width: 300px;
  }
}

@media (max-width: 1090px) {
  .box_bg.maintxt {
    margin: 0;
    margin-bottom: 25px;
    padding: 8px;
    background: url(/img/infobox_bg.gif) 0 0 repeat;
  }

  .box_bg.maintxt .intro_tit {
    padding: 20px;
    background: #fff;
    margin-bottom: 0;
  }

  .intro_tit.en p {
      display: inline;
  }

  .action-box {
    padding: 30px 20px;
  }

  .action-list li {
    position: inherit !important;
    top: inherit !important;
    left: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 30px;
    text-align: left !important;
  }

  .action-box .bg {
    display: none;
  }
}





