/*
    Theme Name: Knight
    Theme URL: https://bootstrapmade.com/knight-free-bootstrap-theme/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/

button{cursor:auto;}

@media(max-width:991px){
	*{visibility: visible !important;}
}

/* Float Elements 
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}

/* Clear Floated Elements
---------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  /*visibility: hidden;*/
  width: 0;
  height: 0;
}

@keyframes bg_change{
	0% {
		background-color: #3d6f87;
	}
	50% {
		background-color: #ff5a46;
	}
	100% {
		background-color: #3d6f87;
	}
}

.btn_blink {
    animation-name: bg_change;
    animation-duration: 0.9s;
    animation-iteration-count: infinite;
    color: #fff;
    width: 98%;
}


.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
 /* visibility: hidden;*/
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}



/* Header Styles
---------------------------------*/

.Top_Content{
	position:relative;
	text-align:center;
	/*padding: 120px 0;height: 800px;*/
	background-color: #333;/*url('/images/visual_bg.jpg');
	background-repeat:no-repeat;
	background-size:cover;*/
	height: 100vh;
}

.Top_Content .wpb_wrapper {height:100%;}

.container h2.tit{font-size:38px;font-weight:500;margin-bottom:15px;}
.container p.tit{font-size:18px;}


@media(max-width:991px){

	.Top_Content{
	/*background: url('/images/visual_bg_m.jpg');
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:cover;
	height:75vh;*/
	}

	.Top_Content .wpb_wrapper {padding-top: 70px;}

}



.logo{
	/*
	margin:0 auto 35px;*/
}
/*.Top_Content h1{
	font-family: 'GmarketSansBold';
	font-size:80px;
	letter-spacing: -1px;
	margin:60px 0 0;
	color:#fff;
	word-break:keep-all;
}*/

.hando ul{
	margin:0 auto;
	padding:0;
}

.hando ul li{
	color:#fff;
	text-align:center;
	list-style-type: none;
	font-size:30px;
	float: none;
    display: inline-block;
	margin: 35px 0;
	border-right: 2px solid #fff;
    padding: 0px 30px;
	
}

.hando ul li:last-child{
	border:none;
}

.hando ul li:not(:first-child)::before{

    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -23px;
}


.we-create{
	padding:0;
	margin:35px 0 55px;
}

.wp-pic{
	margin-bottom:20px;
}

.we-create li{
	display:inline-block;
	font-size:22px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	margin:0 5px 0 0;
	word-break: keep-all;
}

.we-create li:first-child{
	background:none;
}

.start-button {
	padding-left: 0px;
}

.start-button li a{color: #fff;}


.link{
	padding:15px 160px;
	background:#fff;
	color:#000 !important;
	font-size:20px;
	font-weight:400;
	display:inline-block;
	border-radius:3px;
	text-transform:uppercase;
	line-height:25px;
	margin-bottom:10px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	border-radius: 25px;
}

.btn_borrom_text{
	font-size:14px;
	color:#fff;
}

.link:hover {
	text-decoration:none;
	color:#faab00 !important;
	background:#fff;
}

.link:active, .link:focus {
	background: #fa4700;
	text-decoration:none;
	color:#fff !important;
}

/* Navigation
---------------------------------*/
.main-nav-outer{
	padding:0px;
	border-bottom:1px solid #dddddd;
	box-shadow:0 4px 5px -3px #ececec;
	position:relative;
	background:#fff;
}
.main-nav{
	text-align:center;
	margin:10px 0 0px;
	padding:0;
	list-style:none;
	float:left;
}
.main-nav li{
	display:inline;
	margin:0 1px;
}
.main-nav li a{
	display:inline-block;
	color:#222222;
	text-transform:uppercase;
	text-decoration: none;
	line-height:20px;
	margin:17px 32px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	font-size:19px;
}

.main-nav li a:hover{ 
	text-decoration:none;
	color: #7cc576;
}

.small-logo{ 
	padding:0 32px;
}

.main-section{
	padding:70px 0px;
}


table {
    border-spacing: 0;
    border-collapse: collapse;
    box-sizing: border-box;
}


.boxContent .tblContent {
    width: 100%;
    margin: 0 auto;
	max-width: 1240px;
}

.boxContent .tblContent tr th {
    width: 35%;
    font-size: 21px;
    font-weight: normal;
    color: #222;
    text-align: left;
    padding-left: 30px;
	
}

.boxContent .tblContent tr th, .boxContent .tblContent tr td {
    border-top: 1px solid #ddd;
    padding: 60px 30px;
    vertical-align: top;
    line-height: 180%;
	word-break: keep-all;
}


.boxContent .tblContent tr td {
    width: 65%;
    font-size: 15px;
    text-align: left;
}

#sec3con .line1 {
    color: #f17700;
	font-weight:bold;
	font-size: 16px;
}

