@charset "UTF-8";
/*-------------------------------------------------
title       : 레이아웃
Author      : 플랜아이 momi
Create date : 2024-01-10
-------------------------------------------------*/
html.active {
  height: 100vh !important;
  overflow: hidden !important;
  overflow-y: hidden !important;
}

#wrap {
  outline: 0;
}

#header {
  position: relative;
  z-index: 5;
}
#header::after {
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  content: "";
}

.header_wrap {
  height: 9rem;
}

#logo {
  float: left;
  width: 36rem;
  margin: 0 0 0 4.8rem;
}
#logo a {
  display: block;
  width: 100%;
  background-image: url(../img/layout/logo.png);
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 8rem;
}

#hnb .list {
  position: absolute;
  right: 15.5rem;
  top: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#hnb .list a {
  font-size: 1.5rem;
  position: relative;
  color: #111;
  font-weight: 700;
  margin-right: 3.2rem;
  font-family: "NanumSquareNeo";
}
#hnb .list a::after {
  content: "";
  width: 1px;
  height: 1rem;
  background-color: #555;
  position: absolute;
  right: -1.6rem;
  top: 0.4rem;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
#hnb .list a:hover, #hnb .list a:focus {
  text-decoration: underline;
  text-underline-position: under;
}

#search .control.open {
  font-size: 2.2rem;
  overflow: hidden;
  position: absolute;
  right: 13rem;
  top: 3rem;
  width: 3rem;
  height: 3rem;
  color: #333;
  text-align: center;
  line-height: 3rem;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#search .control.open::before {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "remixicon";
  text-align: center;
  line-height: inherit;
  content: "\f0d1";
}
#search .control.open:hover, #search .control.open:focus {
  background: #333;
  color: #fff !important;
  font-size: 1.6rem;
}
#search .close {
  font-size: 3rem;
  overflow: hidden;
  position: absolute;
  right: 6rem;
  top: 6rem;
  width: 3.5rem;
  height: 3.5rem;
  color: #555;
  text-align: center;
  line-height: 3.5rem;
}
#search .close::before {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "remixicon";
  text-align: center;
  line-height: inherit;
  content: "\eb99";
}
#search .group {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  top: 0rem;
  right: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#search .group .inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  min-height: 48rem;
}
#search .group .title_sch {
  font-size: 4.8rem;
  line-height: 5.6rem;
  font-weight: 700;
  color: #333333;
  padding-bottom: 1.6rem;
  margin-bottom: 2rem;
  position: relative;
}
#search .group .title_sch::before {
  content: "";
  width: 3.8rem;
  height: 2px;
  background-color: #111;
  position: absolute;
  left: 0;
  bottom: 0;
}
#search .group .desc {
  font-weight: 500;
}
#search .group .title_sch2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #333;
}
#search .form {
  position: relative;
  margin: 9rem 0 8rem;
  color: #000;
  line-height: 6rem;
  border-bottom: 3px solid #050505;
}
#search .form label {
  font-size: 2rem;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
}
#search .form input {
  width: calc(100% - 11rem);
  height: 6rem;
  border: 0 none;
  font-size: 2rem;
}
#search .form input::-webkit-input-placeholder {
  color: #888;
  font-size: 1.8rem;
  font-weight: 600;
}
#search .form input::-moz-placeholder {
  color: #888;
  font-size: 1.8rem;
  font-weight: 600;
}
#search .form input:-ms-input-placeholder {
  color: #888;
  font-size: 1.8rem;
  font-weight: 600;
}
#search .form input::-ms-input-placeholder {
  color: #888;
  font-size: 1.8rem;
  font-weight: 600;
}
#search .form input::placeholder {
  color: #888;
  font-size: 1.8rem;
  font-weight: 600;
}
#search .form .schbtn {
  font-size: 3rem;
  overflow: hidden;
  position: absolute;
  right: 0.5rem;
  top: 0;
  width: 5rem;
  height: 6rem;
  text-align: center;
  line-height: 6rem;
}
#search .form .schbtn::before {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "remixicon";
  text-align: center;
  line-height: inherit;
  content: "\f0cd";
}
#search .form .sch_clear {
  overflow: hidden;
  position: absolute;
  right: 6.5rem;
  top: 1.6rem;
  width: 2.8rem;
  height: 2.8rem;
  line-height: 2.8rem;
  text-align: center;
  border-radius: 50%;
  background-color: #EFEFEF;
