@charset "UTF-8";

.font-white{
  color: white;
}
.font-white02{
  color: #f2f2f2;
}
.font-mint{
  color: #00736f;
}
.font-mint02{
  color: #648f8d;
}


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

p {
  color: #141414;
  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;
}
.point_txt{
  font-family: "Vitro_core";
  color: #00827e;
  font-size: 20px;
}
.point_orange{
  color: #de6340;
  font-size: 18px;
}

.mo_br {
  display: none;
}

@media all and (max-width:768px) {
  .mo_br {
    display: block;
  }
}



@media all and (max-width:768px)  {
  .title_center h2 {
    font-size: 28px !important;
  }
  .point_orange{
    font-size: 15px !important;
  }
}



/*==============================  준비중페이지 ==============================*/

.slide_ready {
  width: 100vw;
  height: 100vh;
}
.slide_ready .pc {
  width: 100vw;
  height: 100vh;
  display: block;
  background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.slide_ready .mo{
  width: 100vw;
  height: 100vh;
  display: none;
  background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

@media all and (max-width:991px) {
  .slide_ready .mo {
    display: block;
    background-size: cover;
  }
  .slide_ready .pc {
    display: none;
  }
}



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

.slide {
	cursor: all-scroll;
}
.slide01 {
	background-image: url('/img/slide/main_visual01.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 800px;
    
}
.slide02 {
	background-image: url('/img/slide/main_visual02.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 800px;
}
.slide03 {
	background-image: url('/img/slide/main_visual03.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 800px;
}


@media(max-width: 768px) {
  .slide01 {
		background-image: url('/img/slide/main_m_visual01.png');
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		height: 500px;
	}
	.slide02 {
		background-image: url('/img/slide/main_m_visual02.png');
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		height: 500px;
	}
	.slide03 {
		background-image: url('/img/slide/main_m_visual03.png');
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		height: 500px;

	}
  .slide .btn_wrap02 {
    bottom: 80px;
    gap: 10px;
    flex-direction: column;
    z-index: 1;
  }

  .slide .btn_wrap02 a {
    font-size: 18px;
  }

  .main_slide_btn{
    display: none;
  }
}

.btn_wrap02 {
  display: flex;
  gap: 20px;
  position: absolute;
  bottom: 180px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
.btn_wrap02 a {
  padding: 12px 80px;
  border-radius: 10px;
  background: #00827e;
  color: #fff;
  font-size: 24px;
  font-family: 'Vitro_core';
}
.btn_wrap02 a:hover {
  background: #004745;
  color: #fff;
}

.btn_wrap02 a:nth-child(2) {
  background: #fff;
  color: #00827e;
}
.btn_wrap02 a:nth-child(2):hover {
  background: #dde2e2;
  color: #00827e;
}


.btn_wrap a {
  display: b;
  padding: 12px 80px;
  border-radius: 10px;
  background: #00827e;
  color: #fff;
  font-size: 24px;
  font-family: 'Vitro_core';
}
.btn_wrap a:hover {
  background: #004745;
  color: #fff;
}


.main_title {
	top: 50%;
	 transform: translateY(-50%);
	 text-align: center;
}

.main_title h1 {
  font-size: 70px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Vitro_core';
  font-weight: 900;
  text-shadow: 0 0 20px rgba(0,0,0,0.7);
}
.main_title h2 {
	font-size: 70px;
	text-align: center;
	color: #fff;
	font-family: 'Vitro_core';
	 font-weight: 900;
	 text-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}
.main_title h3 {
    color: #fff;
    text-align: center;
    min-width: 400px;
    margin: 20px auto 0;
    background-color: rgba(4, 114, 196, 0.8);
    padding: 20px 40px;
	display: inline-block;
	font-size: 35px;
	font-weight: 500;
}
.main_title p {
	font-size: 35px;
	color: #eee;
	text-align: center;
	padding-top: 20px;
}
.main_title p span {
	margin: 0px 10px;
}

.main_slide_btn {
	position: absolute;
	bottom: 50%;
}
.main_slide_btn.prev {
	left: 0;
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Safari 3-8 */
	transform: rotate(180deg);
}
.main_slide_btn.next {
	right: 0;
}
@media(max-width: 566px){
	.main_slide_btn {
		/*display: none;*/

	}
	.main_title p span {
		display: block;
		margin: 0;
	}
}

/*==============================  D-DAY SECTION ==============================*/
.dday_section {
  position: relative;
  top: -65px;
  z-index: 100;
  text-align: center;
}
.dday_section .date {
  background: #f1f1f1;
  border-radius: 15px 0 0 15px;
  text-align: left;
  padding: 25px;
}
.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: #f8405c;
  font-size: 23px;
  font-weight: bold;
  margin-right: 20px;
}
.date span.text_sm {
	display: block;
	margin-top: 0px;
	font-size: 15px;
	color: #f8405c;
	line-height: 1em;
	padding-left: 70px;
	letter-spacing: -0.1px;
	font-weight: 400;
}
.dday_section .dday {
  background: #014d86;
  padding: 10px;
}

.dday_line {
  background: #00345a;
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 10px;
  padding: 19px 10px;
}
.dday_section .dday p {
  font-size:  24px;
  margin-bottom: 0;
  color: #fff;
  line-height: 28px;
  font-family: 'NanumSquare', "맑은 고딕", sans-serif;
}
.dday_section .dday span {
  font-size: 70px;
  font-weight: bold;
  line-height: 65px;
  color: #fff;
  font-family: 'NanumSquare', "맑은 고딕", sans-serif;
}
.dday_section .apply {
  display: block;
  background: #0472c4;
  padding: 30px 0;
  
}
.dday_section .apply img,
.dday_section .check img {
  margin-top: 10px;
  margin-bottom: 15px;
}
.dday_section .apply p,
.dday_section .check p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  font-family: 'NanumSquare', "맑은 고딕", sans-serif;
}
.dday_section .check {
  display: block;
  background: #1e98f3;
  padding: 30px 0;
  border-radius: 0 15px 15px 0;
}

/*============================== summary_section SECTION ==============================*/
.summary_section {
  position: relative;
  top: 0px;
  width: 100%;
  height: auto;
  background-image: url('/img/common/summary_bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 30;
}
.summary_section .con {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background-color: white;
  padding: 50px 0px;
  border-radius: 20px;
}
.summary_section .info_table th{
  display: inline;
  font-weight: 900;
  padding: 10px 0;
  gap: 60px;
  font-family: 'Vitro_core';
  color: #00827e;
  text-align: justify;
}

.summary_section .info_table td {
  padding: 0px 0px 20px 20px;
  font-size: 18px;
}

.th_point{
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #00827e;
  margin-right: 5px;
  padding-top: 10px;
}

@media (max-width: 990px) {
  .summary_section .con {
      flex-direction: column;
  }
  .summary_section .img {
    width: 80%;
    align-items: center;
}
.summary_section .info_table th{
  text-align: center;
}
.summary_section .info_table td{
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  width: 300px;
  margin-bottom: 10px;
}
}

.left_sum {
  text-align: right;
  background-color: rgba(38,46,49,0.9);
  padding: 252px 0 166px 0;
}

.title_left {
  text-align:left;
}
.title_left h2 {
  font-size: 40px;
  font-family: 'NanumSquare', "맑은 고딕", sans-serif;
  font-weight: 900;
}
.title_left.white_txt h2 {
  color: #fff;
}

.title_center {
  text-align:center;
  margin-bottom: 40px;
}
.title_center h2 {
  font-size: 34px;
  font-family: 'Vitro_core';
  margin-top: 0;
  margin-bottom: 10px;
}
.title_center.white_txt h2 {
  color: #000;
}

.title_right {
  padding-right: 80px;
  text-align:right;
}
.title_right h2 {
  font-size: 40px;
  font-family: 'NanumSquare', "맑은 고딕", sans-serif;
}
.title_right.white_txt h2 {
  color: #fff;
}


.left_sum p {
  clear: both;
  font-size: 20px;
  color: #cfcfcf;
  line-height: 36px;
  font-weight: 300;
}
.btn_default {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
}
.btn_default:hover {
  background: #00827e;
  color: #fff !important;
}
.btn_default.black {
	color: #ffffff;
}
.btn_default.black:hover {
	border: 1px solid #00827e;
	color: #fff;
}
.right_sum {
  background: #fff;
  margin-top: 135px;
  font-size: 16px;
  color: #616161;
  padding: 20px 35px;
  width: 100%;
  max-width: 650px;
}
.sub_info .right_sum table.summary_table tr:nth-child(even) td {
  background-color: #fffbf2;
  border-radius: 10px;
}

.lts_3 {
	letter-spacing: 2.7px;
}
.lts_8 {
  letter-spacing: 8px;
}
.lts_15 {
	letter-spacing: 15px;
}
.lts_46 {
	letter-spacing: 45px;
}
.right_sum table.summary_table {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: left;
}

.right_sum table.summary_table tr td {
	padding: 10px 0;
}

.right_sum table.summary_table tr td:first-child {
  color: #00827e;
  font-weight: 600;
  font-size: 20px;
  font-family: 'Vitro_core';
  text-align: center;
}


@media (max-width: 768px) {
	.right_sum table.summary_table {
		width: 100%;	
	}
}



/*============================== donation_section SECTION ==============================*/
section .donation_section {
  padding: 150px 0 120px;
}
.donation_section .top_info {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: center;
}
.donation_section .top_info .tit {position: relative;}
.donation_section .top_info .tit::before {
  position: absolute;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  width: 168px;
  height: 176px;
  left: -150px;
    top: -60px;
}
.donation_section .top_info .tit span {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
}
.donation_section .top_info .tit img {
  display: inline-block;
  margin-top: 35px;
  margin-bottom: 20px;
}
.donation_section .top_info .tit p {
  font-size: 50px;
  font-family: 'yangjin';
}
.donation_section .top_info .con p {
  font-size: 18px;
}
.donation_section .bottom_con {
  margin-top: 60px;
  background: #e8e8f5;
  padding: 60px;
  border-radius: 20px;
  text-align: center;
}
.donation_section .bottom_con ul {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.donation_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%);
}
.donation_section .bottom_con p {
  margin-top: 30px;
  font-size: 20px;
  color: #0a1367;
}
.donation_section .bottom_con b {
  font-family: 'yangjin';
  font-size: 36px;
  font-weight: normal;
}

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

.quick_section .btn_02:hover {
  color: #00827e44;
}

.quick_section .btn_02{
  display: inline-block;
  font-size: 20px;
  font-weight: 900;
  background-color: #ffffff;
  padding: 10px 110px;
  text-align: center;
  border: 0;
  min-width: 260px;
  color: #00827e;
  border-radius: 5px;
}
.quick_section .btn_02 a{
  color: #004a48;
}


@media(max-width: 768px){
  /* summary section */
  .donation_section .top_info {
    flex-direction: column;
    gap: 20px;
  }
  .donation_section .bottom_con ul {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .donation_section .top_info .tit::before {
    left: -40px;
    top: -30px;
    width: 80px;
    height: 80px;
  }
  .donation_section .top_info .tit p {
    font-size: 36px;
    text-align: center;
    line-height: 1;
  }
  .donation_section .top_info .tit img {
    margin-top: 50px;
    width: 70%;
  }
  .donation_section .top_info .con p {
    font-size: 16px;
    text-align: center;
  }
  .donation_section .top_info .con b {
    font-size: 16px;
  }
  .donation_section .bottom_con {
    padding: 30px;
    margin-top: 40px;
  }
  .donation_section .bottom_con p {
    font-size: 16px;
  }
  .donation_section .point_orange {
    font-size: 16px;
  }
  .donation_section .bottom_con b {
    font-size: 26px;
  }
  .donation_section .bottom_con ul::before {
    display: none;
  }

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

/* informaition */
.info_section {
  width: 100%;
  background-image: url('/img/main/info_bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.info_box {
  border-radius: 10px;
}
.info_box:hover {
  box-shadow: 0px 0px 1px rgba(0,0,0,0.23);
  cursor: pointer;
  transition: all 0.4s;
}

.btn_info {
  position: relative;
  display: block;
  width: 100%;
  background: #1e98f3;
  padding: 20px 0;
  font-size: 16px;
  color: #fff;
  border: none;
  border-radius: 0 0 10px 10px;
  outline: none;
  transition: all 0.2s;
}

.info_box:hover .btn_info:after{
    background: url(../img/arrow.png) no-repeat 0 0;
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -15px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ff4d70;
    z-index: 10;
}

.b_m65 {
  bottom: -65px;
}

.main_tab_box {
	width: 722px;
	margin: 0 auto;
}

/* course section */
.course_section {  
  padding: 150px 0 80px 0 !important;
  width: 100%;
  background-image: url('/img/common/main/main_course_bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* course tab menu*/
.course_tab {
  width: 100%;
}
.course_tab li {
  width: calc( 99.9% / 2);
  float:left;
  position:relative;
  border-right: 1px solid #fff;
}
.course_tab li:last-child {
  border-right: none;
}
.course_tab li a {
    display:block;
    background:#b8b8b8;
    color:#fff;
    font-size: 17px;
    text-align:center;
    letter-spacing: 1px;
	padding: 20px 0;
}
.course_tab li a.selected {  /*현재 선택된 탭메뉴*/
    background:#ff4d70;
    color:#fff;
    transition: all 0.3s;
}
.course_tab li a.selected:after {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -15px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ff4d70;
    z-index: 10;
}

.course_p i {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 60px;
	color: #fff;
	z-index: 999;
}

.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: #00827e;
}
.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;
}

/* 2021 renewal */
.howto_list {
	position: relative;
	font-size: 0;
}

.howto_list li {
	display: inline-block;
	position: relative;
}

.howto_list li img {
	display: block;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}
.main_icon {
	display: block;
	width: 64px;
	height: 64px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin: 0 auto;
}
.info_box:hover .main_icon,
.info_box:focus .main_icon {
	background-size: contain;
}
.main_icon01 {background-image: url('/img/common/main/info_icon_01.png');}
.info_box:hover .main_icon01,
.info_box:focus .main_icon01 {
	background-image: url('/img/common/main/info_icon_01_hover.png');
}
.main_icon02 {
	background-image: url('/img/common/main/info_icon_02.png');
}
.info_box:hover .main_icon02,
.info_box:focus .main_icon02 {
	background-image: url('/img/common/main/info_icon_02_hover.png');
}
.main_icon03 {
	background-image: url('/img/common/main/info_icon_03.png');
}
.info_box:hover .main_icon03,
.info_box:focus .main_icon03 {
	background-image: url('/img/common/main/info_icon_03_hover.png');
}
/* video 영상 추가 */
.section.video_section {
	position: relative;
	background: url('/img/2021_img/main/bg_video.png') no-repeat bottom center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	top: -160px;
}
.main_video {
	position: relative;
}
.main_video figure {
	display: block;
	position: relative;
}
.film_link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: transparent;
}
.film_link:hover, .film_link:focus {
	background: rgba(0, 0, 0, .2);
}
.film_link img {
	display: block;
	margin: 0 auto;
	position: absolute;
	top:50%;
	left:50%;
	width: 80px;
	height: 80px;
	margin-top: -40px;
	margin-left: -40px;
}
.film_link:hover img,
.film_link:focus img {
	opacity: 0.7;
}
.YouTubePopUp-Content iframe {
    max-width: 71.7% !important;
    width: 100% !important;
    display: block !important;
    height: 82vh !important;
    border: none !important;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    margin: auto;
}
.YouTubePopUp-Close {
    position: absolute;
    top: 25px;
    cursor: pointer;
    right: 50%;
    margin: auto 0;
    margin-right: -19px;
    width: 38px;
    height: 38px;
    background: url('/img/2021_img/main/close_btn_white.png') no-repeat;
    background-size: 38px 38px;
    -webkit-background-size: 38px 38px;
    -moz-background-size: 38px 38px;
    -o-background-size: 38px 38px;
    z-index: 999;
}
/*============================================================================================================*/
@media (min-width: 1200px) {
	.right_sum {padding-left: 50px; padding-right: 50px;}
}
@media (min-width: 992px) {
	/* 참여방법*/
	.howto_list li {
		width: 30%;
    width: calc(33.3% - 56px);
    margin-right: 83px;
		margin-bottom: 20px;
	}

	.howto_list li::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 50%;
		right: -55px;
		margin-bottom: -26px;
		width: 27px;
		height: 44px;
		background: url('/img/2021_img/main/arrow_howto.png') no-repeat center;
		background-size: 27px 44px;
	}

	.howto_list li:nth-child(1),
	.howto_list li:nth-child(2),
	.howto_list li:nth-child(3) {
		margin-bottom: 40px;
	}

	.howto_list li:nth-child(3n) {
		margin-right: 0;
	}

	.howto_list li:nth-child(3n)::after {
		display: none;
	}
	.dday_section .col-md-5 {
		width: 46%;
	}
	.dday_section .date {
		min-height:153px;
		padding: 35px 40px;
	}

}
@media(max-width: 991px){
	.main_tab_box {
		width: 100%;
	}
  .dday_section .date,
  .dday_section .check {
    border-radius: 0;
  }
  .date p {
	font-size: 16px;
  }
  .summary_section {
	  height: auto;
  }
  .quick_section .btn_02{
    padding: 10px 90px;
    min-width: 100%
  }
  .right_sum {
    margin: 250px auto 0;
	max-width:auto;
  }
  .info_box {
    padding: 30px 0 0;
  }

  .info_box img {
    margin-bottom: 0;
  }

  .info_box p {
  	margin-bottom: 30px;
  	font-size: 15px;
  	margin-top: 10px;
  	padding: 0px 10px;
  }

  .pb_40 {
    padding-bottom: 60px;
  }
  .howto_list li {
  	width: 30%;
  	width: calc(50% - 12px);
  	margin-right: 23px;
  	margin-bottom: 25px;
  }

  .howto_list li:nth-child(2n) {
  	margin-right: 0;
  }

  .howto_list li:nth-child(2n)::after {
  	display: none;
  }
  .main_notice_btn {
	  min-width: 280px;
	  margin-top:35px;
	  margin-bottom: 0px;
	  width: auto;
	  height: 55px;
	  line-height: 53px;
	  font-size: 15px;
	  padding: 0px 10px;
  }
  .section.video_section {
		position: relative;
		top: -300px;
  }
  .section.video_section .col-md-12 {
		
  }
}

@media(max-width: 767px){
  .main_title h1 {
    font-size: 50px;
  }

  .b_m65 {
    bottom: 0;
  }

  .m_mb_15 {
    margin-bottom: 15px;
  }

  .info_section .mb_50 {
    margin-bottom: 0px;
  }
}
@media(max-width:1199px){
	.date p {
		font-size: 18px;
	}
	.date span {
		font-size: 18px;
	}
}
@media(max-width: 768px) {
	.main_title h2 {
		font-size: 30px;
	}

	.main_title h1 {
		font-size: 45px;
	}

	.main_title h3 {
		width: 270px;
		font-size: 17px;
		display: block;
		min-width: 270px;
		padding: 15px;
	}

	.main_title p {
		font-size: 23px;
		padding-top: 10px;
	}
	.film_link img {
		width: 50px;
		height: 50px;
		margin-top: -25px;
		margin-left: -25px;
	}
}

@media(max-width: 566px){
	.title_center {
		margin-bottom: 20px;
	}
  .slide {
    height: 600px;
  }
  .slide02 {
  	background-image: url('/img/2021_img/slide/m_main_visual01.png');
  	background-position: center;
  	background-size: cover;
  	background-repeat: no-repeat;
  	width: 100%;
  	/* height: 550px; */
  }

  .slide01,
  .slide02,
  .slide03 {
  	height: 600px;
  }
  .right_sum {
    width: 90%;
	font-size: 15px;
	padding: 10px 25px;
  }
  .lts_8 {
	letter-spacing: 7px;
  }
  .lts_3 {
  	letter-spacing: 1px;
  }
  .lts_15 {
  	letter-spacing: 10px;
  }
  .lts_46 {
  	letter-spacing: 15px;
  }

	.logo {
		margin-left: 20px;
    width: 50%;
	}

	
	
	.date p {
		font-size: 16px;
		line-height: 30px;
	}
	.date span {
		font-size: 16px;
	}
	.date span.text_sm {
		font-size: 12px;
		padding-left: 65px;
	}
	.navigation .dropdown .dropdown-menu li a {
		padding-left: 35px !important;
		font-size: 16px;
	}
	.notice_section.pt_45 {
		padding-top: 0;
	}
	.notice_section.pb_15 {
		padding-bottom: 0;
	}
	.notice_section {
		padding: 100px 0 !important;
	}
	section.gray_line {
		border-top: 1px solid #eee;
	}

	.notice_table tr td a {
		width: 220px;
	}
	.YouTubePopUp-Content iframe {
		height: 300px !important;
	}
	.YouTubePopUp-Close {
		bottom: 400px;
		width: 30px;
		height: 30px;
		background-size: 30px 30px;
		-webkit-background-size: 30px 30px;
  }
  .font-mint{
    font-size: 15px;
  }
}


.tour_section{
  position: relative;
  top: 0px;
  width: 100%;
  height: auto;
  background-image: url('/img/main/tourist_bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 30;
}

.tour_section .boxs {margin-top: 20px;}
.tour_section .boxs:after {clear: both; content: ''; display: block;}
.tour_section .boxs li { width: 100%; height: 400px; background-color: #000; border-radius: 20px; transition: all 0.3s ease-out;}
.tour_section .boxs ul {display: flex; gap: 10px; justify-content: center;}
.tour_section .boxs li:first-child {margin-left: 0;}
.tour_section .boxs li:last-child {margin-right: 0;}
.tour_section .boxs li:nth-child(1) {background: url('/img/main/tour_box01.png') center no-repeat;}
.tour_section .boxs li:nth-child(2) {background: url('/img/main/tour_box02.png') center no-repeat;}
.tour_section .boxs li:nth-child(3) {background: url('/img/main/tour_box03.png') center no-repeat;}
.tour_section .boxs li:nth-child(4) {background: url('/img/main/tour_box04.png') center no-repeat;}
/* .sec02 .boxs li:hover {transform: translateY(-10px);} */
.tour_section .boxs li a {display: inline-block; width: 100%; height:100%; position: relative; text-align: center;}
.tour_section .boxs li a img {position: absolute; top: 50%; margin-top: -75px; left: 50%; margin-left: -76px;}
.tour_section .boxs li a h5 {font-family: 'Jalnan', sans-serif; color: #fff; font-size: 22px; padding-top: 160px; position: relative; z-index: 2;}


@media all and (max-width:768px)  {
    .tour_section .boxs ul {
      display: flex;
      gap: 10px;
      justify-content: center;
      flex-direction: column;
    }
    .tour_section .bx-wrapper .bx-viewport .gj_slide {width: 100% !important;}
    .tour_section .boxs li {
      height: 330px;
    }
    .tour_section .boxs li a img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-top: 0;
        margin-left: 0;
        height: 80%;
    }
    .tour_section .boxs li a h5 {
        font-size: 16px;
        padding-top: 80px;
    }
}


/* section6 - 코스안내 */
.course_section {
  padding: 120px 0;
  background: url(/img/main/course_bg.png) no-repeat center;
  background-size: cover;
}
.course_section h2 {
  color: #fff;
}
.course_section .tab_wrap {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 50px;
}
.course_section .tab_wrap .tab_btn {
  display: inline-block;
  font-size: 24px;
  font-family: "Vitro_core";
  padding: 15px 70px;
  color: #fff;
  background: #00000070;
  border: 2px solid #fff;
  border-radius: 10px;
  cursor: pointer;
}
.course_section .tab_wrap .tab_btn.on {
  background: #00a9a4;
  border-color: #00a9a4;
}
.course_section .tab_con {
  display: none;
}
.course_section .tab_con.on {
  display: block;
}
.tab_con_wrap{
  display: flex;
  justify-content: center;
}
.course_section .icon {
  width: 20px; /* 아이콘 크기 조정 */
  height: auto;
  margin-right: 5px; /* 글자와 간격 조정 */
  vertical-align: middle; /* 수직 정렬 */
}


@media all and (max-width:768px)  {
  .course_section .tab_wrap .tab_btn {
    font-size: 18px;
    padding: 10px 20px;
  }
  .course_section .tab_wrap{
    gap: 10px;
    margin-bottom: 20px;
  }
}







.map_section{
  padding: 120px 0;
  background: url(/img/main/map_bg.png) no-repeat center;
  background-size: cover;
}
.map{
  display: flex;
  justify-content: center;

}
.map #daumRoughmapContainer1737522187121  {
  width: 1000px !important;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.map_section .wrap {
  display: grid; 
  grid-template-columns: auto 1fr; 
  align-items: center;
  padding: 30px 70px;

}
.map_section .wrap .info li {
  color: #444; 
  display: inline-block;}
  
.map_section .wrap .info li:first-child {
  margin-right: 40px;
}
.map_section .wrap .info li b {
  font-size: 20px;
  font-weight: 700;
  font-family: "Vitro_core";
}
.map_section .wrap .info li a {
  font-size: 20px; 
  color: #444;
}
.map_section .wrap .info li:before {
  content: ''; 
  display: inline-block; 
  width: 30px; 
  height: 30px; 
  background: url('/img/main/icon-location.png') center no-repeat;
   margin-right: 10px; 
   vertical-align: middle;
  }
.map_section .wrap .btns {
  font-size: 0; 
  text-align: right;
}
.map_section .wrap .btns a {
  display: inline-block;
  width: 225px;
  padding: 3px;
  line-height: 45px;
  background: #17b75e;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  border-radius: 5px
}
.map_section .wrap .btns a:before {
  content: ''; display: inline-block;
   width: 30px; height: 30px; 
   background: url('/img/main/icon-naver.png') center no-repeat;
    margin-right: 10px; 
    vertical-align: middle;}

.map_section .wrap .btns a:last-child {
  background: #fee102; 
  color: #222; 
  margin-left: 20px;
}
.map_section .wrap .btns a:last-child:before {
  content: ''; 
  display: inline-block; 
  width: 30px; 
  height: 30px; 
  background: url('/img/main/icon-kakao.png') center no-repeat; 
  margin-right: 10px; 
  vertical-align: middle;
}
.map_section .box {background: #f1f4fa url('/img/sub/domitory-bg2.png') right 100px center no-repeat; padding: 40px 50px;}
.map_section .box li {font-weight: 500;}
.map_section .box > ul > li:first-child {padding-bottom: 30px;}
.map_section .box h5 {font-size: 18px; font-weight: 700; padding-bottom: 15px;}
.map_section .box h5:before {content: ''; display: inline-block; width: 2px; height: 15px; background: var(--maincolor); margin-right: 10px; margin-bottom: 2px; vertical-align: middle;}
.map_section .box p {font-size: 18px; color: #444;}
.map_section .box li span {color: #999;}


@media all and (max-width: 1200px) {
	.map_section .wrap .btns a {margin: 5px 0;}
}
@media all and (max-width: 1024px) {
	.map_section .wrap .info li:first-child {margin-right: 0;}
}
@media all and (max-width: 768px) {
	.map_section .root_daum_roughmap .wrap_map {height: 300px;}
	.map_section .wrap {grid-template-columns: 1fr; grid-gap: 20px; padding: 0; margin-bottom:10px; text-align: center;}
	.map_section .wrap .info li {font-size: 14px; text-indent: -55px; margin-left: 55px;}
	.map_section .wrap .info li:before {width: 16px; background-size: contain; margin-right: 5px;}
	.map_section .wrap .info li b {font-size: 14px; margin-right: 10px;}
	.map_section .wrap .info li a {font-size: 14px;}
	.map_section .wrap .btns a {width: 100%; font-size: 14px;}
	.map_section .wrap .btns a:last-child {margin-left: 0;}
	.map_section .wrap .btns a:before {width: 17px; background-size: contain;}
	.map_section .box {padding: 20px;}
	.map_section .box h5 {font-size: 15px;}
	.map_section .box p {font-size: 14px; line-height: 1.4;}
}

/* footer */
.footer {height: auto; min-height: auto;}
.footer .copy {width: 100%; height: auto; background-color: #343434; padding: 48px 0;}
.footer .copy .wrap {width: 1100px; margin: 0 auto; position: relative;}
.footer .copy p {font-size: 16px; font-weight: 300; color: #999; line-height: 1.6;}
.footer .copy p span {display: inline-block; width: 10px;}
.footer .copy p a {color: #999;}
.footer .copy .human {position: absolute; bottom: 0; right: 0; font-size: 16px; font-weight: 300; color: #999;}
.footer .copy .top .ft_logo {color: #b3b3b3; font-size: 24px; font-family: "Vitro_core";}
.footer .copy {background: #111;}
.footer .copy .top {display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px;}

@media all and (max-width:1200px) {
    .footer .copy {
        height: auto;
        padding: 48px 20px;
    }
    .footer .copy .wrap {
        width: 100%;
    }
    .footer .copy p {
        font-size: 14px;
    }
    .footer .copy .human {
        position: static;
        font-size: 14px;
    }
    .footer .copy .top {
          flex-direction: column;
          gap: 10px;
    }
}


/* 카카오맵 콘텐츠삭제 */
.root_daum_roughmap .cont{
  display: none !important;
}