@charset "UTF-8";
body {
	font-size:16px;
}
* {
  box-sizing: border-box;
}

figure {
  margin: 0;
}

ul,
ol,
li {
  list-style: none;
}

strong {
  line-height: 1em;
}

a {
  color: inherit;
}

:root {
  font-size: 10px;
}

/* 헤더 시작 */
#header {
  width: 100%;
  height: auto;
}
#header .inner {
  width: 100%;
  margin: 0 auto;
}
#header .header-top .header-top-news {
  display: flex;
  flex-wrap: nowrap;
}
#header .header-top .header-top-news .top-news {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4rem;
  padding: 0 1rem;
  background: #000;
  text-align: center;
}
#header .header-top .header-top-news .top-news.type-1 {
  background: url(https://m.yeongnam.com/images/2025/top_news_bg.jpg) 0 0 no-repeat;
  background-size: cover;
}
#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: 1rem;
  padding: 0 5px;
  line-height: 1.4rem;
  border-radius: 0.7rem;
  color: #fff;
  background: #3242ff;
  margin-right: 0.6rem;
  vertical-align: middle;
  display: inline-block;
}
#header .header-top .header-top-news .top-news .headline {
  color: #fff;
  line-height: 4rem;
  font-weight: 500;
  font-size: 1.2rem;
  border-bottom: 0;
  padding-bottom: 0;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
#header .header-content {
  position: relative;
  padding: 27px 0 30px 0;
}
#header .header-content #logo {
  margin: 0 auto;
  width: 153px;
}
#header .header-content #logo img {
  width: 100%;
}
#header .header-content .header-menu {
  position: absolute;
  top: 35px;
  left: 10px;
  display: flex;
  align-items: center;
}
#header .header-content .header-menu .btn-menu {
  border: 0;
  width: 28px;
  height: 28px;
  background: transparent url(https://m.yeongnam.com/images/2025/btn_menu.png) 50% 50% no-repeat;
  background-size: cover;
}
#header .header-content .header-search {
  position: absolute;
  top: 38px;
  right: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#header .header-content .header-search .btn-newspaper {
  border: 0;
  width: 25px;
  height: 20px;
  background: transparent url(https://m.yeongnam.com/images/2025/btn_newspaper.png) 50% 50% no-repeat;
  background-size: cover;
}
#header .header-content .header-search .btn-search {
  border: 0;
  width: 20px;
  height: 20px;
  background: transparent url(https://m.yeongnam.com/images/2025/btn_search.png) 50% 50% no-repeat;
  background-size: cover;
}
#header .header-bottom {
  border-bottom: 1px solid #000;
}
#header .header-bottom .founding-date {
  font-size: 1.2rem;
  color: #000;
  line-height: 1;
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-bottom: 1rem;
}
#header .header-bottom .founding-date strong {
  margin: 0 1.3rem;
}
#header .header-bottom .gnb-wrap {
  border-top: 1px solid #000;
  display: flex;
  justify-content: space-between;
}
#header .header-bottom .gnb-wrap #gnb {
  width: 100%;
  border-top: 1px solid #000;
  margin-top: 2px;
  overflow-x: auto;
}
#header .header-bottom .gnb-wrap #gnb ul {
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  height: 36px;
}
#header .header-bottom .gnb-wrap #gnb ul li {
  font-size: 1.4rem;
  line-height: 3.6rem;
  font-weight: 700;
  color: #000;
  word-break: keep-all;
}

