/* ================================
Imports
================================= */
@import url('simpletextrotator.css');
@import url('overwrite.css');
@import url('animate.css');
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

/* ================================
font
================================= */
@font-face {
    font-family: 'GmarketSansLight';
    src: url('../font/GmarketSansLight.woff') format('woff');
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('../font/GmarketSansMedium.woff') format('woff');
}
@font-face {
    font-family: 'GmarketSansBold';
    src: url('../font/GmarketSansBold.woff') format('woff');
}
/* ================================
General
================================= */

body{
	text-align: center;
	font-family: '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: 'Noto Sans KR', sans-serif;
}
a, a:hover {
  color: #0e49b5;
}

.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: #0e49b5; 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; }

.made-hp { position: fixed; display: none; width: 50px; height: 50px;  line-height: 1.1; font-size: 16px; border-radius: 50%; right: 20px; bottom: 76px; transition: background 0.5s; z-index:1000; background: #f13300; color: #fff !important; opacity: 0.9; } /*padding: 10px 16px 13px 16px; */
.made-hp > span {display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }

.open-kakao {position: fixed; display: none; width: 55px; height: 55px;  line-height: 1.1; font-size: 16px; border-radius: 50%; right: 20px; bottom: 132px; transition: background 0.5s; z-index:1000; /* background: #f13300; */ color: #fff !important; opacity: 0.9;}
.open-kakao > span  {display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }

@media (max-width: 768px) {
	.back-to-top {width: 60px; height: 60px;  line-height: 52px; font-size: 30px;  right: 15px; bottom: 75px; }
	.made-hp {width: 60px; height: 60px;  line-height: 1.1; font-size: 18px;  right: 15px; bottom: 143px; }
	.open-kakao {width: 60px; height: 60px;  /*line-height: 1.1; font-size: 18px;*/  right: 15px; bottom: 213px;}
}



/* ================================
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;
}

/* 탑바숨김  0px */
nav.navbar.fixed-to-top{
	top: 0px; 
}

.navbar-default { border: none;	border-bottom: none;	opacity: 1;	display: none;	z-index: 9999;	background: #000; opacity:0.9; }

.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
	color: yellow;
	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: #0e49b5; margin-bottom:20px; }
.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:17px; }

@media screen and (max-width:768px) {
	.sub_tit { font-size:22px  }
	.section-heading h2 { font-size: 30px; }
}

/* --- 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:#4e7dd2; }
.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: 15px; 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: #fff; }
#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 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

#intro .carousel-content {
	text-align: center;
}

#intro h2 {
	color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
	font-size: 60px;
	font-weight: 700;
	text-shadow: 0 0 5px rgba(0,0,0,0.8);
}

#intro p {
	font-size: 26px;
    font-weight: 600;
	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: 38px;
	}
	#intro p {
		font-size: 20px;
		font-weight: 500;
		line-height: 24px;
	}
}

#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: 25px;
	color: #fff;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	background: #0e49b5;
}

@media (max-width: 768px ) {
	#intro .btn-get-started {font-size: 23px;}
}
/* ================================
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: #0e49b5;
	font-weight: 700;
	font-size: 24px;
	text-align: left;
	margin-top: 0px;
	margin-bottom:20px;
}

#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: 22px;
	text-align: left;
}

#company .content p:last-child {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	#company .content p br {display: none;}
}

/* ================================
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:#0e49b5;
	line-height: 30px;
	margin-right: 10px;
}

.business.carousel h2 {
	color: #0e49b5;
	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:#0e49b5;
	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: #0e49b5;
    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: #0e49b5; }
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: #f0f0f0; }
#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:#777777; }

.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 span{ color:rgba(255,255,255,0.2); } */
/* .footer-info a {color:#fff; text-decoration:underline; font-weight:200;}
.footer-info a:hover { color:#80c4ff; }
#footer .copyright { color:#aeaeae; }
#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; } */


@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-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); }
}
.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: #0e49b5; 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: 100%;
    height: 100%;
    position:relative;
}
.direct-box .call-box {
    background:#0b566b;
}
.direct-box .massage-box {
    background:#333333;
}
.direct-box a .text-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.direct-box a .text-box > i {
	 transform:rotate(90deg);
	 color:#fff;
	font-size: 24px;
}
.direct-box a div .img-box {
    width:45px;
    height:45px;
}
.direct-box a.kweb div .img-box {
    width: 72px;
    height: auto;
	margin-left: 10px;
}
.direct-box a div .text {
    line-height: 60px;
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-left: 5px;
}
@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%; }
}





/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 교회 랜딩페이지 시작 */


/* 디바이스 사이즈별 display 여부 시작 */
.on-1400px {display:none; }
.on-1300px {display:none; }
.on-1100px {display:none; }
.on-990px {display:none; }
.on-880px {display:none; }
.on-768px {display:none; }
.on-600px {display:none; }
.on-480px {display:none; }
.on-366px {display:none; }

.on-991px {display:block; }
.on-881px {display:block; }
/* 디바이스 사이즈별 display 여부 종료 */

