@charset "UTF-8";

@font-face {
	font-family: 'Pretendard';
	font-weight: 45 920;
	font-style: normal;
	font-display: swap;
	src: url('../font/PretendardVariable.woff2') format('woff2-variations');
}

:root {
	--change-red: #D62300;
	--change-deep-red: #441D17;
    --change-dark: #111111;
	--change-gray: #999999;
    --change-light-gray: #EDEDED;
    --change-white: #FFFFFF;
	--change-green: #76ECC2;
}

#skip_nav {
    position: fixed;
    top: -6rem;
    width: 100%;
    line-height: 4rem;
    font-size: 1.6rem;
    text-align: center;
    color: var(--ir-color-white);
    background: var(--ir-color-black);
    transition: top 0.3s;
    z-index: 9999;
}
#skip_nav:focus,
#skip_nav:active {
    top: 0;
}

html, body {
	width: 100%;
	height: 100%;
}
html {
	font-size: 10px;
	font-family: Pretendard;
	color: var(--change-dark);
	scroll-behavior: smooth;
	overflow-x: hidden;
}
html.no-scroll {
	overflow: hidden;
}

.m-only {
	display: none;
}
.pc-only {
	display: block;
}

.font-change-s {
	font-family: Pretendard;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 2.8rem;
}
.font-change-s-bold {
	font-family: Pretendard;
	font-size: 2rem;
	font-weight: 700;
	line-height: 3.4rem;
}
.font-change-b {
	font-family: Pretendard;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 4.4rem;
	letter-spacing: -0.05em;
}
.font-change-title {
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 3.4rem;
	line-height: 4.4rem;
	letter-spacing: -0.02em;
}

.bg-w {
	background-color: #FFFFFF;
}
.bg-g {
	background-color: var(--change-light-gray);
}

section {
	overflow: hidden;
}

.inner {
	width: 100%;
	max-width: 140rem;
	margin: 0 auto;
	padding: 14rem 0;
	box-sizing: border-box;
}

.section-title-line {
	width: 100%;
	text-align: center;
	margin-bottom: 12rem;
}

#popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.4);
	z-index: 9999999;
}
#popup .popup-inner {
	position: absolute;
	max-width: 600px;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

#container {
	position: relative;
	width: 100%;
	height: 100%;
}

#key_visual {
    position: relative;
    width: 100%;
    aspect-ratio: auto 1920 / 1200;
    /* min-height: 100rem; */
    max-height: 100vh;
    background-color: var(--change-dark);
}
#key_visual .visual-block {
	position: absolute;
	/* width: 46.88%; */
	/* max-width: 90rem; */
	/* height: 75%; */
	height: 83.33%;
	aspect-ratio: auto 900/1000;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
}
#key_visual .text-line {
	display: flex;
	color: var(--change-green);
	width: fit-content;
	text-align: center;
	width: 100%;
	max-width: 71rem;
	display: flex;
    justify-content: space-between;
	/* margin: 5.5rem auto 0; */
	margin: 5% auto 0;
}
#key_visual .text-line .title {
	font-size: 4rem;
	font-weight: 600;
	line-height: 4.8rem;

}
#key_visual .text-line .info {
	position: relative;
	color: var(--change-green);
	font-size: 2rem;
	font-weight: 400;
	line-height: 2.4rem;
}
/* #key_visual .text-line .info::before {
	content: '';
	position: absolute;
	top: 3.5rem;
	width: 100%;
	height: 0.1rem;
	background-color: var(--change-green);
} */

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 4.6rem 6rem;
	z-index: 100;
	background-color: transparent;
	transition: background-color .3s, top .6s;
}
#header.bg {
	background-color: var(--change-dark);
}
#header.scroll-down {
	top: -100rem;
}


#header .header-inner {
	display: flex;
    justify-content: space-between;
	color: var(--change-white);
}
#header .logo {
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 3.4rem;
	line-height: 43.59px;
	text-align: left;
	color: var(--change-red);
	align-content: center;


}

