/* Intro */
section#mainContainer {
	min-height: 500px !important;
}
#wrap-h-intro {
    width: 100%;
    height: 730px;
    background: url('../../images/allabout_intro/bg_intro.jpg') no-repeat top center;
}
.row-h-intro {
	width: 100%;
	height: 100%;
	max-width: 1020px;
	margin: 0 auto;
}
.intro-happy {
	color: #fff;
	padding: 90px 0 0 0;
}
.intro-happy .welcome {
	border: 10px solid #fff;
    width: 400px;
    box-sizing: border-box;
    padding: 20px;
    line-height: 1.3;
    font-size: 1.4rem;
}
.intro-happy .title {
	padding: 20px 0;
}
.intro-happy .title small {
	font-size: 1.1rem;
    padding: 0 0 10px 0;
    display: block;
}
.intro-happy .desc {
    padding: 20px 0 0 0;
	background: url('../../images/allabout_intro/line_intro.gif') no-repeat top left;
}
.intro-happy .btn-more {
	border: 1px solid #fff;
    background: url(../../images/allabout_intro/btn_more.png) no-repeat right center;
    color: #fff;
    padding: 5px 30px 5px 10px;
    font-size: 0.85rem;
    margin: 30px 0 0 0;
    display: inline-block;
	transition: all .5s ease;
}
.intro-happy .btn-more:hover {
	background-color: #c00c0c;
	border-color: #d43737;
}
.intro-happy .cont {
	height: 560px;
    padding: 45px 0 0 20px;
    box-sizing: border-box;
}
/*
#slide-happy {
	background: url(../../images/allabout_intro/happy_intro_bg1.png) no-repeat 93% top;
}
*/
.intro-happy .cont.bg1 {
	background: url(../../images/allabout_intro/happy_intro_bg1.png) no-repeat right top;
}
.intro-happy .cont.bg2 {
	background: url(../../images/allabout_intro/happy_intro_bg2.png) no-repeat right top;
}
.intro-happy .cont.bg3 {
	background: url(../../images/allabout_intro/happy_intro_bg3.png) no-repeat right top;
}
.intro-happy .cont.bg4 {
	background: url(../../images/allabout_intro/happy_intro_bg4.png) no-repeat right top;
}

.box-arrow-happy {
	width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    position: relative;
    z-index: 50;
}
.box-arrow-happy .arrow-happy {
	width: 22px;
    height: 80px;
    display: inline-block;
    text-indent: -9999px;
    position: absolute;
	top: 248px;
    z-index: 50;
}
.box-arrow-happy .arrow-happy.prev {
	background: url(../../images/main/arrow_slide_left.png) no-repeat top center;
    left: -70px;
}
.box-arrow-happy .arrow-happy.next {
	background: url(../../images/main/arrow_slide_right.png) no-repeat top center;
    right: -70px;
}
.intro-happy .slick-dots {
	text-align: center;
	margin: 40px 0 0 0;
}
.intro-happy .slick-dots li {
	display: inline-block !important;
    width: 30px !important;
    height: 4px !important;
    background: #fff;
    margin: 0 5px !important;
	text-indent: -9999px!important;
}
.intro-happy .slick-dots li:hover {
	cursor: pointer !important;
}
.intro-happy .slick-dots li.slick-active {
	background: #ba3a37 !important;
}
/* 1000px 이하 */
@media all and (max-width: 1000px) {
	#slide-happy {
		background-image: none;
		padding: 0 30px;
	}
	.intro-happy .cont.bg1,
	.intro-happy .cont.bg2,
	.intro-happy .cont.bg3,
	.intro-happy .cont.bg4 {
		background-image: none;
	}
}
/* 900px 이하 */
@media all and (max-width: 900px) {
	.box-arrow-happy .arrow-happy.prev {
		left: 10px;
	}
	.box-arrow-happy .arrow-happy.next {
		right: 10px;
	}
	.intro-happy .cont {
		height: auto;
		padding: 50px 0 0 0;

	}
	.intro-happy .welcome {
		width: 100%;
	}
	.intro-happy .title h2 img {
		height: 12px !important;
		width: auto !important;
	}
	.box-arrow-happy .arrow-happy {
		display: none !important;
	}
}

/* 768px 이하 */
@media all and (max-width: 768px) {
	.intro-happy .welcome br {
		display: none;
	}
	.intro-happy {
		padding: 0 0 0 0;
	}
	.intro-happy .desc {
		font-size: 0.8rem;
	}
	#wrap-h-intro {
		height: 530px;
	}
}

/* 420px 이하 */
@media all and (max-width: 420px) {
	.intro-happy .welcome {
		font-size: 1.2rem;
		text-align: justify;
	}
	.intro-happy .welcome br {
		display: none;
	}
	.intro-happy .btn-more {
		margin-top: 20px;
	}
	#wrap-h-intro {
		height: 600px;
	}
}

/* 350px 이하 */
@media all and (max-width: 350px) {
	.intro-happy .welcome {
		font-size: 1rem;
		text-align: justify;
	}
	.intro-happy .title small {
		font-size: 0.85rem;
	}
	#wrap-h-intro {
		height: 605px;
	}
}
