/*sub*/
.sub {
  overflow: hidden;
}
.sub .inner {
  max-width: 1440px;
  padding: 0;
}
.sub .subtop {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding-top: 120px;
}
.sub .subtop > div {
  color: #fff;
  text-align: left;
  width: 1440px;
  margin: 0 auto;
}
.sub .subtop h2 {
  font-size: 50px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  line-height: 1;
}
.sub .subtop h2::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 70px;
  height: 5px;
  background: #fff;
}
.sub .subtop01 {
  background-image: url(../img/subtop01.jpg);
}
.sub .subtop02 {
  background-image: url(../img/subtop02.jpg);
}
.sub .subtop03 {
  background-image: url(../img/subtop03.jpg);
}
.sub .subtop04 {
  background-image: url(../img/subtop04.jpg);
}
.sub .subtop05 {
  background-image: url(../img/subtop05.jpg);
}
.sub .subtop06 {
  background-image: url(../img/subtop06.jpg);
}
.submenu {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  position: relative;
  margin-top: -80px;
}
/* .submenu::before {
  position: absolute;
  content: '';
  width: 10000px;
  height: 1px;
  background: #ddd;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
} */
.submenu a {
  font-weight: 400;
  color: #666;
  background: #fff;
  font-size: 20px;
  padding: 0 50px;
  position: relative;
  display: block;
  height: 100%;
  line-height: 80px;
  transition: .3s ease-in-out;
}
.submenu a::before {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  background: transparent;
  top: 0;
  height: 5px;
  transition: .3s ease-in-out;
}
.submenu a.active {
  color: var(--main-color);
  font-weight: 700;
}
.submenu a.active::before {
  background: var(--main-color);
}
.submenu a:hover {
  color: var(--main-color);
}
.submenu a:hover::before {
  background: var(--main-color);
  opacity: 0.5;
}
.subtitle {
  max-width: 1440px;
  margin: 0 auto;
  padding: 30px 0 70px;
}
.subtitle h2 {
  font-size: 54px;
  font-weight: 700;
  position: relative;
  line-height: 1em;
  margin: 0 0 25px;
}
.subtitle h2::before {
  position: absolute;
  content: '';
  left: -8px;
  top: -5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--main-color);
}
.subtitle .line {
  display: none;
  width: 50px;
  height: 1px;
  margin: 20px 0;
  background: #666;
}
.subtitle p {
  font-size: 22px;
  color: #666;
}
.sub .sub_wrap {
  padding: 50px 0 100px;
  position: relative;
}
/********* 회사소개 **********/
.about01 {
  background: url(/img/sub01_01.jpg) no-repeat center / cover fixed;
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about01_cont {
  padding: 100px;
  background: rgba(255,255,255,0.7);
}
.about01_cont h2 {
  font-size: 50px;
  position: relative;
  padding-bottom: 15px;
}
.about01_cont h2::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 1px;
  background: #666;
}
.about01_cont h3 {
  font-size: 24px;
  margin: 15px 0;
}
.about02 {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 100px;
}
.about02_cont {
  width: 22%;
  text-align: center;
}
.about02_cont h2 {
  font-size: 30px;
  margin-top: 20px;
}
.about02_cont .line {
  width: 50px;
  display: inline-block;
  height: 3px;
  background: var(--main-color);
}
.about02_cont img {
  border-radius: 10px;
}
.about02_cont p {
  font-size: 18px;
  margin-top: 15px;
}
/********* CEO인사말 **********/
.ceo_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ceo_cont img {
  border-radius: 30px 30px 0 0;
  width: 40%;
}
.ceo_cont .ceo_txt {
  width: 50%;
}
.ceo01 .ceo_photo {
  text-align: right;
}
.ceo01 .ceo_photo > img {
  width: 150px;
  border-radius: 10px;
  display: inline-block;
}
.ceo01 .ceo_photo b img {
  width: 100px;
  display: inline-block;
  border-radius: 0;
}
.ceo01 .ceo_photo b {
  font-weight: 300;
  display: block;
  font-size: 18px;
}
.ceo01 .ceo_photo b strong {
  font-size: 24px;
  font-weight: 900;
  display: block;
}
/********* 연혁 **********/
.history_cont {
  position: relative;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.history_wrap {
  width: 50%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.history_line {
  position: absolute;
  left: 19px;
  overflow: hidden;
  height: 100%;
  width: 3px;
  top: 0;
  background: #ddd;
}
.history_line span {
  display: block;
  width: 100%;
  height: 0;
  background: var(--main-color);
  transition: height 0.2s ease-out;
  border-radius: 0 0 5px 5px;
}
.history_box {
  margin: 50px 0 100px 0;
  position: relative;  
  display: flex;
  justify-content: start;
  align-items: start;
}
.history_circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e4ffef;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.history_circle span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--main-color);
}
.history_txt {
  padding-left: 60px;
}
.history_txt h2 {
  color: var(--main-color);
  margin-bottom: 25px;
  font-size: 40px;
  line-height: 1em;
}
.history_txt p {
  color: #666;
  margin: 5px 0;
}
.history_img {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.history_img img {
  width: 49%;
  margin-bottom: 10px;
  border-radius: 10px;
}
/********* 오시는길 **********/
.sub_location_txt {
  margin-top: 30px;
}
.sub_location_txt li {
  display: flex;
  font-size: 20px;
  gap: 20px;
  margin-bottom: 15px;
}
.sub_location_txt li p {
  font-weight: 500;
}
/********* 사업분야 **********/
.business_tabs {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  list-style: none;
}

.business_tabs li {
  padding: 10px 20px;
  background: #ddd;
  cursor: pointer;
  font-size: 18px;
  border-radius: 3px;
}

.business_tabs li.active {
  background: var(--main-color);
  color: #fff;
}

.tab_content {
  display: none;
  animation: fadein 0.5s;
  justify-content: space-between;
  align-items: center;
}
.tab_content > div {
  width: 46%;
}
.business_txt h3 {
  font-size: 38px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}
.business_txt h3::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: #666;
}
.business_txt h4 {
  font-size: 28px;
  font-weight: 400;
}
.business_txt p {
  font-size: 18px;
  color: #666;
  margin-top: 15px;
}
.tab_content.active {
  display: flex;
}

