@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

/* í™ˆíŽ˜ì´ì§€ ê³µí†µ */
* {
  font-family: "Noto Sans KR", sans-serif;
  letter-spacing: -0.5px;
  text-decoration: none;
  color: white;
  text-align: center;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
}

p {
  margin: 0;
}

img {
  width: 80%;
}

ul {
  padding-left: 0;
  list-style: none;
}
.Wrap {
  background-color: black;
}
.wrap {
  display: flex;
}
/* 사이드바 메뉴 */
.sidebar_container {
  display: none;
}

/* í™ˆíŽ˜ì´ì§€ í—¤ë” */
.header {
  position: fixed;
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  top: 0;
  left: 0;
  z-index: 2;
}

.header_logo {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100%;
  margin: 0 20px;
}

.header_logo #hph_menu_btn {
  width: 50px;
  margin: auto 0;
}

.header_logo #hph_logo_btn {
  position: absolute;
  top: 20%;
  left: 2%;
  width: 32%;
  z-index: 3;
  padding: 0% 1%;
}

.header_container {
  position: fixed;
  width: 100%;
  height: 92%;
  background-color: #ffffff;
  border-top: 1px solid #eee;
  color: black;
  top: 80px;
  z-index: 2;
  display: none;
  overflow-y: auto;
}

.hph_menu_title {
  color: #333333;
  line-height: 5;
  border-bottom: 1px solid #f1f2f6;
  text-align: center;
  background-color: #fff;
  font-size: 110%;
}

.hph_menu_title span {
  color: black;
}

.hph_menu_title img {
  margin-top: 8%;
}

.body_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: black;
  position: relative;
}

.body_container img {
	width: 100%;
	margin: 0 auto;
}

.sidebar-skeleton {
  position: fixed;
  left: 0;
  height: 100vh;
  bottom: 0;
  width: 272px;
}
/* 1 */
.imgheader {
  background-image: url("http://www.bizworks.co.kr/images/homepage/1_상단 이미지2.png");
  background-size: cover;
  background-position: 50%;
}

.imgheader {
  width: 100%;
  display: inline-block;
  height: 250px;
  margin: 80px 0px 0px 0px;
  font-size: 1.5em;
  color: rgb(255, 255, 255);
  font-weight: 200;
}

.biz {
  flex-grow: 1;
}

.con a img {
  width: 20%;
}

.con1,
.con2 {
  width: 100%;
  margin: 4% 0;
}
.con1,
.con2 p {
  text-align: center;
  font-size: 1.3em;
  font-weight: 400;
  margin: 0 20px;
}
.con1 img {
  background-image: url("http://www.bizworks.co.kr/images/homepage/2_사용주체별.png");
  background-size: cover;
  background-position: 50%;
  width: 90%;
  margin: 3% 0;
}

.con2 {
  background-image: url("http://www.bizworks.co.kr/images/homepage/3_인사급여프로그램.png");
  background-size: cover;
  background-position: 50%;
  /* height: 100px; */
  /* display: inline-grid; */
  cursor: pointer;
  width: 100%;
}

.con2 img {
  width: 100%;
  max-width: 100%; /* 이미지가 부모의 너비를 넘지 않게 함 */
  height: auto; /* 비율에 맞춰 높이 자동 조정 */
  object-fit: cover;
}

.con2 > span {
  padding-top: 0.8em;
  font-size: 0.5em;
  float: left;
}
.con3 > h2 {
  font-style: 18px;
}
.con3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 1em;
  color: #252525;
  text-align: center;
}
.con3 span {
  font-size: 0.8em;
  text-align: left;
  margin-left: 1em;
  padding-top: 1.5em;
}

.con3 p {
  margin: 0 10px;
}
.con3 img {
  width: 90%;
}

.array {
  position: relative;
}

.array img {
  text-align: center;
  padding: 0 20px;
  width: calc(100% - 40px);
}

.text {
  position: absolute;
  display: grid;
  width: 66%;
  margin: -4em 6em;
  text-align: left;
  color: black;
}
.text h2 {
  color: black;
  font-size: 0.5em;
  padding: 0;
}
.text p {
  color: black;
  font-size: 0.1em;
}

