﻿@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 100;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 700;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 900;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
}

/*------------------------------------------------------------------
 * A Design by sowonweb
 * Author: 소원웹
 * Author URL: https://sowonweb.co.kr
 * License: https://sowonweb.co.kr
-------------------------------------------------------------------*/
body {
	font: 16px/1.4em 'Noto Sans KR', AppleGothic, sans-serif, important;
	color: #EBEBEB;
	word-break: keep-all;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
	color: #000;
	font-family: 'Noto Sans KR', AppleGothic, sans-serif, important;
}

h1,
h2,
h3 {
	text-transform: uppercase;
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
}

a {
	color: #fa5c58;
	text-decoration: none;
}

a:hover,
a:focus {
	font-style: normal;
}

section header {
	text-align: center;
	padding: 140px 0 70px;
}

section header h2 {
	text-transform: uppercase;
}

section header p {
	margin: 0 auto;
	    font-size: 18px;
    line-height: 1.5;
}

section.dark header h2,
section.dark header p {
	color: #fff;
}

/***********************
Buttons
***********************/
.btn-primary {
	background: #fa5c58;
	border-width: 2px;
	color: #fff;
}

.btn-primary,
.btn-primary:hover {
	border-color: #fe4a46;
}

.btn-primary:hover,
.btn-primary:focus {
	background: #fff;
	color: #fa5c58;
}

.btn {
	padding: 15px 30px;
	border-radius: 0;
	-webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
}

.btn-lg {
	padding: 20px 85px;
	font-size: 29px;
	color: #FFFFFF;
}

/*************************
NAVBAR
*************************/

.navbar-default {
	margin-bottom: 0;
	border-radius: 0;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	transition: all 0.250s;
	height: 35px;
}

.navbar-default .nav {
	margin-top: 19px;
	margin-bottom: 19px;
}

.navbar-default .nav li a {
	font-size: 14px;
	text-transform: uppercase;
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	color: rgba(255, 255, 255, 1.00);
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #F33135;
	border: 1px solid #fa5c58;
}

.navbar-small {}

.navbar-small .navbar-brand {
	padding: 2px 15px;
	color: rgba(244, 244, 244, 1.00);
}

.navbar-small .nav {
	margin-top: 0px;
	border: none;
}

.navbar-default .navbar-nav > li > a {
	border: none;
	color: rgba(255, 255, 255, 1.00);
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #fa5c58;
	border: none;
}

.jumbotron {
	margin-bottom: 0;
}

.slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-transform: uppercase;
	background-color: #222;
	/**background-image: url(../img/fern-1250903.jpg);**/
}

.slide2 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background-color: rgba(0, 0, 0, 0.70);
	margin: 70px 0px;
	padding: 25px 0px 0px;
}

.slide .container {}

.slide h1 {
	vertical-align: middle;
	font-size: 55px;
	font-size: 61px;
	margin-bottom: 70px;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	line-height: 65pt;
}

#services {}


.slide span {
	margin-bottom: 30px;
}

/********************
Services
********************/

.service-item {
	position: relative;
	margin-top: 80px;
}

.service-item.text-right .service-text {
	margin-right: 80px;
}

.service-item.text-left .service-text {
	margin-left: 80px;
}

.service-item .service-icon {
	position: absolute;
	top: -20px;
	right: -10px;
}

.service-item.text-right .service-icon {
	right: -10px;
}

.service-item.text-left .service-icon {
	left: -10px;
}

.service-item .service-icon i {
	width: 75px;
	height: 75px;
	display: block;
	color: #fa5c58;
	border-radius: 100%;
	background: #000;
	text-align: center;
	line-height: 75px;
	font-size: 30px;
}


.video {
	margin-top: 100px;
	margin-bottom: 100px;
	text-align: center;
	background: #27282b;
	background: rgba(39, 40, 43, 0.8);
	padding: 100px 0;
}

.video h3,
.video p {
	color: #fff;
}

.fa-play:before {
	padding-left: 10px;
}

section#about {
	background-color: #222;
	padding: 80px 0;
}

section#about h2 {
	color: #c7c7c7;
}

section#about header p {
	width: 100%;
	margin: 0 auto;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	color: #F44336;
}

