.inner-row {
	width: 900px;
	margin: 0 auto;
}
.row1 {
	background-repeat: no-repeat;
	background-image: url('../images/bg-business.jpg');
	background-position: center center;
	background-size: cover;
	padding-top: 150px;
	box-sizing: border-box;
}
.row1 h2 {
	color: #fff;
	text-shadow: 1px 1px 1px #445e69;
	margin-bottom: 100px;
}
.row1 h2 span.underbar {
	border-top: 1px solid #fff;
}
.row1 h3 {
	margin-top: 20px;
}
.row1 ul#listBusiness {
	clear: both;
	width: 85%;
	margin: 0 auto;
}
.row1 .inner-row {
	width: 1200px;
	background: rgba(255,255,255,0.8);
	margin: 0 auto;
	padding: 10px 0;
}
ul#listBusiness li {
	float: left;
	width: 30%;
	margin-right: 45px;

}
ul#listBusiness li:nth-child(3) {
	margin-right: 0;
}
ul#listBusiness .box-img {
	width: 100%;
	height: 100%;
	-webkit-transition: .3s ease;
     -o-transition: .3s ease;
        transition: .3s ease;
	transition: ease .3s all;
}
ul#listBusiness .box-img img {
	width: 100%;
	height: auto;
	-webkit-transition: .3s ease;
	 -o-transition: .3s ease;
	    transition: .3s ease;
	transition: ease .3s all;
}
ul#listBusiness h4 {
	background: #171a33;
	color: #fff;
	height: 50px;
	font-size: 1.4rem;
	font-weight: 900;
	height: 50px;
	margin: 0;
	padding: 10px 0;
}
ul#listBusiness .box-description p {
	margin: 20px 0 0;
    font-size: 1.3rem;
	line-height: 18px;
}
.row2 .inner-row {
	width: 100%;
    background: #f4fcff;
    padding-top: 50px;
}
.wrap-box-brand {
	width: 33.333%;
	float: left;
}
.row2>.inner-row>div:nth-child(2) {
	background: #f6f6f6;
}
.box-brand {
    padding: 50px 0;
	width: 260px;
	text-align: center;
	margin: 0 auto;
}
.box-round {
	position: relative;
	width: 100%;
	height: 260px;
	border-radius: 130px;
	border: 5px solid #888;
	box-sizing: border-box;
	background: #fff;
}
.img-brand {
	margin-top: 15px;
}
.img-brand1 {
	margin-top: 50px;
}
.logo-brand {
	position: absolute;
	bottom: 40px;
	width: 100%;
}
.logo-brand img {
	width: 130px;
	height: auto;
}
.row2 {
	padding: 60px 0 120px;
}
.row2 .bg-round {
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -95px;
	width: 190px;
}
.row2 h4 {
	margin-top: 30px;
	color: #11152f;
}
.smaller {
	font-size: 12px;
	color: #777;
}
.arrow-double {
	display: inline-block;
	width: 20px;
	height: 10px;
	background-size: 100% 100%;
	background-image: url('../images/arrow-double.png');
}
.arrow-double.arrow-reverse {
	transform: rotate(180deg);
}
.row3 {
	background-repeat: no-repeat;
	background-image: url('../images/bg-vuecam.jpg');
	padding-top: 50px;
	box-sizing: border-box;
}
.row3 h3 {
	text-align: left;
	font-family: 'Nanum Pen Script', cursive;
	font-weight: normal;
	font-size: 34px;
}
.row3 .red {
	color: #ad0008;
}
.row3 .wrap-box-description {
	margin-top: 100px;
}
.row3 .bg-round {
	clear: both;
}
.row3 .box-description {
	margin-top: 20px;
}
.row3 h4 {
	height: 40px;
	line-height: 40px;
	background-color: #27273e;
	color: #fff;
	margin: 0;
	font-weight: normal;
}
.row3 .box-description div {
	text-align: left;
	font-size: 1.4rem;
	height: 160px;
	line-height: 1.7em;
	padding: 15px 0 15px 40px;
	background-color: rgba(255,255,255,0.8);
}
.row3 .lighter {
	color: #000;
}
.row3 h2,
.row4 h2 {
	text-align: left;
}
.row4 h3 {
	margin-top: 20px;
}
p.highlightened {
	width: 160px;
	margin: 0 auto;
	background-color: #fffeba;
	font-size: 1.2rem;
	color: #008fa9;
	height: 20px;
	line-height: 20px;
}
.row4 .box-vue-streaming img {
	padding: 40px 0 60px;
	width: 100%;
	height: auto;
}
.btn-learn-more {
	position: relative;
}
.btn-learn-more img {
	position: absolute;
	width: 30px;
	top: 10px;
	right:;
	height: auto;
	transform: rotate(-90deg);
}
.row5 {
	background-repeat: no-repeat;
	background-image: url('../images/bg-remento.jpg');
	background-position: center center;
	background-size: cover;
	box-sizing: border-box;
	text-align: left;
	color: #fff;
}
.row5 h2,
.row5 .lighter {
	color: #fff !important;
}
.row5 .vertical-bar {
	background-color: #fff;
}
.row5 .slogan {
	font-family: 'Nanum Myeongjo', serif;
	font-size: 2.5rem;
	white-space: pre;
}
.row5 .underbar {
	float: left;
	border-color: #fff;
}
.row5 .inner-row .bg-round {
	margin-bottom: 50px;
}
ul#listService {
	clear: both;
	margin: 50px 0;
}
ul#listService li {
	float: left;
	margin-right: 30px;
	text-align: center;
}
ul#listService .box-icon {
	width: 170px;
	height: 170px;
	border-radius: 85px;
	border: 5px solid #fff;
	font-weight: 900;
	text-shadow: 1px 1px 1px #a4afb5;
}
ul#listService .box-icon-img {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-image: url('../images/thesImageSet.png');
}
.box-icon-img.icon1 {
	background-position: -10px -330px;
}
.box-icon-img.icon2 {
	background-position: -85px -330px;
}
.box-icon-img.icon3 {
	background-position: -160px -330px;
}
.box-icon-img.icon4 {
	background-position: -230px -330px;
}
.row6 .bg-round {
	float: none;
}
.row6 .carousel-control i {
	font-size: 3rem;
}
#carouselPortfolio {
	height: 530px;
}
.carousel-inner,
.carousel-inner .item {
	height: 420px;
	color: #333;
}

