#footer {
  min-width: 1280px;
}
#footer .full-menu-wrapper {
  background-color: #fff;
}
#footer .footer-notice-wrapper .footer-notice,
#footer .footer-notice-wrapper .footer-inform,
#footer .footer-inform-wrapper .footer-notice,
#footer .footer-inform-wrapper .footer-inform {
  width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  height: 60px;
}
#footer .footer-notice-wrapper .footer-notice .notice-title,
#footer .footer-notice-wrapper .footer-notice .inform-title,
#footer .footer-notice-wrapper .footer-inform .notice-title,
#footer .footer-notice-wrapper .footer-inform .inform-title,
#footer .footer-inform-wrapper .footer-notice .notice-title,
#footer .footer-inform-wrapper .footer-notice .inform-title,
#footer .footer-inform-wrapper .footer-inform .notice-title,
#footer .footer-inform-wrapper .footer-inform .inform-title {
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  margin-right: 16px;
}
#footer .footer-notice-wrapper .footer-notice .notice-txt,
#footer .footer-notice-wrapper .footer-notice .inform-txt,
#footer .footer-notice-wrapper .footer-inform .notice-txt,
#footer .footer-notice-wrapper .footer-inform .inform-txt,
#footer .footer-inform-wrapper .footer-notice .notice-txt,
#footer .footer-inform-wrapper .footer-notice .inform-txt,
#footer .footer-inform-wrapper .footer-inform .notice-txt,
#footer .footer-inform-wrapper .footer-inform .inform-txt {
  line-height: 22px;
  font-weight: 500;
  color: #484848;
  font-size: 17px;
}
#footer .footer-notice-wrapper .footer-notice .notice-txt:hover,
#footer .footer-notice-wrapper .footer-notice .inform-txt:hover,
#footer .footer-notice-wrapper .footer-inform .notice-txt:hover,
#footer .footer-notice-wrapper .footer-inform .inform-txt:hover,
#footer .footer-inform-wrapper .footer-notice .notice-txt:hover,
#footer .footer-inform-wrapper .footer-notice .inform-txt:hover,
#footer .footer-inform-wrapper .footer-inform .notice-txt:hover,
#footer .footer-inform-wrapper .footer-inform .inform-txt:hover {
  text-decoration: underline;
}
#footer .footer-notice-wrapper {
  background-color: #f4f6f8;
}
#footer .footer-inform-wrapper {
  border-top: 1px solid #ebeef0;
  background-color: #f9f9f9;
}
#footer .footer-util-menu-wrapper {
  background-color: #fff;
  border-width: 1px 0;
  border-style: solid;
  border-color: #ebeef0;
}
#footer .footer-util-menu {
  width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  color: #222;
  letter-spacing: -0.005em;
  white-space: nowrap;
}
#footer .footer-util-menu * {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}
#footer .footer-util-menu a:hover {
  text-decoration: underline;
}
#footer .footer-util-menu .about-kbs-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
#footer .footer-util-menu .about-kbs-menu .footer-common-select {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 136px;
          flex: 0 0 136px;
  width: 136px;
}
#footer .footer-util-menu .nchannel-world-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .footer-util-menu .nchannel-world-menu .footer-common-select:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 141px;
          flex: 0 0 141px;
  width: 141px;
}
#footer .footer-util-menu .footer-common-select {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  width: 140px;
}
#footer .footer-util-menu .footer-common-select + .footer-common-select {
  margin-left: -1px;
}
#footer .footer-util-menu .footer-select-btn {
  width: 100%;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 16px;
  border-width: 0 1px;
  border-style: solid;
  border-color: #ebeef0;
}
#footer .footer-util-menu .footer-select-btn.on .arrow {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
#footer .footer-util-menu .footer-select-btn .arrow {
  width: 16px;
  height: 16px;
  background: url("/resource/image/pc/ico/select.svg") 0 0 no-repeat;
  background-size: contain;
}
#footer .footer-util-menu .common-select-links {
  position: absolute;
  left: 0;
  bottom: 33px;
  width: 100%;
  border: 1px solid #ebeef0;
  border-bottom: none;
  padding: 8px 16px;
  background-color: #fff;
  display: none;
  z-index: 150;
}
#footer .footer-util-menu .common-select-links.on {
  display: block;
}
#footer .footer-util-menu .common-select-links .common-select-list + .common-select-list {
  margin-top: 8px;
}
#footer .footer-util-menu .common-select-links a {
  display: block;
}
#footer .footer-util-menu .kbs-related-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
#footer .footer-address-copyright-wrapper {
  padding: 24px 0 100px;
  background-color: #fff;
}
#footer .footer-address-copyright-wrapper .footer-address-copyright {
  width: 1280px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #484848;
  letter-spacing: -0.005em;
  white-space: nowrap;
}
#footer .footer-address-copyright-wrapper .footer-address-copyright * {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}
#footer .footer-address-copyright-wrapper .footer-address-copyright .footer-copyright {
  margin-top: 24px;
}

