@charset "UTF-8";
.block-reveal {
  background: #f7f7f7;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  flex: none;
  margin: 0 0 0 0;
  transform-origin: center right;
  transition: 1s cubic-bezier(0.4, 0.4, 0, 1);
  z-index: 1;
}

.scroll-ani.on .block-reveal {
  transform: scale(0, 1);
}
.scroll-ani.on .block-reveal + img {
  transform: scale(1);
}

.scroll-ani.fadeIn {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1.1s ease, opacity 1.1s ease, transform 1.1s ease;
}
.scroll-ani.fadeIn.on {
  visibility: visible;
  opacity: 1;
}

.scroll-ani.fadeInUp {
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: visibility 1.1s ease, opacity 1.1s ease, transform 1.1s ease;
  transform: translateY(110px);
}
.scroll-ani.fadeInUp.on {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.scroll-ani.fadeInDown {
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: visibility 1.1s ease, opacity 1.1s ease, transform 1.1s ease;
  transform: translateY(-110px);
}
.scroll-ani.fadeInDown.on {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.scroll-ani.fadeInRight {
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: visibility 1.1s ease, opacity 1.1s ease, transform 1.1s ease;
  transform: translateX(-110px);
}
.scroll-ani.fadeInRight.on {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.scroll-ani.fadeInLeft {
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: visibility 1.1s ease, opacity 1.1s ease, transform 1.1s ease;
  transform: translateX(110px);
}
.scroll-ani.fadeInLeft.on {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.reveal {
  position: relative;
  overflow: hidden;
}
.reveal > span {
  display: block;
  opacity: 0;
  line-height: 1.5;
}
@keyframes text-active-ani {
  from {
    opacity: 0;
    filter: Alpha(opacity=0);
    transform: translateY(90%);
  }
  to {
    opacity: 1;
    filter: Alpha(opacity=100);
    transform: translateY(0);
  }
}
.reveal.on > span {
  animation: text-active-ani 1.3s cubic-bezier(0.4, 0, 0.2, 1) both;
}

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

.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;
  -ms-filter: "alpha(opacity=0)";
}

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

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

.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;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.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-selectable {
  touch-action: none;
}

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

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

.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;
  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;
}

.ui-menu-icons {
  position: relative;
}

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

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

.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;
  overflow: visible;
}

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

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.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;
}

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;
}

.ui-controlgroup-vertical .ui-spinner-input {
  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;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

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

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

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

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

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

.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;
}

.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 select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

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

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

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

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

.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;
}

.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;
}

.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;
}

.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: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.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;
}

.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%;
  -ms-filter: "alpha(opacity=25)";
  opacity: 0.25;
}

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

.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: pointer;
  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;
}

.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-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;
}

.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;
  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;
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

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

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

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

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}

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

.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;
  font-weight: normal;
  color: #454545;
}

.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 #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.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: #fff;
}

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

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

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.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;
}

.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;
  -ms-filter: "alpha(opacity=70)";
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  -ms-filter: "alpha(opacity=35)";
  background-image: none;
}

.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)";
}

.ui-icon {
  width: 16px;
  height: 16px;
}

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

.ui-widget-header .ui-icon {
  background-image: url("/sass/vendors/images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url("/sass/vendors/images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("/sass/vendors/images/ui-icons_ffffff_256x240.png");
}

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

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

.ui-button .ui-icon {
  background-image: url("/sass/vendors/images/ui-icons_777777_256x240.png");
}

.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}

.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 {
  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-s {
  background-position: -64px -192px;
}

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

.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;
}

.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;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  -ms-filter: Alpha(Opacity=30);
}

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

/**
 * Swiper 9.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 13, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide, swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification, swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

/* https://splitting.js.org/ */
/* Recommended styles for Splitting */
.splitting .word,
.splitting .char {
  display: inline-block;
}

/* Psuedo-element chars */
.splitting .char {
  position: relative;
}

/**
 * Populate the psuedo elements with the character to allow for expanded effects
 * Set to `display: none` by default; just add `display: block` when you want
 * to use the psuedo elements
 */
.splitting .char::before,
.splitting .char::after {
  content: attr(data-char);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* Expanded CSS Variables */
.splitting {
  /* The center word index */
  --word-center: calc((var(--word-total) - 1) / 2);
  /* The center character index */
  --char-center: calc((var(--char-total) - 1) / 2);
  /* The center character index */
  --line-center: calc((var(--line-total) - 1) / 2);
}

.splitting .word {
  /* Pecent (0-1) of the word's position */
  --word-percent: calc(var(--word-index) / var(--word-total));
  /* Pecent (0-1) of the line's position */
  --line-percent: calc(var(--line-index) / var(--line-total));
}

.splitting .char {
  /* Percent (0-1) of the char's position */
  --char-percent: calc(var(--char-index) / var(--char-total));
  /* Offset from center, positive & negative */
  --char-offset: calc(var(--char-index) - var(--char-center));
  /* Absolute distance from center, only positive */
  --distance: calc(
     (var(--char-offset) * var(--char-offset)) / var(--char-center)
  );
  /* Distance from center where -1 is the far left, 0 is center, 1 is far right */
  --distance-sine: calc(var(--char-offset) / var(--char-center));
  /* Distance from center where 1 is far left/far right, 0 is center */
  --distance-percent: calc((var(--distance) / var(--char-center)));
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos] {
  pointer-events: none;
}

[data-aos].aos-animate {
  pointer-events: auto;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen {
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: none;
  }
  html:not(.no-js) [data-aos=fade-up] {
    transform: translate3d(0, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down] {
    transform: translate3d(0, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-left] {
    transform: translate3d(100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0);
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1);
  }
  html:not(.no-js) [data-aos=zoom-in] {
    transform: scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-out] {
    transform: scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: transform;
    visibility: hidden;
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    transform: translateZ(0);
  }
  html:not(.no-js) [data-aos=slide-up] {
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-aos=slide-down] {
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-left] {
    transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform;
  }
  html:not(.no-js) [data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) [data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg);
  }
  html:not(.no-js) [data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg);
  }
  html:not(.no-js) [data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
  html:not(.no-js) [data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg);
  }
  html:not(.no-js) [data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
}
/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration:1s;
  --animate-delay:1s;
  --animate-repeat:1;
}

.animate__animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  animation-iteration-count: 1;
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  animation-iteration-count: 2;
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  animation-iteration-count: 3;
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  animation-delay: 1s;
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  animation-delay: 2s;
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  animation-delay: 3s;
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  animation-delay: 4s;
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  animation-delay: 5s;
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  animation-duration: 0.5s;
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  animation-duration: 0.8s;
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  animation-duration: 3s;
  animation-duration: calc(var(--animate-duration) * 3);
}

@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
@keyframes bounce {
  0%, 20%, 53%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  animation-name: flash;
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
}
@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__rubberBand {
  animation-name: rubberBand;
}
@keyframes shakeX {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  animation-name: shakeX;
}
@keyframes shakeY {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  animation-name: shakeY;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.animate__headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.animate__swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__tada {
  animation-name: tada;
}
@keyframes wobble {
  0% {
    transform: translateZ(0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__wobble {
  animation-name: wobble;
}
@keyframes jello {
  0%, 11.1%, to {
    transform: translateZ(0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.animate__heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-duration: calc(var(--animate-duration) * 1.3);
  animation-timing-function: ease-in-out;
}
@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  animation-name: backInDown;
}
@keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  animation-name: backInLeft;
}
@keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  animation-name: backInRight;
}
@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  animation-name: backInUp;
}
@keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  animation-name: backOutDown;
}
@keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  animation-name: backOutLeft;
}
@keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  animation-name: backOutRight;
}
@keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  animation-name: backOutUp;
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.animate__bounceIn {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInTopLeft {
  animation-name: fadeInTopLeft;
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInTopRight {
  animation-name: fadeInTopRight;
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInBottomLeft {
  animation-name: fadeInBottomLeft;
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInBottomRight {
  animation-name: fadeInBottomRight;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  animation-name: fadeOutTopLeft;
}
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  animation-name: fadeOutTopRight;
}
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  animation-name: fadeOutBottomRight;
}
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  animation-name: fadeOutBottomLeft;
}
@keyframes flip {
  0% {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedInRight {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__lightSpeedInRight {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedInLeft {
  0% {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(5deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__lightSpeedInLeft {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  animation-name: lightSpeedOutRight;
  animation-timing-function: ease-in;
}
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateIn {
  animation-name: rotateIn;
  transform-origin: center;
}
@keyframes rotateInDownLeft {
  0% {
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  animation-name: rotateInDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateInDownRight {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  animation-name: rotateInDownRight;
  transform-origin: right bottom;
}
@keyframes rotateInUpLeft {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  animation-name: rotateInUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateInUpRight {
  0% {
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  animation-name: rotateInUpRight;
  transform-origin: right bottom;
}
@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  animation-name: rotateOut;
  transform-origin: center;
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  animation-name: rotateOutDownRight;
  transform-origin: right bottom;
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  animation-name: rotateOutUpRight;
  transform-origin: right bottom;
}
@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate(60deg);
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
  animation-name: hinge;
  transform-origin: top left;
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  animation-name: jackInTheBox;
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.animate__rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  animation-name: zoomOutDown;
  transform-origin: center bottom;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  animation-name: zoomOutLeft;
  transform-origin: left center;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  animation-name: zoomOutRight;
  transform-origin: right center;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  animation-name: zoomOutUp;
  transform-origin: center bottom;
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  animation-name: slideOutUp;
}

@font-face {
  font-family: "NanumSquare";
  font-style: normal;
  font-weight: 800;
  src: url("/fonts/NanumSquareEB.woff") format("woff");
}
@font-face {
  font-family: "NanumSquare";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/NanumSquareB.woff") format("woff");
}
@font-face {
  font-family: "NanumSquare";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/NanumSquareR.woff") format("woff");
}
@font-face {
  font-family: "NanumSquare";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/NanumSquareL.woff") format("woff");
}
@font-face {
  font-family: "NanumBrush";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/NanumBrush.woff") format("woff");
}
@font-face {
  font-family: "NanumBarunPenBold";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/NANUMBARUNPENB.woff") format("woff");
}
@font-face {
  font-family: "NanumBarunPen";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/NANUMBARUNPENR.woff") format("woff");
}
@font-face {
  font-family: "NanumGothic";
  font-style: normal;
  font-weight: 800;
  src: url("/fonts/NanumGothic-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "NanumGothic";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/NanumGothic-Bold.woff") format("woff");
}
@font-face {
  font-family: "NanumGothic";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/NanumGothic-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto_Sans_KR";
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/NotoSansKR-Black.woff") format("woff");
}
@font-face {
  font-family: "Noto_Sans_KR";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/NotoSansKR-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto_Sans_KR";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/NotoSansKR-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto_Sans_KR";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/NotoSansKR-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto_Sans_KR";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/NotoSansCJKkr-DemiLight.woff") format("woff");
}
@font-face {
  font-family: "Noto_Sans_KR";
  font-style: normal;
  font-weight: 200;
  src: url("/fonts/NotoSansKR-Light.woff") format("woff");
}
@font-face {
  font-family: "Noto_Sans_KR";
  font-style: normal;
  font-weight: 100;
  src: url("/fonts/NotoSansKR-Thin.woff") format("woff");
}
@font-face {
  font-family: "InkLipquid";
  font-style: normal;
  font-weight: normal;
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff") format("woff");
}
@font-face {
  font-family: "SpoqaHanSans";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/SpoqaHanSansNeo-Bold.woff") format("woff");
}
@font-face {
  font-family: "SpoqaHanSans";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/SpoqaHanSansNeo-Medium.woff") format("woff");
}
@font-face {
  font-family: "SpoqaHanSans";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/SpoqaHanSansNeo-Regular.woff") format("woff");
}
@font-face {
  font-family: "SpoqaHanSans";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/SpoqaHanSansNeo-Light.woff") format("woff");
}
@font-face {
  font-family: "SpoqaHanSans";
  font-style: normal;
  font-weight: 100;
  src: url("/fonts/SpoqaHanSansNeo-Thin.woff") format("woff");
}
@font-face {
  font-family: "APPLE_SANDG";
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/AppleSDGothicNeoH.woff") format("woff");
}
@font-face {
  font-family: "APPLE_SANDG";
  font-style: normal;
  font-weight: 800;
  src: url("/fonts/AppleSDGothicNeoEB.woff") format("woff");
}
@font-face {
  font-family: "APPLE_SANDG";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/AppleSDGothicNeoB.woff") format("woff");
}
@font-face {
  font-family: "APPLE_SANDG";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/AppleSDGothicNeoSB.woff") format("woff");
}
@font-face {
  font-family: "APPLE_SANDG";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/AppleSDGothicNeoM.woff") format("woff");
}
@font-face {
  font-family: "APPLE_SANDG";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/AppleSDGothicNeoR.woff") format("woff");
}
@font-face {
  font-family: "APPLE_SANDG";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/AppleSDGothicNeoL.woff") format("woff");
}
@font-face {
  font-family: "APPLE_SANDG";
  font-style: normal;
  font-weight: 200;
  src: url("/fonts/AppleSDGothicNeoT.woff") format("woff");
}
/* 에스코어드림 */
@font-face {
  font-family: "SCDream";
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/SCDream9.woff") format("woff");
}
@font-face {
  font-family: "SCDream";
  font-style: normal;
  font-weight: 800;
  src: url("/fonts/SCDream8.woff") format("woff");
}
@font-face {
  font-family: "SCDream";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/SCDream7.woff") format("woff");
}
@font-face {
  font-family: "SCDream";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/SCDream6.woff") format("woff");
}
@font-face {
  font-family: "SCDream";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/SCDream5.woff") format("woff");
}
@font-face {
  font-family: "SCDream";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/SCDream4.woff") format("woff");
}
@font-face {
  font-family: "SCDream";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/SCDream3.woff") format("woff");
}
@font-face {
  font-family: "SCDream";
  font-style: normal;
  font-weight: 200;
  src: url("/fonts/SCDream2.woff") format("woff");
}
@font-face {
  font-family: "SCDream";
  font-style: normal;
  font-weight: 100;
  src: url("/fonts/SCDream1.woff") format("woff");
}
@font-face {
  font-family: "GmarketSans";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/GMARKETSANSTTFBOLD.woff") format("woff");
}
@font-face {
  font-family: "GmarketSans";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/GMARKETSANSTTFMEDIUM.woff") format("woff");
}
@font-face {
  font-family: "GmarketSans";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/GMARKETSANSTTFLIGHT.woff") format("woff");
}
@font-face {
  font-family: "Cafe24Syongsyong";
  font-style: normal;
  font-weight: normal;
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Cafe24Syongsyong.woff") format("woff");
}
@font-face {
  font-family: "Cafe24Shiningstar";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/Cafe24Shiningstar.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/Pretendard-Black.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 800;
  src: url("/fonts/Pretendard-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/Pretendard-Bold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/Pretendard-Light.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 200;
  src: url("/fonts/Pretendard-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 100;
  src: url("/fonts/Pretendard-Thin.woff") format("woff");
}
@font-face {
  font-family: "Caveat_Brush";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/CaveatBrush-Regular.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/Montserrat-Black.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("/fonts/Montserrat-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/Montserrat-Bold.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/Montserrat-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/Montserrat-Medium.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/Montserrat-Regular.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/Montserrat-Light.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  src: url("/fonts/Montserrat-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  src: url("/fonts/Montserrat-Thin.woff") format("woff");
}
@font-face {
  font-family: "play";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/Play-Bold.woff") format("woff");
}
@font-face {
  font-family: "play";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/Play-Regular.woff") format("woff");
}
@font-face {
  font-family: "poppins";
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/Poppins-Black.woff") format("woff");
}
@font-face {
  font-family: "poppins";
  font-style: normal;
  font-weight: 800;
  src: url("/fonts/Poppins-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "poppins";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/Poppins-Bold.woff") format("woff");
}
@font-face {
  font-family: "poppins";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/Poppins-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "poppins";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/Poppins-Medium.woff") format("woff");
}
@font-face {
  font-family: "poppins";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/Poppins-Regular.woff") format("woff");
}
@font-face {
  font-family: "poppins";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/Poppins-Light.woff") format("woff");
}
@font-face {
  font-family: "poppins";
  font-style: normal;
  font-weight: 200;
  src: url("/fonts/Poppins-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "poppins";
  font-style: normal;
  font-weight: 100;
  src: url("/fonts/Poppins-Thin.woff") format("woff");
}
@font-face {
  font-family: "Reggae_One";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/CReggaeOne-Regular.woff") format("woff");
}
* {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}

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

:root {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  cursor: default;
  line-height: 1;
  overflow-wrap: break-word;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

html, body {
  height: 100%;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

button {
  background: none;
  border: 0;
  cursor: pointer;
}

a {
  text-decoration: none;
}

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

html, body {
  background-color: #fff;
}

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

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

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

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

label {
  display: inline-block;
}

input {
  font-family: inherit;
  -webkit-border-radius: 0;
  border: 0;
}

textarea {
  resize: none;
}

button {
  border-radius: 0;
}

address, em {
  font-style: normal;
}

input:focus, select:focus, option:focus, textarea:focus, button:focus {
  outline: none;
}

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

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* select 초기화 */
/* ------------------------------------------------------------------------------------ */
select {
  appearance: none;
  -webkit-appearance: none; /* 사파리, 크롬 하위버전용 */
  -moz-appearance: none; /* 사파리, 크롬 하위버전용 */
}

select::-ms-expand {
  display: none;
} /* 익스플로러용 */
/* 에디터뷰 reset css 해제 */
/* ------------------------------------------------------------------------------------ */
.none-reset,
.none-reset * {
  font-size: revert;
  font-family: revert;
  font-weight: revert;
  line-height: 1.4;
  color: revert;
  letter-spacing: revert;
  display: revert;
  list-style-type: revert;
  margin: revert;
  padding: revert;
}
.none-reset table[align=center],
.none-reset * table[align=center] {
  margin: 0 auto;
}
.none-reset thead, .none-reset tbody, .none-reset tfoot, .none-reset tr, .none-reset td, .none-reset th,
.none-reset * thead,
.none-reset * tbody,
.none-reset * tfoot,
.none-reset * tr,
.none-reset * td,
.none-reset * th {
  border: inherit;
  text-align: revert;
  margin: revert;
  padding: revert;
  font: revert;
  color: revert;
  letter-spacing: revert;
}

.none-reset img {
  height: auto !important;
}

html, body {
  font-family: "Pretendard", "Noto Sans KR", "Noto_Sans_KR", sans-serif;
  font-weight: 400;
  color: #111;
  letter-spacing: -0.04em;
}

#container {
  overflow: hidden;
}

.w1720 {
  max-width: 1720px;
  margin: 0 auto;
}

.w1500 {
  max-width: 1500px;
  margin: 0 auto;
}

.w1400 {
  max-width: 1400px;
  margin: 0 auto;
}

.w1300 {
  max-width: 1300px;
  margin: 0 auto;
}

.w1280 {
  max-width: 1280px;
  margin: 0 auto;
}

.w1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.w1100 {
  max-width: 1100px;
  margin: 0 auto;
}

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

.br {
  display: block;
}

@media (max-width: 500px) {
  .br {
    display: inline;
  }
}
.mo-br {
  display: inline;
}

@media (max-width: 500px) {
  .mo-br {
    display: block;
  }
}
.mo-block {
  display: none;
}

.mo-none {
  display: block;
}

@media screen and (max-width: 768px) {
  .mo-block {
    display: block;
  }
  .mo-none {
    display: none;
  }
  .btn-more {
    margin-top: 6vw;
  }
  .btn-more .more {
    width: 40px;
    height: 40px;
  }
}
.custom-splitting {
  overflow: hidden;
  opacity: 0;
}
.custom-splitting.splitting {
  opacity: 1;
}
.custom-splitting.splitting .word {
  overflow: hidden;
  line-height: inherit;
  display: inline-block;
}
.custom-splitting.splitting .char {
  display: inline-block;
  position: relative;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  opacity: 0;
}

.btn-more {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.btn-more .more {
  position: relative;
  width: 50px;
  height: 50px;
  border: solid 2px #00a4e0;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 18.8px 1.2px rgba(0, 164, 224, 0.15);
  transition: all 0.4s;
}
.btn-more .more:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 2px;
  background: #00a4e0;
}
.btn-more .more:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 14px;
  background: #00a4e0;
}
.btn-more .more:hover {
  background: #00a4e0;
}
.btn-more .more:hover:before {
  background: #fff;
}
.btn-more .more:hover:after {
  background: #fff;
}

/* 카페24 숑숑 */
@font-face {
  font-family: "Cafe24Syongsyong";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Cafe24Syongsyong.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* 카페24 빛나는 별 */
@font-face {
  font-family: "Cafe24Shiningstar";
  font-weight: normal;
  font-style: normal;
  src: url(/fonts/Cafe24Shiningstar.woff) format("woff");
}
/* 애플산돌고딕 */
@font-face {
  font-family: "APPLE_SANDG";
  font-style: normal;
  font-weight: 900;
  src: url(/fonts/AppleSDGothicNeoH.woff) format("woff");
}
@font-face {
  font-family: "APPLE_SANDG";
  font-style: normal;
  font-weight: 800;
  src: url(/fonts/AppleSDGothicNeoEB.woff) format("woff");
}
@font-face {
  font-family: "APPLE_SANDG";
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/AppleSDGothicNeoB.woff) format("woff");
}
@font-face {
  font-family: "APPLE_SANDG";
  font-style: normal;
  font-weight: 600;
  src: url(/fonts/AppleSDGothicNeoSB.woff) format("woff");
}
@font-face {
  font-family: "APPLE_SANDG";
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/AppleSDGothicNeoM.woff) format("woff");
}
@font-face {
  font-family: "APPLE_SANDG";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/AppleSDGothicNeoR.woff) format("woff");
}
@font-face {
  font-family: "APPLE_SANDG";
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/AppleSDGothicNeoL.woff) format("woff");
}
@font-face {
  font-family: "APPLE_SANDG";
  font-style: normal;
  font-weight: 200;
  src: url(/fonts/AppleSDGothicNeoT.woff) format("woff");
}
@font-face {
  font-family: "Barlow_Condensed";
  font-style: normal;
  font-weight: 900;
  src: url(/fonts/BarlowCondensed-Black.woff) format("woff");
}
@font-face {
  font-family: "Barlow_Condensed";
  font-style: normal;
  font-weight: 800;
  src: url(/fonts/BarlowCondensed-ExtraBold.woff) format("woff");
}
@font-face {
  font-family: "Barlow_Condensed";
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/BarlowCondensed-Bold.woff) format("woff");
}
@font-face {
  font-family: "Barlow_Condensed";
  font-style: normal;
  font-weight: 600;
  src: url(/fonts/BarlowCondensed-SemiBold.woff) format("woff");
}
@font-face {
  font-family: "Barlow_Condensed";
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/BarlowCondensed-Medium.woff) format("woff");
}
@font-face {
  font-family: "Barlow_Condensed";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/BarlowCondensed-Regular.woff) format("woff");
}
@font-face {
  font-family: "Barlow_Condensed";
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/BarlowCondensed-Light.woff) format("woff");
}
@font-face {
  font-family: "Barlow_Condensed";
  font-style: normal;
  font-weight: 200;
  src: url(/fonts/BarlowCondensed-ExtraLight.woff) format("woff");
}
@font-face {
  font-family: "Barlow_Condensed";
  font-style: normal;
  font-weight: 100;
  src: url(/fonts/BarlowCondensed-Thin.woff) format("woff");
}
/* 나눔스퀘어 */
@font-face {
  font-family: "NANUMSQUARE";
  font-style: normal;
  font-weight: 800;
  src: url(/fonts/NanumSquareEB.woff) format("woff");
}
@font-face {
  font-family: "NANUMSQUARE";
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/NanumSquareB.woff) format("woff");
}
@font-face {
  font-family: "NANUMSQUARE";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/NanumSquareR.woff) format("woff");
}
@font-face {
  font-family: "NANUMSQUARE";
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/NanumSquareL.woff) format("woff");
}
/* 나눔바람펜 */
@font-face {
  font-family: "NANUMBARUNPENB";
  font-style: normal;
  src: url(/fonts/NANUMBARUNPENB.woff) format("woff");
}
@font-face {
  font-family: "NANUMBARUNPENR";
  font-style: normal;
  src: url(/fonts/NANUMBARUNPENR.woff) format("woff");
}
/* 나눔고딕 */
@font-face {
  font-family: "NANUMGOTHIC";
  font-style: normal;
  font-weight: 800;
  src: url(/fonts/NanumGothic-ExtraBold.woff) format("woff");
}
@font-face {
  font-family: "NANUMGOTHIC";
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/NanumGothic-Bold.woff) format("woff");
}
@font-face {
  font-family: "NANUMGOTHIC";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/NanumGothic-Regular.woff) format("woff");
}
/* G마켓 산스체 */
@font-face {
  font-family: "GMARKET-SDG";
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/GMARKETSANSTTFBOLD.woff) format("woff");
}
@font-face {
  font-family: "GMARKET-SDG";
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/GMARKETSANSTTFMEDIUM.woff) format("woff");
}
@font-face {
  font-family: "GMARKET-SDG";
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/GMARKETSANSTTFLIGHT.woff) format("woff");
}
/* 더페이스샵 - 잉크립퀴드체 */
@font-face {
  font-family: "InkLipquid";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* 영문 필기체 */
@font-face {
  font-family: "Caveat_Brush";
  src: url(/fonts/CaveatBrush-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
/* 일어 필기체 */
@font-face {
  font-family: "Reggae_One";
  src: url(/fonts/CReggaeOne-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
/* 노토산스 */
@font-face {
  font-family: "Noto_Sans_KR";
  font-style: normal;
  font-weight: 900;
  src: url(/fonts/NotoSansKR-Black.woff) format("woff");
}
@font-face {
  font-family: "Noto_Sans_KR";
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/NotoSansKR-Bold.woff) format("woff");
  unicode-range: U+AC00-D7A3;
}
@font-face {
  font-family: "Noto_Sans_KR";
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/NotoSansKR-Medium.woff) format("woff");
  unicode-range: U+AC00-D7A3;
}
@font-face {
  font-family: "Noto_Sans_KR";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/NotoSansKR-Regular.woff) format("woff");
  unicode-range: U+AC00-D7A3;
}
@font-face {
  font-family: "Noto_Sans_KR";
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/NotoSansCJKkr-DemiLights.woff) format("woff");
  unicode-range: U+AC00-D7A3;
}
@font-face {
  font-family: "Noto_Sans_KR";
  font-style: normal;
  font-weight: 200;
  src: url(/fonts/NotoSansKR-Light.woff) format("woff");
  unicode-range: U+AC00-D7A3;
}
@font-face {
  font-family: "Noto_Sans_KR";
  font-style: normal;
  font-weight: 100;
  src: url(/fonts/NotoSansKR-Thin.woff) format("woff");
  unicode-range: U+AC00-D7A3;
}
/* Montserrat */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: url(/fonts/Montserrat-Black.woff) format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url(/fonts/Montserrat-ExtraBold.woff) format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/Montserrat-Bold.woff) format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url(/fonts/Montserrat-SemiBold.woff) format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/Montserrat-Medium.woff) format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/Montserrat-Regular.woff) format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/Montserrat-Light.woff) format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/Montserrat-Light.woff) format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  src: url(/fonts/Montserrat-ExtraLight.woff) format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  src: url(/fonts/Montserrat-Thin.woff) format("woff");
}
/* SpoqaHanSans */
@font-face {
  font-family: "SpoqaHanSans";
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/SpoqaHanSansNeo-Bold.woff) format("woff");
}
@font-face {
  font-family: "SpoqaHanSans";
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/SpoqaHanSansNeo-Medium.woff) format("woff");
}
@font-face {
  font-family: "SpoqaHanSans";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/SpoqaHanSansNeo-Regular.woff) format("woff");
}
@font-face {
  font-family: "SpoqaHanSans";
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/SpoqaHanSansNeo-Light.woff) format("woff");
}
@font-face {
  font-family: "SpoqaHanSans";
  font-style: normal;
  font-weight: 100;
  src: url(/fonts/SpoqaHanSansNeo-Thin.woff) format("woff");
}
/* poppins */
@font-face {
  font-family: "poppins";
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/Poppins-Bold.woff) format("woff");
  unicode-range: U+0041-005A, U+0061-007A;
}
@font-face {
  font-family: "poppins";
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/Poppins-Medium.woff) format("woff");
  unicode-range: U+0041-005A, U+0061-007A;
}
@font-face {
  font-family: "poppins";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/Poppins-Regular.woff) format("woff");
  unicode-range: U+0041-005A, U+0061-007A;
}
@font-face {
  font-family: "poppins";
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/Poppins-Light.woff) format("woff");
  unicode-range: U+0041-005A, U+0061-007A;
}
/* suit */
@font-face {
  font-family: "suit";
  font-weight: 400;
  src: url(/fonts/SUIT-Regular.woff2) format("woff");
  unicode-range: U+AC00-D7A3;
}
@font-face {
  font-family: "suit";
  font-weight: 700;
  src: url(/fonts/SUIT-Bold.woff2) format("woff");
  unicode-range: U+AC00-D7A3;
}
@font-face {
  font-family: "suit";
  font-weight: 900;
  src: url(/fonts/SUIT-ExtraBold.woff2) format("woff");
  unicode-range: U+AC00-D7A3;
}
@font-face {
  font-family: "suit";
  font-weight: 300;
  src: url(/fonts/SUIT-Light.woff2) format("woff");
  unicode-range: U+AC00-D7A3;
}
@font-face {
  font-family: "suit";
  font-weight: 500;
  src: url(/fonts/SUIT-Medium.woff2) format("woff");
  unicode-range: U+AC00-D7A3;
}
@font-face {
  font-family: "suit";
  font-weight: 300;
  src: url(/fonts/SUIT-Light.woff2) format("woff");
  unicode-range: U+AC00-D7A3;
}
/* play */
@font-face {
  font-family: "play";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/Play-Regular.woff) format("woff");
  unicode-range: U+0041-005A, U+0061-007A, U+0030-0039, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E;
}
@font-face {
  font-family: "play";
  font-style: bold;
  font-weight: 700;
  src: url(/fonts/Play-Bold.woff) format("woff");
  unicode-range: U+0041-005A, U+0061-007A, U+0030-0039, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E;
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/Pretendard-Regular.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-style: bold;
  font-weight: 700;
  src: url(/fonts/Pretendard-Bold.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-style: light;
  font-weight: 300;
  src: url(/fonts/Pretendard-Light.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  src: url(/fonts/Pretendard-Black.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  src: url(/fonts/Pretendard-Medium.woff) format("woff");
}
.skip {
  padding: 20px 0;
  color: #fff;
  font-size: 25px;
  display: block;
  text-align: center;
  position: absolute;
  background-color: #ff6600;
  width: 100%;
  top: -999px;
  opacity: 0;
  z-index: 999;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.3s;
  z-index: 100;
  background-color: #fff;
}
#header .header_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100px;
  z-index: 102;
  padding: 0 80px;
  transition: all 0.4s;
}
#header .header_box .h_logoBox a {
  display: inline-block;
  width: 181px;
  height: auto;
  aspect-ratio: 181/60;
  background: url("/images/layout/logo.png") no-repeat center center/contain;
}
#header .header_box .h_nav {
  z-index: 2;
}
#header .header_box .h_nav .dep1 {
  display: flex;
  justify-content: center;
}
#header .header_box .h_nav .dep1 .dep1_li {
  position: relative;
  text-align: center;
}
#header .header_box .h_nav .dep1 .dep1_li .dep1_a {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111;
  letter-spacing: normal;
  display: block;
  width: 100%;
  height: 100%;
  padding: 41px 55px;
  transition: color 0.4s;
}
#header .header_box .h_nav .dep1 .dep1_li .dep1_a span {
  position: relative;
}
#header .header_box .h_nav .dep1 .dep1_li .dep1_a span:after {
  content: "";
  position: absolute;
  top: -6px;
  right: -8px;
  width: 8px;
  height: 8px;
  background-color: #ff6600;
  border-radius: 50%;
  opacity: 0;
}
#header .header_box .h_nav .dep1 .dep1_li .dep1_a:hover span:after {
  opacity: 1;
}
#header .header_box .h_nav .dep1 .dep1_li.on .dep1_a {
  color: #ff6600 !important;
}
#header .header_box .h_nav .dep2 {
  display: none;
  position: absolute;
  left: 50%;
  top: calc(100% + 1px);
  width: 100%;
  height: 270px;
  min-width: 200px;
  transform: translateX(-50%);
  z-index: 2;
  padding: 23px 0 0 0;
}
#header .header_box .h_nav .dep2 .dep2_li {
  position: relative;
  z-index: 1;
}
#header .header_box .h_nav .dep2 .dep2_li .dep2_a {
  display: block;
  height: 100%;
  padding: 15px 0;
  font-size: 1rem;
  color: #333;
  font-weight: 500;
  word-break: keep-all;
}
@media (hover: hover) {
  #header .header_box .h_nav .dep2 .dep2_li .dep2_a:hover {
    color: #ff6600;
    font-weight: 500;
  }
}
#header .header_box .h_nav .dep3 {
  display: none;
}
#header .header_box .rightBox {
  white-space: nowrap;
  color: #fff;
}
#header .header_box .lnb-bg {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100vw;
  height: 270px;
  background: #fff;
  border-top: 1px solid #ddd;
}

