/* ================================
Imports
================================= */
@import url('simpletextrotator.css');
@import url('overwrite.css');
@import url('animate.css');
@import url('Pretendard.css');
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

/* ================================
General
================================= */

body{
	text-align: center;
	font-family: 'Pretendard','Noto Sans KR', 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	letter-spacing: -0.05em;
	word-break: keep-all;
}

h1 {
	font-size: 36px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
	color: #3a3a3a;
	font-weight: 700;
	margin-top:10px;
	/*margin-bottom: 20px;*/
	font-family: 'Pretendard','Noto Sans KR', sans-serif;
}
a, a:hover {
  color: #121586;
}

.cell { float:left; box-sizing:border-box; }
.k-cell:after { content:""; display:block; clear:both; }
.block { display:block; }
.img-box > img { width:100%; display:block; }

/*20.11.23 배진만*/
.company_location h5 { font-size: 20px; }
.company_location p { line-height:32px; }
.business.carousel h3 { margin:20px 0; }


.lead{
	font-weight: 400;
}

.navbar-default .navbar-toggle { border-color: rgba(0,0,0,0.3); transition:all 1s; }
.navbar-toggle { padding: 12px 10px; }
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background: rgba(0,0,0,0.6); }
.navbar-default .navbar-toggle .icon-bar { background:#fff;  }
.navbar-default .navbar-toggle:hover { background-color: rgba(0,0,0,0.6); }


button {
	display: inline-block;
	margin-bottom: 0;
	margin-bottom: 10px;
	padding: 6px 12px;
	border: 1px solid transparent;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.428571429;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
button.navbar-toggle { background: rgba(0,0,0,0.3);	border: none; color: #fff; }

.btn-theme {	 background: #121586; color: #fff; transition:all 0.5s; }

.btn-theme:hover,.btn-theme:focus{ color: #fff; }
.btn-theme:hover{ background: #002c7c !important; border-color: #002c7c; color: #fff; }


/* ================================
margin, padding
================================= */
.mar-top0 {
	margin-top: 0;
}
.mar-top10 {
	margin-top: 10px;
}
.mar-top20 {
	margin-top: 20px;
}
.mar-top30 {
	margin-top: 30px;
}
.mar-top40 {
	margin-top: 40px;
}

/*Scroll Top Button & phone button*/
/* Scroll Top Button */
.back-to-top { position: fixed; display: none; width: 50px; height: 50px;  line-height: 48px; font-size: 24px; border-radius: 50%; right: 20px; bottom: 20px; transition: background 0.5s; z-index:1000; background: #555; color: #fff !important; opacity: 0.9; } /*padding: 10px 16px 13px 16px; */
.back-to-top:hover { background: #999; color: #fff; }
.back-to-top:focus {outline:none; }
@media (max-width: 768px) {
	.back-to-top { bottom: 15px; width: 60px; height: 60px;  line-height: 52px; font-size: 30px;  right: 15px; bottom: 75px; }
}



/* ================================
Navbar
================================= */

nav.navbar{
	position: fixed;
	top: -72px;
	margin-bottom: 0px;
	padding: 10px 0px 10px 0px;
	width: 100%;
	border-radius: 0px;
	transition: all 0.2s;
	box-shadow:0px 0px 5px rgba(0,0,0,0.7);
}

.navbar-nav{
	float: right;
}

nav.navbar.fixed-to-top{
	top: 0px;
}

.navbar-default { border: none;	border-bottom: none;	opacity: 1;	display: none;	z-index: 9999;	background: #121586; }

.navbar-default .navbar-nav>li {
    position: relative;
}

.navbar-default .navbar-nav>li::after {
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 1;
	width: 0;
	height: 2px;
	background-color: #FFF;
	transition: 0.3s ease;
	transform: translateX(-50%);
	content: "";
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0;
}

@media screen and (min-width:768px) {
	.navbar-default .navbar-nav>li:hover::after,
	.navbar-default .navbar-nav>li:focus::after {
		width: 100%;
	}
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus{
	color: #FFF;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	outline: 0;
}

/* brand / logo */
.navbar-default .navbar-brand{
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 32px;
	text-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.navbar-default .navbar-brand:hover {color:#fff}

/* ================================
Home sections
================================= */

.home-section {
	width: 100%;
	padding: 5% 0px 7% 0px;
}

@media screen and (max-width:768px) {
.home-section {
	padding: 5% 0px 10% 0px;
}
}

/* .section-heading h2 { font-size: 42px; text-transform: uppercase; font-weight: 800; color: #121586; margin-bottom:30px; } */
/* .section-heading p { margin-bottom:6%; } */
.section-heading .heading-line { margin:0 auto;display: block;height: 1px;width: 80px;background: #555;margin-top: 10px;margin-bottom: 20px; }
.sub_tit { font-size:28px; }
.con_txt { font-size:20px; }

@media screen and (max-width:768px) {
	.sub_tit { font-size:22px  }
	.section-heading h2 { font-size: 30px; }
	.con_txt { font-size:17px;}
}

/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-dark {
	background: #575757;
}


/* --- section content general color --- */

.color-light h1,.color-light h2,.color-light h3,.color-light h4,.color-light h5,.color-light h6,.color-light a {	color: #fff; }
/*.phone_num:before { content: '\f2a0'; font-size:24px; color:red; }
.smart_phone_num:before { content: '\f077'; font-size:24px; color:red; }*/

.phone_num, .smart_phone_num { display: inline-block; margin-bottom: 12px;  }
.phone_num i, .smart_phone_num i { color:#fff; }
.phone_num i { margin-right:5px;}
.smart_phone_num i{ margin-right:6px; }
.tel_num { font-size:30px;  }

.color-light p {
	color: #eee;
}

@media (max-width:768px) {
	.tel_num { font-size:23px;  }
}

#keywordsbox { font-size:20px; color:#fff; margin-bottom: 30px; line-height: 30px; }
@media (max-width:768px) {
#keywordsbox {
	font-size: 15px;
    margin: 0 auto;
    margin-bottom: 20px;
    line-height: 20px;
}
}
/* #business { background: #f1f1f1; } */
/* #gallery { background: #f1f1f1; } */
/* #contact { background: #f1f1f1; } */

/* ==========================
Parallax
============================= */

#parallax1{
	background-image: url(../img/banner1.jpg);
	background-size: cover;
}
#parallax1 .lead-1 {
	margin-bottom: 0px;
    margin-top: 10px;
}
#parallax1 .lead-2 {
	margin-bottom: 0px;
}
#parallax2{
	background-image: url(../img/banner2.jpg);
	background-size: cover;
	padding: 5% 0px 5% 0px;
}

@media (max-width: 768px ) {
#parallax2{
	padding: 7% 0px 7% 0px;
}
}



#blogbox { width: 300px; margin: 0 auto; }
.fa-blog { float: left; color: #4e7dd2; }
#blogbox  a { font-size: 18px; }
#blogbox  i { font-size: 30px; }

/* ================================
Intro
================================= */

#intro { width: 100%;height: 100vh; background-color: rgba(0, 0, 0, 0.1); }

#intro .item {
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#intro .item .cb-mb { display:none; }

#intro .item .mb-ver { display:none;  }

@media (max-width: 768px ) {
#intro .item .mb-ver { display:block;  }
#intro .item .pc-ver { display:none;  }
	#intro {height: 60vh;}
	#intro .item {height: 60vh;}
}

#intro .item::before {
	content: '';
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

#intro .carousel-container {
    position: absolute;
    left: 20vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 41vw;
    min-width: 200px;
    max-width: 575px;
	background: url(/img/popup.png) no-repeat center center / contain;
	opacity: 0;
    animation: fade-in-popup 1s forwards 0.5s;
	height: 384px;
}
@keyframes fade-in-popup {
    from { opacity: 0; }
    to { opacity: 1; }
}

#intro .carousel-content {
	text-align: center;
}

#intro h2 {
	color: #fff;
    margin: 30px 0px;
	font-size: 55px;
	font-weight: 700;
	text-shadow: 0 0 5px rgba(0,0,0,0.8);
}

#intro p {
	font-size: 26px;
    font-weight: 400;
	line-height: 35px;
	width: 100%;
	animation-delay: 0.4s;
	margin: 0 auto 0 auto;
	color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,0.8);
}


@media (max-width: 768px ) {
	#intro h2 {
		font-size: 34px;
	    margin: 20px 0px;
	}
	#intro p {
		font-size: 19px;
		line-height: 24px;
	}

	#intro .carousel-container {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		z-index: 1;
		width: 250px;
		background: url(/img/m_popup.png) no-repeat center center / contain;
		height: 200px;
	}
}

#intro .carousel-inner .item {
	transition-property: opacity;
	background-position: center top;
}

#intro .carousel-inner .item,
#intro .carousel-inner .active.left,
#intro .carousel-inner .active.right {
	opacity: 0;
}

