@charset "UTF-8";
:root {
  --hmg-blue: #3273f5;
  --hmg-deep-violet: #4b36e7;
  --hmg-violet: #7d64ff;
  --white: #ffffff;
  --white-80: rgba(255, 255, 255, 0.8);
  --black: #000000;
  --error: #ff4f64;
  --text-0: #00051e;
  --text-1: #14145a;
  --text-8a: #8a8d99;
  --text-52: #525562;
  --text-0-opa04: rgba(0, 5, 30, 0.4);
  --text-0-opa02: rgba(0, 5, 30, 0.2);
  --border-w-30: rgba(255, 255, 255, 0.3);
  --border-b-20: rgba(0, 0, 0, 0.2);
  --border-c: #c8ced9;
  --border-d: #ddd;
  --border-d3: #d3d6d9;
  --border-f0: #f0f0f0;
  --bg-a4: #a4afc0;
  --bg-b3: #b3b9c3;
  --bg-c: #ccc;
  --bg-da: #dae0eb;
  --bg-ef: #eff1f8;
  --bg-f4: #f4f7ff;
  --bg-4c: #4c4df2;
  --bg-49: #4975f8;
  --bg-90: #90abe0;
  --agd-welcome: #5c53ff;
  --agd-keynote: #5c53ff;
  --agd-gruop1: #36b0e0;
  --agd-gruop2: #9084f8;
  --agd-gruop3: #4752b9;
  --agd-gruop4: #7e95ce;
  --agd-type-keynote: #5c53ff;
  --agd-type-ai: #ff5395;
  --agd-type-insight: #1892c2;
  --agd-type-story: #0dd273;
  --agd-type-contest: #53a3ff;
  --agd-type-network: #ff542d;
  --agd-type-gallery: #c446f2;
  --agd-type-panel: #00c0d6;
  --agd-type-share: #c6a179;
  --agd-type-drive: #4ad2ff;
  --agd-type-deep: #254ccb;
  --adg-type-dimed: #b3b9c3;
  --adg-bg-info: #dddee1;
  --adg-bg-broadcast: #f6f6f6;
  --agd-bg-keynote: rgba(103, 83, 255, 0.2);
  --agd-bg-ai: rgba(255, 83, 149, 0.1);
  --agd-bg-insight: rgba(24, 146, 194, 0.1);
  --agd-bg-story: rgba(11, 207, 112, 0.1);
  --agd-bg-contest: rgba(83, 163, 255, 0.2);
  --agd-bg-network: rgba(255, 84, 45, 0.1);
  --agd-bg-gallery: rgba(196, 70, 242, 0.1);
  --agd-bg-panel: rgba(0, 192, 214, 0.1);
  --agd-bg-share: rgba(198, 161, 121, 0.1);
  --agd-bg-drive: rgba(74, 210, 255, 0.1);
  --agd-bg-deep: rgba(37, 76, 203, 0.1);
  --adg-bg-dimed: #f1f2f5;
  --gra-primary: linear-gradient(124deg, #00051e 0%, #001e4b 100%);
  --gra-33: linear-gradient(45deg, #331ce2 0%, #8844dc 100%);
  --scrollbar: rgba(103, 124, 177, 0.4);
  --font-family: "HyundaiSansHeadKR", sans-serif;
  --fw-bold: 700;
  --fw-medium: 500;
  --fw-regular: 400;
  --fw-light: 300;
  --z-index-modal: 9999;
  --z-index-dim: 9998;
  --z-index-header: 9997;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

html,
body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: inherit !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=button],
input[type=text],
input[type=image],
input[type=submit],
textarea {
  -webkit-appearance: none;
  outline: none;
  resize: none !important;
}

input::-ms-clear {
  display: none;
}

input[type=text]:focus {
  outline: none;
}

input[type=text]:focus.read {
  outline: none;
}

input[type=text]:focus {
  outline: none;
}

input[type=text],
input[type=password],
input[type=number],
input[type=file] {
  vertical-align: top;
  outline: none;
  border-radius: 0;
  border: 0;
}

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

select:focus {
  outline: none;
}

select option {
  margin: 0;
  color: var(--text-0);
}

select:disabled {
  opacity: 1;
}

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

button {
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
  cursor: pointer;
}
button:focus {
  outline: none;
}

/* add styles */
body {
  -webkit-text-size-adjust: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
img,
span,
menu,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
label,
select,
button,
textarea,
blockquote,
th,
td,
p,
a,
article,
aside,
hgroup,
header,
footer,
figure,
figcaption,
nav,
section,
time,
mark,
canvas,
video,
audio,
details,
summary,
option {
  font-family: var(--font-family) !important;
  font-weight: var(--fw-regular);
}

html {
  box-sizing: border-box;
}

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

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

button:focus {
  outline: none;
}

/* placeholder */
@font-face {
  font-family: "HyundaiSansHeadKR";
  font-weight: 300;
  font-style: normal;
  src: url("https://d1ac4at7v7414e.cloudfront.net/font/HyundaiSansHeadKRLight.woff2") format("woff2"), url("https://d1ac4at7v7414e.cloudfront.net/font/HyundaiSansHeadKRLight.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "HyundaiSansHeadKR";
  font-weight: 400;
  font-style: normal;
  src: url("https://d1ac4at7v7414e.cloudfront.net/font/HyundaiSansHeadKRRegular.woff2") format("woff2"), url("https://d1ac4at7v7414e.cloudfront.net/font/HyundaiSansHeadKRRegular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "HyundaiSansHeadKR";
  font-weight: 500;
  font-style: normal;
  src: url("https://d1ac4at7v7414e.cloudfront.net/font/HyundaiSansHeadKRMedium.woff2") format("woff2"), url("https://d1ac4at7v7414e.cloudfront.net/font/HyundaiSansHeadKRMedium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "HyundaiSansHeadKR";
  font-weight: 700;
  font-style: normal;
  src: url("https://d1ac4at7v7414e.cloudfront.net/font/HyundaiSansHeadKRBold.woff2") format("woff2"), url("https://d1ac4at7v7414e.cloudfront.net/font/HyundaiSansHeadKRBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "HyundaiSansTextKR";
  font-weight: 400;
  font-style: normal;
  src: url("https://d1ac4at7v7414e.cloudfront.net/font/HyundaiSansTextKRRegular.woff2") format("woff2"), url("https://d1ac4at7v7414e.cloudfront.net/font/HyundaiSansTextKRRegular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "HyundaiSansTextKR";
  font-weight: 500;
  font-style: normal;
  src: url("https://d1ac4at7v7414e.cloudfront.net/font/HyundaiSansTextKRMedium.woff2") format("woff2"), url("https://d1ac4at7v7414e.cloudfront.net/font/HyundaiSansTextKRMedium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "HyundaiSansTextKR";
  font-weight: 700;
  font-style: normal;
  src: url("https://d1ac4at7v7414e.cloudfront.net/font/HyundaiSansTextKRBold.woff2") format("woff2"), url("https://d1ac4at7v7414e.cloudfront.net/font/HyundaiSansTextKRBold.woff") format("woff");
  font-display: swap;
}
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

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

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

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

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

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

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

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

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

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mgn {
  margin: 0 !important;
}

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

.pdn {
  padding: 0 !important;
}

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

.scrollbar::-webkit-scrollbar {
  display: flex;
  width: 4px;
  height: 4px;
}
.scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 4px;
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar);
  border-radius: 4px;
}
.scrollbar-white::-webkit-scrollbar {
  display: flex;
  width: 4px;
  height: 4px;
}
.scrollbar-white::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 4px;
}
.scrollbar-white::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-white);
  border-radius: 4px;
}

/* 전역 로딩 오버레이 */
.global-loader {
  z-index: 999;
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
}
.global-loader.active {
  display: flex;
}
.global-loader .loader-circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 220px;
  aspect-ratio: 1/1;
  background: var(--hmg-deep-violet);
  border-radius: 50%;
}
.global-loader .loader-circle .loader-txt {
  font-size: 20px;
  font-weight: var(--fw-medium);
  color: var(--white);
}
.global-loader .loader-circle .spinner {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 4px solid var(--text-0-opa02);
  border-top-color: var(--white);
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.global-loader {
  /* 1) 뷰포트 전체를 덮는 모드 */
}
.global-loader--viewport {
  position: fixed;
  inset: 0;
}
.global-loader {
  /* 2) 특정 섹션만 덮는 로컬 모드 (기존 방식 유지용) */
}
.global-loader--local {
  position: absolute;
  inset: 0;
}
@media all and (max-width: 1023px) {
  .global-loader .loader-circle {
    width: 180px;
  }
  .global-loader .loader-circle .loader-txt {
    font-size: 16px;
  }
  .global-loader .loader-circle .spinner {
    width: 40px;
    height: 40px;
  }
}

/*! jQuery UI - v1.14.1 - 2025-03-04
* https://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 https://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright OpenJS Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
  touch-action: none;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

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

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

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

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

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-dialog .ui-dialog-titlebar {
  padding: 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%;
  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-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Component containers
----------------------------------*/
.ui-widget {
  font-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 #dddddd;
  background: #ffffff;
  color: #333333;
}

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

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

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

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  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 #cccccc;
  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: #ffffff;
}

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

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

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

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

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  background-image: none;
}

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

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

.ui-widget-header .ui-icon {
  background-image: url("/images/ui/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("/images/ui/ui-icons_555555_256x240.png");
}

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

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

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

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

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.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 is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-icon-circle-triangle-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;
}

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

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

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

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

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
}

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

/**
 * Swiper 8.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 15, 2022
 */
@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 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

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

.swiper-pointer-events {
  touch-action: pan-y;
}

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

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

.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);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  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,
.swiper-3d .swiper-wrapper {
  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-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-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.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: 50%;
  width: 60px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.2;
  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: 10px;
  right: auto;
}

.swiper-button-prev:before,
.swiper-rtl .swiper-button-next:before {
  content: "";
  flex-shrink: 0;
  width: 60px;
  aspect-ratio: 1/1;
  transform: rotate(-180deg);
  background: url("/images/btn/btn_swiper_arr.svg") no-repeat 0 0;
  background-size: 100%;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
  flex-shrink: 0;
  width: 60px;
  aspect-ratio: 1/1;
  background: url("/images/btn/btn_swiper_arr.svg") no-repeat 0 0;
  background-size: 100%;
}
.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: 10px;
  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;
  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: 10px;
  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 {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: 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: 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: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

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

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: 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: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  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%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.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 {
  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 .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;
  -webkit-backface-visibility: hidden;
  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;
  -webkit-backface-visibility: hidden;
  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;
  -webkit-backface-visibility: hidden;
  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;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.swiper-cards {
  overflow: visible;
}

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

#wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
}

#header {
  z-index: 500;
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
}
#header .header-scroll-wrap {
  height: 100%;
  padding: 0 24px;
  background: var(--white);
  border-bottom: 1px solid var(--hmg-violet);
  transform: translateY(-70px);
  transition: 0.2s ease-in 0.2s;
}
#header .header-scroll-wrap.scroll {
  transform: translateY(0);
}
#header .header-wrap {
  display: flex;
  align-items: center;
  gap: 200px;
  width: 100%;
  max-width: 1904px;
  height: 100%;
  margin: 0 auto;
}
#header .header-wrap .gnb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
#header .header-wrap .gnb .logo {
  flex-shrink: 0;
}
#header .header-wrap .gnb .logo > a {
  display: flex;
  width: 240px;
  aspect-ratio: 246/60;
}
#header .header-wrap .gnb .logo > a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#header .header-wrap .gnb .btn-menu {
  display: none;
  width: 35px;
  aspect-ratio: 1/1;
  background: url("/images/btn/btn_drawer.svg") no-repeat 0/contain;
}
#header .header-wrap .nav-content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  height: 100%;
}
#header .header-wrap .nav {
  display: flex;
  align-items: center;
  gap: 60px;
  width: 100%;
  height: 100%;
}
#header .header-wrap .nav .main-menu {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
#header .header-wrap .nav .main-menu::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background: transparent;
}
#header .header-wrap .nav .main-menu > a {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 100%;
}
#header .header-wrap .nav .main-menu > a span {
  font-size: 18px;
  line-height: 1.2;
  font-weight: var(--fw-bold);
  color: var(--text-0);
}
#header .header-wrap .nav .main-menu > a .ico-arr {
  display: flex;
  width: 24px;
  aspect-ratio: 24/32;
  margin-top: -4px;
}
#header .header-wrap .nav .main-menu.active > a span, #header .header-wrap .nav .main-menu:hover > a span {
  color: var(--hmg-violet);
}
#header .header-wrap .nav .main-menu.active > a .ico-arr, #header .header-wrap .nav .main-menu:hover > a .ico-arr {
  transform: rotate(-180deg);
}
#header .header-wrap .nav .main-menu.active > a .ico-arr svg path, #header .header-wrap .nav .main-menu:hover > a .ico-arr svg path {
  stroke: var(--hmg-violet);
}
#header .header-wrap .nav .main-menu .sub-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: max-content;
  min-width: 280px;
  padding: 14px 20px;
  background: var(--white);
  border-radius: 20px;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
}
#header .header-wrap .nav .main-menu .sub-menu > li > a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 6px 0;
  font-size: 14px;
  font-weight: var(--fw-medium);
  color: var(--text-0);
  gap: 8px;
}
#header .header-wrap .nav .main-menu .sub-menu > li > a strong {
  font-size: 16px;
  color: var(--text-0);
}
#header .header-wrap .nav .main-menu .sub-menu > li.active a,
#header .header-wrap .nav .main-menu .sub-menu > li a:hover {
  color: var(--hmg-violet);
}
#header .header-wrap .nav .main-menu .sub-menu > li.active a strong,
#header .header-wrap .nav .main-menu .sub-menu > li a:hover strong {
  color: var(--hmg-violet);
}
#header .header-wrap .util {
  display: flex;
  align-items: center;
  gap: 10px;
}
#header .header-wrap .util-set {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
  width: fit-content;
}
#header .header-wrap .util-set .btn-set {
  width: fit-content;
}
#header .header-wrap .util-set .btn-set .btn {
  flex-shrink: 0;
}
#header .header-wrap .util-set .btn-set .slct {
  width: 75px;
  border: 0;
  padding: 3px 0 0;
  background-color: transparent;
  cursor: pointer;
  font-size: 16px;
  font-weight: var(--fw-medium);
  color: var(--text-0);
}
#header .header-wrap .util-set .btn-set .slct > option {
  font-size: 14px;
  cursor: pointer;
}
#header .header-wrap .util-set .btn-set .slct-set {
  display: flex;
  align-items: center;
  gap: 5px;
}
#header .header-wrap .util-set .btn-set .slct-set::before {
  content: "";
  width: 32px;
  aspect-ratio: 1/1;
  background: url("/images/icon/icon_global.svg") no-repeat 0/contain;
}
#header.sub {
  position: sticky;
}
#header.sub .header-scroll-wrap {
  transition: none;
  transform: none;
}
@media all and (max-width: 1600px) {
  #header .header-wrap {
    gap: 140px;
  }
  #header .header-wrap .gnb .logo > a {
    width: 240px;
  }
  #header .header-wrap .util-set .btn-set .slct-set::before {
    width: 30px;
  }
}
@media all and (max-width: 1400px) {
  #header {
    height: 60px;
  }
  #header .header-wrap {
    gap: 100px;
  }
  #header .header-wrap .gnb .logo > a {
    width: 200px;
  }
  #header .header-wrap .nav {
    gap: 40px;
  }
  #header .header-wrap .nav .main-menu > a span {
    font-size: 16px;
  }
  #header .header-wrap .nav .main-menu .sub-menu {
    min-width: 220px;
  }
  #header .header-wrap .nav .main-menu .sub-menu > li > a {
    font-size: 12px;
  }
  #header .header-wrap .nav .main-menu .sub-menu > li > a strong {
    font-size: 14px;
  }
  #header .header-wrap .util > li > a {
    font-size: 12px;
  }
  #header .header-wrap .util > li:first-child > a::before {
    width: 18px;
  }
  #header .header-wrap .util > li + li::before {
    height: 12px;
  }
  #header .header-wrap .util-set .btn-login {
    height: 30px;
    font-size: 12px;
  }
  #header .header-wrap .util-set .btn-login::before {
    width: 20px;
  }
  #header .header-wrap .util-set .btn-set .slct {
    width: 65px;
    font-size: 14px;
  }
  #header .header-wrap .util-set .btn-set .slct > option {
    font-size: 13px;
  }
  #header .header-wrap .util-set .btn-set .slct-set {
    gap: 0;
  }
  #header .header-wrap .util-set .btn-set .slct-set::before {
    width: 26px;
  }
}
@media all and (max-width: 1200px) {
  #header .header-wrap {
    gap: 80px;
  }
  #header .header-wrap .gnb .logo > a {
    width: 180px;
  }
  #header .header-wrap .nav {
    gap: 30px;
  }
  #header .header-wrap .nav .main-menu > a span {
    font-size: 14px;
  }
  #header .header-wrap .nav .main-menu > a .ico-arr {
    width: 22px;
  }
  #header .header-wrap .nav .main-menu .sub-menu {
    min-width: 180px;
    padding: 10px 16px;
  }
  #header .header-wrap .nav .main-menu .sub-menu > li > a {
    font-size: 10px;
    gap: 8px;
  }
  #header .header-wrap .nav .main-menu .sub-menu > li > a strong {
    font-size: 12px;
  }
  #header .header-wrap .util > li > a {
    font-size: 12px;
  }
  #header .header-wrap .util > li:first-child > a::before {
    width: 18px;
  }
  #header .header-wrap .util > li + li::before {
    height: 12px;
  }
  #header .header-wrap .util-set .btn-login {
    height: 30px;
    font-size: 12px;
  }
  #header .header-wrap .util-set .btn-login::before {
    width: 20px;
  }
  #header .header-wrap .util-set .btn-set .slct {
    width: 65px;
    font-size: 14px;
  }
  #header .header-wrap .util-set .btn-set .slct > option {
    font-size: 13px;
  }
  #header .header-wrap .util-set .btn-set .slct-set {
    gap: 0;
  }
  #header .header-wrap .util-set .btn-set .slct-set::before {
    width: 26px;
  }
}
@media all and (max-width: 1023px) {
  #header {
    height: 50px;
  }
  #header .header-scroll-wrap {
    padding: 0;
    border: none;
    transform: translateY(0);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
  }
  #header.active {
    min-height: -webkit-fill-available;
    min-height: calc(var(--vh, 1vh) * 100);
  }
  #header.active .header-wrap {
    padding: 0;
    width: 100%;
  }
  #header.active .header-wrap .gnb {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
  }
  #header.active .header-wrap .gnb .btn-menu {
    background: url("/images/btn/btn_close.svg") no-repeat 0/contain;
  }
  #header.active .header-wrap .nav-content {
    display: flex;
    flex-direction: column;
    padding: 40px;
    height: -webkit-fill-available;
    height: calc(var(--vh, 1vh) * 100 - 50px);
  }
  #header .header-wrap {
    display: block;
    width: 100%;
    padding: 0 15px;
  }
  #header .header-wrap .gnb .logo > a {
    width: 160px;
  }
  #header .header-wrap .gnb .btn-menu {
    display: block;
  }
  #header .header-wrap .nav-content {
    display: none;
  }
  #header .header-wrap .nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    overflow-y: auto;
    height: -webkit-fill-available;
    height: calc(var(--vh, 1vh) * 100 - 150px);
  }
  #header .header-wrap .nav .main-menu {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }
  #header .header-wrap .nav .main-menu::after {
    content: none;
  }
  #header .header-wrap .nav .main-menu > a {
    height: auto;
  }
  #header .header-wrap .nav .main-menu > a span {
    font-size: 24px;
  }
  #header .header-wrap .nav .main-menu > a .ico-arr {
    width: 28px;
  }
  #header .header-wrap .nav .main-menu:hover > a span {
    color: var(--text-0);
  }
  #header .header-wrap .nav .main-menu:hover > a .ico-arr {
    transform: rotate(0deg);
  }
  #header .header-wrap .nav .main-menu:hover > a .ico-arr svg path {
    stroke: var(--text-0);
  }
  #header .header-wrap .nav .main-menu.active > a span {
    color: var(--hmg-violet);
  }
  #header .header-wrap .nav .main-menu.active > a .ico-arr {
    transform: rotate(-180deg);
  }
  #header .header-wrap .nav .main-menu.active > a .ico-arr svg path {
    stroke: var(--hmg-violet);
  }
  #header .header-wrap .nav .main-menu .sub-menu {
    display: none;
    position: static;
    width: 100%;
    min-width: 100%;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    background: none;
  }
  #header .header-wrap .nav .main-menu .sub-menu > li > a {
    font-size: 12px;
  }
  #header .header-wrap .nav .main-menu .sub-menu > li > a strong {
    font-size: 14px;
  }
  #header .header-wrap .nav .main-menu .sub-menu > li a:hover {
    color: var(--text-0);
  }
  #header .header-wrap .nav .main-menu .sub-menu > li a:hover strong {
    color: var(--text-0);
  }
  #header .header-wrap .nav .main-menu .sub-menu > li.active a {
    color: var(--hmg-violet);
  }
  #header .header-wrap .nav .main-menu .sub-menu > li.active a strong {
    color: var(--hmg-violet);
  }
  #header .header-wrap .util-set {
    justify-content: center;
    width: 100%;
  }
  #header .header-wrap .util-set .btn-set {
    width: 100%;
    gap: 5px;
  }
  #header .header-wrap .util-set .btn-set .btn {
    flex-shrink: inherit;
    width: 100%;
    height: 35px;
  }
  #header .header-wrap .util-set .btn-set .slct {
    width: 60px;
    font-size: 14px;
  }
  #header .header-wrap .util-set .btn-set .slct > option {
    font-size: 12px;
  }
  #header .header-wrap .util-set .btn-set .slct-set::before {
    width: 24px;
  }
}

#container {
  width: 100%;
  height: 100%;
  padding-bottom: 120px;
}
@media all and (max-width: 1400px) {
  #container {
    padding-bottom: 100px;
  }
}
@media all and (max-width: 1200px) {
  #container {
    padding-bottom: 80px;
  }
}
@media all and (max-width: 1023px) {
  #container {
    padding-bottom: 200px;
  }
}

