@charset "UTF-8";
footer {
  position: relative;
}

.youtube > div {
  position: relative;
  padding-top: 56.25%;
  height: 0;
}

.youtube iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.text-center {
  text-align: center;
}

.topTxt {
  text-align: center;
  font-size: 3.125rem;
  color: #222;
  line-height: 1.3;
  margin-bottom: 100px;
}

.topTxt.type2 {
  font-size: 2.5rem;
  line-height: 1.625;
}

.topTxt.type3 {
  font-size: 2.25rem;
  line-height: 1.52777;
}

#sv {
  -webkit-transition: all 1s;
  transition: all 1s;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 300px !important;
}

#sv.on {
  height: 300px !important;
}

#sv.on .tit {
  padding-bottom: 10px;
}

#sv.on .tit span {
  opacity: 0;
}

#sv.sv01 {
  background-image: url("/img/sub/sv01_01.jpg");
}

#sv.sv02 {
  background-image: url("/img/sub/sv02_01.jpg");
}

#sv.sv03 {
  background-image: url("/img/sub/sv03.jpg");
}

#sv.sv04 {
  background-image: url("/img/sub/sv04.jpg");
}

#sv.sv05 {
  background-image: url("/img/sub/sv05.jpg");
}

#sv.sv06 {
  background-image: url("/img/sub/sv06_01.jpg");
}

#sv.sv07 {
  background-image: url("/img/sub/sv01.jpg");
}

#sv > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#sv .tit {
  -webkit-transition: all 1s;
  transition: all 1s;
  /* padding-bottom: 170px;*/
  padding-bottom: 10px;
  text-align: right;
  color: #fff;
}

#sv .tit p {
  text-transform: uppercase;
  letter-spacing: -4px;
  /* font-size: 6.875rem; */
  font-size: 4.5rem;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 0.7;
}

#sv .tit span {
  /* font-size: 1.875rem; */
  font-size: 1.62rem;
  font-weight: 300;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 24px;
}

#subWrap {
  overflow: hidden;
}

#subContents {
  padding: 138px 0;
}

#subContents > article {
  position: relative;
}

#subContents.type2 {
  padding: 218px 0 138px;
}

.posNone {
  position: static !important;
}

#lnb {
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}

#lnb .depth2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#lnb .depth2 > li:not(:last-child) {
  margin-right: 90px;
}

#lnb .depth2 > li a {
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
  position: relative;
}

#lnb .depth2 > li.on > a {
  color: #57c61c;
}

#lnb .depth2 > li.on > a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #57c61c;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

#lnb .depth2 > li.on .depth3 {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#lnb .depth2 > li.on .depth3 > li:not(:last-child) {
  margin-right: 60px;
}

#lnb .depth2 > li.on .depth3 > li.on > a {
  color: #57c61c;
}

#lnb .depth2 > li.on .depth3 span {
  display: none;
}

#lnb .depth3 {
  display: none;
}

#lnb .depth3::after {
  content: "";
  width: 1000000%;
  display: block;
  height: 100%;
  position: absolute;
  background: #f5f5f5;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}

#lnb .pageTit {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 1.5rem;
  height: 70px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#lnb .pageTit:after {
  content: "";
  width: 10000%;
  height: 100%;
  background: #4a8f26;
  position: absolute;
  display: block;
  left: -96px;
  z-index: -1;
  top: 0;
}

/* 회사소개 - 인사말*/
#greeting {
  padding-bottom: 210px;
}

#greeting .info > div {
  width: 50%;
}

#greeting .info .txtBox {
  padding-right: 50px;
}

#greeting .info .txtBox .cate {
  color: #57c61c;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 55px;
}

#greeting .info .txtBox dl {
  color: #222;
}

#greeting .info .txtBox dl dt {
  font-size: 3.125rem;
  line-height: 1.3;
}

#greeting .info .txtBox dl dd {
  margin-top: 85px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 300;
}

#greeting .info .txtBox dl dd p:not(:last-child) {
  margin-bottom: 23px;
}

#greeting .info .txtBox dl dd strong {
  font-weight: 500;
}

#greeting .info .txtBox .sign {
  margin-top: 110px;
  font-size: 1.125rem;
  color: #222;
  padding-right: 20px;
}

