@charset "UTF-8";
@import url("/front/css/icon/xeicon.min.css");
/* scrollbar style */
/* reset */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, dialog, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

sub, sup {
  position: relative;
  font-size: 0.75em !important;
}

sub {
  bottom: -0.25em;
}

.sup {
  top: -0.25em;
}

article, aside, details, dialog, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #c7c7c7;
  margin: 1em 0;
  padding: 0;
}

img {
  border: 0 none;
  max-width: 100%;
}

.hidden {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

.rd_only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

form {
  min-width: auto;
}

input[type=image] {
  border: 0 none;
}

button, input[type=submit] {
  cursor: pointer;
  border: 0 none;
}

button::-moz-focus-inner {
  border: 0 none;
  padding: 0;
}

* {
  -webkit-tap-highlight-color: transparent;
}

th, td, input, select, textarea, button {
  font: inherit;
  color: inherit;
}

a {
  font: inherit;
  text-decoration: none;
  color: inherit;
}

input[type=text], input[type=password] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

textarea, input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

select {
  padding: 0 25px 0 10px;
  background-image: url(/front/assets/img/common/ico_select_arrow.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 8px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select:focus {
  border-color: #0075EF;
}

select::-ms-expand {
  display: none;
}

address {
  font-style: normal;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 100%;
  font-family: "Pretendard", sans-serif;
  color: #151515;
  overflow: visible;
}
@media (max-width: 767px) {
  html {
    font-size: 75%;
  }
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  word-wrap: break-word;
  word-break: keep-all;
  zoom: 1;
  -webkit-text-size-adjust: 100%;
  font-family: inherit;
}

/* lenis */
html.lenis,
html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch],
.lenis [data-lenis-prevent-vertical],
.lenis [data-lenis-prevent-horizontal] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  -webkit-transition-property: overflow;
  transition-property: overflow;
  -webkit-transition-duration: 1ms;
          transition-duration: 1ms;
  transition-behavior: allow-discrete;
}

@-webkit-keyframes fc-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes fc-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes fc-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes fc-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes fc-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fc-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* common */
[data-tooltip-text] {
  position: relative;
  font-size: 1rem;
}
[data-tooltip-text]:hover:before {
  content: attr(data-tooltip-text);
  position: absolute;
  top: 100%;
  left: 50%;
  background-color: #333132;
  -webkit-box-shadow: 0 2px 3px 0 rgba(50, 50, 50, 0.4);
  box-shadow: 0 2px 3px 0 rgba(50, 50, 50, 0.4);
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  padding: 5px 12px;
  width: auto;
  min-width: 50px;
  max-width: 300px;
  word-wrap: break-word;
  z-index: 13;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 11px;
  white-space: nowrap;
  line-height: 1;
}
[data-tooltip-text]:hover:after {
  content: "";
  position: absolute;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #333132;
  border-left: 5px solid transparent;
  top: 100%;
  left: 50%;
  margin-top: 5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 13;
}

.t_c {
  text-align: center !important;
}

.t_l {
  text-align: left !important;
}

.t_r {
  text-align: right !important;
}

.d_f {
  display: -ms-flexbox !important;
  display: flex !important;
}

.a_c {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.j_c {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.j_s {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.f_wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.color_white {
  color: #fff !important;
}

.color_black {
  color: #000 !important;
}

.color_000 {
  color: #000 !important;
}

.color_111 {
  color: #111 !important;
}

.color_222 {
  color: #222 !important;
}

.color_444 {
  color: #444 !important;
}

.color_555 {
  color: #555 !important;
}

.color_666 {
  color: #666 !important;
}

.color_777 {
  color: #777 !important;
}

.color_888 {
  color: #888 !important;
}

.color_999 {
  color: #999 !important;
}

.color_ddd {
  color: #ddd !important;
}

.color_fff {
  color: #fff !important;
}

.color_333_80 {
  color: rgba(51, 51, 51, 0.8);
}

.color_fff_80 {
  color: rgba(255, 255, 255, 0.8);
}

.bg_base {
  background-color: #0075EF !important;
}

.color_base {
  color: #0075EF !important;
}

.color_point {
  color: #ff0302 !important;
}

.bor_0 {
  border: 0 !important;
}

.fw100 {
  font-weight: 100 !important;
}

.fw200 {
  font-weight: 200 !important;
}

.fw300 {
  font-weight: 300 !important;
}

.fw350 {
  font-weight: 350 !important;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.fw600 {
  font-weight: 600 !important;
}

.fw700 {
  font-weight: 700 !important;
}

.fw800 {
  font-weight: 800 !important;
}

.fw900 {
  font-weight: 900 !important;
}

.fs105 {
  font-size: 6.5625rem !important;
}

.fs100 {
  font-size: 6.25rem !important;
}

.fs80 {
  font-size: 5rem !important;
}

.fs70 {
  font-size: 4.375rem !important;
}

.fs65 {
  font-size: 4.0625rem !important;
}

.fs60 {
  font-size: 3.75rem !important;
}

.fs50 {
  font-size: 3.125rem !important;
}

.fs48 {
  font-size: 3rem !important;
}

.fs45 {
  font-size: 2.813rem !important;
}

.fs43 {
  font-size: 2.6875rem !important;
}

.fs40 {
  font-size: 2.5rem !important;
}

.fs38 {
  font-size: 2.375rem !important;
}

.fs35 {
  font-size: 2.1875rem !important;
}

.fs34 {
  font-size: 2.125rem !important;
}

.fs33 {
  font-size: 2.0625rem !important;
}

.fs32 {
  font-size: 2rem !important;
}

.fs30 {
  font-size: 1.875rem !important;
}

.fs28 {
  font-size: 1.75rem !important;
}

.fs26 {
  font-size: 1.625rem !important;
}

.fs25 {
  font-size: 1.5625rem !important;
}

.fs24 {
  font-size: 1.5rem !important;
}

.fs23 {
  font-size: 1.4375rem !important;
}

.fs22 {
  font-size: 1.375rem !important;
}

.fs20 {
  font-size: 1.25rem !important;
}

.fs19 {
  font-size: 1.1875rem !important;
}

.fs18 {
  font-size: 1.125rem !important;
}

.fs17 {
  font-size: 1.0625rem !important;
}

.fs16 {
  font-size: 1rem !important;
}

.fs15 {
  font-size: 0.9375rem !important;
}

.fs14 {
  font-size: 0.875rem !important;
}

.fs13 {
  font-size: 0.8125rem !important;
}

.fs0 {
  font-size: 0 !important;
}

@media (max-width: 575px) {
  .fs105 {
    font-size: 28px !important;
  }
  .fs100 {
    font-size: 28px !important;
  }
  .fs80 {
    font-size: 28px !important;
  }
  .fs70 {
    font-size: 28px !important;
  }
  .fs65 {
    font-size: 28px !important;
  }
  .fs60 {
    font-size: 28px !important;
  }
  .fs50 {
    font-size: 28px !important;
  }
  .fs48 {
    font-size: 26px !important;
  }
  .fs45 {
    font-size: 26px !important;
  }
  .fs43 {
    font-size: 26px !important;
  }
  .fs40 {
    font-size: 24px !important;
  }
  .fs38 {
    font-size: 24px !important;
  }
  .fs35 {
    font-size: 22px !important;
  }
  .fs33 {
    font-size: 22px !important;
  }
  .fs32 {
    font-size: 22px !important;
  }
  .fs30 {
    font-size: 20px !important;
  }
  .fs28 {
    font-size: 19px !important;
  }
  .fs26 {
    font-size: 18px !important;
  }
  .fs25 {
    font-size: 18px !important;
  }
  .fs24 {
    font-size: 18px !important;
  }
  .fs23 {
    font-size: 18px !important;
  }
  .fs22 {
    font-size: 18px !important;
  }
  .fs20 {
    font-size: 17px !important;
  }
  .fs19 {
    font-size: 17px !important;
  }
  .fs18 {
    font-size: 16px !important;
  }
  .fs17 {
    font-size: 15px !important;
  }
  .fs16 {
    font-size: 14px !important;
  }
  .fs15 {
    font-size: 13px !important;
  }
  .fs14 {
    font-size: 12px !important;
  }
  .fs13 {
    font-size: 11px !important;
  }
}
.ver_mid {
  vertical-align: middle;
}

.lh_2 {
  line-height: 2;
}

.lh_1_9 {
  line-height: 1.9;
}

.lh_1_8 {
  line-height: 1.8;
}

.lh_1_7 {
  line-height: 1.7;
}

.lh_1_6 {
  line-height: 1.6;
}

.lh_1_5 {
  line-height: 1.5;
}

.lh_1_4 {
  line-height: 1.4;
}

.lh_1_3 {
  line-height: 1.3;
}

.lh_1_2 {
  line-height: 1.2;
}

.lh_1_1 {
  line-height: 1.1;
}

.lh_1 {
  line-height: 1;
}

.display_block {
  display: block;
}

.display_inline_block {
  display: inline-block;
}

.overflow-hidden {
  overflow: hidden !important;
}

.pos_r {
  position: relative !important;
}

.pos_a {
  position: absolute !important;
}

p {
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: -0.5px;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.875rem;
}

h4 {
  font-size: 1.5625rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.125rem;
}

@media (min-width: 1200px) {
  .pc_none {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .pc_only {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .mb_only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .mb_none {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .sm_only {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .sm_none {
    display: none !important;
  }
}
#wrapper {
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
}

.inner {
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}

/* --- placeholder */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(21, 21, 21, 0.4);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(21, 21, 21, 0.4);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(21, 21, 21, 0.4);
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: rgba(21, 21, 21, 0.4);
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(21, 21, 21, 0.4);
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(21, 21, 21, 0.4);
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgba(21, 21, 21, 0.4);
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: rgba(21, 21, 21, 0.4);
}

input::placeholder,
textarea::placeholder {
  color: rgba(21, 21, 21, 0.4);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(21, 21, 21, 0.4);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(21, 21, 21, 0.4);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(21, 21, 21, 0.4);
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
}

input[type=text],
input[type=number],
input[type=password],
input[type=tel],
textarea {
  border: 1px solid #dedede;
  padding: 0 10px;
  border-radius: 0;
  background-color: #fff;
  color: #151515;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

select {
  border: 1px solid #dedede;
  border-radius: 0;
  background-color: #fff;
  color: #151515;
}

input[type=text],
input[type=number],
input[type=password],
input[type=tel],
select {
  height: 2.1875rem;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  height: auto;
}

textarea {
  padding: 10px;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #0075EF;
  outline: none;
}

input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  white-space: nowrap;
}
input[type=radio] + label {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  font-size: 1rem;
  color: #151515;
  vertical-align: middle;
  line-height: 1.5;
  margin: 0.3125rem 0;
  margin-right: 10px !important;
  cursor: pointer;
}
input[type=radio] + label:last-child {
  margin-right: 0 !important;
}
input[type=radio] + label:before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  color: #fff;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 50%;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input[type=radio]:checked + label:before {
  content: "\f00c";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #0075EF;
  border-color: #0075EF;
  font-family: "FontAwesome";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  white-space: nowrap;
}
input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  font-size: 1rem;
  color: #151515;
  vertical-align: middle;
  line-height: 1.5;
  margin: 0.3125rem 0;
  margin-right: 15px !important;
  cursor: pointer;
}
input[type=checkbox] + label:last-child {
  margin-right: 0 !important;
}
input[type=checkbox] + label:before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  color: #fff;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 0;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input[type=checkbox]:checked + label:before {
  content: "\f00c";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #0075EF;
  border-color: #0075EF;
  font-family: "FontAwesome";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  input[type=radio] + label,
  input[type=checkbox] + label {
    padding-left: 23px;
  }
  input[type=radio] + label:before {
    top: 3px;
    width: 15px;
    height: 15px;
    line-height: 15px;
  }
  input[type=radio]:checked + label:before {
    width: 15px;
    height: 15px;
    line-height: 15px;
  }
  input[type=checkbox] + label:before {
    width: 15px;
    height: 15px;
    line-height: 15px;
  }
  input[type=checkbox]:checked + label:before {
    width: 15px;
    height: 15px;
    line-height: 15px;
  }
}
/* ---------------------------------- layout */
html,
body:not(.main) {
  height: 100%;
}

body.cursor_progress {
  cursor: progress;
}

body.gnb-open {
  overflow: hidden;
}
@media (min-width: 1200px) {
  body.gnb-open {
    overflow-x: hidden;
    overflow-y: visible;
  }
}

/* ---------------------------------- contents */
#contents {
  position: relative;
  width: 100%;
}

@media (min-width: 1200px) {
  #contents {
    min-height: calc(100vh - 255px);
  }
  #header.fixed ~ #contents {
    min-height: calc(100vh - 255px + calc(35px + 108px + 1px));
  }
}
@media (max-width: 1199px) {
  #contents {
    min-height: calc(100vh - 255px);
  }
  #header.fixed ~ #contents {
    min-height: calc(100vh - 255px + calc(35px + 80px + 1px));
  }
}
@media (max-width: 767px) {
  #contents {
    min-height: calc(100vh - 288px);
  }
  #header.fixed ~ #contents {
    min-height: calc(100vh - 288px + calc(28px + 55px + 1px));
  }
}
.top-btn {
  position: fixed;
  z-index: 1;
  bottom: 50px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, bottom 0.2s ease-in-out, top 0.2s ease-in-out, background 0.4s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, bottom 0.2s ease-in-out, top 0.2s ease-in-out, background 0.4s ease-in-out;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}
