/* 윤리경영 */


/* 윤리경영 기본 */
#content .ethics_basic {
  position: relative;
}
#content .ethics_basic .green_vertical_bar {
  position: absolute;
  width: 1px; height: 50px;
  background-color: #3cb149;
}
#content .ethics_basic .green_vertical_bar:nth-of-type(1) {
  left: 265px; bottom: 177px;
}
#content .ethics_basic .green_vertical_bar:nth-of-type(2) {
  left: 600px; bottom: 177px;
}
#content .ethics_basic .green_vertical_bar:nth-of-type(3) {
  left: 935px; bottom: 177px;
}

#content .ethics_basic::before {
  content: "";
  display: block;
  width: 1px; height: 100px;
  background: #3cb149;
  position: absolute;
  left: 50%;
  top: -50px;
}
#content .ethics_basic .inner > div {
  background-image: url("../images/content3/ethic1.jpg");
}
#content .ethics_basic .inner .opacity_box {
  height: 250px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4); 
}
#content .ethics_basic .inner h3 {
  color: #fff;
  padding-bottom: 30px;
  position: relative;
  margin-top: 80px;
}
#content .ethics_basic .inner h3 + p {
  color: #fff;
  /* 24px */
  font-size: 1.500em;
  text-align: center;
  line-height: 1.5em;
}
#content .ethics_basic .inner ul {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
  margin-top: 40px;
}
#content .ethics_basic .inner ul li {
  /* 18px */
  font-size: 1.125em;
  float: left;
  width: 33.3%;
  box-sizing: border-box;
  padding: 20px 34px;
  line-height: 2em;
  text-align: justify;
}
#content .ethics_basic .inner ul li:nth-of-type(1) {
  padding-left: 20px;
}
#content .ethics_basic .inner ul li:nth-of-type(3) {
 padding-right: 20px; 
}
#content .ethics_basic .inner ul li span {
  display: block;
  /* 24px */
  font-size: 28px;
  margin-bottom: 27px;
  position: relative;
  line-height: 1em;
}
#content .ethics_basic .inner ul li:nth-of-type(1) span {
  color: #3cb149;
}
#content .ethics_basic .inner ul li:nth-of-type(2) span {
  color: #191970;
}
#content .ethics_basic .inner ul li:nth-of-type(3) span {
  color: #751485;
}
#content .ethics_basic .inner ul li span::after {
  content: "";
  position: absolute;
  left: 0; bottom: -18px;
  width: 278px; height: 1px;
  border-top: 1px solid #ccc;
}


