@charset "UTF-8";

main.container{
  width: 100%;
  position: relative;
  padding: 82px 0 0;
}

@media (max-width:992px) {
  main.container {
    padding-top: 69px;
  }
}


@media (max-width:440px) {
  main.container {
    padding-top: 58px;
  }
}

.main_section_title {
  position: relative;
  padding-left: 18px;
  font-weight: 900;
  font-family: 'paperlogy';
  margin: 0 0 18px;
  line-height: 100%;
}


/* main_banner_section css  */


/* - 메인배너 css -  */

.main_banner_section {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 43px;
  padding: 52px 0 42px;
  background: url(/cmmn/download.do?idx=108) no-repeat #e6effd;
}

.main_banner_art,
.main_video_wrap{
  min-width:0;
}

.main_banner_art { 
  flex: 940 1 0;  
  max-width: 940px;
  width: 100%;
}

.main_banner_art > div { 
  position: relative;
  width: 100%;
}

.main_banner_text_wrap {
  position: absolute;
  z-index: 1;
  top: 18%;
  left: 7%;
}

.main_banner_text_wrap p {
  line-height: 120%;
  letter-spacing: 0.7px;
  text-shadow: 0 0 5px rgba(0, 3, 6, .15);
}

.main_banner_text_point {
  font-family: 'paperlogy';
  font-weight: 700;
  font-size: 2.1rem;
  color: #001647;;
  margin-bottom: 1.3rem;
}

.main_banner_text_title {
  letter-spacing: 1.5px;
  font-family: 'paperlogy';
  text-shadow: 0 0 6px rgba(0, 3, 6, 0.3);
  font-weight: 800;
  font-size: 3.1rem;
  color: #fff;
}

.main_banner_text_sub {
  font-family: 'paperlogy';
  text-shadow: 0 0 6px rgba(0, 3, 6, 0.3);
  font-weight: 700;
  color: #fff;
  font-size: 1.3rem;
}

.main_banner_art h3 {
  font-family: 'paperlogy';
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 120%;
  color: #333;
  letter-spacing: -1px;
  margin: 0;
  text-shadow: 0px 0px 10px rgb(102 102 102 / 0.2);
}

.main_banner_art h3 span {
  color: #0c856a;
}

.main_banner_ul {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  padding: 0;
  margin: 0;
  box-shadow: 1px 1px 10px 2px #eee;
  border-radius: 20px;
}

.main_banner_ul.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.main_banner{
  width: 100%; 
}


.main_banner li {
  list-style: none; 
  height: 100%; 
}

.main_banner li a {
  display: block; 
  width: 100%; 
  height: 100%;
}

.main_banner_ul div {
  padding: 0; 
  margin: 0;
  border-radius: 20px;
}

.main_banner_ul div img {
  min-height: 250px;
}

.popup-btn {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 0;
  left: 0;
  background: #040036c4;
  border-top-right-radius: 26px;
  border-bottom-left-radius: 20px;
  padding: 0 15px;
  min-width: 220px;
  height: 57px;
  font-size: 1rem;
  color: #fff;
  z-index: 3;
  gap: 20px;
}

.slick-control2{
  cursor:pointer;
  border:0;
  display:block;
  width: 16px;
  height: 19px;
  z-index:10;
  overflow:hidden;
  background: transparent;
  float: left;
  vertical-align: top;
}


.slick-control2:before {
  content: "";
  display: block;
  width: 16px;
  height: 19px;
  background: url('/cmmn/download.do?idx=103') no-repeat;
}

.slick-control2.paused:before {
  content: "";
  display: block;
  width: 16px;
  height: 19px;
  background: url('/cmmn/download.do?idx=102') no-repeat;
}

.slick-arrow2 {
  display: inline-block;
  vertical-align: top;
  border:0;
  background:transparent;
}

.slick-arrow2.fb-prev2:before {
  content: "";
  display: block;
  width: 11px;
  height: 18px;
  background: url('/cmmn/download.do?idx=104') no-repeat;
}

.slick-arrow2.fb-next2:before {
  content: "";
  display: block;
  width: 11px;
  height: 18px;
  background: url('/cmmn/download.do?idx=101') no-repeat;
}

