@charset "utf-8";
/* maintemplate basic019*/

/* MAIN VISUAL */
.mainVisual .mainSlider_001 {
	background: white;
	z-index: 0;
	overflow: hidden;
	position: relative;
	margin-bottom: -4px;
}

.mainVisual .mainSlider_001 .slide_wrap {
	height: 90vh;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	height: 100vh;
	transition: height 1s;
}

.mainVisual .mainSlider_001 .slide_wrap > img{
	min-width: 100%;
	min-height: 100%;
	/* max-height: 100%; */
	position: absolute;
	top: -999px;
	bottom: -999px;
	left: -999px;
	right: -999px;
	margin: auto;
}


/* popimg */
.mainVisual .popImgbox {
	transform: none;
	animation: none;
	max-width: 100%;
	display: inline-block;
	animation: tempMVmotion 4s ease-in-out 0s infinite normal forwards;
	-webkit-animation: tempMVmotion 4s ease-in-out 0s infinite normal forwards;
	-moz-animation: tempMVmotion 4s ease-in-out 0s infinite normal forwards;
	-ms-animation: tempMVmotion 4s ease-in-out 0s infinite normal forwards;
	-o-animation: tempMVmotion 4s ease-in-out 0s infinite normal forwards;
	animation: tempMVmotion 4s ease-in-out 0s infinite normal forwards;
}

.mainVisual .popImgbox .imgbox {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	transition: width 1s, max-width 1s;
}

.mainVisual .popImgbox .imgbox img {
	max-width: 100%;
	transition: max-width 1s;
}

.mainVisual .mainSlider_001 .slick-slide:not(.slick-active) .popImgbox {
	display: none;
}

/*
@-webkit-keyframes tempMVmotion {
  from {margin-top:30px;}
  55%  {margin-top:0;}
  to   {margin-top:30px;}
}
@-webkit-keyframes tempMVmotion2 {
  from {margin-top:45px;}
  55%  {margin-top:20px;}
  to   {margin-top:45px;}
}
*/

/* MAIN SLIDE COPY */
.mainVisual .copy {
	position: absolute;
	z-index: 9;
	width: 100%;
	word-break: keep-all;
}

.mainVisual .copy .inner {
	width: 100%;
	max-width: 1300px;
	padding: 0;
	margin: 0 auto;
	box-sizing: border-box;
	margin-top: 20px;
	animation: tempMVmotion2 4s ease-in-out 0s infinite normal forwards;
	-webkit-animation: tempMVmotion2 4s ease-in-out 0s infinite normal forwards;
	-moz-animation: tempMVmotion2 4s ease-in-out 0s infinite normal forwards;
	-ms-animation: tempMVmotion2 4s ease-in-out 0s infinite normal forwards;
	-o-animation: tempMVmotion2 4s ease-in-out 0s infinite normal forwards;
	animation: tempMVmotion2 4s ease-in-out 0s infinite normal forwards;
}

.mainVisual .copy .tit {
	font-weight: 400;
	line-height: 120%;
	color: #333;
	display: inline-block;
	position: relative;
	/* white-space: nowrap; */
	overflow: hidden;
	max-width: 100%;
	text-overflow: ellipsis;
	transition: font-size 1s;
}

.mainVisual .copy .tit strong {
	font-weight: 600;
	line-height: 150%;
}

.mainVisual .copy .tit b {
	position: relative;
}

.mainVisual .copy p.smallp {
	line-height: 150%;
	padding-top: 10px;
	color: #b8b8b8;
	font-weight: 400;
}

.mainVisual .copy .inner>

div:nth-of-type(2) {
	position: relative;
	display: inline-block;
	max-width: 100%;
}

.mainVisual .copy .inner>

div:nth-of-type(2) .targetBG {
	background: rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 30px;
	position: absolute;
	left: -5px;
	bottom: 5px;
	padding: 0 5px;
	z-index: -1;
}

@media (min-width:1300px) and (max-width:1400px) {
	.mainVisual .copy .inner {
		padding: 0 50px;
	}
}

@media (min-width:1300px) {
	.mainVisual .mainSlider_001 .slide_wrap {
		min-height: 800px;
	}

	.mainVisual .popImgbox {}

	.mainVisual .popImgbox .imgbox {
		display: block;
	}
}


@media (min-width:991px) and (max-width:1299px) {
	.mainVisual .mainSlider_001 .slide_wrap {
		min-height: 600px;
		height: 80vh;
	}

	.mainVisual .popImgbox .imgbox {
		max-width: 70%;
	}

	.mainVisual .copy .inner {
		padding: 0 15px;
	}
}

