@charset "utf-8";

@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.9/static/pretendard.min.css');
@import url('https://rsms.me/inter/inter.css');

/* ==========================================================================
   RESET
   ========================================================================== */

html,
body {
	width: 100%;
	overflow-y: auto;
	font-family:
		'Pretendard',
		-apple-system,
		BlinkMacSystemFont,
		'Apple SD Gothic Neo',
		sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-size: 18px;
}

div,
p,
ul,
li,
ol,
table,
th,
td,
textarea,
input,
span,
form,
h1,
h2,
h3,
h4,
h5,
h6,
dt,
dl,
dd,
em,
sup {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

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

form,
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

legend {
	display: none;
	position: absolute;
	visibility: hidden;
}

caption {
	visibility: hidden;
	width: 0px;
	height: 0px;
	overflow: hidden;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

img {
	border: 0 none transparent;
	vertical-align: middle;
	outline: none;
}

fieldset {
	border: 0 none transparent;
}

optgroup {
	font-style: normal;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}

input,
select {
	vertical-align: middle;
}

textarea {
	font-size: 14px;
	font-weight: 400;
}

i,
em {
	font-style: normal;
}

span {
	letter-spacing: normal;
}

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

div {
	box-sizing: border-box;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #000;
}

a:link,
a:visited {
	text-decoration: none;
}

a,
a:focus,
a:active {
	outline: none !important;
	box-shadow: none !important;
}

* {
	-webkit-tap-highlight-color: transparent;
}

input,
textarea,
select,
button {
	outline: none;
	-webkit-tap-highlight-color: transparent;
	font-family: inherit;
	font-size: inherit;
}

input,
textarea,
select {
	font-size: 16px !important;
	-webkit-appearance: none;
	appearance: none;
}

input[type='radio'],
input[type='checkbox'] {
	-webkit-appearance: auto;
	appearance: auto;
}

input[type='radio'] {
	border: none transparent;
}
input[type='text'] {
	border: 1px solid #ddd;
}
input[type='password'] {
	border: 1px solid #ddd;
}
input[type='checkbox'] {
	transform: scale(1.5);
	cursor: pointer;
	margin-right: 8px;
	margin-top: -3px;
}

input::placeholder,
textarea::placeholder {
	color: #777777;
	opacity: 1;
}

body.modal-open {
	overflow-y: scroll !important;
	padding-right: 0 !important;
}

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

.clearfix {
	clear: both;
}

.web {
	display: block;
}
.mo {
	display: none;
}

/* ==========================================================================
   LAYOUT
   ========================================================================== */

.container {
	max-width: 1400px;
	width: 100%;
}

.wrap {
	max-width: 3000px;
	margin: 0 auto;
	overflow: hidden;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
#header-sticky-wrapper {
	background: #030303;
}
#header {
	height: 90px;
	transition: all 0s;
	z-index: 95;
	padding: 7px 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: rgba(3, 3, 3, 0.5);
	backdrop-filter: blur(15px);
}

header .container {
	max-width: 100%;
	padding: 0 50px;
	height: 100%;
	align-items: center;
}

#header .logo {
	/* padding-top: 10px; */
	font-size: 15px;
}

#header .logo img,
.header-scrolled .logo img {
	padding: 0;
	margin: 0;
	max-width: 184px;
	width: 90%;
}

.header-scrolled {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
}

.header-scrolled .logo img {
	width: 100%;
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */

.nav-menu,
.nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'TradeGothic Cond';
	font-size: 20px;
}

.nav-menu > ul {
	display: flex;
}

.nav-menu > ul > li {
	position: relative;
	white-space: nowrap;
	padding: 7px 30px 10px 0;
	letter-spacing: 0;
}

.nav-menu > ul > .login {
	padding: 5px 0 5px 10px;
}

.nav-menu a {
	display: block;
	position: relative;
	color: #ffffff;
	transition: 0.3s;
}

.nav-menu .space {
	padding-left: 10px;
}

/* Mobile Navigation */
.mobile-nav-toggle {
	position: absolute;
	right: 15px !important;
	top: 15px;
	z-index: 100;
	border: 0;
	background: none;
	font-size: 24px;
	transition: all 0.4s;
	outline: none !important;
	line-height: 1;
	cursor: pointer;
	text-align: right;
}

.mobile-nav-toggle i {
	color: #bfd330;
}

.mobile-nav {
	width: 50%;
	position: fixed;
	top: 10px;
	right: 10px;
	margin-bottom: 20px;
	z-index: 99;
	overflow-y: auto;
	background: #002855;
	transition: ease-in-out 0.2s;
	opacity: 0;
	visibility: hidden;
	border-radius: 3px;
	padding: 10px 0 20px 0;
	font-family: 'TradeGothic Cond';
}

.mobile-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-nav li {
	padding: 0 10px 0 20px;
}

.mobile-nav a {
	display: block;
	position: relative;
	color: #ffffff;
	padding: 5px 0;
	outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
	color: #bfd330;
	text-decoration: none;
}

.mobile-nav .active.drop-down > a:after {
	content: '\eaa1';
}
.mobile-nav .drop-down > a {
	padding-right: 0;
}

.mobile-nav .drop-down ul {
	display: block;
	overflow: hidden;
	margin-bottom: 5px;
}

.mobile-nav .drop-down li {
	padding-left: 20px;
}
.mobile-nav .drop-down li a {
	padding-top: 5px;
}

.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 97;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(59, 59, 59, 0.6);
	overflow: hidden;
	display: none;
	transition: ease-in-out 0.2s;
}

.mobile-nav-active {
	overflow: hidden;
}

.mobile-nav-active .mobile-nav {
	opacity: 1;
	visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
	color: #ffffff;
}

