@charset "UTF-8";

/* header */
.header{position:fixed; left:0; top:0; width:100%;  z-index:1000; }
.head_wrap{border-bottom:1px solid #ccc; transition:.3s;  
   background-color:rgba(0,0,0,.1);
   -webkit-transition-duration:0.4s;
   -webkit-transition-timing-function:ease;
   transition-duration:0.4s;
   transition-timing-function:ease;
}
.down {
   background-color:rgba(0,0,0,.8);
   -webkit-transition-duration:0.4s;
   -webkit-transition-timing-function:ease;
   transition-duration:0.4s;
   transition-timing-function:ease;   
} 

.nav_menu{display:table; width:100%; max-width:1180px; margin:0 auto; padding:0; vertical-align:middle; box-sizing:border-box}
.nav_menu .logo{display:table-cell; width:20%; padding: 10px 0 10px 1.3rem; font-size:0; vertical-align:middle;}
.nav_menu .logo a{display:inline-block; width:181px;}
.nav_menu .logo a img{width:100%; height: auto;}
.nav_menu .gnb{display:table-cell; width:62%; vertical-align:middle; text-align:right;}
.nav_menu .gnb li{display:inline-block; }
/* .nav_menu .gnb li:last-child {float: right;} */
.nav_menu .gnb li a{display:inline-block; padding:32px 1.6rem; font-size:1.3rem; color:#fff;}
/* .nav_menu .link_wrap{display:table-cell; width:18%; vertical-align:middle; text-align:right}  */
.mobile_btn{display:none; width:80%; vertical-align:middle; text-align:right; height: 55px; padding-right: 1.3rem;}
.mobile_btn button{width:24px; height:24px; background:url(../images/btn_toggle.png) 0 0 no-repeat; }
.mobile_gnb{display:none;}

#footer{border-top:1px solid #DDD; background: #eee; }
.footer_wrap{max-width:1180px; margin:0 auto; padding:30px 1.3rem; display: table; }
.footer_logo {display: table-cell; vertical-align: middle; width: 280px; text-align: center;}
.info {display: table-cell;vertical-align: middle;}
.footer_logo > img { width: 146px;}
.footer_wrap .info{padding:0 0 0 1.3rem;}
.footer_wrap .info address p{display:inline-block; margin-right:0.8rem;  font-size:0.813rem; color:#000;}
.footer_wrap .info address p a{color:#fff; font-weight: bold;}
.footer_wrap .info .txt{padding-top:0.8rem; font-size:0.813rem; color:#000;}

/* common */

*, *::before, *::after {box-sizing:border-box; letter-spacing: -0.05rem;}
.dpn {display: none;}
.container{width:100%; }
.container.ty01 {background: #f7f7f7; /*border-top: 1px solid #222222; border-bottom: 1px solid #222;*/}
.container_inner {max-width: 1180px; padding:100px 1.3rem; margin: 0 auto;}
.container_inner.ty01 {padding:0 1.3rem;}

h2,h3,h4 {font-family: 'SUITE', 'Apple SD Gothic Neo', sans-serif; white-space:pre-wrap ; word-break: keep-all; }

h2 {font-size:2.375rem; color:#000; /*color:#12529d;*/ line-height: 3.2rem; font-weight: 800; }
h3 {font-size:1.875rem; color:#000; word-break:keep-all;line-height: 2.3rem; font-weight: 600; }
h4 {font-size:1.75rem; color:#000; word-break:keep-all; line-height: 2.3rem;}
.color-Gy {color: #706f6f;}

/* color guide blue #2376bc, sky #89d2f6, navy #1c2f76, gray #706f6f */
.drop-shadow {
   -webkit-backdrop-filter: drop-shadow(5px 5px red);
   backdrop-filter: drop-shadow(5px 5px red);
}

.grayscale {
   -webkit-backdrop-filter: grayscale(.8);
   backdrop-filter: grayscale(.8);
}

.btn_wrap {text-align: center; }
.bg-bl {background-color: #2376bc;}
.bg-sky {background-color: #89d2f6;}
.bg-ny {background-color: #1c2f76;}
.bg-gy {background-color: #706f6f;}
.btn {width: 380px; height: 60px; border-radius: 30px; text-align:center; color: #fff; font-size: 1.3rem; font-weight: 400;  }
/* .btn.bg-bl {margin-right: 6.25rem;} */
.pdt30 {padding-top: 30px;}
.pdt60 {padding-top: 60px;}
.pdt80 {padding-top: 80px;}
.pdb0{padding-bottom: 0;}
.pdb60{padding-bottom: 60px;}
.pdt0{padding-top: 0;}

.txt_hidden {	
   overflow:hidden;
	display:inline-block;
	border:0;
	margin:-1px;
	width:1px;
	height:1px;
	clip:rect(1px, 1px, 1px, 1px);
	clip-path:inset(50%);
}

/* main visual */
/*.swiper-container 설정 */
.swiper-container {
   width: 100%;
   height: 520px;
}
/*.swiper-slide 설정  */
.swiper-slide {
   text-align: center;
   /* font-size: 1.1rem; */

   /* Center slide text vertically */
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   -webkit-align-items: center;
   align-items: center;
}

.swiper-container>.swiper-pagination-bullets{
   top: unset !important;
   bottom: 50px;
   left: 0;
   width: 100%;   
}

.swiper-container>.swiper-pagination-bullets .swiper-pagination-bullet{
   display : inline-block !important;
   margin: 6px 6px !important;
   background-color: #fff !important;
}

.swiper-button-next::after,.swiper-button-prev::after {
   color: #fff;
   opacity: 0.2;
}

.slide-main-txt {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
}

.slide-title {
   color: #fff;
   font-size: 3rem;
   line-height: 2.6rem;
   font-family: 'SUITE', 'Apple SD Gothic Neo', sans-serif; font-weight: 600;
   font-weight: bold;
   min-width: 240px;
   background-color: rgba(0, 0, 0, .2);
   padding: 14px 1.3rem;
}

.slide-txt {
   color: #fff;
   margin-top: 15px;
   font-size: 1.8rem;
   line-height: 2rem;
   font-weight: 300;
   background-color: rgba(0, 0, 0, .2);
   padding: 10px 1.3rem;
}

@keyframes fadeInUp {
   0% {
      opacity: 0;
      transform: translate3d(0, 100%, 0);
   }
   to {
      opacity: 1;
      transform: translateZ(0);
   }
}

.fadeup_obj {
   position: relative;
   animation: fadeInUp 1s;
}

.swiper-slide.v1, .swiper-slide.v2, .swiper-slide.v3 {
   width: 100%;   
   max-height: 540px;
   /* background-size: cover;
   background-position: center; */
}

.swiper-slide.v1 {   
   background:url(../images/main-vimg02.png) no-repeat top center / cover;
}

.swiper-slide.v2 {
   background:url(../images/main-vimg01.png) no-repeat top center / cover; 
}

/* .swiper-slide.v3 {
   background:url(../images/img_main03.jpg) no-repeat center center / cover; 
}
 */

/**/
.sub_tlt > h2, .sub_tlt > h3, .sub_tlt > h4  {text-align: center;}

.sub_tlt > p {
   padding: 40px 0;
   text-align: center;
   line-height: 1.6rem;
}

.con-interview {
   /* padding-top: 60px; */
   display: flex;
   justify-content: space-between;
   flex-direction: row;
   flex-wrap: wrap;
}

.div-interview {
   width: calc((100% - 60px)/4) ;
   padding: 40px 0;
   background: #fff;
   /* border-radius: 10px; */
   border: 1px solid #c0bebe;
   min-height: 324px;
   overflow: hidden;
   text-align: center;
}

/* .div-interview+img {
   width: 100%;
   height: 90px;   
} */

.interview {
   color: #000;
   font-size: 1.1rem;
   line-height: 1.6rem;
   letter-spacing: -0.07rem;   
   width: 100%;
   height: 106px;   
   
   padding: 30px 15px ;
}

.div-interview > p:last-child {
   color:#666;
   font-size: 1rem;
   margin-top: 60px; 
   word-break: break-all;
}

/* .interview::before {
   display: inline-block;
   content: '';
   width: 11px;
   height: 24px;
   vertical-align: bottom;
   padding-left: 1.313rem;
   background: url(../images/img_quote01.png) no-repeat center top 5px / 11px 8px;
}

.interview::after {
   display: inline-block;   
   content: '';
   width: 11px;
   height: 24px;
   padding-right: 1.313rem;
   vertical-align: bottom;
   right: 0;
   z-index: 10;
   background: url(../images/img_quote02.png) no-repeat center top 5px / 11px 8px;   
} */

.interview-img  {
   height: 60px;
   /* line-height: 60px;   
   vertical-align: middle; */
   position: relative;
}

.interview-img > img { 
   /* padding-top: 40px; */
   position: absolute;
   top:50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 40%; height: auto;
   
}

.con-intro {
   display: flex;
   justify-content: space-between;
   flex-direction: row;   
}

.con-intro div {
   width: calc((100% - 60px)/4) ;
   height: 200px;
   text-align: center;
   vertical-align: middle;
   color: #fff;
   /* border: 1px solid #222; */
}

.con-intro div p {
   height: 100%;
   vertical-align: middle;
   font-size: 1.1rem;   
   padding: 72px 0;
   /* font-weight: 800; */
}

.con-intro div p > span {
   display: inline-block;
   margin-top: 20px;
}

.partners-img {
   padding-top: 60px;
}

.partners-img > ul {   
   font-size: 0;
   letter-spacing: 0;
   word-spacing: 0;
   margin-bottom: 20px;
}

.partners-img > ul li {
   display: inline-block;
   margin-right: 15px;
   width: calc((100% - 60px)/5);
   background-color: #fff;
   border: 1px solid #bfbfbf;
   text-align: center;
   box-sizing: border-box;
   height: 100px;
   vertical-align: middle;
   line-height: 100px;
}

.partners-img > ul li:last-child {
   margin-right: 0;
}

.partners-img > ul li > img {
   width: 150px;
   vertical-align: middle;
   text-align: center;
}

.inquire {
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
}
/* 메인 지금 상담하기 수정 */
.sub_tlt_wrap {
   text-align: center;
   padding: 0 0 40px 0;
}

.sub_tlt_wrap > h2 { 
   color: #2376bc;   
   font-size: 1.875rem;   
   word-break: keep-all;
   line-height: 2.3rem;
   font-weight: 600;
}

.sub_tlt_wrap > h3 {
   padding: 30px 0;
}

.btn_inquire_wrap > p {
   line-height: 1.875rem;
}

/* 회사 소개 */
.main_visual.about-us, .main_visual.business, .main_visual.recruit {
   width: 100%;
   height: 400px;
   text-align: center;
   position: relative;
}

.main_visual.about-us {
   background: url(../images/sub-vimg01.png) no-repeat top center / cover; 
}
.main_visual.business {
   background: url(../images/sub-vimg02.png) no-repeat top center / cover;
}
.main_visual.recruit {
   background: url(../images/sub-vimg03.png) no-repeat top center / cover;
}

.main_visual.about-us > h2, .main_visual.business > h2, .main_visual.recruit > h2 {
   color: #fff;
   position: absolute;
   top:50%;
   left: 50%;
   transform: translate(-50%,-50%);
}

.about-sub-tlt h3 {
   color: #2376bc;
   line-height: 3rem;
}

.about-sub-tlt p {
   /* color: #706f6f; */
   padding-top: 30px;
   padding-bottom: 0;
   font-size: 1.125rem;
   line-height: 2rem;
}


/* 회사소개 추가 2023.10.11*/
.about-conts-wrap {
   font-size: 0;
   letter-spacing: 0;
   word-spacing: 0;
}

.about-conts { 
   display: flex;
   flex-wrap: wrap;
   margin-top: 80px;
   position: relative;
   justify-content: space-between;
}


.about-conts li {   
   width: calc((100% - 40px)/3);
   margin-right: 20px;
   text-align: center;
   font-size: 18px;
   color: #fff;
   padding: 0;
   height: 460px;
   /* background: #bfbfbf; */
}

.about-conts li > .img-txt {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%,-50%);
   line-height: 2.6rem;   
   width: 100%;
}

.img-txt > span {
   font-weight: 600;
   font-size: 24px;
}

.about-conts li:first-child {
   background: url(../images/about/img_about01.png) no-repeat center center / cover;   
}

.about-conts li:nth-child(2) {   
   background: url(../images/about/img_about02.png) no-repeat center center / cover;   
}

.about-conts li:last-child {
   margin-right: 0;
   background: url(../images/about/img_about03.png) no-repeat center center / cover;   
}




/* //회사소개 추가 2023.10.11*/

.esg-cont {
   width: 100%;
   height: 200px;
   border: 1px solid #bfbfbf;
   text-align: center;
   margin-top: 40px;
   position: relative;
}

.esg-con-update {
   position: absolute;
   left: 50%;
   top: 50%;
   transform:translate(-50%,-50%) ;
}

.esg-con-update > p {
   padding-top: 40px;
}

.tabBox {
   background-color: #1c2f76; /*e1f4fd*/
   font-size: 1.1rem;
   height: 64px;
}

.c-history .tab-link{
   width: calc(100% / 9);
   display: inline-block;
   padding: 0.6rem 0;
   text-align: center;
   cursor: pointer;
   line-height: 2.375rem;   
   font-size: 1.1rem;
   letter-spacing: -0.05rem; 
   color:#fff;
}

.allWrap {
   margin:0 auto;
   padding-top: 60px;
}

.tabBox{   
   font-size: 0;
   letter-spacing: 0;
   word-spacing: 0;   
}

.tabBox .current {
   color:#fff;
   font-weight: bold;
   border-bottom: 6px solid #fff;/*#2376bc*/
}

.tab-content-wrap {
   box-sizing: border-box;
   border: 1px solid #d6d6d6;
   padding: 60px 7.875rem;
   background: #fff;
}

.tab-content{
   display: none;
   font-size: 1.1rem;
   color:#706f6f;
}

.tab-content.current{
   display: block;
   width: 100%;   
   font-size: 1rem;
   line-height: 2rem;
}

.history-tlt {
   padding: 20px 0 10px 0;
   margin-left: -0.6rem;
   font-weight: 600;
   font-size: 1.3rem;
   color: #2376bc;
}

.history-tlt:first-child {
   padding-top: 0;
}

.map-txt {
   padding: 40px 0 60px;
   line-height: 22px;
   color: #706f6f;
   font-size: 1.1rem;
}

.map-txt p, .map-txt > address {
   line-height: 34px;
   vertical-align: middle;
}

.map-txt > address::before {
   display: inline-block;
   content: '';
   width:15px;
   height: 34px;
   padding-left: 3rem;   
   background: url(../images/icon_map.png) no-repeat left center / 15px 22px ;
   vertical-align: bottom;
}

.icon-tel {
   display: inline-block;
   content: '';
   width: 18px;
   height: 34px;
   padding-left: 3rem;
   background: url(../images/icon_phone.png) no-repeat left center / 18px 21px;   
   vertical-align: bottom;
}

.icon-mail {
   display: inline-block;
   content: '';
   width: 21px;
   height: 34px;
   padding-left: 3rem;
   background: url(../images/icon-mail.png) no-repeat left center / 21px 16px;
   vertical-align: bottom;
}
.icon-mail.ty01 {
   padding-left: 1.875rem;
   height: 20px;   
}

.icon-tel.ty01 {
   padding-left: 1.875rem;
   height: 27px;
}

.c-map iframe {
   width: 100%;
   height: 400px;
   border: 0;
}

/* 인재채용 */
.sub-tlt-detail  {
   text-align: center;
   padding-top: 80px;
}

.sub-tlt-detail > p {    
   text-align: center;
   
   line-height: 1.6rem;
}

.recruit-info {
   font-size: 0;
   letter-spacing: 0;
   word-spacing: 0;
   text-align: center;
   /* padding-top: 40px; */
}

.recruit-info li {
   display: inline-block;
   width: calc((100% - 40px) / 3);
   padding: 50px 0;   
   line-height: 1.8rem;
   font-size: 1.1rem;
   color: #706f6f;   
   letter-spacing: -0.05rem;
   border: 1px solid #bfbfbf;
   background-color: #fff;
   margin-right: 1.25rem;
}

.recruit-info li:last-child {
   margin-right: 0;
}

.recruit-info div > p > span {
   display: inline-block;
   color: #2376bc;
   font-size: 1.5rem;
   font-weight: 600;
   padding: 30px 0 ;
}

/* 복지항목 */
.recruit-lists {
   text-align: center;
   padding-top: 60px;
}

.detals-lists  {   
   display: flex;
   flex-direction: row;
   margin-top: 40px;
}

.detals-lists:first-child {
   margin-top: 0;
}

.detals-lists > .box {
   width: calc((100% - 3.75rem)/4);
   margin-right: 1.3rem;
}

.detals-lists > .box:last-child {
   margin-right: 0;
}

.detals-lists > .box dl:first-child {
   margin-top: 0;
}

.detals-lists > .box dl {
   margin-top: 50px;
   background-color: #fff;
   border: 1px solid #bfbfbf;
   padding: 50px 0;
   height: 322px;   
}

.detals-lists > .box dl > dt {
   height: 72px;
   position: relative;   
}

.box dl > dt > img {   
   position: absolute;
   left: 50%;
   top:50%;
   transform: translate(-50%, -50%);
}

.detals-lists > .box dl > dd.tlt {
   color: #2376bc;
   font-weight: 400;
   font-size: 1.3rem;
   padding: 30px 0 28px;
   letter-spacing: -0.05rem;
}

.detals-lists > .box dl dd {
   color:#706f6f;
   font-size: 1rem;
   line-height: 1.8rem;
   letter-spacing: -0.05rem;
}

/*사업영역*/
.c-business .tab-link{
   width: calc(100% / 5);
   display: inline-block;
   padding: 10px;
   text-align: center;
   cursor: pointer;
   line-height: 2.375rem;   
   font-size: 1.1rem;
   letter-spacing: -0.05rem;
   color: #fff;
}

.c-business+.tab-content-wrap{
   background: #fff;
   padding: 60px 3.75rem 100px ;
}

.container_inner.npdT {
   margin-top: -100px;
}

.bz-tab-con > h4 {
   padding: 50px 0;
   font-size: 1.3rem;
   font-weight: 400;
}

.bz-tab-con:first-child > h4 {
   padding-top: 0;
}

.bz-tab-con > p {
   font-size: 1.1rem;
   letter-spacing: -0.05rem;
}

.bz-tlt {color: #2376bc;}
.bz-img-wrap {text-align: center; width: 100%; height: auto;}

.bz-img-wrap > img {
   width: 100%;
}

.sm-con-wrap {
   padding: 40px 0 0;   
   width: 100%;
   margin: 0 auto;
}

.sm-con-wrap:first-child {padding-top: 60px;}

.sm-con  {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   text-align: center;
   align-items: center;
   border: 1px solid #bfbfbf;
   border-radius: 5px ;
   height: 130px;   
}

.sm-con::after {
   display: block;
   content: '';
   width: 100%;
   height: 10px;
   margin-top: -1px;
   background: url(../images/business/img_shadow.png) no-repeat right top / 645px 10px;
}

.sm-con .sm-bg-tlt {   
   width: 22.37%;/*192*/
   color: #fff;
   vertical-align: middle;
   align-self: stretch;
   justify-content: flex-start;
   border-radius: 5px 0 0 5px;
}

.sm-con li:nth-child(2) {
   width: 15.15%; /*130px*/
}
.sm-img {
   padding-left: 0.9rem;   
   line-height: 130px;
}

.sm-img.blit01 {
   background: url(../images/business/img_bgblit01.jpg) no-repeat left center / 14px 16px; 
}

.sm-img.blit02 {
   background: url(../images/business/img_bgblit02.jpg) no-repeat left center / 14px 16px; 
}

.sm-img.blit03 {
   background: url(../images/business/img_bgblit03.jpg) no-repeat left center / 14px 16px; 
}

.sm-img > img {vertical-align: middle;}

.sm-con li:nth-child(3) {   
   width: 62.23%; /*534px*/
   text-align: left;   
}

.sm-bg-tlt >p {line-height: 8.125rem;}

.sm-details {
   font-size: 1rem;
   color: #706f6f;
   line-height: 1.5rem;
}

.sm-details > p::before {
   display: inline-block;
   content: '';
   width: 16px;
   height: 16px;   
   background: url(../images/business/img_dot.png) no-repeat left center / 4px 4px;
}

/* 모바일 앱개발 */
.con-moblie-wrap {
   padding:50px 0 60px;
}

.con-moblie-wrap  ul {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-between;   
}

.con-moblie-wrap  ul li {
   width: calc((100% - 60px)/3);
   /* height: 297px;  */
}

.con-app-top {
   height: 112px;
   border-radius: 10px 10px 0 0;
   color: #fff;
   text-align: center;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   padding: 20px 0 9px;
}

.con-app-top > img {
   padding-bottom: 3px;
}

.con-app-top >p {
   font-size: 1.1rem;
   line-height: 1.875rem;
   vertical-align: bottom;
}

.con-app-details {   
   min-height: 185px;
   border-radius: 0 0 10px 10px;
   border: 1px solid #bfbfbf;
   box-sizing: border-box;
   padding: 1.3rem;
}

.con-app-details p {
   line-height: 1.8rem;
}

.in_txt {
   font-size: 1.1rem;
   color: #706f6f;
}

/* 회사소개 영상 추가 2024.01.08 */
.div-video-wrap {
   padding-top: 30px;
   text-align: center;
   width: 100%;
   height: auto;
}

.div-video-wrap video {
   width: 100%;
   padding: 10px;
   height: auto;
   border: 1px solid #bfbfbf;
   /* object-fit: cover; */
}


.div-youtube-wrap {
   position: relative;
   width: 100%;
   padding-bottom: 56.25% /* 16:9 비율 */;
   margin-top: 30px;
}

.yt-video {
   position: absolute;
   width: 100%;
   height: 100%;
   border: 1px solid #f5f5f5;
}

/* 상담하기 form popup 추가 240326 */
.popup-wrap{
   background-color:rgba(0,0,0,.3); 
   /* 배경색과 투명도로 살짝 어둡지만 투명한 배경*/
   /* 허공에 붕 떠있는 느낌을 주고 싶으면 안넣어도 무방*/
   justify-content:center; 
   align-items:center;     
   position:fixed;         
   top:0;
   left:0;
   right:0;
   bottom:0;               
   display:none; 
   padding:15px; 
   z-index: 100;
}

.popup-content{
   width:100%;              
   max-width:calc(100% - 400px);
   border-radius:10px;      
   overflow:hidden;         
   background-color:#f7f7f7;    
   box-shadow: 5px 10px 10px 1px rgba(0,0,0,.3); 
   word-break: break-word;
   padding: 4rem 3rem 2.5rem ;
   position: relative;
}

.popup-top {
   width: 100%;
   /* text-align: right; */
  
}

.btn-close {
   position: absolute;
   right:30px;
   top:20px;
   width: 1.5rem;
   height: 1.5rem;
   background: url(../images/btn_close.png) no-repeat left center / 24px 24px; 
}

.popup-content {
   font-size: 1.25rem;
   text-align: left;
}

.invaild-feedback {
   display: none;
}

.input-box {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding-bottom: 1rem;
}

.input-box label {
   width: 25%;
}

.input-box input, .input-box textarea {
   width: 75%;  /* 원하는 너비 설정 */ 
   height: auto;  /* 높이값 초기화 */
   line-height : normal;  /* line-height 초기화 */
   padding: .5em .5em; /* 원하는 여백 설정, 상하단 여백으로 높이를 조절 */

   border: 1px solid #999;
   border-radius: 0;  /* iSO 둥근모서리 제거 */
   outline-style: none;  /* 포커스시 발생하는 효과 제거를 원한다면 */
   -webkit-appearance: none;  /* 브라우저별 기본 스타일링 제거 */
   -moz-appearance: none;
   appearance: none;
}
.input-box input::placeholder, .input-box textarea::placeholder {
   color: #999;
}

.input-box textarea {
   text-align: left !important;
}

.noti-box {   
   font-size: 1rem;
   line-height: 1.5rem;
   padding-left: 1rem;
   padding-bottom: 1rem;
   color: #1c2f76;
   font-weight: 600;
}

.noti-box > ol {
   list-style: circle;
}

/*---------------------------------------------------------------------------------*/

@media only screen and (max-width:768px){
   .head_wrap {height:55px;}
   .mobile_gnb {top:55px; } 
   .nav_menu .logo{padding:4px 0 4px 1.25rem;}
   .nav_menu .logo a {width:128px;}
   .mobile_gnb li a{padding:24px 0; font-size:1rem;}

   .footer_wrap {
      padding: 15px 1rem;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
   }
   .footer_logo > img {width: 126px;}
   .footer_logo {width: 100%; padding: 15px 0; text-align: left;}
   .footer_wrap .info address p{font-size: 0.75rem; margin-bottom:4px}
   .footer_wrap .info {padding:0;}
   .footer_wrap .info .txt {font-size: 0.875rem;}

   .nav_menu .gnb{display:none}
   .nav_menu .link_wrap{display:none}
   .mobile_btn{display:table-cell}
   .mobile_gnb{
      position:absolute; right:0;
      width:100%; 
      /* height:100vh; */
      padding:25px 1rem 35px;
      background-color:#fff;
      box-sizing:border-box;
      opacity:0;
      -webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; -ms-transition:0.3s; transition:0.3s;
      z-index: 1001;
      box-shadow: 0 5px 5px -5px #333;
   }
   .mobile_gnb li a{display:inline-block; width:100%; color:#222; border-bottom:1px solid #bfbfbf;}
   
   .head_wrap.on{background-color:#fff}
   .head_wrap.on .mobile_btn button{background:url(../images/btn_close.png) 0 0 no-repeat; background-size:24px auto}
   .head_wrap.on .mobile_gnb{display:block; opacity:1}

   /*메인 */
   .swiper-container {height: 240px;}
   .swiper-container>.swiper-pagination-bullets{      
      bottom: 15px;
   }

   .slide-title {
      font-size: 1.3rem;
      line-height: 1.3rem;      
      padding: 4px;
      min-width: 120px;
   }

   .slide-txt {
      font-size: 0.875rem;
      line-height: 1.3rem;
      padding: 4px;
      margin-top: 6px;
   }

   .swiper-slide.v1, .swiper-slide.v2, .swiper-slide.v3 {
      max-height: 240px;
   }
   .swiper-container>.swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 3px 3px !important;      
   }
   .swiper-pagination-bullet {
      width: 4px;
      height: 4px;
   }  

   .con-interview {
      /* padding-top: 30px;  */
      flex-direction: row;
      flex-wrap: wrap;
   }

   .div-interview {
      width: calc((100% - 10px)/2);
      padding: 20px 0;
      border-radius: 10px;
      min-height: auto;
      margin-bottom: 20px;
   }

   .div-interview:nth-child(odd) {
      margin-right: 10px;
   }

   .div-interview > img {
      width: 54px;
      height: auto;
   }

   .div-interview > p:last-child {      
      font-size: 0.813rem;
      margin-top: 15px;
   }

   .div-interview:nth-child(3), .div-interview:nth-child(4)  {
      margin-bottom: 0;
   }

   .interview {
      font-size: 0.875rem;
      line-height: 1.5rem;      
      max-height: 80px;/*68*/
      padding: 0.5rem;
      letter-spacing: -0.07rem;      
   }

   .interview-img{
      height: 30px;
   }
   /* .interview::before {
      padding-left: 0.5rem;
      background: url(../images/img_quote01.png) no-repeat center top 5px / 8px auto;
   }
   
   .interview::after {
      padding-right: 0.5rem;
      background: url(../images/img_quote02.png) no-repeat center top 5px / 8px auto;
   } */

   .con-intro {flex-direction: row; flex-wrap: wrap;}
   .con-intro div {width: calc((100% - 15px)/2);margin-bottom: 20px; height: 100%; }
   .con-intro div:nth-child(3), .con-intro div:last-child {margin-bottom: 0;}
   .con-intro div p {padding: 36px 0; font-size: 1rem;}
   .con-intro div p > span {margin-top: 10px;}

   .bz-partners > h2 {font-size: 1.1rem; line-height: 1.3rem;}
   .partners-img {padding-top: 15px;}
   .partners-img > ul {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: start;
      margin-bottom: 0;
   }
   .partners-img > ul li {
      display: inline-block;
      
      width: calc((100% - 10px)/2);
      height: 100%;
      margin-right: 0;
      line-height: 50px;
   }

   .partners-img > ul li:nth-child(odd) {margin-right: 10px; margin-bottom: 10px;}
   /* .partners-img > ul li:first-child, .partners-img > ul li:nth-child(2) {margin-bottom: 10px;} */
   .partners-img > ul li:last-child { margin-bottom: 0;}
   .partners-img > ul li > img {width: 86px; height: auto;}

   /* 공통 */
   .btn {
      width: 280px;
      height: 48px;
      font-size: 1rem;
   }
   .btn.bg-bl {margin-right: 0;margin-bottom: 20px; }
   h2 {font-size: 1.375rem; line-height: 2rem;}
   h3 {font-size: 1.25rem; line-height: 2rem;}
   .container_inner {min-width: 320px;padding: 40px 0.75rem;}
   .sub_tlt > p {padding: 15px 0;}
   .in_txt {font-size: 0.875rem;}
   .sub_tlt_wrap > h2  {font-size: 1.375rem; line-height: 2rem;}
   /* 인재채용 */
   .main_visual.about-us, .main_visual.business, .main_visual.recruit {height: 200px;}


   .recruit-info li {
      width: 100%;
      margin-right: 0;
      line-height: 1.6rem;
      font-size: 1rem;
      padding: 25px 0;
      margin-bottom: 20px;
   }

   .recruit-info div > p > span {padding: 15px 0; font-size: 1.25rem;}
   .recruit-lists {padding-top: 30px;}
   .detals-lists {
      margin-top: 0;
      flex-direction: column;
   }

   .detals-lists > .box {
      width: 100%;
      margin-right: 0;
      margin-bottom: 1.3rem;
   }

   .detals-lists > .box dl > dd.tlt {
   font-size: 1.125rem;
   padding: 15px 0 14px;
   }

   .recruit-info div > p, .detals-lists > .box dl dd {      
      font-size: 0.875rem;
      line-height: 1.5rem;
   }

   .detals-lists > .box dl {
      margin-top: 25px;      
      padding: 25px 0;
      height: 100%;
   }

   /* 회사 소개*/
   /*추가*/
   .about-conts {
      flex-direction: column;
      margin-top: 30px;
   }

   .about-conts li {
      width: 100%;
      margin-right: 0;
      margin-bottom: 2%;
      height: 360px;
   }

   
   .about-conts li:first-child {      
      background-position: top center;
   }

   .about-conts li:nth-child(2) {
      background-position: top center;
   }

   .about-conts li:last-child {
      background-position: top center;
   }

   /* 추가 */
   .pdb60 {padding-bottom: 30px;}
   .pdt60 {padding-top: 30px;}
   .about-sub-tlt h3 {
      /* color: #2376bc; */
      /* line-height: 1rem; */
      letter-spacing: -0.05rem;
   }

   .about-sub-tlt p {
      font-size: 1rem;
      line-height: 1.6rem;
      padding-top: 20px;
   }

   .esg-con-update > p {
      padding-top: 20px;
   }
   .sub-tlt-detail  {
      padding: 20px 0;
   }
   
   .sub-tlt-detail > h3 { 
      font-size: 1rem;
      line-height: 1.3rem;
   }

   .sub_tlt.sub-tlt-detail > p {    
      text-align: center;
      /* line-height: 1.1rem; */
      font-size: 0.875rem;
      line-height: 1.8rem;

   }

   .esg-cont {   
      height: 140px;
      margin-top: 20px;      
   }

   .allWrap {
      padding-top: 30px;
   }
   .tabBox {
      
      font-size: 1rem;
      height: 100%; 
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
   }

   .tab-content-wrap {      
      padding: 30px 0.5rem;
   }

   .tabBox .current {
      color: #fff;   
      /* border-bottom: 6px solid #2376bc; */
      background: #2376bc;
   }

   .c-history .tab-link {
      width: 33.33%;
      padding: 5px 0;
      line-height: 2rem;
      font-size: 1rem;
      border: 0.5px solid #d6d6d6;
      letter-spacing: -0.05rem;
   }

   .tab-content.current {
      font-size: 0.875rem;
      line-height: 1.8rem;
   }

   .tab-content > p::before {
      display: inline-block;
      content: '';
      width: 16px;
      height: 16px;
      background: url(../images/business/img_dot.png) no-repeat center bottom 3px / 4px 4px;
   }

   .history-tlt {
      padding: 20px 0 0 0;
      margin-left: 0.2rem;
      font-weight: 600;
      font-size: 1.1rem;
      color: #2376bc;
   }

   .map-txt {
      padding: 20px 0 30px;
      line-height: 1.6rem;      
      font-size: 0.875rem;
   }

   .map-txt p, .map-txt > address {
      line-height: 1.3rem;
      vertical-align: middle;
   }

   .map-txt > address::before {
      width: 8px;
      height: 1.6rem;
      padding-left: 1.3rem;
      background: url(../images/icon_map.png) no-repeat left bottom 2px / 10px auto;
   }

   .icon-tel {      
      width: 8px;
      height: 1.6rem;
      padding-left: 1.3rem;
      background: url(../images/icon_phone.png) no-repeat left bottom 1px / auto 15px;
   }

   .icon-mail {
      width: 8px;
      height: 1.6rem;
      padding-left: 1.3rem;
      background: url(../images/icon-mail.png) no-repeat left bottom 3px / 15px auto;
   }

   /*사업 영역*/
   .c-business .tab-link {
      width: 50%;
      display: inline-block;
      padding: 5px 0;      
      line-height: 2rem;
      font-size: 1rem;
      letter-spacing: -0.05rem;
      border: 0.5px solid #d6d6d6;
   }

   .c-business .tab-link:last-child {
      width: 100%;
   }

   .c-business+.tab-content-wrap {      
      padding: 30px 0.875rem;
   }

   .bz-tab-con > h4 {
      padding: 20px 0;
      font-size: 1.1rem;      
   }

   .bz-tab-con > p {
      font-size: 0.875rem;
      line-height: 1.6rem;
      letter-spacing: -0.05rem;
   }

   .con-moblie-wrap {
      padding: 25px 0 30px;
   }

   .con-moblie-wrap ul li {
      width: 100%;
      margin-bottom: 20px;
   }

   .con-app-top {
      height: 90px;
      border-radius: 5px 5px 0 0;      
      padding: 10px 0 5px;
   }

   .con-app-top >p {
      font-size: 1rem;
      line-height: 1.875rem;
   }

   .con-app-details {
      min-height: 145px;
      border-radius: 0 0 5px 5px;      
      padding: 0.875rem;
   }

   .con-app-details p {
      font-size: 0.875rem;
      line-height: 1.6rem;
   }

   .sm-con-wrap:first-child {
      padding-top: 30px;
   }

   .sm-con {
      flex-direction: column;
      height: 100%;
   }

   .sm-con li{
      width: 100%;
   }

   .sm-con .sm-bg-tlt {      
      width: 100%;
      border-radius: 5px 5px 0 0;
   }
   
   .sm-bg-tlt >p {
      line-height: 5rem;
   }

   .sm-con li:nth-child(2) {
      width: 100%;
   }

   .sm-con li:nth-child(3) {   
      width: 100%;
      padding: 10px 0.875rem 15px;
   }

   .sm-img {
      padding-left: 0;
      line-height: 90px;
   }

   .sm-img.blit01, .sm-img.blit02, .sm-img.blit03, .sm-con::after {
      background: none;
      
   }

   .sm-details {
      width: 100%;
      font-size: 0.875rem;
      line-height: 1.6rem;
   }


   .popup-wrap{     
      padding:8px; 
   }
   
   .popup-content{
      width:100%;              
      min-width:calc(100% - 10px);
      border-radius:6px;      
      box-shadow: 5px 10px 10px 1px rgba(0,0,0,.3); 
      padding: 4rem 1.5rem 1.25rem ;
   }   
   
   .btn-close {
      position: absolute;
      right:1.875rem;
      top:1.25rem;
      width: 1.5rem;
      height: 1.5rem;
      background: url(../images/btn_close.png) no-repeat left center / 24px 24px; 
   }
   
   .popup-content {
      font-size: 1rem;      
   }
   
   


}


@media only screen and (min-width:769px) and (max-width:1024px){

   /* 메인 - 인터뷰, 문의하기  */
   .div-interview, .con-intro div {width: calc((100% - 30px)/4);}
   .btn {width: 320px;}
   .btn.bg-bl {margin-right: 50px;}
   .interview {font-size: 1rem; height: 90px; padding: 30px 10px;}
   .con-app-top >p {font-size: 1rem; }

   /* 사업영역 - 이미지 조절 */
   .con-app-details {min-height: 264px; padding: 1rem;}
   
   .sm-con .sm-bg-tlt {width: 13%;}
   .sm-con li:nth-child(2) {width: 15%;}
   .sm-con li:nth-child(3) {width: 72%;}
   .sm-details {padding-right: 1.25rem;}

   /* 인재채용 */
   .c-history .tab-link, .recruit-info li {font-size: 1rem;}
   h3 {font-size: 1.4rem;}
   .detals-lists {justify-content: center; margin-top: 0;} 
   .detals-lists > .box {
      width: calc((100% - 3.75rem)/2);
      /* margin-right: 0; */
      margin-bottom: 1.3rem;
   }
   .detals-lists > .box:nth-child(odd) {margin-right: 1.3rem;}
   .detals-lists > .box:last-child {margin-bottom: 0;}

}

@media only screen and (max-width:1024px){
   
}