@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

html,
body {
  height: 100%;
}

body {
  background: #fff;
  color: #202020;
  font-family: "Pretendard";
  font-size: 16px;
}

@media screen and (max-width: 992px) {
  html, body {
    min-width: 100%;
    font-size: 14px;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 400;
  line-height: 1.2;
}

p {
  margin: 0;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 400;
}

dd {
  margin-left: 0;
}

blockquote {
  margin: 0;
}

b,
strong {
  font-weight: bolder;
}

em,
i {
  font-style: normal;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #a6f0b7;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #202020;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

figure {
  margin: 0;
}

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

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  visibility: hidden;
  overflow: hidden;
  white-space: nowrap;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
  background: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  font-size: 1em;
  line-height: 0;
  color: #202020;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.font-pretendard {
  font-family: "Pretendard";
}

.w-auto {
  width: auto !important;
}

.w-100 {
  width: 100% !important;
}

.h-auto {
  height: auto !important;
}

.h-100 {
  height: 100% !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.bg-white {
  background: #fff !important;
}

.gap-10 {
  gap: 10px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-20 {
  gap: 30px !important;
}

.text-primary {
  color: #D8AF5F !important;
}

.text-dark {
  color: #202020 !important;
}

.text-danger {
  color: #f95b55 !important;
}

.text-gray {
  color: #777 !important;
}

.min-width-auto {
  min-width: auto !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-size-13 {
  font-size: 13px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

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

.text-end {
  text-align: right !important;
}

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

.text-underline {
  text-decoration: underline !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.border-0 {
  border: 0 !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.overflow-visible {
  overflow: visible !important;
}

.justify-content-start {
  justify-content: start !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-end {
  justify-content: end !important;
}

.hidden-desktop {
  display: none !important;
}

.hidden-mobile {
  display: block !important;
}

.hidden-flex-desktop {
  display: none !important;
}

.hidden-flex-mobile {
  display: flex !important;
}

.change-flex-mobile {
  display: flex !important;
}

@media screen and (max-width: 996px) {
  .hidden-desktop {
    display: block !important;
  }
  .hidden-mobile {
    display: none !important;
  }
  .hidden-flex-desktop {
    display: flex !important;
  }
  .hidden-flex-mobile {
    display: none !important;
  }
  .change-flex-mobile {
    display: block !important;
  }
}
.m-t-5 {
  margin-top: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.w-50px {
  width: 50px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

[class^=icon-] {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.icon-naver {
  width: 62px;
  height: 62px;
  background-image: url("../images/icon-naver.png");
}

.icon-arrow-left {
  width: 7px;
  height: 13px;
  background-image: url("/front/images/icon-arrow-left-f5079851c93f1bd3281a7306812f9629.svg");
}

.icon-arrow-right {
  width: 7px;
  height: 13px;
  background-image: url("/front/images/icon-arrow-right-e212d6fd4a7a7cd6d2048fa502bd2105.svg");
}

.icon-end-left {
  width: 13px;
  height: 13px;
  background-image: url("/front/images/icon-end-left-a00abd179851306d05fad85951a68695.svg");
}

.icon-end-right {
  width: 13px;
  height: 13px;
  background-image: url("/front/images/icon-end-right-b853899f493fc59679af6a65c6f550ca.svg");
}

.icon-dropdown {
  width: 24px;
  height: 24px;
  background-image: url("/front/images/icon-dropdown-d21e575bc95bed0a732e56a5d93e2c9d.svg");
}

.icon-best {
  width: 48px;
  height: 34px;
  background-image: url("/front/images/icon-best-7fbb75f62da22f66564005b382c6092d.svg");
}

.icon-new {
  width: 33px;
  height: 34px;
  background-image: url("/front/images/icon-new-93b4620372f413d928e1e8f9dab509ae.svg");
}

.icon-startup-01 {
  width: 36px;
  height: 41px;
  background-image: url("/front/images/icon-startup-01-31b5664e1dc27a3df6f4e7a5682312fe.svg");
}

.icon-startup-02 {
  width: 54px;
  height: 49px;
  background-image: url("/front/images/icon-startup-02-d644d3f59caa2d362efd92a2dc305d77.svg");
}

.icon-startup-03 {
  width: 54px;
  height: 45px;
  background-image: url("/front/images/icon-startup-03-909a0d97fc748c94c473d42d66ffe49d.svg");
}

.icon-startup-04 {
  width: 40px;
  height: 39px;
  background-image: url("/front/images/icon-startup-04-ce8756e23436e57b1467ae443de2b079.svg");
}

.icon-startup-05 {
  width: 50px;
  height: 50px;
  background-image: url("/front/images/icon-startup-05-7e90e57d2ca5635c5c52fb1c2ec1bf2d.svg");
}

.icon-startup-06 {
  width: 64px;
  height: 57px;
  background-image: url("/front/images/icon-startup-06-1dde137cc45dea3e9f8e4340d4622469.svg");
}

.icon-startup-07 {
  width: 46px;
  height: 44px;
  background-image: url("/front/images/icon-startup-07-6ef284cc801e618136901c4aeb4fa131.svg");
}

.icon-startup-08 {
  width: 40px;
  height: 47px;
  background-image: url("/front/images/icon-startup-08-eaeb04a38d40026d4b6466b5ed3b103c.svg");
}

.select-arrow {
  width: 7px;
  height: 12px;
  background-image: url("/front/images/select-arrow-e5133d8b68592e1aed4a4a8f730995be.svg");
}

.icon-more {
  width: 21px;
  height: 42px;
  background-image: url("/front/images/icon-more-2697ab99fc9956c78229c5db6815fa0e.svg");
}

.icon-news {
  width: 32px;
  height: 32px;
  background-image: url("/front/images/icon-news-311f7c1e74c59249bcfbb3c5476ab165.svg");
}

.icon-store {
  width: 38px;
  height: 34px;
  background-image: url("/front/images/icon-store-6b38f35b2bb4cf4ed92fb251523be143.svg");
}

.icon-search {
  width: 24px;
  height: 24px;
  background-image: url("/front/images/icon-search-106547cc07eea0620a9324f73eb49311.svg");
}

.icon-rose {
  width: 60px;
  height: 60px;
  background-image: url("/front/images/icon-rose-d9fd6ffec0b276afc7c1c930013ce317.svg");
}

.icon-faq {
  width: 39px;
  height: 34px;
  background-image: url("/front/images/icon-faq-fa3da8fa323d999d47ad54d03486cd0b.svg");
}

.icon-startup {
  width: 28px;
  height: 34px;
  background-image: url("/front/images/icon-startup-c8ff48160fdd33038defb1056db2a11b.svg");
}

.icon-w-arrow {
  width: 32px;
  height: 32px;
  background-image: url("/front/images/icon-w-arrow-e0c02bbe26fdae1bfaf3d5b05b8d8e95.svg");
}

.icon-b-arrow {
  width: 32px;
  height: 32px;
  background-image: url("/front/images/icon-b-arrow-6702c8ac98bec10de75f3207d6cf6003.svg");
}

.icon-g-arrow {
  width: 16px;
  height: 16px;
  background-image: url("/front/images/icon-g-arrow-d9543944fc6433a5d25a457e4324df32.svg");
}

.icon-footer-arrow {
  width: 17px;
  height: 12px;
  background-image: url("/front/images/icon-footer-arrow-3e8d1f83d41c47a84ac50ea9785ce58c.svg");
}

.icon-gnb {
  width: 40px;
  height: 40px;
  background-image: url("/front/images/icon-gnb-212471eb5d01b4058a202da419421994.svg");
}

.icon-m-home {
  width: 32px;
  height: 32px;
  background-image: url("/front/images/icon-m-home-3ccf26830da113cae26f8512d068510d.svg");
}

.icon-m-menu {
  width: 32px;
  height: 32px;
  background-image: url("/front/images/icon-m-menu-4fdbdc404d866348e6cac344777ece14.svg");
}

.icon-m-store {
  width: 32px;
  height: 32px;
  background-image: url("/front/images/icon-m-store-a0c0bd3bc3cc5fdd89b355d63a83e908.svg");
}

.icon-m-startup {
  width: 32px;
  height: 32px;
  background-image: url("/front/images/icon-m-startup-efba044419c78c7eec6840934a2765a5.svg");
}

.icon-m-center {
  width: 32px;
  height: 32px;
  background-image: url("/front/images/icon-m-center-3c4712d4b66033f2a024a7bf686c5906.svg");
}

.icon-terry-01 {
  width: 60px;
  height: 60px;
  background-image: url("/front/images/icon-terry-01-cb08093d377afa1616c9282ef1d36e59.svg");
}

.icon-terry-02 {
  width: 60px;
  height: 60px;
  background-image: url("/front/images/icon-terry-02-aa503a7cbc59ebb572c4ca571b267a52.svg");
}

.icon-terry-03 {
  width: 60px;
  height: 60px;
  background-image: url("/front/images/icon-terry-03-a48126d364b2f191dbf3a1b809296290.svg");
}

.icon-terry-04 {
  width: 370px;
  height: 102px;
  background-image: url("/front/images/icon-terry-04-e9cf22b8f4199f4b12984104222351f6.svg");
}

.icon-mappin {
  width: 20px;
  height: 20px;
  background-image: url("/front/images/icon-mappin-47b61076f6d83eb8f9c347af166f80e1.svg");
}

.icon-kakao {
  width: 20px;
  height: 20px;
  background-image: url("/front/images/icon-kakao-449a7a3b9ea29c4b0ac14b7d9bdd4f0b.svg");
}

.icon-call {
  width: 20px;
  height: 20px;
  background-image: url("/front/images/icon-call-89fc0f3b3feeea158336b6c9b8eb00c1.svg");
}

.icon-car {
  width: 20px;
  height: 20px;
  background-image: url("/front/images/icon-car-43d6395943bc1443473d0a2c8320bb93.svg");
}

.icon-insta {
  width: 46px;
  height: 46px;
  background-image: url("/front/images/icon-insta-262075bf9d83edb43b4b05f8cf5ecaf8.svg");
}

.icon-youtube {
  width: 46px;
  height: 46px;
  background-image: url("/front/images/icon-youtube-0135acf266c572e02009e598d631b317.svg");
}

.icon-band {
  width: 46px;
  height: 46px;
  background-image: url("/front/images/icon-band-172bdd046d415efb879ecd30a060b8e6.svg");
}

.icon-blog {
  width: 46px;
  height: 46px;
  background-image: url("/front/images/icon-blog-f070175d7bf228c922fdd94bc99d3ab6.svg");
}

.icon-close {
  width: 24px;
  height: 24px;
  background-image: url("/front/images/icon-close-40fd620a0e66173632d56ec59d28bdb6.svg");
}

/* checkbox/radio */
.form-check {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 16px;
  padding-right: 24px;
}

.form-check-input {
  width: 24px;
  height: 24px;
  margin-top: 1px;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-check-input[type=checkbox] {
  border: 0;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 0;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:checked {
  background-color: #D8AF5F;
  border-color: #D8AF5F;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("../images/checkbox-checked.svg");
}
.form-check-input:checked[type=radio] {
  background-color: #fff;
  border: 7px solid #D8AF5F;
  position: relative;
}
.form-check-input:checked[type=radio] ~ .form-check-label {
  color: #D8AF5F;
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.check-badge {
  display: none;
}
.check-badge + .check-badge-label {
  border: 1px solid #aaa;
  font-size: 14px;
  color: #aaa;
  padding: 6px 10px;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}
.check-badge:checked + .check-badge-label {
  border: 1px solid #000;
  color: #000;
}

.inline-form-radio .form-check {
  margin-right: 40px;
}

.form-check-label {
  font-size: 14px;
  font-weight: 500;
  margin-left: 8px;
  vertical-align: sub;
}

/* switch */
.form-switch {
  padding-left: 56px;
}
.form-switch .form-check-input {
  width: 48px;
  margin-left: -56px;
  background-color: #b9b9b9;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 3em;
  transition: background-position 0.15s ease-in-out;
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-color: #D8AF5F;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.label-empty {
  padding-left: 48px;
}
.form-switch.label-empty .form-check-input {
  margin-left: -48px;
  margin-top: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
  vertical-align: middle;
}

.agree-wrap {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

@media screen and (max-width: 992px) {
  .form-check {
    padding-left: 12px;
  }
  .inline-form-radio .form-check {
    margin-right: 0;
  }
  .agree-wrap {
    display: block;
    margin-top: 30px;
  }
  .agree-wrap .form-check {
    justify-content: start;
    padding: 5px 0;
  }
}
.form-select {
  display: block;
  width: 100%;
  min-width: 170px;
  padding: 8px 33px 9px 15px;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #444444;
  background-color: #fff;
  border: 1px solid #ddd;
  background-image: url("/front/images/select-arrow-e5133d8b68592e1aed4a4a8f730995be.svg");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 7px auto;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-select:focus {
  outline: 1px solid #000;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select.form-sm {
  min-height: 32px;
  padding: 4px 33px 4px 24px;
}
.form-select.form-md {
  min-height: 40px;
  padding: 8px 33px 8px 24px;
}
.form-select.form-lg {
  min-height: 48px;
  padding: 12px 33px 12px 24px;
}
.form-select.form-xl {
  min-height: 56px;
}

.select-design {
  opacity: 0;
  height: 40px;
}
.select-design.select-lg + .select2-container .select2-selection--single {
  height: 46px;
}
.select-design.select-lg + .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
  font-size: 15px;
}
.select-design.select-xl + .select2-container .select2-selection--single {
  height: 54px;
}
.select-design.select-xl + .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 54px;
  font-size: 15px;
}

.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single {
  height: 40px;
  border-radius: 0;
  border: 1px solid #ddd;
  padding-bottom: 0;
  padding-right: 0;
}

.select2-container .select2-selection--single:focus {
  outline: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 11px;
  height: 7px;
  right: 20px;
  top: 50%;
  margin-top: -3.5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: block;
  border: 0;
  background: url("/front/images/select-arrow-e5133d8b68592e1aed4a4a8f730995be.svg") 0 0 no-repeat;
  width: 100%;
  height: 100%;
  margin: 0;
  position: static;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  font-size: 14px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 40px;
  padding-left: 1rem;
}

.select2-results__option {
  padding: 0 1rem;
  line-height: 40px;
}

.select2-container--default .select2-results__option--selected {
  background: #fff;
  color: #D8AF5F;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #000;
}

.select2-container .select2-search--inline .select2-search__field {
  margin: 0;
  padding: 8px 0 0 1rem;
  font-family: "Noto Sans KR";
  width: 100% !important;
  height: 100%;
}

.select2-container.select2-container--open {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
}

.select2-container.select2-container--open .select2-selection--single {
  border: 1px solid #000;
}

.select2-dropdown {
  z-index: 10000;
}

.select2-container--open .select2-dropdown--below {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
}

.select2-container--default .select2-selection--multiple::before {
  content: "항목을 선택하세요";
  color: #999;
  position: absolute;
  left: 1rem;
  top: 8px;
}

.select2-container--default .select2-selection--multiple::after {
  content: "";
  display: block;
  background: url("../images/select.svg") 0 0 no-repeat;
  width: 14px;
  height: 10px;
  position: absolute;
  right: 19px;
  top: 16px;
}

.select2-container--open .select2-selection--multiple::before {
  display: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  position: fixed;
  left: -9999px;
}

.select2-container--default.select2-container--open .select2-selection--multiple {
  border: 1px solid #000;
}

.select2-container--default.select2-container--open .select2-selection--multiple::after {
  transform: rotate(180deg);
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 300px;
}

.select2-dropdown {
  border: 1px solid #000;
  border-radius: 0;
}

.select-design.bg-light + .select2-container .select2-selection--single {
  background-color: #fff;
}

[aria-multiselectable=true] .select2-results__option::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #bac2cd;
  vertical-align: middle;
  margin-right: 10px;
  transform: translateY(-1px);
}
[aria-multiselectable=true] .select2-results__option--selected {
  color: #000;
}
[aria-multiselectable=true] .select2-results__option--selected::before {
  border-color: #000;
  background: #000 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e") 50% 50% no-repeat;
}
[aria-multiselectable=true] .select2-results__option--highlighted.select2-results__option--selectable {
  background: #fff !important;
  color: #000 !important;
}

@media screen and (max-width: 992px) {
  .form-select {
    font-size: 14px;
  }
  .select2-container .select2-selection--multiple, .select2-container .select2-selection--single {
    height: 40px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    font-size: 12px;
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 30px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 12px;
  }
  .select-design {
    opacity: 0;
    height: 24px;
    font-size: 12px;
  }
  .select-design.select-lg + .select2-container .select2-selection--single {
    height: 43px;
  }
  .select-design.select-lg + .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 43px;
    font-size: 13px;
  }
  .select-design.select-xl + .select2-container .select2-selection--single {
    height: 46px;
  }
  .select-design.select-xl + .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 46px;
    font-size: 14px;
  }
}
.select-group {
  display: flex;
  gap: 15px;
}

.btn {
  min-width: 115px;
  display: inline-block;
  font-weight: 400;
  color: #000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.532rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
  font-family: "Pretendard";
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn.round {
  border-radius: 28px;
}
.btn.btn-sm {
  padding: 4px 0.5rem;
  font-size: 14px;
  line-height: 24px;
  min-height: 32px;
}
.btn.btn-md {
  padding: 7px 1rem;
  font-size: 15px;
  line-height: 24px;
  min-height: 40px;
}
.btn.btn-lg {
  padding: 11px 1rem;
  font-size: 16px;
  line-height: 24px;
  min-height: 48px;
}
.btn.btn-xl {
  padding: 15px 1rem;
  font-size: 17px;
  line-height: 24px;
  min-height: 56px;
}
.btn.btn-primary {
  color: #fff;
  background-color: #D8AF5F;
  border-color: #D8AF5F;
}
.btn.btn-primary:hover {
  background-color: #1172cf;
}
.btn.btn-outline-primary {
  color: #D8AF5F;
  background-color: #fff;
  border-color: #D8AF5F;
}
.btn.btn-outline-primary:hover {
  color: #fff;
  background-color: #D8AF5F;
  border-color: #D8AF5F;
}
.btn.btn-outline-primary.active {
  color: #fff;
  background-color: #D8AF5F;
  border-color: #D8AF5F;
}
.btn.btn-gray {
  color: #fff !important;
  background-color: #777 !important;
  border-color: #777 !important;
}
.btn.btn-gray:hover {
  background-color: #777 !important;
}
.btn.btn-outline-gray {
  color: #777 !important;
  background-color: #fff !important;
  border-color: #777 !important;
}
.btn.btn-outline-gray:hover {
  color: #fff !important;
  background-color: #777 !important;
  border-color: #777 !important;
}
.btn.btn-outline-white {
  color: #fff !important;
  background-color: transparent !important;
  border-color: #fff !important;
}
.btn.btn-dark {
  color: #fff !important;
  background-color: #202020 !important;
  border-color: #202020 !important;
}
.btn.btn-dark:hover {
  background-color: #202020 !important;
  color: #fff !important;
  border-color: #fff !important;
}
.btn.btn-dark.active {
  color: #fff !important;
  background-color: #202020 !important;
  border-color: #202020 !important;
}
.btn.btn-outline-dark {
  color: #202020 !important;
  background-color: #fff !important;
  border-color: #202020 !important;
}
.btn.btn-outline-dark:hover {
  color: #fff !important;
  background-color: #202020 !important;
  border-color: #202020 !important;
}
.btn.btn-outline-dark.active {
  color: #fff !important;
  background-color: #202020 !important;
  border-color: #202020 !important;
}
.btn.btn-danger {
  color: #fff !important;
  background-color: #f95b55 !important;
  border-color: #f95b55 !important;
}
.btn.btn-danger:hover {
  background-color: #f95b55 !important;
}
.btn.btn-outline-danger {
  color: #f95b55 !important;
  background-color: #fff !important;
  border-color: #f95b55 !important;
}
.btn.btn-outline-danger:hover {
  color: #fff !important;
  background-color: #f95b55 !important;
  border-color: #f95b55 !important;
}
.btn:disabled {
  color: #aaaaaa !important;
  border-color: #eeeeee !important;
  background-color: #eeeeee !important;
}
.btn:disabled:hover {
  color: #aaaaaa !important;
  border-color: #eeeeee !important;
  background-color: #eeeeee !important;
}
.btn.disabled {
  color: #aaaaaa !important;
  border-color: #eeeeee !important;
  background-color: #eeeeee !important;
}
.btn.disabled:hover {
  color: #aaaaaa !important;
  border-color: #eeeeee !important;
  background-color: #eeeeee !important;
}

@media screen and (max-width: 992px) {
  .btn {
    min-width: 60px;
  }
  .btn.btn-sm {
    padding: 1px 0.3rem;
    font-size: 11px;
    line-height: 22px;
    min-height: 22px;
  }
  .btn.btn-md {
    padding: 7px 0.7rem;
    font-size: 12px;
    line-height: 24px;
    min-height: 24px;
  }
  .btn.btn-lg {
    padding: 5px 0.7rem;
    font-size: 13px;
    line-height: 24px;
    min-height: 26px;
  }
  .btn.btn-xl {
    padding: 7px 0.7rem;
    font-size: 14px;
    line-height: 24px;
    min-height: 30px;
  }
}
.form-control {
  display: block;
  width: 100%;
  padding: 16px 33px 16px 24px;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #202020;
  background-color: #fff;
  border: 1px solid #ddd;
}
.form-control.white {
  background-color: #fff;
  border: 1px solid #ddd;
}
.form-control::-moz-placeholder {
  color: #999;
}
.form-control::placeholder {
  color: #999;
}
.form-control:focus {
  outline: 1px solid #000;
}
.form-control:disabled {
  background-color: #e9ecef;
}
.form-control.form-sm {
  min-height: 32px;
  padding: 4px 33px 4px 24px;
}
.form-control.form-md {
  min-height: 40px;
  padding: 8px 33px 8px 24px;
}
.form-control.form-lg {
  min-height: 48px;
  padding: 12px 33px 12px 24px;
}
.form-control.form-xl {
  min-height: 56px;
}

.form-upload {
  display: block;
  width: 100%;
  min-width: 170px;
  padding: 9px 24px;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #777777;
  background-color: #f8f8fa;
  border-radius: 4px;
  border: 0;
}
.form-upload input {
  display: none;
}
.form-upload label {
  width: 100%;
  text-align: right;
  cursor: pointer;
}

.date-range {
  display: flex;
  align-items: center;
}
.date-range span {
  margin: 0 10px;
}
.date-range .form-date-wrap {
  padding: 9px 33px 9px 10px;
}

.form-date-wrap {
  width: 140px;
  padding: 4px 33px 4px 5px;
  border: 1px solid #ddd;
}
.form-date-wrap .form-date {
  border: 0;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .form-control.form-sm {
    min-height: 22px;
    font-size: 11px;
    padding: 4px 15px 4px 12px;
  }
  .form-control.form-md {
    min-height: 24px;
    font-size: 12px;
    padding: 10px 15px 10px 12px;
  }
  .form-control.form-lg {
    min-height: 26px;
    font-size: 13px;
    padding: 12px 15px 12px 12px;
  }
  .form-control.form-xl {
    min-height: 30px;
    font-size: 14px;
    padding: 16px 30px 16px 18px;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  gap: 10px;
  margin-bottom: 40px;
}

.nav-tabs .nav-link {
  font-size: 16px;
  font-weight: 700;
  background-color: #fff;
  padding: 12px 24px;
  border-radius: 40px;
  border: 1px solid #ddd;
}
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #D8AF5F;
  border: 1px solid #D8AF5F;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.fade {
  transition: opacity 0.15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

@media screen and (max-width: 992px) {
  .nav {
    width: 100%;
    justify-content: start;
    margin-bottom: 20px;
    margin-top: 40px;
  }
  .nav-tabs .nav-item {
    width: auto;
  }
  .nav-tabs .nav-link {
    width: 100%;
    font-size: 14px;
  }
  .nav-link {
    padding: 20px 1rem;
  }
}
.tag {
  display: inline-flex;
  height: 30px;
  padding: 0 5px 1px 10px;
  border-radius: 50rem;
  align-items: center;
  background-color: #D8AF5F;
  color: #fff;
  font-size: 12px;
  letter-spacing: -0.05em;
  margin: 0.25rem;
}
.tag > a {
  margin-left: 5px;
  display: block;
  padding: 2px 5px;
}
.tag.none-border {
  border-radius: 0;
}
.tag .icon-tag-x {
  vertical-align: middle;
  margin-top: -2px;
}
.tag.tag-sm {
  height: 24px;
  padding: 0 10px;
  line-height: 1.2;
}
.tag.tag-lg {
  height: 30px;
  padding: 0 10px;
  font-size: 14px;
  padding-top: 1px;
}
.tag.tag-xl {
  height: 40px;
  padding: 0 16px;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 1px;
}
.tag.tag-xl > a {
  margin-left: 10px;
}
.tag.tag-outline-primary {
  background-color: #fff;
  border: 1px solid #D8AF5F;
  color: #D8AF5F;
}
.tag.tag-danger {
  border: 1px solid #FFE4E5;
  color: #E9090A;
  background-color: #FFE4E5;
}
.tag.tag-outline-danger {
  border: 1px solid #E9090A;
  color: #E9090A;
  background-color: transparent;
}
.tag.tag-orange {
  color: #fff;
  background-color: #ffa500;
  border-color: #ffa500;
}
.tag.tag-outline-orange {
  color: #ffa500;
  background-color: #fff;
  border-color: #ffa500;
}
.tag.tag-gray {
  color: #fff;
  background-color: #777;
  border-color: #777;
}
.tag.tag-outline-gray {
  color: #777;
  background-color: #fff;
  border-color: #777;
}

.item-new {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 11px;
  font-family: "Poppins";
  background: #0078ff;
  font-weight: 700;
}

@media screen and (max-width: 992px) {
  .tag {
    font-size: 12px;
    height: 24px;
  }
  .tag.tag-sm {
    height: 20px;
    line-height: 20px;
  }
  .tag.tag-lg {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    padding: 0 8px;
  }
  .tag.tag-xl {
    height: 32px;
    padding: 0 16px;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 1px;
  }
  .tag.tag-xl > a {
    margin-left: 10px;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.fade {
  transition: opacity 0.15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal-dialog.modal-default {
  max-width: 500px;
}
.modal-dialog.modal-default .modal-header {
  border: 0;
}
.modal-dialog.modal-default .modal-footer {
  border: 0;
  justify-content: center;
}
.modal-dialog.modal-default .text-form {
  text-align: center;
  padding: 2rem 0;
}
.modal-dialog.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog .qna {
  display: flex;
  align-items: center;
}
.modal-dialog .qna span {
  width: 150px;
}
.modal-dialog .qna input {
  width: 100%;
}
.modal-dialog.modal-dialog-scrollable .modal-body .text-form {
  height: 600px;
  overflow: auto;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.btn-close {
  width: 20px;
  height: 20px;
  background-image: url("../images/modal-btn-close.png");
  background-size: cover;
  background-position: center;
}

.modal-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

@media screen and (max-width: 992px) {
  .modal-title {
    font-size: 16px;
  }
  .modal-dialog.modal-dialog-scrollable .modal-body .text-form {
    height: 600px;
    overflow: auto;
    padding: 0;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}
html, body {
  height: auto;
  overflow-x: hidden;
}

#container-block {
  min-height: 600px;
}

.container {
  padding: 0;
  width: 1350px;
  height: auto;
}

@media screen and (max-width: 1400px) {
  .container {
    padding: 0 20px;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .container {
    padding: 0 20px;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .container {
    padding: 0 20px;
    width: 100%;
    max-width: 100%;
  }
}
#header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  flex: 0 0 80px;
  background-color: transparent;
  z-index: 9999;
}
#header .container-fluid {
  height: 100%;
}
#header .inner {
  width: 100%;
  position: relative;
}
#header .inner .logo {
  background-image: url("/front/images/w-logo-324c360856ae57540bf8ece5e572f6c6.svg");
  width: 56px;
  height: 60px;
  background-size: cover;
  background-position: center;
  display: block;
}
#header .inner.hover {
  background-color: #fff;
}
#header .inner.hover .logo {
  background-image: url("/front/images/b-logo-a5958319a128dae5e9a0ba3206655764.svg");
}
#header .inner.hover .icon-gnb {
  background-image: url("/front/images/icon-b-gnb-65292b0cc3ab19c5eef0091d8c1f1566.svg");
}
#header .inner.hover .gnb-list .gnb-depth a {
  color: #444;
}

.header-logo {
  position: absolute;
  left: 57px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}

.m-menu-btn {
  position: absolute;
  right: 57px;
  top: 50%;
  transform: translateY(-50%);
}

.m-gnb-list {
  display: none;
}

.gnb-list {
  display: flex;
  align-items: center;
}
.gnb-list .gnb-depth {
  width: 160px;
  padding: 30px 0;
  position: relative;
  text-align: center;
}
.gnb-list .gnb-depth:hover:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #D8AF5F;
}
.gnb-list .gnb-depth:hover a {
  color: #D8AF5F;
  transition: 0.3s;
}
.gnb-list .gnb-depth a {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.hover-gnb {
  display: none;
  justify-content: end;
  background-color: #f8f8f8;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 99;
}
.hover-gnb .gnb-list {
  align-items: flex-start;
  justify-content: center;
}
.hover-gnb .gnb-depth a {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0;
  color: #444;
}
.hover-gnb .gnb-depth a:hover {
  color: #D8AF5F !important;
  text-decoration: underline;
}
.hover-gnb .gnb-depth:hover::after {
  content: none;
}
.hover-gnb .gnb-depth:hover a {
  color: #202020;
}

.sign-list {
  display: flex;
  align-items: center;
  gap: 24px;
}
.sign-list .sign-depth.mypage {
  position: relative;
}
.sign-list .sign-depth a {
  font-size: 15px;
  font-weight: 500;
}

@media screen and (max-width: 992px) {
  #header {
    padding: 0;
    height: 50px;
  }
  #header > .container {
    padding: 0;
    height: 100%;
  }
  #header .inner {
    height: 100%;
  }
  #header .inner .logo {
    width: 26px;
    height: 30px;
  }
  .btn-close {
    position: absolute;
    top: 10px;
    right: 15px;
  }
  .header-logo {
    width: 70px;
    left: 20px;
    top: 15px;
    transform: inherit;
  }
  .m-menu-btn {
    display: flex;
    justify-content: end;
    right: 20px;
  }
  .m-gnb-list {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 95%;
    height: 100vh;
    background: #fff;
    z-index: 1000;
    padding: 40px 20px;
  }
  .m-gnb-list.active {
    right: 0;
  }
  .m-gnb-list .gnb-depth > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
  }
  .m-gnb-list .gnb-depth > a .gnb-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-left: 13px;
  }
  .m-gnb-list .gnb-depth .two-depth {
    display: none;
  }
  .m-gnb-list .gnb-depth .two-depth-list {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding: 12px 0 12px 45px;
  }
  .m-gnb-list .gnb-depth.active > a .btn-more {
    transform: rotate(90deg);
    transition: 0.3s;
  }
  .m-gnb-list .gnb-depth.active .two-depth {
    display: block;
    background-color: #f8f8f8;
  }
}
.footer {
  padding: 100px 0 78px;
  background-color: #202020;
  font-family: "Pretendard";
}
.footer .footer-desc {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.footer .footer-desc.left {
  padding-right: 40px;
}
.footer .footer-desc.right {
  padding-left: 40px;
}
.footer .footer-desc .address {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #D8AF5F;
  margin-top: 30px;
}
.footer .footer-desc .copyright {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #D8AF5F;
  margin-top: 10px;
}
.footer .sns-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 60px;
}

@media screen and (max-width: 992px) {
  .footer {
    padding: 40px 0 30px;
  }
  .footer .footer-desc {
    width: 80%;
    margin: 0 auto;
  }
  .footer .footer-desc .address {
    font-size: 15px;
    line-height: 24px;
    margin-top: 15px;
  }
  .footer .footer-desc .copyright {
    font-size: 13px;
    line-height: 20px;
    margin-top: 5px;
  }
}
aside > ul > li {
  margin-bottom: 2rem;
}
aside > ul > li > a {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 1rem;
  display: inline-block;
}
aside > ul > li > ul {
  margin-top: -5px;
}
aside > ul > li > ul > li {
  position: relative;
}
aside > ul > li > ul > li .item-new {
  margin-left: 10px;
}
aside > ul > li > ul > li.active a::before {
  background-color: #0078ff;
  width: 100%;
}
aside > ul > li > ul > li a {
  font-size: 14px;
  color: #888;
  line-height: 2.5;
  position: relative;
  transition: color 0.15s;
  display: inline-block;
  vertical-align: top;
}
aside > ul > li > ul > li a::before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 3px;
  transition: all 0.3s;
}
aside > ul > li > ul > li.active a {
  color: #0078ff;
  font-weight: 700;
}
aside > ul > li > ul > li ul {
  padding-left: 20px;
  background-color: #f8f8f8;
}
aside > ul > li > ul .feed-list-detail {
  position: static;
}
aside > ul > li > ul .feed-list-detail .more-dot {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
aside > ul > li > ul .feed-list-detail .more-dot .more-page {
  left: 10px;
}
aside > ul > li > ul .icon-more-dot {
  height: 13px;
}
aside > ul > li .headhunter-side-title {
  width: 100%;
  border: 1px dotted #D8AF5F;
  color: #D8AF5F;
  padding: 10px 20px;
  font-size: 16px;
}
aside .new-community li {
  display: flex;
  align-items: center;
}

.resume-login {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  border: 1px solid #ddd;
  margin-bottom: 40px;
}
.resume-login .btn {
  display: block;
  margin-top: 10px;
  width: 100%;
}
.resume-login .name {
  font-size: 14px;
  margin: 10px 0;
}
.resume-login .name b {
  font-size: 20px;
}

.resume-login-profile {
  width: 80px;
  height: 80px;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  aside {
    display: none;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
.fade:not(.show) {
  opacity: 0;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.center-title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}

.subtitle {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.title-line {
  height: 2px;
  background: #000;
}

.table-subtitle {
  font-size: 18px;
  font-weight: 700;
}

.sub-content-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.table {
  width: 100%;
}

.table th, .table td {
  padding: 1rem;
  border-bottom: 1px solid #e6ecf0;
  letter-spacing: -0.7px;
  line-height: 1.36;
}

.table th {
  background-color: #f8f8fa;
}

.in-table {
  width: 100%;
  background-color: #fff;
  border-top: 2px solid #000;
}
.in-table thead th,
.in-table thead td {
  background: #f8f8fa;
  vertical-align: middle;
}
.in-table tbody th {
  background: #f8f8fa;
  vertical-align: middle;
}

.table-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -1.2px;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.table-title-desc {
  line-height: 1.1;
  color: #888;
  letter-spacing: -0.8px;
}

.title-line {
  height: 2px;
  background: #000;
}

.text-require {
  color: #707070;
  font-size: 14px;
  vertical-align: middle;
  line-height: 1.1;
}

.table-subtitle {
  font-size: 18px;
  font-weight: 700;
}

.table-subtitle-desc {
  font-size: 14px;
  color: #888;
}

.line-light {
  width: 100%;
  height: 1px;
  background: #d2d8dc;
}

.bg-color-1 {
  background: #e8edf3 !important;
}

.bg-color-2 {
  background: #edf1f5 !important;
}

.bg-color-3 {
  background: #dee7ef !important;
}

.table.border-top-1 {
  border-top: 1px solid #202020;
}
.table.border-top-4 {
  border-top: 4px solid #202020;
}
.table .border-left-1 {
  border-left: 1px solid #ddd;
}
.table.font-size-14 thead th {
  font-weight: 500;
}
.table.font-size-14 th, .table.font-size-14 td {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-weight: 400;
}
.table th {
  font-weight: 400;
}

.table:not(.table-form):not(.table-cscenter) tbody td {
  color: #333;
}

.table-fixed {
  table-layout: fixed;
}

.cell-min-height {
  height: 40px;
  display: flex;
  align-items: center;
}

.table-form {
  background: #f6f8fa;
  border-top: 2px solid #000;
  table-layout: fixed;
}
.table-form th,
.table-form td {
  padding: 1rem 1.25rem;
  border-color: #dce2e6;
}
.table-form tbody > tr > th {
  padding-top: 1.5rem;
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
}
.table-form tbody > tr > th.align-bottom {
  padding-bottom: 1.5rem;
  padding-top: 1rem;
}
.table-form .bg-color-1 {
  border-right: 1px solid #dce2e6 !important;
}
.table-form .bg-color-2 {
  border-right: 1px solid #dce2e6 !important;
}
.table-form.border-top {
  border-color: #dce2e6 !important;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 100px;
}
.pagination a {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(238, 238, 238, 0.9333333333);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: "Pretendard";
}
.pagination a.active {
  background-color: #202020;
  color: #fff;
}
.pagination .icon-pager-next, .pagination .icon-pager-prev {
  margin-bottom: 3px;
}

.fake-table-count {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #231815;
  font-family: "Pretendard";
  margin-bottom: 16px;
}

.fake-table {
  width: 100%;
  display: table;
  border-bottom: 1px solid #ddd;
  border-top: 4px solid #231815;
  font-family: "Pretendard";
}
.fake-table .fake-table-head {
  display: table-row;
  text-align: center;
  background-color: #f8f8f8;
}
.fake-table .fake-table-column {
  display: table-row;
}
.fake-table .fake-table-cell {
  display: table-cell;
  padding: 20px;
  vertical-align: middle;
  text-align: center;
  border-top: 1px solid #ddd;
}
.fake-table .fake-table-cell .form-check-input {
  margin-left: 0;
}
.fake-table .fake-table-cell .form-cell {
  width: 100%;
  display: flex;
}
.fake-table .fake-table-cell .form-cell.cell-2 > div {
  width: 50%;
  padding: 5px 0;
}

.more-btn {
  width: 100%;
  font-weight: 600;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #000;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-top: 160px;
}
.more-btn span {
  font-size: 17px;
  margin-left: 8px;
}
.more-btn .icon-primary-plus {
  margin-left: 10px;
}

@media screen and (max-width: 992px) {
  .subtitle {
    font-size: 22px;
  }
  .center-title {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .sub-content-head {
    margin-bottom: 25px;
  }
  .table-subtitle {
    font-size: 16px;
  }
  .fake-table {
    display: block;
  }
  .fake-table .fake-table-head {
    display: none;
  }
  .fake-table .fake-table-column {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
  }
  .fake-table .fake-table-cell {
    display: block;
    padding: 5px 10px;
    vertical-align: middle;
    text-align: left;
    border-top: 0;
  }
  .fake-table .fake-table-cell .form-check-input {
    margin-left: 0;
  }
  .pagination {
    gap: 10px;
    margin-top: 50px;
  }
  .pagination a {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
  .pagination a.active {
    background-color: #202020;
    color: #fff;
  }
  .pagination .icon-pager-next, .pagination .icon-pager-prev {
    margin-bottom: 3px;
  }
}
.primary-checkbox {
  display: none;
}
.primary-checkbox:checked + .for-checkbox {
  background-color: #D8AF5F;
  color: #fff;
  border: 1px solid #D8AF5F;
}
.primary-checkbox + .for-checkbox {
  border: 1px solid #ddd;
  border-radius: 40px;
  padding: 12px 24px;
  background-color: #fff;
}

.m-t-100 {
  margin-top: 100px !important;
}

@media screen and (max-width: 1400px) {
  .m-t-100 {
    margin-top: 80px !important;
  }
}
@media screen and (max-width: 992px) {
  .m-t-100 {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 540px) {
  .m-t-100 {
    margin-top: 30px !important;
  }
}
.main-slider .swiper-slide {
  width: 100%;
  height: 100vh;
}
.main-slider .swiper-slide > .container {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.main-slider .swiper-slide .swiper-slide-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main-slider .swiper-slide.swiper-slide-active .swiper-slide-bg {
  animation-name: zoom;
  animation-duration: 6s;
}
@keyframes zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.08);
  }
}

.main-item-swiper {
  padding: 240px 0;
}
.main-item-swiper .item-img {
  margin-top: 60px;
}
.main-item-swiper .item-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-item-swiper .product-img {
  text-align: center;
}
.main-item-swiper .product-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-item-swiper .swiper-button-prev {
  width: 32px;
  height: 32px;
  background-image: url(/front/images/icon-b-arrow-6702c8ac98bec10de75f3207d6cf6003.svg);
  transform: rotate(180deg);
  left: -80px;
}
.main-item-swiper .swiper-button-prev::after {
  content: none;
}
.main-item-swiper .swiper-button-next {
  width: 32px;
  height: 32px;
  background-image: url(/front/images/icon-b-arrow-6702c8ac98bec10de75f3207d6cf6003.svg);
  right: -80px;
}
.main-item-swiper .swiper-button-next::after {
  content: none;
}
@media screen and (max-width: 992px) {
  .main-item-swiper {
    padding: 80px 0;
  }
  .main-item-swiper .item-img {
    margin-top: 20px;
  }
  .main-item-swiper .product-img {
    margin-top: 30px;
  }
  .main-item-swiper .swiper-button-prev {
    left: 15px;
  }
  .main-item-swiper .swiper-button-next {
    right: 15px;
  }
}

.main-faq {
  background-image: url("/front/images/main-img-01-de7cefb755736409928364f59f993c7c.png");
  background-size: cover;
  background-position: center;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .main-faq {
    height: 255px;
  }
}
.main-startup {
  background: #D8AF5F no-repeat;
  color: #fff;
  padding: 100px;
  height: 100%;
  background-position: 100% 100%;
}
.main-startup .main-startup__fn {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
}
.main-startup .main-startup__title {
  font-size: 70px;
  line-height: 70px;
  margin-top: 40px;
  position: relative;
  font-weight: 700;
}
.main-startup .main-startup__title .icon-mark {
  width: 119px;
  height: 81px;
  background-image: url("/front/images/icon-mark-a15f50f0cd0bd58b15238c2e26f9c70d.svg");
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
  right: 125px;
  top: -50px;
}
.main-startup .main-startup__desc {
  font-size: 16px;
  line-height: 28px;
  margin-top: 40px;
}
.main-startup .btn {
  margin-top: 80px;
}

@media screen and (max-width: 992px) {
  .main-startup {
    padding: 66px 16px;
  }
  .main-startup .main-startup__fn {
    font-size: 14px;
  }
  .main-startup .main-startup__title {
    font-size: 40px;
    line-height: 40px;
    margin-top: 10px;
  }
  .main-startup .main-startup__title .icon-mark {
    width: 60px;
    height: 41px;
    right: 0;
    top: -15px;
  }
  .main-startup .main-startup__desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 30px;
  }
  .main-startup .btn {
    width: 128px;
    margin-top: 40px;
  }
}
.main-section-1 {
  width: 100%;
  height: 100vh;
  background-color: #f5f5f5;
  display: flex;
}
.section-box__desc {
  font-weight: 700;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  color: #D8AF5F;
}

.section-box__title {
  font-weight: 700;
  font-size: 70px;
  line-height: 70px;
  text-align: center;
  color: #000;
  margin-top: 11px;
}

.main-section-1 > .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.main-section-1 .advantages-wrap {
  display: flex;
  align-items: center;
  gap: 33px;
  margin-top: 120px;
}
.main-section-1 .advantages-wrap .advantages-wrap__list {
  width: calc(33.3% - 16px);
  height: 600px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
  padding: 82px 42px 51px;
}
.main-section-1 .advantages-wrap .advantages-wrap__list .img {
  width: 203px;
  height: 160px;
}
.main-section-1 .advantages-wrap .advantages-wrap__list .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-section-1 .advantages-wrap .advantages-wrap__list .advantages-wrap__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #111111;
  margin-top: 85px;
}
.main-section-1 .advantages-wrap .advantages-wrap__list .advantages-wrap__desc {
  height: 140px;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
  margin-top: 20px;
}
.main-section-1 .advantages-wrap .advantages-wrap__list .viewmore-btn {
  display: flex;
  align-items: center;
}
.main-section-1 .advantages-wrap .advantages-wrap__list .viewmore-btn span {
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  color: #111111;
}
.main-section-1 .advantages-wrap .advantages-wrap__list .viewmore-btn i {
  margin-left: 10px;
}
@media screen and (max-width: 992px) {
  .main-section-1 {
    height: 100%;
    padding: 80px 0;
  }
  .section-box__desc {
    font-size: 14px;
  }
  .section-box__title {
    font-size: 40px;
    line-height: 40px;
    margin-top: 10px;
  }
  .main-section-1 .advantages-wrap {
    display: block;
    margin-top: 60px;
  }
  .main-section-1 .advantages-wrap .advantages-wrap__list {
    width: 100%;
    height: auto;
    padding: 30px 34px;
    margin-bottom: 20px;
  }
  .main-section-1 .advantages-wrap .advantages-wrap__list .img {
    width: 193px;
    height: 160px;
  }
  .main-section-1 .advantages-wrap .advantages-wrap__list .advantages-wrap__title {
    font-size: 18px;
    margin-top: 10px;
  }
  .main-section-1 .advantages-wrap .advantages-wrap__list .advantages-wrap__desc {
    height: auto;
    font-size: 15px;
    line-height: 28px;
    margin-top: 15px;
  }
  .main-section-1 .advantages-wrap .advantages-wrap__list .viewmore-btn {
    display: flex;
    align-items: center;
    margin-top: 35px;
  }
  .main-section-1 .advantages-wrap .advantages-wrap__list .viewmore-btn span {
    font-size: 12px;
  }
  .main-section-1 .advantages-wrap .advantages-wrap__list .viewmore-btn i {
    margin-left: 5px;
    width: 20px;
    height: 20px;
  }
}

.main-section-2 {
  width: 100%;
  height: 980px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.main-section-2 .section-box__desc {
  font-weight: 700;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  color: #D8AF5F;
}
.main-section-2 .section-box__title {
  font-weight: 700;
  font-size: 70px;
  line-height: 84px;
  text-align: center;
  color: #fff;
  margin-top: 20px;
  margin-top: 11px;
}
.main-section-2 .section-box__txt {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 80px;
}
.main-section-2 .btn-group {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 120px;
}
.main-section-2 .btn-group .btn {
  font-weight: 500;
  max-width: 180px;
  min-width: 128px;
}
@media screen and (max-width: 992px) {
  .main-section-2 {
    height: 100%;
    padding: 80px 0;
  }
  .main-section-2 .section-box__desc {
    font-size: 14px;
  }
  .main-section-2 .section-box__title {
    font-size: 40px;
    line-height: 48px;
    margin-top: 10px;
  }
  .main-section-2 .section-box__txt {
    font-size: 14px;
    line-height: 24px;
    margin-top: 40px;
  }
  .main-section-2 .btn-group {
    width: 100%;
    margin-top: 96px;
  }
}

.gallery-wrap {
  width: 100%;
  height: 100vh;
  display: flex;
  background-color: #f5f5f5;
}
.gallery-wrap > .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.gallery-wrap .gallery-wrap__list {
  display: flex;
  flex-flow: wrap;
  gap: 36px;
  margin-top: 100px;
}
.gallery-wrap .gallery-wrap__list .gallery-wrap__card {
  width: calc(25% - 27px);
}
.gallery-wrap .gallery-wrap__list .gallery-wrap__card .img {
  width: 100%;
  height: 100%;
  max-height: 311px;
}
.gallery-wrap .gallery-wrap__list .gallery-wrap__card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-wrap .gallery-wrap__list .gallery-wrap__card .gallery-wrap__box {
  background-color: #fff;
  padding: 34px 24px;
}
.gallery-wrap .gallery-wrap__list .gallery-wrap__card .gallery-wrap__box .name {
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  color: #444444;
}
.gallery-wrap .gallery-wrap__list .gallery-wrap__card .gallery-wrap__box .txt {
  font-size: 15px;
  line-height: 24px;
  color: #444444;
  margin-top: 12px;
}
@media screen and (max-width: 992px) {
  .gallery-wrap {
    height: 100%;
    padding: 80px 0;
  }
  .gallery-wrap .gallery-wrap__list {
    gap: 16px;
    margin-top: 80px;
  }
  .gallery-wrap .gallery-wrap__list .gallery-wrap__card {
    width: calc(50% - 8px);
  }
  .gallery-wrap .gallery-wrap__list .gallery-wrap__card .img {
    width: 100%;
    height: 151px;
    max-height: 151px;
  }
  .gallery-wrap .gallery-wrap__list .gallery-wrap__card .gallery-wrap__box {
    padding: 16px 11px;
  }
  .gallery-wrap .gallery-wrap__list .gallery-wrap__card .gallery-wrap__box .name {
    font-size: 14px;
    line-height: 24px;
  }
  .gallery-wrap .gallery-wrap__list .gallery-wrap__card .gallery-wrap__box .txt {
    font-size: 14px;
    margin-top: 5px;
  }
}

.sub-banner {
  width: 100%;
  height: 460px;
  background-size: cover;
  background-position: center;
  background-color: #D8AF5F;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sub-banner .sub-banner-title {
  font-size: 56px;
  line-height: 66px;
  color: #fff;
  font-weight: 700;
}
.sub-banner .sub-banner-desc {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  margin-top: 20px;
}

.tab-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  padding: 0;
  background-color: #F8F8F8;
  padding: 10px 0;
}
.tab-menu .tab-menu__list {
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #666666;
  position: relative;
}
.tab-menu .tab-menu__list.active {
  color: #111;
}
.tab-menu .tab-menu__list.active::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #111;
  left: 0;
  bottom: -10px;
  position: absolute;
}

.title {
  font-size: 50px;
  line-height: 70px;
  color: #000;
}

.sub-title {
  margin-top: 20px;
  font-size: 20px;
  line-height: 26px;
  color: #777777;
}

@media screen and (max-width: 992px) {
  .sub-banner .sub-banner-title {
    font-size: 28px;
    line-height: 38px;
  }
  .sub-banner .sub-banner-desc {
    padding: 0 20px;
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
  }
  .title {
    font-size: 36px;
    line-height: 48px;
  }
  .tab-menu {
    gap: 30px;
    padding: 20px 0;
  }
  .tab-menu .tab-menu__list {
    font-size: 16px;
    line-height: 20px;
  }
  .tab-menu.center {
    gap: 30px;
    padding: 20px 0;
    flex-flow: wrap;
  }
  .tab-menu.center .tab-menu__list {
    font-size: 16px;
  }
  .sub-title {
    margin-top: 10px;
    font-size: 15px;
    line-height: 24px;
  }
}
.table-content {
  margin-top: 80px;
}
.table-content.center .fake-table-column:hover {
  background-color: #f8f8f8;
  cursor: pointer;
}
.table-content.center .fake-table-cell {
  padding: 38px 0;
  font-weight: 500;
}
.table-content.center .fake-table-cell:nth-child(1) {
  width: 10%;
  font-size: 16px;
  line-height: 19px;
  color: #777;
}
.table-content.center .fake-table-cell:nth-child(2) {
  width: 60%;
  font-size: 20px;
  padding-left: 80px;
  line-height: 24px;
  color: #231815;
}
.table-content.center .fake-table-cell:nth-child(3) {
  width: 15%;
  font-size: 16px;
  line-height: 19px;
  color: #777;
}
.table-content.center .fake-table-cell:nth-child(4) {
  width: 15%;
  font-size: 16px;
  line-height: 19px;
  color: #777;
}
.table-content.faq .fake-table-column:hover {
  background-color: #f8f8f8;
  cursor: pointer;
}
.table-content.faq .fake-table-column .icon-dropdown {
  transform: rotate(180deg);
  transition: 0.3s;
}
.table-content.faq .fake-table-column.active .icon-dropdown {
  transform: rotate(360deg);
  transition: 0.3s;
}
.table-content.faq .fake-table-column.active + .open-accordian {
  display: table-row;
}
.table-content.faq .fake-table-cell {
  padding: 38px 0;
  font-weight: 500;
}
.table-content.faq .fake-table-cell:nth-child(1) {
  width: 10%;
  font-size: 26px;
  line-height: 31px;
  color: #202020;
  font-weight: 800;
}
.table-content.faq .fake-table-cell:nth-child(2) {
  width: 75%;
  font-size: 20px;
  padding-left: 80px;
  line-height: 24px;
  color: #231815;
}
.table-content.faq .fake-table-cell:nth-child(3) {
  width: 10%;
  font-size: 16px;
  line-height: 19px;
  color: #777;
}
.table-content.faq .open-accordian {
  width: 100%;
  display: none;
  background-color: #f8f8f8;
}
.table-content.faq .open-accordian .open-accordian__title {
  width: 10%;
  font-size: 26px;
  line-height: 31px;
  color: #D8AF5F;
  font-weight: 800;
  vertical-align: inherit;
}
.table-content.faq .open-accordian .answer {
  width: 90%;
  font-size: 18px;
  line-height: 31px;
  text-align: left;
}
.table-content.qna .fake-table-column:hover {
  background-color: #f8f8f8;
  cursor: pointer;
}
.table-content.qna .fake-table-cell {
  padding: 38px 0;
  font-weight: 500;
}
.table-content.qna .fake-table-cell:nth-child(1) {
  width: 10%;
  font-size: 16px;
  line-height: 19px;
  color: #777;
}
.table-content.qna .fake-table-cell:nth-child(2) {
  width: 65%;
  font-size: 20px;
  padding-left: 80px;
  line-height: 24px;
  color: #231815;
}
.table-content.qna .fake-table-cell:nth-child(3) {
  width: 10%;
  font-size: 20px;
  line-height: 24px;
  color: #231815;
  position: relative;
}
.table-content.qna .fake-table-cell:nth-child(4) {
  width: 15%;
  font-size: 16px;
  line-height: 19px;
  color: #777;
  position: relative;
}
.table-content.qna .fake-table-cell:nth-child(4)::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 60%;
  background-color: #ddd;
  top: 50%;
  transform: translateY(-50%);
}

.detail-title {
  font-size: 36px;
  margin-top: 45px;
}

.center-detail {
  border-top: 4px solid #000;
  border-bottom: 1px solid #ddd;
  padding: 40px 0;
}
.center-detail p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #231815;
}

.btn-foot {
  margin-top: 40px;
}

.search-group {
  margin-top: 40px;
}
.search-group .select-design {
  width: 120px;
}
.search-group input {
  width: 240px;
}

@media screen and (max-width: 992px) {
  .auto {
    overflow: auto;
  }
  .auto .table {
    width: 1000px;
  }
  .table-content {
    margin-top: 50px;
  }
  .table-content.center .fake-table-column {
    padding: 20px 0;
  }
  .table-content.center .fake-table-cell {
    padding: 0;
  }
  .table-content.center .fake-table-cell:nth-child(1) {
    display: none;
  }
  .table-content.center .fake-table-cell:nth-child(2) {
    width: 100%;
    font-size: 15px;
    padding-left: 16px;
    line-height: 18px;
  }
  .table-content.center .fake-table-cell:nth-child(3) {
    width: 100%;
    font-size: 14px;
    line-height: 17px;
    text-align: left !important;
    padding-left: 16px;
    margin-top: 12px;
  }
  .table-content.center .fake-table-cell:nth-child(4) {
    width: 100%;
    font-size: 14px;
    line-height: 17px;
    position: relative;
    text-align: left !important;
    padding-left: 16px;
    margin-top: 6px;
  }
  .table-content.faq .fake-table-column {
    width: 100%;
    display: table-row;
  }
  .table-content.faq .fake-table-cell {
    padding: 20px 0;
    display: table-cell;
    width: 100%;
  }
  .table-content.faq .fake-table-cell:nth-child(1) {
    width: 5%;
    font-size: 18px;
    line-height: 22px;
  }
  .table-content.faq .fake-table-cell:nth-child(2) {
    width: 35%;
    font-size: 15px;
    padding-left: 0px;
    line-height: 21px;
  }
  .table-content.faq .fake-table-cell:nth-child(3) {
    width: 5%;
    font-size: 16px;
    line-height: 19px;
    color: #777;
  }
  .table-content.faq .open-accordian .open-accordian__title {
    width: 5%;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    vertical-align: inherit;
  }
  .table-content.faq .open-accordian .answer {
    width: 90%;
    font-size: 15px;
    line-height: 21px;
    text-align: left;
  }
  .table-content.qna .fake-table-column {
    padding: 20px 0;
  }
  .table-content.qna .fake-table-cell {
    padding: 0;
  }
  .table-content.qna .fake-table-cell:nth-child(1) {
    display: none;
  }
  .table-content.qna .fake-table-cell:nth-child(2) {
    width: 90%;
    font-size: 15px;
    padding-left: 16px;
    line-height: 18px;
  }
  .table-content.qna .fake-table-cell:nth-child(3) {
    width: 20%;
    font-size: 14px;
    padding-left: 16px;
    line-height: 17px;
    display: inline-block;
    margin-top: 12px;
    text-align: left !important;
  }
  .table-content.qna .fake-table-cell:nth-child(4) {
    width: 40%;
    font-size: 14px;
    padding-left: 16px;
    line-height: 17px;
    display: inline-block;
    margin-top: 12px;
    text-align: left !important;
  }
  .detail-title {
    font-size: 26px;
    margin-top: 32px;
  }
  .center-detail {
    border-top: 4px solid #000;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
  }
  .center-detail p {
    font-size: 16px;
    line-height: 22px;
  }
  .btn-foot {
    margin-top: 40px;
  }
  .search-group {
    margin-top: 25px;
  }
  .search-group .select-design {
    width: 80px;
    height: 40px;
  }
  .search-group input {
    width: 50%;
  }
  .write-btn {
    text-align: right;
    margin-top: 20px;
  }
}
.side-menu-slide .name {
  font-size: 22px;
  line-height: 23px;
  text-align: center;
  margin-top: 20px;
}

.terry-section-7 {
  padding: 0 0 30px 0;
  height: 100%;
}
.terry-section-7 .terry-section__desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.terry-section-7 .terry-section__desc .terry-section__box .terry-section__title {
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
}
.terry-section-7 .terry-section__desc .terry-section__box .terry-section__text {
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  margin-top: 40px;
  color: #555555;
}

.terry-section-8 {
  height: 100%;
  text-align: right;
}

.terry-section-9 {
  height: 100%;
}
.terry-section__title {
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
}
.terry-section__title.first {
  margin-bottom: 40px;
}

.bi-desc {
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  color: #555555;
  padding: 0;
  margin-top: 10px;
}

.terry-section-9 img {
  width: 100%;
  height: 100%;
}

.terry-section-10 {
  height: 100%;
}
.terry-section-10 img {
  width: 100%;
  height: 100%;
}

.terry-section-11 {
  height: 100%;
  margin-top: 200px;
}
.terry-section-11 .terry-rule-wrap {
  width: 100%;
  display: flex;
  margin-top: 40px;
}
.terry-section-11 .terry-rule__list {
  width: 33.3%;
  height: 600px;
  position: relative;
  background-size: cover;
  background-position: center;
}
.terry-section-11 .terry-rule__desc {
  font-weight: 800;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 22%;
}
.terry-section-11 .terry-rule__desc::after {
  content: "";
  width: 120px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: -40px;
  left: -50%;
  transform: translateX(3%);
}

.terry-section-12 {
  height: 100%;
  margin-top: 160px;
}

.terry-section-13 {
  height: 100%;
}
.terry-section-13 .address {
  display: flex;
  margin-top: 40px;
}
.terry-section-13 .address .key {
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #202020;
}
.terry-section-13 .address .value {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #555555;
  margin-left: 20px;
}
.terry-section-13 #map {
  width: 100%;
  height: 520px;
}

@media screen and (max-width: 992px) {
  .terry-section-7 {
    padding: 0 30px 30px 0;
  }
  .terry-section-7 .icon-list {
    margin-top: 20px;
  }
  .terry-section-7 .icon-list i {
    width: 40px;
    height: 40px;
  }
  .terry-section-8 {
    height: 100%;
    text-align: center;
  }
  .terry-section__title {
    font-size: 28px;
    line-height: 34px;
  }
  .terry-section__title.first {
    margin-bottom: 20px;
  }
  .bi-desc {
    font-size: 14px;
    line-height: 22px;
    padding: 0;
    margin-top: 10px;
  }
  .terry-section-11 {
    margin-top: 50px;
  }
  .terry-section-12 {
    margin-top: 50px;
  }
  .terry-section-12 .table-content {
    padding-bottom: 50px;
  }
  .terry-section-13 .address {
    margin-top: 30px;
  }
  .terry-section-13 .address .value {
    margin-left: 20px;
  }
  .terry-section-13 #map {
    height: 400px;
  }
}
.table-content-title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #231815;
}
.table-content-title span {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #202020;
}

.textarea-wrap textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  font-size: 14px;
  font-weight: 500;
}

