@charset "UTF-8";

/*-------------------------------------------------
title       : 레이아웃
Author      : psj
Create date : 2022-01-20
-------------------------------------------------*/
#wrap {
  outline: 0;
}

#header {
  width: 160rem;
  max-width: calc(100% - 2rem);
  margin-left: auto !important;
  margin-right: auto !important;
  position: fixed;
  z-index: 5;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  -webkit-transition: top 0.4s;
  transition: top 0.4s;
}

#header::before {
  display: block;
  clear: both;
  width: 100vw;
  height: 8.5rem;
  content: "";
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 5.4rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.8) 0%, rgba(255, 255, 255, 0));
  z-index: -1;
  transition: .25s;
}

#header::after {
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  content: "";
}

#header .header_wrap {
  padding-top: 5.4rem;
}

#header .header_wrap:after {
  display: block;
  clear: both;
  content: "";
}

#header .search .control {
  color: #fff;
}

#header .search .control.open {
  font-size: 2rem;
  font-weight: 600;
  overflow: hidden;
  position: absolute;
  right: 6rem;
  top: 9.2rem;
  text-align: center;
}

#header .search .group {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 124rem;
  max-width: calc(100% - 2rem);
  margin-left: auto !important;
  margin-right: auto !important;
  top: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#header .search .group::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -500%;
  width: 1000%;
  height: 10000%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -2;
}

#header .search .group::before {
  position: absolute;
  left: 50%;
  top: -1px;
  z-index: -1;
  width: 1000%;
  height: 100%;
  margin-left: -500%;
  content: "";
  border-top: 1px solid #ddd;
  background-color: #F6F6F7;
}

#header .search .form {
  position: relative;
  margin: 6rem 0;
  padding-left: 7.8rem;
  color: #000;
  line-height: 6rem;
}

#header .search .form label {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0 none;
  clip: rect(0, 0, 0, 0);
}

#header .search .form input {
  width: 100%;
  height: 4.8rem;
  border: 0 none;
  background-color: transparent;
}

#header .search .form button {
  font-size: 2.5rem;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4.8rem;
  height: 4.8rem;
  text-align: center;
  line-height: 4.8rem;
}

#header .search .form button::before {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "remixicon";
  text-align: center;
  line-height: inherit;
  content: "\f0d1";
  color: #ccc;
  font-size: 5rem;
  line-height: 1;
  font-weight: 700;
}

#header .search .form button:focus:before,
#header .search .form button:hover:before {
  color: #137b44;
}

#header .search .close {
  position: absolute;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2.5rem;
  right: 0;
  overflow: hidden;
  width: 4.8rem;
  height: 4.8rem;
  text-align: center;
  line-height: 4.8rem;
}

#header .search .close::before {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "remixicon";
  text-align: center;
  line-height: inherit;
  content: "\eb99";
  color: #222;
  font-size: 3.6rem;
}

#header .search.active .group {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  width: 124rem;
  max-width: calc(100% - 2rem);
  margin-left: auto !important;
  margin-right: auto !important;
}

#header .search.active .control.close {
  color: #222;
}

#header.active:before,
#header.fixed:before {
  background: #fff;
  border-bottom: #f2f2f2;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.08);
}

#header.active #gnb1>ul,
#header.fixed #gnb1>ul {
  margin-top: 3.1rem;
}

#header.active #gnb1>ul>li>a,
#header.fixed #gnb1>ul>li>a {
  color: #222;
  padding: 3.1rem 0;
}

#header.active #gnb2 .control,
#header.active .search .control,
#header.active .site,
#header.fixed #gnb2 .control,
#header.fixed .search .control,
#header.fixed .site {
  color: #222;
  top: 8.2rem;
}

#header.active #logo,
#header.fixed #logo {
  width: 21.4rem;
  margin: 1.6rem 0;
  margin-bottom: 0;
}