#footer {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 120px;
  background: var(--text-0);
}
#footer .footer-wrap {
  display: flex;
  gap: 50px;
  width: 100%;
  max-width: 1904px;
  margin: 0 auto;
  padding: 0 24px;
}
#footer .footer-wrap .logo {
  flex-shrink: 0;
  width: 220px;
  aspect-ratio: 246/60;
  background: url("/images/foot_logo.png") no-repeat 0/contain;
}
#footer .footer-menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 25px;
}
#footer .footer-menu .info-set {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 25px;
}
#footer .footer-menu .info-set .menu-list {
  display: flex;
  align-items: center;
}
#footer .footer-menu .info-set .menu-list > li {
  display: flex;
  align-items: center;
}
#footer .footer-menu .info-set .menu-list > li > .link {
  font-size: 14px;
  line-height: normal;
  font-weight: var(--fw-regular);
  color: var(--white);
}
#footer .footer-menu .info-set .menu-list > li + li::before {
  content: "";
  width: 1px;
  height: 14px;
  margin: 0 15px;
  background: rgba(255, 255, 255, 0.3);
}
#footer .footer-menu .coptright {
  font-size: 14px;
  line-height: normal;
  font-weight: var(--fw-regular);
  color: var(--text-8a);
}
#footer .footer-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
#footer .footer-info .label {
  font-size: 14px;
  line-height: normal;
  font-weight: var(--fw-regular);
  color: var(--white);
}
#footer .footer-info .mail-set {
  display: flex;
  align-items: center;
  gap: 5px;
}
#footer .footer-info .mail-set::before {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background: url("/images/logo_symbol.png") no-repeat 0/contain;
}
#footer .footer-info .mail-set .mail-link {
  font-size: 14px;
  line-height: normal;
  font-weight: var(--fw-regular);
  color: var(--white);
}
@media all and (max-width: 1400px) {
  #footer {
    height: 100px;
  }
  #footer .footer-wrap {
    gap: 50px;
  }
  #footer .footer-wrap .logo {
    width: 180px;
  }
  #footer .footer-menu {
    gap: 20px;
  }
  #footer .footer-menu .info-set .menu-list > li > button {
    font-size: 12px;
  }
  #footer .footer-menu .info-set .menu-list > li + li::before {
    height: 12px;
  }
  #footer .footer-menu .coptright {
    font-size: 12px;
  }
  #footer .footer-info .label {
    font-size: 12px;
  }
  #footer .footer-info .mail-set::before {
    width: 18px;
  }
  #footer .footer-info .mail-set .mail-link {
    font-size: 12px;
  }
}
@media all and (max-width: 1200px) {
  #footer {
    height: 80px;
  }
  #footer .footer-wrap {
    padding: 0 16px;
  }
  #footer .footer-wrap .logo {
    width: 160px;
  }
  #footer .footer-menu {
    gap: 15px;
  }
  #footer .footer-menu .info-set .menu-list > li > button {
    font-size: 11px;
  }
  #footer .footer-menu .coptright {
    font-size: 11px;
  }
  #footer .footer-info .label {
    font-size: 11px;
  }
  #footer .footer-info .mail-set::before {
    width: 16px;
  }
  #footer .footer-info .mail-set .mail-link {
    font-size: 11px;
  }
}
@media all and (max-width: 1023px) {
  #footer {
    height: 200px;
  }
  #footer .footer-wrap {
    flex-direction: column;
    gap: 25px;
  }
  #footer .footer-wrap .logo {
    width: 180px;
  }
  #footer .footer-menu {
    flex-direction: column;
    gap: 15px;
  }
  #footer .footer-menu .info-set {
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
  }
  #footer .footer-menu .info-set .menu-list > li > button {
    font-size: 12px;
  }
  #footer .footer-menu .info-set .menu-list > li + li::before {
    height: 12px;
  }
  #footer .footer-menu .coptright {
    font-size: 12px;
  }
  #footer .footer-info {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  #footer .footer-info .label {
    font-size: 12px;
  }
  #footer .footer-info .mail-set::before {
    width: 20px;
  }
  #footer .footer-info .mail-set .mail-link {
    font-size: 12px;
  }
}

.content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 0;
}
@media all and (max-width: 1600px) {
  .content {
    max-width: 1200px;
  }
}
@media all and (max-width: 1400px) {
  .content {
    max-width: 980px;
    padding: 25px 0;
  }
}
@media all and (max-width: 1200px) {
  .content {
    max-width: 800px;
    padding: 20px 0;
  }
}
@media all and (max-width: 1023px) {
  .content {
    max-width: 100%;
    padding: 20px;
  }
}

.sub-title-set {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.sub-title-set .sub-title {
  font-size: 60px;
  font-weight: var(--fw-bold);
  color: var(--text-0);
}
.sub-title-set .btn-set {
  gap: 40px;
}
.sub-title-set .btn-set .btn.icon-down .label-set .label {
  font-size: 24px;
  line-height: 1.4;
  font-weight: var(--fw-medium);
  color: var(--text-0);
}
.sub-title-set .btn-set .btn.icon-down .label-set .cmt {
  font-size: 20px;
  line-height: 1;
  font-weight: var(--fw-regular);
  color: var(--text-0);
}
.sub-title-set .btn.icon-down {
  font-size: 24px;
}
.sub-title-set .btn.icon-down::after {
  width: 36px;
}
.sub-title-set .btn.icon-more {
  font-size: 24px;
}
.sub-title-set .btn.icon-more::after {
  width: 36px;
}
@media all and (max-width: 1600px) {
  .sub-title-set .sub-title {
    font-size: 50px;
  }
  .sub-title-set .btn.icon-more {
    font-size: 20px;
  }
  .sub-title-set .btn.icon-more::after {
    width: 32px;
  }
}
@media all and (max-width: 1400px) {
  .sub-title-set {
    margin-bottom: 20px;
  }
  .sub-title-set .sub-title {
    font-size: 40px;
  }
  .sub-title-set .btn.icon-more {
    font-size: 18px;
  }
  .sub-title-set .btn.icon-more::after {
    width: 28px;
  }
}
@media all and (max-width: 1200px) {
  .sub-title-set .sub-title {
    font-size: 34px;
  }
  .sub-title-set .btn.icon-more {
    font-size: 16px;
  }
  .sub-title-set .btn.icon-more::after {
    width: 26px;
  }
}
@media all and (max-width: 1023px) {
  .sub-title-set {
    margin-bottom: 15px;
  }
  .sub-title-set .sub-title {
    font-size: 26px;
  }
  .sub-title-set .btn-set {
    flex-direction: column;
    gap: 10px;
  }
  .sub-title-set .btn-set .btn.icon-down .label-set .label {
    font-size: 14px;
  }
  .sub-title-set .btn-set .btn.icon-down .label-set .cmt {
    font-size: 10px;
  }
  .sub-title-set .btn.icon-down {
    gap: 8px;
    font-size: 14px;
  }
  .sub-title-set .btn.icon-down::after {
    width: 24px;
  }
  .sub-title-set .btn.icon-more {
    font-size: 14px;
  }
  .sub-title-set .btn.icon-more::after {
    width: 24px;
  }
}

.vio-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 190px);
  margin-bottom: 0 !important;
}
.vio-wrap .content {
  max-width: 960px;
  width: 100%;
}
.vio-wrap .vio-box {
  position: relative;
  margin-bottom: 60px;
  padding: 60px 100px;
  border: 1px solid var(--hmg-deep-violet);
  border-radius: 12px;
  box-shadow: 0 0 48px 0 rgba(0, 0, 0, 0.12);
}
.vio-wrap .vio-box::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
  width: 97%;
  height: 100%;
  background: url("/images/bg/bg_vio_box.svg") no-repeat center/cover;
}
.vio-wrap .btn-set > .btn {
  width: 220px;
  height: 50px;
  padding: 16px 20px;
  border-radius: 60px;
  font-size: 22px;
}
@media all and (max-width: 1600px) {
  .vio-wrap .vio-box {
    margin-bottom: 50px;
    padding: 50px 80px;
  }
  .vio-wrap .btn-set > .btn {
    width: 200px;
    height: 48px;
    padding: 14px 16px;
    font-size: 20px;
  }
}
@media all and (max-width: 1400px) {
  .vio-wrap .vio-box {
    margin-bottom: 40px;
    padding: 40px 60px;
  }
  .vio-wrap .btn-set {
    margin-top: 30px;
  }
  .vio-wrap .btn-set > .btn {
    width: 180px;
    height: 44px;
    padding: 10px 12px;
    border-radius: 50px;
    font-size: 18px;
  }
}
@media all and (max-width: 1200px) {
  .vio-wrap .content {
    max-width: 800px;
  }
  .vio-wrap .vio-box {
    padding: 40px 50px;
  }
  .vio-wrap .btn-set {
    margin-top: 26px;
  }
  .vio-wrap .btn-set > .btn {
    width: 150px;
    height: 38px;
    padding: 10px 12px;
    font-size: 16px;
  }
}
@media all and (max-width: 1023px) {
  .vio-wrap {
    min-height: calc(100vh - 250px);
    padding: 0;
  }
  .vio-wrap .content {
    width: 100%;
  }
  .vio-wrap .vio-box {
    width: 100%;
    max-width: 100%;
    padding: 24px 12px;
  }
  .vio-wrap .vio-box::before {
    width: 98%;
  }
  .vio-wrap .btn-set {
    margin-top: 30px;
  }
  .vio-wrap .btn-set > .btn {
    width: 150px !important;
    padding: 10px 12px;
    font-size: 14px;
  }
}