#header .nav-btn-block {
	display: flex;
    flex-direction: row;

	padding-right: 15rem;
}
#header .gnb {
	font-family: futura-pt, sans-serif;
	font-size: 2rem;
	font-weight: 450;
	line-height: 4.4rem;
	text-align: left;
	align-content: center;
	display: inline-block;
	margin-right: 4rem;
}
#header .gnb a + a {
	margin-left: 3rem;
}

/* //////// */
.btn-register-open {
	/* display: inline-block; */
	position: fixed;
	top: 4.5rem;
	right: 6rem;
	color: var(--change-white);
	cursor: pointer;
	z-index: 500;
}
.nav-button {
    color: var(--white);
    border-radius: 114px;
    justify-content: center;
    align-items: center;
	width: 15rem;
    height: 5rem;
    display: flex;
    position: relative;
    overflow: hidden
}

.nav-button-text {
    font-family: futura-pt, sans-serif;
	font-size: 2rem;
	font-weight: 450;
	line-height: 25.64px;
}

.nav-button-inner {
    z-index: 9;
    background-color: var(--change-dark);
    border-radius: 114px;
    justify-content: center;
    align-items: center;
	width: 14.6rem;
    height: 4.6rem;
    display: flex;
    inset: 2px;

	
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.nav-button-border {
    z-index: 1;
    background-color: #424242e0;
    border-radius: 114px;
    position: absolute;
    inset: 0%
}

.nav-button-glow-wrapper {
    z-index: 3;
    border-radius: 114px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
    overflow: hidden;
	transform-origin: center center;

	display: flex;
	opacity: 1; transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(7.938deg) skew(0deg, 0deg); transform-style: preserve-3d; will-change: transform;
}

.nav-button-glow {
    filter: blur(5px);
    background-image: radial-gradient(circle at 25%, var(--change-green), var(--change-white));
    width: 60%;
    height: 70%;
    margin-left: 60%;
}

/* .nav-button-hover {
    z-index: 4;
    background-image: radial-gradient(circle,var(--change-white),#fff0);
    border-radius: 114px;
    display: none;
    position: absolute;
    inset: 0%
} */
/* /////////////// */



#invitation .split-area-box {
	display: flex;
	flex-direction: row;
    justify-content: space-between;
}
#invitation .img-area {
	position: relative;
	/* width: calc(100% - 72.1rem); */
	width: 60rem;
	/* display: grid;
    align-content: space-between; */
}
#invitation .img-area img {
    width: 66%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1rem;
}
#invitation .text-area {
	width: 72.1rem;
	text-align: justify;
}
#invitation .text-area p + p {
	margin-top: 3rem;
}
#invitation .signature-line {
	display: flex;
	margin-top: 3rem;
}
#invitation .signature-line img {
	max-width: 20rem;
}

#session_group {

}
#session_group .session .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#session_group .session:nth-child(even) .inner {
	flex-direction: row-reverse;
}
#session_group .txt-box {
	width: 60rem;
	text-align: justify;
}
#session_group .txt-box .session-title {
	display: block;
	margin: 1.8rem 0 3rem;
}
#session_group .session:nth-child(even) .img-box {
	padding-left: 10.1rem;
} 
#session_group .session:nth-child(odd) .img-box {
	padding-right: 7.1rem;
}
#session_group .session .img-box {
	position: relative;
}
.session-1-1 {
	position: absolute;
	bottom: 3rem;
	right: -10%;
	width: 46rem;
	height: 20.6rem;
}
.session-2-1 {
	position: absolute;
	bottom: 3rem;
	right: -10%;
	width: 25.2rem;
	height: 20.6rem;
}
.session-3-1 {
	position: absolute;
	top: 4rem;
    left: 2%;
	width: 17.2rem;
	height: 17.2rem;
}
.session-3-2 {
	position: absolute;
	bottom: 3rem;
	right: -10%;
	width: 24.7rem;
	height: 20.6rem;
}
.session-4-1 {
	position: absolute;
	bottom: 3rem;
	left: -10%;
	width: 25.2rem;
	height: 20.6rem;
}

#timetable {
	background-color: var(--change-dark);
}