.consulting-wrap .btn-wrap {
  margin-top: 120px;
  display: flex;
  justify-content: center;
}
.consulting-wrap .btn-wrap button {
  width: 400px;
}
@media screen and (max-width: 992px) {
  .consulting-wrap .btn-wrap {
    margin-top: 60px;
    display: flex;
    justify-content: center;
  }
  .consulting-wrap .btn-wrap button {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}

@media screen and (min-width: 992px) {
  .detail-wrap {
    margin-top: 60px;
  }
  .detail-wrap .detail-wrap__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    color: #000000;
    padding: 35px 0;
    border-top: 1px solid #231815;
    border-bottom: 1px solid #ddd;
  }
  .detail-wrap .detail-wrap__info {
    display: flex;
    gap: 40px;
    margin-top: 15px;
  }
  .detail-wrap .detail-wrap__info li {
    display: flex;
    gap: 16px;
  }
  .detail-wrap .detail-wrap__info li span:nth-child(1) {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #999999;
  }
  .detail-wrap .detail-wrap__info li span:nth-child(2) {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #111111;
  }
  .detail-wrap .center-detail {
    border-top: 0;
    padding: 80px 0;
  }
}
@media screen and (max-width: 992px) {
  .detail-wrap {
    margin-top: 50px;
  }
  .detail-wrap .detail-wrap__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #000000;
    padding: 20px 0;
    border-top: 1px solid #231815;
    border-bottom: 1px solid #ddd;
  }
  .detail-wrap .detail-wrap__info {
    display: flex;
    gap: 20px;
    margin-top: 10px;
  }
  .detail-wrap .detail-wrap__info li {
    display: flex;
    gap: 12px;
  }
  .detail-wrap .detail-wrap__info li span:nth-child(1) {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #999999;
  }
  .detail-wrap .detail-wrap__info li span:nth-child(2) {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #111111;
  }
  .detail-wrap .center-detail {
    border-top: 0;
    padding: 0 0 40px 0;
  }
}

