@charset "utf-8";

header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 85px;
  z-index: 9999;
}
header .header-wrap {
  max-width: 1170px;
  margin: 0 auto;
}
header .header-wrap:after {
  display: block;
  clear: both;
  content: '';
}
header .header-wrap .logo {
  float: left;
  width: 170px;
  height: 40px;
  margin-top: 25px;
  background: url(/resources/images/logo_white.png) no-repeat;
  text-indent: -9999px;
}
header .header-wrap .logo > a {
  display: block;
  width: 100%;
  height: 100%;
}
header .header-wrap .gnb {
  float: right;
}
header .header-wrap .gnb:after {
  display: block;
  clear: both;
  content: '';
}
header .header-wrap .gnb > li {
  float: left;
}
header .header-wrap .gnb > li > a {
  display: block;
  padding: 0 40px;
  color: #131313;
  font-size: 19px;
  line-height: 85px;
  letter-spacing: -1px;
  color:#fff;
}
header .header-wrap .gnb > li > .sub-gnb {
  display: none;
}
header .header-wrap .gnb > li > .sub-gnb > li {
  padding: 5px 0;
}
header .header-wrap .gnb > li > .sub-gnb > li > a {
  color: #3b3b3b;
  font-size: 16px;
}
header .header-wrap .menu-icon {
  float: right;
  width: 36px;
  height: 24px;
  margin-top: 28px;
  cursor: pointer;
  display: none;
}
header .header-wrap .menu-icon i {
  font-size: 32px;
  color: #fff;
}
 .menu-hover {
  position: fixed;
  top: 0;
  width: 100%;
  background: #2c313a;
  z-index: 9999;
  display: none;
  box-shadow: 1px 1px 10px #272727;
}
.menu-hover .menu-hover-wrap {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
}
.menu-hover .menu-hover-wrap .close-btn {
  display: none;
}
.menu-hover .menu-hover-wrap .gnb {
  float: right;
  padding-bottom: 20px;
  z-index: 9999;
}
.menu-hover .menu-hover-wrap .gnb:after {
  display: block;
  clear: both;
  content: '';
}
.menu-hover .menu-hover-wrap .gnb > li {
  float: left;
}
.menu-hover .menu-hover-wrap .gnb > li > a {
  position: relative;
  display: block;
  padding: 0 40px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 19px;
  line-height: 85px;
  letter-spacing: -1px;
}
.menu-hover .menu-hover-wrap .gnb > li > a:hover {
  color: #78afff;
}
.menu-hover .menu-hover-wrap .gnb > li > i {
  display: none;
}
.menu-hover .menu-hover-wrap .gnb > li > .sub-gnb {
  padding-top: 10px;
}
.menu-hover .menu-hover-wrap .gnb > li > .sub-gnb > li > a {
  display: block;
  padding: 0 0 13px 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 200;
}
.menu-hover .menu-hover-wrap .gnb > li > .sub-gnb > li > a:hover {
  color: #78afff;
  text-shadow: 0.5px 0;
}
.menu-hover .menu-hover-wrap .gnb > li:hover > a:after {
  position: absolute;
  display: inline-block;
  width: 80%;
  height: 2px;
  bottom: 13px;
  content: '';
  z-index: 9999;
  background: #78afff;
  left: 0;
  text-align: center;
  margin: 0 auto;
  right: 0;
}
.menu-hover .menu-hover-wrap > span {
  position: absolute;
  top: 25px;
  left: 0;
}
.menu-hover:after {
  position: absolute;
  top: 79px;
  display: block;
  width: 100%;
  height: 1px;
  background: #4a5465;
  content: '';
}
footer {
  width: 100%;
  padding: 50px 0;
  background: #2c313a;
  box-sizing: border-box;
}
footer .footer-wrap {
  max-width: 1170px;
  margin: auto;
}
footer .footer-wrap .footer-gnb {
  display: inline-table;
  width: 650px;
  float: right;
  padding-bottom: 20px;
}
footer .footer-wrap .footer-gnb:after {
  display: block;
  clear: both;
  content: '';
}
footer .footer-wrap .footer-gnb > li {
  display: table-cell;
  width: 25%;
  table-layout: fixed;
  text-align: center;
}
footer .footer-wrap .footer-gnb > li > a {
  color: #fff;
  font-size: 19px;
  letter-spacing: -1px;
}
footer .footer-wrap .footer-gnb > li .sub-gnb {
  padding-top: 20px;
}
footer .footer-wrap .footer-gnb > li .sub-gnb:after {
  display: block;
  clear: both;
  content: '';
}
footer .footer-wrap .footer-gnb > li .sub-gnb > li > a {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  line-height: 28px;
}
footer .footer-wrap .footer-gnb > li .sub-gnb > li > a:hover {
  color: #78afff;
}
footer .footer-wrap .footer-info {
  display: inline-table;
  width: 520px;
  padding-bottom: 20px;
  /*justify-content: space-between;align-items: center;width: 100%;padding: 52px 0 30px 0;*/
  box-sizing: border-box;
  vertical-align: top;
}
footer .footer-wrap .footer-info h3 {
  display: inline-block;
  width: 177px;
  height: 42px;
  background: url(../images/f-logo.png) no-repeat;
  text-indent: -9999px;
  vertical-align: top;
}
footer .footer-wrap .footer-info h3 a {
  display: block;
  width: 100%;
  height: 100%;
}
footer .footer-wrap .footer-info .sns {
  display: block;
  /*justify-content: space-between;width:200px;*/
  overflow: hidden;
  padding: 20px 0;
  padding-top: 35px;
  box-sizing: border-box;
}
footer .footer-wrap .footer-info .sns li {
  float: left;
  height: 25px;
  padding-right: 20px;
  transition: 0.3s;
  background-size: contain ;
}
footer .footer-wrap .footer-info .sns li.kakao {
  background: url(../images/f-kakao.png) no-repeat;
  height: 25px;
  background-size: contain;
}
footer .footer-wrap .footer-info .sns li.kakao:hover {
  background: url(../images/f-kakao-hover.png) no-repeat;
  height: 25px;
  background-size: contain;
}
footer .footer-wrap .footer-info .sns li.facebook {
  background: url(../images/f-facebook.png) no-repeat;
  height: 25px;
  background-size: contain;
}
footer .footer-wrap .footer-info .sns li.facebook:hover {
  background: url(../images/f-facebook-hover.png) no-repeat;
  height: 25px;
  background-size: contain;
}
footer .footer-wrap .footer-info .sns li.blog {
  background: url(../images/f-blog.png) no-repeat;
  height: 25px;
  background-size: contain;
}
footer .footer-wrap .footer-info .sns li.blog:hover {
  background: url(../images/f-blog-hover.png) no-repeat;
  height: 25px;
  background-size: contain;
}
footer .footer-wrap .footer-info .sns li > a {
  display: block;
  width: 100%;
  height: 100%;
}
footer .footer-wrap .footer-info .sns li span {
  display: block;
  padding-top: 5px;
  padding-left: 41px;
  color: #fff;
}
footer .footer-wrap .footer-info .sns li span a {
  color: #fff;
}
footer .footer-wrap .footer-info .sns li span a:hover {
  text-decoration: underline;
  color: #9da7b9;
}
footer .footer-wrap .footer-info .family {
  display: block;
  vertical-align: top;
  width: calc(100% - 177px);
  padding-top: 38px;
  box-sizing: border-box;
  overflow: hidden;
}
footer .footer-wrap .footer-info .family li {
  float: left;
  display: inline-block;
  padding-right: 33px;
}

footer .footer-wrap .footer-info .family li img {
  height: 30px;
}
footer .footer-wrap .footer-info .family li span {
  padding-left: 35px;
  color: #fff;
}
footer .footer-wrap address {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  border-top: 1px solid #61656d;
  padding-top: 40px;
}
footer .footer-wrap .copyright {
  color: #A7A7A7;
  font-size: 12px;
  font-weight: 300;
  line-height: 32px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  header > .header-wrap {
    width: 96.09375%;
  }
  header > .header-wrap > .logo {
    background: url(/resources/images/logo_hover_768.png) no-repeat;
  }
  header > .header-wrap .gnb {
    display: none;
  }
  header > .header-wrap .menu-icon {
    display: block;
  }
  .fixed-nav > a {
    width: 60px;
    height: 60px;
  }
  .fixed-nav > a img {
    display: block;
  }
  .kakao-nav > img {
    height: 35px;
  }
  .demo-nav > img {
    height: 30px;
  }
  .menu-hover .menu-hover-wrap .gnb > li:hover > a:after {display:none;}
  .menu-hover .menu-hover-wrap {
    position: relative;
    width: 100%;
  }
  .menu-hover .menu-hover-wrap .close-btn {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
  }
  .menu-hover .menu-hover-wrap .close-btn > i {
    position: absolute;
    top: 13px;
    right: 19px;
    color: #fff;
    cursor: pointer;
  }
  .menu-hover .menu-hover-wrap .gnb {
    float: none;
    width: 100%;
    padding: 0;
    z-index: 9999;
  }
  .menu-hover .menu-hover-wrap .gnb > li {
    position: relative;
    float: none;
    width: 100%;
    line-height: 45px;

  }
  .menu-hover .menu-hover-wrap .gnb > li > a {
    display: block;
    width: 50%;
    margin: 0 auto;
    padding: 0;
    color: #fff;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    box-sizing: border-box;
  }
  .menu-hover .menu-hover-wrap .gnb > li > i {
    position: absolute;
    top: 4px;
    right: 10px;
    display: block;
    padding: 10px;
    color: #fff;
    z-index: 9999;
    cursor: pointer;
  }
  .menu-hover .menu-hover-wrap .gnb > li > i.close {
    display: none;
  }
  .menu-hover .menu-hover-wrap .gnb > li > .sub-gnb {
    width: 100%;
    display: none;
  }
  .menu-hover .menu-hover-wrap .gnb > li > .sub-gnb > li {
    width: 100%;
    line-height: 40px;
  }
  .menu-hover .menu-hover-wrap .gnb > li > .sub-gnb > li > a {
    display: block;
    width: 100%;
    padding: 0;
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
  }
  .menu-hover .menu-hover-wrap .gnb > li > .sub-gnb > li > a:hover {
    color: #0088FF;
  }
  footer .footer-wrap .footer-info {
    flex-direction: column;
  }
  footer .footer-wrap .footer-info .sns,
  footer .footer-wrap .footer-info .family {
    margin-top: 16px;
  }
  footer .footer-wrap address {
    font-size: 16px;
  }
  footer .footer-wrap address span {
    display: block;
    margin-top: 5px;
    font-size: 16px;
  }
  footer .footer-wrap .copyright {
    font-size: 14px;
  }
}






















/*서브페이지 해당하는 메인비주얼*/
.sb_company_visual{
	background:url(../images/company_visual.jpg) no-repeat;
}
.sb_online_visual{
	background:url(../images/online_visual.jpg) no-repeat;
}
.sb_cs_visual{
	background:url(../images/cs_visual.jpg) no-repeat;
}
.sb_solution_visual{
	background:url(../images/solution_visual.jpg) no-repeat;
}
.smartHealthcare_visual{
	background:url(../images/smartHealthcare_visual.jpg) no-repeat;
}


