@charset "UTF-8";

.sc-visual .main-swiper{position: relative;}
.sc-visual .main-swiper .swiper-wrapper{background: #7f7f7f;}
.sc-visual .main-swiper .swiper-slide{
    background-color: transparent;
    position: relative;
    height: 700px;
    
}
.sc-visual .main-swiper .txt-wrap h2{
    font-family: "Nanum Myeongjo";
    font-size: 60px;
    color: #fff;
    line-height: 70px;
    text-shadow: 0px 0px 10px rgba(0,0,0,10);
    letter-spacing: -0.05rem;
}
.sc-visual .main-swiper .txt-wrap .desc{
    font-size: 14px;
    color: #fff;
    font-weight: 100;
    line-height: 1.2;
    padding-top: 20px;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 10);
}
.sc-visual .main-swiper .txt-wrap .link-more{
    margin-top: 40px;
    display: inline-block;
    color: #ffce0b;
    border: 1px solid #ffce0b;
    border-radius: 20px;
    padding: 0 32px;
    line-height: 40px;
    font-weight: 400;
    background: rgba(0,0,0,0.18);
    box-shadow: 0px 0px 30px 30px rgba(0, 0, 0, 0.1);
}
.sc-visual .main-swiper .txt-wrap .link-more > span::after{
    content: '';
    display: inline-block;
    width: 7px;
    height: 13px;
    background-image: url(../images/main/arrow_right_visual_yellow.svg);
    background-position: right center;
    padding-left: 12px;
    background-repeat: no-repeat;
}
.sc-visual .main-swiper .img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
.sc-visual .main-swiper .img::before{
    content: '';
    inset:0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}
.sc-visual .main-swiper .img > img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sc-visual .control-area{position: absolute; bottom: 42px; display: flex;align-items: center; position: absolute; bottom: 110px;left: 50%;color: #fff;z-index: 99;transform: translateX(-50%);}
.sc-visual .control-area .pagination{height: 20px;display: flex;align-items: center;font-size: 20px;font-weight: 100;line-height: 20px;padding: 0 12px;text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);}
.sc-visual .control-area .pagination > span{display: inline-block;}
.sc-visual .control-area .curr{color:var(--color-primary);padding-right: 3px;font-weight: 400;}
.sc-visual .control-area .total{padding-left: 3px;font-weight: 300;}
.sc-visual .control-area button::after{content: '';position: absolute;top: 50%;left: 50%;display: block;width: 20px;height: 20px;background: transparent;transform: translate(-50%, -50%);}
.sc-visual .control-area button{
    position: relative;
    display: inline-block;
    width: 21px;
    min-width: 21px;
    height: 21px;
    min-height: 21px;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: top;
}
.sc-visual .control-area .btn-prev{background-image: url(../images/main/arrow_control_left.png);}
.sc-visual .control-area .btn-next{background-image: url(../images/main/arrow_control_right.png);}
.sc-visual .control-area .wrap-autoplay-control{padding-left: 14px;}
.sc-visual .control-area .wrap-autoplay-control.active{}
.sc-visual .control-area .wrap-autoplay-control .ico-control{}
.sc-visual .control-area .wrap-autoplay-control .ico-control{background-image: url(../images/main/stop_control.png);}
.sc-visual .control-area .wrap-autoplay-control.active .ico-control{background-image: url(../images/main/play_control.png);}
.sc-visual .control-area .wrap-autoplay-control.active .ico-control{}



[class*=gray-bg]{position: relative; padding-top:90px; margin-bottom: 90px;}
[class*=gray-bg]::before{content: '';position: absolute;bottom: -90px;width: calc(100% - 400px);height: 334px;background-color: var(--color-bg-light);}
[class*=gray-bg-left]::before{left: 0;border-top-right-radius: 30px;border-bottom-right-radius: 30px;}
[class*=gray-bg-right]::before{right:0; border-top-left-radius: 30px;border-bottom-left-radius: 30px;}


h2.sc-title {position: relative;color: var(--color-font-emp);font-size: 30px;font-weight: 700;margin: 0 auto;position: relative;text-align: center;padding-bottom: 34px;margin-bottom: 60px;}
h2.sc-title::after {content: '';display: inline-block; width: 50px;height: 2px;background-color: var(--color-primary);position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);}


