@charset "utf-8";

/* 서브헤더 css*/
.sub-header {position: absolute; top: 0; left: 0; width: 100%; height: 100px; overflow: hidden; transition: all 0.5s; z-index: 9999;}
.sub-header::after {content: ""; position: absolute; top: 100px; left: 0; width: 100%; height: 1px; background: #ddd;}
.sub-header .header-inner {position: relative; text-align: center; display: flex; justify-content: space-between; width: 1280px;}
.sub-header .header-logo a{display: block; padding: 13px 0;}
.sub-header .header-logo a h1 {font-family: 'Roboto', sans-serif; font-size: 3.2rem; font-weight: 600; color: #fff;}
#logo-m {display: none;}


.sub-header .header-gnb {position: relative; z-index: 1; width: 50%; height: 100%;}
.sub-header .header-gnb .gnb-depth-1 {display: flex; justify-content: space-between; height: 100%;}
.sub-header .header-gnb .gnb-depth-1 > .depth-1 {vertical-align: top; width: 25%;}
.sub-header .header-gnb .gnb-depth-1 > .depth-1 > a {display: block; line-height: 100px; color: #fff; font-size: 1.7rem; position: relative; text-align: center; font-weight: 500; font-family: 'Pretendard', sans-serif;}
.sub-header .header-gnb .gnb-depth-1 > .depth-1 > a:after {
    position: absolute; left: 50%; right: 50%; height: 3px; bottom: -1px; content: ''; background-color: #05539E; transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); transform: translate3d(0, 0, 0); opacity: 0;
}
.sub-header .header-gnb .gnb-depth-1 > .depth-1 > a:hover:after {left: 40px; right: 42px; opacity: 1;}

.sub-header .header-gnb .gnb-depth-1 .depth-1 .gnb-depth-2 {padding: 20px 0;}
.sub-header .header-gnb .gnb-depth-1 .depth-1 .gnb-depth-2 .depth-2 a {transition: all .3s;}
.sub-header .header-gnb .gnb-depth-1 .depth-1 .gnb-depth-2 .depth-2 a span {display: block; font-size: 1.6rem; font-weight: 500; line-height: 40px; text-align: center; transition: all 0.3s; color: #282C2F;}
.sub-header .header-gnb .gnb-depth-1 .depth-1 .gnb-depth-2 .depth-2 a span:hover {color: #05539E; font-weight: 600;}

/* */
.sub-visual-wrap {
  position: relative; width: 100%; height: 438px; background: url('../images/sub-visual-bg.png') no-repeat center; background-size: cover; padding-top: 180px;
}
.sub-visual-wrap .sub-visual {width: 1280px;}
.sub-visual-wrap .sub-visual h2 {font-size: 4rem; font-weight: 600; color: #fff; text-align: center;}
.sub-visual-wrap .sub-visual p {font-size: 1.3rem; font-weight: 300; color: #fff; text-align: center;}


/* pc-sub-nav */
.sub-nav-wrap {position: relative; margin-top: 40px;}
.sub-nav-inner {padding: 0; width: 1280px;}
.sub-nav-inner .sub-depth-1 {display: flex; justify-content: center;}
.sub-nav-inner .sub-depth-1 li {font-size: 1.8rem; line-height: 65px; margin-right: 60px; text-align: center; transition: all .2s; position: relative;}
.sub-nav-inner .sub-depth-1 li:last-child {margin-right: 0;}
.sub-nav-inner .sub-depth-1 li.on:before {content: ''; display: block; width: 100%; height: 3px; position: absolute; bottom: 0; z-index: 999; background-color: #fff; left: 50%; transform: translateX(-50%);}
.sub-nav-inner .sub-depth-1 li a {color: rgba(255,255,255,0.5); transition: all .2s;}
.sub-nav-inner .sub-depth-1 li:hover a {color: #fff; font-weight: 600;}
.sub-nav-inner .sub-depth-1 li.on a{color: #fff; font-weight: 600;}

/* mo-sub-nav */
/* .dropdown {display: block; position: relative; width: 100%; font-weight: 500; color: #05539E; text-align: center; font-size: 1.5rem; z-index: 1; margin: 20px 0; padding: 0 20px;}
.dropdown a {display: block; position: relative; padding: 13px 20px;}
.dropdown .dropdown-label {border-radius: 10px; border: 2px solid #05539E; transition-property: background-color, border-radius; transition-delay: 0.3s; color: #05539E;}
.dropdown.active .dropdown-label {position: relative; background-color: #EDF6FF; border-radius: 10px 10px 0 0; transition-delay: 0s;}
.dropdown .dropdown-label::before {content: "\f078"; display: inline-block; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); font-family: "Font Awesome 6 Free"; font-weight: 900;}
.dropdown.active .dropdown-label::before {transform: translateY(-50%) rotate(180deg);}
.dropdown .option-list {display: none; position: absolute; top: calc(100% - 2px); width: calc(100% - 40px); border: 2px solid #05539E; border-top: 0; border-radius: 0 0 10px 10px; background-color: #fff;}
.dropdown .option-list .option-item {border-top: 1px solid #EDF6FF; transition: all .3s;}
.dropdown .option-list .option-item:hover {background-color: #EDF6FF;}

@media all and (min-width: 768px) {
  .sub-visual-wrap {height: 480px;}
  .dropdown {display: none;}
  .sub-nav-inner .sub-nav {display: block;}
} */

/* sub-content-wrap common css */
.sub-content-inner {padding: 100px 0 100px 0;}
.history-content-inner {padding: 60px 0 0 0 !important;}

.sub-content-inner .sub-content-tit .title {text-align: center; width: 1280px;}
.sub-content-inner .sub-content-tit .title p {font-size: 1.5rem; font-weight: 600; position: relative; font-family: 'Roboto', sans-serif; color: #05539E;}
.sub-content-inner .sub-content-tit .title h1 {font-size: 3.6rem; font-weight: 700; position: relative;}

/* sub-content-wrap common css end */

/* company css */
/* 인사말 */
.sub1-1-inner {padding-bottom: 0;}
.sub-content-inner .greeting-content-bg {background: url('../images/greeting-bg.jpg') no-repeat; background-size: cover; padding: 70px 0 200px;}
.sub-content-inner .sub-content-txt .sub-title {text-align: center; width: 1280px;}
.sub-content-inner .sub-content-txt .sub-title h2 {font-size: 3.2rem; font-weight: 600; margin-bottom: 60px;}
.sub-content-inner .sub-content-txt .greeting {display: flex; flex-wrap: wrap; flex-direction: column; width: 1280px;}
.sub-content-inner .sub-content-txt .greeting .greeting-img {text-align: center;}
.sub-content-inner .sub-content-txt .greeting .greeting-txt {font-size: 1.8rem; line-height: 1.75; flex: 1; font-weight: 500; width: 70%; padding: 50px; background-color: #fff; margin: -60px auto 0 auto; text-align: left;}
.sub-content-inner .sub-content-txt .greeting .greeting-txt .sign {margin-top: 100px;}
.sub-content-inner .sub-content-txt .greeting .greeting-txt .sign p {font-size: 1.8rem;}
.sub-content-inner .sub-content-txt .greeting .greeting-txt .sign strong {font-size: 2rem; font-weight: 700;}

/* 회사연혁 */
.sub-content-inner .sub-content-txt .history {position: relative;}
.sub-content-inner .sub-content-txt .history .history-line {position: absolute; left: 640px; top: 0; margin-left: -5px; bottom: 20px; width: 2px; background-color: #ddd; overflow: hidden;}
.sub-content-inner .sub-content-txt .history .history-point {padding-left: 450px;}
.sub-content-inner .sub-content-txt .history .history-point .history-content {display: flex; align-items: start; margin-top: 80px;}
.sub-content-inner .sub-content-txt .history .history-point .history-content .year {margin-right: 160px; width: 83px;}
.sub-content-inner .sub-content-txt .history .history-point .history-content .year p {font-size: 3.2rem; font-weight: 800; position: relative;}
.sub-content-inner .sub-content-txt .history .history-point .history-content .year p:after {position: absolute;
  top: 5px;
  right: -102px;
  width: 14px;
  height: 14px;
  background-color: #1972E5;
  border: 7px solid #CBE2FF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";}
.sub-content-inner .sub-content-txt .history .history-point .history-content .month .txt li span {font-size: 2rem; font-weight: 700; width: 25px; margin-right: 40px; display: inline-block;}
.sub-content-inner .sub-content-txt .history .history-point .history-content .month .txt li  {font-size: 1.8rem; font-weight: 400; color: #5E5E5E; line-height: 2; }
/* .sub-content-inner .sub-content-txt .history .history-point .history-content .month .txt li span {margin-left: 40px;} */
.sub-content-inner .sub-content-txt .history .history-point .history-content .month .txt .paddingLeft {padding-left: 65px;}


/* 조직도 */
.sub1-3-inner .sub-content-txt {margin-top: 80px;}
.sub1-3-inner .sub-content-txt .organization {width: 1280px;}
.sub1-3-inner .sub-content-txt .organization p {background: linear-gradient(135deg,  #0095d9 0%,#143b96 100%);  padding: 20px 30px; display: flex; align-items: center; width: 160px; height: 160px; border-radius: 50%; display: flex; justify-content: center; color: #fff; font-size: 2.4rem; font-weight: 600; margin: 0 auto; position: relative;}
.sub1-3-inner .sub-content-txt .organization p:before {content: ''; display: block; position: absolute; width: 2px; height: 60px; background-color: #ddd; bottom: -80px;}
.sub1-3-inner .sub-content-txt .organization ul {display: flex; gap: 90px; justify-content: center; margin-top: 100px; padding-left: 190px;}
.sub1-3-inner .sub-content-txt .organization ul li {font-size: 2rem; font-weight: 500; color: #0D4D9B; background-color: #fff; background-image: linear-gradient(#fff, #fff), linear-gradient(135deg, #0095d9 0%,#143b96 100%); border-image-slice: 1; background-origin: border-box; background-clip: content-box, border-box; border-radius: 20px; border: 4px solid transparent; position: relative;}
.sub1-3-inner .sub-content-txt .organization ul li:before {content: ''; display: block; width: 80px; height: 2px; background-color: #ddd; position: absolute; top: 50%; left: -90px;}
.sub1-3-inner .sub-content-txt .organization ul li:nth-child(1):before {display: none;}
.sub1-3-inner .sub-content-txt .organization ul li span {display: inline-block; padding: 20px 20px;}

/* 인증현황 */
.sub1-4-inner .sub-content-txt .certification {padding-top: 80px; display: flex; flex-direction: column; gap: 80px;}
.sub1-4-inner .sub-content-txt .certification .fm-list,
.sub1-4-inner .sub-content-txt .certification .ul-list {display: flex; gap: 40px; flex-wrap: wrap;  justify-content: center;}
.sub1-4-inner .sub-content-txt .certification .fm-list .fm {width: calc((100% - 80px)/3);}

.sub1-4-inner .sub-content-txt .certification .fm-list .fm p,
.sub1-4-inner .sub-content-txt .certification .ul-list .ul p {text-align: center; font-size: 1.8rem; font-weight: 500; padding: 10px; border: 1px solid #dddddd; border-top: none;}
.sub1-4-inner .sub-content-txt .certification .ul-list .ul {width: calc((100% - 120px)/4);}

/* 오시는 길 */

.wrap_controllers {display: none;}
.root_daum_roughmap .wrap_controllers {display: none;}
.location-wrap {width: 1280px;}
.map-wrap .map-info-wrap {border-top: 2px solid #000; display: flex; flex-direction: column; padding: 36px 24px 36px 24px; gap: 20px; margin-top: 26px;}
.map-wrap .map-info-wrap .map-info {text-align: left;}
.map-wrap .map-info-wrap .map-info span {font-size: 1.5rem; font-weight: 300; padding-left: 32px;}
/* .map-wrap .map-info-wrap .map-button {display: flex; flex-direction: column;} */
.map-wrap .map-info-wrap .map-button a {display: inline-block; padding: 40px 60px;  transition: all .3s; background-color: #848484;}
.map-wrap .map-info-wrap .map-button:hover a {background: linear-gradient(135deg,  #0095d9 0%,#143b96 100%);}
.map-wrap .map-info-wrap .map-button a p {font-size: 1.6rem; color: #fff;}
.map-wrap .map-info-wrap {flex-direction: row; justify-content: space-between; align-items: center;}
.map-wrap .map-info-wrap .map-info .address p {background: url('../images/address.png') no-repeat left center;}
.map-wrap .map-info-wrap .map-info .phone p {background: url('../images/phone.png') no-repeat left center;}
.map-wrap .map-info-wrap .map-info div p {font-size: 2.4rem; font-weight: 600; display: flex; align-items: center; padding-left: 40px; margin-bottom: 30px;}
.map-wrap .map-info-wrap .map-info div p span {font-size: 1.7rem; font-weight: 600; padding-left: 60px;}

/* company css end */

/* products css */

.sub2-1-inner .sub-content-txt {margin-top: 60px;}
  /* 탭메뉴 공통 */

.tab-menu {display: flex; justify-content: center;}
.tab-menu li {border: 1px solid #E9E9E9; width: calc(100%/6); text-align: center;}
.tab-content li .tab-1-con {padding: 40px 0;}
.tab-menu li+li {border-left: none;}

/* 탭메뉴 버튼 */

.tab-menu li{display:table-cell ;padding:16px 0; cursor:pointer; color: #777777; font-size: 1.6rem; font-weight: 500;}
.tab-menu li img{vertical-align:middle;}
.tab-menu li.on{background: linear-gradient(135deg, #0095d9 0%,#143b96 100%); color: #fff;}


/* 탭메뉴 컨텐츠 */
/* 그루브 조인트 시스템 */
.tab-content>li{display:none;}
.tab-content>li.on{display:block}
.tab-content li .tab-1-con .tit {text-align: center; border-top: 3px solid rgba(5, 83, 158, 0.8); padding-top: 60px;}
.tab-content li .tab-1-con .tit span {font-size: 2rem; font-weight: 600;}
.tab-content li .tab-1-con .tit h2 {font-family: 'Roboto', 'san-serif'; font-size: 4.6rem; font-weight: 600; color: #0D4D9B;}
.tab-content li .tab-1-con .textA {margin-top: 80px;}
.tab-content li .tab-1-con .textA h3 {font-size: 2.8rem; font-weight: 600; background: url('../images/bullet.png') no-repeat left center; padding-left: 36px; margin-bottom: 40px;}
.tab-content li .tab-1-con .textA ul {border: 4px solid rgba(5, 83, 158, 0.1); border-radius: 20px; padding: 50px;}
.tab-content li .tab-1-con .textA ul li {font-size: 1.8rem; font-weight: 400; line-height: 1.75;}
.tab-content li .tab-1-con .textA ul li strong {font-weight: 700;}
.tab-content li .tab-1-con .textB {background-color: #F0F2F3; padding: 80px 0; margin: 80px 0 120px 0;}
.tab-content li .tab-1-con .textB .textB-wrap {display: flex; gap: 40px;}
.tab-content li .tab-1-con .textB .textB-wrap .left,
.tab-content li .tab-1-con .textB .textB-wrap .right {width: 605px; background-color: #fff; text-align: center;}
.tab-content li .tab-1-con .textB .textB-wrap div {overflow: hidden; border-radius: 20px;}
.tab-content li .tab-1-con .textB .textB-wrap div h2 {font-size: 2.4rem; font-weight: 600; color: #2583F4; text-align: center; background-color: #EBF4FF; padding: 8px 16px; display: inline-block; margin-top: 40px; text-align: center; border-radius: 10px;}
.tab-content li .tab-1-con .textB .textB-wrap div ul {border: none; padding-left: 80px; text-align: left;  padding: 50px;}
.tab-content li .tab-1-con .textB .textB-wrap div ul li {background: url('../images/check.png') no-repeat left center; padding-left: 40px; font-size: 1.8rem; font-weight: 400; line-height: 1.75;}
.tab-content li .tab-1-con .textB .textB-wrap div ul li strong {font-weight: 700;}

.tab-content li .tab-1-con .textC .textC-wrap .tit {padding: 60px 0;}
.tab-content li .tab-1-con .textC .textC-wrap .tit h2 {font-size: 4rem; font-weight: 500; font-family: 'Roboto', 'san-serif';}
.tab-content li .tab-1-con .textC .textC-wrap .tit span {font-family: 'Pretendard', 'san-serif'; color: #000; font-weight: 400; font-size: 1.8rem;}
.tab-content li .tab-1-con .textC .textC-wrap .txt {margin-bottom: 120px;}
.tab-content li .tab-1-con .textC .textC-wrap .txt p {text-align: center; font-size: 2rem; margin-bottom: 60px;}
.tab-content li .tab-1-con .textC .textC-wrap .txt .img {background-color: #F0F2F3; border-radius: 20px; text-align: center; padding: 50px 0; margin-bottom: 40px;}
.tab-content li .tab-1-con .textC .textC-wrap .txt .info {display: flex; justify-content: center; border:4px solid rgba(5, 83, 158, 0.1); padding: 50px 0;}
.tab-content li .tab-1-con .textC .textC-wrap .txt ul li {font-size: 1.8rem; font-weight: 400; line-height: 1.75;}
.tab-content li .tab-1-con .textD {background-color: #F0F2F3; padding: 80px 0; margin-top: 80px;}
.tab-content li .tab-1-con .textD .textD-wrap {display: flex; gap: 80px;}
.tab-content li .tab-1-con .textD .textD-wrap .left h2 {font-size: 2.4rem; font-weight: 600; background: url('../images/bullet.png') no-repeat left center; padding-left: 36px;}
.tab-content li .tab-1-con .textD .textD-wrap .right p {font-size: 1.8rem; font-weight: 400; line-height: 1.75;}

/* 그루브 조인트 시스템 외 */
.tab-2-con {padding: 40px 0;}
.tab-2-con .tit {padding: 60px 0 40px 0; border-top: 3px solid rgba(5, 83, 158, 0.8); padding-left: 40px;}
.tab-2-con .tit h2 {font-family: 'Roboto', 'san-serif'; font-weight: 600; font-size: 3.6rem;}
.tab-2-con .tit h2 span {font-family: 'Pretendard', 'san-serif'; font-size: 1.6rem; font-weight: 500; padding-left: 10px;}
.tab-2-con .product-wrap {border: 4px solid rgba(5, 83, 158, 0.1); border-radius: 20px; padding: 50px;}
.tab-2-con .product-wrap h3 {font-size: 3rem; font-weight: 700; background: url('../images/bullet.png') no-repeat left center; padding-left: 36px;}
.tab-2-con .product-wrap .product-info {display: flex; justify-content: space-between; padding: 0 28px; margin: 40px 0 60px 0;}
.tab-2-con .product-wrap .product-info ul li {background: url('../images/arrow-right.png') no-repeat left center; padding-left: 28px; line-height: 1.75; font-size: 1.8rem; font-weight: 500;}
.tab-2-con .product-wrap .product-spec {text-align: center;}

/* business css end */

/* 납품실적 css */

.perfomance .tg  {border-collapse:collapse; border-spacing:0; width: 100%; margin-top: 20px; border-top: 3px solid #000; border-left: none; border-right: none;}
.perfomance .tg tr {border-bottom: 1px solid #000;}
.perfomance .tg td{border-bottom: 1px solid #d4d4d4; font-size: 1.5rem; overflow:hidden; padding:20px 5px;word-break:normal; font-style: 1.5rem; ;padding:16px 5px; border-right: 1px solid #d4d4d4;}
.perfomance .tg td:last-child {border-right: none;}
.perfomance .tg th {font-size: 1.6rem; ;padding:16px 5px; text-align: center;}
.perfomance .tg .tg-1 {border-right: 1px solid #d4d4d4; background-color: #F2F2F2;}
.perfomance .tg .tg-1:last-child {border-right: none;}
.perfomance .tg .tg-2 {text-align: center;}
.perfomance .tg .tg-2 ul {display: flex; flex-wrap: wrap; gap: 20px;}
.perfomance .tg .tg-2 ul li {width: calc(25% - 20px);}
/* 납품실적 css en */