@media screen and (max-width:1280px) {
	.row1 {
	    padding-top: 100px;
	}
	.row1 .inner-row {
    	width: 90%;
    }
    ul#listBusiness li {
		width: 31%;
		margin-right: 25px;
	}
	.row2 {
		padding: 40px 0 60px;
	}
	.box-brand {
		width:230px;
	}
	.box-round {
		height: 230px;
		border-radius: 115px;
	}
	.row5 .slogan {
		font-size: 2.25rem;
	}
}

@media screen and (max-width:992px) {
	.inner-row {
		width: 90%;
	}
	.row1 .inner-row {
		width: 80%;
		padding: 10px 0 40px;
	}
	.row1 h2 {
	    margin-bottom: 50px;
	}
    ul#listBusiness li {
		width: 90%;
		height: 155px;
		float: none;
		margin-right: 0;
		overflow: hidden;
		margin: 0 auto;
	    margin-bottom: 15px;
   		background: #171a33;
	}
	ul#listBusiness h4 {
	    padding: 15px 0;
	}
	ul#listBusiness li:nth-child(3) {
		margin: 0 auto;
	}
	ul#listBusiness li .box-img {
	    float: left;
		height: 100%;
	    width: 229px;
	    overflow: hidden;
	}
	ul#listBusiness li .box-img img {
		height: 100%;
		width: auto;
	}
	ul#listBusiness .box-description {
		height: 100%;
		margin: 0 auto;
	}
	ul#listBusiness .box-description p {
		color: #fff;
		margin: 5px 0;
		font-size: 1.2rem;
		line-height: 18px;
	}
	.row3 .wrap-box-description {
		margin-top: 50px;
	}
	.row3 .box-description div {
		padding: 15px;
		font-size: 1.2rem;
	}
	.row3 .box-description div {
		height: 140px;
	}
	.row4 .box-vue-streaming img {
		padding: 40px 0 50px;
		width: 90%;
	}
	.row5 .slogan {
		font-size: 2.25rem;
	}
	ul#listService .box-icon {
		width: 150px;
		height: 150px;
	}
	ul#listService .box-icon-img {
		margin-top: 15px;
	}
	ul#listService li {
		margin-right: 20px;
	}
	#carouselPortfolio {
		height: 430px;
	}
	.carousel-inner > .item > img {
		width: 330px;
	}
	.carousel-inner, .carousel-inner .item {
		height: 330px;
	}

}

