#skip a {
  position: absolute;
  left: 0;
  top: -44px;
  display: block;
  width: 100%;
  color: #fff;
  background-color: #000;
  line-height: 44px;
  text-align: center;
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

#skip a:focus,
#skip a:active {
  top: 0;
}

#mmca-hd {
  position: relative;
  width: 100%;
  z-index: 1000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
  -webkit-box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.2);
}
#mmca-hd.fixed {
  position: fixed;
  height: 80px;
  -webkit-animation: hd-ani 0.5s both;
          animation: hd-ani 0.5s both;
}

@-webkit-keyframes hd-ani {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes hd-ani {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.hd-wrapper {
  width: 100%;
  height: 220px;
}

.hd-wrapper.active {
  height: 80px;
}

.logo {
  position: relative;
  top: -20%;
  width: 250px;
  height: 100%;
  font-size: 0;
  line-height: 0;
  margin-left: 20px;
  background: url("../images/logo/main_logo.png") center center/100% no-repeat;
}
.logo.active {
  top: 0;
  width: 295px;
  background: url("../images/logo/Korean signature left and right combination .png") center center/100% no-repeat;
}
.logo a {
  display: block;
  width: 100%;
  padding-top: 7.5%;
}

.m-gnb-btn {
  position: absolute;
  right: 10px;
  top: 17px;
  width: 40px;
  height: 40px;
}

.line {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 25px;
  height: 3px;
  border-radius: 1px;
  background-color: #000;
  overflow: hidden;
  text-indent: -9999em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.line1 {
  width: 20px;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.line3 {
  width: 30px;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

.m-gnb-close .line1 {
  width: 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.m-gnb-close .line2 {
  opacity: 0;
}
.m-gnb-close .line3 {
  width: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #000;
  opacity: 0.7;
  z-index: 100;
}

.mmca-gnb-wrap {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  overflow: visible;
  z-index: 100;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
.mmca-gnb-wrap.active {
  height: 80px;
}

.m-gnb-close-wrap {
  height: 80px;
  border-bottom: 1px solid #ddd;
}

#mmca-gnb {
  background-color: #fff;
  color: #000;
}
#mmca-gnb.active {
  height: 100vh;
}

.mmca-gnb-sub {
  position: relative;
  display: block;
  bottom: -20px;
  width: 100%;
  padding: 30px 0;
  background-color: rgba(0, 0, 0, 0.1);
  color: #555;
  text-align: center;
  font-size: 16px;
}
.mmca-gnb-sub.active {
  display: block;
}
.mmca-gnb-sub > a {
  display: block;
  width: 100%;
}
.mmca-gnb-sub > button {
  border: 1px solid #666;
  background-color: #666;
  color: #Fff;
  border-radius: 10px;
  padding: 5px 15px;
  margin-top: 10px;
}
.mmca-gnb-sub > button:hover {
  background-color: #fff;
  color: #000;
}

.depth1 {
  padding-top: 0;
}
.depth1.active {
  padding-top: 10px;
}
.depth1.active > a {
  color: #1363BD;
}
.depth1.active > a:after {
  margin-top: 17px;
  border-color: #1363BD;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.depth1 > a {
  position: relative;
  display: block;
  width: 100%;
  height: inherit;
  padding: 10px 10px 10px 20px;
  color: #777;
  font-weight: 600;
  font-size: 1.15em;
  line-height: 40px;
}
.depth1 > a:after {
  float: right;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: 13px;
  margin-right: 15px;
  border: 1px solid #999;
  border-width: 0 2px 2px 0;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.depth2 {
  display: none;
  padding: 5px 10px;
  font-weight: 400;
  line-height: 2;
  border-top: 1px solid #ccc;
}
.depth2 a {
  display: block;
  color: #000;
  padding: 10px;
}
.depth2 a:hover {
  background-color: #eee;
  color: #000;
}

.gnb2 {
  position: absolute;
  width: 80%;
  top: 0;
  left: 20px;
  font-size: 12px;
}
.gnb2 > .depth1 {
  display: inline-block;
}
.gnb2 > .depth1 a {
  padding: 10px 5px;
  color: #000;
  font-weight: 400;
  line-height: 60px;
}
.gnb2 > .depth1 > a:after {
  display: none;
}
.gnb2 > .depth1 > a img {
  width: 20px;
}

#mmca-ft {
  display: none;
}

.ft-info-container {
  padding-top: 80px;
  background-color: #555;
  color: #fff;
}
.ft-info-container h3 {
  font-size: 1.5em;
}

.ft-info-container a,
.ft-info-container h3 {
  color: #fff;
}

.ft-info1-wrap {
  max-width: 1000px;
  margin: auto;
  padding: 0;
}
.ft-info1-wrap > div {
  float: left;
}
.ft-info1-wrap h3 {
  color: #000;
}
.ft-info1-wrap a {
  display: inline-block;
  border-bottom: 2px solid transparent;
}
.ft-info1-wrap a:hover {
  border-bottom-color: #F852BD;
}

.ft-etc {
  width: 30%;
  padding: 10px;
}

.ft-info {
  width: 70%;
  border-left: 1px solid #999;
  padding: 10px;
}
.ft-info dl {
  line-height: 1.8;
}
.ft-info dl dt {
  margin: 1px 8px;
  float: left;
  background-color: #222;
}

.ft-contact {
  width: 100%;
  padding: 10px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.ft-contact dl {
  line-height: 1.8;
}
.ft-contact dt {
  position: absolute;
  left: -9999em;
}

.ft-sns {
  margin-top: 20px;
}
.ft-sns h3 {
  display: none;
}
.ft-sns li {
  float: left;
  margin-left: 1em;
}
.ft-sns li a {
  display: block;
  width: 48px;
  line-height: 48px;
  text-align: center;
  border-right: none;
  background-color: transparent;
  color: #fff;
  font-size: 1.5em;
}

.ft-info2-wrap {
  padding: 1em 0;
  font-size: 0.85em;
  text-align: center;
}
.ft-info2-wrap a {
  display: inline-block;
  padding: 0 0.8em 0 0.5em;
  border-right: 1px solid #999;
  line-height: 1;
}
.ft-info2-wrap a strong {
  font-weight: 400;
  color: #F852BD;
}
.ft-info2-wrap .last {
  border-right-width: 0;
}

.ft-info3-wrap {
  margin-top: 4em;
  padding: 1em;
  border-top: 1px solid #999;
  font-size: 0.85em;
  text-align: center;
  opacity: 0.7;
}

.ft-logo {
  position: absolute;
  width: 100%;
  height: 70px;
  background: url(../images/logo/main_logo.png) center center/contain no-repeat;
}

.btn-circle {
  display: block;
  position: fixed;
  right: 30px;
  width: 45px;
  height: 45px;
  font-size: 1em;
  color: #fff;
  border: 1px solid #fff;
  line-height: 40px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-circle:hover {
  line-height: 36px;
  background-color: rgb(0, 0, 0);
}

.btn-top {
  bottom: 30px;
  right: 20px;
}