/*** 메인동영상***/
.mobilenone{display:inline-block;}

@media (max-width: 1024px) {

.mobilenone{display: none;}
}

/* =========================================
   메인 비주얼
========================================= */

.main_visual {
  position: relative;
  width: 100%;
  height: 850px;
  overflow: hidden;
  background: #000;
}

/* =========================================
   유튜브 영상 영역
========================================= */

.visual_video_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* 영상 1개를 감싸는 영역 */
.visual_video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 1.2s ease,
    visibility 1.2s ease;
}

/* 현재 재생 중인 영상 */
.visual_video.active {
  opacity: 1;
  visibility: visible;
}

/*
  유튜브 iframe을 화면에 꽉 채웁니다.
  영상 원본 비율은 16:9 기준입니다.
*/
.visual_video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-width: 177.78vh;
  min-height: 100%;
  border: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(1);
}

/* =========================================
   영상 위 어두운 레이어
========================================= */

.visual_dim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}

/* =========================================
   메인 문구
========================================= */

.visual_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: calc(100% - 40px);
  max-width: 1400px;
  color: #fff;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}

.visual_txt h2 {
  margin: 0 0 35px;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.25;
}

.visual_txt h3 {
  margin: 0 0 34px;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
}

.visual_txt h3 strong {
  font-weight: 800;
}

.visual_txt p {
  margin: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.6;
}

.visual_txt p strong {
  font-weight: 700;
}


/* =========================================
   반응형 : 1200px
========================================= */

@media (max-width: 1200px) {

  .main_visual {
    height: 760px;
  }

  .visual_txt {
    width: calc(100% - 60px);
    max-width: 100%;
  }

  .visual_txt h2 {
    margin-bottom: 40px;
    font-size: 46px;
  }

  .visual_txt h3 {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .visual_txt p {
    font-size: 23px;
  }

}


/* =========================================
   반응형 : 1024px
========================================= */

@media (max-width: 1024px) {

  .main_visual {
    height: 680px;
  }

  .visual_txt {
    width: calc(100% - 50px);
  }

  .visual_txt h2 {
    margin-bottom: 32px;
    font-size: 40px;
  }

  .visual_txt h3 {
    margin-bottom: 24px;
    font-size: 28px;
  }

  .visual_txt p {
    font-size: 20px;
    line-height: 1.65;
  }

}


/* =========================================
   반응형 : 769px
========================================= */

@media (max-width: 769px) {

  .main_visual {
    height: 560px;
  }

  .visual_dim {
    background: rgba(0, 0, 0, 0.35);
  }

  .visual_txt {
    top: 57%;
    width: calc(100% - 40px);
  }

  .visual_txt h2 {
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 1.1;
  }

  .visual_txt h3 {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .visual_txt p {
    font-size: 16px;
    line-height: 1.65;
  }

}
/****회사소개****/
.sj_about_main {
  width: 100%;
  bordeR:0px solid red;
  margin:0 auto;
  padding: 130px 0 100px;
  background: #fff;
  overflow: hidden;
}

.sj_about_inner {
  max-width: 1400px;
  margin: 0 auto;

}

.sj_about_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
}

.sj_about_tit {
  flex: 1;
}

.sj_about_tit .eng {
  font-family: 'AritaBuri',  serif;
  font-size: 65px;
  line-height: 1;
  color: #555;
  letter-spacing: 1px;
  margin: 0 0 0 0;
  font-weight: 300;
}

.sj_about_tit h2 {
  font-family: 'AritaBuri',  serif;
  font-size: 75px;
  line-height: 1;
  font-weight: 300;
  color: #000;
  margin: 0 0 34px 185px;
  letter-spacing: -1px;
}

.sj_about_tit h2 span {
  color: #0068b7;
}

.sj_about_tit h3 {
  font-size: 40px;
  line-height: 1.35;
  font-weight: 400;
  color: #111;
  margin: 0 0 24px;
  letter-spacing: -1px;
}
.sj_about_tit h3 span{font-weight:700;}
.sj_about_tit h3 em {
  color: #0068b7;
  font-style: normal;
}

.sj_about_tit .txt {
  font-size: 22px;
  line-height: 1.8;
  color: #333;
  margin: 0;
  letter-spacing: -0.5px;
}

.sj_about_link {
  width: 640px;
  padding-top: 92px;
  margin: 0;
  list-style: none;
}

.sj_about_link li {
  border-bottom: 1px solid #d8d8d8;
}

.sj_about_link li:first-child {
  border-top: 0;
}

.sj_about_link a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 85px;
  text-decoration: none;
  color: #111;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.5px;
  transition: color 0.3s ease;
}



