* {
	margin:0;
	padding:0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:
	border-box;
	box-sizing:border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font: inherit;
	vertical-align:baseline;
}

html {
	font-size:13px;
	line-height:20px;
	overflow-x:hidden;
}

html,body,iframe,iframe * {
	font-family: '맑은 고딕', 'Malgun Gothic','Nanum Gothic', sans-serif;
}

ul, ol {
	list-style: none;
	padding:0;
}

a, a:hover {
  color: inherit;
  text-decoration: none;
  cursor:pointer;
}

table {
	border-collapse:collapse;
}

img {
	vertical-align:middle;
}

b {
	font-weight:bold;
}


.cpage {
	clear:both;
	position:relative;
	overflow:visible;
	width:100%;
	height:auto;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

/* 슬라이더 */
.widthSlider {
	width:100%;
	height:100%;
	font-size:0px;
	white-space:nowrap;
	word-break:break-all;
}

.widthSlider li {
	white-space:normal;
	word-break:normal;
	position:relative;
	display:inline-block;
	*display:inline;
	_display:inline;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

/* 페이드 슬라이더 */
.fadeSlider {
	position:relative;
	height:100%;
}

.fadeSlider li {
	display:none;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	height:100%;
	width:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

.loader {
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	transform-origin:50% 50%; 
}

.cpage .TRAN {
	opacity:0;
	transition:all 0.7s;
	transition-property:transform, opacity;
}

.ANI .TRAN {
	transform:translateX(0px) translateY(0px) scale(1) !important;
	opacity: 1.0 !important;
}

/* 이미지 위치잡기 */
.cpage .Valign {
	top:0;
	bottom:0;
	position:absolute;
	z-index:5;
	margin-top:auto;
	margin-bottom:auto;
}

.cpage .Halign {
	left:0;
	right:0;
	position:absolute;
	z-index:5;
	margin-left:auto;
	margin-right:auto;
}


.CPyoutube {
	overflow:hidden;
	padding-top:56.25%;
}

.CPyoutube iframe {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

.youtubeCover {
	position:absolute;
	z-index:10;
	left:0;
	top:0;
	width:100%;
	height:100%;
	/*background-color:yellow;*/
	/*background:url(./images/sample/slogan.png) no-repeat center;*/
}

/*fixed 사진*/
.CPbackAtt {
	padding-top:56.25%;
	background-attachment:fixed;
	background-size:cover;
}

.CPbackAtt .slogan {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	max-width:80%
}
/*사진*/
.CPbackImg {
	padding-top:56.25%;
}


/* 슬라이더 */
.CPphotoSlider ul {
	overflow:hidden;
	padding-top:56.25%;
}

/* 첫 슬라이드의 오브젝트 */
.CPphotoSlider .sliderObj {
	position:absolute;
	z-index:30;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

/* 페이지표시 */
.CPphotoSlider .pageObj {
	position:absolute;
	z-index:30;
	width:100%;
	bottom:30px;
	text-align:center;
	font-size:0;
	font-family: 'Catamaran', '맑은 고딕', 'Malgun Gothic','Nanum Gothic', sans-serif;
}

.CPphotoSlider .pageObj .page {
	display:inline-block;
	vertical-align:top;
	height:30px;
	padding:0 10px;
	font-size:14px;
	color:#fff;
	line-height:28px;
	border:1px solid #fff;
}

.CPphotoSlider .pageObj .playNstop {
	display:inline-block;
	vertical-align:top;
	height:30px;
	width:66px;
	border:1px solid #fff;
	border-left:none;
	background:url(http://img.einet.kr/fullscreen/home/home-theme02/playNstop.png) no-repeat center top;
}

.CPphotoSlider .pageObj .playNstop.STOP {
	background-position:center -30px;
}

.CPphotoSlider .pageObj .mouseScroll {
	margin:2% 0;
}

/* 화살표 */
.CPphotoSlider .arrowL {
	position:absolute;
	left:10%;
	top:50%;
	margin-top:-57px;
	background:url(http://img.einet.kr/fullscreen/home/home-theme02/arrowL_off.png) no-repeat left top;
}

.CPphotoSlider .arrowR {
	position:absolute;
	right:10%;
	top:50%;
	margin-top:-57px;
	background:url(http://img.einet.kr/fullscreen/home/home-theme02/arrowR_off.png) no-repeat left top;
}

.CPphotoSlider .arrowL img,
.CPphotoSlider .arrowR img {
	opacity:0;
	visibility:hidden;
	transition:opacity 0.3s, visibility 0.3s;
}

.CPphotoSlider .arrowL:hover img,
.CPphotoSlider .arrowR:hover img {
	opacity:1;
	visibility:visible;
}

.slide-paging-box {
	display:flex;
	justify-content:center;
	align-items:center;
	margin:50px 0 80px 0;
}

.slide-paging-box .circle-arrow {
	margin:0 8px;
	width:40px;
	height:40px;
	border-radius:20px;
	border:1px solid #fff;
	text-align:center;
	line-height:45px;
	transition: background-color 0.4s,border-color 0.4s;
}

.slide-paging-box .circle-icon {
	transition: color 0.4s;
	color:#fff;
	font-size:20px;
	line-height:20px;
}

.slide-paging-box .circle-arrow:hover {
	cursor:pointer;
	background-color:#333;
	border:1px solid #333;
}


.slide-paging-box .circle-arrow:hover i.circle-icon {
	color:#fff;
}

.slide-paging-box .paging-bar {
	margin:0 8px;
	width:170px;
	height:1px;
	background-color:#fff;
}

.slide-paging-box .play-pause i {
	cursor:pointer;
}



.sub-slider {
	position:absolute;
	width:40px;
	height:40px;
	margin:0;
	padding:0;
	z-index:9;
}

.sub-slider .circle-arrow {
	width:40px;
	height:40px;
	border-radius:20px;
	border:1px solid #fff;
	text-align:center;
	line-height:45px;
	transition: background-color 0.4s,border-color 0.4s;
}

.sub-slider .circle-icon {
	transition: color 0.4s;
	color:#fff;
	font-size:20px;
	line-height:20px;
}

.sub-slider .circle-arrow:hover {
	cursor:pointer;
	background-color:#333;
	border:1px solid #333;
}


.sub-slider .circle-arrow:hover i.circle-icon {
	color:#fff;
}

.slider-prev {
	left:30px;
	top:50%;
	transform:translateY(-50%);
}

.slider-next {
	right:30px;
	top:50%;
	transform:translateY(-50%);
}

.slider-label {
	width:200px;
	text-align:center;
	left:50%;
	transform:translateX(-50%);
	bottom:50px;
}

.own-nav {
	display:none;
}

#sub-slides .owl-item {
	height:100vh;
}

#sub-slides .item {
	height:100vh;
}

#sub-slides .owl-dots {
	display:none;
}

#close-oneday {
	padding-right:15px;
}