.top-btn.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.top-btn {
  background: #fff url("/front/assets/img/common/ico_top_arrow.png") no-repeat center/24px 24px;
  cursor: pointer;
}
.top-btn.is-visible.on {
  bottom: 20px;
  -webkit-animation-name: fc-wobble-vertical;
  animation-name: fc-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.top-btn.fixed {
  position: absolute;
  top: -30px;
  bottom: auto;
}

.float-inquiry-btn {
  position: fixed;
  z-index: 1;
  bottom: 50px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, bottom 0.2s ease-in-out, top 0.2s ease-in-out, background 0.4s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, bottom 0.2s ease-in-out, top 0.2s ease-in-out, background 0.4s ease-in-out;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}
.float-inquiry-btn.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.float-inquiry-btn {
  z-index: 2;
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  bottom: 20px;
  background-color: #0075EF;
  background-image: url("/front/assets/img/common/ico_pencil.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  -webkit-animation-name: fc-wobble-vertical;
  animation-name: fc-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.top-btn.is-visible.on ~ .float-inquiry-btn {
  bottom: 90px;
}
.float-inquiry-btn.fixed {
  position: absolute;
  bottom: auto;
  top: -30px;
}
.top-btn.fixed ~ .float-inquiry-btn.fixed {
  top: -100px;
}

@media (min-width: 1200px) {
  .top-btn.is-visible.on:hover {
    background-color: #f7f7f7;
    -webkit-animation-name: fc-bob-float, fc-bob;
    animation-name: fc-bob-float, fc-bob;
    -webkit-animation-duration: 0.3s, 1.5s;
    animation-duration: 0.3s, 1.5s;
    -webkit-animation-delay: 0s, 0.3s;
    animation-delay: 0s, 0.3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
  }
  .float-inquiry-btn:hover {
    background-color: rgb(9.5, 129.6820083682, 255);
    -webkit-animation-name: fc-bob-float, fc-bob;
    animation-name: fc-bob-float, fc-bob;
    -webkit-animation-duration: 0.3s, 1.5s;
    animation-duration: 0.3s, 1.5s;
    -webkit-animation-delay: 0s, 0.3s;
    animation-delay: 0s, 0.3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-in-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
  }
}
@media (max-width: 1199px) {
  .top-btn {
    right: 20px;
  }
  .top-btn.is-visible.on {
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .top-btn {
    width: 40px;
    height: 40px;
    font-size: 11px;
    line-height: 40px;
  }
  .top-btn.fixed {
    top: -20px;
  }
  .float-inquiry-btn {
    width: 40px;
    height: 40px;
    background-size: 20px 20px;
  }
  .top-btn.is-visible.on ~ .float-inquiry-btn {
    bottom: 70px;
  }
  .float-inquiry-btn.fixed {
    top: -20px;
  }
  .top-btn.fixed ~ .float-inquiry-btn.fixed {
    top: -70px;
  }
}
/* header */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 10;
  -webkit-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
#header.fixed {
  position: fixed;
  background: rgb(255, 255, 255);
  border-bottom: 1px solid #eee;
  top: 0;
}
#header.fixed .logo a img {
  opacity: 0;
  visibility: hidden !important;
}
#header.fixed .logo a::after {
  opacity: 1;
  visibility: visible !important;
}
#header .header-top {
  width: 100%;
  background-color: #f1f1f1;
}
#header .header_bottom {
  position: relative;
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 50px;
  text-align: center;
}
#header .header_bottom:after {
  content: "";
  display: block;
  clear: both;
}
#header .logo {
  position: absolute;
  top: 50%;
  left: 50px;
  z-index: 1;
  font-size: 0;
  -webkit-transform: translateY(calc(-50% + 0.5px));
  -ms-transform: translateY(calc(-50% + 0.5px));
  transform: translateY(calc(-50% + 0.5px));
}
#header .logo a {
  position: relative;
  display: block;
}
#header .logo a img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
}
#header .logo a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/front/assets/img/common/logo_color.png") no-repeat center/100% auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sta {
  display: none;
}

@media (min-width: 1200px) {
  .header_bottom {
    height: 108px;
  }
}
@media (max-width: 1199px) {
  #header .header-top {
    display: none;
  }
  #header .header_bottom {
    width: 100%;
    height: 80px;
  }
  #header .logo {
    left: 20px;
  }
  #header .logo a img {
    width: auto;
    max-width: 100%;
  }
  .sta .inner {
    padding: 0;
  }
  .sta .lang-depth1 > ul > li.lang-depth1-li {
    border-right: 0;
  }
}
@media (max-width: 767px) {
  #header.fixed {
    top: 0;
  }
  #header .header_bottom {
    padding: 0 20px;
    height: 55px;
  }
  #header .logo a {
    width: 100px;
  }
  .sta {
    height: 28px;
  }
  .sta .lang-depth1 > ul > li > a {
    line-height: 28px;
  }
  .sta .lang-depth1 > ul > li.lang-depth1-li > a:after {
    top: 8px;
  }
}
.header__lang {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 130px;
  font-size: 0;
  z-index: 11;
}

.lang_wrap {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: auto;
  height: 108px;
}

.lang_wrap ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: left;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.lang_wrap ul li + li {
  position: relative;
  margin-left: 10px;
}

.lang_wrap ul li a {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 700;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 1200px) {
  .lang_wrap ul li a:hover {
    background-color: #0075EF !important;
    color: #fff !important;
  }
  .lang_wrap ul li.on a:hover {
    background-color: #0075EF !important;
    color: #fff !important;
  }
}
#header.fixed .lang_wrap ul {
  border-color: #111;
}

#header.fixed .lang_wrap ul li + li:before {
  background-color: #111;
}

#header.fixed .lang_wrap ul li a {
  color: #111;
}

.lang_wrap ul li.on a {
  background-color: #fff;
  color: #111;
}

#header.fixed .lang_wrap ul li.on a {
  background-color: #111;
  color: #fff;
}

#header.fixed .header__lang.gnb-open .lang_wrap ul {
  border-color: rgba(255, 255, 255, 0.2);
}

#header.fixed .header__lang.gnb-open .lang_wrap ul li a {
  color: #fff;
}

#header.fixed .header__lang.gnb-open .lang_wrap ul li.on a {
  background-color: #fff;
  color: #111;
}

@media (min-width: 1200px) {
  .header__lang {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
}
@media (max-width: 1199px) {
  .header__lang {
    right: 80px;
    opacity: 0;
    visibility: hidden;
  }
  .lang_wrap {
    height: 80px;
  }
  #header.fixed .lang_wrap ul {
    border-color: rgba(255, 255, 255, 0.2);
  }
  #header.fixed .lang_wrap ul li a {
    color: #fff;
  }
  #header.fixed .lang_wrap ul li.on a {
    background-color: #fff;
    color: #111;
  }
}
@media (max-width: 767px) {
  .header__lang {
    right: 60px;
  }
  .lang_wrap {
    height: 55px;
  }
  .lang_wrap ul li a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
  }
}
/* web gnb */
@media (min-width: 1200px) {
  #header .m_menu_btn,
  #header .m_gnb_bg,
  #header .m-lang {
    display: none;
  }
  #header .gnb {
    position: relative;
    right: 0 !important;
    display: inline-block;
    width: auto;
    vertical-align: top;
    text-align: left;
    z-index: 1;
  }
  #header .gnb > ul {
    position: relative;
    top: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 0;
    line-height: 0;
  }
  #header .gnb > ul > li {
    position: relative;
    padding: 10px;
  }
  #header .gnb > ul > li > a {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    padding: 0 48px;
    height: 48px;
    min-width: 170px;
    border: 1px solid transparent;
    border-radius: 10px;
    color: #fff;
    z-index: 11;
    -webkit-transition: color 0.3s ease-in-out, padding 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, padding 0.3s ease-in-out;
  }
  #header .gnb > ul > li > a:hover {
    border-color: #0075EF;
  }
  #header .gnb > ul > li > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 12px;
    height: 8px;
    margin-top: -4px;
    background-color: transparent;
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    background-size: 100% 100%;
    mask-image: url("/front/assets/img/common/ico_gnb_pc_arrow.svg");
    -webkit-mask-image: url("/front/assets/img/common/ico_gnb_pc_arrow.svg");
  }
  #header .gnb > ul > li:hover > a {
    color: #fff;
    padding: 0 50px 0 20px;
    border: 1px solid #fff;
    min-width: 170px;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  #header .gnb > ul > li:hover > a::after {
    background-color: currentColor;
  }
  #header .gnb .depth2 {
    display: block !important;
    position: absolute;
    top: 100%;
    left: -1px;
    z-index: 0;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    height: 0;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  #header .gnb .depth2::before {
    content: "";
    position: absolute;
    top: -70px;
    right: 0;
    bottom: -10px;
    left: 0;
    border-radius: 10px;
    border: 1px solid transparent;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #header .gnb .depth2 li {
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #header .gnb .depth2 a {
    position: relative;
    display: block;
    padding: 12px 31px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    word-break: keep-all;
    font-weight: 400;
    pointer-events: auto;
  }
  #header .gnb .depth2 a:hover {
    color: #fff;
    font-weight: 700;
  }
  #header .gnb .depth2 li.in > a {
    padding-left: 20px;
    padding-right: 20px;
  }
  #header .gnb .depth2 li.in > a:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f054";
    font-size: 10px;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(0, 0, 0, 0.8);
  }
  #header .gnb .depth2 li:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #header .gnb .depth2 li:hover.in > a:after {
    color: rgba(0, 0, 0, 0.8);
  }
  #header .gnb .depth2 li:hover .depth2::before {
    border-color: #fff;
  }
  #header .gnb .depth2 ul {
    position: absolute;
    display: none;
    width: 100%;
    top: -1px;
    left: 100%;
    background: #fff;
  }
  #header .gnb .depth2 ul li {
    border-top: 1px solid #ebebeb;
  }
  #header .gnb .depth2 ul li:hover {
    background: #f2f2f2;
  }
  #header .gnb .depth2 ul li a {
    color: #111;
  }
  #header .gnb .depth2 ul li a:hover {
    color: #0075EF;
  }
  #header .gnb .depth2 > li:hover ul {
    display: block;
  }
  #header .gnb > ul > li:hover .depth2 {
    display: block !important;
    z-index: 10;
    height: auto;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }
  #header .gnb > ul > li:hover .depth2::before {
    border-color: #fff;
  }
  #header.fixed .gnb > ul > li > a {
    color: #000;
  }
  #header.fixed .gnb > ul > li .depth2 {
    background-color: #fff;
  }
  #header.fixed .gnb > ul > li .depth2::before {
    background-color: #fff;
  }
  #header.fixed .gnb > ul > li:hover > a {
    border-color: #000;
    color: #000;
  }
  #header.fixed .gnb > ul > li:hover .depth2::before {
    border-color: #000;
  }
  #header.fixed .gnb > ul > li:hover .depth2 a {
    color: #000;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  #header .gnb > ul > li:not(:hover) > a {
    padding: 0 30px;
    min-width: auto;
  }
}
@media (max-width: 1199px) {
  #header .m_menu_btn {
    display: none;
    position: absolute;
    top: 23px;
    right: 20px;
    width: 42px;
    height: 34px;
    background: none;
    border: 0;
    z-index: 11;
    cursor: pointer;
  }
  #header .m_menu_btn span {
    height: 6px;
    background: #333;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #header .m_menu_btn span:nth-child(1) {
    position: absolute;
    top: 50%;
    margin-top: -3px;
    width: 100%;
  }
  #header .m_menu_btn span:nth-child(2) {
    position: absolute;
    top: 0;
    width: 100%;
  }
  #header .m_menu_btn span:nth-child(3) {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  #header .m_menu_btn.on {
    position: fixed;
  }
  #header .m_menu_btn.on span {
    background: #fff;
  }
  #header .m_menu_btn.on span:nth-child(1) {
    opacity: 0;
  }
  #header .m_menu_btn.on span:nth-child(2) {
    height: 2px;
    -webkit-transform: translateY(16px) rotate(-45deg);
    -ms-transform: translateY(16px) rotate(-45deg);
    transform: translateY(16px) rotate(-45deg);
  }
  #header .m_menu_btn.on span:nth-child(3) {
    height: 2px;
    -webkit-transform: translateY(-16px) rotate(45deg);
    -ms-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg);
  }
  #header .gnb {
    float: none;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 10;
    width: 100%;
    height: 100vh;
    opacity: 0;
    text-align: left;
  }
  #header .m_gnb_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
  #header .m-lang {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 10;
    padding: 32px 0 0 33px;
    width: 80%;
    height: 80px;
    background: #0075EF;
    opacity: 0;
    font-size: 0;
  }
  #header .m-lang .w-lang {
    display: block;
    float: left;
    padding: 5px 0;
  }
  #header .m-lang .w-lang dd {
    margin-left: 0;
    margin-right: 10px;
  }
  #header .m-lang .w-lang dd a {
    font-size: 23px;
    text-align: center;
  }
  #header .gnb > ul {
    overflow-x: hidden;
    position: absolute;
    top: 80px;
    right: 0;
    z-index: 10;
    width: 80%;
    height: calc(100% - 80px);
    background: #fff;
    padding-bottom: 120px;
  }
  #header .gnb ul a {
    display: block;
    padding-left: 36px;
    width: 100%;
    line-height: 1;
  }
  #header .gnb > ul > li {
    width: 100%;
  }
  #header .gnb > ul > li > a {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #ddd;
    font-size: 23px;
    color: #333;
    background-color: #fff;
  }
  #header .gnb > ul > li.mb-in > a:before {
    position: absolute;
    top: 16px;
    right: 30px;
    content: "\f107";
    display: block;
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 1;
  }
  #header .gnb > ul > li:first-child > a {
    border-top: 0 none;
  }
  #header .gnb > ul > li:last-child > a {
    border-bottom: 1px solid #ddd;
  }
  #header .gnb > ul > li > ul {
    display: none;
    width: 100%;
    background: #e8e8e8;
  }
  #header .gnb > ul > li > ul > li {
    width: 100%;
    background: #e8e8e8;
  }
  #header .gnb > ul > li > ul > li a {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #d1d1d1;
    font-size: 17px;
  }
  #header .gnb > ul > li > ul > li:first-child > a {
    border-top: 0 none;
  }
  #header .gnb > ul > li.on > a {
    background: #3f3f40;
    border-top: 0 none;
    color: #fff;
  }
  #header .gnb > ul > li.on > a:before {
    content: "\f106";
  }
  #header .gnb > ul > li .depth2 > li > ul li a {
    font-weight: 400;
  }
  #header .gnb > ul > li .depth2 > li > ul li a:before {
    content: "-";
    display: inline-block;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  #header .m_menu_btn {
    top: 16px;
    right: 20px;
    width: 28px;
    height: 23px;
  }
  #header .m_menu_btn span {
    height: 3px;
  }
  #header .m_menu_btn span:nth-child(1) {
    top: 10px;
    margin-top: auto;
  }
  #header .m_menu_btn.on span:nth-child(2) {
    height: 2px;
    -webkit-transform: translateY(10.5px) rotate(-45deg);
    -ms-transform: translateY(10.5px) rotate(-45deg);
    transform: translateY(10.5px) rotate(-45deg);
  }
  #header .m_menu_btn.on span:nth-child(3) {
    height: 2px;
    -webkit-transform: translateY(-10.5px) rotate(45deg);
    -ms-transform: translateY(-10.5px) rotate(45deg);
    transform: translateY(-10.5px) rotate(45deg);
  }
  #header .gnb > ul {
    top: 55px;
    height: calc(100% - 55px);
    padding-bottom: 120px;
  }
  #header .gnb ul a {
    padding-left: 20px;
  }
  #header .gnb > ul > li.mb-in > a:before {
    top: 12px;
    right: 20px;
    font-size: 23px;
  }
  #header .m-lang {
    padding: 21px 0 0 20px;
    height: 55px;
  }
  #header .m-lang .w-lang {
    padding: 7px 0;
  }
  #header .m-lang .w-lang dd a {
    font-size: 13px;
  }
  #header .gnb > ul > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 15px;
  }
  #header .gnb > ul > li > ul > li a {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px;
  }
}
/* sitemap */
.pc_sitemap_btn {
  position: absolute;
  top: 50%;
  right: 50px;
  display: block;
  width: 30px;
  height: 30px;
  z-index: 11;
  cursor: pointer;
  margin-top: -2px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}