/*서브페이지 메인비주얼*/
.sb_sub_mainvisual{
	width:100%;height:400px;
	background-size:cover;
}
.sb_sub_mainvisual>div{
	position:relative;
	width:100%;height:400px;
	max-width:1200px;
	margin:auto;
}
.sb_sub_mainvisual>div>h3{
	position:relative;
	padding-top:195px;
	font:36px 'Noto Sans KR', sans-serif;
	font-weight:500;
	color:#fff;
	text-align:center;
}
.sb_sub_mainvisual>div>.sb_sub_introBox>h3{
	position:relative;
	padding-top:195px;
	font:36px 'Noto Sans KR', sans-serif;
	font-weight:500;
	color:#fff;
	text-align:center;
}
.sb_sub_mainvisual>div>.sb_sub_introBox>p{
	position:relative;
	padding-top:20px;
	font:16px 'Noto Sans KR', sans-serif;
	font-weight:400;
	color:#fff;
	text-align:center;
}
.sb_sub_mainvisual>div>h3:before{
	display:block;
	position:absolute;top:190px;left:50%;
	width:50px;height:1px;
	background-color: #fff;
	content:'';
	margin-left:-25px;
}
.sb_sub_mainvisual>div>ul{
	position:absolute;bottom:10px;right:0;
}
.sb_sub_mainvisual>div>ul>li{float:left;}
.sb_sub_mainvisual>div>ul>li>a{
	margin-left:20px;
	font-size:12px;
	font-weight:300;
	color:#f8f8f8;	
}
.sb_sub_mainvisual>div>ul>li>a:hover{
	text-decoration:underline;
}
.sb_sub_mainvisual>div>ul>li>img{
	display:inline-block;
	position:absolute;top:6px;
	width:15px;height:10px;
	color:#fff;
	margin-left:3px;
}

/*서브페이지 submenu*/
.sb_sub_menu{
	width:100%;height:70px;
	border-bottom:1px solid #e5e5e5;
	box-sizing:border-box;
}
.sb_sub_menu>ul{
	display:table;
	table-layout:fixed;
	width:100%;
	max-width:1200px;
	margin:auto;
}
.sb_sub_menu>ul>li{
	display:table-cell;
	position:relative;
	text-align:center;
	box-sizing:border-box;
}
.sb_sub_menu>ul>li>a{
	display:inline-block;
	width:100%;
	font:18px/70px 'Noto Sans KR', sans-serif;
	color:#222;
}
.sb_sub_menu>ul>li:hover:before{
	content:'';
	display:block;
	position:absolute;bottom:0;
	width:100%;
	border-bottom:2px solid #578ad6;
}
.sb_sub_menu>ul>li>a:hover{
	color:#578ad6;
}
.sb_sub_menu>ul>li>a:after{
	position:absolute;top:25px;right:0px;
	content:'';
	display:inline-block;
	width:1px;height:20px;
	background-color:#ccc;	
}
.sb_sub_menu>ul>li>a>span{
	position:absolute;top:25px;left:0;
	display:inline-block;
	width:1px;height:20px;
	background-color:#ccc;
}

/*활성화된 menu add class*/
.sb_sub_menu>ul>li.active a{
	color:#578ad6;
	border-bottom:2px solid #578ad6;
	box-sizing:border-box;
}


/*서브페이지 컨텐츠정렬*/
.sb_sub_contents{
	width:100%;
	max-width:1200px;
	margin:auto;
}
.sb_sub_contents>h3{
	margin-top:60px;
	font:32px 'Noto Sans KR', sans-serif;
	color:#222;
	font-weight:500;
	text-align:center;
}
.sb_sub_contents>p{
	margin:20px 0 50px 0;
	font:16px 'Noto Sans KR', sans-serif;
	color:#444;
	font-weight:300;
	text-align:center;
}
.sb_solution_contents{
	width:100%;
}
.sb_solution_contents>h3{
	position:relative;
	margin-top:60px;
	font:32px 'Noto Sans KR', sans-serif;
	color:#222;
	font-weight:500;
	text-align:center;
}
.sb_solution_contents > h3 > span.eGovFrame{
	display: inline-block;
    position: absolute;
    top: 10px;
    margin-left: 7px;
    width: auto;
    height: 30px;
    border-radius: 20px;
    box-shadow: 2px 4px 8px rgba(0,0,0,0.1);
}
.sb_solution_contents>p{
	margin:20px 0 50px 0;
	font:16px 'Noto Sans KR', sans-serif;
	color:#444;
	font-weight:300;
	text-align:center;
}