#timetable .table  {
	display: table;
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
	color: var(--change-white);
}
#timetable .table.m-only {
	display: none;
}
#timetable .table thead {
	border-bottom: 1px solid var(--change-gray);
}
#timetable .table th {
	border-style: solid;
    border-width: 0px;
    overflow: hidden;
    word-break: normal;
	padding-bottom: 5.4rem;
	text-align:left;
}
#timetable .table td {
	border-style: solid;
    border-width: 0px;
    overflow: hidden;
    word-break: normal;
    height: 8rem;
	font-size: 2rem;
	vertical-align: middle;
	text-align: left;
}
#timetable .table tr:nth-child(3) td {
	height: 13rem;
}
#timetable .table tr:nth-child(3) td:not(:nth-child(4)) {
	vertical-align: baseline;
    padding-top: 3rem;
}
#timetable .table .text-gray {
	color: var(--change-gray);
}
#timetable .table td:nth-child(2) {
	color: var(--change-red);
}
#timetable .table td:nth-child(3),
#timetable .table td:nth-child(4) {
	border-bottom: 1px solid var(--change-gray);
}

#about {
	position: relative;
	background-color: var(--change-dark);
}
#about .about-front-img {
	position: relative;
	padding: 7.6rem 0 13rem;
	width: 133.6rem;
	margin: 0 auto;

	/* opacity: 0.8; */
}
#about .about-front-txt {
	position: absolute;
    bottom: 13rem;
    left: 5.5rem;
    color: var(--change-white);
    width: 85rem;
}


#review {
	background-color: var(--change-dark);
	color: var(--change-white);
}
#review .inner {
	max-width: 100%;
}
.listener-logo {
	width: 12rem;
}
.listener-review {
	margin: 4rem 0 2rem;
}
.listener-name {
	border-top: 1px dashed #CECECE;
	padding-top: 2rem;
}

.swiper {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
  }

  .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 45rem;
	padding: 5rem;
	background-color: var(--change-white);
	border-radius: 3rem;
	overflow: hidden;
	color: var(--change-deep-red)
  }

  .swiper-slide img {
	display: block;
	width: 100%;
  }
  .swiper-pagination {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .swiper-pagination-bullet {
	background-color: #BDBDBD;
	width: 0.8rem;
	height: 0.8rem;
  }
  .swiper-pagination-bullet-active {
	background-color: var(--change-light-gray);
	width: 1.2rem;
	height: 1.2rem;
  }


#faq .faq-list-group {
	display: grid;
	grid-template-columns: 1fr 1fr;
    grid-column-gap: 8rem;
}
#faq ul {
}
#faq li {
	width: 100%;
	height: auto;
	padding: 3.2rem 0;
	border-top: 1px solid #441D1733;
	display: inline-block;
}

#faq li.open {
	
}

#faq li .question {
	position: relative;
	font-size: 2rem;
	font-weight: 500;
	line-height: 3.42rem;
	color: var(--change-deep-red);
	cursor: pointer;
}
#faq li .question .more-faq {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);

	transition: transform .3s;
}
#faq li.open .question .more-faq {
	transform: translateY(-50%) rotate(-180deg);
}

#faq li .answer {
	display: none;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 2.8rem;
	margin-top: 0.6rem;
	color: #441D17;
}
#faq li.open .answer {
	display: none;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 2.8rem;
	margin-top: 0.6rem;
	color: #441D17;
}


#footer {
	background-color: var(--change-dark);
	color: var(--change-white);
	padding: 10rem;
}
.footer-top {
	display: flex;
	flex-direction: row;
    justify-content: space-between;
}

.footer-top .link {
	margin-top: 4rem;
}
.footer-top .link a {
	display: inline-block;
	width: 3rem;
	height: 3rem;
}
.footer-top .link a + a {
	margin-left: 3rem;
}
.share-block a {
	display: inline-block;
	/* width: 10rem;
	height: 10rem; */
}
.share-block a + a {
	margin-left: 1rem;
} 

