@charset "UTF-8";

.pc {display: block !important;}
.mo {display: none !important;}

body {
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  vertical-align: top;
}

p {
  color: #393939;
  font-size: 16px;
}

.no-padding {
  padding: 0 !important;
}

.inline-block {
  display: inline-block;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

a {
  transition: all .3s ease-in 0s;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus, a:hover {
  color: #28ABE3;
}

caption {
  display: none;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

/* 공통 */
.title_center {
  text-align: center;
  margin-bottom: 60px;
}
.title_center h2 {
  font-size: 60px;
  margin-top: 0;
  font-family: 'Paperlogy-8ExtraBold';
  letter-spacing: -1px;
}
.title_center p {
  font-size: 24px;
  font-family: 'Paperlogy-5Medium';
  letter-spacing: -1px;
}

.ready {
	background-image: url('/img/main/ready_2025.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100vh;
  cursor: auto;
}

@media (max-width: 768px) {
  .ready {
    background-image: url('/img/main/m_ready_2025.png');
  }
}


/*==============================  SLIDE SECTION ==============================*/

.slide {
	cursor: all-scroll;
}
.slide01 {
	background-image: url('/img/main/visual-img-280.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100vh;
  cursor: auto;
}

.main_title {
  height: 100vh;
  position: relative;
  text-align: center;
}

.main_title .main_visual_title {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);  /* 가로세로 정중앙 정렬 */
}

.main_title .main_visual_title img{
  animation: bounceIn;
  animation-duration: 1s;
}

.slide01 .info {
  margin-top: 30px;
  color: #fff;
  font-size: 28px;
  font-family: 'Paperlogy-8ExtraBold';
}

.slide01 .bottom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: 20px;
    position: absolute;
    bottom: 5%;
    left: 30%;
    transform: translateX(-50%);
    width: auto;
    
}
.slide01 .dday {color: #e53b8d;}
.slide01 .dday .dday_line {
  display: flex;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    padding: 5px 30px;
    box-shadow: 0 0 15px rgb(255 255 255);
}

.slide01 .dday p {
  font-size: 34px;
  color: #e53b8d;
  font-family: 'Paperlogy-7Bold';
  padding-top: 5px;
  margin-right: 10px;
}
.slide01 .dday span {
  font-size: 40px;
  font-weight: bolder;
  font-family: 'Paperlogy-8ExtraBold';
}
.slide01 .bottom .btn_apply, .slide01 .bottom .btn_info {
  font-size: 20px;
  border: 1px solid #e53b8d;
  background: #fff;
  border-radius: 5px;
  transition: all 0.2s;
}
.slide01 .bottom .btn_apply:hover, .slide01 .bottom .btn_info:hover {
  background: #e53b8d;
}
.slide01 .bottom .btn_apply:hover a, .slide01 .bottom .btn_info:hover a {
  color: #fff;
}
.slide01 .bottom a {
  display: block;
  color: #e53b8d;
  padding: 15px 60px;
  width: 100%;
}
.slide01 .bottom .btn_info {
  color: #fff;
  background: #ee8bb3;
  border-color: #fff;
}
.slide01 .bottom .btn_info a {
  color: #fff;
}

.slide01 .bottom .fa-solid {
  padding-left: 5px;
  font-size: 16px;
}

@media(max-width: 1200px) {
	.slide01 .main_visual_title  {
		display: block;
	}
  .slide01 .main_visual_moon {
		display: block;
	}
}

@media(max-width: 566px) {
	.slide01 .main_visual_title {
		display: block;
	}
  .slide01 .main_visual_moon {
		display: block;
	}
}





/*==============================  D-DAY SECTION ==============================*/
.dday_section {
  position: relative;
  top: -65px;
  z-index: 100;
  text-align: center;
}
.dday_section .date {
  height: 160px;
  background: #f1f1f1;
  border-radius: 15px 0 0 15px;
  text-align: left;
  padding: 25px;
  font-family: 'GmarketSansMedium';
}
.date p {
  font-size: 25px;
  font-weight: 500;
  color: #141414;
  margin-bottom: 0;
  line-height: 40px;
  
}
.date p .date_large {font-size: 1.15em;}
.date span {
  color: #00aeef;
  font-size: 23px;
  font-weight: bold;
  margin-right: 20px;
  font-family: 'yg-jalnan';
}
.date span.text_sm {
	display: block;
	margin-top: 0px;
	font-size: 15px;
	color: #00aeef;
	line-height: 1em;
	padding-left: 70px;
	letter-spacing: -0.1px;
	font-weight: 400;
}


/*============================== summary_section SECTION ==============================*/
section.summary_section {
  padding: 150px 0 120px;
}
.summary_section .top_info {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: center;
}
.summary_section .top_info .tit {position: relative;}
.summary_section .top_info .tit::before {
  width: 145px;
  height: 155px;
  position: absolute;
  top: -55px;
  left: -120px;
  content: '';
  background-image: url(/img/main/tit-ribbon.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.summary_section .top_info .tit span {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
}
.summary_section .top_info .tit img {
  display: inline-block;
  margin-top: 35px;
}
.summary_section .top_info .tit p {
  font-size: 50px;
  font-family: 'Paperlogy-8ExtraBold';
  line-height: 1.2;
}
.summary_section .top_info .con p {
  font-size: 20px;
}
.summary_section .bottom_con {
  margin-top: 60px;
  background: #f6f6f6;
  padding: 60px;
  border-radius: 20px;
  text-align: center;
}
.summary_section .bottom_con ul {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.summary_section .bottom_con ul::before {
  position: absolute;
  content: url(/img/main/summary-line.png);
  z-index: -1;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.summary_section .bottom_con p {
  margin-top: 30px;
  font-size: 20px;
}
.summary_section .bottom_con b {
  font-family: 'Paperlogy-8ExtraBold';
  font-size: 36px;
  font-weight: normal;
  color:  #e53b8d;
}



/*============================== video_section SECTION ==============================*/
section.video_section {
  padding: 0;
}
.video_section .film-01 {
  background: url(/img/main/video-img.jpg) center center no-repeat;
  background-size: cover;
  height: 100vh !important;
}
.video_section .film-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}

/*============================== quick_section SECTION ==============================*/
section.quick_section {
  background: #ffdce4;
  padding: 10px 0;
}
section.quick_section .container > div {
  display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;

}
.quick_section .btn a {
  display: inline-block;
  font-size: 20px;
  background: #ffffff;
  border-radius: 5px;
  padding: 12px 40px;
  color: #e53b8d;
  transition: all 0.2s;
}
.quick_section .btn a:hover {
  background: #e53b8d;
  color: #fff;
}
.quick_section .btn a .fa-solid {
  padding-left: 5px;
}


/*============================== info_section SECTION ==============================*/
.info_section {
  position: relative;
}
.info_section::after {
  content: url(/img/main/info-bg2.png);
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateX(-50%);
}
.info_section h2 {
  letter-spacing: 2px;
}
.info_section .title_center p {
  font-size: 24px;
}
.info_section .con {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
/* 기존 th 스타일 유지하되 */
.info_section .info_table th {
  vertical-align: top;
  color: #e53b8d;
  font-size: 20px;
  width: 180px;
  padding: 10px 0;
}

.info_section .info_table th div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color: #e53b8d;
  border-radius: 70px;
  padding: 10px 20px;  /* 높이 조절 용이 */
  height: 40px;
  line-height: 40px; /* 수직 중앙 정렬 */
}

.info_section .info_table td {
}

/*============================== how_section SECTION ==============================*/
.how_section {
  background: url('/img/main/how-bg.png') center center no-repeat;
  background-size: cover;
}
.how_section h2 {
  letter-spacing: 2px;
}
.how_section .con ul {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  width: 100%;
  margin: 0 auto;
}

.how_section .con ul::before {
  content: '';
    position: absolute;
    width: 163px;
    height: 149px;
    background-image: url(/img/main/how-bg-img1.png);
    background-size: contain; 
    background-repeat: no-repeat;
    left: -10%;
    bottom: -5%;
}
.how_section .con li {
  background: #fff;
  padding: 20px;
  text-align: center;
  border-top: 5px solid #ee8bb3;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(229, 0, 112, 0.15);
}
.how_section .con .min_tit p {
  font-family: 'Paperlogy-8ExtraBold';
  font-size: 24px;
  line-height: 2;
  color: #e53b8d;
}
.how_section .con .min_tit span {
  color: #fff;
  font-size: 16px;
  background: #e53b8d;
  font-family: 'Paperlogy-8ExtraBold';
  padding: 8px 20px 5px;
  border-radius: 30px;
}
.how_section .con .icon {
  margin-top: 30px;
}
.how_section .con li > p {
  font-size: 20px;
  margin-top: 30px;
}
.how_section .con .last_txt {
  font-size: 18px;
  margin-top: 10px;
}

/*============================== souvenir_section SECTION ==============================*/
.souvenir_section {
  background-color: #f8f8f8;
}
.souvenir_section h2 {
  letter-spacing: 2px;
}
.souvenir_section .title_center, .souvenir_section .title_center p {
  color: #e53b8d;
}
.souvenir_section .con {
  position: relative;
  display: flex;
  background: #fff;
  padding: 60px;
  border-radius: 30px;
  text-align: center;
  justify-content: space-around;
  align-items: center;
  gap: 60px;
  align-items: flex-start;
  border: #ddd solid 1px;
}

.souvenir_section .con::before{
  position: absolute;
  bottom: -5%;
  right: -5%;
  content: '';
  background-image: url(/img/main/souvenir_img1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 139px;
  height: 149px;
}

.souvenir_section .con .line img {
  height: 380px;
}
.souvenir_section .list h4 {
  font-size: 30px;
  font-family: 'Paperlogy-8ExtraBold';
  margin-bottom: 40px;
  font-weight: normal;
}
.souvenir_section .list h4 small {
  font-size: 18px;
  color: #e53b8d;
}
.souvenir_section .list.two .wrap {
  display: flex;
}
.souvenir_section .list.two p {
  text-align: center;
  font-size: 16px;
  margin-top: 40px;
  color: #666;
}


/*============================== instagram_section SECTION ==============================*/
.instagram_section {}
.instagram_section h2 {
  letter-spacing: 2px;
}
.eapps-instagram-feed-title {
  display: none !important;
}

/*============================== community_section SECTION ==============================*/
section.community_section {
  padding-top: 0;
}
.community_section .container > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.community_section h4 {
  font-family: 'Paperlogy-8ExtraBold';
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: normal;
}
.community_section .notice {
  padding: 40px 0 0;
}
.community_section .info {
  position: relative;
  background: #fdf2f3;
  border-radius: 30px;
  padding: 40px;
  text-align: center;
}
.community_section .info::before {
  position: absolute;
  content: '';
  background-image: url(/img/main/community-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: 40px;
  bottom: 40px;
  width: 88px;
  height: 92px;
}
.community_section .info .wrap {
  display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto;
    width: 60%;
    margin-top: 40px;
}
.community_section .info .fa-solid {
  font-size: 30px;
  color: #e53b8d;
  padding-right: 20px;
}
.community_section .info .tel a {
  font-size: 36px;
  font-weight: bold;
  color: #222;
}
.community_section .info .mail {
  margin-top: 10px;
}
.community_section .info .mail a {
  font-size: 20px;
  color: #222;
  font-weight: bold;
}
.community_section .info p {
  margin-top: 30px;
  font-size: 18px;
}

.community_section .notice ul {}
.community_section .notice li {
  position: relative;
  display: flex;
  border-bottom: 1px solid #ddd;
  /* padding: 20px 5px; */
}
.community_section .notice li::before {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #e53b8d;
  transition: all 0.3s;
}
.community_section .notice li:hover::before {
  width: 100%;
}
.community_section .notice li a {
  display: flex;
  align-items: center;
  padding: 20px 5px;
  justify-content: space-between;
  width: 100%;
  font-size: 20px;
}
.community_section .notice li span {
  color: #e53b8d;
  font-size: 24px;
}



.panel {
  clear: both;
  width:100%;
  border: none;
  margin-bottom: 0;
  border-radius: 0;
  background: none;
}

.panel li {
	position: relative;
	background: #000;
}
.panel li:hover .course_p i
{
	display: block;
}
.panel li img {
	width: 99.9%;
}
.panel li:hover img {
	opacity: 0.7;
	transition: all 0.4s;
	cursor: pointer;	
}


/*sponsor section*/
.sponsor_section {
  background: #f3f3f3;
}

.sponsor_section img {
  margin-right: 40px;
  margin-bottom: 30px;
}

/*notice section*/
.notice_section {
  background: #e8e8e8;
}
.notice_table {
  width: 100%;
}
.notice_table tr td,
.notice_table tr td a {
  padding-bottom: 15px;
  color: #616161;
  font-size: 16px;
}

.notice_table tr td a {
	display: block;
	width: 80%;
    max-width: 400px;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice_table tr td a:hover {
  text-decoration: underline;
}
.notice_table tr:last-child td, .notice_table tr:last-child td a {
	padding-bottom: 0px;
}
.main_notice_btn {
	width: 100%;
	min-width: auto;
	font-size: 20px;
	padding: 0;
}

/*============================================================================================================*/
@media (min-width: 1200px) {
	
}

@media(max-width: 991px){
  /* 공통 */
  .pc {display: none !important;}
  .mo {display: block !important;}
  .container {
    width: 100%;
    padding: 0 20px;
  }
  * {font-size: 14px;}
  .title_center h2 {
    font-size: 36px;
  }
  .title_center p {
    font-size: 18px;
    margin-bottom: 5px;
  }

  /* visual section */
  .slide01 {
    padding: 0 20px;
    background: url(/img/main/visual-m.png) center center no-repeat;
    background-size: cover;
  }
  .slide01 .info {
    font-size: 16px;
    margin-top: 10px;
  }
  .main_title {
    height: 100%;
    position: relative;
    text-align: center;
  }

  .main_title .main_visual_title{
    display: block;
    position: relative;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 88%;
  }
  .slide01 .main_visual_title img {
    padding-top: 0px;
  }
  .slide01 .bottom {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translateX(-50%); 
    grid-template-columns: none;
  }
  .slide01 .dday span {
    font-size: 24px;
    margin-left: 10px;
  }
  .slide01 .dday p {
    font-size: 22px;
    padding-top: 0px;
    margin-right: 0px;
  }
  .slide01 .dday .dday_line {
    padding: 10px;
  }
  
  /* summary section */
  .summary_section .top_info {
    flex-direction: column;
    gap: 20px;
  }
  .summary_section .bottom_con ul {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .summary_section .top_info .tit::before {
    left: 130px;
    top: -60px;
    width: 60px;
    height: 80px;
  }
  .summary_section .top_info .tit span{
    font-size: 14px;
    letter-spacing: 2px;
  }
  .summary_section .top_info .tit p {
    font-size: 34px;
    text-align: center;
    line-height: 1.2;
  }
  .summary_section .top_info .tit img {
    margin-top: 0;
  }
  .summary_section .top_info .con p {
    font-size: 16px;
    text-align: center;
  }
  .summary_section .top_info .con b {
    font-size: 16px;
  }
  .summary_section .bottom_con {
    padding: 30px;
    margin-top: 40px;
  }
  .summary_section .bottom_con p {
    font-size: 14px;
  }
  .summary_section .bottom_con b {
    font-size: 26px;
  }
  .summary_section .bottom_con ul::before {
    display: none;
  }

  /* video section */
  .video_section .film-title img {
    width: 50%;
  }
  .video_section .film-01 {
    height: 30vh !important;
  }

  /* quick section */
  section.quick_section .container > div {
    gap: 10px;
  }
  .quick_section .btn a {
    font-size: 14px;
    padding: 12px 30px;
  }

  /* info section */
  .info_section .con {
    flex-direction: column;
    gap: 30px;
  }
  .info_section .title_center p {
    font-size: 18px;
  }
  .info_section .info_table th {
    width: 100px;
  }
  .info_section .info_table th div {
    font-size: 14px;
    width: 90px;
    padding: 0 5px;
    height: 30px;
  }
  .info_section::after, .info_section::before {
    display: none;
  }

  /* how section */
  .how_section .con ul {
    grid-template-columns: 1fr;
    gap: 40px;
    width: 80%;
  }
  .how_section .con .min_tit p {
    font-size: 20px;
  }
  .how_section .con .min_tit span {
    font-size: 14px;
  }
  .how_section .con li > p {
    font-size: 16px;
    margin-top: 20px;
  }
  .how_section .con .last_txt{
    font-size: 14px;
  }
  .how_section .con ul::before {
    left: -15%;
    bottom: -5%;
    width: 100px;
  }
  .how_section .con ul::after {
    width: 90px;
    height: 185px;
  }
  .how_section .con .icon{
    scale: 0.9;
  }

  /* souvenir section */
  .souvenir_section .con {
    flex-direction: column;
    padding: 30px;
  }
  .community_section .container > div {
    grid-template-columns: 1fr;
  }
  .souvenir_section .list h4 {
    font-size: 20px;
  }
  .souvenir_section .con > div:nth-child(2) {
    display: none;
  }
  .souvenir_section .list.two p {
    font-size: 13px;
  }
  .souvenir_section .con::before{
    width: 90px;
    height: 110px;
  }

  /* community section */
  .community_section .info {
    padding: 40px 20px;
  }
  .community_section .info .wrap {
    width: 60%;
  }
  .community_section .notice li a {
    font-size: 14px;
    padding: 15px 5px;
  }
  .community_section .info .tel a {
    font-size: 20px;
  }
  .community_section .info .mail a {
    font-size: 14px;
  }
  .community_section .info .fa-solid {
    font-size: 16px;
  }
  .community_section .info p {
    font-size: 14px;
  }
  .community_section .info::before {
    width: 50px;
    height: 50px;
  }
  
}

@media(max-width: 566px){
	.title_center {
		margin-bottom: 20px;
	}
  .slide {
    height: 680px;
  }

  .slide01,
  .slide02,
  .slide03 {
  	height: 680px;
  }


	.logo {
		margin-left: 20px;
	}

	
	.navigation .dropdown .dropdown-menu li a {
		padding-left: 35px !important;
		font-size: 16px;
	}
	
	.YouTubePopUp-Content iframe {
		height: 300px !important;
	}
	.YouTubePopUp-Close {
		bottom: 400px;
		width: 30px;
		height: 30px;
		background-size: 30px 30px;
		-webkit-background-size: 30px 30px;
	}
}


/* Custom Range (700 ~ 1090) */
@media (min-width: 700px) and (max-width: 1200px) {
  .slide01 .dday p {
    font-size: 24px;
    padding-top: 10px;
  }
  .slide01 .dday span {
    font-size: 30px;
    padding: 10px 5px 0px 10px;
  }
}