@import url('theme.css');

/* Footer */
[dir] .footer {
  margin: 0;
  padding: 0;
  padding-top: 150px;
  margin-top: 60px;
}

.footer-info u > a {
  color: #A6A6A6;
}

.footer-main {
  font-family: 'Noto Sans KR', '맑은 고딕', Dotum, '돋움', arial, verdana, sans-serif;
  background-color: #2A3652;
  display: flex;
  flex-direction: column;
}

.footer-signup {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 56px 24px;
  background-color: #F5F8FF;
}

.footer-signup__text {
  display: flex;
  flex-direction: column;
}

.footer-signup__text-title {
  font-weight: 700;
  line-height: 1.33;
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
}

.footer-signup__button {
  display: flex;
}

[dir] .footer-signup__button-text {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-size: 16px;
  font-weight: normal;
  width: 152px;
  height: 40px;
  margin: 0 4px 20px;
  color: #FFFFFF;
  background-color: #0B48EF;
}

[dir] .footer-signup__button-text:hover {
  background-color: #2952B8;
}

.footer-login__links {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}

@media only screen and (min-width: 768px) {
  .footer-login__links {
    flex-direction: row;
  }

  [dir] .footer-signup__button-text {
    font-weight: 700;
    font-size: 16px;
    height: 48px;
    width: 170px;
  }
}

.footer-login__links p {
  margin: 0;
}

.footer-login__buttons p {
  margin: 0;
}

.footer-link__divider--blue {
  display: inline-block;
  width: 1px;
  height: 16px;
  border: none;
  background: #B3C7FC;
}

.footer-login__links .login-link--blue {
  font-size: 15px;
  line-height: 24px;
  color: #1A54F5;
}

.footer-nav {
  position: relative;
  margin-bottom: 0.75rem;
  padding: 0.4rem 1.25rem 0;
  line-height: 21px;
}

.footer-nav__top { display:flex; align-items:center; justify-content:space-between; margin-top: 40px; }
.footerIconSingle { margin-left:24px; }

.footer-nav__top .link {
  margin-right: 24px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin: 24px 24px 24px 0;
}

.footer-nav__top .dropdown {
  height: 21px;
  min-width: 140px;
  vertical-align: baseline;
}

.footer-nav__top .dropdown-menu {
  left: 0 !important;
  margin-top: 8px !important;
}

.footer-nav__logo {
  width: 112px;
  height: 20px;
  background-size: 112px 20px;
  background-repeat: no-repeat;
  margin-top: 2.188rem;
  margin-bottom: 3.25rem;
}

[dir] .footer-nav__list {
  list-style: none;
  padding-inline-start: 0;
  margin-bottom: 0;
}

.footer-nav__item {
  font-weight: 700;
  margin: 2.125rem 0;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}