section.partners {
	position: relative;
}
.scroll_top {
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 65px;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border: 1px solid #fff;
	opacity: 0.5;
	overflow: hidden;
}
.scroll_top svg {
	transition: transform 0.3s ease;
}
.scroll_top:hover svg {
	animation: slideUpDown 0.4s ease forwards;
}
@keyframes slideUpDown {
	0% {
		transform: translateY(0);
	}
	49% {
		transform: translateY(-65px);
		opacity: 0;
	}
	50% {
		transform: translateY(65px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
/* ==========================================================================
   HEADER BUTTONS (로그인 / 일정등록 / 언어)
   ========================================================================== */

.login {
	display: flex;
	gap: 10px;
}
section.login {
	min-height: calc(100vh - 370px);
}
.regi-wrap {
	position: relative;
	min-width: 168px;
	height: 53px;
	background: transparent;
	border: 0px solid #fff;
	border-radius: 0px;
	transition: background 0.3s ease;
}

.regi-wrap:hover {
	background: #fff;
}

.login-wrap {
	position: relative;
	min-width: 116px;
	height: 53px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.btn-regi {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: 1em;
	color: #fff !important;
	font-family: Pretendard;
	font-weight: 600;
	font-style: normal;
	line-height: 130%;
	letter-spacing: -0.57px;
	padding: 14px 20px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	background: rgba(247, 248, 250, 0);
	text-decoration: none;
	transition: color 0.2s ease;
	cursor: pointer;
	box-shadow:
		51px 335px 95px 0 rgba(128, 138, 163, 0),
		33px 215px 87px 0 rgba(128, 138, 163, 0.01),
		18px 121px 73px 0 rgba(128, 138, 163, 0.05),
		8px 54px 54px 0 rgba(128, 138, 163, 0.09),
		2px 13px 20px 0 rgba(128, 138, 163, 0.1);
}

.regi-wrap:hover .btn-regi {
	color: #000 !important;
}
.regi-wrap:hover .btn-regi svg path {
	fill: #8a43f9;
}

.btn-login {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	height: 53px;
	padding: 0;
	color: #fff;
	font-family: Inter;
	font-size: 1em;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	text-decoration: none;
	transition: color 0.2s ease;
}

.btn-login:hover {
	background-color: #fff;
	color: #111111;
}

.btn-login:hover svg path {
	stroke: #8a43f9;
	fill: #8a43f9;
}

.regi-wrap:hover .btn-login {
	color: #fff !important;
	background-color: #000;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

/* 일정등록 서브메뉴 */
.submenu {
	display: flex;
	flex-direction: column;
	max-height: 0;
	opacity: 0;
	transform: translateY(-8px);
	transition: all 0.35s ease;
	position: absolute;
	top: 60px;
	width: 100%;
	background: #fff;
}

.btn-sub {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	color: #000;
	text-decoration: none;
	opacity: 0;
	transform: translateY(-5px);
	transition: all 0.3s ease;
}

.regi-wrap .submenu a img {
	opacity: 0.8;
}
.regi-wrap .submenu a:hover img {
	opacity: 1;
}

.regi-wrap:hover .submenu {
	max-height: 200px;
	opacity: 1;
	transform: translateY(0);
	top: 53px;
}

.regi-wrap:hover .btn-sub {
	opacity: 1;
	transform: translateY(0);
}

/* 언어 선택 */
.leng-wrap {
	position: relative;
}

.leng-wrap .leng-select {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 15px;
	height: 53px;
	cursor: pointer;
}

.leng-wrap .leng-select > span {
	color: #fff;
	font-family: Inter;
	font-size: 1.056em;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	letter-spacing: -0.57px;
}

.leng-wrap .leng-submenu {
	display: flex;
	flex-direction: column;
	max-height: 0;
	opacity: 0;
	transform: translateY(-8px);
	transition: all 0.35s ease;
	position: absolute;
	top: 100%;
	width: 100%;
	background: #fff;
	text-align: center;
	padding: 0 0 14px;
}

.leng-wrap .leng-submenu li {
	margin-bottom: 5px;
}
.leng-wrap .leng-submenu li:last-child {
	margin-bottom: 0;
}

.leng-wrap .leng-submenu li.leng_mob {
	display: none;
}

.leng-wrap .leng-submenu li a {
	color: #666;
	font-family: Inter;
	font-size: 1em;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
}

.leng-wrap:hover .leng-select {
	background: #fff;
}

.leng-wrap:hover .leng-select > span {
	color: #111;
}

.leng-wrap:hover .leng-icon svg path {
	stroke: #8a43f9;
}
.leng-wrap:hover .leng-arrow svg path {
	fill: #111;
}
.leng-wrap:hover .leng-arrow svg {
	transform: rotate(180deg);
}

.leng-wrap:hover .leng-submenu {
	max-height: 200px;
	opacity: 1;
	transform: translateY(0);
}

/* ==========================================================================
   HERO / VISUAL
   ========================================================================== */

#myVideo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	background-color: white;
	background-position: center top;
	background-size: cover;
	object-fit: cover;
	z-index: 3;
	overflow: hidden;
}

.sub_visual_wraps {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: white;
	background-position: center top;
	background-size: cover;
	object-fit: cover;
	z-index: 3;
	overflow: hidden;
}
.sub_visual_wraps > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header_hero {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100vh;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.headtitle {
	position: relative;
	z-index: 4;
	text-align: center;
}

.headtitle > img {
	max-width: 740px;
	width: 100%;
	margin-bottom: 90px;
}

.headtitle .fix-btn {
	max-width: 240px;
	width: 100%;
	padding: 15px;
	border-radius: 0px;
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	margin: 0 auto;
	text-align: center;
	font-size: 1.2em;
	font-weight: 700;
}

.subtitle .condate {
	position: absolute;
	bottom: 60px;
	z-index: 10;
	font-size: 1.2em;
	color: #fff;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	left: 0;
}

.subtitle .condate span {
	padding: 0px 10px;
}

.submemu {
	position: relative !important;
	height: 280px !important;
	overflow: hidden;
	z-index: 4;
	padding-top: 80px;
	text-align: center;
}

.submemu #myVideo {
	height: 100% !important;
}

.submemu > img {
	max-width: 740px;
	width: 100%;
}

.submemu .headtitle2 {
	position: relative;
	z-index: 4;
	text-align: center;
	padding: 0 !important;
	margin: 0;
}

.submemu .headtitle2 > img {
	max-width: 507px;
	width: 100%;
}

/* 메인 타이틀 */
.main_visual {
	position: absolute;
	top: 90px;
	left: 0px;
	width: 100%;
	height: calc(100vh - 90px);
	height: calc(100dvh - 90px);
	z-index: 3;
	overflow: hidden;
	background: url(/assets/img/main_visual.png) center top / cover no-repeat;
}

.maintitle {
	position: absolute;
	top: 190px;
	left: 280px;
	z-index: 4;
}

.maintitle > p {
	color: #fff;
	font-family: Pretendard;
	font-size: 1.278em;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	letter-spacing: -0.46px;
	margin-top: 30px;
	margin-bottom: 60px;
	display: block;
}

.maintitle > p > span {
	display: block;
}
.maintitle > p > span:first-child {
	margin-bottom: 10px;
}

.maintitle > a {
	display: flex;
	align-items: center;
	gap: 15px;
	height: 70px;
	width: 220px;
	border: 1px solid #fff;
	background: rgba(255, 255, 255, 0);
}

.maintitle > a > span {
	color: #fff;
	font-family: Pretendard;
	font-size: 1.278em;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
}

/* ==========================================================================
   CTA BUTTONS (fix-btn)
   ========================================================================== */

.fix-btn,
.fix-btn2 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 240px;
	height: 70px;
	background: #000;
	overflow: hidden;
	text-decoration: none;
	color: #fff;
	z-index: 1;
}

.fix-btn::before,
.fix-btn2::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	transform: translate(-50%, -50%) scale(0);
	transition: transform 0.5s ease;
	z-index: 0;
}

.fix-btn::before {
	background: #fff;
}
.fix-btn2::before {
	background: #8a43f9;
	z-index: -1;
}

.fix-btn span {
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 25px;
	transition: color 0.3s ease;
}

.fix-btn:hover::before,
.fix-btn2:hover::before {
	transform: translate(-50%, -50%) scale(70);
}

.fix-btn:hover span {
	color: #000;
}
.fix-btn2:hover {
	color: #fff;
}

.fix-btn2 i {
	position: relative;
	z-index: 2;
	color: #fff;
}

/* ==========================================================================
   MAIN / SECTIONS
   ========================================================================== */

#main {
	padding-top: 100vh;
	background-color: #030303;
}

.body {
	font-size: 18px;
}

.content .container {
	padding: 115px 0;
}

.content .container .section-title {
	margin-bottom: 60px;
}

.content .container .section-title h2 {
	color: #fff;
	font-family: Inter;
	font-size: 2.8em;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: -2.1px;
	text-align: center;
}
.content.login .container .section-title h2 {
	color: #111;
}
/* 애니메이션 */
.bglogo {
	width: 100%;
	overflow: hidden;
}

.track {
	display: flex;
	align-items: center;
	gap: 50px;
	width: max-content;
	animation: flow 10s linear infinite;
}

.track img {
	height: 100%;
	width: auto;
}

@keyframes flow {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

.blink-img {
	animation: blink 1s infinite;
}
.blink-img2 {
	animation: blink2 1s infinite;
}

@keyframes blink {
	0% {
		filter: brightness(1);
	}
	50% {
		filter: brightness(0.6);
	}
	100% {
		filter: brightness(1);
	}
}

@keyframes blink2 {
	0% {
		filter: brightness(0.6);
	}
	50% {
		filter: brightness(1);
	}
	100% {
		filter: brightness(0.6);
	}
}

/* back-to-top */
.back-to-top {
	position: fixed;
	display: none;
	right: 10px;
	bottom: 10px;
	z-index: 50;
}

.back-to-top.active {
	border: 0px;
}

.back-to-top i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background: #c0c0c0;
	color: #fff;
	transition: all 0.4s;
}

.back-to-top i:hover {
	background: #002855;
	color: #fff;
}

.info span {
	display: block;
	height: 90px;
	color: #888888;
	font-size: 0.9em;
	padding: 15px;
}

.section-title h3 br {
	display: none;
}

.greeting .container {
	padding-top: 140px !important;
}

/* ==========================================================================
   GREETING (intro_area)
   ========================================================================== */

.intro_area {
	/* max-width: 1171px; */
	width: 100%;
	margin: 0 auto;
	color: #fff;
}

.intro_area .left {
	background: url('/assets/img/line.png') no-repeat;
	background-position: 100% 0;
	height: 500px;
	float: left;
	width: 50%;
	padding-right: 140px;
}

.intro_area .left h3 {
	/* max-width: 442px; */
	width: 100%;
	/* margin: 0 auto; */
	display: block;
	text-align: right;
	color: #fff;
	font-family: Pretendard;
	font-size: 3.556em;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: -1.92px;
}

.intro_area .right {
	margin-top: 348px;
	float: left;
	width: 50%;
	padding-left: 140px;
}

.intro_area .right p {
	display: block;
	/* max-width: 448px; */
	width: 100%;
	/* margin: 0 auto; */
	color: #fff;
	font-family: Pretendard;
	font-size: 1.333em;
	font-style: normal;
	font-weight: 400;
	line-height: 165%;
	letter-spacing: -0.72px;
}

.intro {
	padding-bottom: 0px;
}

.intro .row .rbtn {
	background-color: #000;
	padding: 20px 30px;
	color: #fff;
	margin: 0 auto;
	border-radius: 50px;
	font-size: 1.2em;
}

.intro .row .rbtn img {
	width: 10px;
	margin-top: -3px;
}

.intro .row .period-box {
	text-align: center !important;
	margin: 0 auto;
	width: 100%;
}

.intro .row .period-box ul.pb {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.intro .row .period-box ul.pb li {
	float: left;
	padding: 20px;
	display: inline;
}

.intro .row .period-box ul.pb li:nth-child(2) {
	padding-top: 90px;
}

.intro .row .period-box ul.pb li .glowbox {
	text-align: center;
	border-radius: 20px;
	max-width: 350px;
	width: 100%;
	padding: 30px;
	background-color: #f7f8fa;
	box-shadow: 5px 10px 20px 15px rgba(227, 230, 235, 0.9);
}

.intro .row .period-box ul.pb li .glowbox img {
	max-width: 227px;
	width: 100%;
}

/* ==========================================================================
   GENERATE
   ========================================================================== */
.generte .row {
	align-items: stretch;
}
.generte .container .row .col-md-4 {
	text-align: center;
}

.generte .container .growbox {
	background-color: rgb(255, 255, 255, 0.02);
	padding: 50px 20px;
	backdrop-filter: blur(25px);
	/* border: 1px solid rgba(255, 255, 255, 0.1); */
	transition: all 0.3s ease;
	height: 100%;
	border: 0.9px solid #8a43f9;
	box-shadow: 0 4px 30px 0 rgba(138, 67, 249, 0.25);
	backdrop-filter: blur(7.5px);
}

/* .generte .container .growbox:hover {
  border: 0.9px solid #8a43f9;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 4px 30px 0 rgba(138, 67, 249, 0.25);
  backdrop-filter: blur(7.5px);
} */

.generte .container .row .col-md-4 dt {
	/* color: #fff; */
	color: #8a43f9;
	text-align: center;
	font-family: Inter;
	font-size: 1.778em;
	font-style: normal;
	font-weight: 700;
	line-height: 190%;
	letter-spacing: 0.96px;
	margin-top: 0px;
	transition: color 0.3s ease;
}

/* .generte .container .row .col-md-4 .growbox:hover dt {
  color: #8a43f9;
} */

.generte .container .row .col-md-4 dd {
	color: #fff;
	font-family: Pretendard;
	font-size: 1.333em;
	font-style: normal;
	font-weight: 600;
	line-height: 190%;
	letter-spacing: -0.72px;
}

.generte .container .row .col-md-4 span {
	color: #fff;
	text-align: center;
	font-family: Pretendard;
	font-size: 1.111em;
	font-style: normal;
	font-weight: 300;
	line-height: 170%;
	letter-spacing: -0.6px;
	display: block;
	margin-top: 25px;
}

.generte .container .row .col-md-4 img {
	transition: transform 0.3s ease;
}
.generte .container .row .col-md-4:hover img {
	transform: translateY(-10px);
}

/* ==========================================================================
   PROGRAM
   ========================================================================== */

.program .container h3 {
	font-family: Inter;
	font-weight: 600;
	font-size: 3.556em;
	line-height: 1.3;
	text-align: center;
	color: #fff;
	display: block;
	width: 100%;
	margin-bottom: 60px;
}

.program .container .growbox {
	background-color: rgb(255, 255, 255, 0.03);
	padding: 45px 55px;
	backdrop-filter: blur(25px);
	margin-bottom: 20px;
	border: 1px solid transparent;
	transition: all 0.3s ease;
}

.program .container .growbox:hover {
	border: 0.9px solid #8a43f9;
	background: rgba(255, 255, 255, 0.03);
	box-shadow: 0 4px 30px 0 rgba(138, 67, 249, 0.25);
	backdrop-filter: blur(7.5px);
}

.program .container .growbox .left {
	float: left;
	width: 27%;
}

.program .container .growbox .right {
	float: left;
	width: 73%;
}

.program .container .growbox .left dd {
	font-size: 0.889em;
	color: #8a43f9;
	font-family: Inter;
	display: block;
	width: 100%;
	line-height: 1.3;
}

.program .container .growbox .left dt {
	font-family: Inter;
	display: block;
	width: 100%;
	font-weight: 700;
	font-size: 1.833em;
	color: #fff;
	margin-top: 5px;
}

.program .container .growbox .right span {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	padding: 3px 60px;
	min-height: 55px;
	display: block;
	margin-top: 10px;
	/* color: rgba(206, 216, 236, 0.62); */
	color: #fff;
	font-family: Pretendard;
	font-size: 1em;
	font-style: normal;
	font-weight: 400;
	line-height: 170%;
	word-break: break-word;
}

.program .container .growbox .right span b {
	color: #dfe8fb;
	font-family: Pretendard;
	font-size: 1em;
	font-style: normal;
	font-weight: 400;
	line-height: 170%;
}

.program .container .growbox .bgnum {
	position: absolute;
	right: 27px;
	top: -9px;
	color: #fff;
	font-family: Inter;
	font-size: 7.778em;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: 8px;
	opacity: 0.02;
}

.program .addtxt {
	text-align: center;
	color: #ced8ec9e;
	padding-top: 20px;
}

.program .addtxt > span {
	color: rgba(227, 218, 255, 0.62);
	font-family: Pretendard;
	font-size: 0.944em;
	font-style: normal;
	font-weight: 300;
	line-height: 170%;
}

.program .addtxt > span > b {
	color: rgba(227, 218, 255, 0.62);
	font-family: Pretendard;
	font-size: 0.944em;
	font-style: normal;
	font-weight: 600;
	line-height: 170%;
}

.program .addtxt .fix-btn3 {
	width: 240px;
	height: 70px;
	margin: 0 auto;
	margin-top: 70px;
	border: 1px solid rgba(169, 140, 255, 0.45);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	text-decoration: none;
	color: #c7d4ee;
}

.program .addtxt .fix-btn3::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
	transform: translate(-50%, -50%) scale(0);
	transition: transform 0.5s ease;
	z-index: 0;
}

.program .addtxt .fix-btn3 span {
	position: relative;
	z-index: 1;
	color: #e6e0fa;
	font-family: Pretendard;
	font-size: 1.444em;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: 0.26px;
	transition: color 0.3s ease;
}

.program .addtxt .fix-btn3:hover::before {
	transform: translate(-50%, -50%) scale(70);
}
.program .addtxt .fix-btn3:hover span {
	color: #111;
}

/* ==========================================================================
   agenda
   ========================================================================== */

.agenda .addtxt .fix-btn3 {
	width: 240px;
	height: 70px;
	margin: 0 auto;
	margin-top: 60px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	text-decoration: none;
	color: #c7d4ee;
}

.agenda .addtxt .fix-btn3::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
	transform: translate(-50%, -50%) scale(0);
	transition: transform 0.5s ease;
	z-index: 0;
}

