@charset "utf-8";
/* 프로모션 html용 */
/* reset */
html { position: static; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; scroll-behavior: smooth; } body { position: relative; overflow-y: scroll; overflow-x: hidden; background: #fff; font-size: 16px; line-height: 1.6; color: #000; word-wrap: break-word; word-break: break-word;   text-size-adjust: none; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; font-weight: normal; /* IE scrollbar custom */ scrollbar-base-color: transparent; scrollbar-face-color: #f2f2f2; scrollbar-3dlight-color: #f2f2f2; scrollbar-highlight-color: #f2f2f2; scrollbar-track-color: transparent; scrollbar-arrow-color: #fff; scrollbar-shadow-color: #f2f2f2; scrollbar-dark-shadow-color: #f2f2f2; -ms-overflow-style: -ms-autohiding-scrollbar; } ::-webkit-scrollbar { width: 6px; height: 6px; } ::-webkit-scrollbar:hover { width: 10px; height: 10px; } ::-webkit-scrollbar-button { display: none; } ::-webkit-scrollbar-thumb { background: #c3c3c3; border-radius: 50px; } ::-webkit-scrollbar-track { background: transparent; } html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; border: 0; font-family: 'Pretendard', "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", Dotum, 돋움, Arial, sans-serif; vertical-align: baseline; -o-box-sizing: border-box; -ms-box-sizing: border-box; letter-spacing: -0.4px; word-break: keep-all } input[type="text"], input[type="email"], input[type="number"], input[type="submit"], input[type="reset"], input[type="tel"], input[type="password"], input[type="url"], input[type="search"], input[type="file"], button, textarea { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; border: none; border-radius: 0; background: none; font-family: 'Pretendard', "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", Dotum, 돋움, Arial, sans-serif; -webkit-appearance: none; appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; -webkit-border-radius: 0; -moz-border-radius: 0; -o-box-sizing: border-box; caret-color: #1fb4b1; } input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } ::placeholder { color: #bdbdbd; } ::-moz-placeholder, ::-webkit-input-placeholder, :-ms-input-placeholder { color: #bdbdbd !important; } input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration { -webkit-appearance: none; caret-color: #1fb4b1; } h1, h2, h3, h4, h5, h6 { font-weight: normal; } ol, ul, li { list-style: none; } blockquote, q { quotes: none; } table { border-spacing: 0; border-collapse: collapse; } a { text-decoration: none; color: #000; } :invalid { box-shadow: none; } :-moz-submit-invalid { box-shadow: none; } :-moz-ui-invalid { box-shadow: none; } button::-moz-focus-inner { margin-top: -2px; margin-bottom: -2px; padding: 0; border: 0; } input::-moz-focus-inner { margin-top: -2px; margin-bottom: -2px; padding: 0; border: 0; } img { max-width: 100%; width: 100%; } button:hover { cursor: pointer; } button { background: transparent; } input[type="text"]::-ms-clear { display: none; } input[type="email"]::-ms-clear { display: none; } :before, :after { box-sizing: border-box; } ::selection { background-color: #1fb4b1; color: #fff; } .sr-only { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; text-align: center; white-space: nowrap; display: block; font-size: 0; line-height: 0; opacity: 0; pointer-events: none; }

/* swiper init */
.swiper { width: 100%; height: 100%; margin-left: auto; margin-right: auto; position: relative; overflow: hidden; list-style: none; padding: 0; z-index: 1; } .swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: flex; transition-property: transform; box-sizing: content-box; } .swiper-slide { text-align: center; font-size: 18px; background: #fff; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; background-color: transparent;flex-shrink: 0; }

.header-logo {
  position: fixed;
  top: 40px;
  left: 40px;
  width: 110px;
  z-index: 10;
  filter: invert(1);
}
@media screen and (max-width: 1023px) {
  .header-logo {
    top: 20px;
    left: 20px;
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .header-logo {
    display: none;
  }
}

h2 {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
  font-size: 60px;
  font-weight: 800;
  color: #161616;
}
h2.icon span {
  display: inline-block;
  vertical-align: middle;
  width: 68px;
  height: 68px;
  margin-right: 12px;
  transform: translateY(-5px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
h2.icon.icon-member span {
  background-image: url(https://img.hani.co.kr/section-image/23/hani/images/promotion/icon-member.svg);
}
h2.icon.icon-new span {
  background-image: url(https://img.hani.co.kr/section-image/23/hani/images/promotion/icon-new.svg);
}
h2.icon.icon-faq span {
  background-image: url(https://img.hani.co.kr/section-image/23/hani/images/promotion/icon-faq.svg);
}
h3 {
  font-size: 40px;
  font-weight: 800;
}
.sub-title {
  font-size: 40px;
  font-weight: 800;
}
.section-desc {
  font-size: 26px;
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  h2 {
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.3em;
    letter-spacing: -1.0px;
  }
  h2.icon span {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    transform: translateY(-3px);
  }
  .section-desc {
    font-size: 18px;
    letter-spacing: -0.4px;
    line-height: 24px;
  }
}
/* hero 상단 영상 영역 */
.hero {
  position: relative;
  height: 56.25vw;
  max-height: 100vh;
  min-height: 1024px;
  border-bottom: 4px solid #1A1A1A;
  text-align: center;
  background-color: #00B8B1;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  overflow: hidden;
}
.hero-intro {
  position: absolute;
  inset: 0;
  transition: 0.2s;
  font-size: 0;
  line-height: 0;
  background-color: #fff;
}
.hero-intro.end {
  opacity: 0;
}
.hero-intro.pc {
  display: block;
}
.hero-intro.mo {
  display: none;
}
.hero-intro video {
  display: block;
}
.hero-container {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 70%;
  margin: auto;
  padding: 0 20px 170px;
  opacity: 0;
  transition: 0.2s;
}
.hero-container.is-active {
  opacity: 1;
}
.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
.hero-text > * {
  transform: translateY(40px);
  opacity: 0;
  transition: 0.6s;
}
.hero-container.is-active .hero-text > * {
  opacity: 1;
  transform: translateY(0);
}
.hero-text > span {
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
.hero-text > span:nth-child(1) {
  width: 195px;
}
.hero-text > span:nth-child(2) {
  width: 322px;
  margin-left: 36px;
  transition-delay: 0.1s;
}
.hero-text div {
  width: 400px;
  margin: auto;
  margin-top: 20px;
  transition-delay: 0.4s;
}
.hero-text p {
  margin-top: 50px;
  padding: 0 20px;
  transition-delay: 0.6s;
}
.hero-text > p > span {
  display: block;
  font-size: 1.45vw;
  line-height: 1.6;
}

/* hero icon */
@keyframes charShakeLeft {
  0% {transform: rotate(-30deg);}
  50% {transform: rotate(0);}
  100% {transform: rotate(-30deg);}
}
@-webkit-keyframes charShakeLeft {
  0% {transform: rotate(-30deg);}
  50% {transform: rotate(0);}
  100% {transform: rotate(-30deg);}
}
@-moz-keyframes charShakeLeft {
  0% {transform: rotate(-30deg);}
  50% {transform: rotate(0);}
  100% {transform: rotate(-30deg);}
}
@keyframes charShakeRight {
  0% {transform: rotate(30deg);}
  50% {transform: rotate(0);}
  100% {transform: rotate(30deg);}
}
@-webkit-keyframes charShakeRight {
  0% {transform: rotate(30deg);}
  50% {transform: rotate(0);}
  100% {transform: rotate(30deg);}
}
@-moz-keyframes charShakeRight {
  0% {transform: rotate(30deg);}
  50% {transform: rotate(0);}
  100% {transform: rotate(30deg);}
}

@keyframes bubble {
  0% {transform: translateY(10px);}
  50% {transform: translateY(0);}
  100% {transform: translateY(10px);}
}
@-webkit-keyframes bubble {
  0% {transform: translateY(10px);}
  50% {transform: translateY(0);}
  100% {transform: translateY(10px);}
}
@-moz-keyframes bubble {
  0% {transform: translateY(10px);}
  50% {transform: translateY(0);}
  100% {transform: translateY(10px);}
}

.hero-container.is-active .hero-icon span {
  opacity: 1;
  transition: 1s;
  transition-delay: 0.6s;
}
.hero-icon span {
  position: absolute;
  font-size: 0;
  line-height: 0;
  opacity: 0;
}
.hero-icon .bubble span {
  height: 92px;
}
.hero-icon .bubble span:nth-child(1) {
  left: 7vw;
  top: 55%;
  animation: bubble infinite both linear 2.1s 0.6s;
}
.hero-icon .bubble span:nth-child(2) {
  right: 0;
  top: 30%;
  animation: bubble infinite both linear 1.8s;
}
.hero-icon .bubble span img {
  height: 100%;
}
.hero-icon .char span {
  min-width: 20px;
  width: 60px;
}
.hero-icon .char span:nth-child(1) {
  top: 18%;
  left: 10vw;
  transform: rotate(30deg);
  animation: charShakeRight infinite both linear 0.8s;
}
.hero-icon .char span:nth-child(2) {
  top: 35%;
  left: 4.5vw;
  transform: rotate(-30deg);
  animation: charShakeLeft infinite both linear 0.8s;
}
.hero-icon .char span:nth-child(3) {
  top: 13%;
  right: 8vw;
  transform: rotate(30deg);
  animation: charShakeRight infinite both linear 0.8s;
}
.hero-icon .char span:nth-child(4) {
  right: 0;
  top: 24vw;
  animation: charShakeLeft infinite both linear 0.8s;
}
.hero-icon .char span:nth-child(5) {
  top: 67%;
  right: 10vw;
  transform: rotate(-30deg);
  animation: charShakeRight infinite both linear 0.8s;
}

.scroll {
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  width: 28px;
  font-size: 0;
  line-height: 0;
  z-index: 1;
}

@media screen and (max-width: 1919px) {
  .hero-container {
    max-width: 1160px;
  }
  .hero {
    min-height: 0;
  }
}
@media screen and (max-width: 1279px) {
  .hero-text > span:nth-child(1) {
    width: 10vw;
    min-width: 78px;
  }
  .hero-text > span:nth-child(2) {
    width: 17.3vw;
    min-width: 133px;
    margin-left: 15px;
  }
  .hero-text div {
    width: 20vw;
    min-width: 160px;
    margin-top: 8px;
  }
  .hero-text p {
    margin-top: 30px;
  }
  .hero-text p > span {
    font-size: 18px;
  }
  .hero-icon .bubble span {
    height: 6vw;
    min-height: 36px;
  }
  .hero-icon .bubble span:nth-child(1) {
    left: 17vw;
  }
  .hero-icon .bubble span:nth-child(2) {
    right: 18vw;
  }
  .hero-icon .char span {
    min-width: 20px;
    width: 3.6vw;
  }
  .hero-icon .char span:nth-child(1) {
    left: 25vw;
  }
  .hero-icon .char span:nth-child(2) {
    left: 17vw;
  }
  .hero-icon .char span:nth-child(3) {
    top: 15%;
    right: 25vw;
  }
  .hero-icon .char span:nth-child(4) {
    right: 20vw;
  }
  .hero-icon .char span:nth-child(5) {
    top: 55%;
    right: 26vw;
  }
}
@media screen and (max-width: 1023px) {
  .hero {
    height: 102vw;
  }
  .hero-intro.pc {
    display: none;
  }
  .hero-intro.mo {
    display: block;
  }
  .hero-icon .bubble span:nth-child(1) {
    left: 10vw;
  }
  .hero-icon .bubble span:nth-child(2) {
    top: 20vw;
  }
  .hero-icon .char span:nth-child(1) {
    display: none;
  }
  .hero-icon .char span:nth-child(3) {
    top: 12%;
    right: unset;
    left: 50vw;
  }
  .hero-icon .char span:nth-child(4) {
    display: none;
  }
  .hero-icon .char span:nth-child(5) {
    top: 44%;
    right: 20vw;
  }
  .scroll {
    width: 24px;
  }
}
@media screen and (max-width: 767px) {
  .hero-text > span:nth-child(2) {
    margin-left: 7px;
  }
  .hero-icon .bubble span:nth-child(1) {
    left: 6%;
    top: 48%;
  }
  .hero-icon .bubble span:nth-child(2) {
    right: 19%;
    top: 7vw;
  }
  .hero-icon .char span:nth-child(2) {
    left: 10vw;
  }
  .hero-text div {
    margin-top: 0;
  }
  .hero-text p {
    margin-top: 30px;
    padding: 0 10px;
  }
  .hero-text p > span {
    font-size: 16px;
  }
  .scroll {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .hero-icon .bubble span:nth-child(1) {
    display: none;
  }
  .hero-icon .bubble span:nth-child(2) {
    display: none;
  }
  .hero-icon .char span:nth-child(3) {
    top: 5%;
  }
  .hero-icon .char span:nth-child(5) {
    right: 15vw;
  }
}
@media screen and (max-width: 360px) {
  .hero-icon .char span:nth-child(3) {
    display: none;
  }
}

/* 겨리 애니메이션 */
.action-wrap {
  position: absolute;
  top: 50%;
  left: 34px;
  transform: translateY(-50%);
  right: 34px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0px 6px 17px 0px #0000001A;
}
.action-wrap ul {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 4px;
  gap: 10px;
}
.action-wrap ul li {
  width: 20%;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.action-wrap ul li button {
  text-align: center;
  cursor: initial;
  pointer-events: none;
}
.action-wrap ul li button .feed-img {
  display: block;
  width: 80px;
  height: 80px;
  font-size: 0;
  line-height: 0;
  background-repeat: no-repeat;
  background-size: auto 80px;
}
.action-wrap ul li button em {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-style: normal;
  color: #000;
}
.action-wrap ul li .amount {
  display: block;
  margin-top: 12px;
  font-size: 16px;
  color: #000;
}

/* 겨리티콘 */
@keyframes emotionGood {
  from { background-position: 0 0;}
  to { background-position: -2706px 0;}
}
@-webkit-keyframes emotionGood {
  from { background-position: 0 0;}
  to { background-position: -2706px 0;}
}
@-moz-keyframes emotionGood {
  from { background-position: 0 0;}
  to { background-position: -2706px 0;}
}

@keyframes emotionSad {
  from { background-position: 0 0;}
  to { background-position: -2720px 0;}
}
@-webkit-keyframes emotionSad {
  from { background-position: 0 0;}
  to { background-position: -2720px 0;}
}
@-moz-keyframes emotionSad {
  from { background-position: 0 0;}
  to { background-position: -2720px 0;}
}

@keyframes emotionAngry {
  from { background-position: 0 0;}
  to { background-position: -2160px 0;}
}
@-webkit-keyframes emotionAngry {
  from { background-position: 0 0;}
  to { background-position: -2160px 0;}
}
@-moz-keyframes emotionAngry {
  from { background-position: 0 0;}
  to { background-position: -2160px 0;}
}

@keyframes emotionImp {
  from { background-position: 0 0;}
  to { background-position: -2800px 0;}
}
@-webkit-keyframes emotionImp {
  from { background-position: 0 0;}
  to { background-position: -2800px 0;}
}
@-moz-keyframes emotionImp {
  from { background-position: 0 0;}
  to { background-position: -2800px 0;}
}

@keyframes emotionCheer {
  from { background-position: 0 0;}
  to { background-position: -3920px 0;}
}
@-webkit-keyframes emotionCheer {
  from { background-position: 0 0;}
  to { background-position: -3920px 0;}
}
@-moz-keyframes emotionCheer {
  from { background-position: 0 0;}
  to { background-position: -3920px 0;}
}

.action-wrap ul li:nth-child(1) button.is-active .feed-img {
  animation: emotionGood 2s steps(34);
}
.action-wrap ul li:nth-child(1) button .feed-img {
  background-image: url(https://img.hani.co.kr/section-image/23/hani/images/KR-good.png);
}
.action-wrap ul li:nth-child(2) button.is-active .feed-img {
  animation: emotionSad 2s steps(34);
}
.action-wrap ul li:nth-child(2) button .feed-img {
  background-image: url(https://img.hani.co.kr/section-image/23/hani/images/KR-sad.png);
}
.action-wrap ul li:nth-child(3) button.is-active .feed-img {
  animation: emotionAngry 2s steps(27);
}
.action-wrap ul li:nth-child(3) button .feed-img {
  background-image: url(https://img.hani.co.kr/section-image/23/hani/images/KR-angry.png);
}
.action-wrap ul li:nth-child(4) button.is-active .feed-img {
  animation: emotionImp 2s steps(35);
}
.action-wrap ul li:nth-child(4) button .feed-img {
  background-image: url(https://img.hani.co.kr/section-image/23/hani/images/KR-impressive.png);
}
.action-wrap ul li:nth-child(5) button.is-active .feed-img {
  animation: emotionCheer 2s steps(49);
}
.action-wrap ul li:nth-child(5) button .feed-img {
  background-image: url(https://img.hani.co.kr/section-image/23/hani/images/KR-cheerup.png);
}

@media screen and (max-width: 580px) {
  .action-wrap {
    left: 12px;
    right: 12px;
  }
}
@media screen and (max-width: 500px) {
  @keyframes emotionGood {
    from { background-position: 0 0;}
    to { background-position: -2029.5px 0;}
  }
  @-webkit-keyframes emotionGood {
    from { background-position: 0 0;}
    to { background-position: -2029.5px 0;}
  }
  @-moz-keyframes emotionGood {
    from { background-position: 0 0;}
    to { background-position: -2029.5px 0;}
  }
  
  @keyframes emotionSad {
    from { background-position: 0 0;}
    to { background-position: -2040px 0;}
  }
  @-webkit-keyframes emotionSad {
    from { background-position: 0 0;}
    to { background-position: -2040px 0;}
  }
  @-moz-keyframes emotionSad {
    from { background-position: 0 0;}
    to { background-position: -2040px 0;}
  }
  
  @keyframes emotionAngry {
    from { background-position: 0 0;}
    to { background-position: -1620px 0;}
  }
  @-webkit-keyframes emotionAngry {
    from { background-position: 0 0;}
    to { background-position: -1620px 0;}
  }
  @-moz-keyframes emotionAngry {
    from { background-position: 0 0;}
    to { background-position: -1620px 0;}
  }
  
  @keyframes emotionImp {
    from { background-position: 0 0;}
    to { background-position: -2100px 0;}
  }
  @-webkit-keyframes emotionImp {
    from { background-position: 0 0;}
    to { background-position: -2100px 0;}
  }
  @-moz-keyframes emotionImp {
    from { background-position: 0 0;}
    to { background-position: -2100px 0;}
  }
  
  @keyframes emotionCheer {
    from { background-position: 0 0;}
    to { background-position: -2940px 0;}
  }
  @-webkit-keyframes emotionCheer {
    from { background-position: 0 0;}
    to { background-position: -2940px 0;}
  }
  @-moz-keyframes emotionCheer {
    from { background-position: 0 0;}
    to { background-position: -2940px 0;}
  }
  .action-wrap {
    left: -10px;
    right: -10px;
  }
  .action-wrap ul {
    gap: 4px;
  }
  .action-wrap ul li button .feed-img {
    width: 60px;
    height: 60px;
    background-size: auto 60px;
  }
}

/* faq */
.faq {
  position: relative;
  margin-top: 100px;
  padding: 100px 0;
  background-color: #FBFBFB;
}
.faq-inner {
  max-width: 1240px;
  margin: auto;
  padding: 0 20px;
}
.faq-list li {
  border-top: 1px solid #c2c2c2;
}
.faq-list li:first-child {
  border-top: 4px solid #181818;
}
.faq-list li button {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px 68px 30px;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  color: #000;
}
.faq-list li button:before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  font-weight: 800;
}
.faq-list li button:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 56px;
  height: 56px;
  background: url(https://img.hani.co.kr/section-image/23/hani/images/icon/top-btn.svg) no-repeat center / cover;
}
.faq-list li.is-active button:after {
  transform: translateY(-50%);
}
.faq-list li p {
  display: none;
  margin-left: 68px;
  margin-bottom: 68px;
  padding: 78px 68px;
  border-radius: 25px;
  font-size: 19px;
  font-weight: 300;
  background-color: #F6F6F8;
}
.faq-list li.is-active p {
  display: block;
}
.hanionly-icon {
  display: inline-block;
  width: 32px;
  height: 25px;
  margin: 0 7px;
  background: url(https://img.hani.co.kr/section-image/23/hani/images/icon/hanionly.svg) no-repeat center / cover;
}

@media screen and (max-width: 1023px) {
  .faq {
    padding: 72px 0;
  }
  .faq-list li button {
    padding: 30px 40px 30px 7px;
    font-size: 19px;
  }
  .faq-list li button:before {
    display: none;
  }
  .faq-list li button:after {
    width: 30px;
    height: 30px;
    background-image: url(https://img.hani.co.kr/section-image/23/hani/images/promotion/top-btn_mo.svg);
  }
  .faq-list li p {
    margin-left: 0;
    margin-bottom: 30px;
    padding: 20px;
    font-size: 18px;
  }
  .hanionly-icon {
    width: 24px;
    height: 19px;
    margin: 0 4px;
    transform: translateY(2px);
  }
}

/* 편성표 */
.timetable-wrap {
  position: relative;
  padding: 100px 0;
  color: #fff;
  text-align: center;
  background-color: #1A1A1A;
}
.timetable-inner {
  max-width: 1452px;
  padding: 0 20px;
  margin: auto;
}
.timetable-wrap h2 {
  margin-bottom: 0;
  color: #fff;
}
.timetable-desc {
  font-size: 21px;
  font-weight: 400;
}
.timetable-wrap .section-desc {
  margin-top: 10px;
  font-weight: 600;
}
.timetable-wrap a {
  display: inline-flex;
  align-items: center;
  height: 60px;
  margin-top: 40px;
  padding: 0 40px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  border-radius: 50px;
  background-color: #00B8B1;
}
.timetable-list {
  position: relative;
  margin: 56px auto;
}
.timetable-list:before {
  content: "";
  display: block;
  padding-bottom: 40%;
}
.timetable-list li {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.2s;
}
.timetable-list li.is-active {
  opacity: 1;
}
.timetable-list li .mo {
  display: none;
}
@media screen and (max-width: 1023px) {
  .timetable-wrap {
    padding: 40px 0;
  }
  .timetable-inner {
    max-width: 680px;
    padding: 0 30px;
  }
  .timetable-list {
    margin: 20px -12px 40px;
  }
  .timetable-list:before {
    padding-bottom: 153%;
  }
  .timetable-list li .pc {
    display: none;
  }
  .timetable-list li .mo {
    display: block;
  }
  .timetable-desc {
    font-size: 17px;
    font-weight: 300;
  }
  .timetable-wrap .section-desc {
    margin-top: 40px;
    font-weight: 500;
  }
  .timetable-wrap a {
    height: 56px;
    padding: 0 30px;
    font-size: 19px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/* 기자들과의 연결 */
:root {
  --size: 300px;
  --gap: 10px;
  --duration: 60s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}
.reporter {
  margin-top: 100px;
  padding: 100px 0;
  background-color: #FBFBFB;
}
.reporter h2 {
  margin-bottom: 20px;
}
.reporter-desc {
  margin-bottom: 100px;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
}
.reporter-desc b {
  color: #00B8B1;
}
.reporter-list-wrap {
  display: flex;
  overflow: hidden;
  gap: var(--gap);
}
.reporter-ani .reporter-list {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: marquee var(--duration) linear infinite;
}
.reporter-ani .reporter-list2 {
  margin-top: var(--gap);
  animation-direction: reverse;
}
.reporter-list div {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  width: 230px;
  height: 153px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@keyframes marquee {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}

.reporter-comment {
  max-width: 1440px;
  padding: 0 20px;
  margin: 120px auto 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.reporter-comment li {
  display: flex;
  gap: 20px;
  width: 100%;
}
.reporter-comment li span {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  flex: none;
  background-color: #F2F2ED;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.reporter-comment li p {
  font-family: 'Noto Serif KR';
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
}
.reporter-comment li p b {
  font-family: 'Noto Serif KR';
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  :root {
    --gap: 5px;
  }
  .reporter {
    padding: 64px 0;
  }
  .reporter-desc {
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 18px;
  }
  .reporter-list div {
    min-width: 118px;
    min-height: 78px;
    width: 15.36vw;
    height: 10vw;
  }
  .reporter-comment {
    max-width: 500px;
    margin: 45px auto 100px;
    gap: 30px;
    flex-direction: column;
    justify-content: center;
  }
  .reporter-comment li p {
    font-size: 17px;
  }
  .reporter .card-text p {
    max-width: 400px;
    margin: auto;
  }
  .reporter-comment li span {
    width: 62px;
    height: 62px;
  }
}
/* 로그인하면 보여요 */
.member {
  position: relative;
  padding: 100px 0 0;
}
.member-link {
  padding: 0 20px;
}
.member-link-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  max-width: 1350px;
  margin: auto;
  border-radius: 1vw;
  overflow: hidden;
  box-shadow: 0px 7px 18px 0px #0000001A;
}
.member-link a {
  display: block;
  display: inline-flex;
  width: 100%;
  height: 8.3vw;
  max-height: 120px;
  min-height: 100px;
  align-items: center;
  justify-content: center;
}
.member-link span {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  color: #fff;
  font-size: 28px;
  font-weight: 800;
}
.member-link span:before {
  content: "";
  position: absolute;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
}
.member-link a.link-hanionly {
  background-color: #FF9D18;
}
.member-link a.link-new {
  background-color: #00B8B1;
}
.member-link a.link-faq {
  background-color: #1494F1;
}
.member-inner {
  position: relative;
  max-width: 1240px;
  margin: auto;
  padding: 0 20px;
}
@media screen and (max-width: 1023px) {
  .member {
    padding: 30px 0 0;
  }
  .member-link-inner {
    max-width: 640px;
    flex-direction: column;
    gap: 10px;
    border-radius: 0;
    box-shadow: none;
  }
  .member-link-inner a {
    height: 70px;
    min-height: 0;
    border-radius: 15px;
  }
  .member-link span {
    padding-right: 22px;
    font-size: 19px;
    font-weight: 800;
  }
  .member-link span:before {
    width: 9px;
    height: 9px;
    margin-top: 0px;
    border-width: 2px;
  }
}

.hanionly {
  position: relative;
  padding-top: 100px;
}
.card-list {
  max-width: 1240px;
  margin: auto;
  margin-top: 80px;
  padding: 0 20px;
}
.card-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 74px;
  min-width: 100%;
  margin-top: 180px;
}
.card-item.reverse {
  flex-direction: row-reverse;
}
.card-text .card-item-title {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.3;
}
.card-text p {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.8px;
}
.card-text p b {
  color: #00B8B1;
}
.card-text ul {
  margin-top: 20px;
}
.card-text ul li {
  position: relative;
  padding-left: 20px;
  font-size: 23px;
  font-weight: 500;
}
.card-text ul li:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
}
.card-item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  margin-top: 30px;
  padding: 0 40px;
  border-radius: 50px;
  background-color: #000;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.card-item a + a {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  margin-top: 26px;
}
.card-item a.long {
  min-width: 385px;
}
.card-item.hor {
  flex-direction: column;
  max-width: 700px;
  min-width: 0;
  margin: auto;
  text-align: center;
}
.card-item.hor a {
  margin-top: 0;
}
.card-item.hor {
  gap: 30px;
}
.card {
  position: relative;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 600px;
  height: 400px;
  padding: 0 20px;
  border-radius: 50px;
  background-color: #FFEFDA;
  box-shadow: 0px 6px 10px 0px #0000000d;
}

/* 새로워졌어요 */
.new {
  padding-top: 100px;
}
.new .card {
  background-color: #E1F8F7;
}

.card.with-swiper {
  padding: 30px 0 0;
}
.card:not(.card.with-swiper) {
  overflow: hidden;
}

.hanionly .card-item:nth-child(2) .card,
.hanionly .card-item:nth-child(3) .card {
  padding-left: 80px;
  padding-right: 80px;
}
.new .card-item:nth-child(1) .card {
  padding-left: 80px;
  padding-right: 80px;
}
.new .card-item:nth-child(2) .card {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1023px) {
  .hanionly {
    padding-top: 74px;
  }
  .card-list {
    max-width: 680px;
    margin-top: 0;
  }
  .card-item {
    flex-direction: column;
    gap: 25px;
    margin-top: 30px;
  }
  .card-item + .card-item {
    margin-top: 80px;
  }
  .card-item.reverse {
    flex-direction: column;
  }
  .card-text {
    width: 90%;
  }
  .card-text .card-item-title {
    font-size: 28px;
    letter-spacing: -1.0px;
    margin-bottom: 10px;
  }
  .card-text p {
    max-width: 480px;
    font-size: 18px;
  }
  .card-text p span {
    display: block;
  }
  .card-text ul {
    margin-top: 10px;
}
  .card-text ul li {
    padding-left: 16px;
    font-size: 17px;
    font-weight: 300;
  }
  .card-text ul li:before {
    top: 11px;
    width: 4px;
    height: 4px;
  }
  .card-item a {
    display: table;
    height: 50px;
    line-height: 50px;
    margin: 20px auto 15px;
    padding: 0 30px;
    font-size: 19px;
  }
  .card-item a.long {
    min-width: 205px;
  }
  .card-item a + a {
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
  }
  .card.with-swiper {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .card {
    height: 62.5vw;
    border-radius: 10px;
  }
  .card.with-swiper {
    box-shadow: none;
  }
  .hanionly .card-item:nth-child(2) .card,
  .hanionly .card-item:nth-child(3) .card {
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .new .card-item:nth-child(1) .card {
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .new .card-item:nth-child(2) .card {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.hanionlySwiper.swiper {
  padding: 0 116px;
}
.hanionlySwiper .swiper-slide {
  font-size: 0;
  line-height: 0;
  align-items: end;
}
.card .swiper-pagination {
  bottom: -48px !important;
}
.card .swiper-pagination-bullet {
  display: inline-block !important;
  width: 10px;
  height: 10px;
  line-height: 10px !important;
  padding: 0;
  font-size: 0 !important;
  border: none !important;
  margin: 0 6px !important;
  background-color: #dfdfdf;
  opacity: 1;
}
.card .swiper-pagination-bullet-active {
  background-color: #FF9D18 !important;
}


.hanionlySwiper.swiper .swiper-slide span {
  position: relative;
  display: block;
  padding: 30px 0 0;
  border-radius: 15px;
  background-color: #FFEFDA;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hani-swiper-wrap {
    margin: 0 -20px;
  }
  .card.with-swiper {
    width: 100vw;
    height: auto;
    border-radius: 0;
    background-color: transparent;
  }
  .hanionlySwiper.swiper {
    padding: 0 20px;
  }
  .hanionlySwiper.swiper .swiper-slide {
    width: 328px;

  }
  .hanionlySwiper.swiper .swiper-slide span {
    height: 267px;
    padding: 30px 42px 0;
  }
  .card {
    width: 100%;
    max-width: 680px;
  }
  .hanionly .card-item:nth-child(2) .card {
    overflow: visible;
  }
}

/* footer */
.gnb {
  position: relative;
  padding: 40px 0 80px;
  background-color: #fff;
  z-index: 1;
}
footer .inner {
  max-width: 1240px;
  margin: auto;
  padding: 0 20px;
}

.gnb nav {
  display: flex;
  padding: 0 48px;
}
.gnb-list {
  width: 100%;
}
.gnb-list ul {
  display: flex;
  margin: 0 -20px;
}
.gnb-list ul + ul {
  margin-top: 50px;
}
.gnb-list ul li {
  position: relative;
  width: 100%;
  min-width: 14%;
  padding: 0 20px;
}
.gnb-list ul li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background-color: #dfdfdf;
}
.gnb-list ul li:first-child:before {
  display: none;
}

.gnb-link {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
  transition: 0.15s;
}
.gnb-link:hover {
  color: #b5b5b5;
}
.gnb-link.has-child {
  padding-right: 12px;
}
.gnb-link.font-bold {
  font-weight: 800;
}
.gnb-link.has-child:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -2px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg) translateY(-50%);
  display: none;
}
.gnb-list ul li.is-active .has-child:before {
  transform: rotate(225deg) translateY(-50%);
  margin-right: -5px;
  margin-top: -4px;
}
.gnb-link.new-window {
  padding-right: 20px;
}
.gnb-link.new-window:before {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  width: 13px;
  height: 13px;
  background: url(https://img.hani.co.kr/section-image/23/hani/images/icon/arrow-window.svg) no-repeat center / cover;
}
.gnb-link.new-window:hover:before {
  opacity: 0.5;
}
.gnb-link.arrow {
  padding-right: 15px;
}
.gnb-link.arrow:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -1px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg) translateY(-50%);
}
.gnb-list dl dd a {
  display: inline-block;
  margin-top: 6px;
  font-size: 13px;
  color: #666;
  transition: color 0.15s;
}
.gnb-list dl dd a:hover {
  color: #b5b5b5;
}
.gnb-list dl dd.mo {
  display: none;
}

.gnb-sub-list {
  display: flex;
  flex-direction: column;
  width: 150px;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #666;
  flex: none;
}
.gnb-sub-list > div:nth-child(2),
.gnb-sub-list > div:nth-child(3) {
  margin-top: 16px;
  padding-top: 24px;
  border-top: 1px solid #dfdfdf;
}
.gnb-sub-list > div:last-child {
  margin-top: auto;
}
.gnb-sub-list .gnb-link {
  margin-bottom: 12px;
}

.gnb-sub-list .sns-list {
  display: flex;
  gap: 10px;
}
.gnb-sub-list .sns-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  transition: 0.2s;
}
.gnb-sub-list .sns-list a:hover {
  background-color: #F5F5F5;
}

@media screen and (max-width: 1279px) {
  .gnb nav {
    padding: 0 14px;
  }
}
@media screen and (max-width: 1023px) {
  .gnb-wrap {
    bottom: 0;
    left: unset;
    width: 700px;
    max-height: calc(100vh - 60px);
    overflow: hidden;
  }
  .gnb-header {
    margin-bottom: 30px;
  }
  .gnb-header .gnb-close {
    left: unset;
    right: 20px;
  }
  .gnb {
    height: 100%;
    padding-top: 70px;
    padding-bottom: 0;
  }
  .gnb nav {
    padding: 0 0 30px;
  }
  .gnb-list {
    height: 100%;
    max-height: calc(100vh - 281px);
    overflow-y: auto;
  }
  .gnb-list ul {
    flex-direction: column;
    margin: 0;
  }
  .gnb-list ul li {
    padding: 0;
  }
  .gnb-list ul li:before {
    display: none;
  }
  .gnb-list dl {
    display: flex;
    flex-wrap: wrap;
    padding-left: 62px;
  }
  .gnb-list dl dt {
    width: calc(100% + 62px);
    margin-left: -62px;
    flex: none;
  }
  .gnb-list dl dd {
    display: none;
  }
  .gnb-list dl dd a {
    display: block;
    margin: 0 30px 12px 0;
    color: #000;
    font-size: 14px;
  }
  .gnb-list ul + ul {
    margin-top: 0;
  }
  .gnb-list ul li.is-active dd {
    display: block;
  }
  .gnb-list ul li.is-active dd.mo {
    display: block;
    font-weight: bold;
  }
  .gnb-list ul li.no-child {
    margin-top: 12px;
    padding-top: 24px;
    border-top: 1px solid #dfdfdf;
  }
  .gnb-link {
    margin-bottom: 16px;
    font-size: 16px;
  }
  .gnb-link.has-child:before {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .gnb-wrap {
    top: 57px;
    width: 100%;
  }
  .gnb-dim {
    top: 57px;
  }
  .gnb-inner {
    padding: 0 20px 50px;
  }
  .gnb-search {
    width: 100%;
  }
  .gnb-search .search-wrap .search-input {
    width: 100%;
  }
  .gnb nav {
    flex-direction: column;
    overflow-y: auto;
    max-height: calc(100vh - 288px);
    padding: 0;
  }
  /* 모바일 하단 fixed 광고배너 영역 확보 */
  header.home .gnb nav,
  .article-page header .gnb nav {
    padding: 0 0 76px;
  }
  .gnb-list {
    max-height: none;
    overflow: initial;
  }
  .gnb-list dl {
    flex-direction: column;
    align-items: start;
    padding-left: 0;
  }
  .gnb-list dl dt {
    width: 100%;
    margin-left: 0;
  }
  .gnb-list dl dd {
    margin-left: 80px;
  }
  .gnb-list dl dd a {
    display: inline-block;
    margin-right: 0;
    vertical-align: top;
  }
  .gnb-sub-list {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border: none;
    margin-top: 12px;
    padding-top: 24px;
    border-top: 1px solid #dfdfdf;
  }
  .gnb-sub-list .gnb-link {
    margin-bottom: 16px;
    font-size: 15px;
  }
  .gnb-sub-list .gnb-link.new-window {
    padding-right: 18px;
  }
  .gnb-sub-list > div:nth-child(3),
  .gnb-sub-list > div:nth-child(2) {
    margin-top: 6px;
    padding-top: 18px;
  }
  .gnb-sub-list > div:last-child {
    margin-top: 6px;
    padding-top: 18px;
    border-top: 1px solid #dfdfdf;
  }
  .gnb-sub-list > div:last-child ul {
    display: flex;
    gap: 14px;
  }
  .gnb-sub-list > div:nth-child(3) ul {
    display: flex;
    gap: 14px;
  }
  .gnb-sub-list .sns-list a {
    margin-bottom: 16px;
    background-color: #F5F5F5;
  }
}

/* footer nav */
footer .gnb {
  padding: 0 0 50px;
  background-color: transparent;
}
footer .gnb nav {
  padding: 0;
}
footer .gnb-list ul li:before {
  display: none;
}
footer .gnb-sub-list {
  border-color: #dfdfdf;
}
@media screen and (max-width: 1023px) {
  footer .gnb {
    display: none;
    padding-top: 14px;
    border-top: 1px solid #dfdfdf;
  }
  footer .gnb-link {
    font-size: 14px;
  }
  footer .gnb-link.has-child:before {
    width: 6px;
    height: 6px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  footer .gnb-list dl dd a {
    font-size: 13px;
  }
  footer .gnb-list {
    max-height: none;
  }
  footer .gnb-sub-list .gnb-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  footer .gnb {
    padding-bottom: 6px;
  }
  footer .gnb nav {
    max-height: none;
  }
}
footer {
  position: relative;
  padding: 50px 0 100px;
  border-top: 1px solid #dfdfdf;
}
.article-page footer .inner {
  max-width: 1280px;
  margin: auto;
  padding: 0 40px;
}
.footer-toggle {
  position: relative;
  margin-bottom: 12px;
  padding-right: 12px;
  font-size: 14px;
  font-weight: bold;
  display: none;
  color: #000;
}
.footer-toggle:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -1px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg) translateY(-50%);
}
.footer-toggle.is-active:before {
  transform: rotate(225deg) translateY(-50%);
  margin-right: -5px;
  margin-top: -4px;
}
.footer-toggle.is-active + .gnb {
  display: block;
}

.footer-menu {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #dfdfdf;
}
.footer-menu > ul {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2px 20px;
  margin-right: 20px;
  padding-right: 20px;
}
.footer-menu > ul li a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  transition: 0.15s;
}
.footer-menu > ul li a:hover {
  color: #b5b5b5;
}
.footer-menu > ul:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background-color: #dfdfdf;
}
.footer-menu .footer-menu-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
.footer-menu .footer-menu-bottom > ul {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2px 20px;
}
.footer-menu .footer-menu-bottom > ul li a {
  display: block;
  font-size: 14px;
  font-weight: 300;
  transition: 0.15s;
}
.footer-menu .footer-menu-bottom > ul li a:hover {
  color: #b5b5b5;
}
.footer-family {
  position: relative;
  width: 168px;
  margin-left: auto;
}
.footer-family .family {
  position: relative;
}
.dropdown-list-wrap.family .dropdown:before {
  display: none;
}
.footer-family .family .family-selected {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  padding-right: 12px;
  border-radius: 30px;
  font-size: 14px;
  text-align: left;
  color: #000;
  background-color: #f9f9f9;
}
.footer-family .family .family-selected:before {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  margin-top: 1px;
  background: url(https://img.hani.co.kr/section-image/23/hani/images/icon/dropdown-arrow.svg) center / cover;
}
.footer-family .family.is-active .family-selected:before {
  transform: translateY(-50%) rotate(180deg);
  margin-top: 3px;
}
.footer-family .dropdown-list-wrap .dropdown {
  top: unset;
  left: 50%;
  bottom: calc(100% + 12px);
  transform: translateX(-50%) translateY(0);
  width: 100%;
}
.footer-family .dropdown-list-wrap .dropdown ul li a {
  padding-left: 18px;
  padding-right: 18px;
}
.footer-family .dropdown-list-wrap .dropdown ul li a span {
  position: relative;
  display: inline-block;
  padding-right: 18px;
}
.footer-family .dropdown-list-wrap .dropdown ul li a span:before {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  width: 12px;
  height: 12px;
  background: url(https://img.hani.co.kr/section-image/23/hani/images/icon/arrow-window.svg) no-repeat center / cover;
}

.copyright {
  position: relative;
  display: flex;
  padding-top: 20px;
  border-top: 1px solid #dfdfdf;
  color: #666;
  font-size: 13px;
  font-weight: 300;
}
.copyright .logo {
  display: block;
  flex: none;
  width: 63px;
  height: 23px;
  margin-right: 60px;
  margin-bottom: 16px;
  background: url(https://img.hani.co.kr/section-image/23/hani/images/logo-text-dark.png) no-repeat center / cover;
}
.copyright ul {
  display: inline-flex;
  flex-wrap: wrap;
  margin-right: 13px;
  gap: 0 13px;
}
.copyright ul li {
  position: relative;
  margin: 2px 0;
}
.copyright span {
  display: block;
  margin-top: 8px;
}
@media screen and (max-width: 1279px) {
  .article-page footer .inner {
    max-width: 1024px;
    padding: 0 20px;
  }
  .footer-menu {
    flex-direction: column;
  }
  .footer-menu > ul {
    min-width: 100%;
  }
  .footer-menu > ul:before {
    display: none;
  }
  .footer-menu .footer-menu-bottom {
    align-items: end;
  }
  .footer-menu .footer-menu-bottom > ul {
    margin-top: 18px;
  }
  .footer-family {
    margin-left: unset;
  }
}
@media screen and (max-width: 1023px) {
  footer {
    padding-top: 16px;
    padding-bottom: 70px;
    border-top: none;
    background-color: #fafafb;
  }
  .article-page footer .inner {
    max-width: 915px;
  }
  .footer-toggle {
    display: inline-block;
  }
  .footer-menu > ul li a {
    font-size: 13px;
  }
  .footer-menu .footer-menu-bottom > ul {
    flex-wrap: wrap;
  }
  .footer-menu .footer-menu-bottom > ul li a {
    font-size: 13px;
  }
  .footer-family .family .family-selected {
    background-color: #efefef;
  }
  .copyright {
    flex-direction: column;
    font-size: 13px;
    color: #000;
    font-weight: normal;
  }
  .copyright ul {
    display: none;
  }
  .copyright span {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 40px;
  }
  .footer-menu > ul {
    flex-wrap: wrap;
  }
  .footer-menu .footer-menu-bottom {
    gap: 40px;
  }
  .copyright {
    margin-top: 80px;
    padding-top: 0;
    border-top: none;
  }
}

/* dropdown */

.dropdown-list-wrap {
  position: relative;
}
.dropdown-list-wrap .dropdown {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(36px);
  z-index: 20;
  display: none;
  padding: 5px 0;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
.dropdown-list-wrap .dropdown:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 16px solid #fff;
  z-index: -1;
}
.dropdown-list-wrap .dropdown ul li a:hover {
  background-color: #f1f1f1;
}
.dropdown-list-wrap .dropdown a {
  display: block;
  padding: 5px 25px;
  font-size: 14px;
  transition: 0.2s;
  color: #000;
}
.dropdown-list-wrap .dropdown-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 14px;
  height: 14px;
  background: url(https://img.hani.co.kr/section-image/23/hani/images/icon/icon-close.svg) no-repeat center / cover;
}
.dropdown-list-wrap .dropdown-dim {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 2;
}
.dropdown-list-wrap.is-active .dropdown {
  display: block;
}