/* 상단탭 */
.company_title {
  display: inline-block;
  width: 100%;
  height: 54px;
  font-family: "Spoqa Han Sans Bold";
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #000;
  padding: 12px;
  border-bottom: 1px solid #141414;
  box-sizing: border-box;
}

.company_tab {
  display: inline-block;
  width: 100%;
  height: 38px;
  border-bottom: 1px solid;
  border-color: rgba(20, 20, 20, 0.2);
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
}

.company_tab::-webkit-scrollbar {
  display: none;
}

.company_tab ul {
  display: flex;
}

.company_tab li {
  min-width: fit-content;
}

.company_tab li a {
  display: block;
  height: 38px;
  text-align: center;
  padding: 0 24px;
  font-family: "Spoqa Han Sans Regular";
  font-size: 14px;
  line-height: 38px;
  letter-spacing: -0.02em;
  color: #141414;
  border-bottom: 1px solid;
  border-color: rgba(20, 20, 20, 0);
  box-sizing: border-box;
}

.company_tab li.active a {
  color: #f89700;
  border-bottom: 3px solid #f89700;
}

/* 회사소개 */
.company_overview_wrap {
  padding: 20px;
}

.company_overview_wrap .img_box img {
  width: 48%;
}

.company_overview_wrap .img_box {
  display: flex;
  gap: 4%;
}

.company_intro_box {
  margin-top: 30px;
}

.company_intro_box li span {
  font-size: 14px;
  color: #141414;
}

.company_intro_box li span a {
  text-decoration: underline;
}

/* 연혁 */
.company_history_wrap {
  padding: 20px;
  display: flex;
  gap: 20px;
}

