@charset "UTF-8";
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
  background-color: #fff;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
  border-radius: 0;
  background-color: #009bdf;
  color: #fff;
  border: none;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 0;
  width: 1.8em;
  height: 100%;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  /*left: 2px;*/
  left: 0;
}

.ui-datepicker .ui-datepicker-next {
  /*right: 2px;*/
  right: 0;
}

.ui-datepicker .ui-datepicker-prev-hover {
  /*left: 1px;*/
  left: 0;
  top: 0;
  background: #2fbfff;
  border: none !important;
}

.ui-datepicker .ui-datepicker-next-hover {
  /*right: 1px;*/
  right: 0;
  top: 0;
  background: #2fbfff;
  border: none !important;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
  border: none;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker .ui-datepicker-title select option {
  color: #333;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: auto;
  margin: 1px 2px;
}

.ui-datepicker select.ui-datepicker-month {
  margin-left: 5px;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
  margin: 0;
  border-top: none;
}

.ui-datepicker table tbody {
  border-top: 1px solid #ddd;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
  background: #f7f7f9;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ccc;
  padding: 0;
}

.ui-datepicker tr td:first-child {
  border-left: none;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.6em 0.2em;
  text-align: center;
  text-decoration: none;
  display: block;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  /*padding: .4em 1em;*/
  position: relative;
  padding: 0;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 55px;
  line-height: 55px;
  font-size: 1.333rem;
  text-align: center;
  font-weight: normal;
  font-family: "Pretendard, Sans serif";
  font-weight: 400;
  margin: 0 auto;
  float: inherit;
  display: block;
}

.ui-dialog .ui-dialog-titlebar-close {
  /*
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
  */
  position: absolute;
  right: 20px;
  top: 13px;
  font-size: 1.866rem;
  color: #fff;
  border-radius: 0;
  width: auto;
  padding: 0;
  margin: 0;
  border: none;
  width: 1.866rem;
  height: 1.866rem;
  background: none !important;
}
.ui-dialog .ui-dialog-titlebar-close span.ui-icon-closethick {
  text-indent: 0;
  background: none;
  margin: 0;
  padding: 0;
  left: 0;
  display: inline-block;
  width: auto;
  height: auto;
  top: 0;
  border: none;
}
.ui-dialog .ui-dialog-titlebar-close span.ui-icon-closethick:after {
  content: "\e921";
  font-family: xeicon !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 1.866rem;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
  border-radius: 0;
}

.ui-draggable-handle {
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25); /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  /*border: 1px solid #dddddd;*/
  padding: 0;
  border-radius: 0;
}

.ui-widget-content {
  /*border: 1px solid #dddddd;*/
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  /*/*border: 1px solid #dddddd;;*/
  background: #004ea2;
  color: #ffffff;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  /*
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  color: #454545;
  */
  font-weight: normal;
  color: #666;
  border: none;
  background-color: #fff;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #fff;
  font-weight: normal;
  color: #666;
}

.ui-button.ui-dialog-titlebar-close:hover {
  border: none;
  color: #fff;
}

.ui-button.ui-dialog-titlebar-close:focus {
  outline: 1px solid #fff;
  display: block;
  color: #fff;
}

.ui-datepicker-calendar .ui-state-hover {
  padding: 0;
  position: relative;
}

.ui-datepicker-calendar .ui-state-hover:after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -3px;
  margin: 0 auto;
  background-color: #e1f6ff;
}

.ui-datepicker-next-hover,
.ui-datepicker-prev-hover {
  border: none;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
  background: #009bdf;
  border: 1px solid #009bdf;
}

.ui-button:active,
.ui-button.ui-state-active:hover {
  border: none;
  background: #fff;
  background-image: url("../images/common/ui-icons_555555_256x240.png");
  background-position: -96px -128px;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
  border: none;
  background: none;
  color: #222;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
  color: #222;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70); /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35); /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../images/common/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../images/common/ui-icons_444444_256x240.png");
  background-image: url("../images/common/ui-icons_ffffff_256x240.png");
  cursor: pointer;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../images/common/ui-icons_555555_256x240.png");
  /*background-image: url("../images/common/ui-icons_ffffff_256x240.png");*/
  border: 1px solid #fff;
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../images/common/ui-icons_ffffff_256x240.png");
  border: 1px solid #fff;
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../images/common/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../images/common/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("../images/common/ui-icons_444444_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* .ui-icon-circle-triangle-e { background-position: -48px -192px; } */
.ui-icon-circle-triangle-e {
  background-position: -32px 0px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* .ui-icon-circle-triangle-w { background-position: -80px -192px; } */
.ui-icon-circle-triangle-w {
  background-position: -96px 0px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
  box-shadow: 0px 0px 5px #666666;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

td,
th {
  padding: 0;
}

table caption {
  position: static;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  text-indent: -9999px;
}

h1, h2, h3, h4, h5, p, span, b, strong, em {
  word-break: keep-all;
  word-wrap: break-word;
}

/*
---------------------------------------------------------------
*
* base
*
---------------------------------------------------------------
*/
/* CSS Document */
/* css reset */
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, 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, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

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

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

body, div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p,
form, fieldset, input, table, tr, th, td, select, button {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

fieldset, img {
  border: 0;
  vertical-align: top;
}

address {
  font-style: normal;
}

/* a-style */
a {
  text-decoration: none;
  color: #000;
}

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

legend {
  display: none;
}

select {
  border: 0 transparent;
  outline: transparent 0;
  -o-border-image: none;
  border-image: none;
  outline-offset: -2px;
  box-shadow: none;
  background: 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  filter: alpha(opacity=0);
}

select::-ms-expand {
  display: none;
}

input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

/*
---------------------------------------------------------------
*
* common
*
---------------------------------------------------------------
*/
/*-------------------------------------------------------------
	## common
--------------------------------------------------------------*/
/*-------------------------------------------------------------
	## font-size 정의 ## default = 18px;
--------------------------------------------------------------*/
/*
$font-size-12: clamp(0.62rem, 0.60rem + 0.08vw, 0.667rem);
$font-size-13: clamp(0.68rem, 0.66rem + 0.08vw, 0.722rem);
$font-size-14: clamp(0.74rem, 0.72rem + 0.08vw, 0.778rem);
$font-size-15: clamp(0.80rem, 0.77rem + 0.09vw, 0.833rem);
$font-size-16: clamp(0.85rem, 0.82rem + 0.10vw, 0.889rem);
$font-size-17: clamp(0.91rem, 0.88rem + 0.10vw, 0.944rem);
$font-size-18: clamp(0.96rem, 0.93rem + 0.10vw, 1rem);
$font-size-19: clamp(1.01rem, 0.97rem + 0.12vw, 1. 6rem);

$font-size-20: clamp(1.05rem, 1.00rem + 0.15vw, 1.111rem);
$font-size-21: clamp(1.10rem, 1.04rem + 0.16vw, 1.167rem);
$font-size-22: clamp(1.14rem, 1.08rem + 0.18vw, 1.222rem);
$font-size-24: clamp(1.20rem, 1.10rem + 0.20vw, 1.333rem);
$font-size-26: clamp(1.30rem, 1.18rem + 0.22vw, 1.444rem);
$font-size-28: clamp(1.40rem, 1.25rem + 0.25vw, 1.556rem);

$font-size-30: clamp(1.50rem, 1.35rem + 0.28vw, 1.667rem);
$font-size-32: clamp(1.60rem, 1.42rem + 0.30vw, 1.778rem);
$font-size-34: clamp(1.70rem, 1.50rem + 0.32vw, 1.889rem);
$font-size-36: clamp(1.80rem, 1.58rem + 0.35vw, 2rem);
$font-size-38: clamp(1.90rem, 1.66rem + 0.38vw, 2.111rem);

$font-size-40: clamp(2rem, 1.75rem + 0.40vw, 2.222rem);
$font-size-42: clamp(2.10rem, 1.84rem + 0.42vw, 2.333rem);
$font-size-44: clamp(2.20rem, 1.92rem + 0.45vw, 2.444rem);
$font-size-46: clamp(2.30rem, 2rem + 0.48vw, 2.556rem);
$font-size-48: clamp(2.40rem, 2.08rem + 0.50vw, 2.667rem);

$font-size-50: clamp(2.50rem, 2.16rem + 0.52vw, 2.778rem);
$font-size-52: clamp(2.60rem, 2.24rem + 0.55vw, 2.889rem);
$font-size-54: clamp(2.70rem, 2.32rem + 0.58vw, 3rem);
$font-size-56: clamp(2.80rem, 2.40rem + 0.60vw, 3.111rem);
$font-size-58: clamp(2.90rem, 2.48rem + 0.62vw, 3.222rem);

$font-size-60: clamp(3rem, 2.56rem + 0.65vw, 3.333rem);
$font-size-62: clamp(3.10rem, 2.64rem + 0.68vw, 3.444rem);
$font-size-64: clamp(3.20rem, 2.72rem + 0.70vw, 3.556rem);
$font-size-66: clamp(3.30rem, 2.80rem + 0.72vw, 3.667rem);
$font-size-68: clamp(3.40rem, 2.88rem + 0.75vw, 3.778rem);
*/
/*-------------------------------------------------------------
	## color 정의
--------------------------------------------------------------*/
/*-------------------------------------------------------------
	## gap 정의
--------------------------------------------------------------*/
/*-------------------------------------------------------------
	## radius 정의
--------------------------------------------------------------*/
:root {
  --ff-body: Pretendard, Sans serif;
  --header: clamp(6.4rem, 6.954rem - 1.476vw, 5.625rem);
  --color-white: #fff;
  --color-white-1: rgba(255, 255, 255, 0.1);
  --color-white-2: rgba(255, 255, 255, 0.2);
  --color-white-4: rgba(255, 255, 255, 0.4);
  --color-white-6: rgba(255, 255, 255, 0.6);
  --color-white-8: rgba(255, 255, 255, 0.8);
  --color-blue: #2183FF;
  --color-blue-2: #234D81;
  --color-blue-3: #1B3555;
  --color-black: #000000;
  --color-lime-1: #B4E084;
  --color-lime-2: #7CBE35;
  --color-lime-4: #1D3207;
  --color-green-1: #00BE7D;
  --color-green-4: #22332C;
  --color-gray-7: #111111;
  --color-gray-6: #222222;
  --color-gray-5: #333333;
  --color-gray-4: #666666;
  --color-gray-3: #777777;
  --color-gray-2: #cccccc;
  --color-gray-1: #f5f5f5;
  --color-gray-0: #F4F6F2;
  --color-divider: #D6DBE1;
  --font-size-12: 0.75rem;
  --font-size-13: 0.8125rem;
  --font-size-14: 0.875rem;
  --font-size-15: 0.9375rem;
  --font-size-16: 1rem;
  --font-size-17: 1.0625rem;
  --font-size-18: 1.125rem;
  --font-size-19: 1.1875rem;
  --font-size-20: 1.25rem;
  --font-size-21: 1.3125rem;
  --font-size-22: 1.375rem;
  --font-size-24: 1.5rem;
  --font-size-26: 1.625rem;
  --font-size-28: 1.75rem;
  --font-size-30: 1.875rem;
  --font-size-32: 2rem;
  --font-size-34: 2.125rem;
  --font-size-36: 2.25rem;
  --font-size-38: 2.375rem;
  --font-size-40: 2.5rem;
  --font-size-42: 2.625rem;
  --font-size-44: 2.75rem;
  --font-size-46: 2.875rem;
  --font-size-48: 3rem;
  --font-size-50: 3.125rem;
  --font-size-52: 3.25rem;
  --font-size-54: 3.375rem;
  --font-size-56: 3.5rem;
  --font-size-58: 3.625rem;
  --font-size-60: 3.75rem;
  --font-size-62: 3.875rem;
  --font-size-64: 4rem;
  --font-size-66: 4.125rem;
  --font-size-68: 4.25rem;
  --font-size-70: 4.375rem;
  --font-size-72: 4.5rem;
  --font-size-76: 4.75rem;
  --font-size-80: 5rem;
  --font-size-86: 5.375rem;
  --font-size-90: 5.625rem;
  --font-size-96: 6rem;
  --font-size-100: 6.25rem;
  --font-size-110: 6.875rem;
  --font-size-120: 7.5rem;
  --font-size-136: 8.5rem;
  --font-size-140: 8.75rem;
  --font-size-150: 9.375rem;
  --font-size-160: 10rem;
  --font-size-180: 11.25rem;
  --font-size-200: 12.5rem;
  --font-size-240: 15rem;
  --font-size-320: 20rem;
  --line-height-160: 160%;
  --spacing-4: 0.25rem;
  --spacing-6: 0.375rem;
  --spacing-8: 0.5rem;
  --spacing-10: 0.625rem;
  --spacing-12: 0.75rem;
  --spacing-14: 0.875rem;
  --spacing-16: 1rem;
  --spacing-18: 18px;
  --spacing-20: 1.25rem;
  --spacing-22: 1.375rem;
  --spacing-24: 1.5rem;
  --spacing-26: 1.625rem;
  --spacing-30: 1.875rem;
  --spacing-32: 2rem;
  --spacing-38: 2.375rem;
  --spacing-40: 2.5rem;
  --spacing-42: 2.625rem;
  --spacing-46: 2.875rem;
  --spacing-48: 3rem;
  --spacing-50: 3.125rem;
  --spacing-52: 3.25rem;
  --spacing-54: 3.375rem;
  --spacing-56: 3.5rem;
  --spacing-60: 3.75rem;
  --spacing-64: 4rem;
  --spacing-70: 4.375rem;
  --spacing-72: 4.5rem;
  --spacing-76: 4.75rem;
  --spacing-80: 5rem;
  --spacing-84: 5.25rem;
  --spacing-90: 5.625rem;
  --spacing-92: 5.75rem;
  --spacing-96: 6rem;
  --spacing-100: 6.25rem;
  --spacing-110: 6.875rem;
  --spacing-120: 7.5rem;
  --spacing-140: 8.75rem;
  --spacing-150: 9.375rem;
  --spacing-160: 10rem;
  --spacing-170: 10.625rem;
  --spacing-180: 11.25rem;
  --spacing-200: 12.5rem;
  --spacing-240: 15rem;
  --spacing-260: 16.25rem;
  --spacing-360: 22.5rem;
  --spacing-400: 25rem;
  --radius-24: 1.5rem;
  --radius-16: 1rem;
}

/*****************************/
/********    Mixin    ********/
/*****************************/
/*-------------------------------------------------------------
	## background 정의
--------------------------------------------------------------*/
/*-------------------------------------------------------------
	## font 정의
--------------------------------------------------------------*/
/*-------------------------------------------------------------
	## animation 정의
--------------------------------------------------------------*/
/*****************************/
/*****    Media Query    *****/
/*****************************/
/*-------------------------------------------------------------
	## breakpoint 정의
--------------------------------------------------------------*/
:root {
  --breakpoint-mobile-small: 380px;
  --breakpoint-mobile: 500px;
  --breakpoint-mobile-exception: 650px;
  --breakpoint-mobile2: 768px;
  --breakpoint-tablet: 1024px;
  --breakpoint-tablet2: 1200px;
  --breakpoint-desktop: 1440px;
  --breakpoint-desktop2: 1580px;
  --breakpoint-desktop-full: 1680px;
}

@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src: local("Pretendard Black"), url(../fonts/Pretendard-Black.woff2) format("woff2"), url(../fonts/Pretendard-Black.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard ExtraBold"), url(../fonts/Pretendard-ExtraBold.woff2) format("woff2"), url(../fonts/Pretendard-ExtraBold.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"), url(../fonts/Pretendard-Bold.woff2) format("woff2"), url(../fonts/Pretendard-Bold.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"), url(../fonts/Pretendard-SemiBold.woff2) format("woff2"), url(../fonts/Pretendard-SemiBold.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"), url(../fonts/Pretendard-Medium.woff2) format("woff2"), url(../fonts/Pretendard-Medium.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"), url(../fonts/Pretendard-Regular.woff2) format("woff2"), url(../fonts/Pretendard-Regular.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard Light"), url(../fonts/Pretendard-Light.woff2) format("woff2"), url(../fonts/Pretendard-Light.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src: local("Pretendard ExtraLight"), url(../fonts/Pretendard-ExtraLight.woff2) format("woff2"), url(../fonts/Pretendard-ExtraLight.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard Thin"), url(../fonts/Pretendard-Thin.woff2) format("woff2"), url(../fonts/Pretendard-Thin.woff) format("woff");
}
@font-face {
  font-family: "Afacad";
  font-weight: 400;
  font-display: swap;
  src: local("Afacad-Regular"), url(../fonts/Afacad-Regular.woff2) format("woff2");
}
body {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Pretendard, Sans serif";
  font-weight: 400;
  font-size: 1rem;
  overflow-x: hidden;
}

/*a { text-decoration: none; color: #333;}*/
img {
  vertical-align: top;
}

body {
  font-family: "Pretendard, Sans serif";
  font-weight: 400;
}

.guide {
  max-width: 1424px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.guide.wide {
  max-width: 1720px;
}
.guide.medium {
  max-width: 1580px;
}
.guide.medium-narrow {
  max-width: 1424px;
}
.guide.narrow {
  max-width: 1140px;
}
@media (max-width: 1024px) {
  .guide {
    width: calc(100% - var(--spacing-84));
  }
}
@media (max-width: 500px) {
  .guide {
    width: calc(100% - var(--spacing-32));
  }
}

.block {
  display: block;
}

.blind {
  /*
  font-size: 0;
  position: absolute;
  top: -999999px;
  */
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* //--------------------- 정렬 */
.flex-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.jt-btw {
  justify-content: space-between;
}

.ai-fstart {
  align-items: flex-start;
}

/* 정렬 ---------------------// */
/* //--------------------- 상단으로 버튼 */
.top-box {
  display: flex;
  justify-content: flex-end;
  position: fixed;
  bottom: 0;
  z-index: 100;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.8s;
  pointer-events: none;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.top-box .guide.wide {
  display: flex;
  justify-content: flex-end;
}
.top-box .btn-top {
  display: flex;
  width: 4.375rem;
  height: 4.375rem;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid var(--color-gray-2);
  background: var(--color-white);
  background-size: 2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/common/ico-top.png");
  right: 60px;
  bottom: 60px;
  position: relative;
}
.top-box .btn-profile {
  display: flex;
  width: 4.375rem;
  height: 4.375rem;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid var(--color-gray-2);
  background: var(--color-white);
  background-size: 2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sub/ico-company-profile.png");
  background-color: #CCF2E5;
  right: -8px;
  bottom: 144px;
  position: relative;
}
.top-box .btn-profile:hover span {
  opacity: 1;
}
.top-box .btn-profile span {
  position: absolute;
  left: -13.2rem;
  border-radius: var(--spacing-10);
  background: var(--color-white);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  color: var(--color-gray-5);
  font-size: var(--font-size-15);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.3px;
  display: flex;
  gap: var(--spacing-4);
  padding: var(--spacing-10) var(--spacing-16);
  opacity: 0;
  transition: opacity 0.5s;
}
.top-box .btn-profile span:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  right: -10px;
  top: 11px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sub/ico-arrow-right.png");
}
.top-box.show {
  opacity: 1;
  pointer-events: visible;
}
@media (max-width: 1200px) {
  .top-box .btn-top {
    width: 3.4375rem;
    height: 3.4375rem;
    background-size: 1.65rem;
    right: 38px;
    bottom: 38px;
  }
  .top-box .btn-profile {
    width: 3.4375rem;
    height: 3.4375rem;
    background-size: 1.65rem;
    right: -16px;
    bottom: 101px;
  }
}
@media (max-width: 768px) {
  .top-box {
    padding-bottom: 16px;
  }
  .top-box .btn-top {
    width: 40px;
    height: 40px;
    background-size: 1.125rem;
    right: 16px;
    bottom: 16px;
  }
  .top-box .btn-profile {
    width: 40px;
    height: 40px;
    background-size: 1.125rem;
    right: -24px;
    bottom: 65px;
  }
  .top-box .btn-profile span {
    font-size: var(--font-size-12);
    left: -11rem;
  }
  .top-box .btn-profile span:after {
    width: 10px;
    height: 10px;
  }
}

/* 상단으로 버튼 ---------------------// */
/* media show ---------------------// */
.mobile-show {
  display: none;
}

@media (max-width: 768px) {
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: block;
  }
}
/* //--------------------- media show */
/* //--------------------- 리스트 라인 타이틀 */
.list-tit {
  padding: var(--spacing-100) 0 var(--spacing-120);
  position: relative;
}
.list-tit .guide {
  display: flex;
  gap: var(--spacing-16);
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.list-tit h5 {
  color: var(--color-gray-7);
  font-size: var(--font-size-60);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 140px */
  letter-spacing: -1.2px;
}
.list-tit h5 br {
  display: none;
}
.list-tit p {
  color: var(--color-gray-3);
  font-size: var(--font-size-20);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.4px;
  text-align: center;
}
.list-tit .title-line {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #111;
}
@media (max-width: 1200px) {
  .list-tit {
    padding: var(--spacing-70) 0;
  }
  .list-tit h5 {
    font-size: var(--font-size-44);
  }
  .list-tit p {
    font-size: var(--font-size-18);
  }
}
@media (max-width: 768px) {
  .list-tit {
    padding: var(--spacing-60) 0;
  }
  .list-tit .guide {
    align-items: flex-start;
  }
  .list-tit h5 {
    font-size: var(--font-size-28);
  }
  .list-tit h5 br {
    display: block;
  }
  .list-tit p {
    font-size: var(--font-size-15);
    text-align: left;
  }
  .list-tit p.hide {
    display: none;
  }
  .list-tit .title-line {
    margin: initial;
    left: var(--spacing-42);
    width: 100%;
    height: 3px;
  }
}
@media (max-width: 500px) {
  .list-tit .title-line {
    left: var(--spacing-16);
  }
}

/* 리스트 라인 타이틀 ---------------------// */
/* //--------------------- 탭비주얼 타입 */
.visual-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--color-white);
  text-align: center;
  gap: var(--spacing-32);
  margin-top: -56px;
}
.visual-content p {
  font-size: var(--font-size-24);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.48px;
}
.visual-content h5 {
  font-size: var(--font-size-68);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 140px */
  letter-spacing: -1.36px;
}
@media (max-width: 1200px) {
  .visual-content p {
    font-size: var(--font-size-20);
  }
  .visual-content h5 {
    font-size: var(--font-size-48);
  }
}
@media (max-width: 500px) {
  .visual-content p {
    width: 12rem;
    font-size: var(--font-size-15);
  }
  .visual-content h5 {
    font-size: var(--font-size-28);
  }
}

.sub-tab-menu {
  display: flex;
  padding: var(--spacing-6);
  flex-direction: row;
  align-items: flex-start;
  border-radius: var(--spacing-100);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(20px);
  position: absolute;
  bottom: var(--spacing-140);
}
.sub-tab-menu button {
  display: flex;
  width: 180px;
  padding: var(--spacing-10);
  justify-content: center;
  align-items: center;
  color: var(--color-white);
  font-size: var(--font-size-18);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.36px;
  box-sizing: border-box;
}
.sub-tab-menu:after {
  content: "";
  width: 180px;
  height: calc(100% - 10px);
  background: rgba(255, 255, 255, 0.26);
  position: absolute;
  border-radius: var(--spacing-100);
  transition: transform 0.5s;
  will-change: transform;
}
.sub-tab-menu.active:after {
  transform: translateX(100%);
}
@media (max-width: 1200px) {
  .sub-tab-menu button {
    font-size: var(--font-size-16);
  }
  .sub-tab-menu:after {
    height: calc(100% - 12px);
  }
}
@media (max-width: 500px) {
  .sub-tab-menu {
    width: 260px;
    padding: var(--spacing-4);
    bottom: var(--spacing-120);
  }
  .sub-tab-menu button {
    font-size: var(--font-size-15);
    padding: var(--spacing-10);
  }
  .sub-tab-menu:after {
    width: 130px;
    height: calc(100% - 6px);
  }
}

/* 탭비주얼 타입 ---------------------// */
/* //--------------------- 하이라이트 타입 */
.highlight-wrap {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-16);
}
.highlight-wrap p {
  color: var(--color-gray-7);
  font-size: var(--font-size-40);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.8px;
}
.highlight-wrap p span {
  position: relative;
}
.highlight-wrap p span b {
  position: relative;
  font-weight: 600;
}
.highlight-wrap p span:before {
  content: "";
  width: 0;
  height: 110%;
  background-color: var(--color-lime-1);
  position: absolute;
  left: -2%;
  top: -2.5px;
  transition: width 0.5s;
  will-change: width;
}
.highlight-wrap p span.active:before {
  width: 104%;
}
@media (max-width: 1200px) {
  .highlight-wrap p {
    font-size: var(--font-size-30);
  }
  .highlight-wrap p span:before {
    left: -8px;
    top: -1.5px;
  }
}
@media (max-width: 768px) {
  .highlight-wrap > p {
    font-size: var(--font-size-20);
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .highlight-wrap > p span:before {
    left: -5px;
    top: -1px;
  }
}

/* 하이라이트 타입 ---------------------// */
/* //--------------------- 슬라이드 리스트 타입 */
.slide-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.slide-list dt {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-24);
  position: sticky;
  top: 120px;
  align-self: flex-start;
}
.slide-list dt span {
  color: var(--color-green-1);
  font-size: var(--font-size-20);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.4px;
  transform: translateY(70px);
  opacity: 0;
}
.slide-list dt p {
  color: var(--color-gray-7);
  font-size: var(--font-size-34);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.68px;
  transform: translateY(70px);
  opacity: 0;
}
.slide-list dd ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: var(--spacing-60);
  max-width: 820px;
  grid-auto-flow: column;
}
.slide-list dd ul li {
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  min-height: 374px;
  padding: var(--spacing-48);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  opacity: 0;
}
.slide-list dd ul li img {
  width: 90px;
  height: 90px;
}
.slide-list dd ul li:nth-child(1), .slide-list dd ul li:nth-child(2), .slide-list dd ul li:nth-child(3) {
  transform: translateY(var(--spacing-160));
}
.slide-list dd ul li p {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-20);
}
.slide-list dd ul li b {
  color: var(--color-gray-7);
  font-size: var(--font-size-28);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.5px;
}
.slide-list dd ul li span {
  color: var(--color-gray-4);
  font-size: var(--font-size-18);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.36px;
}
.slide-list:last-child {
  margin-top: var(--spacing-400);
}
.slide-list:last-child dd ul {
  grid-template-rows: repeat(5, 1fr);
}
.slide-list:last-child dd ul li:nth-child(4), .slide-list:last-child dd ul li:nth-child(5) {
  transform: translateY(var(--spacing-160));
}
@media (max-width: 1200px) {
  .slide-list {
    flex-direction: column;
    align-items: normal;
  }
  .slide-list dt {
    position: static;
    gap: var(--spacing-18);
  }
  .slide-list dt span {
    font-size: var(--font-size-19);
  }
  .slide-list dt p {
    font-size: var(--font-size-32);
  }
  .slide-list dd ul {
    max-width: none;
    transform: translateY(calc(-1 * var(--spacing-80)));
    gap: var(--spacing-40);
  }
  .slide-list dd ul li {
    min-height: 240px;
  }
  .slide-list dd ul li img {
    width: 75px;
    height: 75px;
  }
  .slide-list dd ul li b {
    font-size: var(--font-size-22);
  }
  .slide-list dd ul li span {
    font-size: var(--font-size-16);
  }
  .slide-list:last-child {
    margin-top: var(--spacing-240);
  }
}
@media (max-width: 768px) {
  .slide-list dt {
    gap: var(--spacing-12);
  }
  .slide-list dt span {
    font-size: var(--font-size-15);
  }
  .slide-list dt p {
    font-size: var(--font-size-22);
  }
  .slide-list dt p br {
    display: none;
  }
  .slide-list dd ul {
    display: flex;
    flex-direction: column;
    transform: translateY(0);
    gap: var(--spacing-20);
    margin-top: var(--spacing-32);
  }
  .slide-list dd ul li {
    padding: var(--spacing-32) var(--spacing-24);
    min-height: auto;
    gap: var(--spacing-40);
    border-radius: var(--radius-16);
  }
  .slide-list dd ul li img {
    width: 60px;
    height: 60px;
  }
  .slide-list dd ul li b {
    font-size: var(--font-size-18);
  }
  .slide-list dd ul li span {
    font-size: var(--font-size-14);
  }
  .slide-list dd ul li:nth-child(1), .slide-list dd ul li:nth-child(2), .slide-list dd ul li:nth-child(3) {
    transform: translateY(0);
  }
  .slide-list dd ul li p {
    gap: var(--spacing-12);
  }
  .slide-list:last-child {
    margin-top: var(--spacing-100);
  }
  .slide-list:last-child dd ul li:nth-child(4), .slide-list:last-child dd ul li:nth-child(5) {
    transform: translateY(0);
  }
}

/* 슬라이드 리스트 타입 ---------------------// */
.mid_helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.text_cut {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.navi_tab {
  width: 100%;
  position: absolute;
  z-index: 10000;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
}

.navi_tab a {
  display: block;
  position: absolute;
  left: 0;
  top: -9999px;
  z-index: 1;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #333;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
}

.navi_tab a:hover,
.navi_tab a:focus {
  top: 0;
}

table caption {
  position: static;
  overflow: hidden;
  width: 1px;
  height: 1px;
  font-size: 1px;
  text-indent: -9999px;
}

.gnb_on_header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 8888;
  background: #fff;
}

.gnb_on_body {
  position: relative;
}
.gnb_on_body:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
}

button {
  border: none;
  background-color: transparent;
}

::-webkit-input-placeholder {
  color: #a3a3a3;
  font-size: 13px;
  font-family: "Pretendard, Sans serif";
  font-weight: 400;
}

::-moz-placeholder {
  color: #a3a3a3;
  font-size: 13px;
  font-family: "Pretendard, Sans serif";
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #a3a3a3;
  font-size: 13px;
  font-family: "Pretendard, Sans serif";
  font-weight: 400;
}

:-moz-placeholder {
  color: #a3a3a3;
  font-size: 13px;
  font-family: "Pretendard, Sans serif";
  font-weight: 400;
}

/* mobile font resizing */
@media (max-width: 380px) {
  html {
    font-size: 15.5px;
  }
}
@media (min-width: 381px) and (max-width: 767px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  html {
    font-size: 15.5px;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}
.error_pg_wrap {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.error_pg_wrap .error_pg_box {
  display: table-cell;
  vertical-align: middle;
}

.error_pg_wrap .error_pg_box .er_pg_content {
  background-color: #f5f5f5;
  border: 1px solid #cacaca;
  border-radius: 10px;
  padding: 60px 0;
  box-sizing: border-box;
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.error_pg_wrap .error_pg_box .er_pg_content h5 {
  color: #0e4eb2;
  font-size: 2.25rem;
  font-family: "noto-sans-scott-m";
  margin: 20px 0;
}

.error_pg_wrap .error_pg_box .er_pg_content p {
  font-size: 1.125rem;
  width: 40%;
  min-width: 360px;
  margin: 0 auto;
  word-break: keep-all;
}

.error_pg_wrap.write_fin {
  margin-top: 30px;
}

.error_pg_wrap.write_fin .error_pg_box .er_pg_content {
  width: 100%;
}

.error_pg_wrap.write_fin + .btn_box {
  margin: 30px 0;
}

.error_pg_wrap .board_foot {
  border-top: none;
}
.error_pg_wrap .board_foot > .list_link {
  margin-bottom: 0;
}

.error_pg_box > p.txt_l {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto 15px;
}

.loding_wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  position: fixed;
  box-sizing: unset;
  display: none;
}

.loding_wrap .lod_wrap_box {
  display: table;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.loding_wrap .lod_box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}

.loding_wrap .lod_txt {
  background: #fff;
  width: auto;
  display: inline-block;
  padding: 30px;
  border-radius: 10px;
  border: 2px solid var(--color-blue);
}

.loding_wrap i {
  font-size: 5rem;
  color: var(--color-blue);
}

.loding_wrap p {
  margin-top: 1rem;
  font-size: 1.2rem;
  letter-spacing: 1px;
  color: var(--color-blue);
  font-weight: bold;
}

.hasDatepicker {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 96% center;
  background-image: url(../images/common/ic_calendar.png);
}

textarea {
  resize: none;
}

.pop_w_900 {
  width: 900px !important;
  max-width: 900px !important;
}

.pop_w_700 {
  width: 700px !important;
  max-width: 700px !important;
}

.pop_w_500 {
  width: 500px !important;
  max-width: 500px !important;
}

@media (max-width: 1024px) {
  .ui-widget.ui-widget-content {
    width: 95% !important;
    margin: 0 auto;
    right: 0;
    left: 0 !important;
  }
}
@media (max-width: 910px) {
  .pop_w_900 {
    width: 95% !important;
    margin: 0 auto;
    right: 0;
    left: 0 !important;
  }
}
@media (max-width: 710px) {
  .pop_w_700 {
    width: 95% !important;
    margin: 0 auto;
    right: 0;
    left: 0 !important;
  }
}
@media (max-width: 510px) {
  .pop_w_500 {
    width: 95% !important;
    margin: 0 auto;
    right: 0;
    left: 0 !important;
  }
}
@media (max-width: 480px) {
  .pop_w_500,
  .pop_w_700,
  .pop_w_900,
  .ui-widget.ui-widget-content {
    width: 95% !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
  }
}
/*
---------------------------------------------------------------
*
* footer
*
---------------------------------------------------------------
*/
footer {
  position: relative;
  padding: 30px 0;
  background-color: var(--color-white);
  border-top: 1px solid var(--color-divider);
}
footer .footer-wrap {
  display: flex;
  flex-direction: column;
}
footer .footer-wrap > ul {
  display: flex;
  gap: 40px;
}
footer .footer-wrap > ul a {
  color: var(--color-gray-7);
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.32px;
}
footer .footer-content {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 2.375rem;
}
footer .footer-content .footer-box {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-24);
}
footer .footer-content .footer-box h2 {
  width: 88px;
}
footer .footer-content .footer-box h2 img {
  max-width: 100%;
}
footer .footer-content .footer-box p {
  color: var(--color-gray-4);
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
  line-height: var(--line-height-160);
}
footer .footer-content .footer-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
footer .footer-content .info-text span {
  display: inline-block;
  position: relative;
  padding-right: 12px;
  margin-right: 12px;
}
footer .footer-content .info-text span:after {
  content: "";
  width: 1px;
  height: 12px;
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  background-color: #787878;
}
footer .footer-content .info-text span:last-child {
  padding-right: 0;
  margin-right: 0;
}
footer .footer-content .info-text span:last-child:after {
  display: none;
}
footer .footer-content .footer-icon {
  display: flex;
  gap: var(--spacing-24);
}
footer .footer-content .footer-icon a {
  display: inline-block;
  padding: 12px;
}
footer .footer-content .footer-icon a img {
  max-width: 22px;
  max-height: 22px;
}

#main footer {
  border-top: none;
}

@media (max-width: 1024px) {
  footer .footer-content .info-text span {
    margin: 2px 0;
  }
  footer .footer-content .info-text span:after {
    display: none;
  }
}
@media (max-width: 768px) {
  footer .footer-content {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.5rem;
    gap: var(--spacing-16);
  }
  footer .footer-content .footer-box {
    flex-direction: column;
    gap: var(--spacing-16);
  }
  footer .footer-content .footer-icon {
    gap: var(--spacing-8);
  }
  footer .footer-content .footer-icon a {
    padding: 0.5rem;
  }
}
@media (max-width: 500px) {
  footer .footer-wrap > ul {
    gap: 32px;
  }
  footer .footer-wrap > ul a {
    font-size: var(--font-size-14);
  }
  footer .footer-content .footer-box p {
    font-size: var(--font-size-14);
  }
  footer .footer-content .footer-icon a img {
    max-width: 16px;
    max-height: 16px;
  }
}
/*
---------------------------------------------------------------
*
* header
*
---------------------------------------------------------------
*/
body.gnb-active {
  overflow: hidden;
}

header {
  z-index: 9999;
  width: 100%;
  transition: background-color 0.4s, transform 0.4s;
  will-change: background-color, transform;
  position: fixed;
}
header.down {
  transform: translateY(-100%);
}
header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
}
header h1 {
  width: 8.875rem;
  height: 2.625rem;
  position: relative;
  z-index: 5;
}
header h1 a {
  display: flex;
  height: 100%;
}
header h1 a i {
  width: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/common/logo-gray.png");
  transition: background 0.5s;
  will-change: background;
}
header h1 img {
  max-width: 100%;
}
header .select-box {
  display: flex;
}
header .select-box .select-list {
  padding-top: var(--spacing-54);
}
header .mobile-gnb-box {
  display: none;
}
header.main-header h1 a i {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/common/logo.png");
}
header.main-header #gnb > ul > li > a {
  color: var(--color-white);
  font-size: var(--font-size-18);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.36px;
}
header.main-header #gnb:hover::after {
  width: 100vw;
}
header.main-header .select-box .selected span {
  color: var(--color-white);
}
header.main-header .select-box .selected i {
  filter: brightness(0) saturate(100%) invert(100%);
}
header.main-header ~ #content {
  padding-top: 0;
}
header.sub-type1-header {
  background: transparent;
}
header.sub-type1-header.is-white {
  background-color: var(--color-white);
}
header.sub-type1-header.is-white h1 a i {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/common/logo-gray.png");
}
header.sub-type1-header.is-white #gnb > ul > li > a {
  color: var(--color-gray-7);
  font-size: var(--font-size-18);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.36px;
}
header.sub-type1-header.is-white .select-box .selected span {
  color: var(--color-gray-7);
}
header.sub-type1-header.is-white .select-box .selected i {
  filter: none;
}
header.sub-type1-header ~ #content {
  padding-top: 0;
}
header.sub-type2-header {
  background: var(--color-white);
}
header.sub-type2-header h1 a i {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/common/logo-gray.png");
}
header.sub-type2-header #gnb > ul > li > a {
  color: var(--color-gray-7);
  font-size: var(--font-size-18);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.36px;
}
header.sub-type2-header .select-box .selected span {
  color: var(--color-gray-7);
}
header.sub-type2-header .select-box .selected i {
  filter: none;
}
header.sub-type2-header.is-transparent h1 a i {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/common/logo-gray.png");
}
header.sub-type2-header.is-transparent #gnb > ul > li > a {
  color: var(--color-white);
  font-size: var(--font-size-18);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.36px;
}
header.sub-type2-header.is-transparent .select-box .selected span {
  color: var(--color-white);
}
header.sub-type2-header.is-transparent .select-box .selected i {
  filter: brightness(0) saturate(100%) invert(100%);
}
header.sub-type2-header ~ #content .bread-crumb {
  transform: translate(0, 92px);
  z-index: 10;
}
header.gnb-scroll {
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(20px);
}
header.gnb-scroll h1 a i {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/common/logo-gray.png");
}
header.gnb-scroll #gnb > ul > li > a {
  color: var(--color-gray-7);
  font-size: var(--font-size-18);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.36px;
}
header.gnb-scroll .select-box .selected span {
  color: var(--color-gray-7);
}
header.gnb-scroll .select-box .selected i {
  filter: none;
}