.agenda .addtxt .fix-btn3 span {
	position: relative;
	z-index: 1;
	color: #e6e0fa;
	font-family: Pretendard;
	font-size: 1.444em;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: 0.26px;
	transition: color 0.3s ease;
}

.agenda .addtxt .fix-btn3:hover::before {
	transform: translate(-50%, -50%) scale(70);
}
.agenda .addtxt .fix-btn3:hover span {
	color: #111;
}

.agenda ul {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.agenda ul li {
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.04);
}
.agenda ul li > div {
	padding: 25px 30px;
}
.agenda ul li > div:first-child {
	min-width: 230px;
}
.agenda ul li > div:first-child span {
	color: #fff;
	font-family: SUIT;
	font-size: 1.111em;
	font-style: normal;
	font-weight: 300;
	line-height: 130%; /* 26px */
}
.agenda ul li > div:last-child {
	flex: 1;
	display: flex;
	gap: 10px;
	flex-direction: column;
}
.agenda ul li > div:last-child strong {
	font-family: Pretendard;
	font-size: 1.111em;
	font-style: normal;
	font-weight: 600;
	line-height: 130%; /* 26px */
}
.agenda ul li > div:last-child p {
	color: #fff;
	font-family: Pretendard;
	font-size: 1.111em;
	font-style: normal;
	font-weight: 300;
	line-height: 130%; /* 26px */
}
.agenda ul li > div:last-child em {
	color: #fff;
	font-family: Pretendard;
	font-size: 1.111em;
	font-style: normal;
	font-weight: 300;
	line-height: 130%; /* 26px */
	opacity: 0.5;
}