/*   color: #A8A8A8; */
  color: #696969;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#search .form .sch_clear::before {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "remixicon";
  text-align: center;
  line-height: inherit;
  content: "\eb99";
}
#search .form .sch_clear:hover, #search .form .sch_clear:focus {
  background-color: #000;
  color: #fff;
}
#search .popul_sch li {
  display: inline-block;
  margin-right: 2rem;
  margin-bottom: 1rem;
}
#search .popul_sch li a {
  color: #777777;
  font-weight: 500;
  display: inline-block;
  padding: 0 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#search .popul_sch li a:hover, #search .popul_sch li a:focus {
  color: #fff;
  background-color: #28745C;
}
#search.active {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
#search.active .group {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  width: 61rem;
  height: 100vh;
  padding: 14rem 10rem 15rem;
  overflow: hidden;
  overflow-y: auto;
}

#gnb1::after {
  content: "";
  display: block;
  clear: both;
}
#gnb1 > ul {
  float: right;
  width: calc(100% - 31rem - 36rem - 4.8rem);
  margin: 0 31rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#gnb1 > ul > li {
  display: inline-block;
  margin: 0 4.2rem;
}
#gnb1 > ul > li > a {
  font-size: 2rem;
  font-weight: 700;
  font-family: "NanumSquareNeo";
  line-height: 9rem;
  display: inline-block;
  position: relative;
  color: #111;
}
#gnb1 > ul > li > a:hover, #gnb1 > ul > li > a:focus {
  font-weight: 600;
}
#gnb1 > ul > li.active > a {
  font-weight: 800 !important;
  color: #2538CD !important;
}
#gnb1 > ul > li.active .submenu {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  width: 100%;
  padding: 0 calc(50% - 70rem);
}
#gnb1 > ul .submenu {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  min-height: 30rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100%;
  z-index: 1;
}
#gnb1 > ul .submenu::before {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 1000%;
  height: 100%;
  margin-left: -500%;
  content: "";
  -webkit-box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
  border-top: 1px solid #eee;
  background-color: #fff;
}
#gnb1 > ul .submenu::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0rem;
  z-index: -1;
  width: calc(50% - 70rem + 25rem);
  height: 100%;
  background: #E8EFF6;
  border-radius: 0 0 10rem 0;
}
#gnb1 > ul .submenu .desc {
  font-size: 1.8rem;
  width: 25rem;
  color: #555;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25rem;
          flex: 1 1 25rem;
}
#gnb1 > ul .submenu .desc .title {
  font-size: 3.8rem;
  line-height: 3.8rem;
  display: block;
  padding: 4.2rem 0 0rem;
  color: #111;
  position: relative;
  margin-bottom: 3.2rem;
  font-weight: 800;
  font-family: "NanumSquareNeo";
  padding-right: 2rem;
}
#gnb1 > ul .submenu > ul {
  font-size: 1.6rem;
  line-height: 1.75;
  width: calc(100% - 25rem);
  padding: 4.5rem 0 2.5rem 5rem;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 25rem);
          flex: 1 1 calc(100% - 25rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#gnb1 > ul .submenu > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(25% - 1.5rem);
          flex: 1 1 calc(25% - 1.5rem);
  max-width: calc(25% - 1.5rem);
  margin-right: 2rem;
  margin-bottom: 2.5rem;
}
#gnb1 > ul .submenu > ul > li:nth-child(4n) {
  margin-right: 0;
}
#gnb1 > ul .submenu > ul > li > a {
  padding: 0.5rem 5rem 0.5rem 2rem;
  border: 1px solid #C6C6C6;
  height: 5.6rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #111;
  margin-bottom: 1.6rem;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  word-break: keep-all;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#gnb1 > ul .submenu > ul > li > a::before {
  content: "\ea6e";
  font-family: "remixicon";
  width: 3.1rem;
  text-align: center;
  height: 3.1rem;
  line-height: 3.1rem;
  font-size: 1.5rem;
  border-radius: 50%;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #999;
}
#gnb1 > ul .submenu > ul > li > a:hover, #gnb1 > ul .submenu > ul > li > a:focus {
  background: linear-gradient(259.17deg, #0019FB -18.97%, #12BC7F 84.41%);
  -webkit-box-shadow: 4px 4px 25px rgba(0, 120, 237, 0.4);
          box-shadow: 4px 4px 25px rgba(0, 120, 237, 0.4);
  color: #fff;
  font-weight: 700;
  border: none;
}
#gnb1 > ul .submenu > ul > li > a:hover::before, #gnb1 > ul .submenu > ul > li > a:focus::before {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
#gnb1 > ul .submenu > ul > li.active > a {
  background: linear-gradient(259.17deg, #0019FB -18.97%, #12BC7F 84.41%);
  -webkit-box-shadow: 4px 4px 25px rgba(0, 120, 237, 0.4);
          box-shadow: 4px 4px 25px rgba(0, 120, 237, 0.4);
  color: #fff;
  font-weight: 700;
  border: none;
}
#gnb1 > ul .submenu > ul > li.active > a::before {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  right: 1.7rem;
}
#gnb1 > ul .gnb_d3 {
  padding-left: 1rem;
}
#gnb1 > ul .gnb_d3 a {
  padding-left: 1.1rem;
  position: relative;
  line-height: 2rem;
  display: inline-block;
  color: #767676;
}
#gnb1 > ul .gnb_d3 a::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background-color: #999;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.7rem;
}
#gnb1 > ul .gnb_d3 a.linkWindow::after {
  content: "\ecaf";
  font-family: "remixicon";
  font-size: 1.5rem;
  padding-left: 0.3rem;
  vertical-align: top;
}
#gnb1 > ul .gnb_d3 a:hover, #gnb1 > ul .gnb_d3 a:focus {
  text-decoration: underline;
  text-underline-position: under;
  color: #111;
  font-weight: 600;
}
#gnb1 > ul .gnb_d3 a:hover::before, #gnb1 > ul .gnb_d3 a:focus::before {
  background-color: #111;
}