.company_history_wrap .flex_box {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.company_history_wrap .flex_box h5 {
  font-size: 18px;
  color: #141414;
  padding-bottom: 10px;
  border-bottom: 1px solid black;
}

.company_history_wrap .flex_box ul {
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
}

.company_history_wrap .flex_box ul:last-child {
  margin-bottom: 0;
}

.company_history_wrap .flex_box ul li {
  font-size: 13px;
  color: #141414;
  list-style: none;
  margin-left: 16px;
}

.company_history_wrap .flex_box ul li.tit {
  list-style: none;
  margin-left: 0;
  font-weight: bold;
}

.company_history_wrap .flex_box ul li span.month {
  font-weight: bold;
}

.company_history_wrap .flex_box ul li span.second_desc {
  margin-left: 33px;
}

/* business (company_business) */
.company_business {
  padding: 20px;
  font-family: "Spoqa Han Sans Bold";
}

.company_business_row {
  width: 100%;
  display: flex;
}

.company_business_row > div {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}

.company_business_row > div:first-child {
  padding-right: 5px;
}

.company_business_row > div:last-child {
  padding-left: 5px;
}

.company_business_row > div > img {
  width: 100%;
  height: auto;
}

.company_business_text {
  font-size: 14px;
  line-height: 1.45;
  color: #141414;
}

.company_business_text span {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  color: #141414;
  margin-bottom: 8px;
}

/* enjoy (company_enjoy) */
.company_enjoy {
  padding: 20px;
  font-family: "Spoqa Han Sans Bold";
}

.company_enjoy_title {
  color: #14387f;
  font-size: 3.3em;
  letter-spacing: -2px;
  font-weight: 700;
  padding: 0px 32px;
}

.company_enjoy_sec {
  padding: 32px;
}

.company_enjoy_sec.gray_sec {
  background-color: #f5f5f5;
}

.company_enjoy_sub_title {
  color: #0067b1;
  font-size: 2.1em;
  font-weight: 700;
  margin-bottom: 10px;
}

.company_enjoy_sm_tit {
  color: #333;
  font-size: 1.37em;
  font-weight: 600;
  margin-bottom: 8px;
}

.company_enjoy_img {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.company_enjoy ul li {
  position: relative;
  padding-left: 8.8em;
  line-height: 1.7;
}

.company_enjoy ul li b {
  position: absolute;
  left: 0;
  top: 0;
}

/* ethics (company_ethics) */
.company_ethics {
  padding: 20px;
}

.company_ethics_img {
  width: 100%;
  height: auto;
}

/* CLEANZONE (company_cleanzone) */
.company_cleanzone {
  padding: 20px;
}

.company_cleanzone img {
  display: block;
}

.cleanzone_info_img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.cleanzone_report_img {
  width: 100%;
  height: auto;
}

.cleanzone_report_div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  gap: 8px;
}

.cleanzone_report_icon {
  width: 33%;
  height: auto;
}

.cleanzone_report_desc {
  flex: 1 1 60%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}

.cleanzone_report_desc > img {
  width: 100%;
  height: auto;
}

.cleanzone_prevent_img {
  width: 100%;
  height: auto;
}

.cleanzone_button {
  color: #fff !important;
  border: 1px solid #01387f;
  background: #01387f;
  width: 100%;
  max-width: 180px;
  height: 48px;
  line-height: 46px;
  padding: 0px 5px;
  text-align: center;
  font-size: 14px;
  font-family: "Spoqa Han Sans Regular";
  border-radius: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

/* 공지사항 */
.company_notice {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.company_notice .search_area {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 4px;
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
}

.company_notice .search_area .select select {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 32px;
  padding: 0 4px;
  border: 0 none;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  font-weight: 400;
}

.company_notice .search_area .input_search {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 32px;
  padding: 12px;
  border: 0 none;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
}

.company_notice .search_area .btn_search {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  max-width: 768px;
  width: fit-content;
  height: 32px;
  padding: 12px;
  border: 0 none;
  color: #fff;
  background-color: #01387f;
  font-size: 14px;
  font-weight: 700;
  box-sizing: border-box;
}

.company_notice .table {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
}

.company_notice .table table {
  width: 100%;
}

.company_notice .table.type1 th {
  background-color: #fafafa;
  text-align: center;
  vertical-align: middle;
  padding: 10px 5px;
  font-family: "Spoqa Han Sans Regular";
  font-size: 14px;
  color: #141414;
  line-height: 1;
  letter-spacing: -0.03em;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

.company_notice .table.type1 td {
  text-align: center;
  vertical-align: middle;
  padding: 18px 5px;
  border-bottom: 1px solid #e2e2e2;
  border-left: 0px solid #dfdfdf;
  font-family: "Spoqa Han Sans Light";
  font-size: 14px;
  color: #666;
  line-height: 1;
  letter-spacing: -0.03em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.company_notice .table.type1 tbody tr {
  background-color: #fff;
}

.company_notice .table.type1 tbody tr:hover {
  background-color: #fff;
}

.company_notice .table.type1 .point {
  font-family: "Spoqa Han Sans Regular";
  color: #01387f;
}

.company_notice .table.type1 .none {
  height: 440px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 0px solid #e2e2e2;
}

.company_notice .table.type1 .none > p {
  display: inline-block;
  background: url(../../images/web/none_img.png) 50% top no-repeat;
  padding-top: 100px;
  font-family: "Spoqa Han Sans Regular";
  font-size: 18px;
  color: #141414;
  line-height: 1;
  letter-spacing: -0.03em;
}

.company_notice_detail .detail {
  position: relative;
  padding: 20px 20px 0;
}

.company_notice_detail .detail .head {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
}

.company_notice_detail .detail .head .date {
  font-size: 12px;
  color: #999;
  line-height: 18px;
}

.company_notice_detail .detail .cont {
  padding: 20px 0;
  line-height: 18px;
}

.company_notice_detail .detail .cont img {
  width: 100% !important;
  object-fit: contain;
}

.company_notice_detail .detail .cont figure {
  width: auto !important;
}

.company_notice_detail .detail .cont_event {
  margin: -1px -20px 0;
  padding: 0;
}

.company_notice_detail .fixed_bottom {
  z-index: 1;
  display: flex;
  position: fixed;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
}

.company_notice_detail .fixed_bottom button {
  flex: 1;
  border: 0 none;
  height: 40px;
  color: #fff;
  background-color: #358dff;
  font-size: 14px;
  font-weight: 700;
}