.sub-gallery-wrap {
  gap: 36px;
}
.sub-gallery-wrap .col-12 {
  width: calc(25% - 27px);
  margin-bottom: 64px;
}
.sub-gallery-wrap .col-12:hover .gallery-list .img-box {
  position: relative;
}
.sub-gallery-wrap .col-12:hover .gallery-list .img-box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #D8AF5F;
}
.sub-gallery-wrap .col-12:hover .gallery-list .img-box p {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 10;
}
.sub-gallery-wrap .col-12:hover .gallery-list .title {
  text-decoration: underline;
}
.sub-gallery-wrap .gallery-list .img-box {
  width: 100%;
  height: 240px;
}
.sub-gallery-wrap .gallery-list .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sub-gallery-wrap .gallery-list .img-box p {
  display: none;
}
.sub-gallery-wrap .gallery-list .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  color: #161618;
  margin-top: 1.5rem;
}
.sub-gallery-wrap .gallery-list .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #444444;
  margin-top: 1rem;
}

@media screen and (max-width: 992px) {
  .sub-gallery-wrap {
    gap: 17px;
  }
  .sub-gallery-wrap .col-12 {
    width: calc(50% - 29px);
    margin-bottom: 54px;
  }
  .sub-gallery-wrap .col-12:hover .gallery-list .img-box {
    position: relative;
  }
  .sub-gallery-wrap .col-12:hover .gallery-list .img-box::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #D8AF5F;
  }
  .sub-gallery-wrap .col-12:hover .gallery-list .img-box p {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 10;
  }
  .sub-gallery-wrap .col-12:hover .gallery-list .title {
    text-decoration: underline;
  }
  .sub-gallery-wrap .gallery-list .img-box {
    width: 100%;
    height: 122px;
  }
  .sub-gallery-wrap .gallery-list .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sub-gallery-wrap .gallery-list .img-box p {
    display: none;
  }
  .sub-gallery-wrap .gallery-list .title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #161618;
    margin-top: 1rem;
  }
  .sub-gallery-wrap .gallery-list .desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #444444;
    margin-top: 1rem;
  }
}
.sub-content {
  padding: 160px 0 200px;
}
.content-box {
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 80px;
}
.content-box.none {
  padding-bottom: 0;
}
.content-box.none::before {
  content: none;
}
.content-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 40px;
  background-color: #000;
}