.background-dim {
  position: fixed;
  inset: 0;
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(20px);
  transition: opacity 0.3s;
}

body:has(header #gnb:hover) .background-dim {
  opacity: 1;
}

#gnb {
  max-width: 95%;
}
#gnb ul {
  display: flex;
  position: relative;
  z-index: 5;
}
#gnb ul > li {
  position: relative;
}
#gnb ul > li > a {
  font-size: var(--font-size-18);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.36px;
  text-align: center;
  padding: 0 2.25rem;
  transition: padding 0.6s;
}
#gnb ul > li > ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-16);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 100%;
  height: 240px;
  white-space: nowrap;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  padding-top: var(--spacing-6);
  padding-top: 1.875rem;
}
#gnb ul > li > ul > li {
  width: 100%;
}
#gnb ul > li > ul > li > a {
  display: block;
  text-align: left;
  color: var(--color-gray-4);
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.32px;
  transition: color 0.3s;
  will-change: color;
}
#gnb ul > li > ul > li > a.active {
  color: var(--color-blue);
}
#gnb:after {
  content: "";
  width: var(--gnb-max-width);
  height: 0;
  top: 0;
  background-color: var(--color-white);
  position: absolute;
  z-index: -1;
  transition: height 0.5s;
  transform: translateX(-50%);
  left: 50%;
}

.select-box {
  position: relative;
  z-index: 6;
}
.select-box .selected {
  display: flex;
  align-items: center;
  gap: 4px;
}
.select-box .selected span {
  color: var(--color-gray-7);
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
}
.select-box .selected i {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.select-box .selected i img {
  width: 10px;
  transition: transform 0.5s;
  will-change: transform;
  transform: rotate(180deg);
}
.select-box .select-list {
  opacity: 0;
  pointer-events: none;
  padding-top: var(--spacing-24);
  transition: opacity 0.2s;
  will-change: opacity;
}
.select-box .select-list ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  white-space: nowrap;
  border-radius: 10px;
  background-color: var(--color-white);
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.16);
  padding: var(--spacing-6) 0;
  z-index: 999;
}
.select-box .select-list ul a {
  display: block;
  padding: 10px var(--spacing-24);
  text-align: center;
}

@media (min-width: 1024px) {
  header #gnb {
    height: 2.625rem;
    line-height: 2.625rem;
  }
  header #gnb > ul > li > ul > li > a:hover {
    color: var(--color-blue);
  }
  header:not(.down) #gnb:hover:not(.down) ul > li > a {
    padding: 0 4.6rem;
  }
  header:not(.down) #gnb:hover:not(.down) ul > li > ul {
    pointer-events: visible;
    transition: opacity 0.3s;
    opacity: 1;
  }
  header:not(.down) #gnb:hover:not(.down):after {
    content: "";
    height: 350px;
  }
  header.main-header:not(.gnb-scroll) h1:has(+ #gnb:hover) a i {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/common/logo-gray.png");
  }
  header.main-header:not(.gnb-scroll) #gnb:hover > ul > li > a {
    color: var(--color-gray-7);
  }
  header.main-header:not(.gnb-scroll) #gnb:hover + .select-box .selected span {
    color: var(--color-gray-7);
  }
  header.main-header:not(.gnb-scroll) #gnb:hover + .select-box .selected i {
    filter: none;
  }
  header:not(.main-header) {
    background-color: var(--color-white);
  }
  .select-box .select-list ul a:hover {
    color: var(--color-blue);
  }
}
@media (min-width: 768px) {
  .select-box:hover .selected i img {
    transform: rotate(0);
  }
  .select-box:hover .select-list {
    opacity: 1;
    pointer-events: visible;
  }
}
@media (max-width: 1200px) {
  header {
    background-color: var(--color-white);
  }
  header .guide.wide {
    display: grid;
    grid-template-columns: auto auto 1fr;
    padding: 20px 0;
    gap: 0 1rem;
    box-sizing: border-box;
  }
  header > .guide {
    width: 100%;
    margin: 0;
  }
  header h1 {
    position: relative;
    top: -1px;
    grid-column: 1;
    grid-row: 1;
    width: 5rem;
    aspect-ratio: 37/11;
    padding-left: var(--spacing-42);
  }
  header h1 a i {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/common/logo-mobile-gray.png");
  }
  header #gnb {
    grid-column: 1/span 3;
    grid-row: 2;
    display: none;
    padding-top: var(--spacing-24);
    max-width: 100%;
    height: calc(100vh - 100px);
    overflow-y: auto;
    overflow-x: hidden;
  }
  header #gnb > ul {
    width: 100%;
  }
  header #gnb > ul > li {
    padding: var(--spacing-24) 0;
  }
  header #gnb > ul > li:before {
    content: "";
    width: 140%;
    height: 1px;
    position: absolute;
    left: -20%;
    top: 0;
    background: var(--color-gray-1);
  }
  header #gnb > ul > li:first-child {
    padding-top: 0;
  }
  header #gnb > ul > li:first-child:before {
    display: none;
  }
  header #gnb > ul > li:last-child {
    padding-bottom: var(--spacing-48);
  }
  header #gnb ul {
    flex-direction: column;
  }
  header #gnb ul > li > a {
    color: var(--color-black);
    font-size: var(--font-size-18);
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.36px;
    padding: 0;
  }
  header #gnb ul > li > ul {
    opacity: 1;
    transform: none;
    position: relative;
    left: auto;
    bottom: auto;
    height: auto;
    padding-top: var(--spacing-24);
    pointer-events: visible;
  }
  header .mobile-gnb-box {
    display: flex;
    justify-content: flex-end;
    grid-column: 3;
    grid-row: 1;
  }
  header .mobile-gnb-box .menu-btn {
    width: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
    box-sizing: inherit;
    position: relative;
    top: -3px;
    padding-right: var(--spacing-42);
  }
  header .mobile-gnb-box .menu-btn span {
    width: 100%;
    height: 2px;
    background: var(--color-black);
    border-radius: 999px;
    transition: 0.3s;
  }
  header .select-box {
    margin-left: var(--spacing-8);
    opacity: 0;
    pointer-events: none;
  }
  header .select-box .selected {
    display: none;
  }
  header .select-box .select-list {
    opacity: 1;
    pointer-events: visible;
  }
  header .select-box .select-list ul {
    position: relative;
    display: flex;
    padding: 0;
    margin: 0;
    background: none;
    box-shadow: none;
  }
  header .select-box .select-list ul a {
    padding: 0 var(--spacing-6);
  }
  header .select-box .select-list ul li.active a {
    color: var(--color-blue);
  }
  header.gnb-scroll {
    background-color: var(--color-white);
  }
  header.gnb-scroll h1 a i {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/common/logo-mobile-gray.png");
  }
  header.main-header:not(.gnb-scroll, .active) {
    background: none;
  }
  header.main-header:not(.gnb-scroll, .active) h1 a i {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/common/logo-mobile.png");
  }
  header.main-header:not(.gnb-scroll, .active) .mobile-gnb-box .menu-btn span {
    background: var(--color-white);
  }
  header.main-header.sub-type1-header {
    background: none;
  }
  header.main-header.sub-type1-header.is-white {
    background-color: var(--color-white);
  }
  header.main-header.sub-type1-header.is-white h1 a i {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/common/logo-mobile-gray.png");
  }
  header.main-header.sub-type1-header.is-white .mobile-gnb-box .menu-btn span {
    background: var(--color-black);
  }
  header.main-header.sub-type1-header.active {
    background-color: var(--color-white);
  }
  header.main-header.sub-type1-header ~ #content .bread-crumb {
    visibility: hidden;
    display: block;
  }
  header.main-header.sub-type2-header {
    background: var(--color-white);
  }
  header.main-header.sub-type2-header h1 a i {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/common/logo-mobile-gray.png");
  }
  header.main-header.sub-type2-header .mobile-gnb-box .menu-btn span {
    background: var(--color-black);
  }
  header.main-header.sub-type2-header.is-transparent {
    background-color: none;
  }
  header.main-header.sub-type2-header.is-transparent h1 a i {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/common/logo-mobile.png");
  }
  header.main-header.sub-type2-header.is-transparent .mobile-gnb-box .menu-btn span {
    background: var(--color-white);
  }
  header.main-header.sub-type2-header.active {
    background-color: var(--color-white);
  }
  header.active {
    background-color: var(--color-white);
    height: 100vh;
  }
  header.active .guide.wide {
    width: 100%;
  }
  header.active h1 {
    position: relative;
  }
  header.active h1 a i {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/common/logo-mobile-gray.png");
  }
  header.active #gnb {
    display: flex;
    padding: 1.9rem var(--spacing-42) 1.1rem;
  }
  header.active #gnb > ul > li > a {
    color: var(--color-gray-7);
  }
  header.active .select-box {
    opacity: 1;
    pointer-events: visible;
  }
  header.active .select-box .select-list {
    padding-top: 0;
  }
  header.active .mobile-gnb-box .menu-btn span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  header.active .mobile-gnb-box .menu-btn span:nth-child(2) {
    opacity: 0;
  }
  header.active .mobile-gnb-box .menu-btn span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
}
@media (max-width: 768px) {
  header .guide {
    height: 4.27rem;
  }
  header .guide h1 {
    width: 4.2rem;
    padding-left: var(--spacing-16);
  }
  header .guide.wide {
    padding: 16px 0;
  }
  header .select-box .select-list {
    padding-top: 0;
  }
  header .mobile-gnb-box .menu-btn {
    padding-right: var(--spacing-16);
  }
  header.active #gnb {
    padding: 1.9rem var(--spacing-16) 1.1rem;
  }
}
/*
Animate.css - http://daneden.me/animate
Licensed under the ☺ license (http://licence.visualidiot.com/)

Copyright (c) 2012 Dan Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
  -webkit-backface-visibility: hidden;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.hinge {
  animation-duration: 2s;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.shake {
  animation-name: shake;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  animation-name: bounce;
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  animation-name: tada;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  animation-name: wobble;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

.animated.lightSpeedIn {
  animation-duration: 0.5s;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

.animated.lightSpeedOut {
  animation-duration: 0.25s;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.wiggle {
  animation-name: wiggle;
  animation-timing-function: ease-in;
}

.animated.wiggle {
  animation-duration: 0.75s;
}

/*!
 * fullPage 2.9.7
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled, .fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
  right: 17px;
}

#fp-nav.left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.bottom {
  bottom: 17px;
}

.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul, .fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li, .fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a, .fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}

.fp-auto-height.fp-section, .fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section, .fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
} 
body {
  margin: 0;
  font-family: Pretendard;
}

main {
  margin: 0;
  overflow-x: hidden;
}
main .main-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  background: transparent;
  overflow: hidden;
  color: var(--color-white);
}
main .main-wrap:first-child .fp-tableCell {
  vertical-align: top;
  position: relative;
}
main .main-wrap:first-child .fp-tableCell .guide {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 36%;
  left: 50%;
  z-index: 1;
  width: 95%;
  margin: 0 auto;
}
main .main-wrap:not(.video) .guide {
  box-sizing: border-box;
}
main .main-wrap .txt-box {
  position: relative;
  z-index: 10;
}
main .main-wrap .txt-box br {
  display: none;
}
main .main-wrap .content-box {
  position: relative;
  z-index: 9;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 110px;
}
main .main-wrap .content-box .box {
  box-sizing: border-box;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  width: 100%;
}
main .main-wrap .content-box .box.blue-box {
  background: rgba(33, 131, 255, 0.6);
}
main .main-wrap .content-box .box.green-box {
  background: rgba(0, 190, 125, 0.6);
}
main .main-wrap .content-box .box.first-box, main .main-wrap .content-box .box.last-box {
  transform: translateY(50px);
  opacity: 0;
}
main .main-wrap .content-box .box .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  padding: 4px 0;
  color: var(--color-white);
  font-size: var(--font-size-22);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.44px;
}
main .main-wrap .content-box .box .tit .link {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url("../images/main/ico-arrow-link.png");
  display: inline-block;
  width: 31px;
  height: 31px;
}
main .main-wrap .content-box .box .sub-tit {
  color: var(--color-white);
  font-size: var(--font-size-32);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.64px;
}
main .main-wrap .content-box .box .sub-txt {
  font-size: var(--font-size-18);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.36px;
  display: block;
  margin-top: 8px;
  line-height: var(--line-height-160);
}
main .main-wrap .content-box .box a {
  color: var(--color-white);
}
main .main-wrap .content-box .left.box {
  max-width: 560px;
  padding: 28px 40px 40px 32px;
  background: rgba(255, 255, 255, 0.4);
  transform: translateY(50px);
  opacity: 0;
}
main .main-wrap .content-box .left.box .sub-txt {
  max-width: 360px;
}
main .main-wrap .content-box .right {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
main .main-wrap .content-box .right .box {
  max-width: 416px;
  padding: 1.75rem 2rem;
}
main .main-wrap .content-box .right .box .sub-tit {
  font-size: var(--font-size-28);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.5px;
}
main .main-wrap .content-box .right .box .sub-txt {
  margin-top: 0.875rem;
}
main .main-wrap .img-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
main .main-wrap .img-box video, main .main-wrap .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .main-wrap h4 {
  font-size: var(--font-size-44);
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.5px;
  transform: translateY(50px);
  opacity: 0;
}
main .main-wrap h4 span {
  display: block;
  font-weight: 700;
  line-height: 140%;
}
main .video .txt-box {
  text-align: center;
}
main .video h5 {
  font-size: var(--font-size-54);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -1.08px;
}
main .video p {
  font-size: var(--font-size-24);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
}
main .video h5, main .video p {
  transform: translateY(50px);
  opacity: 0;
}
main .tree {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/main/bg-tree.png");
}
main .tree .content-box .left.box {
  background-size: 96px;
  background-repeat: no-repeat;
  background-position: bottom 37px right 32px;
  background-image: url("../images/main/img-camera.png");
}
main .road {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/main/bg-road.png");
}
main .road .content-box .left.box {
  padding: 26px 32px 32px;
}
main .road .content-box .right .first-box {
  background-size: 88px;
  background-repeat: no-repeat;
  background-position: bottom 32px right 32px;
  background-image: url("../images/main/img-history.png");
}
main .road .content-box .right .first-box .sub-txt {
  font-size: var(--font-size-24);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.48px;
}
main .road .road-slider {
  overflow: hidden;
}
main .road .road-slider dl {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
main .road .road-slider dl dt {
  width: 150px;
  flex: 0 0 auto;
  border-radius: 12px;
  overflow: hidden;
}
main .road .road-slider dl dt img {
  max-width: 100%;
}
main .road .road-slider dl dd p {
  font-size: var(--font-size-32);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.64px;
  margin-bottom: 8px;
}
main .road .road-slider dl dd span {
  font-size: var(--font-size-18);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.36px;
  line-height: var(--line-height-160);
}
main .road .road-pagination {
  text-align: center;
  margin-top: 40px;
}
main .road .road-pagination .swiper-pagination-bullet {
  background-color: var(--color-white);
}
main .sky {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/main/bg-sky.png");
}
main .sky .txt-box {
  text-align: center;
}
main .sky .sky-news-warp {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 48px;
  transform: translateY(80px);
  opacity: 0;
}
main .sky .sky-slider {
  width: 100%;
  overflow: hidden;
  padding: 80px 0 100px;
}
main .sky .btn-slide {
  display: flex;
  width: 96px;
  height: 96px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid rgba(235, 239, 245, 0.3);
  background: rgba(36, 39, 45, 0.3);
  backdrop-filter: blur(7.5px);
  flex: 0 0 96px;
  overflow: hidden;
}
main .sky .btn-slide img {
  position: relative;
  max-width: 18px;
}
main .sky .btn-slide.btn-prev img {
  left: -2px;
}
main .sky .btn-slide.btn-next img {
  left: 3px;
}
main .sky .news-box {
  perspective: 1000px;
  width: 100%;
  height: 495px;
}
main .sky .news-box .news-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
main .sky .news-box.is-active .news-inner {
  transform: rotateY(180deg);
}
main .sky .news-box .card-front,
main .sky .news-box .card-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border-radius: var(--radius-16);
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
}
main .sky .news-box .card-front {
  background: rgba(255, 255, 255, 0.1);
}
main .sky .news-box .card-back {
  background: var(--color-white);
  transform: rotateY(180deg);
  padding: var(--spacing-32);
  box-sizing: border-box;
}
main .sky .news-box .card-back b {
  color: var(--color-blue);
}
main .sky .news-box .card-back span {
  color: var(--color-gray-7);
  margin-bottom: 15px;
}
main .sky .news-box .card-back em {
  color: var(--color-gray-4);
  font-size: var(--font-size-18);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.36px;
  opacity: 0.8;
  word-break: break-all;
  max-height: 10.5em;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: var(--line-height-160);
}
main .sky .news-box .card-back u {
  color: var(--color-gray-4);
}
main .sky .news-box dl {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
main .sky .news-box dl dt {
  height: 220px;
  overflow: hidden;
  flex: 1 0 auto;
}
main .sky .news-box dl dt img {
  width: 100%;
  height: 100%;
}
main .sky .news-box dl dd {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: var(--spacing-32);
  box-sizing: border-box;
}
main .sky .news-box u {
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.32px;
  text-decoration: none;
  opacity: 0.6;
}
main .sky .news-box b {
  display: block;
  margin-bottom: 16px;
  color: var(--color-white);
  font-size: var(--font-size-18);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.36px;
}
main .sky .news-box span {
  font-size: var(--font-size-24);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  max-height: 4.35em;
}
@media (min-width: 1024px) {
  main .sky .news-box:hover {
    transform: translateY(-30px);
    cursor: pointer;
    transition: transform 0.5s;
    will-change: transition;
  }
  main .sky .news-box:hover dl dt img {
    transform: scale(1.1);
    transition: transform 0.5s;
    will-change: transition;
  }
}

/* 1024px */
@media (max-width: 1024px) {
  main .main-wrap:not(.video) .guide {
    padding: 5rem 0;
  }
  main .main-wrap .content-box {
    flex-direction: column;
    align-items: stretch;
  }
  main .main-wrap .content-box .box.first-box, main .main-wrap .content-box .box.last-box {
    transform: translateY(0);
    opacity: 1;
  }
  main .main-wrap .content-box .box .sub-tit br {
    display: none;
  }
  main .main-wrap .content-box .left.box {
    max-width: none;
    transform: translateY(0);
    opacity: 1;
    padding: var(--spacing-24) var(--spacing-24) var(--spacing-32) var(--spacing-24);
  }
  main .main-wrap .content-box .left.box .sub-txt {
    max-width: 78%;
  }
  main .main-wrap .content-box .right {
    margin-top: 1.5rem;
  }
  main .main-wrap .content-box .right .box {
    max-width: none;
    padding: var(--spacing-24) var(--spacing-24) var(--spacing-32) var(--spacing-24);
  }
  main .main-wrap h4 {
    transform: translateY(0);
    opacity: 1;
  }
  main .video h5, main .video p {
    transform: translateY(0);
    opacity: 1;
  }
  main .sky .sky-news-warp {
    transform: translateY(0);
    opacity: 1;
    gap: 35px;
  }
  main .sky .btn-slide {
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
  }
  main .sky .news-box {
    height: 410px;
  }
  main .sky .news-box .card-back {
    padding: var(--spacing-24);
  }
  main .sky .news-box dl dt {
    height: 270px;
  }
  main .sky .news-box dl dt img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  main .sky .news-box dl dd {
    padding: var(--spacing-24);
  }
  main .sky .news-box span {
    font-size: var(--font-size-20);
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.4px;
    -webkit-line-clamp: 2;
  }
  main .sky .news-box .card-back span {
    -webkit-line-clamp: 3;
  }
  main .sky .news-box .card-back em {
    -webkit-line-clamp: 5;
  }
  main .road .road-pagination {
    margin-top: 30px;
  }
}
/* 768 */
@media (max-width: 768px) {
  main .main-wrap .content-box .box {
    border-radius: var(--radius-16);
  }
  main .main-wrap .txt-box br {
    display: block;
  }
  main .main-wrap h4 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 18rem;
    font-size: var(--font-size-30);
    text-align: center;
    margin: 0 auto;
  }
  main .main-wrap h4 span {
    font-size: var(--font-size-44);
  }
  main .video p {
    margin-top: var(--spacing-16);
    line-height: var(--font-size-32);
  }
  main .tree .content-box .left.box {
    background-size: 70px;
  }
  main .road .road-slider dl {
    flex-direction: column;
  }
  main .road .road-slider dl dt {
    width: 100%;
    height: 250px;
  }
  main .road .road-slider dl dt img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  main .road .road-pagination {
    margin-top: 20px;
  }
  main .sky .guide {
    width: 100%;
    margin: 0 auto;
  }
  main .sky .guide .news-box {
    width: 100%;
    margin-left: var(--spacing-16);
    height: 380px;
  }
  main .sky .guide .news-box dl dt {
    height: 220px;
  }
  main .sky .guide .news-box b {
    margin-bottom: var(--spacing-12);
    font-size: var(--font-size-16);
  }
  main .sky .guide .btn-slide {
    display: none;
  }
}
/* 500 */
@media (max-width: 500px) {
  main .main-wrap h4 {
    font-size: var(--font-size-26);
  }
  main .main-wrap h4 span {
    font-size: var(--font-size-36);
  }
  main .main-wrap .content-box .box.left .sub-tit {
    max-width: calc(100% - 70px - 20px);
  }
  main .main-wrap .content-box .box.left .sub-txt {
    max-width: calc(100% - 70px - 20px);
  }
  main .main-wrap .content-box .right {
    margin-top: var(--spacing-16);
    gap: var(--spacing-16);
  }
  main .main-wrap .content-box .left .tit, main .main-wrap .content-box .right > .box .tit {
    font-size: var(--font-size-16);
    margin-bottom: var(--spacing-16);
  }
  main .main-wrap .content-box .left .tit .link, main .main-wrap .content-box .right > .box .tit .link {
    width: 24px;
    height: 24px;
  }
  main .main-wrap .content-box .left .sub-tit, main .main-wrap .content-box .right > .box .sub-tit {
    font-size: var(--font-size-18);
  }
  main .main-wrap .content-box .left .sub-txt, main .main-wrap .content-box .right > .box .sub-txt {
    color: var(--color-white);
    font-size: var(--font-size-14);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.5px;
    line-height: var(--line-height-160);
  }
  main .video h5 {
    font-size: var(--font-size-36);
  }
  main .video p {
    font-size: var(--font-size-18);
    margin-top: var(--spacing-8);
    line-height: 140%;
  }
  main .road .road-slider dl {
    gap: var(--spacing-16);
  }
  main .road .road-slider dl dt {
    height: 150px;
  }
  main .road .road-slider dl dd p {
    font-size: var(--font-size-18);
  }
  main .road .road-slider dl dd span {
    color: var(--color-white);
    font-size: var(--font-size-14);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.5px;
  }
  main .road .road-pagination {
    margin-top: 10px;
  }
  main .road .content-box .right .first-box {
    min-height: 164px;
    background-size: 68px;
  }
  main .road .content-box .right .first-box .sub-txt {
    color: var(--color-white);
    font-size: var(--font-size-18);
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.36px;
  }
  main .road .content-box .right .last-box .span {
    color: var(--color-white);
    font-size: var(--font-size-14);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.5px;
  }
  main .sky .news-box {
    height: 350px;
  }
  main .sky .news-box dl dt {
    height: 170px;
  }
  main .sky .news-box b {
    margin-bottom: 8px;
  }
}
/* 1440px */
@media (min-width: 1024px) {
  @keyframes width-bounce {
    0% {
      width: 31px;
    }
    50% {
      width: 38px;
    }
    100% {
      width: 31px;
    }
  }
  main .main-wrap .content-box .box a:hover .tit .link {
    animation: width-bounce 0.8s infinite ease-in-out;
  }
  main .main-wrap.fp-completely.video h5, main .main-wrap.is-active.video h5 {
    transition: transform 1s, opacity 1s;
    will-change: transform, opacity;
    transform: translateY(0);
    opacity: 1;
  }
  main .main-wrap.fp-completely.video p, main .main-wrap.is-active.video p {
    transition: transform 1s, opacity 1s;
    will-change: transform, opacity;
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.5s;
  }
  main .main-wrap.fp-completely.sky .sky-news-warp, main .main-wrap.is-active.sky .sky-news-warp {
    transition: transform 1s, opacity 1s;
    will-change: transform, opacity;
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.5s;
  }
  main .main-wrap.fp-completely h4, main .main-wrap.is-active h4 {
    transition: transform 1s, opacity 1s;
    will-change: transform, opacity;
    transform: translateY(0);
    opacity: 1;
  }
  main .main-wrap.fp-completely .content-box .left.box, main .main-wrap.is-active .content-box .left.box {
    transition: transform 1s, opacity 1s;
    will-change: transform, opacity;
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.5s;
  }
  main .main-wrap.fp-completely .content-box .box.first-box, main .main-wrap.is-active .content-box .box.first-box {
    transition: transform 1s, opacity 1s;
    will-change: transform, opacity;
    transform: translateY(0);
    opacity: 1;
    transition-delay: 1s;
  }
  main .main-wrap.fp-completely .content-box .box.last-box, main .main-wrap.is-active .content-box .box.last-box {
    transition: transform 1s, opacity 1s;
    will-change: transform, opacity;
    transform: translateY(0);
    opacity: 1;
    transition-delay: 1.5s;
  }
  main .main-wrap:not(.fp-completely, .is-active).video h5, main .main-wrap:not(.fp-completely, .is-active).video p {
    transition: none;
  }
  main .main-wrap:not(.fp-completely, .is-active).sky .sky-news-warp {
    transition: none;
  }
  main .main-wrap:not(.fp-completely, .is-active) h4 {
    transition: none;
  }
  main .main-wrap:not(.fp-completely, .is-active) .content-box .left.box {
    transition: none;
  }
  main .main-wrap:not(.fp-completely, .is-active) .content-box .box.first-box, main .main-wrap:not(.fp-completely, .is-active) .content-box .box.last-box {
    transition: none;
  }
}
.bread-crumb {
  display: flex;
  justify-content: flex-end;
  padding-top: var(--spacing-24);
}
.bread-crumb > ol {
  display: flex;
  align-items: center;
  gap: var(--spacing-20);
}
.bread-crumb > ol > li:first-child {
  position: relative;
  top: -12px;
}
.bread-crumb > ol > li:first-child img {
  width: 20px;
}
@media (max-width: 768px) {
  .bread-crumb {
    display: none;
  }
}
.bread-crumb.hide {
  transform: translateY(-100%);
}