.footer-bt {
	font-size: 1.6rem;
	font-weight: 800;
	line-height: 19.2px;
	color: #666666;
	margin-top: 10rem;
}
#footer .innored {
	width: 18rem;
}

/* ////// */
#register {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: var(--change-light-gray);
	z-index: 1000;
}
#register::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	aspect-ratio: auto 1920 / 150;
	background-image: url(../img/register_bt_text.png?v=2);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#register .register-inner {
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;

	position: absolute;
	top: 50%;
	left: 50%;
	/* transform: translate(-50%, -62%); */
	transform: translate(-50%, -50%);
}

#register .txt-area {
	width: 54rem;
}
#register .input-area {
	width: 54rem;
}

#register .title {
	color: var(--change-red);
}
#register .sub-title {
	font-family: Pretendard;
	font-size: 6.4rem;
	font-weight: 400;
	line-height: 76.8px;
	color: #333333;
	margin: 2rem 0 1rem;
}
#register .notice-txt {
	font-family: Pretendard;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 3rem;
	color: #666666;
}

#register .contact-point {
	font-family: Pretendard;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 21.6px;
	color: #666666;
	margin-top: 5rem;
}

#register .contact-point .contact-txt {
	margin-bottom: 3rem;
}

#register .contact-split-block > div {
	display: inline-block;
}
#register .contact-split-block > div + div {
	margin-left: 5rem;
}
#register .contact-split-block img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.8rem;
}

#register .input-area input:not([type="checkbox"]),
#register select {
	width: 34rem;
	/* aspect-ratio: auto 340/50; */
	border-radius: 5rem;
	border: 1px solid #D9D9D9;
	box-sizing: border-box;
	background-color: var(--change-white);

	padding: 1.5rem 3rem;

	font-size: 1.6rem;
	font-weight: 400;
	line-height: 19.2px;
	color: var(--change-dark);
}
#register select {
	cursor: pointer;
}
#register select option {
	background-color: var(--change-white);
	color: var(--change-dark);
}

#register .input-area input::placeholder {
	color: #BFBFBF;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
}

#register .input-line {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#register .input-line + div {
	margin-top: 2rem;
}
#register .input-line span {
	position: relative;
	font-family: futura-pt, sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 20.51px;
	color: #333333;
}
#register .input-line.hidden-line {
	display: none;
}
.question-mark {
	position: absolute;
    top: 0;
    right: -4rem;
    cursor: pointer;
    width: 2rem;
    height: 2rem;
}
#register .input-line span::before {
	content: '*';
	color: #FF1515;
	position: absolute;
	top: 0;
	right: -1.5rem;
}

#register .select-box {
	position: relative;
}
/* #register .select-box::before {
	content: '선택해주세요';
	position: absolute;
	top: 50%;
	left: 3rem;
	transform: translateY(-50%);

	font-size: 1.6rem;
	font-weight: 400;
	line-height: 19.2px;
	color: #999999;
	pointer-events: none;
} */
#register .select-box::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 3rem;
	/* transform: translateY(-50%) rotate(-180deg); */
	transform: translateY(-50%);
	transition: transform .3s;

	width: 2.6rem;
	height: 2.6rem;

	background-image: url('../img/icon_arrow_bt.png?v=2');
	background-repeat: no-repeat;
	background-size: cover;
	pointer-events: none;
}
#register .select-box.open::after {
	transform: translateY(-50%) rotate(0);
}

#register .input-block {
	padding-bottom: 6rem;
	border-bottom: 1px dashed #000000;
}

#register .btn-register-applay {
	width: 100%;
	aspect-ratio: auto 540/80;
	background-color: #FF1515;
	color: var(--change-white);
	border-radius: 5rem;
	font-size: 2.4REM;
	font-weight: 700;
	line-height: 28.8px;
	cursor: pointer;
	border: 1px solid #D9D9D9;
}

#register .privacy-agreement-area {
	padding: 4rem 0 5rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 21.6px;
	color: #666666;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#register .privacy-agreement-area span {
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding-left: 3rem;
}
#register .privacy-agreement-area span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0.5rem;
	width: 1.8rem;
	height: 1.8rem;
	transform: translateY(-50%);
	border: 2px solid #1D1B20;
	border-radius: 0.3rem;
	background-color: var(--change-white);
	transition: all .3s;
}


