@charset "UTF-8";
/* í°íŠ¸ ì¶”ê°€ */
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

/* í™ˆíŽ˜ì´ì§€ ê³µí†µ */
* {
  font-family: "Noto Sans KR", sans-serif;
  letter-spacing: -0.5px;
  color: #000;
  text-decoration: none;
}

html,
body {
  width: 85%;
  margin: 0 auto;
  background-color: #000;
  /*transition: width 0.5s ease-in-out;*/
}

.Wrap {
  width: 100%;
  margin: 0 auto;
  background-color: white;
}

.wrap {
  display: flex;
}


.biz_menu_container {
  line-height: 2.8em;
  /* position: fixed; */
  background-color: white;
  /*width: 220px;*/
  width: 280px;
  margin-top: 40px;
}

@media (max-width: 2000px) {/*창의 너비가 2000px 이하면 적용(2024.06.24_비즈웍스홈페이지_CSS_너비)*/
    html,
	body {
	  width: 100%;
	  margin: 0 auto;
	  background-color: #000;
	  /*transition: width 0.5s ease-in-out;*/
	}

	.biz_menu_container {
	  line-height: 2.8em;
	  /* position: fixed; */
	  background-color: white;
	  width: 280px;
	}
}

/*.shrink {
    width: 100%;
}*/

div,
a,
span:hover {
  cursor: default;
}

p {
  margin: 0;
}

ul {
  padding-left: 0;
}

/* */
.header {
  display: none;
}
.header_container {
  display: none;
}

/* 사이드바*/
.sidebar_container {
  /* width: 13%;
  float: left;
  position: absolute;
  background-color: #ffffff;
  border-right: 1px solid #f1f2f6;
  z-index: 20; */
  margin: 0px 20px 0px 20px;
  height: 100vh;
  background-color: #ffffff;
  position: relative;
  white-space: nowrap;
  position: sticky;
  top: 0;
  z-index: 15;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.biz {
  flex-grow: 1;
}

.biz_container {
  float: right;
  margin-top: 7rem;
  margin-right: 2rem;
}

.biz_container img {
  width: 100%;
  max-width: 250px;
  padding-top: 10%;
}

.biz_menu1_title {
  color: rgb(34, 34, 34);
  font-size: 1.2em;
  text-align: right;
  padding-top: 1em;
  margin-right: 2em;
  font-weight: 600;
}

.biz_menu1_title span {
  cursor: pointer;
}

.biz_menu_title {
  color: rgb(34, 34, 34);
  font-size: 1em;
  text-align: right;
  margin-right: 2em;
  font-weight: 430;
  line-height: 2.4em;
  margin-top: 10px;
  clear: both;
}

.biz_menu_title span {
  cursor: pointer;
}

.biz_menu2_title {
  color: rgb(34, 34, 34);
  font-size: 1.2em;
  text-align: right;
  padding-top: 1.5em;
  margin-right: 2em;
  font-weight: 600;
}

.biz_menu2_title span {
  cursor: pointer;
}

.biz_menu_title2 {
  color: rgb(34, 34, 34);
  font-size: 100%;
  text-align: left;
  margin: 30% 10%;
  font-weight: 400;
}

.biz_menu_select_title {
  color: #48444e !important;
  font-weight: 900 !important;
}

.biz_family_select {
  width: 90%;
  margin: 0 auto;
  margin-left: 4%;
  margin-bottom: 15%;
  text-align: center;
  background: none;
  color: #888;
  padding: 1em 0 1em 1.5em;
  font-size: 90%;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 15%;
  /* SELECT BOX ë„¤ì´í‹°ë¸Œ ë””ìžì¸ ìˆ¨ê¸°ê¸° */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color: #e5e5e5;
}

.body_container {
  /* background: white;
  width: 80%;
  height: 100%;
  margin-left: 20%;
  position: relative;
  text-align: center;
  overflow: hidden;
  touch-action: none; */
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
}

.body_container h2 {
  padding: 2em;
  font-size: 2em;
}

.body_container img {
	width: 65%;
	margin: 0 auto;
}

/* 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: 0px;
  font-size: 1.5em;
  color: rgb(255, 255, 255);
  font-weight: 200;
}

.con1,
.con2 {
  width: 100%;
  margin: 4% 0;
  text-align: center;
}

.con2 img {
  width: 100%;
  max-width: 100%; /* 이미지가 부모의 너비를 넘지 않게 함 */
  height: auto; /* 비율에 맞춰 높이 자동 조정 */
  object-fit: cover;
}

.con1,
.con2 p {
  margin: 0 20px;
  font-size: 1.3em;
  font-weight: 400;
}
.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;
}

.con3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.con3 span {
  font-size: 0.8em;
  text-align: left;
  margin: 0 20px;
  padding-top: 1.5em;
}