.content-box__title {
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #000000;
}
.content-box__title.white {
  color: #fff;
}

.content-box__desc {
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #000000;
  margin-top: 10px;
}
.content-box__desc.white {
  color: #fff;
}

@media screen and (max-width: 992px) {
  .sub-content {
    padding: 50px 0 150px;
  }
  .content-box {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .content-box::before {
    width: 3px;
    height: 20px;
  }
  .content-box__title {
    font-size: 26px;
    line-height: 38px;
  }
  .content-box__desc {
    font-size: 18px;
    line-height: 28px;
  }
}

.brand-left {
  height: 600px;
  background-color: #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
}

.brand-right {
  height: 600px;
  background-color: #D8AF5F;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px;
}
.brand-right .brand-right__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
}
.brand-right .dash {
  width: 80px;
  height: 2px;
  background-color: #fff;
  margin: 60px 0;
}
.brand-right .brand-right__desc {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
}

@media screen and (max-width: 992px) {
  .brand-left {
    height: 400px;
    padding: 40px;
  }
  .brand-right {
    height: 400px;
    padding: 40px;
  }
  .brand-right .brand-right__title {
    font-size: 20px;
    line-height: 30px;
  }
  .brand-right .dash {
    width: 40px;
    height: 2px;
    margin: 30px 0;
  }
  .brand-right .brand-right__desc {
    font-size: 16px;
    line-height: 24px;
  }
}
.brand-section-01 {
  margin-bottom: 220px;
}