.siteMap_box {
  position: fixed;
  width: 100vw;
  height: 100vh;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  background: #fff;
  backdrop-filter: blur(7px);
  z-index: 999;
}
.siteMap_box .center_box {
  width: 1500px;
  margin: 0 auto;
  min-height: 838px;
  padding: 180px 0;
}
.siteMap_box .logo {
  width: 50%;
  opacity: 0;
  transition: all 0.8s 0.2s;
  transform: translate3d(0, 32%, 0);
  padding-left: 50px;
}
.siteMap_box .cont {
  display: flex;
  align-items: center;
}
.siteMap_box .cont .nav {
  flex: 1;
}
.siteMap_box .cont .sm_dep1 {
  display: flex;
  flex-direction: column;
  gap: 53px;
}
.siteMap_box .cont .sm_dep1 .sm_dep1_li {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.siteMap_box .cont .sm_dep1 .sm_dep1_li:hover .dep1_a {
  position: relative;
  color: #ff6600;
}
.siteMap_box .cont .sm_dep1 .sm_dep1_li:hover .dep1_a:after {
  width: 100%;
}
.siteMap_box .cont .sm_dep1 .sm_dep1_li:hover .sm_dep2 {
  opacity: 1;
  visibility: visible;
}
.siteMap_box .cont .sm_dep1 .dep1_a {
  display: block;
  font-size: 2.188rem;
  line-height: 1;
  font-weight: 700;
  position: relative;
  color: #111;
  overflow: hidden;
  opacity: 0;
  transform: translate3d(0, 105%, 0);
  transition: opacity 0.8s 0.3s, transform 0.8s 0.3s, color 0.4s, background-position 0.3s ease;
}
.siteMap_box .cont .sm_dep1 .sm_dep2 {
  width: calc(100% - 270px);
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}
.siteMap_box .cont .sm_dep1 .sm_dep2 li {
  margin-right: 32px;
}
.siteMap_box .cont .sm_dep1 .sm_dep2 a {
  display: inline-block;
  font-weight: 400;
  padding: 10px 0;
  font-size: 1.125rem;
  color: #333;
  transition: color 0.4s ease;
}
.siteMap_box .cont .sm_dep1 .sm_dep2 a:hover {
  color: #ff6600;
}
.siteMap_box.on {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.siteMap_box.on .logo {
  opacity: 1;
  transform: translate3d(0, -9px, 0);
}
.siteMap_box.on .cont .text {
  opacity: 1;
  transform: translate3d(0, -9px, 0);
}
.siteMap_box.on .sm_dep1 .dep1_a {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.fixed-area {
  position: fixed;
  left: 50%;
  top: 0;
  transform: translate3d(-50%, 0, 0);
  width: 100%;
  height: 100px;
  z-index: 1000;
  display: flex;
  align-items: center;
  pointer-events: none;
  padding-right: 80px;
  transition: height 0.4s;
}
.fixed-area .siteMap_btn {
  display: block;
  position: relative;
  z-index: 1000;
  width: 32px;
  height: 13px;
  margin-left: auto;
  pointer-events: auto;
}
.fixed-area .siteMap_btn .bar {
  position: absolute;
  right: 0;
  width: 100%;
  height: 3px;
  background: #111;
  transition: width 0.4s, transform 0.4s;
}
.fixed-area .siteMap_btn .bar-1 {
  top: 0;
}
.fixed-area .siteMap_btn .bar-2 {
  bottom: 0;
  width: calc(100% - 10px);
}
.fixed-area .siteMap_btn.is_active .bar {
  left: 5px;
}
.fixed-area .siteMap_btn.is_active .bar-1 {
  transform: rotate(45deg);
  top: 50%;
  width: 70%;
}
.fixed-area .siteMap_btn.is_active .bar-2 {
  transform: rotate(-45deg);
  top: 50%;
  bottom: unset;
  width: 70%;
}

.btn-sitemap {
  display: block;
  position: relative;
  z-index: 1000;
  width: 30px;
  height: 21px;
  margin-left: auto;
  pointer-events: auto;
}
.btn-sitemap .bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  transition: width 0.4s, transform 0.4s;
}
.btn-sitemap .bar--1 {
  top: 0;
}
.btn-sitemap .bar--2 {
  top: calc(50% - 1.5px);
  left: 10px;
}
.btn-sitemap .bar--3 {
  bottom: 0;
}
.btn-sitemap.active .bar {
  background-color: #111 !important;
  left: 5px;
}
.btn-sitemap.active .bar--1 {
  transform: rotate(45deg);
  top: 50%;
  width: 70%;
}
.btn-sitemap.active .bar--2 {
  opacity: 0;
}
.btn-sitemap.active .bar--3 {
  transform: rotate(-45deg);
  top: 50%;
  bottom: unset;
  width: 70%;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 200;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}

body.body_bg {
  overflow: hidden !important;
}
body.body_bg .overlay {
  opacity: 1;
}

@media screen and (min-width: 1px) and (max-width: 1600px) {
  .siteMap_box .center_box {
    width: 100%;
    padding: 250px 30px;
  }
}
@media screen and (min-width: 1px) and (max-width: 1400px) {
  #header .header_box .h_nav .dep1 .dep1_li .dep1_a {
    padding: 47px 40px;
  }
}
@media screen and (min-width: 1px) and (max-width: 1200px) {
  #header .header_box {
    padding: 0 30px;
  }
  #header .header_box .h_nav {
    display: none;
  }
  .siteMap_box {
    min-width: unset;
    width: 100vw;
    height: 100vh;
    border-radius: 0;
    overflow-y: scroll;
    background-size: 400px auto;
    background: #fff;
    top: 0;
    right: -100%;
  }
  .siteMap_box .center_box {
    padding: 35px 15px;
  }
  .siteMap_box .logo {
    width: 100px;
    padding-left: 0;
  }
  .siteMap_box .cont {
    flex-direction: column;
    align-items: flex-start;
  }
  .siteMap_box .cont .nav {
    padding-left: 0;
  }
  .siteMap_box .cont .sm_dep1 {
    gap: 0;
  }
  .siteMap_box .cont .sm_dep1 .sm_dep1_li {
    flex-direction: column;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 18px 0;
  }
  .siteMap_box .cont .sm_dep1 .dep1_a {
    font-size: 1.5rem;
  }
  .siteMap_box .cont .sm_dep1 .dep1_a:after {
    content: none;
  }
  .siteMap_box .cont .sm_dep1 .sm_dep2 {
    width: 100%;
    flex-direction: column;
    display: none;
    opacity: 1;
    visibility: visible;
    padding-top: 10px;
  }
  .siteMap_box .cont .sm_dep1 .sm_dep2 li {
    margin-right: 0;
  }
  .siteMap_box .cont .sm_dep1 .sm_dep2 li a {
    font-size: 1rem;
  }
  .siteMap_box.on {
    right: -1px;
  }
  .fixed-area {
    padding-right: 40px;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  #header .header_box {
    height: 80px;
  }
  #header .header_box .h_logoBox a {
    width: 160px;
  }
  .fixed-area {
    height: 80px;
  }
  .siteMap_box .center_box {
    padding: 22px 15px;
  }
  .siteMap_box .logo {
    width: 90px;
    padding: 15px 0;
  }
  .siteMap_box .cont .sm_dep1 .dep1_a {
    font-size: 1.25rem;
  }
  .siteMap_box .cont .sm_dep1 .sm_dep2 {
    padding-top: 0;
  }
  .siteMap_box .cont .sm_dep1 .sm_dep2 li a {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1px) and (max-width: 500px) {
  #header .header_box {
    padding: 0 15px;
  }
  #header .header_box .h_logoBox a {
    width: 140px;
  }
  .fixed-area {
    padding-right: 30px;
  }
  .btn-sitemap {
    width: 25px;
  }
  .siteMap_box .logo {
    width: 60px;
  }
}
#sub > div:first-of-type {
  padding-top: 100px;
}

.top-bg {
  position: relative;
  height: 835px;
}
.top-bg .img {
  height: 100%;
}
.top-bg .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-bg .text {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.top-bg .text h1 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  font-size: 3.75rem;
  font-weight: 700;
}
.top-bg .text .txt-1 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 50px 0 14px 0;
}
.top-bg .text .txt-2 {
  font-size: 1.875rem;
  line-height: 1.5;
  font-weight: 500;
}

.sec-title {
  font-family: "Montserrat", sans-serif;
  font-size: 3.4375rem;
  line-height: 1.2;
  font-weight: 800;
  color: #ff6600;
  text-align: center;
  padding-bottom: 70px;
  padding-top: 140px;
}

.article {
  padding-top: 100px;
}
.article .art-title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.8125rem;
  font-weight: 800;
  text-align: center;
  padding-bottom: 50px;
}
.article .art-title2 {
  font-size: 2.8125rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  padding-bottom: 50px;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  #sub > div:first-of-type {
    padding-top: 80px;
  }
  .top-bg {
    height: 500px;
  }
  .top-bg .text h1 {
    font-size: 7vw;
  }
  .top-bg .text .txt-1 {
    font-size: 3.6vw;
    padding: 5vw 0 2vw 0;
  }
  .top-bg .text .txt-2 {
    font-size: 3.6vw;
  }
  .sec-title {
    font-size: 6.6vw;
    padding-bottom: 7vw;
    padding-top: 14vw;
  }
  .article {
    padding-top: 10vw;
  }
  .article .art-title {
    font-size: 5vw;
    padding-bottom: 5vw;
  }
  .article .art-title2 {
    font-size: 5vw;
    padding-bottom: 5vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 500px) {
  .top-bg {
    height: 400px;
  }
  .top-bg .text h1 {
    font-size: 7.7vw;
  }
  .top-bg .text .txt-1 {
    font-size: 4.2vw;
  }
  .top-bg .text .txt-2 {
    font-size: 4.2vw;
  }
  .sec-title {
    font-size: 6.9vw;
  }
  .article .art-title {
    font-size: 6vw;
  }
  .article .art-title2 {
    font-size: 6vw;
  }
}
#footer {
  position: relative;
  background-color: #1b1b1b;
  padding: 67px 0;
}
#footer .wrap {
  width: 1720px;
  margin: 0 auto;
}
#footer .wrap .info {
  padding-top: 20px;
}
#footer .wrap .info li {
  display: flex;
  font-size: 0.938rem;
  color: #aaa;
  margin-bottom: 16px;
}
#footer .wrap .info li .tit {
  width: 80px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
#footer .wrap .copyright {
  font-size: 0.875rem;
  color: #aaa;
}
#footer .btn-top {
  position: absolute;
  right: 21px;
  top: -33px;
  transition: box-shadow 0.4s;
}
@keyframes pulse {
  from {
    box-shadow: 0 0 0 0 #ff6600;
  }
}
#footer .btn-top .circle {
  width: 66px;
  height: auto;
  aspect-ratio: 1/1;
  background: url("/images/layout/btn-top.jpg") no-repeat center center;
  background-size: contain;
  border-radius: 50%;
  z-index: 1;
}
@media (hover: hover) {
  #footer .btn-top:hover .circle {
    box-shadow: 0 0 0 13px transparent;
    animation: pulse 1s;
  }
}

@media screen and (min-width: 1px) and (max-width: 1800px) {
  #footer .wrap {
    width: 100%;
    padding: 0 4%;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  #footer {
    padding: 7vw 0;
  }
  #footer .wrap {
    padding: 0 30px;
    flex-direction: column;
    gap: 4vw;
  }
  #footer .wrap .logo {
    width: 23vw;
  }
  #footer .wrap .info li {
    font-size: 2.4vw;
    margin-bottom: 2vw;
  }
  #footer .wrap .info li .tit {
    width: 10vw;
  }
  #footer .wrap .copyright {
    font-size: 2.3vw;
  }
  #footer .btn-top {
    right: 15px;
    top: -25px;
  }
  #footer .btn-top .circle {
    width: 50px;
  }
}
@media screen and (min-width: 1px) and (max-width: 500px) {
  #footer .wrap {
    padding: 0 15px;
  }
  #footer .wrap .logo {
    width: 28vw;
  }
  #footer .wrap .info li {
    font-size: 3.2vw;
  }
  #footer .wrap .info li .tit {
    width: 14vw;
  }
  #footer .wrap .copyright {
    font-size: 3.1vw;
  }
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.main .section.visual {
  height: 100vh;
  position: relative;
}
.main .section.visual .visual-swiper {
  height: 100%;
}
.main .section.visual .visual-swiper .bg {
  width: 100%;
  height: 100%;
}
.main .section.visual .visual-swiper .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.main .section.visual .visual-swiper .swiper-slide {
  position: relative;
}
@keyframes scale-ani {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.main .section.visual .visual-swiper .swiper-slide-active img {
  animation: scale-ani 6s ease forwards;
}
@keyframes text-active-ani {
  from {
    opacity: 0;
    filter: Alpha(opacity=0);
    transform: translateY(90%);
  }
  to {
    opacity: 1;
    filter: Alpha(opacity=100);
    transform: translateY(0);
  }
}
.main .section.visual .visual-swiper .swiper-slide-active .text .custom-splitting.splitting .word {
  animation: text-active-ani 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;
}
.main .section.visual .text {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 1400px;
  color: #fff;
}
.main .section.visual .text p.title {
  font-size: 3.4375rem;
  padding-bottom: 30px;
  font-weight: 700;
}
.main .section.visual .text p.desc {
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 1.25;
}
.main .section.visual .visual-timer-wrap {
  position: absolute;
  left: 50%;
  top: 65%;
  transform: translate3d(-50%, 0, 0);
  width: 1400px;
  z-index: 1;
}
.main .section.visual .visual-timer {
  position: relative;
  width: 70px;
  height: auto;
  aspect-ratio: 1/1;
  z-index: 1;
  pointer-events: auto;
}
.main .section.visual .visual-timer .status {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.main .section.visual .visual-timer .play {
  display: none;
}
.main .section.visual .visual-timer .play.on {
  display: block;
}
.main .section.visual .visual-timer .pause {
  display: none;
}
.main .section.visual .visual-timer .pause.on {
  display: block;
}
.main .section.visual .scroll {
  position: absolute;
  right: 45px;
  bottom: 40px;
  text-align: left;
  z-index: 9;
}
.main .section.visual .scroll span {
  display: block;
  writing-mode: tb-rl;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}
.main .section.visual .scroll .circles {
  display: inline-block;
  vertical-align: text-bottom;
  position: relative;
  height: 27px;
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.main .section.visual .scroll .circles .circle {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  margin-left: 3px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  animation: fadeInOut 2s ease-in-out infinite;
}
.main .section.visual .scroll .circles .circle:nth-child(2) {
  margin-top: 5px;
  animation-delay: 0.2s;
}
.main .section.visual .scroll .circles .circle:nth-child(3) {
  margin-top: 11px;
  animation-delay: 0.4s;
}
.main .section.visual .scroll .circles .circle:nth-child(4) {
  margin-top: 16px;
  animation-delay: 0.6s;
}

.main .section.link {
  padding: 140px 0;
}
.main .section.link .item-wrap {
  display: flex;
  gap: 1px;
}
.main .section.link .item-wrap .item {
  position: relative;
}
.main .section.link .item-wrap .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff6600;
  width: 100%;
  height: 100%;
  background-image: url("/images/main/link-icon-arrow.png");
  background-repeat: no-repeat;
  background-position: top 34px right 30px;
  opacity: 0;
  transition: all 0.4s;
}
.main .section.link .item-wrap .item:hover:after {
  opacity: 1;
}
.main .section.link .item-wrap .item:nth-child(1) img {
  border-top-left-radius: 100px;
}
.main .section.link .item-wrap .item:nth-child(1):after {
  border-top-left-radius: 100px;
}
.main .section.link .item-wrap .item:nth-child(4) img {
  border-bottom-right-radius: 100px;
}
.main .section.link .item-wrap .item:nth-child(4):after {
  border-bottom-right-radius: 100px;
}
.main .section.link .item-wrap .item:nth-child(2n) {
  transform: translateY(50px);
}
.main .section.link .item-wrap .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 64px 50px;
  color: #fff;
  z-index: 100;
}
.main .section.link .item-wrap .item .text p {
  font-size: 1.875rem;
  font-weight: 700;
  padding-bottom: 22px;
}
.main .section.link .item-wrap .item .text span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  opacity: 0.5;
}

@media screen and (min-width: 1px) and (max-width: 1600px) {
  .main .section.visual .text,
  .main .section.visual .visual-timer-wrap {
    width: 100%;
    padding: 0 4%;
  }
}
@media screen and (min-width: 1px) and (max-width: 1200px) {
  .main .section.link .item-wrap {
    flex-wrap: wrap;
  }
  .main .section.link .item-wrap .item {
    width: calc(50% - 1px);
  }
  .main .section.link .item-wrap .item img {
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .main .section.visual {
    min-height: 850px;
    height: 100vh;
  }
  .main .section.visual .text,
  .main .section.visual .visual-timer-wrap {
    padding: 0 30px;
  }
  .main .section.visual .text p.title {
    font-size: 6.6vw;
  }
  .main .section.visual .text p.desc {
    font-size: 4vw;
  }
  .main .section.visual .visual-timer {
    width: 60px;
  }
  .main .section.link {
    padding: 14vw 0;
  }
  .main .section.link .item-wrap .item:after {
    background-position: top 3vw right 3vw;
    background-size: 13px auto;
  }
  .main .section.link .item-wrap .item:nth-child(2n) {
    transform: translateY(5vw);
  }
  .main .section.link .item-wrap .item .text {
    padding: 6vw 5vw;
  }
  .main .section.link .item-wrap .item .text p {
    font-size: 3.6vw;
    padding-bottom: 2vw;
  }
  .main .section.link .item-wrap .item .text span {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 500px) {
  .main .section.visual {
    min-height: 550px;
  }
  .main .section.visual .text,
  .main .section.visual .visual-timer-wrap {
    padding: 0 15px;
  }
  .main .section.visual .visual-timer-wrap {
    top: 60%;
  }
  .main .section.visual .text p.title {
    font-size: 6.9vw;
  }
  .main .section.visual .text p.desc {
    font-size: 4.7vw;
  }
  .main .section.visual .visual-timer {
    width: 60px;
  }
  .main .section.link .item-wrap .item:after {
    background-size: 11px auto;
  }
  .main .section.link .item-wrap .item .text p {
    font-size: 4.2vw;
  }
  .main .section.link .item-wrap .item .text span {
    font-size: 3.1vw;
  }
}
#intro.page {
  width: 100%;
  height: 100vh;
  background-color: #111;
}
#intro.page .inner {
  display: flex;
  justify-content: center;
  gap: 19%;
  height: 100%;
}
#intro.page .inner .box {
  display: flex;
  align-items: center;
  justify-content: center;
}
#intro.page .inner .box img {
  transition: transform 0.4s ease;
}
#intro.page .inner .box:hover img {
  transform: translateY(-30px);
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  #intro.page .inner {
    flex-direction: column;
    gap: 50px;
  }
  #intro.page .inner .box {
    width: 30%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1px) and (max-width: 500px) {
  #intro.page .inner {
    flex-direction: column;
    gap: 50px;
  }
  #intro.page .inner .box {
    width: 50%;
    margin: 0 auto;
  }
}
#trip.trip .pt70 {
  padding-top: 70px;
}
#trip.trip .section-1 .article-1 {
  background-color: #f7f7f7;
  padding-bottom: 100px;
}
#trip.trip .section-1 .article-1 .wrap {
  display: flex;
  gap: 40px;
}
#trip.trip .section-1 .article-1 .wrap .tit {
  font-family: "Montserrat", sans-serif;
  font-size: 1.875rem;
  font-weight: 800;
  padding-bottom: 22px;
}
#trip.trip .section-1 .article-1 .wrap .item-wrap .item {
  display: flex;
  align-items: center;
  gap: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 36px 40px;
  background-color: #fff;
  margin-bottom: 13px;
}
#trip.trip .section-1 .article-1 .wrap .item-wrap .item .text {
  flex: 1;
}
#trip.trip .section-1 .article-1 .wrap .item-wrap .item .text p {
  font-size: 1.125rem;
  line-height: 1.5;
}
#trip.trip .section-1 .article-1 .wrap .item-wrap .item .text p em {
  font-weight: 800;
}
#trip.trip .section-1 .article-1 .wrap .info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  font-size: 1.25rem;
  font-weight: 700;
  padding-top: 80px;
}
#trip.trip .section-1 .article-2 .item-wrap {
  display: flex;
  align-items: center;
  gap: 80px;
}
#trip.trip .section-1 .article-2 .item-wrap .left {
  flex: 1;
}
#trip.trip .section-1 .article-2 .item-wrap .right {
  width: 862px;
}
#trip.trip .section-1 .article-2 .item-wrap .item {
  display: flex;
  align-items: center;
  gap: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 29px 50px;
  background-color: #fff;
  margin-bottom: 12px;
}
#trip.trip .section-1 .article-2 .item-wrap .item .text {
  flex: 1;
}
#trip.trip .section-1 .article-2 .item-wrap .item .text strong {
  font-size: 2.5rem;
  font-weight: 700;
}
#trip.trip .section-1 .article-2 .item-wrap .item .text p {
  font-size: 1.125rem;
  padding-top: 16px;
}
#trip.trip .section-1 .article-2 .item-wrap .item .text p em {
  font-weight: 800;
}
#trip.trip .section-1 .article-3 .item-wrap {
  display: flex;
  gap: 56px;
}
#trip.trip .section-1 .article-3 .item-wrap .item {
  width: 33.33%;
  position: relative;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 55px 0 30px 0;
  text-align: center;
}
#trip.trip .section-1 .article-3 .item-wrap .item strong {
  width: 50px;
  aspect-ratio: 1/1;
  background-color: #ff6600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.563rem;
  font-weight: 700;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