.agenda ul li.break_time {
	padding: 20px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(138, 67, 249, 0.1);
}

.agenda ul li.break_time p {
	color: #fff;
	font-family: Pretendard;
	font-size: 1em;
	font-style: normal;
	font-weight: 600;
	line-height: 160%; /* 28.8px */
	letter-spacing: 2.88px;
}
.agenda ul li.break_time span {
	color: #fff;
	font-family: Pretendard;
	font-size: 1em;
	font-style: normal;
	font-weight: 300;
	line-height: 160%;
	letter-spacing: 2.34px;
}

.agenda .addtxt {
	margin-top: 35px;
	text-align: center;
}
.agenda .addtxt span {
	color: rgba(255, 255, 255, 0.4);
	font-family: Pretendard;
	font-size: 1.056em;
	font-style: normal;
	font-weight: 300;
	line-height: 130%; /* 24.7px */
}
.agenda .addtxt span b {
	color: rgba(255, 255, 255, 0.4);
	font-family: Pretendard;
	font-size: 1.056em;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
}

/* ==========================================================================
   TIMER
   ========================================================================== */

.timer_area {
	max-width: 1275px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}

.timer_area dd {
	color: #8a43f9;
	text-align: center;
	font-family: Pretendard;
	font-size: 1.444em;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
}

.timer_area h3 {
	color: #fff;
	text-align: center;
	font-family: Inter;
	font-size: 3.556em;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	margin-top: 20px;
	word-break: break-word;
}

.timer_area h3 br {
	display: block;
}

.timer_area h3 > b {
	color: #fff;
	font-family: Pretendard;
	font-size: 1em;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
}