#register .privacy-agreement-area input[type="checkbox"]:checked ~ span::before {
    background-color: #1D1B20;
}
#register .privacy-agreement-area input[type="checkbox"]:checked ~ span::after {
    content: '';
    position: absolute;
    left: 1.1rem;
    top: 42%;
    width: 0.7rem;
    height: 1rem;
    border: solid var(--change-white);
    border-width: 0 0.2rem 0.2rem 0;
    transform: translateY(-50%) rotate(45deg);
}

.btn-privacy-more {
	display: inline-block;
	cursor: pointer;
}

#register .btn-register-close {
	display: inline-block;
	width: 5.31%;
	max-width: 100px;
	position: absolute;
	top: 5rem;
	left: 5rem;
	z-index: 1;
}




#modal {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.85);
	z-index: 1100;
}
#modal .modal-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 58rem;
	margin: 0 auto;
	background-color: var(--change-white);
	padding: 6.3rem 8rem 8rem 8rem;
	border-radius: 0.8rem;
}

#modal .btn-close-modal {
    position: absolute;
    top: -6rem;
    right: -5rem;
    width: 4rem;
    height: 4rem;
}
#modal .info-area > div {
	display: none;
}
#modal .info-area .title {
	font-size: 4rem;
	font-weight: 400;
	line-height: 4.8rem;
	color: #333333;
	padding-bottom: 3rem;
	margin-bottom: 3.4rem;
	border-bottom: 1px solid #999999;
}
#modal .help-box li {
	position: relative;
	padding-left: 3rem;
}
#modal .help-box li::before {
    content: '▶';
    position: absolute;
    top: 0;
    left: 0;
    width: 2.4rem;
    height: 2.4rem;
    text-align: center;
    align-content: center;
}
#modal .help-box li + li {
	margin-top: 2rem;
}

#modal .help-box li strong {
	font-size: 2rem;
	font-weight: 600;
	line-height: 2.8rem;
}

#modal .help-box li p {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2.8rem;
}

#modal .privacy-box p {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2.8rem;
	margin-bottom: 3rem;

}
#modal .privacy-box li {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2.8rem;
	text-align: left;
}
#modal .privacy-box li + li {
	margin-top: 1rem;
}








::-webkit-scrollbar {
	width: 0.5rem;
}
::-webkit-scrollbar-track {
	background-color:var(--change-light-gray);
}
::-webkit-scrollbar-thumb {
	background-color:var(--change-red);
}
/* ::-webkit-scrollbar-thumb:hover {
	background: var(--change-green);
} */
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
	width: 100%;
	height: 0;
}



@media all and (min-width:780px) and (max-width:1000px) {
	#key_visual .visual-block {
		height: 78%;
		width: auto !important;
	}
}

@media screen and (max-width: 1400px) {
	#register {
		zoom: 0.8;
	}
}

/* 노트북 잘림 해결 */
@media screen and (max-height: 900px) {
	#register {
		zoom: 0.8;
	}
}

