@charset "utf-8";

/*0)*/

.sub-title{
    font-weight: 900;
    text-align: center;
    font-size: 26px;
    margin-bottom: 20px;
    color: #3A3A3A;
}
.table-de{
    width: 100%;
}
.table-de th{
    padding: 10px 0;
    background: #f8f8f8;
    border-bottom: 1px solid #dedede;
    border-top: 2px solid var(--main-color);
}
.table-de td{
    padding: 10px 0;
    border-bottom: 1px solid #dedede;
    font-weight: 500;
    color: #444;
    text-align: center;
}
.img-list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.img-list li{
    width: calc(50% - 10px);
    box-sizing: border-box;
    /* box-shadow: 0 0 10px rgb(0 0 0 / 9%); */
    display: flex;
}
.img-list.lay li{
    display: flex;
    flex-direction: column;
}
.img-list.lay li strong{
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
}
.img-list.lay li i{
    display: block;
    font-size: 14px;
}
.img-list.lay li b{
    color: var(--main-color);
    margin-right: 3px;
}
.sub-txt2{
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 30px;
    color: #333;
    font-weight: 600;
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 900;
    text-align: center;
    color: #3A3A3A;
}
.sub-txt2 span{
    color: var(--main-color);
}
.sub-txt{
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 30px;
    color: #333;
    font-weight: 600;
}
@media (min-width: 768px) {
    .sub-title{
    /* text-align: left; */
    margin-bottom: 30px;
    font-size: 30px;
}
.table-de th{}
.table-de td{}
.img-list{gap: 20px;}
.img-list li{
    width: calc(33.3333% - 13.3333px);

}
.sub-txt{}
}
@media (min-width: 1200px) {
    .sub-title{
    font-size: 48px;
    margin-bottom: 50px;
}

.table-de th{
    padding: 18px 0;
    font-size: 18px;
}
.table-de td{
    padding: 18px 0;
    font-size: 18px;
}
.img-list li{
    width: calc(33% - 15.6667px);
    }
    
.img-list{gap: 30px;}

.img-list.lay li{}
.img-list.lay li strong{
    font-size: 22px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.img-list.lay li i{
    font-size: 16px;
}
.img-list.lay li b{
    margin-right: 10px;
}
.sub-txt{
    font-size: 20px;
    margin-bottom: 60px;
    margin-top: -20px;
}
.sub-txt2{
    font-size: 20px;
    margin-bottom: 60px;
    /* margin-top: -20px; */
    font-size: 40px;
    margin-bottom: 50px;
}
}




/*1) 회사소개 - 인사말*/


.greeting-wrap {
    /* background-color: #fff; */
    color: #333;
  }
  
  .greeting-img {
  }
  .greeting-img .bg{
    background: url(/img/sub/grt.jpg) no-repeat;
    height: 40vw;
    background-position: center;
    background-size: cover;
    /* border-radius: 20px 0 0 0; */
    box-shadow: 0 0 20px rgb(0 0 0 / 17%);
}
.greeting-img .text{
    background: #2A388F;
    color: #fff;
    padding: 20px;
    border-radius: 0 0 0 20px;
    font-weight: 900;
    font-size: 20px;
    display: none;
}
.greeting-img .text span{color:#ffffffd9;display: block;font-weight: 600;font-size: 0.8em;margin-top: 6px;}
  .greeting-inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  
  .greeting-img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
.greeting-text .greeting-top{
    margin-bottom: 25px;
}
.greeting-text .greeting-top span{background: url(/img/common/logo.png);/* font-size: 0px; */display: inline-block;width: 99px;height: 29px;background-position: center;background-size: 100%;background-repeat: no-repeat;text-indent: -500px;overflow: hidden;margin-right: 2px;transform: translate(0px, 6px);}
  .greeting-text .greeting-top p{
    /* color: #2A388F; */
    font-weight: 900;
    font-size: 20px;
    line-height: 1.3;
    color: #3A3A3A;
}
  .greeting-text p {
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #555;
  }
.greeting-text p.t{
    font-weight: 800;
    color: #444;
    font-size: 18px;
    line-height: 1.5;
    color: #333;
}
  
  .greeting-text .greeting-ceo {
    font-weight: bold;
    margin-top: 30px;
    font-weight: 800;
    color: #111;
    position: relative;
  }
.greeting-text .greeting-ceo:after{
  display:block;
  clear:both;
  content:"";
  background: url(/img/sub/sign.png) no-repeat;
  width: 100px;
  height: 40px;
  background-size: 100%;
  position: absolute;
  top: -11px;
  left: 119px;
}
  
  /* 태블릿 이상 */
  @media (min-width: 768px) {
    .greeting-inner {
      display: flex;
      /* gap: 40px; */
      /* align-items: stretch; */
      gap: 50px;
      /* flex-direction: row; */
    }
  
    .greeting-img {
      flex: 1;
      height: 100%;
      position: relative;
    }
  
    .greeting-text {
      flex: 2;
      /* display: flex; */
    }
  
    .greeting-title {
      font-size: 32px;
    }
  
    .greeting-text p {
      font-size: 16px;
      line-height: 1.5;
    }
    .greeting-text p.t{
    font-size: 20px;
    margin-bottom: 26px;
}
    .greeting-text .greeting-top{
}
    .greeting-text .greeting-top p{font-size: 26px;/* width: 307px; */padding-right: 30px;padding-top: 0px;}
    .greeting-img .bg{height: 300px;}
    .greeting-img .text{
    width: 307px;
    padding: 34px;
    position: absolute;
    bottom: -38px;
    left: 0;
}
  }



  @media (min-width: 1200px) {

    .greeting-text .greeting-top span{
    width: 150px;
    height: 38px;
    background-size: 141px;
}
    .greeting-text p {
      font-size: 18px;
      line-height: 1.5;
    }
    .greeting-text .greeting-ceo:after{
    left: 149px;
    width: 120px;
    height: 50px;
}
    .greeting-text p.t{
    font-size: 24px;
    margin-bottom: 30px;
}
    .greeting-text .greeting-top{
    margin-bottom: 30px;
}
    .greeting-text .greeting-top p{font-size: 35px;/* width: 500px; */padding-right: 100px;line-height: 1.5;/* transform: translate(0px, -177px); */margin-bottom: 69px;}
    .greeting-img .bg{
    height: 780px;
    /* background-position: center 0; */
    background-image: url(/img/sub/grt.jpg);
    border-radius: 0px 0 0 0;
    width: 450px;
}
    .greeting-inner{
    gap: 60px;
    display: flex;
    flex-direction: row;
}
    .greeting-inner:after{
      display:block;
      clear:both;
      content:"";
      width: 2000px;
      height: 780px;
      background:#f7f7f7;
      position: absolute;
      bottom: -192px;
      left: 50%;
      margin-left: -1000px;
      z-index: -1;
    }
    .greeting-img{
    /* width: 403px; */
}
    .greeting-text{
    padding: 30px 0;
    /* padding-left: 500px; */
    /* padding-top: 66px; */
    width: calc(100% - 400px);
}
    .greeting-img .text{
    width: 725px;
    padding: 50px;
    border-radius: 0 0 0 50px;
    font-size: 33px;
    bottom: -55px;
    left: unset;
    right: 0px;
}
    .greeting-img .text span{
    font-size: 16px;
    letter-spacing: 0px;
}
  }





  /*기업개요*/

  .company-overview {
    /* padding: 40px 20px; */
    /* background-color: #f7f7f7; */
  }
  
  .company-overview .section-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #002c5f;
    text-align: center;
  }
  
  .company-overview .overview-message {
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 30px;
    color: #333;
    font-weight: 600;
  }
.company-overview .overview-inner .bg{
    background: #f7f7f7;
    padding: 30px 0;
}
.company-overview .overview-message strong{
    display: block;
    color: #2A388F;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 900;
    color: var(--main-color);
    color: #3A3A3A;
}
.company-overview .overview-message strong span{
    color: var(--main-color);
}
  
  .company-overview .info-box {
    /* background-color: #fff; */
    /* border-radius: 8px; */
    /* overflow: hidden; */
    /* box-shadow: 0 0 10px rgba(0,0,0,0.05); */
    padding-top: 100px !important;
  }
  
  .company-overview .info-box .info-row {
    display: flex;
    flex-direction: column;
    padding: 16px;
    /* border-bottom: 1px solid #e1e1e1; */
    margin-bottom: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    text-align: center;
  }
.company-overview .info-box .info-row i{margin-bottom:10px;}
.company-overview .info-box .info-row img{width:40px;}
  
  .company-overview .info-box .info-row:last-child {
    border-bottom: none;
    margin-bottom: 0px;
  }
  
  .company-overview .info-box .info-row .label {
    font-weight: 600;
    color: var(--main-color);
    margin-bottom: 6px;
    font-size: 14px;
  }
.company-overview .info-box .info-row .label{font-weight: 700;}
  
  .company-overview .info-box .info-row .value {
    font-size: 15px;
    color: #222;
    line-height: 1.6;
    font-weight: 400;
  }


.company-overview .info-box .info-row.lay{
    position: absolute;
    top: 0;
    left: 20px;
    width: calc(100% - 40px);
}
.company-overview .info-box .info-row.lay img{width:100px;}
.company-overview .info-box .info-row.lay .txt{
    font-weight: 700;
}
.company-overview .info-box .info-row.lay .txt em{
    color: var(--main-color);
}


  /* 태블릿 이상 */
  @media (min-width: 768px) {
    .company-overview .info-box .info-row {
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      width: calc(33.333333% - 13.33333333333333px);
      display: flex;
      margin: 0;
    }
  
    .company-overview .info-box .info-row .label {
      width: 180px;
      margin-bottom: 0;
      font-size: 15px;
    }
  
    .company-overview .info-box .info-row .value {
      flex: 1;
      text-align: left;
      font-size: 15px;
      text-align: center;
    }
  
    .company-overview .section-title {
      font-size: 28px;
    }
  
    .company-overview .overview-message {
      font-size: 16px;
    }
    .company-overview .info-box{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 20px !important;
}
    .company-overview .info-box .info-row.lay{
    width: 100%;
    position: static;
    width: calc(33.333333% - 13.33333333333333px);
    display: flex;
    align-items: center;
    justify-content: center;
}
  }
  
  /* 데스크탑 이상 */
  @media (min-width: 1200px) {
    .company-overview .overview-inner {
      /* max-width: 1100px; */
      margin: 0 auto;
    }
  
    .company-overview .section-title {
      font-size: 32px;
    }
  
    .company-overview .overview-message {
      font-size: 20px;
      margin-bottom: 70px;
    }
  .company-overview .info-box .info-row .label{
    margin-bottom: 11px;
}
    .company-overview .info-box .info-row .label,
    .company-overview .info-box .info-row .value {
      font-size: 18px;
      line-height: 1.3;
    }
    .company-overview .info-box .info-row{
    padding: 35px 22px;
    width: calc(33.333333% - 16.66666666666667px);
}
    .company-overview{
    /* padding: 60px 20px; */
}
    .company-overview .info-box{
    gap: 25px;
}
    .company-overview .overview-message strong{
    font-size: 40px;
    margin-bottom: 30px;
}
.company-overview .info-box .info-row i{margin-bottom:15px;}
.company-overview .info-box .info-row img{width:50px;}
    .company-overview .overview-inner .bg{
    padding: 80px 0;
}


    .company-overview .info-box .info-row.lay{
    width: calc(33.333333% - 16.66666666666667px);
}
    .company-overview .info-box .info-row.lay img{
    width: 136px;
}
      .company-overview .info-box .info-row.lay .txt{
    font-size: 20px;
}
  }
  

  /*조직도*/


  :root {--orgline:30px; --orglinecol:#e0e0e0;}
.org {text-align:center;}
.org .org_wrap {overflow:hidden;}
.org p {padding:10px 0;position:relative;word-break:break-all;font-size: 14px;}
.org dl {display:flex;justify-content: center;align-items:flex-start;margin:0 -1.5%;position:relative;}
.org dd {flex:1;max-width: 25.33%;margin: 0 1%;/* border-radius:10px; */}
.org dl.ceo dd {background: var(--main-color);color:#fff;font-weight:700;}
.org dl.dep01 {justify-content: flex-end;margin-top:var(--orgline);position:relative;display: flex;}
.org dl.dep01:before {content:'';display:inline-block;width: 50%;height:1px;background:var(--orglinecol);position:absolute;right: 0;bottom:50%;z-index:-1;}
.org dl.dep01 dd {background: #2A388F;color:#fff;font-weight:700;}
.org dl.dep02 {margin-top:var(--orgline);position:relative;}
.org dl.dep02:before {content:'';display:inline-block;width: 80%;height:1px;background:var(--orglinecol);position:absolute;left: 10%;bottom:100%;z-index:-1;}
.org dl.dep02:after {content:''; display:inline-block; width:1px; height:200px; background:var(--orglinecol); position:absolute; left:50%; top:-200px; z-index:-1;}
.org dl.dep02 dd > p {background:#536872;color:#fff;font-weight:700;margin-top:var(--orgline);position:relative;/* border-radius:10px 10px 0 0; */font-size: 14px;}
.org dl.dep02 dd > p:before {content:''; display:inline-block; width:1px; height:var(--orgline); background:var(--orglinecol); position:absolute; left:50%; bottom:100%; z-index:-1;}
.org dl.dep02 ul {position:relative;display:block;background:#f4f6f7;/* border-radius:0 0 10px 10px; */}
.org dl.dep02 li p {font-weight:500;}

@media all and (min-width:768px) {
.org p {padding:20px;font-size: 16px;font-size: 17px;}
.org ul {display:flex; justify-content:center; align-items:flex-start;}
.org dl.dep02 ul {padding:10px 0;}
.org dl.dep02 li p {padding:10px;}
}

@media all and (min-width:1200px) {
  :root {--orgline:40px;}
.org {font-size:1.1em;margin-top: 85px;}
  .org dl.dep02 dd > p{font-size:16px;}
}


/*배너*/

.partner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
  border: 5px solid #f6f6f6;
  padding: 20px;
  margin-bottom: 20px;
}

.partner-list li {
  width: calc(50% - 10px); /* 모바일 2열 */
  box-sizing: border-box;
  box-shadow: 0 0 10px rgb(0 0 0 / 9%);
  display: flex;
}

.partner-list li img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  /* border: 1px solid #ddd; */
  padding: 10px;
  background-color: #fff;
  transition: transform 0.3s ease;
}

.partner-list li img:hover {
  transform: scale(1.05);
}
.partner-list02 li{
    border: 5px solid #f6f6f6;
    padding: 20px;
    margin-bottom: 20px;
}
.partner-list02 li .img{
    margin-bottom: 20px;
    display: block;
}
.partner-list02 li .img img{
    transition: transform 0.3s ease;
}
.partner-list02 li .img img:hover {
  transform: scale(1.05);
}
.partner-list02 li .tlt{
    font-weight: 600;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}
.partner-list02 li .txt{
    font-weight: 500;
    margin-bottom: 10px;
}
.partner-list02 li .txt strong{
    color: var(--main-color);
}
.partner-list02 li i{
    position: relative;
    display: block;
    padding-left: 10px;
    font-size: 14px;
}
.partner-list02 li i:after{
  display:block;
  clear:both;
  content:"";
  width:3px;
  height:3px;
  background: #ccc;
  position: absolute;
  top: 9px;
  left: 0;
}


/* 태블릿 이상 */
@media (min-width: 768px) {
  .partner-list li {
    width: calc(25% - 15px); /* 4열 */
  }
  .partner-list li img{
    height: 70px;
}
  .partner-list02{
    display: flex;
    gap: 20px;
}
.partner-list02 li{
    width: 33.3333333%;
}
.partner-list02 li .img{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partner-list02 li .img img{}
.partner-list02 li .tlt{}
.partner-list02 li .txt{}
.partner-list02 li .txt strong{}
.partner-list02 li i{}
}

/* 데스크탑 이상 */
@media (min-width: 1200px) {
  .partner-list{
    gap: 30px;
    border: 8px solid #f6f6f6;
    padding: 30px;
}
  .partner-list li {
    /* width: calc(20% - 16px); */ /* 5열 */
    padding: 20px 10px;
    width: calc(19% - 11px);
  }
.partner-list02 li{
    border: 8px solid #f6f6f6;
    padding: 30px;
}
.partner-list02 li .img{
    border-bottom: 1px solid #efefef;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.partner-list02 li .img img{
    height: 50px;
}
.partner-list02 li .tlt{}
.partner-list02 li .txt{}
.partner-list02 li .txt strong{}
.partner-list02 li i{}
}






/*오시는길*/

.location-page {
  /* padding: 40px 20px; */
  /* background-color: #f9fafb; */
  /* font-family: 'Noto Sans KR', sans-serif; */
}

.location-inner {
  max-width: 100%;
  margin: 0 auto;
}

.location-title {
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
  color: #002e5a;
}

.location-box {
  margin-bottom: 40px;
}

.location-name {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #003366;
  background: url(/img/common/favicon.png);
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 24px;
}

.location-address {
  font-size: 15px;
  margin-bottom: 15px;
  color: #444;
  font-weight: 500;
}

.map-wrap {
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 1px solid #ccc;
  overflow: hidden;
  border-radius: 8px;
  background-color: #eee;
}

.map-placeholder iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.location-list{
    /* margin-top: 15px; */
    /* border-top: 1px solid #dedede; */
    /* border-bottom: 1px solid #dedede; */
    padding: 15px;
    background: #f7f7f7;
}
.location-list li{
    font-weight: 500;
    padding-left: 23px;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 20px;
}
.location-list li.i1{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23DE2A1E"><path d="M18.364 17.364L12 23.7279L5.63604 17.364C2.12132 13.8492 2.12132 8.15076 5.63604 4.63604C9.15076 1.12132 14.8492 1.12132 18.364 4.63604C21.8787 8.15076 21.8787 13.8492 18.364 17.364ZM12 13C13.1046 13 14 12.1046 14 11C14 9.89543 13.1046 9 12 9C10.8954 9 10 9.89543 10 11C10 12.1046 10.8954 13 12 13Z"/></svg>');
    /* background-repeat: no-repeat; */
    /* background-position: 0 center; */
    /* background-size: 20px; */
}
.location-list li.i2{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23DE2A1E"><path d="M6.45455 19L2 22.5V4C2 3.44772 2.44772 3 3 3H21C21.5523 3 22 3.44772 22 4V18C22 18.5523 21.5523 19 21 19H6.45455ZM7 10V12H9V10H7ZM11 10V12H13V10H11ZM15 10V12H17V10H15Z"/></svg>');
}
/* 태블릿 이상 */
@media (min-width: 768px) {
  .location-title {
    font-size: 26px;
  }

  .location-name {
    font-size: 20px;
  }

  .location-address {
    font-size: 17px;
  }

  .location-inner {
    /* max-width: 700px; */
  }
  .map-placeholder{height:400px;}
.location-list{
    display: flex;
    gap: 20px;
    padding: 25px;
}
.location-list li{}
.location-list li.i1{}
.location-list li.i2{}
}

/* 데스크탑 이상 */
@media (min-width: 1200px) {
  .location-inner {
    /* max-width: 900px; */
  }

  .location-title {
    font-size: 30px;
  }
  .location-name {
    font-size: 26px;
    padding-left: 30px;
    background-size: 24px;
  }
.location-list{
    padding: 40px;
    /* margin-top: 25px; */
    gap: 30px;
}
.location-list li{
    font-size: 20px;
    background-size: 24px;
    padding-left: 28px;
}
.location-list li.i1{}
.location-list li.i2{}
  .location-box{
    margin-bottom: 60px;
}
}



/*비전 및 경영철학*/

.vision-wrap{}
.vision-wrap .box{
    background: #f7f7f7;
    padding: 20px;
    text-align: center;
}
.vision-wrap .box .txt1{
    font-weight: 700;
    background: #fff;
    /* border-radius: 10px; */
    border: 1px solid #DBDBDB;
    padding: 20px 0;
}
.vision-wrap .box .txt1.layout{background: #2A388F;color: #fff;border: 1px solid #141d51;}
.vision-wrap .box .e-list{}
.vision-wrap .box .e-list li{
    background-image: url(/img/sub/grt.jpg);
    color: #fff;
    height: 56vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    margin-bottom: 10px;
    font-weight: 600;
}
.vision-wrap .box .e-list li:nth-child(1){
    background-image: url(/img/sub/v1.jpg);
}
.vision-wrap .box .e-list li:nth-child(2){
    background-image: url(/img/sub/v2.jpg);}
.vision-wrap .box .e-list li:nth-child(3){
    background-image: url(/img/sub/v3.jpg);}
.vision-wrap .box .e-list li:nth-child(4){
    background-image: url(/img/sub/v4.jpg);}
.vision-wrap .box .e-list2{
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.vision-wrap .box .e-list2 li{
    background: #444;
    color: #fff;
    padding: 10px 0;
    font-weight: 700;
    background: #141d51;
    width: 100%;
}
.vision-wrap .box .e-list2 li:nth-child(2){
    background: #2A388F;
}


@media (min-width: 768px) {
  .vision-wrap{}
  .vision-wrap .box{}
  .vision-wrap .box .txt1{}
  .vision-wrap .box .e-list{
    display: flex;
    gap: 20px;
}
  .vision-wrap .box .e-list li{
    height: 300px;
    width: 25%;
}
  .vision-wrap .box .e-list2{
    display: flex;
    flex-direction: row;
}
  .vision-wrap .box .e-list2 li{
    /* width: 50%; */
    /* padding: 20px 0; */
}

}
@media (min-width: 1200px) {
  .vision-wrap{}
  .vision-wrap .box{padding: 80px;}
  .vision-wrap .box .txt1{
    font-size: 30px;
}
  .vision-wrap .box .e-list{}
  .vision-wrap .box .e-list li{
    font-size: 24px;
}
  .vision-wrap .box .e-list2{
    gap: 20px;
}
  .vision-wrap .box .e-list2 li{
    /* width: 50%; */
    padding: 25px 0;
    font-size: 24px;
}

}



.vision-wrap .box {
  /* width: 100%; */
  /* padding: 20px; */
  /* box-sizing: border-box; */
}

.vs-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.vs-list li {
  background: #f5f5f5;
  /* padding: 20px; */
  border-radius: 8px;
  text-align: center;
}

.vs-list span {
  display: block;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 10px;
  background: #fff;
  padding: 10px 0;
  border: 1px solid #dedede;
}

.vs-list .in em {
  display: block;
  background: #2c3e94;
  color: white;
  margin: 5px 0;
  padding: 10px;
  /* border-radius: 5px; */
  font-weight: 700;
  position: relative;
}
.vs-list .in em:nth-child(2n){background:#141d51}


.result {
  margin-top: 20px;
  background: var(--main-color);
  padding: 20px;
  border-radius: 0px;
  background: #141d51;
}

.rs-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: white;
  font-weight: 500;
  text-align: center;
}

.rs-list li{color: var(--main-color);background:#fff;padding:10px;font-weight: 700;color: #141d51;}

@media (min-width: 768px) {
  .vs-list {
    flex-direction: row;
    justify-content: space-between;
  }

  .vs-list li {
    width: 50%;
  }

  .rs-list {
    flex-direction: row;
    justify-content: space-around;
    text-align: center;
  }

  .rs-list li {
    flex: 1;
  }
}


@media (min-width: 1200px) {
  .vs-list{position:relative;}
.vs-list span{
    padding: 25px 0;
    font-size: 22px;
    margin-bottom: 15px;
}.vs-list .in em {
    padding: 25px 0;
    font-size: 20px;
    width: 50%;
}
  .vs-list .in{
    display: flex;
    gap: 20px;
}
  .rs-list li{
    font-size: 20px;
    padding: 20px 0;
}
  .rs-list{
    padding: 30px 50px;
    gap: 20px;
}
  .vs-list .in em:after{
    display:block;
    clear:both;
    content:"";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #2c3e94;
    position:absolute;
    /* top: 0; */
    bottom: -23px;
    left: 50%;
    margin-left: -10px;
  }
  
.vs-list .in em:nth-child(2n):after{border-color:#141d51;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;}
  .result{
    margin-top: 31px;
}
}


/*인재상*/
.talent-values {
  /* display: grid; */
  grid-template-columns: 1fr;
  gap: 20px;
  /* padding: 20px; */
}
.value-box-list{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.value-box {
  border: 1px solid #e0e0e0;
  padding: 20px;
  text-align: center;
  transition: all 0.3s;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  border-top: 2px solid var(--main-color);
}

.value-box:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.value-box .icon {
  margin-bottom: 12px;
}
.value-box .icon img{
    width: 50px;
}

.value-box h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #333;
}

.value-box p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}
.talent-values{}
.talent-values .t1{
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 900;
    text-align: center;
    color: #3A3A3A;
}
.talent-values .t1 span{color: var(--main-color);}
.talent-values .t2{
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 30px;
    color: #333;
    font-weight: 600;
}

/* 태블릿 이상 */
@media (min-width: 768px) {
  .talent-values {
    grid-template-columns: repeat(2, 1fr);
  }
  .talent-values{}
  .talent-values .t1{}
  .talent-values .t2{}
  .value-box-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
  .value-box{width: calc(33.3333333333% - 13.33333333333333px);border-top: 3px solid var(--main-color);}
}

/* 데스크탑 이상 */
@media (min-width: 1200px) {
  .talent-values {
    grid-template-columns: repeat(2, 1fr);
    /* max-width: 900px; */
    margin: 0 auto;
  }
  .talent-values{}
  .talent-values .t1{
    font-size: 40px;
    margin-bottom: 25px;
}
  .talent-values .t2{
    font-size: 20px;
    margin-bottom: 60px;
}
  .value-box{
    position: relative;
    text-align: left;
    padding: 50px;
    padding-left: 115px;
}
  .value-box .icon{
    position: absolute;
    top: 52px;
    left: 32px;
}
  .value-box .icon img{
    width: 60px;
}
  .value-box h3{
    font-size: 22px;
}
  .value-box p{
    font-size: 18px;
}
}



/*사업소개*/

.bs-area{
    background: #f7f7f7;
    padding: 30px 0;
}
.bs-area .bs-box{
    background: #f7f7f7f7;
    padding: 20px;
}
.bs-area .bs-box.line{
    margin-bottom: 30px;
    /* padding-bottom: 30px !important; */
    /* border-bottom: 1px solid #dedede; */
}
.bs-area .bs-box .in{
    /* border-top: 1px solid #dedede; */
    /* border-bottom: 1px solid #dedede; */
    background: #fff;
    /* border-right: 1px solid #dedede; */
    border: 1px solid #dedede;
    /* border-top: 3px solid var(--main-color); */
    position: relative;
}
.bs-area .bs-box .in .img{}
.bs-area .bs-box .in .img img{
    width: 100%;
    height: auto;
}
.bs-area .bs-box .in .img a{
    position: relative;
    display: block;
}
.bs-area .bs-box .in .img a .play-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -33px;
}

.bs-area .bs-box .in .txt{padding: 20px;}
.bs-area .bs-box .in .txt .dot-list{}
.bs-area .bs-box .in .txt .dot-list li{
    position: relative;
    padding-left: 8px;
    font-weight: 400;
    margin-bottom: 5px;
}
.bs-area .bs-box .in .txt .dot-list li:last-child{margin-bottom:0px;}
.bs-area .bs-box .in .txt .dot-list li:after{
  display:block;
  clear:both;
  content:"";
  width: 3px;
  height: 3px;
  background: #888;
  position: absolute;
  top: 9px;
  left: 0;
}
.bs-area .bs-box .in .txt .np{
    display: block;
    background: #fff;
    border-radius: 10px;
    /* padding: 15px; */
    margin-top: 20px;
    font-size: 14px;
}
.bs-area .bs-box .in .txt .np strong{
    display: block;
    color: var(--main-color);
    font-weight: 700;
}
.bs-area .bs-box .in .txt .np em{
    color: #333;
    font-weight: 500;
}
.bs-area .bs-box .in .txt h4{
    /* color: var(--main-color); */
    font-weight: 700;
    margin-bottom: 6px;
    /* color: #3A3A3A; */
}
.bs-list{
    /* display: flex; */
    /* flex-direction: column; */
    /* gap: 20px; */
}
.bs-list ul{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.bs-list li{
    /* margin-bottom: 15px; */
}
.bs-list li span{}
.bs-list li span img{width:100%;}
.bs-list li em{
    font-size: 14px;
    color: #333;
    font-weight: 500;
    text-align: center;
    display: block;
    margin-top: 5px;
}
.bs-area{}
.bs-area .text{
    /* text-align: center; */
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #3A3A3A;
    font-weight: 500;
    text-align: center;
}
.bs-area .text b{
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #111;
}
.bs-area .text b span{
    color: var(--main-color);
}
.img-list2{
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.img-list2 li{}
.img-list2 li strong{
    text-align: center;
    display: block;
    margin-top: 10px;
    font-size: 20px;
}
.img-list2 li img{
    width: 100%;
    transition: transform 0.3s ease;
    box-shadow: 0 0 10px rgb(0 0 0 / 9%);
}.img-list2 li img:hover {
}
.img-list2 li em{
    text-align: center;
    display: block;
    font-weight: 400;
}
.img-list2 li em b{
    color: var(--main-color);
}
@media (min-width: 768px) {
.bs-area{}
.bs-area .bs-box{}
.bs-area .bs-box .in{
    display: flex;
    align-items: center;
    padding-right: 20px;
}
.bs-area .bs-box .in .img{
    width: 40%;
    padding-right: 20px;
}
.bs-area .bs-box .in .img img{
}
.bs-area .bs-box .in .txt{}
.bs-area .bs-box .in .txt .dot-list{}
.bs-area .bs-box .in .txt .dot-list li{}
.bs-area .bs-box .in .txt .np{}
.bs-area .bs-box .in .txt .np strong{}
.bs-area .bs-box .in .txt .np em{}

.bs-area .bs-box .in .txt h4{}
  .bs-list ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 25px;
}
.bs-list li{
    width: calc(25% - 12px);
}
.bs-list li span{}
.bs-list li em{}
.bs-area{}
.bs-area .text{}
.img-list2{
    display: flex;
    flex-direction: row;
}
.img-list2 li{}
.img-list2 li strong{}
.img-list2 li img{}
.img-list2 li em{}
.img-list2 li em b{}
}
@media (min-width: 1280px) {
.bs-area{
    padding: 80px 0;
}
.bs-area .bs-box{}
  
.bs-area .bs-box.line{
    /* padding-bottom: 50px !important; */
    margin-bottom: 80px;
}
.bs-area .bs-box .in{}
  .bs-area .bs-box .in:after{
    display:block;
    clear:both;
    content:"";
    height: 3px;
    background: var(--main-color);
    width: calc(100% - 450px);
    position: absolute;
    top: 0;
    right: 0;
  }
.bs-area .bs-box .in .img{
    width: 500px;
    padding-right: 50px;
}
.bs-area .bs-box .in .img img{
}
.bs-area .bs-box .in .txt{
    padding: 0px;
    width: calc(100% - 500px);
}
.bs-area .bs-box .in .txt .dot-list{}
.bs-area .bs-box .in .txt .dot-list li{
    font-size: 18px;
}
  .bs-area .bs-box .in .txt .dot-list li:after{
    top: 12px;
}
.bs-area .bs-box .in .txt .np{
    font-size: 16px;
    /* padding: 15px 25px; */
    border-radius: 30px;
    margin-top: 35px;
}
.bs-area .bs-box .in .txt .np strong{
    display: inline-block;
    margin-right: 10px;
}
.bs-area .bs-box .in .txt .np em{}

.bs-area .bs-box .in .txt h4{
    font-size: 20px;
    margin-bottom: 10px;
}
.bs-list li{
    width: calc(25% - 18.75px);
}
.bs-list li span{}
.bs-list li em{
    font-size: 16px;
}
.bs-area{}
.bs-area .text{
    font-size: 20px;
}
  .bs-area .text b{
    font-size: 24px;
}
.img-list2{
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
}
.img-list2 li{}
.img-list2 li strong{
    font-size: 24px;
    margin-top: 15px;
}
.img-list2 li img{}
.img-list2 li em{}
.img-list2 li em b{}
  .bs-area .bs-box .in .img a .play-icon{
    margin-top: -38px;
    margin-left: -50px;
}
  .bs-area .bs-box .in .img a .play-icon svg{width: 80px;height: 80px;}
}



.invideo-box{}
.invideo-box .invideo-inner{}

@media (min-width: 768px) {

.invideo-box{}
.invideo-box .invideo-inner{}


}
@media (min-width: 1280px) {

.invideo-box{}
.invideo-box .invideo-inner{}


}

.invideo-box {
  position:relative;
  height:0;
  padding-bottom:56.25%;
}

.invideo-box .invideo-inner iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
