@charset "UTF-8";
/*-------------------------------------------------
title       : 설정
Author      : 플랜아이 광주
Create date : 2022-06-07
-------------------------------------------------*/
#header .header_wrap {
  opacity: 0;
}

#header.on .header_wrap {
  opacity: 1;
  transition: opacity ease-in-out 0.5s 0.2s;
}

#header .popular_news {
  width: 140rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
  z-index: 10;
}

#header .popular_news .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 36.2rem;
  position: absolute;
  right: 2rem;
  top: 0;
  z-index: 9999;
}

.pop_wrap {
  display: none;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  z-index: 0;
}

.pop_wrap.active {
  display: block;
  z-index: 9999;
  visibility: visible;
}

.pop_wrap .pop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pop_wrap .pop > div {
  width: 100%;
  max-width: 88rem;
  padding: 0 10rem;
  text-align: center;
}

.pop_wrap .pop h2 {
  font-size: 5.4rem;
  font-weight: 900;
  line-height: 6.5rem;
  margin-bottom: 5.4rem;
}

.pop_wrap .pop h2 span {
  font-weight: 400;
}

.pop_wrap .list {
  position: relative;
  max-width: 67.4rem;
  margin: 0 auto;
  background-color: #000;
  margin-bottom: 5rem;
}

.pop_wrap .slick-slide {
  width: 100%;
}

.pop_wrap .slick-slide img {
  width: 100%;
}

.pop_wrap .p_slide {
  position: relative;
  display: block !important;
}

.pop_wrap .p_slide .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 23%;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}

.pop_wrap .p_slide .txt strong {
  position: absolute;
  bottom: 2.6rem;
  width: 100%;
  left: 0;
  padding-left: 3.2rem;
  text-align: left;
  font-size: 2.1rem;
  font-weight: 400;
}

.pop_wrap .control li a {
  position: absolute;
  top: calc(50% - 3rem);
  width: 3rem;
  height: 6rem;
  background-repeat: no-repeat;
  background-image: url("/main/img/layout/arr.png");
  background-position: center;
  background-size: 100%;
}

.pop_wrap .control li a.next {
  right: 0;
}

.pop_wrap .control li a.prev {
  left: 0;
  transform: rotate(180deg);
}

.pop_wrap .btn {
  overflow: visible;
}

.pop_wrap .btn .label {
  display: inline-block;
  height: 5.5rem;
  margin: 0 0.75rem 1rem;
  padding: 0 3rem;
  border-radius: 5rem;
  background-color: #000;
  line-height: 5.5rem;
}

.pop_wrap .btn .label i {
  vertical-align: middle;
  font-size: 2rem;
  margin-left: 1rem;
}

.pop_wrap .btn .label span {
  color: #f00;
  font-weight: 600;
}

.pop_wrap .close_btn {
  position: absolute;
  top: 1rem;
  right: -4.6rem;
  width: 13.2rem;
  height: 13.2rem;
  padding: 2.8rem;
  text-align: center;
  background-color: rgba(150, 28, 52, 0.5);
  border-radius: 100%;
}

.pop_wrap .close_btn i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  line-height: 7.6rem;
  font-size: 3.5rem;
  font-weight: 400;
  background: transparent linear-gradient(90deg, #AC1B28 0%, #342D66 100%) 0% 0% no-repeat padding-box;
  transition: all 0.2s;
}

.pop_wrap .close_btn:hover i, .pop_wrap .close_btn:focus i {
  font-size: 3.6rem;
  transition: all 0.2s;
}

#gnb {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: linear-gradient(121deg, #B81921 0%, #342D66 100%) 0% 0% no-repeat padding-box;
}

#gnb.active {
  display: block;
}

#gnb > div {
  width: 100%;
  max-width: 136rem;
  margin: 0 auto;
  padding-top: 16.7rem;
}

#gnb .topmenu_all {
  display: table;
}

#gnb .topmenu_all > li {
  display: table-cell;
  width: 20%;
  text-align: center;
  padding-bottom: 7rem;
}

#gnb .topmenu_all > li:hover > a {
  color: #fff;
  transition: color 0.2s;
}

#gnb .topmenu_all > li > a {
  padding: 0 2rem;
  margin-bottom: 6.9rem;
  color: rgba(255, 255, 255, 0.35);
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 4.2rem;
}

#gnb .topmenu_all > li::before {
  display: block;
  font-weight: 600;
  color: #ffAC65;
  text-align: center;
  font-size: 1.7rem;
  margin-bottom: 1.9rem;
}