/* 화살표 기본 상태 */
.sj_about_link a i {
  position: relative;
  display: block;
  width: 45px;
  height: 12px;
  transform: translateX(-8px);
  transition: transform 0.35s ease;
}

.sj_about_link a i::before {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  width: 45px;
  height: 1px;
  background: #555;
  transition: background 0.3s ease;
}

.sj_about_link a i::after {
  content: "";
  position: absolute;
  right: 0;
  top: 1px;
  width: 11px;
  height: 11px;
  border-top: 1px solid #555;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
}

/* 마우스 오버 시 오른쪽으로 이동 */
.sj_about_link a:hover i {
  transform: translateX(0);
}

.sj_about_link a:hover {
  color: #0068b7;
}

.sj_about_link a:hover i::before {
  background: #0068b7;
}

.sj_about_link a:hover i::after {
  border-color: #0068b7;
}



.sj_about_img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  margin-top: 70px;
  align-items: start;
 
}

.sj_about_img .img_box {
  width: 100%;
  overflow: hidden;
}

.sj_about_img .img_box img {
  display: block;
  width: 100%;
  height: auto;
}

.sj_about_img .img01 {
  max-width: 630px;
}

.sj_about_img .img02 {
  max-width: 630px;
  margin-top: 110px;
  justify-self: end;
}

/* 1200px */
@media all and (max-width: 1200px) {
  .sj_about_main {
    padding: 100px 30px 120px;
  }

  .sj_about_inner {
    max-width: 100%;
  }

  .sj_about_top {
    gap: 60px;
  }

  .sj_about_tit h2 {
    font-size: 54px;
    margin-left: 120px;
  }

  .sj_about_link {
    width: 420px;
  }

  .sj_about_img {
    gap: 70px;
  }
}

/* 1024px */
@media all and (max-width: 1024px) {
  .sj_about_main {
    padding: 90px 10px 100px;
  }

  .sj_about_top {
    gap: 45px;
  }

  .sj_about_tit .eng {
    font-size: 42px;
  }

  .sj_about_tit h2 {
    font-size: 48px;
    margin-left: 105px;
    margin-bottom: 30px;
  }

  .sj_about_tit h3 {
    font-size: 24px;
  }

  .sj_about_tit .txt {
    font-size: 15px;
  }

  .sj_about_link {
    width: 360px;
    padding-top: 82px;
  }

  .sj_about_link a {
    height: 66px;
    font-size: 20px;
  }

  .sj_about_img {
    gap: 45px;
    margin-top: 60px;
  }

  .sj_about_img .img02 {
    margin-top: 85px; display: none;
  }
}