/* 윤리경영 신고 절차 */
#content .content_area .report_procedure {
  margin-top: 150px;
}
#content .content_area .report_procedure .inner{
  position: relative;
}
#content .content_area .report_procedure .inner h3 {
  position: relative;
  text-align: left;
  padding-bottom: 40px;
}
#content .content_area .report_procedure .inner h3::before {
  content: "";
  position: absolute;
  width: 70px; height: 5px;
  background-color: #3cb149;
  left: 5px; top: -25px;
}
#content .content_area .report_procedure .inner h3 + p {
  /* 24px */
  font-size: 1.500em;
  /* text-align: center; */
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 60px;
  margin-left: 3px;
}
#content .content_area .report_procedure .inner ol {
  overflow: hidden;
  width: 1057px;
  margin: 0 auto;
}
#content .content_area .report_procedure .inner ol li {
  float: left;
  margin: 40px 60px 60px 40px;
  border-radius: 50%;
  /* background-color: #999; */
  position: relative;
  width: 259px; height: 259px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 60px;
}
#content .content_area .report_procedure .inner ol li:nth-of-type(1) {
  margin-left: 40px;
}
#content .content_area .report_procedure .inner ol li:nth-of-type(3) {
  margin-right: 40px;
}
#content .content_area .report_procedure .inner ol li::before {
  content: "";
  width: 265px;
  height: 265px;
  border-radius: 50%;
  position: absolute;
  left: -7px; top: -7px;
  transform: rotate(-45deg);
  z-index: -1;
}
#content .content_area .report_procedure .inner ol li:nth-of-type(1)::before {
  border-top: 4px solid #ccc;
  border-bottom: 4px solid #3cb149;
  border-left: 4px solid #3cb149;
  border-right: 4px solid #ccc;
}
#content .content_area .report_procedure .inner ol li:nth-of-type(2)::before {
  border-top: 4px solid #191970;
  border-bottom: 4px solid #ccc;
  border-left: 4px solid #ccc;
  border-right: 4px solid #191970;
}
#content .content_area .report_procedure .inner ol li:nth-of-type(3)::before {
  border-top: 4px solid #ccc;
  border-bottom: 4px solid #751485;
  border-left: 4px solid #751485;
  border-right: 4px solid #ccc;
}
#content .content_area .report_procedure .inner ol li::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  width: 30px; height: 30px;
  right: -20px; top: 118px;
  background: blue;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  line-height: 30px;
  font-size: 20px;
}
#content .content_area .report_procedure .inner ol li:nth-of-type(1)::after {
  content: "1";
  background-color: #3cb149;
}
#content .content_area .report_procedure .inner ol li:nth-of-type(2)::after {
  content: "2";
  background-color: #191970;
}
#content .content_area .report_procedure .inner ol li:nth-of-type(3)::after {
  content: "3";
  background-color: #751485;
}
#content .content_area .report_procedure .inner ol li span {
  /* 20px */
  font-size: 1.563em;
  font-weight: 700;
  line-height: 60px;
  display: block;
  /* padding-bottom: 10px; */
}
#content .content_area .report_procedure .inner ol li p {
  /* 18px */
  font-size: 1.125em;
  font-weight: 400;
  box-sizing: border-box;
  padding: 0 20px;
  line-height: 1.6em;
}
#content .content_area .report_procedure .inner ol li:nth-of-type(1) p:last-child {
  font-size: 16px;
  color: #666;
}
#content .content_area .report_procedure .inner span.arrow1 {
  /* display: block; */
  position: absolute;
  width: 70px; height: 70px;
  background: center / contain no-repeat url("../images/content3/arrow1.png");
  /* background-size: 50% 50%; */
  opacity: .4;
  transform: rotate(180deg);
  z-index: 3;
}
#content .content_area .report_procedure .inner span.firstarrow {
  left: 386px; top: 325px;
}
#content .content_area .report_procedure .inner span.secondarrow {
  left: 745px; top: 325px;
}





/* 윤리경영 상담 및 신고 */
#content .content_area .counselling {
  margin-top: 40px;
  width: 2000px;
  background-color: #f8f8f8;
  position: relative;
  left: 50%;
  margin-left: -1000px;
  border-top: 1px solid #f8f8f8;
  /* overflow: hidden; */
  /* border: 1px solid black; */
}
#content .content_area .counselling .inner {
  padding-bottom: 100px;
}
#content .content_area .counselling h3 {
  margin-top: 130px;
  position: relative;
  text-align: left;
  padding-bottom: 30px;
}
#content .content_area .counselling h3::before {
  content: "";
  position: absolute;
  width: 70px; height: 5px;
  background-color: #3cb149;
  left: 5px; top: -25px;
}
#content .content_area .counselling ul {
  overflow: hidden;
  width: 1000px;
  margin: 30px auto 0;
  /* border: 1px solid black; */
}
#content .content_area .counselling ul li {
  float: left;
  /* border: 1px solid black; */
  box-sizing: border-box;
  padding: 30px;
  width: 33.3%;
  height: 325px;
}
#content .content_area .counselling ul li .img_wrap {
  display: block;
  width: 120px;
  height: 120px;
  /* border: 1px solid black; */
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  color: #fff;
  margin: 0 auto;
}
#content .content_area .counselling ul li:nth-of-type(1) .img_wrap {
  background: center / 50% no-repeat url(../images/content3/mail.png) #fff;
}
#content .content_area .counselling ul li:nth-of-type(2) .img_wrap {
  background: center / 50% no-repeat url(../images/content3/telephone.png) #fff;
}
#content .content_area .counselling ul li:nth-of-type(3) .img_wrap {
  background: center / 50% no-repeat url(../images/content3/monitor.png) #fff;
}