.brand-section-02 {
  margin-bottom: 140px;
  display: flex;
  gap: 3px;
}

@media screen and (max-width: 992px) {
  .brand-section-01 {
    margin-bottom: 110px;
  }
  .brand-section-02 {
    margin-bottom: 70px;
    display: block;
  }
  .brand-section-02 .img {
    margin-bottom: 1px;
  }
}
.brand-section-03 {
  background-color: #f8f8f8;
  padding: 140px 0 215px;
}
.brand-section-03 .img-box {
  display: flex;
  gap: 36px;
}
.brand-section-03 .img-box .img-box__content {
  width: calc(33.3% - 18px);
}
.brand-section-03 .img-box .img-box__content img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.brand-section-03 .img-box .img-box__content .title {
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  margin-top: 10px;
}
.brand-section-03 .img-box .img-box__content .date {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  margin-top: 10px;
}
@media screen and (max-width: 992px) {
  .brand-section-03 {
    padding: 70px 0 100px;
  }
  .brand-section-03 .img-box {
    display: block;
  }
  .brand-section-03 .img-box .img-box__content {
    width: 100%;
    margin-bottom: 20px;
  }
  .brand-section-03 .img-box .img-box__content img {
    width: 100%;
    height: auto;
  }
  .brand-section-03 .img-box .img-box__content .title {
    font-size: 13px;
    line-height: 20px;
    margin-top: 15px;
  }
  .brand-section-03 .img-box .img-box__content .date {
    font-size: 13px;
    line-height: 20px;
    margin-top: 15px;
  }
}

