@charset "utf-8";

@font-face {
	font-family:'SUIT';
	font-style:normal;
	font-weight:300;
	src:url('fonts/SUIT-Light.woff2');
}
@font-face {
	font-family:'SUIT';
	font-style:normal;
	font-weight:400;
	src:url('fonts/SUIT-Regular.woff2');
}
@font-face {
	font-family:'SUIT';
	font-style:normal;
	font-weight:500;
	src:url('fonts/SUIT-Medium.woff2');
}
@font-face {
	font-family:'SUIT';
	font-style:normal;
	font-weight:600;
	src:url('fonts/SUIT-Bold.woff2');
}
@font-face {
	font-family:'Recipekorea';
	font-style:normal;
	src:url('fonts/Recipekorea.woff');
}
html, body, a, div, h2, h2, h3, h4, h5, h6 {
    font-family: 'SUIT', sans-serif;
}
.main-wrap{
    overflow-x: hidden;
    width: 100%;
}
.main-wrap section{
	margin:0 auto;
}
.main-wrap section.showcase{
    margin:30px auto 0 auto;
}
.showcase{
    width: calc(100% - 228px);
    padding: 0 114px;
	height: 575px;
	position: relative;
}
.showcase figure{
	position: relative;
	    height: 100%;
}
.showcase a{
	display: block;
	border-radius: 16px;
	overflow: hidden;
	height: 100%;
}
.showcase figcaption{
position: absolute;
    color: #fff;
    left: 173px;
    bottom: 100px;
    z-index: 2;
}
.showcase figcaption span{
    font-size: 44px;
    margin-bottom: 38px;
    display: inline-block;
    font-weight: 500;
    border-bottom: 1px solid #fff;
}
.showcase figcaption .sub-title{
	font-size: 32px;
	    font-weight: 300;
		    margin-bottom: 10px;
}
.showcase figcaption .title{
	font-size: 49px;
	font-weight: 600;
}
.showcase figure:before{
    content: '';
    display: block;
    width: 100%;
    height: 63%;
    background: linear-gradient(180deg, rgb(0 0 0 / 0%), rgb(0 0 0), #000000);
    opacity: 0.6;
    position: absolute;
    z-index: 1;
    bottom: 0;
}
.showcase img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.showcase img.pc{
    display: block;
}
.showcase img.mo{
    display: none;
}
.showcase .swiper-wrapper{
	display: flex;
	    align-items: center;
}
.showcase .swiper-slide {
	height: 504px;
	margin-top:auto;
    padding:0 10px;
}
.showcase .swiper-slide-active{
	height: 575px;
	margin-top:0;
	transition: all 0.4s ease-in;
}
.showcase .slide-btns{
	   width: calc(100% - 228px);
    display: flex;
    align-items: center;
    justify-content: center;
	height: 42px;
	position: absolute;
    bottom: 0;
    z-index: 1;
}
.showcase .btn-control-wrap{
	position: relative;
	display: flex;
	background:rgba(0, 0, 0, 0.6);
	border-radius: 10px 10px 0 0;
}
.showcase .swiper-button-next,
.showcase .swiper-button-prev{
	position: relative;
    top: auto;
    width: 42px;
    height: 42px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
	background-image: url(../images/main/ico-arrow-next.svg);
    background-size:auto;
	background-position: center center;
	font-size: 0;
}
.showcase .swiper-button-prev{
	transform: rotate(180deg);
}
.auto-btn button{
	display:none;
    width: 42px;
	height: 42px;
	font-size:0;
	background: url(../images/main/ico-play-white.svg) center center no-repeat;
	background-size: 12px 12px;
}
.auto-btn button.swiper-auto-stop{
	background: url(../images/main/ico-pause-white.svg) center center no-repeat;
}
.auto-btn button.active{
    display: block;
}

section .inner{
	margin:0 auto;
	max-width: 1240px;
}
.higt{
	background:linear-gradient(0deg, rgba(116, 153, 159, 0.1), transparent);
}
.higt .inner{

	display: flex;
	    flex-direction: column;
    align-items: center;
	padding: 98px 0 53px 0;
}
.higt h2{
	font-size: 42px!important;
	font-weight: 300;
	padding-bottom: 40px;
}
.higt h2 b{
	background: #02AA64;
	color:#fff;
}
.higt h2 strong{
	font-weight: 700;
}
.higt h2 .ico-gt{
	background: url(../images/main/ico-gt.svg) center center no-repeat;
    background-size:100%;
    width: 82px;
    height: 76px;
    display: inline-block;
    font-size: 0;
	vertical-align: top;
    margin: 0 0 0 5px;
}
.higt h2 + p{
	    font-size: 22px;
    color: #555;
}
.gt-bubble{
    display: flex;
    gap: 40px;
    padding: 28px 0 20px 0;
}
.gt-bubble li{
    width:332px;
    height: 182px;
}
.gt-bubble li:nth-child(1){
    background: url(../images/main/gt_bubble_01.svg) center center no-repeat;
}
.gt-bubble li:nth-child(2){
    background: url(../images/main/gt_bubble_02.svg) center center no-repeat;
}
.gt-bubble li:nth-child(3){
    background: url(../images/main/gt_bubble_03.svg) center center no-repeat;
}
.gt-btn{
    max-width: 1114px;
    height: 111px;
    background: #fff;
    border-radius: 12px;
    width: 100%;
}
.gt-btn a{
	display: block;
	padding: 18px 32px;
    color: #2F2F2F;
    font-size: 18px;
    text-align: left;
        height: calc(100% - 36px);
    background: url(../images/main/papership.svg) right 32px bottom 18px no-repeat;
}

.recom .inner{
	padding:120px 0 77px;
}
.recom-both{
	display: flex;
	position: relative;
}
.recom-left{
	width: 379px;
	display: flex;
	    flex-direction: column;
}
.recom-right{
    width: calc(100% - 323px);
    overflow: hidden;
    padding: 20px;
}
.recom h2{
    font-size: 32px !important;
    line-height: 1.2 !important;
    font-weight: 300;
    color: #363636;
}
.recom h2 span{
	    color: #4664DE;
    display: block;
    font-weight: 600;
}
.recom-list{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
	    margin-top: 36px;
}
.recom-list button{
	    font-size: 16px;
    border: 1px solid #C3C3C3;
    height: 44px;
    border-radius: 50px;
    display: flex;
    padding: 0 20px;
    align-items: center;
    font-weight: 300;
    color: #4A4A4A;
}
.sub-tit{
	font-size: 20px;
	color:#878787;
	margin-bottom: 12px;
}
.letter-title .sub-tit{
	color:#58605F;
}
.recom-slide .swiper-slide a{
	position: relative;
	width: 265px;
	height: 373px;
	border-radius: 10px;
	color: #fff;
    overflow: hidden;
    max-width: 265px;
    display: block;
    transform: scale(1);
     transform-origin: bottom center;
    transition: transform 0.4s ease;
}
.recom-slide .swiper-slide.swiper-slide-active{
    transform: scale(1.05);
    transform-origin: bottom center;
    transition: transform 0.4s ease;
}
.recom-slide figure{
	    overflow: hidden;
    border-radius: 10px;
    max-width: 265px;

}
.recom-slide figure h3{
	color:#fff;
	font-size: 20px;
    font-weight: 400;
	margin-bottom: 20px;
}
.recom-slide figcaption{
    position: absolute;
    left: 30px;
    bottom: 20px;
    width: calc(100% - 64px);
    word-break: keep-all;
}
.recom-slide figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.recom-slide figure img:hover{
}
.recom-slide figure:before{
	content:'';
	display: block;
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	bottom:0;
    background: linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.72), transparent);
}
.recom-tag{
display: flex;
    gap: 8px;
}
.recom-tag li{
	font-weight: 300;
}
.recom-tag li:before{
	content:'#';
}
.recom-badge{
	    font-size: 16px;
    background: #4664DE;
    height: 35px;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border-radius: 40px;
    margin-bottom: 8px;
}
.recom-slide .swiper-slide.swiper-slide-active .recom-badge{
    display: inline-flex;
}