#trip.trip .section-1 .article-3 .item-wrap .item .cont .txt-1 {
  font-size: 1.563rem;
  font-weight: 800;
  padding-bottom: 15px;
}
#trip.trip .section-1 .article-3 .item-wrap .item .cont .txt-2 .number .desc {
  font-size: 1rem;
  font-weight: 500;
  color: #ff6600;
}
#trip.trip .section-1 .article-3 .item-wrap .item .cont .txt-2 .number p {
  font-size: 3.125rem;
  font-weight: 800;
  color: #ff6600;
}
#trip.trip .section-1 .article-3 .item-wrap .item .cont .txt-3 {
  display: block;
  padding-top: 20px;
  font-size: 1rem;
  line-height: 1.2;
}
#trip.trip .section-1 .article-3 .desc-text {
  font-size: 1.875rem;
  line-height: 1.2;
  text-align: center;
  padding-top: 48px;
}
#trip.trip .section-1 .article-3 .desc-text .txt-1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  padding-bottom: 12px;
}
#trip.trip .section-1 .article-3 .desc-text .txt-2 {
  font-weight: 500;
}
#trip.trip .section-1 .article-3 .box-wrap {
  padding-top: 100px;
}
#trip.trip .section-1 .article-3 .box-wrap .box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
#trip.trip .section-1 .article-3 .box-wrap .box .card {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 34px 15px;
  text-align: center;
}
#trip.trip .section-1 .article-3 .box-wrap .box .card img {
  margin: 0 auto;
}
#trip.trip .section-1 .article-3 .box-wrap .box .card strong {
  display: block;
  font-size: 1.375rem;
  font-weight: 800;
  padding-bottom: 23px;
}
#trip.trip .section-1 .article-3 .box-wrap .box .card .price {
  font-size: 1.25rem;
  font-weight: 800;
  padding: 26px 0 15px 0;
}
#trip.trip .section-1 .article-3 .box-wrap .box .card .info {
  font-size: 1.25rem;
}
#trip.trip .section-1 .article-3 .box-wrap .info-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 160px;
  padding-top: 55px;
}
#trip.trip .section-1 .article-3 .box-wrap .info-wrap .gender .info {
  display: flex;
  align-items: center;
  padding-bottom: 18px;
}
#trip.trip .section-1 .article-3 .box-wrap .info-wrap .gender .info .tit {
  width: 80px;
}
#trip.trip .section-1 .article-3 .box-wrap .info-wrap .gender .info .num {
  padding-left: 9px;
}
#trip.trip .section-1 .article-3 .box-wrap .info-wrap .gender .info p {
  font-size: 1.25rem;
  font-weight: 700;
}
#trip.trip .section-1 .article-3 .box-wrap .info-wrap .gender .info.female span {
  display: inline-block;
  width: 83px;
  height: 22px;
  background-color: #ff6600;
}
#trip.trip .section-1 .article-3 .box-wrap .info-wrap .gender .info.male span {
  display: inline-block;
  width: 108px;
  height: 22px;
  background-color: #ffae36;
}
#trip.trip .section-1 .article-3 .box-wrap .info-wrap .text p {
  font-size: 1.25rem;
  font-weight: 700;
  padding-bottom: 25px;
}
#trip.trip .section-1 .article-3 .box-wrap .info-wrap .text p:last-child {
  padding-bottom: 0;
}
#trip.trip .section-2 .article-1 {
  background-color: #f7f7f7;
  padding-bottom: 100px;
}
#trip.trip .section-2 .article-1 .box {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 43px 45px;
}
#trip.trip .section-2 .article-1 .box-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 55px;
}
#trip.trip .section-2 .article-1 .box-1 .left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#trip.trip .section-2 .article-1 .box-1 .left strong {
  font-size: 3.125rem;
  font-weight: 800;
  line-height: 1.5;
  color: #ff6600;
}
#trip.trip .section-2 .article-1 .box-1 .right {
  display: flex;
  align-items: center;
}
#trip.trip .section-2 .article-1 .box-1 .right ul {
  padding-top: 60px;
}
#trip.trip .section-2 .article-1 .box-1 .right ul li {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  gap: 25px;
}
#trip.trip .section-2 .article-1 .box-1 .right ul li .num {
  width: 210px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 3.125rem;
  font-weight: 800;
  color: #ff6600;
}
#trip.trip .section-2 .article-1 .box-1 .right ul li .text {
  font-size: 1.563rem;
  font-weight: 500;
}
#trip.trip .section-2 .article-1 .box-2 img {
  margin: 0 auto;
}
#trip.trip .section-2 .article-1 .box-2 .item-wrap {
  display: flex;
  gap: 25px;
  margin-top: 70px;
}
#trip.trip .section-2 .article-1 .box-2 .item-wrap .item {
  width: 33.33%;
  position: relative;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 55px 52px 30px 52px;
}
#trip.trip .section-2 .article-1 .box-2 .item-wrap .item strong {
  width: 50px;
  aspect-ratio: 1/1;
  background-color: #ff6600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.563rem;
  font-weight: 700;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
#trip.trip .section-2 .article-1 .box-2 .item-wrap .item .cont .txt-1 {
  font-size: 1.875rem;
  font-weight: 800;
  text-align: center;
}
#trip.trip .section-2 .article-1 .box-2 .item-wrap .item .cont .txt-2 {
  font-size: 1.125rem;
  font-weight: 800;
  text-align: center;
  padding: 20px 0 30px 0;
}
#trip.trip .section-2 .article-1 .box-2 .item-wrap .item .cont ul li {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.2;
  padding-left: 12px;
  margin-bottom: 10px;
}
#trip.trip .section-2 .article-1 .box-2 .item-wrap .item .cont ul li:last-child {
  margin-bottom: 0;
}
#trip.trip .section-2 .article-1 .box-2 .item-wrap .item .cont ul li:after {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
}
#trip.trip .section-2 .article-2 .item {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 55px 20px;
  text-align: center;
}
#trip.trip .section-2 .article-2 .item .txt-1 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.875rem;
  font-weight: 800;
}
#trip.trip .section-2 .article-2 .item .txt-2 {
  font-size: 1.563rem;
  font-weight: 500;
  padding: 18px 0 46px;
}
#trip.trip .section-2 .article-2 .item img {
  margin: 0 auto;
}
#trip.trip .section-3 .article-1 {
  background-color: #f7f7f7;
  padding-bottom: 100px;
}
#trip.trip .section-3 .article-1 .item-wrap.item-1 {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 65px;
}
#trip.trip .section-3 .article-1 .item-wrap.item-2 {
  display: flex;
  gap: 18px;
}
#trip.trip .section-3 .article-1 .item-wrap p {
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  padding-top: 17px;
}
#trip.trip .section-3 .article-2 .item-wrap {
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 50px;
  border-radius: 10px;
}
#trip.trip .section-3 .article-3 .item-wrap {
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 50px;
  border-radius: 10px;
}
#trip.trip .section-4 .article-1 {
  background-color: #f7f7f7;
  padding-bottom: 100px;
}
#trip.trip .section-4 .article-1 .item-wrap {
  display: flex;
  gap: 45px;
  margin-bottom: 75px;
}
#trip.trip .section-4 .article-1 .item-wrap .cont {
  flex: 1;
}
#trip.trip .section-4 .article-1 .item-wrap .cont .tit {
  font-family: "Montserrat", sans-serif;
  font-size: 2.1875rem;
  font-weight: 800;
  padding-bottom: 35px;
}
#trip.trip .section-4 .article-1 .item-wrap .cont ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px 10px 30px 24px;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 15px;
  box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.1);
}
#trip.trip .section-4 .article-1 .item-wrap .cont ul li strong {
  font-family: "Montserrat", sans-serif;
  width: 50px;
  aspect-ratio: 1/1;
  background-color: #ff6600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.563rem;
  font-weight: 700;
  border-radius: 50%;
  color: #fff;
}
#trip.trip .section-4 .article-1 .item-wrap .cont ul li .text {
  flex: 1;
}
#trip.trip .section-4 .article-1 .item-wrap .cont ul li .text .txt-1 {
  font-size: 1.563rem;
  font-weight: 700;
  padding-bottom: 15px;
}
#trip.trip .section-4 .article-1 .item-wrap .cont ul li .text .txt-2 {
  font-size: 1.125rem;
}
#trip.trip .section-4 .article-1 .item-wrap .cont ul li.last {
  flex-direction: column;
  background-color: #ff6600;
}
#trip.trip .section-4 .article-1 .item-wrap .cont ul li.last .txt-3 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
}
#trip.trip .section-4 .article-1 .item-wrap .cont ul li.last .txt-4 {
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
}
#trip.trip .section-4 .article-2 .box-1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 27px;
}
#trip.trip .section-4 .article-2 .box-2 {
  background-color: #f7f7f7;
  display: flex;
  grid-template-columns: repeat(2, 1fr);
  padding: 36px 30px;
  gap: 12px;
  margin-top: 65px;
  margin-bottom: 100px;
}
#trip.trip .section-4 .article-3 {
  background-color: #f7f7f7;
  padding-bottom: 100px;
}
#trip.trip .section-4 .article-3 .item-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
#trip.trip .section-4 .article-3 .item-wrap .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #ddd;
}
#trip.trip .section-4 .article-3 .item-wrap .item:last-child {
  border-right: 0;
}
#trip.trip .section-4 .article-3 .item-wrap .item h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.1875rem;
  font-weight: 800;
  padding-bottom: 45px;
}

@media screen and (min-width: 1px) and (max-width: 1600px) {
  #trip.trip .section-1 .article-2 .item-wrap {
    flex-direction: column;
  }
  #trip.trip .section-1 .article-2 .item-wrap .left {
    width: 100%;
    order: 2;
  }
  #trip.trip .section-1 .article-2 .item-wrap .right {
    width: 100%;
    order: 1;
  }
  #trip.trip .section-1 .article-2 .item-wrap .right img {
    margin: 0 auto;
  }
  #trip.trip .section-4 .article-2 .box-2 {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1px) and (max-width: 1400px) {
  #trip.trip .section-1 .article-3 .box-wrap .box {
    grid-template-columns: repeat(3, 1fr);
  }
  #trip.trip .section-2 .article-1 .box-2 .item-wrap {
    flex-direction: column;
  }
  #trip.trip .section-2 .article-1 .box-2 .item-wrap .item {
    width: 100%;
  }
  #trip.trip .section-4 .article-1 .item-wrap {
    flex-direction: column;
  }
  #trip.trip .section-4 .article-1 .item-wrap .img img {
    margin: 0 auto;
  }
  #trip.trip .section-4 .article-3 .item-wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media screen and (min-width: 1px) and (max-width: 1200px) {
  #trip.trip .section-1 .article-1 .wrap {
    flex-direction: column;
  }
  #trip.trip .section-1 .article-3 .item-wrap {
    flex-direction: column;
  }
  #trip.trip .section-1 .article-3 .item-wrap .item {
    width: 100%;
  }
  #trip.trip .section-2 .article-1 .box-1 {
    flex-direction: column;
  }
  #trip.trip .section-3 .article-1 .item-wrap.item-1 {
    grid-template-columns: repeat(3, 1fr);
  }
  #trip.trip .section-4 .article-2 .box-1 {
    grid-template-columns: repeat(2, 1fr);
  }
  #trip.trip .section-4 .article-2 .box-1 img {
    width: 100%;
  }
  #trip.trip .section-4 .article-3 .item-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  #trip.trip .section-4 .article-3 .item-wrap .item:nth-child(2n) {
    border-right: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  #trip.trip .pt70 {
    padding-top: 7vw;
  }
  #trip.trip .section-1 .article-1 {
    padding-bottom: 10vw;
  }
  #trip.trip .section-1 .article-1 .wrap {
    gap: 7vw;
  }
  #trip.trip .section-1 .article-1 .wrap .tit {
    font-size: 3.6vw;
    padding-bottom: 2vw;
  }
  #trip.trip .section-1 .article-1 .wrap .item-wrap .item {
    gap: 4vw;
    padding: 3vw 4vw;
    margin-bottom: 2vw;
  }
  #trip.trip .section-1 .article-1 .wrap .item-wrap .item .img {
    width: 25vw;
  }
  #trip.trip .section-1 .article-1 .wrap .item-wrap .item .text p {
    font-size: 2.6vw;
  }
  #trip.trip .section-1 .article-1 .wrap .info {
    gap: 1vw;
    font-size: 2.8vw;
    padding-top: 4vw;
  }
  #trip.trip .section-1 .article-1 .wrap .info img {
    width: 4vw;
  }
  #trip.trip .section-1 .article-2 {
    gap: 8vw;
  }
  #trip.trip .section-1 .article-2 .item-wrap {
    gap: 8vw;
  }
  #trip.trip .section-1 .article-2 .item-wrap .item {
    gap: 4vw;
    padding: 3vw 5vw;
    margin-bottom: 2vw;
  }
  #trip.trip .section-1 .article-2 .item-wrap .item .img img {
    width: 6vw;
  }
  #trip.trip .section-1 .article-2 .item-wrap .item .text strong {
    font-size: 4.8vw;
  }
  #trip.trip .section-1 .article-2 .item-wrap .item .text p {
    font-size: 2.6vw;
    padding-top: 2vw;
  }
  #trip.trip .section-1 .article-3 .item-wrap {
    gap: 7vw;
  }
  #trip.trip .section-1 .article-3 .item-wrap .item {
    padding: 7vw 0 3vw 0;
  }
  #trip.trip .section-1 .article-3 .item-wrap .item strong {
    width: 8vw;
    font-size: 3.2vw;
    top: -4vw;
  }
  #trip.trip .section-1 .article-3 .item-wrap .item .cont .txt-1 {
    font-size: 3.2vw;
    padding-bottom: 2vw;
  }
  #trip.trip .section-1 .article-3 .item-wrap .item .cont .txt-2 .number .desc {
    font-size: 2.4vw;
  }
  #trip.trip .section-1 .article-3 .item-wrap .item .cont .txt-2 .number p {
    font-size: 6.6vw;
  }
  #trip.trip .section-1 .article-3 .item-wrap .item .cont .txt-3 {
    padding-top: 2vw;
    font-size: 2.4vw;
  }
  #trip.trip .section-1 .article-3 .desc-text {
    font-size: 3.6vw;
    padding-top: 5vw;
  }
  #trip.trip .section-1 .article-3 .desc-text .txt-1 {
    padding-bottom: 2vw;
  }
  #trip.trip .section-1 .article-3 .box-wrap {
    padding-top: 10vw;
  }
  #trip.trip .section-1 .article-3 .box-wrap .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 2vw;
  }
  #trip.trip .section-1 .article-3 .box-wrap .box .card {
    padding: 3vw 2vw;
  }
  #trip.trip .section-1 .article-3 .box-wrap .box .card strong {
    font-size: 2.9vw;
    padding-bottom: 2vw;
  }
  #trip.trip .section-1 .article-3 .box-wrap .box .card .price {
    font-size: 2.8vw;
    padding: 3vw 0 2vw 0;
  }
  #trip.trip .section-1 .article-3 .box-wrap .box .card .info {
    font-size: 2.8vw;
  }
  #trip.trip .section-1 .article-3 .box-wrap .info-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 6vw;
    padding-top: 5vw;
  }
  #trip.trip .section-1 .article-3 .box-wrap .info-wrap .gender .info {
    padding-bottom: 2vw;
  }
  #trip.trip .section-1 .article-3 .box-wrap .info-wrap .gender .info .tit {
    width: 13vw;
  }
  #trip.trip .section-1 .article-3 .box-wrap .info-wrap .gender .info .num {
    padding-left: 2vw;
  }
  #trip.trip .section-1 .article-3 .box-wrap .info-wrap .gender .info p {
    font-size: 2.8vw;
  }
  #trip.trip .section-1 .article-3 .box-wrap .info-wrap .gender .info.female span {
    width: 60px;
    height: 4vw;
  }
  #trip.trip .section-1 .article-3 .box-wrap .info-wrap .gender .info.male span {
    width: 80px;
    height: 4vw;
  }
  #trip.trip .section-1 .article-3 .box-wrap .info-wrap .text p {
    font-size: 2.8vw;
    padding-bottom: 3vw;
  }
  #trip.trip .section-2 .article-1 {
    padding-bottom: 10vw;
  }
  #trip.trip .section-2 .article-1 .box {
    padding: 4vw 5vw;
  }
  #trip.trip .section-2 .article-1 .box-1 {
    margin-bottom: 5vw;
  }
  #trip.trip .section-2 .article-1 .box-1 .left strong {
    font-size: 6.6vw;
  }
  #trip.trip .section-2 .article-1 .box-1 .right ul {
    padding-top: 6vw;
  }
  #trip.trip .section-2 .article-1 .box-1 .right ul li {
    margin-bottom: 3vw;
    gap: 2vw;
  }
  #trip.trip .section-2 .article-1 .box-1 .right ul li .num {
    width: 28vw;
    gap: 2vw;
    font-size: 6.6vw;
  }
  #trip.trip .section-2 .article-1 .box-1 .right ul li .num img {
    width: 4vw;
  }
  #trip.trip .section-2 .article-1 .box-1 .right ul li .text {
    font-size: 3.2vw;
  }
  #trip.trip .section-2 .article-1 .box-2 .item-wrap .item {
    padding: 7vw 2vw 3vw 2vw;
  }
  #trip.trip .section-2 .article-1 .box-2 .item-wrap .item strong {
    width: 8vw;
    font-size: 3.2vw;
    top: -4vw;
  }
  #trip.trip .section-2 .article-1 .box-2 .item-wrap .item .cont .txt-1 {
    font-size: 3.6vw;
  }
  #trip.trip .section-2 .article-1 .box-2 .item-wrap .item .cont .txt-2 {
    font-size: 2.6vw;
    padding: 2vw 0 3vw 0;
  }
  #trip.trip .section-2 .article-1 .box-2 .item-wrap .item .cont ul li {
    font-size: 2.6vw;
    padding-left: 2vw;
    margin-bottom: 2vw;
  }
  #trip.trip .section-2 .article-2 .item {
    padding: 5vw 2vw;
  }
  #trip.trip .section-2 .article-2 .item .txt-1 {
    font-size: 3.6vw;
  }
  #trip.trip .section-2 .article-2 .item .txt-2 {
    font-size: 3.2vw;
    padding: 1vw 0 4vw;
  }
  #trip.trip .section-3 .article-1 {
    padding-bottom: 10vw;
  }
  #trip.trip .section-3 .article-1 .item-wrap.item-1 {
    grid-template-columns: repeat(2, 1fr);
  }
  #trip.trip .section-3 .article-1 .item-wrap.item-2 {
    flex-direction: column;
    gap: 3vw;
  }
  #trip.trip .section-3 .article-1 .item-wrap p {
    font-size: 2.9vw;
    padding-top: 2vw;
  }
  #trip.trip .section-3 .article-2 .item-wrap {
    gap: 4vw;
    padding: 5vw;
  }
  #trip.trip .section-3 .article-3 .item-wrap {
    gap: 4vw;
    padding: 5vw;
  }
  #trip.trip .section-4 .article-1 {
    padding-bottom: 10vw;
  }
  #trip.trip .section-4 .article-1 .item-wrap {
    gap: 4vw;
    margin-bottom: 7vw;
  }
  #trip.trip .section-4 .article-1 .item-wrap .cont .tit {
    font-size: 4vw;
    padding-bottom: 3vw;
  }
  #trip.trip .section-4 .article-1 .item-wrap .cont ul li {
    gap: 2vw;
    padding: 3vw 1vw 3vw 2vw;
    margin-bottom: 2vw;
  }
  #trip.trip .section-4 .article-1 .item-wrap .cont ul li strong {
    width: 7vw;
    font-size: 3.2vw;
  }
  #trip.trip .section-4 .article-1 .item-wrap .cont ul li .text {
    flex: 1;
  }
  #trip.trip .section-4 .article-1 .item-wrap .cont ul li .text .txt-1 {
    font-size: 3.2vw;
    padding-bottom: 2vw;
  }
  #trip.trip .section-4 .article-1 .item-wrap .cont ul li .text .txt-2 {
    font-size: 2.6vw;
  }
  #trip.trip .section-4 .article-1 .item-wrap .cont ul li.last .txt-3 {
    font-size: 3.6vw;
  }
  #trip.trip .section-4 .article-1 .item-wrap .cont ul li.last .txt-4 {
    font-size: 2.9vw;
  }
  #trip.trip .section-4 .article-2 .box-1 {
    gap: 3vw;
  }
  #trip.trip .section-4 .article-2 .box-2 {
    padding: 4vw;
    gap: 2vw;
    margin-top: 6vw;
    margin-bottom: 10vw;
  }
  #trip.trip .section-4 .article-3 {
    padding-bottom: 10vw;
  }
  #trip.trip .section-4 .article-3 .item-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 6vw;
  }
  #trip.trip .section-4 .article-3 .item-wrap .item {
    border-right: 0;
  }
  #trip.trip .section-4 .article-3 .item-wrap .item h2 {
    font-size: 4vw;
    padding-bottom: 4vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 500px) {
  #trip.trip .section-1 .article-1 .wrap .tit {
    font-size: 4.2vw;
  }
  #trip.trip .section-1 .article-1 .wrap .item-wrap .item .img {
    width: 28vw;
  }
  #trip.trip .section-1 .article-1 .wrap .item-wrap .item .text p {
    font-size: 3.4vw;
  }
  #trip.trip .section-1 .article-1 .wrap .info {
    font-size: 3.6vw;
  }
  #trip.trip .section-1 .article-1 .wrap .info img {
    width: 6vw;
  }
  #trip.trip .section-1 .article-2 .item-wrap .item .img img {
    width: 8vw;
  }
  #trip.trip .section-1 .article-2 .item-wrap .item .text strong {
    font-size: 5.6vw;
  }
  #trip.trip .section-1 .article-2 .item-wrap .item .text p {
    font-size: 3.4vw;
  }
  #trip.trip .section-1 .article-3 .item-wrap .item strong {
    width: 9vw;
    font-size: 4vw;
    top: -4.5vw;
  }
  #trip.trip .section-1 .article-3 .item-wrap .item .cont .txt-1 {
    font-size: 4vw;
  }
  #trip.trip .section-1 .article-3 .item-wrap .item .cont .txt-2 .number .desc {
    font-size: 3.6vw;
  }
  #trip.trip .section-1 .article-3 .item-wrap .item .cont .txt-2 .number p {
    font-size: 6.9vw;
  }
  #trip.trip .section-1 .article-3 .item-wrap .item .cont .txt-3 {
    font-size: 3.2vw;
  }
  #trip.trip .section-1 .article-3 .desc-text {
    font-size: 4.2vw;
  }
  #trip.trip .section-1 .article-3 .box-wrap .box .card strong {
    font-size: 3.7vw;
  }
  #trip.trip .section-1 .article-3 .box-wrap .box .card .price {
    font-size: 3.6vw;
  }
  #trip.trip .section-1 .article-3 .box-wrap .box .card .info {
    font-size: 3.6vw;
  }
  #trip.trip .section-1 .article-3 .box-wrap .info-wrap .gender .info .tit {
    width: 15vw;
  }
  #trip.trip .section-1 .article-3 .box-wrap .info-wrap .gender .info p {
    font-size: 3.6vw;
  }
  #trip.trip .section-1 .article-3 .box-wrap .info-wrap .gender .info.female span {
    height: 5vw;
  }
  #trip.trip .section-1 .article-3 .box-wrap .info-wrap .gender .info.male span {
    height: 5vw;
  }
  #trip.trip .section-1 .article-3 .box-wrap .info-wrap .text p {
    font-size: 3.6vw;
  }
  #trip.trip .section-2 .article-1 .box-2 .item-wrap .item strong {
    width: 9vw;
    font-size: 4vw;
    top: -4.5vw;
  }
  #trip.trip .section-2 .article-1 .box-2 .item-wrap .item .cont .txt-1 {
    font-size: 4.2vw;
  }
  #trip.trip .section-2 .article-1 .box-2 .item-wrap .item .cont .txt-2 {
    font-size: 3.4vw;
  }
  #trip.trip .section-2 .article-1 .box-2 .item-wrap .item .cont ul li {
    font-size: 3.4vw;
  }
  #trip.trip .section-2 .article-2 .item .txt-1 {
    font-size: 4.2vw;
  }
  #trip.trip .section-2 .article-2 .item .txt-2 {
    font-size: 4vw;
  }
  #trip.trip .section-3 .article-1 .item-wrap p {
    font-size: 3.7vw;
  }
  #trip.trip .section-4 .article-1 .item-wrap .cont .tit {
    font-size: 4.7vw;
  }
  #trip.trip .section-4 .article-1 .item-wrap .cont ul li strong {
    width: 8vw;
    font-size: 4vw;
  }
  #trip.trip .section-4 .article-1 .item-wrap .cont ul li .text {
    flex: 1;
  }
  #trip.trip .section-4 .article-1 .item-wrap .cont ul li .text .txt-1 {
    font-size: 4vw;
  }
  #trip.trip .section-4 .article-1 .item-wrap .cont ul li .text .txt-2 {
    font-size: 3.4w;
  }
  #trip.trip .section-4 .article-1 .item-wrap .cont ul li.last .txt-3 {
    font-size: 4.2vw;
  }
  #trip.trip .section-4 .article-1 .item-wrap .cont ul li.last .txt-4 {
    font-size: 3.7vw;
  }
  #trip.trip .section-4 .article-3 {
    padding-bottom: 10vw;
  }
  #trip.trip .section-4 .article-3 .item-wrap .item h2 {
    font-size: 4.7vw;
  }
}
#kenter.kenter .tablet-br {
  display: none;
}
#kenter.kenter .top-bg .txt-2 {
  padding-top: 30px;
}
#kenter.kenter .img-box {
  padding-top: 50px;
}
#kenter.kenter .img-box .box {
  display: flex;
  align-items: center;
  margin-bottom: 55px;
}
#kenter.kenter .img-box .box:last-child {
  margin-bottom: 0;
}
#kenter.kenter .img-box .box > div {
  width: 50%;
}
#kenter.kenter .img-box .box .text {
  padding: 0 70px 0 115px;
}
#kenter.kenter .img-box .box .text strong {
  font-size: 1.875rem;
  font-weight: 800;
  color: #ff6600;
}
#kenter.kenter .img-box .box .text .tit {
  font-size: 2.1875rem;
  font-weight: 800;
  padding: 30px 0;
}
#kenter.kenter .img-box .box .text p {
  font-size: 1.125rem;
  line-height: 1.5;
}
#kenter.kenter .img-box .box:nth-child(2n) .img {
  order: 2;
}
#kenter.kenter .img-box .box:nth-child(2n) .text {
  order: 1;
  padding-left: 0;
  padding-right: 115px;
}
#kenter.kenter .tip-box {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  display: flex;
  gap: 35px;
  padding: 30px 95px;
  background-color: #fff;
  margin-top: 64px;
}
#kenter.kenter .tip-box .text {
  flex: 1;
}
#kenter.kenter .tip-box .text .tit {
  font-size: 1.563rem;
  font-weight: 800;
  padding-bottom: 15px;
}
#kenter.kenter .tip-box .text .desc {
  font-size: 1.125rem;
  line-height: 1.4;
}
#kenter.kenter .section-1 .tit {
  font-size: 2.8125rem;
  font-weight: 700;
}
#kenter.kenter .section-1 .desc {
  font-size: 1.125rem;
  line-height: 1.45;
  padding-top: 50px;
}
#kenter.kenter .section-1 .desc em {
  font-weight: 800;
}
#kenter.kenter .section-1 .article-1 {
  background-color: #f7f7f7;
  text-align: center;
  padding-bottom: 100px;
}
#kenter.kenter .section-1 .article-1 .num-wrap {
  display: flex;
  justify-content: center;
  padding-top: 70px;
}
#kenter.kenter .section-1 .article-1 .num-wrap .box:nth-child(1) {
  border-right: 1px solid #ddd;
  padding-right: 120px;
}
#kenter.kenter .section-1 .article-1 .num-wrap .box:nth-child(2) {
  padding-left: 120px;
}
#kenter.kenter .section-1 .article-1 .num-wrap .box strong {
  font-size: 3.75rem;
  font-weight: 800;
  color: #ff6600;
}
#kenter.kenter .section-1 .article-1 .num-wrap .box p {
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 700;
  padding-top: 40px;
}
#kenter.kenter .section-1 .article-2 {
  padding-bottom: 100px;
}
#kenter.kenter .section-1 .article-2 .item-wrap {
  display: flex;
  align-items: center;
}
#kenter.kenter .section-1 .article-2 .item-wrap > div {
  width: 50%;
}
#kenter.kenter .section-1 .article-3 {
  background-image: url("/images/sub/kenter/sec1-art3-img-1.jpg");
  padding-top: 120px;
  padding-bottom: 145px;
  background-size: cover;
  text-align: center;
}
#kenter.kenter .section-1 .article-3 .txt-1 {
  font-size: 2.8125rem;
  font-weight: 700;
  color: #fff;
  padding-bottom: 40px;
}
#kenter.kenter .section-1 .article-3 .txt-2 {
  font-size: 1.25rem;
  line-height: 1.45;
  color: #fff;
  padding-bottom: 80px;
}
#kenter.kenter .section-1 .article-3 .item-wrap {
  display: flex;
  gap: 56px;
}
#kenter.kenter .section-1 .article-3 .item-wrap .item {
  width: 33.33%;
  position: relative;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 55px 35px;
  text-align: center;
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
}
#kenter.kenter .section-1 .article-3 .item-wrap .item strong {
  width: 50px;
  aspect-ratio: 1/1;
  background-color: #ff6600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.563rem;
  font-weight: 700;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
