#header {
	background: transparent;
	backdrop-filter: blur(0px);
}
#header .logo a {
	color: var(--white);
	font-size: 36px;
}
#header .gnb ul li a {
	opacity: 1;
	color: var(--white);
	font-weight: 500;
	text-transform: capitalize;
	padding: 12px 24px;
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(18px) saturate(180%);
    -webkit-backdrop-filter: blur(18px) saturate(180%);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25), inset 2px 1px 1px rgb(255 255 255 / 60%), inset -2px -2px 2px -1px rgb(255 255 255 / 60%);
	transition: all .3s;
}
#header .gnb ul li a:hover {
	background: var(--white);
	color: var(--key-color);
	padding: 12px 24px;
}
#header .gnb ul li.alarm_btn a {
	opacity: 1!important;
}
#header .gnb ul li.alarm_btn a svg path {
	stroke: var(--white);
}
#container {
	padding-top: 0!important;
}
#footer_fix {
	display: none!important;
}

#intro {
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	height: 100vh;
	z-index: 999;
}
#intro .intro_wrap {
	width: 100%;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: var(--key-color);
	color: #e0e0e0;
	font-family: 'RiaSans';
	font-display: block;
	font-size: 10px;
}
#intro .box {
	width: 600px;
	max-width: 80%;
}
#intro .box svg {
  transform: rotate(-17deg);
  width: 100%;
  height: 100%;
}
#intro .box svg text {
  fill: #e0e0e0;
}



.visual {
	position: relative;
	min-height: 100vh;
}
.visual .video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.visual .video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.visual .txt_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100vh;
	justify-content: center;
	padding: 90px 0;
    box-sizing: border-box;
	gap: 100px;
	z-index: 5;
}
.visual .txt_box .title {
	gap: 40px;
}
.visual .txt_box .title h2 {
	color: rgba(60, 33, 33, 0.5);
	-webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: var(--white);
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.30);
	font-family: 'RiaSans';
	font-size: 140px;
	font-weight: 800;
	line-height: 1.1;
	text-transform: uppercase;
}
.visual .txt_box .title .text {
  font-size: 64px;
  line-height: 1.2;
}
.visual .txt_box .title .text p {
	color: var(--white);
}
.visual .txt_box .title .text p span { 
  will-change: opacity, filter;
  opacity: 0;
  filter: blur(0px);
}
.visual .txt_box .title .text p {
  quotes: "“" "”" "‘" "’";
}
.visual .txt_box .title .text p:before {
    content: open-quote;
    margin-right: .8rem;
}
.visual .txt_box .title .text p:after {
  content: close-quote;
}
.visual .txt_box .title .text p:before,
.visual .txt_box .title .text p:after {
  color: var(--white);
}
.visual .txt_box .btn_area a {
	color: var(--white);
	padding: 20px 36px;
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(18px) saturate(180%);
    -webkit-backdrop-filter: blur(18px) saturate(180%);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25), inset 2px 1px 1px rgb(255 255 255 / 60%), inset -2px -2px 2px -1px rgb(255 255 255 / 60%);	
	border-radius: 100px;
	font-size: 32px;
	transition: all .3s;
	box-sizing: border-box;
}
.visual .txt_box .btn_area a img {
	position: relative;
	left: 0;
	transition: all .3s;
	vertical-align: 3px;
	margin-left: 16px;
}
.visual .txt_box .btn_area a:hover {
	background: var(--point);
	box-shadow: none;
}
.visual .txt_box .btn_area a:hover img {
	left: 8px;
}

.fix_btn {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 16px 30px;
	gap: 10px;
	z-index: 5;
	box-sizing: border-box;
}
.fix_btn > div {
	flex: 1;
	text-align: center;
}
.fix_btn > div a {
	display: block;
	color: var(--white);
	font-size: 14px;
	padding: 16px 5px;
	border-radius: 100px;
	transition: all .3s;
	text-transform: capitalize;
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(18px) saturate(180%);
    -webkit-backdrop-filter: blur(18px) saturate(180%);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25), inset 2px 1px 1px rgb(255 255 255 / 60%), inset -2px -2px 2px -1px rgb(255 255 255 / 60%);
	box-sizing: border-box;
}



#main_pop .modal_cont {
	width: 95%;
	max-width: 500px;
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
	transform: none;
	background: transparent;
	border-radius: 0;
}
#main_pop .modal_cont .scroll {
	padding: 0;
	background: transparent;
}
#main_pop .img {
	position: relative;
	height: 360px;
	background: #D9D9D9;
	overflow: hidden;
}
#main_pop .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main_pop .btn_group {
	background: var(--black);
}
#main_pop .btn_group button {
	padding: 10px 40px;
	color: var(--white);
	font-size: 20px;
	gap: 10px;
	box-sizing: border-box;
}
#main_pop .btn_group .today_close {
	position: relative;
	flex: 1;
	width: 100%;
	text-align: left;
	border-right: 1px solid var(--white);
}
#main_pop .btn_group .today_close:before {
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	background: var(--white);
}
#main_pop .btn_group .close img {
	vertical-align: -5px;
}



@media screen and (max-width: 1440px) {
	#header .logo a {
		font-size: 28px;
	}
	.visual .txt_box {
		gap: 70px;
	}
	.visual .txt_box .title h2 {
		font-size: 100px;
	}
	.visual .txt_box .title .text {
		font-size: 46px;
	}
	.visual .txt_box .btn_area a {
		font-size: 24px;
	}
	.visual .txt_box .btn_area a img {
    	vertical-align: 0px;
	}
}
@media screen and (max-width: 1240px) {
}
@media screen and (max-width: 1024px) {
	#header .logo a {
        font-size: 20px;
    }
	#header .gnb {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 20px 16px 30px;
		box-sizing: border-box;
	}
	#header .gnb ul {
		gap: 10px;
	}
	#header .gnb ul li:first-child {
		display: none;
	}
	#header .gnb ul li {
		flex: 1;
		text-align: center;
	}
	#header .gnb ul li a {
		padding: 16px 5px;
	}
	#header .gnb li.alarm_btn {
		position: absolute;
		top: 0;
		right: 20px;
	}
	#header .menu {
		display: none;
	}

	.visual .txt_box {
		gap: 40px;
	}
	.visual .txt_box .title {
		gap: 20px;
	}
	.visual .txt_box .title h2 {
        font-size: 64px;
    }
	.visual .txt_box .title .text {
        font-size: 36px;
    }
	.visual .txt_box .btn_area a {
		font-size: 20px;
	}
	.visual .txt_box .btn_area a img {
		width: 20px;
		margin-left: 8px;
	}
	.visual .txt_box .btn_area a:hover img {
		left: 4px;
	}

	.fix_btn {
		display: flex;
	}


	#main_pop .modal_cont {
		top: 50%;
		left: 50%;
		bottom: auto;
		right: auto;
		transform: translate(-50%, -50%);
	}
	#main_pop .btn_group button {
    	padding: 10px 20px;
		font-size: 16px;
	}
	#main_pop .btn_group .today_close:before {
		width: 20px;
		height: 20px;
	}
}
@media screen and (max-width: 768px) {
	#header .gnb ul li a {
		font-size: 14px;
	}


	.visual .txt_box .title h2 span {
		display: block;
	}
	.visual .txt_box .title .text p:before,
	.visual .txt_box .title .text p:after {
		display: none;
	}
	.visual .txt_box .title .text p span {
		display: block;
	}
	.visual .txt_box .title .text p span:first-child:before {
		content: '"';
	}
	.visual .txt_box .title .text p span:last-child:after {
		content: '"';
	}
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 380px) {
}