#intro .carousel-inner .active,
#intro .carousel-inner .next.left,
#intro .carousel-inner .prev.right {
	opacity: 1;
	transition: 0.9s;
}

#intro .carousel-inner .next,
#intro .carousel-inner .prev,
#intro .carousel-inner .active.left,
#intro .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
	color: #fff;
	position: absolute;
	top: calc(50% - 15px);
}

#intro .carousel-control-prev {
	left: 20px;
}

#intro .carousel-control-next {
	right: 20px;
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
	background: none;
	font-size: 48px;
	line-height: 1;
}

#intro .carousel-indicators {
	cursor: pointer;
}

#intro .btn-get-started {
	font-weight: 500;
	font-size: 32px;
	letter-spacing: -0.5px;
	display: inline-block;
	padding: 10px 32px;
	border-radius: 3px;
	transition: 0.5s;
	line-height: 1;
	margin-top: 20px;
	color: #fff;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	background: #121586;
}

@media (max-width: 768px ) {
	#intro .btn-get-started {font-size: 23px; margin-top: 10px;}
}
/* ================================
company
================================= */

#company .company-img {
	/*height: 350px;
	overflow: hidden;*/
}

#company .company-img img {
	margin-left: -15px;
	max-width: 100%;
}

@media (max-width: 768px) {
	#company .company-img {
		height: auto;
	}
	#company .company-img img {
		margin-left: 0;
		padding-bottom: 30px;
	}
}