@keyframes fadein {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.thumbSwiper {
margin-top: 15px;
}
.thumbSwiper .swiper-slide {
  cursor: pointer;
  opacity: 0.7;
  filter: grayscale(100%);
  transition: opacity 0.3s, filter 0.3s;
}
.thumbSwiper img {
  border-radius: 5px;
}
.thumbSwiper .swiper-slide-thumb-active {
  opacity: 1;
  filter: grayscale(0%);
}
/********* 인재상 **********/
.inje_cont li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 50px;
  margin-bottom: 20px;
  background: #f4f4f4;
  border-radius: 30px;
}
.inje_icon {
  text-align: center;
  width: 30%;
}
.inje_icon svg {  
  width: 100px;
  height: 100px;
}
.inje_icon p {
  font-size: 28px;
  margin-top: 10px;
}
.inje_txt {
  width: 50%;
}
.inje_txt h2 {
  font-size: 40px;
}
.inje_txt h2 small {
  color: #666;
  font-weight: 400;
  margin: 5px 0 10px;
  font-size: 18px;
}
.inje_txt p {
  font-size: 20px;
}
/********* 인사제도 **********/
.insa {
  position: relative;
}
.insa > svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.insa_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.insa_cont01 {
  justify-content: center;
  margin-bottom: 100px;
}
.insa_cont li {
  background: #eee;
  padding: 50px;
  border-radius: 30px;
  text-align: center;
  width: 30%;
  z-index: 2;
}
.insa_cont li svg {
  width: 120px;
  height: 120px;
  color: var(--main-color);
}
.insa_cont li h2 {
  font-size: 32px;
  position: relative;
}
.insa_cont li h3 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}
.insa_cont li p {
  font-size: 24px;
}
/********* 채용정보 **********/
.recurit_cont > h2 {
  font-size: 34px;
}
.recurit_item {
  margin: 30px 0 50px;
}
.recurit_table {
  width: 100%;
  text-align: center;
}
.recurit_table thead {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  background: #f4f4f4;
}
.recurit_table th,
.recurit_table td {
  padding: 20px 0;
  font-size: 20px;
}
.recurit_item > h3 {
  font-size: 28px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
}
.recurit_item p {
  font-size: 20px;
  color: #222;
  margin-bottom: 15px;
}
.recurit_item h3 .squre {
  width: 15px;
  height: 15px;
  background: var(--main-color);
  margin-right: 10px;
}
.recurit_item ul {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 50px;
}
.recurit_item ul li {
  text-align: center;
}
.recurit_item ul li h3 {
  font-size: 20px;
  margin-top: 15px;
}
.recurit_item ul li span {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.recurit_item ul li svg {
  width: 60px;
  height: 60px;
}
.recurit_item ul li.arrow i {
  font-size: 50px;
}
.down {
  text-align: center;
  margin-top: 50px;
}
.down > a {
  display: inline-block;
  padding: 15px 30px;
  background: var(--main-color); 
  color: #fff;
  font-size: 20px;
}
/********* ESG경영 **********/
.esg {
  position: relative;
}
.esg li {
  position: relative;
  padding: 100px 0;
  border-radius: 15px;
}
.esg li:before {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  top: 80px;
  width: 60%;
  height: 150px;
  background: linear-gradient(0deg, transparent, #ddd);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.esg_mission:before {
  background: linear-gradient(0deg, transparent, #ddd);
}
.esg_mission {
  background: url(/img/esg_mission.jpg) no-repeat center / cover;
}
.esg_mission .esg_title {
  color: #fff;
}
.esg_title {
  text-align: center;
}
.esg_title h2 {
  font-size: 50px;
  position: relative;
}
.esg_title h3 {
  font-size: 28px;
  line-height: 1.2em;
}
.esg_title h3 small {
  font-weight: 400;
  font-size: 20px;
}
.esg_mission .line {
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #fff;
  margin: 10px auto;
}
.esg_cont .arrow {
  stroke-width: 0.5px;
  width: 120px;
  height: 120px;
  color: #bbb; 
}
.esg_vision_txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 200px;
  margin-top: 50px;
  gap: 15px;
}
.esg_vision_txt p {
  width: 40%;
  font-size: 18px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.esg_vision_txt p .dot {
  width: 5px;
  height: 5px;
  background: var(--main-color);
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
.esg_direction_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 200px;
  margin-top: 50px;
}
.esg_direction_item {
  background: var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  border-radius: 50%;
  width: 20%;
  padding-top: 20%;
  position: relative;
  text-align: center;
}
.esg_direction_item > div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.esg_direction_item h2 {
  font-size: 100px;
  line-height: 0.8;
}
.esg_direction_item small {
  display: block;
  margin: 10px 0 20px;
  font-size: 16px;
}
.esg_direction_item .line {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  top: 60%;
}
.esg_direction_item .line_center {
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
}
.esg_direction_item .line_left {
  width: 100%;
  left: 100%;
  transform: translateX(-50%);
  background: linear-gradient(to right, #fff, #bbb);
}
.esg_direction_item .line_right {
  width: 100%;
  left: 0;
  transform: translateX(-50%);
  background: linear-gradient(to left, #fff, #bbb);
}
.esg_direction_item .line_left:before,
.esg_direction_item .line_right:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.esg_direction_item .line_left:after,
.esg_direction_item .line_right:after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.esg_direction_item .line_left:before,
.esg_direction_item .line_right:after {
  background: #fff;
}
.esg_direction_item .line_right:before, 
.esg_direction_item .line_left:after {
  background: #bbb;
}
.esg_table .esg_title {
  margin-bottom: 70px;
}
.esg_table table {
  width: 100%;
  border-color: #bbb;
  border-top: 2px solid #000;
  border-bottom: 1px solid #666;
  text-align: center;
  margin-bottom: 30px;
}
.esg_table table th {
  background: #f2f2f2;
  font-size: 20px;
}
.esg_table table td {
  font-size: 16px;
}
.esg_table table th,
.esg_table table td {
  padding: 15px 0;
}
/*******환경경영**********/
.sub .eco {
  max-width: 1100px;
}
.eco_title {
  text-align: center;
}
.eco_title h2 {
  font-size: 36px;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.eco_title h2:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  background: #666;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.eco_title h3 {
  margin: 0 0 50px;
  font-size: 24px;
  color: var(--main-color);
}
.eco01 {
  margin-bottom: 100px;
}
.eco01 p {
  font-size: 18px;
}
.eco01 p span {
  color: #333;
  display: block;
  position: relative;
  margin: 10px 0;
  padding-left: 25px;
}
.eco01 p span:before {
  position: absolute;
  content: '';
  width: 3px;
  height: 3px;
  background: #333;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;  
}
.eco01 p b {
  display: block;
  color: #666;
  margin: 15px 0;
  font-size: 24px;
  font-weight: 600;
}
.eco01 .ceo_name {
  text-align: right;
  font-size: 24px;
  color: #666;
  font-weight: 600;
  margin-top: 30px;
}
.eco02_box li {
  display: flex;
  justify-content: start;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.eco02_box li > i {
  color: var(--main-color);
  font-size: 80px;
}
.eco02_box li > span {
  margin-left: 150px;
}
.eco02_box li .dot {
  color: var(--main-color);
}
.eco02_box li h3 {
  font-size: 24px;
  color: #333;
  margin-bottom: 25px;
}
.eco02_box li p {
  font-size: 20px;
  color: #666;
  margin-bottom: 15px;
}
.eco02_box li p span {
  color: var(--main-color);
}
/******상생경영******/
.winwin_table > h3 {
  margin: 30px 0 20px;
}
.winwin_table ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.winwin_table li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ddd;
  width: 48%;  
  margin-bottom: 30px;
}
.winwin_table li h3 {
  border-right: 1px solid #ddd;
  width: 30%;
  background: #f4f4f4;
  text-align: center;
  font-size: 18px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.winwin_table li div {
  width: 70%;
  padding-left: 30px;
}
.winwin_table li div p {
  font-size: 18px;
}
.winwin_law > h3 {
  margin-top: 70px;
  font-size: 30px;
  text-align: center;
  color: var(--main-color);
}
.winwin_law > p {
  text-align: center;
  margin-top: 15px;
}
.winwin_box {
  margin-top: 70px;
}
.winwin_box li {
  display: flex;
  justify-content: start;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.winwin_box li > i {
  color: var(--main-color);
  font-size: 80px;
}
.winwin_box li > span {
  margin-left: 150px;
}
.winwin_box li .dot {
  color: var(--main-color);
}
.winwin_box li h3 {
  font-size: 24px;
  color: #333;
  margin-bottom: 25px;
}
.winwin_box li p {
  font-size: 20px;
  color: #666;
  margin-bottom: 15px;
}
.winwin_box li p span {
  color: var(--main-color);
}