.pc_sitemap_btn.fixed:not(.on) {
  /*
  	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.4);
      box-shadow: 0 2px 2px rgba(0,0,0,.4);
  	background-color: #f7f7f7;
  */
}

.pc_sitemap_btn > span {
  position: absolute;
  width: 22.5px;
  height: 3px;
  background: rgb(255, 255, 255);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  left: 50%;
  top: 50%;
  margin-left: -11.25px;
  border-radius: 1.5px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

#header.fixed .pc_sitemap_btn > span {
  background: #000;
}

.pc_sitemap_btn.scrolled:not(.on) > span {
  background-color: #ff0302;
}

.pc_sitemap_btn > span:nth-child(1) {
  margin-top: -1.5px;
}

.pc_sitemap_btn > span:nth-child(2) {
  margin-top: -8.5px;
}

.pc_sitemap_btn > span:nth-child(3) {
  margin-top: 5.5px;
}

.pc_sitemap_btn.on {
  background-color: transparent !important;
}

.pc_sitemap_btn.on > span {
  background: #fff !important;
}

.pc_sitemap_btn.on > span:nth-child(1) {
  width: 7.5px;
  -webkit-transform: translateX(12.5px) translateY(5.25px) rotate(45deg);
  -ms-transform: translateX(12.5px) translateY(5.25px) rotate(45deg);
  transform: translateX(12.5px) translateY(5.25px) rotate(45deg);
}

.pc_sitemap_btn.on > span:nth-child(2) {
  width: 22.5px;
  margin-left: -11.25px;
  -webkit-transform: translateY(7px) rotate(-45deg);
  -ms-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}

.pc_sitemap_btn.on > span:nth-child(3) {
  width: 12px;
  -webkit-transform: translateX(1.75px) translateY(-10.5px) rotate(45deg);
  -ms-transform: translateX(1.75px) translateY(-10.5px) rotate(45deg);
  transform: translateX(1.75px) translateY(-10.5px) rotate(45deg);
}

.sitemap_btn__txt {
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  display: none;
}

.pc_sitemap_btn:not(.on) .sitemap_btn__txt.close {
  width: 0;
}

.sitemap_btn__txt.close {
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.sitemap_btn__txt.menu {
  display: none;
}

.sitemap_btn__txt span {
  display: inline-block;
  line-height: 1em;
}

.sitemap_btn__txt.close span {
  opacity: 0;
  color: #000;
}

.pc_sitemap_btn:not(.on) .sitemap_btn__txt.close span {
  color: #fff;
}

.pc_sitemap_btn.fixed .sitemap_btn__txt.close span,
body:not(.main) .pc_sitemap_btn .sitemap_btn__txt.close span {
  color: #000;
}

#headerSitemap {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: -webkit-fill-available;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  z-index: 10;
  display: none;
}

#headerSitemap.on {
  right: 0;
  opacity: 1;
}

#headerSitemap.slice_effect .slice_wrap div {
  background-position: center !important;
}

.sitemap_copyright {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  width: 1440px;
  max-width: 100%;
  padding: 0 2.5rem;
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.15);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  -webkit-transition: 0.2s 0.6s opacity ease-in-out;
  transition: 0.2s 0.6s opacity ease-in-out;
  opacity: 0;
}

#headerSitemap.on .sitemap_copyright {
  opacity: 1;
}

.header_sitemap {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
  max-width: 1440px;
  padding: 80px 20px 5rem;
  margin: 0 auto;
  z-index: 3;
}

.header_sitemap > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.header_sitemap > ul > li {
  padding: 1.875rem 20px;
  opacity: 0;
}

.header_sitemap > ul > li > a {
  position: relative;
  color: #fff;
  -webkit-transition: none;
  transition: none;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.4;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.header_sitemap > ul > li > a:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.header_sitemap > ul > li > .depth2 {
  padding-top: 1.875rem;
}

.header_sitemap > ul > li > .depth2 li {
  font-size: 0;
}

.header_sitemap > ul > li > .depth2 li + li {
  margin-top: 0.9375rem;
}

.header_sitemap > ul > li > .depth2 li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.header_sitemap > ul > li > .depth2 li a:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.header_sitemap > ul > li > .depth2 .depth3 {
  margin-top: 0.625rem;
}

.header_sitemap > ul > li > .depth2 .depth3 li + li {
  margin-top: 0.3125rem;
}

.header_sitemap > ul > li > .depth2 .depth3 li a {
  font-size: 15px;
  padding-left: 13px;
}

.header_sitemap > ul > li > .depth2 .depth3 li a:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}