#company .content h2 {
	color: #121586;
	font-weight: 700;
	font-size: 25px;
	text-align: left;
	margin-top: 0px;
	margin-bottom:20px;
	letter-spacing: -1px;
}

#company .content h3 { color: #777; font-weight: 300; 	font-size: 19px; line-height: 26px; text-align: left; margin-bottom:20px; }

#company .content p {
	line-height: 1.3;
	text-align: left;
}

#company .content p:last-child {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	#company .content h2 {font-size: 22px;}
	#company .content p br {display: block;}
}

/* ================================
Team
================================= */
.box-team img {
	margin-bottom: 30px;
}



/* ================================
business
================================= */
.business.carousel { color: #333; font-weight: 500; font-size: 22px; line-height: 30px; text-align: left; }
.business.carousel .col-sm-6 {padding: 0 0 0 0;}
.business.carousel i {
	color:#121586;
	line-height: 30px;
	margin-right: 10px;
}

.business.carousel h2 {
	color: #121586;
	font-weight: 700;
	font-size: 24px;
	text-align: left;
	margin-top: 0px;
}

.business.carousel h3 {
	color: #777;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	text-align: left;
}

.business.carousel p { color: #333; font-size: 17px; line-height: 32px; font-weight: normal; text-align: left; margin-top:0px; margin-bottom:3%; }

.business .carousel-control{
	background: none;
}

.business .screenshot{
	overflow: hidden;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}

.business .screenshot img{
	margin-right: auto;
	margin-left: auto;
	padding-left: 4px;
	width: auto;
}

.business .carousel-indicators {
	position: relative;
	bottom: 0;
	left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	padding-bottom: 8px;
	width: 100%;
	background: #ffffff;
}

.business .carousel-indicators .active {
	width: 45px;
	height: 5px;
	border: none;
	border-radius: 0px;
	background: #c10000;
}

.business .carousel-indicators li {
	display: inline-block;
	margin: 1px;
	width: 45px;
	height: 5px;
	border: none;
	border-radius: 0px;
	background: #eeeeee;
	text-indent: -999px;
	cursor: pointer;
}
@media screen and (max-width:768px) {
	#company .content h2 { font-size:22px; line-height: 28px; }
	.business.carousel h2 { font-size:22px ; }
	#company .content p:last-child {word-break:break-all; }
}

#business .k-cell {
	margin:0 -10px;
}
#business .k-cell .cell {
	width:33.33333%;
	padding:0 10px;
	position:relative;
}
#business .k-cell .cell .text-box {
	width:100%;
	padding:10px 0;
	background:#121586;
	text-align:center;
	color:#fff;
	font-size: 18px;
	font-weight:400;
}
#business .k-cell .cell:nth-child(4), #business .k-cell .cell:nth-child(5), #business .k-cell .cell:nth-child(6) {
	margin-top:20px;
}
#business .k-cell .cell img {
	height:100%;
	box-shadow: 0px 0px 5px 0px grey;
}
#business .ht_option {
	width:100%;
	height:30px;
}

#business > div > div:nth-child(2) > .image-box {width:60%; margin:0 auto 15px; }
#business > .container > .row:nth-child(2) > .image-box > img {display:block; width:100%; }


@media (max-width:768px) {
#business .k-cell .cell {
	width:50%;
	margin-top:20px;
}
#business .k-cell .cell .text-box {
	padding:15px 0;
}
#business .k-cell .cell:nth-child(1), #business .k-cell .cell:nth-child(2) {
	margin-top:0;
}
#business > div > div:nth-child(2) > .image-box {width:100%; }
#business  .col-md-12 {padding:0; }
}

@media (max-width:550px) {
#business .k-cell .cell {
	width:100%;
	margin-top:20px;
}
#business .k-cell .cell .text-box {
	padding:8px 0;
	font-size: 18px;
}
#business .k-cell .cell:nth-child(2) {
	margin-top:20px;
}
#business .ht_option {
	width:100%;
	height:30px;
}
}

/* 포토갤러리 제목 텍스트 */
#gallery .title {
	padding: 10px 0;
    font-size: 17px;
	background: #121586;
    color: #fff;
}

@medai (max-width:768px) {
    font-size: 15px;
}


/* ================================
Works
================================= */
.og-grid {
	list-style: none;
	padding: 0px 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.og-grid li {
	display: inline-block;
	margin: 10px 5px 0 5px;
	vertical-align: top;
	/*height: 250px;*/
	width:20%;
}
@media (max-width: 768px) {
	.og-grid li {
		width:46%;
	}
}

.og-grid li > a,
.og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
	width:100%;
}