#content {
  padding-top: 92px;
}
@media (max-width: 768px) {
  #content {
    padding-top: 72px;
  }
}

.sub .sub-tit {
  color: var(--color-gray-7);
  font-size: var(--font-size-42);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.84px;
  text-align: center;
  padding: var(--spacing-54) 0 var(--spacing-56);
}
@media (max-width: 1024px) {
  .sub .sub-tit {
    font-size: var(--font-size-32);
    padding: var(--spacing-42) 0 var(--spacing-42);
  }
}
@media (max-width: 500px) {
  .sub .sub-tit {
    font-size: var(--font-size-22);
    padding: var(--spacing-32) 0 var(--spacing-32);
  }
}
.sub .sub-tit-label {
  color: var(--color-blue);
  font-size: var(--font-size-24);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-align: center;
  display: block;
}
.sub .sub-tit-label + .sub-tit {
  padding-top: var(--spacing-32);
}

/* //--------------------- bg sticky */
.bg-sub .sticky-wrap {
  background-color: var(--color-white);
}
.bg-sub .bg-wrap {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100vh;
  left: 0;
}
.bg-sub .bg-wrap .bg-box {
  width: 100%;
  height: 100%;
}
.bg-sub .bg-wrap .bg-tit {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.bg-sub .bg-wrap .bg-tit p {
  color: var(--color-white);
  font-size: var(--font-size-20);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.4px;
  opacity: 0;
  line-height: var(--line-height-160);
}
.bg-sub .bg-wrap .bg-tit p br {
  display: none;
}
.bg-sub .dim {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  opacity: 0;
}
.bg-sub .sub-content {
  min-height: 80vh;
  background-color: var(--color-white);
  overflow: hidden;
}
@media (max-width: 500px) {
  .bg-sub .bg-wrap .bg-tit p {
    color: var(--color-white);
    font-size: var(--font-size-15);
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.3px;
  }
  .bg-sub .bg-wrap .bg-tit p br {
    display: block;
  }
}

/* bg sticky ---------------------// */
/* //--------------------- text sticky */
.txt-sub .txt-box {
  margin: var(--spacing-120) 0 var(--spacing-80);
  position: relative;
  z-index: 5;
}
.txt-sub .txt-box .txt-front {
  position: absolute;
  left: 0;
  right: 0;
  clip-path: inset(100% 0% 0% 0%);
  z-index: 5;
}
.txt-sub .txt-box .txt-front .sub-tit-label,
.txt-sub .txt-box .txt-front .sub-tit {
  color: var(--color-white);
}
.txt-sub .sub-tit-label + .sub-tit {
  color: var(--color-gray-7);
  font-size: var(--font-size-68);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 140px */
  letter-spacing: -1.36px;
}
@media (max-width: 768px) {
  .txt-sub .sub-tit-label {
    font-size: var(--font-size-24);
  }
  .txt-sub .sub-tit-label + .sub-tit {
    font-size: var(--font-size-44);
  }
}
@media (max-width: 500px) {
  .txt-sub .sub-tit-label {
    font-size: var(--font-size-15);
  }
  .txt-sub .sub-tit-label + .sub-tit {
    font-size: var(--font-size-28);
  }
}
.txt-sub .sticky-wrap {
  overflow: hidden;
  height: 100vh;
}
.txt-sub .bg-box {
  width: 900px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .txt-sub .bg-box {
    width: 75%;
  }
}

/* text sticky ---------------------// */
/* //--------------------- 찾아오시는길 */
.location .bg-box {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../images/sub/bg-visual-location.png");
}
.location .map-wrap {
  gap: var(--spacing-160);
  padding-bottom: var(--spacing-200);
}
@media (max-width: 1200px) {
  .location .map-wrap {
    gap: var(--spacing-120);
    padding-bottom: var(--spacing-160);
  }
}
@media (max-width: 1024px) {
  .location .map-wrap {
    gap: var(--spacing-80);
    padding-bottom: var(--spacing-120);
  }
}
@media (max-width: 768px) {
  .location .map-wrap {
    padding-bottom: var(--spacing-100);
  }
}
.location .map-info {
  padding: var(--spacing-120) 0;
}
.location .map-info dl {
  gap: var(--spacing-20);
  position: relative;
  width: 33.3%;
}
.location .map-info dl:nth-child(2)::after {
  content: "";
  width: 1px;
  height: 60%;
  background-color: var(--color-gray-2);
  position: absolute;
  left: -8%;
  top: 20%;
}
.location .map-info dl:nth-child(2)::before {
  content: "";
  width: 1px;
  height: 60%;
  background-color: var(--color-gray-2);
  position: absolute;
  right: -8%;
  top: 20%;
}
.location .map-info dl dt {
  order: 2;
  color: var(--color-gray-7);
  font-size: var(--font-size-18);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.36px;
}
.location .map-info dl dd {
  color: var(--color-gray-7);
  font-size: var(--font-size-32);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.64px;
}
@media (max-width: 1200px) {
  .location .map-info {
    padding: var(--spacing-80) 0;
  }
  .location .map-info dl {
    gap: var(--spacing-16);
  }
  .location .map-info dl dt {
    color: var(--color-gray-7);
    font-size: var(--font-size-18);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.36px;
  }
  .location .map-info dl dd {
    color: var(--color-gray-7);
    font-size: var(--font-size-32);
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.64px;
  }
}
@media (max-width: 1024px) {
  .location .map-info {
    flex-direction: column;
    gap: var(--spacing-32);
  }
  .location .map-info dl {
    gap: var(--spacing-8);
    width: auto;
  }
  .location .map-info dl:nth-child(2)::after, .location .map-info dl:nth-child(2)::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .location .map-info {
    gap: var(--spacing-40);
  }
  .location .map-info dl dd {
    color: var(--color-gray-7);
    font-size: var(--font-size-22);
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.44px;
  }
  .location .map-info dl dt {
    color: var(--color-gray-7);
    font-size: var(--font-size-15);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.3px;
  }
}
.location .map-box {
  display: flex;
  gap: 40px;
  flex-direction: column;
  gap: var(--spacing-40);
}
@media (max-width: 768px) {
  .location .map-box {
    gap: var(--spacing-24);
  }
}
.location .map-box .map {
  border: 1px solid var(--color-gray-2);
}
.location .map-box .map img {
  max-width: 100%;
}
.location .map-box .map-txt {
  justify-content: space-between;
}
.location .map-box .map-txt b {
  color: var(--color-gray-7);
  font-size: var(--font-size-26);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.5px;
}
.location .map-box .map-txt .btn-copy {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  height: 2rem;
}
.location .map-box .map-txt .btn-copy img {
  height: 100%;
}
.location .map-box .map-txt p {
  cursor: pointer;
  color: var(--color-gray-4);
  font-size: var(--font-size-20);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.4px;
  gap: var(--spacing-12);
}
@media (min-width: 1024px) {
  .location .map-box .map-txt p:hover, .location .map-box .map-txt p:focus-within {
    color: var(--color-gray-7);
  }
  .location .map-box .map-txt p:hover .btn-copy, .location .map-box .map-txt p:focus-within .btn-copy {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 1200px) {
  .location .map-box .map-txt b {
    color: var(--color-gray-7);
    font-size: var(--font-size-22);
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.44px;
  }
  .location .map-box .map-txt .btn-copy {
    display: none;
  }
  .location .map-box .map-txt p {
    color: var(--color-gray-4);
    font-size: var(--font-size-18);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.36px;
  }
}
@media (max-width: 768px) {
  .location .map-box .map-txt {
    gap: var(--spacing-12);
  }
  .location .map-box .map-txt b {
    color: var(--color-gray-7);
    font-size: var(--font-size-18);
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.36px;
  }
  .location .map-box .map-txt p {
    color: var(--color-gray-4);
    font-size: var(--font-size-15);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.3px;
  }
  .location .map-box .map-txt {
    flex-direction: column;
    align-items: flex-start;
  }
  .location .map-box .map-txt .btn-copy {
    display: none;
  }
}

/* 찾아오시는길 ---------------------// */
/* //--------------------- 글로벌 네트워크 */
.global .sub-content {
  overflow: hidden;
  padding-bottom: var(--spacing-120);
}
.global .bg-box {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../images/sub/bg-visual-global.png");
}
.global .global-map {
  position: relative;
  text-align: center;
  height: 800px;
  background-color: #F9F9F9;
}
.global .global-map > img {
  height: 100%;
}
.global .marker-info {
  position: absolute;
  padding: var(--spacing-24) var(--spacing-32);
  width: 206px;
  left: -230%;
  border-radius: 24px;
  background: var(--color-white-8);
  backdrop-filter: blur(4px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s;
  will-change: opacity;
  z-index: 5;
}
.global .marker-info span {
  color: var(--color-blue);
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.32px;
}
.global .marker-info p {
  color: var(--color-gray-7);
  font-size: var(--font-size-32);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.64px;
  margin-top: var(--spacing-4);
}
.global .marker-info ul {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-8);
  margin-top: var(--spacing-16);
}
.global .marker-info ul li {
  color: var(--color-gray-4);
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.32px;
}
.global .marker-box {
  position: absolute;
  cursor: pointer;
  width: 50px;
  height: 50px;
  text-align: left;
}
.global .marker-box .marker {
  position: relative;
}
.global .marker-box .marker .circle {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: rgba(33, 131, 255, 0.4);
  position: absolute;
  opacity: 0.1;
}
.global .marker-box.korea {
  top: 386px;
  left: 762px;
}
.global .marker-box.korea .marker-info {
  bottom: 95px;
}
.global .marker-box.japan {
  top: 382px;
  left: 820px;
}
.global .marker-box.japan .marker-info {
  top: 80px;
}
.global .marker-box.america {
  top: 294px;
  left: 1310px;
}
.global .marker-box.america .marker-info {
  top: 80px;
}
.global .marker-box.vietnam {
  top: 510px;
  left: 664px;
}
.global .marker-box.vietnam .marker-info {
  top: 80px;
}
.global .marker-box.myanmar {
  top: 475px;
  left: 515px;
}
.global .marker-box.myanmar .marker-info {
  bottom: 95px;
}
.global .marker-box.active .marker-info {
  opacity: 1;
  pointer-events: visible;
}
@keyframes width-scale {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
.global .marker-box.active .marker .circle {
  animation: width-scale 3s infinite ease-in-out;
}
.global .marker-box.active .marker .circle.mid {
  animation-delay: 1s;
}
.global .marker-box.active .marker .circle.inner {
  animation-delay: 2s;
}
.global .global-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  width: 100%;
  gap: var(--spacing-24);
  position: relative;
  margin-top: var(--spacing-100);
}
.global .global-list .global-box {
  border: 1px solid var(--color-gray-2);
  padding: var(--spacing-48);
  gap: var(--spacing-64);
  position: relative;
}
.global .global-list .global-tit span {
  display: inline-block;
  padding: var(--spacing-10) var(--spacing-20);
  border-radius: 10px;
  background: rgba(33, 131, 255, 0.06);
  color: var(--color-blue);
  font-size: var(--font-size-13);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.26px;
}
.global .global-list .global-tit b {
  display: block;
  color: var(--color-gray-7);
  font-size: var(--font-size-32);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.64px;
  margin-top: var(--spacing-24);
}
.global .global-list .global-tit p {
  color: var(--color-gray-7);
  font-size: var(--font-size-18);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.36px;
  margin-top: var(--spacing-12);
}
.global .global-list .global-detail {
  width: 100%;
}
.global .global-list .global-detail dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: var(--spacing-12) var(--spacing-30);
  width: calc(100% - 85px);
}
.global .global-list .global-detail dl dt {
  max-width: 6.25rem;
  color: var(--color-gray-5);
  font-size: var(--font-size-18);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.36px;
}
.global .global-list .global-detail dl dd {
  color: var(--color-gray-3);
  font-size: var(--font-size-18);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.36px;
  word-wrap: break-word;
  word-break: break-word;
}
.global .global-list .global-detail > a {
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  background: var(--color-gray-1);
  padding: var(--spacing-12);
  box-sizing: border-box;
  position: absolute;
  right: var(--spacing-48);
  bottom: var(--spacing-48);
  transition: background-color 0.5s;
  will-change: background-color;
}
.global .global-list .global-detail > a img {
  max-width: 100%;
}
@media (min-width: 1440px) {
  .global .global-list .global-detail > a:hover {
    background: var(--color-gray-5);
  }
  .global .global-list .global-detail > a:hover img {
    filter: brightness(0) saturate(100%) invert(100%);
  }
}
@media (max-width: 1440px) {
  .global .global-map img {
    transform: translateX(-310px);
  }
  .global .marker-box.korea {
    left: 452px;
  }
  .global .marker-box.japan {
    left: 511px;
  }
  .global .marker-box.america {
    left: 1000px;
  }
  .global .marker-box.vietnam {
    left: 354px;
  }
  .global .marker-box.myanmar {
    left: 204px;
  }
}
@media (max-width: 1200px) {
  .global .global-map img {
    transform: translateX(-390px);
  }
  .global .marker-info {
    padding: var(--spacing-16) var(--spacing-20);
  }
  .global .marker-info span {
    font-size: var(--font-size-14);
  }
  .global .marker-info p {
    font-size: var(--font-size-26);
  }
  .global .marker-info ul {
    gap: var(--spacing-6);
    margin-top: var(--spacing-8);
  }
  .global .marker-info ul li {
    font-size: var(--font-size-14);
  }
  .global .marker-box.korea {
    left: 372px;
  }
  .global .marker-box.japan {
    left: 431px;
  }
  .global .marker-box.america {
    left: 919px;
  }
  .global .marker-box.vietnam {
    left: 275px;
  }
  .global .marker-box.myanmar {
    left: 126px;
  }
  .global .global-list .global-box {
    padding: var(--spacing-40);
    gap: var(--spacing-54);
  }
  .global .global-list .global-tit b {
    font-size: var(--font-size-26);
    margin-top: var(--spacing-20);
  }
  .global .global-list .global-tit span {
    font-size: var(--font-size-14);
  }
  .global .global-list .global-tit p {
    font-size: var(--font-size-18);
    margin-top: var(--spacing-10);
  }
  .global .global-list .global-detail > a {
    width: 55px;
    height: 55px;
    border-radius: 55px;
    right: var(--spacing-40);
    bottom: var(--spacing-40);
  }
}
@media (max-width: 1024px) {
  .global .global-map {
    height: 650px;
  }
  .global .global-map img {
    transform: translateX(-370px);
  }
  .global .marker-info {
    left: -200%;
  }
  .global .marker-box.korea {
    left: 246px;
    top: 311px;
  }
  .global .marker-box.korea .marker-info {
    bottom: 75px;
  }
  .global .marker-box.japan {
    left: 293px;
    top: 308px;
  }
  .global .marker-box.japan .marker-info {
    top: 60px;
  }
  .global .marker-box.america {
    left: 689px;
    top: 238px;
  }
  .global .marker-box.america .marker-info {
    left: -350%;
    top: 60px;
  }
  .global .marker-box.vietnam {
    left: 166px;
    top: 411px;
  }
  .global .marker-box.vietnam .marker-info {
    top: 60px;
  }
  .global .marker-box.myanmar {
    left: 44px;
    top: 382px;
  }
  .global .marker-box.myanmar .marker-info {
    left: -65%;
    bottom: 75px;
  }
  @keyframes width-scale {
    0% {
      transform: scale(0.6);
      opacity: 0;
    }
    50% {
      opacity: 0.7;
    }
    100% {
      transform: scale(1.8);
      opacity: 0;
    }
  }
  .global .marker-box.active .marker .circle {
    animation: width-scale 3s infinite ease-in-out;
  }
  .global .global-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .global .global-map {
    height: 400px;
  }
  .global .global-map img {
    transform: translateX(-220px);
  }
  .global .marker-info {
    width: 185px;
  }
  .global .marker-info span {
    font-size: var(--font-size-12);
  }
  .global .marker-info p {
    font-size: var(--font-size-18);
  }
  .global .marker-info ul {
    gap: var(--spacing-4);
    margin-top: var(--spacing-4);
  }
  .global .marker-info ul li {
    font-size: var(--font-size-12);
  }
  .global .marker-box {
    width: 40px;
    height: 40px;
  }
  .global .marker-box .marker .circle {
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }
  .global .marker-box.korea {
    left: 155px;
    top: 190px;
  }
  .global .marker-box.korea .marker-info {
    bottom: 55px;
  }
  .global .marker-box.japan {
    left: 185px;
    top: 187px;
  }
  .global .marker-box.japan .marker-info {
    top: 40px;
  }
  .global .marker-box.america {
    left: 429px;
    top: 144px;
  }
  .global .marker-box.america .marker-info {
    top: 45px;
    left: -420%;
  }
  .global .marker-box.vietnam {
    left: 107px;
    top: 250px;
  }
  .global .marker-box.vietnam .marker-info {
    top: 40px;
  }
  .global .marker-box.myanmar {
    left: 32px;
    top: 233px;
  }
  .global .marker-box.myanmar .marker-info {
    bottom: 55px;
  }
  .global .global-list {
    margin-top: var(--spacing-54);
  }
  .global .global-list .global-box {
    padding: var(--spacing-32);
    gap: var(--spacing-40);
  }
  .global .global-list .global-tit span {
    padding: var(--spacing-8) var(--spacing-16);
  }
  .global .global-list .global-tit b {
    font-size: var(--font-size-20);
    margin-top: var(--spacing-16);
  }
  .global .global-list .global-tit p {
    font-size: var(--font-size-13);
    margin-top: var(--spacing-12);
  }
  .global .global-list .global-detail {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-32);
    align-items: flex-end;
  }
  .global .global-list .global-detail dl {
    width: 100%;
  }
  .global .global-list .global-detail dl dt {
    font-size: var(--font-size-13);
  }
  .global .global-list .global-detail dl dd {
    font-size: var(--font-size-13);
  }
  .global .global-list .global-detail > a {
    position: static;
    flex: 1;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    right: var(--spacing-32);
    bottom: var(--spacing-32);
  }
}
@media (max-width: 500px) {
  .global .global-list {
    margin-top: var(--spacing-40);
    gap: var(--spacing-16);
  }
  .global .global-list .global-box {
    padding: var(--spacing-24);
    gap: var(--spacing-32);
  }
  .global .global-map {
    height: 340px;
  }
  .global .global-map img {
    transform: translateX(-200px);
  }
  .global .marker-box.korea {
    left: 117px;
    top: 159px;
  }
  .global .marker-box.japan {
    left: 142px;
    top: 156px;
  }
  .global .marker-box.japan .marker-info {
    left: 0;
  }
  .global .marker-box.america {
    left: 350px;
    top: 119px;
  }
  .global .marker-box.vietnam {
    left: 76px;
    top: 210px;
  }
  .global .marker-box.vietnam .marker-info {
    left: 110%;
    top: 0;
  }
  .global .marker-box.myanmar {
    left: 12px;
    top: 194px;
  }
  .global .marker-box.myanmar .marker-info {
    left: -20%;
    bottom: 50px;
  }
}
@media (max-width: 380px) {
  .global .global-map {
    height: 320px;
  }
  .global .global-map img {
    transform: translateX(-200px);
  }
  .global .marker-box.korea {
    left: 98px;
    top: 149px;
  }
  .global .marker-box.korea .marker-info {
    bottom: 50px;
  }
  .global .marker-box.japan {
    left: 122px;
    top: 146px;
  }
  .global .marker-box.america {
    left: 316px;
    top: 112px;
  }
  .global .marker-box.america .marker-info {
    top: 40px;
  }
  .global .marker-box.vietnam {
    left: 59px;
    top: 198px;
  }
  .global .marker-box.myanmar {
    left: 0;
    top: 184px;
  }
}