/* .sec-box 공통 적용 시작 */
.sec-box .row::after {content:""; display:block; clear:both; }
.sec-box .cell {float:left; box-sizing:border-box; }
.sec-box {padding: 80px 0; font-size:16px; }
.sec-box .con-1400px {width:100%; max-width:1400px; min-width:300px; margin:0 auto; }
.sec-box .con-1300px {width:100%; max-width:1300px; min-width:300px; margin:0 auto; }
.sec-box .con-1200px {width:100%; max-width:1200px; min-width:300px; margin:0 auto; }
.sec-box .con-900px {width:100%; max-width:900px; min-width:300px; margin:0 auto; }
.sec-box .con-800px {width:100%; max-width:800px; margin:0 auto; }
.sec-box .con-600px {width:100%; max-width:600px; margin:0 auto; }
.sec-box .con-500px {width:100%; max-width:500px; margin:0 auto; }
.sec-box .text-box .color_ch_orange {color:#f13300; }
.sec-box .text-box .color_ch_blue {color:#3871e5; }
.sec-box .text-box .subtitle {font-family: 'GmarketSansMedium'; font-size:3em; color:#000; line-height:1.1; letter-spacing:-2.3px; transition:all 0.3s; }
.sec-box .text-box .subtitle .weight_ch {font-family: 'GmarketSansBold'; }
.sec-box .text-box .subtitle > img {width:100%; display:block; }
.sec-box .text-box .midtitle {font-size:1.85em; font-weight:500; color:#000; line-height:1.3; letter-spacing:-0.7px; transition:all 0.3s; margin: 30px 0; }
.sec-box .text-box .subtxt {font-size:1.7em; font-weight:500; color:#000; line-height:1.3; letter-spacing:-1.2px; margin-top:20px; }
.sec-box .text-box .subtxt .weight_ch {font-weight:700; }
.sec-box .text-box .box-text {color:#fff; }
.sec-box .color_ch {letter-spacing: -3px; }
/* .sec-box 공통 적용 종료 */

/* #landing_visual 시작 */
#landing_visual.sec-box {padding:0; }
#landing_visual .bgimg-box {padding:20px 0; background-image:url(../images/landing_visual_bg.jpg); background-position:center center; background-size:cover; transition:all 0.3s; }
#landing_visual .visual_img {width:50%; margin:81px auto; }
#landing_visual .visual_img > img {width:100%; display:block; }
@media (max-width:1200px) { 
	#landing_visual .visual_img {width:65%; margin: 30px auto; }
}

/* @media all and (max-width:1023px) { 
	#landing_visual .visual_img {width:93%; }
} */


/* #chall_slogan 시작 */
#chall_slogan .img-box {width:60%; margin:0 auto 40px; transition:all 0.3s; }
#chall_slogan .text-box .bigtitle {font-size: 2.8em; font-weight: 700; color: #000; line-height: 1.3; letter-spacing: -0.8px; }
#chall_slogan .text-box .bigtitle > span {display:inline-block; }
/* #chall_slogan 종료 */


/* #center_info 시작 */
#center_info.sec-box {background-color:#3871e5; }
/* #center_info 종료 */


/* #why_dont 시작 */
#why_dont.sec-box {background-color:#e6f0ff; padding:0; }
#why_dont .con-1300px {display:flex; flex-direction:row; }
#why_dont .img-box {width:62%; padding:82px 0 0 0; }
#why_dont .img-box > div > img {width:100%; display:block; }
#why_dont .text-box {width:calc(100% - 62%); text-align:left; display:flex; flex-direction:column; justify-content:center; padding-left:30px; }
#why_dont .subtitle {font-family: 'GmarketSansMedium'; }
#why_dont .subtxt span {font-size:1.05em; font-weight:700; }
/* #why_dont 종료 */


/* #choice_survey 시작 */
#choice_survey .text-box .subtitle {font-family: 'GmarketSansMedium'; }
#choice_survey .gragh-box {width:100%; margin: 50px auto 0; }
#choice_survey .gragh-box > ul > li {width:50%; }
#choice_survey .gragh-box > ul > li.graph_desc {text-align:left; }
#choice_survey .gragh-box > ul > li.graph_desc .how {font-size:1.5em; line-height:1.8; display:flex; align-items:center; }
#choice_survey .gragh-box > ul > li.graph_desc .how .square {display:inline-block; width:27px; height:27px; border:1px solid #202020; margin-right: 8px; }
#choice_survey .gragh-box > ul > li.graph_desc .how:nth-child(1) .square {background-color:#f1a800; }
#choice_survey .gragh-box > ul > li.graph_desc .how:nth-child(2) .square {background-color:#30b922; }
#choice_survey .gragh-box > ul > li.graph_desc .how:nth-child(3) .square {background-color:#42a1f1; }
#choice_survey .gragh-box > ul > li.graph_desc .align-box {padding-top: 29%; padding-left: 10%; }
/* #choice_survey 종료 */


/* #why_need 시작 */
#why_need.sec-box {background-color:#dbf4ff; }
#why_need.sec-box .text-box .subtitle > img.on-768px {display:none; }
#why_need .subtitle {width:57%; margin: 0 auto; }
#why_need .talk-box {width: 100%; margin: 30px auto 0; position:relative; }
#why_need .talk-box > ul > li {width: 33.3333%; }
#why_need .talk-box .mySwiper.swiper1{position:relative; position:static; }
#why_need .talk-box .mySwiper.swiper1 .swiper-slide {border:3px solid #d4d4d4; border-radius:8px; overflow: hidden; }
#why_need .talk-box .row {margin: 0 -10px; }
#why_need .talk-box .cell {width:25%; padding: 0 10px; }
#why_need .talk-box .cell:nth-child(5), #why_need .talk-box .cell:nth-child(6), #why_need .talk-box .cell:nth-child(7), #why_need .talk-box .cell:nth-child(8) {margin-top: 20px; }
#why_need .talk-box .spch-balloon {padding:23px 24px; height:266px; position:relative; transition:all 0.3s; border-radius: 20px; border: 5px solid white; }
#why_need .talk-box .spch-balloon.yellow {background-color:#fffce6; }
#why_need .talk-box .spch-balloon.green {background-color:#f1ffe6; }
#why_need .talk-box .spch-balloon.red {background-color:#ffece6; }
#why_need .talk-box .spch-balloon.purple {background-color:#e6e7ff; }
#why_need .talk-box .spch-balloon .content {font-size:1.6em; color:#000; line-height:1.4; text-align:left; }
#why_need .talk-box .spch-balloon .content .weight_ch {font-weight:700; }
#why_need .talk-box .spch-balloon .name {font-size:1.2em; color:#9b9b9b; text-align:right; position:absolute; right:23px; bottom:24px; letter-spacing: -1.2px; }
#why_need .talk-box .swiper-button-next {right:-52px; background-color:#fff; border-radius: 100px; width: 40px; height: 40px; box-shadow: 2px 2px 7px #dfdfdf; margin-right:7px; }
#why_need .talk-box .swiper-button-prev {left:-52px; background-color:#fff; border-radius: 100px; width: 40px; height: 40px; box-shadow: 2px 2px 7px #dfdfdf; margin-left:7px;  }
#why_need .talk-box .swiper-button-next > img, #why_need .talk-box .swiper-button-prev > img {width:80%; display:block; }
.swiper-button-next:after, .swiper-button-prev:after {display:none; }
/* #why_need 종료 */


/* #denomination 시작 */
#denomination.sec-box {background-color:#f1f1f1; }
#denomination.sec-box .text-box .subtitle {font-family: 'GmarketSansMedium'; }
#denomination .type-box {width:85%; margin: 50px auto 0; }
#denomination .type-box ul {margin:0 -8px; }
#denomination .type-box li.cell {width:calc(100% / 6); padding: 0 6px; margin-bottom:12px; transition:all 0.3s; }
#denomination .type-box .img-line {background-color:#fff; border:1px solid #aaa; border-radius:7px; padding: 16px 6px 15px 6px; }
#denomination .type-box .logo-box > img {display:block; width:67%; margin:0 auto; }
#denomination .type-box .name-box {font-size:1.1em; margin-top:10px; line-height:1.2; }
/* #denomination 종료 */


/* #chall_together 시작 */
#chall_together.sec-box {background-color:#3871e5; }
#chall_together.sec-box {background: #3871e5;  /* Old browsers */
background: -moz-radial-gradient(circle, #5688ee) 0%, #3871e5 70%); /* FF3.6-15 */
background: -webkit-radial-gradient(circle, #5688ee 0%, #3871e5 70%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(circle, #5688ee 0%, #3871e5 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5688ee",endColorstr="#3871e5",GradientType=1); }
#chall_together .subtitle {width: 60%; margin:0 auto; }
#chall_together .color_ch_yellow {color:#f6ff00; }
#chall_together .subtitle {color:#fff; text-shadow: -4px 0px #0c275c, 0px 4px #0c275c, 4px 0px #0c275c, 0px -4px #0c275c; }
#chall_together .coffee-hp {margin:30px auto; }
#chall_together .coffee-hp ul li:nth-child(1) {width:43%; }
#chall_together .coffee-hp ul li:nth-child(2) {width:57%; }
#chall_together .coffee-hp ul li img {width:100%; display:block; }
#chall_together .chall_list {display:flex; }
#chall_together .chall_list .kind {width:58%; }
#chall_together .chall_list .kind ul li {position: relative; width:100%; background-color:#fff; border:3px solid #103d7e; padding:19px 21px; border-radius:100px; margin-bottom:16px;  font-size:1.6em; font-weight:500; text-align:left; letter-spacing:-0.7px; }
#chall_together .chall_list .kind ul li:last-child {margin-bottom:0px; }
#chall_together .chall_list .kind ul li .v-mark {display: inline-block; position: absolute; font-weight: 600; color: #bbb; }
#chall_together .chall_list .kind ul li .v-mark > i {color:#ff5a00; }
#chall_together .chall_list .kind ul li .desc {display:inline-block; width:99%; padding-left:32px; line-height:1.3; }
#chall_together .chall_list .sentence {width:42%; font-size:2.2em; font-weight:700; color:#fff; line-height:1.4; text-align:right; display: flex; flex-direction: column; justify-content: center; }
/* #chall_together 종료 */


/* #theme_type 시작 */
#theme_type.sec-box {border-bottom: 1px solid #e7e7e7; }
#theme_type .text-box .box-text {font-family: 'GmarketSansMedium'; font-size:2.0em; background-color:#f13803; padding: 20px 23px 14px 23px; margin-top:36px;  margin-bottom:56px; display:inline-block; transition: all 0.3s; }
#theme_type .text-box .midtitle .color_ch_orange {display:block; }
#theme_type .text-box .vat {font-size:1.5em; text-align:right; letter-spacing: -1.5px; margin-bottom: 13px; }
#theme_type .item-list > ul {margin:0 -7px; }
#theme_type .item-list > ul > li {width:25%; padding:0 7px; }
#theme_type .item-list > ul > li > .border-line {border:1px solid #d4d4d4; }
#theme_type .item-list .type1_bg_color {background-color:#ffae82; }
#theme_type .item-list .type2_bg_color {background-color:#ff9c59; }
#theme_type .item-list .type3_bg_color {background-color:#ff7e26; }
#theme_type .item-list .type4_bg_color {background-color:#ff590f; }
#theme_type .item-list .type1_bor_color {border:5px solid #ffae82; border-top:none; }
#theme_type .item-list .type2_bor_color {border:5px solid #ff9c59; border-top:none; }
#theme_type .item-list .type3_bor_color {border:5px solid #ff7e26; border-top:none; }
#theme_type .item-list .type4_bor_color {border:5px solid #ff590f; border-top:none; }
#theme_type .item-list .desc-box .name {font-size:2.0em; font-weight:700; color:#fff; padding:23px 0 23px 0; }
#theme_type .item-list .desc-box .inform {display: flex; flex-direction: column; justify-content: center; padding: 8px; background-color:#f5f5f5; height: 210px; color:#000; }
#theme_type .item-list .desc-box .inform > span {display:block; }
#theme_type .item-list .desc-box .inform .page {font-size:1.8em; font-weight:500; letter-spacing: -1.4px; }
#theme_type .item-list .desc-box .inform .month {font-size:2.0em; font-weight:400; margin: 25px 0 27px 0; }
#theme_type .item-list .desc-box .inform .price {font-family: 'GmarketSansBold'; font-size:2.0em; font-weight:700; letter-spacing:-2px; }
#theme_type .item-list .premium .desc-box .inform .price {line-height: 1.12; margin: 13px 0 0 0; }
#theme_type .item-list .premium .month.add {font-size:1.8em; margin: 10px 0; }
#theme_type .item-list .btn-box > a {display:block; font-size:1.3em; font-weight:500; color:#fff; letter-spacing:-1px; width:78%; margin:20px auto 0; padding:12px; border-radius:100px; transition:all 0.3s; }
#theme_type .item-list .btn-box > a:hover {background-color:#777; }
/* #theme_type 종료 */

/* #type_rate_subpage 시작 */
#type_rate_link {background-color:#000871; }
#type_rate_link.sec-box {padding:40px 0; }
#type_rate_link .con-1200px {display: flex; justify-content: center; align-items: center; }
#type_rate_link .text-box .subtitle {color:#ffed00; margin-top:19px; }
#type_rate_link .btn-box {margin-left:15px; width:20%; } 
#type_rate_link .btn-box > a {display:block; }
#type_rate_link .btn-box > a > img {width:100%; display:block; margin:0 auto; }
/* #type_rate_subpage .text-box .subtitle::after {content:""; display: inline-block;
background-image: url(../images/rate_click.png); background-size: contain; background-repeat: no-repeat; width: 238px; height: 113px; margin-left: 12px; } */
/* #type_rate_subpage 종료 */


/* #type_rate 시작 */
#type_rate.sec-box {background-color:#3871e5; }
#type_rate .text-box .subtitle {color:#f6ff00; margin-bottom: 17px; }
#type_rate .text-box .midtitle {color:#fff; margin-top:0; margin-bottom: 60px; }

#type_rate .table-name {position: relative; text-align:left; margin-bottom: 20px; font-size:1.7em; font-weight:700; color:#f6ff00; letter-spacing:-1px; padding: 0 8px; display: flex; align-items: center; }
#type_rate .table-name .square-mark {display: inline-block; position: absolute; width:15px; height:15px; border-radius: 2px; border: 2px solid #f6ff00; }
#type_rate .table-name .desc {display: inline-block; width: 99%; padding-left: 28px; }
#type_rate .table-name .vat {position: absolute; right:8px; font-size:0.7em; text-align:right; display: inline-block; }

#type_rate .price-box {font-size:16px; margin-bottom:80px; }
#type_rate .price-box .hosting_list tbody > tr:nth-child(2n+1) {background-color:#fff; }
#type_rate .price-box .hosting_list tbody > tr:nth-child(2n) { background-color: #e1fff1; }
#type_rate .price-box .hosting_list tbody > tr > td .wrap-box {text-align:left; padding-left:10px; padding-right:10px; }
#type_rate .price-box .hosting_list tbody > tr > td .wrap-box .list {display: flex; align-items: flex-start; line-height: 1.2; margin-bottom:10px; }
#type_rate .price-box .hosting_list tbody > tr > td .wrap-box .list > .v-mark {display: inline-block; position: absolute; margin-left:-5px; }
#type_rate .price-box .hosting_list tbody > tr > td .wrap-box .list > .desc {display: inline-block; width: 99%; padding-left: 18px; }
#type_rate .price-box .hosting_list tbody > tr > td .wrap-box .list > .v-mark > i {font-size:0.5em; font-weight:400; }

#type_rate .price-box .hosting_list tbody > tr > td .wrap-box .inline {display: flex; flex-direction: row; }
#type_rate .price-box .hosting_list tbody > tr > td .wrap-box .inline .list {width:25%; }

/* #type_rate .price-box .hosting_list tbody > tr.capacity > td .wrap-box .list {display: flex; justify-content: flex-start; } */
#type_rate .price-box .hosting_list tbody > tr.add-service > td .wrap-box .list {display: flex; justify-content: flex-start; width:100%; }
#type_rate .price-box .hosting_list tbody > tr.one-line td {text-align:left; padding-left: 11px; }
#type_rate .price-box .hosting_list tbody > tr.setting td {background-color:#fbff00; }

#type_rate .price-box .hosting_list tbody > tr.font-bold > td {font-weight:700; }
#type_rate .price-box .hosting_list tbody > tr.price .cost {font-weight:700; color:red; }
#type_rate .price-box .hosting_list tbody > tr.service-info > td {font-weight:400; letter-spacing:-1px; padding:19px 13px; }

#type_rate .price-box .hosting_list {width:100%; }
#type_rate .price-box .hosting_list  tr > td {text-align:center; }
#type_rate .price-box .hosting_list thead {background-color: #16892a; }
#type_rate .price-box .hosting_list thead > tr {width:100%; }
#type_rate .price-box .hosting_list thead > tr > td {width:25%; padding:21px 0; border-right:1px solid #c7c7c7; }
#type_rate .price-box .hosting_list thead > tr > td:last-child {border-right:none; }
#type_rate .price-box .hosting_list thead > tr.font-bold > td {font-weight:700; }
#type_rate .price-box .hosting_list thead > tr {padding: 20px 0; font-size:1.4em; font-weight:500; color:#fff; }

#type_rate .price-box .hosting_list tbody > tr > td {font-size:1.18em; font-weight:500; letter-spacing:-1px; padding: 19px 3px; line-height: 1.2; border:1px solid #c7c7c7; }

#type_rate .price-box .hosting_list.service_list thead {background-color:#000871; }
#type_rate .price-box .hosting_list.service_list tbody > tr:nth-child(2n) {background-color:#cfefff; }
#type_rate .price-box .hosting_list.service_list tbody > tr > td .wrap-box .inline .list {width:100%; }
/* #type_rate 종료 */


/* #responsive 시작 */
#responsive.sec-box {padding:0; }
#responsive .bgimg-box {padding: 80px 0; background-image:url(../images/responsive_bg.jpg); background-position:center center; background-size:cover; transition:all 0.3s; }
#responsive .img-box {width:62%; margin:50px auto; transition:all 0.3s; }
/* #responsive 종료 */


/* #cp_history 시작 */
#cp_history.sec-box {padding:0; }
#cp_history .bgimg-box {padding: 80px 0; background-image:url(../images/cp_history_bg.jpg); background-position:center center; background-size:cover; transition:all 0.3s; }
#cp_history .shape-box {width:50%; margin:30px auto; }
#cp_history .shape-box ul {margin: 0 -60px; }
#cp_history .shape-box ul li {width:50%; padding: 0 60px; }
#cp_history .shape-box ul li > img {width:100%; display:block; }
#cp_history .history-box {width:90%; margin:50px auto; }
#cp_history .history-box ul {margin:0 -28px; }
#cp_history .history-box ul li {width:33.3333%; padding:0 28px; }
#cp_history .history-box .big-number {font-size:2.8em; font-weight:900; color:#f13300; margin-bottom: 34px; }
#cp_history .history-box .border-text {font-size: 1.4em; font-weight:500; color: #fff; background-color: #3871e5; padding: 16px 10px; border-radius: 100px; }
#cp_history .history-box .border-text .weight_ch {font-weight:700; }
#cp_history .btn-box {margin-top:23px; }
#cp_history .btn-box .port-btn {display:inline-flex; justify-content: center; align-items: center; background-color:#50af15; font-size:1.5em; color:#fff; padding: 10px 32px; border-radius: 8px; }
#cp_history .btn-box .port-btn > span {display:inline-block; margin-right:6px; }
#cp_history .btn-box .port-btn img {width:100%; display:block; }
#cp_history .btn-box .port-btn .kweb-logo-name {}
#cp_history .btn-box .port-btn .link_arrow {width:13px; margin-left:18px; }


/* #produce_hp 시작 */
#produce_hp.sec-box {padding:0; }
#produce_hp .box-wrap > ul > li {width:50%; height:706px; padding:80px 30px; }
#contact_inquiry {background-color:#eaeaea; }
#contact_inquiry .ques-box {width:70%; margin:0 auto; margin-top:26px; }
/* #contact_inquiry input {width: 500px; height: 32px; font-size: 15px; border: 0; border-radius: 15px; outline: none; padding-left: 10px; background-color: rgb(233, 233, 233); } */
#contact_inquiry .ques-box input {background-color:#fff; border:none; padding:12px 15px; margin:7px 0; width:100%; border-radius:5px; }
#contact_inquiry .ques-box input::placeholder {font-size:1.1em; color:#888; }
#contact_inquiry .ques-box input:focus {outline: none !important; }
#contact_inquiry .ques-box input[type="button"] {font-size:1.6em; font-weight:500; color: #fff; background-color:#3871e5; padding: 15px 0; margin-bottom: 0; }
#contact_inquiry .ques-box input[type="checkbox"] {font-size:0.9em; color:#888; width:22px; }
#contact_inquiry select {width: 100%; padding:12px 15px; border-radius:5px; background-color: #fff; background-image:url('../images/select_arrow.png');
background-repeat:no-repeat; background-position:95% 50%; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: none; margin: 7px 0px; font-size:1.1em; color:#888; letter-spacing:-1px; }
#contact_inquiry select::-ms-expand {display: none; }
#contact_inquiry option {border:1px solid red; }
#contact_inquiry option:hover {background-color: lime; }

#contact_inquiry .ques-box .agree {font-size:1.0em; display:inline-block; margin:12px 7px 12px 0; }
#contact_inquiry .ques-box .moreview {display:inline-block; font-size:0.875em; background-color:#8e8e8e; color:#fff; padding:1px 7px 2px 6px; border-radius:4px; }
#contact_inquiry .ques-box .align-div {display: flex; justify-content:center; align-items:center; }
#reference_details {background-color:#dae9ff; }
#reference_details .list-box {width:70%; margin:26px auto; background-color:#ffffff; color:#000; border-radius:7px; border:1px solid #e1e1e1; padding:26px; }
#reference_details .list-box > .desc {text-align:left; }
#reference_details .list-box > .desc > li {position:relative; width:100%; font-size:1.2em; line-height: 1.5; margin-bottom: 7px; }
#reference_details .list-box > .desc li .v-mark {display: inline-block; position: absolute; font-weight: 600; color: #bbb; }
#reference_details .list-box > .desc li .v-mark > i {color:#4e86fd; }
#reference_details .list-box > .desc li .desc {display:inline-block; width:99%; padding-left:28px; line-height:1.1; }
#reference_details .list-box > .call_info {text-align:left;  margin-top:8px; }
#reference_details .list-box > .call_info > li {width:100%; font-size:1.2em; line-height: 1.4; }
#reference_details .list-box > .call_info > li > a {color:inherit; }
#reference_details .list-box > .call_info > li > a > i {color:#f13300; margin-right: 10px; }
#reference_details .list-box > .call_info > li > a.call > i {transform:rotate(90deg); font-size: 1.1em; }
#reference_details .list-box > .call_info > li > a.account > i {transform:rotate(0deg); font-size: 1.0em; margin-right: 7px; }
#reference_details .list-box > .call_info > li .color_ch {font-weight:700; color:#f13300; letter-spacing: -1.3px; }
#reference_details .list-box > .account {background-color:#50af15; margin: 12px 0 0 0; border-radius:7px; padding: 10px 20px; }
#reference_details .list-box > .account > li {width:100%; color:#fff; display:flex; flex-direction:column; align-items: flex-start; }
#reference_details .list-box > .account .title {font-size:1.2em; font-weight:500; margin-bottom:8px; }
#reference_details .list-box > .account .box-wrap {font-size:1.1em; font-weight:400; text-align:left; line-height: 1.5; }
#reference_details .list-box > .account .box-wrap > div {display:inline-block; }
#reference_details .list-box > .account .hana .bank {background-color:#f13300; font-size:0.8em; font-weight:700; color:#fff; border-radius:6px; padding:2px 5px; }
#reference_details .list-box > .account .kweb {font-size:0.9em; font-weight:400; }
/* #produce_hp 종료 */


/* footer-logo-box 시작 */
#footer-logo-box {background-color:#333; }
#footer-logo-box .con-1500px {width:100%; max-width:1500px; margin:0 auto; padding: 0 10px; }
/* footer-logo-box 종료 */


/* footer-contract  시작*/
#footer-contract {font-size: 16px; background-color:#5f5f5f; }
#footer-contract .con-1500px {width:100%; max-width:1500px; margin:0 auto; }
#footer-contract .footer-menu {text-align:left; }
#footer-contract .footer-menu > li {position: relative; display: inline-block; margin-left: 10px; padding-left: 10px; vertical-align: middle; line-height: 70px; color: #fff; }
#footer-contract .footer-menu > li::before {content: ''; position: absolute; top: 31px; left: 0; width: 1px; height: 10px; background-color: #727272; }
#footer-contract .footer-menu > li:first-child::before {display:none; }
#footer-contract .footer-menu > li > span {line-height: 10px; font-size: 1.1em; font-weight: 300; color: #fff; cursor: pointer; }
#footer-contract .footer-menu .add-br { display:none;  }
/* footer-contract  종료*/


/* footer-company-box 시작 */
#footer-company-box {font-size:16px; background-color:#f0f0f0; padding-bottom:60px; }
#footer-company-box .con-1500px {width:100%; max-width:1500px; margin:0 auto; }
#footer-company-box .con-1500px > ul {padding:40px 20px; }
#footer-company-box ul::after {content:""; display:block; clear:both; }
#footer-company-box .con-1500px > ul > li {width:50%; }
#footer-company-box .information {font-size:1.16em; font-weight:300; color:#000; text-align: left; line-height: 1.6; }
#footer-company-box .information > .tit {font-weight:700; }
#footer-company-box .footer-copy {font-size: 1.1em; text-align:left; color:#666; letter-spacing: -0.7px; padding: 0 20px; }
#footer-company-box .footer-copy a {color:inherit; }
#footer-company-box .footer-copy a .design_kweb {font-size: 0.9em; color:#939393; }
#footer-company-box .footer-copy a .design_kweb:hover {color:#259fc1; }
/* footer-company-box 종료 */


/* 푸터위에 로고 슬라이딩 움직이는 텍스트 */
.logo-sliding {background-color:#50af15; position: relative; width: 100%; max-width:100%; overflow-x: hidden; overflow-y: hidden; padding-top:5.7%; }
.logo-sliding .img-box {display:flex; flex-direction:row; width:100%; position: absolute; white-space: nowrap; will-change: transform; animation: slide 20s linear infinite; top:0; }
.logo-sliding .img-box > img {width:100%; display:block; }
@keyframes slide {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}
@media (hover: hover) and (min-width: 700px){
	.logo-sliding .content {-webkit-transform: translateY(calc(100% - 8rem)); transform: translateY(calc(100% - 8rem));}
}

/* 스크롤 버튼 시작 */
/* 운동본부 전화걸기 */
.back-to-top.call-center {position: fixed; display: none; width: 50px; height: 50px;  line-height: 48px; font-size: 24px; border-radius: 50%; right: 20px; bottom: 130px; transition: background 0.5s; z-index:1000; background: #208cd7; color: #fff !important; opacity: 0.9; } /*padding: 10px 16px 13px 16px; */
.back-to-top.call-center > i {transform: rotate(90deg); }
/* ㈜케이웹미디어 전화걸기 */
.back-to-top.call-kweb {position: fixed; display: none; width: 50px; height: 50px;  line-height: 48px; font-size: 24px; border-radius: 50%; right: 20px; bottom: 75px; transition: background 0.5s; z-index:1000; background: #f52f1a; color: #fff !important; opacity: 0.9; } /*padding: 10px 16px 13px 16px; */
.back-to-top.call-kweb > i {transform: rotate(90deg); }
/* 스크롤 버튼 종료 */


/* 반응형 시작 */
@media (max-width:1600px) {
	#type_rate.sec-box .con-1400px {width: 95%; }
	#reference_details .list-box {width: 80%; }
}
@media (max-width:1400px) {
	.off-1400px {display:none; }
	.on-1400px {display:block; }
	.sec-box .con-1300px {width:90%; }

	#reference_details .list-box {width: 90%; }
}
@media (max-width:1300px) {
	.off-1300px {display:none; }
	.on-1300px {display:block; }
	#chall_slogan .text-box .bigtitle {font-size:2.4em; }

	#theme_type.sec-box .con-1200px {width:95%; }
	
	#type_rate.sec-box .con-1200px {width:95%; }
	
	#contact_inquiry .ques-box {width: 90%; }
}
@media (max-width:1220px) {
	#chall_together .chall_list .kind {width:60%; }
	#chall_together .chall_list .kind ul li {font-size:1.3em; }
	#chall_together .chall_list .sentence {width:40%; font-size:1.8em; }
}
@media (max-width:1200px) {
	.sec-box .con-1200px {width:95%; }

	#why_need .subtitle {width:63%; }
	#why_need .talk-box .cell {width:33.3333%; }
	#why_need .talk-box .cell:nth-child(4) {margin-top: 20px; }
	#chall_together .chall_list .kind ul li .desc {padding-left: 27px; }
	#type_rate .price-box .service_list tbody > tr.service-info .wrap-box {width: 50%; }
	#reference_details .list-box {padding: 25px; }
	#reference_details .list-box > .call_info {margin-top: 9px; }
}
@media (max-width:1100px) {
	.on-1100px {display:block; }

	#why_need .subtitle {width:71%; }
	#theme_type .item-list .btn-box > a {width: 72%; line-height: 1.2; }
}
@media (max-width:990px) {
	.off-990px {display:none; }
	.on-990px {display:block; }
	.sec-box {font-size: 14px; }

	#landing_visual.sec-box .con-900px {width:80%; }
	#landing_visual .main_visual_img.box3 {margin:16px auto 30px; }

	#why_dont .con-1300px {flex-direction:column; align-items: center; }
	#why_dont .img-box {width:100%; }
	#why_dont .text-box {width:100%; margin-top:40px; margin-bottom:40px; }
	
	#why_need .subtitle {width: 77%; }
	#why_need .talk-box {width:90%; }
	#why_need .talk-box .spch-balloon .content {font-size: 1.8em; }
	#why_need .talk-box .spch-balloon .name {font-size:1.1em; }

	#chall_slogan .img-box {width:80%; }
	
	#chall_together .subtitle {width: 70%; }
	#chall_together .coffee-hp ul li:nth-child(1) {width:100%; margin:0 auto; }
	#chall_together .coffee-hp ul li:nth-child(2) {width:100%; margin: -200px auto -50px; }
	#chall_together .chall_list {flex-direction:column; }
	#chall_together .chall_list .kind {width:100%; }
	#chall_together .chall_list .sentence {width:100%; margin-top:20px; text-align: center; }

	#theme_type .con-1200px {width:90%; }
	#theme_type .text-box .box-text {margin-top: 22px; margin-bottom: 25px; padding:13px 15px 8px 15px; }
	#theme_type .text-box .vat {margin:0 auto 10px; }
	#theme_type .item-list > ul {margin:0 -10px; }
	#theme_type .item-list > ul > li {width:50%; padding: 0 10px; margin-bottom: 48px; }
	#theme_type .item-list > ul > li:nth-child(3), #theme_type .item-list > ul > li:nth-child(4) {margin-bottom: 0px; }
	#theme_type .item-list .btn-box > a {width: 60%; }

	
	#type_rate .table-name {display: flex; align-items: flex-end; }
	#type_rate .price-box .hosting_list thead > tr {font-size:1.10em; }
	#type_rate .price-box .hosting_list tbody > tr > td {font-size: 1.05em; }
	#type_rate .price-box .hosting_list tbody > tr > td .wrap-box .list > .desc {padding-left: 14px; }
	#type_rate_link .con-1200px {flex-direction:column; }
	#type_rate_link .text-box .subtitle {margin-top:0px; }
	#type_rate_link .btn-box {margin-left: 0px; margin-top: 15px; width:60%; }

	#cp_history .shape-box ul {margin: 0 -40px; }
	#cp_history .shape-box ul li {padding: 0 40px; }

	#responsive .img-box {width: 78%; }

	#produce_hp .box-wrap > ul > li {width:100%; height:auto; }
	#contact_inquiry .ques-box input::placeholder {font-size:1.3em; }
	#contact_inquiry select {font-size:1.3em; }
	#reference_details .list-box {margin-bottom:0; }
	#reference_details .list-box > .desc > li {font-size:1.5em; }
	#reference_details .list-box > .call_info > li {font-size:1.5em; }
	#reference_details .list-box > .account .title {font-size:1.5em; }
	#reference_details .list-box > .account .box-wrap {font-size:1.4em; }
	#reference_details .list-box > .account .hana .bank {font-size:0.8em; }
	#reference_details .list-box > .account .kweb {font-size:0.9em; }

	#footer-company-box .con-1500px > ul > li {width:100%; }
	#footer-company-box .con-1500px > ul > li:last-child {margin-top:20px; }
}
@media (max-width:880px) {
	.off-880px {display:none; }
	.on-880px {display:block; }
	#why_dont .con-1200px {width: 90%; flex-direction:column; align-items:center; padding:0px; }
	#why_dont .img-box {width:100%; }
	#why_dont .text-box {width:100%; padding-left:0; margin-top: 30px; margin-bottom:30px;}
	#why_dont .color_ch {letter-spacing: -3px; }

	#cp_history .shape-box {width: 70%; }
	#cp_history .history-box .border-text {padding: 12px 20px; line-height: 1.4; }

	#denomination .type-box ul {margin:0 -6px; }
	#denomination .type-box li.cell {width:calc(100% / 4); padding:0 6px; margin-bottom:12px; }

	#choice_survey .gragh-box {margin: 20px auto 0; }
	#choice_survey .gragh-box > ul > li  {width: 100%; }
	#choice_survey .gragh-box > ul > li.graph_desc .align-box {padding-top: 0; padding-left: 0; width: 48%; margin: 0 auto; }

	#why_need .talk-box .spch-balloon {height:238px; }
	#why_need .talk-box .cell {width:50%; }
	#why_need .talk-box .cell:nth-child(3) {margin-top: 20px; }

	#theme_type.sec-box .text-box .color_ch_orange {margin-bottom:3px; display: block; }
}
@media (max-width:768px) {
	.off-768px {display:none; }
	.on-768px {display:block; }
	.sec-box {font-size:11px; padding: 50px 0; }
	.sec-box .text-box .subtitle {font-size:3.5em; }

	#landing_visual .visual_img {width: 80%; margin: 30px auto; }

	#why_dont .img-box {padding:50px 0 0 0; }

	#choice_survey .gragh-box > ul > li.graph_desc .align-box {width: 60%; }

	#why_need.sec-box .text-box .subtitle > img.on-768px {display:block; }
	#why_need.sec-box .text-box .subtitle > img.off-768px {display:none; }
	#why_need .subtitle {width: 45%; }
	#why_need .talk-box {margin: 15px auto 0; }
	#why_need .talk-box .spch-balloon {height: 228px; }

	#denomination .type-box {margin: 30px auto 0; }
	#denomination .type-box .img-line {padding:9px; }

	#chall_together .subtitle {width: 73%; }
	#chall_together .chall_list .kind ul li {font-size:1.5em; padding:11px 18px; }
	
	#theme_type .text-box .vat {width:90%; }
	#theme_type .item-list .desc-box .name {font-size:1.7em; }
	#theme_type .item-list .desc-box .inform {height:190px; }
	#theme_type .item-list .desc-box .inform .page {font-size: 1.5em; }
	#theme_type .item-list .desc-box .inform .month {font-size: 1.6em; }
	#theme_type .item-list .desc-box .inform .price {font-size: 1.8em; }
	#theme_type .item-list .btn-box > a {font-size: 1.1em; }
	#theme_type .item-list.on-768px {width:90%; margin:0 auto; }
	#theme_type .item-list.on-768px .swiper2 .img-box {border:1px solid #c3c3c3; }
	#theme_type .item-list.on-768px .swiper2 .swiper-wrapper .premium .desc-box .inform .month {margin: 4px 0; }
	#theme_type .item-list.on-768px .swiper2 .swiper-wrapper .premium .desc-box .inform .price {line-height: 1.3; }
	#theme_type .item-list.on-768px .swiper2 .swiper-button-next {background-color:#3871e5; width: 50px; height: 50px; box-shadow: 2px 2px 7px #dfdfdf; border-radius:3px; }
	#theme_type .item-list.on-768px .swiper2 .swiper-button-prev {background-color:#3871e5; width: 50px; height: 50px; box-shadow: 2px 2px 7px #dfdfdf; border-radius:3px; }
	#theme_type .item-list.on-768px .swiper2 .swiper-button-next > img, #theme_type .item-list.on-768px .swiper2 .swiper-button-prev > img {width:100%; display:block; }
	.sec-box .text-box .midtitle {margin: 20px 0; }

	#type_rate .text-box .midtitle {margin-bottom:40px; }
	#type_rate .price-box .service_list tbody > tr.service-info .wrap-box {width: 100%; }
	#type_rate .price-box .hosting_list tbody > tr > td .wrap-box .inline {flex-direction:column; }
	#type_rate .price-box .hosting_list tbody > tr > td .wrap-box {padding-left:0px; padding-right:0px; }
	#type_rate .table-name .desc {padding-left: 20px; }

	#responsive .bgimg-box {padding: 50px 0; }
	#responsive .img-box {margin: 32px auto; }

	#cp_history .bgimg-box {padding: 50px 0; }
	#cp_history .shape-box {width: 80%; }
	#cp_history .shape-box ul {margin: 0 -20px; }
	#cp_history .shape-box ul li {padding: 0 20px; }
	#cp_history .history-box {width: 65%; margin: 30px auto; }
	#cp_history .history-box ul li {width:100%; margin-bottom: 32px; }
	#cp_history .history-box ul li:last-child {margin-bottom:0; }
	#cp_history .history-box .big-number {margin-bottom: 20px; }
	#cp_history .btn-box .port-btn {padding:10px 10px; }
	#cp_history .btn-box .port-btn > span {width:56%; }

	#produce_hp .box-wrap > ul > li {padding:50px 30px; }
	#contact_inquiry .ques-box {width:100%; }
	#reference_details .list-box {width:100%; }
	#reference_details .list-box > .desc li .desc {padding-left:24px; }

	#footer-logo-box .con-1500px > img {width:100%; display:block; }
	#footer-company-box {font-size:14px; letter-spacing: -0.8px; }
	#footer-company-box .con-1500px > ul {padding:30px 20px 0px 20px; }
	#footer-contract .footer-menu > li > span {font-size: 1.0em; }

	.logo-sliding {padding-top: 14.6%; }
	.logo-sliding .img-box {width:280%; }
}

@media (max-width:600px) {
	.off-600px {display:none; }
	.on-600px {display:block; }
	#why_need .subtitle {width: 63%; }
	#chall_together .subtitle {width: 100%; }
}

@media (max-width:480px) {
	.off-480px {display:none; }
	.on-480px {display:block; }
	.sec-box .text-box .subtitle {font-size: 2.5em; line-height:1.3; }

	#landing_visual .main_visual_img.box3 {margin:8px auto 18px; }

	#chall_slogan .img-box {margin: 0 auto 30px; }
	#chall_slogan .text-box .bigtitle div.space {margin:20px; }

	#why_need .subtitle {width: 54%; }
	#why_need .talk-box .cell {width: 100%; }
	#why_need .talk-box .cell:nth-child(2) {margin-top: 20px; }
	#why_need .talk-box .spch-balloon {height: 173px; }

	#chall_together .subtitle {width: 100%; }

	#choice_survey .gragh-box > ul > li.graph_desc .align-box {width: 85%; }

	#denomination .type-box li.cell {width:calc(100% / 3); padding: 0 4px; margin-bottom:7px; }

	#cp_history .shape-box {width: 90%; }
	#cp_history .shape-box ul {margin: 0 -10px; }
	#cp_history .shape-box ul li {padding: 0 10px; }
	#cp_history .btn-box .port-btn {flex-direction: column; }
	#cp_history .btn-box .port-btn > span {margin-right: 0; margin-bottom: 3px; }
	#cp_history .btn-box .port-btn .link_arrow {display:none; }

	#footer-company-box .information {font-size:1.0em; }

	#footer-contract .footer-menu > li > span {font-size:0.9em; }
	#footer-company-box .footer-copy {font-size:0.9em; }
}
@media (max-width: 400px) {
	#why_need .subtitle {width: 64%; }
}
@media (max-width: 366px) {
	.on-366px {display:block; }
}
@media (max-width:340px) {
	.direct-box a {width:100%; }
	.direct-box .call-box {bottom:60px; }
	.direct-box .massage-box {bottom:60px; }
	#footer-company-box .con-1500px {padding-bottom: 75px; }
	.back-to-top {bottom: 130px; }
	.made-hp {bottom: 200px; }
}
/* 반응형 종료 */

.navbar-default .navbar-brand > img {width:83%; display:block; padding-left: 10px; }
.navbar-brand {padding:0; }

/* 교회 랜딩페이지 종료 */


/* swiper 시작 */
    .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;
    }

    .swiper {
      margin-left: auto;
      margin-right: auto;
    }
/* swiper 종료 */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*메인 바운스 하는 부분 추가 CSS*/
.visual_img {
  animation: bounceIn 0.7s ease-in-out;
}
@keyframes bounceIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

