@charset "UTF-8";
:root, .lightmode {
  --urimal-red: #BB2525;
  --urimal-red__alpha: #D33636;
  --urimal-blue: #464EFF;
  --urimal-blue__alpha: #242BC3;
  --urimal-deepgray: #212326;
  --urimal-gray-1: #454545;
  --urimal-gray-2: #575552;
  --main-font-color: #1E1F21;
  --sp-arrow-up__fill-gray: 0 -140px;
  --sp-arrow-down__fill-gray: -20px -140px;
  --sp-arrow-left__fill-gray: -40px -140px;
  --sp-arrow-right__fill-gray: -60px -140px;
  --color-deep-gray1: #535353;
  --color-deep-gray2: #8f8f8f;
  --color-deep-gray3: #282828;
  --color-light-gray1: #dddddd;
  --color-light-gray2: #ebebeb;
  --color-black: #1e1f21;
  --color-blue2: #0384c7;
  --sp-ico-logo__18: -200px -280px;
  --color-black-sub: #3a3a3a;
  --sp-img: url(https://res.static.kbs.co.kr/img/sp-kbs.svg);
  --sp-img__png: url(https://res.static.kbs.co.kr/img/sp-kbs.png);
  --sp-img__png2x: url(https://res.static.kbs.co.kr/img/sp-kbs@2x.png);
  --common-txt: var(--color-deep-gray1);
  --common-txt-tit: var(--color-black);
  --common-txt-sub: var(--color-black-sub);
  --common-txt-desc: var(--color-deep-gray2);
  --common-txt-off: var(--color-light-gray1);
  --common-border: var(--color-black-sub);
  --common-line: var(--color-light-gray2);
  --common-background: var(--color-white);
  --sp-ico-logo__18: -200px -280px;
  --sp-sns-facebook:-80px -240px;
  --sp-sns-youtube:-110px -240px;
  --sp-sns-instagram:-140px -240px;
  --sp-sns-twitter:-170px -240px;
  --kbs-white:#ffffff;
  --kbs-black-deep:#000000;
  --kbs-gray-deep-1:#535353;
  --kbs-gray-deep-2:#8F8F8F;
  --kbs-gray-light-1:#dddddd;
  --kbs-gray-light-2:#EBEBEB;
}

.darkmode {
  --urimal-bg: #1E1F21;
  --main-font-color: #ffffff;
  --footer-color: var(--color-deep-gray2);
  --footer-line: var(--color-black-sub2);
  --footer-background: var(--color-black1);
  --sp-img: url(https://res.static.kbs.co.kr/img/sp-kbs.svg);
  --sp-img__png: url(https://res.static.kbs.co.kr/img/sp-kbs.png);
  --sp-img__png2x: url(https://res.static.kbs.co.kr/img/sp-kbs@2x.png);
  --common-txt: var(--color-light-gray1);
  --common-txt-tit: var(--color-white);
  --common-txt-sub: var(--color-light-gray2);
  --common-txt-desc: var(--color-deep-gray2);
  --common-txt-off: var(--color-deep-gray1);
  --common-border: var(--color-light-gray2);
  --common-line: var(--color-black-sub);
  --common-background: var(--color-black);
  --sp-ico-logo__18: -200px -300px;
  --sp-sns-facebook:-80px -270px;
  --sp-sns-youtube:-110px -270px;
  --sp-sns-instagram:-140px -270px;
  --sp-sns-twitter:-170px -270px;
  --more-btn-color:#F4F1ED;
}

:root {
  --footer-txt: var(--common-txt-desc);
  --footer-link: var(--common-txt);
  --footer-line: var(--common-line);
  --footer-background: var(--common-background);
}

html, body, form, div, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, fieldset, table, th, td, figure, hr {
  margin: 0;
  padding: 0;
  font-weight: normal;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  box-sizing: border-box;
}

p {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  text-decoration: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

.blind {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
}

br {
  font-family: initial;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, svg {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img, fieldset, iframe {
  border: 0 none;
}

ul, ol, li {
  list-style: none;
}

em, address {
  font-style: normal;
}

img, input, select, textarea {
  vertical-align: middle;
}

input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

button, label {
  cursor: pointer;
}

button {
  padding: 0;
  background: 0;
  border: 0;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
button img {
  left: -3px;
  *left: auto;
}

html:first-child select {
  height: 20px;
  padding-right: 6px;
}

option {
  padding-right: 6px;
}

textarea {
  overflow: auto;
  *margin: -1px 0;
  padding-right: 1px;
}

.blind, legend, caption {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

hr {
  display: none;
}

legend {
  *width: 0;
}

:root legend {
  margin-top: -1px;
  font-size: 0;
  line-height: 0;
}

caption {
  *line-height: 0;
}

sub {
  font-size: 10px;
}

.clear:after {
  clear: both;
  content: "";
  display: block;
}

div.ie_alert_text {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #ddd;
  z-index: 10000;
  text-align: center;
  padding-top: 10px;
  font-size: 13px;
  font-family: "Noto Sans KR", sans-serif;
}

#skip-nav {
  font-size: 16px;
  line-height: 40px;
  position: fixed;
  z-index: 100000;
  top: -40px;
  left: 0;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  color: var(--kbs-white);
  background: rgba(0, 0, 0, 0.6);
}
#skip-nav:focus {
  top: 0;
}

.e_ {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
}

/*scrollbar*/
::-webkit-scrollbar {
  width: 9px;
  height: 9px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #6a6969;
  border-radius: 9px;
}

::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active {
  background: #8a8a8a;
}

body {
  background: var(--urimal-bg);
  color: var(--main-font-color);
}

#wrap {
  min-width: 1320px;
  overflow-x: hidden;
}
#wrap .inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  z-index: 10;
}

.scroll-evt header {
  background: rgba(30, 31, 33, 0.9);
}

/***** header *****/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(30, 31, 33, 0.4);
  backdrop-filter: blur(5px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 1000;
}
header .inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-top {
  height: 90px;
}
header .header-top .logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
header .header-top .logo-wrap a {
  display: inline-block;
}
header .header-top .logo-wrap .logo {
  width: 145px;
  margin: 18px 12px 0 0;
}
header .header-top .logo-wrap .main-logo {
  width: 214px;
}
header .header-top .logo-wrap img {
  width: 100%;
  display: block;
}
header .header-bottom {
  height: 60px;
}
header .header-bottom .nav-menu {
  display: flex;
  align-items: center;
  gap: 0 70px;
}
header .header-bottom .nav-menu li a {
  position: relative;
  display: inline-block;
  font-size: 19px;
  font-weight: 600;
  color: var(--kbs-white);
  opacity: 0.8;
  transition: 0.2s;
}
header .header-bottom .nav-menu li a:after {
  display: block;
  content: "";
  position: absolute;
  top: -5px;
  right: -10px;
  width: 7px;
  height: 7px;
  background: var(--urimal-red);
  border-radius: 50%;
  transform: translate3d(0, -7px, 0);
  opacity: 0;
  transition: 0.4s cubic-bezier(0.63, -0.29, 0.14, 1.69);
}
header .header-bottom .nav-menu li a:hover {
  opacity: 1;
  transition: 0.32s;
}
header .header-bottom .nav-menu li a:hover:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/***** section title *****/
[class*=title-type-] {
  margin-bottom: 35px;
  /*animation*/
  /*@keyframes titFadeIn {
  	0% {
  		opacity: 0; 
  	}
  	100% {
  		opacity: 1;
  	}
  }

  @keyframes titFadeUp {
  	0% {
  		opacity: 0;transform: translate3d(0,10px,0); filter: blur(0px);
  	}
  	100% {
  		opacity: 1;transform: translate3d(0,0px,0); filter: blur(0px);
  	}
  }
  @keyframes titFadeDown {
  	0% {
  		opacity: 0;transform: translate3d(0,-10px,0);filter: blur(0px);
  	}
  	100% {
  		opacity: 1;transform: translate3d(0,0px,0);filter: blur(0px);
  	}
  }*/
}
[class*=title-type-][class*="1"] {
  font-size: 36px;
  font-weight: 600;
}
[class*=title-type-][class*="1"] em {
  font-size: 48px;
  display: inline-block;
}
[class*=title-type-][class*="1"] em.dot {
  position: relative;
  padding-top: 8px;
}
[class*=title-type-][class*="1"] em.dot:after {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
[class*=title-type-][class*="1"] em.dot.red:after {
  background: var(--urimal-red);
}
[class*=title-type-][class*="1"] em.dot.blue:after {
  background: var(--urimal-blue);
}
[class*=title-type-][class*="3"] {
  font-size: 44px;
  font-weight: 600;
}

/***** tabs *****/
.tabs {
  margin-bottom: 26px;
}
.tabs.list-swiper {
  position: relative;
  width: 100%;
}
.tabs.list-swiper .tab-list {
  width: 100%;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  list-style: none;
  text-align: center;
  font-size: 0;
}
.tabs.list-swiper .tab-list li {
  display: inline-block;
  margin: 0 10px;
}
.tabs.list-swiper .tab-list li .btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--kbs-white);
  padding: 7px 23px;
  background: var(--urimal-gray-1);
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  transition: 0.32s;
}
.tabs.list-swiper .tab-list li .btn:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--urimal-red) url("../img/icon/ico-tab-pattern.png") no-repeat top left/auto 100%;
  opacity: 0;
  transition: 0.1s;
}
.tabs.list-swiper .tab-list li .btn span {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.tabs.list-swiper .tab-list li.on .btn {
  pointer-events: none;
}
.tabs.list-swiper .tab-list li.on .btn:after {
  opacity: 1;
  transition: 0.32s;
}
.tabs.list-swiper .tab-list li:not(.on) .btn:hover {
  background: #767676;
}
.tabs.list-swiper .tab-list li:first-child {
  margin-left: 0px;
}
.tabs.list-swiper .tab-list li:last-child {
  margin-right: 0px;
}
.tabs.list-swiper .tab-list::-webkit-scrollbar {
  display: none;
}

/***** slider *****/
[class*=slider-] {
  position: relative;
}
[class*=slider-] .btn {
  position: absolute;
  top: 78px;
  right: calc(100% + 37px);
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  opacity: 0.5;
  transition: 0.1s;
  z-index: 20;
}
[class*=slider-] .btn.swiper-button-disabled {
  display: none;
}
[class*=slider-] .btn.prev {
  background-image: url("../img/icon/ico-arrow-prev.png");
}
[class*=slider-] .btn.next {
  left: calc(100% + 37px);
  right: auto;
  background-image: url("../img/icon/ico-arrow-next.png");
}
[class*=slider-] .btn:hover {
  opacity: 1;
  transition: 0.32s;
}
[class*=slider-] .btn.type2 {
  width: 80px;
  height: 80px;
  background-color: rgba(30, 31, 33, 0.2);
  backdrop-filter: blur(8px);
  border-radius: 50%;
  opacity: 1;
  background-image: url("../img/icon/ico-arrow-prev2.png");
  background-size: 19px;
  background-position: center left 28px;
}
[class*=slider-] .btn.type2:hover {
  background-color: rgba(30, 31, 33, 0.6);
}
[class*=slider-] .btn.type2.next {
  background-image: url("../img/icon/ico-arrow-next2.png");
  background-position: center left 32px;
}

/***** grid *****/
[class*=grid-][class*=-list] {
  /*slider*/
  /*common*/
  /*썸네일형*/
  /*한국어 포스터와 퀴즈, 포스터1*/
  /*우리말 다시보기, 포스터2*/
  /*우리말 공인인증고사, 원형포스터*/
}
[class*=grid-][class*=-list] a {
  display: block;
}
[class*=grid-][class*=-list][class*=slider-] .list:not(.swiper-slide-visible) {
  pointer-events: none;
}
[class*=grid-][class*=-list] .list .thumbnail {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 15px;
  background: var(--urimal-gray-1) url("../img/default-thumb-h.jpg") no-repeat center/cover;
  transition: 0.3s;
}
[class*=grid-][class*=-list] .list .thumbnail img {
  width: 100%;
  height: 100%;
}
[class*=grid-][class*=-list] .list:hover .thumbnail {
  transform: scale(0.96);
  opacity: 0.9;
}
[class*=grid-][class*=-list].grid-thumb-list {
  display: grid;
  /*slider*/
  /*common*/
}
[class*=grid-][class*=-list].grid-thumb-list:not([class*=slider-]) {
  gap: 80px 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
[class*=grid-][class*=-list].grid-thumb-list[class*=slider-] .list {
  transition: 0.3s;
}
[class*=grid-][class*=-list].grid-thumb-list[class*=slider-] .list:not(.swiper-slide-visible) {
  opacity: 0.15;
  filter: blur(1px);
}
[class*=grid-][class*=-list].grid-thumb-list .list .info {
  margin-top: 30px;
  font-family: "noto sans", sans-serif;
}
[class*=grid-][class*=-list].grid-thumb-list .list .info .e_ {
  font-family: "noto sans", sans-serif;
}
[class*=grid-][class*=-list].grid-thumb-list .list .info .title {
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.52px;
  color: var(--kbs-gray-light-2);
}
[class*=grid-][class*=-list].grid-thumb-list .list .info .title .e_ {
  -webkit-line-clamp: 2;
}
[class*=grid-][class*=-list].grid-thumb-list .list .info .channel {
  font-size: 16px;
  color: var(--kbs-gray-light-1);
  font-weight: 300;
  margin-top: 16px;
}
[class*=grid-][class*=-list].grid-thumb-list .list .thumbnail {
  height: 216px;
}
[class*=grid-][class*=-list].grid-poster-list1 {
  /*slider*/
  /*common*/
}
[class*=grid-][class*=-list].grid-poster-list1[class*=slider-] .list:not(.swiper-slide-visible) {
  pointer-events: auto !important;
}
[class*=grid-][class*=-list].grid-poster-list1[class*=slider-] [class*=btn] {
  top: 159px;
  right: calc(100% + 30px);
}
[class*=grid-][class*=-list].grid-poster-list1[class*=slider-] [class*=btn].right {
  right: auto;
  left: calc(100% + 30px);
}
[class*=grid-][class*=-list].grid-poster-list1 .list {
  width: auto;
  min-width: 222px;
}
[class*=grid-][class*=-list].grid-poster-list1 .list a {
  padding-bottom: 67px;
}
[class*=grid-][class*=-list].grid-poster-list1 .list .thumbnail {
  width: auto;
  height: 398px;
  background-image: url("../img/default-thumb-v.jpg");
}
[class*=grid-][class*=-list].grid-poster-list1 .list .thumbnail img {
  width: auto !important;
}
[class*=grid-][class*=-list].grid-poster-list1 .list .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 47px;
  display: block;
  font-family: "noto sans", sans-serif;
  margin-top: 20px;
}
[class*=grid-][class*=-list].grid-poster-list1 .list .info .e_ {
  font-family: "noto sans", sans-serif;
}
[class*=grid-][class*=-list].grid-poster-list1 .list .info .desc {
  display: inline-block;
  color: var(--kbs-gray-light-1);
  font-size: 16px;
  letter-spacing: -0.32px;
  line-height: 21px;
  vertical-align: top;
}
[class*=grid-][class*=-list].grid-poster-list1 .list .info .desc .e_ {
  -webkit-line-clamp: 2;
}
[class*=grid-][class*=-list].grid-poster-list2 {
  /*slider*/
  /*common*/
}
[class*=grid-][class*=-list].grid-poster-list2[class*=slider-] [class*=btn] {
  top: 112px;
}
[class*=grid-][class*=-list].grid-poster-list2[class*=slider-] .list {
  transition: 0.3s;
}
[class*=grid-][class*=-list].grid-poster-list2[class*=slider-] .list:not(.swiper-slide-visible) {
  opacity: 0.15;
  filter: blur(1px);
}
[class*=grid-][class*=-list].grid-poster-list2 .list .thumbnail {
  height: 319px;
  background-image: url("../img/default-thumb-v.jpg");
}
[class*=grid-][class*=-list].grid-poster-list2 .list .info {
  font-family: "noto sans", sans-serif;
  margin-top: 20px;
  text-align: center;
}
[class*=grid-][class*=-list].grid-poster-list2 .list .info .e_ {
  font-family: "noto sans", sans-serif;
}
[class*=grid-][class*=-list].grid-poster-list2 .list .info .channel {
  font-family: "noto sans", sans-serif;
  font-size: 20px;
  color: var(--kbs-gray-light-2);
  line-height: 20px;
  letter-spacing: -0.6px;
}
[class*=grid-][class*=-list].grid-poster-list3 {
  /*slider*/
  /*common*/
}
[class*=grid-][class*=-list].grid-poster-list3[class*=slider-] [class*=btn] {
  top: 56px;
}
[class*=grid-][class*=-list].grid-poster-list3[class*=slider-] .list {
  transition: 0.3s;
}
[class*=grid-][class*=-list].grid-poster-list3[class*=slider-] .list:not(.swiper-slide-visible) {
  opacity: 0;
  filter: blur(1px);
  transition: 0.2s;
}
[class*=grid-][class*=-list].grid-poster-list3 .list .thumbnail {
  height: 180px;
  border-radius: 50% !important;
  background-image: url("../img/default-thumb-c.png");
}
[class*=grid-][class*=-list].grid-poster-list3 .list .info {
  font-family: "noto sans", sans-serif;
  margin-top: 20px;
  text-align: center;
}
[class*=grid-][class*=-list].grid-poster-list3 .list .info .e_ {
  font-family: "noto sans", sans-serif;
}
[class*=grid-][class*=-list].grid-poster-list3 .list .info .desc {
  font-family: "noto sans", sans-serif;
  font-size: 20px;
  color: var(--kbs-gray-light-1);
  line-height: 20px;
  letter-spacing: -0.4px;
}

/***** button *****/
/*더보기버튼*/
.view-more {
  text-align: center;
  margin-top: 50px;
}
.view-more .btn {
  opacity: 0.5;
  transition: 0.1s;
}
.view-more .btn[class*=btn-] {
  height: 48px;
  font-family: "SUIT", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--more-btn-color);
  display: inline-block;
  padding: 13px 30px 12px 30px;
  border: 1px solid var(--more-btn-color);
  border-radius: 48px;
  box-sizing: border-box;
}
.view-more .btn.btn-more {
  padding: 13px 20px 12px 30px;
}
.view-more .btn.btn-more:after {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  vertical-align: top;
  background-image: url("../img/icon/ico-more.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin: -2px 0 0 4px;
}
.view-more .btn:hover {
  opacity: 1;
  transition: 0.32s;
}

/*전체보기 버튼*/
.all-view {
  position: absolute;
  top: 37px;
  right: 0;
  font-size: 14px;
  font-family: "SUIT", sans-serif;
  font-weight: 600;
  color: var(--kbs-gray-deep-2);
  transition: 0.1s;
  z-index: 10;
}
.all-view:hover {
  transition: 0.32s;
}

/*top btn*/
#sticky-wrap {
  position: relative;
  z-index: 20;
}
#sticky-wrap .inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  animation: fadeUpAni 0.6s 0.4s forwards;
}

.sticky-link {
  position: relative;
  text-align: center;
  background: rgba(38, 38, 38, 0.9);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 28px 0;
  z-index: 20;
}
.sticky-link .inner-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sticky-link .text {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 150%;
}
.sticky-link .link {
  position: relative;
  margin-left: 35px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--color-black);
  padding: 10px 30px 8px;
  transition: 0.2s;
}
.sticky-link .link::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--kbs-white);
  border-radius: 24px;
  z-index: -1;
  transition: 0.3s;
}
.sticky-link .link:hover {
  transform: scale(0.96);
}
.sticky-link .link:hover:before {
  transform: scale(0.95);
}