.error-wrap .tit-set {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error-wrap .tit-set .icon {
  width: 128px;
  aspect-ratio: 1/1;
}
.error-wrap .tit-set .icon > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.error-wrap .tit-set .tit {
  margin-top: 12px;
  text-align: center;
  font-size: 32px;
  line-height: 1.3;
  font-weight: var(--fw-medium);
  color: var(--text-0);
}
.error-wrap .tit-set .code {
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: var(--fw-medium);
  color: var(--hmg-deep-violet);
}
@media all and (max-width: 1600px) {
  .error-wrap .tit-set .icon {
    width: 118px;
  }
  .error-wrap .tit-set .tit {
    font-size: 28px;
  }
}
@media all and (max-width: 1200px) {
  .error-wrap .tit-set .tit {
    font-size: 24px;
  }
  .error-wrap .tit-set .code {
    margin-top: 20px;
    font-size: 16px;
  }
}
@media all and (max-width: 1023px) {
  .error-wrap .tit-set .icon {
    width: 80px;
  }
  .error-wrap .tit-set .tit {
    word-break: keep-all;
    margin-top: 6px;
    font-size: 20px;
  }
  .error-wrap .tit-set .code {
    margin-top: 20px;
    font-size: 16px;
  }
}

.policy-wrap {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 80px;
}
.policy-wrap .tit-set {
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 3px solid;
  border-image-slice: 1;
  border-image-width: 0 0 3px;
  border-image-source: linear-gradient(90deg, #4975f8 0%, #8c5fed 100%);
}
.policy-wrap .tit-set .tit {
  font-size: 40px;
  line-height: 1.3;
  font-weight: var(--fw-medium);
  color: var(--text-0);
  word-break: keep-all;
}
.policy-wrap .btn-set .btn-policy-close {
  position: absolute;
  top: 40px;
  right: 0;
  background: url("/images/btn/btn_policy_close.svg") no-repeat 0 0;
  width: 32px;
  height: 32px;
  background-size: 100%;
}
.policy-wrap .btn-area {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
.policy-content {
  width: 100%;
  padding-top: 40px;
}
.policy-content .policy-box {
  overflow: auto;
  overflow-y: visible;
  height: 100%;
  padding: 32px 0 40px;
  border-bottom: 1px solid var(--border-c6);
  border-radius: 0;
  font-size: 20px;
}
.policy-content .policy-box dl dt {
  font-size: 24px;
}
.policy-content .btn-area .btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 60px;
  padding: 0 20px;
  border-radius: 60px;
  background: var(--bg-4c);
  font-size: 20px;
  font-weight: var(--fw-bold);
  color: var(--white);
}
.policy-content .btn-area .btn:hover {
  background: var(--bg-49);
}
.policy-box {
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  height: 240px;
  padding: 24px;
  background: var(--white);
  border-radius: 16px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: var(--fw-light);
  color: var(--text-0);
}
.policy-box.h100 {
  height: 100%;
}
.policy-box .top-txt {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.policy-box .top-txt p {
  word-break: keep-all;
}
.policy-box .box-tit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin: 40px auto 16px;
  padding: 0 60px;
  border: 1px solid var(--text-0);
  border-radius: 70px;
  font-size: 24px;
  font-weight: var(--fw-regular);
}
.policy-box dl dt {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: var(--fw-medium);
  color: var(--text-0);
  word-break: keep-all;
}
.policy-box dl dd {
  margin-bottom: 32px;
  word-break: keep-all;
  font-weight: var(--fw-light);
}
.policy-box dl dd strong {
  font-weight: var(--fw-regular);
}
.policy-box dl dd ol li {
  font-weight: var(--fw-light);
}
.policy-box dl dd:last-child {
  margin-bottom: 0;
}
.policy-box dl dd .box-set strong {
  color: inherit;
  font-weight: var(--fw-regular);
}
.policy-box dl dd .box-set .table {
  display: flex;
  width: 100%;
  margin-top: 12px;
  font-size: 16px;
}
.policy-box dl dd .box-set .table > li {
  width: 100%;
  border-left: 4px solid var(--white);
}
.policy-box dl dd .box-set .table > li:first-child {
  border-left: none;
}
.policy-box dl dd .box-set .table > li .th {
  padding: 10px;
  background: var(--bg-f4);
  border-bottom: 4px solid var(--white);
  font-weight: var(--fw-regular);
}
.policy-box dl dd .box-set .table > li .th.center {
  text-align: center;
}
.policy-box dl dd .box-set .table > li .td {
  padding: 10px;
  word-break: keep-all;
}
.policy-box dl dd .box-set .table > li .td.col-2 {
  display: flex;
}
.policy-box dl dd .box-set .table.td-cols {
  flex-direction: column;
}
.policy-box dl dd .box-set .table.td-cols > li {
  width: 100%;
  display: flex;
}
.policy-box dl dd .box-set .table.td-cols > li .th {
  text-align: center;
}
.policy-box dl dd .box-set .table.td-cols > li > * {
  width: 100%;
}
.policy-box .txt {
  width: 100%;
  margin-top: 40px;
  font-weight: var(--fw-light);
}
.policy-box .txt strong {
  color: var(--bg-4c);
  font-weight: var(--fw-regular);
}
.policy-box .table > li .th {
  font-weight: var(--fw-light);
}
.policy-box .table > li .td {
  font-weight: var(--fw-light);
}
@media all and (max-width: 1600px) {
  .policy-wrap {
    max-width: 1100px;
  }
  .policy-wrap .tit-set .tit {
    font-size: 32px;
  }
  .policy-wrap .btn-set .btn-policy-close {
    top: 40px;
    right: 30px;
    width: 35px;
    height: 35px;
  }
  .policy-content {
    padding: 40px 25px 25px;
  }
  .policy-content .policy-box {
    padding: 20px;
    font-size: 16px;
  }
  .policy-content .policy-box dl dt {
    font-size: 20px;
  }
  .policy-content .btn-area .btn {
    width: 235px;
    height: 50px;
    padding: 0 15px;
    border-radius: 50px;
    font-size: 18px;
  }
  .policy-box {
    height: 165px;
    padding: 20px;
    border-radius: 12px;
    font-size: 14px;
  }
  .policy-box .top-txt {
    margin-bottom: 34px;
  }
  .policy-box .box-tit {
    height: 42px;
    margin: 34px auto 14px;
    padding: 0 50px;
    font-size: 20px;
  }
  .policy-box dl dt {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .policy-box dl dd {
    margin-bottom: 26px;
  }
  .policy-box dl dd .box-set .table {
    margin-top: 10px;
    font-size: 14px;
  }
  .policy-box dl dd .box-set .table > li .th {
    padding: 8px;
  }
  .policy-box dl dd .box-set .table > li .td {
    padding: 8px;
  }
  .policy-box .txt {
    margin-top: 35px;
  }
}
@media all and (max-width: 1400px) {
  .policy-wrap {
    max-width: 980px;
  }
  .policy-wrap .tit-set .tit {
    font-size: 26px;
  }
  .policy-wrap .btn-set .btn-policy-close {
    top: 35px;
    right: 25px;
    width: 38px;
    height: 38px;
  }
  .policy-wrap .btn-area {
    padding-top: 25px;
  }
  .policy-content {
    padding: 35px 20px 20px;
  }
  .policy-content .policy-box {
    padding: 16px;
    font-size: 14px;
  }
  .policy-content .policy-box dl dt {
    font-size: 16px;
  }
  .policy-content .btn-area .btn {
    width: 200px;
    height: 40px;
    padding: 0 10px;
    border-radius: 40px;
    font-size: 16px;
  }
  .policy-box {
    height: 140px;
    padding: 16px;
    border-radius: 10px;
    font-size: 12px;
  }
  .policy-box .top-txt {
    margin-bottom: 28px;
  }
  .policy-box .box-tit {
    height: 35px;
    margin: 28px auto 12px;
    padding: 0 42px;
    font-size: 16px;
  }
  .policy-box dl dt {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .policy-box dl dd {
    margin-bottom: 20px;
  }
  .policy-box dl dd .box-set .table {
    margin-top: 8px;
    font-size: 12px;
  }
  .policy-box dl dd .box-set .table > li {
    border-left-width: 2px;
  }
  .policy-box dl dd .box-set .table > li .th {
    padding: 6px;
    border-left-width: 2px;
  }
  .policy-box dl dd .box-set .table > li .td {
    padding: 6px;
  }
  .policy-box .txt {
    margin-top: 30px;
  }
}
@media all and (max-width: 1200px) {
  .policy-wrap {
    max-width: 820px;
  }
  .policy-wrap .tit-set .tit {
    font-size: 22px;
  }
  .policy-wrap .btn-set .btn-policy-close {
    top: 30px;
    right: 20px;
    width: 32px;
    height: 32px;
  }
  .policy-wrap .btn-area {
    padding-top: 20px;
  }
  .policy-content {
    padding: 30px 16px 16px;
  }
  .policy-content .policy-box {
    padding: 14px;
    font-size: 12px;
  }
  .policy-content .policy-box dl dt {
    font-size: 14px;
  }
  .policy-box {
    height: 120px;
    padding: 14px;
    border-radius: 8px;
    font-size: 11px;
  }
  .policy-box .top-txt {
    margin-bottom: 24px;
  }
  .policy-box .box-tit {
    height: 30px;
    margin: 24px auto 10px;
    padding: 0 35px;
    font-size: 14px;
  }
  .policy-box dl dt {
    margin-bottom: 6px;
    font-size: 14px;
  }
  .policy-box dl dd {
    margin-bottom: 16px;
  }
  .policy-box dl dd .box-set .table {
    margin-top: 6px;
    font-size: 10px;
  }
  .policy-box dl dd .box-set .table > li .th {
    padding: 4px;
  }
  .policy-box dl dd .box-set .table > li .td {
    padding: 4px;
  }
  .policy-box .txt {
    margin-top: 25px;
  }
}
@media all and (max-width: 1023px) {
  .policy-wrap {
    max-width: 100%;
    padding: 16px;
  }
  .policy-wrap .tit-set {
    padding-bottom: 16px;
  }
  .policy-wrap .tit-set .tit {
    font-size: calcRem(18px);
    border-width: 2px;
  }
  .policy-wrap .btn-set .btn-policy-close {
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
  }
  .policy-wrap .btn-area .btn {
    width: 50%;
  }
  .policy-content {
    padding: 0 0 16px;
  }
  .policy-content > .tit-set {
    margin-top: 50px;
  }
  .policy-content > .tit-set .tit {
    font-size: calcRem(20px);
  }
  .policy-content .policy-box {
    padding: 20px 0 24px;
    font-size: calcRem(16px);
  }
  .policy-content .policy-box dl dt {
    font-size: calcRem(18px);
  }
  .policy-box {
    height: 150px;
    padding: 20px;
    border-radius: 8px;
    font-size: 14px;
  }
  .policy-box.h100 {
    height: 300px;
  }
  .policy-box .top-txt {
    margin-bottom: 24px;
  }
  .policy-box .box-tit {
    height: 40px;
    margin: 40px auto 16px;
    padding: 0 40px;
    font-size: calcRem(20px);
  }
  .policy-box dl dt {
    margin-bottom: 12px;
    font-size: calcRem(16px);
  }
  .policy-box dl dd {
    margin-bottom: 20px;
  }
  .policy-box dl dd .box-set .table {
    flex-direction: column;
    margin-top: 0;
    font-size: calcRem(14px);
  }
  .policy-box dl dd .box-set .table > li {
    border: none;
  }
  .policy-box dl dd .box-set .table > li .th {
    margin-top: 12px;
    padding: 8px 12px;
    border: none;
  }
  .policy-box dl dd .box-set .table > li .td {
    padding: 8px 12px;
  }
  .policy-box .txt {
    margin-top: 4px;
  }
}

.about .con-set .txt-area .logo-img {
  width: 74%;
  aspect-ratio: 562/123;
  margin: 0 auto 60px;
}
.about .con-set .txt-area .logo-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about .con-set .txt-area .tit-set {
  text-align: center;
}
.about .con-set .txt-area .tit-set .tit {
  background: linear-gradient(98deg, rgba(51, 28, 226, 0.8) 0%, rgba(68, 144, 220, 0.8) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px;
  font-weight: var(--fw-bold);
}
.about .con-set .txt-area .txt-set {
  margin-top: 70px;
  text-align: center;
}
.about .con-set .txt-area .txt-set .txt {
  font-size: 24px;
  line-height: 1.5;
  font-weight: var(--fw-regular);
  color: var(--text-8a);
}
.about .con-set .txt-area .txt-set .txt > strong {
  color: var(--text-1);
  font-weight: var(--fw-medium);
}
.about .con-set .txt-area .txt-set .txt + .txt {
  margin-top: 40px;
}
.about .con-set .txt-area::after {
  content: "";
  display: block;
  width: 52%;
  height: 1px;
  margin: 80px auto;
  background: var(--border-d);
}
.about .con-set .about-list {
  position: relative;
  max-width: 1440px;
  height: 700px;
}
.about .con-set .about-list > li {
  width: 446px;
  aspect-ratio: 1/1;
}
.about .con-set .about-list > li .about-img {
  position: relative;
  width: 100%;
}
.about .con-set .about-list > li .about-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .con-set .about-list > li .about-img > .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 32px;
  font-weight: var(--fw-bold);
  color: var(--white);
}
.about .con-set .about-list > li .desc {
  margin-top: 40px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  font-weight: var(--fw-regular);
  color: var(--text-52);
}
.about .con-set .about-list > li.item1 {
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-142%);
}
.about .con-set .about-list > li.item2 {
  z-index: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.about .con-set .about-list > li.item3 {
  z-index: -1;
  position: absolute;
  right: 50%;
  transform: translateX(142%);
}
@media all and (max-width: 1600px) {
  .about .con-set .txt-area .logo-img {
    margin-bottom: 50px;
  }
  .about .con-set .txt-area .tit-set .tit {
    font-size: 44px;
  }
  .about .con-set .txt-area .txt-set {
    margin-top: 60px;
  }
  .about .con-set .txt-area .txt-set .txt {
    font-size: 22px;
  }
  .about .con-set .txt-area .txt-set .txt + .txt {
    margin-top: 20px;
  }
  .about .con-set .txt-area::after {
    margin: 60px auto;
  }
  .about .con-set .about-list {
    max-width: 1200px;
    height: 600px;
  }
  .about .con-set .about-list > li {
    width: 400px;
  }
  .about .con-set .about-list > li .about-img > .txt {
    font-size: 26px;
  }
  .about .con-set .about-list > li .desc {
    font-size: 18px;
  }
}
@media all and (max-width: 1400px) {
  .about .con-set .txt-area .tit-set .tit {
    font-size: 32px;
  }
  .about .con-set .txt-area .txt-set {
    margin-top: 40px;
  }
  .about .con-set .txt-area .txt-set .txt {
    font-size: 18px;
  }
  .about .con-set .txt-area .txt-set .txt + .txt {
    margin-top: 20px;
  }
  .about .con-set .txt-area::after {
    margin: 70px auto;
  }
  .about .con-set .about-list {
    height: 510px;
  }
  .about .con-set .about-list > li {
    width: 325px;
  }
  .about .con-set .about-list > li .about-img > .txt {
    font-size: 24px;
  }
  .about .con-set .about-list > li .desc {
    margin-top: 30px;
    font-size: 16px;
  }
}
@media all and (max-width: 1200px) {
  .about .con-set .about-list {
    height: 470px;
  }
  .about .con-set .about-list > li {
    width: 300px;
  }
  .about .con-set .about-list > li .about-img > .txt {
    font-size: 22px;
  }
  .about .con-set .about-list > li .desc {
    margin-top: 30px;
    font-size: 16px;
    letter-spacing: -0.4px;
  }
}
@media all and (max-width: 1023px) {
  .about .con-set .txt-area .logo-img {
    width: 90%;
    margin-bottom: 40px;
  }
  .about .con-set .txt-area .tit-set .tit {
    white-space: nowrap;
    font-size: 22px;
    letter-spacing: -0.9px;
  }
  .about .con-set .txt-area .txt-set {
    margin-top: 30px;
  }
  .about .con-set .txt-area .txt-set .txt {
    word-break: keep-all;
    font-size: 16px;
  }
  .about .con-set .txt-area .txt-set .txt + .txt {
    margin-top: 10px;
  }
  .about .con-set .txt-area .txt-set .txt > br {
    display: none;
  }
  .about .con-set .txt-area::after {
    width: 100%;
    margin: 50px auto;
  }
  .about .con-set .about-list {
    position: static;
    height: auto;
    margin-bottom: 40px;
  }
  .about .con-set .about-list > li {
    position: static !important;
    width: 260px;
    margin: 0 auto;
    transform: translate(0) !important;
  }
  .about .con-set .about-list > li .about-img > .txt {
    font-size: 20px;
  }
  .about .con-set .about-list > li .desc {
    word-break: keep-all;
    margin-top: 20px;
  }
  .about .con-set .about-list > li + li {
    margin-top: 60px;
  }
}

.apply {
  margin-bottom: 100px;
}
.apply .sub-title-set .sub-title {
  font-size: 50px;
}
.apply .sub-title-set .step-list {
  display: flex;
  align-items: center;
  gap: 8px;
}
.apply .sub-title-set .step-list > li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.apply .sub-title-set .step-list > li .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  aspect-ratio: 1/1;
  border: 1px solid var(--border-d);
  border-radius: 50%;
  font-size: 20px;
  line-height: 1px;
  font-weight: var(--fw-bold);
  color: var(--text-8a);
}
.apply .sub-title-set .step-list > li > .txt {
  display: none;
  font-size: 20px;
  font-weight: var(--fw-bold);
  color: var(--hmg-deep-violet);
}
.apply .sub-title-set .step-list > li.active .num {
  background: var(--hmg-deep-violet);
  border-color: var(--hmg-deep-violet);
  color: var(--white);
}
.apply .sub-title-set .step-list > li.active > .txt {
  display: block;
}
.apply .sub-title-set .step-list > li.active + li::before {
  content: "";
  width: 100px;
  height: 2px;
  background: var(--hmg-deep-violet);
}
.apply .info-set {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
}
.apply .info-set .info-txt {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: normal;
  font-weight: var(--fw-regular);
  color: var(--text-0);
}
.apply .info-set .info-txt:before {
  content: "";
  background: url("/images/icon/icon_bullet.svg") no-repeat 0/contain;
  width: 24px;
  aspect-ratio: 1/1;
}
.apply .info-set .necessary {
  font-size: 14px;
  line-height: normal;
  font-weight: var(--fw-regular);
  color: var(--hmg-deep-violet);
}
.apply .cmt {
  display: flex;
  font-size: 14px;
  line-height: 1.3;
  font-weight: var(--fw-regular);
  color: var(--hmg-deep-violet);
}
.apply .cmt.dot::before {
  content: "•";
  margin-right: 8px;
}
.apply .cmt + .cmt {
  margin-top: 4px;
}
.apply .form-wrap .form-top {
  padding: 30px 160px;
  background: var(--bg-ef);
  border-radius: 12px;
}
.apply .form-wrap .form-top .form-box .con .form-set .chk-wrap input[type=checkbox] + label {
  font-size: 20px;
}
.apply .form-wrap .form-top > .cmt {
  align-items: flex-start;
  font-size: 20px;
  line-height: 1.3;
  font-weight: var(--fw-regular);
  color: var(--hmg-deep-violet);
}
.apply .form-wrap .form-top > .cmt + .cmt {
  margin-top: 4px;
}
.apply .form-wrap .form-box {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}
.apply .form-wrap .form-box .label {
  flex-shrink: 0;
  width: 14%;
  font-size: 18px;
  line-height: 20px;
  font-weight: var(--fw-regular);
  color: var(--text-0);
}
.apply .form-wrap .form-box .con {
  gap: 8px;
  width: 100%;
}
.apply .form-wrap .form-box .con .inner-con {
  width: 100%;
}
.apply .form-wrap .form-box .con .form-set {
  display: flex;
  gap: 8px;
  width: 100%;
}
.apply .form-wrap .form-box .con .form-set .error-txt {
  display: none;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: var(--fw-regular);
  color: var(--error);
}
.apply .form-wrap .form-box .con .form-set .error-txt.line {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid var(--error);
}
.apply .form-wrap .form-box .con .form-set .chk-wrap {
  width: 100%;
}
.apply .form-wrap .form-box .con .form-set .chk-wrap .chk-set {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}
.apply .form-wrap .form-box .con .form-set .chk-wrap .chk-set .chk-box {
  min-width: 130px;
}
.apply .form-wrap .form-box .con .form-set .day-chk-set .form-box .label {
  width: 80px;
  margin-top: 5px;
  font-size: 20px;
  line-height: 1;
  font-weight: var(--fw-bold);
  color: var(--text-0);
}
.apply .form-wrap .form-box .con .form-set > .btn {
  min-width: 120px;
  padding: 12px 8px;
  border-radius: 8px;
  font-size: 16px;
}
.apply .form-wrap .form-box .con .form-set.form-set {
  margin-top: 4px;
}
.apply .form-wrap .form-box .con .form-set > .btn {
  min-width: 120px;
  padding: 12px 8px;
  border-radius: 8px;
  font-size: 16px;
}
.apply .form-wrap .form-box + .form-box {
  margin-top: 8px;
}
.apply .form-wrap .form-box-set {
  margin-top: 16px;
  padding: 60px 160px;
  border: 1px solid var(--border-d);
  border-radius: 12px;
}
.apply .form-wrap .form-box-set.h-44 .form-box .label {
  line-height: 44px;
}
.apply .form-wrap .form-box.line {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-d);
}
.apply .form-wrap .form-box.center {
  align-items: center;
}
.apply .terms-wrap {
  margin-top: 60px;
}
.apply .terms-wrap.secure .terms-set {
  height: auto;
}
.apply .terms-wrap.secure .terms-set .terms-list > li + li {
  margin-top: 40px;
}
.apply .terms-box {
  padding: 50px 130px;
  border: 1px solid var(--border-d);
  border-radius: 12px;
}
.apply .terms-box > .tit {
  font-size: 22px;
  font-weight: var(--fw-medium);
  color: var(--text-0);
}
.apply .terms-box > .tit > span {
  padding: 0 4px;
  color: var(--text-8a);
  font-weight: var(--fw-regular);
}
.apply .terms-box > .tit.necessary > span {
  color: var(--hmg-deep-violet);
}
.apply .terms-box > .tit.line {
  width: 100%;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-d);
}
.apply .terms-box .chk-set {
  margin-top: 16px;
}
.apply .terms-box + .terms-box {
  margin-top: 16px;
}
.apply .terms-box > .error-txt {
  margin-top: 12px;
  text-align: center;
  font-size: 15px;
  line-height: 1.3;
  font-weight: var(--fw-regular);
  color: var(--error);
}
.apply .terms-set {
  height: 480px;
  margin-top: 16px;
  padding: 24px 16px 24px 24px;
  background: var(--bg-ef);
  border-radius: 8px;
}
.apply .terms-list {
  overflow-y: auto;
  height: 100%;
}
.apply .terms-list > li {
  padding-right: 40px;
}
.apply .terms-list > li .secure-tit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33%;
  margin: 40px auto 16px;
  padding: 10px 30px;
  border: 1px solid var(--text-0);
  border-radius: 70px;
  font-size: 22px;
  line-height: normal;
  font-weight: var(--fw-regular);
  color: var(--text-0);
}
.apply .terms-list > li .tit {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: var(--fw-medium);
  color: var(--text-0);
}
.apply .terms-list > li .txt p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: var(--fw-light);
  color: var(--text-0);
}
.apply .terms-list > li + li {
  margin-top: 16px;
}
.apply .vio-box > .tit {
  margin-bottom: 16px;
  text-align: center;
  font-size: 30px;
  font-weight: var(--fw-medium);
  color: var(--text-0);
}
.apply .conf-con {
  position: relative;
}
.apply .conf-con .form-wrap .form-box-set {
  margin-top: 0;
  padding: 40px;
  background: var(--bg-ef);
  border: none;
  border-radius: 8px;
}
.apply .conf-con .form-wrap .form-box-set .form-box .label {
  width: 120px;
  line-height: 44px;
}
.apply .conf-con > .error-txt {
  margin-top: 12px;
  text-align: center;
  font-size: 15px;
  line-height: 1.3;
  font-weight: var(--fw-regular);
  color: var(--error);
}
.apply .comp-con {
  width: 100%;
}
.apply .comp-con .vio-box {
  margin-bottom: 40px;
}
.apply .comp-con .vio-box .logo-img {
  margin: 0 auto;
  width: 80%;
  aspect-ratio: 636/158;
}
.apply .comp-con .vio-box .logo-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.apply .comp-con .vio-box .btm-set {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.apply .comp-con .vio-box .btm-set .chip {
  display: inline-flex;
  align-items: center;
  height: 36px;
  margin-bottom: 24px;
  padding: 6px 20px;
  border-radius: 8px;
  background: var(--hmg-deep-violet);
  font-size: 18px;
  line-height: normal;
  font-weight: var(--fw-regular);
  color: var(--white);
}
.apply .comp-con .vio-box .btm-set .chip > strong {
  margin-left: 4px;
}
.apply .comp-con .vio-box .btm-set .txt-set {
  text-align: center;
}
.apply .comp-con .vio-box .btm-set .txt-set .txt {
  font-size: 18px;
  line-height: 1.3;
  font-weight: var(--fw-regular);
  color: var(--text-52);
}
.apply .comp-con .vio-box .btm-set .txt-set .txt > br {
  display: none;
}
.apply .comp-con .vio-box .btm-set .txt-set .txt > strong {
  color: var(--hmg-deep-violet);
}
.apply .comp-con .vio-box .btm-set .txt-set .txt + .txt {
  margin-top: 8px;
}
.apply .comp-con .vio-box .btm-set .txt-set .txt.comp {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: var(--fw-medium);
  color: var(--text-0);
}
.apply .comp-con .vio-box .btm-set .txt-set .txt.enter {
  font-size: 28px;
  font-weight: var(--fw-medium);
  color: var(--hmg-deep-violet);
}
.apply .comp-con .vio-box .btm-set .txt-set .txt.limit {
  word-break: keep-all;
  font-size: 20px;
  line-height: 1.3;
  font-weight: var(--fw-regular);
  color: var(--text-0);
}
.apply .comp-con .vio-box .btm-set .txt-set .txt.limit > strong {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: var(--fw-medium);
}
.apply .comp-con > .cmt {
  justify-content: center;
}
.apply .comp-con > .cmt > p {
  font-size: 14px;
  line-height: 1.3;
  font-weight: var(--fw-light);
  color: var(--text-0);
}
.apply .comp-con > .cmt > p > strong {
  padding: 4px 2px 0;
  color: var(--hmg-deep-violet);
  font-weight: var(--fw-medium);
}
.apply .btn-set {
  width: 100%;
  margin-top: 40px;
}
.apply .btn-set > .btn {
  width: 220px;
  height: 50px;
  padding: 16px 20px;
  border-radius: 60px;
  font-size: 22px;
}
.apply.gate::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("/images/bg/bg_gate.png") no-repeat center bottom/cover;
}
.apply.gate .sub-title-set {
  margin-bottom: 106px;
}
.apply.gate .gate-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 840px;
  margin: 0 auto;
}
.apply.gate .gate-wrap .gate-box {
  height: 260px;
  padding: 48px 48px 60px;
  background: var(--white);
  border: 1px solid var(--border-d);
  border-radius: 40px;
  box-shadow: 0 28px 40px 0 rgba(0, 0, 0, 0.2);
}
.apply.gate .gate-wrap .gate-box .tit-set {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.apply.gate .gate-wrap .gate-box .tit-set .lft-con .tit {
  font-size: 36px;
  font-weight: var(--fw-medium);
  color: var(--text-0);
}
.apply.gate .gate-wrap .gate-box .tit-set .rgt-con .btn::after {
  width: 38px;
}
.apply.gate .gate-wrap .gate-box .txt-con {
  margin-top: 20px;
}
.apply.gate .gate-wrap .gate-box .txt-con .txt {
  font-size: 18px;
  line-height: 1.5;
  font-weight: var(--fw-regular);
  color: var(--text-52);
}
.apply.gate .gate-wrap .gate-box.members {
  background: var(--hmg-deep-violet);
  border-color: var(--hmg-deep-violet);
}
.apply.gate .gate-wrap .gate-box.members .tit-set .lft-con .tit {
  color: var(--white);
}
.apply.gate .gate-wrap .gate-box.members .txt-con .txt {
  color: var(--white-80);
}
@media all and (max-width: 1600px) {
  .apply .sub-title-set .sub-title {
    font-size: 46px;
  }
  .apply .sub-title-set .step-list > li .num {
    width: 26px;
    font-size: 18px;
  }
  .apply .sub-title-set .step-list > li > .txt {
    font-size: 18px;
  }
  .apply .sub-title-set .step-list > li.active + li::before {
    width: 80px;
  }
  .apply .form-wrap .form-top {
    padding: 35px 160px;
  }
  .apply .form-wrap .form-top .form-box .con .form-set .chk-wrap input[type=checkbox] + label {
    font-size: 18px;
  }
  .apply .form-wrap .form-top .cmt + .cmt {
    margin-top: 4px;
  }
  .apply .form-wrap .form-box {
    gap: 12px;
  }
  .apply .form-wrap .form-box .label {
    font-size: 16px;
  }
  .apply .form-wrap .form-box .con .form-set .error-txt {
    margin-top: 6px;
  }
  .apply .form-wrap .form-box .con .form-set .error-txt.line {
    margin-top: 12px;
    padding-top: 10px;
  }
  .apply .form-wrap .form-box .con .form-set .chk-wrap input[type=checkbox] + label {
    font-size: 14px;
  }
  .apply .form-wrap .form-box .con .form-set .chk-wrap .chk-set {
    grid-template-columns: repeat(2, 1fr);
  }
  .apply .form-wrap .form-box .con .form-set .day-chk-set .form-box .label {
    width: 70px;
    font-size: 18px;
    line-height: 24px;
  }
  .apply .form-wrap .form-box .con .form-set .day-chk-set .form-box .con .form-set .chk-set {
    gap: 8px 10px;
  }
  .apply .form-wrap .form-box .con .form-set > .btn {
    padding: 10px 6px;
    font-size: 14px;
  }
  .apply .form-wrap .form-box-set {
    padding: 50px 160px;
  }
  .apply .form-wrap .form-box-set.h-44 .form-box .label {
    line-height: 35px;
  }
  .apply .form-wrap .form-box.line {
    margin-bottom: 14px;
    padding-bottom: 14px;
  }
  .apply .terms-wrap {
    margin-top: 40px;
  }
  .apply .terms-wrap.secure .terms-set .terms-list > li + li {
    margin-top: 30px;
  }
  .apply .terms-box {
    padding: 40px 70px;
  }
  .apply .terms-box > .tit {
    font-size: 20px;
  }
  .apply .terms-box .chk-set {
    margin-top: 14px;
  }
  .apply .terms-box + .terms-box {
    margin-top: 14px;
  }
  .apply .terms-set {
    margin-top: 14px;
    padding: 20px 14px 20px 20px;
  }
  .apply .terms-list > li {
    padding-right: 26px;
  }
  .apply .terms-list > li .secure-tit {
    margin: 30px auto 14px;
    padding: 10px 30px;
    font-size: 20px;
  }
  .apply .terms-list > li .tit {
    margin-bottom: 14px;
    font-size: 16px;
  }
  .apply .terms-list > li .txt p {
    font-size: 14px;
  }
  .apply .terms-list > li + li {
    margin-top: 14px;
  }
  .apply .vio-box > .tit {
    font-size: 26px;
  }
  .apply .conf-con .form-wrap .form-box-set {
    padding: 30px;
  }
  .apply .conf-con .form-wrap .form-box-set .form-box .label {
    line-height: 35px;
  }
  .apply .comp-con .vio-box {
    padding: 30px 60px;
  }
  .apply .comp-con .vio-box .logo-img {
    width: 70%;
  }
  .apply .comp-con .vio-box .btm-set .chip {
    height: 32px;
    margin-bottom: 16px;
    padding: 6px 20px;
    font-size: 16px;
  }
  .apply .comp-con .vio-box .btm-set .txt-set .txt {
    font-size: 16px;
  }
  .apply .comp-con .vio-box .btm-set .txt-set .txt + .txt {
    margin-top: 6px;
  }
  .apply .comp-con .vio-box .btm-set .txt-set .txt.comp {
    margin-bottom: 16px;
    font-size: 26px;
  }
  .apply .comp-con .vio-box .btm-set .txt-set .txt.enter {
    font-size: 26px;
  }
  .apply .comp-con .vio-box .btm-set .txt-set .txt.limit {
    font-size: 18px;
  }
  .apply .comp-con .vio-box .btm-set .txt-set .txt.limit > strong {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .apply .btn-set > .btn {
    width: 200px;
    height: 48px;
    padding: 14px 16px;
    font-size: 20px;
  }
  .apply.gate .gate-wrap {
    gap: 30px;
  }
  .apply.gate .gate-wrap .gate-box {
    height: 230px;
    padding: 40px 40px 50px;
  }
  .apply.gate .gate-wrap .gate-box .tit-set .lft-con .tit {
    font-size: 30px;
  }
  .apply.gate .gate-wrap .gate-box .tit-set .rgt-con .btn::after {
    width: 34px;
  }
  .apply.gate .gate-wrap .gate-box .txt-con .txt {
    font-size: 16px;
  }
}
@media all and (max-width: 1400px) {
  .apply .sub-title-set .sub-title {
    font-size: 40px;
  }
  .apply .sub-title-set .step-list > li .num {
    width: 26px;
    font-size: 16px;
  }
  .apply .sub-title-set .step-list > li > .txt {
    font-size: 16px;
  }
  .apply .sub-title-set .step-list > li.active + li::before {
    width: 60px;
  }
  .apply .info-set {
    margin-bottom: 10px;
  }
  .apply .info-set .info-txt {
    font-size: 14px;
  }
  .apply .info-set .necessary {
    font-size: 12px;
  }
  .apply .cmt {
    font-size: 12px;
  }
  .apply .cmt.dot::before {
    margin-right: 6px;
  }
  .apply .form-wrap .form-top {
    padding: 26px 100px;
  }
  .apply .form-wrap .form-top .form-box .con .form-set .chk-wrap input[type=checkbox] + label {
    font-size: 16px;
  }
  .apply .form-wrap .form-top > .cmt {
    font-size: 14px;
  }
  .apply .form-wrap .form-top > .cmt + .cmt {
    margin-top: 2px;
  }
  .apply .form-wrap .form-box {
    gap: 12px;
  }
  .apply .form-wrap .form-box .con {
    gap: 6px;
  }
  .apply .form-wrap .form-box .con .form-set .error-txt {
    margin-top: 4px;
    font-size: 12px;
  }
  .apply .form-wrap .form-box .con .form-set .error-txt.line {
    margin-top: 10px;
    padding-top: 8px;
  }
  .apply .form-wrap .form-box .con .form-set .chk-wrap .chk-set {
    flex-wrap: wrap;
    gap: 8px 20px;
  }
  .apply .form-wrap .form-box .con .form-set .day-chk-set .form-box .label {
    width: 70px;
    font-size: 16px;
    line-height: 24px;
  }
  .apply .form-wrap .form-box .con .form-set > .btn {
    min-width: 100px;
    padding: 8px 4px;
    font-size: 13px;
  }
  .apply .form-wrap .form-box .con .form-set + .form-set {
    margin-top: 4px;
  }
  .apply .form-wrap .form-box-set {
    margin-top: 12px;
    padding: 30px 100px;
    border-radius: 10px;
  }
  .apply .form-wrap .form-box-set.h-44 .form-box .label {
    line-height: 30px;
  }
  .apply .form-wrap .form-box.line {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .apply .terms-wrap {
    margin-top: 30px;
  }
  .apply .terms-wrap.secure .terms-set .terms-list > li + li {
    margin-top: 20px;
  }
  .apply .terms-box {
    padding: 30px 40px;
    border-radius: 10px;
  }
  .apply .terms-box > .tit {
    font-size: 18px;
  }
  .apply .terms-box > .tit.line {
    margin-bottom: 14px;
    padding-bottom: 14px;
  }
  .apply .terms-box .chk-set {
    margin-top: 12px;
  }
  .apply .terms-box + .terms-box {
    margin-top: 12px;
  }
  .apply .terms-set {
    height: 200px;
    margin-top: 12px;
    padding: 16px 12px 16px 16px;
  }
  .apply .terms-list > li {
    padding-right: 20px;
  }
  .apply .terms-list > li .secure-tit {
    margin: 20px auto 12px;
    padding: 10px;
    font-size: 18px;
  }
  .apply .terms-list > li .tit {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .apply .terms-list > li + li {
    margin-top: 12px;
  }
  .apply .vio-box > .tit {
    font-size: 22px;
  }
  .apply .conf-con .form-wrap .form-box-set {
    padding: 24px;
  }
  .apply .conf-con .form-wrap .form-box-set .form-box .label {
    width: 100px;
    line-height: 30px;
  }
  .apply .comp-con .vio-box .btm-set .chip {
    height: 28px;
    margin-bottom: 22px;
    padding: 6px 14px;
    font-size: 14px;
  }
  .apply .comp-con .vio-box .btm-set .txt-set .txt {
    font-size: 14px;
  }
  .apply .comp-con .vio-box .btm-set .txt-set .txt.comp {
    margin-bottom: 16px;
    font-size: 22px;
  }
  .apply .comp-con .vio-box .btm-set .txt-set .txt.enter {
    font-size: 22px;
  }
  .apply .comp-con .vio-box .btm-set .txt-set .txt.limit {
    font-size: 16px;
  }
  .apply .comp-con .vio-box .btm-set .txt-set .txt.limit > strong {
    font-size: 20px;
  }
  .apply .btn-set {
    margin-top: 30px;
  }
  .apply .btn-set > .btn {
    width: 180px;
    height: 44px;
    padding: 10px 12px;
    border-radius: 50px;
    font-size: 18px;
  }
  .apply.gate .gate-wrap {
    gap: 30px;
    max-width: 700px;
  }
  .apply.gate .gate-wrap .gate-box {
    height: 220px;
    padding: 32px 32px 40px;
    border-radius: 30px;
  }
  .apply.gate .gate-wrap .gate-box .tit-set .lft-con .tit {
    font-size: 28px;
  }
  .apply.gate .gate-wrap .gate-box .tit-set .rgt-con .btn::after {
    width: 32px;
  }
}
@media all and (max-width: 1200px) {
  .apply {
    margin-bottom: 70px;
  }
  .apply .sub-title-set .sub-title {
    font-size: 34px;
  }
  .apply .sub-title-set .step-list {
    gap: 6px;
  }
  .apply .sub-title-set .step-list > li {
    gap: 6px;
  }
  .apply .sub-title-set .step-list > li .num {
    width: 24px;
    font-size: 14px;
  }
  .apply .sub-title-set .step-list > li > .txt {
    font-size: 14px;
  }
  .apply .sub-title-set .step-list > li.active + li::before {
    width: 36px;
  }
  .apply .info-set .necessary {
    font-size: 11px;
  }
  .apply .cmt.dot::before {
    margin-right: 4px;
  }
  .apply .form-wrap .form-top {
    padding: 20px 50px;
    border-radius: 10px;
  }
  .apply .form-wrap .form-top .form-box .con .form-set .chk-wrap input[type=checkbox] + label {
    font-size: 14px;
  }
  .apply .form-wrap .form-top > .cmt {
    font-size: 12px;
  }
  .apply .form-wrap .form-box {
    gap: 8px;
  }
  .apply .form-wrap .form-box .label {
    font-size: 14px;
  }
  .apply .form-wrap .form-box .con {
    gap: 4px;
  }
  .apply .form-wrap .form-box .con .form-set .error-txt {
    margin-top: 5px;
  }
  .apply .form-wrap .form-box .con .form-set .error-txt.line {
    margin-top: 8px;
    padding-top: 4px;
  }
  .apply .form-wrap .form-box .con .form-set .chk-wrap .chk-set {
    gap: 8px 10px;
  }
  .apply .form-wrap .form-box .con .form-set .day-chk-set .form-box .label {
    width: 40px;
    font-size: 14px;
  }
  .apply .form-wrap .form-box-set {
    margin-top: 8px;
    padding: 20px 50px;
  }
  .apply .terms-wrap.secure .terms-set .terms-list > li + li {
    margin-top: 16px;
  }
  .apply .terms-box {
    padding: 24px 20px;
  }
  .apply .terms-box > .tit {
    font-size: 16px;
  }
  .apply .terms-box > .tit.line {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  .apply .terms-box .chk-set {
    margin-top: 10px;
  }
  .apply .terms-box + .terms-box {
    margin-top: 10px;
  }
  .apply .terms-set {
    margin-top: 10px;
    padding: 14px 10px 14px 14px;
  }
  .apply .terms-list > li {
    padding-right: 16px;
  }
  .apply .terms-list > li .secure-tit {
    margin: 10px auto;
    padding: 8px;
    font-size: 16px;
  }
  .apply .terms-list > li .tit {
    margin-bottom: 12px;
    font-size: 14px;
  }
  .apply .terms-list > li + li {
    margin-top: 10px;
  }
  .apply .vio-box > .tit {
    font-size: 20px;
  }
  .apply .btn-set {
    margin-top: 26px;
  }
  .apply .btn-set > .btn {
    width: 150px;
    height: 38px;
    padding: 10px 12px;
    font-size: 16px;
  }
  .apply.gate .gate-wrap {
    gap: 20px;
    max-width: 600px;
  }
}
@media all and (max-width: 1023px) {
  .apply {
    margin-bottom: 36px;
  }
  .apply .sub-title-set .sub-title {
    font-size: 26px;
  }
  .apply .sub-title-set .step-list {
    gap: 3px;
  }
  .apply .sub-title-set .step-list > li {
    gap: 3px;
  }
  .apply .sub-title-set .step-list > li .num {
    width: 18px;
    font-size: 11px;
  }
  .apply .sub-title-set .step-list > li > .txt {
    font-size: 11px;
  }
  .apply .sub-title-set .step-list > li.active + li::before {
    width: 16px;
  }
  .apply .info-set {
    margin-bottom: 8px;
  }
  .apply .info-set .info-txt {
    font-size: 12px;
  }
  .apply .info-set .info-txt::before {
    width: 21px;
  }
  .apply .cmt {
    padding: 0 4px;
  }
  .apply .cmt > br {
    display: none;
  }
  .apply .cmt.dot::before {
    margin-right: 2px;
  }
  .apply .form-wrap .form-top {
    padding: 14px 10px;
  }
  .apply .form-wrap .form-top .form-box .label {
    width: 100%;
  }
  .apply .form-wrap .form-top > .cmt {
    word-break: keep-all;
    font-size: 12px;
  }
  .apply .form-wrap .form-top > .cmt > br {
    display: none;
  }
  .apply .form-wrap .form-top > .cmt + .cmt {
    margin-top: 6px;
  }
  .apply .form-wrap .form-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .apply .form-wrap .form-box .label {
    width: 90px;
    font-size: 12px;
    margin-top: 8px;
  }
  .apply .form-wrap .form-box .con {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .apply .form-wrap .form-box .con .form-set {
    flex-direction: column;
    gap: 4px;
  }
  .apply .form-wrap .form-box .con .form-set .error-txt.line {
    margin-top: 6px;
    padding-top: 4px;
  }
  .apply .form-wrap .form-box .con .form-set .chk-wrap input[type=checkbox] + label {
    font-size: 12px;
  }
  .apply .form-wrap .form-box .con .form-set .chk-wrap .chk-set {
    grid-template-columns: repeat(1, 1fr);
  }
  .apply .form-wrap .form-box .con .form-set .day-chk-set .form-box {
    flex-direction: row;
  }
  .apply .form-wrap .form-box .con .form-set .day-chk-set .form-box .label {
    width: 80px;
  }
  .apply .form-wrap .form-box .con .form-set > .btn {
    min-width: 84px;
    width: fit-content;
    padding: 6px 2px;
    font-size: 12px;
  }
  .apply .form-wrap .form-box .con .form-set + .form-set {
    margin-top: 6px;
  }
  .apply .form-wrap .form-box-set {
    margin-top: 8px;
    padding: 14px 10px;
  }
  .apply .form-wrap .form-box-set.h-44 .form-box {
    flex-direction: row;
  }
  .apply .terms-wrap .chk-box input[type=checkbox] + label {
    font-size: 12px;
  }
  .apply .terms-wrap.secure .terms-set .terms-list > li + li {
    margin-top: 10px;
  }
  .apply .terms-box {
    padding: 10px 8px;
  }
  .apply .terms-box > .tit {
    flex-wrap: wrap;
    letter-spacing: -0.4px;
    font-size: 14px;
  }
  .apply .terms-box > .tit.line {
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
  .apply .terms-box .chk-set {
    margin-top: 8px;
  }
  .apply .terms-box + .terms-box {
    margin-top: 8px;
  }
  .apply .terms-box > .error-txt {
    font-size: 11px;
  }
  .apply .terms-set {
    margin-top: 8px;
    padding: 6px;
  }
  .apply .terms-list > li {
    padding-right: 10px;
  }
  .apply .terms-list > li .secure-tit {
    width: 70%;
    font-size: 14px;
  }
  .apply .terms-list > li .tit {
    margin-bottom: 4px;
    font-size: 13px;
  }
  .apply .terms-list > li .txt p {
    font-size: 13px;
  }
  .apply .terms-list > li + li {
    margin-top: 10px;
  }
  .apply .vio-box > .tit {
    margin-bottom: 12px;
    font-size: 18px;
  }
  .apply .conf-con .form-wrap .form-box-set {
    padding: 10px;
  }
  .apply .conf-con .form-wrap .form-box-set .form-box {
    flex-direction: row;
  }
  .apply .conf-con .form-wrap .form-box-set .form-box .label {
    width: 80px;
    line-height: 35px;
  }
  .apply .conf-con .form-wrap .form-box-set .form-box .label.w-40 {
    width: 40px;
  }
  .apply .comp-con .vio-box {
    margin-bottom: 20px;
    padding: 34px 10px;
  }
  .apply .comp-con .vio-box .logo-img {
    width: 84%;
  }
  .apply .comp-con .vio-box .btm-set .chip {
    margin-top: 20px;
    height: 28px;
    padding: 6px 14px;
    font-size: 11px;
  }
  .apply .comp-con .vio-box .btm-set .txt-set .txt {
    padding: 0 15px;
    word-break: keep-all;
    font-size: 14px;
  }
  .apply .comp-con .vio-box .btm-set .txt-set .txt > br {
    display: block;
  }
  .apply .comp-con .vio-box .btm-set .txt-set .txt + .txt {
    margin-top: 10px;
  }
  .apply .comp-con .vio-box .btm-set .txt-set .txt.comp {
    padding: 0;
    margin-bottom: 12px;
    font-size: 18px;
  }
  .apply .comp-con .vio-box .btm-set .txt-set .txt.enter {
    font-size: 18px;
  }
  .apply .comp-con .vio-box .btm-set .txt-set .txt.limit {
    font-size: 14px;
  }
  .apply .comp-con .vio-box .btm-set .txt-set .txt.limit > strong {
    margin-bottom: 0px;
    font-size: 18px;
  }
  .apply .comp-con .cmt {
    word-break: keep-all;
    padding: 0 12px;
    align-items: flex-start;
  }
  .apply .comp-con .cmt::before {
    margin: 0 6px 0 0;
  }
  .apply .comp-con .cmt > p {
    font-size: 12px;
  }
  .apply .btn-set {
    margin-top: 30px;
  }
  .apply .btn-set > .btn {
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
  }
  .apply.gate .sub-title-set {
    margin-bottom: 30px;
  }
  .apply.gate .gate-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    padding: 0 20px;
  }
  .apply.gate .gate-wrap .gate-box {
    height: 150px;
    min-height: 100%;
    padding: 16px;
    border-radius: 20px;
  }
  .apply.gate .gate-wrap .gate-box .tit-set .lft-con .tit {
    font-size: 20px;
  }
  .apply.gate .gate-wrap .gate-box .tit-set .rgt-con .btn::after {
    width: 30px;
  }
  .apply.gate .gate-wrap .gate-box .txt-con {
    word-break: keep-all;
    margin-top: 8px;
  }
  .apply.gate .gate-wrap .gate-box .txt-con .txt {
    font-size: 14px;
  }
}

.inp-set {
  width: 100%;
}
.inp-set .inp {
  width: 100%;
  height: 40px;
  padding: 8px 12px;
  background: var(--white);
  border: 1px solid var(--border-d);
  border-radius: 8px;
  font-size: 16px;
  line-height: normal;
  font-weight: var(--fw-regular);
  color: var(--text-8a);
}
.inp-set .inp:disabled {
  background: var(--bg-da);
}
.inp-set .inp-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  height: 40px;
  padding: 8px 12px;
  background: var(--white);
  border: 1px solid var(--border-d);
  border-radius: 8px;
}
.inp-set .inp-box > .inp {
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.inp-set .inp-box .time {
  flex-shrink: 0;
  width: 35px;
  text-align: center;
  font-size: 14px;
  line-height: normal;
  font-weight: var(--fw-regular);
  color: var(--error);
}
.inp-set .inp-box.disabled {
  background: var(--bg-da);
}
.inp-set .inp-box.disabled .inp {
  background: var(--bg-da);
}
@media all and (max-width: 1600px) {
  .inp-set .inp {
    height: 35px;
    padding: 6px 10px;
    font-size: 14px;
  }
  .inp-set .inp-box {
    height: 35px;
    padding: 6px 10px;
  }
  .inp-set .inp-box .time {
    width: 35px;
  }
}
@media all and (max-width: 1400px) {
  .inp-set {
    gap: 4px;
  }
  .inp-set .inp {
    height: 30px;
    padding: 4px;
  }
  .inp-set .inp-box {
    gap: 4px;
    height: 30px;
    padding: 4px 10px;
  }
  .inp-set .inp-box .time {
    width: 35px;
  }
}
@media all and (max-width: 1023px) {
  .inp-set {
    flex-direction: column;
    align-items: flex-start;
  }
  .inp-set .inp {
    height: 35px;
    padding: 4px 2px 4px 6px;
    font-size: 12px;
  }
  .inp-set .inp-box {
    height: 35px;
    padding: 4px 2px 4px 6px;
    gap: 2px;
  }
  .inp-set .inp-box .time {
    width: fit-content;
    font-size: 10px;
  }
}

.slct-wrap {
  width: 100%;
}
.slct-set {
  width: 100%;
}
.slct {
  width: 100%;
  height: 40px;
  padding: 8px 12px;
  background: var(--white) url("/images/icon/icon_slct_arrow.svg") no-repeat right 12px center/24px 28px;
  border: 1px solid var(--border-d);
  border-radius: 8px;
  font-size: 16px;
  line-height: normal;
  font-weight: var(--fw-regular);
  color: var(--text-8a);
}
.slct:disabled {
  background: var(--bg-da);
}
@media all and (max-width: 1600px) {
  .slct {
    height: 35px;
    padding: 6px 10px;
    background: var(--white) url("/images/icon/icon_slct_arrow.svg") no-repeat right 8px center/22px 26px;
    font-size: 14px;
  }
}
@media all and (max-width: 1400px) {
  .slct {
    height: 30px;
    padding: 4px 10px;
    background: var(--white) url("/images/icon/icon_slct_arrow.svg") no-repeat right 4px center/22px 26px;
  }
}
@media all and (max-width: 1023px) {
  .slct {
    height: 35px;
    font-size: 12px;
  }
}

.necessary {
  display: flex;
  align-items: center;
}
.necessary::before {
  content: "*";
  margin: 4px 8px 0 0;
  font-size: 16px;
  line-height: normal;
  font-weight: var(--fw-regular);
  color: var(--hmg-deep-violet);
}
@media all and (max-width: 1023px) {
  .necessary::before {
    margin: 4px 4px 0 0;
  }
}

.error .error-txt {
  display: block !important;
}
.error .inp {
  border-color: var(--error);
}
.error .inp-box {
  border-color: var(--error);
}
.error .slct {
  border-color: var(--error);
}

.faq .con-set .tab-area {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-bottom: 30px;
}
.faq .con-set .tab-area .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border-radius: 12px;
  background: var(--text-0-opa04);
  font-size: 20px;
  line-height: 1;
  font-weight: var(--fw-bold);
  color: var(--white);
}
.faq .con-set .tab-area .tab.all {
  flex-shrink: 0;
  width: 120px;
}
.faq .con-set .tab-area .tab.active {
  background: var(--text-0);
}
.faq .con-set .tab-con {
  padding: 40px 60px;
  background: var(--bg-ef);
  border-radius: 12px;
}
.faq .con-set .tab-con .faq-list {
  border-top: 1px solid var(--border-d);
  border-bottom: 1px solid var(--border-d);
}
.faq .con-set .tab-con .faq-list > li {
  cursor: pointer;
}
.faq .con-set .tab-con .faq-list > li .faq-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 15px 15px 0;
  border-radius: 12px;
}
.faq .con-set .tab-con .faq-list > li .faq-top .lft-set {
  display: flex;
  align-items: center;
  gap: 5px;
}
.faq .con-set .tab-con .faq-list > li .faq-top .lft-set .type {
  flex-shrink: 0;
  width: 160px;
  text-align: center;
  font-size: 18px;
  line-height: normal;
  font-weight: var(--fw-regular);
  color: var(--text-8a);
}
.faq .con-set .tab-con .faq-list > li .faq-top .lft-set .que {
  width: 100%;
  font-size: 18px;
  line-height: 1.4;
  font-weight: var(--fw-medium);
  color: var(--text-0);
}
.faq .con-set .tab-con .faq-list > li .faq-top .rgt-set .arrow-btn {
  flex-shrink: 0;
  display: flex;
}
.faq .con-set .tab-con .faq-list > li .faq-top .rgt-set .arrow-btn > svg {
  width: 32px;
  aspect-ratio: 1/1;
}
.faq .con-set .tab-con .faq-list > li .faq-btm {
  display: none;
}
.faq .con-set .tab-con .faq-list > li .faq-btm .ans {
  padding: 20px 60px 20px 160px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: var(--fw-regular);
  color: var(--text-0);
  white-space: pre-line;
  word-break: keep-all;
}
.faq .con-set .tab-con .faq-list > li .faq-btm .ans .link-wrap > a {
  color: var(--hmg-blue);
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
.faq .con-set .tab-con .faq-list > li + li {
  border-top: 1px solid var(--border-d);
}
.faq .con-set .tab-con .faq-list > li.active .faq-top {
  background: var(--hmg-violet);
}
.faq .con-set .tab-con .faq-list > li.active .faq-top .lft-set .type {
  color: var(--white);
}
.faq .con-set .tab-con .faq-list > li.active .faq-top .lft-set .que {
  color: var(--white);
}
.faq .con-set .tab-con .faq-list > li.active .faq-top .rgt-set .arrow-btn > svg {
  transform: rotate(-180deg);
}
.faq .con-set .tab-con .faq-list > li.active .faq-top .rgt-set .arrow-btn > svg path {
  stroke: var(--white);
}
@media all and (max-width: 1600px) {
  .faq .con-set .tab-area .tab {
    height: 44px;
    font-size: 16px;
  }
  .faq .con-set .tab-con .faq-list > li .faq-top .lft-set .type {
    font-size: 16px;
  }
  .faq .con-set .tab-con .faq-list > li .faq-top .lft-set .que {
    font-size: 16px;
  }
  .faq .con-set .tab-con .faq-list > li .faq-top .rgt-set .arrow-btn > svg {
    width: 30px;
  }
}
@media all and (max-width: 1400px) {
  .faq .con-set .tab-area {
    margin-bottom: 20px;
  }
  .faq .con-set .tab-area .tab {
    height: 40px;
    font-size: 16px;
  }
  .faq .con-set .tab-con {
    padding: 30px 40px;
  }
  .faq .con-set .tab-con .faq-list > li .faq-top {
    padding: 12px 15px 12px 0;
  }
  .faq .con-set .tab-con .faq-list > li .faq-top .lft-set .type {
    width: 140px;
    font-size: 14px;
  }
  .faq .con-set .tab-con .faq-list > li .faq-top .lft-set .que {
    font-size: 14px;
  }
  .faq .con-set .tab-con .faq-list > li .faq-top .rgt-set .arrow-btn > svg {
    width: 24px;
  }
  .faq .con-set .tab-con .faq-list > li .faq-btm .ans {
    padding: 14px 50px 14px 140px;
    font-size: 14px;
  }
}
@media all and (max-width: 1200px) {
  .faq .con-set .tab-area {
    margin-bottom: 15px;
  }
  .faq .con-set .tab-area .tab {
    height: 34px;
    font-size: 14px;
  }
  .faq .con-set .tab-con {
    padding: 20px 30px;
  }
  .faq .con-set .tab-con .faq-list > li .faq-top {
    padding: 10px 15px 10px 0;
  }
  .faq .con-set .tab-con .faq-list > li .faq-top .lft-set .type {
    width: 120px;
    font-size: 12px;
  }
  .faq .con-set .tab-con .faq-list > li .faq-top .lft-set .que {
    font-size: 12px;
  }
  .faq .con-set .tab-con .faq-list > li .faq-top .rgt-set .arrow-btn > svg {
    width: 22px;
  }
  .faq .con-set .tab-con .faq-list > li .faq-btm .ans {
    padding: 12px 45px 12px 120px;
    font-size: 12px;
  }
}
@media all and (max-width: 1023px) {
  .faq .con-set .tab-area {
    margin-bottom: 10px;
  }
  .faq .con-set .tab-area .tab {
    height: 30px;
    border-radius: 8px;
    font-size: 12px;
  }
  .faq .con-set .tab-area .tab.all {
    flex-shrink: inherit;
    width: 100%;
  }
  .faq .con-set .tab-con {
    padding: 15px;
    border-radius: 8px;
  }
  .faq .con-set .tab-con .faq-list > li .faq-top {
    gap: 10px;
    padding: 10px 10px 10px 15px;
    border-radius: 8px;
  }
  .faq .con-set .tab-con .faq-list > li .faq-top .lft-set {
    flex-direction: column;
    justify-content: flex-start;
  }
  .faq .con-set .tab-con .faq-list > li .faq-top .lft-set .type {
    width: 100%;
    font-size: 12px;
    text-align: left;
  }
  .faq .con-set .tab-con .faq-list > li .faq-top .lft-set .que {
    font-size: 12px;
  }
  .faq .con-set .tab-con .faq-list > li .faq-top .rgt-set .arrow-btn > svg {
    width: 22px;
  }
  .faq .con-set .tab-con .faq-list > li .faq-btm .ans {
    padding: 12px 30px 12px 10px;
    font-size: 12px;
  }
}

.main {
  background: var(--bg-ef);
}
.main .key-visual {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 100vh;
}
.main .key-visual .intro-video {
  width: 100%;
}
.main .key-visual .intro-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .key-visual .intro-video video {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  pointer-events: all;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  /* 재생 슬라이드..? */
}
.main .key-visual .intro-video video::-webkit-media-controls-timeline {
  display: none !important;
}
.main .key-visual .intro-video video {
  /* 현재 진행 시간 */
}
.main .key-visual .intro-video video::-webkit-media-controls-current-time-display {
  display: none !important;
}
.main .key-visual .intro-video video {
  /* 전체 시간 */
}
.main .key-visual .intro-video video::-webkit-media-controls-time-remaining-display {
  display: none !important;
}
.main .key-visual .intro-video video {
  /* 음소거 버튼 */
}
.main .key-visual .intro-video video::-webkit-media-controls-mute-button {
  display: none !important;
}
.main .key-visual .intro-video video {
  /* 볼륨 조절 슬라이드 */
}
.main .key-visual .intro-video video::-webkit-media-controls-volume-slider {
  display: none !important;
}
.main .key-visual .intro-video video *::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.main .key-visual .intro-video video::-webkit-media-controls-download-button {
  display: none !important;
}
.main .key-visual .intro-video .mv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .key-visual .intro-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 1200px;
}
.main .key-visual .intro-box .logo {
  display: flex;
  width: 1200px;
  aspect-ratio: 246/60;
}
.main .key-visual .intro-box .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main .key-visual .intro-box .info-set {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main .key-visual .intro-box .info-set .period {
  display: flex;
  align-items: center;
}
.main .key-visual .intro-box .info-set .period .date {
  font-size: 50px;
  font-weight: var(--fw-bold);
  color: var(--text-0);
}
.main .key-visual .intro-box .info-set .period .time {
  display: flex;
  align-items: center;
  font-size: 50px;
  font-weight: var(--fw-regular);
  color: var(--text-0);
}
.main .key-visual .intro-box .info-set .period .time::before {
  content: "";
  width: 1px;
  height: 48px;
  margin: 0 25px;
  background: var(--text-0);
}
.main .key-visual .intro-box .info-set .place {
  font-size: 40px;
  font-weight: var(--fw-medium);
  color: var(--hmg-violet);
}
.main .key-visual .intro-box .btn_main_reg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 100px;
  border-radius: 360px;
  background: linear-gradient(124deg, #00051e 0%, #001e4b 100%);
}
.main .key-visual .intro-box .btn_main_reg .txt {
  display: flex;
  align-items: center;
  margin-left: 20px;
  font-size: 30px;
  font-weight: var(--fw-medium);
  color: var(--white);
}
.main .key-visual .intro-box .btn_main_reg .txt::after {
  content: "";
  flex-shrink: 0;
  width: 40px;
  aspect-ratio: 1/1;
  margin-left: 10px;
  background: url("/images/icon/icon_arr_white.svg") no-repeat 0/contain;
}
.main .key-visual .scroll-icon {
  display: flex;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 50px;
  width: 64px;
  aspect-ratio: 64/48;
  background: url("/images/icon/icon_scroll.svg") no-repeat 0/contain;
  animation: 1.5s ease 0s infinite normal none running aniScroll;
}
@keyframes aniScroll {
  0% {
    opacity: 0;
    bottom: 50px;
  }
  50% {
    opacity: 1;
    bottom: 35px;
  }
  100% {
    opacity: 0;
    bottom: 35px;
  }
}
.main-section {
  position: relative;
  padding: 160px 0;
  background: var(--white);
}
.main-section .content {
  position: relative;
  padding: 0;
}
.main-section .content .sec-title-set {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-section .content .sec-title-set .title {
  font-size: 70px;
  font-weight: var(--fw-bold);
  color: var(--text-0);
}
.main-section .content .sec-title-set .btn.icon-more {
  font-size: 28px;
}
.main-section .content .sec-title-set .btn.icon-more::after {
  width: 40px;
}
.main-section .content .sec-title-set .cmt {
  font-size: 28px;
  line-height: 1.4;
  font-weight: var(--fw-medium);
  color: var(--text-0);
}
.main-section .content .sec-title-set .title-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.main-section .content .sec-title-set .title-link .title {
  font-size: 100px;
  font-weight: var(--fw-bold);
  color: var(--white);
}
.main-section .content .sec-title-set .title-link::after {
  content: "";
  width: 64px;
  aspect-ratio: 1/1;
  background: url("/images/icon/icon_more_wht.svg") no-repeat 0/contain;
}
.main-section.info {
  background: linear-gradient(180deg, #cbdceb 0%, #eff1f8 100%);
}
.main-section.info .bg-set {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-section.info .bg-set .bg-bullet {
  position: absolute;
}
.main-section.info .bg-set .bg-bullet.bg {
  top: 15%;
  right: 0;
  width: 50%;
  aspect-ratio: 1200/1200;
  border-radius: 1200px;
  background: #a1bffe;
  filter: blur(300px);
}
.main-section.info .bg-set .bg-bullet.shape {
  top: 5%;
  left: 0;
  width: 68%;
  aspect-ratio: 1480/2028;
  background: url("/images/bg/bg_main_bullet.png") no-repeat 0/contain;
}
.main-section.info .info-title {
  font-size: 70px;
  line-height: 1.4;
  font-weight: var(--fw-medium);
  color: var(--text-0);
}
.main-section.info .info-title > strong {
  color: var(--hmg-violet);
}
.main-section.info .card-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 80px;
}
.main-section.info .card-area .main-card {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.12);
}
.main-section.info .card-area .main-card .tit-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 40px;
  background: var(--white);
}
.main-section.info .card-area .main-card .tit-box .tit-set {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-section.info .card-area .main-card .tit-box .tit-set .tit {
  width: 100%;
  font-size: 38px;
  line-height: normal;
  font-weight: var(--fw-medium);
  color: var(--text-0);
}
.main-section.info .card-area .main-card .tit-box .tit-set::after {
  content: "";
  flex-shrink: 0;
  width: 40px;
  aspect-ratio: 1/1;
  background: url("/images/icon/icon_main_card_arr.svg") no-repeat 0/contain;
}
.main-section.info .card-area .main-card .tit-box .cmt {
  font-size: 24px;
  line-height: 1.4;
  font-weight: var(--fw-regular);
  color: var(--text-52);
}
.main-section.info .card-area .main-card .img-set {
  width: 100%;
  aspect-ratio: 700/300;
}
.main-section.info .card-area .main-card .img-set > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-section.info .card-area .main-card:nth-child(1) .img-set {
  background: url("/images/bg/bg_main_card1.png") no-repeat 0/contain;
}
.main-section.info .card-area .main-card:nth-child(2) .img-set {
  background: url("/images/bg/bg_main_card2.png") no-repeat 0/contain;
}
.main-section.info .card-area .main-card:nth-child(3) .img-set {
  background: url("/images/bg/bg_main_card3.png") no-repeat 0/contain;
}
.main-section.info .card-area .main-card:nth-child(4) .img-set {
  background: url("/images/bg/bg_main_card4.png") no-repeat 0/contain;
}
.main-section.keynote {
  background: transparent;
}
.main-section.keynote .keynote-content {
  width: 100%;
  -webkit-user-select: none;
}
.main-section.keynote .keynote-content .keySwiper {
  padding: 80px 0 50px;
}
.main-section.keynote .keynote-content .keySwiper .swiper-wrapper {
  box-sizing: border-box;
}
.main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide {
  position: relative;
  height: 500px;
}
.main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .link {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  padding: 50px 35px;
  border-radius: 60px;
  background: var(--white);
  box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.12);
}
.main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .top-set {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .top-set .day-set {
  display: flex;
}
.main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .top-set .day-set .day-grp {
  display: flex;
  align-items: center;
  gap: 5px;
}
.main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .top-set .day-set .day-grp .day {
  font-size: 26px;
  font-weight: var(--fw-bold);
  color: var(--text-0);
}
.main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .top-set .day-set .day-grp .date {
  font-size: 20px;
  font-weight: var(--fw-regular);
  color: var(--text-52);
}
.main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .top-set .day-set .day-grp + .day-grp::before {
  content: "";
  width: 1px;
  height: 16px;
  margin: -2px 3px 0 8px;
  background: var(--border-d3);
}
.main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .tit-set {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .tit-set .tag {
  display: inline-flex;
  align-items: center;
  align-self: start;
  height: 30px;
  padding: 0 15px;
  border-radius: 8px;
  background: var(--agd-welcome);
  font-size: 15px;
  line-height: 1;
  font-weight: var(--fw-regular);
  color: var(--white);
}
.main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .tit-set .tit {
  font-size: 26px;
  line-height: 1.4;
  font-weight: var(--fw-medium);
  color: var(--text-0);
  word-break: keep-all;
}
.main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .profile {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 13em;
}
.main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .profile .name,
.main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .profile .pos {
  word-break: keep-all;
}
.main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .profile .name {
  font-size: 20px;
  line-height: 1.2;
  font-weight: var(--fw-regular);
  color: var(--text-0);
}
.main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .profile .name > strong {
  margin-right: 10px;
  font-weight: var(--fw-bold);
}
.main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .profile .pos > li {
  font-size: 16px;
  line-height: 1.2;
  font-weight: var(--fw-regular);
  color: var(--text-52);
}
.main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box::after {
  content: "";
  width: 45px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 10px;
  right: -10px;
  background: url("/images/btn/btn_plus.svg") no-repeat 0/contain;
}
.main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .profile-img {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200px;
  aspect-ratio: 1/1;
}
.main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .profile-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main-section.keynote .keynote-content .pagination-set {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1440px;
  margin: 0 auto;
}
.main-section.keynote .keynote-content .pagination-set .swiper-pagination {
  position: static;
  width: auto;
}
.main-section.keynote .keynote-content .pagination-set .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px;
}
.main-section.keynote .keynote-content .pagination-set .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--text-0);
}
.main-section.keynote .keynote-content .pagination-set .btn-set {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-section.keynote .keynote-content .pagination-set .btn-set .swiper-button-prev,
.main-section.keynote .keynote-content .pagination-set .btn-set .swiper-button-next {
  position: static;
  width: 60px;
}
.main-section.keynote .keynote-content .pagination-set .btn-set .swiper-button-prev::before, .main-section.keynote .keynote-content .pagination-set .btn-set .swiper-button-prev::after,
.main-section.keynote .keynote-content .pagination-set .btn-set .swiper-button-next::before,
.main-section.keynote .keynote-content .pagination-set .btn-set .swiper-button-next::after {
  width: 100%;
}
.main-section.location .map-box {
  margin-top: 80px;
}
.main-section.location .map-box .web {
  display: block;
}
.main-section.location .map-box .mob {
  display: none;
}
.main-section.location .map-box > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main-section.location .location-box .locate-list > li {
  display: flex;
  padding: 35px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.main-section.location .location-box .locate-list > li .label {
  flex-shrink: 0;
  width: 100px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: var(--fw-medium);
  color: var(--text-0);
}
.main-section.location .location-box .locate-list > li .label.icon-bus::before {
  content: "";
  display: inline-flex;
  width: 40px;
  aspect-ratio: 1/1;
  background: url("/images/icon/icon_bus.svg") no-repeat 0/contain;
}
.main-section.location .location-box .locate-list > li .txt-con .tit {
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 1.4;
  font-weight: var(--fw-medium);
  color: var(--text-0);
}
.main-section.location .location-box .locate-list > li .txt-con .tit .time {
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 1.4;
  font-weight: var(--fw-medium);
  color: var(--text-0);
}
.main-section.location .location-box .locate-list > li .txt-con .tit .time > span {
  display: inline-block;
  padding: 0 8px;
  font-size: 20px;
  font-weight: var(--fw-light);
  color: var(--text-0-opa02);
}
.main-section.location .location-box .locate-list > li .txt-con .address-set .loc {
  font-size: 24px;
  line-height: 1.4;
  font-weight: var(--fw-regular);
  color: var(--text-0);
}
.main-section.location .location-box .locate-list > li .txt-con .txt {
  font-size: 20px;
  line-height: 1.4;
  font-weight: var(--fw-regular);
  color: var(--text-0);
}
.main-section.location .location-box .locate-list > li .txt-con .loc-info-set {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main-section.location .location-box .locate-list > li .txt-con .loc-info-set .loc-info {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.main-section.location .location-box .locate-list > li .txt-con .loc-info-set .loc-info .num {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  aspect-ratio: 1/1;
  border: 1px solid var(--text-0);
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
  font-weight: var(--fw-medium);
  color: var(--text-0);
}
.main-section.location .location-box .locate-list > li .txt-con .loc-info-set .loc-info .loc-breadcrumb {
  font-size: 24px;
  line-height: 1.4;
  font-weight: var(--fw-regular);
  color: var(--text-0);
}
.main-section.location .location-box .locate-list > li .txt-con .loc-info-set .loc-info .loc-breadcrumb > .loc-txt > strong {
  font-weight: var(--fw-regular);
  color: var(--hmg-deep-violet);
}
.main-section.location .location-box .locate-list > li .txt-con .loc-info-set .loc-info .loc-breadcrumb .arr {
  margin: 0 10px;
  color: var(--text-8a);
}
.main-section.location .location-box .locate-list > li .txt-con .cmt {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: var(--fw-regular);
  color: var(--hmg-deep-violet);
}
.main-section.location .location-box .locate-list > li .txt-con .bus-info {
  width: 100%;
  margin-top: 20px;
}
.main-section.location .location-box .locate-list > li .txt-con .bus-info > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main-section.location .location-box .locate-list > li .txt-con .bus-info > img.mob {
  display: none;
}
.main-section.location .location-box .loc-btn-list {
  display: flex;
  align-items: center;
  margin-top: 35px;
}
.main-section.location .location-box .loc-btn-list > li .btn.icon-more {
  font-size: 28px;
}
.main-section.location .location-box .loc-btn-list > li .btn.icon-more::after {
  width: 40px;
}
.main-section.location .location-box .loc-btn-list > li + li {
  display: flex;
  align-items: center;
}
.main-section.location .location-box .loc-btn-list > li + li::before {
  content: "";
  width: 1px;
  height: 20px;
  margin: 0 25px;
  background: rgba(0, 0, 0, 0.2);
}
.main-section.tech {
  width: 100%;
  background: url("/images/bg/bg_tech.png") no-repeat 0/cover;
}
.main-section.tech .tech-box {
  position: relative;
  margin-top: 50px;
  display: flex;
  gap: 60px;
  padding: 60px;
  border-radius: 40px;
  background: var(--white);
}
.main-section.tech .tech-box .dvs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.main-section.tech .tech-box .dvs .logo {
  width: 100%;
  aspect-ratio: 400/94;
}
.main-section.tech .tech-box .dvs .logo > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main-section.tech .tech-box .dvs .week-set {
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
}
.main-section.tech .tech-box .dvs .week-set .date,
.main-section.tech .tech-box .dvs .week-set .time {
  font-size: 24px;
  line-height: 1.4;
  font-weight: var(--fw-medium);
  color: var(--text-52);
}
@media all and (max-width: 1600px) {
  .main .key-visual .intro-box {
    gap: 40px;
    width: 1000px;
  }
  .main .key-visual .intro-box .logo {
    width: 960px;
  }
  .main .key-visual .intro-box .info-set .period .date {
    font-size: 40px;
  }
  .main .key-visual .intro-box .info-set .period .time {
    font-size: 40px;
  }
  .main .key-visual .intro-box .info-set .period .time::before {
    height: 35px;
    margin: 0 20px;
  }
  .main .key-visual .intro-box .info-set .place {
    font-size: 30px;
  }
  .main .key-visual .intro-box .btn_main_reg {
    width: 260px;
    height: 100px;
  }
  .main .key-visual .intro-box .btn_main_reg .txt {
    margin-left: 15px;
    font-size: 24px;
  }
  .main .key-visual .intro-box .btn_main_reg .txt::after {
    width: 30px;
  }
  .main-section {
    padding: 120px 0;
  }
  .main-section .content .sec-title-set .title {
    font-size: 60px;
  }
  .main-section .content .sec-title-set .cmt {
    font-size: 20px;
  }
  .main-section .content .sec-title-set .title-link .title {
    font-size: 80px;
  }
  .main-section .content .sec-title-set .title-link::after {
    width: 50px;
  }
  .main-section.info .info-title {
    font-size: 60px;
  }
  .main-section.info .card-area {
    gap: 30px;
    margin-top: 60px;
  }
  .main-section.info .card-area .main-card .tit-box {
    padding: 30px;
  }
  .main-section.info .card-area .main-card .tit-box .tit-set .tit {
    font-size: 32px;
  }
  .main-section.info .card-area .main-card .tit-box .tit-set::after {
    width: 34px;
  }
  .main-section.info .card-area .main-card .tit-box .cmt {
    font-size: 20px;
  }
  .main-section.keynote .keynote-content .keySwiper {
    padding: 60px 0 40px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide {
    height: 420px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .link {
    padding: 40px 35px;
    border-radius: 50px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.12);
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .top-set {
    gap: 15px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .top-set .day-set .day-grp .day {
    font-size: 20px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .top-set .day-set .day-grp .date {
    font-size: 16px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .top-set .day-set .day-grp + .day-grp::before {
    height: 14px;
    margin: -2px 3px 0 8px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .top-set .tit-set {
    gap: 15px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .top-set .tit-set .tag {
    height: 30px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .top-set .tit-set .tit {
    font-size: 22px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .profile {
    width: 10em;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .profile .name {
    font-size: 18px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .profile .pos > li {
    font-size: 14px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box::after {
    width: 35px;
    position: absolute;
    top: 15px;
    right: -10px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .profile-img {
    width: 160px;
  }
  .main-section.keynote .keynote-content .pagination-set {
    width: 1100px;
  }
  .main-section.location .map-box {
    margin-top: 60px;
  }
  .main-section.location .location-box .locate-list > li {
    padding: 30px 0;
  }
  .main-section.location .location-box .locate-list > li .label {
    font-size: 20px;
  }
  .main-section.location .location-box .locate-list > li .label.icon-bus::before {
    width: 34px;
  }
  .main-section.location .location-box .locate-list > li .txt-con .tit {
    font-size: 20px;
  }
  .main-section.location .location-box .locate-list > li .txt-con .tit .time {
    font-size: 20px;
  }
  .main-section.location .location-box .locate-list > li .txt-con .tit .time > span {
    font-size: 16px;
  }
  .main-section.location .location-box .locate-list > li .txt-con .address-set .loc {
    font-size: 20px;
  }
  .main-section.location .location-box .locate-list > li .txt-con .txt {
    font-size: 16px;
  }
  .main-section.location .location-box .locate-list > li .txt-con .loc-info-set {
    margin-top: 25px;
  }
  .main-section.location .location-box .locate-list > li .txt-con .loc-info-set .loc-info .num {
    width: 26px;
    font-size: 15px;
  }
  .main-section.location .location-box .locate-list > li .txt-con .loc-info-set .loc-info .loc-breadcrumb {
    font-size: 20px;
  }
  .main-section.location .location-box .locate-list > li .txt-con .loc-info-set .loc-info .loc-breadcrumb .arr {
    margin: 0 8px;
  }
  .main-section.location .location-box .locate-list > li .txt-con .cmt {
    font-size: 14px;
  }
  .main-section.location .location-box .loc-btn-list {
    margin-top: 35px;
  }
  .main-section.location .location-box .loc-btn-list > li + li::before {
    margin: 0 20px;
  }
  .main-section.tech .tech-box {
    margin-top: 40px;
    gap: 50px;
    padding: 50px;
  }
  .main-section.tech .tech-box .dvs .week-set .date {
    font-size: 20px;
  }
  .main-section.tech .tech-box .dvs .week-set .time {
    font-size: 20px;
  }
}
@media all and (max-width: 1400px) {
  .main .key-visual .intro-video {
    height: calc(100% - 60px);
    margin-top: 30px;
  }
  .main .key-visual .intro-box {
    gap: 30px;
    width: 980px;
  }
  .main .key-visual .intro-box .logo {
    width: 900px;
  }
  .main .key-visual .intro-box .info-set .period .date {
    font-size: 34px;
  }
  .main .key-visual .intro-box .info-set .period .time {
    font-size: 34px;
  }
  .main .key-visual .intro-box .info-set .period .time::before {
    height: 30px;
    margin: 0 15px;
  }
  .main .key-visual .intro-box .info-set .place {
    font-size: 30px;
  }
  .main .key-visual .intro-box .btn_main_reg {
    width: 240px;
    height: 90px;
  }
  .main .key-visual .intro-box .btn_main_reg .txt {
    margin-left: 10px;
    font-size: 20px;
  }
  .main .key-visual .intro-box .btn_main_reg .txt::after {
    width: 20px;
  }
  .main-section {
    padding: 80px 0;
  }
  .main-section .content .sec-title-set .title {
    font-size: 50px;
  }
  .main-section .content .sec-title-set .btn.icon-more {
    font-size: 24px;
  }
  .main-section .content .sec-title-set .btn.icon-more::after {
    width: 34px;
  }
  .main-section .content .sec-title-set .cmt {
    font-size: 16px;
  }
  .main-section .content .sec-title-set .title-link .title {
    font-size: 60px;
  }
  .main-section .content .sec-title-set .title-link::after {
    width: 40px;
  }
  .main-section.info .info-title {
    font-size: 50px;
  }
  .main-section.info .card-area {
    margin-top: 50px;
  }
  .main-section.info .card-area .main-card .tit-box {
    padding: 30px;
  }
  .main-section.info .card-area .main-card .tit-box .tit-set .tit {
    font-size: 28px;
  }
  .main-section.info .card-area .main-card .tit-box .tit-set::after {
    width: 30px;
  }
  .main-section.info .card-area .main-card .tit-box .cmt {
    font-size: 16px;
  }
  .main-section.keynote .keynote-content .keySwiper {
    padding: 50px 0 30px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide {
    height: 340px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .link {
    padding: 30px 25px;
    border-radius: 40px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .top-set {
    gap: 15px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .top-set .day-set .day-grp .day {
    font-size: 18px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .top-set .day-set .day-grp .date {
    font-size: 14px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .top-set .day-set .day-grp + .day-grp::before {
    height: 12px;
    margin: -2px 3px 0 8px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .top-set .tit-set {
    gap: 15px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .top-set .tit-set .tag {
    height: 25px;
    font-size: 13px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .top-set .tit-set .tit {
    font-size: 18px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .profile .name {
    font-size: 16px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .profile .name > strong {
    font-weight: var(--fw-medium);
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .profile .pos > li {
    font-size: 12px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box::after {
    width: 30px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .profile-img {
    width: 120px;
  }
  .main-section.keynote .keynote-content .pagination-set {
    width: 980px;
  }
  .main-section.keynote .keynote-content .pagination-set .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .main-section.keynote .keynote-content .pagination-set .btn-set .swiper-button-prev,
  .main-section.keynote .keynote-content .pagination-set .btn-set .swiper-button-next {
    width: 45px;
  }
  .main-section.keynote .keynote-content .pagination-set .btn-set .swiper-button-prev::before, .main-section.keynote .keynote-content .pagination-set .btn-set .swiper-button-prev::after,
  .main-section.keynote .keynote-content .pagination-set .btn-set .swiper-button-next::before,
  .main-section.keynote .keynote-content .pagination-set .btn-set .swiper-button-next::after {
    width: 100%;
  }
  .main-section.location .map-box {
    margin-top: 40px;
  }
  .main-section.location .location-box .locate-list > li {
    padding: 20px 0;
  }
  .main-section.location .location-box .locate-list > li .label {
    font-size: 16px;
  }
  .main-section.location .location-box .locate-list > li .label.icon-bus::before {
    width: 28px;
  }
  .main-section.location .location-box .locate-list > li .txt-con .tit {
    font-size: 16px;
  }
  .main-section.location .location-box .locate-list > li .txt-con .tit .time {
    font-size: 16px;
  }
  .main-section.location .location-box .locate-list > li .txt-con .tit .time > span {
    padding: 0 6px;
    font-size: 16px;
  }
  .main-section.location .location-box .locate-list > li .txt-con .address-set .loc {
    font-size: 16px;
  }
  .main-section.location .location-box .locate-list > li .txt-con .txt {
    font-size: 14px;
  }
  .main-section.location .location-box .locate-list > li .txt-con .loc-info-set {
    margin-top: 20px;
  }
  .main-section.location .location-box .locate-list > li .txt-con .loc-info-set .loc-info .num {
    width: 22px;
    font-size: 13px;
  }
  .main-section.location .location-box .locate-list > li .txt-con .loc-info-set .loc-info .loc-breadcrumb {
    font-size: 18px;
  }
  .main-section.location .location-box .locate-list > li .txt-con .loc-info-set .loc-info .loc-breadcrumb .arr {
    margin: 0 6px;
  }
  .main-section.location .location-box .locate-list > li .txt-con .cmt {
    font-size: 12px;
  }
  .main-section.location .location-box .loc-btn-list {
    margin-top: 25px;
  }
  .main-section.location .location-box .loc-btn-list > li .btn.icon-more {
    font-size: 22px;
  }
  .main-section.location .location-box .loc-btn-list > li .btn.icon-more::after {
    width: 30px;
  }
  .main-section.location .location-box .loc-btn-list > li + li::before {
    margin: 0 15px;
  }
  .main-section.tech .tech-box {
    margin-top: 30px;
    gap: 40px;
    padding: 40px;
  }
  .main-section.tech .tech-box .dvs .week-set .date {
    font-size: 16px;
  }
  .main-section.tech .tech-box .dvs .week-set .time {
    font-size: 16px;
  }
}
@media all and (max-width: 1200px) {
  .main .key-visual .intro-box {
    gap: 25px;
    width: 800px;
  }
  .main .key-visual .intro-box .logo {
    width: 760px;
  }
  .main .key-visual .intro-box .info-set {
    gap: 15px;
  }
  .main .key-visual .intro-box .info-set .period .date {
    font-size: 28px;
  }
  .main .key-visual .intro-box .info-set .period .time {
    font-size: 28px;
  }
  .main .key-visual .intro-box .info-set .period .time::before {
    height: 20px;
  }
  .main .key-visual .intro-box .info-set .place {
    font-size: 22px;
  }
  .main .key-visual .intro-box .btn_main_reg {
    width: 200px;
    height: 80px;
    margin-top: 10px;
  }
  .main .key-visual .intro-box .btn_main_reg .txt {
    font-size: 18px;
  }
  .main-section {
    padding: 70px 0;
  }
  .main-section .content .sec-title-set .title {
    font-size: 40px;
  }
  .main-section .content .sec-title-set .btn.icon-more {
    font-size: 20px;
  }
  .main-section .content .sec-title-set .btn.icon-more::after {
    width: 30px;
  }
  .main-section .content .sec-title-set .cmt {
    font-size: 14px;
  }
  .main-section .content .sec-title-set .title-link .title {
    font-size: 50px;
  }
  .main-section .content .sec-title-set .title-link::after {
    width: 35px;
  }
  .main-section.info .info-title {
    font-size: 40px;
  }
  .main-section.info .card-area {
    margin-top: 35px;
  }
  .main-section.info .card-area .main-card .tit-box {
    padding: 25px;
  }
  .main-section.info .card-area .main-card .tit-box .tit-set .tit {
    font-size: 24px;
  }
  .main-section.info .card-area .main-card .tit-box .tit-set::after {
    width: 26px;
  }
  .main-section.info .card-area .main-card .tit-box .cmt {
    font-size: 14px;
  }
  .main-section.keynote .keynote-content .keySwiper {
    padding: 40px 0 35px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide {
    height: 280px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .link {
    padding: 25px 20px;
    border-radius: 30px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .top-set {
    gap: 15px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .top-set .day-set .day-grp .day {
    font-size: 15px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .top-set .day-set .day-grp .date {
    font-size: 12px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .top-set .day-set .day-grp + .day-grp::before {
    height: 12px;
    margin: -2px 3px 0 8px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .top-set .tit-set {
    gap: 10px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .top-set .tit-set .tag {
    height: 25px;
    font-size: 13px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .top-set .tit-set .tit {
    font-size: 16px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .profile {
    gap: 5px;
    width: 9em;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .profile .name {
    font-size: 12px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .profile .pos > li {
    font-size: 12px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box::after {
    width: 25px;
    position: absolute;
    top: 20px;
    right: -5px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .profile-img {
    width: 100px;
  }
  .main-section.keynote .keynote-content .pagination-set {
    width: 800px;
  }
  .main-section.keynote .keynote-content .pagination-set .btn-set .swiper-button-prev,
  .main-section.keynote .keynote-content .pagination-set .btn-set .swiper-button-next {
    width: 40px;
  }
  .main-section.location .map-box {
    margin-top: 25px;
  }
  .main-section.location .location-box .locate-list > li {
    padding: 15px 0;
  }
  .main-section.location .location-box .locate-list > li .label {
    font-size: 14px;
  }
  .main-section.location .location-box .locate-list > li .label.icon-bus::before {
    width: 24px;
  }
  .main-section.location .location-box .locate-list > li .txt-con .tit {
    font-size: 14px;
  }
  .main-section.location .location-box .locate-list > li .txt-con .tit .time {
    font-size: 14px;
  }
  .main-section.location .location-box .locate-list > li .txt-con .tit .time > span {
    font-size: 12px;
  }
  .main-section.location .location-box .locate-list > li .txt-con .address-set .loc {
    font-size: 14px;
  }
  .main-section.location .location-box .locate-list > li .txt-con .txt {
    font-size: 12px;
  }
  .main-section.location .location-box .locate-list > li .txt-con .loc-info-set {
    margin-top: 15px;
  }
  .main-section.location .location-box .locate-list > li .txt-con .loc-info-set .loc-info .num {
    width: 20px;
    font-size: 12px;
  }
  .main-section.location .location-box .locate-list > li .txt-con .loc-info-set .loc-info .loc-breadcrumb {
    font-size: 16px;
  }
  .main-section.location .location-box .locate-list > li .txt-con .cmt {
    font-size: 11px;
  }
  .main-section.location .location-box .loc-btn-list {
    margin-top: 20px;
  }
  .main-section.location .location-box .loc-btn-list > li .btn.icon-more {
    font-size: 18px;
  }
  .main-section.location .location-box .loc-btn-list > li .btn.icon-more::after {
    width: 26px;
  }
  .main-section.location .location-box .loc-btn-list > li + li::before {
    margin: 0 10px;
  }
  .main-section.tech .tech-box {
    margin-top: 25px;
    gap: 30px;
    padding: 30px;
  }
  .main-section.tech .tech-box .dvs .week-set .date {
    font-size: 14px;
  }
  .main-section.tech .tech-box .dvs .week-set .time {
    font-size: 14px;
  }
}
@media all and (max-width: 1023px) {
  .main .key-visual .intro-video {
    height: calc(100% - 50px);
    margin-top: 25px;
  }
  .main .key-visual .intro-box {
    gap: 40px;
    width: 85%;
  }
  .main .key-visual .intro-box .logo {
    width: 100%;
  }
  .main .key-visual .intro-box .info-set {
    gap: 15px;
  }
  .main .key-visual .intro-box .info-set .period {
    display: block;
  }
  .main .key-visual .intro-box .info-set .period .date {
    font-size: 18px;
  }
  .main .key-visual .intro-box .info-set .period .time {
    display: block;
    margin-top: 10px;
    font-size: 18px;
  }
  .main .key-visual .intro-box .info-set .period .time::before {
    content: none;
  }
  .main .key-visual .intro-box .info-set .place {
    font-size: 18px;
  }
  .main .key-visual .intro-box .btn_main_reg {
    margin-top: 20px;
    width: 180px;
    height: 60px;
  }
  .main .key-visual .intro-box .btn_main_reg .txt {
    flex-shrink: 0;
    font-size: 14px;
  }
  .main .key-visual .intro-box .btn_main_reg .txt::after {
    width: 18px;
  }
  .main .key-visual .scroll-icon {
    display: flex;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 40px;
    width: 32px;
  }
  @keyframes aniScroll {
    0% {
      opacity: 0;
      bottom: 40px;
    }
    50% {
      opacity: 1;
      bottom: 30px;
    }
    100% {
      opacity: 0;
      bottom: 30px;
    }
  }
  .main-section {
    padding: 30px 0;
  }
  .main-section .content {
    padding: 20px;
  }
  .main-section .content .sec-title-set .title {
    font-size: 30px;
  }
  .main-section .content .sec-title-set .btn.icon-more {
    gap: 10px;
    font-size: 16px;
  }
  .main-section .content .sec-title-set .btn.icon-more::after {
    width: 24px;
  }
  .main-section .content .sec-title-set .cmt {
    font-size: 14px;
  }
  .main-section .content .sec-title-set .title-link .title {
    font-size: 26px;
  }
  .main-section .content .sec-title-set .title-link::after {
    width: 26px;
  }
  .main-section.info .bg-set .bg-bullet.bg {
    top: 5%;
    width: 30%;
  }
  .main-section.info .bg-set .bg-bullet.shape {
    top: 10%;
    width: 80%;
  }
  .main-section.info .info-title {
    font-size: 20px;
  }
  .main-section.info .card-area {
    gap: 10px;
    margin-top: 20px;
  }
  .main-section.info .card-area .main-card .tit-box {
    padding: 16px;
  }
  .main-section.info .card-area .main-card .tit-box .tit-set .tit {
    font-size: 16px;
  }
  .main-section.info .card-area .main-card .tit-box .tit-set::after {
    width: 20px;
  }
  .main-section.info .card-area .main-card .tit-box .cmt {
    height: 4.2em;
    font-size: 12px;
  }
  .main-section.info .card-area .main-card .img-set {
    margin-top: -5px;
  }
  .main-section.keynote {
    background: var(--bg-ef);
  }
  .main-section.keynote .keynote-content .keySwiper {
    padding: 35px 0;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide {
    height: auto;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .link {
    padding: 20px;
    border-radius: 25px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .top-set .tit-set {
    gap: 20px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .top-set .tit-set .tit {
    font-size: 14px;
    line-height: 1.2;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .top-set .tit-set .tag {
    height: 18px;
    border-radius: 6px;
    padding: 0 10px;
    font-size: 10px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .profile {
    gap: 5px;
    margin-top: 20px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .profile .name {
    font-size: 13px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .data-box .profile .pos > li {
    font-size: 12px;
  }
  .main-section.keynote .keynote-content .keySwiper .swiper-wrapper .swiper-slide .profile-img {
    width: 80px;
  }
  .main-section.keynote .keynote-content .pagination-set {
    width: calc(100% - 40px);
  }
  .main-section.keynote .keynote-content .pagination-set .swiper-pagination {
    display: none;
  }
  .main-section.keynote .keynote-content .pagination-set .btn-set {
    width: 100%;
    justify-content: flex-end;
  }
  .main-section.keynote .keynote-content .pagination-set .btn-set .swiper-button-prev,
  .main-section.keynote .keynote-content .pagination-set .btn-set .swiper-button-next {
    width: 35px;
  }
  .main-section.location .sec-title-set {
    display: block;
  }
  .main-section.location .sec-title-set .cmt {
    margin-top: 10px;
  }
  .main-section.location .map-box {
    margin-top: 15px;
  }
  .main-section.location .map-box .web {
    display: none;
  }
  .main-section.location .map-box .mob {
    display: block;
  }
  .main-section.location .location-box .locate-list > li .label {
    width: 48px;
  }
  .main-section.location .location-box .locate-list > li .txt-con .tit {
    flex-wrap: wrap;
    font-size: 14px;
    letter-spacing: -0.4px;
  }
  .main-section.location .location-box .locate-list > li .txt-con .tit .time > span {
    padding: 0 4px;
  }
  .main-section.location .location-box .locate-list > li .txt-con .address-set .loc {
    font-size: 14px;
  }
  .main-section.location .location-box .locate-list > li .txt-con .txt {
    font-size: 12px;
  }
  .main-section.location .location-box .locate-list > li .txt-con .loc-info-set {
    margin-top: 20px;
    gap: 5px;
  }
  .main-section.location .location-box .locate-list > li .txt-con .loc-info-set .loc-info .num {
    width: 18px;
    font-size: 11px;
  }
  .main-section.location .location-box .locate-list > li .txt-con .loc-info-set .loc-info .loc-breadcrumb {
    font-size: 12px;
  }
  .main-section.location .location-box .locate-list > li .txt-con .loc-info-set .loc-info .loc-breadcrumb > li + li::before {
    margin: 0 5px;
  }
  .main-section.location .location-box .locate-list > li .txt-con .loc-info-set .loc-info .loc-breadcrumb {
    font-size: 12px;
  }
  .main-section.location .location-box .locate-list > li .txt-con .loc-info-set .loc-info .loc-breadcrumb .arr {
    margin: 0 4px;
  }
  .main-section.location .location-box .locate-list > li .txt-con .cmt {
    margin-top: 15px;
    font-size: 11px;
  }
  .main-section.location .location-box .locate-list > li .txt-con .bus-info {
    margin-top: 15px;
  }
  .main-section.location .location-box .locate-list > li .txt-con .bus-info > img.web {
    display: none;
  }
  .main-section.location .location-box .locate-list > li .txt-con .bus-info > img.mob {
    display: block;
  }
  .main-section.location .location-box .loc-btn-list {
    margin-top: 20px;
  }
  .main-section.location .location-box .loc-btn-list > li {
    width: 100%;
  }
  .main-section.location .location-box .loc-btn-list > li .btn.icon-more {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
    font-size: 12px;
    gap: 8px;
  }
  .main-section.location .location-box .loc-btn-list > li .btn.icon-more::after {
    width: 18px;
  }
  .main-section.location .location-box .loc-btn-list > li + li {
    position: relative;
  }
  .main-section.location .location-box .loc-btn-list > li + li::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    margin: 0;
  }
  .main-section.tech .tech-box {
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    padding: 30px;
  }
  .main-section.tech .tech-box .dvs {
    gap: 10px;
  }
  .main-section.tech .tech-box .dvs .week-set .date,
  .main-section.tech .tech-box .dvs .week-set .time {
    font-size: 16px;
  }
}

.mv[hidden] {
  display: none !important;
}

.program {
  position: relative;
  padding: 40px;
}
.program .filter-box {
  z-index: 20;
  position: sticky;
  top: 70px;
  padding-top: 10px;
  margin-bottom: 20px;
  background: var(--white);
}
.program .filter-box .day-selector {
  display: flex;
  gap: 8px;
  margin-bottom: 15px;
}
.program .filter-box .day-selector .btn-day {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border-radius: 12px;
  background: rgba(0, 5, 30, 0.4);
  font-size: 28px;
  line-height: normal;
  font-weight: var(--fw-regular);
  color: var(--white);
}
.program .filter-box .day-selector .btn-day .day {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: var(--fw-bold);
  line-height: 1;
  transform: translateY(1px);
}
.program .filter-box .day-selector .btn-day .day::before {
  content: "";
  display: none;
  width: 30px;
  aspect-ratio: 1/1;
  margin-top: -4px;
  background: url("/images/logo_symbol.png") no-repeat 0/contain;
}
.program .filter-box .day-selector .btn-day .time {
  display: flex;
  align-items: center;
  line-height: 1;
  transform: translateY(1px);
}
.program .filter-box .day-selector .btn-day .time::before {
  content: "";
  width: 1px;
  height: 14px;
  margin: 0 10px;
  background: rgba(255, 255, 255, 0.3);
}
.program .filter-box .day-selector .btn-day.active {
  background: rgb(0, 5, 30);
}
.program .filter-box .day-selector .btn-day.active .day::before {
  display: block;
}
.program .filter-box .filter-selector {
  display: flex;
  gap: 8px;
  width: 100%;
}
.program .filter-box .filter-selector .list-tab {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  width: 100%;
  padding-top: 10px;
  height: 100px;
  border-bottom: 4px solid var(--text-0);
}
.program .filter-box .filter-selector .list-tab .tit {
  font-size: 22px;
  font-weight: var(--fw-medium);
}
.program .filter-box .filter-selector .list-tab .txt {
  padding-right: 5px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: var(--fw-regular);
  text-align: left;
  word-break: keep-all;
}
.program .filter-box .filter-selector .list-tab .cmt {
  font-size: 14px;
  line-height: normal;
  font-weight: var(--fw-regular);
  color: var(--text-0);
}
.program .filter-box .filter-selector .list-tab.keynote .tit,
.program .filter-box .filter-selector .list-tab.keynote .txt {
  color: var(--agd-type-keynote);
}
.program .filter-box .filter-selector .list-tab.keynote {
  border-color: var(--agd-type-keynote);
}
.program .filter-box .filter-selector .list-tab.ai .tit,
.program .filter-box .filter-selector .list-tab.ai .txt {
  color: var(--agd-type-ai);
}
.program .filter-box .filter-selector .list-tab.ai {
  border-color: var(--agd-type-ai);
}
.program .filter-box .filter-selector .list-tab.insight .tit,
.program .filter-box .filter-selector .list-tab.insight .txt {
  color: var(--agd-type-insight);
}
.program .filter-box .filter-selector .list-tab.insight {
  border-color: var(--agd-type-insight);
}
.program .filter-box .filter-selector .list-tab.story .tit,
.program .filter-box .filter-selector .list-tab.story .txt {
  color: var(--agd-type-story);
}
.program .filter-box .filter-selector .list-tab.story {
  border-color: var(--agd-type-story);
}
.program .filter-box .filter-selector .list-tab.contest .tit,
.program .filter-box .filter-selector .list-tab.contest .txt {
  color: var(--agd-type-contest);
}
.program .filter-box .filter-selector .list-tab.contest {
  border-color: var(--agd-type-contest);
}
.program .filter-box .filter-selector .list-tab.network .tit,
.program .filter-box .filter-selector .list-tab.network .txt {
  color: var(--agd-type-network);
}
.program .filter-box .filter-selector .list-tab.network {
  border-color: var(--agd-type-network);
}
.program .filter-box .filter-selector .list-tab.gallery .tit,
.program .filter-box .filter-selector .list-tab.gallery .txt {
  color: var(--agd-type-gallery);
}
.program .filter-box .filter-selector .list-tab.gallery {
  border-color: var(--agd-type-gallery);
}
.program .filter-box .filter-selector .list-tab.panel .tit,
.program .filter-box .filter-selector .list-tab.panel .txt {
  color: var(--agd-type-panel);
}
.program .filter-box .filter-selector .list-tab.panel {
  border-color: var(--agd-type-panel);
}
.program .filter-box .filter-selector .list-tab.share .tit,
.program .filter-box .filter-selector .list-tab.share .txt {
  color: var(--agd-type-share);
}
.program .filter-box .filter-selector .list-tab.share {
  border-color: var(--agd-type-share);
}
.program .filter-box .filter-selector .list-tab.drive .tit,
.program .filter-box .filter-selector .list-tab.drive .txt {
  color: var(--agd-type-drive);
}
.program .filter-box .filter-selector .list-tab.drive {
  border-color: var(--agd-type-drive);
}
.program .filter-box .filter-selector .list-tab.deep .tit,
.program .filter-box .filter-selector .list-tab.deep .txt {
  color: var(--agd-type-deep);
}
.program .filter-box .filter-selector .list-tab.deep {
  border-color: var(--agd-type-deep);
}
.program .filter-box .filter-selector .list-tab.all {
  width: 50%;
}
.program .filter-box .filter-selector .list-tab.all .tit,
.program .filter-box .filter-selector .list-tab.all .txt {
  color: var(--text-52);
}
.program .filter-box .filter-selector .list-tab.all .txt .icon {
  width: 32px;
  aspect-ratio: 1/1;
  background: url("/images/icon/icon_reload.svg") no-repeat 0/contain;
}
.program .filter-box .filter-selector .list-tab.all {
  border-color: var(--text-52);
}
.program .filter-box .filter-selector .list-tab.dimmed .tit,
.program .filter-box .filter-selector .list-tab.dimmed .txt,
.program .filter-box .filter-selector .list-tab.dimmed .cmt {
  color: var(--text-8a);
}
.program .filter-box .filter-selector .list-tab.dimmed {
  border-color: var(--text-8a);
}
.program .filter-box .filter-selector .list-tab.is-hidden {
  display: none !important;
}
.program body.tabs-ready .filter-selector .list-tab {
  display: flex;
}
.program .time-table-wrapper {
  overflow-x: auto;
  position: relative;
  width: 100%;
}
.program .time-table-wrapper .track-header {
  display: flex;
  position: sticky;
  top: 0;
  z-index: 5;
  background: var(--white);
  border-bottom: 1px solid var(--border-d3);
  min-width: 1600px;
}
.program .time-table-wrapper .track-header .track-time {
  position: sticky;
  left: 0;
  width: 100px;
  background: var(--white);
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  border-right: 1px solid var(--border-d3);
}
.program .time-table-wrapper .track-header .track-list {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  min-width: 0;
}
.program .time-table-wrapper .track-header .track-list .track-row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  height: 40px;
}
.program .time-table-wrapper .track-header .track-list .track-row.room-row {
  border-bottom: 1px solid var(--border-d3);
}
.program .time-table-wrapper .track-header .track-list .room,
.program .time-table-wrapper .track-header .track-list .track {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-size: 14px;
  font-weight: var(--fw-regular);
  color: var(--text-0);
}
.program .time-table-wrapper .track-header .track-list .room + div::before,
.program .time-table-wrapper .track-header .track-list .track + div::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 30px;
  background: var(--border-d3);
}
.program .time-table-wrapper .time-table {
  position: relative;
  display: flex;
  min-width: 1600px;
}
.program .time-table-wrapper .time-table .time-labels {
  position: sticky;
  left: 0;
  z-index: 4;
  width: 100px;
  background: var(--white);
  border-right: 1px solid var(--border-d3);
}
.program .time-table-wrapper .time-table .time-labels .time-block.internal-off {
  border-bottom-color: transparent !important;
}
.program .time-table-wrapper .time-table .time-labels .time-block.internal-off::after {
  opacity: 0 !important;
}
.program .time-table-wrapper .time-table .time-block {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: var(--fw-regular);
  color: var(--text-0);
}
.program .time-table-wrapper .time-table .time-block::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5px;
  width: 90px;
  height: 1px;
  background: var(--border-d3);
}
.program .time-table-wrapper .time-table .time-block.hidden {
  display: none;
}
.program .time-table-wrapper .time-table .time-block.blank {
  color: transparent;
}
.program .time-table-wrapper .time-table .time-merge {
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
}
.program .time-table-wrapper .time-table .time-merge::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5px;
  width: 90px;
  height: 1px;
  background: var(--border-d3);
}
.program .time-table-wrapper .time-table .time-merge .label {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.85);
  padding: 2px 6px;
  border-radius: 4px;
  white-space: nowrap;
}
.program .time-table-wrapper .time-table .tracks {
  position: relative;
  flex: 1;
}
.program .time-table-wrapper .time-table .tracks .session {
  overflow: hidden;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: inset 0 0 0 2px var(--white);
}
.program .time-table-wrapper .time-table .tracks .session .none {
  display: none !important;
}
.program .time-table-wrapper .time-table .tracks .session .data-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.program .time-table-wrapper .time-table .tracks .session .data-info .tag {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  height: 20px;
  padding: 0 8px;
  border-radius: 6px;
  font-size: 11px;
  line-height: 1;
  font-weight: var(--fw-regular);
  color: var(--white);
}
.program .time-table-wrapper .time-table .tracks .session .data-info .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 2.8em;
  font-size: 14px;
  line-height: 1.4;
  font-weight: var(--fw-regular);
  color: var(--text-0);
  word-break: keep-all;
  white-space: pre-wrap;
}
.program .time-table-wrapper .time-table .tracks .session .data-info .time {
  font-size: 12px;
  line-height: normal;
  font-weight: var(--fw-regular);
  color: var(--text-52);
}
.program .time-table-wrapper .time-table .tracks .session .speaker-list {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  gap: 4px;
}
.program .time-table-wrapper .time-table .tracks .session .speaker-list li {
  font-size: 12px;
  line-height: 1.2;
  font-weight: var(--fw-regular);
  color: var(--text-0);
  text-align: right;
}
.program .time-table-wrapper .time-table .tracks .session .speaker-list li .user-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.program .time-table-wrapper .time-table .tracks .session .speaker-list li .user-info .team {
  word-break: break-all;
}
.program .time-table-wrapper .time-table .tracks .session .speaker-list li .user-info .name {
  word-break: break-all;
}
.program .time-table-wrapper .time-table .tracks .session.info {
  justify-content: center;
  pointer-events: none;
}
.program .time-table-wrapper .time-table .tracks .session.info .data-info {
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.program .time-table-wrapper .time-table .tracks .session.info {
  background: var(--adg-bg-info);
}
.program .time-table-wrapper .time-table .tracks .session.keynote {
  background: var(--agd-bg-keynote);
}
.program .time-table-wrapper .time-table .tracks .session.keynote .tag {
  background: var(--agd-type-keynote);
}
.program .time-table-wrapper .time-table .tracks .session.ai {
  background: var(--agd-bg-ai);
}
.program .time-table-wrapper .time-table .tracks .session.ai .tag {
  background: var(--agd-type-ai);
}
.program .time-table-wrapper .time-table .tracks .session.insight {
  background: var(--agd-bg-insight);
}
.program .time-table-wrapper .time-table .tracks .session.insight .tag {
  background: var(--agd-type-insight);
}
.program .time-table-wrapper .time-table .tracks .session.story {
  background: var(--agd-bg-story);
}
.program .time-table-wrapper .time-table .tracks .session.story .tag {
  background: var(--agd-type-story);
}
.program .time-table-wrapper .time-table .tracks .session.contest {
  background: var(--agd-bg-contest);
}
.program .time-table-wrapper .time-table .tracks .session.contest .tag {
  background: var(--agd-type-contest);
}
.program .time-table-wrapper .time-table .tracks .session.network {
  background: var(--agd-bg-network);
}
.program .time-table-wrapper .time-table .tracks .session.network .tag {
  background: var(--agd-type-network);
}
.program .time-table-wrapper .time-table .tracks .session.gallery {
  background: var(--agd-bg-gallery);
}
.program .time-table-wrapper .time-table .tracks .session.gallery .tag {
  background: var(--agd-type-gallery);
}
.program .time-table-wrapper .time-table .tracks .session.panel {
  background: var(--agd-bg-panel);
}
.program .time-table-wrapper .time-table .tracks .session.panel .tag {
  background: var(--agd-type-panel);
}
.program .time-table-wrapper .time-table .tracks .session.share {
  background: var(--agd-bg-share);
}
.program .time-table-wrapper .time-table .tracks .session.share .tag {
  background: var(--agd-type-share);
}
.program .time-table-wrapper .time-table .tracks .session.drive {
  background: var(--agd-bg-drive);
}
.program .time-table-wrapper .time-table .tracks .session.drive .tag {
  background: var(--agd-type-drive);
}
.program .time-table-wrapper .time-table .tracks .session.deep {
  background: var(--agd-bg-deep);
}
.program .time-table-wrapper .time-table .tracks .session.deep .tag {
  background: var(--agd-type-deep);
}
.program .time-table-wrapper .time-table .tracks .session.broadcast {
  align-items: center;
  justify-content: center;
  background: var(--adg-bg-broadcast);
  pointer-events: none;
}
.program .time-table-wrapper .time-table .tracks .session.broadcast .data-info .time {
  display: none;
}
.program .time-table-wrapper .time-table .tracks .session.broadcast .data-info .title {
  color: var(--text-8a);
}
.program .time-table-wrapper .time-table .tracks .session.dimmed {
  background: var(--adg-bg-dimed);
}
.program .time-table-wrapper .time-table .tracks .session.dimmed .tag {
  background: var(--bg-b3);
}
.program .time-table-wrapper .time-table .tracks .session.lunch-block {
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  border-top: 1px solid var(--border-d3);
  border-bottom: 1px solid var(--border-d3);
  background: var(--white);
  pointer-events: none;
  font-size: 16px;
  line-height: 1;
  font-weight: var(--fw-regular);
  color: var(--text-0);
}
.program .time-table-mobile {
  display: none;
}
@media all and (max-width: 1600px) {
  .program {
    padding: 35px;
  }
  .program .filter-box {
    margin-bottom: 15px;
  }
  .program .filter-box .day-selector {
    margin-bottom: 10px;
  }
  .program .filter-box .day-selector .btn-day {
    height: 40px;
    border-radius: 10px;
    font-size: 22px;
  }
  .program .filter-box .day-selector .btn-day .day::before {
    width: 26px;
  }
  .program .filter-box .filter-selector .list-tab {
    height: 90px;
  }
  .program .filter-box .filter-selector .list-tab .tit {
    font-size: 20px;
  }
  .program .filter-box .filter-selector .list-tab .txt {
    font-size: 14px;
  }
  .program .filter-box .filter-selector .list-tab .cmt {
    font-size: 12px;
  }
  .program .filter-box .filter-selector .list-tab.all .txt .icon {
    width: 28px;
  }
  .program .time-table-wrapper .track-header .track-list .room,
  .program .time-table-wrapper .track-header .track-list .track {
    font-size: 12px;
  }
  .program .time-table-wrapper .time-table .tracks .session {
    border-radius: 10px;
  }
  .program .time-table-wrapper .time-table .tracks .session .data-info .tag {
    height: 20px;
    font-size: 11px;
  }
  .program .time-table-wrapper .time-table .tracks .session .data-info .title {
    font-size: 14px;
  }
  .program .time-table-wrapper .time-table .tracks .session .data-info .time {
    font-size: 12px;
  }
  .program .time-table-wrapper .time-table .tracks .session .speaker-list li {
    font-size: 12px;
  }
  .program .time-table-wrapper .time-table .tracks .session.lunch-block {
    font-size: 14px;
  }
}
@media all and (max-width: 1400px) {
  .program {
    padding: 25px;
  }
  .program .filter-box {
    top: 60px;
    margin-bottom: 10px;
  }
  .program .filter-box .day-selector {
    margin-bottom: 10px;
  }
  .program .filter-box .day-selector .btn-day {
    height: 35px;
    font-size: 18px;
  }
  .program .filter-box .day-selector .btn-day .day::before {
    width: 22px;
    margin-top: -2px;
  }
  .program .filter-box .day-selector .btn-day .time::before {
    height: 12px;
  }
  .program .filter-box .filter-selector .list-tab {
    height: 80px;
  }
  .program .filter-box .filter-selector .list-tab .tit {
    font-size: 18px;
  }
  .program .filter-box .filter-selector .list-tab .txt {
    font-size: 12px;
  }
  .program .filter-box .filter-selector .list-tab .cmt {
    font-size: 11px;
  }
  .program .filter-box .filter-selector .list-tab.all .txt .icon {
    width: 22px;
  }
}
@media all and (max-width: 1200px) {
  .program {
    padding: 20px;
  }
  .program .filter-box {
    margin-bottom: 10px;
  }
  .program .filter-box .day-selector {
    margin-bottom: 10px;
  }
  .program .filter-box .day-selector .btn-day {
    height: 35px;
    font-size: 18px;
  }
  .program .filter-box .day-selector .btn-day .day::before {
    width: 22px;
    margin-top: -2px;
  }
  .program .filter-box .day-selector .btn-day .time::before {
    height: 12px;
  }
  .program .filter-box .filter-selector .list-tab {
    height: 74px;
    border-bottom: 2px solid var(--text-0);
  }
  .program .filter-box .filter-selector .list-tab .tit {
    font-size: 15px;
  }
  .program .filter-box .filter-selector .list-tab .txt {
    font-size: 11px;
  }
  .program .filter-box .filter-selector .list-tab .cmt {
    font-size: 10px;
  }
  .program .filter-box .filter-selector .list-tab.all .txt .icon {
    width: 18px;
  }
}
@media all and (max-width: 1023px) {
  .program {
    padding: 20px;
  }
  .program .filter-box {
    margin-bottom: 10px;
    padding-top: 0;
  }
  .program .filter-box .day-selector {
    gap: 5px;
    margin-bottom: 10px;
  }
  .program .filter-box .day-selector .btn-day {
    height: 30px;
    border-radius: 6px;
    font-size: 14px;
  }
  .program .filter-box .day-selector .btn-day .day {
    gap: 0;
  }
  .program .filter-box .day-selector .btn-day .day::before {
    width: 20px;
    margin-top: -4px;
  }
  .program .filter-box .day-selector .btn-day .time {
    display: none;
  }
  .program .filter-box .day-selector .btn-day .time::before {
    margin: 0 5px;
  }
  .program .filter-box .day-selector .btn-day.active {
    flex-shrink: 0;
    width: 40%;
  }
  .program .filter-box .day-selector .btn-day.active .time {
    display: flex;
  }
  .program .filter-box .filter-selector {
    display: none;
  }
  .program .time-table-wrapper {
    display: none;
  }
  .program .time-table-mobile {
    display: block;
    overflow-y: auto;
    max-height: calc(var(--vh, 1vh) * 100 - 175px);
  }
  .program .time-table-mobile .time-content {
    border-top: 1px solid var(--border-d);
  }
  .program .time-table-mobile .time-content .time-cell {
    display: flex;
    gap: 10px;
    padding: 5px 0;
    border-bottom: 1px solid var(--border-d);
  }
  .program .time-table-mobile .time-content .time-cell .label-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
    width: 70px;
  }
  .program .time-table-mobile .time-content .time-cell .label-box .time-set {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    line-height: 1;
    font-weight: var(--fw-regular);
    color: var(--text-0);
  }
  .program .time-table-mobile .time-content .time-cell .label-box .time-set .dash {
    line-height: 0.7;
  }
  .program .time-table-mobile .time-content .time-cell .label-box .place {
    font-size: 10px;
    line-height: 1.2;
    font-weight: var(--fw-regular);
    color: var(--hmg-deep-violet);
  }
  .program .time-table-mobile .time-content .time-cell .session-box {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 10px;
    border-radius: 10px;
    width: calc(100% - 80px);
  }
  .program .time-table-mobile .time-content .time-cell .session-box .inner-cell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .program .time-table-mobile .time-content .time-cell .session-box .inner-cell .tag {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    height: 16px;
    padding: 0 6px;
    border-radius: 4px;
    font-size: 10px;
    line-height: 1;
    font-weight: var(--fw-regular);
    color: var(--white);
  }
  .program .time-table-mobile .time-content .time-cell .session-box .inner-cell .track {
    flex-shrink: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: var(--fw-medium);
    color: var(--text-8a);
  }
  .program .time-table-mobile .time-content .time-cell .session-box .inner-cell .title {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    font-size: 11px;
    line-height: 1;
    font-weight: var(--fw-regular);
    color: var(--text-0);
  }
  .program .time-table-mobile .time-content .time-cell .session-box .inner-cell .speaker {
    font-size: 10px;
    line-height: 1.2;
    font-weight: var(--fw-regular);
    color: var(--text-0);
  }
  .program .time-table-mobile .time-content .time-cell .session-box .inner-cell.speak {
    justify-content: flex-end;
  }
  .program .time-table-mobile .time-content .time-cell .session-box.info {
    justify-content: center;
    pointer-events: none;
  }
  .program .time-table-mobile .time-content .time-cell .session-box.info .data-info .time {
    display: none;
  }
  .program .time-table-mobile .time-content .time-cell .session-box.info {
    background: var(--adg-bg-info);
  }
  .program .time-table-mobile .time-content .time-cell .session-box.keynote {
    background: var(--agd-bg-keynote);
  }
  .program .time-table-mobile .time-content .time-cell .session-box.keynote .tag {
    background: var(--agd-type-keynote);
  }
  .program .time-table-mobile .time-content .time-cell .session-box.ai {
    background: var(--agd-bg-ai);
  }
  .program .time-table-mobile .time-content .time-cell .session-box.ai .tag {
    background: var(--agd-type-ai);
  }
  .program .time-table-mobile .time-content .time-cell .session-box.insight {
    background: var(--agd-bg-insight);
  }
  .program .time-table-mobile .time-content .time-cell .session-box.insight .tag {
    background: var(--agd-type-insight);
  }
  .program .time-table-mobile .time-content .time-cell .session-box.story {
    background: var(--agd-bg-story);
  }
  .program .time-table-mobile .time-content .time-cell .session-box.story .tag {
    background: var(--agd-type-story);
  }
  .program .time-table-mobile .time-content .time-cell .session-box.contest {
    background: var(--agd-bg-contest);
  }
  .program .time-table-mobile .time-content .time-cell .session-box.contest .tag {
    background: var(--agd-type-contest);
  }
  .program .time-table-mobile .time-content .time-cell .session-box.network {
    background: var(--agd-bg-network);
  }
  .program .time-table-mobile .time-content .time-cell .session-box.network .tag {
    background: var(--agd-type-network);
  }
  .program .time-table-mobile .time-content .time-cell .session-box.gallery {
    background: var(--agd-bg-gallery);
  }
  .program .time-table-mobile .time-content .time-cell .session-box.gallery .tag {
    background: var(--agd-type-gallery);
  }
  .program .time-table-mobile .time-content .time-cell .session-box.panel {
    background: var(--agd-bg-panel);
  }
  .program .time-table-mobile .time-content .time-cell .session-box.panel .tag {
    background: var(--agd-type-panel);
  }
  .program .time-table-mobile .time-content .time-cell .session-box.share {
    background: var(--agd-bg-share);
  }
  .program .time-table-mobile .time-content .time-cell .session-box.share .tag {
    background: var(--agd-type-share);
  }
  .program .time-table-mobile .time-content .time-cell .session-box.drive {
    background: var(--agd-bg-drive);
  }
  .program .time-table-mobile .time-content .time-cell .session-box.drive .tag {
    background: var(--agd-type-drive);
  }
  .program .time-table-mobile .time-content .time-cell .session-box.deep {
    background: var(--agd-bg-deep);
  }
  .program .time-table-mobile .time-content .time-cell .session-box.deep .tag {
    background: var(--agd-type-deep);
  }
  .program .time-table-mobile .time-content .time-cell .session-box.broadcast {
    justify-content: center;
    background: var(--adg-bg-broadcast);
    pointer-events: none;
  }
  .program .time-table-mobile .time-content .time-cell.lunch {
    display: none;
    align-items: center;
    border-top: 1px solid var(--border-d);
  }
  .program .time-table-mobile .time-content .time-cell.lunch .lunch-box {
    display: flex;
    align-items: center;
  }
  .program .time-table-mobile .time-content .time-cell.lunch .lunch-box .label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    line-height: 1;
    font-weight: var(--fw-regular);
    color: var(--text-0);
  }
  .program .time-table-mobile .time-content .time-cell.lunch .lunch-box .label::before {
    content: "ㆍ";
    font-weight: var(--fw-bold);
  }
  .program .time-table-mobile .time-content .time-cell.lunch .lunch-box .time {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 1;
    font-weight: var(--fw-regular);
    color: var(--text-0);
  }
  .program .time-table-mobile .time-content .time-cell.lunch .lunch-box .time::before {
    content: "";
    width: 1px;
    height: 8px;
    margin: 0 10px;
    background: var(--border-d3);
  }
}

.sticky-sentinel {
  pointer-events: none !important;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 40px;
  padding: 0 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: var(--fw-medium);
  color: var(--text-0);
}
.btn-primary {
  background: var(--gra-primary);
  color: var(--white);
}
.btn-white {
  background: var(--white);
  border: 1px solid var(--border-b-20);
}
.btn-black {
  background: var(--text-0);
  color: var(--white);
}
.btn-violet {
  background: var(--hmg-violet) !important;
  color: var(--white) !important;
}
.btn-deep-violet {
  background: var(--hmg-deep-violet) !important;
  color: var(--white) !important;
}
.btn-secondary {
  background: var(--bg-90) !important;
  color: var(--white) !important;
}
.btn-line {
  border: 1px solid var(--text-0);
}
.btn-text {
  gap: 15px;
}
.btn:disabled {
  cursor: default;
  background: var(--bg-a4) !important;
  color: var(--text-0-opa04) !important;
}
.btn.md {
  height: 40px;
}
.btn.icon-login::before {
  content: "";
  width: 22px;
  aspect-ratio: 1/1;
  background: url("/images/icon/icon_login.svg") no-repeat 0/contain;
}
.btn.icon-reg::before {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background: url("/images/icon/icon_reg.svg") no-repeat 0/contain;
}
.btn.icon-more {
  padding: 0;
}
.btn.icon-more::after {
  content: "";
  width: 40px;
  aspect-ratio: 1/1;
  background: url("/images/icon/icon_more.svg") no-repeat 0/contain;
}
.btn.icon-down {
  padding: 0;
}
.btn.icon-down::after {
  content: "";
  width: 40px;
  aspect-ratio: 1/1;
  background: url("/images/icon/icon_download.svg") no-repeat 0/contain;
}
.btn-set {
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn-set.center {
  justify-content: center;
}
@media all and (max-width: 1600px) {
  .btn {
    height: 35px;
  }
  .btn.md {
    height: 35px;
  }
}
@media all and (max-width: 1400px) {
  .btn {
    height: 30px;
    padding: 0 12px;
    font-size: 12px;
  }
  .btn.md {
    height: 30px;
  }
}
.chk-set {
  display: flex;
  align-items: center;
  gap: 10px;
}
.chk-set.wrap {
  flex-wrap: wrap;
}
.chk-set.vertical {
  flex-direction: column;
  align-items: flex-start;
}
.chk-set.right {
  justify-content: flex-end;
}
.chk-set.line {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-d);
}
.chk-box {
  display: flex;
  align-items: center;
}
.chk-box input[type=checkbox] {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.chk-box input[type=checkbox] + label {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  font-size: 16px;
  line-height: normal;
  font-weight: var(--fw-regular);
  color: var(--text-0);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.chk-box input[type=checkbox] + label::before {
  content: "";
  flex-shrink: 0;
  width: 20px;
  aspect-ratio: 1/1;
  background: url("/images/icon/icon_chk.svg") no-repeat 50%/contain;
}
.chk-box input[type=checkbox] + label > span {
  color: var(--border-d);
}
.chk-box input[type=checkbox]:checked + label::before {
  background: url("/images/icon/icon_chk_active.svg") no-repeat 50%;
  background-size: contain;
  border: 0;
}
@media all and (max-width: 1400px) {
  .chk-box input[type=checkbox] + label {
    font-size: 14px;
    gap: 6px;
  }
  .chk-box input[type=checkbox] + label::before {
    width: 18px;
  }
}
@media all and (max-width: 1023px) {
  .chk-box input[type=checkbox] + label::before {
    width: 16px;
  }
}

.modal {
  z-index: 900;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--white-80);
}

.popup {
  z-index: 902;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 801px;
  padding: 30px;
  border-radius: 20px;
  max-height: 91vh;
  background: var(--white);
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
  box-shadow: 0 0 48px 0 rgba(0, 0, 0, 0.12);
}
.popup .pop-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.popup .pop-content .pop-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-d);
}
.popup .pop-content .pop-header .title-set {
  display: flex;
  align-items: center;
}
.popup .pop-content .pop-header .title-set .title {
  font-size: 20px;
  font-weight: var(--fw-medium);
  color: var(--text-0);
}
.popup .pop-content .pop-header .title-set .track {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: var(--fw-medium);
  color: var(--text-0);
}
.popup .pop-content .pop-header .title-set .track::after {
  content: "";
  width: 1px;
  height: 18px;
  margin: 0 10px;
  background: var(--border-d);
}
.popup .pop-content .pop-header .title-set .place {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: var(--fw-medium);
  color: var(--hmg-deep-violet);
}
.popup .pop-content .pop-header .title-set .place::before {
  content: "";
  flex-shrink: 0;
  width: 24px;
  aspect-ratio: 1/1;
  margin: -3px 5px 0 0;
  background: url("/images/icon/icon_place.svg") no-repeat 0/contain;
}
.popup .pop-content .pop-header .popup-close {
  flex-shrink: 0;
  width: 30px;
  aspect-ratio: 1/1;
  background: url("/images/btn/btn_pop_close.svg") no-repeat 0/contain;
}
.popup .pop-content .pop-header.flex-end {
  justify-content: flex-end;
}
.popup .pop-content .pop-body {
  overflow-y: auto;
  max-height: calc(91vh - 143px);
}
.popup .pop-content .pop-footer {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.popup .pop-content .pop-footer .btn {
  width: 200px;
}
.popup .pop-content .pop-footer.full .btn {
  width: 100%;
}
.popup.pop-alert {
  width: 400px;
}
.popup.pop-alert .pop-content .pop-body .alert-txt {
  display: flex;
  justify-content: center;
  padding: 10px 0 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: var(--fw-regular);
  color: var(--text-0);
  word-break: keep-all;
}
.popup.pop-position {
  width: 720px;
}
.popup.pop-position .pop-content .pop-body .info-txt {
  font-size: 16px;
  line-height: normal;
  font-weight: var(--fw-regular);
  color: var(--text-0);
}
.popup.pop-position .pop-content .pop-body .srch-inp {
  margin: 16px 0;
}
.popup.pop-position .pop-content .pop-body .srch-inp .inp-set .inp-box .inp-btn {
  margin-right: 2px;
  width: 28px;
  aspect-ratio: 1/1;
}
.popup.pop-position .pop-content .pop-body .srch-inp .inp-set .inp-box .inp-btn > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.popup.pop-position .pop-content .pop-body .srch-inp .slct-opt {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 152px;
  margin-top: 16px;
  padding-right: 4px;
}
.popup.pop-position .pop-content .pop-body .srch-inp .slct-opt > li {
  cursor: pointer;
  width: 100%;
  padding: 12px 24px;
  border-radius: 8px;
  text-align: center;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: var(--fw-light);
  color: var(--black);
}
.popup.pop-position .pop-content .pop-body .srch-inp .slct-opt > li.active, .popup.pop-position .pop-content .pop-body .srch-inp .slct-opt > li:hover {
  border-color: var(--hmg-deep-violet);
  font-weight: var(--fw-regular);
}
.popup.pop-position .pop-content .pop-body .srch-inp .no-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 48px 24px;
  background: var(--bg-ef);
  border-radius: 8px;
}
.popup.pop-position .pop-content .pop-body .srch-inp .no-data .txt {
  font-size: 16px;
  line-height: 1.3;
  font-weight: var(--fw-light);
  color: var(--black);
}
.popup.pop-position .pop-content .pop-body .srch-inp .no-data > p {
  margin-top: 6px;
  font-size: 12px;
  line-height: normal;
  font-weight: var(--fw-regular);
  color: var(--error);
}
.popup.pop-position .pop-content .pop-body .cmt {
  display: flex;
  padding-top: 20px;
  margin-top: 16px;
  border-top: 1px solid var(--border-d);
  font-size: 14px;
  line-height: 1.3;
  font-weight: var(--fw-regular);
  color: var(--hmg-deep-violet);
}
.popup.pop-position .pop-content .pop-body .cmt.dot::before {
  content: "•";
  margin-right: 8px;
}
.popup.pop-time .pop-content .pop-body {
  max-height: calc(91vh - 143px);
  padding-right: 5px;
}
.popup.pop-time .pop-content .pop-body .time-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.popup.pop-time .pop-content .pop-body .time-info .tag {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  height: 24px;
  padding: 0 10px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1;
  font-weight: var(--fw-regular);
  color: var(--white);
}
.popup.pop-time .pop-content .pop-body .time-info .tag.keynote {
  background: var(--agd-type-keynote);
}
.popup.pop-time .pop-content .pop-body .time-info .tag.ai {
  background: var(--agd-type-ai);
}
.popup.pop-time .pop-content .pop-body .time-info .tag.insight {
  background: var(--agd-type-insight);
}
.popup.pop-time .pop-content .pop-body .time-info .tag.story {
  background: var(--agd-type-story);
}
.popup.pop-time .pop-content .pop-body .time-info .tag.contest {
  background: var(--agd-type-contest);
}
.popup.pop-time .pop-content .pop-body .time-info .title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: var(--fw-medium);
  color: var(--text-0);
}
.popup.pop-time .pop-content .pop-body .time-info .recommend-box {
  display: flex;
  align-items: flex-start;
  padding: 6px 16px;
  border-radius: 12px;
  border: 1px solid var(--border-d);
}
.popup.pop-time .pop-content .pop-body .time-info .recommend-box .label {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.4;
  font-weight: var(--fw-regular);
  color: var(--text-8a);
}
.popup.pop-time .pop-content .pop-body .time-info .recommend-box .label::after {
  content: "";
  width: 1px;
  height: 14px;
  margin: 0 10px;
  background: var(--border-d);
}
.popup.pop-time .pop-content .pop-body .time-info .recommend-box .recommend-txt {
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
  font-weight: var(--fw-regular);
  color: var(--text-8a);
}
.popup.pop-time .pop-content .pop-body .time-info .desc {
  font-size: 16px;
  line-height: 1.4;
  font-weight: var(--fw-regular);
  color: var(--text-0);
}
.popup.pop-time .pop-content .pop-body .schedule-set {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  padding: 20px 20px 0;
  border-top: 1px solid var(--border-d);
}
.popup.pop-time .pop-content .pop-body .schedule-set .schedule-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  border-radius: 20px;
  border: 1px solid var(--border-fo);
  background: var(--white);
  box-shadow: 0 0 33px 0 rgba(0, 0, 0, 0.08);
}
.popup.pop-time .pop-content .pop-body .schedule-set .schedule-box .day {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 26px;
  line-height: 1;
  font-weight: var(--fw-medium);
  color: var(--text-0);
}
.popup.pop-time .pop-content .pop-body .schedule-set .schedule-box .day::before {
  content: "";
  flex-shrink: 0;
  width: 40px;
  aspect-ratio: 1/1;
  margin-top: -4px;
  background: url("/images/logo_symbol.png") no-repeat 0/contain;
}
.popup.pop-time .pop-content .pop-body .schedule-set .schedule-box .date-set {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.popup.pop-time .pop-content .pop-body .schedule-set .schedule-box .date-set > * {
  text-align: center;
}
.popup.pop-time .pop-content .pop-body .schedule-set .schedule-box .date-set .date {
  font-size: 20px;
  line-height: 1;
  font-weight: var(--fw-medium);
  color: var(--text-0);
}
.popup.pop-time .pop-content .pop-body .schedule-set .schedule-box .date-set .time {
  font-size: 18px;
  line-height: 1;
  font-weight: var(--fw-regular);
  color: var(--text-0);
}
.popup.pop-time .pop-content .pop-body .schedule-set + .schedule-set {
  margin-top: 15px;
  padding-top: 0;
  border-top: 0;
}
.popup.pop-time .pop-content .pop-body .speaker-area {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.popup.pop-time .pop-content .pop-body .speaker-area .speaker-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 12px 40px;
  border-radius: 8px;
  background: var(--bg-ef);
}
.popup.pop-time .pop-content .pop-body .speaker-area .speaker-box .txt-set {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.popup.pop-time .pop-content .pop-body .speaker-area .speaker-box .txt-set .user-set {
  display: flex;
  align-items: center;
  gap: 15px;
}
.popup.pop-time .pop-content .pop-body .speaker-area .speaker-box .txt-set .user-set .name-set {
  display: flex;
  align-items: center;
  gap: 3px;
}
.popup.pop-time .pop-content .pop-body .speaker-area .speaker-box .txt-set .user-set .name-set .name {
  font-size: 18px;
  line-height: normal;
  font-weight: var(--fw-regular);
  color: var(--text-0);
}
.popup.pop-time .pop-content .pop-body .speaker-area .speaker-box .txt-set .user-set .name-set .pos {
  font-size: 18px;
  line-height: normal;
  font-weight: var(--fw-regular);
  color: var(--text-52);
}
.popup.pop-time .pop-content .pop-body .speaker-area .speaker-box .txt-set .user-set .team {
  font-size: 18px;
  line-height: normal;
  font-weight: var(--fw-regular);
  color: var(--text-8a);
}
.popup.pop-time .pop-content .pop-body .speaker-area .speaker-box .txt-set .cmt {
  font-size: 16px;
  line-height: normal;
  font-weight: var(--fw-regular);
  color: var(--text-0);
}
.popup.pop-time .pop-content .pop-body .speaker-area .speaker-box .profile {
  flex-shrink: 0;
  overflow: hidden;
  width: 70px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url("/images/profile/pop_profile_def.png") no-repeat 0/contain;
}
.popup.pop-time .pop-content .pop-body .speaker-area .speaker-box .profile > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.popup.pop-end {
  width: 720px;
}
.popup.pop-end .pop-content .pop-body .vio-wrap {
  width: 100%;
  height: 100%;
  min-height: auto;
}
.popup.pop-end .pop-content .pop-body .vio-wrap .vio-box {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  padding: 100px;
}
.popup.pop-end .pop-content .pop-body .vio-wrap .vio-box .logo-img {
  width: 90%;
  aspect-ratio: 636/158;
  margin: 0 auto;
}
.popup.pop-end .pop-content .pop-body .vio-wrap .vio-box .logo-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.popup.pop-end .pop-content .pop-body .vio-wrap .vio-box .comp-txt {
  margin-top: 8px;
  text-align: center;
  font-size: 28px;
  font-weight: var(--fw-medium);
  color: var(--hmg-deep-violet);
}
.popup.pop-end .pop-content .pop-body .vio-wrap .vio-box .comp-txt.blk {
  margin-top: 12px;
  font-size: 24px;
  line-height: normal;
  font-weight: var(--fw-regular);
  color: var(--text-0);
}
.popup.pop-end .pop-content .pop-body .chk-box {
  margin-top: 20px;
}
.popup.pop-hmg-end {
  width: 720px;
}
.popup.pop-hmg-end .pop-content .pop-body .vio-wrap {
  width: 100%;
  height: 100%;
  min-height: auto;
}
.popup.pop-hmg-end .pop-content .pop-body .vio-wrap .vio-box {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  padding: 100px;
}
.popup.pop-hmg-end .pop-content .pop-body .vio-wrap .vio-box .logo-img {
  width: 90%;
  aspect-ratio: 636/158;
  margin: 0 auto;
}
.popup.pop-hmg-end .pop-content .pop-body .vio-wrap .vio-box .logo-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.popup.pop-hmg-end .pop-content .pop-body .vio-wrap .vio-box .comp-txt {
  margin-top: 8px;
  text-align: center;
  font-size: 28px;
  font-weight: var(--fw-medium);
  color: var(--hmg-deep-violet);
}
.popup.pop-hmg-end .pop-content .pop-body .vio-wrap .vio-box .comp-txt.blk {
  margin-top: 12px;
  font-size: 24px;
  line-height: normal;
  font-weight: var(--fw-regular);
  color: var(--text-0);
}
.popup.pop-hmg-end .pop-content .pop-body .chk-box {
  margin-top: 20px;
}
@media all and (max-width: 1200px) {
  .popup.pop-time .pop-content .pop-body .time-info .tag {
    height: 20px;
    padding: 0 8px;
    border-radius: 4px;
    font-size: 12px;
  }
  .popup.pop-time .pop-content .pop-body .time-info .title {
    font-size: 22px;
  }
  .popup.pop-time .pop-content .pop-body .time-info .recommend-box {
    border-radius: 8px;
  }
  .popup.pop-time .pop-content .pop-body .time-info .recommend-box .label {
    font-size: 12px;
  }
  .popup.pop-time .pop-content .pop-body .time-info .recommend-box .recommend-txt {
    font-size: 12px;
  }
  .popup.pop-time .pop-content .pop-body .time-info .desc {
    font-size: 12px;
  }
  .popup.pop-time .pop-content .pop-body .schedule-set {
    gap: 10px;
    margin-top: 15px;
    padding-top: 15px;
  }
  .popup.pop-time .pop-content .pop-body .schedule-set .schedule-box {
    height: 50px;
    border-radius: 10px;
  }
  .popup.pop-time .pop-content .pop-body .schedule-set .schedule-box .day {
    font-size: 16px;
  }
  .popup.pop-time .pop-content .pop-body .schedule-set .schedule-box .day::before {
    width: 24px;
  }
  .popup.pop-time .pop-content .pop-body .schedule-set .schedule-box .date-set .date {
    font-size: 13px;
  }
  .popup.pop-time .pop-content .pop-body .schedule-set .schedule-box .date-set .time {
    font-size: 12px;
  }
  .popup.pop-time .pop-content .pop-body .speaker-area {
    margin-top: 15px;
  }
  .popup.pop-time .pop-content .pop-body .speaker-area .speaker-box {
    gap: 15px;
    padding: 10px 20px;
  }
  .popup.pop-time .pop-content .pop-body .speaker-area .speaker-box .txt-set .user-set .name-set {
    gap: 3px;
  }
  .popup.pop-time .pop-content .pop-body .speaker-area .speaker-box .txt-set .user-set .name-set .name {
    font-size: 14px;
  }
  .popup.pop-time .pop-content .pop-body .speaker-area .speaker-box .txt-set .user-set .team {
    font-size: 14px;
  }
  .popup.pop-time .pop-content .pop-body .speaker-area .speaker-box .txt-set .cmt {
    font-size: 12px;
  }
  .popup.pop-time .pop-content .pop-body .speaker-area .speaker-box .profile {
    width: 45px;
  }
}
@media all and (max-width: 1023px) {
  .popup {
    width: 90% !important;
    padding: 20px;
  }
  .popup.full {
    width: 100% !important;
    max-height: inherit;
    height: -webkit-fill-available;
    height: calc(var(--vh, 1vh) * 100);
  }
  .popup.full .pop-body {
    max-height: inherit !important;
  }
  .popup .pop-header {
    padding-bottom: 10px;
  }
  .popup .pop-content {
    gap: 15px;
  }
  .popup .pop-content .pop-header {
    padding-bottom: 15px;
  }
  .popup .pop-content .pop-header .title-set .title {
    font-size: 16px;
  }
  .popup .pop-content .pop-header .title-set .track {
    font-size: 14px;
  }
  .popup .pop-content .pop-header .title-set .place {
    font-size: 16px;
  }
  .popup .pop-content .pop-header .title-set .place::before {
    width: 20px;
  }
  .popup .pop-content .pop-header .popup-close {
    width: 26px;
  }
  .popup.pop-alert .pop-content .pop-body .alert-txt {
    font-size: 14px;
  }
  .popup.pop-position .pop-content .pop-body .info-txt {
    font-size: 14px;
    letter-spacing: -0.4px;
  }
  .popup.pop-position .pop-content .pop-body .srch-inp {
    margin: 12px 0;
  }
  .popup.pop-position .pop-content .pop-body .srch-inp .inp-set .inp-box .inp-btn {
    width: 22px;
  }
  .popup.pop-position .pop-content .pop-body .srch-inp .slct-opt {
    margin-top: 12px;
  }
  .popup.pop-position .pop-content .pop-body .srch-inp .slct-opt > li {
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 14px;
  }
  .popup.pop-position .pop-content .pop-body .srch-inp .no-data {
    margin-top: 14px;
    padding: 30px 10px;
  }
  .popup.pop-position .pop-content .pop-body .srch-inp .no-data .txt {
    font-size: 14px;
  }
  .popup.pop-position .pop-content .pop-body .srch-inp .no-data > p {
    margin-top: 4px;
    font-size: 12px;
  }
  .popup.pop-position .pop-content .pop-body .cmt {
    padding-top: 8px;
    margin-top: 12px;
    font-size: 12px;
  }
  .popup.pop-position .pop-content .pop-body .cmt.dot::before {
    margin-right: 4px;
  }
  .popup.pop-time .pop-content .pop-body {
    height: calc(var(--vh, 1vh) * 100 - 100px);
  }
  .popup.pop-time .pop-content .pop-body .time-info .tag {
    height: 20px;
    padding: 0 8px;
    border-radius: 4px;
    font-size: 12px;
  }
  .popup.pop-time .pop-content .pop-body .time-info .title {
    font-size: 20px;
  }
  .popup.pop-time .pop-content .pop-body .time-info .recommend-box {
    border-radius: 8px;
  }
  .popup.pop-time .pop-content .pop-body .time-info .recommend-box .label {
    font-size: 12px;
  }
  .popup.pop-time .pop-content .pop-body .time-info .recommend-box .recommend-txt {
    font-size: 12px;
  }
  .popup.pop-time .pop-content .pop-body .time-info .desc {
    font-size: 12px;
  }
  .popup.pop-time .pop-content .pop-body .schedule-set {
    gap: 10px;
    margin-top: 15px;
    padding-top: 15px;
  }
  .popup.pop-time .pop-content .pop-body .schedule-set .schedule-box {
    height: 50px;
    border-radius: 10px;
  }
  .popup.pop-time .pop-content .pop-body .schedule-set .schedule-box .day {
    font-size: 16px;
  }
  .popup.pop-time .pop-content .pop-body .schedule-set .schedule-box .day::before {
    width: 24px;
  }
  .popup.pop-time .pop-content .pop-body .schedule-set .schedule-box .date-set .date {
    font-size: 13px;
  }
  .popup.pop-time .pop-content .pop-body .schedule-set .schedule-box .date-set .time {
    font-size: 12px;
  }
  .popup.pop-time .pop-content .pop-body .speaker-area {
    margin-top: 15px;
  }
  .popup.pop-time .pop-content .pop-body .speaker-area .speaker-box {
    gap: 15px;
    padding: 10px 20px;
  }
  .popup.pop-time .pop-content .pop-body .speaker-area .speaker-box .txt-set .user-set .name-set {
    gap: 3px;
  }
  .popup.pop-time .pop-content .pop-body .speaker-area .speaker-box .txt-set .user-set .name-set .name {
    font-size: 14px;
  }
  .popup.pop-time .pop-content .pop-body .speaker-area .speaker-box .txt-set .user-set .team {
    font-size: 14px;
  }
  .popup.pop-time .pop-content .pop-body .speaker-area .speaker-box .txt-set .cmt {
    font-size: 12px;
  }
  .popup.pop-time .pop-content .pop-body .speaker-area .speaker-box .profile {
    width: 45px;
  }
  .popup.pop-filter .pop-content {
    justify-content: space-between;
  }
  .popup.pop-filter .pop-content .pop-body {
    height: calc(var(--vh, 1vh) * 100 - 90px);
  }
  .popup.pop-filter .pop-content .pop-body .filter-area {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .popup.pop-filter .pop-content .pop-body .filter-area .filter-box {
    padding: 20px;
    border-radius: 12px;
    background: var(--bg-ef);
  }
  .popup.pop-filter .pop-content .pop-body .filter-area .filter-box .label {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: var(--fw-medium);
    color: var(--text-0);
  }
  .popup.pop-end .pop-content .pop-body .vio-wrap .vio-box {
    min-height: 200px;
    padding: 40px 20px;
  }
  .popup.pop-end .pop-content .pop-body .vio-wrap .vio-box .logo-img {
    width: 70%;
    min-width: 200px;
  }
  .popup.pop-end .pop-content .pop-body .vio-wrap .vio-box .comp-txt {
    font-size: 18px;
  }
  .popup.pop-end .pop-content .pop-body .vio-wrap .vio-box .comp-txt.blk {
    margin-top: 6px;
    font-size: 14px;
    line-height: normal;
    font-weight: var(--fw-regular);
    color: var(--text-0);
  }
  .popup.pop-end .pop-content .pop-body .chk-box {
    margin: 12px 0 10px;
  }
  .popup.pop-hmg-end .pop-content .pop-body .vio-wrap .vio-box {
    min-height: 200px;
    padding: 40px 20px;
  }
  .popup.pop-hmg-end .pop-content .pop-body .vio-wrap .vio-box .logo-img {
    width: 70%;
    min-width: 200px;
  }
  .popup.pop-hmg-end .pop-content .pop-body .vio-wrap .vio-box .comp-txt {
    font-size: 18px;
  }
  .popup.pop-hmg-end .pop-content .pop-body .vio-wrap .vio-box .comp-txt.blk {
    margin-top: 6px;
    font-size: 14px;
    line-height: normal;
    font-weight: var(--fw-regular);
    color: var(--text-0);
  }
  .popup.pop-hmg-end .pop-content .pop-body .chk-box {
    margin: 12px 0 10px;
  }
}

/*# sourceMappingURL=style.css.map */