#greeting .info .txtBox .sign p {
  margin-right: 20px;
}

#greeting .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -100px;
  z-index: -1;
}

#greeting .bg > div {
  height: 100%;
  background: url("/img/sub/greeting_bg.png") no-repeat right bottom;
}

.pageName {
  text-align: center;
  color: #57c61c;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 80px;
  text-transform: uppercase;
}

.tab_s1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 73px;
}

.tab_s1 ul li button {
  font-size: 1.125rem;
  color: #222;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.tab_s1 ul li.on button {
  color: #57c61c;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
}

.tab_s1 ul li.on button::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #45941e;
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
}

#history .list_grouup {
  margin-top: 90px;
}

#history .list {
  position: relative;
  padding-top: 110px;
  display: none;
}

#history .list:first-child {
  display: block;
}

#history .list::after,
#history .list::before {
  content: "";
  display: block;
  position: absolute;
}

#history .list::after {
  border-radius: 50%;
  background: #57c61c;
  width: 19px;
  height: 19px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#history .list::before {
  width: 1px;
  height: 100%;
  background: #e1e1e1;
  left: 50%;
  top: 0;
}

#history .list article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#history .list article > * {
  width: 50%;
}

#history .list article .txtBox {
  margin-top: 30px;
  padding: 0 5.83333%;
  color: #222;
}

#history .list article .txtBox .year {
  font-size: 2.5rem;
  font-weight: 700;
}

#history .list article .txtBox .info {
  margin-top: 30px;
}

#history .list article .txtBox .info ul li {
  font-size: 1.125rem;
  position: relative;
  padding-left: 23px;
}

#history .list article .txtBox .info ul li:not(:last-child) {
  margin-bottom: 12px;
}

#history .list article .txtBox .info ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #222;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
}

#history .list article .imgBox {
  position: relative;
}

#history .list article .imgBox .year {
  position: absolute;
  z-index: -1;
  top: -90px;
  width: 100%;
  font-size: 8.125rem;
  color: #222;
  font-weight: 700;
  opacity: 0.2;
  line-height: 1;
}

#history .list article:not(:last-child) {
  margin-bottom: 188px;
}

#history .list article:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#history .list article:nth-child(odd) .imgBox {
  text-align: right;
}

#history .list article:nth-child(odd) .imgBox .year {
  right: -5px;
}

#certification .top .txt {
  text-align: center;
  font-size: 2.25rem;
  color: #222;
  line-height: 1.5277;
}

#certification .top .list {
  padding: 60px 0;
  margin-top: 52px;
  background: #f5f5f5;
}

#certification .top .list ul {
  padding: 0 20px !important;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [5];
  grid-template-columns: repeat(5, 1fr);
}

#certification .top .list ul li {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

#certification .img_list {
  margin-top: 84px;
}

#certification .img_list .s_tit {
  font-size: 1.5rem;
  color: #222;
  font-weight: 700;
  margin-bottom: 16px;
}

#certification .img_list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  gap: 76px 12px;
}

#certification .img_list ul .img {
  border: 1px solid #e1e1e1;
  margin-bottom: 22px;
}

#certification .img_list ul .tit {
  font-size: 1.125rem;
  font-weight: 700;
}

#certification .img_list ul p {
  font-weight: 300;
  margin-top: 4px;
}

#location .root_daum_roughmap {
  width: 100% !important;
}

#location .root_daum_roughmap .wrap_map {
  height: 600px;
}

#location .tag {
  position: relative;
  z-index: 1;
  margin-top: -40px;
  width: 290px;
  height: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 1.7647rem;
  font-weight: 700;
  background: #45941e;
}

#location .tag.type2 {
  width: auto;
  max-width: 600px;
}

#location .tag.type2 dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#location .tag.type2 dl dt {
  margin-right: 11.1666%;
}

#location .tag.type2 dl dd {
  font-size: 1.0625rem;
  font-weight: 300;
}

#location .headOffice .list {
  margin-top: 42px;
}

#location .headOffice .list .icon {
  height: 86px;
}

#location .headOffice .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

