@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap");

* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  font-family: "Nanum Gothic", sans-serif;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  border: 0;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

/* 탑버튼 */
#top_btn {
  position: fixed;
  right: 25px;
  top: 90%;
  z-index: 400;
}

@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap");

* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  font-family: "Nanum Gothic", sans-serif;
  margin: 0 auto;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  border: 0;
}

/* Header 영역 */
#header_wrap {
  width: 100%;
  min-width: 1820px;
  height: 140px;
  position: relative;
  background-color: #fff;
  z-index: 200;
}

#header_wrap #header_fixed {
  width: 100%;
  min-width: 1820px;
  position: fixed;
  background: #fff;
}

#header_wrap #header_top {
  min-width: 1820px;
  height: 35px;
  margin: 0 auto;
  padding-top: 18px;
  border-bottom: 1px solid #dbdbdb;
  background: #fbfbfb;
}

#header_wrap #header_top .header_top {
  min-width: 1820px;
}

#header_wrap #header_top .header_top p {
  margin-left: 40px;
  padding-left: 55px;
  font-size: 14px;
}

#header_wrap #header_top .header_top p::before {
  content: "";
  position: absolute;
  top: 1.5px;
  left: 40px;
  background: url(../img/electronic_icon.png) no-repeat center center;
  width: 50px;
  height: 50px;
}

/* nav */
#header_wrap #header_bottom {
  width: 100%;
  height: 88px;
  margin: 0 auto;
  background: #fff;
}

#header_wrap #header_bottom h1.logo {
  display: inline-block;
  margin-left: 40px;
  margin-top: 25px;
}

#header_wrap #header_bottom h1.logo span {
  display: none;
}

#header_wrap #header_bottom .bg_menu {
  width: 1200px;
  float: left;
  position: relative;
  margin-top: -35px;
  margin-left: 300px;
  height: 30px;
  overflow: hidden;
  transition: height 0.3s;
}

#header_wrap #header_bottom .nav:hover .bg_menu {
  height: 430px;
}

#header_wrap #header_bottom form {
  position: absolute;
  top: 83px;
  right: 300px;
  border: 1px solid #58b532;
}

#header_wrap #header_bottom > form > input {
  float: left;
  width: 50px;
  height: 30px;
  background-color: #58b532;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

#header_wrap #header_bottom > form > input.search {
  float: left;
  width: 170px;
  padding: 10px;
  color: #3b3b3b;
  background-color: #fff;
}

#header_wrap #header_bottom .user {
  float: left;
  position: absolute;
  top: 83px;
  right: 50px;
}

#header_wrap #header_bottom .user > li {
  float: left;
  padding-left: 25px;
  padding-top: 5px;
}

#header_wrap #header_bottom .user > li > a {
  color: #3b3b3b;
  font-size: 14px;
}

#header_wrap #header_bottom .depth1 {
  width: 1200px;
}

#header_wrap #header_bottom .depth1 > li {
  float: left;
  text-align: center;
}

#header_wrap #header_bottom .depth1 > li > a {
  display: block;
  color: #161616;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
  padding-left: 50px;
  letter-spacing: -1px;
}

#header_wrap #header_bottom .depth1 > li > a:hover span {
  border-bottom: 3px solid #f28f00;
  padding: 0 0 29px 0;
}

#header_wrap #header_bottom .nav .drop_bg {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: #fff;
  top: 140px;
  left: 0;
  transition: height 0.3s;
  border-bottom: 3px solid #58b532;
}

#header_wrap #header_bottom .nav .drop_bg span {
  background-color: #aceb94;
  display: block;
  width: 300px;
  height: 0px;
  overflow: hidden;
}

#header_wrap #header_bottom .nav .drop_bg p {
  float: left;
  width: auto;
  height: 570px;
  margin: 20px 0px 0 40px;
  font-size: 17px;
  line-height: 29px;
  font-weight: 500;
  color: #3b3b3b;
  text-align: left;
  background: url(../img/menu_logo.png) no-repeat left;
  background-size: 235px;
}