/* 글로벌 네트워크 ---------------------// */
/* //--------------------- 브라이센코리아 소개 */
.info {
  position: relative;
}
.info .visual {
  height: 100vh;
  overflow: hidden;
}
.info .visual h2 {
  color: var(--color-gray-7);
  font-size: var(--font-size-100);
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 140px */
  letter-spacing: -2px;
  text-align: center;
  line-height: 110%;
  padding: var(--spacing-160) 0 var(--spacing-180);
}
.info .visual .visual-box {
  height: 100%;
}
.info .visual .visual-bg {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../images/sub/img-about.png");
  width: 80%;
  height: 80%;
  margin: 0 auto;
  border-radius: var(--radius-24);
}
.info .visual .visual-txt-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.info .visual .visual-txt-wrap .visual-txt-box {
  width: 100%;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info .visual .visual-txt-wrap .visual-txt-box .visual-txt {
  gap: 30px;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.info .visual .visual-txt-wrap .visual-txt-box span {
  color: var(--color-white);
  font-size: var(--font-size-80);
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 140px */
  letter-spacing: -1.6px;
}
.info .visual .visual-txt-wrap .visual-txt-box span.visual-txt-line {
  width: 100%;
  min-width: 24px;
  flex: 1;
  height: 1px;
  background-color: var(--color-white);
  position: relative;
  z-index: 0;
}
.info .visual .visual-txt-wrap p {
  color: var(--color-white);
  font-size: var(--font-size-20);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.4px;
  opacity: 0;
  transform: translateY(2rem);
}
.info .round {
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  gap: var(--spacing-110);
}
.info .round h5 {
  text-align: center;
  color: var(--color-gray-7);
  font-size: var(--font-size-40);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.8px;
}
.info .round .round-box {
  display: flex;
  align-items: center;
}
.info .round .round-box ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  width: 100%;
  max-width: 1570px;
  position: relative;
  flex-shrink: 0;
}
.info .round .round-box ul li {
  position: relative;
}
.info .round .round-box ul li svg {
  position: relative;
}
.info .round .round-box ul li p {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: var(--spacing-24);
}
.info .round .round-box ul li p b {
  color: var(--color-gray-7);
  font-size: var(--font-size-32);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.64px;
}
.info .round .round-box ul li p span {
  color: var(--color-gray-7);
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
  line-height: var(--line-height-160);
}
.info .round .round-box ul li:first-child p {
  padding-left: 5%;
}
.info .round .round-box ul li:nth-child(2) svg {
  left: -3%;
}
.info .round .round-box ul li:nth-child(3) svg {
  right: 6%;
}
.info .round .round-box ul li:last-child p {
  margin-left: -5%;
}
.info .round .round-box ul li:last-child svg {
  position: absolute;
  right: 0;
}
.info .round .round-box .elem {
  fill: none;
  stroke: #000;
  stroke-width: 1;
  stroke-dasharray: 314;
  stroke-dashoffset: 314;
  shape-rendering: geometricPrecision;
}
.info .round .round-box .round-line {
  position: relative;
  width: 100%;
}
.info .round .round-box .round-line .line-fill {
  width: 0%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
}
.info .mask-pin {
  position: relative;
}
.info .mask-text {
  height: 100vh;
}
.info .mask-text .text-wrap {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.info .mask-text .text-wrap .text-inner {
  position: relative;
  text-align: center;
}
.info .mask-text .text-wrap .text {
  color: var(--color-gray-7);
  font-size: var(--font-size-48);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.96px;
}
.info .mask-text .text-wrap .line {
  display: block;
  will-change: clip-path;
}
.info .mask-text .text-wrap .base {
  color: var(--color-gray-2);
}
.info .mask-text .text-wrap .fill {
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
}
.info .mask-text .text-wrap .fill .line {
  clip-path: inset(0 100% 0 0);
}
.info .cross-box {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  z-index: 10;
  top: 0;
}
.info .cross-box .cross-content {
  width: 50%;
  position: absolute;
  display: grid;
  height: 100vh;
  grid-template-rows: repeat(3, 100%);
}
.info .cross-box .cross-content .col {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #fff;
}
.info .cross-box .cross-content .col img {
  max-width: 100%;
}
.info .cross-box .cross-content .crossing-img {
  display: block;
  width: 100%;
  height: 100%;
}
.info .cross-box .cross-content .crossing-img.img01 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sub/img-about-crossing01.png");
}
.info .cross-box .cross-content .crossing-img.img02 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sub/img-about-crossing02.png");
}
.info .cross-box .cross-content .crossing-img.img03 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sub/img-about-crossing03.png");
}
.info .cross-box .cross-content.left {
  left: 0;
  transform: translate(0px, -300%);
}
.info .cross-box .cross-content.right {
  right: 0;
  transform: translate(0px, 100%);
}
.info .cross-box .cross-content .cross-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: var(--spacing-160);
  box-sizing: border-box;
}
.info .cross-box .cross-content .cross-txt h5 {
  color: var(--color-gray-7);
  font-size: var(--font-size-48);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.96px;
  margin-top: var(--spacing-32);
}
.info .cross-box .cross-content .cross-txt .flex-col {
  gap: var(--spacing-32);
  margin-top: var(--spacing-70);
}
.info .cross-box .cross-content .cross-txt .flex-col p {
  color: var(--color-gray-7);
  font-size: var(--font-size-20);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.4px;
  line-height: var(--line-height-160);
}
.info .cross-box .cross-content .cross-txt .cross-label {
  color: var(--color-gray-7);
  font-size: var(--font-size-18);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.36px;
  color: var(--color-blue);
  transition: color 0.5s;
  will-change: color;
  position: relative;
}
.info .cross-box .cross-content .cross-txt .cross-label:after {
  content: "";
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sub/ico-link.png");
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  transform: translateX(6px);
  transition: background-image 0.5s;
  will-change: background-image;
}
@media (min-width: 1024px) {
  .info .cross-box .cross-content .cross-txt .cross-label {
    color: var(--color-gray-7);
  }
  .info .cross-box .cross-content .cross-txt .cross-label:after {
    background-image: url(../images/sub/ico-link-defult.png);
  }
  .info .cross-box .cross-content .cross-txt .cross-label:hover {
    color: var(--color-blue);
  }
  .info .cross-box .cross-content .cross-txt .cross-label:hover:after {
    background-image: url(../images/sub/ico-link.png);
  }
}
.info .numbers-box h5 {
  color: var(--color-gray-7);
  font-size: var(--font-size-48);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.96px;
}
.info .numbers-box h5 br {
  display: none;
}
.info .numbers-box .txt-back,
.info .numbers-box .txt-front {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
.info .numbers-box .txt-back {
  background-color: var(--color-white);
}
.info .numbers-box .txt-front {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  color: var(--color-white);
  clip-path: inset(0% 100% 0% 0%);
  z-index: 5;
}
.info .numbers-box .front-wrap {
  background-color: var(--color-blue-2);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info .numbers-box .front-wrap .guide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 10px;
}
.info .numbers-box .front-wrap h3 {
  color: var(--color-white);
  font-size: var(--font-size-60);
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 140px */
  letter-spacing: -1.2px;
  opacity: 0;
  grid-column: 1;
  grid-row: 1;
}
.info .numbers-box .front-wrap span {
  color: var(--color-white);
  font-size: var(--font-size-22);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.44px;
  grid-column: 1;
  grid-row: 2;
}
.info .numbers-box .count-wrap {
  grid-column: 2;
  grid-row: 1/span 2;
  height: 100%;
  height: 70vh;
}
.info .numbers-box .count-wrap .count-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--spacing-16);
  height: 100%;
  width: 100%;
  align-items: flex-end;
}
.info .numbers-box .count-wrap .count-box dl {
  background-color: var(--color-white);
  padding: 0 var(--spacing-48);
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  width: 600px;
  height: 100%;
  opacity: 0;
  clip-path: inset(0% 100% 0% 0%);
  transition: opacity 0.5s, clip-path 0.5s;
  will-change: opacity, clip-path;
}
.info .numbers-box .count-wrap .count-box dl.active {
  opacity: 1;
  clip-path: inset(0% 0% 0% 0%);
}
.info .numbers-box .count-wrap .count-box dl.active:nth-child(2) {
  transition-delay: 0.5s;
}
.info .numbers-box .count-wrap .count-box dl.active:last-child {
  transition-delay: 1s;
}
.info .numbers-box .count-wrap .count-box dl dt {
  color: var(--color-blue-3);
  font-size: var(--font-size-70);
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 140px */
  letter-spacing: -1.4px;
}
.info .numbers-box .count-wrap .count-box dl dt .counter {
  color: var(--color-blue-3);
  font-size: var(--font-size-96);
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 140px */
  letter-spacing: -1.92px;
}
.info .numbers-box .count-wrap .count-box dl dt label {
  transform: translateY(-0.5rem);
}
.info .numbers-box .count-wrap .count-box dl dd {
  color: var(--color-blue-3);
  font-size: var(--font-size-20);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.4px;
  text-align: right;
}
.info .numbers-box .count-caption {
  display: flex;
  align-items: flex-end;
  opacity: 0;
}
@media (max-width: 1440px) {
  .info .visual .visual-txt-wrap .visual-txt-box {
    width: 95%;
  }
  .info .round .round-box ul {
    width: 90%;
  }
  .info .round .round-box ul li svg {
    width: 110%;
  }
  .info .round .round-box ul li p span {
    width: 80%;
  }
  .info .round .round-box ul li:nth-child(3) span br:last-child {
    display: none;
  }
  .info .round .round-box ul li:nth-child(4) span br:first-child {
    display: none;
  }
  .info .cross-box .cross-content .cross-txt {
    padding-left: var(--spacing-100);
    width: 95%;
  }
  .info .cross-box .cross-content .cross-txt .cross-label {
    font-size: var(--font-size-16);
  }
  .info .cross-box .cross-content .cross-txt .cross-label:after {
    width: 20px;
    height: 20px;
  }
  .info .cross-box .cross-content .cross-txt h5 {
    font-size: var(--font-size-36);
    margin-top: var(--spacing-24);
  }
  .info .cross-box .cross-content .cross-txt .flex-col {
    gap: var(--spacing-24);
    margin-top: var(--spacing-56);
  }
  .info .cross-box .cross-content.left .col:nth-child(2) .cross-txt {
    padding-left: var(--spacing-64);
  }
  .info .numbers-box .count-wrap .count-box dl {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .info .cross-box .cross-content .cross-txt .flex-col p br {
    display: none;
  }
  .info .numbers-box .front-wrap h3 {
    font-size: var(--font-size-54);
  }
  .info .numbers-box .count-wrap .count-box dl {
    width: 80%;
  }
  .info .numbers-box .count-wrap .count-box dl dt .counter {
    font-size: var(--font-size-80);
  }
}
@media (max-width: 1024px) {
  .info .visual h2 {
    color: var(--color-gray-7);
    font-size: var(--font-size-60);
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 140px */
    letter-spacing: -1.2px;
  }
  .info .visual .visual-txt-wrap .visual-txt-box span {
    font-size: var(--font-size-64);
  }
  .info .round {
    gap: var(--spacing-60);
    height: 120vh;
  }
  .info .round h5 {
    font-size: var(--font-size-32);
  }
  .info .round .round-box ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 600px;
  }
  .info .round .round-box ul li svg {
    height: auto;
    left: -5%;
  }
  .info .round .round-box ul li p {
    justify-content: flex-start;
    padding-top: 28%;
    box-sizing: border-box;
  }
  .info .round .round-box ul li p b {
    font-size: var(--font-size-28);
  }
  .info .round .round-box ul li p span {
    width: 80%;
  }
  .info .round .round-box ul li:first-child {
    top: 1%;
  }
  .info .round .round-box ul li:first-child p {
    padding-left: 0;
  }
  .info .round .round-box ul li:nth-child(2) {
    top: 1%;
  }
  .info .round .round-box ul li:nth-child(2) svg {
    left: -5%;
  }
  .info .round .round-box ul li:nth-child(3) svg {
    right: 0;
  }
  .info .round .round-box ul li:last-child p {
    margin-left: 0;
  }
  .info .round .round-box ul li:last-child svg {
    right: 0;
  }
  .info .mask-text .text-wrap .text {
    font-size: var(--font-size-32);
  }
  .info .cross-box .cross-content .cross-txt {
    padding-left: var(--spacing-32);
  }
  .info .cross-box .cross-content .cross-txt h5 {
    font-size: var(--font-size-28);
    margin-top: var(--spacing-20);
  }
  .info .cross-box .cross-content .cross-txt .flex-col {
    margin-top: var(--spacing-40);
  }
  .info .cross-box .cross-content .cross-txt .flex-col p {
    font-size: var(--font-size-18);
  }
  .info .cross-box .cross-content.left .col:nth-child(2) .cross-txt {
    padding-left: var(--spacing-42);
  }
  .info .numbers-box h5 {
    text-align: center;
    font-size: var(--font-size-32);
  }
  .info .numbers-box h5 br {
    display: block;
  }
  .info .numbers-box .front-wrap .guide {
    grid-template-columns: 1fr;
    gap: var(--spacing-16);
    width: 90%;
  }
  .info .numbers-box .front-wrap h3 {
    grid-column: 1;
    grid-row: auto;
    font-size: var(--font-size-32);
    padding-left: var(--spacing-18);
    box-sizing: border-box;
  }
  .info .numbers-box .count-wrap {
    grid-column: 1;
    grid-row: 3;
    height: 60vh;
    margin-top: 5%;
  }
  .info .numbers-box .count-wrap .count-box {
    align-items: stretch;
  }
  .info .numbers-box .count-wrap .count-box dl {
    width: 100%;
    box-sizing: border-box;
  }
  .info .numbers-box .count-wrap .count-box dl dt .counter {
    font-size: var(--font-size-68);
  }
  .info .numbers-box .count-wrap .count-box dl dd {
    font-size: var(--font-size-18);
  }
  .info .numbers-box .count-caption span {
    grid-column: 1;
    grid-row: 2;
    font-size: var(--font-size-15);
    padding-left: var(--spacing-18);
    box-sizing: border-box;
    line-height: var(--line-height-160);
  }
}
@media (max-width: 768px) {
  .info .visual .visual-bg {
    width: 80%;
  }
  .info .visual .visual-txt-wrap {
    /* IOS깨질경우 justify-content: space-between; 로 변경필요 */
    justify-content: space-evenly;
  }
  .info .visual .visual-txt-wrap p {
    width: 290px;
    text-align: center;
    font-size: var(--font-size-18);
  }
  .info .visual .visual-txt-wrap .visual-txt-box .visual-txt {
    flex-direction: column;
    height: 70vh;
    gap: 15px;
  }
  .info .visual .visual-txt-wrap .visual-txt-box span {
    font-size: var(--font-size-48);
  }
  .info .visual .visual-txt-wrap .visual-txt-box span.visual-txt-line {
    width: 1px;
    min-width: 1px;
    height: 1px;
    min-height: 40px;
  }
  .info .round {
    height: 100vh;
  }
  .info .round h5 {
    font-size: var(--font-size-28);
  }
  .info .round .round-box ul {
    width: 600px;
  }
  .info .round .round-box ul li p b {
    font-size: var(--font-size-24);
  }
  .info .round .round-box ul li:first-child, .info .round .round-box ul li:nth-child(2) {
    top: 1.5%;
  }
  .info .mask-text .text-wrap .text {
    font-size: var(--font-size-32);
  }
  .info .cross-box .cross-content {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
    transform: translate(0, 100%);
    padding-top: 70px;
    box-sizing: border-box;
  }
  .info .cross-box .cross-content .col {
    height: calc(100vh - 70px);
    display: flex;
    flex-direction: column;
    background: transparent;
  }
  .info .cross-box .cross-content .col.col-first {
    height: calc(50vh - 35px);
  }
  .info .cross-box .cross-content .col.col-fourth .cross-txt {
    height: calc(50vh - 35px);
  }
  .info .cross-box .cross-content .col .cross-txt {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    width: 100%;
    padding: 0 var(--spacing-32);
  }
  .info .numbers-box h5 {
    font-size: var(--font-size-32);
  }
}
@media (max-width: 650px) {
  .info .round .round-box ul {
    width: 450px;
  }
  .info .round .round-box ul li p {
    padding-top: 22%;
  }
  .info .round .round-box ul li p b {
    font-size: var(--font-size-20);
  }
  .info .round .round-box ul li p span {
    width: 90%;
    font-size: var(--font-size-16);
  }
}
@media (max-width: 500px) {
  .info .visual h2 {
    font-size: var(--font-size-40);
  }
  .info .visual .visual-txt-wrap p {
    font-size: var(--font-size-15);
    width: 200px;
  }
  .info .visual .visual-txt-wrap .visual-txt-box span {
    font-size: var(--font-size-32);
  }
  .info .round h5 {
    font-size: var(--font-size-20);
  }
  .info .round .round-box ul {
    width: 360px;
  }
  .info .round .round-box ul li svg {
    width: 100%;
  }
  .info .round .round-box ul li p {
    gap: var(--spacing-14);
  }
  .info .round .round-box ul li p span {
    width: 75%;
    font-size: var(--font-size-12);
  }
  .info .round .round-box ul li p b {
    font-size: var(--font-size-18);
  }
  .info .round .round-box ul li:first-child {
    left: 5%;
  }
  .info .round .round-box ul li:first-child svg {
    top: 1%;
    left: 0;
  }
  .info .round .round-box ul li:nth-child(2) {
    right: 5%;
  }
  .info .round .round-box ul li:nth-child(2) svg {
    top: 1%;
    left: 0;
  }
  .info .round .round-box ul li:nth-child(3) {
    left: 5%;
  }
  .info .round .round-box ul li:nth-child(3) svg {
    left: 0;
  }
  .info .round .round-box ul li:nth-child(3) p {
    padding-top: 17%;
  }
  .info .round .round-box ul li:last-child {
    right: 5%;
  }
  .info .round .round-box ul li:last-child svg {
    left: 0;
  }
  .info .round .round-box ul li:last-child p {
    padding-top: 17%;
  }
  .info .mask-text .text-wrap .text {
    font-size: var(--font-size-24);
  }
  .info .cross-box .cross-content {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .info .cross-box .cross-content.left {
    width: 100%;
  }
  .info .cross-box .cross-content.right {
    display: none;
  }
  .info .cross-box .cross-content .cross-txt .cross-label {
    font-size: var(--font-size-15);
  }
  .info .cross-box .cross-content .cross-txt h5 {
    font-size: var(--font-size-24);
  }
  .info .cross-box .cross-content .cross-txt .flex-col {
    margin-top: var(--spacing-40);
    gap: var(--spacing-16);
  }
  .info .cross-box .cross-content .cross-txt .flex-col p {
    font-size: var(--font-size-15);
  }
  .info .numbers-box .txt-back,
  .info .numbers-box .txt-front {
    font-size: var(--font-size-24);
  }
  .info .numbers-box .count-wrap {
    height: 50vh;
  }
  .info .numbers-box .count-wrap .count-box {
    padding: 0 0 var(--spacing-32);
  }
  .info .numbers-box .count-wrap .count-box dl dd {
    font-size: var(--font-size-15);
  }
}

/* 브라이센코리아 소개 ---------------------// */
/* //--------------------- 연혁 */
.history .bg-box {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../images/sub/bg-visual-history.png");
  width: 80%;
  height: 80vh;
  margin: 0 auto;
  border-radius: var(--radius-24);
}
.history .typing-txt {
  padding: var(--spacing-160) 0;
}
.history .typing-txt h4, .history .typing-txt .typing-txt-sub {
  flex: 1;
}
.history .typing-txt h4 {
  position: relative;
  top: 5%;
  color: var(--color-gray-7);
  font-size: var(--font-size-54);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.08px;
  height: 11rem;
}
.history .typing-txt h4::after {
  content: "|";
  animation: blink 0.7s infinite;
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}
.history .typing-txt .typing-txt-sub {
  color: var(--color-gray-3);
  font-size: var(--font-size-20);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.4px;
  gap: 2rem;
  opacity: 0;
  transform: translateY(-10px);
}
@media (max-width: 1200px) {
  .history .typing-txt {
    padding: var(--spacing-80) 0 6rem;
  }
  .history .typing-txt h4 {
    font-size: var(--font-size-36);
  }
  .history .typing-txt .typing-txt-sub {
    font-size: var(--font-size-18);
    gap: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .history .typing-txt {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-60);
  }
  .history .typing-txt h4 {
    font-size: var(--font-size-36);
  }
  .history .typing-txt .typing-txt-sub {
    font-size: var(--font-size-18);
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .history .typing-txt {
    padding: var(--spacing-80) 0 0;
    gap: var(--spacing-40);
  }
  .history .typing-txt h4 {
    font-size: var(--font-size-36);
  }
  .history .typing-txt .typing-txt-sub {
    font-size: var(--font-size-18);
  }
}
.history .history-wrap {
  height: 100vh;
  overflow: hidden;
}
.history .history-wrap .history-content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: background-image;
  transition: background-image 1.2s;
}
.history .history-wrap .history-box {
  height: 100%;
  display: flex;
}
.history .history-wrap .history-box.guide {
  width: 90%;
  margin: 0 auto;
}
.history .history-wrap .history-box .left,
.history .history-wrap .history-box .right {
  flex: 1;
}
.history .history-wrap .history-box .left {
  position: relative;
  top: 15%;
}
.history .history-wrap .history-box .left .label {
  color: var(--color-white);
  font-size: var(--font-size-20);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.4px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  padding: var(--spacing-6) var(--spacing-18);
}
@media (max-width: 1200px) {
  .history .history-wrap .history-box .left .label {
    color: var(--color-white);
    font-size: var(--font-size-16);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.32px;
  }
}
.history .history-wrap .history-box .left .history-number {
  display: block;
  color: var(--color-white);
  font-size: var(--font-size-140);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 196px */
  letter-spacing: -2.8px;
  line-height: normal;
  margin: 0 0 3rem;
}
.history .history-wrap .history-box .left .history-number #year {
  display: flex;
}
.history .history-wrap .history-box .left .history-number #year > div {
  position: relative;
  width: 0.65em;
  height: 1em;
  overflow: hidden;
}
.history .history-wrap .history-box .left .history-number #year .num {
  position: relative;
}
.history .history-wrap .history-box .left .history-number #year .num span {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
}
.history .history-wrap .history-box .left .history-number #year .old {
  top: 0;
}
.history .history-wrap .history-box .left .history-number #year .new {
  top: 100%;
}
.history .history-wrap .history-box .left p {
  color: var(--color-white);
  font-size: var(--font-size-30);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.6px;
  opacity: 0.6;
}
.history .history-wrap .history-box .right .history-list {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-180);
}
.history .history-wrap .history-box .right ul {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-56);
  padding-top: var(--spacing-180);
  position: relative;
  box-sizing: border-box;
}
.history .history-wrap .history-box .right ul:after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
}
.history .history-wrap .history-box .right ul:first-child:after {
  display: none;
}
.history .history-wrap .history-box .right li {
  color: var(--color-white);
  font-size: var(--font-size-20);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.4px;
  word-wrap: break-word;
  word-break: keep-all;
}
.history .history-wrap .box01 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../images/sub/bg-history-01.png");
}
.history .history-wrap .box02 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../images/sub/bg-history-02.png");
}
.history .history-wrap .box03 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../images/sub/bg-history-03.png");
}
@media (max-width: 768px) {
  .history .bg-box {
    background-position: 43% top;
  }
  .history .history-wrap .history-content {
    clip-path: inset(15% 10% 20% round 20px);
  }
  .history .history-wrap .history-box {
    flex-direction: column;
  }
  .history .history-wrap .history-box .left, .history .history-wrap .history-box .right {
    opacity: 0;
  }
  .history .history-wrap .history-box .left {
    top: initial;
  }
  .history .history-wrap .history-box .left .history-number {
    font-size: var(--font-size-96);
  }
  .history .history-wrap .history-box .left p {
    font-size: var(--font-size-24);
  }
  .history .history-wrap .history-box .left .mo-line {
    width: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    left: 0;
    right: 0;
    position: relative;
    display: block;
    top: 3rem;
  }
  .history .history-wrap .history-box .right {
    overflow: hidden;
  }
  .history .history-wrap .history-box .right ul {
    gap: var(--spacing-40);
  }
  .history .history-wrap .history-box .right .history-list {
    gap: var(--spacing-120);
  }
  .history .history-wrap .box01,
  .history .history-wrap .box02,
  .history .history-wrap .box03 {
    background-position: 30% top;
  }
}
@media (max-width: 500px) {
  .history .typing-txt h4 {
    font-size: var(--font-size-26);
  }
  .history .typing-txt h4 br {
    display: block;
  }
  .history .typing-txt .typing-txt-sub {
    font-size: var(--font-size-15);
  }
  .history .history-wrap .history-box .left, .history .history-wrap .history-box .right {
    flex: none;
  }
  .history .history-wrap .history-box .left p {
    position: relative;
    font-size: var(--font-size-25);
  }
  .history .history-wrap .history-box .left .label {
    font-size: var(--font-size-16);
  }
  .history .history-wrap .history-box .left .history-number {
    font-size: var(--font-size-80);
    margin: 0 0 2rem;
  }
  .history .history-wrap .history-box .right {
    margin-top: 150px;
  }
  .history .history-wrap .history-box .right .history-list {
    padding-bottom: var(--spacing-200);
  }
  .history .history-wrap .history-box .right li {
    font-size: var(--font-size-16);
  }
}