.recom-slide .btn-control-wrap {
display: inline-flex;
    border-radius: 45px;
    border: 1px solid #E4E4E4;
    height: 45px;
    align-items: center;
    position: absolute;
    left: 0;
	    bottom: 60px;
}

.recom-slide .swiper-button-next,
.recom-slide .swiper-button-prev {
    position: relative;
    top: auto;
    width: 32px;
    height: 32px;
	border-radius: 50%;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
	background-color: #4664DE;
    background-image: url(../images/main/ico_arrow_long.svg);
    background-size: auto;
    background-position: center center;
    font-size: 0;
}
.recom-slide .swiper-button-prev {
    transform: rotate(180deg);
}
.recom-slide .slide-num{
	min-width: 65px;
    text-align: center;
	font-size: 16px;
	font-weight: 300;
}
.recom-slide .slide-num .total{

	color:#727272;
}
.recom-slide .slide-num .current{
	color: #434343;
	font-weight: 600;
}
.recom-slide .swiper-pagination{
	    position: relative;
    padding: 20px 0;
}


.now{
	background:linear-gradient(180deg, rgba(116, 153, 159, 0.05), rgba(116, 153, 159, 0), transparent);
}
.now .inner{
    padding: 70px 0;
}
.now .inner h2{
    font-size: 36px !important;
    font-weight: 300;
    line-height: 1.1 !important;
    text-align: center;
}
.now .inner h2 b{
	    background: #3386CA;
    color: #fff;
    padding: 0 7px;
}
.now-both{
	    margin-top: 48px;
        display: flex;
        gap: 48px;
}
.now-both .now-left{
    width: calc(100% - 432px);
}
.now-both .now-left .festival{
	    position: relative;
}
.now-both .now-left .festival h3{
    font-size: 30px;
	    margin-bottom: 24px;
    color: #313131;
}
.now-both .now-left .festival h3 span{
    color: #878787;
    font-size: 22px;
    display: block;
}
.festival-slide{
	position: relative;
	overflow: hidden;
    width: 100%;
}
.festival-slide{

}
.festival-slide figure{
    max-width:252px;
}
.festival-slide img{
	border-radius: 10px;
    max-width: 252px;
}
.festival-slide .swiper-pagination,
.festival-slide .swiper-container-horizontal>.swiper-pagination-bullets{
	position: relative;
	margin-top: 10px;
}
.festival-slide figure h4{
	font-size: 20px;
	color:#2F2F2F;
	    margin: 13px 0 8px;
}
.festival-slide figure p{
	font-size: 16px;
	color:#8E8E8E;
}
.festival-slide figure .festiv-badge{
height: 37px;
    color: #fff;
    background: #3386CA;
    display: inline-flex;
    padding: 0 16px;
    border-radius: 18px;
    align-items: center;
    margin-top: 16px;
}
.festival-slide figure .festiv-badge.before{
	background: #383838;
}
.festival .swiper-button-next,
.festival .swiper-button-prev{
    background-image: url(../images/main/ico-festi-arrow.svg);
    background-size: 100%;
    width: 48px;
    height: 48px;
    font-size: 0;
	    right: -25px;
    left: auto;
    top: 50%;
	margin-top:-58px;
}
.festival .swiper-button-prev{
	transform: rotate(180deg);
	left: -25px;
    right: auto;
}
.festi-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.festival .more{
    height: 48px;
    color: #4A4A4A;
    background: #fff;
    padding: 0 10px 0 20px;
    border-radius: 28px;
	display: flex;
	align-items: center;
    border:1px solid #E4E4E4;
    position: absolute;
    top: 22px;
    right: 0;
}
.festival .more:after{
	content:'';
	display: block;
	width: 32px;
	height: 32px;
    background: #3386CA url(../images/main/ico_arrow_long.svg) center center no-repeat;
    border-radius: 50%;
    margin-left: 10px;
}
.now-both .now-right .event h3{
    font-size: 30px;
    color: #313131;
	    margin-bottom: 24px;
}
.now-both .now-right .event h3 span{
    color: #878787;
    font-size: 22px;
    display: block;
}
.event{
    overflow: hidden;
    max-width: 384px;
}
.event a{
    display: block;
    width: 100%;
}
.event-wrap img{
	width: 100%;
}
.letter{
	background: url(../images/main/letter_bg.png) right center no-repeat;
	    background-size: cover;
}
.letter .inner{
	display: flex;

	    flex-direction: column;
    align-items: center;
}
.letter .letter-both{
	display: flex;
	padding: 103px 0 78px;
	gap: 60px;
	position: relative;
}
.letter-left{
	width:522px;
	margin-top:8%;
}
.letter-right{
    display: flex;
    gap: 24px;
}
.letter-right .letter-box{
	position: relative;

}
.letter-right .letter-box .letter-con{
    display: block;border-radius: 10px;
    overflow: hidden;
}
.letter-right .letter-box:not(.second){
	margin:58px 0;
}
.letter-right .letter-box .l-box-wrap{
	position: absolute;
	left: 22px;
	top:27px;
	width:calc(100% - 22px);
	z-index: 3;
}
.letter-right .letter-box h3{
	color: #fff;
    font-size: 18px;
	font-family:'Recipekorea',Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.letter-right .letter-box h3 span{
    color: #1BAF67;
    line-height: 1.4;
    font-size: 15px;
    margin-bottom: 6px;
    display: block;
}
.letter-right .letter-box.second h3 span{
	color: #61DCFB;
}


.letter-right .letter-box h3 strong{
	font-size: 30px;
    display: block;
    font-weight: 700;
}
.letter-right .letter-box .letter-logo{
	background: url(../images/main/logo-white.svg) center center no-repeat;
	background-size: cover;
	font-size: 0;
	text-indent:-9999px;
	position: absolute;
	right: 22px;
	top: 0;
	width: 102px;
	height: 23px;
}
.letter-right .letter-box figure{
	position: relative;
}
.letter-right .letter-box figure a{

}
.letter-right .letter-box figure img{
	width: 317px;
	border-radius: 10px;
}
.letter-right .letter-box figcaption{
	position: absolute;
	bottom:24px;
	left:22px;
	width:calc(100% - 44px);
	color:#fff;
	font-size: 18px;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
	z-index: 2;
}
.letter-right .letter-box figure:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 1), transparent);*/
    opacity: 0.45;
	    z-index: 2;
}
.letter-title{
	display: flex;
	flex-direction: column;
}
.letter-title h2 {
    font-size: 36px !important;
    line-height: 1.2 !important;
    font-weight: 400;
    color: #2F2F2F;
}
.letter-title h2 b{
	color:#0b7b8f;
	font-weight: 600;
    word-break: keep-all;
}
.letter-title p{
	color:#4A4A4A;
	font-size: 16px;
	margin-top:30px;
}
.letter .more{
    position: absolute;
    right: 522px;
    top: 50%;
    margin-top: 110px;
    margin-right: -117px;
    height: 48px;
    color: #4A4A4A;
    background: #fff;
    padding: 0 10px 0 20px;
    border-radius: 28px;
	display: flex;
	align-items: center;
}
.letter .more:after{
	content:'';
	display: block;
	width: 32px;
	height: 32px;
	    background: #59B6C6 url(../images/main/ico_arrow_long.svg) center center no-repeat;
    border-radius: 50%;
    margin-left: 10px;
}
.youtube .inner{
	display: flex;
	flex-direction: column;
    align-items: center;
	padding: 73px 0 88px 0;
}
.youtube-list{
	width: 100%;
}
.youtube-list ul{
	display: flex;
	gap: 30px;
}
.youtube-list li{
	width: 50%;
}
.youtube-list .youtube-wrap{
	aspect-ratio: 16 / 9;
	    border-radius: 10px;
    overflow: hidden;
	display: block;
    cursor: pointer;
}
.youtube-list li p{
	font-size: 20px;
	color:#2D2D2D;
	margin-top:16px;
}
.youtube h2 {
    font-size: 36px !important;
    line-height: 1.2 !important;
    font-weight: 500;
    color: #2F2F2F;
	    margin-bottom: 40px;
}