.timer_area timer {
	width: 100%;
	margin-top: 60px;
}

.timer_area ul.tmr {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.timer_area ul.tmr li {
	float: left;
	width: 23.5%;
	text-align: center;
}

.timer_area ul.tmr li .tbox {
	display: block;
	margin: 0 auto;
	background: url('/assets/img/frame.png') no-repeat;
	background-size: cover;
	width: 224px;
	height: 246px;
	padding-top: 40px;
	font-size: 1.2em;
	line-height: 1.3;
}

.timer_area ul.tmr li .tbox dt {
	font-size: 120px;
	line-height: 1.3;
	font-weight: 600;
}

.timer_area ul.tmr li span {
	display: block;
	padding-top: 30px;
	color: #fff;
	text-align: center;
	font-family: Inter;
	font-size: 1.333em;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
}

.timer_area ul.tmr li:nth-child(even) {
	width: 2%;
	padding-top: 8%;
}

/* ==========================================================================
   LOCATION
   ========================================================================== */

.location .section-title {
	color: #fff;
	font-weight: 700;
}

.location .container {
	padding-bottom: 120px !important;
}

.location .container .box img {
	width: 100%;
}

.location .container .row {
	padding: 10px 0px;
}

.location .container .row .box {
	width: 100%;
	text-align: left;
}

.location .container .row .box dt img {
	width: 18px;
	margin-right: 5px;
}

.location .mapimg,
.location .mapbox {
	padding: 0;
}

.location .mapimg .col-lg-12,
.location .mapbox .col-lg-12 {
	padding: 0px 10px 0px;
	margin: 0;
}

.location .mapbox .parking {
	margin: 0;
}
.location .mapbox .parking dt br {
	display: none;
}

.location .parking {
	text-align: center;
	background-color: rgb(255, 255, 255, 0.1);
	padding: 50px 60px;
	margin-top: 20px;
}

.location .parking dt {
	font-size: 1.222em;
	line-height: 1.3;
	text-align: center;
	color: #fff;
	font-weight: 700;
}

.location .parking span {
	display: block;
	color: #999999;
	font-size: 0.9em;
	line-height: 1.3;
	text-align: center;
	width: 100%;
	margin-top: 15px;
	word-break: break-word;
}

.location .traffic {
	margin-top: 0px;
	padding: 0 !important;
	align-items: stretch;
}

.location .traffic .col-md-6 {
	padding: 10px 10px !important;
	margin: 0 !important;
}

.location .traffic .parking {
	margin: 0 !important;
	height: 100%;
}

.location .traffic .parking .left {
	width: 30%;
	float: left;
	padding-top: 10px;
}

.location .traffic .parking .right {
	width: 70%;
	float: left;
}

.location .traffic .parking dt {
	text-align: left;
	margin-bottom: 15px;
}

.location .traffic .parking span {
	text-align: left;
}

/* ==========================================================================
   partners
   ========================================================================== */

.partners .container {
	padding-bottom: 200px;
}
.partner_area {
	display: flex;
	padding: 65px 80px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 40px;
	align-self: stretch;
	border-bottom: 0.9px solid rgba(138, 67, 249, 0);
	background: rgba(255, 255, 255, 0.04);
	margin-bottom: 15px;
	border: 1px solid transparent;
	transition: all 0.3s ease;
}
.partner_area:hover {
	border-bottom: 0.9px solid #8a43f9;
	background: rgba(255, 255, 255, 0.04);
	box-shadow: 0 4px 30px 0 rgba(138, 67, 249, 0.25);
}
.partner_area:last-child {
	margin-bottom: 0;
}
.partner_area p {
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 130%; /* 26px */
	letter-spacing: 4px;
}
.partner_list {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 40px;
}
.partner_list li {
	position: relative;
	width: 25%;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.partner_list li:first-child:after {
	content: '';
	display: none;
}
.partner_list li:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 25px;
	opacity: 0.13;
	background: #fff;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

footer {
	padding: 0;
	margin: 0;
	background: #030303;
	box-shadow: 0 -14px 30px 0 rgba(151, 151, 151, 0.1);
	text-align: center;
	color: #999999;
	font-weight: 400;
}

footer .left {
	text-align: left;
}
footer .left img {
	max-width: 169px;
	width: 100%;
}

footer .right {
	text-align: right;
	font-size: 0.9em;
	color: #fff;
	font-weight: 300;
	padding-top: 10px;
}

footer .container {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* ==========================================================================
   LOGIN
   ========================================================================== */

.login .container .section-title h2 {
	font-size: 70px;
	font-weight: 700;
}

.login .container .row {
	display: block;
	max-width: 550px;
	width: 100%;
	margin: 0 auto;
}

.login .container .regi_from li {
	border: 1px solid #ccc;
	padding: 20px 15px;
	margin: 10px 0;
}

.login .container .regi_from li input[type='text'] {
	font-size: 16px;
	padding: 10px;
	border: 0px;
}

.login .container .regi_from li label {
	border-right: 1px solid #ccc;
	width: 60px;
	text-align: center;
	margin-right: 10px;
}

.login .container .regi_from li:after {
	content: '';
	clear: both;
	display: block;
}

.login .container .loginbtn {
	background-color: #8a43f9;
	font-size: 20px;
	padding: 20px 15px;
	margin-top: 30px;
	display: block;
	color: #fff;
	text-align: center;
	font-weight: 700;
}

/* ==========================================================================
   REGISTER
   ========================================================================== */

.regist label {
	display: block;
	font-weight: bold;
	color: #111;
}

.track_select {
	background: #f7f7f7;
	text-align: center;
	border-top: 0 !important;
}

.regist .policy {
	margin-top: 100px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-left: 10px;
	color: #000;
}

.regist .policy .label {
	margin-bottom: 7px;
}

.regist .policy > label {
	padding-left: 18px;
	margin-bottom: 15px;
	font-weight: 400;
}

.regist .policy > label input {
	margin-left: -18px;
}

.regist .policy .box {
	background: #f9f9f9;
	border: 1px #f0f0f0 solid;
	border-radius: 5px;
	padding: 15px;
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 10px;
}

.regist .policy .box ol {
	margin: 10px 0 0 0;
}

.regist .policy dt {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.regist .policy a {
	color: #111;
	font-weight: 600;
	border-bottom: 1px solid #000;
}

.regist .contact {
	background: #f9f9f9;
	border: 1px #f0f0f0 solid;
	border-radius: 5px;
	padding: 15px;
	font-size: 16px;
	line-height: 1.4;
}

.regist .regi {
	width: 100%;
}

.regist .container .section-title h3 {
	font-size: 1.3em;
	font-weight: 800;
	text-align: center;
}

.regist .container .section-title {
	margin-bottom: 40px;
}

.regist .container .regi {
	border-top: 2px solid #000;
	margin-bottom: 50px;
}

.regist .container table.regi td {
	padding: 30px 20px 0px !important;
}

.regist .container table.regi td.time label {
	margin-top: 10px;
}

.regist .container table.regi td input[type='text'],
.regist .container table.regi td select {
	color: #777777;
	background-color: #fff;
	border: 0;
	border-bottom: 1px solid #ccc;
	margin: 0;
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: normal;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	box-shadow: none;
}

.regist .container table.regi td input[type='text'] {
	padding: 0 10px;
}
.regist .container table.regi td select {
	padding: 0 40px 0 10px;
}

.regist .container .time {
	width: 20%;
	border-bottom: 0px !important;
}

.regist .container .time label {
	display: inline-block;
	padding-left: 20px;
	padding-top: 10px;
	color: #111;
}

.regist .container .mandatory {
	color: #8a43f9;
	font-family: Pretendard;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}

.regist .container table.regi td span {
	display: inline-block;
	padding: 0px 10px;
}

.regist .container .regiadd {
	font-size: 1em;
	font-weight: 600;
	text-align: center;
	display: block;
	width: 100%;
	margin-top: 130px;
	margin-bottom: 30px;
}

.regist .container .regiadd a {
	color: #0160c6;
	display: inline-block;
	margin-top: 20px;
}

.regist .container .btn-submit {
	border: 0px;
	background-color: #000;
	border-radius: 50px;
	font-size: 1.3em;
	color: #fff;
	padding: 0 8px;
	max-width: 210px;
	width: 100%;
	display: flex;
	gap: 6px;
	margin: 0 auto;
}

.regist .mypagetitle dt {
	display: flex;
	align-items: flex-end;
	font-size: 70px;
	line-height: 1;
}

.regist .mypagetitle dt span {
	font-size: 30px;
	line-height: 1;
	margin-left: 10px;
	color: #0160c6;
}

.regist .mypagetitle dt span a {
	color: #0160c6;
}

.hpne {
	width: 33.3% !important;
	float: left;
}

.form_position_etc,
.form_title_etc,
.form_pathway_etc {
	display: none;
}

/* ==========================================================================
   VIDEOBOX
   ========================================================================== */

.videobox {
	width: 100%;
	max-width: 1300px;
}

.videobox .vcontainer {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 56.3%;
}

.videobox .vcontainer iframe {
	z-index: 1;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

.contactv {
	margin-top: 50px;
}
.contactv .col-lg-4 img {
	max-width: 212px;
	width: 90%;
}

.contactv ul {
	list-style: none;
	margin: 0 auto;
	margin-top: 50px;
}

.contactv ul li {
	float: left;
	padding: 10px;
}

/* ==========================================================================
   AUTOCOMPLETE / SELECT
   ========================================================================== */

.autocomplete-wrap {
	position: relative;
}

.autocomplete-list {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
	border-top: none;
	z-index: 1000;
	max-height: 250px;
	overflow-y: auto;
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
}

.autocomplete-list li {
	padding: 12px 15px;
	cursor: pointer;
	font-size: 14px;
}

.autocomplete-list li:hover {
	background: #f5f5f5;
}

.select-wrap {
	position: relative;
	display: inline-block;
	width: 100%;
}

.select-wrap select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	padding-right: 30px;
	border-radius: 0;
}

.select-wrap::after {
	content: '▼';
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	font-size: 10px;
}

/* ==========================================================================
   PRIVACY / POLICY
   ========================================================================== */

.privacy-box * {
	box-sizing: border-box;
}

.privacy-box {
	max-width: 900px;
	margin: 0 auto;
	padding: 20px;
	background: #fff;
	font-family: 'Pretendard', sans-serif;
	color: #222;
	line-height: 1.7;
	font-size: 14px;
}

.privacy-box .title,
.privacy-box .section-title {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #111827;
}

.privacy-box .section-title {
	margin-bottom: 12px;
}

.privacy-box .desc {
	margin-bottom: 18px;
	color: #4b5563;
	font-size: 15px;
}

.privacy-box .section {
	margin-bottom: 18px;
	padding-bottom: 24px;
	border-bottom: 1px solid #f1f5f9;
}

.privacy-box .section:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.privacy-box ul {
	margin: 0;
	padding-left: 18px;
}

.privacy-box li {
	margin-bottom: 8px;
	color: #374151;
	font-size: 15px;
}

.privacy-box .content {
	color: #374151;
	font-size: 15px;
}

.privacy-box .highlight {
	margin-top: 18px;
	padding: 16px 18px;
	background: #f8fafc;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	color: #4b5563;
	font-size: 15px;
}

.policy label {
	font-size: 0.9em;
}
.policy dt label {
	font-size: 1.1em;
}

.privacyagree .box {
	height: 500px;
	overflow-y: scroll;
	border-radius: 0px;
	border: 1px solid #ccc;
}

.privacyagree dt {
	padding: 10px 10px;
}

.popagreebtn {
	background-color: #8a43f9;
	border-radius: 50px;
	max-width: 200px;
	width: 100%;
	padding: 15px;
	border: 0px;
	color: #fff;
	margin: 0 auto;
}

.text-center {
	margin-top: 66px;
}
.text-center ul.homebtn {
	display: inline-block;
	max-width: 500px;
	width: 100%;
}
.text-center ul.homebtn li {
	float: left;
	padding: 10px;
	width: 50%;
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

/* 맥북 대응 */
@media (max-width: 1600px) {
	.maintitle {
		top: 160px;
		left: 100px;
	}
	.maintitle img {
		width: 240px;
	}
	.maintitle > p {
		margin-bottom: 30px;
	}
}

@media (max-width: 1280px) {
	.maintitle {
		left: 100px;
	}
	.maintitle img {
		width: 70%;
	}

	.intro_area .left h3 {
		font-size: 50px;
		max-width: 400px;
		line-height: 1.5;
	}

	.intro_area .right p {
		max-width: 400px;
		font-size: 20px;
		line-height: 1.65;
	}

	.location .parking {
		padding: 50px 30px;
		margin-top: 20px;
	}
}

@media (max-width: 991px) {
	#header-sticky-wrapper {
		height: 60px !important;
	}
	#header {
		height: 60px;
		padding: 0 15px;
	}
	.content .container {
		padding: 100px 20px;
	}
	.headtitle > img {
		max-width: 740px;
		width: 90%;
		margin-bottom: 100px;
	}
	.main_visual {
		top: 60px;
		height: calc(100vh - 60px);
		height: calc(100dvh - 60px);
		background: url(/assets/img/main_visual_mo.png) center / cover no-repeat;
	}
	.header_hero .container {
		position: static;
	}
	.maintitle {
		text-align: center;
		position: absolute;
		top: 100px;
		left: 50%;
		transform: translate(-50%, 0);
	}
	.maintitle > p {
		text-align: center;
		margin-top: 15px;
		margin-bottom: 25px;
		font-size: 15px;
	}
	.maintitle > a {
		margin: 0 auto;
		padding: 10px 0;
	}
	.intro_area .left {
		height: auto;
		float: left;
		width: 100%;
		background: none;
		padding: 0;
	}

	.intro_area .left h3 {
		text-align: center;
		margin: 0 auto;
	}

	.intro_area .right {
		margin-top: 100px;
		float: left;
		width: 100%;
		padding: 0;
	}

	.intro_area .right p {
		text-align: center;
		margin: 0 auto;
	}

	.timer_area dd {
		font-size: 20px;
		color: #8a43f9;
		line-height: 1.6;
	}

	.timer_area h3 {
		font-size: 40px;
		line-height: 1.1;
		margin-top: 20px;
	}

	.timer_area ul.tmr li .tbox {
		width: 150px;
		height: 155px;
		padding-top: 30px;
		font-size: 1.2em;
		line-height: 1.3;
	}

	.timer_area ul.tmr li .tbox dt {
		font-size: 70px;
		line-height: 1.3;
		font-weight: 600;
	}

	.timer_area ul.tmr li:nth-child(even) {
		width: 2%;
		padding-top: 55px;
	}

	.location .traffic .parking .left {
		width: 100%;
		float: left;
	}

	.location .traffic .parking .right {
		width: 100%;
		float: left;
		text-align: center;
		margin-top: 30px;
	}

	.location .traffic .parking dt {
		text-align: center;
	}
	.location .traffic .parking span {
		text-align: center;
	}

	.program .container h3 {
		font-size: 40px;
		margin-bottom: 40px;
	}

	.program .container .growbox {
		padding: 25px 35px;
	}

	.program .container .growbox .left dd {
		font-size: 14px;
	}
	.program .container .growbox .left dt {
		font-size: 25px;
	}
	.program .addtxt .fix-btn3 {
		height: 50px;
	}

	/* agenda */
	.agenda .addtxt .fix-btn3 {
		height: 50px;
	}

	/* partners */
	.partner_area {
		padding: 25px 35px;
		gap: 20px;
	}
	.partner_list {
		margin-top: 20px;
		flex-direction: column;
		gap: 25px;
	}
	.partner_list li:after {
		display: none;
	}
	.partner_list li img {
		height: 100%;
	}
}

@media (max-width: 768px) {
	body {
		font-size: 14px;
	}
	header .container {
		padding: 0;
	}
	#main {
		padding-top: 0;
		position: static;
	}
	.header_hero {
		height: calc(100vh - 60px);
		height: calc(100svh - 60px);
		min-height: calc(100vh - 60px);
		min-height: calc(100svh - 60px);
		position: static;
	}
	.header_hero .container {
		position: relative;
		padding: 0;
		height: 100%;
	}
	#header {
		height: 60px;
		padding: 0 15px;
	}
	.main_visual {
		position: static;
		top: 0;
		height: calc(100vh - 60px);
		height: calc(100svh - 60px);
		background-color: #000;
		background: url(/assets/img/main_visual_mo.png) bottom / cover no-repeat;
	}
	.leng-wrap .leng-submenu li a {
		color: #111;
		font-family: Inter;
		font-size: 1em;
		font-style: normal;
		font-weight: 500;
		line-height: 130%;
		opacity: 0.2;
	}
	.leng-wrap .leng-submenu li.active a {
		color: #111;
		opacity: 1;
	}

	.submenu {
		top: 60px;
	}
	.web {
		display: none;
	}
	.mo {
		display: block;
	}
	.maintitle > a {
		width: auto;
		padding: 10px 0;
		height: 59px;
	}

	.regi-wrap {
		min-width: 60px;
		height: 60px;
	}
	.login {
		gap: 0;
	}
	.login-wrap {
		position: relative;
		min-width: auto;
		height: 60px;
		border: none;
	}
	.login-wrap a {
		height: 100%;
	}
	.btn-regi {
		border: none;
		box-shadow: none;
		height: 100%;
		padding: 0;
	}
	.login .btn-regi em,
	.login .btn-login em,
	.leng-select > span,
	.leng-arrow {
		display: none;
	}
	.regi-wrap:hover,
	.btn-login:hover,
	.leng-wrap:hover .leng-select,
	.submenu,
	.leng-wrap .leng-submenu,
	.leng-wrap:hover .leng-submenu {
		background-color: transparent;
	}

	.regi-wrap .submenu {
		min-width: 120px;
		left: -30px;
	}
	.regi-wrap:hover .submenu {
		background-color: #fff;
		min-width: 120px;
		left: -30px;
		top: 60px;
	}
	.leng-wrap .leng-submenu {
		min-width: 60px;
		left: -5px;
	}
	.leng-wrap:hover .leng-submenu {
		padding: 5px 0;
		background-color: #fff;
		min-width: 60px;
		left: -5px;
	}
	.leng-wrap .leng-submenu li.leng_mob {
		display: block;
	}
	.leng-wrap .leng-select {
		height: 60px;
	}
	.leng-wrap .leng-submenu li.active a {
		color: #111;
	}

	.content .container {
		padding: 50px 20px;
	}

	.content .container .section-title h2 {
		font-size: 2em;
		font-weight: 800;
		text-align: center;
	}

	.headtitle > dd span {
		padding: 0px 0px;
		font-size: 1em;
	}

	.header_hero h3 {
		font-size: 4.6vw;
	}
	.header_hero h4 {
		font-size: 4.7vw;
	}
	.header_hero dd {
		font-size: 4.2vw;
	}
	.header_hero a {
		font-size: 4.2vw;
		margin-top: 25px;
	}
	.header_hero span {
		font-size: 3.5vw;
	}

	.video .container > h3 {
		font-size: 4vw;
	}

	.intro .row .period-box ul.pb li .glowbox {
		max-width: 200px;
	}

	.section-title h3 br {
		display: block;
	}

	.greeting .container {
		padding-top: 50px !important;
	}
	.intro_area .right {
		margin-top: 20px;
	}
	.timer_area ul.tmr li .tbox {
		width: 100px;
		height: 105px;
		padding-top: 30px;
		font-size: 1.2em;
		line-height: 1.3;
	}

	.timer_area ul.tmr li .tbox dt {
		font-size: 35px;
		line-height: 1.3;
		font-weight: 600;
	}

	.timer_area ul.tmr li:nth-child(even) {
		width: 2%;
		padding-top: 38px;
	}

	.timer_area ul.tmr li:nth-child(even) img {
		width: 5px;
	}

	.timer_area ul.tmr li span {
		font-size: 13px;
		padding-top: 15px;
		font-weight: 600;
	}

	.location .mapbox .parking dt br {
		display: block;
	}

	section.partners {
		position: relative;
		padding-bottom: 80px;
	}
	.scroll_top {
		position: absolute;
		width: 45px;
		height: 45px;
	}

	footer .left {
		text-align: center;
	}
	footer .right {
		text-align: center;
		padding: 15px;
		font-size: 13px;
	}

	.privacy-box {
		padding: 24px 20px;
	}

	.regist .container .time label {
		padding-left: 0px;
	}
	.regist .container .time {
		width: 30%;
	}
	.regist .container table.regi td {
		font-size: 14px;
		padding: 10px 5px;
	}
	.regist .policy {
		font-size: 16px;
	}
	.regist .container table.regi td {
		padding: 20px 5px 0px !important;
	}

	.login .container .regi_from li {
		padding: 10px 5px;
	}

	.login .container .regi_from li input[type='text'] {
		font-size: 16px;
		padding: 10px 5px;
	}

	.login .container .regi_from li label {
		width: 50px;
		margin-right: 5px;
	}

	.login .container .loginbtn {
		font-size: 16px;
		padding: 20px 5px;
		margin-top: 15px;
	}

	.regist .mypagetitle dt {
		font-size: 40px;
	}

	.regist .mypagetitle dt span {
		font-size: 20px;
		line-height: 1;
		margin-left: 10px;
		color: #0160c6;
	}

	.program .container .growbox .left,
	.program .container .growbox .right {
		float: left;
		width: 100%;
	}

	.program .container .growbox .right span {
		border-left: 0px solid rgba(255, 255, 255, 0.1);
		padding: 3px 0px;
		height: auto;
	}

	.generte .container .row .col-md-4 {
		text-align: center;
		margin-bottom: 50px;
	}

	.generte .container .row .col-md-4 dt {
		font-size: 26px;
		font-weight: 600;
		line-height: 1.6;
		color: #8a43f9;
		margin-top: 30px;
	}

	.generte .container .row .col-md-4 dd {
		font-size: 18px;
		font-weight: 600;
		line-height: 1.6;
		color: #fff;
	}

	.generte .container .row .col-md-4:nth-child(3) {
		margin-bottom: 0px;
	}
	.homebtn a {
		height: auto !important;
	}
}

@media (max-width: 570px) {
	.maintitle {
		text-align: left;
		position: absolute;
		top: 40px;
		left: 30px;
		transform: translate(0, 0);
		width: 230px;
	}
	.maintitle > p {
		text-align: left;
	}
	.maintitle > p > span {
		font-size: 15px;
	}

	.maintitle img {
		width: 100%;
	}
	.regi-wrap {
		font-size: 13px !important;
		padding: 0px;
	}

	.login-wrap {
		position: relative;
	}

	.btn-regi {
		font-size: 14px;
	}

	.btn-login {
		font-size: 14px;
	}

	.btn-sub {
		height: 30px;
	}

	header .container {
		padding-right: 0px;
	}

	#header .logo img {
		max-width: 154px;
		width: 100%;
	}

	.headtitle > dd span {
		padding: 0px 0px;
		font-size: 14px;
	}

	.headtitle .fix-btn {
		max-width: 220px;
		width: 100%;
		padding: 10px;
		font-size: 1em;
		height: auto;
	}

	.intro_area .left h3 {
		font-size: 40px;
		max-width: 400px;
		line-height: 1.3;
	}

	.intro_area .right p {
		max-width: 400px;
		font-size: 16px;
		line-height: 1.65;
	}

	.intro .row .period-box ul.pb li {
		width: 100%;
		text-align: center;
	}

	.intro .row .period-box ul.pb li:nth-child(2) {
		padding-top: 0px !important;
		width: 100%;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-bottom: 0px !important;
	}

	.intro .row .period-box ul.pb li:after {
		content: '';
		clear: both;
		display: block;
	}

	.intro .row .period-box ul.pb li .glowbox {
		max-width: 200px;
		margin: 0 auto;
	}

	.intro .row .rbtn {
		padding: 10px 15px;
		font-size: 1em;
	}

	.timer_area dd {
		font-size: 16px;
		color: #8a43f9;
		line-height: 1.6;
	}

	.timer_area h3 {
		font-size: 30px;
	}

	.subtitle .condate span {
		padding: 0px 5px;
	}

	.submemu .headtitle2 > img {
		max-width: 360px;
		width: 90%;
		margin-top: 20px;
	}

	.regist .policy > label input {
		margin-left: -23px;
	}
	.regist .policy > label {
		padding-left: 23px;
	}

	.regist .container table.regi td input[type='text'],
	.regist .container table.regi td select {
		font-size: 16px;
	}
	.agenda ul li {
		flex-direction: column;
		align-items: flex-start;
	}
	.agenda ul li > div {
		padding: 15px;
	}
	footer {
		font-size: 14px;
	}
}