#header_wrap #header_bottom .nav:hover .drop_bg {
  width: 100%;
  height: 380px;
  border-top: 1px solid #ccc;
  border-bottom: 3px solid #58b532;
}

#header_wrap #header_bottom .nav:hover .drop_bg span {
  height: 100%;
}

#header_wrap #header_bottom .depth1 .depth2 {
  height: 0;
  padding-left: 50px;
  padding-top: 20px;
}

#header_wrap #header_bottom .depth1 .depth2 > li {
  padding-top: 20px;
}

#header_wrap #header_bottom .depth1 .depth2 > li > a {
  font-size: 16px;
  font-weight: 500;
  color: #3b3b3b;
}

#header_wrap #header_bottom .depth1 .depth2 > li:hover a {
  color: #58b532;
  font-weight: 700;
}

/* slide banner */
.visual1 {
  width: 100%;
  height: 700px;
  position: relative;
  top: 0;
  left: 0;
}

.section1 {
  width: 100%;
  height: 700px;
  background: url(../img/webjin.jpg) no-repeat center;
  background-size: cover;
}

.section2 {
  width: 100%;
  height: 700px;
  background: url(../img/do_dream.png) no-repeat center;
  background-size: cover;
}

.section3 {
  width: 100%;
  height: 700px;
  background: url(../img/Chairman-of-the-Board.png) no-repeat center;
  background-size: cover;
}

.section4 {
  width: 100%;
  height: 700px;
  background: url(../img/daq.png) no-repeat center;
  background-size: cover;
}

.section5 {
  width: 100%;
  height: 700px;
  background: url(../img/danuri.png) no-repeat center;
  background-size: cover;
}

#section_border {
  position: absolute;
  top: 590px;
  right: 50px;
  width: 200px;
  height: 70px;
  background-color: rgba(255, 255, 255, 70%);
  border-radius: 200px;
}

.section_text1 {
  position: absolute;
  margin-top: -150px;
  padding-left: 40px;
  width: 100%;
  height: 150px;
  padding-top: 30px;
  background-color: rgba(88, 181, 50, 80%);
  box-sizing: border-box;
}

.section_text1 h2 {
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 20px;
}

.section_text1 p {
  font-size: 20px;
  color: #fff;
}

#section_arrow {
  width: 100%;
  height: 20px;
  position: absolute;
  top: 18px;
  left: 43px;
  z-index: 10;
}

.arrow1 {
  height: 50px;
}

.arrow1_1 {
  width: 100%;
  height: 50px;
  text-align: center;
}

.arrow1_1 img {
  cursor: pointer;
  margin-top: 3px;
  margin-right: 7px;
  box-sizing: border-box;
  filter: invert(56%) sepia(99%) saturate(345%) hue-rotate(58deg)
    brightness(90%) contrast(89%);
}

.arrow1_1 img:hover {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg)
    brightness(102%) contrast(102%);
}

.arrow1_1_center {
  width: 80px;
  height: 250px;
  float: right;
  margin-right: 70px;
}

.section_number {
  width: 100px;
  height: auto;
  position: absolute;
  top: 24px;
  right: 127px;
  z-index: 5;
  font-size: 20px;
  font-weight: 700;
  color: #58b532;
}

.section_number p {
  text-align: right;
  display: none;
}

.section_number p.bl {
  display: block;
}

.visual1 {
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
}

.visual1 li {
  width: 100%;
  height: 700px;
  position: absolute;
  top: 0;
  left: 100%;
}

/* P태그 따옴표 문장 */
.title_text {
  min-width: 1820px;
  margin: 0 auto;
  padding: 100px 0 70px 0;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

.title_text p {
  display: inline-block;
  position: relative;
}

.title_text p span {
  font-weight: 900;
}

.title_text p::before {
  content: "";
  position: absolute;
  top: 0;
  left: -35px;
  background: url(../img/quote-left-solid.svg) no-repeat center;
  width: 25px;
  height: 25px;
}

.title_text p::after {
  content: "";
  position: absolute;
  top: 0;
  right: -35px;
  background: url(../img/quote-right-solid.svg) no-repeat center;
  width: 25px;
  height: 25px;
}

/* section1 */
#main_section {
  min-width: 1820px;
  width: 100%;
}