.instagram .inner{
	display: flex;
	flex-direction: column;
    align-items: center;
	padding: 0 0 97px 0;
}
.instagram h2 {
    font-size: 36px !important;
    line-height: 1.2 !important;
    font-weight: 500;
    color: #2F2F2F;
	    margin-bottom: 40px;
}
.instagram-slide{
	width: 100%;
    position: relative;
}
.instagram .swiper-slide{
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
    width: 296px;
    }
.insta-wrap{
	position: relative;
    border-radius: 10px;
    overflow: hidden;
    	  width: 296px;
	  height: 370px;
}
.instagram .swiper-slide a{
	display: block;
	border-radius: 10px;
	overflow: hidden;
    height: 100%;
}
.instagram .swiper-slide a:before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background:url(../images/main/ico_insta_logo_in_b.svg) center center no-repeat;
    position: absolute;
    left: 16px;
    top: 16px;
    border-radius: 7px;
}
.instagram .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
.insta-wrap .insta-flip{
	opacity: 0;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
	justify-content: center;
    gap: 32px;
    padding: 0 28px;
    transition: opacity 0.6s ease-in;
}
.insta-wrap.active .insta-flip{
    opacity: 1;
}
.instagram .swiper-slide .insta-wrap.active a:before{
    display: none;
}
.insta-flip:before {
    content: '';
    display: block;
    width: 44px;
    height: 44px;
    background:url(../images/main/ico_insta_logo_in.svg) center center no-repeat;
}
.insta-flip p{
	display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.insta-btn {
    height: 48px;
    color: #4A4A4A;
    background:rgba(255, 255, 255, 0.8);
    padding: 0 10px 0 20px;
    border-radius: 28px;
    display: flex;
    align-items: center;
	margin-top:10px;
}

.insta-btn:after {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: #fff url(../images/main/ico_arrow_long_white.svg) center center no-repeat;
    border-radius: 50%;
}
.instagram-slide .swiper-button-next,
.instagram-slide .swiper-button-prev{
    background-image: url(../images/main/ico-festi-arrow.svg);
    background-size: 100%;
    width: 48px;
    height: 48px;
    font-size: 0;
	    right: -25px;
    left: auto;
    top: 50%;
	margin-top:-28px;
}
.instagram-slide .swiper-button-prev{
	transform: rotate(180deg);
	left: -25px;
    right: auto;
}
.main-notice{
    background: #F8F8F8;
}
.main-notice .inner{
    padding: 100px 0;
}
.main-notice-wrap{
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-direction: row-reverse;
}
.main-notice-list{
    width: 100%;
}
.main-notice-list li{
    border-bottom: 1px solid #B6B6B6;
        display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px 0;
}
.main-notice-list a{
    color:#0A0A0A;
    font-size: 20px;
}
.main-notice-list .notice-date{
    display: block;
    font-size: 16px;
    color:#494949;
}
.notice-title-both{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.notice-title-both h2{
        font-size: 36px !important;
    line-height: 1.2 !important;
    font-weight: 300;
    color: #2F2F2F;
        font-weight: 600;
}
.notice-title-both .more{
    height: 48px;
    color: #4A4A4A;
    background: #fff;
    padding: 0 10px 0 20px;
    border-radius: 28px;
	display: flex;
	align-items: center;
    border:1px solid #E4E4E4;
}
.notice-title-both .more:after{
	content:'';
	display: block;
	width: 32px;
	height: 32px;
    background: #42C0F2 url(../images/main/ico_arrow_long.svg) center center no-repeat;
    border-radius: 50%;
    margin-left: 10px;
}
.main-notice-banner{
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}
.notice-slide,
.event-slide{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.notice-slide .slide-btns,
.event-slide .slide-btns{
position: absolute;
    z-index: 100;
    bottom: 16px;
    left: 20px;
    background: #fff;
    border-radius:8px;
        display: flex;
    align-items: center;
    padding: 0 10px;
    height: 32px;
}
.notice-slide .swiper-pagination,
.event-slide .swiper-pagination{
    position: relative;
        display: flex;
    gap: 8px;
}
.notice-slide .auto-btn button,
.event-slide .auto-btn button{
    width: 24px;
    height: 24px;
    background: url(../images/main/icon_slideplay_banr.png) center center no-repeat;
}
.notice-slide .auto-btn button.swiper-auto-stop,
.event-slide .auto-btn button.swiper-auto-stop {
    background: url(../images/main/icon_slidestop_banr.png) center center no-repeat;
}
.notice-slide .swiper-pagination-bullet ,
.event-slide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #139DD4;
    background:#fff;
    opacity: 1;
}
.notice-slide .swiper-pagination-bullet-active,
.event-slide .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.main-notice-banner a{
    display: block;
    width: 100%;
    overflow: hidden;
}
.main-notice-banner a img{
    width: 100%;
}

.quick-nav .btn-quick{
    width:60px;
    height:60px;
    display: flex;
    background: #47B6FF url(../images/main/btn-quick-on.svg) center center no-repeat;
    border-radius: 50%;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.17);
    display: none;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0 ;
    font-size:0;
    text-indent:-9999px;
}
.quick-nav .btn-quick.active{
    background: #47B6FF url(../images/main/btn-quick.svg) center center no-repeat;
}
.quick-nav{
    position: fixed;
    left: 50%;
    bottom: 50px;
    z-index: 100;
    max-width: 1920px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    transform: translateX(-50%);
     pointer-events: none;
     padding: 0 20px 0;
}
.quick-nav > * {
    pointer-events: auto;
}
.quick-nav .quick-nav-wrap{
    width: 82px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.17);
    border-radius: 82px;
    background: #fff;
    padding: 14px 0;
}

