@charset "UTF-8";
@import url("layout_2023.css");
/*-------------------------------------------------
title       : 레이아웃
Author      : ㅈㅁㅈ
Create date : 2025-09-15
-------------------------------------------------*/
#header {
  height: 10rem;
  max-height: 10rem;
}
#header .header_wrap {
  max-width: calc(100% - 4rem);
  padding-top: 3rem;
}
#header .header_wrap::before {
  display: none;
}
#header #logo a {
  overflow: hidden;
  position: relative;
  height: 4.3rem;
}
#header #logo a img {
  max-height: 100%;
  vertical-align: top;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#header.active #gnb1::before {
  min-height: 60rem;
}
#header.active #gnb1 > ul .submenu {
  min-height: 50rem;
}
#header #gnb1 {
  width: calc(100% - 45rem);
  padding: 0;
  white-space: nowrap;
}
#header #gnb1::before {
  height: 10rem;
}
#header #gnb1::after {
  top: 100%;
  background-color: #eee;
}
#header #gnb1 > ul > li {
  padding-bottom: 3.9rem;
  text-align: center;
}
#header #gnb1 > ul > li:first-child .submenu {
  border-left: 1px solid #eee;
}
#header #gnb1 > ul > li.active .submenu > ul > li > a {
  color: #fff;
}
#header #gnb1 > ul > li > a {
  font-size: 2rem;
}
#header #gnb1 > ul > li > a::after {
  display: none;
}
#header #gnb1 > ul > li .submenu {
  padding: 4rem 1rem;
  border-right: 1px solid #eee;
  text-align: center;
}
#header #gnb1 > ul > li .submenu > ul > li {
  text-align: center;
}
#header #gnb1 > ul > li .submenu > ul > li + li {
  margin-top: 2rem;
}
#header #gnb1 > ul > li .submenu > ul > li > a {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 300;
  color: #424242;
  text-align: center;
  line-height: 2.1rem;
}
#header #gnb1 > ul > li .submenu > ul > li > a::before {
  display: none;
}
#header #gnb1 > ul > li .submenu > ul > li > a::after {
  bottom: -0.2rem;
  height: 1px;
}
#header #gnb2.active {
  overflow: hidden;
  background-color: #1F1F1F;
}
#header #gnb2 > ul {
  display: block;
  position: static;
  margin: 0 auto;
}
#header #gnb2 > ul::before {
  display: none;
}
#header #gnb2 > ul > * {
  overflow: hidden;
  overflow-y: auto;
  overflow-style: none;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