.aside-toggle-button {
  width: 20px;
  height: 40px;
  top: 0;
  display: none;
  position: absolute;
  left: 0;
  z-index: 100;
  background: url("/resource/image/pc/ico/asideShowBtn.svg") center center no-repeat;
}
.aside-toggle-button.fixed {
  position: fixed;
  top: 100px !important;
}
.aside-toggle-button.on {
  background: url("/resource/image/pc/ico/asideHideBtn.svg") center center no-repeat;
}
.aside-toggle-button.show {
  display: block;
}

.aside {
  position: absolute;
  top: 0;
  z-index: 100;
}
.aside.fixed {
  position: fixed;
  top: 74px !important;
}
.aside.fixed-02 {
  position: fixed;
  top: 154px !important;
}
.aside.hide {
  display: none;
}
.aside .aside-btns {
  width: 48px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid #ebeef0;
}
.aside .aside-btns .aside-btns-list {
  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;
  padding: 16px 0;
  border-bottom: 1px solid #ebeef0;
  position: relative;
  height: 73px;
}
.aside .aside-btns .aside-btns-list:last-child {
  border-bottom: none;
}
.aside .aside-btns .aside-btns-list .common-btn {
  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;
  position: relative;
}
.aside .aside-btns .aside-btns-list .common-btn .common-btn-txt {
  font-size: 13px;
  line-height: 14px;
  color: #484848;
  margin-top: 2px;
}
.aside .aside-btns .aside-btns-list .common-btn .arrow-icon {
  width: 10px;
  height: 6px;
  background: url("/resource/image/pc/ico/txtArrow.svg") center center no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -12px;
}
.aside .aside-btns .aside-btns-list .common-btn.on .arrow-icon {
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
}
.aside .aside-btns .aside-btns-list .comment-btn .comment-icon {
  display: block;
  width: 24px;
  height: 24px;
  background: url("/resource/image/pc/ico/asideComment.svg") center center no-repeat;
}
.aside .aside-btns .aside-btns-list .like-btn .like-icon {
  display: block;
  width: 24px;
  height: 24px;
  background: url("/resource/image/pc/ico/asideViewLike.svg") center center no-repeat;
}
.aside .aside-btns .aside-btns-list .share-btn .share-icon {
  width: 24px;
  height: 24px;
  background: url("/resource/image/pc/ico/share.svg") center center no-repeat;
}
.aside .aside-btns .aside-btns-list .txt-btn .txt-icon-wrapper {
  width: 17px;
  height: 17px;
  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;
}
.aside .aside-btns .aside-btns-list .txt-btn .txt-icon-wrapper .txt-icon {
  display: block;
}
.aside .aside-btns .aside-btns-list .txt-btn .txt-icon-wrapper .txt-icon.large {
  width: 16px;
  height: 17px;
  background: url("/resource/image/pc/ico/txtLarge.svg") center center no-repeat;
}
.aside .aside-btns .aside-btns-list .txt-btn .txt-icon-wrapper .txt-icon.normal {
  width: 12px;
  height: 13px;
  background: url("/resource/image/pc/ico/txtNormal.svg") center center no-repeat;
}
.aside .aside-btns .aside-btns-list .txt-btn .txt-icon-wrapper .txt-icon.small {
  width: 11px;
  height: 12px;
  background: url("/resource/image/pc/ico/txtSmall.svg") center center no-repeat;
}
.aside .aside-btns .aside-btns-list .dark-btn .dark-icon {
  width: 24px;
  height: 24px;
  background: url("/resource/image/pc/ico/darkMode.svg") center center no-repeat;
}
.aside .aside-btns .aside-btns-list .copy-btn .copy-icon {
  display: block;
  width: 24px;
  height: 24px;
  background: url("/resource/image/pc/ico/asideCopy.svg") center center no-repeat;
}
.aside .aside-btns .aside-btns-list .open-menu {
  position: absolute;
  top: 0;
  left: 47px;
  display: none;
}
.aside .aside-btns .aside-btns-list .open-menu.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.aside .aside-btns .aside-btns-list .open-menu .open-menu-list {
  height: 100%;
  background-color: #efefef;
  height: 73px;
}
.aside .aside-btns .aside-btns-list .open-menu .open-menu-list.txt-menu-list {
  width: 48px;
}
.aside .aside-btns .aside-btns-list .open-menu .open-menu-list.like-menu-list {
  width: 76px;
}
.aside .aside-btns .aside-btns-list .open-menu .open-menu-list:last-child {
  border-radius: 0 10px 10px 0;
}
.aside .aside-btns .aside-btns-list .open-menu .open-menu-list:last-child .open-menu-btn {
  border-radius: 0 10px 10px 0;
}
.aside .aside-btns .aside-btns-list .open-menu .open-menu-list .open-menu-btn {
  width: 100%;
  height: 100%;
  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;
}
.aside .aside-btns .aside-btns-list .open-menu .open-menu-list .open-menu-btn:hover {
  background-color: #2282b9;
}
.aside .aside-btns .aside-btns-list .open-menu .open-menu-list .open-menu-btn:hover.like-menu-btn .like-icon {
  background: url("/resource/image/pc/ico/asideViewLikeOn.svg") center center no-repeat;
}
.aside .aside-btns .aside-btns-list .open-menu .open-menu-list .open-menu-btn:hover.like-menu-btn .cheer-icon {
  background: url("/resource/image/pc/ico/asideViewCheerOn.svg") center center no-repeat;
}
.aside .aside-btns .aside-btns-list .open-menu .open-menu-list .open-menu-btn:hover.like-menu-btn .want-icon {
  background: url("/resource/image/pc/ico/asideViewWantOn.svg") center center no-repeat;
}
.aside .aside-btns .aside-btns-list .open-menu .open-menu-list .open-menu-btn:hover .txt-icon-wrapper .txt-icon.large {
  background: url("/resource/image/pc/ico/txtLargeOn.svg") center center no-repeat;
}
.aside .aside-btns .aside-btns-list .open-menu .open-menu-list .open-menu-btn:hover .txt-icon-wrapper .txt-icon.normal {
  background: url("/resource/image/pc/ico/txtNormalOn.svg") center center no-repeat;
}
.aside .aside-btns .aside-btns-list .open-menu .open-menu-list .open-menu-btn:hover .txt-icon-wrapper .txt-icon.small {
  background: url("/resource/image/pc/ico/txtSmallOn.svg") center center no-repeat;
}
.aside .aside-btns .aside-btns-list .open-menu .open-menu-list .open-menu-btn:hover .title {
  color: #fff;
}
.aside .aside-btns .aside-btns-list .open-menu .open-menu-list .open-menu-btn .txt-icon-wrapper {
  width: 17px;
  height: 17px;
  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;
}
.aside .aside-btns .aside-btns-list .open-menu .open-menu-list .open-menu-btn .txt-icon-wrapper .txt-icon {
  display: block;
}
.aside .aside-btns .aside-btns-list .open-menu .open-menu-list .open-menu-btn .txt-icon-wrapper .txt-icon.large {
  width: 16px;
  height: 17px;
  background: url("/resource/image/pc/ico/txtLarge.svg") center center no-repeat;
}
.aside .aside-btns .aside-btns-list .open-menu .open-menu-list .open-menu-btn .txt-icon-wrapper .txt-icon.normal {
  width: 12px;
  height: 13px;
  background: url("/resource/image/pc/ico/txtNormal.svg") center center no-repeat;
}
.aside .aside-btns .aside-btns-list .open-menu .open-menu-list .open-menu-btn .txt-icon-wrapper .txt-icon.small {
  width: 11px;
  height: 12px;
  background: url("/resource/image/pc/ico/txtSmall.svg") center center no-repeat;
}
.aside .aside-btns .aside-btns-list .open-menu .open-menu-list .open-menu-btn.like-menu-btn .like-icon {
  display: block;
  width: 24px;
  height: 20px;
  background: url("/resource/image/pc/ico/asideViewLike.svg") center center no-repeat;
}
.aside .aside-btns .aside-btns-list .open-menu .open-menu-list .open-menu-btn.like-menu-btn .cheer-icon {
  display: block;
  width: 22px;
  height: 20px;
  background: url("/resource/image/pc/ico/asideViewCheer.svg") center center no-repeat;
}
.aside .aside-btns .aside-btns-list .open-menu .open-menu-list .open-menu-btn.like-menu-btn .want-icon {
  display: block;
  width: 20px;
  height: 21px;
  background: url("/resource/image/pc/ico/asideViewWant.svg") center center no-repeat;
}
.aside .aside-btns .aside-btns-list .open-menu .open-menu-list .open-menu-btn.like-menu-btn .title {
  margin-top: 6px;
}
.aside .aside-btns .aside-btns-list .open-menu .open-menu-list .open-menu-btn .title {
  font-size: 13px;
  line-height: 14px;
  font-weight: 500;
  margin-top: 2px;
}