.quick-nav ul li{
    width: 58px;
    border-bottom:1px solid #F6F6F6;
    padding: 10px 0;
        text-align: center;
}
.main-wrap:not(.main) .quick-nav ul li.camping{
        border:none
    }
.quick-nav ul li:last-child{
    border: none;
}
.quick-nav ul {
    display: flex;
        flex-direction: column;
    align-items: center;
}
.quick-nav button{
    font-size: 14px;
    color: #4A4A4A;
    text-align: center;
    width: 48px;
    font-weight: 400;
    letter-spacing: -1px;
}
.quick-nav ul li button:before{
    content:'';
    display: block;
    width: 40px;
    height: 40px;
        margin: 0 auto 5px auto;
}
.quick-nav ul li.gt button:before{
    background: url(../images/main/quick_gt.svg) center center no-repeat;
}
.quick-nav ul li.camping button:before{
    background: url(../images/main/quick_camp.svg) center center no-repeat;
}
.quick-nav ul li.dark button:before{
    background: url(../images/main/quick_dark.svg) center center no-repeat;
}
.quick-nav ul li.pass button:before{
    background: url(../images/main/quick_culture.svg) center center no-repeat;
}
.main-wrap:not(.main) .quick-nav ul li.dark{
    display: none;
}


.sr-only,
.gt-bubble figcaption {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

@media screen and (max-width: 1485px){

}
@media (max-width: 1179px) {
    #gnbCommon::after,
    .main:before{
        content:none;
    }
    .main.main-wrap {
        padding-top: 70px;
    }
}
@media (max-width: 1023px) {
    .only-pc {
        display: none;
    }
    .main-wrap.main:before{
        content:none;
    }
    #gnbCommon::after{
        content:none;
    }
    .main-wrap section.showcase {
        margin: 0 auto;
    }
    .showcase{
        width: calc(100% - 60px);
        height: 453px;
        padding: 0 8px;
    }
    .showcase .slide-btns {
    width: calc(100% - 17px);
    }
    .showcase .swiper-slide {
        height: 415px;
        margin-top: auto;
        padding: 0 8px;
    }
    .showcase .swiper-slide-active {
        height: 453px;
    }
    .showcase figcaption {
        left: 20px;
        bottom: 72px;
    }
    .showcase figcaption span {
        font-size:24px;
        margin-bottom:20px;
    }
    .showcase figcaption .sub-title {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .showcase figcaption .title {
        font-size: 24px;
    }
    .showcase figure:before {
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 8), rgba(0, 0, 0, 0.4), transparent);
    }
    .showcase img.pc{
        display: none;
    }
    .showcase img.mo{
        display: block;
    }
    .higt .inner{
        padding:53px 20px 33px 20px;
    }
    .higt h2 {
        font-size:24px !important;
        position: relative;
        padding-top: 50px;
        padding-bottom: 28px;
        text-align: center;
    }
    .higt h2 .ico-gt {
        width: 44px;
        height: 40px;
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: -22px;
    }
    .gt-btn {
        height: 92px;
    }
    .gt-btn a {
        font-size: 16px;
        background-size: 20px;
        padding: 18px 24px;
    }

    .sub-tit {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .recom .inner {
        padding:51px 20px 20px;
    }
    .recom h2 {
        font-size: 24px !important;
    }
    .recom h2 span {
        display: inline;
    }
    .recom-list {
        gap: 10px;
        margin-top: 20px;
        margin-bottom: 24px;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
    }
    .recom-list button {
        height: 42px;
    }
    .recom-slide .slide-btns{
        display: none;
    }
    .recom-both {
        flex-direction: column;
    }
    .recom-left,
    .recom-right {
        width: 100%;
    }
    .recom-right {
        padding:0;
    }
    .now .inner {
    padding:50px 20px 70px 20px;
    }
    .now .inner h2 {
        font-size: 24px !important;
            text-align: center;
    }
    .festival-slide figure p {
        font-size: 15px;
    }
    .festival .slide-btns{
        display: none;
    }
    .festival-slide figure .festiv-badge {
        height: 32px;
    }
    .now-both .now-left .festival h3 {
        font-size: 24px;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .now-both .now-left .festival h3 span {
        font-size: 16px;
    }
    .now-both .now-right .event h3{
        font-size: 24px;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .now-both .now-right .event h3 span{
        font-size: 16px;
    }
    .festival .more{
        position: relative;
        left: auto;
        top:auto;
        margin-top:20px;
        width: 100%;
            justify-content: center;
        align-items: center;
        font-size: 16px;
    }
    .festival-slide figure h4 {
        font-size: 18px;
    }
    .now-both {
                margin-top: 32px;
                flex-direction: column;
    }
    .now-both .now-left {
        width: 100%;
    }

    .festival-slide a,
    .festival-slide figure{
        width: 100%;
        display: block;
    }
    .letter {
        background: url(../images/main/letter_bg.png) right -150px top no-repeat;
        background-size:880px 1190px;
    }
    .letter .inner{
            padding: 0 20px;
    }
    .letter-title h2{
            font-size: 24px!important;
        width: 100%;
        margin-bottom: 20px;
    }
    .letter-title p {
        margin-top: 0;
    }
    .letter-right .letter-box:not(.second) {
        margin: 22px 0 0 0;
    }
    .letter .letter-both {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 10px 0 78px 0;
    }
    .letter-right {
        flex-direction: column;
    }
    .letter-left{
        width: 100%;
    }
    .letter-title h2 b {
        word-break: keep-all;
    }
    .letter .more{
        position: relative;
        left: auto;
        top:auto;
        right: auto;
        margin-top:20px;
        width: 100%;
        justify-content: center;
        align-items: center;
        font-size: 16px;
            border-radius: 28px;
    display: flex;
    align-items: center;
    border: 1px solid #E4E4E4;
    }
    .festival .more:after{
        background: #59B6C6 url(../images/main/ico_arrow_long.svg) center center no-repeat;
    }
    .youtube .inner{
        padding:0 20px;
    }
    .youtube h2{
        font-size: 24px!important;
    }
    .youtube-list ul {
        gap: 24px;
        flex-direction: column;
    }
    .youtube-list li {
        width: 100%;
    }
    .youtube-list li p {
        font-size: 16px;
    }

    .insta-flip:before{
        content:none;
    }
    .insta-btn{
        display: none;
    }

    .main-notice-wrap {
        flex-direction: column;
    }
    .instagram .inner {
        width: 100%;
                padding:84px 0 20px 0;
        overflow: hidden;
    }
    .instagram .swiper-slide {
    width: 194px;
    }
    .insta-wrap {
        width: 194px;
        height: auto;
    }
    .insta-wrap .insta-flip {
        opacity: 1;
        background:transparent;
        position: relative;
        color:#333;
        padding: 0;
    }
    .instagram-slide {
        padding: 0 0 0 16px;
    }
    .insta-flip p {
        -webkit-line-clamp: 2;
                margin: 12px 0 0 0;
            text-align: left;
    }
    .instagram .swiper-slide .insta-wrap.active a:before{
        display: block;
    }
    .instagram .swiper-slide img{
        height: 242px;
    }
    .instagram h2 {
        font-size: 24px !important;
    }



    .letter-right .letter-box figure img {
        width: 100%;
    }
    .main-notice .inner {
        padding: 40px 20px;
    }
    .notice-title-both h2 {
        font-size: 24px !important;
    }
    .main-notice-list a {
        color: #0A0A0A;
        font-size: 16px;
    }
    .quick-nav {
        right: 10px;
        top: auto;
        bottom: 20px;
        display: flex;
        flex-direction: column-reverse;
        gap: 10px;
        align-items: center;
        width: 82px;
        left: auto;
        transform: none;
    }
    .quick-nav .quick-nav-wrap {
        position: absolute;
        bottom: 0;
        z-index: -1;
        height: 60px;
        transition:all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
        opacity: 0;
        height: 60px;
    }

    /** 모바일 기본 상태: 숨김 처리 및 영역 클릭 불가능 **/
    .quick-nav .quick-nav-wrap > ul {
        margin-top: 500px;
    }

    /* 버튼이 active일 때 노출 */
    .quick-nav .btn-quick.active + .quick-nav-wrap > ul {
        margin-top: 0; /* 원래 자리로 */
    }

    .quick-nav .btn-quick.active + .quick-nav-wrap{
        height: 388px;
        bottom: 70px;
        opacity: 1;
        z-index: 100;
    }
    .main-wrap:not(.main) .quick-nav .btn-quick.active + .quick-nav-wrap{
        height: 226px;
    }


    .quick-nav .btn-quick{
        display: block;
    }
    .recom-slide .swiper-slide a {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    .recom-slide figure {
        max-width: 100%;
    }
    .festival-slide figure,
    .festival-slide img {
        max-width: 100%;
    }
    .festival-slide .swiper-pagination{
        margin-top: 25px;
    }
    #gnbCommon .gnb:after{
        content:none;
    }
    .recom-slide .swiper-slide a{
        transform: none;
        transition: none;
    }
    .recom-slide .swiper-slide.swiper-slide-active{
        transform: none;
        transition: none;
    }
    .instagram-slide .swiper-button-next, .instagram-slide .swiper-button-prev{
        display: none;
    }
    .event{
        margin:0 auto;
            max-width: 100%;
    }

}
@media screen and (min-width: 1024px){
	.letter .letter-both {
		flex-direction: row-reverse;
	}
    .higt h2 br{
        display: none;
    }
}


/*---dark mode----*/

.mode-dark{
    background:#1F1F1F;
}

.mode-dark #gnbCommon {
    background-color: #1F1F1F;
}
.mode-dark .header-wrap:after {
    background-color: #4A4A4A;
}
.mode-dark .higt h2,
.mode-dark .recom h2,
.mode-dark .recom-slide .slide-num .current,
.mode-dark .recom-list button,
.mode-dark .now .inner h2,
.mode-dark .now-both .now-left .festival h3,
.mode-dark .now-both .now-right .event h3,
.mode-dark .festival-slide figure h4,
.mode-dark .letter-title h2,
.mode-dark .youtube h2,
.mode-dark .youtube-list li p,
.mode-dark .instagram h2,
.mode-dark .notice-title-both h2,
.mode-dark .main-notice-list a,
.mode-dark .main-notice-list .notice-date,
.mode-dark .quick-nav button,
.mode-dark .letter-title p{
    color:#fff;
}
.mode-dark .ins #language-pc {

}