#header #gnb2 > ul > *::-webkit-scrollbar {
  display: none;
}
#header .float_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin: 0;
  gap: 1.5rem;
}
#header .float_wrap button {
  display: inline-block;
  overflow: hidden;
  width: 4rem;
  height: 4rem;
  text-align: center;
  line-height: 4rem;
  vertical-align: middle;
}
#header .float_wrap button::before {
  font-size: 2.5rem;
  color: #090909;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#header .float_wrap button.open:hover::before, #header .float_wrap button.open:focus::before {
  color: #ED1B23;
}
#header .float_wrap button.close {
  display: none;
}
#header .float_wrap button.close::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#header .float_wrap button.close:hover::before, #header .float_wrap button.close:focus::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#header .float_wrap button.close::before {
  content: "\e921";
}
#header .float_wrap button.allmenu_open {
  margin-left: 0;
}
#header .float_wrap button.allmenu_open::before, #header .float_wrap button.allmenu_open::after {
  width: 1.6rem;
  margin: 0 auto;
  border-radius: 0.3rem;
  background-color: #222;
  -webkit-transform: translateX(-0.4rem);
          transform: translateX(-0.4rem);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#header .float_wrap button.allmenu_open::after {
  margin: 0;
  -webkit-transform: translateX(1.6rem);
          transform: translateX(1.6rem);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#header .float_wrap button.allmenu_open span {
  display: block;
  position: relative;
  width: 2.4rem;
  height: 0.3rem;
  margin: 0.4rem auto;
  border-radius: 0.3rem;
  background-color: #222;
  clip: inherit;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#header .float_wrap button.allmenu_open:hover::before, #header .float_wrap button.allmenu_open:hover::after, #header .float_wrap button.allmenu_open:focus::before, #header .float_wrap button.allmenu_open:focus::after {
  background-color: #ED1B23;
}
#header .float_wrap button.allmenu_open:hover span, #header .float_wrap button.allmenu_open:focus span {
  width: 0;
}
#header .float_wrap .active .open {
  display: none;
}
#header .float_wrap .active .close {
  display: block;
}
#header .search {
  display: inline;
}
#header .search .control::before {
  font-family: "xeicon";
  content: "\e97a";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: inherit;
}
#header .search .group {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  top: 100%;
  z-index: 10;
  min-width: 1000%;
  padding: 8rem 0;
  border-top: 1px solid #eee;
  background-color: #fff;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#header .search .group::after {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 0;
  background-color: #000;
  content: "";
  opacity: 0.5;
}
#header .search #searchForm {
  width: 56rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
}
#header .search #searchForm input {
  width: 100%;
  height: 4.5rem;
  padding: 0 4.5rem 1.7rem 0;
  border: 0 none;
  border-bottom: 0.2rem solid #222;
  font-size: 1.8rem;
  color: #9e9e9e;
}
#header .search #searchForm button {
  position: absolute;
  right: 0;
  top: 0;
  width: 4.5rem;
  height: 4.5rem;
  padding-bottom: 2rem;
  font-size: 2.8rem;
  color: #222;
  text-align: center;
}
#header.search #gnb1::before {
  background-color: #fff !important;
}
#header.search .search .open {
  display: none;
}
#header.search .search .close {
  display: block;
}
#header.search .search .group {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 8rem 0;
}
#header.search .search .group::after {
  height: 1000%;
}
#header .lang {
  position: relative;
  z-index: 11;
  width: 4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#header .lang .control {
  position: relative;
}
#header .lang .control::before {
  font-family: "xeicon";
  content: "\e9d1";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: inherit;
}
#header .lang p {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  border-radius: 0.4rem;
  background-color: #ED1B23;
}
#header .lang p a {
  display: block;
  font-family: inherit;
  font-size: 1.7rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
}
#header .lang p a::after {
  display: none !important;
}
#header .lang p a.active {
  color: #fff;
}
#header .lang.active .control::before {
  font-size: 2rem;
  color: #fff;
}
#header .lang.active p {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 4rem 0 1rem;
}

#quick {
  position: fixed;
  right: 0;
  bottom: calc(50% + 0.7rem);
  z-index: 80;
  width: 6.5rem;
  height: 21rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#quick .title {
  display: none;
}
#quick .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  width: 31rem;
  min-height: 21rem;
  padding: 1rem 3rem;
  border-radius: 0.4rem 0 0 0.4rem;
  background-color: #fff;
  font-size: 1.8rem;
  color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#quick .list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#quick .list li + li a {
  border-top: 1px dotted #eee;
}
#quick .list img {
  max-height: 100%;
}
#quick .list a {
  display: block;
  position: relative;
  height: 5.5rem;
  padding-right: 3rem;
  line-height: 5.5rem;
}
#quick .list a::after {
  display: inline-block;
  overflow: hidden;
  width: 2.4rem;
  height: 2.4rem;
  text-align: center;
  line-height: 2.4rem;
  vertical-align: middle;
  font-family: "xeicon";
  content: "\e980";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  right: 0;
  border-radius: 100%;
  background-color: #E2E2E2;
  font-size: 1.4rem;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#quick .list a:hover, #quick .list a:focus {
  color: #ED1B23;
  text-decoration: none;
}
#quick .list a:hover::after, #quick .list a:focus::after {
  background-color: #ED1B23;
}
#quick .control {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  top: 0 !important;
  width: 6.5rem;
  height: 21rem;
  border-radius: 0.4rem 0 0 0.4rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1B23), to(#870F14));
  background: linear-gradient(to bottom, #ED1B23, #870F14);
  font-weight: 600;
  color: #fff;
  -webkit-writing-mode: sideways-rl;
      -ms-writing-mode: sideways-rl;
          writing-mode: sideways-rl;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
#quick .control::after {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  content: "";
  left: 0;
  width: 100%;
  background-color: #ED1B23;
  clip-path: inset(0 0 100% 0);
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#quick .control::before {
  display: inline-block;
  overflow: hidden;
  width: 2.4rem;
  height: 2.4rem;
  text-align: center;
  line-height: 2.4rem;
  vertical-align: middle;
  display: block;
  position: relative;
  left: -0.2rem;
  margin: 0 auto 1.5rem;
  background: url("../img/main_2025/quick.png") no-repeat center center;
  background-size: 100% auto;
  content: "";
  -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
          writing-mode: initial;
}
#quick .control:hover::after, #quick .control:focus::after {
  clip-path: inset(0 0 0 0);
}
#quick .control.close {
  display: none;
  height: 7.5rem;
  -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
          writing-mode: initial;
}
#quick .control.close::before {
  left: 0.5rem;
  height: 100%;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