#kenter.kenter .section-1 .article-3 .item-wrap .item h2 {
  font-size: 1.875rem;
  font-weight: 800;
  padding-bottom: 30px;
}
#kenter.kenter .section-1 .article-3 .item-wrap .item p {
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: left;
}
#kenter.kenter .section.sec-img .article-1 {
  background-color: #f7f7f7;
  padding-bottom: 100px;
}
#kenter.kenter .section.sec-img .article-1 .txt-1 {
  font-size: 2.8125rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}
#kenter.kenter .section.sec-img .article-1 .txt-2 {
  font-size: 1.25rem;
  line-height: 1.45;
  text-align: center;
  padding: 40px 0 0 0;
}
#kenter.kenter .section-2 .article-2 .item-wrap {
  display: flex;
  gap: 40px;
}
#kenter.kenter .section-2 .article-2 .item-wrap .img {
  border-radius: 10px;
  box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.1);
}
#kenter.kenter .section-2 .article-2 .item-wrap .img img {
  border-radius: 10px;
}
#kenter.kenter .section-4 .article-2 .item-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
#kenter.kenter .section-4 .article-2 .item-wrap .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 72px 20px 60px 20px;
  background-color: #f7f7f7;
  border-radius: 10px;
}
#kenter.kenter .section-4 .article-2 .item-wrap .item strong {
  display: block;
  font-size: 1.875rem;
  font-weight: 800;
  padding: 48px 0 22px 0;
  text-align: center;
}
#kenter.kenter .section-4 .article-2 .item-wrap .item p {
  font-size: 1.125rem;
}
#kenter.kenter .section-4 .article-2 .txt-1 {
  font-size: 1.563rem;
  font-weight: 700;
  line-height: 1.65;
  text-align: center;
  padding-top: 40px;
}
#kenter.kenter .section-4 .article-5 .txt-1 {
  font-size: 1.563rem;
  font-weight: 700;
  line-height: 1.65;
  text-align: center;
  padding-top: 40px;
}
#kenter.kenter .section-5 .article-1 {
  background-color: #f7f7f7;
  text-align: center;
  padding-bottom: 100px;
}
#kenter.kenter .section-5 .article-1 img {
  margin: 0 auto;
}
#kenter.kenter .section-5 .article-1 .text {
  font-size: 2.1875rem;
  font-weight: 800;
  padding-top: 80px;
}
#kenter.kenter .section-5 .article-1 .text .txt-2 {
  color: #ff6600;
  padding: 24px 0 14px 0;
}
#kenter.kenter .section-5 .article-1 .text .txt-3 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75;
  padding-bottom: 85px;
}
#kenter.kenter .section-5 .article-1 .text .txt-4 {
  font-size: 2.1875rem;
  font-weight: 800;
  padding-bottom: 60px;
}
#kenter.kenter .section-5 .article-2 {
  text-align: center;
}
#kenter.kenter .section-5 .article-2 .txt-1 {
  font-size: 2.1875rem;
  font-weight: 700;
}
#kenter.kenter .section-5 .article-2 .txt-2 {
  font-size: 1.25rem;
  line-height: 1.2;
  padding: 18px 0 40px 0;
}
#kenter.kenter .section-5 .article-3 {
  padding-bottom: 100px;
}
#kenter.kenter .section-5 .article-3 .img-wrap {
  display: flex;
  gap: 30px;
}
#kenter.kenter .section-5 .article-3 .txt-1 {
  font-size: 1.563rem;
  font-weight: 700;
  line-height: 1.65;
  text-align: center;
  padding-top: 40px;
}
#kenter.kenter .section-5 .article-4 {
  background-color: #f7f7f7;
  text-align: center;
  padding-bottom: 100px;
}
#kenter.kenter .section-5 .article-4 .txt-1 {
  font-size: 2.1875rem;
  font-weight: 700;
}
#kenter.kenter .section-5 .article-4 .txt-2 {
  font-size: 1.25rem;
  line-height: 1.8;
  padding: 18px 0 40px 0;
}
#kenter.kenter .section-5 .article-4 .item-wrap {
  display: flex;
  gap: 40px;
  margin-top: 50px;
}
#kenter.kenter .section-5 .article-4 .item-wrap .item {
  width: 33.33%;
  position: relative;
  border-radius: 10px;
  padding: 68px 35px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
}
#kenter.kenter .section-5 .article-4 .item-wrap .item strong {
  width: 50px;
  aspect-ratio: 1/1;
  background-color: #ff6600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.563rem;
  font-weight: 700;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
#kenter.kenter .section-5 .article-4 .item-wrap .item h2 {
  font-size: 1.875rem;
  font-weight: 800;
  padding-bottom: 30px;
}
#kenter.kenter .section-5 .article-4 .item-wrap .item p {
  font-size: 1.125rem;
  line-height: 1.5;
}
#kenter.kenter .section-5 .article-5 {
  padding-bottom: 100px;
}
#kenter.kenter .section-5 .article-5 img {
  margin: 0 auto;
}
#kenter.kenter .section-5 .article-6 {
  padding-bottom: 100px;
  background-image: url("/images/sub/kenter/sec5-art6-img-1.jpg");
}
#kenter.kenter .section-5 .article-6 .art-title2 {
  color: #fff;
}
#kenter.kenter .section-5 .article-6 .txt-1 {
  font-size: 1.25rem;
  line-height: 1.8;
  padding: 0 0 90px 0;
  color: #fff;
  text-align: center;
}
#kenter.kenter .section-5 .article-6 .txt-2 {
  font-size: 2.1875rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 70px 0 18px 0;
}
#kenter.kenter .section-5 .article-6 .txt-3 {
  font-size: 1.25rem;
  line-height: 1.75;
  color: #fff;
  text-align: center;
}
#kenter.kenter .section-5 .article-6 .item-wrap {
  display: flex;
  gap: 56px;
}
#kenter.kenter .section-5 .article-6 .item-wrap .item {
  width: 33.33%;
  position: relative;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 55px 35px;
  text-align: center;
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
}
#kenter.kenter .section-5 .article-6 .item-wrap .item strong {
  width: 50px;
  aspect-ratio: 1/1;
  background-color: #ff6600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.563rem;
  font-weight: 700;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
#kenter.kenter .section-5 .article-6 .item-wrap .item h2 {
  font-size: 1.875rem;
  font-weight: 800;
  padding-bottom: 30px;
}
#kenter.kenter .section-5 .article-6 .item-wrap .item p {
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: left;
}

@media screen and (min-width: 1px) and (max-width: 1400px) {
  #kenter.kenter .section-1 .article-2 .item-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px;
  }
  #kenter.kenter .section-1 .article-2 .item-wrap > div {
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 1200px) {
  #kenter.kenter .tablet-br {
    display: block;
  }
  #kenter.kenter .top-bg h1 {
    font-size: 2.75rem;
  }
  #kenter.kenter .top-bg .txt-2 {
    font-size: 1.25rem;
  }
  #kenter.kenter .img-box .box {
    flex-direction: column;
    gap: 50px;
  }
  #kenter.kenter .img-box .box > div {
    width: 100%;
  }
  #kenter.kenter .img-box .box .text {
    padding: 0;
  }
  #kenter.kenter .img-box .box:nth-child(2n) .img {
    order: 1;
  }
  #kenter.kenter .img-box .box:nth-child(2n) .text {
    order: 2;
    padding-right: 0;
  }
  #kenter.kenter .section-1 .article-3 .item-wrap {
    flex-direction: column;
  }
  #kenter.kenter .section-1 .article-3 .item-wrap .item {
    width: 100%;
  }
  #kenter.kenter .section-2 .article-2 .item-wrap {
    flex-direction: column;
  }
  #kenter.kenter .section-2 .article-2 .item-wrap img {
    margin: 0 auto;
  }
  #kenter.kenter .section-4 .article-2 .item-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  #kenter.kenter .section-5 .article-4 .item-wrap {
    flex-direction: column;
  }
  #kenter.kenter .section-5 .article-4 .item-wrap .item {
    width: 100%;
  }
  #kenter.kenter .section-5 .article-5 {
    padding-bottom: 10vw;
  }
  #kenter.kenter .section-5 .article-6 .item-wrap {
    flex-direction: column;
  }
  #kenter.kenter .section-5 .article-6 .item-wrap .item {
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  #kenter.kenter .top-bg h1 {
    font-size: 5vw;
  }
  #kenter.kenter .top-bg .txt-2 {
    font-size: 2.8vw;
    padding-top: 3vw;
    line-height: 1.4;
  }
  #kenter.kenter .img-box {
    padding-top: 5vw;
  }
  #kenter.kenter .img-box .box {
    margin-bottom: 5vw;
    gap: 5vw;
  }
  #kenter.kenter .img-box .box .text strong {
    font-size: 3.6vw;
  }
  #kenter.kenter .img-box .box .text .tit {
    font-size: 4vw;
    padding: 3vw 0;
  }
  #kenter.kenter .img-box .box .text p {
    font-size: 2.6vw;
  }
  #kenter.kenter .tip-box {
    gap: 3vw;
    padding: 3vw 9vw;
    margin-top: 6vw;
  }
  #kenter.kenter .tip-box img {
    width: 6vw;
  }
  #kenter.kenter .tip-box .text .tit {
    font-size: 3.2vw;
    padding-bottom: 2vw;
  }
  #kenter.kenter .tip-box .text .desc {
    font-size: 2.6vw;
  }
  #kenter.kenter .section-1 .tit {
    font-size: 5vw;
  }
  #kenter.kenter .section-1 .desc {
    font-size: 2.6vw;
    padding-top: 5vw;
  }
  #kenter.kenter .section-1 .article-1 {
    padding-bottom: 10vw;
  }
  #kenter.kenter .section-1 .article-1 .num-wrap {
    padding-top: 7vw;
  }
  #kenter.kenter .section-1 .article-1 .num-wrap .box:nth-child(1) {
    padding-right: 6vw;
  }
  #kenter.kenter .section-1 .article-1 .num-wrap .box:nth-child(2) {
    padding-left: 6vw;
  }
  #kenter.kenter .section-1 .article-1 .num-wrap .box strong {
    font-size: 7vw;
  }
  #kenter.kenter .section-1 .article-1 .num-wrap .box p {
    font-size: 2.9vw;
    padding-top: 4vw;
  }
  #kenter.kenter .section-1 .article-2 {
    padding-bottom: 10vw;
  }
  #kenter.kenter .section-1 .article-2 .item-wrap {
    gap: 5vw;
  }
  #kenter.kenter .section-1 .article-3 {
    padding-top: 12vw;
    padding-bottom: 14vw;
  }
  #kenter.kenter .section-1 .article-3 .txt-1 {
    font-size: 4vw;
    padding-bottom: 4vw;
  }
  #kenter.kenter .section-1 .article-3 .txt-2 {
    font-size: 2.8vw;
    padding-bottom: 8vw;
  }
  #kenter.kenter .section-1 .article-3 .item-wrap {
    gap: 5vw;
  }
  #kenter.kenter .section-1 .article-3 .item-wrap .item {
    padding: 7vw 3vw;
  }
  #kenter.kenter .section-1 .article-3 .item-wrap .item strong {
    width: 7vw;
    font-size: 3.2vw;
    top: -3.5vw;
  }
  #kenter.kenter .section-1 .article-3 .item-wrap .item h2 {
    font-size: 3.6vw;
    padding-bottom: 3vw;
  }
  #kenter.kenter .section-1 .article-3 .item-wrap .item p {
    font-size: 2.6vw;
  }
  #kenter.kenter .section-2 .article-2 .item-wrap {
    gap: 4vw;
  }
  #kenter.kenter .section.sec-img .article-1 {
    padding-bottom: 10vw;
  }
  #kenter.kenter .section.sec-img .article-1 .txt-1 {
    font-size: 5vw;
  }
  #kenter.kenter .section.sec-img .article-1 .txt-2 {
    font-size: 2.8vw;
    padding: 4vw 0 0 0;
  }
  #kenter.kenter .section-4 .article-2 .item-wrap {
    gap: 2vw;
  }
  #kenter.kenter .section-4 .article-2 .item-wrap .item {
    padding: 7vw 2vw 6vw 2vw;
  }
  #kenter.kenter .section-4 .article-2 .item-wrap .item strong {
    font-size: 3.6vw;
    padding: 4vw 0 2vw 0;
  }
  #kenter.kenter .section-4 .article-2 .item-wrap .item p {
    font-size: 2.6vw;
  }
  #kenter.kenter .section-4 .article-2 .txt-1 {
    font-size: 3.2vw;
    padding-top: 4vw;
  }
  #kenter.kenter .section-4 .article-5 .txt-1 {
    font-size: 3.2vw;
    padding-top: 4vw;
  }
  #kenter.kenter .section-5 .article-1 {
    padding-bottom: 10vw;
  }
  #kenter.kenter .section-5 .article-1 .text {
    font-size: 4vw;
    padding-top: 8vw;
  }
  #kenter.kenter .section-5 .article-1 .text .txt-2 {
    padding: 3vw 0 2vw 0;
  }
  #kenter.kenter .section-5 .article-1 .text .txt-3 {
    font-size: 2.8vw;
    padding-bottom: 8vw;
  }
  #kenter.kenter .section-5 .article-1 .text .txt-4 {
    font-size: 4vw;
    padding-bottom: 6vw;
  }
  #kenter.kenter .section-5 .article-2 .txt-1 {
    font-size: 4vw;
  }
  #kenter.kenter .section-5 .article-2 .txt-2 {
    font-size: 2.8vw;
    padding: 2vw 0 4vw 0;
  }
  #kenter.kenter .section-5 .article-3 {
    padding-bottom: 10vw;
  }
  #kenter.kenter .section-5 .article-3 .img-wrap {
    flex-direction: column;
    gap: 3vw;
  }
  #kenter.kenter .section-5 .article-3 .txt-1 {
    font-size: 3.2vw;
    padding-top: 4vw;
  }
  #kenter.kenter .section-5 .article-4 {
    padding-bottom: 10vw;
  }
  #kenter.kenter .section-5 .article-4 .txt-1 {
    font-size: 4vw;
  }
  #kenter.kenter .section-5 .article-4 .txt-2 {
    font-size: 2.8vw;
    padding: 2vw 0 4vw 0;
  }
  #kenter.kenter .section-5 .article-4 .item-wrap {
    gap: 5vw;
    margin-top: 5vw;
  }
  #kenter.kenter .section-5 .article-4 .item-wrap .item {
    padding: 6vw 3vw;
  }
  #kenter.kenter .section-5 .article-4 .item-wrap .item strong {
    width: 7vw;
    font-size: 3.2vw;
    top: -3.5vw;
  }
  #kenter.kenter .section-5 .article-4 .item-wrap .item h2 {
    font-size: 3.6vw;
    padding-bottom: 3vw;
  }
  #kenter.kenter .section-5 .article-4 .item-wrap .item p {
    font-size: 2.6vw;
  }
  #kenter.kenter .section-5 .article-6 {
    padding-bottom: 10vw;
  }
  #kenter.kenter .section-5 .article-6 .txt-1 {
    font-size: 2.8vw;
    padding: 0 0 9vw 0;
  }
  #kenter.kenter .section-5 .article-6 .txt-2 {
    font-size: 4vw;
    padding: 7vw 0 2vw 0;
  }
  #kenter.kenter .section-5 .article-6 .txt-3 {
    font-size: 2.8vw;
  }
  #kenter.kenter .section-5 .article-6 .item-wrap {
    gap: 5vw;
  }
  #kenter.kenter .section-5 .article-6 .item-wrap .item {
    padding: 7vw 3vw;
  }
  #kenter.kenter .section-5 .article-6 .item-wrap .item strong {
    width: 7vw;
    font-size: 3.2vw;
    top: -3.5vw;
  }
  #kenter.kenter .section-5 .article-6 .item-wrap .item h2 {
    font-size: 3.6vw;
    padding-bottom: 3vw;
  }
  #kenter.kenter .section-5 .article-6 .item-wrap .item p {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 500px) {
  #kenter.kenter .top-bg h1 {
    font-size: 5.5vw;
  }
  #kenter.kenter .top-bg .txt-2 {
    font-size: 3.6vw;
  }
  #kenter.kenter .img-box .box .text strong {
    font-size: 4.2vw;
  }
  #kenter.kenter .img-box .box .text .tit {
    font-size: 4.7vw;
  }
  #kenter.kenter .img-box .box .text p {
    font-size: 3.4vw;
  }
  #kenter.kenter .tip-box img {
    width: 8vw;
  }
  #kenter.kenter .tip-box .text .tit {
    font-size: 4vw;
  }
  #kenter.kenter .tip-box .text .desc {
    font-size: 3.4vw;
  }
  #kenter.kenter .section-1 .tit {
    font-size: 6vw;
  }
  #kenter.kenter .section-1 .desc {
    font-size: 3.4vw;
  }
  #kenter.kenter .section-1 .article-1 .num-wrap .box strong {
    font-size: 7.7vw;
  }
  #kenter.kenter .section-1 .article-1 .num-wrap .box p {
    font-size: 3.7vw;
  }
  #kenter.kenter .section-1 .article-3 .txt-1 {
    font-size: 4.7vw;
  }
  #kenter.kenter .section-1 .article-3 .txt-2 {
    font-size: 3.6vw;
  }
  #kenter.kenter .section-1 .article-3 .item-wrap .item strong {
    width: 8vw;
    font-size: 4vw;
    top: -4vw;
  }
  #kenter.kenter .section-1 .article-3 .item-wrap .item h2 {
    font-size: 4.2vw;
  }
  #kenter.kenter .section-1 .article-3 .item-wrap .item p {
    font-size: 3.4vw;
  }
  #kenter.kenter .section.sec-img .article-1 .txt-1 {
    font-size: 6vw;
  }
  #kenter.kenter .section.sec-img .article-1 .txt-2 {
    font-size: 3.6vw;
  }
  #kenter.kenter .section-4 .article-2 .item-wrap .item strong {
    font-size: 4vw;
  }
  #kenter.kenter .section-4 .article-2 .item-wrap .item p {
    font-size: 3.4vw;
  }
  #kenter.kenter .section-4 .article-2 .txt-1 {
    font-size: 4vw;
  }
  #kenter.kenter .section-4 .article-5 .txt-1 {
    font-size: 4vw;
  }
  #kenter.kenter .section-5 .article-1 .text .txt-3 {
    font-size: 3.6vw;
  }
  #kenter.kenter .section-5 .article-1 .text .txt-4 {
    font-size: 4.7vw;
  }
  #kenter.kenter .section-5 .article-2 .txt-1 {
    font-size: 4.7vw;
  }
  #kenter.kenter .section-5 .article-2 .txt-2 {
    font-size: 3.6vw;
  }
  #kenter.kenter .section-5 .article-4 .txt-1 {
    font-size: 4.7vw;
  }
  #kenter.kenter .section-5 .article-4 .txt-2 {
    font-size: 3.6vw;
  }
  #kenter.kenter .section-5 .article-4 .item-wrap .item strong {
    width: 8vw;
    font-size: 4vw;
    top: -4vw;
  }
  #kenter.kenter .section-5 .article-4 .item-wrap .item h2 {
    font-size: 4.2vw;
  }
  #kenter.kenter .section-5 .article-4 .item-wrap .item p {
    font-size: 3.4vw;
  }
  #kenter.kenter .section-5 .article-6 .txt-1 {
    font-size: 3.6vw;
  }
  #kenter.kenter .section-5 .article-6 .txt-2 {
    font-size: 4.7vw;
  }
  #kenter.kenter .section-5 .article-6 .txt-3 {
    font-size: 3.6vw;
  }
  #kenter.kenter .section-5 .article-6 .item-wrap .item strong {
    width: 8vw;
    font-size: 4vw;
    top: -4vw;
  }
  #kenter.kenter .section-5 .article-6 .item-wrap .item h2 {
    font-size: 4.2vw;
  }
  #kenter.kenter .section-5 .article-6 .item-wrap .item p {
    font-size: 3.46vw;
  }
}
#bridge.kcommerce .top-bg .txt-2 {
  padding-top: 30px;
}
#bridge.kcommerce .article {
  padding-bottom: 140px;
}
#bridge.kcommerce .bottom-txt {
  font-size: 1.875rem;
  line-height: 1.68;
  font-weight: 800;
  text-align: center;
  padding-top: 50px;
}
#bridge.kcommerce .bottom-txt .color-orange {
  color: #ff6600;
}
#bridge.kcommerce .art-desc {
  font-size: 1.563rem;
  text-align: center;
  line-height: 1.6;
  padding-bottom: 60px;
}
#bridge.kcommerce .art-desc em {
  font-weight: 800;
}
#bridge.kcommerce .art-desc.bold {
  font-weight: 700;
  font-size: 1.875rem;
  padding-bottom: 5px;
}
#bridge.kcommerce .article-2 {
  background-image: url("/images/sub/bridge/kcommerce-art2-img-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0 160px 0;
}
#bridge.kcommerce .article-2 .art-title2 {
  color: #fff;
}
#bridge.kcommerce .article-2 .art-desc {
  color: #fff;
}
#bridge.kcommerce .article-2 .item-wrap {
  display: flex;
  gap: 40px;
  margin-top: 25px;
}
#bridge.kcommerce .article-2 .item-wrap .item {
  width: 33.33%;
  position: relative;
  border-radius: 10px;
  padding: 68px 35px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
}
#bridge.kcommerce .article-2 .item-wrap .item strong {
  width: 50px;
  aspect-ratio: 1/1;
  background-color: #ff6600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.563rem;
  font-weight: 700;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