.og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: none;
	border-width: 15px;
	left: 50%;
	margin: -20px 0 0 -15px;
}

.og-expander {
	position: absolute;
	background: #FFF;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	height: 0;
	overflow: hidden;
}

.og-expander-inner {
	padding: 50px 0;
	height: 100%;
}

.og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index:999;
}

.og-close::before,
.og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #888;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
	background: #333;
}

.og-fullimg,.og-details { width: 100%;	float: left;	height: 100%;	overflow: hidden;	position: relative;}

.og-details {
	display: none;
	padding: 0 40px 0 0;
}

.og-fullimg {	text-align: center; }

.og-fullimg img {	display: inline-block;	max-height: 100%;	max-width: 100%;	margin-top: 35px; }

.og-details h4 { font-weight: 300;	margin-bottom: 10px; }

.og-details p { font-weight: 300; font-size: 16px; line-height: 1.6em; color: #555; }

.og-details a { font-weight: 700; display: inline-block;	margin: 30px 0 0; outline: none; }

.og-details a:hover { border-color: #999; 	color: #999; }

.og-loading { width: 20px; height: 20px; border-radius: 50%; background: #ddd; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
position: absolute; top: 50%; left: 50%; margin: -25px 0 0 -25px;
-webkit-animation: loader 0.5s infinite ease-in-out both; -moz-animation: loader 0.5s infinite ease-in-out both; animation: loader 0.5s infinite ease-in-out both;
}

@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@media screen and (max-width: 830px) {

	.og-expander h3 { font-size: 32px; }
	.og-expander p { font-size: 13px; }
	.og-expander a { font-size: 12px; }

}

@media screen and (max-width: 650px) {

	.og-fullimg { display: block; }
	.og-details { float: none; width: 100%; }

}

/* ================================
Contact
================================= */

.validation {
	color: red;
	display:none;
	margin: 0;
	font-weight:400;
	font-size:13px;
}

#sendmessage {
	color: green;
	border:1px solid green;
	display:none;
	text-align:center;
	padding:15px;
	font-weight:600;
	margin-bottom:15px;
}

#errormessage {
	color: red;
	display:none;
	border:1px solid red;
	text-align:center;
	padding:15px;
	font-weight:600;
	margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

/* ================================
Clients
================================= */
ul.clients {
	list-style: none;
}
ul.clients li {
	display: inline;
}


/* ================================
Bottom widget
================================= */
#bottom-widget { overflow: hidden; }
#bottom-widget p { font-size: 18px; }
.contact-widget i { color: #121586; }
ul.social-network { margin: 0; margin-left:0; padding-left: 0; list-style: none; }
ul.social-network li { display: inline; margin: 5px 5px; }
ul.social-network li a:hover span .fa-circle { color: #2b2b2b; }
ul.social-network li a i{ transition: 0.3s; }

@media screen and (max-width:991px) {
	#bottom-widget .col-md-4:nth-child(2), #bottom-widget .col-md-4:nth-child(3) {
		margin-top:50px;
	}
}

/*추가 20.11.24*/
.company_location .wrap:nth-child(2) a { display: inline-block; font-size: 22px; }
@media screen and (max-width:768px) {
	.company_location .wrap p { font-size:18px !important; }
	.company_location .wrap:nth-child(2) a { font-size: 20px; }
}

/* ================================
Footer 1차
================================= */

/*
footer {	background: #2e2e2e;	color: #fff;	padding: 5% 0 4%;}
footer a {	color: #fff;}
footer a:hover {	color: #fff;	text-decoration: underline;}
footer .caution { color: #8d8d8d;font-weight: 300; }
*/
/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#footer{position:relative; width:100%; background: rgba(0,0,0,0.65); color:#fff; padding-bottom:70px; text-align: left; }
#footer:before {content:''; position:absolute; top:75px; bottom:0; width:100%;  background: rgba(0,0,0,0.55); }
#footer:after{content:''; position:absolute; top:74px; left:0; width:100%; height:1px; background-color:#727272;}
.footer-area{position:relative; margin:0 auto; width:100%; box-sizing:border-box;}
.footer-area:after{content:""; display:block; clear:both;}
.footer-sns{ height:35px;  position:absolute; top:0; right:0; padding:20px 0;}
.footer-sns li{float:left; display:inline; margin-left:10px;}
.footer-sns li:first-child{margin-left:0;}
.footer-sns li a:hover { background:#019090; }
.footer-sns li a img { width:35px; }
.footer-sns li a  { display:block; width:35px; height:35px; background-color:rgba(0,0,0,0.5); border-radius: 50%; position:relative; }  로 컬러 배경값 수정할 것
.footer-sns .ico_btn_kakaotalk_white img { width:73%; position:absolute; top:5px; left:5px; }
.footer-sns .ico_btn_facebook_white img { width:56%; position:absolute; top:8px; left:7px; }
.footer-sns .ico_btn_instagram_white img { width:60%; position:absolute; top:7px; left:7px; }
.footer-sns .ico_btn_twitter_white img { width:66%; position:absolute; top:7px; left:6px; }
.footer-sns .ico_btn_naver_blog_white img { width:66%; position:absolute; top:8px; left:6px; }
#footer p, #footer li{font-size:15px; font-weight:300; letter-spacing:0; color:#bfbfbf;}
.foot-logo{float:left; margin:22px 50px 0 0;}
.foot-info{float:left; width:calc(100% - 150px);}
.footer-menu{ margin:0 auto 30px; line-height:0; font-size:0; padding: 0;  }
.footer-menu li{position:relative; display:inline-block; margin-left:10px;	padding-left:10px; vertical-align:middle; line-height:75px; color:#fff;}
.footer-menu li:first-child{margin-left:0; padding-left:0; border-left:0;}
.footer-menu li:before{content:''; position:absolute; top:33px; left:0; width:1px; height:10px; background-color:#727272;}
.footer-menu li:first-child:before{display:none;}
.footer-menu li span {line-height:10px; font-size:15px; font-weight:300; color:#fff; cursor:pointer; }
.footer-menu li span:hover { text-decoration:underline; color:#abeeff; }
.footer-menu .add-br { display:none;  }
.footer-info{width:100%; line-height:30px; margin-bottom:30px;}
.footer-info a {color:#fff; text-decoration:underline; font-weight:200;}
.footer-info a:hover { color:#80c4ff; }
#footer .copyright { color:#fff; }
#footer .design_kweb { color: #939393; font-size:13px; }
#footer a .design_kweb:hover { color:#fff700 !important; }
#footer a { text-decoration:none; color:inherit; }
#footer .tit { font-weight:bold; }

.mb_on {display:none;}

@media only screen and (min-width: 1201px) {
	.footer-area{width:1200px;}
	#footer p, #footer li{font-size:15px;}
}

@media only screen and (max-width: 1200px) {
	.footer-area{padding:0 20px;}
	.footer-sns{right:20px;}
	.footer-info{width:100%;}
}

@media only screen and (max-width:768px) {
	#footer:before { top: 0px; }
	#footer:after { top: 0px; }
	 #footer p, #footer li{white-space:normal; font-size:14px;}
	.footer-area{padding:10px 10px; text-align:center;}
	.footer-sns{} /*display:none;*/
	.footer-sns{ padding:0px 0;  top: 15px !important;  z-index: 999; display:flex; flex-direction:row; justify-content:center; left:20px;} /*right: 50% !important; transform: translateX(50%);*/
	.footer-menu { margin-top: 15px; margin-bottom: 25px; } /*margin: 25px auto 20px; */ /*margin-top: 40px;*/
	.footer-menu li{margin-left:7px; padding-left:7px;     line-height: 30px; }
	.footer-menu li:before { top: 11px; }
	.footer-menu li a{font-size:14px;}
	.footer-menu .select-box:before { display:none;  }
	.footer-menu .add-br { display:block;  }
	.footer-menu .setting-page { font-size:16px;  }
	.foot-info{float:none; width:100%;}
	.footer-info{width:100%; line-height: 20px; white-space:pre;  margin-bottom: 18px;}
	.footer-info br{display:block;}
	.footer-info .mspan_off{display:none;}
	.footer-copy {white-space:pre-line;}
	.foot-logo{float:none; margin:0 0 20px 0;}
	.design_kweb { display:block; }
	#footer{ background: rgba(0,0,0,0.0); }
	#footer:before {  background: rgba(0,0,0,0.85); }
	.pc_on {display:none;}
	.mb_on {display:block;}
}
.middle_box { line-height: 26px; }


/* ================================
more media queries
================================= */

@media (max-width:1000px){
	.navbar-default .navbar-brand { font-size:25px; }
	.container { width: auto !important; }
	.navbar-default .navbar-nav>li>a { font-size:18px; }
}

@media (max-width:768px) {

	header{
		padding-bottom: 50px;
		min-height: 1000px;
		height: 100%;
	}

	.navbar-nav { float: left; text-align: left;}



	.box-team, .box-team img {
		text-align: center;
	}
	.box-team img {
		float: none;
		margin:0 auto;
	}
	.box-team {
		margin-bottom: 30px;
	}

	.og-expander {display: block;}
	.og-expander-inner { padding: 30px 0 0 0; }
	.og-fullimg { display: block; }
	.og-details { float: none; width: 100%; padding: 0 40px; }
	.og-fullimg, .og-details { padding: 0 25px; }




}

@media (max-width:992px) {

	.business p{
			margin-bottom: 60px;
	}
	.og-expander {
		background: transparent;

	}
	.og-details {
		padding: 0 20px;
	}

	.business.carousel p { font-size:16px; }

}

@media (max-width:480px){

	header .carousel-iphone, .detail .screenshot{
		width: 280px;
	}

	header .carousel, .detail .screenshot img{
		padding-top: 85px;
		width: 245px;
	}

	.business .screenshot img{
		padding-top: 0px;
		margin-top: 0;
	}

	header{
		padding-top: 30px;
		padding-bottom: 0px;
	}

	header h1{
		font-size: 70px;
	}
}


.pc_box {display: block;}
.mobile_box {display: none;}

@media (max-width: 768px) {
	.pc_box {display: none;}
	.mobile_box {display: block;}
}

/*상담신청하기 버튼관련*/

.your-notification{ display: block; width: 100%; padding-left: 0px; margin-bottom: 15px; }
/* 추가20.11.03*/
/*라디오버튼*/
.your-notification input[type="checkbox"] { display:none; }
.your-notification input[type="checkbox"]:checked + label {}
.your-notification input[type="checkbox"] + label { font-weight:500; color:#555; }
.your-notification input[type="checkbox"] + label span { display:inline-block; width:19px; height:19px; margin:-2px 4px 0 0; vertical-align:middle; cursor:pointer; background:url(../img/check_radio_sheet.png) left top no-repeat; }
.your-notification input[type="checkbox"]:checked + label span { background:url(../img/check_radio_sheet.png) -19px top no-repeat; }

.your-notification a { margin-left:5px; color: #121586; outline: 0; text-decoration: none; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; transition: all ease 0.3s; }
.your-notification a:hover { outline: 0;color: #019090 ; text-decoration: none; text-decoration:underline;}

.fa-angle-left:before { content: "\f053" !important; }
.fa-angle-right:before { content: "\f054" !important; }

@media (max-width:768px) {
.col-xs-6 {
	width:100%;
}
.company_location .wrap:nth-child(2) {
	margin-top:50px;
}
}

/*전화문자바로걸기*/
.direct-box {
    width:100%;
    height: 60px;
    position: fixed;
    left: 0;
    bottom: -100px;
    z-index: 9999;
    display: none;
}
.direct-box.active {
    display: block;
}
.direct-box a {
    width: 50%;
    height: 100%;
    position:relative;
}
.direct-box .call-box {
    background:#121586;
}
.direct-box .massage-box {
    background:#2bb112;
}
.direct-box a .text-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 115px;
}
.direct-box a div .img-box {
    width:30px;
    height: 30px;
    margin-right: 10px;
    margin-top: 15px;
}
.direct-box a div .text {
    line-height: 60px;
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
@media (max-width:768px) {
	.direct-box {
    bottom: 0;
}
}

#bottom-widget .bottom-widget-box {
	width:50%;
	float:left;
}
@media(max-width:991px){
#bottom-widget .bottom-widget-box {
	width:100%;
}
#bottom-widget .bottom-widget-box:nth-child(2) {
	margin-top:30px;
}
}

/* GALLERY 포토갤러리 위에 동영상 추가 */
#gallery .video-box {display: inline-block; width: 100%; position: relative; padding-top: 56.35%; }
#gallery .video-box .content-video {position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* 전화문의 밑에 블로그 바로가기 버튼 */
#parallax2 .blog-wrap {width: 25%; margin: 0 auto; }
#parallax2 .blog-btn {font-size: 25px; font-weight:600; background-color:#23b512; padding: 15px 0px; border-radius: 5px; margin-top: 20px; display: block; border:1px solid #23b512; }
#parallax2 .blog-btn:hover {background-color:transparent; border:1px solid #fff; }

@media (max-width: 768px) {
	#parallax2 .blog-wrap {width: 40%; }
	#parallax2 .blog-btn  {font-size: 20px; margin-top: 10px; }
}
@media (max-width: 550px) {
	#parallax2 .blog-wrap {width: 70%; }
}

/*  gwangjin-bis*/

.gwangjin-bis {
	margin: 50px 0;
	width: 100%;
}

.gwangjin-bis .gwangjin-bis-box {
	display: flex;
	width: 1140px;
	padding: 0 20px;
	margin: 0 auto;
}

.gwangjin-bis .gwangjin-bis-box .gwangjin-bis-box-in {
	width: 50%;
}

.gwangjin-bis .gwangjin-bis-box .gwangjin-bis-box-in.in1 {
	margin-right: 40px;
}

.gwangjin-bis .gwangjin-bis-box .gwangjin-bis-box-in .gwangjin-tit {
	border-bottom: 3px solid #4d4d4d;
	text-align: left;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.gwangjin-bis .gwangjin-bis-box .gwangjin-bis-box-in.in1 .gwangjin-tit {
	border-bottom: 3px solid #121586;
}

.gwangjin-bis .gwangjin-bis-box .gwangjin-bis-box-in .gwangjin-tit h2 {
	font-size: 30px;
	font-weight: 400;
}

.gwangjin-bis .gwangjin-bis-box .gwangjin-bis-box-in .gwangjin-tit h2 span {
	font-weight: 700;
}

.gwangjin-bis .gwangjin-bis-box .gwangjin-bis-box-in .gwangjin-cnt ul {
	display: flex;
}

.gwangjin-bis .gwangjin-bis-box .gwangjin-bis-box-in .gwangjin-cnt ul  li {
	width: 50%;
}

.gwangjin-bis .gwangjin-bis-box .gwangjin-bis-box-in .gwangjin-cnt ul  li:first-of-type {
	margin-right: 20px;
}

.gwangjin-bis .gwangjin-bis-box .gwangjin-bis-box-in .gwangjin-cnt ul  li h3 {
	font-size: 22px;
	font-weight: 700;
	text-align: left;
}

.gwangjin-bis .gwangjin-bis-box .gwangjin-bis-box-in .gwangjin-cnt ul  li p {
	margin-top: 15px;
	text-align: left;
	font-size: 16px;
}

.gwangjin-bis .gwangjin-bis-box .gwangjin-bis-box-in .gwangjin-cnt ul  li .gwangjin-img-box {
	width: 256px;
	height: 256px;
	margin-top: 30px;
	overflow: hidden;
}

.gwangjin-bis .gwangjin-bis-box .gwangjin-bis-box-in .gwangjin-cnt ul  li .gwangjin-img-box img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s ease;
}

.gwangjin-bis .gwangjin-bis-box .gwangjin-bis-box-in .gwangjin-cnt ul  li .gwangjin-img-box:hover img {
	transform: scale(1.1);
}

@media (max-width: 1140px) {
	.gwangjin-bis .gwangjin-bis-box {
		width: 860px;
		margin: 0 auto;
		flex-direction: column;
	}

	.gwangjin-bis .gwangjin-bis-box .gwangjin-bis-box-in {
		width: 100%;
	}

	.gwangjin-bis .gwangjin-bis-box .gwangjin-bis-box-in.in1 {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.gwangjin-bis .gwangjin-bis-box .gwangjin-bis-box-in .gwangjin-cnt ul  li .gwangjin-img-box {
		width: 400px;
		height: 256px;
	}

}

@media (max-width: 860px) {
	.gwangjin-bis .gwangjin-bis-box {
		width: 90%;
	}

	.gwangjin-bis .gwangjin-bis-box .gwangjin-bis-box-in .gwangjin-tit h2 {
		font-size: 22px;
	}

	.gwangjin-bis .gwangjin-bis-box .gwangjin-bis-box-in .gwangjin-cnt ul {
		flex-direction: column;
	}

	.gwangjin-bis .gwangjin-bis-box .gwangjin-bis-box-in .gwangjin-cnt ul  li {
		width: 100%;
	}

	.gwangjin-bis .gwangjin-bis-box .gwangjin-bis-box-in .gwangjin-cnt ul  li:first-of-type {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.gwangjin-bis .gwangjin-bis-box .gwangjin-bis-box-in .gwangjin-cnt ul  li h3 {
		font-size: 18px;
	}

	.gwangjin-bis .gwangjin-bis-box .gwangjin-bis-box-in .gwangjin-cnt ul  li p {
		font-size: 14px;
	}

	.gwangjin-bis .gwangjin-bis-box .gwangjin-bis-box-in .gwangjin-cnt ul  li .gwangjin-img-box {
		width: 100%;
		height: 256px;
	}

}



/*  gwangjin-hi*/

.gwangjin-hi {
	width: 100%;
}

.gwangjin-hi .gwangjin-hi-box {
	display: flex;
	width: 1140px;
	padding: 0 20px;
	margin: 0 auto;
}

.gwangjin-hi .gwangjin-hi-box .gwangjin-hi-box-in {
	width: 50%;
}

.gwangjin-hi .gwangjin-hi-box .gwangjin-hi-box-in.in1 {
	margin-right: 40px;
}

.gwangjin-hi .gwangjin-hi-box .gwangjin-hi-box-in .gwangjin-tit {
	text-align: left;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.gwangjin-hi .gwangjin-hi-box .gwangjin-hi-box-in.in1 .gwangjin-tit {
	border-bottom: 3px solid #121586;
}

.gwangjin-hi .gwangjin-hi-box .gwangjin-hi-box-in .gwangjin-tit h2 {
	font-size: 30px;
	font-weight: 700;
}

.gwangjin-hi .gwangjin-hi-box .gwangjin-hi-box-in .gwangjin-tit p {
	font-size: 16px;
	margin-top: 7px;
}

.gwangjin-hi .gwangjin-hi-box .gwangjin-hi-box-in .gwangjin-cnt h3 {
	font-size: 22px;
    font-weight: 500;
    text-align: left;
}

.gwangjin-hi .gwangjin-hi-box .gwangjin-hi-box-in .gwangjin-cnt p {
    text-align: left;
	font-size: 16px;
	margin: 20px 0;
}

.gwangjin-hi .gwangjin-hi-box .gwangjin-hi-box-in .gwangjin-cnt .sign {
    text-align: right;
	font-size: 18px;
	font-weight: 500;
	display: block;
}

.gwangjin-hi .gwangjin-hi-box .gwangjin-hi-box-in.in2  {
	height: 483px;
	overflow: hidden;
}

.gwangjin-hi .gwangjin-hi-box .gwangjin-hi-box-in.in2  img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s ease;
}

.gwangjin-hi .gwangjin-hi-box .gwangjin-hi-box-in.in2:hover img {
	transform: scale(1.1);
}

@media (max-width: 1140px) {
	.gwangjin-hi .gwangjin-hi-box {
		width: 860px;
		margin: 0 auto;
		flex-direction: column;
	}

	.gwangjin-hi .gwangjin-hi-box .gwangjin-hi-box-in {
		width: 100%;
	}

	.gwangjin-hi .gwangjin-hi-box .gwangjin-hi-box-in.in1 {
		margin-right: 0;
		margin-bottom: 30px;
	}

}

@media (max-width: 860px) {
	.gwangjin-hi .gwangjin-hi-box {
		width: 90%;
	}

	.gwangjin-hi .gwangjin-hi-box .gwangjin-hi-box-in .gwangjin-tit h2 {
		font-size: 22px;
	}

	.gwangjin-hi .gwangjin-hi-box .gwangjin-hi-box-in.in2 {
		height: 50vw;
	}

}


@media (max-width: 400px) {
	.gwangjin-hi .gwangjin-hi-box .gwangjin-hi-box-in.in2 .gwangjin-cnt p {
		font-size: 14px;
	}
}


/*  gwangjin-contact*/

.gwangjin-contact {
	width: 100%;
	margin: 50px 0;
}

.gwangjin-contact .gwangjin-contact-box {
	display: flex;
	width: 1140px;
	padding: 0 20px;
	margin: 0 auto;
}

.gwangjin-contact .gwangjin-contact-box .gwangjin-contact-box-in {
	width: 50%;
}

.gwangjin-contact .gwangjin-contact-box .gwangjin-contact-box-in.in1 {
	margin-right: 40px;
}

.gwangjin-contact .gwangjin-contact-box .gwangjin-contact-box-in .gwangjin-tit {
	border-bottom: 3px solid #4d4d4d;
	text-align: left;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.gwangjin-contact .gwangjin-contact-box .gwangjin-contact-box-in.in1 .gwangjin-tit {
	border-bottom: 3px solid #121586;
}

.gwangjin-contact .gwangjin-contact-box .gwangjin-contact-box-in .gwangjin-tit h2 {
	font-size: 30px;
	font-weight: 700;
}

.gwangjin-contact .gwangjin-contact-box .gwangjin-contact-box-in .gwangjin-tit p {
	font-size: 16px;
	margin-top: 7px;
}

.gwangjin-contact .gwangjin-contact-box .gwangjin-contact-box-in.in2 .gwangjin-cnt {
	background: url(/img/call-img.jpg) no-repeat center center / cover;
	height: 360px;
	padding: 30px;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gwangjin-contact .gwangjin-contact-box .gwangjin-contact-box-in.in2 .gwangjin-cnt a {
	color: #FFF;
}

.gwangjin-contact .gwangjin-contact-box .gwangjin-contact-box-in.in2 .gwangjin-cnt p {
	color: #FFF;
	font-size: 16px;
	margin-top: 15px;
}


@media (max-width: 1140px) {
	.gwangjin-contact .gwangjin-contact-box {
		width: 860px;
		margin: 0 auto;
		flex-direction: column;
	}

	.gwangjin-contact .gwangjin-contact-box .gwangjin-contact-box-in {
		width: 100%;
	}

	.gwangjin-contact .gwangjin-contact-box .gwangjin-contact-box-in.in1 {
		margin-right: 0;
		margin-bottom: 30px;
	}

}

@media (max-width: 860px) {
	.gwangjin-contact .gwangjin-contact-box {
		width: 90%;
	}

	.gwangjin-contact .gwangjin-contact-box .gwangjin-contact-box-in .gwangjin-tit h2 {
		font-size: 22px;
	}

}


@media (max-width: 400px) {
	.gwangjin-contact .gwangjin-contact-box .gwangjin-contact-box-in.in2 .gwangjin-cnt p {
		font-size: 14px;
	}

	.gwangjin-contact .gwangjin-contact-box .gwangjin-contact-box-in.in2 .gwangjin-cnt p > br {
		display: none;
	}
}

/* 온라인상담-원래있던거수정*/
@media (min-width: 992px) {
   	.gwangjin-contact .gwangjin-contact-box .gwangjin-contact-box-in .col-md-offset-2 {
        margin-left: 0;
    }

   	.gwangjin-contact .gwangjin-contact-box .gwangjin-contact-box-in .col-md-8 {
        width: 100%;
    }
}


/* gallery */

#gallery {
	margin-bottom: 50px;
}

#gallery .gwangjin-tit {
	border-bottom: 3px solid #121586;
	margin: 0 0 50px 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#gallery .gwangjin-tit h2 {
	font-size: 30px;
	font-weight: 700;
}

#gallery .gwangjin-tit p {
	font-size: 16px;
	margin-top: 7px;
}

#gallery .col-md-offset-2.col-md-8{
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 992px) {
    #gallery .col-md-offset-2 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    #gallery .col-md-8 {
        width: 100%;
    }
}