section h2 {
	font-size: 45px;
	font-weight: 900;
	margin-bottom: 30px;
}

/*******************************
SOCIAL ICONS
******************************/
ul.social {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
}

ul.social li {
	display: inline-block;
	width: 30px;

}

ul.social li a {
	text-decoration: none;

}


ul.social li a i {
	color: #999999;
	width: 32px;
	height: 32px;
	display: block;
	line-height: 32px;
	text-align: center;
	-webkit-transition: all 0.5;
	transition: all 0.5s;
}


ul.social li a i:hover,
ul.social li a i:focus {
	border-radius: 100%;
	background-color: #fff;
	color: #fff;

}

ul.social li a:hover .fa-facebook {
	background-color: #3b5998;
}

ul.social li a:hover .fa-twitter {
	background-color: #55acee;
}

ul.social li a:hover .fa-dribbble {
	background-color: #ea4c89;
}

ul.social li a:hover .fa-behance {
	background-color: #1769ff;
}

ul.social li a:hover .fa-pinterest {
	background-color: #cc2127;
}

ul.social li a:hover .fa-google {
	background-color: #dd4b39;
}

.address {
	margin-bottom: 100px;
	color: #000;
}

.address span {
    display: block;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 900;
}

.circled {
	display: block;
	border-radius: 100%;
	background-color: #fa5c58;
	width: 80px;
	height: 80px;
	color: #fff;
	line-height: 80px;
	font-size: 35px;
	text-align: center;
	margin: 0 auto;
}

a.circled:hover,
a.circled:focus {
	color: #fff;
	text-decoration: none;
}



/******************************
BLOGS
*******************************/
#blog {
	background-color: #6A6A6A;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/bg02.webp);
}

.blog-items .col-md-4 {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}



.blog-item .meta-data {
	padding: 20px;
	background-color: #121215;
	text-align: center;
	line-height: 1;
	margin: 10px;
	font-size: 18px;
}

.blog-item h3 {
	color: #fb5d59;
	font-size: 26px;
}

.blog-item h3,
.blog-item p,
.blog-item a {}

.blog-item p {
	color: #fff;
	margin-bottom: 50px;
}

.blog-item a {
	text-align: right;
	width: 100%;
	display: block;
}

.load-more {
	padding-top: 35px;
	padding-bottom: 70px;
}

section#tour {
	background-color: #222;
	padding: 0 0 150px;
}

section#tour h2,
section#tour p,
.tor_fill {
	color: #fff;
}

.tor_fill {
	position: absolute;
	bottom: 30px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}

.bubble-center a {
	font-size: 25px;
	font-weight: 700;
	color: #f3f3f3 !important;
	margin-top: 170px;
	text-align: center;
	background-color: #a7272d;
	border-radius: 50px;
	padding: 10px 20px;
}


/*******************************
SERVICES
********************************/
.service-item {
	margin-bottom: 70px;
}

footer {
	text-align: center;
	background: #000;
	color: #fff;
	padding: 50px 0 10px 0;
}

footer .copyright {
	margin: 30px auto;
	font-size: 16px;
	line-height: 25px;
	font-weight: 700;
}

footer .back-to-top,
.back-to-top:focus {
	margin-top: 50px;
	display: block;
	color: #ccc;
}

footer a {
	color: #fff;
}


.mix {
	display: none;
}

#about iframe {
	border-radius: 50px;
}

section#yacdo {
	background-color: #222;
	padding-bottom: 80px;
}

.address .col-md-4 {
	margin-bottom: 30px;
}

/*******************************
      탑 배너
********************************/
.top_tel {
	margin-bottom: 0px;
	margin-top: 0px;
}

.p_toptext {
	color: #050505;
	margin-top: 0px;
	font-size: 13px;
	font-weight: 300;
	float: left;
	line-height: 35px;
}

.fa_nav_top {
	padding-top: 20px;
	padding-left: 0px;
	color: #555555;
}

.contain_nav_high {}

.row_hight {}

.col_right {
	float: right;
}

/*******************************
    탑 로고
********************************/

.clear_logo {
	text-align: center;
	color: #555555;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #ffffff;
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
}

