@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap');
@font-face {
    font-family: 'Binggrae';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Binggrae.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@import url( http://fonts.googleapis.com/css?family=Open+Sans:400,600,800,300 ); 

body {
    overflow-x: hidden !important;
    color: #2b1c1f;
}

section {
    width: 100%;
}

img {padding:0;margin:0;border:0;}
.clearfix:before,.clearfix:after {content: " ";display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}



/* 컨텐츠 슬라이드 */


.contant-slide, .c-slide {
    width: 100%;
    position: relative;
    margin-top: -10px;
    overflow: hidden;
}

.slide-text {
    position: absolute;
    bottom: 10%;
    width: 1016px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    color: #ffffff;
}

.slide-text h2 {
    font-size: 32pt;
    font-weight: 700;
}

.slide-text h4 {
    margin-top: 15px;
    font-size: 18pt;
    font-weight: 300;
}

.slide-op {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 98;
}

.slide-simbol {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10%;
    z-index: 99;
}

.slide-simbol img {width: 100%;}

.c-slide .swiper-slide>img {
    width: 100%;
    position: relative;
    display: block;
}

.c-slide .swiper-slide>img:nth-child(2) {
    display: none;
}

.c-slide .swiper-slide>a {
    height: 6.2%;
    position: absolute;
    bottom: 29%;
    left: 23%;
}

.c-slide .swiper-slide>a>img {
    height: 100%;
}

.c-pager {
    display: block;
    width: 1016px;
    /* background-color: yellow; */
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%) !important;
    text-align: right !important;
    z-index: 99 !important;
}

.c-pager span {
    margin: 1%;
    width: 15px;
    height: 15px;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #fff;
    opacity: 1;
}

.c-pager span.swiper-pagination-bullet-active {
    width: 60px;
    height: 15px;
    border-radius: 30px;
    background-color: #673b90;
    border: 2px solid #673b90;
}





/* 인스타그램 */

#num2 {
    width: 100%;
    height: auto;
    background-color: #fff;
}

.insta-wrap {
    width: 100%;
    height: auto;
    border-radius: 50px 50px 0 0;
    background-color: #e7e5e7;
    margin-top: 8%;
    position: relative;
}

.section-logo {
    width: 8%;
    position: absolute;
    z-index: 99;
    left: 0;
    top: -4%;
}

.section-logo img {width: 100%;}

.section-text-area h4 {
    position: relative;
    color: #673b90;
    font-size: 35pt;
}

.section-text-area h4 span img {
    position: absolute;
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 4%;
}

.section-text-area p {
    font-size: 18pt;
    margin-top: 15px;
    color: #767676;
}

#instagram-container, #youtube-container{
    width: 1016px;
    margin:0 auto;
    padding: 4% 0 8% 0;
    position: relative;
}

.insta-feed-area {
    width: 1016px;
    height: 762px;
    margin: 0 auto;
    position: relative;
}