#top-btn {
  position: relative;
  z-index: 10;
}
#top-btn button {
  position: absolute;
  bottom: 30px;
  right: 169px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: none;
}
#top-btn button .ico {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--kbs-white);
  border-radius: 50%;
  overflow: hidden;
}
#top-btn button .ico:before, #top-btn button .ico:after {
  display: block;
  content: "";
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../img/common/top-btn.png) no-repeat center/cover;
}
#top-btn button:hover .ico:before, #top-btn button:hover .ico:after {
  transform: translateY(-100%);
  transition: 0.5s;
}

/***** animation *****/
[class*=fade-up] {
  opacity: 0;
}
[class*=fade-up].in-view {
  animation: 0.6s fadeUpAni forwards;
}
[class*=fade-up][class*=-delay] {
  animation-delay: 0.1s;
}

@keyframes fadeUpAni {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeLtAni {
  0% {
    opacity: 0;
    transform: translate3d(-10px, 0px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/***** footer *****/
footer, .footer {
  position: relative;
  margin: -1px 0 80px 0;
  width: 100%;
  border-top: 1px solid var(--footer-line);
}
footer a, .footer a {
  color: var(--footer-link);
}
footer .footer-top, .footer .footer-top {
  margin: 0 auto;
  width: 1200px;
  height: 58px;
  box-sizing: border-box;
  border-bottom: 1px solid var(--footer-line);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-top > ul li, .footer .footer-top > ul li {
  font-size: 12px;
  line-height: 16px;
}
footer .footer-top > ul li a, .footer .footer-top > ul li a {
  vertical-align: top;
  transition: 0.2s;
}
footer .footer-top > ul li a strong, .footer .footer-top > ul li a strong {
  color: var(--color-blue2);
  font-weight: 600;
}
footer .footer-top > ul li.footer-select, .footer .footer-top > ul li.footer-select {
  position: relative;
}
footer .footer-top > ul li.footer-select a, .footer .footer-top > ul li.footer-select a {
  display: inline-flex;
  align-items: center;
}
footer .footer-top > ul li.footer-select a .ico, .footer .footer-top > ul li.footer-select a .ico {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background: var(--sp-img) var(--sp-arrow-up__fill-gray) no-repeat;
}
footer .footer-top > ul li.footer-select > ul, .footer .footer-top > ul li.footer-select > ul {
  display: none;
  border: 1px solid var(--footer-line);
  background: var(--footer-background);
  position: absolute;
  bottom: -21px;
  right: 0;
  z-index: 3;
}
footer .footer-top > ul li.footer-select > ul li, .footer .footer-top > ul li.footer-select > ul li {
  margin: 20px;
  min-width: 100px;
}
footer .footer-top > ul li.footer-select > ul li a, .footer .footer-top > ul li.footer-select > ul li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: 0.2s;
}
footer .footer-top > ul li.footer-select > ul li a .ico, .footer .footer-top > ul li.footer-select > ul li a .ico {
  background: var(--sp-img) var(--sp-arrow-down__fill-gray) no-repeat;
}
footer .footer-top > ul li.footer-select > ul.on, .footer .footer-top > ul li.footer-select > ul.on {
  display: block;
}
footer .footer-top .footer-top-left, .footer .footer-top .footer-top-left {
  display: flex;
  gap: 20px;
}
footer .footer-top .footer-top-right, .footer .footer-top .footer-top-right {
  display: flex;
  gap: 20px;
}
footer .footer-bottom, .footer .footer-bottom {
  position: relative;
  width: 1200px;
  margin: 30px auto 0;
}
footer .footer-bottom dl, .footer .footer-bottom dl {
  display: flex;
  gap: 20px;
}
footer .footer-bottom dl dt, .footer .footer-bottom dl dt {
  margin-top: 2px;
  width: 58px;
  height: 18px;
  overflow: hidden;
  text-indent: 100%;
  background: var(--sp-img) var(--sp-ico-logo__18) no-repeat;
}
footer .footer-bottom dl dd ul, .footer .footer-bottom dl dd ul {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 0 0 4px;
}
footer .footer-bottom dl dd ul li, .footer .footer-bottom dl dd ul li {
  color: var(--footer-txt);
  font-size: 12px;
}
footer .footer-bottom dl dd ul li a, .footer .footer-bottom dl dd ul li a {
  vertical-align: top;
  color: var(--footer-txt);
}
footer .footer-bottom dl dd.footer-sns, .footer .footer-bottom dl dd.footer-sns {
  margin-left: auto;
}
footer .footer-bottom dl dd.footer-sns ul li a, .footer .footer-bottom dl dd.footer-sns ul li a {
  display: block;
  width: 24px;
  height: 24px;
  background: var(--sp-img) no-repeat;
}
footer .footer-bottom dl dd.footer-sns ul li.facebook a, .footer .footer-bottom dl dd.footer-sns ul li.facebook a {
  background-position: var(--sp-sns-facebook);
}
footer .footer-bottom dl dd.footer-sns ul li.youtube a, .footer .footer-bottom dl dd.footer-sns ul li.youtube a {
  background-position: var(--sp-sns-youtube);
}
footer .footer-bottom dl dd.footer-sns ul li.instagram a, .footer .footer-bottom dl dd.footer-sns ul li.instagram a {
  background-position: var(--sp-sns-instagram);
}
footer .footer-bottom dl dd.footer-sns ul li.twitter a, .footer .footer-bottom dl dd.footer-sns ul li.twitter a {
  background-position: var(--sp-sns-twitter);
}

@media (max-width: 1400px) {
  #container [class*=slider-] .btn {
    display: none;
  }
}
footer *, footer ul, footer li, footer strong, footer dt, footer dd {
  font-family: "Noto Sans", "Apple SD Gothic Neo", "애플 SD 산돌고딕 Neo", "Helvetica Neue", "Roboto", "sans-serif";
}

/*팝업*/
.show-popup {
  overflow: hidden;
}

.popup {
  display: none;
}

/*# sourceMappingURL=common.css.map */