.mode-dark .higt h2 + p {
    color: #CBCBCB;
}
.mode-dark .gt-btn {
    background: none;
}
.mode-dark .gt-btn a {
    color: #fff;
    background: #1F1F1F url(../images/main/papership.svg) right 32px bottom 18px no-repeat;
    border-radius: 20px;
    border: 1px solid #525252;
}
.mode-dark .gt-bubble li:nth-child(1){
    background: url(../images/main/gt_bubble_dark_01.svg) center center no-repeat;
}
.mode-dark .gt-bubble li:nth-child(2){
    background: url(../images/main/gt_bubble_dark_02.svg) center center no-repeat;
}
.mode-dark .gt-bubble li:nth-child(3){
    background: url(../images/main/gt_bubble_dark_03.svg) center center no-repeat;
}
.mode-dark .sub-tit {
    color: #CCCCCC;
}
.mode-dark .swiper-pagination-bullet {
    background: #A4B0E0;
}
.mode-dark .recom-slide .btn-control-wrap,
.mode-dark .letter .more,
.mode-dark .notice-title-both .more,
.mode-dark .festival .more{
    background: #2F2F2F;
    border:1px solid #4A4A4A;
    color:#fff;
}
.mode-dark .recom-slide .slide-num,
.mode-dark .recom-slide .slide-num .total{
    color:#ccc;
}
.mode-dark .main-notice {
    background: #0D0D0D;
}
.mode-dark .main-notice-list li {
    border-bottom: 1px solid #727272;
}