#location .headOffice .list ul li {
  border: 1px solid #e1e1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 300px;
  width: 21.66666%;
}

#location .headOffice .list ul li:nth-child(1) {
  width: 32.083333%;
}

#location .headOffice .list ul dl dt {
  font-size: 1.25rem;
  font-weight: 700;
  color: #222;
}

#location .headOffice .list ul dl dd {
  margin-top: 20px;
  height: 50px;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#location .branch {
  margin-top: 126px;
}

#location .branch article:not(:last-child) {
  margin-bottom: 170px;
}

#summary .icon-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6.2857142% 0;
}

#summary .icon-list li:nth-child(2) .icon .line {
  -webkit-transform: rotate(180deg) scaleX(-1);
  transform: rotate(180deg) scaleX(-1);
  height: 100%;
}

#summary .icon-list .icon {
  width: 257px;
  height: 257px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 18px 3px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 18px 3px rgba(0, 0, 0, 0.18);
  position: relative;
}

#summary .icon-list .icon .line {
  width: calc(100% + 10px);
  position: absolute;
  top: 0;
}

#summary .icon-list .txt {
  color: #222;
  line-height: 1.66;
  font-size: 1.125rem;
  margin-top: 34px;
}

#summary .bn-list {
  margin: 150px 0;
}

#summary .bn-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}

#summary .bn-list ul li {
  padding-top: 135.41666%;
  position: relative;
}

#summary .bn-list ul li::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

#summary .bn-list ul li > div {
  position: absolute;
  width: 100%;
  color: #fff;
  z-index: 10;
  left: 0;
  top: 25.38461%;
}

#summary .bn-list ul li .cate {
  color: #57c61c;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

#summary .bn-list ul li dl {
  margin-top: 65px;
}

#summary .bn-list ul li dl dt {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.1;
}

#summary .bn-list ul li dl dd {
  font-size: 1.5rem;
  margin-top: 20px;
}

#summary .bn-list ul li:nth-child(1) {
  background: url("/img/sub/summary_img01.jpg") no-repeat center;
}

#summary .bn-list ul li:nth-child(2) {
  background: url("/img/sub/summary_img02.jpg") no-repeat center;
}

#summary .bn-list ul li:nth-child(3) {
  background: url("/img/sub/summary_img03.jpg") no-repeat center;
}

#summary .bn-list ul li:nth-child(4) {
  background: url("/img/sub/summary_img04.jpg") no-repeat center;
}

#summary .info .topTxt {
  margin-bottom: 70px;
}

#summary .table th,
#summary .table td {
  border: 1px solid #e1e1e1;
  border-left: none;
  padding: 18px 0;
  color: #222;
}

#summary .table th {
  font-size: 1.25rem;
  width: 268px;
}

#summary .table td {
  font-size: 1.125rem;
  border-right: none;
  padding-left: 50px;
}

#summary .table ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 36px;
}

#welfare .txt {
  margin-bottom: 30px;
  margin-top: 62px;
  text-align: center;
  color: #222;
  font-size: 1.5rem;
}

#welfare .txt span {
  color: #57c61c;
  font-weight: 700;
}

#personnelSystem .bn {
  margin-top: 145px;
  height: 600px;
  background: url("/img/sub/personnelSystem_bg.jpg") no-repeat center;
  background-size: cover;
}

#personnelSystem .txtBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3.33333%;
}

#personnelSystem .txtBox article {
  margin-top: -142px;
  background: #fff;
  text-align: center;
  position: relative;
  padding-top: 125px;
}

#personnelSystem .txtBox article::before {
  content: "";
  width: 1px;
  height: 90px;
  background: #45941e;
  opacity: 0.3;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
}

#personnelSystem .txtBox dl {
  font-weight: 700;
}

#personnelSystem .txtBox dl dt {
  font-size: 1.25rem;
  color: #57c61c;
}

#personnelSystem .txtBox dl dd {
  margin-top: 55px;
  font-size: 1.875rem;
  color: #222;
  line-height: 1.3333333;
}

#personnelSystem .txtBox .infoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}

#personnelSystem .txtBox .infoBox.type2 {
  margin-top: 36px;
}

#personnelSystem .txtBox .infoBox.type2 .box {
  height: 123px;
}