/*#header.active #logo a,
#header.fixed #logo a {
  background: url("/www/img/layout/logo_h.png") no-repeat left top/contain;
}
#header.active #logo a img,
#header.fixed #logo a img {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}*/
#header #logo a img.bk {
  display: none;
}

#header.active #logo a img.wt,
#header.fixed #logo a img.wt {
  display: none;
}

#header.active #logo a img.bk,
#header.fixed #logo a img.bk {
  display: block;
}

#header.fix {
  top: -5.4rem;
}

#header.fix:before {
  height: 10rem;
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.08);
}

#header.fix #logo {
  width: 23.7rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 2rem 0;
}

#header.fix #logo a {
  height: 6rem;
}

#header.fix #gnb1>ul {
  margin-top: 3.6rem;
}

#header.fix #gnb1>ul>li>a {
  padding: 3.8rem 0;
}

#header.fix .search .control.open {
  top: 8.6rem;
}

#header.fix .site {
  top: 8.6rem;
}

#hnb {
  font-size: 1.4rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  z-index: 4;
  width: 100vw;
  height: 5.4rem;
  color: #fff;
  line-height: 5.4rem;
}

#hnb::before {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 1000%;
  height: 100%;
  margin-left: -500%;
  content: "";
  background-color: #245a87;
}

#hnb a:hover,
#hnb a:focus {
  text-decoration: underline;
}

#hnb .hnb1 {
  float: left;
  position: relative;
  height: 100%;
  background: #193c5a;
  padding: 0 3rem 0 16rem;
}

#hnb .hnb1 ul:after {
  display: block;
  clear: both;
  content: "";
}

#hnb .hnb1 li {
  float: left;
  width: 3.4rem;
}

#hnb .hnb1 a {
  display: block;
  text-align: center;
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#hnb .hnb1 a:hover,
#hnb .hnb1 a:focus {
  opacity: 1;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

#hnb .hnb2 {
  float: right;
}

#hnb .hnb2:after {
  display: block;
  clear: both;
  content: "";
}

#hnb .hnb2 li {
  display: inline-block;
  padding: 0 1.5rem;
}

#hnb .hnb2 a:hover,
#hnb .hnb2 a:focus,
#hnb .hnb2 button:hover,
#hnb .hnb2 button:focus {
  text-decoration: underline;
}

#hnb .hnb2>* {
  float: left;
}

#hnb .hnb2 .related li a {
  font-weight: 200;
}

#hnb .hnb2 .related li a.bl {
  font-weight: 700;
}

#hnb .hnb2 .etc li a {
  padding-left: 2rem;
  position: relative;
  font-weight: 600;
}

#hnb .hnb2 .etc li a:before {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  font-family: "remixicon";
  position: absolute;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.6rem;
  left: 0;
  font-weight: 100;
}

#hnb .hnb2 .etc li:first-child a:before {
  content: "\edcf";
}

#hnb .hnb2 .etc li.login a:before {
  content: "\eed4";
}

#hnb .hnb2 .etc li.logout a:before {
  content: "\eed8";
}

#hnb .quick {
  position: relative;
  width: 18.6rem;
}

#hnb .quick button {
  display: block;
  width: 100%;
  height: 5.4rem;
  line-height: 5.4rem;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  position: relative;
  text-align: left;
  padding-left: 2rem;
  font-weight: 600;
}

#hnb .quick button:after {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  font-family: "remixicon";
  content: "\ea4e";
  font-size: 1.5rem;
  right: 1.7rem;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#hnb .quick ul {
  position: absolute;
  left: 0;
  top: 5.4rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#0a6f3a), to(#137b44));
  background: linear-gradient(180deg, #0a6f3a 0%, #137b44 100%);
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
}

#hnb .quick ul li {
  display: block;
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.9s;
  transition: opacity 0.9s;
  padding: 0;
  line-height: 1.2;
}

#hnb .quick ul li a {
  padding: 0 2rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  opacity: 0.6;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: block;
}