.mode-dark .quick-nav .quick-nav-wrap{
    background: #101010;
    border:1px solid #525252;
}
.mode-dark .quick-nav ul li{
    border-bottom: 1px solid #525252;
}
.mode-dark .quick-nav ul li:last-child {
    border-bottom: none;
}
.mode-dark .quick-nav button{
    font-weight: 200;
}
.mode-dark .letter {
    background: url(../images/main/letter_dark_bg.png) right center no-repeat;
    background-size: cover;
}
.mode-dark .insta-wrap .insta-flip {
        color: #fff;
    }
.mode-dark .main:before {
    background-color: #4A4A4A;
}
.mode-dark #gnbCommon .gnb:after {
    background: #000;
}
.mode-dark #gnbNav .depth01 > li.on > .depth02{background-color: transparent;}
.mode-dark #gnbNav .depth01 > li > .depth02::after {
    background-color: #4A4A4A;
}

.mode-dark .search-layer {
    background-color: #101010;
}
.mode-dark .search-layer .popular li .num{
    color: #CCCCCC;
    background-color: #3E3E3E;
}
.mode-dark .search-layer .last li {
    height: 35px;
    background: transparent;
    border: 1px solid #525252;
}
.mode-dark .search-layer .last .btn-delete{
    color:#ccc;
}
.mode-dark .search-box{
    background: transparent;
    border:1px solid #707070;
}
.mode-dark .hearder-util-wrap .search-wrap .btn-search {
    background: url(../images/common/ico_search_w.svg) center center no-repeat;
    width: 32px;
    height: 32px;
}
.mode-dark .hearder-util-wrap a.btn_location {
    background: url(../images/common/ico_pin_w.svg) center center no-repeat;
}
.mode-dark .hearder-util-wrap a.btn_membership {
    background: url(../images/common/ico_user_w.svg) center center no-repeat;
}
.mode-dark .hearder-util-wrap a.btn_location.on {
    background: url(../images/common/ico_pin_active.svg) center center no-repeat;
}
.mode-dark .hearder-util-wrap a.btn_membership.on {
    background: url(../images/common/ico_user_active.svg) center center no-repeat;
}
.mode-dark .hearder-util-wrap a.btn_sitemap {
    background: url(../images/common/ico_list_w.svg) center center no-repeat;
}
.mode-dark .search-wrap .search-box.min .btn-search-open {
    background: url(../images/common/ico_search_w.svg) center center no-repeat;
}
.mode-dark h1.logo a{
    display: block;
    width: 204px;
    height: 46px;
    background: url(../images/common/logo_dark.svg) center center no-repeat;
        margin-top: 19px;
}
.mode-dark h1.logo a img{
    width: 1px;
}
.mode-dark #gnbCommon .select-wrap.active .btn-default {
    color: #888;
}
.mode-dark .footer-wrap {
    background-color: #1F1F1F;
    color: #fff;
}
.mode-dark .footer-wrap .logo-wrap > a{
    background: none;
    text-align: center;
}
.mode-dark .footer-wrap .logo-wrap > a img {
    width: auto;
    margin: 0 auto;
}
.mode-dark .footer-link ul a {
    color: #A3A3A3;
}
.mode-dark .footer-info{
    color: #A3A3A3;
}
.mode-dark .footer-link ul li.point a {
    color: #fff;
}
.footer-link ul li{margin-right: 16px;}
.mode-dark .footer-organization .page_box {
    filter: invert(1);
}