#personnelSystem .txtBox .infoBox .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #e1e1e1;
  font-size: 1.25rem;
  text-align: center;
  color: #222;
  font-weight: 700;
  height: 150px;
  padding: 0 50px;
}

#benefits .list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

#benefits .list ul li {
  background: #f5f5f5;
  font-weight: 700;
  text-align: center;
  padding: 54px 10px;
}

#benefits .list .num {
  color: #57c61c;
  font-size: 1.25rem;
}

#benefits .list .icon {
  height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 45px 0;
}

#benefits .list .tit {
  font-size: 1.5rem;
  color: #222;
}

#employee .icon-list {
  text-align: center;
}

#employee .icon-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#employee .icon-list ul li {
  width: 25%;
  height: 25%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #e3e3e3;
  padding-top: 25%;
  border-radius: 50%;
  position: relative;
}

#employee .icon-list ul li:not(:first-child) {
  margin-left: -12px;
}

#employee .icon-list ul li > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#employee .icon-list ul li:not(:last-child)::after {
  content: "";
  width: 22px;
  height: 124px;
  background: url("/img/sub/employee_line.gif") no-repeat center;
  background-size: cover;
  display: block;
  position: absolute;
  right: -7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

#employee .icon-list .icon {
  height: 100px;
}

#employee .icon-list dl dt {
  font-size: 2.1875rem;
  font-weight: 700;
}

#employee .icon-list dl dd {
  margin-top: 20px;
  font-weight: 500;
  color: #57c61c;
  font-size: 1.25rem;
}

#employee .info {
  margin-top: 126px;
}

#employee .info section {
  position: relative;
}

#employee .info section:not(:last-child) {
  margin-bottom: 127px;
}

#employee .info section:nth-child(odd) .txt {
  right: 0;
}

#employee .info section:nth-child(even) .img {
  text-align: right;
}

#employee .info .txt {
  position: absolute;
  background: #fff;
  width: 60%;
  top: 176px;
  min-height: 382px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10%;
}

#employee .info .txt dl dt b {
  font-size: 3.125rem;
  color: #57c61c;
  font-weight: 700;
  font-family: "Noto Sans KR";
}

#employee .info .txt dl dt p {
  font-size: 2.1875rem;
  margin-top: 8px;
}

#employee .info .txt dl dd {
  margin-top: 63px;
  font-size: 1.125rem;
  color: #222;
  font-weight: 300;
}

#intellectual .list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 14px;
  text-align: center;
}

#intellectual .list .img {
  border: 1px solid #e1e1e1;
}

#intellectual .list .tit {
  margin-top: 28px;
  font-weight: 700;
  color: #222;
  font-size: 1.125rem;
}

.df_bd_list .table th {
  border-top: 2px solid #45941e;
}

.df_bd_list .table th,
.df_bd_list .table td {
  border-bottom: 1px solid #e0e0e0;
  padding: 16px 15px;
}

.df_bd_list .table .num {
  text-align: center;
}

.df_bd_list .table td {
  color: #666;
  font-weight: 300;
}

.df_bd_list .table td p,
.df_bd_list .table td a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.df_bd_list .table .w1 {
  width: 100px;
}

.df_bd_list .table .w2 {
  width: 21.42857%;
}

.paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 70px;
}

.paging .arr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.paging .arr a:not(:last-child) {
  margin-right: 5px;
}

.paging .arr a.last,
.paging .arr a.first {
  letter-spacing: -10px;
}

.paging .arr a.last i,
.paging .arr a.first i {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}

.paging a {
  width: 35px;
  height: 35px;
  border: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #999;
}