#main_section .tab_contents {
  width: 1820px;
  margin: 0 auto;
}

#main_section .tab_contents .tab_page {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#main_section .tab_contents .tab_page > li {
  width: 400px;
  height: 420px;
  float: left;
  padding: 20px;
  border: 5px solid transparent;
  box-sizing: border-box;
}

#main_section > .tab_contents > .tab {
  width: 400px;
  height: auto;
}

#main_section .tab_contents .tab_page > li:hover {
  border: 2px solid #f28f00;
  padding: 20px;
  box-sizing: border-box;
}

#main_section .tab_contents .tab_page > li a {
  font-size: 20px;
  font-weight: 700;
  color: #f28f00;
  text-align: center;
  padding-top: 20px;
}

#main_section .tab_contents .tab_page > li img {
  width: 350px;
  height: 200px;
  padding: 10px 0;
}

#main_section .tab_contents .tab_page > li ul > li {
  line-height: 2em;
}

#main_section .tab_contents .tab_page > li ul > li::before {
  content: "· ";
}

/* section1 end */

/* section2 */
#icon {
  min-width: 1820px;
  width: 100%;
}

#icon > ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#icon > ul > li {
  width: 120px;
  height: 120px;
  margin: 0 50px 60px 50px;
  background-color: #aceb94;
  border-radius: 50%;
  position: relative;
}

#icon > ul > li:hover {
  background-color: #58b532;
  transform: scale(1.2);
  transition: all 0.4s;
}

#icon > ul > li > img {
  width: auto;
  height: 60px;
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(31deg)
    brightness(110%) contrast(113%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#icon > ul > li > p {
  text-align: center;
  font-weight: 700;
  color: #58b532;
  margin-top: 140px;
  line-height: 20px;
}

/* section2 end */

/* section3 */
#section3_size {
  width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
  margin-bottom: 70px;
}

#section3 #popupzone {
  width: 800px;
  height: auto;
  float: left;
}

#section3 #popupzone > h3 {
  display: none;
}

#popupzone > #brandVisual {
  position: relative;
  width: 800px;
  margin: 0 auto;
  overflow: hidden;
  height: 415px;
}

#popupzone > #brandVisual ul {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

#popupzone > #brandVisual ul li {
  position: absolute;
  width: 100%;
  height: 500px;
}

#popupzone > #brandVisual ul li a {
  display: block;
  text-indent: -9999px;
}

#popupzone > #brandVisual .visual_0 {
  left: 0;
  background: url(../img/popup1.png) 100% 0 no-repeat;
  background-size: cover;
}

#popupzone > #brandVisual .visual_1 {
  left: 100%;
  background: url(../img/popup2.png) 100% 0 no-repeat;
  background-size: cover;
}

#popupzone > #brandVisual .visual_2 {
  left: 200%;
  background: url(../img/popup3.png) 100% 0 no-repeat;
  background-size: cover;
}

#popupzone > .btnImg {
  position: relative;
  top: -250px;
  width: 100%;
  cursor: pointer;
}

#popupzone > .btnImg .prev {
  position: absolute;
  left: 30px;
}

#popupzone > .btnImg .next {
  position: absolute;
  right: 30px;
}

#popupzone > #buttonList:after {
  content: "";
  display: block;
  clear: both;
}

#popupzone > #buttonList li {
  background: url(../img/btnVisual.png) 0 -16px no-repeat;
  width: 14px;
  height: 15px;
  float: left;
  position: relative;
  left: 48%;
  top: -30px;
  overflow: hidden;
  margin: 0 5px;
  cursor: pointer;
}

#popupzone > #buttonList li a {
  display: block;
  text-indent: -9999px;
}

#popupzone > #buttonList li.on {
  background-position: 0 0;
}

/* 슬라이드 배너 끝 */

/* 소식 */
#section3 .newsSection {
  float: right;
  width: 770px;
  height: 415px;
  box-sizing: border-box;
}

