@charset "UTF-8";

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  z-index: 998;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

header.sub-header,
header.active {
  background-color: #304161;
  border-color: #304161;
}

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

header > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
}

header .header__logo {
  margin-right: 55px;
  width: 150px;
  background-image: url(/image/common/logo_m.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 24px;
}

header .header__nav {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .header__nav .nav__search {
  width: 21px;
  height: 21px;
  background-image: url(/image/common/search_icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 12px;
  cursor: pointer;
}

header .header__nav .nav__hamburger {
  width: 25px;
  cursor: pointer;
}

header .header__nav .nav__hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 0.3s;
  position: relative;
}

header .header__nav .nav__hamburger span + span {
  margin-top: 6px;
}

header .header__nav .nav__hamburger.active span:nth-child(1) {
  animation: ease 0.7s top forwards;
}

header .header__nav .nav__hamburger.not-active span:nth-child(1) {
  animation: ease 0.7s top-2 forwards;
}

header .header__nav .nav__hamburger.active span:nth-child(2) {
  animation: ease 0.7s scaled forwards;
}

header .header__nav .nav__hamburger.not-active span:nth-child(2) {
  animation: ease 0.7s scaled-2 forwards;
}

header .header__nav .nav__hamburger.active span:nth-child(3) {
  animation: ease 0.7s bottom forwards;
}

header .header__nav .nav__hamburger.not-active span:nth-child(3) {
  animation: ease 0.7s bottom-2 forwards;
}

header .header__search-wrap {
  display: none;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #ddd;
}

header .header__search {
  background-color: #fff;
}

header .header__search .inner {
  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;
  border-bottom: 1px solid #000;
  padding-top: 65px;
}

header .header__search input {
  flex: 1;
  line-height: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0px;
  font-size: 16px;
  border: none;
  box-sizing: border-box;
  padding-bottom: 5px;
  padding-right: 12px;
}

header .header__search .search__reset {
  background-image: url(/image/common/reset_icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: none;
  display: block;
  margin-right: 10px;
}

header .header__search .search__submit {
  background-image: url(/image/common/search_icon02.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border: none;
  display: block;
}

header .search__close {
  background-color: #fff;
  padding: 15px 0;
  text-align: center;
  color: #999;
  border-top: 1px solid #ddd;
  margin-top: 65px;
}

header .search__close p {
  padding-right: 20px;
  background-image: url(/image/common/up_arrow.png);
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: 12px;
  display: inline-block;
}

header .header__gnb {
  background-color: #fff;
  padding: 45px 0 45px 15%;
  box-sizing: border-box;
  min-height: calc(100vh - 54px);
  max-height: calc(100vh - 54px);
  overflow-y: scroll;
  display: none;
  opacity: 0;
  position: absolute;
  top: 54px;
  width: 100%;
  left: 0;
}

header .header__gnb .gnb__depth1.active p {
  border-color: #000;
  background-image: url(/image/common/gnb_m_icon03.png);
}

header .header__gnb .gnb__depth1 p {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  font-size: 1.3em;
  font-weight: 500;
  padding-right: 25px;
  background-image: url(/image/common/gnb_m_icon01.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  background-size: 15px;
}

header .header__gnb .gnb__depth1.active p.em {
  background-image: url(/image/common/gnb_m_icon05.png);
}

header .header__gnb .gnb__depth1 p.em {
  color: #094b89;
  background-image: url(/image/common/gnb_m_icon02.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  background-size: 15px;
}

header .header__gnb .gnb__depth2 {
  display: none;
  margin-top: 25px;
}

header .header__gnb .gnb__depth2 a {
  display: block;
  color: #666666;
  line-height: 1em;
  margin-bottom: 20px;
  padding-right: 25px;
  background-image: url(/image/common/gnb_m_icon04.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  background-size: 8px;
}

header .header__gnb .gnb__depth2 a:last-child {
  margin-bottom: 0;
}

header .header__gnb .gnb__lang {
  display: flex;
  margin: 25px 0;
}

header .header__gnb .gnb__lang a {
  display: block;
  color: #c9c9c9;
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.3em;
  margin-right: 10px;
  padding-right: 11px;
  line-height: 20px;
}

header .header__gnb .gnb__lang a:first-child {
  margin-right: 10px;
  padding-right: 11px;
  border-right: 1px solid #ddd;
}

header .header__gnb .gnb__lang a.on {
  color: #094b89;
}

footer .footer__top {
  background-color: #fff;
  padding: 15px 4%;
}

footer .footer__top .footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .footer__top .footer__inner .top__param {
  color: #004f99;
  padding-left: 12px;
  background-image: url(/image/common/speaker_icon02.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 8px;
  font-size: 12px;
  width: 85px;
  line-height: 1em;
  font-weight: 500;
}

footer .footer__top .footer__inner .top__msg {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #a0a8b5;
  font-size: 12px;
  line-height: 1.4em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

footer .footer__top .footer__inner .top__nav {
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 12px;
}

footer .footer__top .footer__inner .top__nav .nav__pause {
  background-image: url(/image/common/pause_icon02.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: cover;
  width: 7px;
  height: 8px;
  display: block;
  margin-right: 5px;
  cursor: pointer;
}

footer .footer__top .footer__inner .top__nav .nav__play {
  background-image: url(/image/common/play_icon02.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: cover;
  width: 6px;
  height: 8px;
  display: block;
  cursor: pointer;
}

footer .footer__info {
  background-color: #212734;
  padding: 30px 0 50px;
}

footer .footer__info .inner {
}

footer .footer__info .inner .info__left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 40px;
}

footer .footer__info .inner .info__right {
  width: 100%;
}

footer .footer__info .inner .info__right > a {
  display: block;
  margin-left: auto;
  width: 100%;
  border: 1px solid #3a4151;
  color: #5f697c;
  text-align: center;
  line-height: 45px;
  height: 45px;
  font-weight: 500;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin-top: -1px;
}

footer .footer__info .info__logo {
  margin-bottom: 15px;
}

footer .footer__info .info__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

footer .footer__info .info__menu > a {
  display: block;
  color: #9097a5;
  font-size: 13px;
  line-height: 1em;
}

footer .footer__info .info__menu > a:first-child {
  color: #e2e3e5;
  margin-right: 7px;
  padding-right: 8px;
  border-right: 1px solid #474747;
}

footer .footer__info .info__address {
  margin-top: 20px;
  color: #9097a5;
  font-size: 13px;
  line-height: 1.6em;
}

footer .footer__info .info__address span {
  margin-right: 8px;
  padding-right: 7px;
  position: relative;
}

footer .footer__info .info__address span::before {
  content: '';
  width: 1px;
  height: 13px;
  background-color: #474747;
  position: absolute;
  top: 4px;
  right: 0;
}

footer .footer__info .info__copy {
  margin-top: 15px;
  font-size: 10px;
  line-height: 1.4em;
  color: #5f697c;
}

footer .footer__top-btn {
  position: fixed;
  right: 40px;
  bottom: 5%;
  cursor: pointer;
}

.sample {
  width: 1920px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
}

.img--style01 {
  display: block;
  margin: auto;
}

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }

  50% {
    top: 8px;
    transform: rotate(0);
  }

  100% {
    top: 8px;
    transform: rotate(45deg);
  }
}

@keyframes top-2 {
  0% {
    top: 8px;
    transform: rotate(45deg);
  }

  50% {
    top: 8px;
    transform: rotate(0deg);
  }

  100% {
    top: 0;
    transform: rotate(0deg);
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }

  50% {
    bottom: 8px;
    transform: rotate(0);
  }

  100% {
    bottom: 8px;
    transform: rotate(135deg);
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 8px;
    transform: rotate(135deg);
  }

  50% {
    bottom: 8px;
    transform: rotate(0);
  }

  100% {
    bottom: 0;
    transform: rotate(0);
  }
}

@keyframes scaled {
  50% {
    transform: scale(0);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}