#hnb .quick ul li a:hover,
#hnb .quick ul li a:focus {
  opacity: 1;
}

#hnb .quick ul li+li {
  margin-top: 1.6rem;
}

#hnb .quick ul li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

#hnb .quick ul li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#hnb .quick ul li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#hnb .quick ul li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

#hnb .quick ul li:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

#hnb .quick ul li:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

#hnb .quick ul li:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

#hnb .quick ul li:nth-child(8) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

#hnb .quick ul li:nth-child(9) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

#hnb .quick ul li:nth-child(10) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

#hnb .quick.active button:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#hnb .quick.active ul {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  width: 100%;
  padding: 2rem 0;
}

#hnb .quick.active ul li {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
}

#logo {
  float: left;
  margin: 2.4rem 0;
  width: 24.5rem;
}

#logo a {
  display: block;
  height: 6.8rem;
}

#gnb1.active {
  opacity: 0;
  visibility: hidden;
}

#gnb1>ul {
  float: right;
  width: calc(100% - 46rem);
  margin: 4.3rem 12rem 0 0;
  text-align: right;
}

#gnb1>ul>li {
  display: inline-block;
  margin: 0 1.5rem;
}

#gnb1>ul>li>a {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding: 5.3rem 0;
}

#gnb1>ul>li>a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 5px;
  background: #137B44;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  margin-left: 0 !important;
}

#gnb1>ul>li.active>a:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#gnb1>ul>li.active .submenu {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  padding: 2.8rem 0 1.6rem;
}

#gnb1>ul .submenu {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  display: block !important;
  position: absolute;
  left: 0;
  top: 99%;
  z-index: 1;
  width: 100% !important;
  transition: .5s;
}

#gnb1>ul>li.active .submenu::before {
  display: block;
}

#gnb1>ul .submenu::before {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  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 #E2E2E2;
  background-color: #fff;
  transition: .5s;
}

#gnb1>ul .submenu>ul {
  font-size: 1.6rem;
  line-height: 1.75;
  padding: 1.5rem;
  text-align: left;
  margin: 0 0 0 -2rem;
}

#gnb1>ul .submenu>ul:after {
  display: block;
  clear: both;
  content: "";
}

#gnb1>ul .submenu>ul>li {
  padding: 0 0 2.4rem 2rem;
  float: left;
  width: 25%;
}

#gnb1>ul .submenu>ul>li>a {
  font-size: 1.7rem;
  line-height: 1.2;
  background: #F2F2F2;
  padding: 1.2rem 2rem;
  border: 0 none;
  font-weight: 600;
  color: #151515;
  text-align: left;
  display: block;
  margin-bottom: 1.2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#gnb1>ul .submenu>ul>li>a:hover,
#gnb1>ul .submenu>ul>li>a:focus {
  background: #137B44;
  color: #fff;
}

#gnb1>ul .submenu>ul>li.active>a {
  background: #137B44;
  color: #fff;
}

#gnb1>ul .submenu>ul>li ul {
  padding: 0 2rem;
}

#gnb1>ul .submenu>ul>li li>a {
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
}

#gnb1>ul .submenu>ul>li li>a:hover,
#gnb1>ul .submenu>ul>li li>a:focus {
  text-decoration: underline;
}

#gnb1>ul .submenu>ul>li li>a:hover,
#gnb1>ul .submenu>ul>li li>a:focus {
  color: #137B44;
}

#gnb1>ul>li.lnb3 .submenu>ul>li {
  width: 50%;
}

#gnb1>ul>li.lnb3 .submenu>ul>li>a {
  padding: 2.3rem 2rem;
  text-align: center;
}

#gnb1>ul>li.lnb4 .submenu>ul>li {
  width: 33.333333%;
}

#gnb1>ul>li.lnb5 .submenu>ul>li {
  width: 33.333333%;
}

#gnb1>ul>li.lnb6 .submenu>ul>li {
  width: 33.333333%;
}

