<meta charset="utf-8">
.main_visual { height: 100vh; }
.swiper { margin: 0; width: 100%; height: 100vh; }
.main_visual .swiper-slide:nth-child(1n) { background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/main_banner_img01.jpg); background-position: center; background-size: cover; }
.main_visual .swiper-slide:nth-child(2n) { background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/main_banner_img02.jpg); background-position: center; background-size: cover; }
.main_visual .swiper-slide.video-slide,
.main_visual .swiper-slide.youtube-slide { background-image: none; }
.main_visual .swiper-slide .visual-tit { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; color: #fff; text-align: center; position: relative; z-index: 2; opacity: 1 }
.main_visual .swiper-slide .title { display: block; font-weight: 500; transition: opacity 0.75s ease 0.75s; line-height: 1; font-size: 70px; margin-bottom: 20px; letter-spacing: -2px }
.main_visual .swiper-slide .description { font-size: 32px; color: #fff; transition: opacity 0.75s ease 0.75s; }
.main_visual .swiper-pagination { position: absolute; bottom: 80px; right: 80px; font-size: 16px; color: #fff; display: flex; align-items: center; }
.main_visual .swiper-pagination .current { font-size: 20px; margin: 0 10px; }
.main_visual .swiper-pagination .total { font-size: 20px; opacity: 0.8; margin: 0 10px; }
.main_visual .swiper-pagination .prev, .swiper-pagination .next { cursor: pointer; font-size: 28px; }

.video-background,
#youtube-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-slide::before,
.youtube-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}


/* 반응형 미디어 쿼리 */
@media screen and (max-width: 1200px) {  
    .main_visual .swiper-slide .title {
        font-size: 60px;
        margin-bottom: 18px;
    }

    .main_visual .swiper-slide .description {
        font-size: 16px;
    }

    .main_visual .swiper-pagination {
        bottom: 60px;
        right: 60px;
    }
}

@media screen and (max-width: 992px) {
    .main_visual .swiper-slide .title {
        font-size: 50px;
        margin-bottom: 16px;
    }

    .main_visual .swiper-slide .description {
        font-size: 15px;
    }

    .main_visual .swiper-pagination {
        bottom: 50px;
        right: 50px;
    }

    .main_visual .swiper-pagination .current,
    .main_visual .swiper-pagination .total {
        font-size: 18px;
    }

    .main_visual .swiper-pagination .prev,
    .swiper-pagination .next {
        font-size: 24px;
    }
}

@media screen and (max-width: 768px) {
    .main_visual {
        height: 80vh;
    }

    .swiper {
        height: 80vh;
    }

    .main_visual .swiper-slide .title {
        font-size: 40px;
        margin-bottom: 14px;
    }

    .main_visual .swiper-slide .description {
        font-size: 14px;
    }

    .main_visual .swiper-pagination {
        bottom: 40px;
        right: 40px;
    }

    .main_visual .swiper-pagination .current,
    .main_visual .swiper-pagination .total {
        font-size: 16px;
    }

    .main_visual .swiper-pagination .prev,
    .swiper-pagination .next {
        font-size: 20px;
    }
}

@media screen and (max-width: 576px) {
    .main_visual {
        height: 60vh;
    }

    .swiper {
        height: 60vh;
    }

    .main_visual .swiper-slide .title {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .main_visual .swiper-slide .description {
        font-size: 12px;
    }

    .main_visual .swiper-pagination {
        bottom: 30px;
        right: 30px;
    }

    .main_visual .swiper-pagination .current,
    .main_visual .swiper-pagination .total {
        font-size: 14px;
    }

    .main_visual .swiper-pagination .prev,
    .swiper-pagination .next {
        font-size: 18px;
    }
}



.container { max-width: 1600px; margin: 0 auto; padding: 20px; }

    
.section01  { width: 100%;  padding: 200px 0 }
.section01 .date {color: #22c55e; font-size: 14px; margin-bottom: 16px; }
.section01 .content { display: flex;gap: 24px; flex-wrap: wrap;}
.section01 .title {flex: 1 1 400px;   font-size: 48px; letter-spacing: -1px;  font-weight: bold;line-height: 1.4}
.section01 .description {flex: 1 1 400px;font-size: 18px; font-weight: 400; line-height: 1.6;}

 @media (max-width: 768px) {
   .section01 { padding: 100px 0} 
   .section01 .content { gap: 16px;}
   .section01 .title,.section01 .description { flex: 1 1 100%; font-size: 38px}
 }



.section02 { width: 100%; padding-bottom: 150px}
.section02 .main_copy { font-size: 50px; font-weight: bold; letter-spacing: -1px; color: #1a2b3c; padding-bottom: 20px}
.section02 p { font-size: 18px;  line-height: 1.65; font-weight: 400; padding-bottom: 50px; word-break: keep-all}		
.section02 .bear-grid { display: flex; justify-content: space-between; margin-bottom: 50px; background-size: cover; background-position: center; height: 700px; transition: background-image 1.5s ease; position: relative; } 
.section02 .bear-grid::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.3); z-index: 1; } 
.section02 .bear-item { flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: #fff; position: relative; z-index: 2; }
.section02 .bear-item:not(:last-child)::after {  content: '';  position: absolute;  right: 0;  top: 0; height: 100%;   width: 1px; background-color: rgba(255, 255, 255, 0.2); }
.section02 .bear-letter { font-size: 48px; font-weight: bold; }
.section02 .bear-title { font-size: 18px; margin-bottom: 10px; line-height: 1.65; opacity: 0.8; font-weight: 400 }
.section02 .bear-description { font-size: 20px; font-weight: 500 }
.section02 .flex-section { display: flex; flex-wrap: wrap;gap: 30px;}
.section02 .flex-item { flex: 1; min-width: 300px; padding: 25px; box-sizing: border-box;} 
.section02 .flex-item p { font-size: 18px; line-height: 1.65;  margin: 0; }

.mission-grid { position: relative;width: 100%; background-color: transparent;overflow: hidden}
.mission-grid::before { content: '';position: absolute; top: 0; left: 0;width: 100%; height: 100%; background-color: #f8f9fa; transform: scaleX(0); animation: backgroundSlide 1s ease-out forwards;}
.mission-grid .inner {position: relative;  display: flex; justify-content: space-between; padding: 100px 0; z-index: 1; }
.mission-grid .left { width: 30%}
.mission-grid .left h2 { font-size: 50px; letter-spacing: -1px; font-weight: bold; max-width: 300px}
.mission-grid .left .view-btn { width: 200px; height: 75px; border: 1px solid #1465f4; border-radius: 40px; overflow: hidden; margin-top: 30px } 
.mission-grid .left .view-btn a { display: flex; align-items: center; justify-content: flex-start; width: 100%; height: 100%; padding-left: 90px; font-size: 18px; font-weight: 700; color: #1465f4; text-decoration: none; transition: color 0.3s; position: relative; } 
.mission-grid .left .view-btn a::before { content: ''; position: absolute; left: 14px; top: 50%; width: 52px; height: 52px; background: #1465f4; border-radius: 50%; transition: all 0.3s ease; z-index: 1; transform: translateY(-50%); } 
.mission-grid .left .view-btn a:hover::before { width: 100%; height: 100%; left: 0; top: 0; border-radius: 40px; transform: none; } 
.mission-grid .left .view-btn a:hover { color: #fff; } 
.mission-grid .left .view-btn a span { position: absolute; top: 50%; left: 30px; transform: translateY(-50%); color: #fff; transition: all 0.3s ease; z-index: 2; width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; } 
.mission-grid .left .view-btn a:hover span { left: 45px; } 
.mission-grid .left .view-btn a .text { position: relative; z-index: 2; }
.mission-grid .right { width: 70%}
.mission-grid .flex-item { flex: 1;padding: 0 20px; line-height: 1.65; font-size: 18px;}

@keyframes backgroundSlide {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}


@media (max-width: 1200px) { 
    .section02 .bear-grid { height: 500px; } 
    .section02 .bear-letter { font-size: 36px; } 
    .section02 .bear-title { font-size: 16px; } 
    .section02 .bear-description { font-size: 18px; } 
}

@media (max-width: 768px) { 
    .section02 .bear-grid { flex-direction: column; height: auto; } 
    .section02 .bear-item { padding: 30px 0; } 
    .section02 .bear-item:not(:last-child)::after { width: 100%; height: 1px; bottom: 0; top: auto; left: 0; } 
    .section02 .flex-section { flex-direction: column; margin: 50px 0; } 
    .section02 .flex-item { padding: 0;  } 
    .mission-grid .mission-grid { flex-direction: column; } 
    .mission-grid .mission-item { margin: 10px 0; } 
    .mission-grid .inner { display: block}
    .mission-grid .left { width: 100%}
    .mission-grid .left .view-btn { width: 100px; height: 65px; border: 1px solid #1465f4; border-radius: 40px; overflow: hidden; margin-top: 30px } 
    .mission-grid .right { width: 100%}
}

@media all and (max-width: 576px) {
	.section02 { padding: 50px 0}
	.section02 .main_copy { font-size: 38px}
	.section02 .flex-item p { padding-bottom: 0px}
    .section02 .left h2 { font-size: 32px}
    .mission-grid .left .view-btn { width: 160px;height: 60px; margin-top: 20px; }
    .mission-grid .left .view-btn a {padding-left: 70px; font-size: 16px; }
    .mission-grid .left .view-btn a::before {left: 10px;width: 42px; height: 42px;}
    .mission-grid .left .view-btn a span {left: 24px;width: 16px;height: 16px; }
    .mission-grid .left .view-btn a:hover span {left: 36px;}
    }


@media (max-width: 480px) { 
    .section02 .bear-letter { font-size: 28px; } 
    .section02 .bear-title { font-size: 14px; } 
    .section02 .bear-description { font-size: 16px; } 
    .mission-grid .mission-letter { font-size: 20px; } 
}
		
		

.section03 { width: 100%; padding: 0} 
.section03 h2 { font-size: 48px; font-weight: bold; letter-spacing: -1px; max-width: 1600px; margin: 0 auto 50px auto; padding: 0 20px}
.section03 .container { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 1600px; width: 100%; }
.section03 .tour-card { display: flex; background-color: white; border-radius: 15px; overflow: hidden; border: 1px solid #ddd}
.section03 .tour-image { width: 40%; position: relative; overflow: hidden; }
.section03 .tour-image img { width: 100%; height: 100%; object-fit: cover; }
.section03 .best-tag { position: absolute; top: 10px; left: 10px; background-color: #ff5722; color: white; padding: 5px 10px; border-radius: 5px; font-weight: bold; transform: rotate(-5deg); }
.section03 .tour-info { width: 60%; padding: 60px 20px 60px 40px; line-height: 1.65; display: flex; flex-direction: column; justify-content: space-between; }
.section03 .tour-title { font-size: 22px; font-weight: bold; margin-bottom: 10px; color: #333; }
.section03 .tour-dates { font-size: 18px; margin-bottom: 10px; color: #666; }
.section03 .tour-description { font-size: 18px; color: #666; margin-bottom: 20px; line-height: 1.65 }
.section03 .tour-price { text-align: left; font-size: 18px; font-weight: bold; color: #333; }
.section03 .colorful-title { background: linear-gradient(to right, #ff8a00, #e52e71, #2193b0); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 22px; font-weight: bold; text-align: center; margin-top: 10px; }

@media (max-width: 768px) { 
	.section03 h2 { font-size: 38px}
    .section03 .container { grid-template-columns: 1fr; }
    .section03 .tour-card { flex-direction: column; }
    .section03 .tour-image { width: 100%; height: 200px; }
    .section03 .tour-info { width: 100%; padding: 20px; }
}



.section04 { width:100%; padding:200px 0; clear:both}
.section04 h2 { max-width:700px; margin:0 auto; padding:0 20px 40px 20px; text-align:center; font-size:48px;  line-height:1.2; font-weight:bold; position:relative; display:block}
.section04 span { font-size: 18px; font-weight:400; line-height:1.6;  margin-bottom: 22px; padding-top:20px; color: #555; text-align:center; display:block; position:relative}

 @media screen and (max-width: 992px) {  
     .section04 { padding:50px 0}  
	 .section04 h2 { font-size: 38px}

 }




/* section06 시작 */
.section06{ display: flex; max-width: 1600px; margin: 0 auto; padding-bottom: 150px } 
.section06 .left { display: flex; width: 72%; } 
.section06 .left .photo { width: 40%; } 
.section06 .left .photo img { width: 100%; height: 346px; border-radius: 10px 0 0 10px; object-fit: cover; } 
.section06 .left .txt { display: flex; flex-direction: column; justify-content: center; padding: 40px 40px 40px 80px; height: 346px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; border-top-right-radius: 10px; border-bottom-right-radius: 10px; width: 60%; } 
.section06 .left .txt .main_title { font-size: 32px; text-align: left; letter-spacing: 0; font-weight: 600; padding-bottom: 20px;  word-break: keep-all} 
.section06 .left .txt p { font-size: 18px; text-align: left; opacity: 0.8; line-height: 1.4; max-width: 390px; word-break: keep-all; } 
.section06 .left .txt-content .more { margin-top: 20px}
.section06 .left .txt-content .more a{ font-size: 16px; color: #555; font-weight: 400; margin-top: 20px;   transition: all 0.2s;}
.section06 .left .txt-content .more a:hover { padding: 0px 12px;transition: all 0.3s;}
.section06 .right { width: 28%; height: 346px; background: linear-gradient(to right bottom, #297fea, #9f00ff); padding: 40px 50px; border-radius: 10px; display: flex; flex-direction: column; justify-content: center; color: #fff; margin-left: 20px; } 
.section06 .right h2 > a { font-size: 38px; font-weight: bold; color: #fff; } 
.section06 .right h3 { font-size: 22px; font-weight: 500; margin: 20px 0; } 
.section06 .right .icon { font-size: 20px; font-weight: 500; opacity: 0.9; line-height: 1.65 } 
.section06 .right .line { width: 100%; height: 1px; background-color: #fff; opacity: 0.5; margin: 20px 0; } 

@media screen and (max-width: 1024px) { 
    .section06{
        flex-direction: column;
		padding-bottom: 50px
    } 
    .section06 .left, .section06.right {
        width: 100%; 
        margin-left: 0; 
    } 
    .section06 .right { 
        margin-top: 20px;
		margin-left: 0;
		width: 100%;	
    } 
} 
@media screen and (max-width: 768px) { 
    .section06 .left {
        flex-direction: column; 
    } 
    .section06 .left .photo, .section06 .left .txt {
        width: 100%; 
    } 
    .section06 .left .photo img { 
        border-radius: 10px 10px 0 0;
    } 
    .section06 .left .txt { 
        border-radius: 0 0 30px 30px; 
        border-left: 1px solid #ddd; 
    } 
}

/* section06 끝 */

.section07 {
  padding: 40px 0 80px 0;
}
.section07 .container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}
.logo-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* 한 줄에 꽉 채우기 */
  align-items: center;
  width: 100%;
  gap: 36px 0;
}

/* 기본: 로고 개수에 따라 자동 */
.logo-box {
  flex: 1 1 0;
  min-width: 0;
  border-radius: 14px;
  padding: 18px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.2s;
  margin: 0 18px; /* 양쪽 여백 주기 */
  max-width: 200px; /* 로고가 너무 늘어나는 것 방지 */
  border: 1px solid #ddd
}

.logo-box:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.logo-img {
  max-width: 250px;
  max-height: 58px;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
  transition: transform 0.18s;
}

.logo-box:hover .logo-img {
  transform: scale(1.07);
}

/* 큰 화면(최대 1600px)에서 한 줄에 모두 */
@media (min-width: 1200px) {
  .logo-row {
    flex-wrap: nowrap;
  }
  .logo-box {
    flex: 1 1 0;
    max-width: none;
    margin: 0 18px;
  }
}

/* 중간 화면: 두 줄 이상으로 자동 줄바꿈 */
@media (max-width: 1199px) {
  .logo-row {
    flex-wrap: wrap;
    gap: 18px 0;
  }
  .logo-box {
    flex: 1 1 45%;
    max-width: 320px;
    margin: 0 9px;
    padding: 12px 10px;
  }
  .logo-img { max-width: 110px; max-height: 42px; }
}

/* 작은 화면: 1줄에 2개 */
@media (max-width: 900px) {
  .logo-row {
    gap: 10px 0;
  }
  .logo-box {
    flex: 1 1 48%;
    margin: 0 4px;
    padding: 10px 6px;
    max-width: unset;
  }
  .logo-img { max-width: 95px; max-height: 36px; }
}

/* 모바일: 1줄에 1개 */
@media (max-width: 600px) {
  .section07 { padding: 20px 0; }
  .logo-row { gap: 8px 0; }
  .logo-box {
    flex: 1 1 100%;
    margin: 0;
    padding: 10px 2px;
    border-radius: 10px;
  }
  .logo-img { max-width: 125px; max-height: 58px; }
}


.section01 .container { width: 100%; max-width: 1600px; padding-bottom: 100px; margin: 0 auto; }
.section01 .logo-row {display: flex;flex-wrap: wrap; gap: 20px; width: 100%;}
.section01 .logo-box { flex: 1 1 calc(25% - 15px); min-width: 260px; border: 1px solid #e0e0e0; padding: 20px; display: flex;justify-content: center; align-items: center;  background-color: white;}
.section01 .logo-img { max-width: 100%; max-height: 60px; object-fit: contain;}

/* Responsive breakpoints */
@media screen and (max-width: 1200px) {
	.section01 .logo-box {
		flex: 1 1 calc(50% - 10px);
	}
}

@media screen and (max-width: 768px) {
	.section01 .logo-box {
		flex: 1 1 100%;
	}

	.section01 .container {
		padding-bottom: 60px;
	}
}