/* 연혁 ---------------------// */
/* //--------------------- CEO 인사말 */
.greetings .sub-content {
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.greetings .greetings-bg {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url("../images/sub/bg-ceo.png");
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.greetings .greetings-bg:after {
  content: "";
  width: 100%;
  height: 40%;
  background: linear-gradient(-180deg, rgba(50, 46, 38, 0) 0%, #322E26 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.greetings .greetings-bg:before {
  content: "";
  width: 80%;
  height: 100%;
  background: linear-gradient(-90deg, rgba(50, 46, 38, 0) 0%, #322E26 50%);
  position: absolute;
  top: 0;
  left: 0;
}
.greetings .greetings-content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-96);
  max-width: 490px;
}
.greetings .greetings-content .greetings-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-48);
  align-self: stretch;
}
.greetings .greetings-content .greetings-txt h5 {
  color: var(--color-white);
  font-size: var(--font-size-32);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.64px;
  line-height: var(--line-height-160);
  transform: translateY(90px);
  opacity: 0;
}
.greetings .greetings-content .greetings-txt p {
  display: flex;
  gap: var(--spacing-32);
  flex-direction: column;
}
.greetings .greetings-content .greetings-txt p span {
  color: var(--color-white-6);
  font-size: var(--font-size-18);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.36px;
  transform: translateY(90px);
  opacity: 0;
}
.greetings .greetings-content .greetings-txt p span:last-child {
  width: 450px;
}
.greetings .greetings-content dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(90px);
  opacity: 0;
}
.greetings .greetings-content dl dt {
  color: var(--color-white-6);
  font-size: var(--font-size-18);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.36px;
}
.greetings .greetings-content dl dd img {
  width: 280px;
}
@media (max-width: 1440px) {
  .greetings .greetings-bg {
    background-position: left top;
  }
  .greetings .greetings-bg:after {
    content: "";
    width: 70%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(-90deg, rgba(50, 46, 38, 0) 0%, #322E26 50%);
  }
}
@media (max-width: 768px) {
  .greetings .sub-content {
    justify-content: flex-start;
    background-color: #322E26;
    min-height: auto;
    padding-bottom: 100px;
  }
  .greetings .greetings-bg {
    position: relative;
    background-size: cover;
    background-position: right 20% top;
    height: 50vh;
  }
  .greetings .greetings-bg:after {
    content: "";
    width: 100%;
    height: 25vh;
    background: linear-gradient(-180deg, rgba(50, 46, 38, 0) 0%, #322E26 100%);
    position: absolute;
    top: 25vh;
    left: 0;
  }
  .greetings .greetings-bg:before {
    display: none;
  }
  .greetings .greetings-content {
    gap: var(--spacing-48);
    max-width: 100%;
    padding-top: var(--spacing-30);
  }
  .greetings .greetings-content .greetings-txt {
    gap: var(--spacing-32);
  }
  .greetings .greetings-content .greetings-txt h5 {
    font-size: var(--font-size-20);
  }
  .greetings .greetings-content .greetings-txt p {
    font-size: var(--font-size-15);
    gap: var(--spacing-20);
  }
  .greetings .greetings-content .greetings-txt p span:last-child {
    width: auto;
  }
  .greetings .greetings-content dl dt {
    font-size: var(--font-size-15);
  }
  .greetings .greetings-content dl dd img {
    width: 200px;
  }
}

/* CEO 인사말 ---------------------// */
/* //--------------------- 카메라 솔루션 엔지니어링 공통 */
.camera .bread-crumb {
  transform: translateY(100px);
  z-index: 10;
  opacity: 0;
}
.camera .bread-crumb span {
  color: var(--color-white);
}
.camera .bread-crumb img {
  filter: brightness(0) saturate(100%) invert(100%);
}
.camera .first-visual {
  position: relative;
  width: 100%;
  height: 100vh;
}
.camera .visual-content {
  opacity: 0;
}
.camera .quality, .camera .system {
  display: none;
  overflow: hidden;
}
.camera .quality.active, .camera .system.active {
  display: block;
}
.camera #cameraBg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.camera .think-wrap {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../images/sub/bg-camera-think.png");
  overflow: hidden;
}
.camera .think-wrap .think-box {
  height: 100%;
}
.camera .think-wrap .think-txt {
  display: flex;
  flex-direction: column;
  height: 80%;
  justify-content: space-between;
  text-align: center;
  padding-top: 5%;
}
.camera .think-wrap .think-txt h5 {
  color: var(--color-white);
  font-size: var(--font-size-44);
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.5px;
  opacity: 0;
  transform: translate(0px, 80px);
  transition: opacity 0.8s, transform 0.8s;
  will-change: opacity, transform;
}
.camera .think-wrap .think-txt h5 b {
  font-weight: 700;
  display: block;
}
.camera .think-wrap .think-txt h5.active {
  opacity: 1;
  transform: translate(0px, 0);
}
.camera .think-wrap .think-txt > p {
  color: var(--color-white);
  font-size: var(--font-size-22);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.44px;
  line-height: var(--line-height-160);
  opacity: 0;
  transform: translate(0px, 80px);
  transition: opacity 0.8s, transform 0.8s;
  will-change: opacity, transform;
}
.camera .think-wrap .think-txt > p.active {
  opacity: 1;
  transform: translate(0px, 0);
}
.camera .think-wrap .think-list {
  transform: translate(0, 20vh);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-40);
}
.camera .think-wrap .think-list dl {
  border-radius: var(--radius-24);
  backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  padding: var(--spacing-48) var(--spacing-110);
  gap: var(--spacing-110);
}
.camera .think-wrap .think-list dl:nth-child(odd) {
  background: rgba(255, 255, 255, 0.3);
}
.camera .think-wrap .think-list dl:nth-child(even) {
  background: rgba(0, 190, 125, 0.6);
}
.camera .think-wrap .think-list dl dt {
  color: rgba(255, 255, 255, 0.4);
  font-size: var(--font-size-150);
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 196px */
  letter-spacing: -0.5px;
  font-family: "Afacad";
}
.camera .think-wrap .think-list dl dd {
  display: flex;
  flex-direction: column;
}
.camera .think-wrap .think-list dl dd b {
  color: var(--color-white);
  font-size: var(--font-size-32);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.64px;
}
.camera .think-wrap .think-list dl dd span {
  color: rgba(255, 255, 255, 0.4);
  font-size: var(--font-size-22);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.44px;
  margin-top: var(--spacing-6);
}
.camera .think-wrap .think-list dl dd p {
  color: var(--color-white);
  font-size: var(--font-size-20);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.4px;
  line-height: var(--line-height-160);
  margin-top: var(--spacing-40);
}
.camera .think-wrap .think-dim {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.camera .think-wrap .think-dim .think-txt-fill {
  position: relative;
  text-align: center;
}
.camera .think-wrap .think-dim h5 {
  color: var(--color-gray-7);
  font-size: var(--font-size-44);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.5px;
}
.camera .think-wrap .think-dim h5 span {
  display: block;
}
.camera .think-wrap .think-dim h5 span:first-child {
  margin-bottom: 4rem;
}
@media (max-width: 500px) {
  .camera .think-wrap .think-dim h5 span:first-child {
    margin-bottom: 2rem;
  }
}
.camera .think-wrap .think-dim .line {
  display: block;
  will-change: clip-path;
}
.camera .think-wrap .think-dim .base {
  color: var(--color-gray-2);
}
.camera .think-wrap .think-dim .fill {
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
}
.camera .think-wrap .think-dim .fill .line {
  clip-path: inset(0 100% 0 0);
}
.camera .info-list-wrap {
  display: flex;
  padding: var(--spacing-120) 0 var(--spacing-200);
  gap: var(--spacing-200);
}
.camera .info-list-wrap .info-list-tit {
  padding-top: var(--spacing-40);
  flex: 0 0 auto;
}
.camera .info-list-wrap .info-list-tit h5 {
  color: var(--color-gray-7);
  font-size: var(--font-size-42);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.84px;
}
.camera .info-list-wrap .info-list-tit p {
  margin-top: var(--spacing-20);
  color: var(--color-gray-3);
  font-size: var(--font-size-20);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.4px;
}
.camera .info-list-wrap .info-list-box {
  border-top: 2px solid var(--color-gray-7);
}
.camera .info-list-wrap .info-list-box button span {
  color: var(--color-gray-7);
  font-size: var(--font-size-20);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.4px;
}
.camera .info-list-wrap .info-list-box dt {
  border-top: 1px solid #ccc;
}
.camera .info-list-wrap .info-list-box dt:first-of-type {
  border: none;
}
.camera .info-list-wrap .info-list-box dt button {
  width: 100%;
  padding: var(--spacing-30) 0 var(--spacing-30) var(--spacing-70);
  text-align: left;
  position: relative;
  background-size: auto 50px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("../images/sub/ico-auto-exposure.png");
}
.camera .info-list-wrap .info-list-box dt button.auto-focus {
  background-image: url(../images/sub/ico-auto-focus.png);
}
.camera .info-list-wrap .info-list-box dt button.auto-white-balance {
  background-image: url(../images/sub/ico-auto-white-balance.png);
}
.camera .info-list-wrap .info-list-box dt button.pipe-line {
  background-image: url(../images/sub/ico-pipe-line.png);
}
.camera .info-list-wrap .info-list-box dt button.eis {
  background-image: url(../images/sub/ico-eis.png);
}
.camera .info-list-wrap .info-list-box dt button.camera-benchmark {
  background-image: url(../images/sub/ico-camera-benchmark2.png);
}
.camera .info-list-wrap .info-list-box dt button.rta-system {
  background-image: url(../images/sub/ico-rta-system.png);
}
.camera .info-list-wrap .info-list-box dt button.system-release {
  background-image: url(../images/sub/ico-system-release.png);
}
.camera .info-list-wrap .info-list-box dt button:after {
  content: "";
  height: 2px;
  width: 20px;
  background-color: var(--color-gray-7);
  position: absolute;
  right: 20px;
  top: calc(50% - 1px);
  transition: transform 0.5s;
  transform: rotate(90deg);
}
.camera .info-list-wrap .info-list-box dt button:before {
  content: "";
  height: 2px;
  width: 20px;
  background-color: var(--color-gray-7);
  position: absolute;
  right: 20px;
  top: calc(50% - 1px);
}
.camera .info-list-wrap .info-list-box dt button.active:after {
  transform: rotate(0deg);
}
.camera .info-list-wrap .info-list-box dd {
  height: 0;
  overflow: hidden;
}
.camera .info-list-wrap .info-list-box dd div {
  border-radius: 10px;
  background: var(--color-gray-1);
  padding: var(--spacing-32) var(--spacing-40);
}
.camera .info-list-wrap .info-list-box dd b {
  color: var(--color-gray-7);
  font-size: var(--font-size-20);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.4px;
  line-height: var(--line-height-160);
  display: block;
}
.camera .info-list-wrap .info-list-box dd p {
  color: var(--color-gray-7);
  font-size: var(--font-size-18);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.36px;
  margin-top: var(--spacing-16);
  line-height: var(--line-height-160);
}
.camera .info-list-wrap .info-list-box dd p:first-of-type {
  margin-top: var(--spacing-32);
}
.camera .info-list-wrap .info-list-box dd.active + dt {
  border: none;
}
@media (max-width: 1200px) {
  .camera .think-wrap .think-txt {
    height: 90%;
    padding-top: 90px;
    box-sizing: border-box;
    transform: translateY(5%);
  }
  .camera .think-wrap .think-txt h5 {
    font-size: var(--font-size-36);
  }
  .camera .think-wrap .think-txt > p {
    font-size: var(--font-size-22);
  }
  .camera .think-wrap .think-list dl dt {
    font-size: var(--font-size-110);
  }
  .camera .think-wrap .think-list dl dd b {
    font-size: var(--font-size-26);
  }
  .camera .think-wrap .think-list dl dd span {
    font-size: var(--font-size-18);
  }
  .camera .think-wrap .think-list dl dd p {
    font-size: var(--font-size-18);
    font-weight: 400;
    margin-top: var(--spacing-20);
  }
  .camera .think-wrap .think-dim h5 {
    font-size: var(--font-size-36);
  }
  .camera .info-list-wrap {
    flex-direction: column;
    gap: var(--spacing-60);
    padding: var(--spacing-80) 0 var(--spacing-100);
  }
  .camera .info-list-wrap .info-list-tit h5 {
    font-size: var(--font-size-34);
  }
  .camera .info-list-wrap .info-list-tit p {
    font-size: var(--font-size-16);
  }
  .camera .info-list-wrap .info-list-box dt button {
    background-size: auto 40px;
  }
  .camera .info-list-wrap .info-list-box dt button span {
    font-size: var(--font-size-18);
  }
  .camera .info-list-wrap .info-list-box dt button:before, .camera .info-list-wrap .info-list-box dt button:after {
    width: 14px;
  }
  .camera .info-list-wrap .info-list-box dd b {
    font-size: var(--font-size-18);
  }
  .camera .info-list-wrap .info-list-box dd p {
    font-size: var(--font-size-16);
  }
}
@media (max-width: 768px) {
  .camera .think-wrap .think-list dl {
    padding: var(--spacing-22) var(--spacing-40);
    gap: var(--spacing-60);
    border-radius: var(--radius-16);
  }
  .camera .think-wrap .think-list dl dt {
    font-size: var(--font-size-60);
  }
  .camera .info-list-wrap .info-list-tit {
    padding-top: 0;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .camera .think-wrap .think-txt {
    height: 80vh;
    padding-top: 10vh;
  }
  .camera .think-wrap .think-txt h5 {
    font-size: var(--font-size-24);
    width: 16rem;
    margin: 0 auto;
  }
  .camera .think-wrap .think-txt > p {
    font-size: var(--font-size-15);
  }
  .camera .think-wrap .think-list dl {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-20);
    padding: var(--spacing-32) var(--spacing-20);
  }
  .camera .think-wrap .think-list dl dt {
    font-size: var(--font-size-72);
    line-height: var(--font-size-72);
  }
  .camera .think-wrap .think-list dl dd b {
    font-size: var(--font-size-18);
  }
  .camera .think-wrap .think-list dl dd span {
    font-size: var(--font-size-16);
  }
  .camera .think-wrap .think-list dl dd p {
    font-size: var(--font-size-14);
    margin-top: var(--spacing-20);
  }
  .camera .think-wrap .think-dim h5 {
    font-size: var(--font-size-24);
  }
  .camera .info-list-wrap .info-list-tit h5 {
    font-size: var(--font-size-24);
  }
  .camera .info-list-wrap .info-list-tit p {
    margin-top: var(--spacing-16);
    font-size: var(--font-size-15);
  }
  .camera .info-list-wrap .info-list-box dt button {
    background-size: auto 36px;
    padding: var(--spacing-26) 0 var(--spacing-26) var(--spacing-46);
  }
  .camera .info-list-wrap .info-list-box dt button:before, .camera .info-list-wrap .info-list-box dt button:after {
    right: 13px;
  }
  .camera .info-list-wrap .info-list-box dt button span {
    font-size: var(--font-size-16);
  }
  .camera .info-list-wrap .info-list-box dd div {
    padding: var(--spacing-16) var(--spacing-16);
  }
  .camera .info-list-wrap .info-list-box dd b {
    font-size: var(--font-size-15);
  }
  .camera .info-list-wrap .info-list-box dd p {
    font-size: var(--font-size-14);
    margin-top: var(--spacing-8);
  }
  .camera .info-list-wrap .info-list-box dd p:first-of-type {
    margin-top: var(--spacing-16);
  }
}

/* 카메라 솔루션 엔지니어링 공통 ---------------------// */
/* //--------------------- 화질 개발 */
.quality .collection-img {
  height: 100vh;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quality .collection-img .main-collection {
  z-index: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.quality .collection-img .main-collection .main-collection-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../images/sub/bg-camera-quality.png");
  width: 302px;
  height: 324px;
  position: relative;
}
.quality .collection-img .main-collection .main-collection-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s;
  will-change: opacity;
}
.quality .collection-img .main-collection .main-collection-bg.active:after {
  opacity: 1;
}
.quality .collection-img .main-collection h5 {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-gray-7);
  font-size: var(--font-size-44);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.5px;
  bottom: 10vh;
}
.quality .collection-img .sub-collection {
  position: absolute;
  width: 100%;
  height: 100vh;
}
.quality .collection-img .sub-collection .sub-collection-box {
  position: relative;
  height: 100%;
  width: 100%;
}
.quality .collection-img .sub-collection .sub-collection-box p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.quality .collection-img .sub-collection .sub-collection-box p img {
  max-width: 100%;
}
.quality .collection-img .collection-01 {
  width: 148px;
  height: 164px;
}
.quality .collection-img .collection-02 {
  width: 128px;
  height: 110px;
}
.quality .collection-img .collection-03 {
  width: 114px;
  height: 98px;
  transform: translate(5vw, 47vh);
}
.quality .collection-img .collection-04 {
  width: 290px;
  height: 260px;
  transform: translate(66vw, 74vh);
}
.quality .collection-img .collection-05 {
  width: 256px;
  height: 284px;
  transform: translate(76vw, 24vh);
}
.quality .collection-img .collection-06 {
  width: 120px;
  height: 86px;
  transform: translate(95vw, 60vh);
}
.quality .collection-img .collection-07 {
  width: 120px;
  height: 86px;
  transform: translate(85vw, 6vh);
}
.quality .collection-img .collection-08 {
  width: 160px;
  height: 176px;
  transform: translate(52vw, 86vh);
}
.quality .collection-img .collection-09 {
  width: 178px;
  height: 126px;
  transform: translate(28vw, 10vh);
}
.quality .collection-img .collection-10 {
  width: 221px;
  height: 203px;
  transform: translate(13vw, 72vh);
}
.quality .collection-img .collection-11 {
  width: 218px;
  height: 200px;
  transform: translate(35vw, -5vh);
}
.quality .collection-img .collection-12 {
  width: 210px;
  height: 226px;
  transform: translate(-1vw, 18vh);
}
.quality .collection-img .collection-13 {
  width: 210px;
  height: 226px;
  transform: translate(52vw, 27vh);
}
.quality .numbers-box h5 {
  font-size: var(--font-size-44);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.5px;
}
.quality .numbers-box .txt-back,
.quality .numbers-box .txt-front {
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.quality .numbers-box .txt-back span,
.quality .numbers-box .txt-front span {
  display: block;
}
.quality .numbers-box .txt-back span br,
.quality .numbers-box .txt-front span br {
  display: none;
}
.quality .numbers-box .txt-back span h5 span {
  background-color: var(--color-white);
}
.quality .numbers-box .txt-front {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  color: var(--color-white);
  clip-path: inset(0% 100% 0% 0%);
  z-index: 5;
}
@media (max-width: 768px) {
  .quality .numbers-box .txt-back span,
  .quality .numbers-box .txt-front span {
    display: inline;
  }
  .quality .numbers-box .txt-back span br,
  .quality .numbers-box .txt-front span br {
    display: block;
  }
}
.quality .numbers-box .front-wrap {
  background-color: var(--color-green-4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quality .numbers-box .front-wrap .count-box {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-around;
}
.quality .numbers-box .front-wrap .count-box dl {
  text-align: center;
  transition: transform 0.5s;
  will-change: transform;
  transform: translateY(20vh);
  position: relative;
  width: 100%;
}
.quality .numbers-box .front-wrap .count-box dl:after {
  content: "";
  width: 1px;
  height: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.1);
  transition: height 1s;
  will-change: height;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  top: var(--spacing-16);
}
.quality .numbers-box .front-wrap .count-box dl:first-of-type:after {
  display: none;
}
.quality .numbers-box .front-wrap .count-box dl.active:after {
  height: 100%;
  opacity: 1;
}
.quality .numbers-box .front-wrap .count-box dl.active:nth-child(2):after {
  transition-delay: 0.5s;
}
.quality .numbers-box .front-wrap .count-box dl.active:last-child:after {
  transition-delay: 1s;
}
.quality .numbers-box .front-wrap .count-box dl dt, .quality .numbers-box .front-wrap .count-box dl dd {
  opacity: 0;
  transition: opacity 0.5s;
  will-change: opacity;
}
.quality .numbers-box .front-wrap .count-box dl.active {
  transform: translateY(10vh);
}
.quality .numbers-box .front-wrap .count-box dl.active dt, .quality .numbers-box .front-wrap .count-box dl.active dd {
  opacity: 1;
}
.quality .numbers-box .front-wrap .count-box dl.active dd {
  transition-delay: 0.3s;
}
.quality .numbers-box .front-wrap .count-box dl.active:nth-child(2) {
  transition-delay: 0.5s;
}
.quality .numbers-box .front-wrap .count-box dl.active:nth-child(2) dt {
  transition-delay: 0.5s;
}
.quality .numbers-box .front-wrap .count-box dl.active:nth-child(2) dd {
  transition-delay: 0.7s;
}
.quality .numbers-box .front-wrap .count-box dl.active:last-child {
  transition-delay: 1s;
}
.quality .numbers-box .front-wrap .count-box dl.active:last-child dt {
  transition-delay: 1s;
}
.quality .numbers-box .front-wrap .count-box dl.active:last-child dd {
  transition-delay: 1.2s;
}
.quality .numbers-box .front-wrap .count-box dl dt {
  color: var(--color-white);
  font-size: var(--font-size-70);
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 140px */
  letter-spacing: -1.4px;
}
.quality .numbers-box .front-wrap .count-box dl dt .counter {
  color: var(--color-white);
  font-size: var(--font-size-120);
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 140px */
  letter-spacing: -2.4px;
}
.quality .numbers-box .front-wrap .count-box dl dt label {
  transform: translateY(-0.5rem);
}
.quality .numbers-box .front-wrap .count-box dl dd {
  color: var(--color-white);
  font-size: var(--font-size-22);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.44px;
  line-height: var(--line-height-160);
}
@media (max-width: 1200px) {
  .quality .collection-img .main-collection h5 {
    font-size: var(--font-size-36);
    width: 95%;
  }
  .quality .numbers-box h5 {
    font-size: var(--font-size-36);
  }
  .quality .numbers-box .front-wrap .count-box dl dt {
    font-size: var(--font-size-54);
  }
  .quality .numbers-box .front-wrap .count-box dl dt .counter {
    font-size: var(--font-size-90);
  }
  .quality .numbers-box .front-wrap .count-box dl dd {
    font-size: var(--font-size-18);
  }
  .quality .numbers-box .front-wrap .count-box dl.active {
    transform: translateY(0vh);
  }
}
@media (max-width: 768px) {
  .quality .numbers-box .front-wrap .count-box dl dt .counter {
    font-size: var(--font-size-60);
  }
  .quality .numbers-box .front-wrap .count-box dl dd {
    font-size: var(--font-size-16);
  }
}
@media (max-width: 500px) {
  .quality .collection-img .main-collection .main-collection-bg {
    aspect-ratio: 296/231;
    height: auto;
  }
  .quality .collection-img .main-collection h5 {
    bottom: 10%;
    font-size: var(--font-size-24);
    width: 18rem;
  }
  .quality .numbers-box h5 {
    font-size: var(--font-size-22);
  }
  .quality .numbers-box .front-wrap .count-box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateY(10vh);
  }
  .quality .numbers-box .front-wrap .count-box dl {
    padding: var(--spacing-32);
    width: 240px;
  }
  .quality .numbers-box .front-wrap .count-box dl:after {
    width: 0;
    height: 1px;
    transition: width 1s;
    will-change: width;
    right: 0;
  }
  .quality .numbers-box .front-wrap .count-box dl.active:after {
    height: 1px;
    width: 100%;
  }
  .quality .numbers-box .front-wrap .count-box dl dt {
    font-size: var(--font-size-60);
  }
  .quality .numbers-box .front-wrap .count-box dl dd {
    font-size: var(--font-size-13);
  }
  .quality .numbers-box .front-wrap .count-box dl dd br {
    display: none;
  }
}

/* 화질 개발 ---------------------// */
/* //--------------------- 시스템 개발 */
.system .visual-wrap {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sub/bg-system.png");
  overflow: hidden;
}
.system .visual-wrap .guide {
  width: 95%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-50);
  position: relative;
}
.system .visual-wrap .visual-dim {
  width: 100vw;
  height: 100%;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 10;
}
.system .visual-wrap .visual-txt {
  color: rgba(255, 255, 255, 0.8);
}
.system .visual-wrap .visual-txt p {
  font-size: var(--font-size-24);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
}
.system .visual-wrap .visual-txt h5 {
  font-size: var(--font-size-68);
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 140px */
  letter-spacing: -1.36px;
}
.system .visual-wrap .visual-txt:last-child {
  padding-top: 2rem;
}
.system .visual-wrap .visual-mockup {
  height: 100%;
  margin-top: 20vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url("../images/sub/bg-system-mockup.png");
  position: relative;
  flex: 0 0 auto;
  min-width: 564px;
  filter: brightness(1);
  flex: 1 1 auto;
}
.system .visual-wrap .visual-scale {
  position: absolute;
  bottom: 10vh;
  left: 2rem;
  right: 0;
  height: 135px;
  z-index: 10;
  -webkit-mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
          mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
  width: 800px;
  margin: 0 auto;
}
.system .visual-wrap .visual-scale .scale-list {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-end;
  will-change: transform;
  box-sizing: border-box;
  height: 48px;
}
.system .visual-wrap .visual-scale .scale-number {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  will-change: transform;
  box-sizing: border-box;
}
.system .visual-wrap .visual-ruler {
  width: 50px;
  flex-shrink: 0;
  text-align: center;
  position: relative;
  margin: 0 12px;
}
.system .visual-wrap .visual-ruler:before {
  content: "";
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.32s ease;
}
.system .visual-wrap .visual-ruler:after {
  content: "";
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.32s ease;
  position: absolute;
  bottom: 0;
  right: 0;
}
.system .visual-wrap .visual-ruler span {
  display: inline-block;
  width: 3px;
  height: 24px;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.32s ease;
  vertical-align: top;
}
.system .visual-wrap .visual-ruler.active span {
  height: 48px;
}
.system .visual-wrap .visual-tick {
  height: 84px;
  display: flex;
  align-items: center;
}
.system .visual-wrap .visual-tick span {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--font-size-32);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.64px;
  transition: all 0.32s ease;
  width: 74px;
  display: block;
  text-align: center;
}
.system .visual-wrap .visual-tick.active span {
  color: var(--color-white);
  font-size: var(--font-size-60);
  letter-spacing: -4px;
  position: relative;
  width: 90px;
}
.system .numbers-box {
  overflow: hidden;
}
.system .numbers-box h5 {
  color: var(--color-gray-7);
  font-size: var(--font-size-44);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.5px;
}
.system .numbers-box .txt-back,
.system .numbers-box .txt-front {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.system .numbers-box .txt-back {
  background-color: var(--color-white);
}
.system .numbers-box .txt-front {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  color: var(--color-gray-7);
  clip-path: inset(0% 100% 0% 0%);
  z-index: 5;
}
.system .numbers-box .front-wrap {
  background-color: var(--color-gray-1);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.system .numbers-box .front-wrap .count-box {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-around;
  top: 10vh;
  position: relative;
}
.system .numbers-box .front-wrap .count-box dl {
  text-align: center;
  transition: transform 0.5s;
  will-change: transform;
  transform: translateY(20vh);
  position: relative;
  width: 100%;
  gap: var(--spacing-40);
}
.system .numbers-box .front-wrap .count-box dl:after {
  content: "";
  width: 1px;
  height: 0;
  position: absolute;
  background-color: var(--color-gray-2);
  transition: height 1s;
  will-change: height;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  top: var(--spacing-16);
}
.system .numbers-box .front-wrap .count-box dl:first-of-type:after {
  display: none;
}
.system .numbers-box .front-wrap .count-box dl.active:after {
  height: 100%;
  opacity: 1;
}
.system .numbers-box .front-wrap .count-box dl.active:nth-child(2):after {
  transition-delay: 0.5s;
}
.system .numbers-box .front-wrap .count-box dl.active:last-child:after {
  transition-delay: 1s;
}
.system .numbers-box .front-wrap .count-box dl dt, .system .numbers-box .front-wrap .count-box dl dd {
  opacity: 0;
  transition: opacity 0.5s;
  will-change: opacity;
}
.system .numbers-box .front-wrap .count-box dl.active {
  transform: translateY(0vh);
}
.system .numbers-box .front-wrap .count-box dl.active dt, .system .numbers-box .front-wrap .count-box dl.active dd {
  opacity: 1;
}
.system .numbers-box .front-wrap .count-box dl.active dd {
  transition-delay: 0.3s;
}
.system .numbers-box .front-wrap .count-box dl.active:nth-child(2) {
  transition-delay: 0.5s;
}
.system .numbers-box .front-wrap .count-box dl.active:nth-child(2) dt {
  transition-delay: 0.5s;
}
.system .numbers-box .front-wrap .count-box dl.active:nth-child(2) dd {
  transition-delay: 0.7s;
}
.system .numbers-box .front-wrap .count-box dl.active:last-child {
  transition-delay: 1s;
}
.system .numbers-box .front-wrap .count-box dl.active:last-child dt {
  transition-delay: 1s;
}
.system .numbers-box .front-wrap .count-box dl.active:last-child dd {
  transition-delay: 1.2s;
}
.system .numbers-box .front-wrap .count-box dl dt {
  display: flex;
  align-items: center;
  gap: var(--spacing-8);
}
.system .numbers-box .front-wrap .count-box dl dt span {
  color: var(--color-gray-7);
  font-size: var(--font-size-120);
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 140px */
  letter-spacing: -2.4px;
}
.system .numbers-box .front-wrap .count-box dl dt span.divide-txt {
  display: flex;
  align-items: center;
  gap: var(--spacing-12);
}
.system .numbers-box .front-wrap .count-box dl dt label {
  font-size: var(--font-size-70);
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 140px */
  letter-spacing: -1.4px;
}
.system .numbers-box .front-wrap .count-box dl dt label.sm-txt {
  font-size: var(--font-size-54);
}
.system .numbers-box .front-wrap .count-box dl dd {
  display: flex;
  gap: var(--spacing-16);
  flex-direction: column;
}
.system .numbers-box .front-wrap .count-box dl dd b {
  color: var(--color-gray-7);
  font-size: var(--font-size-26);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.5px;
}
.system .numbers-box .front-wrap .count-box dl dd p {
  color: var(--color-gray-4);
  font-size: var(--font-size-22);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.44px;
  line-height: var(--line-height-160);
}
.system .think-wrap {
  background-image: url(../images/sub/bg-system-think.png);
}
.system .think-wrap .think-list dl:nth-child(even) {
  background: rgba(33, 131, 255, 0.6);
}
@media (max-width: 1580px) {
  .system .visual-wrap .guide {
    gap: var(--spacing-30);
  }
  .system .visual-wrap .visual-txt p {
    font-size: var(--font-size-22);
    font-weight: 400;
  }
  .system .visual-wrap .visual-txt h5 {
    font-size: var(--font-size-58);
  }
  .system .visual-wrap .visual-mockup {
    min-width: 450px;
  }
  .system .visual-wrap .visual-tick span {
    font-size: var(--font-size-28);
  }
  .system .visual-wrap .visual-tick.active span {
    font-size: var(--font-size-54);
  }
}
@media (max-width: 1200px) {
  .system .visual-wrap .guide {
    flex-direction: column;
    gap: 0;
    text-align: center;
    padding-top: 5vh;
    box-sizing: border-box;
  }
  .system .visual-wrap .visual-txt {
    order: 1;
  }
  .system .visual-wrap .visual-txt:last-child {
    padding-top: 0;
    order: 2;
  }
  .system .visual-wrap .visual-txt .mobile-txt {
    transform: translateY(1rem);
  }
  .system .visual-wrap .visual-mockup {
    flex: none;
    margin-top: 0;
    height: 70%;
    order: 3;
    margin-top: 6vh;
    min-width: 360px;
  }
  .system .visual-wrap .visual-tick span {
    font-size: var(--font-size-24);
  }
  .system .visual-wrap .visual-tick.active span {
    font-size: var(--font-size-44);
  }
  .system .visual-wrap .visual-scale {
    width: 400px;
    left: 0;
    bottom: 5vh;
  }
  .system .numbers-box h5 {
    font-size: var(--font-size-36);
  }
  .system .numbers-box .front-wrap .count-box dl dt {
    gap: var(--spacing-4);
  }
  .system .numbers-box .front-wrap .count-box dl dt span {
    font-size: var(--font-size-90);
  }
  .system .numbers-box .front-wrap .count-box dl dt label {
    font-size: var(--font-size-54);
  }
  .system .numbers-box .front-wrap .count-box dl dt label.sm-txt {
    font-size: var(--font-size-54);
  }
  .system .numbers-box .front-wrap .count-box dl dd b {
    font-size: var(--font-size-22);
  }
  .system .numbers-box .front-wrap .count-box dl dd p {
    font-size: var(--font-size-18);
  }
}
@media (max-width: 768px) {
  .system .numbers-box .front-wrap .count-box dl dt span {
    font-size: var(--font-size-76);
  }
  .system .numbers-box .front-wrap .count-box dl dt label {
    font-size: var(--font-size-46);
  }
  .system .numbers-box .front-wrap .count-box dl dt label.sm-txt {
    font-size: var(--font-size-46);
  }
  .system .numbers-box .front-wrap .count-box dl dd b {
    font-size: var(--font-size-20);
  }
  .system .numbers-box .front-wrap .count-box dl dd p {
    font-size: var(--font-size-15);
  }
  .system .think-wrap {
    background-position: 25% top;
  }
  .system .info-list-wrap .info-list-tit p br {
    display: none;
  }
}
@media (max-width: 500px) {
  .system .visual-wrap .visual-txt p {
    font-size: var(--font-size-18);
  }
  .system .visual-wrap .visual-txt h5 {
    font-size: var(--font-size-40);
  }
  .system .visual-wrap .visual-tick {
    width: 54px;
  }
  .system .visual-wrap .visual-tick span {
    font-size: var(--font-size-18);
    letter-spacing: -1px;
  }
  .system .visual-wrap .visual-tick.active span {
    font-size: var(--font-size-32);
  }
  .system .visual-wrap .visual-ruler {
    width: 30px;
  }
  .system .visual-wrap .visual-ruler:before, .system .visual-wrap .visual-ruler:after {
    height: 16px;
  }
  .system .visual-wrap .visual-ruler span {
    height: 18px;
  }
  .system .visual-wrap .visual-ruler.active span {
    height: 36px;
  }
  .system .numbers-box h5 {
    font-size: var(--font-size-22);
  }
  .system .numbers-box .front-wrap {
    align-items: flex-start;
  }
  .system .numbers-box .front-wrap .count-box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateY(15vh);
  }
  .system .numbers-box .front-wrap .count-box dl {
    padding: var(--spacing-8);
    width: 240px;
    gap: 0;
  }
  .system .numbers-box .front-wrap .count-box dl:after {
    width: 0;
    height: 1px;
    transition: width 1s;
    will-change: width;
    right: 0;
    top: 0;
  }
  .system .numbers-box .front-wrap .count-box dl.active:after {
    height: 1px;
    width: 100%;
  }
  .system .numbers-box .front-wrap .count-box dl dt span {
    font-size: var(--font-size-60);
  }
  .system .numbers-box .front-wrap .count-box dl dt label {
    font-size: var(--font-size-36);
  }
  .system .numbers-box .front-wrap .count-box dl dt label.sm-txt {
    font-size: var(--font-size-36);
  }
  .system .numbers-box .front-wrap .count-box dl dd {
    gap: var(--spacing-8);
  }
  .system .numbers-box .front-wrap .count-box dl dd b {
    font-size: var(--font-size-16);
  }
  .system .numbers-box .front-wrap .count-box dl dd p {
    font-size: var(--font-size-13);
  }
}

/* 시스템 개발 ---------------------// */
/* //--------------------- AI 사업부 */
.ai .visual-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
}
.ai .visual-wrap .bread-crumb {
  transform: translateY(100px);
  z-index: 10;
  opacity: 0;
}
.ai .visual-wrap .animation-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
}
.ai .visual-wrap .animation-wrap .animation-box {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.ai .visual-wrap .animation-wrap .circle {
  background-color: var(--color-black);
  width: 1500px;
  height: 1500px;
  border-radius: 1500px;
  display: block;
  opacity: 0;
  position: absolute;
}
.ai .visual-wrap .animation-wrap svg {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ai .visual-wrap .animation-wrap .wave {
  fill: none;
  stroke: var(--color-black);
  stroke-width: 0.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ai .visual-wrap .copy-wrap {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
}
.ai .visual-wrap .copy-wrap .copy-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/sub/bg-ai-visual.png");
  height: 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: var(--spacing-32);
}
.ai .visual-wrap .copy-wrap .copy-box span {
  color: var(--color-white);
  font-size: var(--font-size-24);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.48px;
}
.ai .visual-wrap .copy-wrap .copy-box h5 {
  color: var(--color-white);
  font-size: var(--font-size-68);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 140px */
  letter-spacing: -1.36px;
}
.ai .rolling-circle {
  height: 100vh;
  overflow: hidden;
}
.ai .rolling-circle .rolling-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.ai .rolling-circle .rolling {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-lime-4);
  font-size: var(--font-size-32);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.64px;
}
.ai .rolling-circle .rolling.device {
  background-color: var(--color-lime-2);
}
.ai .rolling-circle .rolling.ai {
  background-color: var(--color-gray-0);
}
.ai .rolling-circle .rolling.cloud {
  background-color: var(--color-lime-4);
  color: var(--color-lime-1);
}
.ai .rolling-circle .rolling.mlops {
  background-color: var(--color-lime-1);
}
.ai .rolling-circle .rolling.mlops p {
  opacity: 0;
  position: absolute;
  text-align: center;
}
.ai .rolling-circle .rolling-text {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  overflow: hidden;
  top: 0;
  opacity: 0;
}
.ai .rolling-circle .rolling-text span {
  position: absolute;
  color: rgba(29, 50, 7, 0.8);
  font-size: var(--font-size-200);
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: -8px;
}
.ai .rolling-circle .rolling-text span.device {
  left: 0;
  top: 25%;
  transform: translate(22vw, -50%);
}
.ai .rolling-circle .rolling-text span.ai {
  color: var(--color-lime-4);
  font-size: var(--font-size-320);
  right: 0;
  top: 40%;
  transform: translate(-18vw, -50%);
}
.ai .rolling-circle .rolling-text span.cloud {
  color: rgba(29, 50, 7, 0.6);
  font-size: var(--font-size-240);
  transform: translate(-2vw, -50%);
  left: 0;
  top: 60%;
}
.ai .rolling-circle .rolling-text span.mlops {
  color: rgba(29, 50, 7, 0.4);
  font-size: var(--font-size-180);
  right: 0;
  top: 75%;
  transform: translate(-22vw, -50%);
}
.ai .ai-common-tit {
  display: flex;
  gap: var(--spacing-12);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ai .ai-common-tit p {
  color: var(--color-green-1);
  font-size: var(--font-size-20);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.4px;
}
.ai .ai-common-tit h5 {
  color: var(--color-gray-7);
  font-size: var(--font-size-34);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.68px;
}
.ai .ai-common-tit span {
  color: var(--color-white-4);
  font-size: var(--font-size-18);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.36px;
  line-height: var(--line-height-160);
  max-width: 810px;
  margin-top: var(--spacing-12);
}
.ai .platform-wrap {
  height: 100vh;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-60);
  align-items: center;
  justify-content: center;
  gap: var(--spacing-40);
}
.ai .platform-wrap .platform-chat {
  height: 65vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../images/sub/bg-platform.png");
  border-radius: 24px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.ai .platform-wrap .platform-chat .swiper-wrapper {
  position: relative;
  z-index: 10;
}
.ai .platform-wrap .platform-chat dl {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-40);
  max-width: 1056px;
  width: 95%;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
}
.ai .platform-wrap .platform-chat dl dt, .ai .platform-wrap .platform-chat dl dd {
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  color: var(--color-white);
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
}
.ai .platform-wrap .platform-chat dl dt {
  padding: var(--spacing-12) var(--spacing-26);
  align-self: flex-start;
  transition: opacity 0.8s, transform 0.8s;
  transform: translateY(50px);
  opacity: 0;
}
.ai .platform-wrap .platform-chat dl dd {
  gap: 20px;
  padding: var(--spacing-80) var(--spacing-40) var(--spacing-40);
  align-self: flex-end;
  max-width: 462px;
  position: relative;
  transition: opacity 0.8s 0.8s, transform 0.8s 0.8s;
  transform: translateY(50px);
  opacity: 0;
}
.ai .platform-wrap .platform-chat dl dd:before {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../images/sub/ico-platform-loigo.png");
  width: 36px;
  height: 27px;
  position: absolute;
  left: 40px;
  top: 40px;
}
.ai .platform-wrap .platform-chat dl dd b {
  display: block;
  color: var(--color-white);
  font-size: var(--font-size-20);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.4px;
}
.ai .platform-wrap .platform-chat dl dd .typing-txt {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-20);
}
.ai .platform-wrap .platform-chat .swiper-slide {
  width: 100%;
  overflow: hidden;
}
.ai .platform-wrap .platform-chat .swiper-slide.swiper-slide-active dt {
  transform: translateY(0);
  opacity: 1;
}
.ai .platform-wrap .platform-chat .swiper-slide.swiper-slide-active dd {
  transform: translateY(0);
  opacity: 1;
}
.ai .platform-wrap .platform-chat .swiper-pagination {
  right: 40px;
  display: flex;
  width: 20px;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}
