header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #333;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.400);
}

header.active {
  background-color: #fff;
}

header > div.wrap {
  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;
  max-width: 1920px;
  height: 100%;
  text-align: center;
  justify-content: flex-start;
}

header a {
  display: block;
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

header .tp_header_logo {
  width: 100px;
  display: inline-block;
  margin-right: auto;
  margin-left: 10px;
}

header .tp_header_logo img {
  vertical-align: middle;
  width: 100%;
}

/* section {
  width: 100%;
  padding: 5vh 0;
} */

nav {
  display: none;
}

/* h1 {
  font-size: 2em;
} */

.tp_gnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
 list-style:none !important;
}
.tp_gnb > li {
  position: relative;
}
.modal_btn {
  z-index: 11;
  position: absolute;
  right: 10px;
}

.menu-icon {
  position: relative;
  max-width: 5.5rem;
  max-height: 4.125rem;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.menu-icon path {
  stroke: #000;
  stroke-width: 5;
  stroke-linecap: round;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  will-change: transform, opacity;
}

.menu-button {
  width: 40px;
  height: 40px;
}

.menu-button.is-active path {
  stroke: #000;
}

.menu-button:hover path,
.menu-button:active path {
  /* stroke: #ffc0cb; */
  /* stroke: var(--main-color); */
}

.menu-button.is-active path:nth-child(1) {
  opacity: 0;
}

.menu-button.is-active path:nth-child(4) {
  opacity: 0;
}

.menu-button.is-active path:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-button.is-active path:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.tp_header_logo, .tp_gnb {
  height: 100%;
  line-height: 60px;
}

.modal_window {
  display: none;
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  height: 100vh;
  padding-bottom: 100px;
  background-color: #fff;
  overflow: scroll;
}

.modal_window .hd_login {
  position: static;
  right: 0;
  top: 0;
  width: 90%;
  margin: auto;
}

.modal_window .hd_login li a {
  color: #999;
}

.modal_window > h1 {
  padding-top: 70px;
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  color: #000;
  font-weight: 500;
  text-align: left;
  text-shadow: 1px 1px 3px #ffc0cb;
}

.tp_modal_gnb {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
  padding-top: 30px;
}

.tp_modal_gnb > li {
  border-bottom: 1px solid #d5d5d5;
  padding: 15px;
  padding-left: 30px;
  text-align: left;
}

.tp_modal_gnb > li > h3 {
  color: #ccc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tp_modal_gnb > li > a {
  display: block;
  color: #000;
  font-size: 1.3em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tp_modal_gnb > li > ol {
  overflow: hidden;
}

.tp_modal_gnb > li > ol > li {
  height: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.tp_modal_gnb > li > ol > li a {
  color: #666;
  font-size: 16px;
  visibility: hidden;
}

.tp_modal_gnb > li > ol > li:first-of-type a {
  padding-top: 20px;
}

.tp_modal_gnb > li > ol > li:first-of-type::before {
  content: '';
  display: block;
  width: 150px;
  height: 2px;
  margin: auto;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.tp_modal_gnb > li:first-of-type {
  border-top: 1px solid #d5d5d5;
}

.tp_modal_gnb > li.on > h3 {
  text-shadow: 1px 1px 3px #505050;
}

.tp_modal_gnb > li.on > a {
  text-shadow: 1px 1px 3px #50505044;
  color: #ccc;
}

.tp_modal_gnb > li.on ol {
  padding-bottom: 20px;
}

.tp_modal_gnb > li.on ol > li {
  height: 25px;
  opacity: 1;
}
.tp_modal_gnb > li.on ol > li:first-of-type {
  height: 47px;
}

.tp_modal_gnb > li.on ol > li:first-of-type::before {
  opacity: 1;
}
.tp_modal_gnb > li.on ol > li a {
  visibility: visible;
}
.tp_btn a {
  display: block;
  width: 150px;
  padding: 5px 10px;
  margin: 20px auto 0;
  text-align: center;
  font-size: 0.8em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gnb_down {
  position: relative;
}

.gnb_down > li > h3 {
  display: none;
}

.gnb_down > li > a {
  padding: 0 20px;
  font-size: 17px;
}
.gnb_down > .red {
  position: relative;
  transition: 0.35s;
  margin-left: 15px;
}
.gnb_down > .red:hover {
  box-shadow: inset 5px 5px 10px rgba(71, 71, 71, 0.08);
}
.gnb_down > .red::before,
.gnb_down > .red::after {
  content: '';
  position: absolute;
  height: 40%;
  width: 3px;
  background-color: rgb(168, 167, 167);
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
  transition: 0.35s;
}
.gnb_down > .red::before {
  left: 0;
}
.gnb_down > .red::after {
  right: 0;
}
.gnb_down > .red:hover::after,
.gnb_down > .red:hover::before {
  width: 0;
}

.gnb_down > li:hover ol {
  opacity: 1;
  height: 70px;
}
.gnb_down > li:hover .gnb_bg {
  height: 70px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.123);
}
.gnb_bg {
  background-color: #fff;
  position: absolute;
  right: -520%;
  width: 2000px;
  height: 0;
  z-index: -10;
  transition: 0.5s;
}
.gnb_down > li:hover ol li {
  opacity: 1;
  height: 70px;
}

.gnb_down > li:hover > a {
  text-shadow: 1px 1px 3px #1f1f1f5b;
  font-weight: 700;
}

.gnb_down > li ol {
  position: absolute;
  top: 60px;
  right: 0;
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
      -ms-flex-pack: flex-end;
          justify-content: flex-end;
  height: 0;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  border-top: 1px solid #f6f6f6;
  list-style:none !important;
}
/* .gnb_down > li ol::before {
  content: '';
  position: absolute;
  height: 103%;
  width: 3000px;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: -1;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.156);
  overflow: hidden;
} */
.gnb_down > li ol > li {
  height: 0;
  margin: 0 20px;
  line-height: 70px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gnb_down > li ol > li a {
  padding: 0 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 17px;
  font-weight: 600;
}
.gnb_down > li ol > li:last-child a {
  padding-right: 0;
}

.gnb_down > li ol > li:hover a {
  text-shadow: 1px 1px 3px #1818189a;
  font-weight: 700;
}


#hd, #wrapper, #ft {
  min-width: 0;
}

#hd_pop, #hd_wrapper, #tnb .inner, #gnb .gnb_wrap, #container_wr, #ft_wr {
  width: inherit;
}

#container {
  width: 100%;
  margin: 0;
}

.bottom_line::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  margin: 10px auto;
  /* background-color: #ffc0cb; */
  background-color: var(--main-color);
}

.slogan span {
  text-shadow: 2px 2px 3px #575757;
}
.download_btn {
  font-family: "뫼비우스";
  padding: 10px 15px;
  color: var(--main-color);
  border-radius: 5px;
  border: 1px solid var(--main-color);
  background-color: #fff;  
  font-size: 20px;
  display: block;
  width: fit-content;
  margin: auto;
  transition: 0.35s;
}
.download_btn:hover {
  color: #fff;
  background-color: var(--main-color);
}
@media screen and (max-width: 768px) {
  .download_btn {
    font-size: 16px;
  }
}