@import url(/kor/css/common.css);
@import url(/kor/css/contents.css);
/*-------------------------------------------------

Title       : Layout
Author      : EASESOFT
Create Date : 2025-02

-------------------------------------------------*/
#header {
  background-color: #fff;
  position: relative;
  box-sizing: border-box;
}
#header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  width: 100%;
  height: 21rem;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
#header::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 11;
  width: 100%;
  height: 1px;
  background: #bdbdbd;
  opacity: 0;
  visibility: hidden;
}
#header .header_wrap {
  width: calc(100% - 3.2rem);
  max-width: 120rem;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#header #logo a {
  display: block;
}
#header #gnb1 .topmenu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
#header #gnb1 .topmenu > li {
  position: relative;
}
#header #gnb1 .topmenu > li > a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 10rem;
  padding: 0 2rem;
  font-size: 1.8rem;
  font-weight: 500;
  transition: 0.3s;
}
#header #gnb1 .topmenu > li > a.active {
  font-weight: 800;
}
#header #gnb1 .topmenu > li.active > a {
  font-weight: 800;
}
#header #gnb1 .submenu {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  width: 100%;
  text-align: center;
  padding: 1rem 0 0;
}
#header #gnb1 .submenu div:has(.lnb-detail) {
  display: none;
}
#header #gnb1 .submenu li + li {
  margin-top: 1rem;
}
#header #gnb1 .submenu a {
  display: block;
  padding: 0.5rem 0;
  font-size: 1.6rem;
  font-weight: 400;
}
#header #gnb2 {
  display: none;
}
#header .etc {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  background: none;
  width: auto;
  padding: 0;
  border: none;
  margin: 0;
}
#header .etc .gnb2_open {
  display: none;
}
#header .etc .mobile {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
#header .search_box {
  position: absolute;
  left: 0;
  top: 10rem;
  z-index: 210;
  width: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
}
#header .search_box .layout_fix {
  position: relative;
  padding: 6rem 0 12rem;
}
#header .search_box .btn_close {
  position: absolute;
  right: 0;
  top: -7rem;
  width: 3rem;
  height: 3rem;
}
#header .search_box .btn_close::before {
  content: "\f4c8";
  font-family: "remixicon";
  color: #fff;
  font-size: 3rem;
}
#header .search_box .input_box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 40px;
  height: 8rem;
  width: 100%;
  max-width: 90rem;
  margin: 0 auto 3rem;
  padding: 0 3rem;
}
#header .search_box .input_box input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  height: 100%;
  font-size: 1.6rem;
  color: #fff;
}
#header .search_box .input_box input::-moz-placeholder {
  color: #fff;
}
#header .search_box .input_box input::placeholder {
  color: #fff;
}
#header .search_box .input_box input:-webkit-autofill, #header .search_box .input_box input:-webkit-autofill:hover, #header .search_box .input_box input:-webkit-autofill:focus, #header .search_box .input_box input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-transition: background-color 9999s ease-out;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset !important;
  -webkit-text-fill-color: #fff !important;
  font-family: "Pretendard";
}
#header .search_box .input_box button {
  flex: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
}
#header .search_box .input_box button::before {
  content: "\f0d1";
  font-family: "remixicon";
  color: #fff;
  font-size: 3rem;
}
#header .search_box .keyword {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
}
#header .search_box .keyword .title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  height: 4rem;
  font-weight: 700;
  color: #fff;
  margin-right: 2rem;
  flex: none;
}
#header .search_box .keyword .inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
}
#header .search_box .keyword .plus {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
}
#header .search_box .keyword .list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
#header .search_box .keyword .list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  background: #fff;
  border-radius: 40px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 2.4rem;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}
#header .search_box .keyword .more {
  display: flex;
}
#header .search_box .keyword .more::before {
  content: "\ea13";
  font-family: "remixicon";
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  background: #6C6C6C;
  border-radius: 100%;
}
#header .search_box .keyword .more.hide {
  display: none;
}
#header .search_box .keyword .more.hide::before {
  content: "\f1af";
}
#header.gnb1_active::before {
  opacity: 1;
  visibility: visible;
}
#header.gnb1_active::after {
  opacity: 1;
  visibility: visible;
}
#header.gnb1_active #gnb1 .submenu {
  opacity: 1;
  visibility: visible;
}
#header.search_active {
  background: #000;
}
#header.search_active #gnb1, #header.search_active .etc {
  opacity: 0;
  visibility: hidden;
}
#header.search_active #logo img {
  filter: brightness(0) invert(1);
}
#header.search_active .search_box {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 1024px) {
  #header #gnb1 .submenu a:hover {
    color: #007BFF;
  }
}

#footer {
  background: #000;
  text-align: center;
  padding: 4.6rem 0;
  margin-top: 8rem;
}
#footer .copyright {
  color: #bdbdbd;
  font-size: 2rem;
}

.quick_menu {
  position: fixed;
  right: 0;
  bottom: 2rem;
  z-index: 10;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  width: 12rem;
  overflow: hidden;
}
.quick_menu .tit {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 4rem;
  background: #000;
  color: #fff;
  font-size: 1.4rem;
}
.quick_menu li + li {
  border-top: 1px solid #cdcdcd;
}
.quick_menu a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 0;
  background: #fff;
  border-radius: 1rem;
}
.quick_menu a img {
  display: block;
  transition: 0.3s;
}
.quick_menu a span {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 600;
  word-break: keep-all;
  line-height: 1.2;
  letter-spacing: -0.2px;
}
.quick_menu a span em {
  display: block;
}
.quick_menu a.wide {
  padding: 1.6rem 0;
}
@media screen and (min-width: 1024px) {
  .quick_menu a:hover img {
    transform: scale(1.05);
  }
}
.quick_menu .mo_btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  background: #000;
  border-radius: 100%;
  box-sizing: border-box;
  display: none;
}
.quick_menu .mo_btn::before {
  font-family: "remixicon";
}
.quick_menu .mo_btn.go_top {
  background: #fff url("/kor/img/layout/quick_top.png") no-repeat center center;
  border: 1px solid #d8d8d8;
}
.quick_menu .mo_btn.more {
  background: #000 url("/kor/img/layout/quick_more.png") no-repeat center center;
}
.quick_menu .mo_btn.close {
  background: #000 url("/kor/img/layout/quick_more.png") no-repeat center center;
  transform: rotate(45deg);
}