/* ·°¼Å¸® È£ÅÚ°¡ÀÚ */
.sc-event{
    position: relative;
    box-sizing: border-box;
}
.sc-event .common-inner{
    position: relative;
}
.sc-event .title-area{
    position: relative;
    width: 395px;
    background: #fff;
    border-radius: 30px;
    border-radius: 16px;
    padding: 60px 42px;
    min-height: 480px;
    box-sizing: border-box;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.04);
}
.sc-event .title-area h2.title{
    color: #1a1a1a;
    font-size: 30px;
    font-weight: 700;
}
.sc-event .title-area .desc{
    line-height: 24px;
    font-weight: 300;
    padding-top: 32px;
}
.sc-event .title-area .link-meeting{position: relative;color: var(--color-font-black);display: flex; align-items: center;font-weight: 500;margin-top: 40px;}
.sc-event .title-area .link-meeting::after{content: '';display: inline-block;width: 24px;height: 24px;background: url(../images/main/arrow_hotel.png) no-repeat;margin-left: 10px;}
.sc-event .title-area .control-area{position: absolute;bottom: 42px;display: flex; align-items: center;}
.sc-event .title-area .pagination{display: flex;align-items: center;font-size: 14px;}
.sc-event .title-area .curr{
    color: #1a1a1a;
}

.sc-event .path-wrap{
    width: calc(100% - 100px);
    
}
.sc-event .swiper-container{
    position: absolute;
    top: 90px;
    left: 50%;
    /*transform: translateX(-50%);*/
    width: 100%;
    margin: 0 auto;
    /*clip-path: inset(0 0 0 calc(50% - 200px));*/
	max-width:1190px;
	margin-left:-200px;
}
.sc-event .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
  }

  .sc-event .progress-container {
    width: 110px;
    height: 4px;
    background: #f5f6f7;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    margin: 0 8px;
  }

  .sc-event .progress-bar {
    height: 100%;
    background: var(--color-primary);
    width: 0;
    transition: width 0.3s;
    border-radius: 2px;
  }

.sc-event .title-area .total{
    color: #8b95a1;
}
.sc-event .title-area .wrap-autoplay-control{padding-left: 16px;}
.sc-event .title-area .ico-control{
    position: relative;
    display: inline-block;
    width: 21px;
    min-width: 21px;
    height: 21px;
    min-height: 21px;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: top;
}
.sc-event .title-area .ico-control::after{content: '';position: absolute;top: 50%;left: 50%;display: block;width: 20px;height: 20px;background: transparent;transform: translate(-50%, -50%);border-radius: 50%; border: 1px dashed var(--color-line-normal);}
.sc-event .title-area .ico-control{background-image: url(../images/main/stop_hotel.png);}
.sc-event .title-area .active .ico-control{background-image: url(../images/main/play_hotel.png);}
.sc-event .title-area .ico-control > span{}
.sc-event .cont-area{}
.sc-event .swiper {
    width: 100%; /* swiper ÄÁÅ×ÀÌ³Ê´Â 100% ³Êºñ·Î À¯Áö */
    height: 100%;
    padding-bottom: 40px;
  }

  .sc-event .swiper-slide {
    flex-shrink: 0; /* ½½¶óÀÌµåÀÇ ³Êºñ¸¦ °íÁ¤ */
    width: 370px !important; /* ½½¶óÀÌµåÀÇ ³Êºñ¸¦ 450px·Î °íÁ¤ */
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06) !important;
    cursor: pointer;
  }