.kakaoch {
	position: absolute;
	top: 25px;
	right: 5px;
}

.a_logo_textcolor {}

.ha_logo {
	margin: 0;
	padding: 0;
}

.a_logo_textcolor img {
	max-width: 100%;
}

.nav_contain_fill {
	margin-top: 60px;
	padding-top: 10px;
	width: 100%;
	background-color: #3C3C3C;
	margin-bottom: 10px;
	border-top: 2px solid #1E1E1E;
	border-bottom: 2px solid #1E1E1E;
}

.blog-item h2 {
	font-size: 24px;
	color: #fff;
	line-height: 1.5;
	font-weight: bold;
}
.address .col-md-6 {
    margin-bottom: 20px;
}

/*******************************
     메뉴
********************************/
.nav_text {
	text-align: center;
	color: #FFFFFF;
}

.nav_fill {
	width: 100%;
	height: 70px;
	background-color: #201F1F;
	border-width: 0px 0px 3px;
	border-radius: 0px;
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 8px;
	border-bottom-color: #504F55;
}

.nav_textcolor {
	color: #000;
}

.work_bg {
	background-color: #FFFFFF;
	margin-top: 100px;
}

.filter_fill {
	margin-bottom: 5px;
	margin-top: 10px;


}

.nav_brand_fill {
	padding-right: auto;
	background-color: rgba(0, 0, 0, 1.00);
	padding-left: auto;
}

.p_toptextlogo {
	color: #555555;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

.footer_bg {
	border-top: 0px solid #000;
	background-image: url(../img/bg03.webp);
	background-color: #FFFFFF;
	padding: 0;
	background-position: center;
	position: relative;
}

.bg_cover {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.0);
	right: 0;
	padding: 80px 0;
}

.carousel_fill {
	margin: 0px;
	background-color: #000;
}

.carousel_img {}

.item .carousel-caption h1 {
	color: #FFFFFF;
}

.carousel-caption p {
	color: #EAF6FB;
}

#blog .blogfill {
	margin-top: 30px;
}

.jumbotron_h1 {
	color: #000000;
}




@media (max-width:767px) {
	.carousel-inner .item .center-block {
		width: 100%;
		height: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		float: left;
		min-width: 450px;
	}


}

.footnavbar_fill {
	text-align: center;
	color: rgba(217, 18, 21, 1.00);
	margin-left: 10px;
	margin-right: 10px;
	height: 70px;
}

.footnavbar_bg {
	background-color: rgba(201, 4, 4, 0.80);
	color: rgba(255, 255, 255, 1.00);
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	margin-top: 0px;
	height: 50px;
	text-align: center;
	border-radius: 10px;
}

.col-md_img {
	border: 3px solid #000000;
	max-width: 100%;
}

.about_h1 {
	color: #000000;
}

.about_img {
	float: left;
	margin: 0px 50px 10px 10px;
}

.menu_bg {
	background-image: url(../img/bg01.webp);
	padding-bottom: 150px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}

.menu_ha {
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
}

.nav_toggle_bg {
	background-color: #000000;
}

.bubble ul li h2 {
	margin-bottom: 0;
}


/*
-------------------------------------------------------------- */


/* BUBBLE INFOGRAPH (WE WORK WORLDWIDE)
-------------------------------------------------------------- */


.bubble .bubble-center,
.bubble ul li {
	text-align: center;
	border-radius: 100%;
	list-style: none;

}

.counter-content i {
	color: #F26F70;
}

.counter-content .timer {
	color: #F26F70;
	font-size: 20px;
	margin: 10px 0;
}

.counter-content .label {
	text-transform: uppercase;
	font-size: 16px;
	padding-top: 10px;
	display: block;
}

.bubble {
	position: relative;
	margin: 50px auto;
}

.bubble-worldwide-color {
	color: #1ABC9C;
}

@media (min-width:993px) {
	.bubble {
		width: 80%;
		max-width: 600px;
		height: 600px;
	}
}

.bubble .bubble-center {
	width: 300px;
	height: 300px;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
	background-color: #fff;
	background-image: url(../img/meat-300.jpg);
	z-index: 3;
}