.insta-feed-area a {
    width: 251px;
    height: 251px;
    float: left;
    margin-right: 4px !important;
    margin-bottom: 4px !important;
    display: block;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.insta-feed-area a img {
    position: absolute;
    width: 100%;
}

.insta-feed-area a:nth-child(4), .insta-feed-area a:nth-child(8), .insta-feed-area a:nth-child(12) {
    margin-right: 0 !important;
}


.section-text-area a {
    width: 2.5%;
    position: absolute;
    left: 50%;
}
.section-text-area a img {
    width: 100%;
}

.insta-box {
    width: 100%;
    position: relative;
}

#instagram-myfeed {padding-top: 10%;}


#instagram-container h1 {font-family:'Open Sans';font-size:20px;font-weight:bold;text-align:center;color:#888;}
ul.myfeed {position:relative;width:100%;font-size:0;}
ul.myfeed li {
    position:relative;
    display:inline-block;
    margin:0 4px 4px 0;
} 
ul.myfeed li a {
	background-position: 50% 50%;	
	background-size: cover;
	background-repeat: no-repeat;
	display:inline-block;
	
	width:250px;
	height:250px;
}
ul.myfeed li a:hover {	
	opacity:0.7;
	transition: opacity 0.5s;	
}

/* SNS 아이콘 */
.main-sns-icon {
    width: 100%;
    background-color: white;
    padding: 100px 0;
}

.vj_snsarea {
    width: 800px;
    margin: 0 auto;
}

.vj_snsarea h2 {
    float: left;
    line-height: 60px;
    font-size: 25pt;
    color: gray;
}

.vj_snsarea h2 span {
    margin: 0 15px;
}

.icon-area>a>img {
    width: 60px;
    margin-right: 10px;
    display: block;
    float: left;
}

.icon-area>a:last-child>img {
    margin-right: 0;
}


/* youtube */

.pc-youtube-slide {display: block;}
.mobile-youtube-slide {display: none;}

.youtube-wrap {
    width: 100%;
    height: auto;
    margin-top: 8%;
    position: relative;
}

.youtube-text-area {
    margin-top: 5px;
    margin-bottom: 10%;
}

.main-youtube {
    width: 1016px;
    height: 571.5px;
    border-radius: 25px;
    box-shadow:  0 0 10px rgba(0, 0, 0, 0.5);
}

.main-youtube iframe {
    width: 100%;
    height: 100%;
    border-radius: 25px;
}

.youtube-slide, .y-slide {
    width: 1016px;
    position: relative;
    margin-top: 30px;
    overflow: hidden;
}

.y-slide .swiper-slide {
    width: 400px;
    height: auto;
    padding: 15px;
    border-radius: 30px;
    background-color: #e7e5e7;
}

.img-area {
    width: 400px;
    height: 225px;
    border-radius: 25px;
    overflow: hidden;
}

.img-area img {
    height: 100%;
}

.v-title {
    font-weight: 500;
    font-size: 18pt;
    margin-top: 15px;
}

.v-text {
    font-weight: 300;
    font-size: 12pt;
    margin-top: 15px;
}

.tag-area p {
    margin-top: 15px;
    margin-right: 15px;
    text-align: center;
    padding: 0.5% 5%;
    border: 2px solid #673b90;
    color: #673b90;
    border-radius: 25px;
    float: left;
}


/* 이벤트 */

#num4 {
    width: 100%;
    height: auto;
    background-color: #673b90;
    padding: 100px 0;
    position: relative;
}

.event {
    width: 664px;
    margin: 0 auto;
}

.event .section-text-area h4, .event .section-text-area p {
    color: white;
}

.event-contain {
    width: 664px;
    margin: 0 auto;
    height: auto;
    margin: 50px 0;
    padding: 30px;
    border-radius: 30px;
    background-color: #f8f8fa;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 99;
}

.main-event {
    width: 600px;
    margin: 0 auto;
}