@media (max-width: 500px) {
	.timer_area ul.tmr li .tbox {
		width: 70px;
		height: 75px;
		padding-top: 23px;
		font-size: 1.2em;
		line-height: 1.3;
	}

	.timer_area ul.tmr li .tbox dt {
		font-size: 25px;
		line-height: 1.3;
		font-weight: 600;
	}

	.timer_area ul.tmr li:nth-child(even) {
		width: 2%;
		padding-top: 25px;
	}

	.timer_area ul.tmr li:nth-child(even) img {
		width: 3px;
	}

	.timer_area ul.tmr li span {
		font-size: 11px;
	}

	.btn-regi {
		font-size: 13px;
	}

	.btn-login {
		font-size: 13px;
	}

	header .container {
		padding-right: 0px;
	}

	.login-wrap {
		position: relative;
	}

	.regist .mypagetitle dt {
		font-size: 35px;
	}
	.regist .mypagetitle dt span {
		font-size: 16px;
	}

	.login .container .regi_from li {
		padding: 10px 5px;
	}

	.login .container .regi_from li input[type='text'] {
		font-size: 14px;
		padding: 10px 3px;
		width: 60%;
	}

	.login .container .regi_from li label {
		width: 35px;
		text-align: center;
		margin-right: 0px;
	}

	.login .container .regi_from li label img {
		width: 20px;
		margin-top: 7px;
		margin-bottom: 7px;
	}

	#header .logo img {
		max-width: 150px;
		width: 80%;
	}
	.maintitle > p > span:first-child {
		margin: 0;
	}
}

@media (max-width: 375px) {
	.headtitle .fix-btn {
		max-width: 180px;
		width: 100%;
		padding: 15px 5px;
		font-size: 16px;
	}

	.btn-regi {
		font-size: 11px;
	}

	.btn-login {
		font-size: 11px;
	}

	.regi-wrap {
		min-width: 50px;
	}

	.login-wrap {
		position: relative;
		min-width: 50px;
	}

	.login .container .regi_from li {
		padding: 10px 5px;
	}

	.login .container .regi_from li input[type='text'] {
		font-size: 14px;
		padding: 10px 3px;
		width: 60%;
	}

	.login .container .regi_from li label {
		width: 35px;
		text-align: center;
		margin-right: 0px;
	}

	.login .container .regi_from li label img {
		width: 20px;
		margin-top: 7px;
		margin-bottom: 7px;
	}
}