#quick.active {
  -webkit-transform: translateX(-31rem);
          transform: translateX(-31rem);
}
#quick.active .open {
  display: none;
}
#quick.active .close {
  display: block;
}
#quick.active .group {
  visibility: visible;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
}

#footer {
  height: 32rem;
  background-color: #fff;
}
#footer .footer_wrap {
  position: relative;
  max-width: calc(100% - 4rem);
  margin: 4rem auto 6rem;
  padding-bottom: 5.5rem;
}
#footer .flogo {
  margin-bottom: 4rem;
}
#footer .sns_mark a {
  text-decoration: none;
}
#footer .fside_menu {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 25rem);
  margin-bottom: 0;
}
#footer .fside_menu li {
  margin-right: 3rem;
}
#footer .fside_menu li + li::before {
  display: none;
}
#footer .faddress {
  margin-bottom: 0;
  border-color: #eee;
  color: #616161;
  opacity: 0.7;
}
#footer .faddress address {
  display: block;
  margin-right: 0;
  margin-bottom: 0.5rem;
}
#footer .faddress + .float_wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
#footer .faddress + .float_wrap .copyright {
  margin-top: 5.5rem;
  color: #616161;
  text-align: right;
  opacity: 0.4;
}
#footer .related_site {
  position: absolute;
  right: 0;
  top: 0.5rem;
  width: 23.5rem;
}
#footer .related_site .list {
  margin-bottom: 1px;
  border-radius: 1rem;
}
#footer .related_site .label {
  height: 5rem;
  padding: 0 6.5rem 0 2rem;
  border-radius: 1rem;
  border: 1px solid #bdbdbd;
  color: #424242;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#footer .related_site .label::after {
  right: 2rem;
  line-height: 5rem;
}
#footer .related_site .label:hover, #footer .related_site .label:focus {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
#footer .btn_top {
  display: inline-block;
  overflow: hidden;
  width: 6.5rem;
  height: 6.5rem;
  text-align: center;
  line-height: 6.5rem;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: calc(50vh + 0.7rem);
  bottom: auto !important;
  left: auto;
  right: 0 !important;
  z-index: 80;
  margin-left: 0;
  border-radius: 0.4rem 0 0 0.4rem;
  border: 1px solid #3C3C3C;
  background-color: #3C3C3C;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: inherit !important;
          animation: inherit !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#footer .btn_top i {
  display: none;
}
#footer .btn_top::before {
  font-family: "xeicon";
  content: "\e915";
  display: inline-block;
  position: relative;
  top: -0.1rem;
  vertical-align: middle;
  display: block;
}
#footer .btn_top:hover, #footer .btn_top:focus {
  background-color: #fff;
  color: #000;
}