.ai .platform-wrap .platform-chat .swiper-pagination span {
  margin: 0;
  width: 12px;
  height: 2px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  transition: width 0.6s, background-color 0.6s;
  will-change: width, background-color;
}
.ai .platform-wrap .platform-chat .swiper-pagination span.swiper-pagination-bullet-active {
  width: 20px;
  background-color: var(--color-white);
}
.ai .image-wrap {
  height: 140vh;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-80);
  align-items: center;
  justify-content: center;
}
.ai .image-wrap .image-box {
  max-height: 870px;
  height: 82vh;
}
.ai .image-wrap .image-box img {
  height: 100%;
}
.ai .end-to-end {
  height: 120vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../images/sub/bg-end-top-end.png");
  gap: var(--spacing-80);
}
.ai .end-to-end .ai-common-tit h5 {
  color: var(--color-white);
}
.ai .end-to-end .round-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: var(--spacing-20);
}
.ai .end-to-end .round-wrap .round-box {
  position: relative;
  padding: var(--spacing-60) var(--spacing-42) var(--spacing-40);
}
.ai .end-to-end .round-wrap .round-box .round-bg {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  position: absolute;
  --angle: 0deg;
  -webkit-mask-image: conic-gradient(from 0deg, #000 0deg calc(var(--angle) - 0.5deg), transparent var(--angle) 360deg);
  mask-image: conic-gradient(from 0deg, #000 0deg calc(var(--angle) - 0.5deg), transparent var(--angle) 360deg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../images/sub/bg-end-to-end-border.png");
}
.ai .end-to-end .round-wrap ul {
  display: flex;
  gap: var(--spacing-30);
}
.ai .end-to-end .round-wrap li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-24);
  background-color: var(--color-white);
  width: 330px;
  height: 330px;
  border-radius: 100%;
  text-align: center;
}
.ai .end-to-end .round-wrap li b {
  color: var(--color-gray-7);
  font-size: var(--font-size-20);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.4px;
}
.ai .end-to-end .round-wrap li b span {
  display: block;
  color: var(--color-gray-4);
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
}
.ai .end-to-end .round-wrap li p {
  color: var(--color-gray-7);
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
  line-height: var(--line-height-160);
}
.ai .end-to-end .round-wrap .divide {
  width: 2px;
  height: 90px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url("../images/sub/img-end-divide.png");
}
.ai .end-to-end .round-wrap > p {
  color: var(--color-white);
  font-size: var(--font-size-20);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.4px;
  line-height: var(--line-height-160);
  text-align: center;
}
.ai .end-to-end .round-wrap > p b {
  font-weight: 600;
}
@media (max-width: 1200px) {
  .ai .visual-wrap .animation-wrap .wave {
    stroke-width: 0.7;
  }
  .ai .visual-wrap .copy-wrap .copy-box span {
    font-size: var(--font-size-20);
  }
  .ai .visual-wrap .copy-wrap .copy-box h5 {
    font-size: var(--font-size-48);
  }
  .ai .rolling-circle .rolling {
    width: 300px;
    height: 300px;
    font-size: var(--font-size-26);
  }
  .ai .rolling-circle .rolling-text span {
    font-size: var(--font-size-150);
  }
  .ai .rolling-circle .rolling-text span.ai {
    font-size: var(--font-size-240);
  }
  .ai .rolling-circle .rolling-text span.cloud {
    font-size: var(--font-size-180);
  }
  .ai .rolling-circle .rolling-text span.mlops {
    font-size: var(--font-size-136);
  }
  .ai .ai-common-tit p {
    font-size: var(--font-size-18);
  }
  .ai .ai-common-tit h5 {
    font-size: var(--font-size-26);
  }
  .ai .ai-common-tit span {
    font-size: var(--font-size-16);
    width: 90%;
  }
  .ai .platform-wrap .platform-chat dl {
    width: calc(95% - 100px);
    gap: var(--spacing-16);
  }
  .ai .platform-wrap .platform-chat dl dd .typing-txt {
    gap: var(--spacing-12);
  }
  .ai .image-wrap {
    height: 100vh;
    gap: var(--spacing-60);
  }
  .ai .image-wrap .image-box {
    height: auto;
  }
  .ai .image-wrap .image-box img {
    height: auto;
    max-width: 100%;
  }
  .ai .end-to-end {
    height: 100vh;
  }
  .ai .end-to-end .round-wrap ul {
    gap: var(--spacing-8);
  }
  .ai .end-to-end .round-wrap li {
    width: 220px;
    height: 220px;
    gap: var(--spacing-12);
    padding: 0 var(--spacing-20);
    box-sizing: border-box;
  }
  .ai .end-to-end .round-wrap li b {
    font-size: var(--font-size-18);
  }
  .ai .end-to-end .round-wrap li b span {
    font-size: var(--font-size-14);
  }
  .ai .end-to-end .round-wrap li p {
    font-size: var(--font-size-14);
  }
  .ai .end-to-end .round-wrap li p br {
    display: none;
  }
  .ai .end-to-end .round-wrap .round-box {
    padding: var(--spacing-32) var(--spacing-26) var(--spacing-30);
  }
  .ai .end-to-end .round-wrap .divide {
    height: 50px;
  }
  .ai .end-to-end .round-wrap > p {
    font-size: var(--font-size-18);
  }
}
@media (max-width: 768px) {
  .ai .visual-wrap .animation-wrap .wave {
    stroke-width: 1;
  }
  .ai .visual-wrap .copy-wrap .copy-box {
    gap: var(--spacing-16);
  }
  .ai .visual-wrap .copy-wrap .copy-box span {
    font-size: var(--font-size-15);
  }
  .ai .visual-wrap .copy-wrap .copy-box h5 {
    font-size: var(--font-size-28);
  }
  .ai .rolling-circle .rolling {
    width: 200px;
    height: 200px;
    font-size: var(--font-size-18);
  }
  .ai .rolling-circle .rolling.device {
    transform: translate(-85%, -80%);
  }
  .ai .rolling-circle .rolling.ai {
    transform: translate(-15%, -80%);
  }
  .ai .rolling-circle .rolling.cloud {
    transform: translate(-85%, 0%);
  }
  .ai .rolling-circle .rolling.mlops {
    transform: translate(-15%, 0%);
  }
  .ai .rolling-circle .rolling-text span.device {
    font-size: var(--font-size-100);
  }
  .ai .rolling-circle .rolling-text span.ai {
    font-size: var(--font-size-160);
  }
  .ai .rolling-circle .rolling-text span.cloud {
    font-size: var(--font-size-120);
  }
  .ai .rolling-circle .rolling-text span.mlops {
    font-size: var(--font-size-90);
  }
  .ai .ai-common-tit p {
    font-size: var(--font-size-15);
  }
  .ai .ai-common-tit h5 {
    font-size: var(--font-size-20);
  }
  .ai .ai-common-tit span {
    display: none;
  }
  .ai .platform-wrap {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url("../images/sub/bg-platform.png");
  }
  .ai .platform-wrap .ai-common-tit h5 {
    color: var(--color-white);
  }
  .ai .platform-wrap .platform-chat {
    background: none;
    border-radius: 0;
  }
  .ai .platform-wrap .platform-chat .swiper-wrapper {
    flex-direction: column;
    overflow-y: auto;
    box-sizing: border-box;
  }
  .ai .platform-wrap .platform-chat .swiper-slide {
    height: auto;
    margin-bottom: var(--spacing-40);
  }
  .ai .platform-wrap .platform-chat .swiper-pagination {
    display: none;
  }
  .ai .platform-wrap .platform-chat dl {
    width: 100%;
  }
  .ai .platform-wrap .platform-chat dl dt {
    font-size: var(--font-size-13);
    padding: var(--spacing-12) var(--spacing-20);
    border-radius: 0.625rem;
  }
  .ai .platform-wrap .platform-chat dl dd {
    padding: var(--spacing-56) var(--spacing-20) var(--spacing-20);
    gap: var(--spacing-12);
    max-width: 280px;
    font-size: var(--font-size-13);
    border-radius: 0.625rem;
  }
  .ai .platform-wrap .platform-chat dl dd b {
    font-size: var(--font-size-16);
  }
  .ai .platform-wrap .platform-chat dl dd:before {
    top: var(--spacing-20);
    left: var(--spacing-20);
    width: 32px;
    height: 24px;
  }
  .ai .platform-wrap .platform-chat dl dt, .ai .platform-wrap .platform-chat dl dd {
    display: none;
    opacity: 1;
    transform: translateY(0);
  }
  .ai .image-wrap {
    gap: var(--spacing-40);
    height: auto;
    padding: var(--spacing-80) 0;
  }
  .ai .image-wrap .image-box {
    max-height: none;
  }
  .ai .image-wrap .image-box img {
    width: 320px;
  }
  .ai .end-to-end {
    gap: var(--spacing-38);
    height: auto;
    padding: var(--spacing-80) 0;
  }
  .ai .end-to-end .round-wrap .round-box .round-bg {
    background-image: url(../images/sub/bg-end-to-end-border-mobile.png);
    height: 48%;
    transform: rotate(180deg);
    left: 6px;
  }
  .ai .end-to-end .round-wrap .round-box .round-bg.second {
    transform: rotate(0);
    left: -6px;
    top: inherit;
    bottom: 0;
  }
  .ai .end-to-end .round-wrap ul {
    flex-direction: column;
  }
  .ai .end-to-end .round-wrap li {
    width: 240px;
    height: 240px;
  }
  .ai .end-to-end .round-wrap li b {
    font-size: var(--font-size-16);
  }
  .ai .end-to-end .round-wrap li b span {
    font-size: var(--font-size-13);
  }
  .ai .end-to-end .round-wrap li p {
    font-size: var(--font-size-13);
  }
  .ai .end-to-end .round-wrap > p {
    width: 80%;
    font-size: var(--font-size-15);
  }
  .ai .end-to-end .round-wrap > p br {
    display: none;
  }
}

