


/* 메인 비쥬얼 */

.mainVisual{
	padding-top: 80px;
}

.main-swiper{
	position: relative;
	overflow: hidden;
	height: 700px;
}

.main-swiper .slide_info_container{
	position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.main-swiper .swiper-slide video,
.main-swiper .swiper-slide img{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-swiper .slide_info_box{
	    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;

}


.main-swiper .slide_progressbar {
	position: absolute;
	left: 160px;
	bottom: 221px;
	width: calc(100% - 320px);
	height: 1px;
	background-color: rgba(255, 255, 255, 0.2);
}

.main-swiper .slide_progressbar .fill {
	position: absolute;
	left: 0;
	top: 0;
	height: 1px;
	background-color: #fff;
	-webkit-transition: width .3s;
	transition: width .3s;
	width: 33.33%;
}

.main-swiper .slide_paging {
	position: absolute;
	left: 160px;
	bottom: 114px;
	font-size: 12px;
	color: #fff;
}

.main-swiper .swiper-pagination-progressbar{
	width: 100%;
	height: 3px;
}

.main-swiper .swiper-slide{
	float: left;
	width: 100%;
}

.main-swiper .slide_paging .total,
.main-swiper .slide_paging .current{
	font-size: 14px;
	font-family: 'nsR';
	color: #fff;
	position: relative;
	float: left;
}

.main-swiper .slide_paging .total {
	padding-left: 15px;
}

.main-swiper .slide_paging .total:before {
    content: '';
    position: absolute;
    left: 7px;
    top: 50%;
    width: 1px;
    height: 8px;
    margin-top: -5px;
    background-color: #d6d6d5;
}

.main-swiper .slide_text_box {
  position: absolute;
  left: 160px;
  bottom: 157px;
}

.main-swiper .slide_title {
  margin-bottom: 32px;
  font-size: 36px;
  line-height: 46px;
  font-family: 'nsB';
  color: #fff;
}

.main-swiper .slide_title strong {
  display: table-cell;
  vertical-align: middle;
  height: 92px;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: -1px;
}

.main-swiper .slide_text {
  font-size: 15px;
  line-height: 1.6;
}

.main-swiper .slide_text span {
  display: table-cell;
  vertical-align: middle;
  height: 48px;
  font-family: 'nsR';
  color: #fff;
}

.main-swiper .slide_text span em {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
}

.main-swiper .slide_info_container button{
	font-size: 0;
	line-height: 0;
	position: absolute;
	bottom: 203px;
	width: 36px;
	height: 36px;
	margin: auto;
	border-radius: 36px;
	background-color: #fff;
	cursor: pointer;
	outline: none;
	z-index: 2;
}


.main-swiper .slide_info_container .btn_prev{
	left: 85px;
	background: url('../images/common/arrow-left.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	background-size: 15px;
}

.main-swiper .slide_info_container .btn_next{
	right: 85px;
	background: url('../images/common/arrow-right.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	background-size: 15px;
}


/* 메인 비쥬얼 */




/* 메인컨텐츠 시작 */


.newSwiper{
	height: 100px;
	overflow: hidden;
	border-bottom: 1px solid #000;
}


.mainLatest{
	padding: 64px 0px;
	background-color: #fff;
}

.mainLatest .mlWrap{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.mainLatest .mlWrap .mlBox{
	float: left;
	min-height: 196px;
}


.mainLatest .mlWrap .issue{
	width: 25%;
}

.mainLatest .mlWrap .issue .mlT{
	overflow: hidden;
}

.mainLatest .mlWrap .mlT .mlTitle{
	font-family: 'nsEB';
	display: block;
	font-size: 16px;
}


.mainLatest .mlWrap .issue .mlT .mlTitle{
	float: left;
}


.mainLatest .mlWrap .issue .mlT .mlDate{
	float: right;
	color: #999;
	font-size: 13px;
	display: block;
}

.mainLatest .mlWrap .notice{
	width: 28%;
}

.mainLatest .mlWrap .mlBox .mlB{
	font-size: 15px;
	line-height: 25px;
	letter-spacing: -0.3px;
	margin-top: 15px;
	color: #999;overflow: hidden;
	height: 50px;
}

.mainLatest .mlWrap .issue .mlB{
	font-family: 'nsEB';
	display: inline-block;
	float: left;
	font-size: 32px;
	margin-top: 35px;
	margin-bottom: 15px;
	color: #000;
	min-height: 50px;
	display: block;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
    width: calc( 100% - 50px );
}

.mainLatest .mlWrap .mlBox .mark{
	font-size: 12px;
    float: right;
    font-family: 'nsR';
    font-weight: bold;
    padding: 5px 14px 3px;
    border-radius: 20px;
    color: #fff;
    line-height: 16px;
    background-color: #ff3d3d;
    margin-top: 10px;
}

.mainLatest .mlWrap .issue .mlB span{
	display: block;
}


.mainLatest .mlWrap .mlBox .mlC{
	font-size: 20px;
	font-family: 'nsEB';
	line-height: 30px;
	letter-spacing: -0.3px;
	margin-top: 35px;
}

.mainLatest .mlWrap .mlBox .mlC span{

    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.mainLatest .mlWrap .mlBox.notice .mlC span{
	display: block;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.mainLatest .mlWrap .news{
	width: 18%;
}

.mainLatest .mlWrap .mlBox .moreView{
	margin-top: 25px;
	background-color: #f5f5f5;
	padding: 0px 20px;
	display: inline-block;
	border-radius: 25px;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

.mainLatest .mlWrap .news .moreView,
.mainLatest .mlWrap .youtube .moreView{
	margin-top: 60px;
}

.mainLatest .mlWrap .mlBox .moreView a{
	display: block;
	font-size: 13px;
	font-family: 'nsB';
	line-height: 25px;
	display: block;
	transition: all .3s ease-in-out;
}


.mainLatest .mlWrap .mlBox .moreView:hover{
	background-color: #8c22ff;
}

.mainLatest .mlWrap .mlBox .moreView:hover a{
	color: #fff;
}

.mainLatest .mlWrap .youtube{
	width: 18%;
}

.mainLatest .mlWrap .notice .mlB span{
	display: block;
    height: 50px;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}



/* 메인컨텐츠 시작 */

.midBanner{
	width: 100%;
	background: url(../images/main/midBg.jpg) no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.midBanner .midWrap{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.midBanner .midWrap .midLeft{
	font-family: 'GmarketSansBold';
	color: #fff;
	font-size: 17px;
	background-color: #120704;
	padding: 14px 23px;
	border-radius: 40px;
	margin: 44px 0px;
}
.midBanner .midWrap .midCenter{
	font-size: 15px;
	color: #fff;
	text-align: center;
}

.midBanner .midWrap .midCenter span{
	font-family: 'GmarketSansBold';
	color: #fff;
	font-size: 32px;
	display: block;
	margin-top: 23px;
}


.midBanner .midWrap .midRight{
	font-size: 20px;
	color: #Fff;
	font-family: 'nsB';
	display: block;
	position: relative;
	height: 21px;
	margin-top: 62px;
	padding-right: 30px;
}
.midBanner .midWrap .midRight::after{
	content: "";
	display: block;
	background: url('../images/common/arrow-right-white.svg') no-repeat;
	background-position: center right;
    background-size: 17px 13px;
    position: absolute;
    width: 17px;
    height: 13px;
    top: 3px;
    right: 0px;
}

.boxBig{
	margin-top: 105px;
	display: block;
	width: 100%;
}

.boxBig.event{
	margin-top: 98px;
}

.boxBig.guide{
	margin-top: 75px;
}

.boxBig::before{
	content: "";
	clear: both;
	width: 100%;
	display: block;
}

.boxBig .boxBtitle{
	font-size: 34px;
	font-family: 'nsEB';
	text-align: center;
}

.boxBig .boxBsubt{
	font-size: 16px;
	font-family: 'nsR';
	text-align: center;
	margin: 25px auto 30px;
	line-height: 32px;
}

.boxBig.guide .boxBsubt{
	margin-bottom: 100px;
}

.boxBig .moreView{
	margin-bottom: 60px;
    text-align: center;
}

.boxBig .moreView a{
	display: inline-block;
	font-size: 15px;
	font-family: 'nsR';
	padding: 10px 30px;
	border-radius: 40px;
	background-color: #8c22ff;
	color: #fff;
}


.issueSlider{
	width: 100%;
	overflow: hidden;
}

.issueSlider .slick-slider{
	max-width: 1400px;
	margin: 0 auto;
    padding: 8px 0px;
}

.slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 36px;
    height: 36px;
    margin: auto;
    border-radius: 36px;
    background-color: #fff;
    cursor: pointer;
    outline: none;
    z-index: 2;
}

.slick-arrow.slick-prev{
	left: -65px;
	background: url('../images/common/arrow-left.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	background-size: 15px;
	font-size: 0;
}
.slick-arrow.slick-next{
	right: -65px;
	background: url('../images/common/arrow-right.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	background-size: 15px;
	font-size: 0;
}

.issueSlider .slick-slider .slick-arrow.slick-next{
	right: -18px;
}


.issueSlider .slick-slider .slick-arrow.slick-prev{
	left: -18px;
}

.issueSlider .slick-slider img{
	width: 100%;
}

.issueSlider .slick-list{
	padding: 0px!important;
	overflow: inherit;
}

.issueSlider .slick-slide{
	position: relative;
	cursor: pointer;
	transition: all .3s ease-in-out;
	margin: 0px 10px;
}


.issueSlider .slick-slide .thumBox{
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	overflow: hidden;
	position: relative;
}


.issueSlider .slick-slide .thumBox img{
}

.issueSlider .slick-slide .caption {
	position: absolute;
	z-index: 2222;
	bottom: -162px;
	padding: 20px 35px 20px 30px;
	background: rgba(0,0,0,0.5);
	transition: all .3s ease-in-out;
}

.issueSlider .slick-slide:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.issueSlider .slick-slide:hover .caption {
	bottom: 0px;
}

.issueSlider .slick-slide .caption .capCate{
	font-size: 15px;
	display: block;
	margin-bottom: 20px;
	font-weight: bold;
	font-family: 'nsR';
}

.issueSlider .slick-slide .caption .capTitle{
	padding-right: 90px;
	position: relative;
}

.issueSlider .slick-slide .caption .capTitle::after{
	content: "";
	position: absolute;
    bottom: 5px;
    right: 0;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    outline: none;
    z-index: 2;
    background: url(../images/common/arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #8c22ff;
    background-size: 15px;
}


.issueSlider .slick-slide .caption .ctTitle{
	font-size: 24px;
	line-height: 36px;
	font-family: 'nsEB';
	color: #fff;
	word-break: break-all;
	min-height: 72px;
	display: block;
	overflow: hidden;
	height: 72px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.eventBox{
	width: 100%;
    max-width: 1400px;
	margin: 0 auto;
	min-height: 465px;
}


.eventBox .moreView{
	margin-bottom: 40px;
}

.eventBox .slick-list{
	overflow-y: inherit;
    max-width: 1400px;
    width: 100%;
	min-width: 1200px;
}

.eventBox .slick-slide{
	margin: 12.5px;
}


.eventBox .ebWrap{
	float: left;
	display: block;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

.eventBox .slick-slide:hover .ebWrap{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}


.eventBox .slick-slide:hover .ebWrap.finish{
	box-shadow: inherit;
}

.eventBox .ebWrap:nth-child(4){
	margin-right: 0px;
}



.eventBox .ebWrap .ebImg{
	position: relative;
	overflow: hidden;
	height: calc( 100% - 176px );
}


.eventBox .ebWrap .ebImg .imgHover{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	opacity: 0;
	transition: all .3s;
}

.eventBox .ebWrap:hover .ebImg .imgHover{
	opacity: 1;
}



.eventBox .ebWrap .ebImg .imgHover .ebBtn{
    background-color: #fff;
	display: block;
	width: 145px;
	height: 40px;
	border-radius: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}

.eventBox .ebWrap .ebImg .imgHover .ebBtn a{
	font-size: 14px;
	font-family: 'nsR';
	font-weight: bold;
	text-align: center;
	position: relative;
	display: inline-block;
	padding-right: 30px;
	top: 10px;
}

.eventBox .ebWrap .ebImg .imgHover .ebBtn a:after{
	display: inline-block;
	content: "";
    background: url(../images/common/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px;
	width: 15px;
	height: 11px;
	position: absolute;
	right: 0px;
	top: 1.5px;
}

.eventBox .ebWrap .ebImg img{
	display: block;
	width: 100%;
}


.eventBox .ebWrap .ebInfo{
	border: 1px solid #ddd;
	padding: 19px 19px 27px 25px;
}

.eventBox .ebWrap .ebInfo .ebCate{
	font-size: 15px;
	font-family: 'nsR';
	margin-bottom: 15px;
	display: block;
}


.eventBox .ebWrap .ebInfo .ebTitle{
	font-size: 24px;
	color: #222;
	font-family: 'nsEB';
	display: block;
	line-height: 36px;
	min-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.eventBox .ebWrap .ebInfo .ebSummary{
	font-size: 16px;
	color: #222;
	font-family: 'nsR';
	display: block;
	line-height: 24px;
	height: 48px;
	min-height: 48px;
	min-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
	margin-top: 10px;
    -webkit-box-orient: vertical;
}

.eventBox .ebWrap .ebDate{
	color: #999;
	font-size: 16px;
	margin-top: 12px;
	display: block;
}




.eventBox .ebWrap .statsCurrent{
	font-size: 14px;
	width: 80px;
	height: 32px;
	border-radius: 30px;
	position: absolute;
	top: 20px;
	left: 15px;
	display: block;
	text-align: center;
	line-height: 32px;
	color: #fff;
	font-weight: bold;
	font-family: 'nsR';
}

.eventBox .ebWrap .statsCurrent{
	background-color: #8c22ff;
}


.eventBox .ebWrap.finish .statsCurrent{
	background-color: #999;
}

.eventBox .ebWrap.finish .ebImg .imgHover{
	opacity: 1;
	background-color: rgba(255,255,255,0.5);
}

.eventBox .ebWrap.finish .ebInfo .ebCate,
.eventBox .ebWrap.finish .ebInfo .ebTitle,
.eventBox .ebWrap.finish .ebDate{
	color: #ddd;
}
.eventBox .ebWrap.finish .ebImg .imgHover .ebBtn{
	display: none;
}


.eventBox .slick-arrow.slick-prev{
	left: -60px;
    background: url(../images/common/arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    font-size: 0;
	background-color: #8c22ff;
	transform: rotate(-180deg);
	border: 1px solid #8c22ff;
}

.eventBox .slick-arrow.slick-next{
	right: -60px;
    background: url(../images/common/arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    font-size: 0;
	border: 1px solid #8c22ff;
	background-color: #8c22ff;
}

.eventBox .slick-arrow:hover{
}

.eventBox .slick-arrow:hover.slick-prev{
    background: url(../images/common/arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    font-size: 0;
	transform: rotate(-180deg);
	border: 1px solid #000;
	background-color: #000;
}

.eventBox .slick-arrow:hover.slick-next{
    background: url(../images/common/arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    font-size: 0;
	border: 1px solid #000;
	background-color: #000;
}


.route{
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 130px;
	width: 100%;
    min-width: 1200px;
}

.route a{
	display: block;
	float: left;
	width: calc( 16.666% - 1px );
	border-right: 1px solid #dddddd;
}

.route a:last-child{
	border: none;;
}

.route a img{
	display: block;
	height: 60px;
	margin:  0 auto;
	margin-top: 4px;
}


.route a:nth-child(2) img,
.route a:nth-child(3) img{
	height: 64px ;
	margin-top: 0px;
}

.route a:nth-child(4) img{
	height: 57px;
	margin-top: 7px;
}

.route a:nth-child(5) img{
	height: 55px;
	margin-top: 9px;
}

.route a:nth-child(6) img{
	height: 50px;
	margin-bottom: 41px;
	margin-top: 10px;
}

.route a span{
	font-size: 16px;
	font-family: 'nsB';
	color: #222;
	margin-top: 37px;
	margin-bottom: 9px;
	display: block;
	text-align: center;
}



@media screen and ( max-width: 1650px ){

	.topVisual .slick-slide .caption{
		width: calc( 100% - 40px );
		padding: 0px 20px;
		min-width: 1240px;
	}

	.progWrap{
		width: calc( 100% - 40px );
		padding: 0px 20px;
		min-width: 1170px;
	}

	.slider-progress{
		width: calc( 100% - 170px );
	}

	.slick-arrow.slick-prev{
		left: -45px;
	}
	.slick-arrow.slick-next{
		right: -45px;
	}

	.mainLatest .mlWrap{
		width: 1195px;
	}

	.mainLatest .mlWrap .issue{
		display: block;
		float: none;
	}

	.mainLatest .mlWrap .mlBox:nth-child(2){
		margin-left: 0px;
	}


	.midBanner .midWrap{
		width: calc( 100% - 40px );
		padding: 0px 20px;
		min-width: 1160px;
	}

	.issueSlider .slick-slider{
		width: calc( 100% - 300px );
		min-width: 1220px;
		margin: 0 auto;
	}

	.issueSlider .slick-slide .caption{
		padding-bottom: 20px;
	}

	.eventBox .ebWrap .ebInfo .ebTitle{
		font-size: 21px;
		line-height: 26px;
		font-family: 'nsEB';
		min-height: 52px;
	}

}


@media screen and (max-width: 1350px){


	.issueSlider .slick-slider .slick-arrow.slick-next{
		right: 10px;
	}


	.issueSlider .slick-slider .slick-arrow.slick-prev{
		left: 10px;
	}
}