.share-menu {
  z-index: 150;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  width: 580px;
  border-radius: 10px;
  display: none;
}
.share-menu.on {
  display: block;
}
.share-menu .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ebeef0;
  padding: 18px 20px 18px 50px;
  border-radius: 10px 10px 0 0;
}
.share-menu .title-wrapper .title {
  color: #484848;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}
.share-menu .title-wrapper .close-btn {
  width: 48px;
  height: 48px;
  background: url("/resource/image/pc/ico/clear.svg") center center no-repeat;
  background-size: 38px 38px;
}
.share-menu .share-links-copy {
  padding: 40px 36px 45px 36px;
}
.share-menu .share-links-copy .share-links {
  padding: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.share-menu .share-links-copy .share-links .share-links-list {
  width: 33.33%;
}
.share-menu .share-links-copy .share-links .share-links-list:nth-child(n+4) {
  margin-top: 24px;
}
.share-menu .share-links-copy .share-links .share-links-list .share-link {
  width: 100%;
  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;
}
.share-menu .share-links-copy .share-links .share-links-list .share-link .share-icon {
  width: 64px;
  height: 64px;
}
.share-menu .share-links-copy .share-links .share-links-list .share-link .share-icon.facebook-icon {
  background: url("/resource/image/pc/ico/shareFacebook.svg") center center no-repeat;
}
.share-menu .share-links-copy .share-links .share-links-list .share-link .share-icon.twitter-icon {
  background: url("/resource/image/pc/ico/shareTwitter.svg") center center no-repeat;
}
.share-menu .share-links-copy .share-links .share-links-list .share-link .share-icon.kakao-icon {
  background: url("/resource/image/pc/ico/shareKakao.svg") center center no-repeat;
}
.share-menu .share-links-copy .share-links .share-links-list .share-link .share-icon.story-icon {
  background: url("/resource/image/pc/ico/shareKakaoStory.svg") center center no-repeat;
}
.share-menu .share-links-copy .share-links .share-links-list .share-link .share-icon.blog-icon {
  background: url("/resource/image/pc/ico/shareNaver.svg") center center no-repeat;
}
.share-menu .share-links-copy .share-links .share-links-list .share-link .share-icon.band-icon {
  background: url("/resource/image/pc/ico/shareNaverBand.svg") center center no-repeat;
}
.share-menu .share-links-copy .share-links .share-links-list .share-link .txt {
  color: #484848;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-top: 4px;
}
.share-menu .share-links-copy .copy-input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 52px;
}
.share-menu .share-links-copy .copy-input .input {
  width: calc(100% - 107px);
  height: 48px;
  border: none;
  background-color: #f9f9f9;
  color: #7c7c7c;
  padding: 0 16px 0 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  border-radius: 5px 0 0 5px;
}
.share-menu .share-links-copy .copy-input .copy-btn {
  width: 107px;
  height: 48px;
  border-radius: 0 8px 8px 0;
  background-color: #1e82b9;
  color: #fff;
  line-height: 20px;
  font-weight: 700;
}

.top-btn {
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 42px;
  height: 42px;
  background: url("/resource/image/pc/ico/topBtn.svg") center center no-repeat;
  background-size: 42px 42px;
  z-index: 100;
}