#bridge.kcommerce .article-2 .item-wrap .item h2 {
  font-size: 1.875rem;
  font-weight: 800;
  padding-bottom: 25px;
}
#bridge.kcommerce .article-2 .item-wrap .item p {
  font-size: 1.25rem;
  line-height: 1.5;
}
#bridge.kcommerce .article-4 {
  background-color: #f7f7f7;
}
#bridge.kcommerce .article-6 {
  background-color: #f7f7f7;
}
#bridge.kcommerce .article-6 .text-box {
  text-align: center;
}
#bridge.kcommerce .article-6 .text-box .logo-tit {
  font-size: 2.1875rem;
  font-weight: 700;
}
#bridge.kcommerce .article-6 .text-box .line {
  padding: 24px 0 110px 0;
}
#bridge.kcommerce .article-6 .text-box .line span {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ff6600;
  border-bottom: 4px solid #ff6600;
}
#bridge.kcommerce .article-6 .item-wrap {
  display: flex;
  gap: 40px;
  margin-top: 25px;
}
#bridge.kcommerce .article-6 .item-wrap .item {
  width: 33.33%;
  position: relative;
  border-radius: 10px;
  padding: 57px 35px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
  margin-top: 68px;
}
#bridge.kcommerce .article-6 .item-wrap .item strong {
  width: 50px;
  aspect-ratio: 1/1;
  background-color: #ff6600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.563rem;
  font-weight: 700;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
#bridge.kcommerce .article-6 .item-wrap .item h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.875rem;
  font-weight: 800;
  padding-bottom: 18px;
  line-height: 1.35;
  min-height: 100px;
}
#bridge.kcommerce .article-6 .item-wrap .item p {
  font-size: 1.125rem;
  line-height: 1.6;
}
#bridge.kcommerce .article-6 .content {
  margin-top: 130px;
}
#bridge.kcommerce .article-6 .content .big-tit {
  text-align: center;
}
#bridge.kcommerce .article-6 .content .big-tit strong {
  display: inline-block;
  background-color: #0b1c2d;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  border-radius: 30px;
  padding: 15px 45px;
}
#bridge.kcommerce .article-6 .content .txt-1 {
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 20px 0 50px 0;
}
#bridge.kcommerce .article-6 .content .personal-box {
  margin-bottom: 70px;
}
#bridge.kcommerce .article-6 .content .personal-box .small-tit {
  font-size: 1.875rem;
  font-weight: 700;
  color: #ff6600;
  text-align: center;
  padding-bottom: 27px;
}
#bridge.kcommerce .article-6 .content .personal-box .box {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 90px;
  gap: 40px;
  margin-bottom: 17px;
}
#bridge.kcommerce .article-6 .content .personal-box .box .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  aspect-ratio: 1/1;
  font-size: 1.563rem;
  font-weight: 700;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  background-color: #ff6600;
  border-radius: 50%;
}
#bridge.kcommerce .article-6 .content .personal-box .box .text {
  flex: 1;
}
#bridge.kcommerce .article-6 .content .personal-box .box .text .tit {
  font-size: 1.563rem;
  font-weight: 800;
  padding-bottom: 10px;
}
#bridge.kcommerce .article-6 .content .personal-box .box .text .desc {
  font-size: 1.125rem;
  line-height: 1.7;
}
#bridge.kcommerce .article-8 {
  background-color: #f7f7f7;
}
#bridge.kcommerce .article-9 .img-wrap {
  display: flex;
  gap: 20px;
}
#bridge.kcommerce .article-10 {
  background-image: url("/images/sub/bridge/kcommerce-art10-img-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0 160px 0;
  text-align: center;
  color: #fff;
}
#bridge.kcommerce .article-10 .art-title2 {
  color: #fff;
}
#bridge.kcommerce .article-10 .txt-1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 68px;
}
#bridge.kcommerce .article-10 .txt-1 em {
  border-bottom: 4px solid #fff;
}
#bridge.kcommerce .article-10 .txt-2 {
  font-size: 2.1875rem;
  font-weight: 700;
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
  #bridge.kcommerce .top-bg h1 {
    font-size: 2.75rem;
  }
  #bridge.kcommerce .top-bg .txt-2 {
    font-size: 1.25rem;
  }
  #bridge.kcommerce .article-2 .item-wrap {
    flex-direction: column;
  }
  #bridge.kcommerce .article-2 .item-wrap .item {
    width: 100%;
  }
  #bridge.kcommerce .article-6 .item-wrap {
    flex-direction: column;
    margin-top: 40px;
  }
  #bridge.kcommerce .article-6 .item-wrap .item {
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  #bridge.kcommerce .top-bg h1 {
    font-size: 5vw;
  }
  #bridge.kcommerce .top-bg .txt-2 {
    font-size: 2.8vw;
    padding-top: 3vw;
    line-height: 1.4;
  }
  #bridge.kcommerce .article {
    padding-bottom: 14vw;
  }
  #bridge.kcommerce .bottom-txt {
    font-size: 3.6vw;
    padding-top: 5vw;
  }
  #bridge.kcommerce .art-desc {
    font-size: 3.2vw;
    padding-bottom: 6vw;
  }
  #bridge.kcommerce .art-desc.bold {
    font-size: 3.6vw;
    padding-bottom: 1vw;
  }
  #bridge.kcommerce .article-2 {
    padding: 15vw 0;
  }
  #bridge.kcommerce .article-2 .item-wrap {
    gap: 4vw;
    margin-top: 3vw;
  }
  #bridge.kcommerce .article-2 .item-wrap .item {
    padding: 7vw 3vw;
  }
  #bridge.kcommerce .article-2 .item-wrap .item strong {
    width: 7vw;
    font-size: 3.2vw;
    top: -3.5vw;
  }
  #bridge.kcommerce .article-2 .item-wrap .item h2 {
    font-size: 3.6vw;
    padding-bottom: 3vw;
  }
  #bridge.kcommerce .article-2 .item-wrap .item p {
    font-size: 2.6vw;
  }
  #bridge.kcommerce .article-6 .text-box .logo-tit {
    font-size: 4vw;
  }
  #bridge.kcommerce .article-6 .text-box .line {
    padding: 3vw 0 10vw 0;
  }
  #bridge.kcommerce .article-6 .text-box .line span {
    font-size: 4.8vw;
  }
  #bridge.kcommerce .article-6 .item-wrap {
    margin-top: 6vw;
  }
  #bridge.kcommerce .article-6 .item-wrap .item {
    padding: 7vw 3vw;
  }
  #bridge.kcommerce .article-6 .item-wrap .item strong {
    width: 7vw;
    font-size: 3.2vw;
    top: -3.5vw;
  }
  #bridge.kcommerce .article-6 .item-wrap .item h2 {
    font-size: 3.6vw;
    padding-bottom: 3vw;
    min-height: auto;
  }
  #bridge.kcommerce .article-6 .item-wrap .item p {
    font-size: 2.6vw;
  }
  #bridge.kcommerce .article-6 .content {
    margin-top: 10vw;
  }
  #bridge.kcommerce .article-6 .content .big-tit strong {
    font-size: 3.6vw;
    padding: 2vw 5vw;
  }
  #bridge.kcommerce .article-6 .content .txt-1 {
    font-size: 2.9vw;
    padding: 2vw 0 5vw 0;
  }
  #bridge.kcommerce .article-6 .content .personal-box {
    margin-bottom: 7vw;
  }
  #bridge.kcommerce .article-6 .content .personal-box .small-tit {
    font-size: 3.6vw;
    padding-bottom: 3vw;
  }
  #bridge.kcommerce .article-6 .content .personal-box .box {
    padding: 3vw;
    gap: 3vw;
    margin-bottom: 2vw;
  }
  #bridge.kcommerce .article-6 .content .personal-box .box .num {
    width: 6vw;
    font-size: 3.2vw;
  }
  #bridge.kcommerce .article-6 .content .personal-box .box .text .tit {
    font-size: 3.2vw;
    padding-bottom: 1vw;
  }
  #bridge.kcommerce .article-6 .content .personal-box .box .text .desc {
    font-size: 2.6vw;
  }
  #bridge.kcommerce .article-10 {
    padding: 15vw 0;
  }
  #bridge.kcommerce .article-10 .txt-1 {
    font-size: 4.8vw;
    padding-bottom: 6vw;
  }
  #bridge.kcommerce .article-10 .txt-2 {
    font-size: 4vw;
    line-height: 1.45;
  }
}
@media screen and (min-width: 1px) and (max-width: 500px) {
  #bridge.kcommerce .top-bg h1 {
    font-size: 5.5vw;
  }
  #bridge.kcommerce .top-bg .txt-2 {
    font-size: 3.6vw;
  }
  #bridge.kcommerce .art-desc {
    font-size: 4vw;
  }
  #bridge.kcommerce .art-desc.bold {
    font-size: 4.2vw;
  }
  #bridge.kcommerce .article-2 {
    padding: 15vw 0;
  }
  #bridge.kcommerce .article-2 .item-wrap .item strong {
    width: 8vw;
    font-size: 4vw;
    top: -4vw;
  }
  #bridge.kcommerce .article-2 .item-wrap .item h2 {
    font-size: 4.2vw;
  }
  #bridge.kcommerce .article-2 .item-wrap .item p {
    font-size: 3.4vw;
  }
  #bridge.kcommerce .article-6 .text-box .logo-tit {
    font-size: 4.7vw;
  }
  #bridge.kcommerce .article-6 .text-box .line span {
    font-size: 5.6vw;
  }
  #bridge.kcommerce .article-6 .item-wrap .item strong {
    width: 8vw;
    font-size: 4vw;
    top: -4vw;
  }
  #bridge.kcommerce .article-6 .item-wrap .item h2 {
    font-size: 4.2vw;
  }
  #bridge.kcommerce .article-6 .item-wrap .item p {
    font-size: 3.4vw;
  }
  #bridge.kcommerce .article-6 .content .big-tit strong {
    font-size: 4.2vw;
  }
  #bridge.kcommerce .article-6 .content .txt-1 {
    font-size: 3.7vw;
  }
  #bridge.kcommerce .article-6 .content .personal-box .small-tit {
    font-size: 4.2vw;
  }
  #bridge.kcommerce .article-6 .content .personal-box .box .num {
    width: 7vw;
    font-size: 4vw;
  }
  #bridge.kcommerce .article-6 .content .personal-box .box .text .tit {
    font-size: 4vw;
  }
  #bridge.kcommerce .article-6 .content .personal-box .box .text .desc {
    font-size: 3.4vw;
  }
  #bridge.kcommerce .article-10 .txt-1 {
    font-size: 5.6vw;
  }
  #bridge.kcommerce .article-10 .txt-2 {
    font-size: 4.7vw;
  }
}
#business.common {
  padding-bottom: 140px;
}
#business.common .section-1 {
  padding-top: 40px;
  padding-bottom: 140px;
}
#business.common .section-1 .section-title {
  font-size: 1.125rem;
  color: #222;
  text-align: center;
  transform: translateY(-130px);
  line-height: 1.66;
}
#business.common .section-1 .list .item {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
#business.common .section-1 .list .item:last-of-type {
  margin-bottom: 0;
}
#business.common .section-1 .list .item .img {
  width: calc(50% - 26px);
  height: auto;
  aspect-ratio: 615/325;
  border-radius: 10px;
  box-shadow: 7.5px 13px 35px 0 rgba(118, 118, 118, 0.35);
  overflow: hidden;
}
#business.common .section-1 .list .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
#business.common .section-1 .list .item .text {
  width: calc(50% + 26px);
  padding-left: 95px;
}
#business.common .section-1 .list .item .text .title {
  font-size: 2.188rem;
  font-weight: 700;
  color: #222;
  position: relative;
  z-index: 2;
  margin-bottom: 35px;
}
#business.common .section-1 .list .item .text .title span {
  display: inline-block;
  font-size: 1.2em;
  font-weight: 700;
  font-family: "poppins";
  margin-right: 5px;
  transform: translateY(4px);
  background: linear-gradient(to top, #1b4692, #3a69bc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#business.common .section-1 .list .item .text .desc {
  color: #545454;
  line-height: 1.88;
}
#business.common .section-1 .list .item:nth-of-type(even) {
  flex-direction: row-reverse;
}
#business.common .section-1 .list .item:nth-of-type(even) .text {
  padding-left: 0;
  padding-right: 95px;
  text-align: right;
}
#business.common .section-2 {
  padding-top: 140px;
  border-top: 1px solid #dfdfdf;
}
#business.common .section-2 .wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 70px;
}
#business.common .section-2 .wrap .img {
  width: calc(50% - 50px);
  height: 410px;
  margin-right: 50px;
  overflow: hidden;
}
#business.common .section-2 .wrap .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
#business.common .section-2 .wrap .text {
  width: 50%;
  height: 410px;
}
#business.common .section-2 .wrap .text table {
  width: 100%;
  height: 100%;
}
#business.common .section-2 .wrap .text table col:nth-of-type(1) {
  width: 130px;
}
#business.common .section-2 .wrap .text table thead .title {
  background-color: #ff6600;
  color: #fff;
  padding: 23px 30px;
  font-size: 1.75rem;
  font-weight: 700;
}
#business.common .section-2 .wrap .text table tbody tr:nth-of-type(odd) th, #business.common .section-2 .wrap .text table tbody tr:nth-of-type(odd) td {
  background-color: #f3f3f3;
}
#business.common .section-2 .wrap .text table tbody th {
  color: #222;
  font-weight: 500;
  padding: 23px 26px;
  vertical-align: top;
}
#business.common .section-2 .wrap .text table tbody td {
  padding: 23px 26px;
  vertical-align: top;
}
#business.common .section-2 .wrap .text table tbody td p {
  color: #222;
}
#business.common .section-2 .wrap .text table tbody td ul li {
  color: #222;
  margin-bottom: 1em;
  position: relative;
  padding-left: 10px;
}
#business.common .section-2 .wrap .text table tbody td ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #222;
}
#business.common .section-2 .wrap-2 .img {
  height: 445px;
}
#business.common .section-2 .wrap-2 .text {
  height: 445px;
}
#business.common .section-2 .wrap:last-of-type {
  margin-bottom: 0;
}

#contact.contact {
  background-color: #f7f7f7;
}
#contact.contact .wrap {
  display: flex;
  padding: 110px 0;
}
#contact.contact .wrap > div {
  width: 50%;
}
#contact.contact .wrap .left {
  position: relative;
}
#contact.contact .wrap .left .icon {
  position: absolute;
  top: 0;
  left: -130px;
}
#contact.contact .wrap .left .cont {
  padding-top: 280px;
}
#contact.contact .wrap .left .cont .title {
  font-family: "Montserrat", sans-serif;
  font-size: 4.375rem;
  padding-bottom: 50px;
  font-weight: 700;
}
#contact.contact .wrap .left .cont ul li {
  display: flex;
  padding-bottom: 24px;
  font-size: 1.25rem;
}
#contact.contact .wrap .left .cont ul li span {
  width: 90px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
#contact.contact .wrap .right .root_daum_roughmap {
  width: 100%;
}
#contact.contact .wrap .right .root_daum_roughmap .cont {
  display: none;
}
#contact.contact .wrap .right .root_daum_roughmap .map {
  pointer-events: none;
}
#contact.contact .wrap .right .root_daum_roughmap .wrap_controllers {
  display: none;
}
#contact.contact .wrap .right .root_daum_roughmap .map_border {
  display: none;
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
  #contact.contact .section-1 .wrap {
    flex-direction: column;
  }
  #contact.contact .section-1 .wrap > div {
    width: 100%;
  }
  #contact.contact .section-1 .wrap .left {
    padding: 40px 4% 60px 4%;
  }
  #contact.contact .section-1 .wrap .left .icon {
    width: 250px;
    left: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  #contact.contact .section-1 .wrap {
    padding: 10vw 0;
  }
  #contact.contact .section-1 .wrap .left {
    padding: 13vw 30px 5vw 30px;
  }
  #contact.contact .section-1 .wrap .left .icon {
    width: 24vw;
  }
  #contact.contact .section-1 .wrap .left .cont {
    padding-top: 15vw;
  }
  #contact.contact .section-1 .wrap .left .cont .title {
    font-size: 6vw;
    padding-bottom: 5vw;
  }
  #contact.contact .section-1 .wrap .left .cont ul li {
    padding-bottom: 2vw;
    font-size: 2.8vw;
  }
  #contact.contact .section-1 .wrap .left .cont ul li span {
    width: 12vw;
  }
  #contact.contact .section-1 .wrap .right .root_daum_roughmap_landing {
    height: 90vw !important;
  }
  #contact.contact .section-1 .wrap .right .root_daum_roughmap_landing > .wrap_map {
    height: 100% !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 500px) {
  #contact.contact .section-1 .wrap .left {
    padding: 13vw 15px 5vw 15px;
  }
  #contact.contact .section-1 .wrap .left .icon {
    width: 28vw;
  }
  #contact.contact .section-1 .wrap .left .cont {
    padding-top: 20vw;
  }
  #contact.contact .section-1 .wrap .left .cont .title {
    font-size: 7vw;
  }
  #contact.contact .section-1 .wrap .left .cont ul li {
    font-size: 3.6vw;
  }
  #contact.contact .section-1 .wrap .left .cont ul li span {
    width: 15vw;
  }
}
#form1 {
  padding-bottom: 130px;
}
#form1 form {
  border-top: 2px solid #222;
  width: 100%;
  background-color: #fff;
}
#form1 form .item {
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
}
#form1 form .item > div:nth-of-type(1) {
  width: 250px;
  padding: 0 30px;
  font-size: 1.125rem;
  color: #222;
  font-weight: 700;
}
#form1 form .item > div:nth-of-type(2) {
  flex: 1 1 auto;
  padding: 20px 30px;
}
#form1 form input[type=text] {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 0.5em 1em;
  color: #222;
}
#form1 form input[type=text]::-moz-placeholder {
  color: #999;
}
#form1 form input[type=text]::placeholder {
  color: #999;
}
#form1 form input[type=text].input-mini {
  width: 250px;
}
#form1 form .input-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
#form1 form textarea {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 1em;
  width: 100%;
  height: 200px;
  overflow-y: auto;
}
#form1 form textarea::-moz-placeholder {
  color: #999;
}
#form1 form textarea::placeholder {
  color: #999;
}
#form1 form .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 50px;
}
#form1 form .custom-file-input {
  position: relative;
  width: 100%;
  height: 50px;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
}
#form1 form .custom-file-label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: calc(100% - 165px);
  height: 100%;
  padding: 0 0.75rem;
  color: #222;
  font-weight: 400;
  font-size: 1rem;
  line-height: 50px;
  background-color: #fff;
  border: 1px solid #ddd;
}
#form1 form .custom-file-label::after {
  content: "파일선택";
  position: absolute;
  left: calc(100% + 15px);
  top: 0;
  z-index: 3;
  display: block;
  width: 150px;
  height: 100%;
  color: #222;
  background-color: #eeeff4;
  text-align: center;
  font-weight: 500;
  line-height: 50px;
}
#form1 #selectEmail-button {
  width: 250px;
  height: 50px;
  border: 1px solid #ddd;
  background: #fff url("/images/sub/cs/select-arrow.png") no-repeat right 20px center;
  border-radius: 0;
  display: flex;
  align-items: center;
}
#form1 #selectEmail-button .ui-icon {
  background: none;
  display: none;
}
#selectEmail-menu {
  border: 1px solid #ddd;
  color: #999;
}
#selectEmail-menu .ui-menu-item {
  background-color: #fff;
  border: none;
  margin: 0;
  color: #222;
}
#selectEmail-menu .ui-menu-item .ui-menu-item-wrapper {
  padding: 1em;
}
#selectEmail-menu .ui-menu-item .ui-state-active {
  background-color: #ddd;
  border: none;
  margin: 0;
  color: #222;
}

#form1 .btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  margin-top: 95px;
}
#form1 .btn-wrap button {
  width: 200px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 700;
}
#form1 .btn-save {
  background-color: #333333;
  color: #fff;
}
#form1 .btn-cancel {
  border: 1px solid #333;
  background-color: #fff;
  color: #222;
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
  #form1 form .item {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 0;
  }
  #form1 form .item > div:nth-of-type(1), #form1 form .item > div:nth-of-type(2) {
    width: 100%;
    padding: 0;
  }
  #form1 form .item > div:nth-of-type(1) {
    margin-bottom: 1em;
  }
  #form1 form .input-wrap {
    justify-content: space-between;
  }
  #form1 form input[type=text].input-mini,
  #form1 form #selectEmail-button {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  #form1 form .item {
    padding: 4.5vw 0;
    font-size: 2.5vw;
  }
  #form1 form .item > div:nth-of-type(1) {
    font-size: 2.7vw;
  }
  #form1 form .input-wrap {
    gap: 8px;
  }
  #form1 form input[type=text] {
    height: 45px;
    font-size: 2.5vw;
  }
  #form1 form input[type=text]::-moz-placeholder {
    font-size: 2.5vw;
  }
  #form1 form input[type=text]::placeholder {
    font-size: 2.5vw;
  }
  #form1 form textarea {
    font-size: 2.5vw;
  }
  #form1 form textarea::-moz-placeholder {
    font-size: 2.5vw;
  }
  #form1 form textarea::placeholder {
    font-size: 2.5vw;
  }
  #form1 form .custom-file {
    height: 45px;
  }
  #form1 form .custom-file-label {
    line-height: 40px;
    font-size: 2.5vw;
  }
  #form1 form .custom-file-label::after {
    line-height: 45px;
    font-size: 2.5vw;
  }
  #form1 #selectEmail-button {
    height: 45px;
  }
  #form1 #selectEmail-button .ui-selectmenu-text {
    font-size: 2.5vw;
  }
  #form1 .btn-wrap {
    margin-top: 12vw;
  }
  #form1 .btn-wrap button {
    width: 26vw;
    height: auto;
    aspect-ratio: 220/75;
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 500px) {
  #form1 form .item {
    font-size: 2.8vw;
  }
  #form1 form .item > div:nth-of-type(1) {
    font-size: 3vw;
    margin-bottom: 0.7em;
  }
  #form1 form .input-wrap {
    gap: 5px;
  }
  #form1 form input[type=text] {
    height: 40px;
    font-size: 2.8vw;
  }
  #form1 form input[type=text]::-moz-placeholder {
    font-size: 2.8vw;
  }
  #form1 form input[type=text]::placeholder {
    font-size: 2.8vw;
  }
  #form1 form textarea {
    font-size: 2.8vw;
  }
  #form1 form textarea::-moz-placeholder {
    font-size: 2.8vw;
  }
  #form1 form textarea::placeholder {
    font-size: 2.8vw;
  }
  #form1 form .custom-file {
    height: 40px;
  }
  #form1 form .custom-file-label {
    width: calc(100% - 105px);
    font-size: 2.8vw;
  }
  #form1 form .custom-file-label::after {
    width: 90px;
    line-height: 40px;
    font-size: 2.8vw;
  }
  #form1 #selectEmail-button {
    height: 40px;
  }
  #form1 #selectEmail-button .ui-selectmenu-text {
    font-size: 2.8vw;
  }
  #form1 .btn-wrap button {
    width: 28vw;
    font-size: 3vw;
  }
}
#form2 {
  padding-bottom: 130px;
}
#form2 form > div {
  margin-bottom: 48px;
}
#form2 .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}
#form2 .wrap > div {
  width: 100%;
}
#form2 .label {
  font-size: 1.25rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 1em;
}
#form2 input[type=text] {
  width: 100%;
  height: 70px;
  background-color: #f7f7f7;
  padding: 0.5em 1.5em;
  color: #222;
}
#form2 input[type=text]::-moz-placeholder {
  color: #999;
}
#form2 input[type=text]::placeholder {
  color: #999;
}
#form2 input[type=text].input-mini {
  width: 205px;
}
#form2 .input-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#form2 textarea {
  width: 100%;
  height: 220px;
  border: none;
  background-color: #f7f7f7;
  padding: 1.5em;
  overflow-y: auto;
}
#form2 textarea::-moz-placeholder {
  color: #999;
}
#form2 textarea::placeholder {
  color: #999;
}
#form2 .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 70px;
}
#form2 .custom-file-input {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
}
#form2 .custom-file-label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: calc(100% - 165px);
  height: 100%;
  padding: 0.375rem 1.5rem;
  color: #222;
  font-weight: 400;
  font-size: 1rem;
  line-height: 55px;
  background-color: #f7f7f7;
}
#form2 .custom-file-label::after {
  content: "파일선택";
  position: absolute;
  left: calc(100% + 15px);
  top: 0;
  z-index: 3;
  display: block;
  width: 150px;
  height: 100%;
  color: #fff;
  background-color: #222;
  text-align: center;
  font-weight: 500;
  line-height: 70px;
}
#form2 #selectEmail-button {
  width: 205px;
  height: 70px;
  background: #f7f7f7 url("/images/sub/cs/select-arrow.png") no-repeat right 20px center;
  border-radius: 0;
  border: none;
  display: flex;
  align-items: center;
}
#form2 #selectEmail-button .ui-icon {
  display: none;
  background: none;
}
#selectEmail-menu {
  border: 1px solid #ddd;
  color: #999;
}
#selectEmail-menu .ui-menu-item {
  background-color: #fff;
  border: none;
  margin: 0;
  color: #222;
}
#selectEmail-menu .ui-menu-item .ui-menu-item-wrapper {
  padding: 1em;
}
#selectEmail-menu .ui-menu-item .ui-state-active {
  background-color: #ddd;
  border: none;
  margin: 0;
  color: #222;
}

#form2 .btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  margin-top: 100px;
}
#form2 .btn-wrap button {
  width: 200px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 700;
}
#form2 .btn-save {
  background-color: #ff6600;
  color: #fff;
}
#form2 .btn-cancel {
  border: 1px solid #ff6600;
  background-color: #fff;
  color: #ff6600;
}