.linkWindow:after {
  display: inline-block;
  vertical-align: middle;
  font-family: "remixicon";
  content: "\f0f4";
  margin-left: 0.8rem;
  color: #137B44;
  font-size: 1.5rem;
  font-weight: 400;
}

.linkWindow:hover:after,
.linkWindow:focus:after {
  color: #fff;
}

.site {
  font-size: 2rem;
  font-weight: 900;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 9.2rem;
  z-index: 3;
  width: 3rem;
  height: 3rem;
  color: #fff;
  text-align: center;
  line-height: 3rem;
}

#gnb2 {
  display: none;
}

#gnb2 .control {
  font-size: 2rem;
  font-weight: 900;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 10.2rem;
  z-index: 3;
  width: 3rem;
  height: 3rem;
  color: #fff;
  text-align: center;
  line-height: 3rem;
}

#gnb2 .control.close {
  display: none;
}

#gnb2>ul {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  margin-top: -6rem;
  display: inline-block;
  width: calc(100% + 0px);
  position: absolute;
  left: 0;
  top: 10rem;
  z-index: 2;
  color: #fff;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

#gnb2>ul>* {
  clear: none;
  float: left;
  width: calc(33.3333333333% - 0px);
  margin: 6rem 0px 0 0;
}

#gnb2>ul>*:nth-child(2n+1) {
  clear: none;
}

#gnb2>ul>*:nth-child(3n+1) {
  clear: both;
}

#gnb2>ul::before {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 1000%;
  height: 100%;
  margin-left: -500%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 10000%;
  margin: 0;
  background-color: #3e3e3e;
}

#gnb2>ul>li {
  padding: 0 2rem;
  text-align: center;
}

#gnb2>ul>li>a {
  font-size: 2rem;
  display: block;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 600;
  color: #2FD37E;
}

#gnb2 .submenu a {
  display: inline-block;
  padding: 0 3.5rem;
  border-radius: 4rem;
  line-height: 4rem;
  vertical-align: top;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#gnb2 .submenu a:hover,
#gnb2 .submenu a:focus {
  background-color: #2FD37E;
  color: #3e3e3e;
}

#gnb2 .submenu div {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}

#gnb2 .submenu h2 {
  display: none !important;
}

#gnb2 .submenu h2:first-of-type {
  display: block !important;
}

#gnb2.active .open {
  display: none;
}

#gnb2.active .close {
  display: block;
}

#gnb2.active>ul {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  width: 100%;
}

#gnb1>ul>li.lnb7 {
  display: none;
}

.lnb-detail-sub {
  display: none;
}

#footer {
  position: relative;
  z-index: 0;
  width: 160rem;
  max-width: calc(100% - 2rem);
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 12rem 0 0;
  color: #111;
}

#footer::before {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 1000%;
  height: 100%;
  margin-left: -500%;
  content: "";
  background-color: #fff;
}

#footer .related {
  position: absolute;
  right: 0;
  bottom: 13rem;
}

#footer .related .group {
  height: 5.5rem;
  border: 2px solid #969ca1;
  line-height: 5.1rem;
  float: left;
  position: relative;
  width: 18rem;
  margin-left: 0.5rem;
  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.2s;
  transition: all 0.2s;
}

#footer .related a {
  display: block;
  position: relative;
  padding: 0 2rem;
}

#footer .related .label::after {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  font-family: "remixicon";
  font-size: 1.8rem;
  right: 2rem;
  color: #bcc3c9;
  content: "\e944";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#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: #969ca1;
  color: #fff;
  line-height: 2.5rem;
}

#footer .btn_top {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  position: fixed;
  bottom: 16rem;
  right: 4rem;
  width: 7.4rem;
  height: 7.4rem;
  border-radius: 100%;
  background-color: #333;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
  font-size: 2.8rem;
  z-index: 10;
}