.con3 p {
  margin: 0 20px;
}
.con3 img {
  /*width: 50em;*/
  width: 70%/*수정(2024.06.24_비즈웍스홈페이지_CSS_너비)*/
}

.array {
  /* width: 100%; */
  text-align: center;
  padding: 0 20px;
  width: calc(100% - 40px);
}

.array img {
  /*width: 50em;*/
  width: 100%;/*수정(2024.06.24_비즈웍스홈페이지_CSS_너비)*/
  margin: 1em 0;
}

.text {
  position: absolute;
  display: grid;
  width: 68%;
  height: 100%;
  margin: -18% 22%;
  text-align: left;
}
.text h2 {
  font-size: 1.5em;
  padding: 0;
  margin-top: 1.2em;
}
.text p {
  font-size: 1em;
}

.cost_wrap {
  display: flex;
  width: 80%;
  margin: 0 auto;
  padding: 3em 0;
}

.cost_wrap ul {
  margin: 1.3em;
}
.cost_wrap ul li {
  text-align: left;
  line-height: 2em;
}
.c1 {
  width: 31%;
  background-color: #f8f9fa;
  color: #474747;
  font-size: 16px;
  border-radius: 8px;
  padding: 30px;
  margin-right: 15px;
}

.c2 {
  width: 31%;
  background-color: #4dabf7;
  color: #f8f9fa;
  font-size: 16px;
  border-radius: 8px;
  padding: 30px;
  margin-right: 15px;
}

.c3 {
  width: 31%;
  background-color: #8ce99a;
  color: #474747;
  font-size: 16px;
  border-radius: 8px;
  padding: 30px;
  margin-right: 15px;
}

.c_bottom {
  font-size: 1.2em;
  font-weight: 500;
}

/* 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: 100%;
  text-align: center;
  background: #252525;
  display: inline-block;
  padding: 2em 0em;
}
.p {
  padding: 3em;
}
.footer p {
  color: white;
  letter-spacing: 1.2px;
  font-weight: 300;
  line-height: 2em;
}

.sol_p {
  margin-bottom: 0.6em;
}
.sol_p p {
  /*color: orange;*/
  color: #0489b1;
  font-size: 18px;
  line-height: 2em;
  cursor: pointer;
  margin-top: -7px;
}

.p_textSize {/*추가(2024.06.24_비즈웍스홈페이지_CSS_너비)*/
	font-size: 25px;
}

#CareDown {/* 케어박사 상세페이지 다운로드(2024.10.29_비즈웍스홈페이지_케어박사_이미지)*/
	position: absolute;
	left: 26%;
    top: 11.5%;
    padding: 2% 7%;
	cursor: pointer;
}
/************************/ /* 공무링크 페이지 버튼(2024.12.19_비즈웍스홈페이지_공무링크_OS버전_무료버전_이미지)*/
#GongmuDown1 {
	position: absolute;
  left: 26.3%;
  padding: 3.6% 10.7%;
  cursor: pointer;
  bottom: 0.5%;
}

#GongmuDown2 {
	position: absolute;
  left: 52.8%;
  padding: 3.6% 10.7%;
  cursor: pointer;
  bottom: 0.5%;
}

#GongmuOSDown1 {
  position: absolute;
  left: 26.3%;
  padding: 3% 10.5%;
  cursor: pointer;
  bottom: 1.4%;
}

#GongmuOSDown2 {
  position: absolute;
  left: 52.7%;
  padding: 3% 10.5%;
  cursor: pointer;
  bottom: 1.4%;
}

#GongmuFreeDown1 {
  position: absolute;
  left: 26.3%;
  padding: 3.4% 10.5%;
  cursor: pointer;
  bottom: 0.6%;
}

#GongmuFreeDown2 {
  position: absolute;
  left: 52.7%;
  padding: 3.4% 10.5%;
  cursor: pointer;
  bottom: 0.61%;
}
/************************/
.noPointer {
	cursor: default !important;
}

.menu1 {
	font-size: 23px;
}

.menu1_act {
	font-size: 23px;
}

.menu1_act:hover {
	font-size: 26px;
	font-weight: bold;
}

.menu2 {
	font-size: 22px;
}

.menu2_noact {
	font-size: 22px;
}

.menu2:hover {
	font-size: 25px;
	font-weight: bold;
}

.menu3 {
	margin-top: -6px;
	font-size: 19px;
	color: #2766C2;
	cursor: pointer;
}

.menu3:hover {
	font-size: 21px;
	font-weight: bold;
}

.menu4:hover {
	font-size: 20px;
	font-weight: bold;
}

.menu_hr {
	border: 1px solid #F0F0F0;
    width: 55%;
	float: right;
	margin: 20px 30px 20px 0;
}