.sc-event .info-wrap{
    position: absolute;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    left: 28px;
    bottom: 28px;
}
.sc-event .info-wrap .txt-box{
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.sc-event .info-wrap .country{
    display: block;
    font-size: 15px;
    font-weight: 600;
}
.sc-event .info-wrap .name{
    display: block;
    padding: 6px 0 8px 0;
    font-weight: 600;
    font-size: 20px;
}
.sc-event .info-wrap .price{
    font-size: 22px;
}
.sc-event .info-wrap .price .unit{font-size: 12px;}
.sc-event .info-wrap .btn-more{color: var(--color-primary);display: inline-block;text-align: left;padding-top: 20px;font-weight: 200;font-size: 14px;}
.sc-event .info-wrap .btn-more::after{content: '';width: 8px;height: 7px;display: inline-block;background: url(../images/main/arrow_hotel_pro.png) no-repeat;margin-left: 8px;}
.sc-event .info-wrap + .img{height: 480px;width: 400px; border-radius: 16px;overflow: hidden;}
.sc-event .info-wrap + .img::before {
    content: '';
    inset: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}
.sc-event .swiper-slide:hover .info-wrap + .img > img{transform:scale(1.1);}

.sc-event .info-wrap + .img > img{transition: transform 300ms;}

.sc-individual .resp_wrap{
	max-width:1400px;/*1280*/
	margin:0 auto;
	transform: translateX(-80px);
}

.sc-individual .swiper-individual{
    display: flex;
	overflow:visible;
	width:100%;
}


.sc-individual .swiper-wrapper{display: flex;  position: relative;}

.sc-individual .swiper-slide{
    position: relative;
    flex-shrink: 0;
    width: 346px;
    height: 420px;
    text-align: center;
    font-size: 18px;
    background: transparent;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
	opacity:0.2;
	margin-right:35px;
}

.sc-individual .swiper-slide.on{
	opacity:1;	
	}
	
.sc-individual .swiper-slide.on:first-of-type{
	margin-left:100px !important;
}

.sc-individual .info-wrap{
    position: absolute;
    z-index: 999;
    text-align: left;
    left: 20px;
    bottom: 38px;
}
.sc-individual .txt-box{
    color: var(--color-white);
    text-align: left;
}
.sc-individual .label{position: absolute;top: 20px;right: 20px; color: var(--color-white); line-height: 34px;font-size: 14px; padding: 0 20px;border-radius: 17px;background: rgba(0, 0, 0, 0.6);z-index: 9;}
.sc-individual .tit{font-size: 20px;display: block;font-weight: 600;line-height: 28px;transform: translateY(50px);transition: tramsform .3s ease-in-out;}
.sc-individual .tit span{font-size: 15px; display: block; font-weight: 600; margin-bottom:-4px;}
.sc-individual .desc{display: block; padding-top: 12px;line-height: 20px;color: var(--color-white); opacity: 0; transform: translateY(100%);transition: tramsform .3s ease-in-out, opacity .1s ease-in-out;}

.sc-individual .img{
    width: 346px;
    height: 420px;
    border-radius: 16px;
    overflow: hidden;
}
.sc-individual .img:before{
    content: '';
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(1deg, rgba(0,0,0,0.8) 3%, rgba(0,0,0,0.4) 32%, rgba(0,0,0,0) 80%, rgba(0,0,0,0) 100%);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}


.sc-individual .slide:hover .label{color: var(--color-primary);}





.sc-individual .img > img{}




/* .sc-individual .swiper-individual:hover{
    animation-play-state: paused;
} */

.sc-couple{ position: relative; padding-top:90px;padding-bottom: 106px;}
.sc-couple .common-inner{}
.sc-couple h2.sc-title{padding-bottom: 0;margin-bottom: 30px;}
.sc-couple h2.sc-title::after{display: none;}
.sc-couple .tour-list{padding-top: 0; justify-content: center;}
.sc-couple .tour-items{margin-right: 55px; width:371px; box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.06); border-radius:16px;}
.sc-couple .tour-items:nth-child(3n) {
    margin-right: 0;
}
.sc-couple .link-tour img{transition: transform 300ms;}
.sc-couple .link-tour:hover img{transform: scale(1.1);}
.sc-couple .link-tour{}

.sc-couple .info-box .tit{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    font-weight: 600;
}

.sc-couple .info-box{border:none; border-bottom: 3px solid var(--color-primary); border-radius:0 0 16px 16px;}

.sc-couple .info-box .desc{line-height: 25px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width: 100%;}
.sc-couple .info-box .price{font-weight: 600;}
.sc-couple .info-box .price > span{}