#gnb2 .control {
  position: absolute;
  right: 0rem;
  top: 0rem;
  z-index: 7;
  width: 9rem;
  height: 9rem;
  text-align: center;
  background: #B2000E;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#gnb2 .control [class*=bar] {
  display: block;
  width: 2.4rem;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 3.3rem;
  top: 3.4rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#gnb2 .control [class*=bar].bar2 {
  width: 1.6rem;
  top: 4.4rem;
  left: 4.1rem;
}
#gnb2 .control [class*=bar].bar3 {
  top: 5.3rem;
}
#gnb2 .control.open:hover {
  background: #024289;
}
#gnb2 .control.open:hover .bar1 {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
#gnb2 .control.open:hover .bar2 {
  width: 2.4rem;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  left: 3.3rem;
}
#gnb2 .control.open:hover .bar3 {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
#gnb2 .control.close {
  display: none;
}
#gnb2 .control.close [class*=bar] {
  background-color: #fff !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#gnb2 .control.close [class*=bar].bar1 {
  -webkit-transform: translateY(0.95rem) rotate(-225deg);
          transform: translateY(0.95rem) rotate(-225deg);
  width: 2.6rem;
}
#gnb2 .control.close [class*=bar].bar2 {
  display: none;
}
#gnb2 .control.close [class*=bar].bar3 {
  -webkit-transform: translateY(-0.95rem) rotate(225deg);
          transform: translateY(-0.95rem) rotate(225deg);
  width: 2.6rem;
}
#gnb2 .control.close:hover {
  background: #034EA2;
}
#gnb2 .control.close:hover .bar1 {
  -webkit-transform: translateY(-0.95rem) rotate(-135deg);
          transform: translateY(-0.95rem) rotate(-135deg);
  top: 5.3rem;
}
#gnb2 .control.close:hover .bar3 {
  -webkit-transform: translateY(-0.95rem) rotate(135deg);
          transform: translateY(-0.95rem) rotate(135deg);
}
#gnb2 > ul {
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  height: 0;
  width: calc(100% - 18rem);
  margin: 0 auto;
  position: relative;
  left: 0;
  top: 0rem;
  z-index: 2;
  color: #111;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  word-break: keep-all;
}
#gnb2 > ul > li {
  padding: 10.7rem 3rem 5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  border-right: 1px solid #ddd;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in 0.1s;
  transition: opacity 0.7s ease-in 0.1s;
}
#gnb2 > ul > li::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #F4F5FB;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: width 0.7s cubic-bezier(0.83, 0, 0.17, 1);
  transition: width 0.7s cubic-bezier(0.83, 0, 0.17, 1);
}
#gnb2 > ul > li:first-child {
  border-left: 1px solid #ddd;
}
#gnb2 > ul > li > a {
  font-size: 2.7rem;
  display: block;
  margin-bottom: 3.7rem;
  font-weight: 800;
  color: #111;
  font-family: "NanumSquareNeo";
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#gnb2 > ul > li > a::before {
  content: "";
  width: 0.4rem;
  height: 0rem;
  position: absolute;
  left: -3rem;
  top: 0;
  background: #1223AB;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#gnb2 > ul > li > a:hover, #gnb2 > ul > li > a:focus {
  color: #1223AB;
  font-weight: 800;
}
#gnb2 > ul > li > a:hover::before, #gnb2 > ul > li > a:focus::before {
  height: 4rem;
}
#gnb2 > ul > li.on > a {
  color: #1223AB;
  font-weight: 800;
}
#gnb2 > ul > li.on > a::before {
  height: 4rem;
}
#gnb2 .submenu > ul > li {
  margin-bottom: 2rem;
}
#gnb2 .submenu > ul > li > a {
  font-size: 2rem;
  font-weight: 700;
  word-break: keep-all;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#gnb2 .submenu > ul > li > a:hover, #gnb2 .submenu > ul > li > a:focus {
  color: #1223AB;
}
#gnb2 .submenu > ul > li.on > a {
  color: #1223AB;
}
#gnb2 .submenu a {
  display: inline-block;
  line-height: 1.4;
  vertical-align: top;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#gnb2 .gnb_d3 {
  margin-top: 0.5rem;
}
#gnb2 .gnb_d3 a {
  color: #767676;
  padding-left: 1.1rem;
  position: relative;
  margin-top: 0.3rem;
}
#gnb2 .gnb_d3 a::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  left: 0;
  top: 0.8rem;
  background-color: #999;
  border-radius: 50%;
}
#gnb2 .gnb_d3 a.linkWindow::after {
  content: "\ecaf";
  font-family: "remixicon";
  font-size: 1.5rem;
  padding-left: 0.3rem;
  vertical-align: top;
}
#gnb2 .gnb_d3 a:hover, #gnb2 .gnb_d3 a:focus {
  color: #1223AB;
  text-decoration: underline;
  text-underline-position: under;
  font-weight: 600;
}
#gnb2 .gnb_d3 a:hover::before, #gnb2 .gnb_d3 a:focus::before {
  background-color: #1223AB;
}
#gnb2 .gnb_d3 li.on > a {
  color: #1223AB;
  font-weight: 600;
}
#gnb2 .gnb_d3 li.on > a::before {
  background-color: #1223AB;
}
#gnb2 .gnb_d4 {
  margin-top: 0.2rem;
}
#gnb2 .gnb_d4 a {
  padding-left: 2rem;
  margin-top: 0.3rem;
  font-size: 1.5rem;
}
#gnb2 .gnb_d4 a::before {
  width: 0.6rem;
  height: 0.2rem;
  left: 1rem;
  top: 0.9rem;
}
#gnb2 .gnb_d5 {
  margin-top: 0rem;
}
#gnb2 .gnb_d5 a {
  padding-left: 3rem;
}
#gnb2 .gnb_d5 a::before {
  height: 1px;
  left: 2rem;
  top: 0.9rem;
}
#gnb2.active {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  background-color: #fff;
  overflow: hidden;
  overflow-y: auto;
}
#gnb2.active .open {
  display: none;
}
#gnb2.active .close {
  display: block;
}
#gnb2.active > ul {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  height: auto;
  min-height: 100vh;
}
#gnb2.active > ul > li {
  opacity: 1;
}
#gnb2.active > ul > li::before {
  width: 0;
}