/*----------------------회사소개 하위메뉴 페이지 시작------------------*/
/*2022 renewal 문화 페이지*/
.sb-cc-wrap {padding:30px 0 100px 0; overflow:hidden;}
.sb-cc-left {float:left; width:700px; margin-right:25px;}
.sb-cc-right {float:left; width:475px;}
.sb-cc-bott {width:1200px;}
.sb-cc-wrap h4 {font-size:19px; padding:10px 0; text-shadow:0.5px 0;}
.sb-cc-wrap p {line-height:23px;}
.sb-cc-left>div,.sb-cc-right>div,.sb-cc-bott>div {padding:25px 35px; box-sizing:border-box;}
.sb-cc-long {position:relative; float:left;width:375px; height:304px; margin-right:25px; margin-bottom:25px; 
background:#F4F4F4;border-radius:0 25px 25px 0;}
.sb-cc-long span {text-shadow:0.5px 0;}
.sb-cc-long img {position:absolute; bottom:0; right:0;}
.sb-cc-time {position:relative;float:left; width:300px; height:304px; margin-bottom:25px; 
background:#e6fbff; border-radius:25px;}
.sb-cc-time img {position:absolute; bottom:20px; right:25px;}
.sb-cc-beer {position:relative;float:left; width:375px; height:222px; margin-right:25px;margin-bottom:25px; 
background:#fffac6; border-radius:0 25px 25px 25px;}
.sb-cc-beer span {color:#C98300; text-shadow:0.5px 0;}
.sb-cc-beer img {position:absolute; bottom:-10px; right:-15px; scale: 0.7;}
.sb-cc-three img {position:absolute; bottom:20px; right:30px; scale: 0.95;}
.sb-cc-holi-wrap {float:left; width:375px; height:295px; margin-right:25px; padding:0 !important;}
.sb-cc-holi {position:relative;float:left; padding: 25px 35px;width:375px; height:135px; 
margin-right:25px; margin-bottom:25px; background:#F4F4F4;border-radius:0 25px 25px 25px; box-sizing:border-box;}
.sb-cc-cashgift {position:relative;float:left;padding: 20px 35px;width:375px; height:110px; 
margin-right:25px; margin-bottom:25px; border: 5px solid #f2f2f2; border-radius:0 25px 25px 25px;box-sizing:border-box;}
.sb-cc-cashgift h4 {padding:0; padding-bottom:5px;}
.sb-cc-cashgift p {padding-top:0; line-height:20px;}
.sb-cc-holi img {position:absolute; bottom:0; right:0; scale:0.7;}
.sb-cc-three { float: left;position: relative; width: 300px;height: 222px;margin-bottom: 25px; 
background: #f3eaf7;border-radius: 0 25px 25px 25px;}
.sb-cc-birt {position:relative;float:left; width:300px; height:271px; 
margin-bottom:25px; background:#ffe4b3; border-radius:0 25px 25px 25px;}
.sb-cc-birt span {color:#E96E2E; text-shadow:0.5px 0;}
.sb-cc-birt img {position:absolute; bottom:10px; right:20px; scale: 0.9;}
.sb-cc-fami {position:relative;float:left; width:475px; height:212px; 
margin-bottom:25px; background:#dcf5e1; border-radius:25px 0 25px 25px;}
.sb-cc-fami img {position:absolute; bottom:25px; right:30px; scale:0.8;}
.sb-cc-exec {position:relative;float:left; width:475px; height:218px; margin-bottom:25px; 
    border: 5px solid #f2f2f2; border-radius:25px 25px 25px 0;}
.sb-cc-exec span {text-shadow:0.5px 0;}
.sb-cc-exec img {position:absolute; bottom:0; right:30px; scale:0.9;}
.sb-cc-snac {position:relative;float:left; width:475px; height:200px; 
margin-bottom:25px; background:#dae7ff; border-radius:25px 0 25px 25px;}
.sb-cc-snac span {color:#1D3E78; text-shadow:0.5px 0;}
.sb-cc-snac img {position:absolute; bottom:20px; right:20px; scale: 0.8;}
.sb-cc-baby {position:relative;float:left; width:475px; height:137px; 
margin-bottom:25px; background:#fff3f7; border-radius:0 25px 25px 25px;}
.sb-cc-baby img {position:absolute; bottom:18px; right:40px;}
.sb-cc-apply {position:relative;float:left; width:100%; height:98px; 
background:#ffffff; border-radius:25px 25px 25px 0; overflow:hidden;     border: 3px solid #4086ff;}
.sb-cc-apply h4 {display:inline-block;}
.sb-cc-apply a {float:right;display:inline-block; padding:16px 35px; color:#fff; 
background:#4086FF; border-radius:30px; box-sizing:border-box;transition:all 0.3s; }
.sb-cc-apply a:hover {background:#2566d7; transition:all 0.3s;}
.sb-cc-apply span {color:#4086FF; }

/*문화 페이지*/
.sb_culture_wrap>ul{
	width:100%;
	margin-bottom:70px;
	border-top:2px solid #555;
	box-sizing:border-box;
	overflow:hidden;
}
.sb_culture_wrap>ul>li{
	position:relative;
	width:20%;height:240px;
	float:left;
	border:1px solid #ccc;
	box-sizing:border-box;
	font:15px 'Noto Sans KR', sans-serif;
	color:#555;
	text-align:center;
}
.sb_culture_wrap>ul>li .tit{
	position:absolute;
	top:35px;
	left:0;
	width:100%; 
	margin-right:0;
	line-height:20px; 
	color:#175dbb;
	font-size:16px;
}
.sb_culture_wrap>ul>li:last-child{
	background:url(../images/culture.jpg) no-repeat;
	background-size:cover;
	width:40%;
	text-align:left;
}
.sb_culture_wrap>ul>li>img{
	display:block;
	width:100%;height:70px;
	margin:90px 0 20px 0;
}
.sb_culture_wrap>ul>li>span{
	margin-right:5px;
	font-size:18px;
	font-weight:500;
	color:#222;
}
.sb_culture_wrap>ul>li:last-child span{
	display:block;
	margin-left:20px;
	color:#fff;
	font-size:14px;
	font-weight:200;
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 15px;
    font-weight: 400;
}
.sb_culture_wrap>ul>li>span.recruit-btn{
    display: block;
    max-width: 110px;
    height: 38px;
    padding: 0 14px;
    margin-top: 30px;
    border: 1px solid #ffcc00;
    box-sizing: border-box;
    margin-left: 50px;
    background: #0c2e56a3;
    position: absolute;
    left: -7px;
    top: 72px;
}
.sb_culture_wrap>ul>li>span.recruit-btn:hover{
	background:#ffcc00;
}
.sb_culture_wrap>ul>li>span.recruit-btn:hover > a{
	color:#fff;
}
.sb_culture_wrap>ul>li>span.recruit-btn > a{
	display: inline-block;
    color: #ffcc00;
    text-align: center;
    line-height: 35px;
    font-weight:500;
}

.sb_culture_wrap>ul>li>span.recruit-btn > a > i{
	margin-left:10px;
}
#culture_gray{
	font-size:12px;
	color:#777;
}
.sb_culture_wrap>ul>li>p{
    margin: 40px;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    font-weight:600;
}



/*연혁 페이지*/

.year-theme-text {
	display:inline-block;
	padding: 0 10px;
    font-size: 22px;
    font-weight: bold;
    color: #01255b;
}
.sb_year_wrap{
	width:100%;
	border-top:2px solid #555;
	box-sizing:border-box;
}
.sb_year_wrap>ul{
	position:relative;
	width:100%;
	margin:50px auto 70px auto;
}
.sb_year_wrap>ul:before{
	display:inline-block;
	position:absolute;top:0;left:50%;
	width:1px;height:100%;
	background-color:#ccc;
	content:'';
}
.sb_year_wrap>ul>li>h4{
	font:24px 'Noto Sans KR', sans-serif;
	color:#578ad6;
	font-weight:600;
	font-style:italic;
}
.sb_year_left{
	position:relative;
	width:50%;
	margin-left:80px;
	margin-top:20px;
}
.sb_year_left>h4:before{
	position:absolute;right:70px;
	display:inline-block;
	width:20px;height:20px;
	border:3px solid #578ad6;
	box-sizing:border-box;
	border-radius:50%;
	background-color:#fff;
	z-index:999;
	content:'';
}
.sb_year_right{
	position:relative;
	width:50%;
	margin-left:50%;
	margin-top:20px;
}
.sb_year_right>ul{
	margin-left:20px;
}
.sb_year_right>h4:before{
	position:relative;
	display:inline-block;
	width:20px;height:20px;
	margin-right:10px;
	margin-left:-10px;
	border:3px solid #578ad6;
	box-sizing:border-box;
	border-radius:50%;
	background-color:#fff;
	z-index:999;
	content:'';
}
.sb_year_list{
	width:83%;
	margin-top:5px;
	padding:10px 20px;
	box-sizing:border-box;
	background-color:#eee;
	border-radius:8px;
}
.sb_year_list>li{
	width:100%;
	font:14px/34px 'Noto Sans KR', sans-serif;
	color:#444;
	font-weight:400;
}

.sb_year_list>li strong{
    color: #1762d2;
    text-shadow: 0 0.3px;
}
.sb_year_list>li:before{
	display:inline-block;
	width:7px;height:7px;
	margin:0 8px 3px 0;
	background-color:#578ad6;
	border-radius:50%;
	content:'';
}
.sb_year_list>li>span{
	display:inline-block;
	width: 20px;
	margin-right:8px;
	color:#222;
	font-size:18px;
	font-weight:500;
}
.sb_2022year>img{
	position: absolute;right: -440px;top: 40px;
    display: inline-block;
    width: 500px;
}
.sb_2021year>img{
	position: absolute;left: -520px;top: 40px;
    display: inline-block;
    width: 500px;
}
.sb_2020year>img{
	position: absolute;right: -440px;top: 40px;
    display: inline-block;
    width: 500px;
}
.sb_2019year{margin-top: 120px;}
.sb_2019year>img{
	position: absolute;left: -520px;top: 40px;
    display: inline-block;
    width: 500px;
}
.sb_2016year>img{
	position: absolute;right: -440px;top: 80px;
    display: inline-block;
    width: 500px;
}
.sb_2014year>img{
	position: absolute;right: -440px;top: 110px;
    display: inline-block;
    width: 500px;
}






/*ceo 페이지*/
.sb_ceo_con1{display: flex;justify-content: center; padding-top:40px;
	width:100%;
	color:#fff;
	font-family:'Noto Sans KR', sans-serif;
}
.sb_ceo_con1 .sb_ceo-wrap {position:relative; display:inline-block;}
.sb_ceo_con1 .sb_ceo-wrap:before {content:"";  position:absolute; top:20px; left:-35px; top: -30px;  z-index:-1;  display:inline-block; width:332px; height:370px; background:#EEEEEE; }
.sb_ceo_con1 .sb_ceo-wrap:after {content:""; position:absolute; top:133px; right:-32px;z-index:-1; display:inline-block; width:344px; height:383px; background:#225BA9;}

.sb_ceo_txt_wrap {display:inline-block; padding-left:130px; color:#000; vertical-align:top; }
.sb_ceo_tit {font-size:33px; font-weight:bold;}
.sb_ceo_tit .hightlight {font-size:48px; color:#366FD6;}
.sb_main_txt {margin-top:30px; padding:20px 0; font-size:25px; color:#000; border-style:double; line-height:31px; border-color:#BCBCBC; border-width:1px 0 1px 0;}
.sb_body_txt {margin-top:24px; line-height:25px;}
.sb_body_txt span {text-shadow:0.5px 0;}
.sb_sign_wrap {float:right; padding-top:40px;}
.sb_sign_wrap span {display:inline-block; padding-right:16px;}
.sb_ceo_con2{
	width:860px;height:420px;
	margin:95px auto auto auto;
	text-align:center;
	color:#222;
	font-family:'Noto Sans KR', sans-serif;
}
.sb_ceo_con2>h4{
	font-size:28px;
	font-weight:400;
}
.sb_ceo_con2>p{
	font-family:'Noto Sans KR', sans-serif;
	font-size:16px;
	padding-top:20px;
	font-weight:300;
}
.sb_ceo_con2>ul{
	width:100%;
	margin-top:35px;
}
.sb_ceo_con2>ul>li{
	position:relative;
	width:200px;
	float:left;
	border:3px solid #ccc;
	box-sizing:border-box;
	margin-right:20px;
}
.sb_ceo_con2>ul>li:last-child{
	margin-right:0;
}
.sb_ceo_con2>ul>li>span{
	position:absolute;top:-30px;left:50%;
	font:bold 28px 'Eoe_Zno_M';
	color:#225ba9;
	background-color: #fff;
	padding:10px;
	margin-left:-23px;
}
.sb_ceo_con2>ul>li>img{
	display:block;
	width:100%;height:80px;
	margin:45px auto 25px auto;
}
.sb_ceo_con2>ul>li>p{
	padding-bottom:25px;
	font-size:18px;
	text-align:center;
}

/*--------------------인증/수상내역, 고객사 페이지 스타일-----------------------*/
/*인증 및 수상내역 페이지*/
.sb_price_wrap>p{
	margin-bottom:25px;
}
.sb_price_btn{
	width:100%;
	margin:auto;
}
.sb_price_list1{
	width:100%;
}
.sb_price_list>ul{
	width:100%;
	max-width:1200px;
	margin:auto;
	overflow:hidden;
}
.sb_price_list>ul>li{
	width:24.2%;
	float:left;
	margin-right:1%;
	margin-top:20px;
}
.sb_price_list>ul>li:nth-child(4n){
	margin-right:0;
}
.sb_price_list1>ul>li:last-child{
	width:100%;
	margin-top:20px;
}
.sb_price_list>ul>li>img{
	display:block;
	width:100%;
}
.sb_price_list5>ul{margin-bottom:70px;}
.sb_price_list5>ul>li:last-child{
	margin-top:20px;
}

/*인증/수상내역, 고객사 페이지 버튼 스타일*/
.sb_btn_style>ul{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.sb_btn_style>ul>li{
    width: 130px;
    height: 45px;
    margin: 5px;
    background-color: #eee;
    text-align: center;
}
.sb_btn_style>ul>li:last-child{margin-right:0;}
.sb_btn_style>ul>li>a{
	display:block;
	width:100%;
	font:14px/45px 'Noto Sans KR', sans-serif;
	color:#222;
}
.sb_btn_style>ul>li>a:hover{
	background-color:#225ba9;
	color:#fff;
}

/*고객사, 인증 및 수상 제목 스타일*/
.sb_list_h4{
	clear:both;
	padding-top:50px;
	font:24px 'Noto Sans KR', sans-serif;
	color:#222;
}
.sb_list_h4:before{
	display:inline-block;
	width:3px;height:18px;
	margin-right:10px;
	background-color:#225ba9;
	content:'';
}
.sb_list_h4:after{
	display:inline-block;
	width:100%;height:1px;
	margin-bottom:20px;
	background-color:#ccc;
	content:'';
}

/*오시는 길 페이지*/
.sb_road_wrap>h3{
	margin-bottom:60px;
}
.sb_road_wrap>iframe{
	width:100%;height:500px;
	margin:auto;
	margin-bottom:45px;
}
.sb_road_wrap>table{
	width:100%;
	margin-bottom:70px;
	border-top:2px solid #555;
	border-bottom:1px solid #ccc;
	box-sizing:border-box;
	border-collapse: collapse;
	font-family:'Noto Sans KR', sans-serif;
}
.sb_road_wrap>table>tbody>tr{height:70px;}
.sb_road_wrap>table>tbody>tr>th{
	background-color:#f3f3f3;
	color:#222;
	font-weight:500;
	font-size:16px;
}
.sb_road_wrap>table>tbody>tr>td{
	padding-left:30px;
	color:#444;
	font-size:14px;
}
.sb_road_wrap>table>tbody>tr>td,
.sb_road_wrap>table>tbody>tr>th{
	border-bottom:1px solid #ccc;
	box-sizing:border-box;
	vertical-align: middle;
}
.p_transportation {padding:20px 20px 10px 20px}
.p_transportation_text {color: #3a6db1;display: flex;align-items:center; padding-right: 10px;    margin-top: 5px;}
.p_transportation_text .bus-icon {display: inline-block; padding-right:8px;}

/*----------------------솔루션 하위메뉴 페이지 시작------------------*/
/*mainvisual*/
.sb_sbux_con2{
	background:url(../images/sbux_img1.jpg) no-repeat;
}
.sb_sbchart_con2{
	background:url(../images/sbchart_img1.jpg) no-repeat;
}
.sb_sbgrid_con2{
	background:url(../images/sbgrid_img1.jpg) no-repeat;
}
.sb_sbux_con4{
	background:url(../images/sbux_img2.jpg) no-repeat;
}
.sb_sbchart_con3{
	background:url(../images/sbchart_img2.jpg) no-repeat;
}
.sb_sbgrid_con4{
	background:url(../images/sbux_img2.jpg) no-repeat;
}

/*공통 스타일*/
.sb_solution_con>h4{
	font-size:28px;
	font-weight:500;
	color:#222;
	text-align:center;
}
.sb_solution_con>h4>span{
	font-style:italic;
	font-size:40px;
	font-weight:100;
	margin-right:15px;
}
.sb_solution_con>p{
	font-size:14px;
	font-weight:400;
	color:#666;
	text-align:center;
	margin-top:15px;
}
.sb_solution_style1{
	width:100%;
	max-width:1200px;
	margin:auto;
	padding-bottom:70px;
	border-top:1px solid #ccc;
	box-sizing:border-box;
}
.sb_solution_style1 .content-box{
	display: flex;
	padding-left: 100px;
}
.sb_solution_style1 .content-box .ul-box{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 30px;
}
.sb_solution_style1 .content-box ul{
	display: flex;
	justify-content: center;
	gap: 30px;

}
.sb_solution_style1 .content-box ul li{
	border-radius: 15px;
    display: flex ;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	width: 140px;
	height: 140px;
	border-radius: 15px;
	box-shadow: 2px 4px 4px rgba(136, 107, 107, 0.1);
}
.sb_solution_style1 .content-box ul li img{
	width: 60px;
	height: 60px;
}
.sb_solution_style1 .content-box ul li span{
	font-size: 14px;
	text-align: center;
	margin-top: 12px;
}
.sb_solution_style1 .content-box span, ul{
	width: 100%;
}
.sb_solution_style1 .content-box span img{
	width: 500px;
	object-fit: contain;
}
.sb_solution_style1>h4{
	margin-top:50px;
}
.sb_solution_style1>ul{
	width:39.583333333%;
	float:left;
	overflow:hidden;
	margin:80px 0 0 130px;
}
.sb_solution_style1>ul>li{
	width:33.3%;height:158px;
	float:left;
	overflow:hidden;
	box-sizing:border-box;
	text-align:center;
	color:#222;
	font-size:14px;
}
.sb_solution_style1>ul>li:first-child,
.sb_solution_style1>ul>li:nth-child(2),
.sb_solution_style1>ul>li:nth-child(3){
	border-bottom:1px solid #ccc;
}
.sb_solution_style1>ul>li:nth-child(1),
.sb_solution_style1>ul>li:nth-child(2),
.sb_solution_style1>ul>li:nth-child(4),
.sb_solution_style1>ul>li:nth-child(5){
	border-right:1px solid #ccc;
}
.sb_solution_style1>ul>li>img{
	display:block;
	width:100%;height:40px;
	margin:45px auto 20px auto;
}
.sb_solution_style1>span{
	display:block;
	float:right;
	overflow:hidden;
	margin:50px 50px 70px 0;
}
.sb_solution_style1>span.long{
	width: 100%;
	margin: 80px 0;
}
.sb_solution_style1>span>img{
	display:block;
	width:100%;
	object-fit: contain;
}

.sb_solution_style2{
	width:100%;
	clear:both;
	background-size:cover;
}
.sb_solution_style2>h4{
	padding-top:60px;
	color:#fff;
	font-weight:400;
}
.sb_solution_style2>h4>span{
	color:#fff;
	padding-right:10px;
	font-style:italic;
}
.sb_solution_style2>p{
	color:#ddd;
	margin-top:15px;
}
.sb_solution_style2>ul{
	width:100%;
}
.sb_solution_style2>ul>li:last-child{margin-right:0;}
.sb_solution_style2>ul>li>img{
	display:block;
	width:100%;height:60px;
	margin:45px auto 15px auto;
}
.sb_solution_style2>ul>li>p{
	width:90%;
	margin:auto;
	margin-bottom:10px;
	color:#fff;
	font-weight:500;
	font-size:18px;
}
.sb_solution2_num{
	position:absolute;top:-20px;left:50%;
	margin-left:-14px;
	font:bold 28px 'Noto Sans KR', sans-serif;
	color:#cbdc48;
}
.sb_solution2_text{
	display:block;
	width:87%;
	margin:auto;
	color:#f8f8f8;
	font:14px/20px 'Noto Sans KR', sans-serif;
	font-weight:300;
}

.sb_solution_style3{
	width:100%;height:500px;
	background-color:#fff;
}
.sb_solution_style3>h4{
	padding-top:55px;
}
.sb_solution_style3>h4>span{
	padding-right:10px;
}
.sb_solution_style3_wrap{
	position:relative;
	width:100%;height:429px;
	max-width:1200px;
	margin:auto;
}
.sb_arrow_left{
	position:absolute;top:160px;left:0;z-index:9999;
}
.sb_arrow_right{
	position:absolute;top:160px;right:0;z-index:9999;
}
.sb_solution_style3_nav{
	position:absolute;bottom:65px;left:50%;
	width:auto;height:10px;
	margin-left:-50px;
	overflow:hidden;
}
.sb_solution_style3_nav>li{
	float:left;
	width:10px;height:10px;
	margin-right:20px;
	border-radius:50%;
	background-color:#ccc;
	text-indent:-9999px;
}
.sb_solution_style3_nav>li>a{
	display:block;
	width:10px;height:10px;
}
.sb_solution_style3_nav>li>a:hover{
	background-color:#777;
	border-radius:50%;
}
.sb_solution_style3_nav>li.active>a{background-color:#777;border-radius:50%;}
.sb_solution_style3_nav>li>a.nav_bg{
	background-color:#777;
}
.sb_solution_style3_nav>li:last-child{
	margin-right:0;
}
.sb_solution3_cont {user-select: none;}
.sb_solution3_wrap{
	width:auto;
	height:100%;
	position:relative;
}
.sb_solution3_cont{
	position:absolute;top:0;
	width:100%;
	max-width:1200px;
	height:100%;
	float:left;
}
.sb_solution3_inner{
	position:relative;
	width:100%;
	max-width:1060px;
	height:100%;
	margin:auto;
}
.sb_solution3_inner_left{
	position:absolute;top:45px;left:10px;
	width:500px;
	padding-left:20px;
	box-sizing:border-box;
}
.sb_solution3_inner_left>img{
	display:block;
	width:100%;
}
.sb_solution3_inner_right{
	position:absolute;top:105px;right:10px;
	width:400px;
	padding-right:20px;
	box-sizing:border-box;
}
.sb_solution3_inner_right>p{
	margin-bottom:15px;
	font-size:24px;
	font-weight:400;
}
.sb_solution3_inner_right>span{
	font-size:14px;
	font-weight:300;
	line-height:20px;
}
.sb_solution3_inner_right .sbgsheet-btn{
	display:block;
	width:110px;
	height:35px;
	margin-top:10px;
	background:#3dbdd2;
	border-radius:5px;
	color:#fff;
	font-size:14px;
	line-height:32px;
	text-align:center;
}
.sb_solution3_inner_right .sbgsheet-btn:hover{
	background:#34aabe;
}


.sb_solution3_inner2,
.sb_solution3_inner3,
.sb_solution3_inner4,
.sb_solution3_inner5{
	display:none;
}

.sb_solution_style4{
	display:table;
	width:100%;height:500px;
	background-size:cover;
}
.sb_solution_style4.sbwrapdoc{
	width:100%;height:340px;
}
.sb_solution_style4_inner{
	display:table-cell;
	vertical-align:middle;
}
.sb_solution_style4_inner>h4>img {
	filter: drop-shadow(2px 2px 0px #082f4c);
}
.sb_solution_style4_inner>h4{
	display: flex ;
	justify-content: center;
	width:200px;height:50px;
	margin:auto;
	color:#fff;
	margin-top: 20px;
}
.sb_solution_style4_inner>p{
	color:#fff;
	text-align:center;
	font-weight:300;
	font-size:18px;
	margin-top:30px;
}
.sb_solution_style4_btn{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sb_solution_style4_btn>a{
	width: 240px;
    margin: 30px 0;
    height: 50px;
	display:block;
	border:1px solid #fff;
	box-sizing:border-box;
	color:#fff;
	text-align:center;
	font-size:16px;
	line-height:45px;
	background:rgba(0, 0, 0, 0.0);
	cursor:pointer;
}
.sb_solution_style4_btn>a:first-child{margin-right:20px;}
.sb_solution_style4_btn>a:hover{
	background:rgba(0, 0, 0, 0.5);
}

/*Chart 버튼 스타일*/
.sb_solution_style4_inner>a:hover{
	background:rgba(0, 0, 0, 0.5);
}
.sb_solution_style4_inner>a{
	display:block;
	width:200px;height:45px;
	margin:25px auto;
	border:1px solid #fff;
	box-sizing:border-box;
	color:#fff;
	text-align:center;
	font-size:16px;
	line-height:43px;
	background:rgba(0, 0, 0, 0.0);
	cursor:pointer;
}

/*sbux 페이지*/
.sb_sbux_con1>h4>span,
.sb_sbux_con3>h4>span{
	color:#00579d;
}
.sb_sbux_con2{height:600px;}
.sb_sbux_con2>ul{
	width:100%;
	max-width:1200px;
	margin:50px auto auto auto;
	overflow:visible;
}
.sb_sbux_con2>ul>li{
	position:relative;
	width:23.5%;height:290px;
	float:left;
	margin-right:2%;
	border:2px solid #fff;
	box-sizing:border-box;
	text-align:center;
}

/*sbgrid 페이지*/
.sb_sbgrid_con2{height:650px;}
.sb_sbgrid_con1>h4>span,
.sb_sbgrid_con3>h4>span{
	color:#3dbdd2;
}
.sb_sbgrid_con2>ul{
	width:100%;
	max-width:1200px;
	margin:50px auto auto auto;
	overflow:visible;
}
.sb_sbgrid_con2>ul>li{
	position:relative;
	width:32%;height:350px;
	float:left;
	margin-right:2%;
	border:2px solid #fff;
	box-sizing:border-box;
	text-align:center;
}
.sb_sbgrid_con2>ul>li>.sb_solution2_text{
	line-height:24px;
}
.sb_sbgrid_con2>ul>li>img{
	margin:53px auto 20px auto;
}

/*sbchart 페이지*/
.sb_sbchart_con1>h4>span{
	color:#3f7abe;
}
.sb_sbchart_con2{height:520px;}
.sb_sbchart_con2>ul{
	display: flex;
	align-items: center;
    justify-content: center;
	width:887px;
	margin:58px auto auto auto;
}
.sb_sbchart_con2>ul.long{
	width: 1100px;
}
.sb_sbchart_con2>ul>li{
	position:relative;
	width:265px;height:230px;
	float:left;
	margin-right:46px;
	border:2px solid #fff;
	box-sizing:border-box;
	text-align:center;
}


/*고객사 페이지*/
.sb_customer_wrap>p{
	margin-bottom:25px;
}
.sb_customer_btn{
	width:420px;
	margin:auto;
}
.sb_customer_list{
	width:100%;
	margin:auto;
}
.sb_customer_list>ul{
	width:100%;
	margin:auto;
	overflow:hidden;
}
.sb_customer_list>ul>li{
	width:187px;height:80px;
	float:left;
	margin-right:15px;
	margin-top:15px;
}
.sb_customer_list>ul>li:nth-child(6n){
	margin-right:0;
}
.sb_customer_list3{margin-bottom:70px;}

/*----------------------온라인문의 페이지 시작------------------*/
/*온라인 문의 페이지*/
.sb_call_wrap{
	width:100%;height:130px;
	max-width:1200px;
	margin:70px auto;
	background-color:#eee;
}
.sb_call_wrap>ul{
	width:100%;
}
.sb_call_wrap>ul>li{
	float:left;
	width:25%;
}
.sb_call_1>img{
	display:block;
	width:64px;height:72px;
	float:left;
	overflow:hidden;
	margin:30px 0 0 20px;
}
.sb_call_1>h4{
	float:left;
	margin:35px 0 0 20px;
	font:24px/28px 'Noto Sans KR', sans-serif;
	color:#222;
}
.sb_call_1>h4>span{
	font-size:18px;
	color:#225ba9;
}
.sb_call_wrap>ul>li>dl{
	width:100%;
	float:left;
	margin-top:30px;
	border-left:1px solid #ccc;
	box-sizing:border-box;
}
.sb_call_wrap>ul>li>dl>dt{
	padding-left:20px;
	margin-bottom:5px;
	font-size:16px;
	color:#225ba9;
	font-weight:500;
}
.sb_call_wrap>ul>li>dl>dd{
	padding-left:20px;
	font-size:13px;
	color:#333;
	font-weight:300;
}
.sb_call_wrap>ul>li>dl>dd>span{
	font-size:12px;
	color:#777;
}

/*문의하기 버튼*/
.sb_online_wrap>button{
	display:block;
	width:150px;height:50px;
	border:0;
	cursor:pointer;
	font-size:16px;
	color:#fff;
	background-color: #225ba9;
	margin:30px auto auto auto;
}
.sb_online_wrap>button:hover{
	background-color: #1b539f;
}

/*----------------------고객센터 하위메뉴 페이지 시작------------------*/
/*인재채용 페이지*/
.recruit-wrap{
	width:100%;
}
.recruit-wrap > h3{
	margin-top:60px;
	color:#222;
	font-size:32px;
	font-weight:500;
	text-align:center;
}
.recruit-wrap > p{
	margin-top:20px;
    color: #444;
	font-size:16px;
    font-weight: 300;
    text-align: center;
	line-height:22px;
}
.recruit-info-wrap{
	position:relative;
	width:100%;
	max-width:1080px;
	min-height:700px;
	margin:80px auto;
	background:url(./../images/recruit-logo.png) no-repeat 50% 0 #fff;
}
.recruit-info-wrap .info-box{
	position:absolute;
	width:50%;
	max-width:360px;
}
.recruit-info-wrap .info-box.rnd-info{
	top:0;
	left:100px;
}
.recruit-info-wrap .info-box.rnd-info h4{
	color:#4267C5;
}
.recruit-info-wrap .info-box.rnd-info img{
	position:absolute;
	top:200px;
	left:0;
}
.recruit-info-wrap .info-box.cs-info{
	top:0;
	right:100px;
}
.recruit-info-wrap .info-box.cs-info h4{
	color:#FFB420;
}
.recruit-info-wrap .info-box.cs-info img{
	position:absolute;
	top:200px;
	right:0;
}
.recruit-info-wrap .info-box.uiux-info{
	bottom:0;
	left:50%;
	margin-left:-100px;
}
.recruit-info-wrap .info-box.uiux-info h4{
	color:#F08ABD;
}
.recruit-info-wrap .info-box.uiux-info img{
	position:absolute;
	top:0;
	left:-180px;
}
.recruit-info-wrap .info-box h4{
	margin-bottom:8px;
	font-size:20px;
	font-weight:500;
}
.recruit-info-wrap .info-box span{
	display:block;
	margin-bottom:10px;
	color:#333;
	font-size:15px;
	font-weight:400;
	line-height:20px;
}
.recruit-info-wrap .info-box p{
	font-size:14px;
	font-weight:300;
	color:#777;
	line-height:18px;
}
.recruit-info-wrap .info-box img{
	display:block;
}
.recruit-banner-wrap{
	width:100%;
	padding:50px 0;
	background:#F8F9FA;
}
.recruit-banner-wrap .recruit-banner-inner{
	display:flex;
	align-items: center;
	justify-content: space-between;
	max-width:1080px;
	margin:0 auto;
}
.recruit-banner-wrap .recruit-check .recruit-check-list:last-child{
	margin-top:40px;
}
.recruit-banner-wrap .recruit-check .recruit-check-list h4{
	font-size:20px;
	font-weight:500;
	margin-bottom:8px;
	color:#333;
}
.recruit-banner-wrap .recruit-check .recruit-check-list h4 i{
	margin-right:8px;
	font-size:20px;
	color:#FFCC00;
}
.recruit-banner-wrap .recruit-check .recruit-check-list ul li{
	margin-left: 30px;
	font-size:14px;
	color:#555;
	line-height:22px;
}
.recruit-list-wrap{
	width:100%;
	max-width:1080px;
	margin:80px auto;
}
.recruit-list-wrap > h4{
	margin-bottom:55px;
	font-size:22px;
	font-weight:500;
}
.recruit-list-wrap .recruit-list{
	display:flex;
	justify-content: space-between;
}
.recruit-list-wrap .recruit-list .list-box{
	position:relative;
	display:flex;
	flex-direction: column;
	align-items: center;
}
.recruit-list-wrap .recruit-list .list-box::after{
	position:absolute;
	top:37%;
	right:-50px;
	display:block;
	width:14px;
	height:24px;
	background:url(./../images/recruit-list-arrow.png) no-repeat;
	content:'';
}
.recruit-list-wrap .recruit-list .list-box:last-child::after{
	display:none;
}
.recruit-list-wrap .recruit-list .list-box img{
	display:block;
	width:200px;
	height:200px;
	margin-bottom:15px;
	border-radius:50%;
}
.recruit-list-wrap .recruit-list .list-box span{
	display:block;
	font-size:14px;
	font-weight:300;
	color:#555;
}
.recruit-list-wrap .recruit-list .list-box strong{
	display:block;
	font-size:18px;
	line-height:28px;
}
.recruit-list-wrap .recruit-pre{
	width:100%;
	margin-top:50px;
}
.recruit-list-wrap .recruit-pre ul li{
	position:relative;
	padding-left:10px;
	font-size:15px;
	line-height:30px;
	color:#333;
}
.recruit-list-wrap .recruit-pre ul li strong{
	background:#FFCC00;
	padding:3px;
}
.recruit-list-wrap .recruit-pre ul li span{
	color:#777;
	font-size:12px;
}
.recruit-list-wrap .recruit-pre ul li::before{
	position:absolute;
	top:13px;
	left:0;
	display:block;
	width:5px;
	height:5px;
	background:#1C7ED6;
	border-radius: 50%;
	content:'';
}

/*개인정보 처리방침*/
.personal-wrap{
	width: 100%;
    max-width: 1200px;
    margin: auto;
	padding-bottom:60px;
    color: #555;
    font-size: 14px;
    line-height: 18px;
}
.personal-wrap > h3{
	margin-top: 60px;
    color: #222;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
}
.personal-wrap > div{
	margin-top:30px;
}
.personal-wrap .info-box{
	padding: 20px;
    background: #f8f8f8;
    line-height: 22px;
    box-sizing: border-box;
}
.personal-wrap .part-box{
	margin-top:50px;
}
.personal-wrap .part-box h4{
	color:#333;
	font-size: 18px;
    font-weight: 500;
}
.personal-wrap .part-box p{
	margin:20px 0;
}
.personal-wrap .part-box .part-list{
	padding-left:10px;
}
.personal-wrap .part-box .part-list strong{
	display:block;
	margin-bottom:5px;
	color:#333;
	font-size:15px;
	font-weight:500;
}
.personal-wrap .part-box .part-list p{
	margin:8px 0;
	padding-left:10px;
	color:#666;
	font-size:13px;
}
.personal-wrap .part-box table{
	width:100%;
	margin-top:20px;
	border:1px solid #ddd;
	border-top:1px solid #333;
	font-size:13px;
	text-align:center;
	box-sizing: border-box;
}
.personal-wrap .part-box table tr{
	height:36px;
	border-bottom:1px solid #ddd;
	box-sizing: border-box;
}
.personal-wrap .part-box table tr th{
	border:1px solid #ddd;
	background: #f8f8f8;
	font-weight:500;
	vertical-align: middle;
}
.personal-wrap .part-box table tr td{
	padding: 5px;
	border:1px solid #ddd;
	box-sizing: border-box;
	vertical-align: middle;
}
.personal-wrap .part-box ul{
	padding-left:10px;
	margin-top:20px;
}
.personal-wrap .part-box ul li{
	margin:5px 0;
}
.personal-wrap .part-box .inner-box p{
	margin:8px 0;
	padding-left:10px;
	color:#666;
	font-size:13px;
}

/* 스마트 헬스케어 */
.sb_smartHealthcare_wrap {display: flex ; flex-direction: column; align-items: center; padding: 120px 20px 160px 20px; }
.sb_smartHealthcare_wrap .sh_textbox .tit{display: flex ; align-items: center; justify-content: center;font-size: 36px; font-weight: 700;}
.sb_smartHealthcare_wrap .sh_textbox .sub{display: flex ; align-items: center; justify-content: center;font-size: 20px; font-weight: 400;margin-top: 20px; margin-bottom: 75px;}
.sb_smartHealthcare_wrap .sh_bentobox {align-items: center; justify-content: center; display: flex; flex-direction: column; gap: 30px; max-width: 1200px; width: 100%; text-align: center;}
.sb_smartHealthcare_wrap .sh_bentobox .row {width: 100%;}
.sb_smartHealthcare_wrap .sh_bentobox .row .box{position: relative; border-radius: 25px; overflow: hidden; display: flex ; justify-content: flex-start; align-items: flex-end; padding: 30px; box-sizing: border-box;}
.sb_smartHealthcare_wrap .sh_bentobox .row .box.smart{width: 100%; height: 420px; background: url(/resources/images/smartHealthcare-solution.png) no-repeat; transition: all 0.25s ease-in-out;}
.sb_smartHealthcare_wrap .sh_bentobox .row .box.smart:hover {scale: 1.02; transition: all 0.25s ease-in-out;}
.sb_smartHealthcare_wrap .sh_bentobox .row .box.smart .in-textbox{margin-left: 10px; margin-bottom: 10px;}
.sb_smartHealthcare_wrap .sh_bentobox .row .box.khc{width: 100%; height: 420px; background: url(/resources/images/smartHealthcare-khc.png) #ffdf34 no-repeat; transition: all 0.25s ease-in-out;}
.sb_smartHealthcare_wrap .sh_bentobox .row .box.khc:hover{scale: 1.02; transition: all 0.25s ease-in-out;}
.sb_smartHealthcare_wrap .sh_bentobox .row .box.potal{ width: 100%; height: 420px; background: url(/resources/images/smartHealthcare-potal.png) #000000 no-repeat;transition: all 0.25s ease-in-out;}
.sb_smartHealthcare_wrap .sh_bentobox .row .box.potal:hover{scale: 1.02; transition: all 0.25s ease-in-out;}
.sb_smartHealthcare_wrap .sh_bentobox .row .box .in-textbox{display: flex; flex-direction: column;    align-items: flex-start; text-align: left;}
.sb_smartHealthcare_wrap .sh_bentobox .row .box .in-textbox .tit{font-size: 24px; font-weight: 700; color: #ffffff;}
.sb_smartHealthcare_wrap .sh_bentobox .row .box .in-textbox .sub{font-size: 14px; font-weight: 400; color: #ffffff; margin-top: 8px; line-height: 20px;}
.sb_smartHealthcare_wrap .sh_bentobox .row.bottom {display: flex; gap: 30px;}

.sb_works_wrap {width: 100%; min-height: 600px; background: url(/resources/images/smartHealthcare-swiper.jpg) no-repeat; background-size: cover; padding: 150px 0 135px 0;}
.sb_works_wrap .sh_textbox .tit{display: flex ; align-items: center; justify-content: center;font-size: 36px; font-weight: 700; color: #ffffff;}
.sb_works_wrap .sh_textbox .sub{display: flex ; align-items: center; justify-content: center;font-size: 20px; font-weight: 400; margin-top: 20px; margin-bottom: 80px; color: #ffffff;}
.sb_works_wrap .sh_swiper_box {width: 100%; height: 420px;}
.sb_works_wrap .sh_swiper_box .mySwiper {width: 100%; height: 100%; padding-bottom: 30px;}
.sb_works_wrap .sh_swiper_box .mySwiper::-webkit-scrollbar {width: 8px; height: 8px;}
.sb_works_wrap .sh_swiper_box .mySwiper::-webkit-scrollbar-track {background: rgba(255, 255, 255, 0.5);}
.sb_works_wrap .sh_swiper_box .mySwiper::-webkit-scrollbar-thumb {background-color: #ffffff; border-radius: 4px; border: 2px solid transparent; background-clip: content-box;}
.sb_works_wrap .sh_swiper_box .mySwiper .swiper-wrapper{display: flex;}
.sb_works_wrap .sh_swiper_box .mySwiper .swiper-wrapper .slide-whiteBox{height: fit-content; display: flex; flex-direction: column; align-items: flex-start; backdrop-filter: blur(4px); background: rgba(255, 255, 255, 0.25);border-radius: 10px;overflow: hidden; padding: 20px; box-sizing: border-box;}
.sb_works_wrap .sh_swiper_box .mySwiper .swiper-wrapper .slide-whiteBox .slide-company-name{font-size: 16px; font-weight: 400; color: #ffffff; margin-bottom: 8px;}
.sb_works_wrap .sh_swiper_box .mySwiper .swiper-wrapper .slide-whiteBox .slide-project-name{font-size: 24px; font-weight: 500; color: #ffffff; margin-bottom: 25px;}
.sb_works_wrap .sh_swiper_box .mySwiper .swiper-wrapper .slide-whiteBox .slide-project-imgBox.potal{width: 100%; height: 260px;border-radius: 10px; overflow: hidden;background: url(/resources/images/project-potal.jpg) no-repeat;      background-size: cover; background-position: center;}
.sb_works_wrap .sh_swiper_box .mySwiper .swiper-wrapper .slide-whiteBox .slide-project-imgBox.rfid{width: 100%; height: 260px;border-radius: 10px; overflow: hidden;background: url(/resources/images/project-rfid.jpg) no-repeat; background-size: cover; background-position: center;}
.sb_works_wrap .sh_swiper_box .mySwiper .swiper-wrapper .slide-whiteBox .slide-project-imgBox.khc{width: 100%; height: 260px;border-radius: 10px; overflow: hidden;background: url(/resources/images/project-khc.jpg) no-repeat; background-size: cover; background-position: center;}
.sb_works_wrap .sh_swiper_box .mySwiper .swiper-wrapper .slide-whiteBox .slide-project-imgBox.heycorn{width: 100%; height: 260px;border-radius: 10px; overflow: hidden;background: url(/resources/images/project-heycorn.png) no-repeat; background-size: cover; background-position: center;}
.sb_works_wrap .sh_swiper_box .mySwiper .swiper-wrapper .slide-whiteBox .slide-project-imgBox.togather{width: 100%; height: 260px;border-radius: 10px; overflow: hidden;background: url(/resources/images/project-togather.png) no-repeat; background-size: cover; background-position: center;}
.sb_works_wrap .sh_swiper_box .mySwiper .swiper-wrapper .slide-whiteBox .slide-project-imgBox.mfds{width: 100%; height: 260px;border-radius: 10px; overflow: hidden;background: url(/resources/images/project-mfds.jpg) no-repeat; background-size: cover; background-position: center;}

.sb_businessPartners_wrap {display: flex; flex-direction: column; align-items: center; padding: 120px 20px 150px 20px;}
.sb_businessPartners_wrap .sh_textbox .tit{display: flex ; align-items: center; justify-content: center;font-size: 36px; font-weight: 700; color: #000000;margin-bottom: 100px;}
.sb_businessPartners_wrap .sh_partnersBox {width: 100%; max-width: 1000px; display: flex; flex-wrap: wrap; gap: 30px; }
.sb_businessPartners_wrap .sh_partnersBox .sh_bgBox{display: flex; align-items: center; justify-content: center; gap: 10px; height: 160px; box-shadow: 3px 3px 10px rgba(0,0,0,0.1); border-radius: 25px; width: calc(50% - 15px); background-color: #ffffff; font-size: 20px; }

@media all and (max-width:1196px){
    .sb-cc-left,.sb-cc-right,.sb-cc-bott {display:block !important; width:100% !important;}
	.sb-cc-long {overflow:hidden;display:flex !important; align-items:center; width:100% !important; height:auto !important; border-radius:10px !important;}
	.sb-cc-long h4{display:inline-block !important; width:50% !important; box-sizing:border-box;text-align:center;}
	.sb-cc-long p{display:inline-block !important; width:50% !important; text-align:center; padding-left:10px; box-sizing:border-box;border-left:1px dotted #999; }
	.sb-cc-long img {display:none;}
	
	.sb-cc-time {overflow:hidden;display:flex !important; align-items:center; width:100% !important; height:auto !important; border-radius:10px !important;}
	.sb-cc-time h4, .sb-cc-time p {float:left; display:inline-block !important; width:50% !important;  box-sizing:border-box;text-align:center;}
	.sb-cc-time p {border-left:1px dotted #999; box-sizing:border-box;}
	.sb-cc-time img {display:none;}
	.sb-cc-beer {overflow:hidden;display:flex !important; align-items:center; width:100% !important; height:auto !important; border-radius:10px !important;}
	.sb-cc-beer h4, .sb-cc-beer p {float:left; display:inline-block !important; width:50% !important;  box-sizing:border-box;text-align:center;}
	.sb-cc-beer img {display:none;}
	.sb-cc-beer p {border-left:1px dotted #a99d27; box-sizing:border-box;}
    
    
	.sb-cc-three {overflow:hidden;display:flex !important; align-items:center; width:100% !important; height:auto !important; border-radius:10px !important;}
	.sb-cc-three h4, .sb-cc-beer p {float:left; display:inline-block !important; width:50% !important;  box-sizing:border-box;text-align:center;}
	.sb-cc-three img {display:none;}
	.sb-cc-three p { margin: 0 auto;width: 50%;text-align: center;border-left:1px dotted #a99d27; box-sizing:border-box;}
	.sb-cc-cashgift {overflow:hidden;display:flex !important; align-items:center; width:100% !important; height:auto !important; border-radius:10px !important;}
	.sb-cc-cashgift h4, .sb-cc-beer p {float:left; display:inline-block !important; width:50% !important;  box-sizing:border-box;text-align:center;}
	.sb-cc-cashgift img {display:none;}
	.sb-cc-cashgift p {width:50%; text-align:center; border-left:1px dotted #a99d27; box-sizing:border-box;}
	.sb-cc-holi-wrap {overflow:hidden;align-items:center; width:100% !important; height:auto !important; border-radius:10px !important;}
	.sb-cc-holi {overflow:hidden;display:flex !important; align-items:center; width:100% !important; height:auto !important; border-radius:10px !important;}
	.sb-cc-holi h4, .sb-cc-holi p {float:left; display:inline-block !important; width:50% !important; box-sizing:border-box;text-align:center;}
	.sb-cc-holi img {display:none;}
	.sb-cc-holi p {border-left:1px dotted #999; box-sizing:border-box;}
	.sb-cc-birt {overflow:hidden;display:flex !important; align-items:center; width:100% !important; height:auto !important; border-radius:10px !important;}
	.sb-cc-birt h4, .sb-cc-birt p {float:left; display:inline-block !important; width:50% !important;  box-sizing:border-box;text-align:center;}
	.sb-cc-birt img {display:none;}
	.sb-cc-birt p {border-left:1px dotted #d18c32; box-sizing:border-box;}
	.sb-cc-fami {overflow:hidden;display:flex !important; align-items:center; width:100% !important; height:auto !important; border-radius:10px !important;}
	.sb-cc-fami h4, .sb-cc-fami p {float:left; display:inline-block !important; width:50% !important;  box-sizing:border-box;text-align:center;}
	.sb-cc-fami img {display:none;}
	.sb-cc-fami p {border-left:1px dotted #34a34a; box-sizing:border-box;}
	.sb-cc-exec {overflow:hidden;display:flex !important; align-items:center; width:100% !important; height:auto !important; border-radius:10px !important;}
	.sb-cc-exec h4, .sb-cc-exec p {float:left; display:inline-block !important; width:50% !important; box-sizing:border-box;text-align:center;}
	.sb-cc-exec img {display:none;}
	.sb-cc-exec p {border-left:1px dotted #999; box-sizing:border-box;}
	.sb-cc-snac {overflow:hidden;display:flex !important; align-items:center; width:100% !important; height:auto !important; border-radius:10px !important;}
	.sb-cc-snac h4, .sb-cc-snac p {float:left; display:inline-block !important; width:50% !important;  box-sizing:border-box;text-align:center;}
	.sb-cc-snac img {display:none;}
	.sb-cc-snac p {border-left:1px dotted #7194d1; box-sizing:border-box;}
	.sb-cc-baby {overflow:hidden;display:flex !important; align-items:center; width:100% !important; height:auto !important; border-radius:10px !important;}
	.sb-cc-baby h4, .sb-cc-baby p {float:left; display:inline-block !important; width:50% !important; box-sizing:border-box;text-align:center;}
	.sb-cc-baby img {display:none;}
	.sb-cc-baby p {border-left:1px dotted #999; box-sizing:border-box;}
	.sb-cc-apply {overflow:hidden;display:flex !important; align-items:center; width:100% !important; height:auto !important; border-radius:10px !important;}
	.sb-cc-apply h4, .sb-cc-baby p {float:left; display:inline-block !important; width:50% !important; box-sizing:border-box;text-align:center;}
	.sb-cc-apply img {display:none;}
	.sb-cc-apply p {border-left:1px dotted #db91ab; box-sizing:border-box;}
	
	.sb_customer_list>ul{
		width:100%;
		max-width:1200px;
		margin:auto;
	}
	.sb_customer_list>ul>li{
		width:15%;height:80px;
		float:left;
		margin:15px 15px auto auto;
	}
	.sb_customer_list>ul>li:nth-child(6n){
		margin-right:15px;
	}
	.sb_customer_list>ul>li>img{
		display:block;
		width:100%;height:80px;
	}

}
@media all and (max-width:1023px){
	header > .header-wrap .gnb{display:none;}
	header > .header-wrap .menu-icon{display:block;}
	header > .header-wrap > .logo{background: url(/resources/images/logo_768.png) no-repeat;}

	.menu-hover .menu-hover-wrap{width:100%;}
	.menu-hover .menu-hover-wrap .gnb{float:none;width:100%;padding:0;z-index:9999;}
	.menu-hover .menu-hover-wrap .gnb > li {position: relative;float: none;width: 100%;line-height: 45px;border-top: 1px solid #4f4f63;}
	.menu-hover:after {display: none;}
	.menu-hover .menu-hover-wrap .gnb > li > a{display:block;width:50%;margin:0 auto;padding:0;color:#fff;font-size:18px;line-height:45px;text-align:center;box-sizing:border-box;}
	.menu-hover .menu-hover-wrap .gnb > li > a > i{position:absolute;top:4px;right:10px;display:block;padding:10px;color:#fff;z-index:9999;}
	.menu-hover .menu-hover-wrap .gnb .sub-gnb{width:100%;display:none;}
	.menu-hover .menu-hover-wrap .gnb .sub-gnb > li{width:100%;line-height:40px;}
	.menu-hover .menu-hover-wrap .gnb .sub-gnb > li > a{display:block;width:100%;padding:0;color:#fff;font-size:15px;line-height:40px;text-align:center;}
	.menu-hover .menu-hover-wrap .gnb .sub-gnb > li > a:hover{color:#0088FF;}

 footer .footer-wrap .footer-info {
    flex-direction: column;
  }
  footer .footer-wrap .footer-info .sns,
  footer .footer-wrap .footer-info .family {
    margin-top: 16px;
  }
  footer .footer-wrap address {
    font-size: 16px;
  }
  footer .footer-wrap address span {
    display: block;
    margin-top: 5px;
    font-size: 16px;
  }
  footer .footer-wrap .copyright {
    font-size: 14px;
  }

}

@media screen and (max-width: 1200px) {
  footer .footer-wrap .footer-gnb {
    display: none;
  }
  footer .footer-wrap .footer-info {
    width: 100%;
    text-align: center;
  }
  footer .footer-wrap .footer-info .family {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  footer .footer-wrap .footer-info .family li {
    float: none;
  }
  footer .footer-wrap .footer-info .sns li {
    float: none;
    display: inline-block;
    width: auto;
  }
  
  	.personal-wrap{
		width:90%;
	}
}


@media all and (max-width:1000px)/*TABLET*/{

	
	
	.sb_sub_mainvisual{
		width:100%;height:250px;
	}
	.sb_sub_mainvisual>div{
		width:96.09375%;height:250px;
	}
	.sb_sub_mainvisual>div>h3{
		padding-top:135px;
		font:32px 'Noto Sans KR', sans-serif;
		font-weight:500;
	}
	.sb_sub_mainvisual>div>h3:before{
		position:absolute;top:125px;left:50%;
	}

	/*서브페이지 sb_sub_menu*/
	.sb_sub_menu{
		width:100%;height:50px;
	}
	.sb_sub_menu>ul{
		width:96.09375%;
	}
	.sb_sub_menu>ul>li>a{
		font:14px/50px 'Noto Sans KR', sans-serif;
	}
	.sb_sub_menu>ul>li>a:after{
		position:absolute;top:17px;right:0px;
	}
	.sb_sub_menu>ul>li>a>span{
		position:absolute;top:17px;left:0;
	}

	/*공통 스타일*/
	.sb_sub_contents{
		width:96.09375%;
	}
	.sb_sub_contents>h3{
		margin:50px 0;
		font:28px 'Noto Sans KR', sans-serif;
		font-weight:500;
	}
	.sb_sub_contents>p{
		display:none;
	}
	.sb_solution_contents>h3{
		font:28px 'Noto Sans KR', sans-serif;
		font-weight:500;
	}
	.sb_solution_contents > h3 > span.eGovFrame{
    	top: 6px;
	}
	.sb_solution_contents>p{
		margin:10px 0 50px 0;
		font:14px 'Noto Sans KR', sans-serif;
		font-weight:300;
	}
	.sb_solution_con>h4{
		font-size:22px;
		font-weight:500;
	}
	.sb_solution_con>h4>span{
		font-size:28px;
		font-weight:100;
	}
	.sb_solution_con>p{
		display:none;
	}

	/*----------------------회사소개 하위메뉴 페이지 시작------------------*/
	/*문화 페이지*/
	.sb_culture_wrap>ul{
		margin-bottom:60px;
	}
	.sb_culture_wrap>ul>li{
		width:33.3%;height:210px;
		font:16px 'Noto Sans KR', sans-serif;
	}
	.sb_culture_wrap>ul>li:last-child{
		display:none;
	}
	.sb_culture_wrap>ul>li:last-child span,.sb_culture_wrap>ul>li:last-child p{
		display:none;
	}
	.sb_culture_wrap>ul>li>img{
		width:100%;height:60px;
		margin:50px 0 20px 0;
	}
	.sb_culture_wrap>ul>li>span{
		font-size:16px;
		font-weight:500;
	}
	.sb_culture_wrap>ul>li>span:first-child{display:none;}
	.sb_culture_wrap>ul>li>p{
		font-weight: 600;
		padding: 30px 30px 0;
		text-shadow: 1px 1px #000;
		font-size: 27px;
		text-align:right;
		margin:50px 50px 10px 30px;
		font-weight:400;
	}
	
	/*연혁 페이지*/

	.sb_year_wrap{margin:auto;}
	.sb_year_wrap>ul:before{
		position:absolute;top:0;left:0;
	}
	.sb_year_left{
		position:static;
		width:98%;
		margin-left:0;
		margin-top:20px;
		margin-bottom:0 !important;
	}
	.sb_year_left>h4:before{
		position:absolute;left:-9px;
		margin:9px 0 0 0;
	}
	.sb_year_left>h4{margin-left:20px;}
	.sb_year_left>ul{margin-left:2%;}
	.sb_year_right{width:98%;margin-left:0;margin-bottom:0 !important;}
	.sb_year_right>ul{margin-left:2%;}
	.sb_year_list{
		width:100%;
		padding:8px 12px;
	}
	.sb_year_wrap>ul>li>img{display:none;}
	.sb_2019year{margin-top:20px;}

	/*ceo 페이지*/
	.sb_ceo_con1 {display:block; text-align:center;}
	.sb_ceo_con1 .sb_ceo-wrap {width:100%;}
	.sb_ceo_con1 .sb_ceo-wrap:before {display:none;}
	.sb_ceo_con1 .sb_ceo-wrap:after {display:none;}
	.sb_ceo-wrap img {width:100%;}
	.sb_ceo_txt_wrap {display:inline-block; padding-top:60px; width:100%; padding-left:0;}
	.sb_ceo_txt_wrap .sb_ceo_tit {text-align:center;}
	.sb_main_txt {text-align:center;}
	.sb_body_txt  {text-align:center;}
	.sb_sign_wrap {float:none; text-align:center;}
	
	.sb_ceo_con1{
		position:relative;
		width:100%;
		
		background:url(../images/ceo_tablet.jpg) no-repeat;
		background-size:100%;
		color:#fff;
		font-family:'Noto Sans KR', sans-serif;
	}

	.sb_ceo_con2{
		width:100%;height:400px;
		margin:95px auto auto auto;
		text-align:center;
		color:#222;
		font-family:'Noto Sans KR', sans-serif;
	}
	.sb_ceo_con2>h4{
		font-size:28px;
		font-weight:400;
	}
	.sb_ceo_con2>p{
		font-size:16px;
		font-weight:300;
		
	}
	.sb_ceo_con2>ul{
		width:100%;
		margin-top:35px;
	}
	.sb_ceo_con2>ul>li{
		width:24%;
		margin-right:1.3%;
	}
	.sb_ceo_con2>ul>li:last-child{
		margin-right:0;
	}
	.sb_ceo_con2>ul>li>span{
		position:absolute;top:-30px;left:50%;
		font:bold 28px 'Eoe_Zno_M';
		color:#225ba9;
		background-color: #fff;
		padding:10px;
		margin-left:-23px;
	}
	.sb_ceo_con2>ul>li>img{
		display:block;
		width:100%;height:70px;
		margin:45px auto 20px auto;
	}

	/*인증 및 수상내역*/
	.sb_price_list>ul>li {
	    width: 24.2%;
	    float: left;
	    margin-right: 1%;
	}
	/*인증 및 수상 고객사 제목 스타일*/
	.sb_list_h4{
		font:22px 'Noto Sans KR', sans-serif;
	}
	.sb_list_h4:before{
		width:3px;height:16px;
	}
	.sb_list_h4:after{
		margin-bottom:15px;
	}

	/*오시는 길 페이지*/
	.sb_road_wrap>h3{
		margin-bottom:50px;
	}
	.sb_road_wrap>iframe{
		width:100%;
	}
	.sb_road_wrap>table{
		width:100%;
		margin-bottom:60px;
	}
	.sb_road_wrap>table>tbody>tr{height:70px;}
	.sb_road_wrap>table>tbody>tr>th{
		width:20%;
	}
	.sb_road_wrap>table>tbody>tr>td{
		padding-left:20px;
	}

	/*SBUX,SBGRID,SBCHART 페이지*/
	.sb_solution_style1{
		width:96.09375%;
		margin:auto;
		padding-bottom:70px;
		border-top:1px solid #ccc;
		box-sizing:border-box;
	}
	.sb_solution_style1>span{
		display:block;
		width:300px;height:319px;
		float:inherit;
		overflow:hidden;
		margin:50px auto;
	}
	.sb_solution_style1>ul{
		width:475px;
		float:inherit;
		overflow:hidden;
		margin:auto;
	}
	.sb_solution_style1>ul>li{
		width:33.3%;height:158px;
	}
	.sb_solution_style1>ul>li>img{
		display:block;
		width:100%;height:40px;
		margin:45px auto 20px auto;
	}
	.sb_solution_style2{
		width:100%;height:364px;
	}
	.sb_solution_style2>h4>span{
		padding-right:0px;
	}
	.sb_solution_style2>ul>li>img{
		display:block;
		width:100%;height:50px;
		margin:40px auto 15px auto;
	}
	.sb_solution_style2>ul>li>p{
		margin-bottom:0px;
		color:#fff;
		font-weight:400;
		font-size:16px;
	}
	.sb_solution2_num{
		position:absolute;top:-20px;left:50%;
		margin-left:-12px;
		font:bold 24px 'Noto Sans KR', sans-serif;
	}
	.sb_solution2_text{
		display:none;
	}
	
	.sb_solution_style3{
		width:100%;height:470px;
	}
	.sb_solution_style3>h4{
		padding-top:50px;
	}
	.sb_solution_style3>h4>span{
		padding-right:5px;
	}
	.sb_solution_style3_wrap{
		position:relative;
		width:96.09375%;height:378px;
		margin:auto;
	}
	.sb_arrow_left{
		position:absolute;top:160px;left:0;z-index:9999;
	}
	.sb_arrow_right{
		position:absolute;top:160px;right:0;z-index:9999;
	}
	.sb_solution_style3_nav{
		position:absolute;bottom:30px;left:48%;
		width:auto;height:10px;
		margin-left:-50px;
	}
	.sb_solution_style3_nav>li{
		float:left;
		overflow:hidden;
		width:10px;height:10px;
		margin-right:20px;
		border-radius:50%;
		background-color:#ccc;
		text-indent:-9999px;
	}
	.sb_solution3_inner{
		position:relative;
		width:87.669376694%;
		margin:auto;
	}
	.sb_solution3_inner_left{
		position:absolute;top:40px;left:0;
		width:65%;
	}
	.sb_solution3_inner_right{
		position:absolute;top:150px;right:0;
		width:30%;
	}
	.sb_solution3_inner_right>p{
		margin-bottom:0px;
		font-size:20px;
		font-weight:400;
	}
	.sb_solution3_inner_right>span{
		display:none;
	}
	.sb_solution_style4{
		width:100%;height:400px;
	}
	.sb_solution_style4_inner>h4{
		width:170px;height:43px;
		margin:auto;
	}
	.sb_solution_style4_inner>p{
		display:block;
		font-weight:300;
		font-size:16px;
	}
	.sb_solution_style4_btn{
		width:380px;
		margin:auto;
	}
	.sb_solution_style4_btn>a{
		width:180px;height:40px;
		margin:25px auto;
		font-size:14px;
		line-height:38px;
	}

	/*Chart 버튼 스타일*/
	.sb_solution_style4_inner>a{
		width:180px;height:40px;
		margin:25px auto;
		font-size:14px;
		line-height:38px;
	}

	/*sbux 페이지*/
	.sb_sbux_con2>ul{
		width:96.09375%;height:160px;
		margin:50px auto auto auto;
	}
	.sb_sbux_con2>ul>li{
		position:relative;
		height:160px;
	}
	
	/*sbgrid 페이지*/
	.sb_sbgrid_con2{
		height:384px;
	}
	.sb_sbgrid_con2>ul{
		width:96.09375%;height:160px;
		margin:50px auto auto auto;
	}
	.sb_sbgrid_con2>ul>li{
		height:160px;
	}
	.sb_sbgrid_con2>ul>li>img{
		margin:40px auto 20px auto;
	}
	/*sbchart 페이지*/
	.sb_sbchart_con2>ul{
		width:73.712737127%;height:160px;
		margin:40px auto auto auto;
	}
	.sb_sbchart_con2>ul>li{
		width:31%;height:160px;
		margin-right:3.5%;
	}

	/*고객사 페이지*/
	.sb_customer_wrap{
		/*height:100%;*/
	}
	.sb_customer_wrap>p{
		margin-bottom:20px;
	}
	.sb_customer_btn{
		width:420px;
		margin:auto;
	}
	.sb_customer_list{
		width:100%;
		margin:auto;
	}
	.sb_customer_list>ul{
		width:100%;height:100%;
	}
	.sb_customer_list>ul>li{
		width:19.2%;height:80px;
		float:left;
		overflow:hidden;
		margin-right:1%;
		margin-top:8px;
	}
	.sb_customer_list>ul>li:nth-child(6n){
		margin-right:1%;
	}
	.sb_customer_list>ul>li:nth-child(5n){
		margin-right:0;
	}
	.sb_customer_list>ul>li>img{
		display:block;
		width:100%;height:80px;
	}
	.sb_customer_list3>ul{
		padding-bottom:60px;
	}
	/*----------------------온라인문의 페이지 시작------------------*/
	.sb_call_wrap{
		width:96.09375%;height:130px;
		margin:60px auto;
	}
	.sb_call_wrap>ul{
		width:100%;
	}
	.sb_call_wrap>ul>li{
		float:left;
		width:25%;
	}
	.sb_call_1>img{
		display:none;
	}
	.sb_call_1>h4{
		float:left;
		margin:35px 0 0 25px;
		font:24px/24px 'Noto Sans KR', sans-serif;
	}
	.sb_call_1>h4>span{
		font-size:18px;
	}
	.sb_call_wrap>ul>li>dl{
		width:100%;
		float:left;
		margin-top:25px;
		border-left:1px solid #ccc;
		box-sizing:border-box;
	}
	.sb_call_wrap>ul>li>dl>dt{
		padding-left:15px;
		margin-bottom:5px;
		font-size:16px;
		font-weight:500;
	}
	.sb_call_wrap>ul>li>dl>dd{
		padding-left:15px;
		font-size:12px;
		font-weight:300;
	}
	
	/*인재채용*/
	.recruit-wrap > h3{
		font-size:28px;
	}
	.recruit-wrap > p{
		display:none;
	}
	.recruit-info-wrap{
		display: flex;
		flex-direction: column;
		align-items: center;
		min-height:auto;
		margin: 50px auto 80px auto;
		background:#fff;
	}
	.recruit-info-wrap .info-box{
		position:unset;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom:60px;
		text-align: center;
	}
	.recruit-info-wrap .info-box span{
		margin-bottom:5px;
	}
	.recruit-info-wrap .info-box.info-box.uiux-info{
		margin:0;
	}
	.recruit-info-wrap .info-box.rnd-info img,
	.recruit-info-wrap .info-box.cs-info img,
	.recruit-info-wrap .info-box.uiux-info img{
		position:unset;
		margin-bottom:20px;
	}
	.recruit-banner-wrap .recruit-banner-inner{
		flex-direction: column;
	}
	.recruit-banner-wrap .recruit-banner-inner .recruit-banner{
		margin-bottom:50px;
	}
	.recruit-list-wrap > h4{
		text-align:center;
	}
	.recruit-list-wrap .recruit-list{
		flex-direction: column;
	}
	.recruit-list-wrap .recruit-list .list-box::after{
		position:unset;
		width:24px;
		height:14px;
		margin:40px 0;
		background:url(./../images/m-recruit-list-arrow.png) no-repeat;
	}
	.recruit-list-wrap .recruit-pre{
		display:flex;
		justify-content: center;
		width:90%;
		margin:50px auto;
	}

	/* 스마트 헬스케어 */
	.sb_sub_mainvisual>div>.sb_sub_introBox>h3 {padding-top: 78px;}
	.sb_sub_mainvisual>div>.sb_sub_introBox>p {padding-top: 0;}
	.sb_smartHealthcare_wrap .sh_bentobox .row.bottom {display: flex; flex-direction: column; gap: 30px;}


}




@media all and (max-width:767px)/*MOBILE*/{

	
	.sb_sub_mainvisual>div{
		width:90.625%;
	}
	.sb_sub_mainvisual>div>h3{
		font:28px 'Noto Sans KR', sans-serif;
		font-weight:500;
	}
	.sb_sub_mainvisual>div>h3:after{
		position:absolute;top:170px;left:50%;
	}
	.sb_sub_menu{
		display:none;
	}
	/*공통 스타일*/
	.sb_sub_contents{
		width:90.625%;
		margin:auto;
	}
	.sb_sub_contents>h3{
		margin:50px 0;
	}
	.sb_sub_contents>p{
		display:none;
	}
	.sb_solution_contents > h3 > span.eGovFrame{
    	top: 3px;
	}
	.sb_solution_contents>h3{
		margin:35px 0 35px 0;
		font:24px 'Noto Sans KR', sans-serif;
		font-weight:500;
	}
	.sb_solution_contents>p{
		display:none;
	}

	/*----------------------회사소개 하위메뉴 페이지 시작------------------*/
	/*문화 페이지*/
	.sb_culture_wrap>ul{
		margin-bottom:50px;
	}
	.sb_culture_wrap>ul>li{
		width:50%;height:180px;
		font:14px 'Noto Sans KR', sans-serif;
	}
	.sb_culture_wrap>ul>li:last-child{
		width:50%;
	}
	.sb_culture_wrap>ul>li>img{
		width:100%;height:55px;
		margin:45px auto 15px auto;
	}
	.sb_culture_wrap>ul>li>p{
		margin:75px 15px 0 0;
		font-weight:400;
		font-size:20px;
	}

	/*ceo 페이지*/
	

	

	.sb_ceo_con2 {height:635px;}
	.sb_ceo_con2>ul>li {
	    width: 49%;
	    margin-right: 1%;
	    margin-top: 30px;
	}

	.sb_solution_style1{
		width:90.625%;
		padding-bottom:60px;
	}
	.sb_solution_style1>span{
		display:block;
		width:290px;height:initial;
		margin:40px auto;
	}
	.sb_solution_style1>ul{
		width:100%;
		float:inherit;
		overflow:hidden;
		margin:auto;
	}
	.sb_solution_style1>ul>li{
		width:50%;
	}
	.sb_solution_style1>ul>li:first-child,
	.sb_solution_style1>ul>li:nth-child(2),
	.sb_solution_style1>ul>li:nth-child(3),
	.sb_solution_style1>ul>li:nth-child(4){
		border-bottom:1px solid #ccc;
	}
	.sb_solution_style1>ul>li:nth-child(1),
	.sb_solution_style1>ul>li:nth-child(3),
	.sb_solution_style1>ul>li:nth-child(5){
		border-right:1px solid #ccc;
	}
	.sb_solution_style1>ul>li:nth-child(2),
	.sb_solution_style1>ul>li:nth-child(4){
		border-right:0;
	}
	.sb_solution_style1>ul>li>img{
		margin:40px auto 20px auto;
	}
	.sb_solution_style2{
		width:100%;height:100%;
	}
	.sb_solution_style2>h4{
		padding-top:40px;
	}
	.sb_solution_style2>ul>li>img{
		display:block;
		width:100%;height:45px;
		margin:40px auto 20px auto;
	}
	.sb_solution_style2>ul>li>p{
		font-weight:300;
		font-size:14px;
	}
	
	.sb_solution_style3{
		height:520px;
	}
	.sb_solution_style3_wrap{
		height:430px;
	}
	.sb_solution3_inner_left{
		width:100%;
		position:absolute;bottom:20px;left:0;
	}
	.sb_solution3_inner_right{
		width:100%;
		text-align:center;
		position:absolute;top:340px;
	}
	.sb_solution3_inner_right>p{
		font-size:18px;
	}

	.sb_solution_style4{
		width:100%;height:300px;
	}
	.sb_solution_style4_inner>h4{
		width:150px;height:38px;
	}
	.sb_solution_style4_inner>p{
		display:none;
	}

	.sb_solution_style4_btn{
		width:300px;
		margin:auto;
	}
	.sb_solution_style4_btn>a{
		width:140px;height:40px;
		margin:20px auto;
		line-height:38px;
	}
	/*Chart 버튼 스타일*/
	.sb_solution_style4_inner>a{
		width:140px;height:40px;
		margin:20px auto;
		line-height:38px;
	}
	/*sbux 페이지*/
	.sb_sbux_con2>ul{
		width:90.625%;height:380px;
		margin:20px auto auto auto;
		padding-bottom:50px;
	}
	.sb_sbux_con2>ul>li{
		position:relative;
		width:47.5%;height:160px;
		margin:30px 5% 0 0;
	}
	.sb_sbux_con2>ul>li:nth-child(2n){margin-right:0;}

	/*sbgrid 페이지*/
	.sb_sbgrid_con2{
		height:100%
	}
	.sb_sbgrid_con2>ul{
		width:90.625%;height:160px;
		margin:40px auto auto auto;
		padding-bottom:50px;
	}
	/*sbchart 페이지*/
	.sb_sbchart_con2>ul{
		width:90.625%;height:160px;
		margin:40px auto auto auto;
		padding-bottom:50px;
	}
	.sb_sbchart_con2>ul>li{
		width:31%;height:160px;
		margin-right:3.3%;
		margin-top:0;
	}

	.sb_customer_list>ul>li{
		width:24%;
		margin-right:1%;
	}
	.sb_customer_list>ul>li:nth-child(4n){
		margin-right:0%;
	}
	.sb_customer_list>ul>li:nth-child(5n){
		margin-right:1%;
	}

    /*고객사 페이지*/
    .sb_customer_btn ul li {width:100%; margin-bottom:10px;}

	/*----------------------온라인문의 페이지 시작------------------*/
	.sb_call_wrap{
		width:90.625%;height:300px;
		margin:50px auto;
	}
	.sb_call_wrap>ul{
		width:100%;height:300px;
	}
	.sb_call_wrap>ul>li{
		float:left;height:150px;
		width:50%;
	}
	.sb_call_wrap>ul>li:nth-child(1),
	.sb_call_wrap>ul>li:nth-child(2){
		border-bottom:1px solid #ccc;
		box-sizing:border-box;
	}
	.sb_call_wrap>ul>li:nth-child(1),
	.sb_call_wrap>ul>li:nth-child(3){
		border-right:1px solid #ccc;
		box-sizing:border-box;
	}
	.sb_call_wrap>ul>li>dl{
		width:100%;
		margin-top:35px;
		border:0;
	}
	.sb_call_1>h4{
		float:left;
		margin:50px 0 0 10%;
		font:24px/24px 'Noto Sans KR', sans-serif;
	}

	/*인재채용*/
	.recruit-info-wrap .info-box{
		width:90%;
	}
	.recruit-banner-wrap .recruit-banner-inner{
		width:90%;
	}
	.recruit-banner-wrap .recruit-banner-inner .recruit-banner img{
		display:block;
		width:100%;
	}

	/* 스마트 헬스케어 */
.sb_sub_mainvisual>div>.sb_sub_introBox>h3 {padding-top: 110px; font: 24px 'Noto Sans KR', sans-serif;}
.sb_sub_mainvisual>div>.sb_sub_introBox>p {padding-top: 4px; font: 12px 'Noto Sans KR', sans-serif;}

.sb_smartHealthcare_wrap {padding: 60px 20px;}
.sb_smartHealthcare_wrap .sh_textbox .tit {font-size: 24px;}
.sb_smartHealthcare_wrap .sh_textbox .sub {font-size: 13px; margin-bottom: 40px; text-align: center;}
.sb_works_wrap {padding: 60px 0 120px 0;}
.sb_works_wrap .sh_textbox .tit {font-size: 24px;}
.sb_works_wrap .sh_textbox .sub {font-size: 13px; text-align: center;}
/* .sb_works_wrap .sh_swiper_box .mySwiper .swiper-wrapper .slide-whiteBox {min-width: 300px;} */
.sb_businessPartners_wrap {display: flex; flex-direction: column; align-items: center; padding: 60px 20px 60px 20px;}
.sb_businessPartners_wrap .sh_textbox .tit{display: flex ; align-items: center; justify-content: center;font-size: 24px; font-weight: 700; color: #000000;margin-bottom: 40px;}
.sb_businessPartners_wrap .sh_partnersBox {width: 100%; max-width: 1000px; display: flex; flex-direction: column; flex-wrap: wrap; align-items: center; gap: 20px; }
.sb_businessPartners_wrap .sh_partnersBox .sh_bgBox{display: flex; align-items: center; justify-content: center; gap: 10px; height: 160px; box-shadow: 3px 3px 10px rgba(0,0,0,0.1); border-radius: 25px; width: 100%; background-color: #ffffff; font-size: 20px; }
}

@media all and (max-width:600px)/*MOBILE*/{

	
	
	.sb_customer_list>ul>li{
		width:32.5%;
		margin-right:1%;
	}
	.sb_customer_list>ul>li:nth-child(4n){
		margin-right:1%;
	}
	.sb_customer_list>ul>li:nth-child(3n){
		margin-right:0%;
	}
	/*인증 및 수상내역*/
	.sb_price_list>ul>li {
	    width: 32.3%;
	    float: left;
	    margin-right:1%;
	    margin-top:1%;
	}
	.sb_price_list2>ul>li:nth-child(4){margin-right:1%;}
	.sb_price_list2>ul>li:nth-child(5),
	.sb_price_list2>ul>li:nth-child(6),
	.sb_price_list2>ul>li:nth-child(7),
	.sb_price_list2>ul>li:nth-child(8){
		margin-top:1%;
	}
	.sb_price_list4>ul>li:last-child{
		margin-top:1%;
		margin-left:1%;
	}
	.sb_price_list5>ul>li:last-child{
		margin-top:1%;margin-left:1%;
	}


}

@media all and (max-width:440px)/*MOBILE*/{
	header > .header-wrap > .logo{background: url(/resources/images/logo_320.png) no-repeat;}

	.sb_customer_btn{width:100%;}
	.sb_customer_list>ul>li{
		width:49%;
		margin-right:1%;
	}
	.sb_customer_list>ul>li:nth-child(2n){
		margin-right:0%;
	}
	.sb_customer_list>ul>li:nth-child(3n){
		margin-right:1%;
	}
	/*인증 및 수상내역*/
	.sb_price_btn{display:none;}
	.sb_price_list>ul>li {
	    width: 49%;
	    float: left;
	    margin-right:1%;
	    margin-top:1%;
	}
	.sb_price_list1>ul>li:last-child{margin-top:1%;}
	.sb_price_list>ul>li:nth-child(2n){margin-right:0;}
	.sb_price_list2>ul>li:nth-child(4){margin-right:1%;}
	.sb_price_list2>ul>li:nth-child(5),
	.sb_price_list2>ul>li:nth-child(6),
	.sb_price_list2>ul>li:nth-child(7),
	.sb_price_list2>ul>li:nth-child(8){
		margin-top:1%;
	}
	.sb_price_list4>ul>li:last-child{
		margin-top:1%;
		margin-left:0;
	}
	.sb_price_list5>ul>li:last-child{
		margin-top:1%;margin-left:0;
	}
}

@media screen and (max-width:768px){
    header{height:60px;background: none; border:0;}
	header > .header-wrap > .logo{width:110px; height:26px; margin-top:18px; background: url(/resources/images/logo_320.png) no-repeat;}
	header .header-wrap .menu-icon{margin-top: 18px;}
    header .header-wrap .menu-icon i{font-size:28px;}
    
	.sb-cc-wrap .sb-cc-left > div  {flex-direction:column;}  
	.sb-cc-wrap .sb-cc-right > div  {flex-direction:column;}    
	.sb-cc-wrap h4 {width:100% !important;}
    .sb-cc-wrap .sb-cc-left > div > p {width:100% !important; border-left:0; text-align:center;}
    .sb-cc-wrap .sb-cc-right > div > p {width:100% !important; border-left:0; text-align:center;}
    .sb-cc-holi-wrap > div {flex-direction:column;}
    .sb-cc-holi-wrap > div > p{width:100% !important; border-left:0; text-align:center;}
    .sb-cc-holi-wrap h4 {width:100% !important;}
    .sb-cc-apply{flex-direction:column;}
    .sb-cc-apply h4{width:100% !important;}
    .sb-cc-apply p {width:100% !important; border-left:0; text-align:center;}
    .sb-cc-apply a {margin-top:30px;}

}