/* AI 사업부 ---------------------// */
/* //--------------------- DX 사업부 공통 */
.dx .visual-wrap {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  overflow: hidden;
}
.dx .visual-wrap .bread-crumb {
  z-index: 4;
  opacity: 0;
  transform: translateY(100px);
}
.dx .visual-wrap .bread-crumb span {
  color: var(--color-white);
}
.dx .visual-wrap .bread-crumb img {
  filter: brightness(0) saturate(100%) invert(100%);
}
.dx .visual-wrap .visual-box {
  position: relative;
  display: flex;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.dx .visual-wrap .visual-box #bgCanvas,
.dx .visual-wrap .visual-box #asciiCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.dx .visual-wrap .visual-box #bgCanvas {
  z-index: 1;
}
.dx .visual-wrap .visual-box #asciiCanvas {
  z-index: 2;
}
.dx .visual-wrap .visual-content {
  z-index: 3;
  opacity: 0;
  transform: translateY(-60px);
  position: absolute;
  top: 0;
}
.dx .visual-wrap .gradient-bg {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 12;
  background: linear-gradient(0deg, rgb(32, 39, 24) 35%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
}
.dx .digital, .dx .innovation {
  display: none;
  overflow: hidden;
}
.dx .digital.active, .dx .innovation.active {
  display: block;
}

/* DX 사업부 ---------------------// */
/* //--------------------- 디지털 전환 */
.digital {
  position: relative;
}
.digital .number-wrap {
  height: 100vh;
  background-color: #202718;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.digital .number-wrap h5 {
  color: var(--color-white);
  font-size: var(--font-size-40);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.8px;
  position: relative;
  z-index: 10;
  opacity: 0;
}
.digital .number-wrap .divide {
  position: absolute;
  left: 0;
  width: 0;
  border-top: 1px dashed var(--color-white-1);
  z-index: 10;
}
.digital .number-wrap .number-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.digital .number-wrap .number-box ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95%;
  height: 75vh;
}
.digital .number-wrap .number-box ul li {
  opacity: 0;
}
.digital .number-wrap .number-box ul li:nth-of-type(1) {
  width: 30%;
}
.digital .number-wrap .number-box ul li:nth-of-type(1) dl {
  background-color: #252D1C;
}
.digital .number-wrap .number-box ul li:nth-of-type(2) {
  width: 22%;
}
.digital .number-wrap .number-box ul li:nth-of-type(2) dl {
  background-color: #1C2016;
}
.digital .number-wrap .number-box ul li:nth-of-type(2) dl dt span {
  font-size: var(--font-size-80);
}
.digital .number-wrap .number-box ul li:nth-of-type(3) {
  width: 48%;
}
.digital .number-wrap .number-box ul li:nth-of-type(3) dl {
  background-color: #28311E;
}
.digital .number-wrap .number-box dl {
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: var(--spacing-48);
  padding-bottom: var(--spacing-46);
  box-sizing: border-box;
}
.digital .number-wrap .number-box dl dt {
  display: flex;
  align-items: center;
  color: var(--color-white);
  height: var(--spacing-100);
}
.digital .number-wrap .number-box dl dt span {
  color: var(--color-white);
  font-size: var(--font-size-100);
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 140px */
  letter-spacing: -2px;
}
.digital .number-wrap .number-box dl dt label {
  color: var(--color-white);
  font-size: var(--font-size-70);
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 140px */
  letter-spacing: -1.4px;
}
.digital .number-wrap .number-box dl dt em {
  color: var(--color-white-8);
  font-size: var(--font-size-18);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.36px;
  margin-right: var(--spacing-16);
}
.digital .number-wrap .number-box dl dt em:nth-of-type(2) {
  margin-left: var(--spacing-24);
}
.digital .number-wrap .number-box dl dd {
  color: var(--color-white-6);
  font-size: var(--font-size-18);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.36px;
}
.digital .round {
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  gap: var(--spacing-110);
}
.digital .round h5 {
  text-align: center;
  color: var(--color-gray-7);
  font-size: var(--font-size-40);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.8px;
}
.digital .round .round-box {
  display: flex;
  align-items: center;
}
.digital .round .round-box ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  width: 100%;
  max-width: 1570px;
  position: relative;
  flex-shrink: 0;
}
.digital .round .round-box ul li {
  position: relative;
}
.digital .round .round-box ul li svg {
  position: relative;
}
.digital .round .round-box ul li p {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: var(--spacing-24);
}
.digital .round .round-box ul li p span {
  color: var(--color-gray-7);
  font-size: var(--font-size-22);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.44px;
  line-height: var(--line-height-160);
}
.digital .round .round-box ul li:first-child p {
  padding-left: 5%;
}
.digital .round .round-box ul li:nth-child(2) svg {
  left: -3%;
}
.digital .round .round-box ul li:nth-child(3) svg {
  right: 6%;
}
.digital .round .round-box ul li:last-child p {
  margin-left: -5%;
}
.digital .round .round-box ul li:last-child svg {
  position: absolute;
  right: 0;
}
.digital .round .round-box .elem {
  fill: none;
  stroke: #000;
  stroke-width: 1;
  stroke-dasharray: 314;
  stroke-dashoffset: 314;
  shape-rendering: geometricPrecision;
}
.digital .round .round-box .round-line {
  position: relative;
  width: 100%;
}
.digital .round .round-box .round-line .line-fill {
  width: 0%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
}
.digital .highlight-wrap {
  height: 100vh;
  background-color: var(--color-gray-0);
  position: relative;
}
.digital .highlight-wrap > p {
  transform: translateY(50px);
  opacity: 0;
}
.digital .highlight-wrap > p span:before {
  background-color: #CCF2E5;
}
.digital .highlight-wrap .btn-profile {
  display: flex;
  overflow: hidden;
  position: absolute;
  transform: translateY(140px);
  justify-content: center;
  opacity: 0;
}
.digital .highlight-wrap .btn-profile img {
  width: 60px;
  position: relative;
  z-index: 1;
}
.digital .highlight-wrap .btn-profile p {
  overflow: hidden;
  white-space: nowrap;
  transform: translate(-14px, 5px);
  width: 0;
}
.digital .highlight-wrap .btn-profile p span {
  background-color: var(--color-green-1);
  color: var(--color-white);
  font-size: var(--font-size-18);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.36px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 var(--spacing-40);
  border-radius: 0 var(--spacing-10) var(--spacing-10) 0;
  opacity: 0;
}
.digital .tab-wrap {
  height: 100vh;
  position: relative;
}
.digital .tab-wrap .tab-image-box {
  position: absolute;
  background: var(--color-white);
  width: 100%;
  height: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.digital .tab-wrap .tab-image-box ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25vw;
  max-height: 500px;
}
.digital .tab-wrap .tab-image-box ul li {
  width: 25vw;
  height: 25vw;
  max-width: 500px;
  max-height: 500px;
  position: fixed;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
}
.digital .tab-wrap .tab-image-box ul li.platform {
  z-index: 6;
  max-width: 500px;
  max-height: 500px;
  opacity: 0;
}
.digital .tab-wrap .tab-image-box ul li.platform span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  clip-path: inset(100% 0% 0% 0%);
  opacity: 0;
  transition: opacity 0.5s;
  will-change: opacity;
}
.digital .tab-wrap .tab-image-box ul li.platform span.left-platform {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sub/img-dx-platform.png");
  z-index: 6;
}
.digital .tab-wrap .tab-image-box ul li.platform span.left-iot {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sub/img-dx-iot.png");
}
.digital .tab-wrap .tab-image-box ul li.platform span.left-decision {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sub/img-dx-decision.png");
}
.digital .tab-wrap .tab-image-box ul li.platform span.left-ai {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sub/img-dx-ai.png");
}
.digital .tab-wrap .tab-image-box ul li.platform span.active {
  z-index: 7;
  opacity: 1;
}
.digital .tab-wrap .tab-image-box ul li.iot {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sub/img-dx-iot.png");
  z-index: 3;
  opacity: 0;
}
.digital .tab-wrap .tab-image-box ul li.decision {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sub/img-dx-decision.png");
  z-index: 2;
  opacity: 0;
}
.digital .tab-wrap .tab-image-box ul li.ai {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sub/img-dx-ai.png");
  z-index: 1;
}
.digital .tab-wrap .tab-text-box {
  position: absolute;
  display: flex;
  width: 63%;
  height: 100%;
  padding-left: 150px;
  align-items: center;
  right: 0;
  box-sizing: border-box;
  background: var(--color-white);
  opacity: 0;
  z-index: 5;
  transition: opacity 0.5s;
  will-change: opacity;
}
.digital .tab-wrap .tab-text-box ul {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-4);
}
.digital .tab-wrap .tab-text-box li {
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 0.5s, transform 0.5s;
  will-change: opacity, transform;
}
.digital .tab-wrap .tab-text-box li em, .digital .tab-wrap .tab-text-box li .tab-text-sub {
  display: block;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.5s, opacity 0.5s;
  will-change: max-height, opacity;
}
.digital .tab-wrap .tab-text-box li em {
  color: var(--color-green-1);
  font-size: var(--font-size-18);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.36px;
}
.digital .tab-wrap .tab-text-box li button {
  color: var(--color-gray-1);
  font-size: var(--font-size-58);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -1.16px;
  transition: font-size 0.5s, color 0.5s;
  will-change: font-size, color;
  text-align: left;
}
.digital .tab-wrap .tab-text-box li .tab-text-sub {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-40);
  margin-top: var(--spacing-8);
  opacity: 0;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: max-height, opacity;
}
.digital .tab-wrap .tab-text-box li .tab-text-sub b {
  color: var(--color-gray-6);
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
  line-height: var(--line-height-160);
}
.digital .tab-wrap .tab-text-box li .tab-text-sub p {
  display: flex;
  max-width: 600px;
  gap: var(--spacing-12);
  flex-wrap: wrap;
}
.digital .tab-wrap .tab-text-box li .tab-text-sub span {
  color: var(--color-gray-5);
  font-size: var(--font-size-15);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.3px;
  display: flex;
  padding: var(--spacing-8) var(--spacing-18);
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: var(--color-gray-0);
  backdrop-filter: blur(20px);
}
.digital .tab-wrap .tab-text-box li.active {
  margin-bottom: var(--spacing-48);
}
.digital .tab-wrap .tab-text-box li.active em {
  opacity: 1;
  max-height: 140%;
}
.digital .tab-wrap .tab-text-box li.active button {
  color: var(--color-gray-6);
  font-size: var(--font-size-86);
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 140px */
  letter-spacing: -1.72px;
}
.digital .tab-wrap .tab-text-box li.active .tab-text-sub {
  max-height: 200px;
  opacity: 1;
}
@media (max-width: 1440px) {
  .digital .round .round-box ul {
    width: 90%;
  }
  .digital .round .round-box ul li svg {
    width: 110%;
  }
  .digital .round .round-box ul li p span {
    width: 80%;
  }
  .digital .tab-wrap .tab-text-box {
    padding-left: 100px;
  }
}
@media (max-width: 1024px) {
  .digital .round {
    gap: var(--spacing-60);
  }
  .digital .round h5 {
    font-size: var(--font-size-32);
  }
  .digital .round .round-box ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 600px;
  }
  .digital .round .round-box ul li svg {
    height: auto;
    left: -5%;
  }
  .digital .round .round-box ul li p {
    box-sizing: border-box;
  }
  .digital .round .round-box ul li p span {
    width: 80%;
  }
  .digital .round .round-box ul li:first-child {
    top: 1%;
  }
  .digital .round .round-box ul li:first-child p {
    padding-left: 0;
  }
  .digital .round .round-box ul li:nth-child(2) {
    top: 1%;
  }
  .digital .round .round-box ul li:nth-child(2) svg {
    left: -5%;
  }
  .digital .round .round-box ul li:nth-child(3) svg {
    right: 0;
  }
  .digital .round .round-box ul li:last-child p {
    margin-left: 0;
  }
  .digital .round .round-box ul li:last-child svg {
    right: 0;
  }
}
@media (max-width: 1200px) {
  .digital .number-wrap h5 {
    font-size: var(--font-size-30);
  }
  .digital .number-wrap .number-box {
    transform: translate(0px, 10vh);
  }
  .digital .number-wrap .number-box ul {
    width: 90%;
    height: 65vh;
  }
  .digital .number-wrap .number-box ul li:nth-of-type(2) dl dt span {
    font-size: var(--font-size-48);
  }
  .digital .number-wrap .number-box ul li:nth-of-type(2) dl dt label {
    font-size: var(--font-size-48);
  }
  .digital .number-wrap .number-box dl {
    gap: var(--spacing-26);
    padding-bottom: var(--spacing-24);
  }
  .digital .number-wrap .number-box dl dt {
    height: var(--spacing-76);
  }
  .digital .number-wrap .number-box dl dt span {
    font-size: var(--font-size-76);
  }
  .digital .number-wrap .number-box dl dt label {
    font-size: var(--font-size-56);
  }
  .digital .number-wrap .number-box dl dd {
    font-size: var(--font-size-16);
  }
  .digital .tab-wrap .tab-text-box {
    padding-left: 0;
    bottom: 0;
    padding-top: var(--spacing-32);
    box-sizing: border-box;
  }
  .digital .tab-wrap .tab-text-box ul {
    width: 95%;
    margin: 0 auto;
  }
  .digital .tab-wrap .tab-text-box li {
    transform: translateY(0);
  }
  .digital .tab-wrap .tab-text-box li em {
    font-size: var(--font-size-16);
  }
  .digital .tab-wrap .tab-text-box li button {
    font-size: var(--font-size-46);
  }
  .digital .tab-wrap .tab-text-box li .tab-text-sub {
    gap: var(--spacing-32);
  }
  .digital .tab-wrap .tab-text-box li .tab-text-sub b {
    font-size: var(--font-size-14);
  }
  .digital .tab-wrap .tab-text-box li .tab-text-sub b br {
    display: none;
  }
  .digital .tab-wrap .tab-text-box li .tab-text-sub span {
    font-size: var(--font-size-13);
    padding: var(--spacing-6) var(--spacing-14);
  }
  .digital .tab-wrap .tab-text-box li .tab-text-sub p {
    font-size: var(--font-size-13);
    gap: var(--spacing-8);
  }
  .digital .tab-wrap .tab-text-box li.active {
    margin-bottom: var(--spacing-32);
  }
  .digital .tab-wrap .tab-text-box li.active button {
    font-size: var(--font-size-64);
  }
}
@media (max-width: 768px) {
  .digital .number-wrap h5 {
    font-size: var(--font-size-20);
  }
  .digital .number-wrap .divide {
    display: none;
  }
  .digital .number-wrap .number-box ul {
    display: grid;
    align-items: end;
    align-content: center;
    grid-template-columns: 1.5fr 1fr;
    max-width: 400px;
  }
  .digital .number-wrap .number-box ul li:nth-of-type(1) {
    width: 100%;
  }
  .digital .number-wrap .number-box ul li:nth-of-type(2) {
    width: 100%;
  }
  .digital .number-wrap .number-box ul li:nth-of-type(2) dl dt span {
    font-size: var(--font-size-30);
  }
  .digital .number-wrap .number-box ul li:nth-of-type(2) dl dt label {
    font-size: var(--font-size-26);
  }
  .digital .number-wrap .number-box ul li:nth-of-type(3) {
    grid-column: span 2;
    width: 100%;
  }
  .digital .number-wrap .number-box dl {
    gap: var(--spacing-6);
  }
  .digital .number-wrap .number-box dl dt {
    height: auto;
  }
  .digital .number-wrap .number-box dl dt span {
    font-size: var(--font-size-50);
  }
  .digital .number-wrap .number-box dl dt label {
    font-size: var(--font-size-40);
  }
  .digital .number-wrap .number-box dl dd {
    font-size: var(--font-size-13);
  }
  .digital .round h5 {
    font-size: var(--font-size-20);
  }
  .digital .round .round-box ul {
    width: 600px;
  }
  .digital .round .round-box ul li p span {
    font-size: var(--font-size-14);
  }
  .digital .round .round-box ul li:first-child, .digital .round .round-box ul li:nth-child(2) {
    top: 1.5%;
  }
  .digital .highlight-wrap {
    gap: var(--spacing-8);
  }
  .digital .highlight-wrap .btn-profile {
    transform: translateY(90px);
  }
  .digital .highlight-wrap .btn-profile img {
    width: 40px;
  }
  .digital .highlight-wrap .btn-profile p span {
    font-size: var(--font-size-15);
    padding: 0 var(--spacing-24);
    height: 40px;
  }
  .digital .tab-wrap {
    overflow: hidden;
  }
  .digital .tab-wrap .tab-text-box {
    width: 100%;
    height: 50vh;
  }
  .digital .tab-wrap .tab-text-box li em {
    font-size: var(--font-size-15);
  }
  .digital .tab-wrap .tab-text-box li button {
    font-size: var(--font-size-32);
  }
  .digital .tab-wrap .tab-text-box li .tab-text-sub p {
    display: none;
  }
  .digital .tab-wrap .tab-text-box li.active button {
    font-size: var(--font-size-42);
  }
}
@media (max-width: 650px) {
  .digital .round .round-box ul {
    width: 450px;
  }
  .digital .round .round-box ul li p span {
    width: 90%;
    font-size: var(--font-size-16);
  }
}
@media (max-width: 500px) {
  .digital .round .round-box ul {
    width: 360px;
  }
  .digital .round .round-box ul li p {
    gap: var(--spacing-14);
  }
  .digital .round .round-box ul li p span {
    width: 75%;
    font-size: var(--font-size-12);
  }
  .digital .round .round-box ul li:first-child svg {
    top: 1%;
  }
  .digital .round .round-box ul li:nth-child(2) svg {
    top: 1%;
  }
}