.footer-nav__list > .footer-nav__item:last-of-type {
  border-top: 1px solid rgb(255 255 255 / 14%);
  padding-top: 1rem;
  padding-right: 0;
  flex-basis: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.footer-nav__item:last-of-type > a {
  padding: 1.063rem 0;
}

.footer-nav__item:last-of-type > a:focus {
  color: rgb(255 255 255 / 100%) !important;
}

.footer-nav__corporate-link {
  display: flex;
  align-items: center;
}

.footer-nav__text {
  position: relative;
  width: 100%;
  font-size: 14px;
  cursor: pointer;
  color: #FFFFFF;
}

.footer-nav__text.title.link:hover {
  color: #FFFFFF;
}

.footer-nav__icon::after {
  display: inline-block;
  content: ' ';
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-size: 24px;
  transition: transform 400ms ease-in-out;
}

.footer-nav__icon-dev::after {
  display: inline-block;
  content: ' ';
  position: relative;
  margin-left: auto;
  width: 24px;
  height: 24px;
  background-size: 24px;
}

/* Submenu */

[dir] .footer-submenu {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.footer-submenu > .footer-submenu__item {
  margin: 19px 0;
}

.footer-submenu > .footer-submenu__item:last-of-type {
  margin: 0.25rem 0;
}

.footer-submenu__text {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 0;
}

/* Hover and focus state */

[dir] .footer-submenu-active {
  max-height: 1000px;
  transition: max-height 0.5s ease-in;
}

.footer-nav-active::after {
  transform: rotate(180deg);
  transition: transform 400ms ease-in-out;
}

.footer-info {
  margin: 0 1.25rem;
  padding: 1.25rem 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  justify-content: flex-start;
  border-bottom: 1px solid rgb(255 255 255 / 14%);
  color: #A6A6A6;
  line-height: 21px;
}

.footer-info u {
  text-underline-offset: 1px;
}

.footer-info__links {
  display: flex;
}

.footer-info__links > a {
  color: #1B1E26;
}

.footer-info__text {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.43;
}

.footer-info__text--about-us {
  margin-right: 1.25rem;
}

.footer-info__text--language {
  display: flex;
  align-items: center;
}

.footer-info__text--language::before {
  display: inline-block;
  content: ' ';
  width: 20px;
  height: 20px;
  background-size: 20px;
  margin-right: 0.25rem;
}

/* Legal section */
.footer-legal {
  margin: 1.25rem 0 2rem 1.25rem;
  display: flex;
  flex-direction: column;
  height: 47px;
}

.footer-legal .text--highlight {
  font-weight: 700;
  color: #FFFFFF;
}

.footer-legal__text {
  font-size: 0.813rem;
}

.footer-legal__text-link {
  margin-bottom: 0.625rem;
}

.footer-legal__text,
.footer-legal__text-link > a {
  word-break: keep-all;
  color: #A6A6A6;
  font-size: 14px;
  line-height: 21px;
}

.footer-legal__terms-of-use {
  margin-right: 1.5rem;
}

[dir] .scroll-to-top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 100px;
  right: 1rem;
  width: 40px;
  height: 40px;
  border: 1px solid #CCCCCC;
  border-radius: 10px 10px 0 0;
  background-color: #FFFFFF;
  cursor: pointer;
  opacity: 0;
  transform: translateY(100px);
  transition: all 200ms ease;
}

[dir] .edibot-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -16px;
  position: fixed;
  bottom: 100px;
  right: 1rem;
  width: 40px;
  height: 40px;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0 8px 16px rgb(0 0 0 / 10%);
  cursor: pointer;
  opacity: 0;
  transform: translateY(100px);
  transition: all 200ms ease;
}

[dir] .scroll-to-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 100px;
  right: 1rem;
  width: 40px;
  height: 40px;
  border: 1px solid #CCCCCC;
  border-radius: 0 0 10px 10px;
  background-color: #FFFFFF;
  box-shadow: 0 8px 16px rgb(0 0 0 / 10%);
  cursor: pointer;
  opacity: 0;
  transform: translateY(100px);
  transition: all 200ms ease;
}

[dir] .scroll-to-top:hover,
[dir] .scroll-to-bottom:hover,
[dir] .edibot-button:hover {
  opacity: 0.9;
  background: #EFEFEF;
}

.scroll-to-top:hover .scroll-to-top__logo::after,
.scroll-to-bottom:hover .scroll-to-bottom__logo::after {
  width: 24px;
  height: 24px;
  background-size: 24px;
}

.scroll-to-top__logo,
.scroll-to-bottom__logo,
.edibot-button__logo {
  display: flex;
  align-items: center;
}

.scroll-to-top__logo::after,
.scroll-to-bottom__logo::after {
  display: inline-block;
  content: ' ';
  width: 22px;
  height: 22px;
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
}