@media screen and (min-width: 1px) and (max-width: 1500px) {
  #form2 .input-wrap {
    gap: 8px;
  }
  #form2 input[type=text].input-mini,
  #form2 #selectEmail-button {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1px) and (max-width: 1200px) {
  #form2 .wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 48px;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  #form2 form > div {
    margin-bottom: 6vw;
  }
  #form2 .wrap {
    gap: 6vw;
  }
  #form2 .item {
    font-size: 2.5vw;
  }
  #form2 .label {
    font-size: 2.7vw;
  }
  #form2 input[type=text] {
    height: 60px;
    font-size: 2.5vw;
  }
  #form2 input[type=text]::-moz-placeholder {
    font-size: 2.5vw;
  }
  #form2 input[type=text]::placeholder {
    font-size: 2.5vw;
  }
  #form2 textarea {
    height: 200px;
    font-size: 2.5vw;
  }
  #form2 textarea::-moz-placeholder {
    font-size: 2.5vw;
  }
  #form2 textarea::placeholder {
    font-size: 2.5vw;
  }
  #form2 #selectEmail-button {
    height: 60px;
  }
  #form2 #selectEmail-button .ui-selectmenu-text {
    font-size: 2.5vw;
  }
  #form2 .custom-file {
    height: 60px;
  }
  #form2 .custom-file-label {
    line-height: 47px;
    font-size: 2.5vw;
  }
  #form2 .custom-file-label::after {
    line-height: 60px;
    font-size: 2.5vw;
  }
  #form2 .btn-wrap {
    margin-top: 12vw;
  }
  #form2 .btn-wrap button {
    width: 26vw;
    height: auto;
    aspect-ratio: 220/75;
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 500px) {
  #form2 .item {
    font-size: 2.8vw;
  }
  #form2 .label {
    font-size: 3vw;
  }
  #form2 .input-wrap {
    gap: 5px;
  }
  #form2 input[type=text] {
    height: 45px;
    font-size: 2.8vw;
  }
  #form2 input[type=text]::-moz-placeholder {
    font-size: 2.8vw;
  }
  #form2 input[type=text]::placeholder {
    font-size: 2.8vw;
  }
  #form2 textarea {
    font-size: 2.8vw;
  }
  #form2 textarea::-moz-placeholder {
    font-size: 2.8vw;
  }
  #form2 textarea::placeholder {
    font-size: 2.8vw;
  }
  #form2 #selectEmail-button {
    height: 45px;
  }
  #form2 #selectEmail-button .ui-selectmenu-text {
    font-size: 2.8vw;
  }
  #form2 .custom-file {
    height: 45px;
  }
  #form2 .custom-file-label {
    line-height: 35px;
    font-size: 2.8vw;
    width: calc(100% - 105px);
  }
  #form2 .custom-file-label::after {
    width: 90px;
    line-height: 45px;
    font-size: 2.8vw;
  }
  #form2 .btn-wrap {
    margin-top: 12vw;
  }
  #form2 .btn-wrap button {
    width: 28vw;
    font-size: 3vw;
  }
}
.board {
  padding-bottom: 140px;
}

.board-top {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  .board {
    padding-bottom: 18vw;
  }
}
#pagination1 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 70px;
}
#pagination1 .page-item {
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  font-family: "play", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50%;
}
#pagination1 .page-item a {
  font: inherit;
  color: inherit;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pagination1 .page-item.prev a, #pagination1 .page-item.next a {
  background-repeat: no-repeat;
  background-position: center center;
}
#pagination1 .page-item.prev {
  margin-right: 10px;
}
#pagination1 .page-item.prev a {
  background-image: url("/images/bbs/pagination/arrow-1-prev.png");
}
#pagination1 .page-item.next {
  margin-left: 10px;
}
#pagination1 .page-item.next a {
  background-image: url("/images/bbs/pagination/arrow-1-next.png");
}
#pagination1 .num {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
#pagination1 .num .page-item {
  color: #222;
}
#pagination1 .num .page-item.on {
  background-color: #ff6600;
  color: #fff;
}

#pagination2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  position: relative;
  margin-top: 70px;
}
#pagination2 .page-item {
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  font-family: "play", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  border: solid 1px #e5e5e5;
}
#pagination2 .page-item a {
  font: inherit;
  color: inherit;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pagination2 .page-item.prev a, #pagination2 .page-item.next a {
  background-repeat: no-repeat;
  background-position: center center;
}
#pagination2 .page-item.prev a {
  background-image: url("/images/bbs/pagination/arrow-2-prev.png");
}
#pagination2 .page-item.next a {
  background-image: url("/images/bbs/pagination/arrow-2-next.png");
}
#pagination2 .num {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
#pagination2 .num .page-item {
  color: #222;
}
#pagination2 .num .page-item.on {
  background-color: #ff6600;
  border: 1px solid #ff6600;
  color: #fff;
}

#pagination3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  position: relative;
  margin-top: 70px;
}
#pagination3 .page-item {
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  font-family: "play", sans-serif;
  font-size: 1rem;
}
#pagination3 .page-item a {
  font: inherit;
  color: inherit;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pagination3 .page-item.prev, #pagination3 .page-item.next {
  border-radius: 50%;
  overflow: hidden;
}
#pagination3 .page-item.prev a, #pagination3 .page-item.next a {
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: center center;
}
#pagination3 .page-item.prev {
  margin-right: 20px;
}
#pagination3 .page-item.prev a {
  background-image: url("/images/bbs/pagination/arrow-3-prev.png");
}
#pagination3 .page-item.next {
  margin-left: 10px;
}
#pagination3 .page-item.next a {
  background-image: url("/images/bbs/pagination/arrow-3-next.png");
}
#pagination3 .num {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
#pagination3 .num .page-item {
  color: #222;
  position: relative;
}
#pagination3 .num .page-item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate3d(-50%, 0, 0);
  width: 18px;
  height: 2px;
  background-color: #222;
  display: none;
}
#pagination3 .num .page-item.on {
  font-weight: 700;
}
#pagination3 .num .page-item.on::after {
  display: block;
}

@media screen and (min-width: 1px) and (max-width: 500px) {
  #pagination1 .page-item {
    width: 30px;
    font-size: 3vw;
  }
  #pagination1 .page-item.prev {
    margin-right: 10px;
  }
  #pagination1 .page-item.next {
    margin-left: 10px;
  }
  #pagination1 .page-item a {
    background-size: 6px;
  }
  #pagination2 .page-item {
    width: 30px;
    font-size: 3vw;
  }
  #pagination2 .page-item a {
    background-size: 5px;
  }
  #pagination3 .page-item {
    width: 30px;
    font-size: 3vw;
  }
  #pagination3 .page-item a {
    background-size: 5px;
  }
  #pagination3 .page-item.on::after {
    width: 10px;
    height: 2px;
  }
}
#gallery1 {
  margin-bottom: 70px;
}
#gallery1 .list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 78px 55px;
}
#gallery1 .list li a {
  display: block;
  width: 100%;
}
#gallery1 .list li a .img {
  position: relative;
  height: auto;
  width: 100%;
  aspect-ratio: 430/250;
  overflow: hidden;
}
#gallery1 .list li a .img::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(calc(-50% + 0.5px), calc(-50% + 0.5px), 0) scale(0);
  width: 81px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: 4px 6.9px 10px 0 rgba(0, 0, 0, 0.3);
  background: url("/images/bbs/gallery/list-btn-more.jpg") no-repeat center center;
  background-size: contain;
  z-index: 1;
  transition: transform 0.4s;
}
#gallery1 .list li a .img img {
  transition: transform 0.8s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
#gallery1 .list li a .text .title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #222;
  margin-top: 1.5em;
  margin-bottom: 1em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#gallery1 .list li a .text .date {
  font-size: 1rem;
  color: #777;
}
@media (hover: hover) {
  #gallery1 .list li:hover a .img::before {
    transform: translate3d(calc(-50% + 0.5px), calc(-50% + 0.5px), 0) scale(1);
  }
  #gallery1 .list li:hover a .img img {
    transform: scale(1.07);
  }
}

#gallery2 {
  margin-bottom: 70px;
}
#gallery2 .list {
  border-top: 2px solid #222;
}
#gallery2 .list li {
  border-bottom: 1px solid #e5e5e5;
}
#gallery2 .list li a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 40px 50px;
  gap: 75px;
  transition: background-color 0.4s;
}
#gallery2 .list li a .img {
  position: relative;
  width: 250px;
  height: auto;
  aspect-ratio: 250/150;
  overflow: hidden;
  flex: 0 0 auto;
}
#gallery2 .list li a .img img {
  transition: transform 0.8s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
#gallery2 .list li a .text {
  flex: 1 1 auto;
  min-width: 0;
}
#gallery2 .list li a .text .title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #111;
  margin-bottom: 0.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#gallery2 .list li a .text .desc {
  font-size: 1rem;
  line-height: 1.63;
  color: #777;
  margin-bottom: 1em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#gallery2 .list li a .text .date {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: normal;
  color: #777;
}
#gallery2 .list li a .btn-more {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: normal;
  color: #aaa;
}
@media (hover: hover) {
  #gallery2 .list li:hover a {
    background-color: #f8f8f8;
  }
  #gallery2 .list li:hover a .img img {
    transform: scale(1.07);
  }
  #gallery2 .list li:hover a .btn-more {
    color: #ff6600;
  }
}

#gallery3 {
  margin-bottom: 70px;
}
#gallery3 .list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 78px 55px;
}
#gallery3 .list li {
  border: 1px solid #e5e5e5;
  transition: box-shadow 0.4s;
}
#gallery3 .list li a {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 430/490;
  padding: 40px;
  position: relative;
}
#gallery3 .list li a .img {
  position: relative;
  height: auto;
  width: 100%;
  aspect-ratio: 350/250;
  overflow: hidden;
}
#gallery3 .list li a .img img {
  transition: transform 0.8s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
#gallery3 .list li a .text .title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #222;
  margin-top: 1.5em;
  margin-bottom: 1em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#gallery3 .list li a .text .date {
  font-size: 1rem;
  color: #777;
}
#gallery3 .list li a .btn-more {
  content: "";
  position: absolute;
  right: 40px;
  bottom: 43px;
  opacity: 0;
  color: #ff6600;
  transition: opacity 0.4s;
}
@media (hover: hover) {
  #gallery3 .list li:hover {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1), 0 0 0 2px inset #ff6600;
  }
  #gallery3 .list li:hover a .img img {
    transform: scale(1.07);
  }
  #gallery3 .list li:hover a .btn-more {
    opacity: 1;
  }
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
  #gallery1 .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #gallery2 .list li a {
    padding: 40px 30px;
    gap: 60px;
  }
  #gallery3 .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  #gallery2 .list li a {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  #gallery2 .list li a .img,
  #gallery2 .list li a .text,
  #gallery2 .list li a .btn-more {
    width: 100%;
  }
  #gallery2 .list li a .btn-more {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  #gallery1 {
    margin-bottom: 10vw;
  }
  #gallery1 .list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 12vw;
  }
  #gallery1 .list li a .img::before {
    width: 50px;
  }
  #gallery1 .list li a .text .title {
    font-size: 2.8vw;
  }
  #gallery1 .list li a .text .date {
    font-size: 2.5vw;
  }
  #gallery2 {
    margin-bottom: 10vw;
  }
  #gallery2 .list li a {
    padding: 5vw 3vw;
    gap: 5vw;
  }
  #gallery2 .list li a .text .title {
    font-size: 2.8vw;
  }
  #gallery2 .list li a .text .desc,
  #gallery2 .list li a .text .date {
    font-size: 2.5vw;
  }
  #gallery2 .list li a .btn-more {
    font-size: 2.3vw;
  }
  #gallery3 {
    margin-bottom: 10vw;
  }
  #gallery3 .list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10vw;
  }
  #gallery3 .list li a {
    aspect-ratio: 680/710;
    padding: 5vw;
  }
  #gallery3 .list li a .text .title {
    font-size: 2.8vw;
  }
  #gallery3 .list li a .text .date {
    font-size: 2.5vw;
  }
  #gallery3 .list li a .btn-more {
    right: 5vw;
    bottom: 5vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 500px) {
  #gallery1 .list li a .text .title {
    font-size: 3.5vw;
  }
  #gallery1 .list li a .text .date {
    font-size: 3.2vw;
  }
  #gallery2 .list li a {
    padding: 6vw 4vw;
  }
  #gallery2 .list li a .text .title {
    font-size: 3.5vw;
  }
  #gallery2 .list li a .text .desc,
  #gallery2 .list li a .text .date {
    font-size: 2.8vw;
  }
  #gallery2 .list li a .btn-more {
    font-size: 2.5vw;
  }
  #gallery3 .list li a {
    padding: 6vw;
  }
  #gallery3 .list li a .text .title {
    font-size: 3.5vw;
  }
  #gallery3 .list li a .text .date {
    font-size: 3.2vw;
  }
}
#boardList1 table {
  width: 100%;
  border-top: 2px solid #222;
}
#boardList1 table col:nth-child(1) {
  width: 20%;
}
#boardList1 table col:nth-child(2) {
  width: 70%;
}
#boardList1 table col:nth-child(3) {
  width: 10%;
}
#boardList1 table tr {
  border-bottom: 1px solid #e5e5e5;
}
#boardList1 table tr.pin {
  background: #fff7f2;
}
#boardList1 table tr td {
  font-family: "Pretendard", sans-serif;
  padding: 33px 0;
  text-align: center;
  font-size: 1rem;
  color: #777;
  vertical-align: top;
  cursor: pointer;
}
#boardList1 table tr td.date {
  font-family: "Montserrat";
  font-weight: 500;
}
#boardList1 table tr td .tit {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 16px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#boardList1 table tr td .desc {
  color: #777;
  line-height: 1.7;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#boardList1 table tr td.txt_l {
  text-align: left;
}
#boardList1 table tr td.icon {
  background-image: url("/images/bbs/list/ico_list1_arrow.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media (hover: hover) {
  #boardList1 table tr:hover td {
    background-color: #f8f8f8;
  }
  #boardList1 table tr:hover td.icon {
    background: #f8f8f8 url("/images/bbs/list/ico_list1_arrow_over.png");
    background-repeat: no-repeat;
    background-position: center;
  }
}

#boardList2 .list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 102px 34px;
}
#boardList2 .list li {
  border: 1px solid #e5e5e5;
  transition: all 0.4s;
}
#boardList2 .list li a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 325/360;
  padding: 58px 34px;
  transition: all 0.4s;
}
#boardList2 .list li a .more {
  opacity: 0;
  position: absolute;
  right: 34px;
  bottom: 58px;
  width: 14px;
  height: 14px;
}
#boardList2 .list li a .more:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background: #ff6600;
  top: 6px;
  left: 0;
}
#boardList2 .list li a .more:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 14px;
  background: #ff6600;
  top: 0px;
  left: 6px;
}
#boardList2 .list li:hover {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1), 0 0 0 2px inset #ff6600;
}
#boardList2 .list li:hover .more {
  opacity: 1;
}
#boardList2 .list li .text_wrap .tit {
  font-family: "Pretendard", sans-serif;
  font-size: 1.25rem;
  color: #111;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#boardList2 .list li .text_wrap .desc {
  font-family: "Pretendard", sans-serif;
  font-size: 1rem;
  color: #777;
  line-height: 1.7;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#boardList2 .list li .text_wrap .date {
  font-family: "play", sans-serif;
  font-size: 1rem;
  color: #777;
  padding-top: 75px;
}

#boardList3 .list {
  border-top: 2px solid #222;
}
#boardList3 .text_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Pretendard", sans-serif;
  padding: 24px 0;
  text-align: center;
  font-size: 1rem;
  line-height: 1.2;
  color: #777;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
#boardList3 .text_wrap .num {
  width: 7%;
  font-size: 1.125rem;
}
#boardList3 .text_wrap .tit {
  width: 55%;
  font-size: 1.25rem;
  font-weight: 700;
  color: #111;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#boardList3 .text_wrap .info {
  width: 35%;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#boardList3 .text_wrap .info > span {
  padding-right: 40px;
}
#boardList3 .text_wrap .info .icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url("/images/bbs/list/ico_list3_arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 50px;
}
#boardList3 .text_wrap:hover {
  background: #f8f8f8;
}
#boardList3 .text_wrap:hover .icon {
  background-size: contain;
  background-image: url("/images/bbs/list/ico_list3_arrow_over.png");
}

#boardList4 table {
  width: 100%;
  border-top: 2px solid #222;
}
#boardList4 table col:nth-child(1) {
  width: 7%;
}
#boardList4 table col:nth-child(3),
#boardList4 table col:nth-child(4),
#boardList4 table col:nth-child(5) {
  width: 10%;
}
#boardList4 table tr {
  border-bottom: 1px solid #e5e5e5;
}
@media (hover: hover) {
  #boardList4 table tr:hover {
    background-color: #f8f8f8;
  }
}
#boardList4 table th,
#boardList4 table td {
  font-size: 1rem;
  text-align: center;
  vertical-align: middle;
}
#boardList4 table th {
  color: #111;
  font-weight: 700;
  padding: 1.7em 1em;
}
#boardList4 table td {
  color: #333;
  padding: 22px 1em;
}
#boardList4 table td.title {
  text-align: left;
  max-width: 756px;
}
#boardList4 table td.title a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#boardList4 table .btn-status {
  color: #fff;
  width: 60px;
  height: 30px;
  border-radius: 5px;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
}
#boardList4 table .btn-status--ing {
  background-color: #ff6600;
}
#boardList4 table .btn-status--end {
  background-color: #333;
}

#userList table {
  width: 100%;
  border-top: 2px solid #222;
}
#userList table col:nth-child(1) {
  width: 10%;
}
#userList table col:nth-child(3) {
  width: 7%;
}
#userList table col:nth-child(4) {
  width: 15%;
}
@media (hover: hover) {
  #userList table tbody tr:hover {
    background-color: #f8f8f8;
  }
}
#userList table tr {
  border-bottom: 1px solid #e5e5e5;
}
#userList table th,
#userList table td {
  font-size: 1rem;
  text-align: center;
  vertical-align: middle;
}
#userList table th {
  color: #111;
  font-weight: 700;
  padding: 1.7em 1em;
}
#userList table td {
  color: #333;
  padding: 27px 1em;
}
#userList table td.title {
  text-align: left;
  max-width: 756px;
}
#userList table td.title a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#userList table td.title a .count-comment {
  color: #888;
  margin-left: 0.3em;
}
#userList table td.file img {
  display: block;
  margin: 0 auto;
}
#userList table tr.locked td.title a {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 22px;
}
#userList table tr.locked td.title a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: auto;
  aspect-ratio: 12/16;
  background: url("/images/bbs/list/icon-lock.png") no-repeat center center/contain;
}
#userList table tr.locked .input-wrap {
  align-items: center;
  gap: 10px;
  display: none;
  margin-top: 10px;
}
#userList table tr.locked .input-wrap.on {
  display: flex;
}
#userList table tr.locked .input-pw,
#userList table tr.locked .btn {
  font-size: 1rem;
  border-radius: 10px;
  height: 40px;
  letter-spacing: normal;
}
#userList table tr.locked .input-pw {
  border: 1px solid #d6d6d6;
  width: 10em;
  padding: 0 1em;
}
#userList table tr.locked .btn {
  width: auto;
  padding: 0 1.5em;
}
#userList table tr.locked .btn-1 {
  background-color: #323232;
  color: #fff;
}
#userList table tr.locked .btn-2 {
  padding: 0;
}
#userList table tr.pin .no {
  font-size: 1.125rem;
  font-weight: 700;
  color: #21409a;
}
#userList table tr.pin td.title a {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 25px;
}
#userList table tr.pin td.title a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: auto;
  aspect-ratio: 18/17;
  background: url("/images/bbs/list/icon-notice.png") no-repeat center center/contain;
}
#userList table .btn-save {
  color: #fff;
  width: 60px;
  height: 34px;
  border-radius: 5px;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  background-color: #ff6600;
}
#userList table .btn-status {
  color: #fff;
  width: 63px;
  height: 30px;
  border-radius: 5px;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
}
#userList table .btn-status--ing {
  background-color: #ccc;
}
#userList table .btn-status--end {
  background-color: #333;
}
#userList .write-btn {
  width: 173px;
  height: 46px;
  border-radius: 8px;
  background-color: #323232;
  margin-top: 28px;
  margin-left: auto;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup_alert {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 110;
}
.popup_alert_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 350px;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 100;
  transform: translate(-50%, -50%) scale(0.85);
  border-radius: 20px;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.popup_alert_cont {
  height: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 45px;
  justify-content: center;
  align-items: center;
}
.popup_alert_cont::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.popup_alert_cont .alert_txt {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.33;
  color: #111;
}
.popup_alert_cont .btn-confirm {
  width: 191px;
  height: 57px;
  border-radius: 28px;
  background-color: #21409a;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup_alert_cont .btn-close {
  position: absolute;
  right: 31px;
  top: 31px;
  width: 22px;
  height: auto;
  aspect-ratio: 1/1;
  background: url("/images/bbs/popup-close.png") no-repeat center center/contain;
}