/* 모바일 */
@media screen and (max-width: 1000px) {
	.m-only {display: block;}
	.pc-only {display: none !important;}

	html {
		font-size: 1.4vw;
		zoom: 1;
	}
	html.no-scroll {
		overflow-y: hidden;
	}

	#header {
		padding: 5% 5.13%;
		z-index: 500;
	}

	.inner {
		padding: 20% 5.13%;
	}
	.inner h2 {
		font-size: 4.5rem;
        margin-bottom: 8rem;
	}

	#header .logo {
		font-size: 4.5rem;

		width: 33.59%;
		max-width: 131px;
	}
	

	.btn-hamburger-menu {
		position: relative;
        display: inline-block;
        /* width: 5.74%; */
        width: 4.5%;
        z-index: 1000;
		cursor: pointer;
		/* align-content: center; */
		display: grid;
        justify-items: center;
        align-items: center;
        align-content: center;
		z-index: 600;

		padding: 5%;
		right: -5%;
        box-sizing: content-box;
    }
    .btn-hamburger-menu span {
        background-color: #fff;
        display: block;
        height: 0.2rem;
        transition: margin .3s .3s, transform .3s;
        width: 100%;
    }
    .btn-hamburger-menu span:nth-child(1) {
		margin-bottom: 0.7rem;
	}
    .btn-hamburger-menu span:nth-child(3) {
		margin-top: 0.7rem;
	}

    .btn-hamburger-menu.active {
        /* transform: translateY(-50%); */
    }
    .btn-hamburger-menu.active span {
        width: 100%; 
        background-color: #fff !important; 
        transition: .3s margin, .3s transform .3s;
    }
    .btn-hamburger-menu.active span:nth-child(1) {
        margin-top: 0.5rem; 
        margin-bottom: -0.2rem; 
        transform: rotate(45deg);
    }
    .btn-hamburger-menu.active span:nth-child(2) {
        transform: rotate(45deg);
    }
    .btn-hamburger-menu.active span:nth-child(3) {
        margin-top: -0.2rem;
         transform:rotate(135deg);
    }

	.btn-register-open {
		top: unset;
		bottom: 5%;
		right: unset;
		left: 50%;
		transform: translateX(-50%);
	}
	.nav-button {
		width: 30rem;
		height: 10rem;
	}
	
	.nav-button-text {
		font-size: 3rem;
	}
	
	.nav-button-inner {
		width: 29rem;
		height: 9rem;
	}
	
	.nav-button-border {
		z-index: 1;
		background-color: #424242e0;
		border-radius: 114px;
		position: absolute;
		inset: 0%
	}
	


	.m-gnb {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: #111111;
		z-index: 100;
		color: var(--change-white);
		font-family: futura-pt, sans-serif;

		visibility: hidden;
		opacity: 0;
		transition: all .5s;
	}
	.m-gnb.show {
		visibility: visible;
		opacity: 1;
	}
	.m-gnb .inner {
		position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translateY(-50%);
		display: grid;
        justify-items: center;
	}
	.m-gnb .inner a {
		display: inline-block;
		text-align: center;
		font-size: 4rem;
	}
	.m-gnb .inner a + a {
		margin-top: 8%;
	}
	.m-gnb .btn-share-link {
		width: 38.46%;
	}






	#key_visual {
		aspect-ratio: auto 390 / 844;
		/* max-height: 87vh; */
		max-height: 100vh;
		overflow: hidden;
		/* aspect-ratio: unset; */
	}
	#key_visual .visual-block {
		width: 100%;
		max-width: 100%;
		/* width: 40vh; */
		margin: 0 auto;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		/* align-content: center; */
		display: grid;
        justify-items: center;
        align-items: center;
        align-content: center;
	}

	#invitation .inner {
		padding-bottom: 0;
	}
	#invitation .img-area img {
		display: none;
	}

	#invitation .split-area-box {
		display: block;
	}
	#invitation .m-ir-ceo {
		width: 72.31%;
		margin: 0 auto;
		padding-bottom: 8rem;
	}
	#invitation .img-area {
		width: 100%;
	}
	#invitation .text-area {
		width: 100%;
        font-weight: 500;
        font-size: 2.5rem;
        line-height: 1.6;
	}
	#invitation .signature-line {
		display: flex;
		margin-top: 4rem;
		margin-bottom: 4rem;
	}
	#invitation .text-area p + p {
		margin-top: 4rem;
	}

	#timetable .table {
		font-family: futura-pt, sans-serif;
		font-weight: 700;
		font-style: normal;
		letter-spacing: -0.02em;
	}

	#timetable .table {
		display: grid;
	}
	#timetable .table thead {
		font-size: 4.5rem;
	}
	#timetable .table.m-only {
		display: table;
	}

	#timetable .table.m-only h2 {
		font-family: futura-pt, sans-serif;
		font-weight: 700;
		font-style: normal;
		/* font-size: 3.4rem; */
		/* line-height: 4.4rem; */
		letter-spacing: -0.02em;
	}
	#timetable .table span {
		display: block;
	}
	#timetable .table tr {
		display: grid;
        grid-template-columns: 2fr 5fr;
	}
	#timetable .table td {
		display: flex;
		flex-direction: column;
        justify-content: center;

		font-size: 2.7rem;
		font-weight: 600;
	}
	#timetable .table td:nth-child(1) {
		padding-top: 3%;
	}
	#timetable .table td:nth-child(2) {
		color: var(--change-white);
		border-bottom: 1px solid #333333;
	}
	#timetable .table td .title {
		margin-bottom: 3%;
	}
	#timetable .table tr:nth-child(3) td:not(:nth-child(4)) {
		padding-top: 0;
	}
	#timetable .table .text-gray {
		color: var(--change-gray) !important;
	}
	#timetable .table .text-red {
		color: var(--change-red);
	}


	#session_group .session .img-box {
		margin-top: 5rem;


		width: 90%;
		margin: 5rem auto;
	}
	#session_group .session:nth-child(odd) .img-box {
		/* padding-right: 8rem; */
		padding: 0;
	}
	#session_group .session:nth-child(even) .img-box {
		/* padding-left: 7rem; */
		padding: 0;
	}
	#session_group .session-num {
		font-size: 4.5rem;
	}
	#session_group .txt-box .session-title {
		margin: 8rem 0 4rem;
	}
	#session_group .bg-g {
		background-color: var(--change-white)
	}

	.session-3-1 {
		left: -10%;
	}
	
	#review .inner {
		padding: 0;
	}
	#review .section-title-line {
		padding-top: 2rem;
	}
	#register .contact-point {
		margin-top: 23rem;
	}



	#session_group .session .inner {
		display: block;
		padding-bottom: 0;
	}
	#session_group article:last-child .inner {
		padding-bottom: 20%;
	}
	#session_group .txt-box {
		width: 100%;
	}
	
	/* #session_group .session:nth-child(odd) .img-box,
	#session_group .session:nth-child(even) .img-box {
		padding: 0;
	} */
	#session_group .session-summary {
		font-size: 2.6rem;
		line-height: 4rem;
	}



	#faq .faq-list-group {
		display: unset;
	}
	#register {
		position: absolute;
        height: auto;
        width: 100%;
        aspect-ratio: auto 390 / 1208;
		zoom: 1;
	}
	#register .btn-register-close {
		/* position: fixed; */
		width: 12.82%;
	}
	#register .register-inner {
		display: block;
        padding: 24% 5.13%;
        transform: unset;
        position: unset;
	}
	#register .txt-area,
	#register .input-area {
		width: 100%;
	}
	#register .input-area {
		margin-top: 5rem;
	}
	.font-change-title {
		font-size: 3.7rem;
		font-weight: 700;
		line-height: 0;
		margin-top: 2rem;
	}
	#register .sub-title {
		line-height: 0;
		margin-top: 8rem;
		font-size: 4.5rem;
		font-weight: 500;
		margin-bottom: 8rem;
	}
	#register .notice-txt {
		font-size: 2rem;
		font-weight: 600;
		line-height: 3.5rem;
	}
	#register .input-area input,
	#register select,
	#register .input-area input::placeholder,
	#register select::placeholder {
		font-size: 2.5rem !important
	}
	#register .input-area input:not([type="checkbox"]),
	#register select {
		width: 43rem;
		padding: 2.5rem 3rem;
	}

	#register .privacy-agreement-area span,
	.btn-privacy-more {
		font-size: 2.5rem;
	}
	#register .privacy-agreement-area span {
		padding-left: 5rem;
	}
	#register .privacy-agreement-area span::before {
		width: 3rem;
		height: 3rem;
	}
	#register .privacy-agreement-area input[type="checkbox"]:checked ~ span::after {
		left: 1.5rem;
		width: 1rem;
		height: 1.77rem;
	}
	#register .input-line span {
		font-size: 2.5rem;
	}
	.question-mark {
		top: 0;
		width: 3rem;
		height: 3rem;
		right: -5rem;
	}
	#register::before {
		background-image: url('../img/m_register_bt_text.png?v=2');
		aspect-ratio: auto 418 / 160;
	}

	

	#about .about-front-img {
		width: 89.74%;
		padding-top: 50%;
	}
	#about .about-front-txt {
		position: unset;
		width: 100%;
		font-size: 2.2rem;
    	line-height: 3.7rem;
		/* mix-blend-mode: difference; */
	}

	#review .listener-review {
		font-size: 2.3rem;
		line-height: 3.3rem;
	}
	#review .listener-name {
		font-size: 2.5rem;
	}
	#review .swiper-pagination {
		position: relative;
		top: 5rem;
	}
	#review .swiper {
		padding-top: 0;
	}

	#faq li .question {
		font-size: 2.5rem;
	}
	#faq li.open .answer {
		font-size: 2.5rem;
		line-height: 3rem;
	}
	#faq li.open .answer {
		margin-top: 3rem;
	}

	#footer {
		padding: 10rem 0 35rem;
	}
	#footer div {
		width: 100%;
		text-align: center;
	}
	.footer-top {
	    display: flex;
		flex-direction: column-reverse;
		align-items: center;
	}
	#footer .innored {
		width: 39.03%;
		margin: 0 auto;
	}
	#footer .innored img {
		margin: 0 auto;
	}
	#footer .link {

	}
	.footer-top .link a {
		display: inline-block;
		width: 4rem;
		height: 4rem;
	}
	.footer-top .link a + a {
		margin-left: 4.5rem;
	}
	#footer .share-block a {
		width: 30.77%;
		margin-bottom: 15%;
	}
	.footer-bt {
		text-align: center;
		margin-top: 7rem;
	}
	#footer .btn-share-link img {
		margin: 0 auto;
	}
	#modal .btn-close-modal {
		right: -3rem;
	}
	#modal .modal-inner {
		padding: 6rem 4rem;
	}
	#modal .help-box li p,
	#modal .privacy-box p,
	#modal .privacy-box li {
		font-size: 2rem;
	}
}

