<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Copyright (c) 2021 Kil Hyung-jin, with Reserved Font Name Pretendard.
https://github.com/orioncactus/pretendard

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
*/
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src: local("Pretendard Black"), url(../font/Pretendard-Black.woff2) format("woff2"), url(../font/Pretendard-Black.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard ExtraBold"), url(../font/Pretendard-ExtraBold.woff2) format("woff2"), url(../font/Pretendard-ExtraBold.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"), url(../font/Pretendard-Bold.woff2) format("woff2"), url(../font/Pretendard-Bold.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"), url(../font/Pretendard-SemiBold.woff2) format("woff2"), url(../font/Pretendard-SemiBold.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"), url(../font/Pretendard-Medium.woff2) format("woff2"), url(../font/Pretendard-Medium.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"), url(../font/Pretendard-Regular.woff2) format("woff2"), url(../font/Pretendard-Regular.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard Light"), url(../font/Pretendard-Light.woff2) format("woff2"), url(../font/Pretendard-Light.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src: local("Pretendard ExtraLight"), url(../font/Pretendard-ExtraLight.woff2) format("woff2"), url(../font/Pretendard-ExtraLight.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard Thin"), url(../font/Pretendard-Thin.woff2) format("woff2"), url(../font/Pretendard-Thin.woff) format("woff");
}
/* reset */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  word-break: keep-all;
}

fieldset,
img {
  border: 0 none;
}

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

blockquote,
q {
  quotes: none;
}

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

input,
select,
textarea,
button {
  font-size: 100%;
  vertical-align: middle;
}

button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}

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

body {
  -webkit-text-size-adjust: none;
}

body.non-scroll {
  overflow: hidden;
}

/* 뷰표트 변환시 폰트크기 자동확대 방지 */
input[type=text],
input[type=password],
input[type=submit],
input[type=search],
input[type=number],
textarea {
  -webkit-appearance: none;
}

input:checked[type=checkbox] {
  background-color: #666;
  -webkit-appearance: checkbox;
}

button,
input[type=button],
input[type=submit],
input[type=reset],
input[type=file] {
  -webkit-appearance: button;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  background: #fff;
}

body,
th,
td,
input,
select,
textarea,
button {
  font-size: 1.4rem;
  font-family: "Pretendard", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  color: #14100d;
  line-height: 1.2;
  letter-spacing: -0.4px;
}

a {
  color: #14100d;
  text-decoration: none;
}

a:active,
a:hover {
  text-decoration: none;
}

address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}