.boxContent .tblContent tr td .line2 {
    color: #555;
}


h2.title {
	font-size:34px;
	color:#222222;
	font-weight:700;
	letter-spacing: -1px;
	margin:0 0 15px 0;
	text-align:center;
	text-transform:uppercase;
}

h6.s_txt {
	font-size:16px;
	color:#888888;
	font-weight:400;
	text-align:center;
	margin:0 0 60px 0;
}

/* Services
---------------------------------*/
.service-list {
	padding:0 0 0 0;
	font-size:14px;
	font-weight: bold;
	margin-bottom:40px;
}

.service-list h3 {font-weight: bold;}

.service-list p {font-size:18px;}

.service-list-col1{
	float:left;
	width:60px;
}
.service-list-col1 i{
	font-style:normal;
	font-size:38px;
	display:block;
	color:#ff754a;
	font-family: 'FontAwesome';
	line-height:38px;
}
.service-list-col2{
	overflow:hidden;	
}
.main-section.alabaster{
	background:#ffffff;
}
.main-section.alabaster2{
	background-color:#fbfbfb;
}

/*
.main-section.alabaster3{
	background: url(../img/pt.png) 50% 0px repeat rgb(255, 255, 255);
}
*/

.main-section.alabaster4{
	background-color:#fbfbfb;
}

.main-section.alabaster5{
	/*background-color:#ffeacb;*/
}


a, a:hover, a:visited {
    text-decoration: none;
}
a, a:hover, a:visited {
    text-decoration: none;
}
a, a:hover, a:visited {
    text-decoration: none;
}


/* Featured Work
---------------------------------*/
.featured-work{
	color:#333;
	font-size:17px;
	padding: 64px 20px;
}
.featured-work h2{
	text-align:left;
}

.featured-work2{
	color:#333;
	font-size:17px;
	padding: 127px 20px;
}

.featured-work2 h2{
	text-align:right;
}

.featured-work3{
	color:#333;
	font-size:17px;
	padding: 40px 20px;
}

.featured-work3 h2{
	text-align:left;
}

.featured-work4{
	color:#333;
	font-size:17px;
	padding: 86px 20px;
}

.featured-work4 h2{
	text-align:right;
}

.featured-box{
	padding:0 0 0 0;
	margin-bottom:25px;
	font-size:14px;
}
.featured-box h3{
	margin-bottom:5px;
}
.featured-box p{
	line-height:22px;
}
.padding-b{
	padding-bottom:35px;
}
.padding-b2{
	padding-bottom:35px;
	text-align:right;
}

.featured-box-col1{
	width:60px;
	float:left;
}
.featured-box-col1 i{
	display:block;
	line-height:38px;
	font-size:38px;
	color:#777777;
	font-style:normal;
}
.featured-box-col2{ overflow:hidden;}

.featured-box.magic{
	background:url(../img/magic.png) left top no-repeat;
}

.featured-box.packaged{
	background:url(../img/packaged.png) left top no-repeat;
}

.featured-box.seo{
	background:url(../img/seo.png) left top no-repeat;
}

.Learn-More{
	display:inline-block;
	padding:0 5px 0 0;
	color:#7cc576;
	font-size:16px;
	text-transform:uppercase;
	font-weight:400;
	line-height:24px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	display: none;
}

.Learn-More i{ 
	padding-right:15px;
}

