@charset "UTF-8";
@import url("reset_2025.css");
* {
  box-sizing: border-box;
}

strong {
  line-height: 1em;
}

a {
  color: inherit;
}

/* 헤더 시작 */
#header {
  width: 100%;
}
#header .inner {
  width: 1200px;
  margin: 0 auto;
}
#header .header-top .header-top-news {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin: 10px 0 0 0;
}
#header .header-top .header-top-news .top-news {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  padding: 0 10px;
  background: #000;
  text-align: center;
}
#header .header-top .header-top-news .top-news.type-1 {
  background: url(https://www.yeongnam.com/web/images/top_news_bg.jpg) 0 0 no-repeat;
}
#header .header-top .header-top-news .top-news a {
  display: block;
}
#header .header-top .header-top-news .top-news .badge {
  font-weight: 500;
  font-size: 12px;
  padding: 0 7px;
  line-height: 38px;
  height: 18px;
  border-radius: 9px;
  color: #fff;
  background: #3242ff;
  margin-right: 10px;
  vertical-align: top;
}
#header .header-top .header-top-news .top-news .headline {
  color: #fff;
  line-height: 38px;
  font-weight: 500;
  font-size: 17px !important;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
#header .header-top .header-util {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 10px 0;
}
#header .header-top .header-util .date {
  margin-left: auto;
  margin-right: 15px;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  line-height: 16px;
}
#header .header-top .header-util .date strong {
  margin-right: 4px;
}
#header .header-top .header-util ul {
  display: flex;
  align-items: center;
  line-height: 16px;
  border-left: 1px solid #a2a2a2;
  margin-right: 15px;
}
#header .header-top .header-util ul li {
  margin-left: 15px;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  line-height: 16px;
}
#header .header-content {
  position: relative;
  padding: 0 0 40px 0;
  border-bottom: 1px solid #000;
}
#header .header-content #logo {
  margin: 0 auto;
  width: 320px;
}
#header .header-content #logo img {
  width: 100%;
}
#header .header-content .header-search {
  position: absolute;
  top: 50px;
  right: 0;
  display: flex;
  align-items: center;
}
#header .header-content .header-search form {
  display: flex;
  align-items: center;
  gap: 0;      /* 필요하면 8px 등으로 간격 조정 */
  margin: 0;   /* UA 기본 여백 제거 */
}
#header .header-content .header-search .ipt-search {
  width: 136px;
  height: 34px;
  padding:0 10px;
  background: #f2f6f9;
  box-sizing: border-box;
}
#header .header-content .header-search .btn-search {
  width: 34px;
  height: 34px;
  border: 0;
  cursor: pointer;
  background: #000 url(https://www.yeongnam.com/web/images/2025/btn_search.png) 50% 50% no-repeat;
}
#header .header-bottom {
  height: 50px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 1px;
}
#header .header-bottom .gnb-wrap {
  display: flex;
  justify-content: space-between;
}
#header .header-bottom .gnb-wrap .founding-date {
  font-size: 14px;
  color: #000;
  line-height: 48px;
  display: flex;
  align-items: center;
  font-weight: 500;
}
#header .header-bottom .gnb-wrap .founding-date strong {
  margin: 0 13px;
}
#header .header-bottom .gnb-wrap #gnb ul {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-right: 24px;
  height: 48px;
}
#header .header-bottom .gnb-wrap #gnb ul li {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.top-header {
  display: none;
  position: fixed;
  z-index: 15;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
.top-header.active {
  display: block;
}
.top-header .inner {
  display: flex;
  align-items: center;
  height: 55px;
}
.top-header .top-logo img {
  width: 110px;
}
.top-header .top-lnb {
  margin-left: 150px;
  margin-right: auto;
  display: flex;
  align-items: center;
}
.top-header .top-lnb ul {
  display: flex;
  gap: 25px;
}
.top-header .top-lnb ul li {
  color: #111;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

/* 헤더 끝 */
/* 컨테이너 시작 */
#container {
  margin: 35px auto 0;
}
#container .inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#container .left-area {
  width: 840px;
}
#container .left-area.w-780 {
  width: 780px;
}
#container .left-area.w-770 {
  width: 770px;
}
#container .left-area.split-3 {
  display: flex;
  justify-content: space-between;
}
#container .left-area.split-3 > div {
  width: 256px;
}
#container .right-area {
  width: 320px;
  margin-left: auto;
}
#container .right-area.w-385 {
  width: 385px;
}
#container .right-area.w-360 {
  width: 360px;
}
#container .right-area .video {
  width: 100%;
  height: 370px;
  border: 2px solid #000;
  background: #ddd;
  margin-bottom: 23px;
}
#container .right-area .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
#container .half-area {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#container .half-area > div {
  width: 580px;
}
#container .section-area {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
#container .section-area > .card {
  width: 280px;
}

/* 컨테이너 끝 */
.banner img {
  max-width: 100%;
}

/* 푸터시작 */
#footer {
  margin-top: 80px;
}
#footer .inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#footer .footer-policy {
  border-top: 1px solid #000;
  border-bottom: 1px solid #e4e4e4;
  background: #fff;
}
#footer .footer-policy ul {
  height: 75px;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 24px;
}
#footer .footer-policy ul li {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0;
}
#footer .footer-content {
  background: #fafafa;
  padding: 40px 0 50px 0;
}
#footer .footer-content .footer-logo {
  margin-right: 70px;
}
#footer .footer-content .footer-info .addr {
  font-size: 13px;
  color: #000;
  font-weight: 400;
  margin-bottom: 15px;
  letter-spacing: 0;
  display: flex;
}
#footer .footer-content .footer-info .addr .local-addr {
  display: inline-block;
  width: 298px;
  text-align: justify;
}
#footer .footer-content .footer-info .addr span.split {
  width: 155px;
  display: inline-block;
}
#footer .footer-content .footer-info .addr span.split:before {
  content: "|";
  font-size: 13px;
  color: #000;
  font-weight: 400;
  margin: 0 15px 0 15px;
}
#footer .footer-content .footer-info .footer-copyright {
  margin-top: 26px;
  font-size: 13px;
  color: #000;
  font-weight: 400;
  margin-bottom: 15px;
  letter-spacing: 0;
  display: flex;
}
#footer .footer-content .footer-info .footer-copyright strong {
  margin-left: 30px;
  margin-right: 5px;
}
#footer .footer-content .footer-info .footer-copyright strong:first-child {
  margin-left: 0;
}

/* 푸터끝 */

.rg-fortune .ft-box {width:100% !important;}
.rg-fortune .ft-box .ft-text a {line-height:20px;}