.paging ul {
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.paging ul li:not(:last-child) {
  margin-right: 5px;
}

.paging ul li.on a {
  color: #fff;
  background: #57c61c;
  border-color: #57c61c;
}

.df_bd_view .table {
  border-top: 2px solid #45941e;
}

.df_bd_view .table.type2 {
  border-color: #e0e0e0;
  border-width: 1px;
}

.df_bd_view .table.type2 th {
  width: 220px;
  border-right: 1px solid #e0e0e0;
}

.df_bd_view table th {
  background: #f5f5f5;
  font-weight: 500;
  color: #222;
  font-size: 1.125rem;
  width: 270px;
}

.df_bd_view table th,
.df_bd_view table td {
  padding: 17px 0;
  border-bottom: 1px solid #e0e0e0;
}

.df_bd_view table td {
  padding: 17px 38px;
}

.df_bd_view .cont {
  padding: 60px 0;
}

.df_bd_view .listBtn {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.df_bd_view .listBtn a {
  color: #fff;
  background: #45941e;
  width: 180px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pd_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  color: #222;
  font-weight: 700;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.pd_tit b {
  line-height: 1;
  font-size: 3.75rem;
}

.pd_tit span {
  font-size: 1.5rem;
  margin-left: 6px;
}

#product .topTxt {
  text-align: left;
  font-size: 1.0625rem;
  line-height: 1.7647;
}

#product .contBox section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 36px 0;
}

#product .contBox section:not(:last-child) {
  border-bottom: 1px solid #e1e1e1;
}

#product .contBox section.type2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 26px;
}

#product .contBox section.type2 .tit {
  width: 100%;
}

#product .contBox .tit {
  padding-right: 20px;
  width: 250px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #57c61c;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#product .contBox .tit + * {
  width: 100%;
}

#product .grid {
  display: -ms-grid;
  display: grid;
}

#product .tb_list {
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
}

#product .tb_list .tit {
  padding: 0 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 80px;
  text-align: center;
  background: #ccc;
  color: #222;
  font-weight: 400;
  font-size: 1.125rem;
}

#product .tb_list li {
  border: 1px solid #e1e1e1;
}

#product .tb_list li:not(:last-child) {
  border-right: none;
}

#product .tb_list .img {
  padding: 20px;
  border-top: 1px solid #ccc;
  text-align: center;
}

#product .tb_list .type1 {
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#product .name {
  font-size: 1.125rem;
  color: #222;
  font-weight: 500;
  font-family: "Noto Sans KR", sans-serif;
}

#product .summary + .img {
  margin-top: 24px;
}

#product .summary dl {
  color: #222;
}

#product .summary dl dt {
  font-size: 1.125rem;
  font-weight: 500;
}

#product .summary dl dd {
  font-size: 0.9375rem;
  margin-top: 10px;
  letter-spacing: 0.1px;
}

#product .summary dl:not(:last-child) {
  margin-bottom: 24px;
}

#product .summary.type2 dl dd {
  margin-top: 5px;
}

#product .df_txt {
  font-size: 1.125rem;
  color: #222;
  font-weight: 500;
}

#product .df_txt span {
  color: #222;
}

#product .df_txt.type2 {
  color: #57c61c;
}

#product .df_txt.normal {
  font-weight: 400;
}

#product .df_txt.type3 {
  font-size: 1rem;
  font-weight: 400;
}

#product .table {
  margin-top: 18px;
}

#product .table .left {
  text-align: left;
  padding: 18px 20px;
}

#product .table p {
  padding-left: 12px;
  position: relative;
}

#product .table p::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

#product .table .w1 {
  width: 176px;
}

#product .table .w2 {
  width: 290px;
}

#product .table th,
#product .table td {
  padding: 18px 0;
  border: 1px solid #e1e1e1;
}

#product .table th {
  background: #45941e;
  color: #fff;
  font-weight: 500;
}

#product .table td {
  color: #222;
  text-align: center;
}

#product .numTxt {
  margin: 23px 0 0 0;
}

#product .numTxt > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#product .numTxt > div:not(:last-child) {
  margin-bottom: 24px;
}

#product .numTxt em {
  font-weight: 400;
}

#product .numTxt span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #57c61c;
  color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#product .numTxt p {
  margin-top: 4px;
  color: #57c61c;
  font-size: 1.125rem;
  font-weight: 700;
  margin-left: 12px;
}

#product .numTxt ul {
  margin-top: 15px;
  padding-left: 12px;
}

#product .numTxt ul.mgNone {
  margin-top: 4px;
}

#product .numTxt ul li {
  color: #57c61c;
  font-size: 1rem;
  position: relative;
  padding-left: 18px;
}