.newsSection .title {
  font-weight: bold;
  float: left;
  font-size: 24px;
  margin-bottom: 40px;
}

.news-section a {
  pointer-events: auto !important;
}

#section3 .newsSection .newstabs {
  width: 100%;
  float: left;
}

#section3 .newsSection .newstabs input {
  display: none;
}

#section3 .newsSection .newstabs label {
  margin-right: 20px;
  cursor: pointer;
  color: #8c908c;
  text-align: left;
  float: left;
  margin-bottom: 20px;
}

#section3 .newsSection .newstabs input:checked + label {
  color: #f28f00;
  font-weight: 700;
}

.panels {
  float: left;
  width: 100%;
  background: #fff;
}

.panel {
  display: none;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
}

.newstabs input:nth-of-type(1):checked ~ .panels .panel:first-child,
.newstabs input:nth-of-type(2):checked ~ .panels .panel:nth-child(2),
.newstabs input:nth-of-type(3):checked ~ .panels .panel:nth-child(3),
.newstabs input:nth-of-type(4):checked ~ .panels .panel:nth-child(4),
.newstabs input:nth-of-type(5):checked ~ .panels .panel:nth-child(5) {
  display: block; /* 활성화된 패널만 보이게 */
}

#section3 .newsSection .newstabs .panels .panel h3 {
  display: none;
}

.newstabs .panels .panel ul.news_1 li a::before {
  content: "공지사항ㅣ";
  font-weight: 700;
}

.newstabs .panels .panel ul.news_2 li a::before {
  content: "공지사항ㅣ";
  font-weight: 700;
}

.newstabs .panels .panel ul.news_3 li a::before {
  content: "보도자료ㅣ";
  font-weight: 700;
}

.newstabs .panels .panel ul.news_4 li a::before {
  content: "입찰공고ㅣ";
  font-weight: 700;
}

.newstabs .panels .panel ul.news_5 li a::before {
  content: "채용공고ㅣ";
  font-weight: 700;
}

.newstabs .panels .panel > p {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  line-height: 100%;
}

.newstabs .panels .panel ul li {
  border-bottom: 1px solid #f28f00;
  padding: 20px 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#section3 .newsSection .newstabs .panels .panel ul li a {
  color: #333;
}

#section3 .newsSection .newstabs .panels .panel ul li:hover a {
  color: #f28f00;
  font-weight: bold;
}

/* footer */
footer {
  width: 100%;
  height: 130px;
  background: #aceb94;
}
footer #footer_wrap {
  width: 1600px;
  margin: 0 auto;
  position: relative;
}

footer #footer_wrap .bottom_nav li {
  float: left;
  margin-top: 25px;
}

footer #footer_wrap .bottom_nav li a {
  color: #161616;
  font-size: 14px;
  padding-right: 15px;
  cursor: pointer;
}

footer #footer_wrap .bottom_nav li:hover a {
  font-weight: 700;
  cursor: pointer;
}

footer #footer_wrap .logo {
  float: left;
  clear: both;
  margin-top: 15px;
  margin-right: 20px;
}

footer #footer_wrap .logo img {
  width: auto;
  height: 40px;
}

footer #footer_wrap .copy_info {
  float: left;
  margin-top: 13px;
  line-height: 22px;
  font-size: 14px;
  color: #3b3b3b;
}

footer #footer_wrap .copy_info span {
  font-weight: 600;
  color: #000;
}

footer > #footer_wrap > .SNS {
  width: 25%;
  height: 100px;
  float: right;
  margin-top: -33px;
}

footer > #footer_wrap > .SNS p {
  float: right;
  font-size: 14px;
  padding: 15px 0px 10px 0px;
}

footer > #footer_wrap > .SNS span {
  font-weight: 700;
}

footer > #footer_wrap > .SNS .icon img {
  width: auto;
  height: 25px;
  float: right;
  margin-left: 15px;
  filter: invert(40%) sepia(86%) saturate(458%) hue-rotate(58deg)
    brightness(90%) contrast(86%);
}