@media (min-width:800px) and (max-width:990px) {
	.mainVisual .mainSlider_001 .slide_wrap {
		height: 80vh;
	}

	.mainVisual .popImgbox .imgbox {
		max-width: 50%;
		display: inline-block;
	}

	.mainVisual .copy .inner {
		padding: 0 15px;
	}

	.mainVisual .copy .smallp {
		font-size: 17px;
	}
}

@media (max-width: 899px) {
	.layout_01 .etc002 .txttit,.layout_01 .widequick148 .txtbox .txttit {
		font-size: 32px !important;
	}

	.layout_01 .etc002 .txtco {
		font-size: 14px !important
	}
}

@media (max-width:799px) {
	.mainVisual .mainSlider_001 .slide_wrap {
		min-height: 500px;
	}

	.mainVisual .copy .inner {
		padding: 0 10px;
	}
}

@media (min-width:600px) and (max-width:799px) {
	.mainVisual .mainSlider_001 .slide_wrap {
		height: 100vh;
	}

	.mainVisual .popImgbox .imgbox {
		width: 60%;
	}

	.mainVisual .copy {
		top: 20% !important;
	}

	.mainVisual .copy .inner>

	div:nth-of-type(2) .targetBG {
		height: 15px;
	}
}

@media (max-width:599px) {
	.mainVisual .popImgbox .imgbox {
		width: 60%;
	}

	.mainVisual .copy .smallp {
		font-size: 15px;
		padding-top: 20px;
	}

	.mainVisual .copy .inner>

	div:nth-of-type(2) .targetBG {
		height: 15px;
	}

	.etc002 .txtco {
		font-size: 14px !important
	}
}






/*SLIDE BTN SETTING*/
/* MAIN SLIDE bullet btn */
.mainVisual .swiper-pagination {
	display: none !important;
}

/*기존슬라이드 불렛버튼*/
.mainVisual .slick-dots {
	position: absolute;
	bottom: 45px;
	left: 0;
	z-index: 10;
	width: 100%;
	text-align: center;
}

.mainVisual .slick-dots li {
	margin-left: 8px;
	width: 60px;
	border-radius: 0;
	height: 7px;
	border: none;
	/* background:white; */
	opacity: 1;
	display: inline-block;
}

.mainVisual .slick-dots li:first-of-type {
	margin-left: 0;
}

.mainVisual .slick-dots li button {
	text-indent: -999px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid #fff;
}

.mainVisual .slick-dots li.slick-active button {
	background: #fff !important;
	border-color: rgba(0, 0, 0, 0.2);
}

/* MAIN SLIDE PLAY &amp; STOP BTN  */
.mainVisual .swiper-pagination-center {
	position: relative;
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1300px;
	text-align: center;
}

.mainVisual div.indicator {
	z-index: 10;
	display: inline-block;
	text-align: right;
}

.mainVisual div.indicator button {
	width: 12px;
	height: 12px;
	border: 0;
	cursor: pointer;
	opacity: 0;
	display: inline-block;
}

.mainVisual div.indicator button:focus {
	opacity: 1;
	outline: auto;
}

.mainVisual div.indicator button.play {
	background: url("/sample/img/slide/play.png")no-repeat;
	text-indent: -9999px;
}

.mainVisual div.indicator button.stop {
	background: url("/sample/img/slide/stop.png")no-repeat;
	text-indent: -9999px;
}

/* MAIN SLIDE PREV &amp; NEXT BTN  */
.mainVisual .swiper-button-next,
.mainVisual .swiper-button-prev {
	display: none !important;
}

/*기존 버튼*/
.mainVisual .slick-arrow {
	display: none !important;
}

@media (max-width:799px) {
	.mainVisual .slick-dots {
		display: none !important;
	}
}








/* template special SETTING */
.etc002 .txttit {
	font-size: 53px !important;
	line-height: 120% !important;
	letter-spacing: -1px;
}

.banner113.custom .banner113txtBox .co {
	display: inline-block;
	width: auto;
	max-width: 100%;
}

.banner113.custom .banner113txtBox .arrow {
	margin-left: 7px;
}

.banner113.custom .banner113txtBox .arrow font {
	font-size: 22px;
}

.banner113.custom .banner113txtBox .arrow font:before {
	content: "\f0a9";
	font-family: FontAwesome;
	font-size: 1.3em;
	display: inline-block;
	vertical-align: middle;
	margin-top: 2px;
}





.widequick148 .txtbox .txttit {
	font-size: 54px !important;
}

.etc002 .txtco {
	font-size: 15px !important;
}