[data-alert] {
  background-color: rgba(0, 0, 0, 0);
  transition-duration: 0.2s;
  z-index: -9999;
}
[data-alert] [data-alert-inner] {
  transform: translate(-50%, -50%) scale(0.85);
  opacity: 0;
  transition: 0.2s ease-in-out;
}
[data-alert].show {
  display: block;
  z-index: 120;
}
[data-alert].show.isAnimate {
  background-color: rgba(0, 0, 0, 0.4);
  transition-property: background-color;
  transition-duration: 0.2s;
}
[data-alert].show.isAnimate [data-alert-inner] {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

@media screen and (min-width: 1px) and (max-width: 1500px) {
  #boardList4 table td.title {
    max-width: 48vw;
  }
  #userList table td.title a {
    max-width: 48vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 1250px) {
  #boardList4 table col:nth-child(1) {
    width: 10%;
  }
  #boardList4 table col:nth-child(3),
  #boardList4 table col:nth-child(4),
  #boardList4 table col:nth-child(5) {
    width: 13%;
  }
  #boardList4 table td.title {
    max-width: 40vw;
  }
  #userList table col:nth-child(1) {
    width: 10%;
  }
  #userList table col:nth-child(4) {
    width: 17%;
  }
  #userList table td.title a {
    max-width: 40vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 1200px) {
  #boardList2 .list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 102px 2vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  #boardList4 table,
  #boardList4 table thead,
  #boardList4 table tbody,
  #boardList4 table tr {
    display: block;
  }
  #boardList4 table thead {
    display: none;
  }
  #boardList4 table tr {
    padding: 25px;
    width: 100%;
  }
  #boardList4 table td {
    display: inline-block;
    padding: 3px 5px;
    text-align: left;
    width: auto;
  }
  #boardList4 table td.title {
    max-width: unset;
    width: 100%;
    display: block;
    margin-bottom: 0.5em;
  }
  #boardList4 table td.title a {
    line-height: 1.57;
    overflow: unset;
    text-overflow: unset;
    white-space: unset;
  }
  #boardList4 table td .mo-block {
    display: inline-block;
    font-weight: 700;
    color: #111;
    margin-right: 0.7em;
  }
  #boardList4 table td.status, #boardList4 table td.comment-date {
    margin-left: 1em;
  }
  #boardList4 table .no {
    display: none;
  }
  #userList table,
  #userList table thead,
  #userList table tbody,
  #userList table tr {
    display: block;
  }
  #userList table thead {
    display: none;
  }
  #userList table tr {
    padding: 25px;
    width: 100%;
  }
  #userList table td {
    display: inline-block;
    padding: 3px 5px;
    text-align: left;
    width: auto;
  }
  #userList table td.title {
    width: 100%;
    display: block;
    margin: 0.5em 0;
    font-weight: 700;
    color: #111;
  }
  #userList table td.title a {
    max-width: unset;
    line-height: 1.57;
    overflow: unset;
    text-overflow: unset;
    white-space: unset;
  }
  #userList table td.title a .count-comment {
    color: #888;
    font-weight: 400;
  }
  #userList table td .mo-block {
    display: inline-block;
    font-weight: 700;
    color: #111;
    margin-right: 0.7em;
  }
  #userList table td.file {
    margin-right: 1.5em;
  }
  #userList table td.file img {
    display: inline;
    margin: 0;
    transform: translateY(4px);
  }
  #userList table td.file-none {
    display: none;
  }
  #userList table td.date {
    margin-left: 1.5em;
  }
  #userList table tr.pin .no {
    color: #0c78fd;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    padding-right: 25px;
  }
  #userList table tr.pin .no::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: auto;
    aspect-ratio: 18/17;
    background: url("/images/bbs/list/icon-notice.png") no-repeat center center/contain;
  }
  #userList table tr.pin td.title a::after {
    display: none;
  }
  #userList table .no {
    display: block;
  }
}
@media screen and (min-width: 1px) and (max-width: 900px) {
  #boardList2 .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4vw;
  }
  #boardList3 .text_wrap .info {
    width: 45%;
  }
  #boardList3 .text_wrap .info > span {
    padding-right: 30px;
  }
  #boardList3 .text_wrap .info .icon {
    margin-right: 30px;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  #boardList1 table col:nth-child(1) {
    width: 100%;
  }
  #boardList1 table col:nth-child(2) {
    width: 100%;
  }
  #boardList1 table col:nth-child(3) {
    width: 100%;
  }
  #boardList1 table tr td {
    display: block;
    padding: 4vw 3vw 0 3vw;
    font-size: 2.2vw;
    text-align: left;
  }
  #boardList1 table tr td .tit {
    font-size: 2.8vw;
    margin-bottom: 2vw;
  }
  #boardList1 table tr td.icon {
    padding: 4vw 3vw;
    background-position: top 10px right 3vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) and (hover: hover) {
  #boardList1 table tr:hover td.icon {
    background-position: top right 3vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  #boardList2 .list li a {
    padding: 5vw 3vw;
  }
  #boardList2 .list li a .more {
    right: 3vw;
    bottom: 5vw;
  }
  #boardList2 .list li .text_wrap .tit {
    font-size: 2.8vw;
    margin-bottom: 3vw;
  }
  #boardList2 .list li .text_wrap .desc {
    font-size: 2.2vw;
  }
  #boardList2 .list li .text_wrap .date {
    font-size: 2.2vw;
    padding-top: 7vw;
  }
  #boardList3 .text_wrap {
    flex-direction: column;
    align-items: flex-start;
    padding: 4vw 3vw;
    text-align: left;
  }
  #boardList3 .text_wrap .num {
    width: 100%;
    font-size: 2vw;
    margin-bottom: 2.5vw;
  }
  #boardList3 .text_wrap .tit {
    width: 100%;
    font-size: 2.8vw;
    margin-bottom: 2.5vw;
  }
  #boardList3 .text_wrap .info {
    position: relative;
    width: 100%;
    font-size: 2.3vw;
    justify-content: flex-start;
  }
  #boardList3 .text_wrap .info .icon {
    position: absolute;
    right: 0;
    width: 35px;
    height: 35px;
    margin-right: 0;
  }
  #boardList3 .text_wrap:hover .icon {
    width: 40px;
    height: 40px;
  }
  #boardList4 table tr {
    padding: 4vw 2vw;
  }
  #boardList4 table td {
    font-size: 2.7vw;
  }
  #boardList4 table td.title {
    margin-bottom: 1em;
  }
  #boardList4 table .btn-status {
    width: unset;
    height: unset;
    font-size: 2.5vw;
    padding: 0.4em 0.8em;
  }
  #userList table tr {
    padding: 3vw 1.5vw;
  }
  #userList table td {
    font-size: 2.5vw;
  }
  #userList table td.title {
    font-size: 2.7vw;
  }
  #userList table td.status {
    display: block;
    margin-left: 0;
    margin-top: 1.5vw;
  }
  #userList table tr.pin .no {
    font-size: 2.5vw;
    padding-right: 1.5em;
  }
  #userList table tr.pin .no::after {
    width: 1em;
  }
  #userList table .btn-status {
    width: unset;
    height: unset;
    font-size: 2.3vw;
    padding: 0.4em 0.8em;
  }
  #userList table input[type=password] {
    font-size: 2.3vw;
    height: 4.5vw;
  }
  #userList table .btn-save {
    font-size: 2.3vw;
    height: 4.5vw;
  }
  #userList .write-btn {
    width: 25vw;
    height: 6vw;
    font-size: 2.3vw;
    margin-top: 7vw;
  }
  .popup_alert_inner {
    width: 70%;
    height: auto;
    aspect-ratio: 500/350;
  }
  .popup_alert_cont {
    gap: 5vw;
  }
  .popup_alert_cont .alert_txt {
    font-size: 4.5vw;
  }
  .popup_alert_cont .btn-confirm {
    width: 40%;
    height: 8vw;
    border-radius: 4vw;
    font-size: 3vw;
  }
  .popup_alert_cont .btn-close {
    right: 5vw;
    top: 5vw;
    width: 3.5vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 500px) {
  #boardList1 table tr td {
    display: block;
    padding: 5vw 3vw 0 3vw;
    font-size: 3vw;
  }
  #boardList1 table tr td .tit {
    font-size: 3.2vw;
    color: #111;
    margin-bottom: 2vw;
  }
  #boardList1 table tr td.icon {
    padding: 5vw 3vw;
    background-size: 14px 14px;
  }
}
@media screen and (min-width: 1px) and (max-width: 500px) and (hover: hover) {
  #boardList1 table tr:hover td.icon {
    background-size: 14px 14px;
  }
}
@media screen and (min-width: 1px) and (max-width: 500px) {
  #boardList2 .list li a {
    padding: 6vw 4vw;
  }
  #boardList2 .list li a .more {
    right: 4vw;
    bottom: 6vw;
  }
  #boardList2 .list li .text_wrap .tit {
    font-size: 3.2vw;
    margin-bottom: 3vw;
  }
  #boardList2 .list li .text_wrap .desc {
    font-size: 3vw;
  }
  #boardList2 .list li .text_wrap .date {
    font-size: 3vw;
    padding-top: 7vw;
  }
  #boardList3 .text_wrap {
    padding: 5vw 3vw;
  }
  #boardList3 .text_wrap .num {
    font-size: 3vw;
    margin-bottom: 3vw;
  }
  #boardList3 .text_wrap .tit {
    font-size: 3.5vw;
    margin-bottom: 3.2vw;
  }
  #boardList3 .text_wrap .info {
    font-size: 2.8vw;
  }
  #boardList3 .text_wrap .info .icon {
    width: 7vw;
    height: 7vw;
  }
  #boardList3 .text_wrap:hover .icon {
    width: 7vw;
    height: 7vw;
  }
  #boardList4 table td {
    font-size: 3vw;
  }
  #boardList4 table .btn-status {
    font-size: 2.7vw;
    border-radius: 3px;
  }
  #userList table td {
    font-size: 2.8vw;
  }
  #userList table td.title {
    font-size: 3vw;
  }
  #userList table td.file img {
    width: 1em;
  }
  #userList table tr.pin .no {
    font-size: 2.8vw;
  }
  #userList table .btn-status {
    font-size: 2.6vw;
  }
  #userList table input[type=password] {
    font-size: 2.6vw;
  }
  #userList table .btn-save {
    font-size: 2.6vw;
  }
  #userList .write-btn {
    font-size: 2.6vw;
  }
  .popup_alert_inner {
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  }
  .popup_alert_cont .alert_txt {
    font-size: 4.8vw;
  }
  .popup_alert_cont .btn-confirm {
    font-size: 3.3vw;
  }
}
#boardFaq1 .faq_accordion {
  border-top: 1px solid #111;
}
#boardFaq1 .faq_accordion .item {
  border-bottom: 1px solid #e5e5e5;
}
#boardFaq1 .faq_accordion .item.active {
  background: #f8f8f8;
}
#boardFaq1 .faq_accordion .item.active .item_title .text_wrap::after {
  transform: translateY(-45%) rotate(180deg);
}
#boardFaq1 .faq_accordion .item .item_title {
  padding: 46px 64px 46px 53px;
}
#boardFaq1 .faq_accordion .item .item_title .text_wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "pretendard", sans-serif;
}
#boardFaq1 .faq_accordion .item .item_title .text_wrap:before {
  content: "Q";
  position: absolute;
  width: 40px;
  height: 40px;
  background: #ccc;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#boardFaq1 .faq_accordion .item .item_title .text_wrap:after {
  content: "";
  position: absolute;
  width: 11px;
  height: auto;
  aspect-ratio: 11/7;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url("/images/bbs/faq/ico_faq2_arrow.png") no-repeat center;
}
#boardFaq1 .faq_accordion .item .item_title .text_wrap .tit {
  width: 80%;
  font-size: 1.25rem;
  font-weight: 700;
  color: #111;
  padding: 0 20px 0 82px;
  line-height: 1.2;
}
#boardFaq1 .faq_accordion .item .item_title .text_wrap .date {
  font-size: 1rem;
  color: #777;
  padding-right: 70px;
}
#boardFaq1 .faq_accordion .item .item_content {
  display: none;
  padding: 30px 53px;
  border-top: 1px solid #e5e5e5;
  background: #f8f8f8;
}
#boardFaq1 .faq_accordion .item .item_content p {
  font-family: "pretendard", sans-serif;
  font-size: 1rem;
  position: relative;
  padding-left: 82px;
  line-height: 1.9;
  color: #777;
}
#boardFaq1 .faq_accordion .item .item_content p:before {
  content: "A";
  position: absolute;
  width: 40px;
  height: 40px;
  background: #333;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

#boardFaq2 .faq_accordion {
  border-top: 1px solid #111;
}
#boardFaq2 .faq_accordion .item {
  border-bottom: 1px solid #e5e5e5;
}
#boardFaq2 .faq_accordion .item.active .item_title:after {
  background: #0554a6 url("/images/bbs/faq/ico_faq2_arrow_over.png") no-repeat center;
}
#boardFaq2 .faq_accordion .item .item_title {
  position: relative;
  padding: 46px 50px 46px 67px;
}
#boardFaq2 .faq_accordion .item .item_title .tit {
  font-family: "pretendard", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #111;
  position: relative;
  padding: 0 50px 0 80px;
  line-height: 1.2;
}
#boardFaq2 .faq_accordion .item .item_title .tit:before {
  content: "Q.";
  position: absolute;
  left: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  color: #0554a6;
}
#boardFaq2 .faq_accordion .item .item_title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #eee url("/images/bbs/faq/ico_faq2_arrow.png") no-repeat center;
  border-radius: 50%;
}
#boardFaq2 .faq_accordion .item .item_content {
  display: none;
  padding: 30px 67px;
  border-top: 1px solid #e5e5e5;
  background: #f8f8f8;
}
#boardFaq2 .faq_accordion .item .item_content p {
  font-family: "pretendard", sans-serif;
  font-size: 1rem;
  position: relative;
  padding-left: 67px;
  line-height: 1.9;
  color: #777;
}
#boardFaq2 .faq_accordion .item .item_content p:before {
  content: "A.";
  position: absolute;
  left: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #111;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  #boardFaq1 .faq_accordion .item .item_title {
    padding: 4vw;
  }
  #boardFaq1 .faq_accordion .item .item_title .text_wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #boardFaq1 .faq_accordion .item .item_title .text_wrap:before {
    top: 0;
    transform: translateY(0);
  }
  #boardFaq1 .faq_accordion .item .item_title .text_wrap .tit {
    font-size: 2.6vw;
    padding: 9vw 3vw 0 0;
  }
  #boardFaq1 .faq_accordion .item .item_title .text_wrap .date {
    font-size: 2.2vw;
    padding: 2vw 0 0 0;
  }
  #boardFaq1 .faq_accordion .item .item_content {
    padding: 4vw;
  }
  #boardFaq1 .faq_accordion .item .item_content p {
    font-size: 2.2vw;
    padding: 9vw 0 0 0;
  }
  #boardFaq1 .faq_accordion .item .item_content p:before {
    top: 0;
    transform: translateY(0);
  }
  #boardFaq2 .faq_accordion .item .item_title {
    padding: 4vw;
  }
  #boardFaq2 .faq_accordion .item .item_title .tit {
    font-size: 2.6vw;
    padding: 6vw 45px 0 0;
  }
  #boardFaq2 .faq_accordion .item .item_title .tit:before {
    top: 0;
  }
  #boardFaq2 .faq_accordion .item .item_title:after {
    right: 4vw;
  }
  #boardFaq2 .faq_accordion .item .item_content {
    padding: 4vw;
  }
  #boardFaq2 .faq_accordion .item .item_content p {
    font-size: 2.2vw;
    padding: 6vw 0 0 0;
  }
  #boardFaq2 .faq_accordion .item .item_content p:before {
    top: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 500px) {
  #boardFaq1 .faq_accordion .item .item_title {
    padding: 6vw 4vw;
  }
  #boardFaq1 .faq_accordion .item .item_title .text_wrap:before {
    width: 30px;
    height: 30px;
  }
  #boardFaq1 .faq_accordion .item .item_title .text_wrap .tit {
    font-size: 3.2vw;
    padding: 11vw 4vw 0 0;
  }
  #boardFaq1 .faq_accordion .item .item_title .text_wrap .date {
    font-size: 2.9vw;
  }
  #boardFaq1 .faq_accordion .item .item_content {
    padding: 6vw 4vw;
  }
  #boardFaq1 .faq_accordion .item .item_content p {
    font-size: 2.9vw;
    padding: 11vw 0 0 0;
  }
  #boardFaq1 .faq_accordion .item .item_content p:before {
    width: 30px;
    height: 30px;
  }
  #boardFaq2 .faq_accordion .item .item_title {
    padding: 5vw 4vw;
  }
  #boardFaq2 .faq_accordion .item .item_title .tit {
    font-size: 3.2vw;
    padding: 7vw 40px 0 0;
  }
  #boardFaq2 .faq_accordion .item .item_title .tit:before {
    font-size: 3.7vw;
  }
  #boardFaq2 .faq_accordion .item .item_title:after {
    width: 30px;
    height: 30px;
    background-size: 8px auto;
  }
  #boardFaq2 .faq_accordion .item .item_content {
    padding: 5vw 4vw;
  }
  #boardFaq2 .faq_accordion .item .item_content p {
    font-size: 2.9vw;
    padding: 7vw 0 0 0;
  }
  #boardFaq2 .faq_accordion .item .item_content p:before {
    font-size: 3.7vw;
  }
}
#viewPage.view .board-view {
  font-family: "pretendard", sans-serif;
  border-top: 2px solid #000;
  padding-bottom: 86px;
}
#viewPage.view .board-view .view-top {
  border-bottom: 1px solid #e5e5e5;
  padding: 50px 49px;
}
#viewPage.view .board-view .view-top .view-title {
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 700;
  color: #111;
  margin-bottom: 36px;
}
#viewPage.view .board-view .view-top .view-write {
  display: flex;
  gap: 30px;
}
#viewPage.view .board-view .view-top .view-write p span {
  font-size: 1rem;
  color: #888;
}
#viewPage.view .board-view .view-top .view-write p span.tit {
  color: #111;
  font-weight: 500;
  padding-right: 10px;
}
#viewPage.view .board-view .view-top .view-file {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
#viewPage.view .board-view .view-top .view-file span {
  font-size: 1rem;
  font-weight: 500;
  color: #111;
  padding-right: 10px;
}
#viewPage.view .board-view .view-top .view-file li {
  font-size: 1rem;
  color: #888;
  margin-bottom: 0.6em;
}
#viewPage.view .board-view .view-top .view-file li:last-of-type {
  margin-bottom: 0;
}
#viewPage.view .board-view .view-content {
  font-size: 1rem;
  color: #555;
  border-bottom: 1px solid #e5e5e5;
  padding: 65px 49px 130px 49px;
}
#viewPage.view .board-view .comment-form {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 13px;
  margin-top: 1em;
}
#viewPage.view .board-view .comment-form .input-text {
  flex: 1 1 auto;
  height: 40px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  padding: 0 1em;
  border-radius: 8px;
}
#viewPage.view .board-view .comment-form .btn-submit {
  flex-shrink: 0;
  width: 179px;
  height: 38px;
  border-radius: 8px;
  background-color: #00a3e8;
  font-size: 0.938rem;
  font-weight: 500;
  letter-spacing: normal;
  color: #fff;
  border-color: transparent;
}
#viewPage.view .board-view .view-comment {
  background-color: #f7f7f7;
  border-bottom: 1px solid #e5e5e5;
  padding: 35px 50px;
}
#viewPage.view .board-view .view-comment .title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111;
  padding-left: 1.5em;
  margin-bottom: 1em;
  background: url("/images/bbs/view/comment-arrow.png") no-repeat left center;
}
#viewPage.view .board-view .comment-item {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding: 35px 35px 45px;
}
#viewPage.view .board-view .comment-item--reply {
  padding-left: 70px;
  padding-right: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#viewPage.view .board-view .comment-item--reply::before {
  content: "";
  position: absolute;
  left: 35px;
  top: 29px;
  width: 18px;
  height: auto;
  aspect-ratio: 18/22;
  background: url("/images/bbs/view/comment-arrow.png") no-repeat;
  background-size: contain;
  z-index: 1;
}
#viewPage.view .board-view .comment-item:last-of-type {
  margin-bottom: 0;
}
#viewPage.view .board-view .comment-item .top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#viewPage.view .board-view .comment-item .top .title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111;
  margin-right: 12px;
}
#viewPage.view .board-view .comment-item .top .date {
  font-size: 1rem;
  color: #888;
  margin-right: 12px;
}
#viewPage.view .board-view .comment-item .top .files {
  font-size: 0.938rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
#viewPage.view .board-view .comment-item .top .btn-delete {
  display: inline-block;
  width: 53px;
  height: 26px;
  border-radius: 6px;
  background-color: #bebebe;
  font-size: 0.938rem;
  color: #fff;
  letter-spacing: normal;
  margin-right: 12px;
}
#viewPage.view .board-view .comment-item .top .btn-select {
  display: inline-block;
  width: 53px;
  height: 26px;
  border-radius: 6px;
  border: solid 1px #cacaca;
  font-size: 0.938rem;
  color: #999;
  letter-spacing: normal;
}
#viewPage.view .board-view .comment-item .top .btn-select.selected {
  color: #fff;
  background-color: #00a3e8;
  border-color: transparent;
}
#viewPage.view .board-view .comment-item .cont {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
#viewPage.view .board-view .view-navi li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e2e2e2;
  padding: 32px 0;
  color: #333;
}
#viewPage.view .board-view .view-navi li strong {
  font-family: "Montserrat", sans-serif;
  font-size: 0.938rem;
  font-weight: 700;
  width: 200px;
  padding: 0 50px;
  background-repeat: no-repeat;
  background-position: center right 57px;
  border-right: 1px solid #e5e5e5;
}
#viewPage.view .board-view .view-navi li.prev strong {
  background-image: url("/images/bbs/view/ico_view_navi_prev.png");
}
#viewPage.view .board-view .view-navi li.next strong {
  background-image: url("/images/bbs/view/ico_view_navi_next.png");
}
#viewPage.view .board-view .view-navi li .text {
  width: calc(100% - 200px);
  display: block;
  padding-left: 43px;
  font-size: 1.125rem;
}
#viewPage.view .view-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 65px;
  margin: 0 auto;
  background: #333;
}
#viewPage.view .view-list span {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fefefe;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  #viewPage.view .board-view {
    padding-bottom: 12vw;
  }
  #viewPage.view .board-view .view-top {
    padding: 5vw 3vw;
  }
  #viewPage.view .board-view .view-top .view-title {
    font-size: 3.5vw;
    margin-bottom: 3vw;
  }
  #viewPage.view .board-view .view-top .view-write {
    gap: 30px;
  }
  #viewPage.view .board-view .view-top .view-write p span {
    font-size: 2.2vw;
  }
  #viewPage.view .board-view .view-top .view-write p span.tit {
    padding-right: 10px;
  }
  #viewPage.view .board-view .view-top .view-file {
    gap: 10px;
  }
  #viewPage.view .board-view .view-top .view-file span,
  #viewPage.view .board-view .view-top .view-file li {
    font-size: 2.2vw;
  }
  #viewPage.view .board-view .view-content {
    font-size: 2.2vw;
    padding: 7vw 3vw 10vw 3vw;
  }
  #viewPage.view .board-view .comment-form {
    gap: 1.5vw;
    margin-bottom: 2vw;
  }
  #viewPage.view .board-view .comment-form .input-text {
    font-size: 2.3vw;
    height: 6vw;
    border-radius: 6px;
  }
  #viewPage.view .board-view .comment-form .btn-submit {
    width: 17vw;
    font-size: 2.3vw;
    height: 6vw;
    border-radius: 6px;
  }
  #viewPage.view .board-view .view-comment {
    font-size: 2.7vw;
    padding: 7vw 5vw;
  }
  #viewPage.view .board-view .view-comment .title {
    font-size: 3vw;
    background-size: contain;
  }
  #viewPage.view .board-view .comment-item {
    padding: 3.5vw 3.5vw 4.5vw;
  }
  #viewPage.view .board-view .comment-item--reply {
    padding-left: 8vw;
  }
  #viewPage.view .board-view .comment-item--reply::before {
    left: 3.5vw;
    top: 2.8vw;
    width: 2.5vw;
  }
  #viewPage.view .board-view .comment-item .top {
    margin-bottom: 2px;
  }
  #viewPage.view .board-view .comment-item .top .title {
    font-size: 2.6vw;
    margin-right: 0.5em;
  }
  #viewPage.view .board-view .comment-item .top .date {
    font-size: 2.4vw;
    margin-right: 0.5em;
  }
  #viewPage.view .board-view .comment-item .top .files {
    font-size: 2.4vw;
    gap: 2vw;
  }
  #viewPage.view .board-view .comment-item .top .btn-delete,
  #viewPage.view .board-view .comment-item .top .btn-select {
    width: auto;
    height: auto;
    font-size: 2.3vw;
    padding: 0.4em 1em 0.3em;
    border-radius: 5px;
    margin-right: 0.5em;
  }
  #viewPage.view .board-view .comment-item .cont {
    font-size: 2.4vw;
  }
  #viewPage.view .board-view .view-navi li {
    padding: 3vw;
  }
  #viewPage.view .board-view .view-navi li strong {
    font-size: 2vw;
    width: auto;
    padding: 0 60px 0 0;
    background-position: center right 20px;
  }
  #viewPage.view .board-view .view-navi li .text {
    width: auto;
    padding-left: 20px;
    font-size: 2.2vw;
  }
  #viewPage.view .view-list {
    width: 30vw;
    height: 10vw;
  }
  #viewPage.view .view-list span {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 500px) {
  #viewPage.view .board-view {
    padding-bottom: 12vw;
  }
  #viewPage.view .board-view .view-top {
    padding: 6vw 3vw;
  }
  #viewPage.view .board-view .view-top .view-title {
    font-size: 3.7vw;
    margin-bottom: 5vw;
  }
  #viewPage.view .board-view .view-top .view-write {
    gap: 15px;
  }
  #viewPage.view .board-view .view-top .view-write p span {
    font-size: 3vw;
  }
  #viewPage.view .board-view .view-top .view-write p span.tit {
    padding-right: 5px;
  }
  #viewPage.view .board-view .view-top .view-file {
    gap: 5px;
    margin-top: 10px;
  }
  #viewPage.view .board-view .view-top .view-file span,
  #viewPage.view .board-view .view-top .view-file li {
    font-size: 3vw;
  }
  #viewPage.view .board-view .view-content {
    font-size: 3.2vw;
    padding: 7vw 3vw 15vw 3vw;
  }
  #viewPage.view .board-view .comment-form .input-text {
    font-size: 2.6vw;
    border-radius: 4px;
  }
  #viewPage.view .board-view .comment-form .btn-submit {
    font-size: 2.6vw;
    border-radius: 4px;
  }
  #viewPage.view .board-view .comment-item .top .title {
    font-size: 2.9vw;
  }
  #viewPage.view .board-view .comment-item .top .date {
    font-size: 2.7vw;
  }
  #viewPage.view .board-view .comment-item .top .files {
    font-size: 2.7vw;
  }
  #viewPage.view .board-view .comment-item .top .btn-delete,
  #viewPage.view .board-view .comment-item .top .btn-select {
    font-size: 2.6vw;
    border-radius: 3px;
  }
  #viewPage.view .board-view .comment-item .cont {
    font-size: 2.7vw;
  }
  #viewPage.view .board-view .view-comment {
    font-size: 3.2vw;
  }
  #viewPage.view .board-view .view-navi li {
    padding: 4vw;
  }
  #viewPage.view .board-view .view-navi li strong {
    font-size: 2.2vw;
    padding: 0 40px 0 0;
    background-position: center right 10px;
    background-size: 8px auto;
  }
  #viewPage.view .board-view .view-navi li .text {
    width: auto;
    padding-left: 5vw;
    font-size: 2.7vw;
  }
  #viewPage.view .view-list {
    width: 35vw;
    height: 12vw;
  }
  #viewPage.view .view-list span {
    font-size: 2.7vw;
  }
}
.search-form1 {
  margin-bottom: 100px;
}
.search-form1 > form {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #222;
}
.search-form1 > form .s-form {
  position: relative;
  width: 570px;
  height: 60px;
}
.search-form1 > form .s-form label {
  display: none;
}
.search-form1 > form .s-form .search-txt {
  width: 100%;
  height: 100%;
  padding: 0 60px;
}
.search-form1 > form .s-form .search-txt::-moz-placeholder {
  font-size: 1rem;
  color: #999;
}
.search-form1 > form .s-form .search-txt::placeholder {
  font-size: 1rem;
  color: #999;
}
.search-form1 > form .s-form .submit {
  background: url("/images/bbs/icon-search.png") no-repeat center center;
  position: absolute;
  right: 0;
  top: 50%;
  width: 60px;
  height: 60px;
  text-indent: -9999em;
  transform: translateY(-50%);
  cursor: pointer;
}
.search-form1 #searchCategory-button {
  width: 180px;
  height: 60px;
  background: #fff url("/images/bbs/icon-select-arrow.png") no-repeat right 6px center;
  padding: 0 29px;
  border: none;
}
.search-form1 #searchCategory-button .ui-selectmenu-text {
  font-family: "Pretendard", sans-serif;
  font-size: 1rem;
  color: #222;
  line-height: 60px;
  margin-right: 0;
}
.search-form1 #searchCategory-button .ui-icon {
  background: none;
}
.search-form1 #searchCategory-menu {
  border: 1px solid #ddd;
  color: #999;
  margin-top: 10px;
}
.search-form1 #searchCategory-menu .ui-menu-item {
  background-color: #fff;
  border: none;
  margin: 0;
  color: #999;
}
.search-form1 #searchCategory-menu .ui-menu-item .ui-menu-item-wrapper {
  padding: 1em;
}
.search-form1 #searchCategory-menu .ui-menu-item .ui-state-active {
  color: #999;
  background-color: #f5f5f5;
  border: none;
  margin: 0;
}

.search-form2 {
  margin-bottom: 100px;
}
.search-form2 > form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.search-form2 > form .s-form {
  position: relative;
  width: 500px;
  height: 60px;
  border: 1px solid #e5e5e5;
}
.search-form2 > form .s-form label {
  display: none;
}
.search-form2 > form .s-form .search-txt {
  width: 100%;
  height: 100%;
  padding: 0 60px 0 30px;
}
.search-form2 > form .s-form .search-txt::-moz-placeholder {
  font-size: 1rem;
  color: #999;
}
.search-form2 > form .s-form .search-txt::placeholder {
  font-size: 1rem;
  color: #999;
}
.search-form2 > form .s-form .submit {
  background: url("/images/bbs/icon-search.png") no-repeat center center;
  position: absolute;
  right: 0;
  top: 50%;
  width: 60px;
  height: 60px;
  text-indent: -9999em;
  transform: translateY(-50%);
  cursor: pointer;
}
.search-form2 #searchCategory-button {
  width: 270px;
  height: 60px;
  background: #fff url("/images/bbs/icon-select-arrow.png") no-repeat right 33px center;
  padding: 0 29px;
  border: 1px solid #e5e5e5;
}
.search-form2 #searchCategory-button .ui-selectmenu-text {
  font-family: "Pretendard", sans-serif;
  font-size: 1rem;
  color: #222;
  line-height: 60px;
  margin-right: 0;
}
.search-form2 #searchCategory-button .ui-icon {
  background: none;
}
.search-form2 #searchCategory-menu {
  border: 1px solid #ddd;
  color: #999;
  margin-top: 10px;
}
.search-form2 #searchCategory-menu .ui-menu-item {
  background-color: #fff;
  border: none;
  margin: 0;
  color: #999;
}
.search-form2 #searchCategory-menu .ui-menu-item .ui-menu-item-wrapper {
  padding: 1em;
}
.search-form2 #searchCategory-menu .ui-menu-item .ui-state-active {
  color: #999;
  background-color: #f5f5f5;
  border: none;
  margin: 0;
}