/* 796px */
@media all and (max-width: 796px) {
  .sj_about_main {
    padding: 70px 0px 80px;
  }

  .sj_about_top {
    display: block;
  }

  .sj_about_tit .eng {
    font-size: 36px;
  }

  .sj_about_tit h2 {
    font-size: 42px;
    margin: 5px 0 28px 82px;
  }

  .sj_about_tit h3 {
    font-size: 27px;
    margin-bottom: 18px;
  }

  .sj_about_tit .txt {
    font-size: 18px;
    line-height: 1.75;
  }

  .sj_about_tit .txt br {
    display: none;
  }

  .sj_about_link {
    width: 100%;
    padding-top: 0;
    margin-top: 42px;
  }

  .sj_about_link a {
    height: 58px;
    font-size: 17px;
  }

  .sj_about_link a i {
    width: 36px;
  }

  .sj_about_link a i::before {
    width: 36px;
  }

  .sj_about_img {
    display: block;
    margin-top: 50px;
  }

  .sj_about_img .img01,
  .sj_about_img .img02 {
    max-width: 100%;
  }

  .sj_about_img .img02 {
    margin-top: 25px;
  }
}



/***** 제품소개 **********/
.sj_product {
  width: 100%;
  padding: 0px 0 120px;
  background: #fff;
  overflow: hidden;
  margin:0 auto;
 
}

.sj_product_inner {
  max-width: 1920px;

  margin: 0 auto;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: start; 
   bordeR:0px solid blue;
}

.product_left {
  position: relative;

}

.product_tit {
  position: relative;
  z-index: 2;
  padding: 0 40px 35px 0;
   padding-left: 26%;
}

.product_tit p {
  font-family: 'AritaBuri',  serif;
  font-size: 65px;
  line-height: 1;
  color: #aaa;
  margin: 0;
  font-weight: 400;
}

.product_tit h2 {
  font-family: 'AritaBuri',  serif;
  font-size: 75px;
  line-height: 1;
  color: #005bac;
  font-weight: 400;
  margin: 0 0 38px 185px;
}

.product_tit h3 {
  font-size: 40px;

  font-weight: 600;
  letter-spacing: -1px;
  margin: 0 0 24px;
}

.product_tit h3 span{font-weight:700;   color: #005bac;}


.product_tit1{
 font-size: 22px;
    line-height: 1.8;
    color: #333;
    margin: 0;
    letter-spacing: -0.5px;
}

.product_img {
  width: 100%;
  overflow: hidden;  

}

.product_img img {
  display: block;
  width: 100%;
  height: auto;
}

.product_right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-content: start;
  padding-top: 250px;
}

.product_item {
  position: relative;
  height: 470px;
  background: #fff;
  text-align: center;
  text-decoration: none;
  color: #111;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: background 0.35s ease, color 0.35s ease;
  overflow: hidden;
}
.product_item:nth-child(1),
.product_item:nth-child(4),
.product_item:nth-child(5) {
  background: #f1f1f1;
}

