@import url("./font.css");
#sitemap {
  background-color: #69c0c7;
  padding: 50px;
  height: 100%;
  width: 100%;
  max-width: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  z-index: 99999999;
  opacity: 1;
  display: none; }
  #sitemap h2 {
    font-size: 40px;
    font-family: 'EliceDigitalBaeum';
    color: #fff;
    text-align: center;
    padding: 0 0 30px 0;
    width: 100%;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3); }
  #sitemap div {
    margin: 0 auto; }
  #sitemap #gnb_1dul {
    margin-left: 7rem; }
    #sitemap #gnb_1dul > li {
      float: left;
      width: 20%;
      margin-top: 45px; }
      #sitemap #gnb_1dul > li:nth-child(6n+1) {
        clear: both; }
      #sitemap #gnb_1dul > li > a {
        font-size: 24px;
        display: block;
        text-align: left;
        color: #fff;
        margin-bottom: 15px;
        font-weight: bold;
        font-family: "EliceDigitalBaeum"; }
      #sitemap #gnb_1dul > li:nth-child(4) {
        display: none; }
  #sitemap .depth2 {
    position: relative; }
    #sitemap .depth2 a {
      color: #fff;
      font-size: 0.95rem; }
      #sitemap .depth2 a:hover {
        font-weight: bold;
        color: #fcffb5;
        transition: transform 0.6s ease 0.3s , color 0.3s; }
      #sitemap .depth2 a::before {
        display: block;
        content: "";
        width: 6px;
        height: 3px;
        background: #fcffb5;
        position: absolute;
        left: -7px;
        top: 18px; }
  #sitemap .gnb_2da {
    display: block;
    padding: 0 10px;
    line-height: 35px;
    text-align: left; }
  #sitemap .mfp-close {
    position: absolute;
    left: 230px;
    top: 70px;
    z-index: 1;
    width: 30px;
    height: 30px;
    border: 0;
    font-size: 16px;
    color: #fff;
    opacity: 1;
    overflow: hidden;
    background: transparent;
    text-indent: -999px; }
    #sitemap .mfp-close::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: url("../img/w_btn_close2.png") no-repeat center center;
      transition: transform 600ms;
      border-radius: 50%; }
    #sitemap .mfp-close:hover:after {
      transform: rotate(270deg); }
  #sitemap_btn {
    cursor: pointer;
    color: #222; }
  #sitemap #tnb ul {
    margin: 0 auto;
    width: 100%;
    zoom: 1;
    position: absolute;
    top: 7.5%;
    right: 10%; }
    #sitemap #tnb ul li {
      margin-left: 1%; }
    #sitemap #tnb ul a {
      color: #fff;
      font-weight: bold;
      font-size: 1.4em; }