.main-event-area {
    width: 600px;
    height: 600px;
    margin: 0 auto;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.main-event-area img {
    width: 100%;
    border-radius: 30px;
}

.event-title {
    font-size: 25pt;
    color: #673b90;
    font-weight: 400;
}
.event-section {
    color: #673b90;
    font-size: 25pt;
    font-weight: 800;
    float: left;
    margin-right: 20px;
}

.event-date {
    color: #676767;
    font-size: 18pt;
    font-weight: 300;
    line-height: 42pt;
}

.sub-contain {
    width: 600px;
    margin: 0 auto;
    margin-top: 20px;
}

.sub-event {
    width: 600px;
    height: 200px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.sub-event img {
    width: 100%;
}

.last-event {
    margin: 0 auto;
    color: #555;
    text-align: center;
    margin-top: 50px;
}
.event-more {
    display: block;
    width: 180px;
    height: 40px;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 20px;
    background-color: #673b90;
    color: #fff;
    font-weight: 700;
    font-size: 16pt;
    line-height: 40px;
    text-align: center;
}

.event-bg {
    width: 100%;
    background-color: #fff;
    position: absolute;
    height: 40%;
    bottom: 0;
    left: 0;
    border-radius: 50px 50px 0 0;
    z-index: 90;
}


@media screen and (max-width:1400px) {
   
    /* 컨텐츠 슬라이드 */

    .slide-text {
        width: 840px;
    }

    .slide-text h2 {
        font-size: 25pt;
    }

    .slide-text h4 {
        font-size: 15pt;
    }

    .slide-simbol {
        width: 12%;
    }

    .c-slide .swiper-slide>a {
        height: 5%;
    }

    .c-pager {
        width: 840px;
    }

    .c-pager span {
        margin: 1%;
        width: 10px;
        height: 10px;
        background-color: rgba(0, 0, 0, 0);
        border: 2px solid #fff;
        opacity: 1;
    }

    .c-pager span.swiper-pagination-bullet-active {
        width: 40px;
        height: 10px;
    }


    /* 인스타그램 */

    .section-logo {
        width: 7%;
        top: -3%;
    }

    .section-text-area h4 {
        position: relative;
        color: #673b90;
        font-size: 25pt;
    }

    .section-text-area p {
        font-size: 15pt;
    }

    #instagram-container, #youtube-container {
        width: 840px;
    }

    
    .insta-feed-area {
        width: 840px;
        height: 630px;
    }

    .insta-feed-area a {
        width: 207px;
        height: 207px;
    }

    ul.myfeed li a {
        width:206px;
        height:206px;
    }

    /* youtube */

    .main-youtube {
        width: 840px;
        height: 472.5px;
    }

    .youtube-slide, .y-slide {
        width: 840px;
        position: relative;
        margin-top: 25px;
        overflow: hidden;
    }

    .y-slide .swiper-slide {
        height: auto;
        padding: 15px;
        border-radius: 30px;
        background-color: #e7e5e7;
    }

    .img-area {
        width: 330px;
        height: 185.625px;
    }

    .v-title {
        font-size: 16pt;
    }

    .v-text {
        font-size: 12pt;
    }


}


@media screen and (max-width:1000px) {
        
        /* 컨텐츠 슬라이드 */
        .c-slider {width: 150%;}

        .slide-simbol {
            width: 15%;
            top: 48%;
        }

        .slide-text {
            width: 700px;
        }
    
        /* 인스타그램 */
    
        .section-logo {
            width: 7%;
            top: -2%;
        }
    
        .section-text-area h4 {
            position: relative;
            color: #673b90;
            font-size: 22pt;
        }
    
        .section-text-area p {
            font-size: 13pt;
        }
    
        #instagram-container, #youtube-container {
            width: 700px;
        }

        .insta-feed-area {
            width: 698px;
            height: 932px;
        }
    
        .insta-feed-area a {
            width: 230px;
            height: 230px;
        }

        .insta-feed-area a:nth-child(4), .insta-feed-area a:nth-child(8) {
            margin-right: 4px !important;
        }

        .insta-feed-area a:nth-child(3), .insta-feed-area a:nth-child(6), .insta-feed-area a:nth-child(9) {
            margin-right: 0 !important;
        }
    
        ul.myfeed li a {
            width:228px;
            height:228px;
        }
    
        /* youtube */
    
        .pc-youtube-slide {display: none;}
        .mobile-youtube-slide {display: block;}

        .main-youtube {
            width: 700px;
            height: 393.75px;
        }
    
        .youtube-slide, .y-slide {
            width: 700px;
            position: relative;
            margin-top: 25px;
            overflow: hidden;
        }
    
        .y-slide .swiper-slide {
            height: auto;
            padding: 15px;
            border-radius: 30px;
            background-color: #e7e5e7;
        }
    
        .img-area {
            width: 460px;
            height: 258.75px;
        }
    
        /* 이벤트 */
    
        #num4 {
            padding: 50px 0;
        }

        .event-contain {
            margin: 30px 0;
            padding: 20px;
            border-radius: 30px;
            box-sizing: border-box;
        }
    
        .event-title {
            font-size: 20pt;
        }
        .event-section {
            font-size: 20pt;
        }
    
        .event-date {
            font-size: 15pt;
            line-height: 40pt;
        }
    
        .event-more {
            width: 150px;
            font-weight: 500;
            height: 30px;
            border-radius: 15px;
            font-size: 12pt;
            line-height: 30px;
        }
    
        .event-bg {
            width: 100%;
            background-color: #fff;
            position: absolute;
            height: 40%;
            bottom: 0;
            left: 0;
            border-radius: 50px 50px 0 0;
            z-index: 90;
        }
}