.ir {
  display: block;
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 1px;
  margin: -1px;
  font-size: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

button:focus,
button:focus-visible {
  outline: none;
}

input[type=text]::-ms-clear {
  display: none;
}

a[href^=tel] {
  text-decoration: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select:-ms-expand {
  display: none;
}

html {
  font-size: 10px;
}
html.big-font {
  font-size: 11px;
}

textarea {
  resize: none;
}

.align-left {
  text-align: left !important;
}

button:focus,
button:focus-visible,
input:focus,
input:focus-visible,
textarea:focus,
textarea:focus-visible {
  outline: none;
}

input {
  box-shadow: none;
}

input.hide-clear[type=search]::-webkit-search-decoration,
input.hide-clear[type=search]::-webkit-search-cancel-button,
input.hide-clear[type=search]::-webkit-search-results-button,
input.hide-clear[type=search]::-webkit-search-results-decoration {
  display: none;
}

.str {
  font-weight: 700;
}

@media all and (max-width: 1024px) {
  .pc-only {
    display: none;
  }
}
@media all and (min-width: 1025px) {
  .mo-only {
    display: none;
  }
}
body {
  overflow-x: hidden;
}

.wow {
  opacity: 0;
  transition: all 0.5s ease;
  transition-delay: 0.5s;
  transform: translateY(50px);
}

.wow-active {
  opacity: 1;
  transform: translateY(0);
}

body.active-gnb {
  overflow: hidden;
}
body.scroll-up .header {
  background: #fff;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  transition: all 0.5s ease;
}
.header .header__inner {
  width: 100%;
  max-width: 1680px;
  padding: 0 20px 0 368px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
}
@media all and (max-width: 1024px) {
  .header .header__inner {
    height: 56px;
    padding: 0;
    display: block;
    z-index: 100;
  }
}
.header .header__gnb {
  width: 100%;
  max-width: 1210px;
  justify-content: flex-end;
  margin-left: 145px;
}
.header .header__logo {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
@media all and (max-width: 1024px) {
  .header .header__logo {
    width: 200px;
    height: 16px;
    display: flex;
    position: absolute;
    left: 25px;
    z-index: 10;
  }
}
.header .logo::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 12px;
  width: 22px;
  height: 18px;
  background: url(../img/common/logo_woojin_part_circle_center.png) 0 0 no-repeat;
}
@media all and (max-width: 1024px) {
  .header .logo::after {
    top: -1px;
    right: 6.8px;
    width: 13px;
    height: 11px;
    background-size: 100% auto;
  }
}
.header .logo__ci {
  width: 226px;
  height: 32px;
  background: url(../img/common/logo_woojin_pc.png) 0 0 no-repeat;
}
@media all and (max-width: 1024px) {
  .header .logo__ci {
    width: 131px;
    height: 19px;
    background: url(../img/mobile/logo_woojin_bg_mo.png) 0 0 no-repeat;
    background-size: 100% auto !important;
  }
}
.header .logo__bar {
  width: 1px;
  height: 42px;
  background-color: #efefef;
  margin: 0 15px;
}
@media all and (max-width: 1024px) {
  .header .logo__bar {
    height: 24px;
  }
}
.header .logo__since {
  position: relative;
  width: 91px;
  height: 62px;
  background: url(../img/common/logo_woojin_part_bot.png) 0 100% no-repeat;
}
.header .logo__since::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 46px;
  background: url(../img/common/logo_woojin_part5.png) 0 0 no-repeat;
}
@media all and (max-width: 1024px) {
  .header .logo__since::before {
    width: 21px;
    height: 26px;
    background-size: auto 100% !important;
  }
}
.header .logo__since::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 47px;
  height: 48px;
  background: url(../img/common/logo_woojin_part_circle.png) 0 0 no-repeat;
  animation: rotateAnimation 10s linear infinite;
}
@media all and (max-width: 1024px) {
  .header .logo__since::after {
    width: 27px;
    height: 27px;
    background-size: auto 100% !important;
  }
}
@media all and (max-width: 1024px) {
  .header .logo__since {
    width: 52px;
    height: 35px;
    background: url(../img/mobile/logo_woojin_part_bot.png) 0 100% no-repeat;
    background-size: 100% auto !important;
  }
}
.header .gnb-menu {
  display: flex;
}
@media all and (max-width: 1024px) {
  .header .gnb-menu {
    display: none;
    position: absolute;
    top: 55px;
    left: 0;
    margin: 0;
    width: 100vw;
    height: calc(100vh - 55px);
    background: #fff;
    overflow: auto;
  }
}
.header .gnb-menu__items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  position: relative;
  z-index: 99;
}
@media all and (max-width: 1024px) {
  .header .gnb-menu__items {
    padding-top: 60px;
    flex-direction: column;
  }
}
.header .gnb-menu__item {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 20px;
}
@media all and (min-width: 1025px) {
  .header .gnb-menu__item:hover .gnb-menu__sub {
    display: block;
  }
}
@media all and (max-width: 1024px) {
  .header .gnb-menu__item {
    display: block;
  }
  .header .gnb-menu__item .button-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 60px;
  }
  .header .gnb-menu__item .button-toggle.with-sub {
    width: 60px;
  }
  .header .gnb-menu__item .gnb-menu__sub {
    transition: all 0.5s ease;
    height: 0;
    overflow: hidden;
  }
  .header .gnb-menu__item.slide-down .gnb-menu__sub {
    height: var(--count);
  }
}
@media all and (min-width: 1025px) {
  .header .gnb-menu__item .button-toggle {
    display: none;
  }
}
.header .gnb-menu__link {
  color: #000;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  color: #14100d;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.header .gnb-menu__link:hover, .header .gnb-menu__link:focus {
  color: #f57921;
}
@media all and (max-width: 1024px) {
  .header .gnb-menu__link {
    color: #14100d;
    font-size: 16px;
    font-weight: bold;
    height: 60px;
    padding: 0 0 0 12px;
    position: relative;
    display: flex;
    align-items: center;
  }
}
.header .gnb-menu__sub {
  display: none;
  position: absolute;
  z-index: 1;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  padding: 36px 0 10px;
}
.header .gnb-menu__sub::after {
  content: "";
  position: absolute;
  top: 36px;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: auto;
  border: 1px solid #eee;
  border-top: 0;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
@media all and (max-width: 1024px) {
  .header .gnb-menu__sub {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    background: #f8f8f8;
    padding: 0;
  }
  .header .gnb-menu__sub::after {
    content: none;
  }
}
.header .gnb-menu__item-sub {
  width: 100%;
  padding: 0 26px;
  border: 1px solid #eee;
  border-width: 0 1px;
}
@media all and (max-width: 1024px) {
  .header .gnb-menu__item-sub {
    border: 0;
    padding: 0;
    text-align: left;
  }
  .header .gnb-menu__item-sub:first-child {
    padding-top: 11px;
  }
  .header .gnb-menu__item-sub:last-child {
    padding-bottom: 11px;
  }
}
.header .gnb-menu__link-sub {
  display: block;
  width: 100%;
  white-space: nowrap;
  font-weight: 500;
  padding: 7px 0;
  font-size: 16px;
  text-align: center;
}
.header .gnb-menu__link-sub:hover {
  color: #f57921;
}
@media all and (max-width: 1024px) {
  .header .gnb-menu__link-sub {
    border: 0;
    padding: 0;
    text-align: left;
    padding: 8px 0 8px 22px;
  }
}
.header .gnb-menu .util-menu {
  position: relative;
  margin-left: 145px;
  display: flex;
  align-items: center;
  font-size: 18px;
  gap: 30px;
}
.header .gnb-menu .util-menu__sub {
  display: none;
  position: absolute;
  z-index: 1;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  padding: 38px 10px 10px;
  min-width: 140px;
}
.header .gnb-menu .util-menu__sub::after {
  content: "";
  position: absolute;
  top: 38px;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: auto;
  border: 1px solid #eee;
  border-top: 0;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.header .gnb-menu .util-menu__sub .util-menu__link {
  color: #14100d;
  font-size: 16px;
  padding: 7px 0;
}
@media all and (max-width: 1024px) {
  .header .gnb-menu .util-menu__sub {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #f8f8f8;
    padding: 0;
    transition: all 0.5s ease;
    overflow: hidden;
  }
  .header .gnb-menu .util-menu__sub .gnb-menu__item:first-child {
    padding-top: 11px;
  }
  .header .gnb-menu .util-menu__sub .gnb-menu__item:last-child {
    padding-bottom: 11px;
  }
  .header .gnb-menu .util-menu__sub::after {
    content: none;
  }
}
.header .gnb-menu .util-menu__link {
  display: flex;
  white-space: nowrap;
  width: 100%;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.header .gnb-menu .util-menu__link .down {
  transition: all 0.3s ease;
  height: 0;
  border-width: 3.5px;
  border-style: solid;
  border-color: transparent #14100d #14100d transparent;
  transform: rotate(45deg);
  position: relative;
  top: 6px;
  left: 4px;
}
.header .gnb-menu .util-menu__link:hover, .header .gnb-menu .util-menu__link:focus {
  color: #f57921;
}
.header .gnb-menu .util-menu__link:hover .down, .header .gnb-menu .util-menu__link:focus .down {
  top: 9px;
  border-color: transparent #f57921 #f57921 transparent !important;
  transform: rotate(-135deg);
}
@media all and (max-width: 1024px) {
  .header .gnb-menu .util-menu__link {
    color: #14100d;
    font-size: 16px;
    font-weight: bold;
    height: 60px;
    padding: 0 0 0 12px;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    display: flex;
  }
  .header .gnb-menu .util-menu__link .down {
    position: absolute;
    top: 50%;
    left: auto;
    right: 26px;
    transform: translateY(-50%) rotate(180deg);
    width: 14px;
    height: 9px;
    mask: url(../img/mobile/arrow_gnb.svg) 0 0 no-repeat;
    background: #a8a9ad;
    transition: all 0.5s ease;
    border: 0;
  }
}
.header .gnb-menu .util-menu__item {
  position: relative;
}
@media all and (min-width: 1025px) {
  .header .gnb-menu .util-menu__item:has(:hover) .util-menu__sub {
    display: block;
  }
}
@media all and (max-width: 1024px) {
  .header .gnb-menu .util-menu__item .button-toggle {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 60px;
  }
  .header .gnb-menu .util-menu__item.slide-down.down {
    border-color: rgba(0, 0, 0, 0) #f57921 #f57921 rgba(0, 0, 0, 0);
  }
}
@media all and (max-width: 1024px) {
  .header .gnb-menu .util-menu {
    display: block;
    margin-left: 0;
  }
  .header .gnb-menu .util-menu .util-menu__item.slide-down .util-menu__link .down {
    background: #f57921;
    transform: translateY(-50%);
  }
  .header .gnb-menu .util-menu .util-menu__item.slide-down .util-menu__sub {
    height: var(--count);
  }
}
.header .gnb-menu .button-toggle {
  display: none;
}
@media all and (max-width: 1024px) {
  .header .gnb-menu .button-toggle {
    display: block;
  }
}
.header .gnb-menu.mobile {
  display: none;
}
@media all and (max-width: 1024px) {
  .header .gnb-menu.mobile {
    display: flex;
  }
}
.header.transparent {
  background: transparent;
}
.header.transparent .gnb-menu__link {
  color: #fff;
}
@media all and (max-width: 1024px) {
  .header.transparent .gnb-menu__link {
    color: #14100d;
    font-size: 16px;
    font-weight: bold;
    height: 60px;
    padding: 0 0 0 12px;
    position: relative;
    display: flex;
    align-items: center;
  }
}
.header.transparent .gnb-menu .util-menu__link {
  color: #fff;
}
@media all and (max-width: 1024px) {
  .header .gnb-menu .util-menu__link {
    color: #14100d;
    z-index: 1;
  }
}
.header .gnb-menu .util-menu__link .down {
  border-color: rgba(0, 0, 0, 0) #fff #fff rgba(0, 0, 0, 0);
}
.header.transparent .logo__ci {
  background: url(../img/common/logo_woojin_bg_pc.png) 0 0 no-repeat;
}
@media all and (max-width: 1024px) {
  .header.transparent .logo__ci {
    width: 131px;
    height: 19px;
    background: url(../img/mobile/logo_woojin_bg_mo.png) 0 0 no-repeat;
    background-size: 100% auto !important;
  }
}
.header.transparent .logo__since {
  background: url(../img/common/logo_woojin_bg_part_bot.png) 0 100% no-repeat;
}
.header.transparent .logo__since::after {
  background: url(../img/common/logo_woojin_bg_part_circle.png) 0 0 no-repeat;
}
.header.transparent .logo::after {
  background-image: url(../img/common/logo_woojin_bg_part_circle_center.png);
}
.header .gnb-menu .util-menu__sub .util-menu__link {
  color: #14100d;
}
@media all and (max-width: 1024px) {
  .header .gnb-menu .util-menu__sub .util-menu__link {
    border: 0;
    padding: 0;
    height: auto;
    text-align: left;
    padding: 8px 0 8px 22px;
    font-weight: 500;
  }
}
.header.header-enter {
  background: #fff;
}
.header.header-enter .gnb-menu__link {
  color: #14100d;
}
.header.header-enter .gnb-menu__link:hover {
  color: #f57921;
}
.header.header-enter .gnb-menu .util-menu__link {
  color: #14100d;
}
.header.header-enter .gnb-menu .util-menu__link:hover {
  color: #f57921;
}
.header.header-enter .gnb-menu .util-menu__link .down {
  border-color: rgba(0, 0, 0, 0) #14100d #14100d rgba(0, 0, 0, 0);
}
.header.header-enter .logo__ci {
  background: url(../img/common/logo_woojin_pc.png) 0 0 no-repeat;
}
.header.header-enter .logo__since {
  background: url(../img/common/logo_woojin_part_bot.png) 0 100% no-repeat;
}
.header.header-enter .logo__since::after {
  background: url(../img/common/logo_woojin_part_circle.png) 0 0 no-repeat;
}
.header.header-enter .logo::after {
  background-image: url(../img/common/logo_woojin_part_circle_center.png);
}
.header.header-enter::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #efefef;
}
.scroll-down .header {
  top: -100px;
}
@media all and (max-width: 1024px) {
  .header .mobile-button {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: 100px;
  }
  .header .mobile-button__global {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 14px;
    right: 58px;
    appearance: none;
    background: 0;
    border: 0;
    outline: 0;
    background: url(../img/mobile/icon_language_mobile.png) 50% 50% no-repeat;
    background-size: 100% auto;
  }
  .header .mobile-button__hamburger {
    display: block;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 28px;
    height: 28px;
    background: url(../img/mobile/icon_hamburger_open.png) 50% 50% no-repeat;
    background-size: 100% auto;
    appearance: none;
    border: 0;
    outline: 0;
  }
  .header .mobile-button__hamburger.active-menu {
    background-image: url(../img/mobile/icon_hamburger_close.png);
  }
  .header .gnb-menu__item:has(.gnb-menu__sub) .gnb-menu__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 26px;
    transform: translateY(-50%) rotate(180deg);
    width: 14px;
    height: 9px;
    mask: url(../img/mobile/arrow_gnb.svg) 0 0 no-repeat;
    background: #a8a9ad;
    transition: all 0.5s ease;
  }
  .header .gnb-menu__item:has(.gnb-menu__sub).slide-down .gnb-menu__link::after {
    transform: translateY(-50%);
    background: #f57921;
  }
  .header .header__gnb.mobile {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    margin-left: 0;
  }
  .active-gnb .header.transparent, .active-gnb .header {
    z-index: 100;
    background: #fff;
  }
  .active-gnb .header.transparent .logo__ci, .active-gnb .header .logo__ci {
    background: url(../img/common/logo_woojin_pc.png) 0 0 no-repeat;
  }
  .active-gnb .header.transparent .logo__since, .active-gnb .header .logo__since {
    background: url(../img/common/logo_woojin_part_bot.png) 0 100% no-repeat;
  }
  .active-gnb .header.transparent .logo__since::after, .active-gnb .header .logo__since::after {
    background: url(../img/common/logo_woojin_part_circle.png) 0 0 no-repeat;
  }
  .active-gnb .header.transparent .logo::after, .active-gnb .header .logo::after {
    background-image: url(../img/common/logo_woojin_part_circle_center.png);
  }
}

.footer {
  margin: 243px 0 0;
  font-size: 16px;
  border-top: 1px solid #eee;
  padding-top: 60px;
}
@media all and (max-width: 1024px) {
  .footer {
    margin: 100px 0 0;
    font-size: 1.6rem;
    border-top: 1px solid #eee;
    padding-top: 24px;
    padding-bottom: 53px;
  }
}
.footer .footer__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1520px;
  padding: 118px 10px 105px;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  .footer .footer__inner {
    position: relative;
    padding: 153px 12px 0;
  }
  .footer .footer__inner .site-list {
    flex-direction: column-reverse;
    position: absolute;
    left: 12px;
    top: 34px;
    z-index: 10;
    gap: 20px;
  }
}
.footer .company-info__links {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  display: flex;
}
@media all and (max-width: 1024px) {
  .footer .company-info__links {
    font-size: 14px;
  }
}
.footer .company-info__link {
  position: relative;
  font-weight: 600;
}
.footer .company-info__link ~ .company-info__link {
  margin-left: 15px;
  padding-left: 15px;
}
.footer .company-info__link ~ .company-info__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background: #14100d;
}
.footer .company-info__contact {
  display: flex;
  margin-top: 12px;
  opacity: 0.5;
  font-size: 18px;
  flex-wrap: wrap;
  gap: 14px;
}
.footer .company-info__contact span {
  display: flex;
}
.footer .company-info__contact span ~ span::before {
  content: "";
  transform: translateY(3px);
  width: 1px;
  height: 16px;
  margin-right: 14px;
  background-color: rgba(0, 0, 0, 0.3);
}
@media all and (max-width: 1024px) {
  .footer .company-info__contact {
    font-size: 13px;
    gap: 0;
  }
  .footer .company-info__contact .address {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .footer .company-info__contact .tel {
    margin-right: 10px;
  }
  .footer .company-info__contact span ~ span::before {
    content: none;
  }
}
.footer .company-info__copyright {
  margin-top: 35px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.3);
}
@media all and (max-width: 1024px) {
  .footer .company-info__copyright {
    font-size: 13px;
    margin-top: 25px;
  }
}
.footer .site-list {
  display: flex;
  position: relative;
  gap: 30px;
}
.footer .site-list:has(:hover) .site-list__family-list {
  display: block;
}
.footer .site-list__social {
  display: flex;
  gap: 30px;
}
@media all and (max-width: 1024px) {
  .footer .site-list__social {
    gap: 20px;
  }
}
.footer .site-list__social-link {
  width: 42px;
  height: 42px;
}
@media all and (max-width: 1024px) {
  .footer .site-list__social-link {
    width: 34px;
    height: 34px;
  }
}
.footer .site-list__family {
  position: relative;
}
.footer .site-list__family:has(:hover) .site-list__family-list {
  display: block;
}
.footer .site-list__family-button {
  display: flex;
  position: relative;
  width: 200px;
  color: #000;
  padding-bottom: 10px;
  white-space: nowrap;
  background: #fff;
  font-weight: bold;
  font-size: 18px;
  top: 10px;
  padding-right: 16px;
}
@media all and (max-width: 1024px) {
  .footer .site-list__family-button {
    width: 163px;
    font-size: 14px;
    padding: 0 0 13px 0;
  }
}
.footer .site-list__family-button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 200px;
  height: 1px;
  background: #14100d;
}
@media all and (max-width: 1024px) {
  .footer .site-list__family-button::before {
    left: 0;
    width: 162px;
  }
}
.footer .site-list__family-button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background: url(../img/footer/icon_plus.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.footer .site-list__family-list {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px 10px 0 0;
  list-style: none;
  margin: 0;
  width: 200px;
  overflow: hidden;
}
.footer .site-list__family-link {
  display: block;
  padding: 10px;
  color: #333;
  font-size: 14px;
}
.marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.marquee .marquee-content {
  display: flex;
  display: block;
  width: auto;
  white-space: nowrap;
  animation: marquee 30s linear infinite;
  font-size: 0;
}
.marquee .swiper-slide {
  width: auto;
  margin-right: 160px;
  display: inline-block;
}
.marquee .swiper-slide.s01 {
  width: 136px;
}
.marquee .swiper-slide.s02 {
  width: 244px;
}
.marquee .swiper-slide.s03 {
  width: 136px;
}
.marquee .swiper-slide.s04 {
  width: 71px;
}
.marquee .swiper-slide.s05 {
  width: 297px;
}
.marquee .swiper-slide.s06 {
  width: 243px;
}
.marquee .swiper-slide.s07 {
  width: 134px;
}
.marquee .swiper-slide.s08 {
  width: 253px;
}
.marquee .swiper-slide.s09 {
  width: 158px;
}
.marquee .swiper-slide.s10 {
  width: 239px;
}
.marquee .swiper-slide.s11 {
  width: 306px;
}
.marquee .swiper-slide.s12 {
  width: 387px;
}
.marquee .swiper-slide.s13 {
  width: 250px;
}
.marquee .swiper-slide.s14 {
  width: 205px;
}
.marquee .swiper-slide.s15 {
  width: 291px;
}
@media all and (max-width: 1024px) {
  .marquee .marquee-content {
    display: block;
    width: auto;
    white-space: nowrap;
    animation: marqueeMobile 40s linear infinite;
    font-size: 0;
  }
  .marquee .swiper-slide {
    margin-right: 36px;
  }
  .marquee .swiper-slide.s01 {
    width: 61.59px;
  }
  .marquee .swiper-slide.s02 {
    width: 107.55px;
  }
  .marquee .swiper-slide.s03 {
    width: 60px;
  }
  .marquee .swiper-slide.s04 {
    width: 31.19px;
  }
  .marquee .swiper-slide.s05 {
    width: 130.78px;
  }
  .marquee .swiper-slide.s06 {
    width: 106.8px;
  }
  .marquee .swiper-slide.s07 {
    width: 58.8px;
  }
  .marquee .swiper-slide.s08 {
    width: 111.38px;
  }
  .marquee .swiper-slide.s09 {
    width: 69.59px;
  }
  .marquee .swiper-slide.s10 {
    width: 105px;
  }
  .marquee .swiper-slide.s11 {
    width: 138.4px;
  }
  .marquee .swiper-slide.s12 {
    width: 170.19px;
  }
  .marquee .swiper-slide.s13 {
    width: 110px;
  }
  .marquee .swiper-slide.s14 {
    width: 90.19px;
  }
  .marquee .swiper-slide.s15 {
    width: 128px;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-5747px);
  }
}
@keyframes marqueeMobile {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2019px);
  }
}
@keyframes rotateAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.top-button {
  width: 66px;
  height: 66px;
  position: fixed;
  bottom: 60px;
  right: 100px;
  z-index: 9999;
  cursor: pointer;
}
@media all and (max-width: 1024px) {
  .top-button {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 50px;
  }
}</pre></body></html>