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

body {
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

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

.header {
  background-color: #fff;
  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;
  height: 125px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  color: #212121;
}
.header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.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;
  width: 1500px;
  margin: 0 auto;
}

/* 로고 */
.header #logo {
  position: relative;
  float: left;
  z-index: 2;
}
.header #logo a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  float: left;
}
.header #logo img {
  width: 60px;
}

/*헤더 우측 버튼들*/
.header .header-btns {
  position: relative;
  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;
  color: inherit;
}
.header .header-btns > div {
  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;
  width: 50px;
  height: 50px;
  cursor: pointer;
  color: inherit;
  font-size: 20px;
  margin: 0;
}
.header .header-btns > div a {
  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;
  width: 100%;
  height: 100%;
  color: inherit;
  line-height: 1;
}

.header .header-btns .searchs {
  font-size: 19px;
}

.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: #212121;
  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: #6e2f6b;
}
.header .header-btns .menu ol .admin:hover a {
  color: #271025;
}

.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 .nav {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 125px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 70px;
  color: #fff;
}

.header .nav-main {
  position: relative;
  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;
  width: 100%;
  max-height: 125px;
  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;
  margin-left: 10px;
}
.header .nav-main:after {
  content: "";
  position: fixed;
  top: 125px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  height: 235px;
  opacity: 0;
  visibility: hidden;
}

.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;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #212121;
  padding: 0 30px 0 22px;
}
.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;
  height: 62.5px;
  margin-top: 37.5px;
  margin-bottom: 25px;
  font-size: 19px;
  word-wrap: break-word;
  word-break: keep-all;
  color: inherit;
  font-weight: 400;
  white-space: nowrap;
}
.header .nav-main > li:hover {
  color: #636363;
}
.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: absolute;
  top: 100%;
  left: 0;
  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;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  width: 100%;
  overflow: hidden;
  margin: 15px 0;
  opacity: 0;
  display: none;
}
.header .nav-sub > li {
  position: relative;
  float: left;
  width: 100%;
  text-align: left;
}
.header .nav-sub > li > a {
  display: inline-block;
  cursor: pointer;
  color: #000;
  opacity: 0.5;
  padding: 12px 0;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 300;
  word-wrap: break-word;
  word-break: keep-all;
  white-space: nowrap;
  letter-spacing: -0.03em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .nav-main .main.none .nav-sub li {
  display: none !important;
}

header.shop {
  margin-bottom: 0;
}
header.shop .header {
  color: #222;
}
header.shop .header:after {
  background: rgba(0, 0, 0, 0.1);
}
header.shop #logo img {
  -webkit-filter: initial;
          filter: initial;
}
header.shop .nav-main:hover {
  max-height: 100vh;
}
header.shop .nav-main > li > a {
  color: #222;
}
header.shop #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.shop .header-top-btn > div {
  color: #222 !important;
}
header.shop .header-top-btn .menu span {
  background: #222;
}

/*header.shop 와 거의 동일*/
header.commons #header {
  color: #000;
}
header.commons #header:after {
  background: rgba(0, 0, 0, 0.1);
}
header.commons #logo img {
  -webkit-filter: initial;
          filter: initial;
}
header.commons .nav-main:hover {
  max-height: 100vh;
}
header.commons .nav-main > li > a {
  color: #000;
}
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: #000 !important;
}
header.commons .header-top-btn .menu span {
  background: #000;
}

#header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  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);
  color: #222 !important;
}
#header.fixed #logo {
  width: 60px;
  margin-top: 0;
}
#header.fixed #logo img {
  width: 36px;
  height: auto;
  margin-right: 12px;
  -webkit-filter: initial;
          filter: initial;
}
#header.fixed .nav {
  height: 6rem;
  color: #222 !important;
}
#header.fixed .nav .nav-main {
  max-height: 6rem;
}
#header.fixed .nav .nav-main > li > a {
  height: 6rem;
  margin: 0;
}
#header.fixed .nav .nav-main::after {
  top: 6rem;
  background: #f4f4f4;
  -webkit-box-shadow: -2px 9px 9px 0 rgba(0, 0, 0, 0.15);
          box-shadow: -2px 9px 9px 0 rgba(0, 0, 0, 0.15);
  visibility: hidden;
}
#header.fixed #language {
  color: #222 !important;
}
#header.fixed.hover .nav-main::after {
  visibility: visible;
}

#header.hover:after {
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
#header.hover #logo img {
  -webkit-filter: initial;
          filter: initial;
}
#header.hover .header-top-btn > div {
  color: #222 !important;
}
#header.hover .header-top-btn .menu span {
  background: #222 !important;
}
#header.hover .nav-main {
  max-height: 100vh;
}
#header.hover .nav-main::after {
  background: #f4f4f4;
  opacity: 1;
  -webkit-box-shadow: -2px 9px 9px 0 rgba(0, 0, 0, 0.15);
          box-shadow: -2px 9px 9px 0 rgba(0, 0, 0, 0.15);
  visibility: visible;
}
#header.hover .nav-main .nav-sub {
  opacity: 1;
  display: block;
}
#header.hover .nav-main .nav-sub a:hover {
  opacity: 1;
}
#header.hover .nav-main > li > a {
  color: #222 !important;
}

#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: 125px;
  -webkit-transition: all 0s;
  transition: all 0s;
}
#header.searchs .nav-main::after {
  height: calc(100% - 125px);
  -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: #2f6e32;
}
#header.searchs.fixed .nav-main {
  max-height: 6rem;
}

/*서브타이틀*/
#sub-header {
  position: relative;
  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;
  -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%;
}
#sub-header .sub-header-img img {
  width: 100%;
  height: auto;
}
#sub-header .sub-header-txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  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;
  color: #fff;
}
#sub-header .sub-header-txt .maps_title {
  font-size: 80px;
  margin-bottom: 30px;
}
#sub-header .sub-header-txt .maps_sub {
  font-size: 28px;
  letter-spacing: -0.04em;
  padding-bottom: 40px;
}
#sub-header .sub-header-txt:after {
  display: inline-block;
  z-index: 1;
  width: 6rem;
  height: 2px;
  background: #fff;
  margin-top: 2.5rem;
}