@charset "UTF-8";
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 25px 0 20px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header.active {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.header.active .header__logo {
  background-image: url(/image/common/header_logo02_n.png);
}

.header.active .header__gnb > a {
  color: #000;
}

.header.active .header__lang button {
  background-image: url(/image/common/header_lang02.png);
}

.header.active .header__ham span {
  background-color: #000;
}

.header.side-open {
  background-color: transparent !important;
  border-bottom: none;
}

.header.side-open .header__logo,
.header.side-open .header__gnb,
.header.side-open .header__lang {
  display: none;
}

.header.side-open .header__ham {
  margin-left: auto;
}

.header.hide {
  transform: translateY(-86px);
}
.header.side-open.hide {
  transform: translateY(0px);
}

.header .inner-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
}

.header .header__logo {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  background-image: url(/image/common/header_logo01_n.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 205px;
  height: 26px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.header .header__logo p {
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  top: -99999px;
  left: -99999px;
}

.header .header__gnb {
  margin-left: auto;
  margin-right: 165px;
}

.header .header__gnb a {
  color: #fff;
  font-size: 18px;
  line-height: 1em;
  font-weight: 500;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.header .header__gnb a:not(:last-child) {
  margin-right: 60px;
}

.header .header__gnb a:hover {
  color: #006bb7;
}

.header .header__lang {
  margin-right: 20px;
  position: relative;
}

.header .header__lang button {
  width: 20px;
  height: 20px;
  background-image: url(/image/common/header_lang01.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.header .header__lang-menu {
  position: absolute;
  left: 50%;
  top: 27px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  width: 80px;
  padding: 15px 0;
  border-radius: 7px;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
  display: none;
}

.header .header__lang-menu > a {
  display: block;
  font-size: 16px;
  line-height: 1em;
  text-align: center;
  font-weight: 500;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.header .header__lang-menu > a:hover {
  color: #006bb7;
}

.header .header__lang-menu > a:not(:last-child) {
  margin-bottom: 15px;
}

.header .header__ham {
  width: 28px;
  cursor: pointer;
  z-index: 10;
}

.header .header__ham:hover span:first-child {
  width: 100%;
}

.header .header__ham span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  position: relative;
}

.header .header__ham span:first-child {
  width: 75%;
  margin-left: auto;
}

.header .header__ham span + span {
  margin-top: 8px;
}

.header .header__ham.active span:nth-child(1) {
  -webkit-animation: ease .3s bar1 forwards;
          animation: ease .3s bar1 forwards;
  background-color: #000 !important;
}

.header .header__ham.not-active span:nth-child(1) {
  -webkit-animation: ease .3s resetBar01 forwards;
          animation: ease .3s resetBar01 forwards;
}

.header .header__ham.active span:nth-child(2) {
  -webkit-animation: ease .3s bar2 forwards;
          animation: ease .3s bar2 forwards;
  background-color: #000 !important;
}

.header .header__ham.not-active span:nth-child(2) {
  -webkit-animation: ease .3s resetBar02 forwards;
          animation: ease .3s resetBar02 forwards;
}

.sidemenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(/image/common/sidemenu_w_bg_n.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 998;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  opacity: 0;
}

.sidemenu > li > a {
  line-height: 1em;
  font-size: 90px;
  font-weight: 900;
  color: #20356c;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.sidemenu > li > a:hover {
  color: #20356c;
}

.sidemenu > li:not(:last-child) {
  margin-bottom: 65px;
}

.sidemenu > li.active > a {color: #20356c;}

.sidemenu > li .sidemenu_gsnb {
  text-align: center;
  margin-top: 20px;
  display: none;
}

.sidemenu > li .sidemenu_gsnb a {
  font-size: 22px;
  color: #888;
  line-height: 1.7em;
  font-weight: 500;
}
.sidemenu > li .sidemenu_gsnb a:hover {
  color: #20356c;
  border-bottom: 2px solid #20356c;
}


.sidemenu-lang {
  position: fixed;
  top: 0;
  padding: 40px 0 27px 3.90625%;
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-bottom: 50px;
  display: none;
}
.sidemenu-lang.on {
  display: block;
}

.sidemenu-lang a {
  font-size: 28px;
  color: #aaaaaa;
  font-weight: 600;
  position: relative;
  padding-right: 35px;
}

.sidemenu-lang a:first-child::before {
  position: absolute;
  content: "";
  background-color: #ddd;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
}

.sidemenu-lang a.on {
  color: #222;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .sidemenu >li > a {
    -webkit-text-stroke: calc(0.005em + .5px) #20356c;
    color: transparent;
  }
}

.footer {
  background-color: #eee;
  padding: 40px 0 60px;
}

.footer .footer__logo {
  display: inline-block;
}

.footer .footer__param {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px;
  flex-wrap: wrap;
}

.footer .footer__param span {
  color: #888;
  font-size: 13px;
  position: relative;
  line-height: 1.5em;
}

.footer .footer__param span:not(:last-child) {
  margin-right: 12px;
  padding-right: 13px;
  position: relative;
}

.footer .footer__param span:not(:last-child)::before {
  content: "";
  width: 1px;
  height: 70%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #bbb;
}

.footer .footer__copy {
  margin-top: 12px;
  font-size: 13px;
  color: #acacac;
}

@-webkit-keyframes bar1 {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    top: 5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 100%;
  }
}

@keyframes bar1 {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    top: 5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 100%;
  }
}

@-webkit-keyframes bar2 {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    top: -5px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@keyframes bar2 {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    top: -5px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@-webkit-keyframes resetBar01 {
  0% {
    top: 5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  100% {
    top: 0px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes resetBar01 {
  0% {
    top: 5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  100% {
    top: 0px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@-webkit-keyframes resetBar02 {
  0% {
    top: -5px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  100% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes resetBar02 {
  0% {
    top: -5px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  100% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.fade-in-up,
.fade-in-left {
  opacity: 0;
}

/* 공통 */
.show-default {
  display: block !important;
}

.hide-default {
  display: none !important;
}

@media all and (max-width: 1780px) {
  .inner-big {
    margin-right: 3%;
    margin-left: 3%;
  }

}

/* 태블릿 */
@media all and (max-width: 1024px) {
  .show-1024 {
    display: block !important;
  }
  .hide-1024 {
    display: none !important;
  }


  .header .inner-big {justify-content: space-between;}
  .header__gnb {display: none;}
  .header__lang {display: none;}

  .sidemenu {
    align-items: flex-start; 
    justify-content: flex-start;
    padding-top: 150px;
  }


  .sidemenu > li {
    padding-left: 3.90625%;
  }

  .sidemenu > li > a {
    font-size: 70px;
  }

  .sidemenu > li .sidemenu_gsnb {
    text-align: left;
  }

}

/* 태블릿 ~ 모바일 가로 */
@media all and (max-width:768px) {
  .show-768 {
    display: block !important;
  }

  .hide-768 {
    display: none !important;
  }


  .sidemenu > li > a {
    font-size: 55px;
  }
  .sidemenu > li .sidemenu_gsnb a {
    font-size: 20px;
  }
  .sidemenu-lang a {
    font-size: 25px;
  }

  .footer .footer__param span:first-child::before {display: none;}
}

/* 모바일 세로 */
@media all and (max-width:480px) {
  .show-480 {
    display: block !important;
  }

  .hide-480 {
    display: none !important;
  }


  .inner-big {
    margin-left: 25px;
    margin-right: 25px;
  }
  .header {
    padding: 15px 0 11px;
  }
  .header .header__logo {
    width: 140px;
    height: 33px;
  }
  .header .header__ham {
    width: 22px;
  }

  .sidemenu {
    padding-top: 90px;
  }
  .sidemenu > li:not(:last-child) {
    margin-bottom: 30px;
  }

  .sidemenu > li > a {
    font-size: 45px;
  }

  .sidemenu > li .sidemenu_gsnb a {
    font-size: 17px;
  }

  .sidemenu-lang {
    margin-bottom: 20px;
    padding: 26px 0 18px 3.90625%;
  }

  .sidemenu-lang a {
    font-size: 19px;
  }

  .footer {
    padding: 30px 0 35px;
  }
  .footer .footer__logo img {
    width: 130px;
  }
  .footer .footer__param {
    margin-top: 17px;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .footer__param span:not(:last-child)::before {
    display: none;
  }
}