#slick-log2 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -1px;
  margin-right: 20px;
  line-height: 100%;
}

#slick-log2 span {
  display: inline-block;
  width: 25px;
}

#slick-log2 span:first-child {
  text-align: right;
  font-size: 1.45rem;
}

.slick-slide img {
  width:100%;
  object-fit: cover;
}

.slick-track{
  line-height: 0;
}

@media (max-width: 992px) {

  .main_banner{
    width: 100%; 
    margin-top: 2rem;
  }

  .slick-slide img {
    max-height: 100%;
  }
}

.main_video_wrap {
  flex: 400 1 0;  
  max-width: 457px;
  width: 100%;
}


@media (max-width:1280px) {
  .main_banner_section {
    padding: 15px;
    gap: 20px;
  }


  .main_banner_text_title {
    font-size: 2.6rem;
  }

  .main_banner_text_sub {
    font-size: 1.1rem;
  }

}

@media (max-width:992px) {
  .main_banner_text_wrap {
    top: 10%;
    left: 4%;
  }

}

@media (max-width:768px) {
  .main_banner_section {
    flex-direction: column;
    padding: 15px 30px;
  }

  .main_video_wrap {
    max-width: 100%;
  }

}

@media (max-width:600px) {
  .main_banner_section {
    padding: 15px 10px;
  }

  .main_banner_text_point {
    font-size: 1.8rem;
  }

  .main_banner_text_title {
    font-size: 2.2rem;
  }

  .main_banner_text_sub {
    font-size: 1rem;
  }

}



/* - GGFEZ 홍보영상 css -  */