.mode-dark .notice-slide .slide-btns{
    background: #000;
}
.mode-dark .notice-slide .swiper-pagination-bullet {
    background: #000;
    border:1px solid #fff;
}
.mode-dark .notice-slide .swiper-pagination-bullet-active {
    background: #fff;
}
.mode-dark .notice-slide .auto-btn button {
    width: 24px;
    height: 24px;
    background: url(../images/main/ico-play-white.svg) center center no-repeat;
}
.mode-dark .notice-slide .auto-btn button.swiper-auto-stop {
    background: url(../images/main/ico-pause-white.svg) center center no-repeat;
}

@media screen and (min-width: 1179px){
    .mode-dark #gnbCommon .select-list{
        background-color: #000;
    }
    .mode-dark #gnbCommon .select-list{
        border: 1px solid #333;
    }
    .mode-dark #gnbCommon .select-list li {
        border-top: 1px solid #333;
    }
    .mode-dark #gnbNav .depth01 > li > a,
    .mode-dark #gnbNav .depth01 > li > .depth02 > li > a,
    .mode-dark .search-layer .keyword-wrap a,
    .mode-dark .search-layer .keyword-wrap strong,
    .mode-dark .search-layer .keyword-wrap a,
    .mode-dark .search-layer .btn-searchlayer-close{
        color:#fff;
    }
    .mode-dark #gnbCommon #language-pc.select-wrap .btn-default {
        border: 1px solid #4A4A4A;
        background: #2F2F2F;
    }
    .mode-dark .search-box input {
        color:#fff;
    }
    .mode-dark .search-box input::placeholder{
        color:#fff!important;
    }

}
@media screen and (max-width: 1179px){
	.mode-dark h1.logo a {
        width: 112px;
        height: 25.5px;
        background: url(../images/common/logo_dark.svg) center center no-repeat;
        background-size: 100%;
                margin-top: 24px;
    }
    .mode-dark .hearder-util-wrap > a.btn_search {
        background: url(../images/common/ico_search_w.svg) center center no-repeat;
        opacity:1;
    }
    .mode-dark .hearder-util-wrap > a.btn_m_menu {
        background: url(../images/common/ico_list_w.svg) center center no-repeat;
    }
    .mode-dark .footer-wrap .logo-wrap > a {
        width: 170px;
        height: 36.5px;
        background: url(../images/common/logo_bottom_m.svg) center center no-repeat;
                background-size: 100%;
    }
    .mode-dark .footer-organization {
        border-bottom: 1px solid rgba(80, 80, 80, .6);
    }
    .footer-link ul li {
        margin: 4px 5px;
    }
    .mode-dark .gt-btn a{
        background-size: 20px;
    }

}