#gnb .topmenu_all > li:nth-child(1)::before {
  content: "01";
}

#gnb .topmenu_all > li:nth-child(2)::before {
  content: "02";
}

#gnb .topmenu_all > li:nth-child(3)::before {
  content: "03";
}

#gnb .topmenu_all > li:nth-child(4)::before {
  content: "04";
}

#gnb .topmenu_all > li:nth-child(5)::before {
  content: "05";
}

#gnb .topmenu_all > li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

#gnb .close {
  position: absolute;
  top: 11.5rem;
  right: 13.2rem;
  width: 8.1rem;
  height: 8.1rem;
  transition: border-color 0.2s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  line-height: 7.9rem;
  text-align: center;
}

#gnb .close i {
  font-size: 2.9rem;
  transition: transform 0.2s;
}

#gnb .close:hover, #gnb .close:focus {
  border-color: white;
  transition: border-color 0.2s;
}

#gnb .close:hover i, #gnb .close:focus i {
  transform: rotate(120deg);
  transition: transform 0.2s;
}

.line-banner {
  background-image: linear-gradient(135deg, #B81921, #342E66);
}

.line-banner .inner {
  width: 140rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex;
}

.line-banner .inner .box {
  width: 100%;
  max-width: 50%;
  height: 13rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
}

.line-banner .inner .box:first-child::before {
  content: "";
  display: block;
  width: 1px;
  height: 4.6rem;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
}

.line-banner .inner .box p {
  font-size: 2rem;
  margin-right: 3.5rem;
  color: #fff;
  font-weight: 500;
}

.line-banner .inner .box p + ul {
  display: flex;
}

.line-banner .inner .box p + ul li {
  margin-right: 1rem;
}

.line-banner .inner .box p + ul li a i {
  overflow: hidden;
  text-indent: -9999px;
}

.line-banner .inner .box p + a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2.5rem;
  color: #fff;
  max-width: 14.7rem;
}

.line-banner .inner .box p + a i {
  margin-right: 1rem;
  color: rgba(255, 255, 255, 0.7);
}

.line-banner .inner .box p + a:hover, .line-banner .inner .box p + a:focus {
  background-color: #000;
  border-color: #000;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}

.line-banner .inner .box p + a:hover i, .line-banner .inner .box p + a:focus i {
  color: #fff;
}

/*25년 디자인개편*/
:root {
  --header-height: 9rem;
  --topbanner-height: 36px;
  --header-height-all: calc(var(--header-height) + var(--topbanner-height));
  --header-gap: 6.4rem;
  --layout: 152rem;
  --color-main: #11284F;
  --color-text-basic: #1e2124;
  --font-scoredream: "scoredream";
}
@media (max-width: 1380px) {
  :root {
    --header-gap: 3rem;
  }
}
@media (max-width: 1024px) {
  :root {
    --header-height: 72px;
  }
}
@media (max-width: 768px) {
  :root {
    --header-height: 72px;
  }
}

body:has(#gnb1 .submenu.on, #gnb2.on, .search.on) #hiddenLayer {
  opacity: 1;
  visibility: visible;
}
body:has(#gnb2.on) .m_menu i::before {
  content: "\eb98";
}

#wrap {
  padding-top: var(--header-height-all);
}

#hiddenLayer {
  width: 100dvw;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  display: block !important;
}
#hiddenLayer.on {
  opacity: 1;
  visibility: visible;
}

.header {
  border-bottom: 1px solid #ededed;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12;
  background: #fff;
}
.header_wrap {
  max-width: var(--layout);
  width: calc(100% - 64px);
  position: relative;
  margin: auto;
  display: flex;
  justify-content: space-between;
  height: var(--header-height);
  align-items: center;
  gap: 6.4rem;
}
@media (max-width: 768px) {
  .header_wrap {
    width: calc(100% - 32px);
  }
}
.header h1 {
  flex-shrink: 0;
}
.header h1 a img {
  display: block;
}
.header .util {
  flex-shrink: 0;
}
.header .m_search {
  display: none !important;
}

.layout {
  max-width: var(--layout);
  width: calc(100% - 64px);
  position: relative;
  margin: auto;
}
@media (max-width: 768px) {
  .layout {
    width: calc(100% - 32px);
  }
}

