@media (max-width: 720px) {
	div.mobileHeader{
		display: none !important;
	}
	div.row {
	    margin: 0;
	}
	.center-block-content img {
	    max-width: 100%;
	}
	.subTitle {
	    width: 80%;
	    margin: 0px auto;
	    word-break: keep-all;
	}


	.navbar .navbar-header {
		padding: 7px 20px;
	    text-align: center;
	}
	.nav.navbar-nav.navbar-right.navbar-button {
	    display: none;
	}
	.dream-wrap.center-block {
	    padding-top: 87px;
	}
	p.logo > img{
		width:80%;
	}
	.dream-wrap div.icons {
	    margin-right: 15px;
	}

	#team .title img {
	    width: 80%;
	}

	#team .team-wrap .card {
	    width: 43%;
	    vertical-align: top;
	    margin: 10px 5px;
	}
	#team .team-wrap .cardImage {
	    width: 100%;
	    height: 100%;
	}
	#team .team-wrap .cardTitle {
	    font-size: 16px;
		margin: 10px 0px;
	}
	#team .team-wrap .cardDesc {
	    font-size: 12px;
		word-break: keep-all;
	}

	.service-wrap.center-block {
	    display: block;
		padding: 80px 0px;
	}
	div.center-block-inner {
	    display: block;
	}
	.carousel-inner.phoneInner {
	    top: 57px;
	    left: 8px;
	}
	#service .carousel.phoneSlide.slide {
	    height: 280px;
	    overflow: hidden;
	}
	.phoneInner > div:nth-child(1) > img:nth-child(1) {
	    margin-top: -100px !important;
	}
	.carousel.textSlide.slide.carousel-fade {
	    width: 100%;
	    padding: 0px 5px;
	    margin: 0;
	}
	div.item {
	    width: 100% !important;
		height: 350px !important;
	}
	.slideDesc .item > img {
	    width: 70%;
		margin: 20px auto;
	}
	.carousel-indicators {
	    display: none;
	}
	#service .slideBtnGroup {
	    text-align: center;
	}

	td.subject {
	    max-width: 100px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
	.noticeBoard.board-title {
	    margin-top: 50px;
	}

	#contact .contactTitleImg {
	    width: 80%;
	}
	footer.site-footer {
	    display: none;
	}
}


/* 전체적용 */
.center-block{
	width: 100%;
	padding: 130px 0px;
	display: table;
}
.center-block-inner{
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    width: 100%;
}
.center-block-content {
    max-width: 1200px;
    margin: 0px auto;
    width: 100%;
	text-align: center;
}
.active{
	color:#d4021f !important;
}
/* 전체적용 */

#top{
	position: absolute;
	top:0;
}

/*드림*/
.dream-wrap{
	background: url('/images/companyDreamBackground.jpg');
	background-size: cover;
	background-position: 50% 50%;
	padding: 101px 0px 77px 0px;
}
.dream-wrap .icons {
    text-align: right;
	margin-right: 30px;
	margin-bottom: 40px;
}
.dream-wrap .icons .appIcon {
    margin: 0px 10px;
}
.dream-wrap .icons .appIcon img {
    width:24px;
}
.dream-wrap .title {
    font-size: 3em;
	color: #fff;
}
.dream-wrap .logo {
    margin: 20px 0px 50px 0px;
}
.dream-wrap .desc {
    font-size: 1.1em;
	color: #fff;
}
.dream-wrap .linkBtn {
	display: inline-block;
	background: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.3);
    width: 190px;
    height: 50px;
    line-height: 50px;
    color: #fff;
	font-size:1.2em;
}
/*드림*/


/*팀*/
.team-wrap{
	background:#fdfdfd;
	border-bottom: 1px solid #eee;
}

.team-wrap .title {
	color: #d4021f;
	font-weight: bold;
	font-size: 6em;
	line-height: 0;
	margin-top: -10px;
	margin-bottom: 20px;
}
.team-wrap .subTitle {
}
.team-wrap .cardGroup {
    display: inline-block;
}
.team-wrap .card {
    display: inline-block;
    margin: 10px;
	width: 260px;
}

.team-wrap .cardList {
    margin-top: 67px;
}

.team-wrap .cardImage{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 3px solid #fff;
}
.team-wrap .cardTitle {
    font-size: 1.5em;
    font-weight: bold;
    margin: 20px 0px 10px 0px;
}
.team-wrap .cardDesc {
    font-size: 14px;
}
/*팀*/

/*서비스*/
.service-wrap .tab_menu {
    position: absolute;
    top: 0;
    right: 16px;
    margin: 0;
    padding: 0;
}

.service-wrap .phoneSlide{
	display: inline-block;
	vertical-align: middle;
}
.service-wrap .phoneInner {
	position: absolute;
	width: 260px;
	overflow: hidden;
	display: inline-block;
	top: 61px;
	left: 9px;
	z-index: 1;
	height: 445px;
}
.service-wrap .carousel-indicators{
	width: auto;
	margin: 0;
	top: -98px;
	right: 0;
	left: auto;
	z-index: 99;
	height: 20px;
}
.service-wrap .carousel-indicators li {
    display: inline-block !important;
    margin: 0px 5px;
    width: 10px !important;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
	border: none;
	text-indent: 0;
	color: rgba(0,0,0,0);
	transition: all 0.5s;
}
.service-wrap .carousel-indicators .active {
    background: #d4021f !important;
    border-radius: 10px !important;
    width: 30px !important;
	transition: all 0.5s;
}

.service-wrap .slideBtnGroup {
    display: block;
    margin-top: 10px;
    text-align: left;
}

.service-wrap .slideBtnGroup .appstoreBtn{
	margin-left: 20px;
}

.service-wrap .phoneImg {
	display: inline-block;
}

.service-wrap .item{
	text-align: center;
}

/* bootstrap carousel fade */
.service-wrap .textSlide{
	display:inline-block;
	vertical-align: middle;
	width: 525px;
	height: 355px;
	margin-left: 70px;
}

.carousel-fade .carousel-inner .item {
width: 600px;
height: 500px;
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/* bootstrap carousel fade */
/*서비스*/

/*뉴스*/
.news-wrap{
	background:#fdfdfd;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}

/*뉴스*/


/*컨텍*/
.contactTop-wrap {
    padding-bottom: 0;
}
.contactBottom-wrap {
    padding-top: 0;
}
.contactTitle {
    margin-bottom: 50px;
}
.contactTitleImg {
    display: block;
    margin: 0px auto;
    margin-bottom: 20px;
}
#officeLocation {
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
}
.info {
    display: inline-block;
    margin: 3px 5px;
    font-size: 15px;
}
.info a{
	color:rgb(103, 106, 108);
}
.info .redText {
    display: inline-block;
    margin: 0px 5px;
}
.inquiry {
    margin: 30px 0px;
    font-size: 1.2em;
    font-weight: bold;
}
.iconGroup img {
    margin: 0px 5px;
}
/*컨텍*/