.Learn-More:hover, .Learn-More:focus{ 
	text-decoration:none;
	color: #111;
}


/* Portfolio
---------------------------------*/
.Portfolio-nav{
	padding:0;
	margin:0 0 45px 0;
	list-style:none;
	text-align:center;
}

.Portfolio-nav li{
	margin:0 10px;
	display:inline;
}

.Portfolio-nav li a{
	display:inline-block;
	padding:10px 22px;
	font-size:12px;
	line-height:20px;
	color:#222222;
	border-radius:4px;
	text-transform:uppercase;
	background:#f7f7f7;
	margin-bottom:5px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.Portfolio-nav li a:hover{
	background:#7cc576;
	color:#fff;
	text-decoration:none;
}

.portfolioContainer{
	margin:0 auto;
	padding-left:15px;
}

.Portfolio-box{
	text-align:center;
	margin-bottom:30px;
	height:350px;
	width:350px;
	overflow:hidden;
	float:left;
	padding:0;
}

.Portfolio-box img{
	margin-bottom:25px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
}

.Portfolio-box img:hover {
	opacity: 0.6;
}

.Portfolio-nav li a.current{
	background:#7cc576;
	color:#fff;
	text-decoration:none;
}

img {
   max-width:100%;
}

/* no transition on .isotope container */

.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

.main-section.paddind{
	padding-bottom:60px;
}

/* Clients
---------------------------------*/
.client-part{
	background:url(../img/section-bg1.jpg) center center no-repeat;
	background-size:cover;
	padding:55px 0;
	text-align:center;
}

.client-part-haead{
	color:#fdfdfd;
	font-size:28px;
	line-height:41px;
	margin:30px 0 10px;
	font-style: italic;
}

.client{
	padding:0;
	margin:20px 0 0;
	list-style:none;
	text-align:center;
}

.client li{
	display:inline;
	margin:0 15px;
}

.client li a{
	display:inline-block;
}

.client li a img{
	margin-bottom:15px;
	border-radius:50%;
}

.client li a:hover{
	text-decoration:none;
}

.client li a h3{
	color:#ffffff;
}

.client li a span{
	color:#f1f1f1;
}

.quote-right{
	font-style:normal;
	width:68px;
	height:68px;
	margin:0 auto;
	border:2px solid #7cc576;
	border-radius:50%;
	display:block;
	line-height:68px;
	text-align:center;
	font-size:27px;
	color:#7cc576;
	cursor: pointer;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.quote-right:hover{
	color: #fff;
	border: 2px solid #fff;
}

.c-logo-part{
	background:#7cc576;
	padding:25px 0;
    filter: alpha(opacity=60);
}

.c-logo-part ul{
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}

.c-logo-part ul li{
	display:inline;
	margin:0 25px;
}

.c-logo-part ul a{
	display:inline-block;
	margin: 0 20px;
}

.main-section.team{
	padding:85px 0;
}

.main-section.team h6{
	margin-bottom:40px;
}


/* Team
---------------------------------*/
.team-leader-block{
	max-width:993px;
	margin:0 auto;
}

.team-leader-box{
	width:30.66%;
	margin-right: 3.82979%;
	height: 490px;
	overflow: hidden;
	text-align: center;
	float: left;
}

.team-leader-box span{
	margin-bottom:24px;
	display:block;
}

.team-leader-box:nth-of-type(3n+0){ margin:0;}
.team-leader{
	width:auto;
	height:auto;
	position:relative;
	border-radius:50%;
	box-shadow:0px 0px 0px 7px rgba(241,241,241,0.80);
	margin:7px 7px 25px 7px;
	
}

.team-leader-shadow{
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	border-radius:50%;
	position:absolute;
	width:100%;
	height:100%;
	z-index:10;
	border-radius:50%;
}

.team-leader-shadow a{
	display:block;
	width:100%;
	height:100%;
}

.team-leader:hover .team-leader-shadow{
	box-shadow:inset  0px 0px 0px 148px rgba(17,17,17,0.80);
}

.team-leader:hover ul{ display:block; opacity:1}
.team-leader img{
	display:block;
	border-radius:50%;
}

.team-leader ul{
	display:block;
	opacity:0;
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	text-align:center;
	margin-top:-14px;
	z-index:15;
	transition:all 0.6s ease-in-out;
	-moz-transition:all 0.6s ease-in-out;
	-webkit-transition:all 0.6s ease-in-out;
}

.team-leader ul li{
	display:inline;
	margin:0 11px;
}

.team-leader ul li a{
	display:inline-block;
	font-size:28px;
	color:#fff;	
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.team-leader ul li a:hover, .team-leader ul li a:focus{
	text-decoration:none;
}

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

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

.team-leader ul li a.fa-pinterest:hover{
	color:#cb2026;
}

.team-leader ul li a.fa-google-plus:hover{
	color:#dd4b39;
}


/* bottom-content
---------------------------------*/

.bottom-content .swiper-container {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	padding-top:28px
}

.bottom-content .swiper-wrapper {
	width:100%;
	max-width:1140px;
	height:450px;
	padding-right:30px;
}

.bottom-content .swiper-slide {
	text-align:center;
	position:relative;
	width:100%;
	/*height:391px;padding:218px 44px 0 44px;
	-webkit-box-shadow:6px 10px 40px rgba(0,0,0,.10196);
	box-shadow:6px 10px 40px rgba(0,0,0,.10196);
	
	background-color:#fff*/
}

.bottom-content .swiper-slide h3 {
	margin-top:27px;
	font-size:20px;
	line-height:28px;
	font-weight: 400;
	color: #000;
	margin:25px auto 0;
	width:240px;
}

.bottom-content .swiper-slide h5 {
	font-size: 16px;
	text-decoration: underline;
}

.bottom-content .swiper-slide p {
	font-size:16px;
	line-height:26px;
	letter-spacing:-.48px;
	color:#666;
	margin-top:19px;
	word-break: keep-all;
}

@media(max-width:500px){
	.container h2.tit{font-size:26px;margin-bottom:5px;}
	.container p.tit{font-size:14px;}
	.bottom-content .swiper-slide p{font-size:14px;}
	.bottom-content .swiper-slide h3{font-size:16px;}
}
/*
.bottom-content .swiper-slide:before {
	content:"";
	position:absolute;
	top:30px;
	right:20px;
	width:170px;
	height:165px;
	background-color:#f8f8f8;
	border-radius:85px
}

.bottom-content .swiper-slide:after {
	content:"";
	position:absolute;
	background-repeat:no-repeat
}
*/
.main-section .bottom-content .swiper-slide.swiper-slide1 h3:after {
	content:"";display:block;position:absolute;
	top:67px;
	width:240px;
	height:45px;
	background-color:#89e5cc;
	transform: skew(-20deg);
	z-index:-1;
}

.main-section .bottom-content .swiper-slide.swiper-slide2 h3:after {
	content:"";display:block;position:absolute;
	top:67px;
	width:240px;
	height:45px;
	background-color:#fcb1b2;
	transform: skew(-20deg);
	z-index:-1;
}

.main-section .bottom-content .swiper-slide.swiper-slide3 h3:after {
	content:"";display:block;position:absolute;
	top:67px;
	width:240px;
	height:45px;
	background-color:#e4c2fb;
	transform: skew(-20deg);
	z-index:-1;
}


/* Talk Business
---------------------------------*/
.business-talking{
	background: linear-gradient(to left bottom,#cc3513,#f56a40,#ff754b,#cc3513);
	background-size:cover;
	padding:60px 0 10px;
	text-align:center;
}

.business-talking h2{
	font-weight:700;
	padding:0;
	margin:20px 0 70px;
	text-transform:uppercase;
	font-size:42px;
	color:#fff;
}


/* Contact
---------------------------------*/
.main-section.contact{
	padding:90px 0 100px;
}

.main-section.contact{
	background:url(../img/bg-map.png) left 190px no-repeat;
}

.contact-info-box{
	font-size:15px;
	margin:0 0 14px 68px;
	padding-left:0;
}

.contact-info-box h3{
	font-size: 15px;
	font-weight:400;
	float:left;
	width:102px;
	margin-right:12px;
	line-height:28px;
}

.contact-info-box h3 i{
	font-style:normal;
	font-size:18px;
	color:#222222;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight:normal;
	margin-right:7px;
}

.contact-info-box span{
	line-height:28px;

	overflow:hidden;
}

.social-link{
	padding:35px 0;
	margin:0 0 0 68px;
	display:block;
	overflow:hidden;
	list-style:none;
}

.social-link li{
	float:left;
	margin-right:8px;
}

.social-link li a{
	display:block;
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	font-size:25px;
	color:#fff;
	background:#222222;
	border-radius:50%;
	transition:all 0.3s ease-in-out;
}

.social-link li a:hover, .social-link li a:focus{
	text-decoration:none;
}

.twitter a:hover {
	background: #55acee;
}

.facebook a:hover {
	background: #3b5998;
}

.pinterest a:hover {
	background: #cb2026;
}

.gplus a:hover {
	background: #dd4b39;
}

.dribbble a:hover {
	background: #ea4c89;
}

.form{
	margin:0 66px 0 30px;
}

.input-text{
	padding:15px 16px;
	border:1px solid #ccc;
	width:100%;
	height:50px;
	display:block;
	border-radius:4px;
	font-size:15px;
	color:#aaa;
	margin:0 0 15px 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.input-text2{
	padding:15px 16px;
	border:1px solid #ccc;
	width:33%;
	height:50px;
	display:block;
	border-radius:4px;
	font-size:15px;
	color:#aaa;
	margin:0 0.5% 15px 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	float: left;
}

.input-text2:last-child{
	margin-right:0px;
}


.input-text:focus {
	border: 1px solid #74b4c2;
	outline:0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);	
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area{
	height:165px;
	resize:none;
	overflow:auto;
}

.input-btn{
	width:100%;
	height:50px;
	background:#f86d43;
	border-radius:4px;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	font-family: 'Gmarket Sans', sans-serif;
	font-weight:400;
	border:0px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.input-btn:hover{
	background: #cc3513;
	color: #fff;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: #74b4c2;
    border:1px solid #74b4c2;
    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;
}

/* Footer
---------------------------------*/
.ft_btn{background-color:transparent;border:1px solid #fff;padding:3px 15px;border-radius:4px;outline:none;margin-top:10px;}
.ft_btn:hover{background-color:#d2d2d2;color:#000;}


.footer{
	background: #1f2430;
	padding:35px 0 150px;
}

.footer-one{padding-right:0px;padding-left:0px;}

.footer-logo{
	margin:15px auto 35px;
	width: 76px;
}


.footer-box {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

footer a {
	letter-spacing: 0.01em !important;
}


.footer-box {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.fBtn {
	color: #fff;
	display: flex;
	gap: 1rem;
}

.fBtn p {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.01em !important;
}

.fBtn p > a{
	color: #fff;
	font-weight: 600;
}

.fBtn span {
	line-height: 28px;
	font-weight: 300;
}

.fpBtn {
	padding: 0;
	font-size: 17px;
	font-weight: 600;
	background-color: transparent;
	cursor: pointer;
}

.footer-box-title h2 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

.footer-box-info h1 {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 1rem;
}

.footer-box-info h1 > a {color: #fff; font-weight: bold; font-family: 'NEXONFootballGothicBA1';}

.footer-box-info p {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.6;
	letter-spacing: 0;
}

.footer-box-info p > a {color : #fff;}

.knp-info br {
	display: block;
}
`
.knp-info em br {
	display: block;
}

@media (max-width: 991px) {
	.footer-box-title h2, .footer-box-info h1 {margin: 0;}
	.footer-box-title {margin-top: 20px;}
	.footer-box-info h1 {line-height: 20px;}
	.footer-box-info h1 > a {
		font-size: 26px;
	}
}

@media (max-width: 768px) {
	.footer-box {
		gap: .5rem;
	}

	.footer-box-button {
		display: none;
	}
	
	.knp-info br {
		display: block;
	}

	.knp-info span {
		display: none;
	}
}


@media (max-width: 450px) {
	.logo-f {
		font-size: 24px;
		margin-bottom: .5rem;
	}
	
	.footer-box-title h2 {
		font-size: 16px;
	}
	
	.footer-box-info h1 {
		font-size: 26px;
	}

	.footer-box-info h1 > a {
		font-size: 26px;
	}
	
	.footer-box-info p {
		font-size: 12px;
	}
}

.copyright, .credits{
	color:#b3b3b3;
	font-size:14px;
	display:block;
	text-align:left;
}

.credits span{
	color:#ffffff;
}

.copyright a, .credits a{
	color:#7cc576;
	font-weight:600;
	text-decoration: none;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.copyright a:hover, .credits a:hover {
	color: #fff;
}

.res-nav_click {
	line-height:38px;
	font-size:38px;
	text-decoration: none !important;
	color:#777777;
	font-style:normal;
	display:none;
	width:42px;
	height:27px;
	margin:20px auto;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.res-nav_click:hover, .res-nav_click:active, .res-nav_click:focus {
	color: #7cc576 !important;
}

.portfolioContainer{
	max-width: 1140px;
}

.pf-footer-logo{
	
    position: absolute;
    top: 120px;
    right: 0;
    
}


@media only screen and (max-width: 991px) {

	.Top_Content {padding:5px; height: 215px;}
	
	/*.Top_Content h1{margin-top:40px; font-size:36px; word-break:keep-all;}*/
	
	h2.title {font-size: 26px;}
	
	figure img {margin: 0 auto;}

	.cta_btn.active {
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
	}
	
	.hando ul li {
		color: #fff;
		text-align: center;
		list-style-type: none;
		font-size: 16px;
		float: none;
		font-weight: 600;
		display: inline-block;
		margin: 15px 0;
		border-right: 2px solid #fff;
		padding: 0px 5px;
	}

	.we-create{margin: 10px 0 55px;}

	.padding-b {text-align:center; word-break:keep-all; padding:0 10px;}
	.padding-b1{text-align:center; word-break:keep-all; padding:0 10px;}
	.padding-b2{text-align:center; word-break:keep-all; padding:0 10px;}

	
	.featured-work2 h2{
		
	}
	
	.btn_borrom_text{
		font-size:14px;
		color:#fff;
	}
	
	.link{padding-bottom:5px;}
	
	.cta_btn {
		width: 100%;
		height: 70px;
		line-height: 70px;
		display: block;
		position: relative;
		background: linear-gradient(to left bottom,#cc3513,#f56a40,#ff754b,#cc3513);
		padding: 0;
		text-align: center;
		color: #fff !important;
		position: fixed;
		font-size: 21px;
		bottom: 0;
		left: 0;
		font-weight: bold;
		z-index: 999;
		transform: translate3d(0, 100%, 0);
		-webkit-transform: translate3d(0, 100%, 0);
		transition: transform 0.3s;
		-webkit-transition: -webkit-transform 0.3s;
	}
	
	
	.pf-footer-logo{
		width: 100%;
		position: relative;
		top: 0;
		right: 0;
		margin: 45px 0 0 0;
		text-align: center;
	}
	
	.footer{
		padding: 35px 0px 180px;
	}
	

	.featured-work h2{ text-align:center; word-break:keep-all;}
	.featured-work2 h2{ text-align:center; word-break:keep-all;}
	.featured-work3 h2{ text-align:center; word-break:keep-all;}
	.featured-work4 h2{ text-align:center; word-break:keep-all;}

	.service-list{ font-size:12px; margin-bottom:20px;}
	.we-create li{ font-size:15px; padding:0 0 0 8px; word-break: keep-all; letter-spacing: -1px;}
	.we-create li span{ font-size:18px; font-weight:700;}
	.main-section{ padding:50px 0 00px;}
	.main-nav{ display:none; position:absolute; left:0; width:100%; top:68px; margin:0 auto; float: none; background:#fff; z-index: 99; border-top: 1px solid #eee;}
	.main-nav li{ display:block;}
	.main-nav li.small-logo{ display:none;}
	.main-nav li a{ display:block; padding:12px 32px; margin: 4px 0; border-bottom: 1px solid #f3f3f3;;}
	.main-nav li a:hover{color:#7cc576}
	.team-leader-box{ max-width:307px; width:auto; float:none; margin:0 auto;	}
	.team-leader-box:nth-of-type(3n){ margin:0 auto}
	.res-nav_click{ display:block;}
	.featured-work{ font-size:14px; padding:5px 10px; text-align:center; word-break:keep-all;}
	.featured-work2{ font-size:14px; margin-top:30px; padding:5px 10px; text-align:center; word-break:keep-all;}
	.featured-work3{ font-size:14px; padding:5px 10px; text-align:center; word-break:keep-all;}
	.featured-work4{ font-size:14px; margin-top:30px; padding:5px 10px; text-align:center; word-break:keep-all;}
	.featured-box{ font-size:12px;}
	.featured-box p{ line-height:18px; }
	.c-logo-part ul a{ margin-bottom:5px;}
	.main-section.team{ padding:60px 0 50px;}
	.business-talking {padding:30px 0;}
	.business-talking h2{ font-size:24px; margin:0;}
	.contact-info-box{ margin:0 0 12px 30px; font-size:16px;}
	.contact-info-box span{ line-height:18px;}
	.contact-info-box.phone span, .contact-info-box.email span { padding-top: 6px;}
	.social-link{ margin-left:30px;}
	.form{ margin:0 30px;}
	.copyright{ font-size:12px;}
	.business-talking a{ padding:10px 25px; font-size:14px;}
	.main-section.contact{ padding:60px 0 70px}
	.client-part-haead{ font-size:20px; line-height:30px;}
	.link{ font-size:14px; padding:10px 80px;}
	.logo{ width:100px;}
	.main-section.contact{ background-size:contain;}
	.Portfolio-nav li a{ padding:5px 16px;}
	.Portfolio-nav li{ display:block;}

	.bottom-content .swiper-slide {margin-bottom:30px}

	.footer-one{padding-right:15px;padding-left:15px;}
	.text-right.footer-one {text-align:left;margin-top:20px;}

}

@media only screen and (max-width: 479px) {
	/****Mobile Portrait 320 ****/
	.contact-info-box{ margin-left:0px;}
	.header{ padding:30px 0px;}
	.social-link{ margin-left:0px;}
	.form{ margin:0}
	.c-logo-part ul li{ display:block;}
	.Portfolio-box{  max-width:300px !important; width:96.4% !important; margin:0 !important}
	.Portfolio-box img { max-width:100%;}
	.portfolioContainer{ width:280px !important; margin:0 auto !important }

}

@media only screen and (max-width: 405px) {
	.copyright, .credits{font-size:13px;}
}


@media only screen and (max-width: 991px) {
	.Top_Content {padding:5px; height: auto;}
}


/* Animation Timers
---------------------------------*/
.delay-02s { 
	animation-delay: 0.2s; 
	-webkit-animation-delay: 0.2s; 
}
.delay-03s { 
	animation-delay: 0.3s; 
	-webkit-animation-delay: 0.3s; 
}
.delay-04s { 
	animation-delay: 0.4s; 
	-webkit-animation-delay: 0.4s; 
}

.delay-05s { 
	animation-delay: 0.5s; 
	-webkit-animation-delay: 0.5s; 
}
.delay-06s { 
	animation-delay: 0.6s; 
	-webkit-animation-delay: 0.6s; 
}

.delay-07s { 
	animation-delay: 0.7s; 
	-webkit-animation-delay: 0.7s; 
	word-break:keep all;
}
.delay-08s { 
	animation-delay: 0.8s; 
	-webkit-animation-delay: 0.8s; 
}

.delay-09s { 
	animation-delay: 0.9s; 
	-webkit-animation-delay: 0.9s; 
}
.delay-1s { 
	animation-delay: 1s; 
	-webkit-animation-delay: 1s; 
}
.delay-12s { 
	animation-delay: 1.2s; 
	-webkit-animation-delay: 1.2s; 
}

/*****************************************

	2023.02.28 최은혜 작업

*****************************************/

/*택배 1건당 최저 2,100원부터!*/
.parcel_2100_service {}
.parcel_2100_service .col-md-2 {padding: 0;}
.parcel_2100 {width: 100%; height: 540px; position: relative; overflow:hidden;}


.parcel_2100 .back1 {
	width: 100%; 
	height: 540px;
	background:url('/images/parcel_2100_1.jpg'); 
	background-position: center center; 
	background-size: cover;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.parcel_2100 .back2 {
	width: 100%; 
	height: 540px;
	background:url('/images/parcel_2100_2.jpg'); 
	background-position: center center; 
	background-size: cover;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.parcel_2100 .back3 {
	width: 100%; 
	height: 540px;
	background:url('/images/parcel_2100_3.jpg'); 
	background-position: center center; 
	background-size: cover;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.parcel_2100 .back4 {
	width: 100%; 
	height: 540px;
	background:url('/images/parcel_2100_4.jpg'); 
	background-position: center center; 
	background-size: cover;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.parcel_2100 .back5 {
	width: 100%; 
	height: 540px;
	background:url('/images/parcel_2100_5.jpg'); 
	background-position: center center; 
	background-size: cover;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.parcel_2100 .back6 {
	width: 100%; 
	height: 540px;
	background:url('/images/parcel_2100_6.jpg'); 
	background-position: center center; 
	background-size: cover;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.parcel_2100 .back:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2); /* IE 9 */ 
  transform: scale(1.2);
}

.parcel_2100 .back .text {position: absolute; text-align: center; padding-top: 200px; width: 100%; color: #fff;}
.parcel_2100 .back .text h3 {color: #fff; font-size: 28px; font-weight: bold; line-height: 34px;}
.parcel_2100 .back .text p {color: #dadada; font-size: 16px; line-height: 24px;}
.parcel_2100 .back .text span {display: block;}
.parcel_2100 .back .text span.small {color: #ea3c3c;}

@media (max-width: 991px) {
	.parcel_2100 {width: 100%; height: 240px;}
	.parcel_2100 .back1, .parcel_2100 .back2, .parcel_2100 .back3, .parcel_2100 .back4, .parcel_2100 .back5, .parcel_2100 .back6 {height: 240px;}

	.parcel_2100 .back .text {padding: 60% 20px 0 20px;}
	.parcel_2100 .back .text.long {padding: 20% 20px 0 20px;}
	.parcel_2100 .back .text h3 {font-size: 20px; line-height: 30px;}
	.parcel_2100 .back .text p {font-size: 14px; line-height: 20px;}
	.parcel_2100 .back .text span {display: inline-block;}
	.parcel_2100 .back .text span.small {font-size: 16px;}
}

@media (max-width: 991px) {
	.parcel_2100 .back .text {padding: 20% 20px 0 20px;}
	.parcel_2100 .back .text.long {padding: 15% 20px 0 20px;}
}

@media (max-width: 430px) {
	.parcel_2100 .back .text {padding: 25% 20px 0 20px;}
}


/*모든 이커머스 기업이 판매에만 집중할 수 있도록*/
.omy_banner {padding-top: 135px; position: relative; width: 100%; height: 395px; background:url('/images/omy_banner_back.jpg') no-repeat; background-position: center center; background-size: cover;}
.omy_banner h3 {color: #fff; font-weight: bold; font-size: 40px; text-align: right;}
.omy_banner h3 span {color: #f26f1d; font-weight: bold;}

.omy_banner .button {
	position: absolute;
	left: 50%;
	margin-top: 35px;
	margin-left: 10%;
	width: 250px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	border: 1px solid #fff;
}

.omy_banner .button p {
	color: #fff;
	font-size: 20px;
	margin: 0;
}

@media (max-width: 991px) {
	.omy_banner {padding-top: 50px; height: 205px;}
	.omy_banner h3 {font-size: 24px; text-align: center;}
	.omy_banner h3 span {display: block;}
	.omy_banner .button {position: relative; margin-left: 0; left: 0; margin: 10px auto 0; height: 40px; line-height: 40px;}
	.omy_banner .button p {font-size: 16px;}
}