.topbanner {
  background: #f5f5f5;
}
.topbanner .layout {
  height: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.topbanner .box p {
  display: flex;
  gap: 8px;
  align-items: center;
}
.topbanner .box p img {
  width: 24px;
}
.topbanner .box p span {
  font-size: 15px;
  color: #111;
  font-weight: 400;
}

.hnb_quick {
  padding-right: 2rem;
  margin-right: 1.2rem;
  position: relative;
  display: flex;
  gap: 2rem;
}
.hnb_quick::after {
  display: block;
  content: "";
  width: 1px;
  height: 1.2rem;
  background: rgba(17, 17, 17, 0.5);
  position: absolute;
  right: -0.5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.hnb_quick a {
  font-size: 1.5rem;
  color: rgba(17, 17, 17, 0.71);
  line-height: 1.4;
  letter-spacing: -0.01em;
}
.hnb_container {
  display: flex;
  align-items: center;
}
.hnb_sns {
  display: flex;
}
.hnb_sns a {
  width: 4rem;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}

#gnb1 #head_menu {
  display: flex;
  font-weight: 600;
  color: var(--color-text-basic);
}
#gnb1 #head_menu > li {
  position: relative;
  flex: auto;
}
#gnb1 #head_menu > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--header-height);
  text-align: center;
  padding: 0 3.2rem;
  font-weight: 700;
  font-size: 2.4rem;
}
#gnb1 #head_menu > li:hover > a {
  color: #2B79FF;
}
#gnb1 .submenu {
  max-width: var(--layout);
  width: calc(100% - 64px);
  position: relative;
  margin: auto;
  position: fixed;
  top: var(--header-height-all);
  left: 50%;
  transform: translateX(-50%);
  padding: 8rem 0;
  display: none;
  z-index: 2;
  gap: 6rem;
  justify-content: space-between;
  border-top: 1px solid #ededed;
  align-items: flex-start;
}
@media (max-width: 768px) {
  #gnb1 .submenu {
    width: calc(100% - 32px);
  }
}
#gnb1 .submenu.on {
  display: flex;
}
#gnb1 .submenu::before {
  display: block;
  content: "";
  width: 100dvw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: -1;
}
#gnb1 .submenu-title {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
#gnb1 .submenu-title span {
  color: #bdbdbd;
  font-weight: 600;
  white-space: nowrap;
  font-size: 2rem;
}
#gnb1 .submenu-title strong {
  color: #222;
  font-size: 4.2rem;
  line-height: 1.7;
  line-height: 1.2;
  font-weight: 700;
  white-space: nowrap;
}
#gnb1 .submenu > ul {
  max-width: 106rem;
  width: 100%;
  --menu-gap: 2rem;
  --menu-align: 4;
  display: flex;
  gap: var(--menu-gap);
  flex-wrap: wrap;
}
#gnb1 .submenu > ul > li {
  width: calc(100% / var(--menu-align) - var(--menu-gap) * (var(--menu-align) - 1) / var(--menu-align));
}
#gnb1 .submenu > ul > li > a {
  display: flex;
  gap: 2rem;
  padding: 1.2rem 2.4rem;
  height: 5.6rem;
  border: 1px solid #112e4f;
  position: relative;
  align-items: center;
  justify-content: space-between;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}
#gnb1 .submenu > ul > li > a::after {
  display: block;
  content: "\ea6e";
  font-family: "remixicon";
  color: #ddd;
  font-size: 1.8rem;
  font-weight: 400;
}
#gnb1 .submenu > ul > li > a:hover {
  background: #112E4F;
  border-color: #112E4F;
  color: #fff;
}
#gnb1 .submenu > ul > li > a:hover::after {
  color: #fff;
}
@media (max-width: 1280px) {
  #gnb1 .submenu {
    flex-direction: column;
    gap: 2rem;
    padding: 3rem 0;
    justify-content: center;
  }
  #gnb1 .submenu > ul {
    max-width: 100%;
  }
}

