/* lg */
@media (min-width: 1200px) {
	#introduce>.container .heading h2 {
		font-size: 36px;
	}

	#introduce>.container .heading span {
		font-size: 18px;
	}

	.contact-direct {
		display: none;

	}
}

@media (max-width: 1199px) {
	.blog-thumbnail{
		width: 100%;
	}
	.blog-thumbnail img{
		width: 100%;
		height: auto;
	}
	.blog-contents{
		width: 100%;
	}
	#topNav .nav-container{
		padding: 8px;
	}
	#topNav .logo{
		display: none;
	}
	#topNav .md-logo{
		display: block;
	}
	.whatwedo-right {
		padding-top: 30px;
	}
	.last-post .post-thumbnail{
		width: 100%;
	}
	.last-post .contents{
		width: 70%;
		padding: 15px 0;
	}
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
	.contact-direct {
		display: none;

	}

	.top {
		right: 32px;
		bottom: 32px;
	}

	#introduce>.container .heading h2 {
		font-size: 32px;
	}

	#introduce>.container .heading span {
		font-size: 16px;
	}

	#home-slider .caption {
		left: 10%;
		bottom: 5%;
		z-index: 15;
		font-size: 18px;
		font-weight: 300;
		color: #fff;
	}

	.portfolio-box {
		height: 325px;
	}

	#recent-clients .heading h2 {
		font-size: 32px;
	}
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
	.contact-direct {
		display: none;

	}

	.top {
		right: 32px;
		bottom: 32px;
	}

	#recent-clients .heading h2 {
		font-size: 28px;
	}

	.portfolio-box {
		height: 325px;
	}

	#introduce>.container .heading h2 {
		font-size: 24px;
	}

	.navbar-right li a {
		font-size: 12px;
		padding-right: 10px;
	}

	.social-icons ul li {
		margin-bottom: 10px;
	}

	.price {
		font-size: 16px;
		line-height: 30px;
		width: 100%;
	}

	.price span {
		font-size: 10px;
		margin-top: 27px;
	}

	.btn-signup {
		padding: 10px 20px;
	}

	.boxes {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
	}

	.box-item {
		opacity: .88;
		/* width: 150px;  */
		/* height: 150px;  */
		/* margin: auto 0;  */
		/* display: flex;  */
		/* flex-direction:  */
		/* column;  */
		/* justify-content: center; */
		resize: both;
		/* 이미지 최대 사이즈에 적용 */
		/* float: center; */
		/* 가운데 정렬 */
		max-width: 19%;
		/* 넓이를 지정 */
		height: auto;
		/* 높이를 지정 */
		margin: 5px 0;
		/* 여백을 적용 4가지 조건이 가능 위쪽, 오른쪽, 아래쪽, 왼쪽 순서 */
	}

	/* 태블릿 슬라이더 */
	#home-slider .caption {
		left: 10%;
		bottom: 10%;
		z-index: 15;
		font-size: 18px;
		font-weight: 300;
		color: #fff;
	}

	#client-slide .swiper-slide>div {
		padding: 0;
	}

	.swiper-button-next {
		right: 15px;
	}

	.swiper-button-prev {
		left: 15px;
	}
}

@media (min-width: 768px) {
	.pf-landing {
		height: 768px;
	}

	.main-nav li>a:after {
		content: '';
		display: block;
		border-bottom: 3px solid #F8D133;
		width: 0;
		-webkit-transition: .15s ease;
		transition: .15s ease;

	}

	.main-nav li a:hover:after {
		width: 100%;
	}
}

