@font-face {
  font-family: 'icomoon';
  src: url('https://media.inhanser.com/fonts/icomoon.eot?5x0xml');
  src: url('https://media.inhanser.com/fonts/icomoon.eot?5x0xml#iefix') format('embedded-opentype'),
    url('https://media.inhanser.com/fonts/icomoon.ttf?5x0xml') format('truetype'),
    url('https://media.inhanser.com/fonts/icomoon.woff?5x0xml') format('woff'),
    url('https://media.inhanser.com/fonts/icomoon.svg?5x0xml#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/** icomoon **/

[class^='icon-'],
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.khaosod-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .khaosod-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .khaosod-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .khaosod-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .khaosod-container {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) {
  .khaosod-container {
    padding-right: 8px;
    padding-left: 8px;
    max-width: 1140px;
  }
}

footer.udfooter {
  background-color: #222;
  color: #fff;
}

.udfooter__upper {
  border-bottom: 1px solid #707070;
  padding-top: 14px;
}

.udfooter__logo {
  margin-bottom: 10px;
  width: 170px;
}

footer.udfooter .udfooter__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin: 0;
}

footer.udfooter .udfooter__title-2 {
  margin-bottom: 10px;
}

footer.udfooter .udfooter__address {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}

footer.udfooter .udfooter__address-2 {
  margin-bottom: 15px;
}

footer.udfooter .udfooter__tel-icon {
  font-size: 44px;
}

.icon-telephone:before {
  content: '\e95b';
  color: #fff;
}

.icon-facebook:before {
  content: '\e917';
  color: #fff;
}

.icon-instagram:before {
  content: '\e924';
  color: #fff;
}

.icon-twitter:before {
  content: '\e962';
  color: #fff;
}

.icon-youtube:before {
  content: '\e96a';
  color: #fff;
}

.udfooter__tel-wrap {
  display: flex;
  margin-bottom: 30px;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
}

.udfooter__tel-line-wrap {
  padding-left: 10px;
}

footer.udfooter .udfooter__tel-line {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
}

footer.udfooter .udfooter__tel-line-a {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 48px;
  color: #fff;
  text-decoration: none;
  margin-bottom: -10px;
  margin-top: -10px;
}

.udfooter__right {
  text-align: center;
}

.udfooter__copyright {
  background-color: #000;
  text-align: center;
  font-size: 12px;
  line-height: 48px;
  font-weight: 500;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-bottom: 0;
}

.udfooter__menu-wrap {
  display: flex;
  flex-direction: column-reverse;
}

.udfooter__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.udfooter__menu--right {
  margin-top: 8px;
}

.udfooter__menu--right .udfooter__menu-item {
  margin-left: 6px;
}

.udfooter__menu--left {
  border-top: 1px solid #707070;
  padding-top: 4px;
}

.udfooter__menu-item {
  display: inline-block;
}

.udfooter__menu-item--hide-mb {
  display: none;
}

footer.udfooter .udfooter__menu-link {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  margin-right: 2px;
}

.udfooter__sep {
  color: #fff;
  margin-right: 4px;
}

.udfooter__menu-container {
  padding-left: 0;
  padding-right: 0;
}

.udfooter__icon::before {
  color: #fff;
  font-size: 26px;
  margin-top: 2px;
  display: inline-block;
}

footer.udfooter .udfooter__upper-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.udfooter__upper-menu-item {
  display: block;
}

footer.udfooter .udfooter__upper-menu-link {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  margin-right: 8px;
}

.udfooter__contact {
  text-align: center;
}

@media (min-width: 1200px) {
  .udfooter__qr {
    display: block;
  }

  .udfooter {
    background-color: #222;
    color: #fff;
  }

  .udfooter__upper {
    border-bottom: 1px solid #707070;
    padding-top: 20px;
  }

  .udfooter__flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .udfooter__logo {
    margin-bottom: 15px;
    width: 250px;
  }

  .udfooter__title {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
  }

  .udfooter__title-2 {
    margin-bottom: 10px;
  }

  .udfooter__address {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
  }

  .udfooter__address-2 {
    margin-bottom: 15px;
  }

  .udfooter__tel-icon {
    font-size: 44px;
  }

  .udfooter__tel-wrap {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    justify-content: flex-start;
  }

  .udfooter__tel-line-wrap {
    padding-left: 10px;
  }

  .udfooter__tel-line {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
    text-decoration: none;
  }

  .udfooter__tel-line-a {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;
    color: #fff;
    text-decoration: none;
    margin-bottom: -10px;
    margin-top: -10px;
  }

  .udfooter__qr {
    display: block;
    width: 200px;
    margin-bottom: 10px;
  }

  .udfooter__copyright {
    background-color: #000;
    text-align: center;
    font-size: 16px;
    line-height: 58px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
  }

  .udfooter__menu-wrap {
    justify-content: space-between;
    margin-top: 6px;
    flex-direction: row;
  }

  .udfooter__menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .udfooter__menu--right .udfooter__menu-item {
    margin-left: 6px;
  }

  .udfooter__menu-item {
    display: inline-block;
  }

  footer.udfooter .udfooter__menu-link {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin-right: 8px;
  }

  .udfooter__sep {
    color: #fff;
    margin-right: 8px;
  }

  .udfooter__icon::before {
    color: #fff;
    font-size: 26px;
    margin-top: 2px;
    display: inline-block;
  }

  footer.udfooter .udfooter__upper-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
  }

  footer.udfooter .udfooter__upper-menu-item {
    display: block;
  }

  footer.udfooter .udfooter__upper-menu-link {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    line-height: 36px;
    margin-right: 8px;
  }

  .udfooter__contact {
    text-align: left;
  }

  .udfooter__menu-container {
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem);
  }

  .udfooter__menu--left {
    border-top: 0 none;
    padding-top: 0;
  }

  .udfooter__menu--right {
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  .udfooter__qr {
    display: none;
  }
}