.header_sitemap > ul > li:hover > a:after {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.header_sitemap > ul > li > a:hover:before {
  border-bottom-color: rgb(255, 255, 255);
}

.header_sitemap > ul > li > .depth2 li a:hover {
  color: #fff;
}

.header_sitemap > ul > li > .depth2 li a:hover:before {
  border-bottom-color: rgba(255, 255, 255, 0.6);
}

.pc_sitemap_btn:not(.on):hover > span:nth-child(1) {
  width: 22.5px;
}

.pc_sitemap_btn:not(.on):hover > span:nth-child(2) {
  width: 16.5px;
}

.pc_sitemap_btn:not(.on):hover > span:nth-child(3) {
  width: 16.5px;
}

.pc_sitemap_btn.on:hover .sitemap_btn__txt.close {
  letter-spacing: 4px;
}

@media (max-width: 1199px) {
  .pc_sitemap_btn {
    right: 20px;
  }
  .header_sitemap > ul > li > a {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .pc_sitemap_btn {
    margin-top: 0;
  }
  .header_sitemap_logo {
    left: 20px;
  }
  .header_sitemap > ul {
    width: auto;
  }
  .header_sitemap > ul > li {
    width: 50%;
    padding: 1.875rem 1.25rem;
  }
  .header_sitemap > ul > li > a {
    font-size: 18px;
  }
  .header_sitemap > ul > li > .depth2 li a {
    font-size: 14px;
  }
  .header_sitemap > ul > li > .depth2 .depth3 li {
    margin-top: 0.3125rem;
  }
  .header_sitemap > ul > li > .depth2 .depth3 li a {
    font-size: 12px;
    padding-left: 11px;
  }
  .header_sns {
    margin-top: 40px;
  }
}
/* sitemap logo */
.header_sitemap_logo {
  position: fixed;
  top: 43px;
  left: 50px;
  font-size: 0;
  opacity: 0;
  z-index: 11;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}

.header_sitemap_logo a {
  position: relative;
}
.header_sitemap_logo a img {
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

@media (max-width: 1199px) {
  .header_sitemap_logo {
    top: 29px;
    left: 20px;
  }
}
@media (max-width: 767px) {
  .header_sitemap_logo {
    top: 21px;
  }
  .header_sitemap_logo img {
    width: 100px;
  }
}
ul.flex_box--fc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -1.875rem;
}
ul.flex_box--fc.a_c {
  -ms-flex-align: center;
  align-items: center;
}
ul.flex_box--fc.j_c {
  -ms-flex-pack: center;
  justify-content: center;
}
ul.flex_box--fc > li {
  margin-top: 1.875rem;
}
ul.flex_box--fc.space-top-4 {
  margin-top: -0.25rem;
}
ul.flex_box--fc.space-top-4 > li {
  margin-top: 0.25rem;
}
ul.flex_box--fc.space-top-10 {
  margin-top: -0.625rem;
}
ul.flex_box--fc.space-top-10 > li {
  margin-top: 0.625rem;
}
ul.flex_box--fc.space-top-20 {
  margin-top: -1.25rem;
}
ul.flex_box--fc.space-top-20 > li {
  margin-top: 1.25rem;
}
ul.flex_box--fc.space-top-30 {
  margin-top: -1.875rem;
}
ul.flex_box--fc.space-top-30 > li {
  margin-top: 1.875rem;
}
ul.flex_box--fc.space-top-40 {
  margin-top: -2.5rem;
}
ul.flex_box--fc.space-top-40 > li {
  margin-top: 2.5rem;
}
ul.flex_box--fc.space-top-50 {
  margin-top: -3.125rem;
}
ul.flex_box--fc.space-top-50 > li {
  margin-top: 3.125rem;
}
ul.flex_box--fc.space-top-60 {
  margin-top: -3.75rem;
}
ul.flex_box--fc.space-top-60 > li {
  margin-top: 3.75rem;
}
ul.flex_box--fc.space-top-70 {
  margin-top: -4.375rem;
}
ul.flex_box--fc.space-top-70 > li {
  margin-top: 4.375rem;
}
ul.flex_box--fc.space-top-80 {
  margin-top: -5rem;
}
ul.flex_box--fc.space-top-80 > li {
  margin-top: 5rem;
}
ul.flex_box--fc.space-2 {
  margin-right: -0.125rem;
  margin-left: -0.125rem;
}
ul.flex_box--fc.space-2 > li {
  padding: 0 0.125rem;
}
ul.flex_box--fc.space-5 {
  margin-right: -0.3125rem;
  margin-left: -0.3125rem;
}
ul.flex_box--fc.space-5 > li {
  padding: 0 0.3125rem;
}
ul.flex_box--fc.space-7 {
  margin-right: -0.4375rem;
  margin-left: -0.4375rem;
}
ul.flex_box--fc.space-7 > li {
  padding: 0 0.4375rem;
}
ul.flex_box--fc.space-8 {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
ul.flex_box--fc.space-8 > li {
  padding: 0 0.5rem;
}
ul.flex_box--fc.space-10 {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
ul.flex_box--fc.space-10 > li {
  padding: 0 0.625rem;
}
ul.flex_box--fc.space-14 {
  margin-right: -0.875rem;
  margin-left: -0.875rem;
}
ul.flex_box--fc.space-14 > li {
  padding: 0 0.875rem;
}
ul.flex_box--fc.space-15 {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
ul.flex_box--fc.space-15 > li {
  padding: 0 0.9375rem;
}
ul.flex_box--fc.space-20 {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}
ul.flex_box--fc.space-20 > li {
  padding: 0 1.25rem;
}
ul.flex_box--fc.space-25 {
  margin-right: -1.5625rem;
  margin-left: -1.5625rem;
}
ul.flex_box--fc.space-25 > li {
  padding: 0 1.5625rem;
}
ul.flex_box--fc.space-30 {
  margin-right: -1.875rem;
  margin-left: -1.875rem;
}
ul.flex_box--fc.space-30 > li {
  padding: 0 1.875rem;
}
ul.flex_box--fc.space-39 {
  margin-right: -2.4375rem;
  margin-left: -2.4375rem;
}
ul.flex_box--fc.space-39 > li {
  padding: 0 2.4375rem;
}
ul.flex_box--fc.space-40 {
  margin-right: -2.5rem;
  margin-left: -2.5rem;
}
ul.flex_box--fc.space-40 > li {
  padding: 0 2.5rem;
}
ul.flex_box--fc.ea-1 > li {
  width: 100%;
}
ul.flex_box--fc.ea-2 > li {
  width: 50%;
}
ul.flex_box--fc.ea-3 > li {
  width: 33.333333%;
}
ul.flex_box--fc.ea-4 > li {
  width: 25%;
}
ul.flex_box--fc.ea-5 > li {
  width: 20%;
}
ul.flex_box--fc.ea-6 > li {
  width: 16.666666%;
}
ul.flex_box--fc.ea-7 > li {
  width: 14.285%;
}
ul.flex_box--fc.ea-8 > li {
  width: 12.5%;
}
ul.flex_box--fc.ea-9 > li {
  width: 11.111111%;
}
ul.flex_box--fc.ea-10 > li {
  width: 10%;
}
@media (max-width: 1199px) {
  ul.flex_box--fc.ea-xl-1 > li {
    width: 100%;
  }
  ul.flex_box--fc.ea-xl-2 > li {
    width: 50%;
  }
  ul.flex_box--fc.ea-xl-3 > li {
    width: 33.333333%;
  }
  ul.flex_box--fc.ea-xl-4 > li {
    width: 25%;
  }
  ul.flex_box--fc.ea-xl-5 > li {
    width: 20%;
  }
  ul.flex_box--fc.ea-xl-6 > li {
    width: 16.666666%;
  }
  ul.flex_box--fc.ea-xl-7 > li {
    width: 14.285%;
  }
  ul.flex_box--fc.ea-xl-8 > li {
    width: 12.5%;
  }
  ul.flex_box--fc.ea-xl-9 > li {
    width: 11.111111%;
  }
  ul.flex_box--fc.ea-xl-10 > li {
    width: 10%;
  }
}
@media (max-width: 991px) {
  ul.flex_box--fc.ea-lg-1 > li {
    width: 100%;
  }
  ul.flex_box--fc.ea-lg-2 > li {
    width: 50%;
  }
  ul.flex_box--fc.ea-lg-3 > li {
    width: 33.333333%;
  }
  ul.flex_box--fc.ea-lg-4 > li {
    width: 25%;
  }
  ul.flex_box--fc.ea-lg-5 > li {
    width: 20%;
  }
  ul.flex_box--fc.ea-lg-6 > li {
    width: 16.666666%;
  }
  ul.flex_box--fc.ea-lg-7 > li {
    width: 14.285%;
  }
  ul.flex_box--fc.ea-lg-8 > li {
    width: 12.5%;
  }
  ul.flex_box--fc.ea-lg-9 > li {
    width: 11.111111%;
  }
  ul.flex_box--fc.ea-lg-10 > li {
    width: 10%;
  }
}
@media (max-width: 767px) {
  ul.flex_box--fc.ea-md-1 > li {
    width: 100%;
  }
  ul.flex_box--fc.ea-md-2 > li {
    width: 50%;
  }
  ul.flex_box--fc.ea-md-3 > li {
    width: 33.333333%;
  }
  ul.flex_box--fc.ea-md-4 > li {
    width: 25%;
  }
  ul.flex_box--fc.ea-md-5 > li {
    width: 20%;
  }
  ul.flex_box--fc.ea-md-6 > li {
    width: 16.666666%;
  }
  ul.flex_box--fc.ea-md-7 > li {
    width: 14.285%;
  }
  ul.flex_box--fc.ea-md-8 > li {
    width: 12.5%;
  }
  ul.flex_box--fc.ea-md-9 > li {
    width: 11.111111%;
  }
  ul.flex_box--fc.ea-md-10 > li {
    width: 10%;
  }
}
@media (max-width: 575px) {
  ul.flex_box--fc.ea-sm-1 > li {
    width: 100%;
  }
  ul.flex_box--fc.ea-sm-2 > li {
    width: 50%;
  }
  ul.flex_box--fc.ea-sm-3 > li {
    width: 33.333333%;
  }
  ul.flex_box--fc.ea-sm-4 > li {
    width: 25%;
  }
  ul.flex_box--fc.ea-sm-5 > li {
    width: 20%;
  }
  ul.flex_box--fc.ea-sm-6 > li {
    width: 16.666666%;
  }
  ul.flex_box--fc.ea-sm-7 > li {
    width: 14.285%;
  }
  ul.flex_box--fc.ea-sm-8 > li {
    width: 12.5%;
  }
  ul.flex_box--fc.ea-sm-9 > li {
    width: 11.111111%;
  }
  ul.flex_box--fc.ea-sm-10 > li {
    width: 10%;
  }
}

.flex_box--img--fc {
  display: -ms-flexbox;
  display: flex;
}
.flex_box--img--fc > figure {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0;
  text-align: center;
  padding-right: 4.375rem;
  max-width: 60%;
}
.flex_box--img--fc > figure.type_sm {
  padding-right: 3.75rem;
  max-width: none;
}
.flex_box--img--fc > div {
  width: 100%;
}
@media (max-width: 991px) {
  .flex_box--img--fc {
    display: block;
  }
  .flex_box--img--fc > figure {
    padding-right: 0;
    max-width: none;
  }
  .flex_box--img--fc > figure.type_sm {
    padding-right: 0;
  }
  .flex_box--img--fc > div {
    margin-top: 2.5rem;
  }
}

.reveal_item {
  opacity: 0;
}

/* pagination */
.board-paging {
  margin-top: 3.125rem;
  text-align: center;
  font-size: 0;
  line-height: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.board-paging li,
.board-paging ol {
  display: inline-block;
  vertical-align: top;
}

.board-paging li {
  overflow: hidden;
  position: relative;
  margin-left: -1px;
  padding: 0 2px;
}

.board-paging li > a {
  display: inline-block;
  width: 30px;
  height: 30px;
  /* border: 0; */
  font-size: 0.9375rem;
  line-height: 28px;
  background-color: #fff;
  border: 1px solid #dadada;
  color: #111;
  border-radius: 0;
  width: auto;
  min-width: 30px;
  font-weight: 500;
  padding: 0 3px;
}

.board-paging li.on,
.board-paging li:hover {
  z-index: 111;
}

.board-paging li.on > a,
.board-paging li:hover > a {
  border: 1px solid #dadada;
  background-color: #222;
  color: #fff;
  font-weight: 500;
}

.board-paging .paging-btn-next,
.board-paging .paging-btn-last,
.board-paging .paging-btn-first,
.board-paging .paging-btn-prev {
  display: block;
  width: 30px;
  height: 30px;
  border: none;
  margin-top: -1px;
  margin-left: -1px;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
  background: none;
  border: 0;
  color: transparent;
}

.board-paging .paging-btn-last,
.board-paging .paging-btn-next {
  border-left: none;
}

.board-paging .paging-btn-prev,
.board-paging .paging-btn-first {
  border-right: none;
}

.board-paging .paging-btn-last {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.board-paging .paging-btn-first {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.board-paging .paging-btn-next {
  background: url("/front/assets/img/paging-next-off.png") no-repeat center center;
}

.board-paging .paging-btn-last {
  background: url("/front/assets/img/paging-last-off.png") no-repeat center center;
}

.board-paging .paging-btn-first {
  background: url("/front/assets/img/paging-first-off.png") no-repeat center center;
}

.board-paging .paging-btn-prev {
  background: url("/front/assets/img/paging-prev-off.png") no-repeat center center;
}

/* 팝업 */
body.pop_open {
  overflow: hidden !important;
}

.transition--popup {
  -webkit-box-shadow: 0 2px 13px -1px rgba(0, 0, 0, 0.8);
  box-shadow: 0 2px 10px -1px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.transition--popup.on {
  -webkit-box-shadow: 0 2px 13px -1px rgba(0, 0, 0, 0.8);
  box-shadow: 0 2px 13px -1px rgba(0, 0, 0, 0.8);
}

.page_wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 12;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  padding: 35px 20px;
  display: none;
}

.page_inner {
  position: relative;
  top: 0;
  max-width: 800px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: -60px;
  border: 3px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(135deg, #0075EF 0%, #343434 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.page_inner.on {
  margin-top: 0;
}

.pd_box {
  position: relative;
  background-color: #fff;
  padding: 3.125rem 1.875rem 2.5rem;
}

.btn_close_pagepop {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  outline: none;
  font-size: 0;
}

.page_pop_head {
  padding-bottom: 17px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dedede;
}
.btn_squ_box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn_squ_box .btn_squ {
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 10px 20px;
  margin: 0 5px;
  background-color: #2e353d;
  border: 1px solid #2e353d;
  border-radius: 18px;
}
.btn_squ_box .btn_squ:hover {
  background-color: #4f555c;
}
.btn_squ_box .btn_squ.type_white {
  color: #444;
  background-color: #f6f6f6;
  border-color: #b7b7b7;
}
.btn_squ_box .btn_squ.type_white:hover {
  background-color: #ededed;
}

.bullet_ul li {
  position: relative;
  padding-left: 0.7777777777em;
  font-size: inherit;
  line-height: 1.8;
}
.bullet_ul li + li {
  margin-top: 0.2777777777em;
}
.bullet_ul li:before {
  content: "";
  position: absolute;
  top: 0.6666666667em;
  left: 0;
  width: 0.2777777778em;
  height: 0.2777777778em;
  background-color: #333;
  border-radius: 50%;
}
.bullet_ul.color_fff li:before {
  background-color: #fff;
}

.img_full_wrap {
  font-size: 0;
  text-align: center;
}

figure.img_full_wrap figcaption {
  font-size: 0;
  color: transparent;
  background: none;
  text-indent: -9999px;
  line-height: 0;
  width: 0;
  height: 0;
  border: 0;
  overflow: hidden;
}
figure.img_full_wrap figcaption * {
  font-size: 0;
  color: transparent;
  background: none;
  text-indent: -9999px;
  line-height: 0;
  width: 0;
  height: 0;
  border: 0;
  overflow: hidden;
}

.tab_conts_box > ul > li {
  display: block;
}
.tab_conts_box > ul > li:not(:first-child) {
  display: none;
}

.swiper-scrollbar {
  background: #e5e5e5 !important;
}
.swiper-scrollbar:not(.swiper-scrollbar-vertical) {
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: 100% !important;
  height: 4px !important;
}

.swiper-scrollbar-drag {
  background: #000 !important;
}

/* slice effect */
.slice_effect img.copy_img {
  display: none;
}
.slice_effect .slice_wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
  -webkit-perspective: 1600px;
  perspective: 1600px;
}
.slice_effect .slice_wrap div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(0.8) rotateX(-30deg);
  transform: scale(0.8) rotateX(-30deg);
  opacity: 0;
}
.slice_effect .slice_wrap div:nth-child(1) {
  -webkit-transition: 500ms 0ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 0ms bottom ease-in-out;
  transition: 500ms 0ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 0ms bottom ease-in-out;
}
.slice_effect .slice_wrap div:nth-child(2) {
  -webkit-transition: 500ms 20ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 20ms bottom ease-in-out;
  transition: 500ms 20ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 20ms bottom ease-in-out;
}
.slice_effect .slice_wrap div:nth-child(3) {
  -webkit-transition: 500ms 40ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 40ms bottom ease-in-out;
  transition: 500ms 40ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 40ms bottom ease-in-out;
}
.slice_effect .slice_wrap div:nth-child(4) {
  -webkit-transition: 500ms 60ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 60ms bottom ease-in-out;
  transition: 500ms 60ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 60ms bottom ease-in-out;
}
.slice_effect .slice_wrap div:nth-child(5) {
  -webkit-transition: 500ms 80ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 80ms bottom ease-in-out;
  transition: 500ms 80ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 80ms bottom ease-in-out;
}
.slice_effect .slice_wrap div:nth-child(6) {
  -webkit-transition: 500ms 100ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 100ms bottom ease-in-out;
  transition: 500ms 100ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 100ms bottom ease-in-out;
}
.slice_effect .slice_wrap div:nth-child(7) {
  -webkit-transition: 500ms 120ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 120ms bottom ease-in-out;
  transition: 500ms 120ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 120ms bottom ease-in-out;
}
.slice_effect .slice_wrap div:nth-child(8) {
  -webkit-transition: 500ms 140ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 140ms bottom ease-in-out;
  transition: 500ms 140ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 140ms bottom ease-in-out;
}
.slice_effect .slice_wrap div:nth-child(9) {
  -webkit-transition: 500ms 160ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 160ms bottom ease-in-out;
  transition: 500ms 160ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 160ms bottom ease-in-out;
}
.slice_effect .slice_wrap div:nth-child(10) {
  -webkit-transition: 500ms 180ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 180ms bottom ease-in-out;
  transition: 500ms 180ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 180ms bottom ease-in-out;
}
.slice_effect .slice_wrap div:nth-child(11) {
  -webkit-transition: 500ms 200ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 200ms bottom ease-in-out;
  transition: 500ms 200ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 200ms bottom ease-in-out;
}
.slice_effect .slice_wrap div:nth-child(12) {
  -webkit-transition: 500ms 220ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 220ms bottom ease-in-out;
  transition: 500ms 220ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 220ms bottom ease-in-out;
}
.slice_effect .slice_wrap div:nth-child(13) {
  -webkit-transition: 500ms 240ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 240ms bottom ease-in-out;
  transition: 500ms 240ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 240ms bottom ease-in-out;
}
.slice_effect .slice_wrap div:nth-child(14) {
  -webkit-transition: 500ms 260ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 260ms bottom ease-in-out;
  transition: 500ms 260ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 260ms bottom ease-in-out;
}
.slice_effect .slice_wrap div:nth-child(15) {
  -webkit-transition: 500ms 280ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 280ms bottom ease-in-out;
  transition: 500ms 280ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 280ms bottom ease-in-out;
}
.slice_effect .slice_wrap div:nth-child(16) {
  -webkit-transition: 500ms 300ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 300ms bottom ease-in-out;
  transition: 500ms 300ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 300ms bottom ease-in-out;
}
.slice_effect .slice_wrap div:nth-child(17) {
  -webkit-transition: 500ms 320ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 320ms bottom ease-in-out;
  transition: 500ms 320ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 320ms bottom ease-in-out;
}
.slice_effect .slice_wrap div:nth-child(18) {
  -webkit-transition: 500ms 340ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 340ms bottom ease-in-out;
  transition: 500ms 340ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 340ms bottom ease-in-out;
}
.slice_effect .slice_wrap div:nth-child(19) {
  -webkit-transition: 500ms 360ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 360ms bottom ease-in-out;
  transition: 500ms 360ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 360ms bottom ease-in-out;
}
.slice_effect .slice_wrap div:nth-child(20) {
  -webkit-transition: 500ms 380ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 380ms bottom ease-in-out;
  transition: 500ms 380ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 380ms bottom ease-in-out;
}
.slice_effect.on .slice_wrap div {
  bottom: 0;
  opacity: 1;
  margin-bottom: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.slice_effect.on .slice_wrap div:nth-child(1) {
  -webkit-transition: 500ms 0ms all ease-in-out;
  transition: 500ms 0ms all ease-in-out;
}
.slice_effect.on .slice_wrap div:nth-child(2) {
  -webkit-transition: 500ms 20ms all ease-in-out;
  transition: 500ms 20ms all ease-in-out;
}
.slice_effect.on .slice_wrap div:nth-child(3) {
  -webkit-transition: 500ms 40ms all ease-in-out;
  transition: 500ms 40ms all ease-in-out;
}
.slice_effect.on .slice_wrap div:nth-child(4) {
  -webkit-transition: 500ms 60ms all ease-in-out;
  transition: 500ms 60ms all ease-in-out;
}
.slice_effect.on .slice_wrap div:nth-child(5) {
  -webkit-transition: 500ms 80ms all ease-in-out;
  transition: 500ms 80ms all ease-in-out;
}
.slice_effect.on .slice_wrap div:nth-child(6) {
  -webkit-transition: 500ms 100ms all ease-in-out;
  transition: 500ms 100ms all ease-in-out;
}
.slice_effect.on .slice_wrap div:nth-child(7) {
  -webkit-transition: 500ms 120ms all ease-in-out;
  transition: 500ms 120ms all ease-in-out;
}
.slice_effect.on .slice_wrap div:nth-child(8) {
  -webkit-transition: 500ms 140ms all ease-in-out;
  transition: 500ms 140ms all ease-in-out;
}
.slice_effect.on .slice_wrap div:nth-child(9) {
  -webkit-transition: 500ms 160ms all ease-in-out;
  transition: 500ms 160ms all ease-in-out;
}
.slice_effect.on .slice_wrap div:nth-child(10) {
  -webkit-transition: 500ms 180ms all ease-in-out;
  transition: 500ms 180ms all ease-in-out;
}
.slice_effect.on .slice_wrap div:nth-child(11) {
  -webkit-transition: 500ms 200ms all ease-in-out;
  transition: 500ms 200ms all ease-in-out;
}
.slice_effect.on .slice_wrap div:nth-child(12) {
  -webkit-transition: 500ms 220ms all ease-in-out;
  transition: 500ms 220ms all ease-in-out;
}
.slice_effect.on .slice_wrap div:nth-child(13) {
  -webkit-transition: 500ms 240ms all ease-in-out;
  transition: 500ms 240ms all ease-in-out;
}
.slice_effect.on .slice_wrap div:nth-child(14) {
  -webkit-transition: 500ms 260ms all ease-in-out;
  transition: 500ms 260ms all ease-in-out;
}
.slice_effect.on .slice_wrap div:nth-child(15) {
  -webkit-transition: 500ms 280ms all ease-in-out;
  transition: 500ms 280ms all ease-in-out;
}
.slice_effect.on .slice_wrap div:nth-child(16) {
  -webkit-transition: 500ms 300ms all ease-in-out;
  transition: 500ms 300ms all ease-in-out;
}
.slice_effect.on .slice_wrap div:nth-child(17) {
  -webkit-transition: 500ms 320ms all ease-in-out;
  transition: 500ms 320ms all ease-in-out;
}
.slice_effect.on .slice_wrap div:nth-child(18) {
  -webkit-transition: 500ms 340ms all ease-in-out;
  transition: 500ms 340ms all ease-in-out;
}
.slice_effect.on .slice_wrap div:nth-child(19) {
  -webkit-transition: 500ms 360ms all ease-in-out;
  transition: 500ms 360ms all ease-in-out;
}
.slice_effect.on .slice_wrap div:nth-child(20) {
  -webkit-transition: 500ms 380ms all ease-in-out;
  transition: 500ms 380ms all ease-in-out;
}

.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;
}

#subWrap {
  min-height: 310px;
}

/* ============================================================
   sub visual
   ============================================================ */
@-webkit-keyframes scrollBar {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(155%);
            transform: translateY(155%);
  }
}
@keyframes scrollBar {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(155%);
            transform: translateY(155%);
  }
}
.sub_visual {
  position: relative;
  height: 100vh;
  min-height: 37.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: #333;
  color: #fff;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* 1depth 폴더명 기반 배경 이미지 수식어 */
}
.sub_visual--company {
  background-image: url("/front/assets/img/sub/bg_visual_company.jpg");
}
.sub_visual--news {
  background-image: url("/front/assets/img/sub/bg_visual_news.png");
}
.sub_visual--product {
  background-image: url("/front/assets/img/sub/bg_visual_product-new.jpg");
}
.sub_visual--contact {
  background-image: url("/front/assets/img/sub/bg_visual_contact.jpg");
}
.sub_visual {
  /* 어두운 오버레이 */
}
.sub_visual__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.sub_visual .inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-bottom: 3.125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 13.75rem;
}
.sub_visual {
  /* 타이틀 + LNB 묶음 */
}
.sub_visual__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 4.375rem;
}
.sub_visual {
  /* 타이틀 + 설명 묶음 */
}
.sub_visual__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
}
.sub_visual__tit {
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: -0.02em;
}
.sub_visual__desc {
  font-weight: 600;
  line-height: 1.4;
  margin-top: 1.875rem;
  color: #fff;
}
.sub_visual {
  /* Scroll down */
}
.sub_visual__scroll {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.25rem;
  bottom: 3.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sub_visual__scroll-txt {
  font-family: "Play", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}
.sub_visual__scroll-line {
  width: 4px;
  height: 4.375rem;
  background-color: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  position: relative;
}
.sub_visual__scroll-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-animation: scrollBar 1.4s ease-in-out infinite;
          animation: scrollBar 1.4s ease-in-out infinite;
}

.sub_depth2_tit {
  margin-top: 100px;
}

.sub_section {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .sub_section {
    padding: 60px 0;
  }
  .sub_depth2_tit {
    margin-top: 60px;
  }
}
.lnb_wrapper {
  position: relative;
  z-index: 3;
  -webkit-transition: 0.2s height ease-in-out;
  transition: 0.2s height ease-in-out;
}
.lnb_wrapper .lnb_inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
  border-radius: 6.25rem;
  overflow: hidden;
}
.lnb_wrapper .lnb_inner.fixed {
  z-index: 61;
}
.lnb_wrapper .lnb_inner.fixed:before {
  background-color: #fff;
  border-bottom-color: #eee;
}
.lnb_wrapper .lnb_inner__item {
  height: 100%;
}
.lnb_wrapper .lnb_inner__item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  min-width: 12.5rem;
  padding: 1.3125rem 1.875rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  border-radius: 6.25rem;
  text-decoration: none;
  -webkit-transition: 0.2s background-color ease-in-out;
  transition: 0.2s background-color ease-in-out;
}
.lnb_wrapper .lnb_inner__item a:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.lnb_wrapper .lnb_inner__item.on a {
  background-color: #0075EF;
}
.lnb_wrapper .lnb_inner__item.on a:hover {
  background-color: rgb(0, 97.0267782427, 198.2);
}
@media (max-width: 1280px) {
  .lnb_wrapper .lnb_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 0;
    background-color: transparent;
  }
  .lnb_wrapper .lnb_inner .lnb_inner__item {
    width: 33.333333%;
    padding: 1px;
  }
  .lnb_wrapper .lnb_inner .lnb_inner__item a {
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(2.5px);
    backdrop-filter: blur(2.5px);
  }
  .lnb_wrapper .lnb_inner .lnb_inner__item.on a {
    background-color: #0075EF;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
  }
}
@media (max-width: 575px) {
  .lnb_wrapper .lnb_inner .lnb_inner__item {
    width: auto;
    -ms-flex: auto;
        flex: auto;
  }
}