.product_item .icon {
  width: 110px;
  height: 110px;
  margin: 0 auto 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_item .icon img {
  width: 110px;
  height: 110px;
  object-fit: contain;
  filter: brightness(0);
  transition: filter 0.35s ease;
}

.product_item h4 {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
  color: #111;
  letter-spacing: -1px;
  margin: 0 0 6px;
  transition: color 0.35s ease;
}

.product_item .en {
  font-size: 16px;
  line-height: 1.3;
  color: #555;
  margin: 0;
  transition: color 0.35s ease;
}

.product_item em {
  display: block;
  width: 24px;
  height: 1px;
  background: #111;
  margin: 22px auto 22px;
  transition: opacity 0.25s ease;
}

.product_item strong {
  display: block;
  font-size: 15px;
  color: #111;
  font-weight: 700;
  transition: opacity 0.25s ease;
}

.product_item .desc {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 68px;
  font-size: 18px;
  line-height: 1.75;
  color: #fff;
  margin: 0;
  letter-spacing: -0.5px;
  opacity: 0;
  transform: translateY(55px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.product_item .product_info {
  transition: transform 0.35s ease;
}

.product_item:hover .product_info {
  transform: translateY(-35px);
}

/* 마우스 오버 */
.product_item:hover {
  background: #00579d;
  color: #fff;
}

.product_item:hover .icon img {
  filter: brightness(0) invert(1);
}

.product_item:hover h4,
.product_item:hover .en {
  color: #fff;
}

.product_item:hover em,
.product_item:hover strong {
  opacity: 0;
}

.product_item:hover .desc {
  opacity: 1;
  transform: translateY(0);
}



/* 1200px */
@media all and (max-width: 1200px) {
  .sj_product {
    padding: 90px 30px 110px;
  }

  .sj_product_inner {
    max-width: 100%;
  }

  .product_tit p {
    font-size: 42px;
  }

  .product_tit h2 {
    font-size: 56px;
    margin-left: 115px;
  }

  .product_tit h3 {
    font-size: 24px;
  }

  .product_right {
    padding-top: 90px;
  }

  .product_item {
    height: 340px;
  }

  .product_item h4 {
    font-size: 23px;
  }
}

/* 1024px */
@media all and (max-width: 1024px) {
  .sj_product {
    padding: 80px 25px 95px;
  }

  .sj_product_inner {
    grid-template-columns: 1fr;
  }

  .product_tit {
    padding-right: 0;
  }

  .product_tit p {
    font-size: 40px;
  }

  .product_tit h2 {
    font-size: 52px;
    margin-left: 110px;
    margin-bottom: 30px;
  }

  .product_img {
    max-height: 520px;
  }

  .product_img img {
    width: 100%;
    height: 520px;
    object-fit: cover;
  }

  .product_right {
    padding-top: 0;
  }

  .product_item {
    height: 300px;
  }

  .product_item .icon,
  .product_item .icon img {
    width: 95px;
    height: 95px;
  }

  .product_item .desc {
    bottom: 48px;
    font-size: 14px;
  }
}

/* 796px */
@media all and (max-width: 796px) {
  .sj_product {
    padding: 0px 20px 80px;
  }
.product_tit {padding-lefT:0%;}
  .product_tit p {
    font-size: 34px;
  }

  .product_tit h2 {
    font-size: 44px;
    margin: 4px 0 28px 80px;
  }

  .product_tit h3 {
    font-size: 27px;
    line-height: 1.4;
  }

  .product_tit1  {
    font-size: 18px;
  }

  .product_tit span br {
    display: none;
  }

  .product_img img {
    height: 420px;
  }

  .product_right {
    grid-template-columns: 1fr;
  }

  .product_item {
    height: 350px;
  }


.product_item:nth-child(1),
.product_item:nth-child(3),
.product_item:nth-child(5) {
  background: #f1f1f1;
}

.product_item:nth-child(4) {background: #fff}

.product_item:hover {
  background: #00579d !important;
  color: #fff;
}



  .product_item .icon,
  .product_item .icon img {
    width: 88px;
    height: 88px;
  }

  .product_item h4 {
    font-size: 22px;
  }

  .product_item .desc {
    left: 20px;
    right: 20px;
    bottom: 42px;
    font-size: 14px;
  }



}



/***** 주요기술 *****/
.sj_rnd_main {
  width: 100%;

  padding: 80px 0 170px;
  background: url('/theme/t2d_theme_basic_v2/user_img/rnd_bg.jpg') no-repeat center center / cover;
  overflow: hidden;
}

.sj_rnd_inner_main {
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}

.rnd_txt p {
  font-family: 'AritaBuri',  serif;
  font-size: 65px;
  line-height: 1;
  color: #9c9c9c;
  margin: 0;
  font-weight: 400;
}

.rnd_txt h2 {
   font-family: 'AritaBuri',  serif;
  font-size:75px;
  line-height: 1;
  color: #005bac;
  font-weight: 400;
  margin: 0 0 38px 185px;
}

.rnd_txt h3 {
  font-size: 40px;
  line-height: 1.4;
  color: #000;
  font-weight: 700;
  letter-spacing: -1px;
  margin: 0 0 26px;
}
.rnd_txt h3 span{color: #005bac;}

.rnd_txt1 {
 font-size: 22px;
    line-height: 1.8;
    color: #333;
    margin: 0;
    letter-spacing: -0.5px;
}

.rnd_btn {
  display: flex;
  width: 600px;
  margin: 95px 0 0;
  padding: 0;
  list-style: none;
  box-shadow: 8px 12px 25px rgba(0, 0, 0, 0.08);
}

.rnd_btn li {
  width: 33.3333%;
}

.rnd_btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 200px;
  background: #fff;
  border-right: 1px solid rgba(0,0,0,0.08);
  text-decoration: none;
  color: #111;
  box-sizing: border-box;
  transition: background 0.35s ease, color 0.35s ease;
}

.rnd_btn li:last-child a {
  border-right: 0;
}

.rnd_btn .icon {
  width: 110px;
  height: 110px;
  margin: 0 auto 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.35s ease;
}

.rnd_btn .icon img {
  width: 110px;
  height: 110px;
  object-fit: contain;
  filter: brightness(0);
  transition: filter 0.35s ease;
}

.rnd_btn strong {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #111;
  text-align: center;
  letter-spacing: -0.6px;
  transition: color 0.35s ease;
}

/* 마우스 오버 */
.rnd_btn a:hover {
  background: #005bac;
  color: #fff;
}

.rnd_btn a:hover .icon {
  transform: translateY(-8px);
}

.rnd_btn a:hover .icon img {
  filter: brightness(0) invert(1);
}

.rnd_btn a:hover strong {
  color: #fff;
}

/* 1200px */
@media all and (max-width: 1200px) {
  .sj_rnd_main {
    min-height: 660px;
    padding: 105px 30px 115px;
  }

  .sj_rnd_inner_main {
    max-width: 100%;
  }

  .rnd_txt p {
    font-size: 48px;
  }

  .rnd_txt h2 {
    font-size: 70px;
    margin-left: 125px;
    margin-bottom: 42px;
  }

  .rnd_txt h3 {
    font-size: 28px;
  }

  .rnd_btn {
    width: 570px;
    margin-top: 80px;
  }

  .rnd_btn a {
    height: 190px;
  }

  .rnd_btn .icon,
  .rnd_btn .icon img {
    width: 100px;
    height: 100px;
  }
}

/* 1024px */
@media all and (max-width: 1024px) {
  .sj_rnd_main {
    min-height: auto;
    padding: 90px 30px 100px;
    background-position: center right;
  }

  .rnd_txt p {
    font-size: 42px;
  }

  .rnd_txt h2 {
    font-size: 62px;
    margin-left: 110px;
    margin-bottom: 36px;
  }

  .rnd_txt h3 {
    font-size: 25px;
  }

  .rnd_txt1 span {
    font-size: 16px;
  }

  .rnd_btn {
    width: 540px;
    margin-top: 70px;
  }

  .rnd_btn a {
    height: 180px;
  }

  .rnd_btn .icon,
  .rnd_btn .icon img {
    width: 92px;
    height: 92px;
  }

  .rnd_btn strong {
    font-size: 19px;
  }
}

/* 796px */
@media all and (max-width: 796px) {
  .sj_rnd_main {
    padding: 0px 20px 80px;
    /*background-position: center right bottom;*/
    background-position-y:40%;
  }

  .rnd_txt p {
    font-size: 35px;
  }

  .rnd_txt h2 {
    font-size: 50px;
    margin: 4px 0 30px 82px;
  }

  .rnd_txt h3 {
    font-size: 27px;
    line-height: 1.45;
    word-break: keep-all;
  }
  .rnd_txt1{font-size:18px;}
  .rnd_txt1 span {
    font-size: 14px;
    line-height: 1.75;
    word-break: keep-all;
  }

  .rnd_txt span br {
    display: none;
  }

  .rnd_btn {
    width: 100%;
    margin-top: 50px;
    display: block;
  }

  .rnd_btn li {
    width: 100%;
  }

  .rnd_btn a {
    height: 150px;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0 30px;
    border-right: 0;
    border-bottom: 1px solid #ddd;

  }
.rnd_btn strong {
  text-align: left;
}
  .rnd_btn li:last-child a {
    border-bottom: 0;
  }

  .rnd_btn .icon {
    width: 88px;
    height: 88px;
    margin: 0 20px 0 0;
  }

  .rnd_btn .icon img {
    width: 88px;
    height: 88px;
  }

  .rnd_btn strong {
    font-size: 20px;
  }
}



/**** 상담요청 ***/
.inquiry_sec {
  width: 100%;
  height: 600px;
  background: url('/theme/t2d_theme_basic_v2/user_img/inquiry_bg.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.inquiry_inner {
  max-width: 1400px;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.inquiry_txt {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 560px;
}

.inquiry_txt h2 {
  font-family: 'AritaBuri',  serif;
  font-size: 65px;
  font-weight: 500;
  color: #005a9c;
  line-height: 1;
  margin: 0 0 35px;
}

.inquiry_txt p {
  font-size: 25px;
  font-weight: 600;
  color: #333;
  line-height: 1.6;
  margin: 0;
}

.inquiry_line {
  width: 100%;
  height: 1px;
  background: #006699;
  margin: 40px 0 40px;
}

.inquiry_btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
  font-size: 23px;
  font-weight: 700;
  color: #0066ad;
  text-decoration: none;
  transition: all 0.3s ease;
}

.inquiry_btn span {
  display: block;
  width: 42px;
  height: 1px;
  background: #0066ad;
  position: relative;
  transition: all 0.3s ease;
}

.inquiry_btn span::after {
  content: '';
  position: absolute;
  right: 0;
  top: -4px;
  width: 9px;
  height: 9px;
  border-top: 1px solid #0066ad;
  border-right: 1px solid #0066ad;
  transform: rotate(45deg);
}

.inquiry_btn:hover {
  color: #003f73;
}

.inquiry_btn:hover span {
  width: 58px;
  background: #003f73;
}

.inquiry_btn:hover span::after {
  border-color: #003f73;
}


@media (max-width: 1200px) {
  .inquiry_sec {
    height: 460px;
  }

  .inquiry_inner {
    width: 88%;
  }

  .inquiry_txt {
    width: 500px;
  }

  .inquiry_txt h2 {
    font-size: 62px;
    margin-bottom: 30px;
  }

  .inquiry_txt p {
    font-size: 24px;
  }

  .inquiry_line {
    margin: 36px 0 28px;
  }

  .inquiry_btn {
    font-size: 21px;
  }
}

@media (max-width: 1024px) {
  .inquiry_sec {
    height: 420px;
    background-position: center center;
  }

  .inquiry_txt {
    width: 460px;
    right: 0;
  }

  .inquiry_txt h2 {
    font-size: 54px;
    margin-bottom: 26px;
  }

  .inquiry_txt p {
    font-size: 22px;
    line-height: 1.6;
  }

  .inquiry_line {
    margin: 32px 0 24px;
  }

  .inquiry_btn {
    font-size: 19px;
  }

  .inquiry_btn span {
    width: 36px;
  }
}

@media (max-width: 769px) {
  .inquiry_sec {
    height: 360px;
    background-position: 35% center;
  }

  .inquiry_sec::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.45);
  }

  .inquiry_inner {
    width: 90%;
    position: relative;
    z-index: 1;
  }

  .inquiry_txt {
    width: 100%;
    right: auto;
    left: 0;
    text-align: left;
  }

  .inquiry_txt h2 {
    font-size: 43px;
    margin-bottom: 22px;
  }

  .inquiry_txt p {
    font-size: 18px;
    line-height: 1.6;
  }

  .inquiry_line {
    width: 100%;
    margin: 28px 0 22px;
  }

  .inquiry_btn {
    justify-content: flex-start;
    font-size: 17px;
    gap: 14px;
  }

  .inquiry_btn span {
    width: 32px;
  }
}