@charset "UTF-8";
/*전체 공통, 모바일은 여기만 변경해도 ok*/
html {
  font-size: 10px;
}

body {
  font-family: "Pretendard", "Roboto", "Noto Sans KR", sans-serif;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum"; /* 고정폭 숫자 */
  /* 고정폭 숫자 */
  font-size: 15px;
  line-height: 1.5;
}

/* 상단 공통 */
header {
  height: 210px;
}

.header {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-weight: 400;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  color: #222;
  /* 로고 */
  /*헤더 우측 버튼들1*/
  /*헤더 우측 버튼들2*/
}
.header article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 1280px;
  margin: 0 auto;
  z-index: 10;
}
.header article:first-of-type {
  height: 140px;
}
.header article:first-of-type::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 500%;
  height: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #eeeeee;
  z-index: 0;
}
.header article:last-of-type {
  height: 70px;
  z-index: 8;
}
.header #logo {
  position: relative;
  float: left;
  z-index: 2;
  width: 155px;
  height: 70px;
}
.header #logo a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header #logo img {
  width: 100%;
  height: 100%;
}
.header .header-btns {
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-btns > div {
  width: 70px;
  height: 45px;
  cursor: pointer;
  color: #606060;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  position: relative;
}
.header .header-btns > div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  color: inherit;
  line-height: 1;
}
.header .header-btns > div i {
  font-style: normal;
  position: absolute;
  top: -13px;
  right: 11px;
  width: 22px;
  height: 22px;
  font-size: 12px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #000;
  border-radius: 50px;
}
.header .header-btns .menu {
  position: relative;
  margin: 0;
  margin-right: -16px;
  z-index: 2;
  width: 50px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.header .header-btns .menu:before {
  content: initial;
}
.header .header-btns .menu span {
  position: absolute;
  left: 16px;
  z-index: 1;
  width: 18px;
  height: 2px;
  background: #f2f2f4;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header .header-btns .menu span:nth-of-type(1) {
  top: 18px;
}
.header .header-btns .menu span:nth-of-type(2) {
  top: 24px;
}
.header .header-btns .menu span:nth-of-type(3) {
  top: 30px;
}
.header .header-btns .menu ol {
  position: absolute;
  top: 50px;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  max-width: 100vw;
  color: inherit;
  font-size: 13px;
  padding: 5px 15px;
  background: #fff;
  white-space: nowrap;
  border-radius: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.header .header-btns .menu ol li {
  font-size: inherit;
  margin: 10px 0;
}
.header .header-btns .menu ol a {
  color: #222;
  font-size: inherit;
}
.header .header-btns .menu ol a:hover {
  text-decoration: underline;
}
.header .header-btns .menu ol .admin a {
  color: #91075e;
}
.header .header-btns .menu ol .admin:hover a {
  color: #30021f;
}
.header .header-btns .menu:hover span:nth-of-type(1) {
  width: 12px;
}
.header .header-btns .menu:hover span:nth-of-type(2) {
  width: 16px;
}
.header .header-btns .menu:hover span:nth-of-type(3) {
  width: 12px;
}
.header .header-btns .menu.active span {
  top: 45%;
  width: 22px !important;
  left: 14px;
}
.header .header-btns .menu.active span:first-of-type {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.header .header-btns .menu.active span:nth-of-type(2) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0;
}
.header .header-btns .menu.active span:last-of-type {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.header .header-quicks {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #555555;
}
.header .header-quicks a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.header .header-quicks a:hover {
  color: #333;
}
.header .nav {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222;
  font-size: 17px;
  font-weight: 500;
}
.header .total-cate {
  margin-right: 30px;
  height: 100%;
}
.header .total-cate > div {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.header .menu-cate {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  height: 100%;
}
.header .menu-cate a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  padding: 0 30px;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .nav-main {
  position: absolute;
  top: 100%;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-style: normal;
  text-decoration: none;
  background: none;
  -webkit-transition: all, 0.3s, ease;
  transition: all, 0.3s, ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  color: inherit;
  opacity: 0;
  z-index: -10;
}
.header .nav-main > li {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #222;
}
.header .nav-main > li > a {
  position: relative;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 60px;
  height: 50px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 19px;
  word-wrap: break-word;
  word-break: keep-all;
  color: inherit;
  font-weight: 500;
  white-space: nowrap;
}
.header .nav-main li.main > a {
  display: none;
}
.header .nav-main li.main p {
  color: inherit;
  font-size: inherit;
  -webkit-transition: all, 0.05s;
  transition: all, 0.05s;
}
.header .nav-main li.main i {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-style: normal;
  text-decoration: none;
  background: none;
  position: absolute;
  color: inherit;
  font-size: inherit;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: all, 0.05s;
  transition: all, 0.05s;
}
.header .nav-main li.main:hover > a p {
  opacity: 0;
}
.header .nav-main li.main:hover > a i {
  opacity: 1;
}
.header .nav-sub {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-style: normal;
  text-decoration: none;
  background: none;
  -webkit-transition: max-height, 0.3s, ease;
  transition: max-height, 0.3s, ease;
  max-height: 0;
  top: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header .nav-sub > li {
  text-align: left;
  background: #a6071d;
}
.header .nav-sub > li > a {
  width: 150px;
  color: #fff;
  padding: 10px 7.5px;
  padding-left: 22px;
  font-size: 16.5px;
  font-weight: 400;
  line-height: 1.2;
  word-wrap: break-word;
  word-break: keep-all;
  text-align: left;
  cursor: pointer;
  -webkit-transition: all, 0.3s, ease;
  transition: all, 0.3s, ease;
  display: none;
}
.header .nav-bg {
  position: relative;
  width: 100%;
  height: 1px;
  background: #eee;
}

.header .sub_depth2 {
  position: absolute;
  top: 0;
  left: 100%;
  max-width: 450px;
  height: 100%;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  overflow-y: scroll;
  display: none;
  padding-top: 5px;
}
.header .sub_depth2::-webkit-scrollbar {
  width: 4px;
  -webkit-transition: all, 0.3s, ease;
  transition: all, 0.3s, ease;
  opacity: 0;
}
.header .sub_depth2::-webkit-scrollbar-button {
  display: none;
}
.header .sub_depth2::-webkit-scrollbar-track {
  background: #eee;
}
.header .sub_depth2::-webkit-scrollbar-thumb {
  background: #a6071d;
}
.header .sub_depth2 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #606060;
}
.header .sub_depth2 > li:hover {
  color: #222;
}
.header .sub_depth2 a {
  min-width: 150px;
  height: 45px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding: 10px 10px;
  color: inherit;
}
.header .sub_depth2:hover::-webkit-scrollbar {
  display: block;
}
.header .nav-sub li.active {
  background: #fff;
}
.header .nav-sub li.active > a {
  color: #a6071d;
  font-weight: 500;
}
.header .nav-sub li.active .sub_depth2 {
  display: block;
}

.header .sub_depth3 {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
}
.header .sub_depth3 li:hover {
  color: #a6071d;
  font-weight: 600;
}
.header .sub_depth2 > li.active {
  width: 300px;
}
.header .sub_depth2 > li.active .sub_depth3 {
  display: block;
}

header.commons #header {
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #000;
}
header.commons #header:after {
  bottom: -100px;
  background: rgba(255, 255, 255, 0.1);
}
header.commons #logo .logo-b {
  opacity: 1;
}
header.commons #logo .logo-w {
  opacity: 0;
}
header.commons #logo img {
  -webkit-filter: initial;
  filter: initial;
}
header.commons .nav-main:hover {
  max-height: 100vh;
}
header.commons .nav-main > li > a {
  color: #222;
  font-weight: 500;
  padding: 0 50px;
}
header.commons .nav-main > li > a:hover {
  color: #07913a;
}
header.commons #language {
  color: #000 !important;
}
header.commons #language.view:before {
  background: #fff;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12);
}
header.commons .header-top-btn > div {
  color: #222 !important;
}
header.commons .header-top-btn .menu .menu-lines span {
  background: #222 !important;
}
header.commons .sitemap-wrap i::before {
  color: #222;
}