.bg_primary {
  background-color: #0075EF !important;
}

.color_primary {
  color: #0075EF !important;
}

.color_secondary {
  color: #ff0302 !important;
}

/* 인사말 */
.sub_section.greeting_section_01 .img_wrapper {
  background: url("/front/assets/img/sub/company/greeting_img.png") no-repeat center center/cover;
  width: 100%;
  aspect-ratio: 14/5;
}

.sub_section.greeting_section_02 .greeting_text_wrap {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 3.125rem;
}
@media (max-width: 767px) {
  .sub_section.greeting_section_02 .greeting_text_wrap {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.sub_section.greeting_section_02 .greeting_text_wrap p {
  -ms-flex: 1;
      flex: 1;
      text-align: center;
}

/* 미션 및 비전 */
.sub_section.mission_vision_section_01 {
  position: relative;
}
.sub_section.mission_vision_section_01::before {
  content: "";
  position: absolute;
  top: 34.6875rem;
  left: 50%;
  width: 100%;
  height: 38.125rem;
  background-color: #f5f5f5;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}
@media (max-width: 767px) {
  .sub_section.mission_vision_section_01::before {
    display: none;
  }
}
.sub_section.mission_vision_section_01 .inner {
  position: relative;
  z-index: 1;
}
.sub_section.mission_vision_section_01 .mission_content_wrapper {
  width: 100%;
}
.sub_section.mission_vision_section_01 .mission_content_wrapper .mission_content {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media (max-width: 1199px) {
  .sub_section.mission_vision_section_01 .mission_content_wrapper .mission_content {
    gap: 1.25rem;
  }
}
@media (max-width: 767px) {
  .sub_section.mission_vision_section_01 .mission_content_wrapper .mission_content {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.sub_section.mission_vision_section_01 .mission_content_wrapper .mission_content li {
  -ms-flex: 1;
      flex: 1;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-shadow: 0.25rem 0.25rem 2.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.25rem 0.25rem 2.5rem rgba(0, 0, 0, 0.1);
  padding: 1.25rem;
}
.sub_section.mission_vision_section_01 .mission_content_wrapper .mission_content li:nth-of-type(1) .mission_content_img {
  background: url("/front/assets/img/sub/company/mission_content04.png") no-repeat center center/cover;
}
.sub_section.mission_vision_section_01 .mission_content_wrapper .mission_content li:nth-of-type(2) .mission_content_img {
  background: url("/front/assets/img/sub/company/mission_content05.png") no-repeat center center/cover;
}
.sub_section.mission_vision_section_01 .mission_content_wrapper .mission_content li:nth-of-type(3) .mission_content_img {
  background: url("/front/assets/img/sub/company/mission_content03.png") no-repeat center center/cover;
}
.sub_section.mission_vision_section_01 .mission_content_wrapper .mission_content .mission_content_img {
  width: 100%;
  aspect-ratio: 4/3;
}
.sub_section.mission_vision_section_01 .mission_content_wrapper .mission_content .mission_content_detail {
  width: 100%;
  padding: 1.875rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 3.125rem;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
@media (max-width: 1199px) {
  .sub_section.mission_vision_section_01 .mission_content_wrapper .mission_content .mission_content_detail {
    padding: 0.9375rem;
  }
}
@media (max-width: 1199px) {
  .sub_section.mission_vision_section_01 .mission_content_wrapper .mission_content .mission_content_detail {
    padding: 0;
    padding-top: 0.9375rem;
  }
}
.sub_section.mission_vision_section_01 .mission_content_wrapper .mission_content .mission_content_detail .mission_content_text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.25rem;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.sub_section.mission_vision_section_01 .mission_content_wrapper .mission_content .mission_content_detail img {
  margin-top: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media (max-width: 767px) {
  .sub_section.mission_vision_section_01 .mission_content_wrapper .mission_content .mission_content_detail img {
    width: 15%;
  }
}

/* 회사연혁 */
/* #wrapper overflow:hidden 이 sticky 스크롤 컨텍스트를 가로채서 clip으로 우회 */
body.sub #wrapper {
  overflow: clip;
}

.sub_section.history_section_01 .img_wrapper {
  background: url("/front/assets/img/sub/company/history_img.png") no-repeat center center/cover;
  width: 100%;
  aspect-ratio: 14/5;
}

.sub_section.history_section_02 .history_wrap {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  gap: 6.25rem;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media (max-width: 1199px) {
  .sub_section.history_section_02 .history_wrap {
    gap: 2rem;
  }
}
@media (max-width: 991px) {
  .sub_section.history_section_02 .history_wrap {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.sub_section.history_section_02 .history_wrap .history_year {
  width: 100%;
  max-width: 25rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 6.875rem;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 1199px) {
  .sub_section.history_section_02 .history_wrap .history_year {
    max-width: 20rem;
  }
}
@media (max-width: 991px) {
  .sub_section.history_section_02 .history_wrap .history_year {
    -ms-flex-direction: row;
        flex-direction: row;
    max-width: none;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    top: 5.0625rem;
    padding: 1.25rem 0;
  }
}
@media (max-width: 767px) {
  .sub_section.history_section_02 .history_wrap .history_year {
    top: 4.7rem;
  }
}
.sub_section.history_section_02 .history_wrap .history_year h5 {
  color: #d0d0d0;
}
.sub_section.history_section_02 .history_wrap .history_list {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 3.125rem;
  scroll-margin-top: 6.875rem;
}
@media (max-width: 991px) {
  .sub_section.history_section_02 .history_wrap .history_list {
    scroll-margin-top: 10.625rem;
  }
}
.sub_section.history_section_02 .history_wrap .history_list > li {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 575px) {
  .sub_section.history_section_02 .history_wrap .history_list > li {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.sub_section.history_section_02 .history_wrap .history_list > li h6 {
  width: 9.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1199px) {
  .sub_section.history_section_02 .history_wrap .history_list > li h6 {
    width: 7rem;
  }
}
.sub_section.history_section_02 .history_wrap .history_list > li h6#move_2021 {
  scroll-margin-top: 6.875rem;
}
@media (max-width: 991px) {
  .sub_section.history_section_02 .history_wrap .history_list > li h6#move_2021 {
    scroll-margin-top: 10.625rem;
  }
}
.sub_section.history_section_02 .history_wrap .history_list > li .history_detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.25rem;
}
.sub_section.history_section_02 .history_wrap .history_list > li .history_detail li {
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}
.sub_section.history_section_02 .history_wrap .history_list > li .history_detail span {
  min-width: 1.7rem;
}

/* 오시는길 */
.sub_section.location_section_01 .location_title {
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #000;
}
.sub_section.location_section_01 .location_title .location_copy {
  padding: 0.875rem 1.5rem;
  border-radius: 6.25rem;
  background-color: #f6f6f6;
}
@media (max-width: 575px) {
  .sub_section.location_section_01 .location_title {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 0.625rem;
  }
}
.sub_section.location_section_01 .location_info {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}
@media (max-width: 575px) {
  .sub_section.location_section_01 .location_info {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.sub_section.location_section_01 .location_map {
  width: 100%;
}
.sub_section.location_section_01 .location_map .root_daum_roughmap {
  position: relative;
  width: 100% !important;
  height: 0 !important;
  padding-bottom: 42.8571428571%;
  overflow: hidden;
}
.sub_section.location_section_01 .location_map .root_daum_roughmap .wrap_map,
.sub_section.location_section_01 .location_map .root_daum_roughmap .map,
.sub_section.location_section_01 .location_map .root_daum_roughmap iframe {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}
.sub_section.location_section_01 .map_mode {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  gap: 1.25rem;
  width: 100%;
}
@media (max-width: 575px) {
  .sub_section.location_section_01 .map_mode {
    -ms-flex-pack: center;
        justify-content: center;
    gap: 4rem;
  }
}
.sub_section.location_section_01 .map_mode .map_mode_btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 0.3125rem;
  border: 1px solid #ddd;
  background-color: #fff;
  outline: none;
  gap: 0.625rem;
  width: 13.75rem;
  height: 3.75rem;
  -ms-flex-pack: center;
      justify-content: center;
  align-items: center;
}
@media (max-width: 575px) {
  .sub_section.location_section_01 .map_mode .map_mode_btn {
    width: 5rem;
  }
  .sub_section.location_section_01 .map_mode .map_mode_btn > span {
    display: none;
  }
}
.sub_section.location_section_01 li {
  display: -ms-flexbox;
  display: flex;
}

/* 조직도 */
.sub_section.organization_chart_section_01 .img_wrapper {
  background: url("/front/assets/img/sub/company/organization_img_new.png") no-repeat center center/cover;
  width: 100%;
  aspect-ratio: 1400/489;
}

.sub_section.organization_chart_section_01 .img_wrapper.eng {
  background: url("/front/assets/img/sub/company/organization_img_new_eng.png") no-repeat center center/cover;
  aspect-ratio: 1400/590;
}

/* 파트너 */
.sub_section.partners_section_01 .partner_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 2.5rem;
}
.sub_section.partners_section_01 .partner_list li {
  width: calc((100% - 7.5rem) / 4);
  max-width: 20rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  row-gap: 1.875rem;
}
.sub_section.partners_section_01 .partner_list li .partner_logo {
  width: 100%;
  aspect-ratio: 320/200;
  padding: 2.5rem 1.3125rem;
  background-color: #f6f6f6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.sub_section.partners_section_01 .partner_list li .partner_logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.sub_section.partners_section_01 .partner_list li .partner_name {
  text-align: center;
  color: #000;
}
@media (max-width: 1400px) {
  .sub_section.partners_section_01 .partner_list li {
    width: calc((100% - 5rem) / 3);
    max-width: none;
  }
}
@media (max-width: 991px) {
  .sub_section.partners_section_01 .partner_list li {
    width: calc((100% - 2.5rem) / 2);
  }
}
@media (max-width: 575px) {
  .sub_section.partners_section_01 .partner_list li {
    width: 100%;
    max-width: 20rem;
    margin: 0 auto;
  }
}

/* 인증서 */
.sub_section.certification_section_01 .certification_wrap .certification_top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 4.375rem;
}
@media (max-width: 575px) {
  .sub_section.certification_section_01 .certification_wrap .certification_top {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    height: auto;
  }
  .sub_section.certification_section_01 .certification_wrap .certification_top h6 {
    width: 100%;
    text-align: right;
  }
}
.sub_section.certification_section_01 .certification_wrap .certification_top .certification_search {
  padding: 0.625rem 0.625rem 0.625rem 1.875rem;
  border: 1px solid #ddd;
  border-radius: 6.25rem;
  position: relative;
  height: 4.375rem;
  width: 100%;
  max-width: 38.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 575px) {
  .sub_section.certification_section_01 .certification_wrap .certification_top .certification_search {
    margin-bottom: 0.625rem;
  }
}
.sub_section.certification_section_01 .certification_wrap .certification_top .certification_search .select_wrap {
  position: relative;
  width: 100%;
  max-width: 9.75rem;
  z-index: 1;
}
.sub_section.certification_section_01 .certification_wrap .certification_top .certification_search .select_wrap select {
  height: 1.125rem;
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  z-index: 1;
}
.sub_section.certification_section_01 .certification_wrap .certification_top .certification_search .select_wrap::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
  background: url("/front/assets/img/sub/company/icon_arrow_down.png") no-repeat center center/cover;
  width: 1.5rem;
  height: 0.75rem;
}
.sub_section.certification_section_01 .certification_wrap .certification_top .certification_search select {
  height: 1.125rem;
  width: 100%;
  max-width: 9.75rem;
  border: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  position: relative;
}
.sub_section.certification_section_01 .certification_wrap .certification_top .certification_search select::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  background: url("/front/assets/img/sub/company/icon_arrow_down.png") no-repeat center center/cover;
}
.sub_section.certification_section_01 .certification_wrap .certification_top .certification_search input {
  height: 3.125rem;
  max-width: 25rem;
  width: 100%;
  border: none;
  outline: none;
}
.sub_section.certification_section_01 .certification_wrap .certification_top .certification_search button {
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  background-color: #222;
  border-radius: 50%;
  width: 3.125rem;
  height: 3.125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.sub_section.certification_section_01 .certification_wrap .certification_top .certification_search button img {
  width: 1.5rem;
  height: 1.5rem;
}
.sub_section.certification_section_01 .certification_wrap .certification_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 4.375rem;
}
.sub_section.certification_section_01 .certification_wrap .certification_list li {
  width: calc((100% - 7.5rem) / 4);
  max-width: 20rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  row-gap: 1.875rem;
}
.sub_section.certification_section_01 .certification_wrap .certification_list li .certification_img {
  width: 100%;
  aspect-ratio: 320/400;
  padding: 2.5rem;
  background-color: #f3f3f3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.sub_section.certification_section_01 .certification_wrap .certification_list li .certification_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sub_section.certification_section_01 .certification_wrap .certification_list li.certification_empty {
  width: 100%;
  max-width: none;
  padding: 5rem 1rem;
  text-align: center;
}
.sub_section.certification_section_01 .certification_wrap .certification_list li .certification_text {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  text-align: center;
  padding: 0 1.0938rem;
}
@media (max-width: 1400px) {
  .sub_section.certification_section_01 .certification_wrap .certification_list li {
    width: calc((100% - 5rem) / 3);
    max-width: none;
    row-gap: 1.25rem;
  }
  .sub_section.certification_section_01 .certification_wrap .certification_list li .certification_img {
    padding: 3.5rem;
  }
}
@media (max-width: 991px) {
  .sub_section.certification_section_01 .certification_wrap .certification_list li {
    width: calc((100% - 2.5rem) / 2);
  }
  .sub_section.certification_section_01 .certification_wrap .certification_list li .certification_img {
    padding: 2rem;
  }
}
@media (max-width: 575px) {
  .sub_section.certification_section_01 .certification_wrap .certification_list li {
    width: 80%;
    margin: 0 auto;
  }
}
.sub_section.certification_section_01 .certification_wrap .certification_pagenation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.25rem;
}
.sub_section.certification_section_01 .certification_wrap .certification_pagenation li {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background-color: #fff;
}
.sub_section.certification_section_01 .certification_wrap .certification_pagenation li:hover {
  background-color: #efefef;
}
.sub_section.certification_section_01 .certification_wrap .certification_pagenation li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.sub_section.certification_section_01 .certification_wrap .certification_pagenation li a.on {
  background-color: #0075ef;
  color: #fff;
}
body.certification_popup_open {
  overflow: hidden;
}
.certification_popup {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 2rem 1rem;
}
.certification_popup.is_open {
  display: -ms-flexbox;
  display: flex;
}
.certification_popup__dim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}
.certification_popup__box {
  position: relative;
  z-index: 1;
  width: min(46rem, 92vw);
  max-height: 90vh;
  overflow: auto;
  background: #fff;
  padding: 3.25rem 2rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.certification_popup__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  background: transparent;
  font-size: 1.75rem;
  line-height: 1;
  color: #222;
  cursor: pointer;
}
.certification_popup__img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #f3f3f3;
  min-height: 18rem;
  max-height: 68vh;
  padding: 1.25rem;
}
.certification_popup__img img {
  display: block;
  max-width: 100%;
  max-height: 64vh;
  width: auto;
  height: auto;
  object-fit: contain;
}
.certification_popup__text {
  margin-top: 1.5rem;
  text-align: center;
}
.certification_popup__text p {
  margin-top: 0.75rem;
}

/* ******************* */
/* ***** biograp ***** */
/* ******************* */
.sub_section.biograp_section_01 .biograp_wrap {
  width: 100%;
}
.sub_section.biograp_section_01 .biograp_wrap .biograp_list {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 4.375rem;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.sub_section.biograp_section_01 .biograp_wrap .biograp_list li {
  width: calc((100% - 5rem) / 3);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.sub_section.biograp_section_01 .biograp_wrap .biograp_list li .biograp_img {
  width: 100%;
  height: 31.25rem;
  padding: 1rem;
  background-color: #f3f3f3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.sub_section.biograp_section_01 .biograp_wrap .biograp_list li .biograp_info {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 1.875rem 1.875rem 0 1.875rem;
  -ms-flex: 1;
      flex: 1;
}
.sub_section.biograp_section_01 .biograp_wrap .biograp_list li .biograp_info .biograp_btn {
  width: 3.75rem;
  height: 3.75rem;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.sub_section.biograp_section_01 .biograp_wrap .biograp_list li:hover .biograp_img, .sub_section.biograp_section_01 .biograp_wrap .biograp_list li.on .biograp_img {
  background-color: #0075ef;
}
.sub_section.biograp_section_01 .biograp_wrap .biograp_list li:hover .biograp_btn, .sub_section.biograp_section_01 .biograp_wrap .biograp_list li.on .biograp_btn {
  background-color: #0075ef;
}
.sub_section.biograp_section_01 .biograp_wrap .biograp_list li:hover .biograp_btn img, .sub_section.biograp_section_01 .biograp_wrap .biograp_list li.on .biograp_btn img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media (max-width: 991px) {
  .sub_section.biograp_section_01 .biograp_wrap .biograp_list li {
    width: calc((100% - 2.5rem) / 2);
  }
}
@media (max-width: 575px) {
  .sub_section.biograp_section_01 .biograp_wrap .biograp_list li {
    width: 100%;
  }
}

.biograp_modal_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1199px) {
  .biograp_modal_wrap {
    padding: 1.25rem;
  }
}
.biograp_modal_wrap .biograp_modal_inner {
  max-width: 75rem;
  max-height: 43.75rem;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
  padding: 3.125rem;
}
.biograp_modal_wrap .biograp_modal_inner .biograp_product {
  width: 64%;
  max-width: 41.9375rem;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
@media (max-width: 991px) {
  .biograp_modal_wrap .biograp_modal_inner .biograp_product {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    width: 100%;
    max-width: none;
    height: auto;
    -ms-flex: 1;
        flex: 1;
    min-height: 0;
  }
}
.biograp_modal_wrap .biograp_modal_inner .biograp_product .biograp_product_list {
  width: 100%;
  max-width: 7.6875rem;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.625rem;
}
.biograp_modal_wrap .biograp_modal_inner .biograp_product .biograp_product_list li {
  width: 100%;
  max-height: 8.75rem;
  -ms-flex: 1;
      flex: 1;
  min-height: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #f3f3f3;
  border: 2px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 991px) {
  .biograp_modal_wrap .biograp_modal_inner .biograp_product .biograp_product_list li {
    -ms-flex: 1;
        flex: 1;
    width: auto;
    max-height: none;
    aspect-ratio: 1/1;
  }
}
.biograp_modal_wrap .biograp_modal_inner .biograp_product .biograp_product_list li.on {
  border-color: #0075ef;
}
.biograp_modal_wrap .biograp_modal_inner .biograp_product .biograp_product_list li a {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 1.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 991px) {
  .biograp_modal_wrap .biograp_modal_inner .biograp_product .biograp_product_list li a {
    padding: 0.625rem;
  }
}
.biograp_modal_wrap .biograp_modal_inner .biograp_product .biograp_product_list li a img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .biograp_modal_wrap .biograp_modal_inner .biograp_product .biograp_product_list li a img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .biograp_modal_wrap .biograp_modal_inner .biograp_product .biograp_product_list {
    -ms-flex-direction: row;
        flex-direction: row;
    max-width: none;
    width: 100%;
    height: auto;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
}
.biograp_modal_wrap .biograp_modal_inner .biograp_product .biograp_product_img {
  width: 100%;
  max-width: 33rem;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 10rem 6.25rem;
  background-color: #f3f3f3;
}
.biograp_modal_wrap .biograp_modal_inner .biograp_product .biograp_product_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .biograp_modal_wrap .biograp_modal_inner .biograp_product .biograp_product_img {
    height: 70%;
    padding: 5rem;
    max-width: none;
  }
}
.biograp_modal_wrap .biograp_modal_inner .biograp_info_wrap {
  width: 36%;
  max-width: 23.6875rem;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 3.125rem;
}
@media (max-width: 1199px) {
  .biograp_modal_wrap .biograp_modal_inner .biograp_info_wrap {
    padding: 3.125rem 1rem;
  }
}
.biograp_modal_wrap .biograp_modal_inner .biograp_info_wrap .biograp_info {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.25rem;
}
.biograp_modal_wrap .biograp_modal_inner .biograp_info_wrap .biograp_info .biograp_info_title {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #000;
  position: relative;
}
.biograp_modal_wrap .biograp_modal_inner .biograp_info_wrap .biograp_info .biograp_info_title button {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .biograp_modal_wrap .biograp_modal_inner .biograp_info_wrap .biograp_info .biograp_info_title button {
    display: -ms-flexbox;
    display: flex;
  }
}
.biograp_modal_wrap .biograp_modal_inner .biograp_info_wrap .biograp_info .biograp_info_desc {
  width: 100%;
  margin-top: 3.125rem;
}
.biograp_modal_wrap .biograp_modal_inner .biograp_info_wrap .biograp_info .biograp_info_desc p {
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}
.biograp_modal_wrap .biograp_modal_inner .biograp_info_wrap .biograp_info .biograp_info_desc span {
  width: 3.125rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .biograp_modal_wrap .biograp_modal_inner .biograp_info_wrap .biograp_info .biograp_info_desc span {
    width: 4rem;
  }
}
@media (max-width: 767px) {
  .biograp_modal_wrap .biograp_modal_inner .biograp_info_wrap .biograp_info .biograp_info_desc {
    margin-top: 1.25rem;
  }
}
.biograp_modal_wrap .biograp_modal_inner .biograp_info_wrap .biograp_modal_close {
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 1.0625rem 2.5rem;
  gap: 0.625rem;
  border: 1px solid #000;
  border-radius: 0.3125rem;
  background-color: #fff;
}
.biograp_modal_wrap .biograp_modal_inner .biograp_info_wrap .biograp_modal_close img {
  width: 1.625rem;
  height: 1.625rem;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
@media (max-width: 767px) {
  .biograp_modal_wrap .biograp_modal_inner .biograp_info_wrap .biograp_modal_close {
    display: none;
  }
}
@media (max-width: 1199px) {
  .biograp_modal_wrap .biograp_modal_inner {
    gap: 1.25rem;
  }
}
@media (max-width: 991px) {
  .biograp_modal_wrap .biograp_modal_inner {
    gap: 0;
    padding: 0.725rem 1rem;
  }
}
@media (max-width: 767px) {
  .biograp_modal_wrap .biograp_modal_inner {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    height: 100%;
    max-height: 100%;
    min-height: 0;
    padding: 0.625rem;
    overflow: hidden;
  }
  .biograp_modal_wrap .biograp_modal_inner .biograp_info_wrap {
    width: 100%;
    max-width: none;
    height: auto;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    padding: 1.25rem;
  }
  .biograp_modal_wrap .biograp_modal_inner .biograp_info_wrap .biograp_info_desc {
    margin-top: 1.25rem;
  }
  .biograp_modal_wrap .biograp_modal_inner .biograp_product {
    -ms-flex: 1;
        flex: 1;
    min-height: 0;
    height: auto;
  }
  .biograp_modal_wrap .biograp_modal_inner .biograp_product .biograp_product_img {
    -ms-flex: 1;
        flex: 1;
    min-height: 0;
    height: auto;
    padding: 2.5rem 1.25rem;
  }
  .biograp_modal_wrap .biograp_modal_inner .biograp_product .biograp_product_img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
}

/* ******************* */
/* ***** starfix ***** */
/* ******************* */
.sub_section.starfix_section_01 .starfix_wrap {
  width: 100%;
}
.sub_section.starfix_section_01 .starfix_wrap .starfix_list {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 4.375rem;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.sub_section.starfix_section_01 .starfix_wrap .starfix_list li {
  width: calc((100% - 5rem) / 3);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.sub_section.starfix_section_01 .starfix_wrap .starfix_list li .starfix_img {
  width: 100%;
  height: 31.25rem;
  padding: 1rem;
  background-color: #f3f3f3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.sub_section.starfix_section_01 .starfix_wrap .starfix_list li .starfix_img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.sub_section.starfix_section_01 .starfix_wrap .starfix_list li .starfix_info {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 1.875rem 1.875rem 0 1.875rem;
  -ms-flex: 1;
      flex: 1;
}
.sub_section.starfix_section_01 .starfix_wrap .starfix_list li .starfix_info .starfix_btn {
  width: 3.75rem;
  height: 3.75rem;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.sub_section.starfix_section_01 .starfix_wrap .starfix_list li:hover .starfix_img, .sub_section.starfix_section_01 .starfix_wrap .starfix_list li.on .starfix_img {
  background-color: #0075ef;
}
.sub_section.starfix_section_01 .starfix_wrap .starfix_list li:hover .starfix_btn, .sub_section.starfix_section_01 .starfix_wrap .starfix_list li.on .starfix_btn {
  background-color: #0075ef;
}
.sub_section.starfix_section_01 .starfix_wrap .starfix_list li:hover .starfix_btn img, .sub_section.starfix_section_01 .starfix_wrap .starfix_list li.on .starfix_btn img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media (max-width: 991px) {
  .sub_section.starfix_section_01 .starfix_wrap .starfix_list li {
    width: calc((100% - 2.5rem) / 2);
  }
}
@media (max-width: 575px) {
  .sub_section.starfix_section_01 .starfix_wrap .starfix_list li {
    width: 100%;
  }
}
.sub_section.starfix_section_01 .starfix_wrap .starfix_pagenation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.25rem;
  margin-top: 3.75rem;
}
.sub_section.starfix_section_01 .starfix_wrap .starfix_pagenation li {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background-color: #fff;
}
.sub_section.starfix_section_01 .starfix_wrap .starfix_pagenation li:hover {
  background-color: #efefef;
}
.sub_section.starfix_section_01 .starfix_wrap .starfix_pagenation li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.sub_section.starfix_section_01 .starfix_wrap .starfix_pagenation li a.on {
  background-color: #111;
  color: #fff;
}

body.starfix_modal_open {
  overflow: hidden;
}
.starfix_modal_wrap.is_open {
  display: -ms-flexbox;
  display: flex;
}
.starfix_modal_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1199px) {
  .starfix_modal_wrap {
    padding: 1.25rem;
  }
}
.starfix_modal_wrap .starfix_modal_inner {
  max-width: 75rem;
  max-height: 43.75rem;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
  padding: 3.125rem;
}
.starfix_modal_wrap .starfix_modal_inner .starfix_product {
  width: 64%;
  max-width: 41.9375rem;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
@media (max-width: 991px) {
  .starfix_modal_wrap .starfix_modal_inner .starfix_product {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    width: 100%;
    max-width: none;
    height: auto;
    -ms-flex: 1;
        flex: 1;
    min-height: 0;
  }
}
.starfix_modal_wrap .starfix_modal_inner .starfix_product .starfix_product_list {
  width: 100%;
  max-width: 7.6875rem;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.625rem;
}
.starfix_modal_wrap .starfix_modal_inner .starfix_product .starfix_product_list li {
  width: 100%;
  max-height: 8.75rem;
  -ms-flex: 1;
      flex: 1;
  min-height: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #f3f3f3;
  border: 2px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 991px) {
  .starfix_modal_wrap .starfix_modal_inner .starfix_product .starfix_product_list li {
    -ms-flex: 1;
        flex: 1;
    width: auto;
    max-height: none;
    aspect-ratio: 1/1;
  }
}
.starfix_modal_wrap .starfix_modal_inner .starfix_product .starfix_product_list li.on {
  border-color: #0075ef;
}
.starfix_modal_wrap .starfix_modal_inner .starfix_product .starfix_product_list li a {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 1.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 991px) {
  .starfix_modal_wrap .starfix_modal_inner .starfix_product .starfix_product_list li a {
    padding: 0.625rem;
  }
}
.starfix_modal_wrap .starfix_modal_inner .starfix_product .starfix_product_list li a img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .starfix_modal_wrap .starfix_modal_inner .starfix_product .starfix_product_list li a img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .starfix_modal_wrap .starfix_modal_inner .starfix_product .starfix_product_list {
    -ms-flex-direction: row;
        flex-direction: row;
    max-width: none;
    width: 100%;
    height: auto;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
}
.starfix_modal_wrap .starfix_modal_inner .starfix_product .starfix_product_img {
  width: 100%;
  max-width: 33rem;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 10rem 6.25rem;
  background-color: #f3f3f3;
}
.starfix_modal_wrap .starfix_modal_inner .starfix_product .starfix_product_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .starfix_modal_wrap .starfix_modal_inner .starfix_product .starfix_product_img {
    height: 70%;
    padding: 5rem;
    max-width: none;
  }
}
.starfix_modal_wrap .starfix_modal_inner .starfix_info_wrap {
  width: 36%;
  max-width: 23.6875rem;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 3.125rem;
}
@media (max-width: 1199px) {
  .starfix_modal_wrap .starfix_modal_inner .starfix_info_wrap {
    padding: 3.125rem 1rem;
  }
}
.starfix_modal_wrap .starfix_modal_inner .starfix_info_wrap .starfix_info {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.25rem;
}
.starfix_modal_wrap .starfix_modal_inner .starfix_info_wrap .starfix_info .starfix_info_title {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #000;
  position: relative;
}
.starfix_modal_wrap .starfix_modal_inner .starfix_info_wrap .starfix_info .starfix_info_title button {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .starfix_modal_wrap .starfix_modal_inner .starfix_info_wrap .starfix_info .starfix_info_title button {
    display: -ms-flexbox;
    display: flex;
  }
}
.starfix_modal_wrap .starfix_modal_inner .starfix_info_wrap .starfix_info .starfix_info_desc {
  width: 100%;
  margin-top: 3.125rem;
}
.starfix_modal_wrap .starfix_modal_inner .starfix_info_wrap .starfix_info .starfix_info_desc p {
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}
.starfix_modal_wrap .starfix_modal_inner .starfix_info_wrap .starfix_info .starfix_info_desc span {
  width: 3.125rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .starfix_modal_wrap .starfix_modal_inner .starfix_info_wrap .starfix_info .starfix_info_desc span {
    width: 4rem;
  }
}
@media (max-width: 767px) {
  .starfix_modal_wrap .starfix_modal_inner .starfix_info_wrap .starfix_info .starfix_info_desc {
    margin-top: 1.25rem;
  }
}
.starfix_modal_wrap .starfix_modal_inner .starfix_info_wrap .starfix_modal_close {
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 1.0625rem 2.5rem;
  gap: 0.625rem;
  border: 1px solid #000;
  border-radius: 0.3125rem;
  background-color: #fff;
}
.starfix_modal_wrap .starfix_modal_inner .starfix_info_wrap .starfix_modal_close img {
  width: 1.625rem;
  height: 1.625rem;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
@media (max-width: 767px) {
  .starfix_modal_wrap .starfix_modal_inner .starfix_info_wrap .starfix_modal_close {
    display: none;
  }
}
@media (max-width: 1199px) {
  .starfix_modal_wrap .starfix_modal_inner {
    gap: 1.25rem;
  }
}
@media (max-width: 991px) {
  .starfix_modal_wrap .starfix_modal_inner {
    gap: 0;
    padding: 0.725rem 1rem;
  }
}
@media (max-width: 767px) {
  .starfix_modal_wrap .starfix_modal_inner {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    height: 100%;
    max-height: 100%;
    min-height: 0;
    padding: 0.625rem;
    overflow: hidden;
  }
  .starfix_modal_wrap .starfix_modal_inner .starfix_info_wrap {
    width: 100%;
    max-width: none;
    height: auto;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    padding: 1.25rem;
  }
  .starfix_modal_wrap .starfix_modal_inner .starfix_info_wrap .starfix_info_desc {
    margin-top: 1.25rem;
  }
  .starfix_modal_wrap .starfix_modal_inner .starfix_product {
    -ms-flex: 1;
        flex: 1;
    min-height: 0;
    height: auto;
  }
  .starfix_modal_wrap .starfix_modal_inner .starfix_product .starfix_product_img {
    -ms-flex: 1;
        flex: 1;
    min-height: 0;
    height: auto;
    padding: 2.5rem 1.25rem;
  }
  .starfix_modal_wrap .starfix_modal_inner .starfix_product .starfix_product_img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
}

/* ******************* */
/* ***** info 정보마당 ***** */
/* ******************* */
.sub_section.info_section_01 .info_wrap .info_top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 4.375rem;
}
@media (max-width: 575px) {
  .sub_section.info_section_01 .info_wrap .info_top {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    height: auto;
  }
  .sub_section.info_section_01 .info_wrap .info_top h6 {
    width: 100%;
    text-align: right;
  }
}
.sub_section.info_section_01 .info_wrap .info_top .info_search {
  position: relative;
  height: 3.75rem;
  width: 100%;
  max-width: 31.5625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.3125rem;
}
@media (max-width: 575px) {
  .sub_section.info_section_01 .info_wrap .info_top .info_search {
    margin-bottom: 0.625rem;
  }
}
.sub_section.info_section_01 .info_wrap .info_top .info_search .select_wrap {
  position: relative;
  width: 100%;
  max-width: 9.375rem;
  z-index: 1;
}
.sub_section.info_section_01 .info_wrap .info_top .info_search .select_wrap select {
  height: 3.75rem;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 0.375rem;
  outline: none;
  background-color: transparent;
  z-index: 1;
}
.sub_section.info_section_01 .info_wrap .info_top .info_search .select_wrap::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
  background: url("/front/assets/img/sub/company/icon_arrow_down.png") no-repeat center center/cover;
  width: 1.5rem;
  height: 0.75rem;
}
.sub_section.info_section_01 .info_wrap .info_top .info_search select {
  height: 1.125rem;
  width: 100%;
  max-width: 9.75rem;
  border: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  position: relative;
}
.sub_section.info_section_01 .info_wrap .info_top .info_search select::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  background: url("/front/assets/img/sub/company/icon_arrow_down.png") no-repeat center center/cover;
}
.sub_section.info_section_01 .info_wrap .info_top .info_search input {
  height: 3.75rem;
  max-width: 21.875rem;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 0.375rem;
  outline: none;
}
.sub_section.info_section_01 .info_wrap .info_top .info_search button {
  position: absolute;
  right: 1.25rem;
  top: 1.125rem;
  background-color: transparent;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.sub_section.info_section_01 .info_wrap .info_top .info_search button img {
  width: 1.5rem;
  height: 1.5rem;
}
.sub_section.info_section_01 .info_wrap .info_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  row-gap: 3.75rem;
}
.sub_section.info_section_01 .info_wrap .info_list > li {
  width: calc((100% - 3.75rem) / 4);
  max-width: 20.9375rem;
  border: 1px solid #ddd;
  padding: 1rem;
}
.sub_section.info_section_01 .info_wrap .info_list > li a {
  display: block;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  row-gap: 0.9375rem;
}
.sub_section.info_section_01 .info_wrap .info_list > li .info_img {
  width: 100%;
  aspect-ratio: 335/350;
}
.sub_section.info_section_01 .info_wrap .info_list > li .info_img img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 335/350;
  object-fit: contain;
}
.sub_section.info_section_01 .info_wrap .info_list li.info_empty,
.sub_section.news_section_01 .news_wrap .news_list li.news_empty,
.sub_section.notice_section_01 .notice_wrap .notice_list li.notice_empty {
  width: 100%;
  max-width: none;
  padding: 5rem 1rem;
  text-align: center;
}
.inquiry_spam_code_wrap .inquiry_spam_code {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.35em;
  color: #111;
}
.sub_section.info_section_01 .info_wrap .info_list > li .info_text {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  row-gap: 0.75rem;
}
.sub_section.info_section_01 .info_wrap .info_list > li .info_text h4 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sub_section.info_section_01 .info_wrap .info_list > li .info_meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
}
.sub_section.info_section_01 .info_wrap .info_list > li .info_meta li {
  width: auto;
  max-width: none;
  border: 0;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  color: #888;
}
.sub_section.info_section_01 .info_wrap .info_list > li .info_meta li i {
  font-size: 0.875rem;
  color: #aaa;
}
@media (max-width: 1400px) {
  .sub_section.info_section_01 .info_wrap .info_list > li {
    width: calc((100% - 5rem) / 3);
    max-width: none;
    row-gap: 1.25rem;
  }
  .sub_section.info_section_01 .info_wrap .info_list > li .info_img {
    padding: 3.5rem;
  }
}
@media (max-width: 991px) {
  .sub_section.info_section_01 .info_wrap .info_list > li {
    width: calc((100% - 2.5rem) / 2);
  }
  .sub_section.info_section_01 .info_wrap .info_list > li .info_img {
    padding: 2rem;
  }
}
@media (max-width: 575px) {
  .sub_section.info_section_01 .info_wrap .info_list > li {
    width: 80%;
    margin: 0 auto;
  }
}
.sub_section.info_section_01 .info_wrap .info_pagenation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.25rem;
}
.sub_section.info_section_01 .info_wrap .info_pagenation li {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background-color: #fff;
}
.sub_section.info_section_01 .info_wrap .info_pagenation li:hover {
  background-color: #efefef;
}
.sub_section.info_section_01 .info_wrap .info_pagenation li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.sub_section.info_section_01 .info_wrap .info_pagenation li a.on {
  background-color: #111;
  color: #fff;
}

/* ******************* */
/* ***** news 뉴스 ***** */
/* ******************* */
.sub_section.news_section_01 .news_wrap .news_top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 4.375rem;
}
@media (max-width: 575px) {
  .sub_section.news_section_01 .news_wrap .news_top {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    height: auto;
  }
  .sub_section.news_section_01 .news_wrap .news_top h6 {
    width: 100%;
    text-align: right;
  }
}
.sub_section.news_section_01 .news_wrap .news_top .news_search {
  position: relative;
  height: 3.75rem;
  width: 100%;
  max-width: 31.5625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.3125rem;
}
@media (max-width: 575px) {
  .sub_section.news_section_01 .news_wrap .news_top .news_search {
    margin-bottom: 0.625rem;
  }
}
.sub_section.news_section_01 .news_wrap .news_top .news_search .select_wrap {
  position: relative;
  width: 100%;
  max-width: 9.375rem;
  z-index: 1;
}
.sub_section.news_section_01 .news_wrap .news_top .news_search .select_wrap select {
  height: 3.75rem;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 0.375rem;
  outline: none;
  background-color: transparent;
  z-index: 1;
}
.sub_section.news_section_01 .news_wrap .news_top .news_search .select_wrap::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
  background: url("/front/assets/img/sub/company/icon_arrow_down.png") no-repeat center center/cover;
  width: 1.5rem;
  height: 0.75rem;
}
.sub_section.news_section_01 .news_wrap .news_top .news_search select {
  height: 1.125rem;
  width: 100%;
  max-width: 9.75rem;
  border: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  position: relative;
}
.sub_section.news_section_01 .news_wrap .news_top .news_search select::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  background: url("/front/assets/img/sub/company/icon_arrow_down.png") no-repeat center center/cover;
}
.sub_section.news_section_01 .news_wrap .news_top .news_search input {
  height: 3.75rem;
  max-width: 21.875rem;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 0.375rem;
  outline: none;
}
.sub_section.news_section_01 .news_wrap .news_top .news_search button {
  position: absolute;
  right: 1.25rem;
  top: 1.125rem;
  background-color: transparent;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.sub_section.news_section_01 .news_wrap .news_top .news_search button img {
  width: 1.5rem;
  height: 1.5rem;
}
.sub_section.news_section_01 .news_wrap .news_list {
  width: 100%;
  border-top: 2px solid #000;
}
.sub_section.news_section_01 .news_wrap .news_list li {
  width: 100%;
}
.sub_section.news_section_01 .news_wrap .news_list li .news_item {
  padding: 2.4375rem 1.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.sub_section.news_section_01 .news_wrap .news_list li .news_item .news_title {
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  -ms-flex-align: center;
      align-items: center;
}
.sub_section.news_section_01 .news_wrap .news_list li .news_item .news_title h5 {
  width: 4.375rem;
  height: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.sub_section.news_section_01 .news_wrap .news_list li .news_item .news_title h5.notice_tit {
  border: 1px solid #000;
  border-radius: 6.25rem;
  font-weight: 700 !important;
  color: #222 !important;
}
.sub_section.news_section_01 .news_wrap .news_list li .news_item .news_title p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.sub_section.news_section_01 .news_wrap .news_list li .news_item .news_title img {
  width: 1.875rem;
  height: 1.875rem;
}
@media (max-width: 575px) {
  .sub_section.news_section_01 .news_wrap .news_list li .news_item {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 0.625rem;
  }
}
.sub_section.news_section_01 .news_wrap .news_pagenation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.25rem;
}
.sub_section.news_section_01 .news_wrap .news_pagenation li {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background-color: #fff;
}
.sub_section.news_section_01 .news_wrap .news_pagenation li:hover {
  background-color: #efefef;
}
.sub_section.news_section_01 .news_wrap .news_pagenation li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.sub_section.news_section_01 .news_wrap .news_pagenation li a.on {
  background-color: #111;
  color: #fff;
}

.sub_section.news_detail_section_01 .news_detail_wrap {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 1.875rem;
}
.sub_section.news_detail_section_01 .news_detail_wrap .news_detail_title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 1.875rem;
  width: 100%;
}
.sub_section.news_detail_section_01 .news_detail_wrap .news_detail_title .news_detail_info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 1.875rem;
}
.sub_section.news_detail_section_01 .news_detail_wrap .news_detail_title .news_detail_info li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0.625rem;
}
.sub_section.news_detail_section_01 .news_detail_wrap .news_detail_content {
  width: 100%;
}
.sub_section.news_detail_section_01 .news_detail_wrap .news_detail_content .news_detail_content_file {
  padding: 1.875rem;
  border-top: 1px solid #222;
  background-color: #f8f8f8;
}
.sub_section.news_detail_section_01 .news_detail_wrap .news_detail_content .news_detail_content_file .news_detail_file_list li {
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0.625rem;
}
.sub_section.news_detail_section_01 .news_detail_wrap .news_detail_content .news_detail_content_file .news_detail_file_list li:last-of-type {
  margin-bottom: 0;
}
.sub_section.news_detail_section_01 .news_detail_wrap .news_detail_content .news_detail_content_file .news_detail_file_list li:hover p {
  text-decoration: underline;
}
.sub_section.news_detail_section_01 .news_detail_wrap .news_detail_content .news_detail_content_file .news_detail_file_list li p {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 400;
  color: #222;
}
.sub_section.news_detail_section_01 .news_detail_wrap .news_detail_content .news_detail_content_text {
  padding: 3.125rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.sub_section.news_detail_section_01 .news_detail_wrap .news_detail_content .news_detail_content_text p {
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
  color: #222;
}
.sub_section.news_detail_section_01 .news_detail_wrap .news_detail_content .news_detail_content_text img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.25rem auto;
}
.sub_section.news_detail_section_01 .news_detail_wrap .news_detail_content .news_detail_content_text h3,
.sub_section.news_detail_section_01 .news_detail_wrap .news_detail_content .news_detail_content_text h4 {
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 700;
  color: #222;
  margin: 1.5rem 0 0.75rem;
}
.sub_section.news_detail_section_01 .news_detail_wrap .news_detail_content .news_detail_content_text ul,
.sub_section.news_detail_section_01 .news_detail_wrap .news_detail_content .news_detail_content_text ol {
  margin: 0.75rem 0 0.75rem 1.25rem;
  padding-left: 1.25rem;
}
.sub_section.news_detail_section_01 .news_detail_wrap .news_detail_content .news_detail_content_text table {
  width: 100%;
  max-width: 100%;
  margin: 1.25rem 0;
  border-collapse: collapse;
}
.sub_section.news_detail_section_01 .news_detail_wrap .btn_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 1.875rem 4.3125rem;
  border: 1px solid #222;
  border-radius: 6.25rem;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 600;
  color: #222;
}
.sub_section.news_detail_section_01 .news_detail_wrap .news_detail_nav {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 2.8125rem 0;
}
.sub_section.news_detail_section_01 .news_detail_wrap .news_detail_nav li {
  width: 50%;
}
.sub_section.news_detail_section_01 .news_detail_wrap .news_detail_nav li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.875rem;
}
.sub_section.news_detail_section_01 .news_detail_wrap .news_detail_nav li a img {
  padding: 1rem;
  border-radius: 50%;
  border: 1px solid;
}
.sub_section.news_detail_section_01 .news_detail_wrap .news_detail_nav li a > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.25rem;
}
.sub_section.news_detail_section_01 .news_detail_wrap .news_detail_nav li a > div span {
  font-size: 1rem;
  font-weight: 400;
  color: #666;
  line-height: 1;
}
.sub_section.news_detail_section_01 .news_detail_wrap .news_detail_nav li:first-of-type {
  border-right: 1px solid #ddd;
}
.sub_section.news_detail_section_01 .news_detail_wrap .news_detail_nav li:first-of-type a {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.sub_section.news_detail_section_01 .news_detail_wrap .news_detail_nav li:last-of-type a {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

/* ******************* */
/* ***** notice 공지사항 ***** */
/* ******************* */
.sub_section.notice_section_01 .notice_wrap .notice_top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 4.375rem;
}
@media (max-width: 575px) {
  .sub_section.notice_section_01 .notice_wrap .notice_top {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    height: auto;
  }
  .sub_section.notice_section_01 .notice_wrap .notice_top h6 {
    width: 100%;
    text-align: right;
  }
}
.sub_section.notice_section_01 .notice_wrap .notice_top .notice_search {
  position: relative;
  height: 3.75rem;
  width: 100%;
  max-width: 31.5625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.3125rem;
}
@media (max-width: 575px) {
  .sub_section.notice_section_01 .notice_wrap .notice_top .notice_search {
    margin-bottom: 0.625rem;
  }
}
.sub_section.notice_section_01 .notice_wrap .notice_top .notice_search .select_wrap {
  position: relative;
  width: 100%;
  max-width: 9.375rem;
  z-index: 1;
}
.sub_section.notice_section_01 .notice_wrap .notice_top .notice_search .select_wrap select {
  height: 3.75rem;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 0.375rem;
  outline: none;
  background-color: transparent;
  z-index: 1;
}
.sub_section.notice_section_01 .notice_wrap .notice_top .notice_search .select_wrap::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
  background: url("/front/assets/img/sub/company/icon_arrow_down.png") no-repeat center center/cover;
  width: 1.5rem;
  height: 0.75rem;
}
.sub_section.notice_section_01 .notice_wrap .notice_top .notice_search select {
  height: 1.125rem;
  width: 100%;
  max-width: 9.75rem;
  border: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  position: relative;
}
.sub_section.notice_section_01 .notice_wrap .notice_top .notice_search select::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  background: url("/front/assets/img/sub/company/icon_arrow_down.png") no-repeat center center/cover;
}
.sub_section.notice_section_01 .notice_wrap .notice_top .notice_search input {
  height: 3.75rem;
  max-width: 21.875rem;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 0.375rem;
  outline: none;
}
.sub_section.notice_section_01 .notice_wrap .notice_top .notice_search button {
  position: absolute;
  right: 1.25rem;
  top: 1.125rem;
  background-color: transparent;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.sub_section.notice_section_01 .notice_wrap .notice_top .notice_search button img {
  width: 1.5rem;
  height: 1.5rem;
}
.sub_section.notice_section_01 .notice_wrap .notice_list {
  width: 100%;
  border-top: 2px solid #000;
}
.sub_section.notice_section_01 .notice_wrap .notice_list li {
  width: 100%;
}
.sub_section.notice_section_01 .notice_wrap .notice_list li .notice_item {
  padding: 2.4375rem 1.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.sub_section.notice_section_01 .notice_wrap .notice_list li .notice_item .notice_title {
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  -ms-flex-align: center;
      align-items: center;
}
.sub_section.notice_section_01 .notice_wrap .notice_list li .notice_item .notice_title h5 {
  width: 4.375rem;
  height: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.sub_section.notice_section_01 .notice_wrap .notice_list li .notice_item .notice_title h5.notice_tit {
  border: 1px solid #000;
  border-radius: 6.25rem;
  font-weight: 700 !important;
  color: #222 !important;
}
.sub_section.notice_section_01 .notice_wrap .notice_list li .notice_item .notice_title p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.sub_section.notice_section_01 .notice_wrap .notice_list li .notice_item .notice_title img {
  width: 1.875rem;
  height: 1.875rem;
}
@media (max-width: 575px) {
  .sub_section.notice_section_01 .notice_wrap .notice_list li .notice_item {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 0.625rem;
  }
}
.sub_section.notice_section_01 .notice_wrap .notice_pagenation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.25rem;
}
.sub_section.notice_section_01 .notice_wrap .notice_pagenation li {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background-color: #fff;
}
.sub_section.notice_section_01 .notice_wrap .notice_pagenation li:hover {
  background-color: #efefef;
}
.sub_section.notice_section_01 .notice_wrap .notice_pagenation li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.sub_section.notice_section_01 .notice_wrap .notice_pagenation li a.on {
  background-color: #111;
  color: #fff;
}

/* ******************* */
/* ***** inquiry 문의하기 ***** */
/* ******************* */
.sub_section.inquiry_section_01 .inquiry_wrap {
  width: 100%;
  height: 100%;
}
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
  row-gap: 1.875rem;
}
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.625rem;
}
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li .box_style {
  border: 1px solid #ddd;
  border-radius: 0.375rem;
  padding: 1.3125rem 1.25rem;
}
@media (max-width: 767px) {
  .sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li .box_style {
    padding: 0.625rem 1.25rem;
  }
}
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li input.box_style,
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li select.box_style,
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li textarea.box_style,
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li .inquiry_content_wrap textarea {
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li input.box_style:focus,
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li select.box_style:focus,
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li textarea.box_style:focus,
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li .inquiry_content_wrap textarea:focus {
  outline: none;
  border-color: #0075EF;
}
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li select.box_style {
  height: 3.75rem;
}
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li > * {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.625rem;
}
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li input.box_style {
  height: 3.75rem;
}
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li.inquiry_half {
  width: calc((100% - 3.125rem) / 2);
}
@media (max-width: 767px) {
  .sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li.inquiry_half {
    width: 100%;
  }
}
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li .inquiry_group.tel > * {
  width: calc((100% - 3.5rem) / 3);
}
.sub_section.inquiry_section_01 .inquiry_wrap[data-lang="en"] .inquiry_list li input.js_inquiry_tel {
  width: 100%;
}
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li .inquiry_group.email > * {
  width: calc((100% - 2.755rem) / 3);
}
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li .inquiry_content_wrap {
  position: relative;
}
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li .inquiry_content_wrap textarea {
  width: 100%;
  min-height: 9.375rem;
  padding: 1.25rem;
  border: 1px solid #ddd;
  border-radius: 0.375rem;
  resize: none;
}
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li .inquiry_content_wrap .text_count {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
}
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li .inquiry_file_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.625rem;
}
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li .inquiry_file_wrap input.box_style {
  /* width: 100%; */
  height: 100%;
  padding: 1.1563rem 1.25rem;
  flex: 1;
}
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li .inquiry_file_wrap input:focus::-webkit-input-placeholder {
  color: rgba(21, 21, 21, 0.4) !important;
}
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li .inquiry_file_wrap input:focus::-moz-placeholder {
  color: rgba(21, 21, 21, 0.4) !important;
}
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li .inquiry_file_wrap input:focus:-ms-input-placeholder {
  color: rgba(21, 21, 21, 0.4) !important;
}
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li .inquiry_file_wrap input:focus::-ms-input-placeholder {
  color: rgba(21, 21, 21, 0.4) !important;
}
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li .inquiry_file_wrap input:focus::placeholder {
  color: rgba(21, 21, 21, 0.4) !important;
}
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li .inquiry_file_wrap label.box_style {
  cursor: pointer;
  border: 1px solid #222;
}