#footer .btn_top i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: block;
  line-height: 7.4rem;
}

#footer .btn_top:hover,
#footer .btn_top:focus {
  -webkit-animation: updown 0.5s 0.25s infinite alternate;
  animation: updown 0.5s 0.25s infinite alternate;
}

#footer .btn_top.active {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  opacity: 1;
  width: 7.4rem;
  height: 7.4rem;
}

@-webkit-keyframes updown {
  0% {
    margin-bottom: 0;
  }

  100% {
    margin-bottom: 10px;
  }
}

@keyframes updown {
  0% {
    margin-bottom: 0;
  }

  100% {
    margin-bottom: 10px;
  }
}

#fnb {
  padding-bottom: 6rem;
}

#fnb:after {
  display: block;
  clear: both;
  content: "";
}

#fnb h3 {
  font-size: 5.2rem;
  line-height: 1.1538461538;
  font-weight: 900;
  text-transform: uppercase;
}

#fnb h4 {
  font-size: 2.2rem;
  line-height: 2;
  font-weight: 900;
  text-transform: uppercase;
}

#fnb .left {
  float: left;
  width: 50rem;
}

#fnb .right {
  float: right;
  width: calc(100% - 50rem);
  padding-left: 15rem;
}

#fnb .virtual a {
  position: relative;
  z-index: 0;
  display: block;
  border-radius: 0 150px 150px 0;
  overflow: hidden;
  padding: 2rem;
  height: 25rem;
  margin-top: 1.6rem;
}

#fnb .virtual a:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../img/layout/virtual.jpg") no-repeat center/cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

#fnb .virtual a:after {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 5.7rem;
  height: 5.7rem;
  background: url("") no-repeat center/contain;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#fnb .virtual a em {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  color: #fff;
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#fnb .virtual a span {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  padding: 3px 1.5rem 1px;
  font-weight: 800;
  border: 1px solid transparent;
  background: #2fd37e;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.6);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.6);
  color: #111;
  border-radius: 4px;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#fnb .virtual a:hover:before,
#fnb .virtual a:focus:before {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#fnb .virtual a:hover:after,
#fnb .virtual a:focus:after {
  opacity: 1;
}

#fnb .virtual a:hover em,
#fnb .virtual a:focus em {
  opacity: 1;
}

#fnb .virtual a:hover span,
#fnb .virtual a:focus span {
  border-color: #2fd37e;
  color: #2fd37e;
  background: transparent;
}

#fnb .mail_form {
  margin-bottom: 5rem;
}

#fnb .mail_form h4 {
  line-height: 1;
}

#fnb .mail_form p {
  padding: 1.8rem 0 1.4rem;
  border-bottom: 4px solid #111;
  text-transform: uppercase;
}

#fnb .mail_form p:after {
  display: block;
  clear: both;
  content: "";
}

#fnb .mail_form p input {
  border: 0;
  width: calc(100% - 14rem);
  float: left;
  height: 4rem;
  line-height: 4rem;
}

#fnb .mail_form p input::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #aaa;
  font-size: 2.4rem;
  font-weight: 200;
}

#fnb .mail_form p input::-moz-placeholder {
  text-transform: uppercase;
  color: #aaa;
  font-size: 2.4rem;
  font-weight: 200;
}

#fnb .mail_form p input:-ms-input-placeholder {
  text-transform: uppercase;
  color: #aaa;
  font-size: 2.4rem;
  font-weight: 200;
}

#fnb .mail_form p input::-ms-input-placeholder {
  text-transform: uppercase;
  color: #aaa;
  font-size: 2.4rem;
  font-weight: 200;
}

#fnb .mail_form p input::placeholder {
  text-transform: uppercase;
  color: #aaa;
  font-size: 2.4rem;
  font-weight: 200;
}

#fnb .mail_form p button {
  height: 4rem;
  border: 1px solid #111;
  line-height: 3.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.8rem;
  display: inline-block;
  min-width: 14rem;
  padding: 0;
  background-color: #111;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  float: right;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}