#product .numTxt ul li:not(:last-child) {
  margin-bottom: 4px;
}

#product .numTxt ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: block;
  border-radius: 50%;
  background: #57c61c;
  position: absolute;
  left: 0;
  top: 10px;
}

#product .numTxt ul.type2 li {
  padding-left: 12px;
  color: #222;
}

#product .numTxt ul.type2 li::before {
  content: "-";
  width: 0;
  height: 0;
  top: 0;
}

#product .numTxt ul.type3 li {
  padding-left: 0;
  color: #222;
}

#product .numTxt ul.type3 li::before {
  display: none;
}

#product .numTxt.type2 ul {
  margin-top: 5px;
}

#product .numTxt.type2 p {
  margin-top: 0;
  margin-left: 5px;
}

#product .numTxt.type2 span {
  margin-top: 1px;
  width: auto;
  height: auto;
  background: none;
  color: #57c61c;
}

#product .numTxt.type2_2 span {
  color: #222;
}

#product .numTxt.type2_2 p {
  color: #222;
}

#product .s_txt {
  margin-top: 10px;
}

#product .s_txt p {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  padding-left: 10px;
}

#product .s_txt.dots p {
  position: relative;
}

#product .s_txt.dots p::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

#product .info_tit {
  font-size: 1.125rem;
  color: #222;
  font-weight: 500;
  margin-bottom: 14px;
}

#product .dotTxt + .img {
  margin-top: 28px;
}

#product .dotTxt p {
  font-size: 1.125rem;
  position: relative;
  color: #222;
  font-weight: 500;
  padding-left: 18px;
}

#product .dotTxt p::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: block;
  border-radius: 50%;
  background: #222;
  position: absolute;
  left: 0;
  top: 10px;
}

#product .dotTxt p:not(:last-child) {
  margin-bottom: 10px;
}

#product .dotTxt p.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#product .dotTxt p.flex em {
  display: block;
  padding-left: 10px;
}

#product .dotTxt.type2 p {
  font-size: 1rem;
}

#product .infoLayout > article:not(:last-child) {
  margin-bottom: 30px;
}

#product .construction > article:not(:last-child) {
  margin-bottom: 30px;
}

#product .construction .grid {
  gap: 30px;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  margin-top: 12px;
}

#product .construction2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  gap: 20px 0;
}

#product .construction2 li {
  width: calc((100% - 58px) / 3);
}

#product .construction2 li:nth-child(6n) {
  display: none;
}

#product .construction2 .arr {
  width: 29px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#product .construction2 .txt {
  margin-top: 12px;
  color: #222;
}

#product .list .grid {
  gap: 30px;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
}

#product .list li {
  border: 1px solid #e1e1e1;
  padding-bottom: 30px;
  min-height: 350px;
}

#product .list .p_name {
  background: #45941e;
  color: #fff;
  height: 50px;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#product .list .img {
  text-align: center;
  margin: 36px 0;
}

#product .list .txt {
  padding: 0 20px;
}

#product .list .txt p {
  font-size: 0.9375rem;
  color: #222;
  line-height: 1.6;
  padding-left: 8px;
  position: relative;
}

#product .list .txt p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}

#product .list.type2 {
  text-align: center;
}

#product .list.type2 li {
  min-height: inherit;
}

#product .certi {
  gap: 15px;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
}

#product .certi .img {
  border: 1px solid #e1e1e1;
}

#product .certi p {
  margin-bottom: 16px;
  color: #222;
  font-size: 1.1875rem;
  color: #222;
  font-weight: 700;
}

#product .imgGroup {
  border: 1px solid #e1e1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#product .imgGroup > div {
  width: 50%;
}

#product .imgGroup .grid {
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
}

#product .imgGroup .grid li {
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
}

#product .imgGroup .grid li:nth-child(1),
#product .imgGroup .grid li:nth-child(2) {
  border-top: none;
}

#product .txt_list {
  padding: 0 18px;
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#product .txt_list > * {
  width: 50%;
}

#product .txt_list li:not(:last-child) {
  margin-bottom: 27px;
}

#product .txt_list dl {
  position: relative;
  padding-left: 15px;
}

#product .txt_list dl::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #57c61c;
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
}