.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li .inquiry_file_wrap label.box_style:hover {
  background-color: var(--color-primary);
  color: #fff !important;
  border: 1px solid var(--color-primary);
}
@media (max-width: 767px) {
  .sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li .inquiry_file_wrap label.box_style {
    height: 100%;
    vertical-align: middle;
    padding: 1.3125rem 1.25rem;
  }
}
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li .inquiry_spam_code_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.625rem;
}
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li .inquiry_spam_code_wrap .inquiry_spam_code {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0.1563rem 1.25rem;
}
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li .inquiry_spam_code_wrap .inquiry_spam_code img {
  max-width: 13.375rem;
  max-height: 3.1875rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li .inquiry_spam_code_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li .inquiry_spam_code_wrap button.box_style {
  padding: 1.3125rem 1.25rem;
  outline: none;
  background-color: #fff;
}
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li .inquiry_spam_code_wrap button.box_style:hover {
  background-color: var(--color-primary);
  color: #fff !important;
  border: 1px solid var(--color-primary);
}
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li .inquiry_spam_code_wrap input.box_style {
  /* width: 100%; */
  flex: 1;
}
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li .policy_text {
  display: block;
}
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li.inquiry_item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li.inquiry_item input[type=checkbox]#inquiry_agree + label {
  position: static;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  font-size: 1rem;
  color: #151515;
  vertical-align: middle;
  line-height: 1;
  margin: 0 !important;
  cursor: pointer;
  gap: 0.9375rem;
}
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li.inquiry_item input[type=checkbox]#inquiry_agree + label:before {
  position: static;
  border: 0.0625rem solid #ddd;
  border-radius: 0.375rem;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-transition: none;
  transition: none;
}
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li.inquiry_item input[type=checkbox]#inquiry_agree:checked + label:before {
  content: "";
  background: url("/front/assets/img/sub/contact/icon_agree.png") #222 no-repeat center center/0.8781rem 0.6388rem !important;
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  border-color: #000;
  text-align: center;
}
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_btn_wrap {
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.875rem auto 0;
  gap: 1.25rem;
}
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_btn_wrap button {
  padding: 1.875rem 1.25rem;
  border-radius: 6.25rem;
  width: 10.625rem;
  height: 4.875rem;
}
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_btn_wrap button.btn_inquiry_cancel {
  background-color: #e4e4e4;
  border: 0.0625rem solid #222;
}
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_btn_wrap button.btn_inquiry_cancel:hover {
  background-color: #222;
  color: #fff !important;
}
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_btn_wrap button.btn_inquiry_submit {
  background-color: var(--color-primary);
  border: 0.0625rem solid var(--color-primary);
}
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_btn_wrap button.btn_inquiry_submit:hover {
  background-color: #fff;
  color: #222 !important;
}
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list li > h4 {
  gap: 0.25rem;
}
.sub_section.inquiry_section_01 .inquiry_wrap .inquiry_list .ico_required {
  color: #ff0302;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
}