@media screen and (max-width: 768px) {
	#history .taller {
	    height: 86px;
	}
	ul#listBusiness li {
		width: 100%;
		height: 134px;
	}
	ul#listBusiness li .box-img {
	    width: 200px;
	}
	ul#listBusiness .box-description p {
		font-size: 1.1rem;
		line-height: 16px;
	}
	.row2 .bg-round {
	    bottom: -35px;
	}
	.img-brand {
		margin-top: 15px;
	}
	.img-brand img {
		width: 40%;
		height: auto;
	}
	.img-brand1 {
		margin-top: 40px;
	}
	.logo-brand {
		bottom: 45px;
	}
	.logo-brand img {
		width: 125px;
	}
	.row3 .inner-row {
	    width: 460px;
	}
	.row3 h3 {
		font-size: 30px;
	}
	.row3 .wrap-box-description {
	    margin-top: 30px;
	}
	.row3 .box-description div {
		font-size: 1.1rem;
		height: 130px;
	}
	.row4 .box-vue-streaming img {
		padding: 30px 0 40px;
	}
	.row5 .inner-row .bg-round {
	    margin-bottom: 30px;
	}
	ul#listService .box-icon {
	    width: 130px;
	    height: 130px;
	    border-radius: 65px;
	}
	ul#listService .box-icon p {
		font-size: 1.1rem;
	}
	ul#listService .box-icon-img {
		width: 50px;
		height: 50px;
	    margin-bottom: 5px;
	    background-size: 400px auto;
	}
	.box-icon-img.icon1 {
		background-position: -5px -230px;
	}
	.box-icon-img.icon2 {
		background-position: -55px -230px;
	}
	.box-icon-img.icon3 {
		background-position: -110px -230px;
	}
	.box-icon-img.icon4 {
		background-position: -160px -230px;
	}
	#carouselPortfolio {
		height: 370px;
	}
	.carousel-inner > .item > img {
		width: 300px;
	}
	.carousel-inner, .carousel-inner .item {
		height: 260px;
	}
}

@media screen and (max-width: 680px) {
	ul#listService .box-icon {
	    width: 110px;
	    height: 110px;
	    border-radius: 55px;
	}
	ul#listService .box-icon p {
		font-size: 1.1rem;
	}
	ul#listService .box-icon-img {
		width: 50px;
		height: 50px;
		margin-top: 0;
	    margin-bottom: 5px;
	    background-size: 400px auto;
	}
	.box-icon-img.icon1 {
		background-position: -8px -230px;
	}
	.box-icon-img.icon2 {
		background-position: -55px -230px;
	}
	.box-icon-img.icon3 {
		background-position: -115px -230px;
	}
	.box-icon-img.icon4 {
		background-position: -165px -230px;
	}
}
@media screen and (max-width: 580px) {
	.row1 .inner-row {
	    width: 70%;
	}
	ul#listBusiness li {
		width: 240px;
		overflow: initial;
		height: 100%;
	}
	ul#listBusiness li .box-img {
	    width: 100%;
	}
	ul#listBusiness li .box-img img {
	    width: 100%;
	    height: auto;
	}
	ul#listBusiness h4 {
	    clear: both;
	   padding: 10px;
	}
	ul#listBusiness .box-description p {
		display: none;
	}
	.row5 {
		background-position: -530px center;
		height: 650px;
	}
	.row5 .slogan {
	    font-size: 2rem;
	}
	ul#listService {
		width: 260px;
	}
	ul#listService li {
		width: 110px;
	}
	ul#listService li:nth-child(n+3) {
		margin-top: 15px;
	}
}

@media screen and (max-width: 560px) {
	.wrap-box-brand {
		width: 100%;
	}
	.box-brand {
		width: 200px;
	}
	.box-round {
		height: 200px;
		border-radius: 100px;
	}
	.img-brand {
		margin-top: 15px;
	}
	.img-brand img {
		width: 40%;
		height: auto;
	}
	.img-brand1 {
		margin-top: 40px;
	}
	.logo-brand {
		bottom: 40px;
	}
	.logo-brand img {
		width: 110px;
	}
	.row3 .inner-row {
	    width: 95%;
	}
	.row3 h3 {
	    font-size: 26px;
	}
	.row5 .slogan {
		font-size: 1.75rem;
	}
}
@media screen and (max-width: 440px) {
	.row1 .inner-row {
	    width: 80%;
	}
	ul#listBusiness li {
		width: 200px;
	}
	.row5 {
		background-position: -600px center;
		height: 600px;
	}
	.row5 .slogan {
		font-size: 1.5rem;
	}
	#carouselPortfolio {
		height: 330px;
	}
	.carousel-inner > .item > img {
	    width: 250px;
	}
	.carousel-inner, .carousel-inner .item {
		height: 220px;
	}
	.carousel-control {
	    top: 35%;
	}
	.carousel-control.left {
	    left: 0;
	}
	.carousel-control.right {
	    right: 0;
	}
	.row6 .carousel-control i {
	    font-size: 2rem;
	}
	.inner-row {
	    width: 90%;
	}
}