/* xs */
@media (max-width: 767px) {
	#aboutSlider .slider-contents:after, #aboutSlider .slider-contents:before{
		content: '';
		height: 50%;
		width: 30px;
		border: 4px solid #fff;
		position: absolute;
		top: 28%;
		left: 0;
	}
	#aboutSlider .slider-contents:before{
		border-right: 0;
	}
	#aboutSlider .slider-contents:after{
		border-left: 0;
		right: 0;
		left: auto;
	}
	#aboutSlider h4{
		font-size: 14px;
		font-weight: 300;
	}
	#aboutSlider h2{
		font-size: 18px;
	}
	#advantages{
		font-size: 24px;
	}
	#aboutLanding{
		align-items: center;
		min-height: 200px;
	}
	#missionVision .logo{
		text-align: center;
		width: 100%;
	}
	#missionVision .logo img{
		max-width: 220px;
	}
	#missionVision .mission-vision{
		flex: 1;
		padding: 8px 32px;
	}
	#blogSidebar{
		margin-top: 48px;
	}
	#topNav .social-icons{
		display: none;
	}
	#topNav .nav-container{
		display: none;
	}
	#topNav
	.estimate .heading {
		font-size: 26px;
	}

	.estimate .subtext {
		font-size: 16px;
	}

	.top {
		bottom: 96px;
		right: 32px;
	}

	#footer {
		margin-bottom: 72px;
	}

	.contents-top-text span {
		font-size: 48px;
		letter-spacing: -2px;
	}

	.whatwedo-head {
		font-size: 36px;
		letter-spacing: -2px;
	}

	#simulation.contents {
		padding: 60px 0;
	}

	.sl-title {
		font-size: 22px;
	}

	.sl-other h4 {
		font-size: 16px;
		letter-spacing: -1px;
	}

	.sl-subject {
		font-size: 14px;
	}

	.pf-subject h1 {
		font-size: 40px;

	}

	.pf-info .col-xs-6 {
		padding: 15px;
	}

	.pf-content {
		padding: 15px;
	}

	.main-nav {
		background-color: #fff;
	}

	.pf-landing {
		height: 360px;
	}

	.boxes {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
	}

	.box-item {
		opacity: .88;
		/* width: 150px;  */
		/* height: 150px;  */
		/* margin: auto 0;  */
		/* display: flex;  */
		/* flex-direction:  */
		/* column;  */
		/* justify-content: center; */
		resize: both;
		/* 이미지 최대 사이즈에 적용 */
		/* float: center; */
		/* 가운데 정렬 */
		max-width: 33%;
		/* 넓이를 지정 */
		height: auto;
		/* 높이를 지정 */
		margin: 5px 0;
		/* 여백을 적용 4가지 조건이 가능 위쪽, 오른쪽, 아래쪽, 왼쪽 순서 */
	}

	/* 모바일 슬라이더크기 */
	/* .portfolio-box{
		height: 300px;
	} */

	#home-slider .caption {
		left: 15px;
		bottom: 25%;
		z-index: 15;
		font-size: 18px;
		font-weight: 300;
		color: #fff;
	}

	.carousel-fade .carousel-inner .item {
		opacity: 0;
		-webkit-transition-property: opacity;
		transition-property: opacity;
		background-repeat: no-repeat;
		background-size: cover;
		height: 600px !important;
	}

	/* 임시 첨가물 */
	.carousel-fade .carousel-inner .item:after {
		content: " ";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: transparent;
		background-image: linear-gradient(transparent, transparent, transparent, rgba(248, 209, 51, 0.4));
	}

	.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;
	}

	.main-nav li {
		cursor: pointer;
		border-bottom: 1px solid #F5F5F5;
	}

	.main-nav li a {
		color: #000;
		width: 100%;
	}

	#footer h2 {
		font-size: 18px;
	}

	#footer p {
		font-size: 12px;
	}

	#contact .heading h2 {
		font-size: 26px;
	}

	#contact .heading .address {
		font-size: 16px;
	}

	#introduce>.container {
		padding-bottom: 130px;
	}

	#introduce>.container .heading h2 {
		font-size: 16px;
	}

	#introduce>.container .heading span {
		font-size: 14px;
	}

	.navbar-brand img {
		height: 40px;
	}

	.project-details {
		margin: 15px;
	}

	body {
		font-size: 14px;
	}

	#home-slider .caption h1 {
		font-size: 40px;
	}

	#home-slider .caption {
		font-size: 15px;
		padding: 0 30px;
	}

	.left-control,
	.right-control {
		font-size: 20px;
		height: 30px;
		line-height: 25px;
		width: 30px;
	}

	#home-slider:hover .right-control {
		right: 15px;
	}

	#home-slider:hover .left-control {
		left: 15px;
	}

	.caption .btn-start {
		font-size: 12px;
		padding: 10px 30px;
	}

	.navbar-brand {
		padding: 0 15px 15px;
	}

	.navbar-toggle {
		border: 1px solid #fff;
	}

	.navbar-toggle .icon-bar {
		background-color: #000;
	}

	.navbar-right li a {
		font-size: 13px;
		padding-bottom: 8px;
		padding-top: 10px;
	}


	/*services*/
	section {
		padding: 45px 0;
	}

	.heading {
		font-size: 14px;
		padding-bottom: 45px;
	}

	.heading h2 {
		font-size: 26px;
	}

	.service-info h3 {
		font-size: 20px;
	}

	.our-services .col-sm-4 {
		margin-bottom: 32px;
		padding-bottom: 20px;
	}

	.our-services .col-sm-4:nth-child(4),
	.our-services .col-sm-4:nth-child(5),
	.our-services .col-sm-4:nth-child(6) {
		padding-top: 0;
	}

	.service-icon {
		font-size: 30px;
		height: 65px;
		line-height: 62px;
		width: 65px;
	}

	.our-services .col-sm-4:hover .service-icon:before {
		height: 90px;
		width: 90px;
	}

	.about-info {
		text-align: center;
		margin-bottom: 50px;
	}

	.team-member {
		margin-bottom: 50px;
	}

	.team-members .col-sm-3,
	.pricing-table .col-sm-3,
	#portfolio .col-sm-3,
	.blog-posts .col-sm-4 {
		width: 50%;
		float: left;
	}

	.social-icons ul li a {
		font-size: 26px;
		height: 36px;
		line-height: 36px;
		width: 36px;
	}

	.count .col-xs-6 {
		margin-bottom: 35px;
	}

	#features {
		min-height: 330px;
	}

	#features i {
		font-size: 35px;
	}

	#features h3 {
		font-size: 25px;
	}

	.price span {
		font-size: 10px;
		margin-top: 15px;
	}

	.price {
		font-size: 18px;
		line-height: 35px;
		width: auto;
	}

	.single-table ul {
		margin-top: 22px;
	}

	.single-table ul li {
		font-size: 14px;
		margin-top: 15px;
	}

	.btn-signup {
		font-size: 12px;
		margin-top: 25px;
		padding: 10px 35px;
	}

	.single-table {
		margin-bottom: 40px;
		padding: 20px;
	}

	#twitter {
		padding-bottom: 75px;
	}

	.twitter-left-control,
	.twitter-right-control {
		top: inherit;
		bottom: 30px;
		height: 25px;
		width: 25px;
		line-height: 23px;
		font-size: 14px;
	}

	.twitter-left-control {
		left: 30px;
		z-index: 16
	}

	.twitter-right-control {
		right: 30px;
		z-index: 16
	}

	#blog {
		overflow: hidden;
	}

	.entry-header h2 {
		line-height: 20px;
	}

	.blog-posts .col-sm-4 {
		margin-bottom: 35px;
	}

	.load-more {
		margin-top: 35px;
	}

	.btn-loadmore {
		font-size: 12px;
		padding: 15px 75px;
	}

	#contact-us .heading {
		padding-top: 35px;
	}

	.contact-info {
		padding-left: 0;
	}

	#footer .footer-bottom {
		text-align: center;
	}

	.footer-bottom p.pull-right {
		float: none !important;
	}

	#recent-clients .heading h2 {
		font-size: 32px;
	}

	#recent-clients .heading p {
		font-size: 14px;
	}

	#recent-clients .heading {
		padding-bottom: 0px;
	}

	#about {
		padding-bottom: 32px;
	}

	#about .row {
		margin-top: 32px;
	}

	#client-slide .swiper-slide>div {
		padding: 15px;
	}

	.swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 0;
	}

	.whatwedo-title {
		font-size: 48px;
	}

	.whatwedo-text {
		font-size: 16px;
	}

	.contents-top-text {
		padding-top: 32px;
	}

	.contents-top-nav li {
		padding: 8px;
	}
}

/* XS Portrait */
@media (max-width: 479px) {
	.contents-top-text span {
		font-size: 38px;
		letter-spacing: -2px;
	}

	.contents-top-nav {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.team-members .col-sm-3,
	.pricing-table .col-sm-3,
	#portfolio .col-sm-3,
	.blog-posts .col-sm-4 {
		width: 100%;
		float: none;
	}
}

@media (max-width: 320px) {
	.contents-top-text {
		padding-top: 15px;
	}

	.contents-top-text span {
		font-size: 28px;
		letter-spacing: -2px;
	}

	.contents-top-nav li>a {
		font-size: 14px;
	}
}