@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --spacing: 0.25rem;
  }
}
@layer utilities {
  .\!mt-25 {
    margin-top: calc(var(--spacing) * 25) !important;
  }
  .\!mt-\[1\.875rem\] {
    margin-top: 1.875rem !important;
  }
  .\!mt-\[3\.125rem\] {
    margin-top: 3.125rem !important;
  }
  .\!mt-\[4\.375rem\] {
    margin-top: 4.375rem !important;
  }
  .\!mr-\[\.625rem\] {
    margin-right: .625rem !important;
  }
  .\!mr-\[\.9375rem\] {
    margin-right: .9375rem !important;
  }
  .\!mb-5 {
    margin-bottom: calc(var(--spacing) * 5) !important;
  }
  .\!mb-\[1\.25rem\] {
    margin-bottom: 1.25rem !important;
  }
  .\!mb-\[1\.875rem\] {
    margin-bottom: 1.875rem !important;
  }
  .\!mb-\[3\.75rem\] {
    margin-bottom: 3.75rem !important;
  }
  .\!mb-\[5rem\] {
    margin-bottom: 5rem !important;
  }
  .\!pt-\[1\.875rem\] {
    padding-top: 1.875rem !important;
  }
  .\!pb-\[1\.875rem\] {
    padding-bottom: 1.875rem !important;
  }
  .\!pb-\[3\.125rem\] {
    padding-bottom: 3.125rem !important;
  }
  .xl\:\!pl-\[13\.125rem\] {
    @media (width >= 80rem) {
      padding-left: 13.125rem !important;
    }
  }
}