.edibot-button__logo::after {
  display: inline-block;
  content: ' ';
  width: 32px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.scroll-to-bottom__logo::after {
  transform: rotate(180deg);
}

.powered-by-zendesk { display:none; }

/* Tablet */

@media only screen and (min-width: 768px) {
  [dir] .scroll-to-top,
  [dir] .scroll-to-bottom,
  [dir] .edibot-button {
    width: 56px;
    height: 56px;
  }

  [dir] .edibot-button {
    margin-bottom: 0;
  }

  .footer-signup__text {
    flex-direction: row;
  }

  .footer-signup__button {
    margin-top: 24px;
  }

  .footer-nav {
    padding: 0 2.5rem;
  }

  .footer-nav__logo {
    margin-bottom: 2.188rem;
  }

  [dir] .footer-nav__list {
    padding: 0.56rem 0;
  }

  .footer-nav__list > .footer-nav__item:last-of-type {
    padding-top: 0.875rem;
    margin-top: 0.5rem;
  }

  .footer-info {
    margin: 0 2.5rem;
  }

  .footer-legal {
    margin-left: 2.5rem;
  }

  .footer-signup__text-title {
    margin-bottom: unset;
  }
}

/* Desktop */

@media only screen and (min-width: 1024px) {
  .footer-login__links {
    gap: 16px;
  }

  .footer-login__links .login-link--blue:last-child {
    margin-left: 0;
    padding-left: 0;
  }

  .footer-signup__text {
    flex-direction: column;
    align-items: center;
  }

  [dir] .footer-signup__button-text {
    font-size: 20px;
    height: 56px;
    width: 191px;
    margin-bottom: 24px;
  }

  .footer-info {
    margin: 0 auto;
    width: 94%;
    margin-top: 45px !important;
    padding: 0 0 40px !important;
    max-width: 1440px;
  }

  .footer-info .info-list {
    margin: 0 auto;
    width: 94%;
    padding: 15px 0 !important;
    max-width: 1440px;
  }

  .footer-info__text {
    font-size: 1rem;
    line-height: 1.5;
  }

  .footer-info__text--language::before {
    width: 24px;
    height: 24px;
    background-size: 24px;
    margin-right: 0.5rem;
  }

  .footer-nav__icon::after {
    content: none;
  }

  .footer-nav__list > .footer-nav__item:last-of-type {
    border-top: none;
    padding-top: 0;
    padding-right: 0;
    margin-top: 0;
    justify-content: flex-start;
  }

  .footer-nav__item:last-of-type > a {
    padding: 0;
    margin-bottom: 20px;
  }

  .footer-nav__text {
    color: #FFFFFF;
    font-size: 14px;
  }

  [dir] .footer-submenu {
    display: block;
  }

  .footer-submenu > .footer-submenu__item {
    padding-left: 0;
    margin: 4px 0;
    line-height: 21px;
  }

  .footer-nav__icon-dev::after {
    top: auto;
    right: auto;
    bottom: 0;
    margin-left: 0.375rem;
  }

  .footer-nav__corporate-link {
    margin-bottom: 20px;
  }

  .footer-nav {
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
    padding: 0 40px;
  }

  .footer-nav__logo {
    margin: 3.188rem 0;
  }

  [dir] .footer-nav__list {
    position: relative;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0;
    margin-top: 40px;
    padding: 0;
  }

  .footer-nav__item {
    flex-basis: 216px;
    flex-grow: 0;
    flex-shrink: 1;
    align-self: stretch;
    display: flex;
    align-items: flex-start;
    padding: 0 24px 0 0;
    font-size: 1rem;
    margin: 0;
  }

  .footer-submenu > .footer-submenu__item:last-of-type {
    margin: 4px 0 0;
  }

  .footer-submenu__text {
    font-size: 14px;
  }

  .footer-legal {
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
    padding: 16px 40px 104px;
  }

  .footer-legal__wrapper {
    width: 100%;
  }

  .footer-legal__text,
  .footer-legal__text-link > a {
    font-size: 14px;
  }

  .footer-signup {
    padding: 100px 0;
  }

  .footer-signup__text-title {
    font-size: 44px;
  }

  .footer-signup__button {
    margin-top: 32px;
  }

  .footer-login__separators {
    margin: 0 16px;
    border-left: 1px solid rgb(26 84 245 / 30%);
    line-height: 16px;
    height: 16px;
  }
}

@media only screen and (min-width: 1024px) {
  .footer-legal {
    flex-direction: row-reverse;
    padding-top: 24px !important;
    padding-bottom: 40px !important;
  }

  .footer-login__buttons {
    display: flex;
    align-items: center;
  }
}

@media only screen and (min-width: 1366px) {
  .footer-legal {
    background-color: #2A3652;
  }
}

@media only screen and (min-width: 1480px) {
  .footer-nav,
  .footer-info,
  .footer-legal {
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
    padding: 0;
  }
}

.footer-submit-ticket {
  position: relative;
  color: #FFFFFF;
}

[dir] .footer-submit-ticket {
  padding:
    calc(16px * 1.5 * 2)
    calc(12px + 4px);
  text-align: center;
  border-radius: 4px;
}

.footer-submit-ticket__title {
  font-size: calc(16px * 1.75);
}

@media (min-width: 767px) {
  .footer-submit-ticket__title {
    font-size: calc(16px * 2.5);
  }
}

.footer-submit-ticket__subtitle {
  font-size: calc(16px * 1.5);
  color: #FFFFFF;
  opacity: 0.8;
}

.footer {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.1;
  color: #FFFFFF;
}

.footer__wrapper {
  position: relative;
}

[dir] .footer__wrapper {
  background: rgb(57 113 255 / 100%);
}

.footer__inner {
  width: 100%;
}

[dir] .footer__inner {
  padding-bottom: 20px;
  margin: 0 auto;
}

@media (min-width: 767px) {
  .footer__inner {
    display: table;
  }
}

.footer__col {
  position: relative;
}

@media (min-width: 767px) {
  .footer__col {
    display: table-cell;
    vertical-align: top;
  }
}

@media (min-width: 767px) {
  .footer__col--social-links {
    vertical-align: middle;
  }

  [dir='ltr'] .footer__col--social-links {
    text-align: right;
  }

  [dir='rtl'] .footer__col--social-links {
    text-align: left;
  }
}

[dir='ltr'] .footer-social-link + .footer-social-link {
  margin-left: 5px;
}

[dir='rtl'] .footer-social-link + .footer-social-link {
  margin-right: 5px;
}

.footer-social-link:hover {
  color: rgb(41 82 184 / 100%);
}

.is-hidden,
.hidden {
  display: none !important;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  display: inline-block;
  vertical-align: middle;
}

[dir] .dropdown-toggle {
  padding: 0;
  text-align: initial;
  cursor: pointer;
  background: none;
  border: 0;
}

.footerFamilySite { display:flex; align-items:center; }

[dir='ltr'] .dropdown-toggle::after {
  margin-left: 8px;
}

[dir='rtl'] .dropdown-toggle::after {
  margin-right: 8px;
}

.dropdown-toggle:hover {
  text-decoration: none;
}

.dropdown-toggle > * {
  display: inline-block;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 170px;
  font-size: 14px;
  font-style: normal;
  font-weight: var(--font-normal);
}

.user-menu .user-info .dropdown-menu {
  left: auto;
  right: 0;
}

[dir] .dropdown-menu {
  padding: 16px 0;
  margin-top: 25px;
  background: #FFFFFF;
}

[dir='ltr'] .dropdown-menu {
  left: -70px;
  text-align: left;
  min-width: 160px;
}

[dir='rtl'] .dropdown-menu {
  right: 0;
  text-align: right;
}

.dropdown-menu[aria-expanded='true'] {
  display: block;
}

.dropdown-menu [role='separator'] {
  display: block;
  font-size: 11px;
  font-weight: var(--font-normal);
  color: #969696;
}

[dir] .dropdown-menu [role='separator'] {
  padding: 5px 0;
  margin: 5px 20px 10px;
  border-bottom: 1px solid #D8D8D8;
}

.dropdown-menu [role='menuitem'] {
  display: block;
  width: 100%;
  line-height: inherit;
  color: #333333;
  white-space: nowrap;
  appearance: none;
}

[dir] .dropdown-menu [role='menuitem'] {
  text-align: start;
  cursor: pointer;
  background-color: transparent;
  border: 0;
}

[dir='ltr'] .dropdown-menu [role='menuitem'] {
  padding: 8px 40px 8px 24px;
  line-height: 21px;
}

[dir='rtl'] .dropdown-menu [role='menuitem'] {
  padding: 7px 20px 7px 40px;
}

.dropdown-menu [role='menuitem']:hover,
.dropdown-menu [role='menuitem']:focus {
  color: #333333;
  text-decoration: none;
}

[dir] .dropdown-menu [role='menuitem']:hover,
[dir] .dropdown-menu [role='menuitem']:focus {
  color: #1A54F5;
}

[dir] .dropdown-menu [role='menuitem'][aria-selected='true'] {
  cursor: default;
}

.dropdown-menu [role='menuitem'][aria-selected='true']::after {
  display: inline-block;
  width: 12px;
  height: 12px;
  content: '';
}

[dir] .dropdown-menu [role='menuitem'][aria-selected='true']::after {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
}

[dir='ltr'] .dropdown-menu [role='menuitem'][aria-selected='true']::after {
  margin-left: 10px;
}

[dir='rtl'] .dropdown-menu [role='menuitem'][aria-selected='true']::after {
  float: left;
  margin-right: 10px;
  margin-left: 0;
}

.dropdown-menu [role='menuitem'][hidden],
.dropdown-menu [role='menuitem'][aria-hidden='true'] {
  display: none !important;
}

[dir='ltr'] .dropdown-menu-end {
  right: 0;
  left: auto;
  padding-left: 24px;
  padding-right: 24px;
}

[dir='ltr'] .dropdown-menu-end [role='menuitem'] {
  padding: 8px 0;
}

[dir='rtl'] .dropdown-menu-end {
  left: 0;
  right: auto;
}

.dropdown-menu-top {
  bottom: 100%;
}

[dir] .dropdown-menu-top {
  margin-bottom: 1px;
}

[dir='rtl'] .dropdown-menu {
  right: 0;
  left: auto;
  text-align: right;
}

[dir='rtl'] .dropdown-menu-end {
  right: auto;
  left: 0;
}

.dropdown-toggle--user {
  color: rgb(102 112 132 / 100%);
}

.dropdown-menu[role='menu'] .text--gray {
  color: #8F8F8F;
}

[dir] .dropdown-toggle--user {
  padding: 0;
  border: 0;
}

.navbar-icon__container--TM .dropdown-menu {
  padding-left: 24px;
  padding-right: 24px;
}

.navbar-icon__container .dropdown-menu,
.navbar-icon__container--TM .dropdown-menu {
  box-shadow: 0 8px 16px rgb(0 0 0 / 10%);
}

.navbar-icon__container--TM .dropdown-menu .navbar-sub-item {
  padding: 8px 0;
}

.navbar-icon__container--TM .navbar-sub-item.navbar-dropdown > .title {
  justify-content: space-between;
  white-space: nowrap;
}

@media screen and (min-width: 1025px) {
  .dropdown-menu__title {
    display: block;
    padding: 8px 24px;
    font-weight: 700;
    font-size: 12px;
    line-height: 13px;
    color: #616161;
  }
}

.footer-main .footer-nav [dir='ltr'] .dropdown-menu {
  left: 0;
  margin-top: 0;
}

.footer-nav__top .dropdown .dropdown-menu {
  position: absolute;
  width: 183px;
  padding: 20px 24px;
  box-sizing: border-box;
  box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
  background: #FFFFFF;
}

.footer-nav__top .dropdown .dropdown-menu a {
  display: block;
  padding: 4px 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
}

.footer-nav__top .dropdown .dropdown-menu a.line {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #E2E5EA;
}

.footer-nav__top .dropdown-toggle {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  height: 28px;
  vertical-align: baseline;
}

.footer-submenu__text {
  color: rgb(166 166 166 / 100%);
}

.footer-info p,
.footer-legal__text-copyright p {
  margin: 0;
}

.footer-nav__top .toggle.active {
  transform: rotate(180deg);
}

.backToTop { z-index:100; position:absolute; top:-46px; right:0; display:flex; justify-content:center; align-items:center; width:100%; max-width:147px; line-height:24px; padding:10px 0; background-color:#FFF; color:#1C1C1C; font-size:16px; font-weight:700; border:1px solid #BDBDBD; }

.backToTop img { margin-left:8px; }

.layout__footer .infoContents { max-width: 1440px; margin:45px auto 0;border-bottom:1px solid rgba(255, 255, 255, 0.14); }
.layout__footer .infoList { margin:0 0 40px; padding:0; font-size:0; word-break:break-all; }
.layout__footer .infoList li { display:inline-block; margin:0 15px 0 0; font-size:14px; line-height:1.5; color:#A6A6A6; }
.layout__footer .infoList a { font-size:14px; line-height:1.5; color:#A6A6A6; }