.brand-section-04 {
  height: 1000px;
  background-size: cover;
  background-image: url(/front/images/brand-img-05-d3f6359cae005b24db6eebaa557776b8.png);
  background-position: center;
  padding: 140px 0 215px;
}
.brand-section-04 .tanning-system {
  display: flex;
  gap: 6px;
}
@media screen and (max-width: 992px) {
  .brand-section-04 {
    height: auto;
    padding: 70px 0 100px;
  }
  .brand-section-04 .tanning-system {
    display: block;
    gap: 6px;
  }
  .brand-section-04 .tanning-system .tanning-system__list {
    width: 100%;
    margin-bottom: 20px;
  }
  .brand-section-04 .tanning-system .tanning-system__list img {
    width: 100%;
  }
}

.intro-content {
  display: flex;
  flex-flow: wrap;
  gap: 36px;
  padding: 80px 0 0;
}
.intro-content .intro-content__list {
  width: calc(33.3% - 24px);
}
@media screen and (max-width: 992px) {
  .intro-content {
    display: block;
    padding: 40px 0 0;
  }
  .intro-content .intro-content__list {
    width: 100%;
    margin-bottom: 20px;
  }
}

.road-content .road-content__map {
  width: 100%;
  height: 600px;
  background-color: #f8f8f8;
}
.road-content .road-content-info {
  margin-top: 22px;
}
.road-content .road-content-info ul li {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.road-content .road-content-info ul li .road-info__desc {
  width: 140px;
  display: flex;
  gap: 8px;
}
.road-content .road-content-info ul li .road-info__desc .txt {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #111111;
}
.road-content .road-content-info ul li .value {
  width: 80%;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
@media screen and (max-width: 992px) {
  .road-content .road-content__map {
    height: 400px;
  }
  .road-content .road-content-info ul li {
    padding: 5px 0;
    align-items: inherit;
  }
  .road-content .road-content-info ul li .road-info__desc {
    width: 150px;
    gap: 5px;
  }
  .road-content .road-content-info ul li .road-info__desc .txt {
    font-size: 15px;
  }
  .road-content .road-content-info ul li .value {
    font-size: 15px;
  }
}

.store-search-btn {
  display: flex;
  gap: 8px;
}

.road-content.store {
  margin-top: 40px;
}
.road-content.store .road-content-info > .row {
  margin-bottom: 24px;
}
.road-content.store .img {
  width: 100%;
  height: 400px;
}
.road-content.store .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.road-content.store ul {
  padding-left: 40px;
}
.road-content.store ul .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 35px;
}
.road-content.store ul li {
  padding: 5px 0;
}

@media screen and (max-width: 992px) {
  .store-search-btn {
    margin-bottom: 10px;
  }
  .road-content.store {
    margin-top: 30px;
  }
  .road-content.store .road-content-info > .row {
    margin-bottom: 24px;
  }
  .road-content.store .img {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
  }
  .road-content.store ul {
    padding-left: 0;
  }
  .road-content.store ul .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .road-content.store ul li {
    padding: 5px 0;
  }
}
.tanning-section-01 .img-box {
  width: 100%;
  height: 560px;
  background-image: url(/front/images/tanning-img-01-fdef1d981014d69fb6642105783a2c60.svg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.tanning-section-01 .img-box.white {
  background-image: url(/front/images/tanning-img-white-59191b01d96929122bcd1eaacb10746e.svg);
}
.tanning-section-01 .txt-box {
  width: 45%;
  position: absolute;
  bottom: 135px;
  left: 106px;
}
.tanning-section-01 .txt-box .txt-box__title {
  font-weight: 800;
  font-size: 28px;
  line-height: 38px;
  color: #FFFFFF;
}
.tanning-section-01 .txt-box .txt-box__desc {
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
  margin-top: 20px;
}
.tanning-section-01 .txt-box.white .txt-box__title {
  color: #000;
}
.tanning-section-01 .txt-box.white .txt-box__desc {
  color: #000;
}
@media screen and (max-width: 992px) {
  .tanning-section-01 .img-box {
    height: 450px;
    background-position: 70% 100%;
  }
  .tanning-section-01 .txt-box {
    width: 100%;
    bottom: 20px;
    left: 0;
    padding: 0 20px;
  }
  .tanning-section-01 .txt-box .txt-box__title {
    font-size: 24px;
    line-height: 34px;
  }
  .tanning-section-01 .txt-box .txt-box__desc {
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
  }
  .tanning-section-01 .txt-box.white .txt-box__title {
    color: #000;
  }
  .tanning-section-01 .txt-box.white .txt-box__desc {
    color: #000;
  }
}

.tanning-section-02 {
  width: 100%;
  position: relative;
  padding-top: 200px;
  padding-bottom: 145px;
}
.tanning-section-02::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 700px;
  background-color: #f8f8f8;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.tanning-section-02.width-section::before {
  height: 400px;
}
@media screen and (max-width: 992px) {
  .tanning-section-02 {
    padding-top: 100px;
    padding-bottom: 70px;
  }
  .tanning-section-02::before {
    height: 350px;
  }
}
.tanning-img__content .tanning-box {
  margin-top: 90px;
}
.tanning-img__content .tanning-box .tanning-box__title {
  font-weight: 800;
  font-size: 56px;
  line-height: 66px;
  text-align: center;
  color: #000000;
}
.tanning-img__content .tanning-box .tanning-box__subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #000000;
  margin-top: 60px;
}
.tanning-img__content .tanning-box .tanning-box__desc {
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #000000;
  margin-top: 10px;
}
.tanning-img__content .tanning-box .tanning-box__exam {
  font-size: 18px;
  line-height: 32px;
  text-align: left;
  color: #999;
  margin-top: 32px;
}
.tanning-img__content .tanning-box ul {
  margin-top: 10px;
}
.tanning-img__content .tanning-box ul li {
  font-size: 17px;
  line-height: 32px;
  color: #000000;
}
.tanning-img__content.width {
  display: flex;
  gap: 110px;
}
.tanning-img__content.width .tanning-box .tanning-box__title {
  text-align: left;
}
.tanning-img__content.width .tanning-box .tanning-box__subtitle {
  text-align: left;
}
.tanning-img__content.width .tanning-box .tanning-box__desc {
  text-align: left;
}
@media screen and (max-width: 992px) {
  .tanning-img__content .tanning-box {
    margin-top: 50px;
  }
  .tanning-img__content .tanning-box .tanning-box__title {
    font-size: 28px;
    line-height: 38px;
  }
  .tanning-img__content .tanning-box .tanning-box__subtitle {
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px;
  }
  .tanning-img__content .tanning-box .tanning-box__desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
  .tanning-img__content .tanning-box .tanning-box__exam {
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
  }
  .tanning-img__content .tanning-box ul {
    margin-top: 5px;
  }
  .tanning-img__content .tanning-box ul li {
    font-size: 15px;
    line-height: 24px;
  }
  .tanning-img__content.width {
    display: block;
  }
}

.tanning-section-03 {
  margin-top: 120px;
}
@media screen and (max-width: 992px) {
  .tanning-section-03 {
    margin-top: 60px;
  }
}
.tanning-product__title {
  font-weight: 800;
  font-size: 28px;
  line-height: 50px;
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
}

.tanning-product__img {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 36px;
}
.tanning-product__img .tanning-product__list {
  width: calc(33.3% - 24px);
}
.tanning-product__img .tanning-product__list .img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.tanning-product__img .tanning-product__list .img img {
  width: 100%;
}
.tanning-product__img .tanning-product__list .txt {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #000000;
  text-align: center;
  margin-top: 16px;
}
.tanning-product__img .tanning-product__list .desc {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #111111;
  margin-top: 4px;
}
.tanning-product__img.more {
  flex-flow: wrap;
}
.tanning-product__img.more .tanning-product__list {
  width: calc(25% - 32px);
}
.tanning-product__img.more .tanning-product__list .img {
  padding-bottom: 60%;
}

.tanning-feature {
  background-color: #F8F8F8;
  padding: 40px;
  margin-top: 120px;
}
.tanning-feature ul li {
  margin-bottom: 40px;
}
.tanning-feature ul li:last-child {
  margin-bottom: 0;
}
.tanning-feature ul li .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #000000;
}
.tanning-feature ul li .desc {
  font-size: 17px;
  line-height: 30px;
  color: #000000;
  margin-top: 4px;
}