.cost_wrap {
  width: 80%;
  margin: 0 auto;
  padding: 3em 0;
}
.c1 {
  width: 80%;
  background-color: #f8f9fa;
  color: #474747;
  font-size: 16px;
  border-radius: 8px;
  padding: 30px;
  margin-right: 15px;
  margin: 2em 0;
}
.c1 h3 {
  color: black;
}
.c1 > p {
  color: black;
}
.cost_wrap ul {
  margin: 2.3em;
  text-align: center;
}

.cost_wrap ul li {
  text-align: left;
  line-height: 2em;
  color: black;
}

.c1 > .c_bottom {
  font-size: 1.2em;
  font-weight: 500;
  color: black;
}
.c2 {
  width: 80%;
  background-color: #4dabf7;
  color: #f8f9fa;
  font-size: 16px;
  border-radius: 8px;
  padding: 30px;
  margin-right: 15px;
  margin: 2em 0;
}
.c_bottom {
  font-size: 1.2em;
  font-weight: 500;
}

.c3 {
  width: 80%;
  background-color: #8ce99a;
  color: #474747;
  font-size: 16px;
  border-radius: 8px;
  padding: 30px;
  margin-right: 15px;
  margin: 2em 0;
}

.left p,
.right p {
  border: 1px solid #f1f2f6;
  float: left;
  margin: 1em;
  padding: 0.2em;
}
/* Internet Explorer 9+ */
_::selection,
.main_container {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
}

/* Internet Explorer 11+ */
_:-ms-fullscreen,
:root .main_container {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
}

/*푸터*/
.pageWrap {
  width: 100%;
  height: 100%;
}
.footer {
  width: calc(100% - 16px);
  text-align: center;
  background: #252525;
  padding: 8px;
}

.footer p {
  color: white;
  font-size: 0.625rem;
  font-weight: 200;
  height: 100%;
}

.hpe_close_btn {
  display: none;
}

#CareDown {/* 케어박사 상세페이지 다운로드(2024.10.29_비즈웍스홈페이지_케어박사_이미지)*/
	position: absolute;
	left: 14%;
	top: 11.5%;
	padding: 3% 10%;
	cursor: pointer;
}
/************************/ /* 공무링크 페이지 버튼(2024.12.19_비즈웍스홈페이지_공무링크_OS버전_무료버전_이미지)*/
#GongmuDown1 {
	position: absolute;
  left: 13.5%;
  padding: 5.4% 16.4%;
  cursor: pointer;
  bottom: 0.51%;
}

#GongmuDown2 {
	position: absolute;
  left: 54.4%;
  padding: 5.3% 16.4%;
  cursor: pointer;
  bottom: 0.5%;
}

#GongmuOSDown1 {
  position: absolute;
  left: 13.3%;
  padding: 4.5% 16.5%;
  cursor: pointer;
  bottom: 1.4%;
}

#GongmuOSDown2 {
  position: absolute;
  left: 53.9%;
  padding: 4.5% 16.5%;
  cursor: pointer;
  bottom: 1.4%;
}

#GongmuFreeDown1 {
  position: absolute;
  left: 13.5%;
  padding: 5.2% 16.4%;
  cursor: pointer;
  bottom: 0.6%;
}

#GongmuFreeDown2 {
  position: absolute;
  left: 53.9%;
  padding: 5.1% 16.4%;
  cursor: pointer;
  bottom: 0.61%;
}
/************************/
/********************************/ /* 모바일버전 메뉴 수정(2024.11.14_비즈웍스홈페이지_메뉴_모바일_건설공무_인사급여) */
.panel_img {
	width: auto;
	height: 35px;
	float: right;
	margin-top: 27px !important;
}

.panel_span {
	margin-left: 43px;
}

.panel_span2 {
	text-align: center;
	color: #565656;
	line-height: 3;
}

.sub_menu {
	margin-top: -10px;

}
/********************************/