#gnb2 {
  position: fixed;
  top: 0;
  width: 100%;
  background: #Fff;
  right: 0;
  display: none;
}
#gnb2 .sitemap {
  margin: 0;
}
#gnb2 .sitemap #head_menu_all {
  display: flex;
  justify-content: center;
}
#gnb2 .sitemap #head_menu_all > li {
  flex-basis: 29.3rem;
  padding: 8rem 0 12rem;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  margin-right: -1px;
  position: relative;
}
#gnb2 .sitemap #head_menu_all > li:last-of-type {
  border-right: none;
}
@media (min-width: 1025px) {
  #gnb2 .sitemap #head_menu_all > li:hover {
    background: #F1F4F9;
    border-color: #112E4F;
    z-index: 1;
  }
}
#gnb2 .sitemap #head_menu_all > li > a {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
  color: #222;
  display: block;
  margin-bottom: 5rem;
  text-align: center;
}
#gnb2 .submenu > ul > li > a {
  padding: 2rem 3rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  position: relative;
  font-size: 2rem;
  color: #222;
  font-weight: 700;
  position: relative;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  #gnb2 .submenu > ul > li > a:hover {
    color: #fff;
    background: #112E4F;
  }
  #gnb2 .submenu > ul > li > a:hover::after {
    color: #fff;
  }
}
#gnb2 .submenu > ul > li > a::after {
  display: block;
  content: "\ea6e";
  font-family: "remixicon";
  font-size: 1.8rem;
  color: #eee;
  font-weight: 400;
}
#gnb2 .close {
  width: 35px;
  aspect-ratio: 1/1;
  background: #000;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  display: inline;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 4;
}
#gnb2.on {
  display: block;
}
@media (max-width: 1024px) {
  #gnb2 {
    top: calc(var(--header-height-all) + 1px);
    height: calc(100dvh - var(--header-height-all) - 1px);
    width: 300px;
    overflow: auto;
  }
  #gnb2 .close {
    display: none;
  }
  #gnb2 .sitemap #head_menu_all {
    flex-direction: column;
  }
  #gnb2 .sitemap #head_menu_all > li {
    flex-basis: auto;
    padding: 0;
  }
  #gnb2 .sitemap #head_menu_all > li + li {
    margin-top: -1px;
  }
  #gnb2 .sitemap #head_menu_all > li > a {
    margin-bottom: 0;
    padding: 2rem;
    text-align: left;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }
  #gnb2 .sitemap #head_menu_all > li:has(.submenu) > a::after {
    display: block;
    content: "\ea4e";
    font-family: "remixicon";
    font-size: 2rem;
    color: #111;
    line-height: 1;
  }
  #gnb2 .sitemap #head_menu_all > li:has(.submenu) > a.active {
    background: #112e4f;
    color: #fff;
  }
  #gnb2 .sitemap #head_menu_all > li:has(.submenu) > a.active::after {
    transform: rotate(180deg);
    color: #fff;
  }
  #gnb2 .submenu > ul {
    border-bottom: 1px solid #ddd;
    display: none;
    padding: 2rem;
    background: #F1F4F9;
  }
  #gnb2 .submenu > ul > li > a {
    padding: 0;
    font-size: 16px;
  }
  #gnb2 .submenu > ul > li > a::after {
    color: #222;
  }
}