.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 {
  margin-left: 10px;
}
.top-header .top-logo img {
  width: 110px;
}
.top-header .top-header-util {
  margin-left: auto;
  margin-right: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.top-header .top-header-util .btn-menu {
  border: 0;
  width: 28px;
  height: 28px;
  background: transparent url(https://m.yeongnam.com/images/2025/btn_menu.png) 50% 50% no-repeat;
  background-size: cover;
}
.top-header .top-header-util .btn-search {
  border: 0;
  width: 20px;
  height: 20px;
  background: transparent url(https://m.yeongnam.com/images/2025/btn_search.png) 50% 50% no-repeat;
  background-size: cover;
}

/* 헤더 끝 */
/* 컨테이너 시작 */
#container {
  padding: 0;
  background: #fff;
}
#container .inner {
  width: 100%;
  margin: 0 auto;
}
#container .half-area {
  padding: 2rem 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -7px;
}
#container .half-area > div {
  width: 50%;
  padding: 0 7px;
  flex-shrink: 0;
}
#container .section-area {
  padding: 2.5rem 1rem 2rem;
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
#container .section-area .top {
  width: 100%;
}
#container .section-area .top .title {
  color: #03a39c;
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
}
#container .section-area a {
  width: 68px;
  height: 36px;
  border: 1px solid #cad6d6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #000;
  margin: 0 0.5rem 1rem;
}

/* 컨테이너 끝 */
/* 푸터시작 */
#footer {
  margin-top: 40px;
  padding: 0;
  text-align: left;
  background: transparent;
}
#footer .footer-policy {
  border-top: 1px solid #000;
  border-bottom: 1px solid #e4e4e4;
  background: #fff;
}
#footer .footer-policy ul {
  height: 40px;
  display: flex;
  width: 100%;
  padding: 0 10px;
  align-items: center;
  gap: 18px;
}
#footer .footer-policy ul li {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0;
}
#footer .footer-content {
  background: #fafafa;
  padding: 20px 10px 40px;
}
#footer .footer-content .footer-logo {
  margin-bottom: 20px;
}
#footer .footer-content .footer-info .addr {
  font-size: 13px;
  color: #000;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  display: flex;
}
#footer .footer-content .footer-info .addr .local-addr {
  display: inline-block;
  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: 15px;
  font-size: 13px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22px;
}
#footer .footer-content .footer-info .footer-copyright strong {
  margin-right: 5px;
}

/* 푸터끝 */@charset "UTF-8";
* {
  box-sizing: border-box;
}

figure {
  margin: 0;
}

ul,
ol,
li {
  list-style: none;
}

strong {
  line-height: 1em;
}

a {
  color: inherit;
}

:root {
  font-size: 10px;
}

/* 헤더 시작 */
#header {
  width: 100%;
  height: auto;
}
#header .inner {
  width: 100%;
  margin: 0 auto;
}
#header .header-top .header-top-news {
  display: flex;
  flex-wrap: nowrap;
}
#header .header-top .header-top-news .top-news {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4rem;
  padding: 0 1rem;
  background: #000;
  text-align: center;
}
#header .header-top .header-top-news .top-news.type-1 {
  background: url(https://m.yeongnam.com/images/2025/top_news_bg.jpg) 0 0 no-repeat;
  background-size: cover;
}
#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: 1rem;
  padding: 0 5px;
  line-height: 1.4rem;
  border-radius: 0.7rem;
  color: #fff;
  background: #3242ff;
  margin-right: 0.6rem;
  vertical-align: middle;
  display: inline-block;
}
#header .header-top .header-top-news .top-news .headline {
  color: #fff;
  line-height: 4rem;
  font-weight: 500;
  font-size: 1.2rem;
  border-bottom: 0;
  padding-bottom: 0;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