.search-form3 {
  margin-bottom: 100px;
}
.search-form3 > form {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
.search-form3 > form .s-form {
  position: relative;
  width: 510px;
  height: 60px;
}
.search-form3 > form .s-form label {
  display: none;
}
.search-form3 > form .s-form .search-txt {
  width: 100%;
  height: 100%;
  padding: 0 60px;
  background: #f5f5f5;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  font-size: 1rem;
}
.search-form3 > form .s-form .search-txt::-moz-placeholder {
  font-size: 1rem;
  color: #999;
}
.search-form3 > form .s-form .search-txt::placeholder {
  font-size: 1rem;
  color: #999;
}
.search-form3 > form .s-form .submit {
  background: url("/images/bbs/icon-search.png") no-repeat center center;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 60px;
  height: 60px;
  text-indent: -9999em;
  transform: translateY(-50%);
  cursor: pointer;
}
.search-form3 #searchCategory-button {
  width: 190px;
  height: 60px;
  background: #f5f5f5 url("/images/bbs/icon-select-arrow.png") no-repeat right 6px center;
  padding: 0 50px;
  border: 0;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.search-form3 #searchCategory-button .ui-selectmenu-text {
  font-family: "Pretendard", sans-serif;
  font-size: 1rem;
  color: #222;
  line-height: 60px;
  margin-right: 0;
}
.search-form3 #searchCategory-button .ui-icon {
  background: none;
}
.search-form3 #searchCategory-menu {
  border: 1px solid #ddd;
  color: #999;
  margin-top: 10px;
}
.search-form3 #searchCategory-menu .ui-menu-item {
  background-color: #fff;
  border: none;
  margin: 0;
  color: #999;
}
.search-form3 #searchCategory-menu .ui-menu-item .ui-menu-item-wrapper {
  padding: 1em;
}
.search-form3 #searchCategory-menu .ui-menu-item .ui-state-active {
  color: #999;
  background-color: #f5f5f5;
  border: none;
  margin: 0;
}

.search-form5 {
  margin-bottom: 70px;
}
.search-form5 > form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.search-form5 > form .s-form {
  position: relative;
  width: 600px;
  height: 60px;
}
.search-form5 > form .s-form label {
  display: none;
}
.search-form5 > form .s-form .search-txt {
  width: 100%;
  height: 100%;
  padding: 0 100px 0 30px;
  border: 1px solid #ddd;
  border-radius: 30px;
}
.search-form5 > form .s-form .search-txt::-moz-placeholder {
  font-size: 1.125rem;
  color: #999;
}
.search-form5 > form .s-form .search-txt::placeholder {
  font-size: 1.125rem;
  color: #999;
}
.search-form5 > form .s-form .submit {
  background: url("/images/bbs/icon-search.png") no-repeat center center;
  position: absolute;
  right: 0;
  top: 50%;
  width: 80px;
  height: 60px;
  text-indent: -9999em;
  transform: translateY(-50%);
  cursor: pointer;
  border-radius: 0 30px 30px 0;
}
.search-form5 #searchCategory-button {
  width: 150px;
  height: 60px;
  background: #fff url("/images/bbs/select-arrow.png") no-repeat right 20px center;
  border: 1px solid #ddd;
  padding: 0 29px;
  border-radius: 30px;
}
.search-form5 #searchCategory-button .ui-selectmenu-text {
  line-height: 60px;
  margin-right: 0;
}
.search-form5 #searchCategory-button .ui-icon {
  background-size: 13px 8px;
  background-repeat: no-repeat;
  background-position: center;
  width: 13px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.search-form5 #searchCategory-menu {
  border: 1px solid #ddd;
  border-radius: 30px;
  color: #999;
  margin-top: 10px;
}
.search-form5 #searchCategory-menu .ui-menu-item {
  background-color: #fff;
  border: none;
  margin: 0;
  color: #999;
}
.search-form5 #searchCategory-menu .ui-menu-item .ui-menu-item-wrapper {
  padding: 1em;
}
.search-form5 #searchCategory-menu .ui-menu-item .ui-state-active {
  color: #999;
  background-color: #f5f5f5;
  border: none;
  margin: 0;
}

@media screen and (min-width: 1px) and (max-width: 900px) {
  .search-form1 {
    width: 100%;
  }
  .search-form2 {
    width: 100%;
  }
  .search-form3 {
    width: 100%;
  }
  .search-form5 {
    width: 100%;
  }
  .search-form5 > form .s-form {
    width: calc(100% - 160px);
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .search-form1 {
    margin-bottom: 10vw;
  }
  .search-form1 > form .s-form {
    width: calc(100% - 110px);
    height: 50px;
  }
  .search-form1 > form .s-form .search-txt {
    padding: 0 60px 0 10px;
  }
  .search-form1 #searchCategory-button {
    width: 110px;
    height: 50px;
    padding: 0 10px;
  }
  .search-form1 #searchCategory-button .ui-selectmenu-text {
    line-height: 50px;
  }
  .search-form2 {
    margin-bottom: 10vw;
  }
  .search-form2 > form .s-form {
    width: calc(100% - 110px);
    height: 50px;
  }
  .search-form2 > form .s-form .search-txt {
    padding: 0 60px 0 10px;
  }
  .search-form2 #searchCategory-button {
    width: 110px;
    height: 50px;
    padding: 0 10px;
    background-position: center right 10px;
  }
  .search-form2 #searchCategory-button .ui-selectmenu-text {
    line-height: 50px;
  }
  .search-form3 {
    margin-bottom: 10vw;
  }
  .search-form3 > form .s-form {
    width: calc(100% - 120px);
    height: 50px;
  }
  .search-form3 > form .s-form .search-txt {
    padding: 0 60px 0 10px;
  }
  .search-form3 #searchCategory-button {
    width: 120px;
    height: 50px;
    padding: 0 10px 0 20px;
    background-position: center right 10px;
  }
  .search-form3 #searchCategory-button .ui-selectmenu-text {
    line-height: 50px;
  }
  .search-form5 {
    margin-bottom: 50px;
  }
  .search-form5 > form {
    gap: 7px;
  }
  .search-form5 > form select {
    width: 120px;
    height: 54px;
    border-radius: 27px;
    padding: 0 18px;
  }
  .search-form5 > form .s-form {
    width: calc(100% - 127px);
    height: 54px;
  }
  .search-form5 > form .s-form .search-txt {
    border-radius: 27px;
    padding: 0 80px 0 20px;
  }
  .search-form5 > form .s-form .submit {
    width: 60px;
    height: 54px;
  }
  .search-form5 #searchCategory-button {
    width: 120px;
    height: 54px;
    border-radius: 27px;
    padding: 0 18px;
  }
  .search-form5 #searchCategory-button .ui-selectmenu-text {
    line-height: 53px;
  }
  .search-form5 #searchCategory-menu {
    border-radius: 27px;
  }
}
@media screen and (min-width: 1px) and (max-width: 500px) {
  .search-form5 > form select {
    width: 100px;
    height: 44px;
    border-radius: 22px;
    background-position: right 13px center;
  }
  .search-form5 > form .s-form {
    width: calc(100% - 105px);
    height: 44px;
    border-radius: 22px;
  }
  .search-form5 > form .s-form .search-txt {
    padding: 0 55px 0 20px;
  }
  .search-form5 > form .s-form .submit {
    width: 50px;
    height: 44px;
    border-radius: 0 22px 22px 0;
  }
  .search-form5 #searchCategory-button {
    width: 100px;
    height: 44px;
    border-radius: 22px;
    background-position: right 13px center;
  }
  .search-form5 #searchCategory-button .ui-selectmenu-text {
    line-height: 43px;
  }
  .search-form5 #searchCategory-menu {
    border-radius: 22px;
  }
}
#qnaWrite.qna-write {
  padding-bottom: 150px;
}
#qnaWrite.qna-write input[type=text],
#qnaWrite.qna-write input[type=number],
#qnaWrite.qna-write input[type=password],
#qnaWrite.qna-write input[type=email] {
  width: 155px;
  font-size: 1rem;
  height: 40px;
  border: 1px solid #dfdfdf;
  padding-left: 5px;
}
#qnaWrite.qna-write textarea {
  width: 100%;
  border: 1px solid #dfdfdf;
}
#qnaWrite.qna-write .custom_select {
  display: inline-block;
  width: 170px;
  height: 40px;
  border: 1px solid #dfdfdf;
  margin-left: 5px;
}
#qnaWrite.qna-write .custom_select select {
  width: 100%;
  height: 100%;
  background: url("/images/sub/ico_select.png") no-repeat center right 23px;
  padding: 0 33px 0 5px;
  border: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #222;
}
#qnaWrite.qna-write table {
  width: 100%;
  border-top: 1px solid #222;
}
#qnaWrite.qna-write table tr {
  border-bottom: 1px solid #ddd;
}
#qnaWrite.qna-write table tr th {
  padding: 15px 20px;
  border-right: 1px solid #ddd;
  font-size: 1rem;
  font-weight: 500;
}
#qnaWrite.qna-write table tr td {
  padding: 15px 36px;
}
#qnaWrite.qna-write .filebox {
  position: relative;
}
#qnaWrite.qna-write .filebox input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#qnaWrite.qna-write .filebox label {
  position: absolute;
  right: 0;
  width: 110px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background-color: #e5e5e5;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}
#qnaWrite.qna-write .filebox .upload-name {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 0 110px 0 5px;
  border: 1px solid #dfdfdf;
  background: #fff;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#qnaWrite.qna-write .btn_wrap {
  margin-top: 60px;
  text-align: center;
}
#qnaWrite.qna-write .btn_wrap .confirm_btn {
  display: inline-block;
  width: 200px;
  height: 65px;
  line-height: 65px;
  background: #41a7d6;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  vertical-align: top;
}
#qnaWrite.qna-write .btn_wrap .cancel_btn {
  display: inline-block;
  width: 200px;
  height: 65px;
  line-height: 65px;
  background: #fff;
  border: 1px solid #41a7d6;
  color: #41a7d6;
  margin-left: 5px;
  font-size: 1.125rem;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  #qnaWrite.qna-write {
    padding-bottom: 13vw;
  }
  #qnaWrite.qna-write input[type=text],
  #qnaWrite.qna-write input[type=number],
  #qnaWrite.qna-write input[type=password],
  #qnaWrite.qna-write input[type=email] {
    height: 35px;
  }
  #qnaWrite.qna-write .custom_select {
    width: 30%;
    height: 35px;
  }
  #qnaWrite.qna-write .custom_select select {
    padding: 0 20px 0 5px;
    background: url("/images/sub/ico_select.png") no-repeat center right 10px;
  }
  #qnaWrite.qna-write table tr th {
    width: 23%;
    padding: 15px 10px;
  }
  #qnaWrite.qna-write table tr td {
    padding: 15px 10px;
  }
  #qnaWrite.qna-write .btn_wrap {
    margin-top: 30px;
    text-align: center;
  }
  #qnaWrite.qna-write .btn_wrap .confirm_btn, #qnaWrite.qna-write .btn_wrap .cancel_btn {
    width: 30vw;
    height: 10vw;
    line-height: 10vw;
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 500px) {
  #qnaWrite.qna-write {
    padding-bottom: 17vw;
  }
  #qnaWrite.qna-write .btn_wrap .confirm_btn, #qnaWrite.qna-write .btn_wrap .cancel_btn {
    width: 35vw;
    height: 12vw;
    line-height: 12vw;
    font-size: 3.4vw;
  }
}
#productList1 {
  margin-bottom: 70px;
}
#productList1 .list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 78px 55px;
}
#productList1 .list li a {
  display: block;
  width: 100%;
}
#productList1 .list li a .img {
  position: relative;
  height: auto;
  width: 100%;
  aspect-ratio: 430/260;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}
#productList1 .list li a .img::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(calc(-50% + 0.5px), calc(-50% + 0.5px), 0) scale(0);
  width: 81px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: 4px 6.9px 10px 0 rgba(0, 0, 0, 0.3);
  background: url("/images/bbs/gallery/list-btn-more.jpg") no-repeat center center;
  background-size: contain;
  z-index: 1;
  transition: transform 0.4s;
}
#productList1 .list li a .img img {
  transition: transform 0.8s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
#productList1 .list li a .text .category {
  font-size: 0.938rem;
  color: #777;
  margin-top: 2em;
  margin-bottom: 0.8em;
}
#productList1 .list li a .text .title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #222;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (hover: hover) {
  #productList1 .list li:hover a .img::before {
    transform: translate3d(calc(-50% + 0.5px), calc(-50% + 0.5px), 0) scale(1);
  }
  #productList1 .list li:hover a .img img {
    transform: scale(1.07);
  }
}

#productList2 {
  margin-bottom: 70px;
}
#productList2 .list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 85px 27px;
}
#productList2 .list li a {
  display: block;
  width: 100%;
}
#productList2 .list li a .img {
  position: relative;
  height: auto;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}
#productList2 .list li a .img .dimmed {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ff6600;
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
  z-index: 2;
}
#productList2 .list li a .img .more {
  font-family: "Montserrat";
  position: absolute;
  left: 0;
  bottom: 15%;
  transform: translate3d(0, -20px, 0);
  text-align: center;
  width: 100%;
  font-size: 0.938rem;
  font-weight: 500;
  letter-spacing: normal;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s, transform 0.5s;
  transition-delay: 0.1s;
  z-index: 3;
}
#productList2 .list li a .img .more::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translate3d(calc(-50% + 0.5px), 0, 0);
  width: 1px;
  height: 58px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 3;
}
#productList2 .list li a .img img {
  transition: transform 0.8s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
#productList2 .list li a .text .category {
  font-size: 0.938rem;
  color: #777;
  margin-top: 2em;
  margin-bottom: 0.8em;
}
#productList2 .list li a .text .title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #222;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (hover: hover) {
  #productList2 .list li:hover a .img {
    border-color: transparent;
  }
  #productList2 .list li:hover a .img .dimmed {
    opacity: 0.8;
  }
  #productList2 .list li:hover a .img .more {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  #productList2 .list li:hover a .img .more::before {
    opacity: 1;
  }
  #productList2 .list li:hover a .img img {
    transform: scale(1.07);
  }
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
  #productList1 .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #productList2 .list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  #productList1 .list {
    gap: 70px 40px;
  }
  #productList2 .list {
    gap: 70px 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  #productList1 {
    margin-bottom: 10vw;
  }
  #productList1 .list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 12vw;
  }
  #productList1 .list li a .img::before {
    width: 50px;
  }
  #productList1 .list li a .text .category {
    font-size: 2.5vw;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
  }
  #productList1 .list li a .text .title {
    font-size: 2.8vw;
  }
  #productList2 {
    margin-bottom: 10vw;
  }
  #productList2 .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12vw 3vw;
  }
  #productList2 .list li a .text .category {
    font-size: 2.5vw;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
  }
  #productList2 .list li a .text .title {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 500px) {
  #productList1 .list li a .text .category {
    font-size: 2.8vw;
  }
  #productList1 .list li a .text .title {
    font-size: 3.5vw;
  }
  #productList2 .list li a .text .category {
    font-size: 2.8vw;
  }
  #productList2 .list li a .text .title {
    font-size: 3.5vw;
  }
}
.product-view .img-popup {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  max-width: 70vw;
  max-height: 90vh;
  z-index: 210;
  background-color: #fff;
  padding: 70px;
  display: none;
}
.product-view .img-popup .popup__swiper {
  width: 100%;
}
.product-view .img-popup .popup__swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.product-view .img-popup .popup__swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.product-view .img-popup .popup__swiper .swiper-button-prev,
.product-view .img-popup .popup__swiper .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  margin: 0 !important;
}
.product-view .img-popup .popup__swiper .swiper-button-prev {
  left: 0;
  background-image: url("/images/sub/product/btn-popup-prev.png");
}
.product-view .img-popup .popup__swiper .swiper-button-next {
  right: 0;
  background-image: url("/images/sub/product/btn-popup-next.png");
}
.product-view .img-popup .popup__swiper .swiper-pagination {
  top: unset;
  bottom: 30px;
}
.product-view .img-popup .popup__swiper .swiper-pagination-bullet-active {
  background-color: #ff6600;
}
.product-view .img-popup .btn-close {
  position: absolute;
  right: 33px;
  top: 33px;
}
.product-view .img-popup.on {
  display: block;
  overflow-y: auto;
}

#productView1 {
  padding-bottom: 160px;
}
#productView1 .view-top {
  display: flex;
  gap: 150px;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 109px;
}
#productView1 .view-top .img {
  flex-shrink: 0;
  width: 550px;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid #e5e5e5;
}
#productView1 .view-top .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
#productView1 .view-top .info {
  flex: 1;
}
#productView1 .view-top .info .top {
  border-bottom: 2px solid #222;
  padding-bottom: 45px;
  margin-bottom: 45px;
}
#productView1 .view-top .info .top .category {
  font-size: 1.125rem;
  color: #666;
  margin-bottom: 1em;
}
#productView1 .view-top .info .top .title {
  font-size: 2.5rem;
  font-weight: 600;
}
#productView1 .view-top .info .bottom ul {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
#productView1 .view-top .info .bottom li {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 10px;
}
#productView1 .view-top .info .bottom li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #111;
}
#productView1 .view-top .info .bottom li {
  padding-left: 11px;
}
#productView1 .view-top .info .bottom li strong {
  font-weight: 600;
  color: #111;
  width: 6em;
  flex-shrink: 0;
}
#productView1 .view-top .info .bottom li span {
  flex: 1;
  color: #555;
}
#productView1 .view-content-title {
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 0.7em;
}
#productView1 .view-content div {
  padding: 65px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
#productView1 .view-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 65px;
  margin: 100px auto 0;
  border: 1px solid #222;
  font-size: 1.125rem;
  font-weight: 600;
}

#productView2 {
  padding-bottom: 160px;
}
#productView2 .view-top {
  display: flex;
  gap: 150px;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 109px;
}
#productView2 .view-top .img-wrap {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  height: 500px;
  flex-shrink: 0;
}
#productView2 .view-top .img-wrap .img {
  flex-shrink: 0;
  width: auto;
  height: 100%;
  aspect-ratio: 1/1;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  cursor: pointer;
}
#productView2 .view-top .img-wrap .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  transition: transform 0.8s;
}
@media (hover: hover) {
  #productView2 .view-top .img-wrap .img:hover img {
    transform: scale(1.07);
  }
}
#productView2 .view-top .img-wrap .swiper-wrap {
  height: 100%;
}
#productView2 .view-top .img-wrap .swiper {
  height: 100%;
}
#productView2 .view-top .img-wrap .swiper .swiper-slide {
  width: 100px;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
#productView2 .view-top .img-wrap .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
#productView2 .view-top .info {
  flex: 1;
}
#productView2 .view-top .info .top {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 45px;
  margin-bottom: 45px;
}
#productView2 .view-top .info .top .category {
  font-size: 1.125rem;
  color: #666;
  margin-bottom: 1em;
}
#productView2 .view-top .info .top .title {
  font-size: 2.5rem;
  font-weight: 600;
  word-break: break-all;
}
#productView2 .view-top .info .bottom ul {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
#productView2 .view-top .info .bottom li {
  display: flex;
  align-items: flex-start;
}
#productView2 .view-top .info .bottom li strong {
  font-weight: 600;
  color: #111;
  width: 6em;
  flex-shrink: 0;
}
#productView2 .view-top .info .bottom li span {
  flex: 1;
  color: #555;
}
#productView2 .tab-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  margin: 0 auto 50px;
}
#productView2 .tab {
  width: 300px;
  height: 65px;
  border-radius: 32.5px;
  font-size: 1.125rem;
  color: #222;
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
}
#productView2 .tab.on {
  background-color: #ff6600;
  border-color: #ff6600;
  color: #fff;
  font-weight: 600;
}
#productView2 .view-content {
  padding: 65px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
#productView2 .view-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 60px;
  border-radius: 30px;
  margin: 95px auto 0;
  border: 1px solid #222;
  font-size: 1rem;
  font-weight: 600;
}

@media screen and (min-width: 1px) and (max-width: 1600px) {
  .product-view .img-popup {
    max-width: 75vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 1400px) {
  .product-view .img-popup {
    max-width: 80vw;
  }
  #productView1 .view-top {
    gap: 8%;
  }
  #productView1 .view-top .img {
    width: 40%;
  }
  #productView2 .view-top {
    gap: 8%;
  }
  #productView2 .view-top .img-wrap {
    height: 400px;
  }
  #productView2 .view-top .img-wrap .swiper .swiper-slide {
    width: 78px;
  }
}
@media screen and (min-width: 1px) and (max-width: 1200px) {
  .product-view .img-popup {
    width: 80vw;
  }
  #productView2 .view-top .img-wrap {
    height: 350px;
  }
  #productView2 .view-top .img-wrap .swiper .swiper-slide {
    width: 67px;
  }
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  #productView1 .view-top {
    flex-direction: column;
    align-items: center;
    gap: 70px;
  }
  #productView1 .view-top .img {
    width: 400px;
  }
  #productView1 .view-top .info {
    width: 100%;
  }
  #productView2 .view-top {
    flex-direction: column;
    align-items: center;
    gap: 70px;
  }
  #productView2 .view-top .img-wrap {
    height: 400px;
  }
  #productView2 .view-top .img-wrap .swiper .swiper-slide {
    width: 78px;
  }
  #productView2 .view-top .info {
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .product-view .img-popup {
    padding: 6vw;
    width: 90vw;
  }
  .product-view .img-popup .popup__swiper .swiper-button-prev,
  .product-view .img-popup .popup__swiper .swiper-button-next {
    width: 7.5vw;
    max-width: 60px;
  }
  .product-view .img-popup .popup__swiper .swiper-pagination {
    bottom: 5%;
  }
  .product-view .img-popup .btn-close {
    top: 1.5vw;
    right: 1.5vw;
    width: 4vw;
  }
  #productView1 {
    padding-bottom: 20vw;
  }
  #productView1 .view-top {
    gap: 12vw;
    margin-bottom: 18vw;
  }
  #productView1 .view-top .img {
    width: 100%;
  }
  #productView1 .view-top .info .top {
    padding-bottom: 7vw;
    margin-bottom: 7vw;
  }
  #productView1 .view-top .info .top .category {
    font-size: 2.7vw;
  }
  #productView1 .view-top .info .top .title {
    font-size: 4.3vw;
  }
  #productView1 .view-top .info .bottom ul {
    font-size: 2.7vw;
  }
  #productView1 .view-content-title {
    font-size: 4vw;
    margin-bottom: 1em;
  }
  #productView1 .view-content div {
    padding: 7vw 0;
    font-size: 2.8vw;
  }
  #productView1 .view-list {
    width: 25vw;
    height: 8vw;
    font-size: 2.3vw;
    margin: 13vw auto 0;
  }
  #productView2 {
    padding-bottom: 20vw;
  }
  #productView2 .view-top {
    gap: 12vw;
    margin-bottom: 18vw;
  }
  #productView2 .view-top .img-wrap {
    height: 70vw;
  }
  #productView2 .view-top .img-wrap .swiper .swiper-slide {
    width: 14vw;
  }
  #productView2 .view-top .info .top {
    padding-bottom: 7vw;
    margin-bottom: 7vw;
  }
  #productView2 .view-top .info .top .category {
    font-size: 2.7vw;
  }
  #productView2 .view-top .info .top .title {
    font-size: 4.3vw;
  }
  #productView2 .view-top .info .bottom ul {
    font-size: 2.7vw;
  }
  #productView2 .tab-menu {
    gap: 0.5vw;
    margin: 0 auto 5vw;
  }
  #productView2 .tab {
    width: 50%;
    height: 9vw;
    border-radius: 4.5vw;
    font-size: 2.5vw;
  }
  #productView2 .view-content {
    padding: 7vw 0;
    font-size: 2.8vw;
  }
  #productView2 .view-list {
    width: 26vw;
    height: 9vw;
    border-radius: 4.5vw;
    font-size: 2.5vw;
    margin: 13vw auto 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 500px) {
  .product-view .img-popup .popup__swiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  #productView1 .view-top .info .top .category {
    font-size: 3vw;
  }
  #productView1 .view-top .info .top .title {
    font-size: 4.5vw;
  }
  #productView1 .view-top .info .bottom ul {
    font-size: 3vw;
  }
  #productView1 .view-top .info .bottom li {
    padding-left: 8px;
  }
  #productView1 .view-top .info .bottom li::before {
    top: 4px;
    width: 2px;
    height: 2px;
  }
  #productView1 .view-content-title {
    font-size: 4.2vw;
  }
  #productView1 .view-content div {
    font-size: 3vw;
  }
  #productView1 .view-list {
    font-size: 2.5vw;
  }
  #productView2 .view-top .img-wrap {
    height: 72vw;
  }
  #productView2 .view-top .img-wrap .swiper .swiper-slide {
    width: 13vw;
  }
  #productView2 .view-top .info .top .category {
    font-size: 3vw;
  }
  #productView2 .view-top .info .top .title {
    font-size: 4.5vw;
  }
  #productView2 .view-top .info .bottom ul {
    font-size: 3vw;
  }
  #productView2 .view-top .info .bottom li {
    padding-left: 8px;
  }
  #productView2 .view-top .info .bottom li::before {
    top: 4px;
    width: 2px;
    height: 2px;
  }
  #productView2 .tab {
    height: 10vw;
    border-radius: 5vw;
    font-size: 2.8vw;
  }
  #productView2 .view-content {
    font-size: 3vw;
  }
  #productView2 .view-list {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 1800px) {
  .w1720 {
    max-width: 100%;
    padding: 0 4%;
  }
}
@media screen and (min-width: 1px) and (max-width: 1500px) {
  .w1400 {
    max-width: 100%;
    padding: 0 4%;
  }
}
@media screen and (min-width: 1px) and (max-width: 1400px) {
  .w1280 {
    max-width: 100%;
    padding: 0 4%;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .w1100,
  .w1200,
  .w1280,
  .w1300,
  .w1400,
  .w1500,
  .w1720 {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1px) and (max-width: 500px) {
  .w1100,
  .w1280,
  .w1300,
  .w1400,
  .w1500,
  .w1720 {
    padding: 0 15px;
  }
}/*# sourceMappingURL=style.css.map */