#footer {
  position: relative;
  z-index: 0;
  width: 172rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 2rem 0 2rem;
  font-family: "NanumSquareNeo";
}
#footer::before {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 1000%;
  height: 100%;
  margin-left: -500%;
  content: "";
  background-color: #000;
}
#footer .related {
  position: absolute;
  right: 0;
  bottom: 13rem;
  z-index: 1;
  color: #fff;
}
#footer .related .group {
  height: 5.5rem;
  border-bottom: 1px solid #fff;
  position: relative;
  width: 27rem;
  color: #8e8e8e;
}
#footer .related .group.active .label::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#footer .related .group.active .list {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  padding: 2rem 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#footer .related a {
  display: block;
  position: relative;
  padding: 0 2rem;
}
#footer .related a + a {
  margin-top: 0.5rem;
}
#footer .related .label {
  line-height: 7.5rem;
  color: #fff;
  font-weight: 700;
  color: #fff;
  padding: 0 3rem 0 0;
}
#footer .related .label::after {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  font-family: "remixicon";
  font-size: 1.8rem;
  right: 1rem;
  color: #bcc3c9;
  content: "\ea4d";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#footer .related .list {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100% !important;
  margin-bottom: 0.5rem;
  background-color: #777;
  color: #fff;
  line-height: 2.5rem;
  border-radius: 0.6rem;
  bottom: 2.5rem;
}
#footer .mark {
  position: absolute;
  right: 0rem;
  bottom: 2.5rem;
}
#footer .btn_top {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  position: fixed;
  left: 50%;
  bottom: 4rem;
  width: 6rem;
  height: 6rem;
  margin-left: 80rem;
  border-radius: 100%;
  background-color: #fff;
  color: #111;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 1.4rem;
  font-weight: 700;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(158, 158, 158, 0.3);
          box-shadow: 0px 0px 20px 0px rgba(158, 158, 158, 0.3);
  letter-spacing: -0.03rem;
  z-index: 1;
}
#footer .btn_top::before {
  display: inline-block;
  position: relative;
  top: 1px;
  font-family: "remixicon";
  vertical-align: top;
  display: block;
  padding-top: 0.8rem;
  content: "\ea77";
  line-height: 1.8rem;
  font-size: 2.4rem;
}
#footer .btn_top:hover, #footer .btn_top:focus {
  -webkit-animation: updown 0.75s 0.25s infinite alternate;
          animation: updown 0.75s 0.25s infinite alternate;
}
#footer .btn_top.active {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  width: 6rem;
  height: 6rem;
}