.tanning-product__spec {
  display: flex;
  border-top: 1px solid #111;
  margin-top: 80px;
}
.tanning-product__spec .product-spec {
  width: 65%;
}
.tanning-product__spec .product-spec ul li {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  border-bottom: 1px solid #ddd;
}
.tanning-product__spec .product-spec ul li > div {
  padding: 20px 35px;
}
.tanning-product__spec .product-spec ul li .product-spec__title {
  width: 40%;
}
.tanning-product__spec .product-spec ul li .product-spec__desc {
  width: 60%;
}
.tanning-product__spec .product-img {
  width: 35%;
  padding: 50px;
}
.tanning-product__spec .product-img .img {
  text-align: center;
}

@media screen and (max-width: 992px) {
  .tanning-product__title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .tanning-product__img {
    display: block;
  }
  .tanning-product__img .tanning-product__list {
    width: 100%;
    margin-bottom: 20px;
  }
  .tanning-product__img .tanning-product__list:last-child {
    margin-bottom: 0;
  }
  .tanning-product__img .tanning-product__list .img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
  .tanning-product__img .tanning-product__list .txt {
    font-size: 18px;
    line-height: 28px;
    margin-top: 8px;
  }
  .tanning-product__img .tanning-product__list .desc {
    font-size: 13px;
    line-height: 20px;
  }
  .tanning-product__img.more {
    flex-flow: wrap;
  }
  .tanning-product__img.more .tanning-product__list {
    width: 100%;
    margin-bottom: 20px;
  }
  .tanning-product__img.more .tanning-product__list:last-child {
    margin-bottom: 0;
  }
  .tanning-product__img.more .tanning-product__list .img {
    padding-bottom: 60%;
  }
  .tanning-feature {
    padding: 25px 20px;
    margin-top: 60px;
  }
  .tanning-feature ul li {
    margin-bottom: 20px;
  }
  .tanning-feature ul li:last-child {
    margin-bottom: 0;
  }
  .tanning-feature ul li .title {
    font-size: 18px;
    line-height: 28px;
  }
  .tanning-feature ul li .desc {
    font-size: 15px;
    line-height: 24px;
    margin-top: 4px;
  }
  .tanning-product__spec {
    display: flex;
    margin-top: 40px;
    flex-direction: column;
  }
  .tanning-product__spec .product-spec {
    width: 100%;
    order: 2;
  }
  .tanning-product__spec .product-spec ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .tanning-product__spec .product-spec ul li > div {
    padding: 10px 21px;
  }
  .tanning-product__spec .product-spec ul li .product-spec__title {
    width: 40%;
  }
  .tanning-product__spec .product-spec ul li .product-spec__desc {
    width: 60%;
  }
  .tanning-product__spec .product-img {
    width: 100%;
    padding: 25px 10px;
    order: 1;
    margin-bottom: 15px;
  }
}