.main_title_point{
  position: relative;
  font-weight: 900;
  letter-spacing: -0.02em;
  display: inline-block;

  background: linear-gradient(180deg, #5500d5 10%, #5c49ea 50%, #0e3dcf 100%);

  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.main_title_point::before{
  content: "";
  position: absolute;
  left: -18px;  
  margin-top: -5px; 
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: linear-gradient(180deg, #5500d5 10%, #5c49ea 50%, #0e3dcf 100%);
  border-radius: 100%; 
}

.main_video_wrap figure {
  border: 1px solid #d4d4d4;
  border-radius: 20px;
  background-color: #fff;
  padding: 20px 20px 30px;
}


.main_video_frame iframe {
  border: 0;
  width: 100%;
  border-radius: 20px;
  aspect-ratio: 3 / 2;
}

.main_video_wrap figure figcaption {
  font-family: 'paperlogy';
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 130%;
  padding-left: 30px;
  background: url(/cmmn/download.do?idx=107) no-repeat left center;
  background-size: 23px;
  margin-top: 10px;
}


/* main_banner_section css 끝  */


/*  메인 공지사항 css  */

.main_board_section {
  width: 100%;
  display: flex; 
  justify-content: center;
  margin: 0 auto;
  margin-top: 60px;
  gap: 87px;
  align-items: stretch;
}

.main_gallery_art .main_gallery_ul {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.main_gallery_art .main_gallery_ul.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.gallery_wrap,
.notice_wrap{
  flex: 1 1 0;
  min-width: 0;          /* flex item 내부 overflow로 폭 안 줄어드는 문제 방지 */
  width: auto;           /* 기존 width:100%는 있어도 되지만 auto가 더 깔끔 */
  max-width: none;       /* 기존 max-width(663/690) 차이를 제거 */
}

.gallery_wrap {
  position: relative;
  max-width: 663px;
  width: 100%;
  z-index: 1;
}

.gallery_wrap ul {
  position: relative;
  display: flex;
  margin-bottom: 0;
  gap: 23px;
}

.gallery_wrap ul li {
  position: relative;
  padding: 11px;
}

.gallery_wrap ul li a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 1px 1px 10px 2px #eee;
}

.gallery_wrap ul li a > span {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 6px;
  padding-top: 68%;
}


.gallery_wrap ul li a > span img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery_wrap ul li a > p {
  font-family: 'paperlogy';
  font-size: 1rem;
  color: #000;
  font-weight: 600;
  height: 2.5rem;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 130%;
  word-break: break-all;
  padding: 0 20px;
  margin-top: 20px;
}


.gallery_wrap ul li a div {
  position: relative;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.gallery_wrap ul li a div p {
  margin: 0;
  line-height: 120%;
  font-weight: 600;
  font-size: 1rem;
  color: #666;
}

.gallery_wrap ul li a div span {
  position: relative;
  display: block;
  line-height: 120%;
  font-weight: 700;
  font-size: 1.063rem;
  color: #222;
  padding-right: 20px;
}

.gallery_wrap ul li a div span:before {
  content: ' ';
  position: absolute;
  display: block;
  top: 4px;
  right: 0;
  background: url('/cmmn/download.do?idx=123') no-repeat;
  width: 8px;
  height: 12px;
}

@media (max-width:992px) {

  .gallery_wrap {
    max-width: 100%;
  }

  .gallery_wrap ul li a > p {
    font-size: 1.2rem;
    height: 3rem;
  }
}



.popup-btn2 {
  position: absolute;
  display: flex;
  align-items: center;
  top: -9px;
  right: 0;
  height: 50px;
  font-size: 1rem;
  color: #fff;
  z-index: 3;
}

.popup-btn2 p {
  margin: 0;
}

.slick-control3{
  cursor:pointer;
  border:0;
  display:block;
  width: 49px;
  height: 50px;
  z-index:10;
  overflow:hidden;
  background: transparent;
  float: left;
  vertical-align: top;
}


.slick-control3:before {
  content: "";
  display: block;
  width: 49px;
  height: 50px;
  background: url('/cmmn/download.do?idx=113') no-repeat;
}

.slick-control3.paused:before {
  content: "";
  display: block;
  width: 49px;
  height: 50px;
  background: url('/cmmn/download.do?idx=112') no-repeat;
}

.slick-arrow3 {
  display: inline-block;
  vertical-align: top;
  border:0;
  background:transparent;
}

.slick-arrow3.fb-prev3:before {
  content: "";
  display: block;
  width: 49px;
  height: 50px;
  background: url('/cmmn/download.do?idx=110') no-repeat;
}

.slick-arrow3.fb-next3:before {
  content: "";
  display: block;
  width: 49px;
  height: 50px;
  background: url('/cmmn/download.do?idx=111') no-repeat;
}

#slick-log3 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -1px;
  margin-right: 20px;
  line-height: 100%;
}

#slick-log3 span {
  display: inline-block;
  width: 25px;
}

#slick-log3 span:first-child {
  text-align: right;
  font-size: 1.45rem;
}

@media (max-width: 992px) {
  .slick-slide img {
    max-height: 100%;
  }
}


.notice_wrap { 
  max-width: 690px;
  width: 100%;
  position: relative;
}

.notice_wrap h3 { 
  margin-bottom: 0;
}

.notice_wrap > div { 
  position: relative;
  z-index: 1;
}


.notice_wrap div > div { 
  position:absolute; 
  display:inline-block; 
  font-size:14px; 
  vertical-align:top; 
  box-sizing:border-box; 
  z-index:0;     
  width: 100%;
  top: 0;
  left: 0;
  margin-top: 20px;
}
.notice_wrap div > div > ul { 
  display:none; 
  border-top: 2px solid #111;
  margin-bottom: 0;
}
.notice_wrap div > div.on { 
  z-index:2;
  position: relative;
}
.notice_wrap div > div.on > ul { 
  display: block; 
} 

.notice_wrap .notice_atc h4 {
  position: absolute;
  top: -55px;
  cursor: pointer;
  font-family: 'paperlogy';
  font-size: 1.2rem;
  font-weight: 700;
  padding: 11px 18px;
  color: #333;
  line-height: 100%;
  margin: 0;
  background-color: transparent;
  border-radius: 24px;
  border: 1px solid transparent;
  left: 200px;
}

.notice_wrap div > div.news h4 {
  left: 300px;
}


.notice_wrap div > div.announce h4 {
  left: 400px;
}

.notice_atc h4 span{
  font-weight:600; 
  color:#493722;
}

.notice_wrap .notice_atc > p {
  position: absolute;
  width: 49px;
  height: 50px;
  top: -60px;
  right: 0;
  display: none;
  margin: 0;
}

.notice_wrap .notice_atc > p a {
  display: flex;
  align-items: center;
  height: 50px;
}

.notice_wrap .notice_atc > p a span {
  display: none;
  font-size: 1.3rem;
  font-weight: 800;
  margin-right: 0;
}

.notice_wrap .notice_atc > p span {
  display: inline-block;
  font-weight: 600;
  font-size: 1rem;
  color: #000;
  margin-right: 10px;
}

.notice_wrap .notice_atc.on h4 {
  background-color: #111;
  color: #fff;
  border-color: #111;
}

.notice_wrap .notice_atc.on > p {
  display: block;
}

.notice_wrap .notice_atc > ul li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 15px;
  border-bottom: 2px solid #e4e4e4;
  background-color: #fff;
}