#product .txt_list dl dt {
  font-size: 1.125rem;
  font-weight: 700;
  color: #57c61c;
}

#product .txt_list dl dd {
  margin-top: 10px;
  font-size: 0.9375rem;
}

#product .txt_list dl dd p {
  position: relative;
  padding-left: 12px;
  color: #222;
}

#product .txt_list dl dd p:not(:last-child) {
  margin-bottom: 2px;
}

#product .txt_list dl dd p::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

#product .maintain {
  gap: 15px;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
}

#product .maintain li {
  background: #f5f5f5;
}

#product .maintain .txtBox {
  padding: 28px 18px;
}

#product .maintain .txtBox .s_tit {
  text-align: center;
  color: #57c61c;
  font-size: 1.1875rem;
  font-weight: 700;
  margin-bottom: 20px;
}

#product .maintain .txtBox .txt ul li:not(:last-child) {
  margin-bottom: 14px;
}

#product .maintain .txtBox .txt ul li p {
  color: #222;
  font-weight: 500;
  position: relative;
  padding-left: 14px;
}

#product .maintain .txtBox .txt ul li p::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: block;
  border-radius: 50%;
  background: #222;
  position: absolute;
  left: 0;
  top: 10px;
}

#product .maintain .txtBox .txt ul li span {
  font-weight: 300;
  position: relative;
  display: block;
  padding-left: 12px;
  color: #222;
}

#product .maintain .txtBox .txt ul li span::before {
  content: "-";
  position: absolute;
  left: 0;
}

.mgt22 {
  margin-top: 22px;
}

.mgt10 {
  margin-top: 10px;
}

/* 250328 연혁 리뉴얼 */
#history .list-new {
	padding-top: 0;
	padding-bottom: 110px;
}
#history .list-new::before {
	background: #c7c7c7;
}
#history .list-new .bottom-dot {
	display: block;
	position: absolute;
    border-radius: 50%;
    background: #57c61c;
    width: 19px;
    height: 19px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#history .list-new article:not(:last-child) {
	margin-bottom: 0;
}
#history .list-new article:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
#history .list-new article:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
#history .list-new .yearBox { 
	position: relative;
	display: flex;
	justify-content:right;
	padding-left: 0;
	padding-right: 60px;
}
#history .list-new article .imgBox { 
	position: relative; 
	width: 38.9%;
	max-width:210px;
	height: fit-content;
}
#history .list-new article .imgBox::after{
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	border-radius:50%;
	background-color: #57c61c;
	opacity:0.1;
	transform:translateX(50%);
	z-index: -1;
}
#history .list-new article .imgBox::before {
	content:"";
	position: absolute;
	right: -60px;
	top: 50%;
	display: block;
	width: 60px;
	height: 1px;
	background-color: #c7c7c7;
	transform:translateY(-50%);
}
#history .list-new article:nth-child(odd) .imgBox::before{
	right: auto;
	left: -60px;
}
#history .list-new article:nth-child(even) .imgBox::after{
	transform:translateX(-50%);
}
#history .list-new article:nth-child(1) .imgBox::after,
#history .list-new article:nth-child(4) .imgBox::after,
#history .list-new article:nth-child(5) .imgBox::after,
#history .list-new article:nth-child(8) .imgBox::after {
	display: block;
}
#history .list-new article .txtBox {
	width: 61.1%;
	padding: 0;
}
#history .list-new article:nth-child(odd) .txtBox {
	padding-left: 30px;
}
#history .list-new article:nth-child(even) .txtBox {
	padding-right: 30px;
}
#history .list-new article .txtBox .info {
	margin-top: 16px;
}
#history .list-new .yearBox .txtBox .year {
	font-size: 40px; 
	line-height: 1;
	color: #57c61c;
}
#history .list-new article:nth-child(odd) .yearBox { 
	flex-direction:row-reverse; 
	justify-content:left;
	padding-left: 60px;
	padding-right: 0px;
}
#history .list-new article .txtBox .info ul li { 
	padding-left: 12px; 
}
#history .list-new article .txtBox .info ul li::before {
	width: 4px;
	height: 4px;
	top: 0.5em;
}