.tanning-section-04 {
  padding-top: 260px;
}
.tanning-section-04 .private-product .private-product__title {
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #000000;
}
.tanning-section-04 .private-product .private-product__desc {
  width: 75%;
  margin: 0 auto;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #000000;
  margin-top: 40px;
}
.tanning-section-04 .private-product__list {
  width: 100%;
  margin-top: 80px;
}
.tanning-section-04 .private-product__list .private-product__box {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .tanning-section-04 {
    padding-top: 130px;
  }
  .tanning-section-04 .private-product .private-product__title {
    font-size: 26px;
    line-height: 38px;
  }
  .tanning-section-04 .private-product .private-product__desc {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
  }
  .tanning-section-04 .private-product__list {
    width: 100%;
    display: block;
    margin-top: 40px;
  }
  .tanning-section-04 .private-product__list .private-product__box {
    width: 100%;
    margin-bottom: 20px;
  }
  .tanning-section-04 .private-product__list .private-product__box:last-child {
    margin-bottom: 0;
  }
}

.tanning-section-05 {
  padding: 260px 0 0;
}
.tanning-section-05 .aftercare-tip .aftercare-tip__title {
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #000000;
}
.tanning-section-05 .aftercare-tip .aftercare-tip__title span {
  color: #D8AF5F;
}
.tanning-section-05 .aftercare-tip .aftercare-tip__desc {
  width: 50%;
  margin: 0 auto;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #000000;
  margin-top: 40px;
}
.tanning-section-05 .aftercare-tip__cnt {
  margin-top: 80px;
}
.tanning-section-05 .aftercare-tip__list {
  display: flex;
  background-color: #F8F8F8;
  align-items: center;
  padding: 24px 50px;
  margin-bottom: 10px;
}
.tanning-section-05 .aftercare-tip__list:last-child {
  margin-bottom: 0;
}
.tanning-section-05 .aftercare-tip__list .cnt {
  position: relative;
  font-weight: 800;
  font-size: 20px;
  line-height: 32px;
  color: #000000;
  padding-right: 52px;
}
.tanning-section-05 .aftercare-tip__list .cnt::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: #999;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.tanning-section-05 .aftercare-tip__list .desc {
  font-size: 18px;
  line-height: 32px;
  color: #000000;
}
@media screen and (max-width: 992px) {
  .tanning-section-05 {
    padding: 130px 0 0;
  }
  .tanning-section-05 .aftercare-tip .aftercare-tip__title {
    font-size: 26px;
    line-height: 38px;
  }
  .tanning-section-05 .aftercare-tip .aftercare-tip__desc {
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
  }
  .tanning-section-05 .aftercare-tip__cnt {
    margin-top: 40px;
  }
  .tanning-section-05 .aftercare-tip__list {
    padding: 20px 25px;
    margin-bottom: 10px;
  }
  .tanning-section-05 .aftercare-tip__list:last-child {
    margin-bottom: 0;
  }
  .tanning-section-05 .aftercare-tip__list .cnt {
    font-size: 18px;
    line-height: 28px;
    padding-right: 52px;
  }
  .tanning-section-05 .aftercare-tip__list .desc {
    font-size: 16px;
    line-height: 24px;
  }
}

.affiliation-section-01 {
  padding: 60px 0 240px;
}
.affiliation-section-01 .affiliation-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  flex-flow: wrap;
}
.affiliation-section-01 .affiliation-box .affiliation-list {
  width: calc(25% - 32px);
}
@media screen and (max-width: 992px) {
  .affiliation-section-01 {
    padding: 30px 0 100px;
  }
  .affiliation-section-01 .affiliation-box {
    gap: 20px;
    flex-flow: wrap;
  }
  .affiliation-section-01 .affiliation-box .affiliation-list {
    width: calc(50% - 10px);
  }
}

.affiliation-section-02 {
  width: 100%;
  height: 1160px;
  background-image: url("/front/images/affiliation-bg-ff9e594376631f27bfef4d88cb6712b5.svg");
  background-size: cover;
  background-position: center;
  padding: 160px 0 120px;
}
.affiliation-section-02 .affiliation-system {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-flow: wrap;
}
.affiliation-section-02 .affiliation-system .affiliation-system__list {
  width: calc(33.3% - 30px);
  height: 305px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.affiliation-section-02 .affiliation-system .affiliation-system__list .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
}
.affiliation-section-02 .affiliation-system .affiliation-system__list .desc {
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
  margin-top: 12px;
}
@media screen and (max-width: 992px) {
  .affiliation-section-02 {
    height: auto;
    padding: 80px 0 60px;
  }
  .affiliation-section-02 .affiliation-system {
    gap: 20px;
  }
  .affiliation-section-02 .affiliation-system .affiliation-system__list {
    width: 100%;
    height: 205px;
  }
  .affiliation-section-02 .affiliation-system .affiliation-system__list .title {
    font-size: 20px;
    line-height: 30px;
  }
  .affiliation-section-02 .affiliation-system .affiliation-system__list .desc {
    font-size: 15px;
    line-height: 24px;
    margin-top: 8px;
  }
}
/*# sourceMappingURL=maps/style.css.map */