.bubble .bubble-center span {
	display: block;
	position: relative;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	color: #1ABC9C;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 30px;
}

.bubble .bubble-center span,
.bubble ul li span {
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

@media (max-width:991px) {}

.bubble ul {
	text-align: center;
}

.bubble ul li {
	position: absolute;
	text-transform: uppercase;
	color: #fff;
}

.bubble ul li span {
	position: relative;
	display: block;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	padding-bottom: 25px;
	color: #000000;
	font-weight: 800;
}

@media (max-width:991px) {
	.bubble ul li {
		width: 130px;
		height: 130px;
		margin: .5em;
		position: relative;
		top: auto;
		left: auto;
		display: inline-block;
		background-color: rgba(255, 255, 255, .5);
		font-size: 12px;
	}

	.bubble {
		position: relative;
		margin: 70px auto;
		padding-top: 170px;
		flex-direction: column;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
		align-items: center;
	}

	.bubble .bubble-center {
		top: 0;
		width: 280px;
		height: 280px;
		line-height: 1px;
		background-position: center;
	}

}

.mfp-bg,
.mfp-wrap {
	top: 0;
	left: 0;
	position: fixed;
}

@media (min-width:993px) {
	.bubble ul .india {
		width: 200px;
		height: 200px;
		top: 150px;
		left: -20px;
		background-color: rgba(255, 255, 255, .5);
	}

	.bubble ul .australia {
		width: 180px;
		height: 180px;
		top: 20px;
		left: 70px;
		background-color: rgba(255, 255, 255, .4);
	}

	.bubble ul .newyork {
		width: 180px;
		height: 180px;
		top: 0;
		left: 240px;
		background-color: rgba(255, 255, 255, .55);
	}

	.bubble ul .germany {
		width: 160px;
		height: 160px;
		top: 70px;
		right: 40px;
		background-color: rgba(255, 255, 255, .42);
	}

	.bubble ul .brazil {
		width: 220px;
		height: 220px;
		top: 230px;
		right: -30px;
		background-color: rgba(255, 255, 255, .5);
	}

	.bubble ul .sydney {
		width: 210px;
		height: 210px;
		bottom: 0;
		right: 80px;
		background-color: rgba(255, 255, 255, .3);
	}

	.bubble ul .mexico {
		width: 180px;
		height: 180px;
		bottom: 80px;
		left: 0px;
		background-color: rgba(255, 255, 255, .2);
	}

	.bubble ul .indonesia {
		width: 180px;
		height: 180px;
		bottom: 0;
		left: 140px;
		background-color: rgba(255, 255, 255, .45);
	}

	.bubble ul .japan {
		width: 170px;
		height: 170px;
		bottom: 110px;
		left: -90px;
		background-color: rgba(255, 255, 255, .3);
	}
}

/* BUBBLE INFOGRAPH (WE WORK WORLDWIDE) END.span_text {
}
.bubble-span_text {
}
#bubble-span_text {
}

/*-------------------------------------------------*/
/* Start 스와이프                   */
/*-------------------------------------------------*/
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*-------------------------------------------------*/
/* end 메뉴슬라더                       */
/*-------------------------------------------------*/
.sowonweb {
    color: #555;
}

.span_hight {
	font-size: 15px;
	font-weight: 500;
	color: #322424;
}

.text-white {
	color: #FFFFFF;
}

.text-black {
	color: #000000;
}

.nav > li:focus,
.nav > li:hover,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	background-color: #D81417;
}

section#home {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background-color: #fff;
}

.bubble ul li {
	border: 3px solid #F44336;
}

.text-white {
	color: #fff !important;
}

.address .col-md-4 span {
	margin-top: 10px;
}

/*-------------------------------------------------*/
/* 추가                       */
/*-------------------------------------------------*/
@media (min-width:768px) {
	.navbar-nav {
		float: none;
		margin: 0;
		/* text-align: center; */
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: center;
		justify-content: space-evenly;
		align-items: center;
		max-width: 1170px;
		/* width: 100%; */
		margin: 0 auto;
	}

	.swiper.mySwiper2 {
		width: 95%;
		margin: 0 auto;
	}

	section#yacdo {
		padding-bottom: 30px;
	}

}
@media (max-width:324px) {
	.a_logo_textcolor img {
    max-height: 30px;
}
}