/* 디지털 전환 ---------------------// */
/* //--------------------- AI 기반 혁신 */
.innovation .numbers-box h5 {
  color: var(--color-gray-7);
  font-size: var(--font-size-44);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.5px;
}
.innovation .numbers-box .txt-back,
.innovation .numbers-box .txt-front {
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.innovation .numbers-box .txt-back span,
.innovation .numbers-box .txt-front span {
  display: block;
}
.innovation .numbers-box .txt-back span br,
.innovation .numbers-box .txt-front span br {
  display: none;
}
.innovation .numbers-box .txt-back span h5 span {
  background-color: var(--color-white);
}
.innovation .numbers-box .txt-front {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  color: var(--color-white);
  clip-path: inset(0% 100% 0% 0%);
  z-index: 5;
}
.innovation .numbers-box .front-wrap {
  background-color: var(--color-gray-1);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.innovation .numbers-box .front-wrap .round-box {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  transform: translateY(110px);
  opacity: 0;
}
.innovation .numbers-box .front-wrap .round-box ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  width: 100%;
  max-width: 1570px;
  position: relative;
  flex-shrink: 0;
}
.innovation .numbers-box .front-wrap .round-box ul li {
  position: relative;
}
.innovation .numbers-box .front-wrap .round-box ul li svg {
  position: relative;
}
.innovation .numbers-box .front-wrap .round-box ul li p {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: var(--spacing-24);
}
.innovation .numbers-box .front-wrap .round-box ul li p span {
  color: var(--color-gray-7);
  font-size: var(--font-size-22);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.44px;
  line-height: var(--line-height-160);
}
.innovation .numbers-box .front-wrap .round-box ul li:first-child p {
  padding-left: 5%;
}
.innovation .numbers-box .front-wrap .round-box ul li:nth-child(2) svg {
  left: -3%;
}
.innovation .numbers-box .front-wrap .round-box ul li:nth-child(3) svg {
  right: 6%;
}
.innovation .numbers-box .front-wrap .round-box ul li:last-child p {
  margin-left: -5%;
}
.innovation .numbers-box .front-wrap .round-box ul li:last-child svg {
  position: absolute;
  right: 0;
}
.innovation .numbers-box .front-wrap .round-box .elem {
  fill: none;
  stroke: #000;
  stroke-width: 1;
  stroke-dasharray: 314;
  stroke-dashoffset: 314;
  shape-rendering: geometricPrecision;
}
.innovation .numbers-box .front-wrap .round-box .round-line {
  position: relative;
  width: 100%;
}
.innovation .numbers-box .front-wrap .round-box .round-line .line-fill {
  width: 0%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
}
.innovation .dev-one-wrap {
  height: 100vh;
  background-color: var(--color-gray-7);
}
.innovation .dev-one-wrap .dev-one-round {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  padding: 5% 0;
  box-sizing: border-box;
}
.innovation .dev-one-wrap .dev-one-round .inner-box {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.innovation .dev-one-wrap .dev-one-round .inner-box .dev-one-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  width: 360px;
  height: 360px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.innovation .dev-one-wrap .dev-one-round .inner-box .dev-one-box.box-center {
  background-color: var(--color-gray-1);
  opacity: 0;
}
.innovation .dev-one-wrap .dev-one-round .inner-box .dev-one-box.box-center span {
  color: var(--color-gray-4);
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
}
.innovation .dev-one-wrap .dev-one-round .inner-box .dev-one-box.box-center p {
  color: var(--color-black);
  font-size: var(--font-size-42);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.84px;
}
.innovation .dev-one-wrap .dev-one-round .inner-box .outer-round {
  width: 360px;
  height: 360px;
  position: relative;
}
.innovation .dev-one-wrap .dev-one-round .inner-box .box-outer {
  border: 1px dashed var(--color-white-4);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.innovation .dev-one-wrap .dev-one-round .inner-box .box-outer p {
  color: var(--color-white);
  font-size: var(--font-size-20);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.4px;
  display: flex;
  padding: var(--spacing-24) var(--spacing-60);
  justify-content: center;
  align-items: center;
  background-color: var(--color-gray-7);
  position: absolute;
  box-sizing: border-box;
}
.innovation .dev-one-wrap .dev-one-round .inner-box .box-outer p:first-child {
  transform: translateX(-50%);
  left: 0;
}
.innovation .dev-one-wrap .dev-one-round .inner-box .box-outer p:last-child {
  transform: translateX(50%);
  right: 0;
}
.innovation .dev-one-wrap .dev-one-round .inner-box .box-outer:nth-of-type(1) {
  width: 250%;
  height: 250%;
}
.innovation .dev-one-wrap .dev-one-round .inner-box .box-outer:nth-of-type(2) {
  width: 400%;
  height: 400%;
}
.innovation .dev-one-wrap .dev-one-round .inner-box .line-text {
  position: absolute;
  height: 100px;
  width: 100%;
  left: 0;
  z-index: 2;
  background: var(--color-gray-1);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  white-space: nowrap;
  clip-path: inset(0% 100% 0% 0%);
}
.innovation .dev-one-wrap .dev-one-round .inner-box .line-text p {
  display: flex;
  gap: var(--spacing-4);
  align-items: center;
}
.innovation .dev-one-wrap .dev-one-round .inner-box .line-text p span {
  color: var(--color-gray-7);
  font-size: var(--font-size-20);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.4px;
}
.innovation .dev-one-wrap .dev-one-round .inner-box .line-text p b {
  color: var(--color-gray-7);
  font-size: var(--font-size-26);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.5px;
}
.innovation .dev-one-wrap .dev-one-round .inner-txt {
  color: var(--color-white);
  font-size: var(--font-size-18);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.36px;
  line-height: var(--line-height-160);
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
}
.innovation .dev-one-wrap .dev-one-round .inner-txt b {
  font-weight: 700;
}
.innovation .dev-one-wrap .dev-one-list-wrap {
  position: absolute;
  top: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../images/sub/bg-dev-one.png");
  height: 100%;
  padding: 5% 0;
  box-sizing: border-box;
  z-index: 3;
  opacity: 0;
}
.innovation .dev-one-wrap .dev-one-list-wrap .slide-list {
  margin-top: 0;
}
.innovation .dev-one-wrap .dev-one-list-wrap .slide-list dt span, .innovation .dev-one-wrap .dev-one-list-wrap .slide-list dt p {
  color: var(--color-white);
}
.innovation .dev-one-wrap .dev-one-list-wrap .slide-list dd ul {
  grid-template-rows: repeat(2, 1fr);
}
.innovation .dev-one-wrap .dev-one-list-wrap .slide-list dd ul li {
  background: var(--color-white-1);
  backdrop-filter: blur(20px);
}
.innovation .dev-one-wrap .dev-one-list-wrap .slide-list dd ul li b {
  color: var(--color-white);
}
.innovation .dev-one-wrap .dev-one-list-wrap .slide-list dd ul li span {
  color: var(--color-white-8);
}
.innovation .dev-one-wrap .dev-one-list-wrap .slide-list dd ul li:nth-child(3), .innovation .dev-one-wrap .dev-one-list-wrap .slide-list dd ul li:nth-child(4) {
  transform: translateY(0);
}
@media (max-width: 1580px) {
  .innovation .dev-one-wrap .dev-one-round .inner-box .dev-one-box {
    width: 300px;
    height: 300px;
  }
  .innovation .dev-one-wrap .dev-one-round .inner-box .box-outer:nth-of-type(1) {
    width: 180%;
    height: 180%;
  }
  .innovation .dev-one-wrap .dev-one-round .inner-box .box-outer:nth-of-type(2) {
    width: 300%;
    height: 300%;
  }
}
@media (max-width: 1440px) {
  .innovation .numbers-box .front-wrap .round-box ul {
    width: 90%;
  }
  .innovation .numbers-box .front-wrap .round-box ul li svg {
    width: 110%;
  }
  .innovation .numbers-box .front-wrap .round-box ul li p span {
    width: 80%;
  }
  .innovation .numbers-box .front-wrap .round-box ul li:nth-child(3) span br:last-child {
    display: none;
  }
  .innovation .numbers-box .front-wrap .round-box ul li:nth-child(4) span br:first-child {
    display: none;
  }
}
@media (max-width: 1200px) {
  .innovation .numbers-box h5 {
    font-size: var(--font-size-32);
  }
  .innovation .numbers-box .front-wrap .round-box ul li p span {
    font-size: var(--font-size-18);
  }
  .innovation .dev-one-wrap .dev-one-round .inner-box .dev-one-box {
    width: 260px;
    height: 260px;
  }
  .innovation .dev-one-wrap .dev-one-round .inner-box .dev-one-box.box-center span {
    font-size: var(--font-size-15);
  }
  .innovation .dev-one-wrap .dev-one-round .inner-box .dev-one-box.box-center p {
    font-size: var(--font-size-36);
  }
  .innovation .dev-one-wrap .dev-one-round .inner-box .box-outer:nth-of-type(1) {
    width: 130%;
    height: 130%;
  }
  .innovation .dev-one-wrap .dev-one-round .inner-box .box-outer:nth-of-type(2) {
    width: 200%;
    height: 200%;
  }
  .innovation .dev-one-wrap .dev-one-round .inner-box .box-outer p {
    font-size: var(--font-size-18);
  }
  .innovation .dev-one-wrap .dev-one-round .inner-box .line-text p span {
    font-size: var(--font-size-18);
  }
  .innovation .dev-one-wrap .dev-one-round .inner-box .line-text p span b {
    font-size: var(--font-size-24);
  }
  .innovation .dev-one-wrap .dev-one-round .inner-txt {
    font-size: var(--font-size-16);
  }
  .innovation .dev-one-wrap .dev-one-list-wrap {
    display: flex;
    align-items: center;
  }
  .innovation .dev-one-wrap .dev-one-list-wrap .slide-list {
    height: 80vh;
    margin-top: 10vh;
  }
}
@media (max-width: 1024px) {
  .innovation .numbers-box .front-wrap .round-box ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 50%;
    max-width: 500px;
  }
  .innovation .numbers-box .front-wrap .round-box ul li svg {
    height: auto;
    left: -5%;
  }
  .innovation .numbers-box .front-wrap .round-box ul li p b {
    font-size: var(--font-size-28);
  }
  .innovation .numbers-box .front-wrap .round-box ul li p span {
    width: 80%;
  }
  .innovation .numbers-box .front-wrap .round-box ul li:first-child {
    top: 1%;
  }
  .innovation .numbers-box .front-wrap .round-box ul li:first-child p {
    padding-left: 0;
  }
  .innovation .numbers-box .front-wrap .round-box ul li:nth-child(2) {
    top: 1%;
  }
  .innovation .numbers-box .front-wrap .round-box ul li:nth-child(2) svg {
    left: -5%;
  }
  .innovation .numbers-box .front-wrap .round-box ul li:nth-child(3) svg {
    right: 0;
  }
  .innovation .numbers-box .front-wrap .round-box ul li:last-child p {
    margin-left: 0;
  }
  .innovation .numbers-box .front-wrap .round-box ul li:last-child svg {
    right: 0;
  }
}
@media (max-width: 768px) {
  .innovation .numbers-box h5 {
    font-size: var(--font-size-20);
  }
  .innovation .numbers-box .front-wrap .round-box {
    transform: translateY(20%);
  }
  .innovation .numbers-box .front-wrap .round-box ul {
    width: 600px;
  }
  .innovation .numbers-box .front-wrap .round-box ul li p b {
    font-size: var(--font-size-24);
  }
  .innovation .numbers-box .front-wrap .round-box ul li p span {
    font-size: var(--font-size-14);
  }
  .innovation .numbers-box .front-wrap .round-box ul li:first-child, .innovation .numbers-box .front-wrap .round-box ul li:nth-child(2) {
    top: 1.5%;
  }
  .innovation .dev-one-wrap .dev-one-round .inner-box .dev-one-box {
    width: 240px;
    height: 240px;
  }
  .innovation .dev-one-wrap .dev-one-round .inner-box .dev-one-box.box-center span {
    font-size: var(--font-size-13);
  }
  .innovation .dev-one-wrap .dev-one-round .inner-box .dev-one-box.box-center p {
    font-size: var(--font-size-28);
  }
  .innovation .dev-one-wrap .dev-one-round .inner-box .box-outer:nth-of-type(1) {
    width: 110%;
    height: 110%;
  }
  .innovation .dev-one-wrap .dev-one-round .inner-box .box-outer:nth-of-type(2) {
    width: 160%;
    height: 160%;
  }
  .innovation .dev-one-wrap .dev-one-round .inner-box .box-outer p {
    font-size: var(--font-size-15);
  }
  .innovation .dev-one-wrap .dev-one-round .inner-box .box-outer p:first-child {
    left: inherit;
    top: 0;
    transform: translate(-50%, -50%);
  }
  .innovation .dev-one-wrap .dev-one-round .inner-box .box-outer p:last-child {
    right: inherit;
    bottom: 0;
    transform: translate(0, 50%);
  }
  .innovation .dev-one-wrap .dev-one-round .inner-box .line-text p span {
    font-size: var(--font-size-20);
  }
  .innovation .dev-one-wrap .dev-one-round .inner-box .line-text p span b {
    font-size: var(--font-size-16);
  }
  .innovation .dev-one-wrap .dev-one-round .inner-txt {
    font-size: var(--font-size-16);
  }
  .innovation .dev-one-wrap .dev-one-list-wrap {
    display: flex;
    align-items: center;
  }
  .innovation .dev-one-wrap .dev-one-list-wrap .slide-list {
    height: 80vh;
    margin-top: 10vh;
  }
}
@media (max-width: 650px) {
  .innovation .numbers-box .front-wrap .round-box ul {
    width: 450px;
  }
  .innovation .numbers-box .front-wrap .round-box ul li p b {
    font-size: var(--font-size-20);
  }
  .innovation .numbers-box .front-wrap .round-box ul li p span {
    width: 90%;
    font-size: var(--font-size-16);
  }
}
@media (max-width: 500px) {
  .innovation .numbers-box .front-wrap .round-box ul {
    width: 360px;
  }
  .innovation .numbers-box .front-wrap .round-box ul li svg {
    width: 100%;
  }
  .innovation .numbers-box .front-wrap .round-box ul li p {
    gap: var(--spacing-14);
  }
  .innovation .numbers-box .front-wrap .round-box ul li p span {
    width: 75%;
    font-size: var(--font-size-12);
  }
  .innovation .numbers-box .front-wrap .round-box ul li p b {
    font-size: var(--font-size-18);
  }
  .innovation .numbers-box .front-wrap .round-box ul li:first-child {
    left: 5%;
  }
  .innovation .numbers-box .front-wrap .round-box ul li:first-child svg {
    top: 1%;
    left: 0;
  }
  .innovation .numbers-box .front-wrap .round-box ul li:nth-child(2) {
    right: 5%;
  }
  .innovation .numbers-box .front-wrap .round-box ul li:nth-child(2) svg {
    top: 1%;
    left: 0;
  }
  .innovation .numbers-box .front-wrap .round-box ul li:nth-child(3) {
    left: 5%;
  }
  .innovation .numbers-box .front-wrap .round-box ul li:nth-child(3) svg {
    left: 0;
  }
  .innovation .numbers-box .front-wrap .round-box ul li:last-child {
    right: 5%;
  }
  .innovation .numbers-box .front-wrap .round-box ul li:last-child svg {
    left: 0;
  }
}

/* AI 기반 혁신 ---------------------// */
/* //--------------------- 뉴스 */
.news .news-list {
  padding-top: var(--spacing-120);
  max-width: 1712px; /* 뉴스 가이드 예외케이스 */
  width: 95%;
  margin: 0 auto;
}
.news .news-list ul li {
  width: 33.3%;
  float: left;
}
.news .news-list ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  gap: var(--spacing-16);
  padding: 0 var(--spacing-16);
  box-sizing: border-box;
  margin-bottom: var(--spacing-150);
}
.news .news-list ul li img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  width: 100%;
  transition: all 0.4s;
}
.news .news-list ul li img:hover {
  transform: scale(1.1);
  transition: all 0.5s;
}
.news .news-list ul li em, .news .news-list ul li p, .news .news-list ul li span {
  display: block;
  width: 100%;
}
.news .news-list ul li em {
  padding-top: var(--spacing-24);
  font-style: normal;
  color: var(--color-gray-3);
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
}
.news .news-list ul li p {
  color: var(--color-gray-7);
  font-size: var(--font-size-24);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  line-height: var(--line-height-160);
}
.news .news-list ul li span {
  color: var(--color-gray-3);
  font-size: var(--font-size-18);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.36px;
  line-height: var(--line-height-160);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.news .news-list ul li:nth-last-child(-n+3) a {
  margin-bottom: var(--spacing-200);
}
@media (max-width: 1200px) {
  .news .news-list {
    padding: var(--spacing-80) 0;
  }
  .news .news-list ul li {
    width: 50%;
  }
  .news .news-list ul li a {
    margin-bottom: var(--spacing-110);
  }
  .news .news-list ul li em {
    font-size: var(--font-size-14);
  }
  .news .news-list ul li p {
    font-size: var(--font-size-21);
  }
  .news .news-list ul li span {
    font-size: var(--font-size-15);
  }
}
@media (max-width: 768px) {
  .news .news-list {
    padding: var(--spacing-60) 0 0;
    width: 100%;
  }
  .news .news-list ul li {
    width: 100%;
    padding: 0;
  }
  .news .news-list ul li a {
    margin-bottom: var(--spacing-80);
    gap: var(--spacing-12);
  }
  .news .news-list ul li em {
    font-size: var(--font-size-13);
    padding-top: var(--spacing-12);
  }
  .news .news-list ul li p {
    font-size: var(--font-size-18);
  }
  .news .news-list ul li span {
    font-size: var(--font-size-15);
  }
}
.news .news-guide {
  max-width: 848px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .news .news-guide {
    width: calc(60% - 35px);
  }
}
@media (max-width: 768px) {
  .news .news-guide {
    width: calc(100% - 32px);
  }
}
.news .news-tit {
  margin: var(--spacing-100) auto var(--spacing-100);
}
.news .news-tit span {
  color: var(--color-gray-3);
  font-size: var(--font-size-18);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.36px;
}
.news .news-tit h5 {
  color: var(--color-gray-7);
  font-size: var(--font-size-48);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.96px;
  margin: var(--spacing-16) 0 var(--spacing-48);
}
.news .news-tit button {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: var(--color-gray-1);
  padding: var(--spacing-14);
  box-sizing: border-box;
}
.news .news-tit button img {
  width: 100%;
}
@media (max-width: 1580px) {
  .news .news-tit span {
    font-size: var(--font-size-17);
  }
  .news .news-tit h5 {
    font-size: var(--font-size-42);
  }
}
@media (max-width: 1440px) {
  .news .news-tit span {
    font-size: var(--font-size-16);
  }
  .news .news-tit h5 {
    font-size: var(--font-size-38);
  }
  .news .news-tit button {
    width: 50px;
    height: 50px;
    padding: var(--spacing-12);
  }
}
@media (max-width: 1200px) {
  .news .news-tit {
    margin: var(--spacing-70) auto var(--spacing-70);
  }
  .news .news-tit span {
    font-size: var(--font-size-15);
  }
  .news .news-tit h5 {
    font-size: var(--font-size-36);
  }
}
@media (max-width: 1024px) {
  .news .news-tit span {
    font-size: var(--font-size-14);
  }
  .news .news-tit h5 {
    font-size: var(--font-size-28);
  }
}
@media (max-width: 768px) {
  .news .news-tit {
    margin: var(--spacing-40) auto var(--spacing-40);
  }
  .news .news-tit span {
    font-size: var(--font-size-13);
  }
  .news .news-tit h5 {
    font-size: var(--font-size-24);
    margin: var(--spacing-8) 0 var(--spacing-24);
  }
  .news .news-tit button {
    width: 40px;
    height: 40px;
    padding: var(--spacing-10);
  }
}
.news .news-detail {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--spacing-160);
}
.news .news-detail .prev-news,
.news .news-detail .next-news {
  flex: 1;
  overflow: hidden;
}
.news .news-detail .prev-news p,
.news .news-detail .next-news p {
  color: var(--color-gray-5);
  font-size: var(--font-size-28);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.5px;
  line-height: var(--line-height-160);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: var(--spacing-24);
}
.news .news-detail .prev-news img,
.news .news-detail .next-news img {
  height: 360px;
}
@media (max-width: 1580px) {
  .news .news-detail .prev-news p,
  .news .news-detail .next-news p {
    font-size: var(--font-size-22);
  }
}
@media (max-width: 1440px) {
  .news .news-detail .prev-news p,
  .news .news-detail .next-news p {
    font-size: var(--font-size-18);
  }
}
.news .news-detail .prev-news p {
  color: var(--color-gray-3);
}
.news .news-detail .prev-news img {
  filter: grayscale(100%);
}
.news .news-detail .active-news {
  flex: 0 0 848px;
}
.news .news-detail .active-news img {
  width: 100%;
}
@media (max-width: 1580px) {
  .news .news-detail {
    gap: var(--spacing-120);
  }
}
@media (max-width: 1440px) {
  .news .news-detail {
    gap: var(--spacing-70);
  }
}
@media (max-width: 1200px) {
  .news .news-detail .prev-news img,
  .news .news-detail .next-news img {
    height: 220px;
  }
  .news .news-detail .active-news {
    flex: 0 0 60%;
  }
}
@media (max-width: 768px) {
  .news .news-detail .prev-news,
  .news .news-detail .next-news {
    display: none;
  }
  .news .news-detail .active-news {
    flex: 1;
  }
}
.news .news-content {
  margin-top: var(--spacing-100);
}
.news .news-content img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .news .news-content {
    margin-top: var(--spacing-40);
  }
}
.news .btn-wrap {
  border-top: 1px solid var(--color-gray-2);
  margin-top: var(--spacing-120);
  padding: var(--spacing-80) 0 var(--spacing-200);
  text-align: center;
}
.news .btn-wrap a {
  display: inline-flex;
  width: 180px;
  height: 60px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: var(--color-gray-7);
  color: var(--color-white);
  font-size: var(--font-size-18);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.36px;
}
@media (min-width: 1024px) {
  s .news .btn-wrap a:hover {
    background-color: #282828;
  }
}
@media (max-width: 1200px) {
  .news .btn-wrap {
    margin-top: var(--spacing-90);
    padding: var(--spacing-60) 0 var(--spacing-150);
  }
  .news .btn-wrap a {
    width: 140px;
    height: 50px;
    font-size: var(--font-size-15);
  }
}
@media (max-width: 768px) {
  .news .btn-wrap {
    margin-top: var(--spacing-60);
    padding: var(--spacing-40) 0 var(--spacing-100);
  }
  .news .btn-wrap a {
    width: 100px;
    height: 40px;
    font-size: var(--font-size-13);
  }
}

/* 뉴스 ---------------------// */
/* //--------------------- 진행중인 채용 */
.career .career-nav {
  display: flex;
  margin-bottom: var(--spacing-12);
  align-items: flex-end;
  justify-content: space-between;
}
.career .career-nav .nav-option {
  display: flex;
  align-items: center;
  gap: var(--spacing-12);
}
.career .career-nav .nav-option button {
  display: flex;
  padding: var(--spacing-10) var(--spacing-20);
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: var(--color-gray-1);
  color: var(--color-gray-7);
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.32px;
}
.career .career-nav .nav-option button.active {
  background-color: var(--color-gray-7);
  color: var(--color-white);
}
@media (max-width: 1024px) {
  .career .career-nav .nav-option {
    gap: var(--spacing-8);
  }
}
.career .career-nav p {
  color: var(--color-gray-7);
  font-size: var(--font-size-18);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.36px;
}
.career .career-nav p span {
  color: var(--color-blue);
  font-weight: 700;
}
@media (max-width: 768px) {
  .career .career-nav {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: var(--spacing-32);
    margin-bottom: 0;
  }
  .career .career-nav .nav-option button {
    font-size: var(--font-size-13);
  }
}
.career .career-list {
  margin: var(--spacing-120) auto var(--spacing-200);
}
.career .career-list.guide {
  width: 90%;
}
.career .career-list ul li {
  display: flex;
  padding: var(--spacing-50) 0;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(204, 204, 204, 0.6);
}
.career .career-list ul li a {
  width: 100%;
}
.career .career-list dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.career .career-list dl b {
  color: var(--color-gray-7);
  font-size: var(--font-size-24);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.48px;
}
.career .career-list dl p {
  margin-top: var(--spacing-12);
}
.career .career-list dl dd {
  flex: 0 0 auto;
}
.career .career-list dl span {
  color: var(--color-gray-3);
  font-size: var(--font-size-15);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.3px;
  display: inline-block;
  position: relative;
  padding: 0 var(--spacing-12);
}
.career .career-list dl span.bold {
  color: var(--color-gray-7);
  font-weight: 600;
}
.career .career-list dl span:after {
  content: "";
  width: 1px;
  background-color: var(--color-gray-2);
  position: absolute;
  left: 0;
  height: 60%;
  top: 20%;
}
.career .career-list dl span:first-child {
  padding-left: 0;
}
.career .career-list dl span:first-child:after {
  display: none;
}
.career .career-list dl em {
  color: var(--color-gray-7);
  font-size: var(--font-size-40);
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.8px;
}
.career .career-list dl em.close {
  color: var(--color-gray-2);
  font-size: var(--font-size-24);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
}
@media (max-width: 1024px) {
  .career .career-list.guide {
    width: auto;
    margin: var(--spacing-120) var(--spacing-42) var(--spacing-200);
  }
}
@media (max-width: 768px) {
  .career .career-list {
    margin: var(--spacing-60) auto var(--spacing-100);
  }
  .career .career-list ul li {
    padding: var(--spacing-32) 0;
  }
  .career .career-list dl {
    align-items: flex-start;
  }
  .career .career-list dl b {
    font-size: var(--font-size-16);
  }
  .career .career-list dl span {
    font-size: var(--font-size-12);
    padding: 0 var(--spacing-4);
  }
  .career .career-list dl span:nth-child(2), .career .career-list dl span:nth-child(3) {
    display: none;
  }
  .career .career-list dl span:after {
    display: none;
  }
  .career .career-list dl em {
    font-size: var(--font-size-26);
  }
  .career .career-list dl em.close {
    font-size: var(--font-size-16);
  }
}
@media (max-width: 500px) {
  .career .career-list.guide {
    width: auto;
    margin: var(--spacing-60) var(--spacing-16) var(--spacing-100);
  }
}

/* 진행중인 채용 ---------------------// */
/* //--------------------- 직원복지 */
.benefits .bg-box {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../images/sub/bg-visual-benefits.png");
  width: 80%;
  height: 80vh;
  margin: 0 auto;
  border-radius: var(--radius-24);
}
.benefits .sub-content {
  background: linear-gradient(180deg, var(--color-white) 0%, var(--color-gray-0) 11.76%);
  padding-bottom: var(--spacing-360);
}
.benefits .benefits-tit {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-24);
  align-items: center;
  text-align: center;
  padding: var(--spacing-160) 0 var(--spacing-240);
}
.benefits .benefits-tit h5 {
  color: var(--color-gray-7);
  font-size: var(--font-size-36);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.72px;
  transform: translateY(70px);
  opacity: 0;
}
.benefits .benefits-tit p {
  color: var(--color-gray-3);
  font-size: var(--font-size-20);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.4px;
  transform: translateY(70px);
  opacity: 0;
}
@media (max-width: 1200px) {
  .benefits .sub-content {
    padding-bottom: var(--spacing-200);
  }
  .benefits .benefits-tit {
    padding: var(--spacing-120) 0 var(--spacing-170);
  }
  .benefits .benefits-tit h5 {
    font-size: var(--font-size-34);
  }
  .benefits .benefits-tit p {
    font-size: var(--font-size-20);
  }
}
@media (max-width: 768px) {
  .benefits .bg-box {
    background-position: 75% top;
  }
  .benefits .sub-content {
    padding-bottom: var(--spacing-100);
  }
  .benefits .benefits-tit {
    padding: var(--spacing-80) 0 var(--spacing-100);
  }
  .benefits .benefits-tit h5 {
    font-size: var(--font-size-24);
  }
  .benefits .benefits-tit p {
    font-size: var(--font-size-15);
  }
}
@media (max-width: 500px) {
  .benefits .benefits-tit {
    align-items: flex-start;
  }
  .benefits .benefits-tit h5 {
    text-align: left;
  }
  .benefits .benefits-tit p {
    text-align: left;
  }
}

/* 직원복지 ---------------------// */
/* //--------------------- 인재상 */
.coretalent .bg-box {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../images/sub/bg-visual-coretalent.png");
  width: 80%;
  height: 80vh;
  margin: 0 auto;
  border-radius: var(--radius-24);
}
.coretalent .gradient-bg {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 12;
  background: linear-gradient(0deg, rgb(34, 34, 34) 10%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
}
.coretalent .mask-text {
  height: 100vh;
  background-color: var(--color-gray-6);
}
.coretalent .mask-text .text-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.coretalent .mask-text .text-wrap .text {
  color: var(--color-white-2);
  font-size: var(--font-size-48);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.96px;
}
.coretalent .mask-text .text-wrap .text-inner {
  position: relative;
  text-align: center;
}
.coretalent .mask-text .text-wrap .line {
  display: block;
  will-change: clip-path;
}
.coretalent .mask-text .text-wrap .fill {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-white);
}
.coretalent .mask-text .text-wrap .fill .line {
  clip-path: inset(0 100% 0 0);
}
.coretalent .mask-text .text-wrap .txt-visible {
  display: inline-block;
}
.coretalent .core-talent-tit {
  display: flex;
  gap: var(--spacing-6);
  flex-direction: column;
  text-align: center;
}
.coretalent .core-talent-tit h5 {
  color: var(--color-gray-7);
  font-size: var(--font-size-48);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.96px;
  opacity: 0;
  transform: translateY(50px);
}
.coretalent .core-talent-tit p {
  color: var(--color-gray-3);
  font-size: var(--font-size-20);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.4px;
  opacity: 0;
  transform: translateY(50px);
}
.coretalent .core-talent {
  height: 100vh;
}
.coretalent .core-talent .core-talent-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: var(--spacing-72);
  overflow: hidden;
}
.coretalent .core-talent .core-talent-box {
  width: 100%;
  height: 600px;
  max-width: 1136px;
}
.coretalent .core-talent .core-talent-box ul {
  display: flex;
  gap: var(--spacing-32);
  height: 100%;
}
.coretalent .core-talent .core-talent-box li {
  border-radius: var(--radius-24);
  overflow: hidden;
  width: 180px;
  height: 100%;
  cursor: pointer;
  flex: 1 0 auto;
  transition: width 0.5s;
  will-change: width;
  opacity: 0;
}
.coretalent .core-talent .core-talent-box li p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-16);
  height: 100%;
  text-align: center;
  opacity: 0;
  position: relative;
  z-index: 5;
  will-change: opacity;
}
.coretalent .core-talent .core-talent-box li p b {
  color: var(--color-white);
  font-size: var(--font-size-32);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.64px;
}
.coretalent .core-talent .core-talent-box li p span {
  color: var(--color-white-6);
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.32px;
  line-height: var(--line-height-160);
}
.coretalent .core-talent .core-talent-box li.box-01 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 80% 0;
  background-image: url("../images/sub/bg-coretalent-01.png");
}
.coretalent .core-talent .core-talent-box li.box-02 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 69% 0;
  background-image: url("../images/sub/bg-coretalent-02.png");
}
.coretalent .core-talent .core-talent-box li.box-03 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 60% 0;
  background-image: url("../images/sub/bg-coretalent-03.png");
}
.coretalent .core-talent .core-talent-box li.box-04 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 20% 0;
  background-image: url("../images/sub/bg-coretalent-04.png");
}
.coretalent .core-talent .core-talent-box li.active {
  width: 100%;
  position: relative;
  cursor: auto;
}
.coretalent .core-talent .core-talent-box li.active p {
  transition: opacity 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
}
.coretalent .core-talent .core-talent-box li.active:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.coretalent .core-value {
  height: 100vh;
}
.coretalent .core-value .core-value-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: var(--spacing-72);
}
.coretalent .core-value .core-value-box {
  width: 100%;
}
.coretalent .core-value .core-value-box ul {
  display: flex;
  gap: var(--spacing-30);
}
.coretalent .core-value .core-value-box ul li {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-54);
  width: 100%;
  align-items: center;
  border-radius: var(--radius-24);
  padding: var(--spacing-52) var(--spacing-20);
  box-sizing: border-box;
  opacity: 0;
}
.coretalent .core-value .core-value-box ul li img {
  width: 265px;
  height: 252px;
  aspect-ratio: 102/97;
}
.coretalent .core-value .core-value-box ul li p {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-24);
}
.coretalent .core-value .core-value-box ul li p b {
  color: var(--color-lime-4);
  font-size: var(--font-size-24);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.48px;
}
.coretalent .core-value .core-value-box ul li p span {
  color: var(--color-gray-4);
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.32px;
  line-height: var(--line-height-160);
  text-align: center;
}
.coretalent .core-value .core-value-box ul li:first-child {
  background-color: #F7FAF3;
}
.coretalent .core-value .core-value-box ul li:nth-child(2) {
  background-color: #FAF9F3;
}
.coretalent .core-value .core-value-box ul li:nth-child(3) {
  background-color: #F2FAFF;
}
@media (max-width: 1440px) {
  .coretalent .core-talent .core-talent-box {
    max-width: 980px;
  }
}
@media (max-width: 1200px) {
  .coretalent .mask-text .text-wrap .text {
    font-size: var(--font-size-36);
  }
  .coretalent .core-talent-tit h5 {
    font-size: var(--font-size-36);
  }
  .coretalent .core-talent-tit p {
    font-size: var(--font-size-18);
  }
  .coretalent .core-talent .core-talent-box {
    max-width: 700px;
  }
  .coretalent .core-talent .core-talent-box ul {
    gap: var(--spacing-16);
    max-width: 100%;
  }
  .coretalent .core-talent .core-talent-box li {
    width: 100px;
  }
  .coretalent .core-talent .core-talent-box li p {
    gap: var(--spacing-8);
  }
  .coretalent .core-talent .core-talent-box li p b {
    font-size: var(--font-size-26);
  }
  .coretalent .core-talent .core-talent-box li p span {
    font-size: var(--font-size-15);
  }
  .coretalent .core-value {
    height: auto;
    padding-bottom: var(--spacing-120);
  }
  .coretalent .core-value .core-value-box ul {
    flex-direction: column;
  }
  .coretalent .core-value .core-value-box ul li {
    gap: var(--spacing-64);
    flex-direction: row;
  }
  .coretalent .core-value .core-value-box ul li img {
    width: 216px;
    height: 193px;
    aspect-ratio: 216/193;
  }
  .coretalent .core-value .core-value-box ul li p {
    align-items: flex-start;
    gap: var(--spacing-16);
  }
  .coretalent .core-value .core-value-box ul li p b {
    font-size: var(--font-size-22);
  }
  .coretalent .core-value .core-value-box ul li p span {
    font-size: var(--font-size-15);
    text-align: left;
  }
  .coretalent .core-value .core-value-box ul li p span br {
    display: none;
  }
}
@media (max-width: 768px) {
  .coretalent .mask-text .text-wrap .text {
    font-size: var(--font-size-24);
  }
  .coretalent .core-talent-tit h5 {
    font-size: var(--font-size-22);
  }
  .coretalent .core-talent-tit p {
    font-size: var(--font-size-15);
  }
  .coretalent .core-talent .core-talent-wrap {
    gap: var(--spacing-40);
  }
  .coretalent .core-talent .core-talent-box {
    max-width: 80%;
    height: 340px;
  }
  .coretalent .core-talent .core-talent-box li p {
    gap: var(--spacing-12);
  }
  .coretalent .core-talent .core-talent-box li p b {
    font-size: var(--font-size-18);
  }
  .coretalent .core-talent .core-talent-box li p span {
    font-size: var(--font-size-14);
  }
  .coretalent .core-value .core-value-box ul li {
    gap: var(--spacing-32);
    flex-direction: column;
    padding: var(--spacing-40) var(--spacing-16);
  }
  .coretalent .core-value .core-value-box ul li img {
    width: 180px;
    height: 162px;
    aspect-ratio: 10/9;
  }
  .coretalent .core-value .core-value-box ul li p {
    align-items: center;
  }
  .coretalent .core-value .core-value-box ul li p b {
    font-size: var(--font-size-18);
  }
  .coretalent .core-value .core-value-box ul li p span {
    font-size: var(--font-size-14);
    text-align: center;
  }
  .coretalent .core-value .core-value-box ul li p span br {
    display: block;
  }
}

/* 인재상 ---------------------// */
/*
* --------------------------------------------------------------
*
* 768보다 작을때
*
* --------------------------------------------------------------
*//*# sourceMappingURL=all.css.map */