#header .header-content {
  position: relative;
  padding: 27px 0 30px 0;
}
#header .header-content #logo {
  margin: 0 auto;
  width: 153px;
}
#header .header-content #logo img {
  width: 100%;
}
#header .header-content .header-menu {
  position: absolute;
  top: 35px;
  left: 10px;
  display: flex;
  align-items: center;
}
#header .header-content .header-menu .btn-menu {
  border: 0;
  width: 28px;
  height: 28px;
  background: transparent url(https://m.yeongnam.com/images/2025/btn_menu.png) 50% 50% no-repeat;
  background-size: cover;
}
#header .header-content .header-search {
  position: absolute;
  top: 38px;
  right: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#header .header-content .header-search .btn-newspaper {
  border: 0;
  width: 25px;
  height: 20px;
  background: transparent url(https://m.yeongnam.com/images/2025/btn_newspaper.png) 50% 50% no-repeat;
  background-size: cover;
}
#header .header-content .header-search .btn-search {
  border: 0;
  width: 20px;
  height: 20px;
  background: transparent url(https://m.yeongnam.com/images/2025/btn_search.png) 50% 50% no-repeat;
  background-size: cover;
}
#header .header-bottom {
  border-bottom: 1px solid #000;
}
#header .header-bottom .founding-date {
  font-size: 1.2rem;
  color: #000;
  line-height: 1;
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-bottom: 1rem;
}
#header .header-bottom .founding-date strong {
  margin: 0 1.3rem;
}
#header .header-bottom .gnb-wrap {
  border-top: 1px solid #000;
  display: flex;
  justify-content: space-between;
}
#header .header-bottom .gnb-wrap #gnb {
  width: 100%;
  border-top: 1px solid #000;
  margin-top: 2px;
  overflow-x: auto;
}
#header .header-bottom .gnb-wrap #gnb ul {
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  height: 36px;
}
#header .header-bottom .gnb-wrap #gnb ul li {
  font-size: 1.4rem;
  line-height: 3.6rem;
  font-weight: 700;
  color: #000;
  word-break: keep-all;
}

.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 {
  margin-left: 10px;
}
.top-header .top-logo img {
  width: 110px;
}
.top-header .top-header-util {
  margin-left: auto;
  margin-right: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.top-header .top-header-util .btn-menu {
  border: 0;
  width: 28px;
  height: 28px;
  background: transparent url(https://m.yeongnam.com/images/2025/btn_menu.png) 50% 50% no-repeat;
  background-size: cover;
}
.top-header .top-header-util .btn-search {
  border: 0;
  width: 20px;
  height: 20px;
  background: transparent url(https://m.yeongnam.com/images/2025/btn_search.png) 50% 50% no-repeat;
  background-size: cover;
}

/* 헤더 끝 */
/* 컨테이너 시작 */
#container {
  padding: 0;
  background: #fff;
}
#container .inner {
  width: 100%;
  margin: 0 auto;
}
#container .half-area {
  padding: 2rem 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -7px;
}
#container .half-area > div {
  width: 50%;
  padding: 0 7px;
  flex-shrink: 0;
}
#container .section-area {
  padding: 2.5rem 1rem 2rem;
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
#container .section-area .top {
  width: 100%;
}
#container .section-area .top .title {
  color: #03a39c;
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
}
#container .section-area a {
  width: 68px;
  height: 36px;
  border: 1px solid #cad6d6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #000;
  margin: 0 0.5rem 1rem;
}

/* 컨테이너 끝 */
/* 푸터시작 */
#footer {
  margin-top: 40px;
  padding: 0;
  text-align: left;
  background: transparent;
}
#footer .footer-policy {
  border-top: 1px solid #000;
  border-bottom: 1px solid #e4e4e4;
  background: #fff;
}
#footer .footer-policy ul {
  height: 40px;
  display: flex;
  width: 100%;
  padding: 0 10px;
  align-items: center;
  gap: 18px;
}
#footer .footer-policy ul li {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0;
}
#footer .footer-content {
  background: #fafafa;
  padding: 20px 10px 40px;
}
#footer .footer-content .footer-logo {
  margin-bottom: 20px;
}
#footer .footer-content .footer-info .addr {
  font-size: 13px;
  color: #000;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  display: flex;
}
#footer .footer-content .footer-info .addr .local-addr {
  display: inline-block;
  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: 15px;
  font-size: 13px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22px;
}
#footer .footer-content .footer-info .footer-copyright strong {
  margin-right: 5px;
}

/* 푸터끝 */