.sc-couple .categorize-area{margin-bottom: 68px;}
.sc-couple .categorize-list{display: flex;justify-content: center;}
.sc-couple .categorize-items{padding: 16px 40px;border-bottom:1px solid #ddd;}
.sc-couple .categorize-btn{display: block;padding: 10px; font-weight: 500;color: var(--color-line-normal);font-size: 20px;}
.sc-couple .categorize-btn > span{}

.sc-couple .categorize-items.active{position: relative;}
.sc-couple .categorize-items.active .categorize-btn{color: var(--color-primary);font-weight: 600;}
.sc-couple .categorize-items.active .categorize-btn::after{content: '';position: absolute;bottom: -4px;left: 50%;transform: translateX(-50%); display: block;width: 8px;height: 8px;border-radius: 8px;
background: var(--color-primary);}

.sc-couple .bg-txt{
    position: absolute;
    bottom: 290px;
    font-size: 100px;
    color: rgba(255, 206, 11, 0.24);
    font-weight: 800;
    z-index: -1;
    left: 100%;
    /* transform: translateX(+50%); */
}






.sc-banner{display: flex;gap: 40px;}
.sc-banner .banner-wrap{width: calc((100% - 40px) / 2);border-radius: 8px;}
.sc-banner .link-banner{display: block;padding-top: 58px;padding-left: 70px;height: 262px;box-sizing: border-box;}
.sc-banner .tit{font-size: 36px;color: var(--color-font-emp);line-height: 44px;font-weight: 300;}
.sc-banner .tit > strong{display: block;font-weight: 600;}
.sc-banner .txt{display: block;padding-top: 18px; font-size: 16px;color: var(--color-font-emp);line-height: 22px;}
.sc-banner .banner-wrap.info{background-color: #ceeef8;}
.sc-banner .banner-wrap.review{background-color: #dcdafc;}
.sc-banner .banner-wrap.info .link-banner{background: url(../images/main/img_info.png) right 56px bottom 40px  no-repeat;}
.sc-banner .banner-wrap.review .link-banner{background: url(../images/main/img_review.png) right 60px bottom 24px no-repeat;}



.sc-youtube{position: relative;padding-bottom: 60px; margin-bottom:90px; min-height: 120px; background-color:#f9f7f0;}
.sc-youtube .tit-area{padding-top: 90px;display: flex;flex-direction: column;align-items: center; padding-bottom: 54px;}
.sc-youtube .tit-area h2.sc-title{padding-bottom: 30px;margin-bottom: 0;}
.sc-youtube .desc{text-align: center;line-height: 24px;color: #7f6707;}
.sc-youtube .btn-more{display: inline-block;margin-top: 32px;}
.sc-youtube .btn-more::after{
content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    background: url(../images/main/arrow_youtube.png) no-repeat;
    margin-left: 8px;
    vertical-align: middle;
}

.sc-youtube::before{content: '';position: absolute;z-index: -1;display: block;height: 654px;width: 100%; }
.sc-youtube .video-area{position: absolute;left: 50%;display: block;transform: translateX(-50%);width: 1050px;height: 591px;background-color: #f5f6f7; box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.2);}
.sc-youtube .video{ width: 100%;height: 100%;}


.video_slide_swiper  .swiper-container {
  position: relative;
  overflow: hidden;  /* ½½¶óÀÌµå°¡ ³ÑÄ¡Áö ¾Êµµ·Ï ¼û±â±â */
}


.video_slide_swiper .swiper-wrapper{padding-bottom:50px;}
.video_slide_swiper .swiper-slide{background:none;}
.video_slide_swiper .swiper-slide img{width:100%; border-radius:12px;}
.video_slide_swiper .swiper-pagination{bottom:0 !important;}
.video_slide_swiper .swiper-pagination-bullet-active{background:#ffce0b;}
.video_slide_swiper .swiper-pagination-bullet{width:10px; height:10px;}
.video_slide_swiper .swiper-slide a:hover{cursor:pointer;}

.sc-more{padding-bottom: 90px;}
.sc-more .more-list{display: flex;gap: 40px;}
.sc-more .more-items{width: calc((100% - 160px) / 5);}
.sc-more .img-box{border-radius:12px; overflow:hidden; width:224px; height:224px;}
.sc-more .img-box > img{display: block; }
.sc-more .info-box{padding-top: 16px;padding-left: 4px;}
.sc-more .country{display: block; color: var(--color-line-normal);font-size: 12px;padding-bottom: 6px;}
.sc-more .tit{color: var(--color-font-black);font-size: 18px;display: block;font-weight: 600;line-height: 24px;}


.swiper-individual .swiper-button-next{
background:url(../images/main/arrow_r.png) no-repeat !important;
height:54px;
width:54px;
text-indent:-9999px !important;
right:50%;
margin-right:-780px;/*-721*/
 transform: translateX(80px);
}

.swiper-individual .swiper-button-prev{
background:url(../images/main/arrow_l.png) no-repeat !important;
height:54px;
width:54px;
text-indent:-9999px !important;
left:50%;
margin-left:-785px;
transform: translateX(80px);
}

.sc-youtube .swiper-button-next{
background:url(../images/main/arrow_r.png) no-repeat !important;
height:54px;
width:54px;
text-indent:-9999px !important;
top:57%;
right:50%;
margin-right:-721px;
}

.sc-youtube .swiper-button-prev{
background:url(../images/main/arrow_l.png) no-repeat !important;
height:54px;
width:54px;
text-indent:-9999px !important;
left:50%;
top:57%;
margin-left:-721px;
}



/*¸ð´Þ*/
.modal_bg {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed; 
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 999; 

	}
	
.modal_wrap{
	display: none;
	position:fixed;
	/*position: absolute;*/ 
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	z-index: 1000; 
}
	
.modal_wrap h3{
	position:absolute;
	margin-top:-63px;
	color:#fff;
	font-size:28px;
	font-weight:500;
}

.modal_wrap button{
	position:absolute;
	margin-top:-68px;
	right:0;
	color:#fff;
	width:40px;
	height:50px;
	background:url(../images/main/close.svg);
	background-size:cover;
	text-indent:-9999px;
	border:none;
	cursor:pointer;
}

	.btn_box .btn_open p {
		color: #fff;
	}