.util {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.search-controller img {
  width: 32px;
}
.search-container {
  position: fixed;
  top: calc(var(--header-height-all) + 1px);
  left: 0;
  width: 100%;
  padding: 12rem 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
}
.search-box {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  max-width: 88rem;
  width: 100%;
  margin: 0 auto;
}
.search-box-top {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  flex-wrap: wrap;
}
.search-box-title {
  font-size: 4.2rem;
  color: #222;
  font-weight: 700;
}
.search-box-keyword {
  display: flex;
  gap: 2rem;
  align-items: center;
  flex-wrap: wrap;
}
.search-box-keyword-title {
  display: flex;
  gap: 0.3rem;
  color: var(--color-main);
  align-items: center;
}
.search-box-keyword-title i {
  font-size: 19px;
  line-height: 1;
  font-weight: 300;
}
.search-box-keyword-title span {
  font-size: 16px;
  font-weight: 700;
}
.search-box-keyword-list {
  position: relative;
  width: 35.7rem;
  height: 2.2rem;
}
.search-box-keyword-list .swiper {
  width: 100%;
  height: 100%;
}
.search-box-keyword-item {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
.search-box-keyword-item-number {
  font-size: 1.7rem;
  color: var(--color-main);
  font-weight: 800;
  transform: translateY(-0.15rem);
}
.search-box-keyword-item-title {
  font-size: 1.6rem;
  line-height: 1.3;
  color: #333;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-box-keyword-buttons {
  display: flex;
  align-items: center;
}
.search-box-keyword-buttons button {
  font-size: 1.8rem;
}
.search-box-keyword-buttons-prev {
  position: relative;
}
.search-box-keyword-buttons-prev::after {
  display: block;
  content: "";
  width: 1px;
  height: 1rem;
  background: #ddd;
  position: absolute;
  right: -0.5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.search-box-keyword-buttons-prev, .search-box-keyword-buttons-next {
  color: #ddd;
  padding: 0 0.2rem;
}
.search-box-keyword-buttons-prev:hover, .search-box-keyword-buttons-next:hover {
  color: #000;
}
.search-box-keyword-buttons-play, .search-box-keyword-buttons-pause {
  color: #000;
  margin-left: 0.6rem;
  display: none;
}
.search-box-keyword-buttons-play.active, .search-box-keyword-buttons-pause.active {
  display: block;
}
.search-box-keyword-buttons-play {
  display: none;
}
.search-box-form {
  display: flex;
  box-shadow: 0 0.4rem 1rem 0 rgba(0, 0, 0, 0.08);
}
.search-box-form input {
  display: block;
  flex-grow: 1;
  border: 1px solid var(--color-main);
  border-right: 0;
  padding: 0 4rem;
  font-size: 2rem;
}
.search-box-form input:focus {
  border-radius: 0;
  outline: 2px auto #000;
}
.search-box-form input::-moz-placeholder {
  color: #999;
}
.search-box-form input::placeholder {
  color: #999;
}
.search-box-form button {
  flex-shrink: 0;
  width: 9rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: var(--color-main);
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: #fff;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
.search-box-form button i {
  font-size: 2.4rem;
}
.search-box-form button span {
  font-size: 1.6rem;
  font-weight: 500;
}
.search-copy {
  max-width: 88rem;
  width: 100%;
  margin: 10px auto 0;
  display: none;
}
.search.on .search-container {
  opacity: 1;
  visibility: visible;
}
.search.on .search-controller > img {
  display: none;
}
.search.on .search-controller::after {
  display: block;
  content: "\eb98";
  font-family: "remixicon";
  font-size: 32px;
}
@media (max-width: 1280px) {
  .search-container {
    padding: 6rem 0;
  }
}
@media (max-width: 1024px) {
  .search-box-title {
    font-size: 28px;
  }
  .search-box-form input {
    padding: 0 2.4rem;
  }
}
@media (max-width: 768px) {
  .search-box-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .search-box-keyword-title {
    display: none;
  }
}

.m_menu {
  width: 35px;
  aspect-ratio: 1/1;
  border-radius: 8px;
  background: #000;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}

#footer {
  background: #222;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
}
#footer .footer-wrap {
  padding: 4rem 0;
}
#footer .footer-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  gap: 40px;
}
#footer .footer-container .brief {
  padding: 0 18px;
  display: flex;
  align-items: center;
  height: 51px;
  background: #333;
  color: #fff;
  gap: 26px;
  font-weight: 500;
}
#footer .footer-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#footer .footer-info address {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#footer .footer-info address p {
  opacity: 0.6;
  font-weight: 400;
  text-wrap: balance;
}
#footer .footer-logo {
  width: 24.4rem;
}
#footer .footer-container {
  padding-bottom: 24px;
  margin-bottom: 24px;
}
#footer .footer-copy {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
#footer .footer-link {
  display: flex;
  gap: 8px;
}
#footer .footer-link a {
  color: #fff;
  font-weight: 600;
}
#footer .footer-desc {
  opacity: 0.6;
}
@media (max-width: 768px) {
  #footer .footer-wrap {
    padding: 32px 0;
  }
  #footer .footer-logo {
    width: 185px;
  }
  #footer .footer-container {
    flex-direction: column;
    align-items: flex-start;
  }
  #footer .footer-info address {
    gap: 4px;
  }
  #footer .footer-copy {
    flex-direction: column;
    gap: 16px;
  }
}

@media (max-width: 1750px) {
  #gnb .close {
    right: 2rem;
  }
}
@media (max-width: 1550px) {
  #gnb .close {
    top: 5rem;
    right: 2rem;
  }
}
@media (max-width: 1380px) {
  .header h1 {
    width: 90px;
  }
  #gnb1 {
    flex-grow: 1;
  }
  #gnb1 #head_menu > li > a {
    padding: 0;
  }
}
@media (max-width: 1080px) {
  .line-banner .inner {
    flex-wrap: wrap;
  }
  .line-banner .inner .box {
    width: 100%;
    max-width: 100%;
    height: 8rem;
  }
  .line-banner .inner .box:first-child::before {
    display: none;
  }
}
@media (max-width: 1024px) {
  #header .header_wrap h1 {
    width: 78px;
  }
  #header #gnb1 {
    display: none;
  }
}
@media (max-width: 768px) {
  .hnb_container {
    display: none;
  }
}
@media (max-width: 420px) {
  .topbanner .box p span {
    font-size: 14px;
  }
}