.notice_wrap .notice_atc > ul li a p {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 130%;
  word-break: break-all;
  padding-left: 110px;
}

.notice_wrap .notice_atc > ul li a p.notice_title {
  font-family: 'paperlogy';
  font-size: 1.125rem;
  color: #000;
  font-weight: 600;
  height: 1.5rem;
  margin-bottom: 0;
}

.notice_wrap .notice_atc > ul li a span {
  position: absolute;
  display: block;
  font-family: 'paperlogy';
  font-size: 1.065rem;
  font-weight: 600;
  line-height: 130%;
  color: #777;
  letter-spacing: -1px;
}

@media (max-width: 1280px) {
  .main_board_section {
    padding: 0 15px;
    gap: 40px;
  }

  .notice_wrap > div {
    margin-top: 50px;
  }

  .notice_wrap .notice_atc h4 {
    left: 0;
  }

  .notice_wrap div > div.news h4 {
    left: 100px;
  }


  .notice_wrap div > div.announce h4 {
    left: 200px;
  }
}


@media (max-width: 992px) {
  .main_board_section {
    flex-direction: column;
    padding: 0 30px;
    margin-top: 2rem;
  }

  .notice_wrap { 
    max-width: 100%;
  }

  .notice_wrap .notice_atc{
    width:100%; 
    margin-right: 0px;
  }

  .notice_wrap .notice_atc > ul li:last-child{
    margin-bottom: 0px;
  }

  .notice_wrap div > div.news h4 {
    left: 90px;
  }


  .notice_wrap div > div.announce h4 {
    left: 180px;
  }
}

@media (max-width: 600px) {

  .main_board_section {
    padding: 0 10px;
  }

  .notice_wrap .notice_atc h4 {
    padding: 12px 15px;
    font-size: 1rem;
  }

  .notice_wrap div > div > ul {
    flex-direction: column;
  }

  .notice_wrap .notice_atc > ul {
    margin-right: 0;
  }

  .notice_wrap .notice_atc > ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .notice_wrap .notice_atc > ul li:last-child {
    margin-bottom: 0;
  }

  .notice_wrap .notice_atc > p span {
    display: none;
  }

}

@media (max-width: 500px) {

  .gallery_wrap ul {
    padding-bottom: 60px;
  }

  .popup-btn2 {
    top: auto;
    bottom: 0;
    right: 10px;
  }

  .notice_wrap .notice_atc > p {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    margin: 20px auto 0;
    padding: 5px;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
  }

  .notice_wrap .notice_atc > p a {
    justify-content: center;
    height: 30px;
  }

  .notice_wrap .notice_atc > p a img {
    display: none;
  }

  .notice_wrap .notice_atc > p a span {
    display: block;
  }

}


/*  메인 공지사항 css 끝  */


/*  메인 사업지구 소개 css  */

.main_info_section {
  position: relative;
  text-align: center;
  padding: 70px 0 108px;
  background: url('/cmmn/download.do?idx=117') no-repeat #fff left bottom;
}

.main_info_section h3 span:nth-child(2) {
  display: block;
  font-weight: 700;
  font-size: 1.125rem;
  color: #000;
  margin-top: 5px;
}

.main_info_section ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 27px;
  margin-top: 30px;
}