@media (max-width:1024px) {
	.bubble ul li h2 {
		margin-bottom: 0;
		font-size: 27px;
	}

	.bubble ul li span {
		padding-bottom: 35px;
	}

	.bubble ul {
		text-align: center;
		margin: 0;
		padding: 0;
	}

	.bubble .bubble-center span,
	.bubble ul li span {
		top: 45%;
	}

	.clear_logo {}

	section#about header p,
	.menu_ha {
		font-size: 25px;
		line-height: 40px;
	}

	section#home {}

	.p_toptext {
		padding-left: 10px;
	}

	section#about {
		padding: 0px 0;
	}
}

@media (max-width:767px) {
	.row {
		margin-right: 0;
		margin-left: 0;
	}

	.container-fluid {
		padding-right: 0;
		padding-left: 0;
		margin-right: 0;
		margin-left: 0;
	}

	.col-xs-1,
	.col-sm-1,
	.col-md-1,
	.col-lg-1,
	.col-xs-2,
	.col-sm-2,
	.col-md-2,
	.col-lg-2,
	.col-xs-3,
	.col-sm-3,
	.col-md-3,
	.col-lg-3,
	.col-xs-4,
	.col-sm-4,
	.col-md-4,
	.col-lg-4,
	.col-xs-5,
	.col-sm-5,
	.col-md-5,
	.col-lg-5,
	.col-xs-6,
	.col-sm-6,
	.col-md-6,
	.col-lg-6,
	.col-xs-7,
	.col-sm-7,
	.col-md-7,
	.col-lg-7,
	.col-xs-8,
	.col-sm-8,
	.col-md-8,
	.col-lg-8,
	.col-xs-9,
	.col-sm-9,
	.col-md-9,
	.col-lg-9,
	.col-xs-10,
	.col-sm-10,
	.col-md-10,
	.col-lg-10,
	.col-xs-11,
	.col-sm-11,
	.col-md-11,
	.col-lg-11,
	.col-xs-12,
	.col-sm-12,
	.col-md-12,
	.col-lg-12 {
		position: relative;
		min-height: 1px;
		padding-right: 0;
		padding-left: 0;
	}

	.navbar-inverse .navbar-toggle {
		border-color: #333;
		position: absolute;
		top: -60px;
		right: 0px;
		display: none;
	}

	.collapse {
		display: block !important;
	}

	.navbar-inverse {
		background-color: transparent;
		border-bottom: 4px solid #D81417;
		border-radius: 0px;
		width: 100%;
		z-index: 5;
		background-color: #333;
		height: auto;
	}

	.navbar-nav {
		margin: 0;
	}

	.navbar-nav {
		margin: 0;
		display: block;
		width: 100%;
		overflow-x: auto;
		white-space: nowrap;
		-ms-overflow-style: none;
	}

	.navbar-inverse .navbar-nav > li > a {
		color: #fff;
		font-size: 16px;
		font-weight: 700;
		padding: 10px 5px 10px 5px;
		line-height: 30px;
	}

	.nav > li:focus {
		background-color: #999;
	}

	.navbar-inverse .navbar-nav > .active > a {
		color: #fff;
		background-color: transparent;
	}

	.navbar-fixed-top,
	.navbar-fixed-bottom {
		position: relative;
	}

	.clear_logo {
		margin-top: 0;
		margin-bottom: 0;
		padding: 10px 0 10px;
	}

	.kakaoch span {
		display: none;
	}

	.kakaoch {
		position: absolute;
		top: 15px;
		right: 5px;
	}

	.bubble {
		position: relative;
		margin: 70px auto;
		padding-top: 170px;
		flex-direction: column;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
		align-items: center;
	}

	.bubble .bubble-center {
		top: 0;
		width: 280px;
		height: 280px;
		line-height: 1px;
		background-position: center;
	}

	section header {
		text-align: center;
		padding: 60px 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	section#menu .col-md-4 {
		width: 33.3%;
		float: left;
	}

	.blog-items .col-md-4 img {
		margin: 0 auto;
	}
}