#content .content_area .counselling ul li dt {
  /* 20px */
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 1.5em;
}
#content .content_area .counselling ul li dl dd {
  margin-top: 10px;
  line-height: 1.5em;
  font-size: 18px;
  color: #666;
}
#content .content_area .counselling ul li:nth-of-type(2) dd {
  text-align: center;
}
#content .content_area .counselling ul li:nth-of-type(2) dl dd:nth-of-type(2) {
  margin: 0;
}
/* 윤리강령 7원칙 */
#content .content_area .ethics_rule {
margin-top: 150px;
}
#content .content_area .ethics_rule h3 {
  text-align: left;
  position: relative;
  padding-bottom: 40px;
}
#content .content_area .ethics_rule h3::before {
  content: "";
  position: absolute;
  width: 70px; height: 5px;
  background-color: #3cb149;
  left: 5px; top: -25px;
}
#content .content_area .ethics_rule h3+p {
  /* 24px */
  font-size: 1.500em;
  margin-bottom: 60px;
}
#content .content_area .ethics_rule ul {
  /* border: 1px solid black; */
  margin-left: 26px;
}
#content .content_area .ethics_rule ul li {
  font-size: 1.125em;
  /* border: 1px solid black; */
  padding: 25px 20px 25px 20px;
  color: #555;
  font-weight: 500;
  border-bottom: 1px dotted #333;
  line-height: 1.5em;
  
}
#content .content_area .ethics_rule ul li::marker {
  color: #3cb149; 
  padding: 20px;
  font-size: 24px;
}
#content .content_area .ethics_rule ul li:nth-of-type(1)::marker {
  content: "01";
}
#content .content_area .ethics_rule ul li:nth-of-type(2)::marker {
  content: "02";
}
#content .content_area .ethics_rule ul li:nth-of-type(3)::marker {
  content: "03";
}
#content .content_area .ethics_rule ul li:nth-of-type(4)::marker {
  content: "04";
} 
#content .content_area .ethics_rule ul li:nth-of-type(5)::marker {
  content: "05";
}
#content .content_area .ethics_rule ul li:nth-of-type(6)::marker {
  content: "06";
}
#content .content_area .ethics_rule ul li:nth-of-type(7)::marker {
  content: "07";
}


/* 준법통제 */
#content .content_area .compliance_system {
  margin-top: 150px;
  /* 18px */
  font-size: 18px;
  line-height: 2em;
  margin-bottom: 150px;
}
#content .content_area .compliance_system h3 {
  position: relative;
  text-align: left;
}
#content .content_area .compliance_system h3::before {
  content: "";
  position: absolute;
  width: 70px; height: 5px;
  background-color: #3cb149;
  left: 5px; top: -25px;
}
#content .content_area .compliance_system h4 {
  margin-top: 50px;
  text-align: left;
  font-size: 22px;
  padding-bottom: 0;
}
#content .content_area .compliance_system .inner > ul li {
  font-weight: 500;
  color: #333;
}
#content .content_area .compliance_system .inner > ul > li {
  margin-top: 20px;
}
#content .content_area .compliance_system .inner > ul > li p {
  padding-left: 25px;
}
#content .content_area .compliance_system .inner > ul > li > ul li {
  padding-left: 50px;
  text-indent: -25px;
}
#content .content_area .compliance_system .inner > ul li *{
  font-weight: 400;
  color: #666;
}