.main_info_section ul li {
  display: flex;
  min-width: 0;
  max-width: none; 
  aspect-ratio: 340 / 440;
  flex: 1 1 0;
  max-width: 340px;
  width: 100%;
  transition: transform .25s ease, box-shadow .25s ease;
  will-change: transform;
}


.main_info_section [class^="info_card-"] {
  background-size: cover;
  border-radius: 20px;
  box-shadow: 7px 8px 15px rgba(0, 3, 20, .40);
}

.info_card-1 {
  background: url('/cmmn/download.do?idx=118') no-repeat center;
}

.info_card-2 {
  background: url('/cmmn/download.do?idx=119') no-repeat center;
}

.info_card-3 {
  background: url('/cmmn/download.do?idx=120') no-repeat center;
}

.info_card-4 {
  background: url('/cmmn/download.do?idx=121') no-repeat center;
}

.main_info_section ul li a {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px 30px 60px;
}


.main_info_section ul li .info_card_title {
  background: url('/cmmn/download.do?idx=122') no-repeat top left;
  padding-top: 30px;
  color: #fff;
  font-weight: 700;
  font-size: 1.9rem;
  text-shadow: 0 0 6px rgba(0, 0, 0, .48);
  line-height: 130%;
  text-align: left;
}

.main_info_section ul li .info_card_sub {
  text-align: left;
  color: #fff;
  line-height: 120%;
  font-weight: 400;
  font-size: 1.25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.main_info_section ul li .info_card_btn {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 120%;
  width: 135px;
  height: 53px;
  background-color: #fff;
  box-shadow: 7px 8px 15px rgba(0, 3, 20, .40);
  border-radius: 27px;
  font-size: 1.065rem;
  font-weight: 700;
  color: #333;
  margin-top: auto;
  padding: 0 20px;
  overflow: hidden;
  transition: width .25s ease, box-shadow .25s ease;
}

.main_info_section ul li .info_card_btn:focus-visible{
  outline: 2px solid #fff;
  outline-offset: 3px;
  border-radius: 27px;
}

.main_info_section ul li .info_card_btn:after {
  content: ' ';
  position: absolute;
  background: url('/cmmn/download.do?idx=123') no-repeat;
  width: 8px;
  height: 12px;
  right: 20px;
}

@media (min-width: 450px){
  .main_info_section ul li:hover,
  .main_info_section ul li:focus-within {
    transform: translateY(-15px);
    box-shadow: 10px 14px 22px rgba(0, 3, 20, .45);
  }

  .main_info_section ul li:hover .info_card_btn,
  .main_info_section ul li:focus-within .info_card_btn {
    width: 170px;
  }
}

@media (max-width: 1240px){

  .main_info_section ul li a {
    padding: 20px 15px 30px;
  }
  .main_info_section ul li .info_card_title{ 
    font-size: 1.5rem; 
  }
  .main_info_section ul li .info_card_sub{ 
    font-size: 1.1rem; 
  }
}


/* ✅ 993px 이하: 2열(2x2), 카드 균일 */
@media (max-width: 992px){
  .main_info_section {
    padding: 30px 30px 50px;
  }

  .main_info_section ul{
    flex-wrap: wrap;
    gap: 20px;
  }

  .main_info_section ul li{
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }

  .main_info_section ul li a {
    padding: 30px 20px 45px;
  }
}

@media (max-width: 768px){

  .main_info_section ul li a {
    padding: 15px 10px 25px;
  }
  .main_info_section ul li .info_card_title{ 
    font-size: 1.4rem; 
  }
  .main_info_section ul li .info_card_sub{ 
    font-size: 1rem; 
  }
}

/* ✅ 600px 이하: 1열(세로), 카드 균일 */
@media (max-width: 450px){
  .main_info_section {
    padding: 30px 10px 50px;
  }

  .main_info_section ul{
    gap: 14px;
  }

  .main_info_section ul li{
    flex: 0 0 100%;
    max-width: 100%;
  }

  .main_info_section ul li a {
    padding: 30px 20px 40px;
  }
}




/*  메인 사업지구 소개 css 끝  */













/*  외국어 메인  */

.global_photo .gallery_wrap {
  max-width: 1440px;
  padding-bottom: 50px;
}


/*  외국어 메인 끝  */