@-webkit-keyframes updown {
  0% {
    margin-bottom: 0;
  }
  100% {
    margin-bottom: 0.5rem;
  }
}

@keyframes updown {
  0% {
    margin-bottom: 0;
  }
  100% {
    margin-bottom: 0.5rem;
  }
}
#fnb1 {
  margin-bottom: 2rem;
  font-family: "NanumSquareNeo";
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#fnb1 .group1 {
  margin-bottom: 1rem;
}
#fnb1 .group1 li {
  display: inline-block;
  font-weight: 600;
  margin-right: 4.3rem;
  margin-bottom: 1rem;
}
#fnb1 .group1 li a {
  font-family: "NanumSquareNeo";
  color: rgba(255, 255, 255, 0.6);
  font-weight: 700;
}
#fnb1 .group1 li a:hover, #fnb1 .group1 li a:focus {
  text-decoration: underline;
  text-underline-position: under;
  color: #fff;
}
#fnb1 .group1 li:first-child {
  font-size: 2rem;
  color: #fff;
}
#fnb1 .group2 li {
  display: inline;
}
#fnb1 .group2 a {
  height: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  line-height: 2.8rem;
  font-size: 3rem;
  display: inline-block;
  overflow: hidden;
  width: 3rem;
  margin-left: 0.25rem;
  border-radius: 100%;
  text-align: center;
}
#fnb1 .group2 a::before {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "remixicon";
  text-align: center;
  line-height: inherit;
  height: 200%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
#fnb1 .group2 a:hover::before, #fnb1 .group2 a:focus::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#fnb1 .group2 .blog a::before {
  padding: 0 0.5rem;
  font-family: "Pretendard";
  font-weight: 800;
  content: "b b";
}
#fnb1 .group2 .facebook a::before {
  content: "\ecba  \ecba";
}
#fnb1 .group2 .instagram a::before {
  content: "\ebe9  \ebe9";
}
#fnb1 .group2 .twitter a::before {
  content: "\f23a  \f23a";
}
#fnb1 .group2 .youtube a::before {
  content: "\ec32  \ec32";
}
#fnb1 .group2 .kakao a::before {
  content: "\ebef  \ebef";
}

#fnb2 {
  margin-bottom: 1.2rem;
}
#fnb2 .group1 li {
  display: inline-block;
  font-weight: 600;
  margin-right: 4.3rem;
  margin-bottom: 1rem;
}
#fnb2 .group1 li a {
  color: #fff;
  font-weight: 700;
}
#fnb2 .group1 li a.c_red {
  color: #FF2D2D;
}
#fnb2 .group1 li a:hover, #fnb2 .group1 li a:focus {
  text-decoration: underline;
  text-underline-position: under;
}

#siteinfo {
  position: relative;
  color: #fff;
  padding-right: 27rem;
}
#siteinfo .logo img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  margin-bottom: 2.8rem;
}
#siteinfo .copyright {
  font-size: 1.5rem;
  margin-top: 1rem;
  font-weight: 700;
  color: #777;
  text-transform: uppercase;
}