#fnb .mail_form p button:hover,
#fnb .mail_form p button:focus {
  background-color: transparent;
  color: #111;
}

#fnb .information {
  margin-left: -11rem;
}

#fnb .information:after {
  display: block;
  clear: both;
  content: "";
}

#fnb .information>div {
  float: left;
  margin-left: 11rem;
}

#fnb .information>div:last-child {
  width: 40%;
}

#fnb .information>div.group button {
  display: none;
}

#fnb .information a {
  text-transform: uppercase;
  padding: 5px 0;
}

#fnb .information a:hover,
#fnb .information a:focus {
  text-decoration: underline;
}

#fnb .information li a {
  display: block;
}

#fnb .information .btn_wrap {
  margin-top: 1.4rem;
}

#fnb .information .btn_wrap:after {
  display: block;
  clear: both;
  content: "";
}

#fnb .information .btn_wrap a {
  height: 5rem;
  border: 1px solid #111;
  line-height: 4.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.8rem;
  display: inline-block;
  min-width: auto;
  padding: 0 1rem;
  background-color: #fff;
  color: #111;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: 600;
  float: left;
  width: calc(50% - 0.5rem);
}

#fnb .information .btn_wrap a:hover,
#fnb .information .btn_wrap a:focus {
  background-color: #111;
  color: #fff;
}

#fnb .information .btn_wrap a+a {
  margin-left: 1rem;
}

#fnb .information .btn_wrap a img {
  margin-right: 1rem;
}

#siteinfo {
  position: relative;
  padding: 4.7rem 0;
}

#siteinfo:after {
  display: block;
  clear: both;
  content: "";
}

#siteinfo::before {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 1000%;
  height: 100%;
  margin-left: -500%;
  content: "";
  background-color: #F8F8F8;
}

#siteinfo .copy {
  float: left;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 300;
  color: #111;
  padding: 6px 0;
}

#siteinfo .sns {
  float: right;
}

#siteinfo .sns:after {
  display: block;
  clear: both;
  content: "";
}

#siteinfo .sns li {
  float: left;
}

#siteinfo .sns li+li {
  margin-left: 3rem;
}

#siteinfo .sns li a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  opacity: 0.7;
}

#siteinfo .sns li a:hover,
#siteinfo .sns li a:focus {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  opacity: 1;
}

.popupzone {
  display: none;
  transition: all .5s ease;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.65);
  height: 100vh;
  width: 100%;
  align-items: center;
  color: #fff;
}

.popupzone.active {
  /*display: flex;*/
}

.popupzone-slide.item1 {
  width: 50rem;
  margin:auto;
  max-width:100%;
}

.popupzone-slide.item2 {
  width: 100rem;
  margin:auto;
  max-width:100%;
}

.popupzone .group {
  position: relative;
}

.popupzone .arrow {
  position: absolute;
    top: 43%;
    font-size: 4rem;
    display: flex;
}

.popupzone .arrow.slick-disabled,
.popupzone .arrow.slick-hidden {
  opacity: 0;
}

.popupzone .arrow.prev {
  left: -1rem;
  transform: translateX(-100%) translateY(-50%);
}

.popupzone .arrow.next {
  right: -1rem;
  transform: translateX(100%) translateY(-50%);
}

.popupzone-slide {
  width: calc(100% + 3rem);
  margin: 0 -1.5rem;
}

.popupzone-slide .slick-slide {
  margin: 0 1.5rem
}

.popupzone-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  gap: 1rem 3rem;
}

.popupzone-info-num,
.popupzone-close {
  padding: 1rem 2rem;
  background: #111;
  border-radius: 5rem;
}

.popupzone-close {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.popupzone-info-input input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.popupzone-info-input input[type="checkbox"]+label {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 2rem;
  background: #111;
  border-radius: 5rem;
  cursor: pointer;
}