/*********************************************************************/
/* 배경 텍스트 모션 */
#about .about-back-img {
	position: absolute;
	top: 0%;
	left: 0%;
    width: 100%;
    height: 100%;
	overflow: hidden;

	opacity: 0.8;
}

#about .about-back-img .flow-area {
	position: absolute;
	top: 0%;
	left: 0%;
    width: 6000px;
    height: 100%;
}

#about .about-back-img img {
	position: absolute;
}

#about .about-back-img .mov-1 {
	top: 6%;
	left: 250px;
	width: 300px;
}
#about .about-back-img .mov-2 {
	top: 40%;
	left: 0px;
	width: 300px;
}
#about .about-back-img .mov-3 {
	top: 73%;
	left: 450px;
	width: 300px;
}
#about .about-back-img .mov-4 {
	top: 30%;
	left: 1000px;
	width: 300px;
}
#about .about-back-img .mov-5 {
	top: 15%;
	left: 1600px;
	width: 300px;
}
#about .about-back-img .mov-6 {
	top: 70%;
	left: 1400px;
	width: 300px;
}
#about .about-back-img .mov-7 {
	top: 5%;
	left: 2700px;
	width: 300px;
}
#about .about-back-img .mov-8 {
	top: 50%;
	left: 2200px;
	width: 300px;
}
#about .about-back-img .mov-9 {
	top: 70%;
	left: 2900px;
	width: 300px;
}
#about .about-back-img .mov-10 {
	top: 10%;
	left: 3600px;
	width: 300px;
}
#about .about-back-img .mov-11 {
	top: 65%;
	left: 3800px;
	width: 300px;
}
#about .about-back-img .mov-12 {
	top: 33%;
	left: 4400px;
	width: 300px;
}
#about .about-back-img .mov-13 {
	top: 8%;
	left: 5050px;
	width: 200px;
}
#about .about-back-img .mov-14 {
	top: 55%;
	left: 5500px;
	width: 200px;
}
/*********************************************************************/