/*header.shop 와 거의 동일*/
#header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
}
#header.fixed #logo {
  width: 140px;
  height: auto;
}
#header.fixed article:first-of-type {
  height: 80px;
}
#header.fixed article:last-of-type {
  display: none;
}
#header.hover:after {
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
#header.hover .nav-main {
  opacity: 1;
  z-index: 10;
}
#header.hover .nav-main .nav-sub {
  max-height: 650px;
  opacity: 1;
}
#header.hover .nav-main .nav-sub a {
  display: inline-block;
}
#header.searchs:after {
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
#header.searchs #logo img {
  -webkit-filter: initial;
  filter: initial;
}
#header.searchs .header-top-btn > div {
  color: #222 !important;
}
#header.searchs .header-top-btn .menu span {
  background: #222 !important;
}
#header.searchs .nav-main {
  max-height: 100px;
  -webkit-transition: all 0s;
  transition: all 0s;
}
#header.searchs .nav-main::after {
  height: calc(100% - 100px);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0s;
  transition: all 0s;
}
#header.searchs .nav-main .nav-sub {
  max-height: 0;
  opacity: 0;
}
#header.searchs .nav-main .nav-sub:hover a {
  color: #8e8e8e;
}
#header.searchs .nav-main .nav-sub a:hover {
  color: #000;
}
#header.searchs .nav-main > li > a {
  color: #424242;
}
#header.searchs .nav-main > li > a:hover {
  color: #07913a;
}
#header.searchs.fixed .nav-main {
  max-height: 8rem;
}

/*서브타이틀*/
#sub-header {
  position: relative;
  width: 100%;
  height: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  overflow: hidden;
}
#sub-header .sub-header-img {
  width: 100%;
  height: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}
#sub-header .sub-header-img img {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}
#sub-header .sub-header-txt {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 1280px;
  color: #fff;
  font-size: 37.5px;
}
#sub-header .sub-header-txt:after {
  display: inline-block;
  z-index: 1;
  width: 6rem;
  height: 2px;
  margin-top: 2.5rem;
}

/*서브 이미지 없을 때 서브 타이틀*/
.sub-header-wrap {
  position: relative;
}
.sub-header-wrap .sub-header-txt {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 29px;
  font-weight: 600;
  height: 120px;
  color: #1e1e1e;
}

header.office {
  height: 140px;
  padding-top: 60px;
  padding-bottom: 20px;
  position: relative;
  z-index: 20;
  color: #ffffff;
}
header.office article {
  width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
header.office .logo a {
  color: inherit;
  width: 155px;
}
header.office .logo span {
  font-size: 28px;
  font-weight: 700;
}
header.office .logo img {
  width: 100%;
}