/*
    Theme Name: Knight
    Theme URL: https://bootstrapmade.com/knight-free-bootstrap-theme/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/

/* CSS Document */

/* Float Elements 
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}

/* Clear Floated Elements
---------------------------------*/
.clear {
  clear: both;
  display: block;

}

@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;
}

.figure{ margin:0px;}

img{ max-width:100%;}

a, a:hover, a:active{ outline:0px !important}

@font-face {
	font-family: 'IBMPlexSansKR';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/IBMPlexSansKR-ExtraLight.woff') format('woff');
	font-weight: 100;
	font-style: normal;
  }
  
  @font-face {
	font-family: 'IBMPlexSansKR';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/IBMPlexSansKR-Light.woff') format('woff');
	font-weight: 200;
	font-style: normal;
  }
  
  @font-face {
	font-family: 'IBMPlexSansKR';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/IBMPlexSansKR-Regular.woff') format('woff');
	font-weight: 300;
	font-style: normal;
  }
  
  @font-face {
	font-family: 'IBMPlexSansKR';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/IBMPlexSansKR-Text.woff') format('woff');
	font-weight: 400;
	font-style: normal;
  }
  
  @font-face {
	font-family: 'IBMPlexSansKR';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/IBMPlexSansKR-Regular.woff') format('woff');
	font-weight: 500;
	font-style: normal;
  }
  
  @font-face {
	font-family: 'IBMPlexSansKR';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/IBMPlexSansKR-Medium.woff') format('woff');
	font-weight: 600;
	font-style: normal;
  }
  
  @font-face {
	font-family: 'IBMPlexSansKR';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/IBMPlexSansKR-SemiBold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
  }
  
  @font-face {
	font-family: 'IBMPlexSansKR';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/IBMPlexSansKR-Bold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
  }
/* Primary Styles
---------------------------------*/
body {
	background:#fff;
	font-family: 'IBMPlexSansKR', sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#888888;
	margin:0;
	word-break:keep-all;
}
h2 {
    font-size: 26px;
    color: #222222;
    font-family: 'IBMPlexSansKR', sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 0 0 15px 0;
    text-align: center;
    text-transform: uppercase;
}
h3{
	font-family: 'IBMPlexSansKR', sans-serif;
	color:#222222;
	font-size:16px;
	margin:0 0 5px 0;
	text-transform:uppercase;
	font-weight:400;
}
h6{
	font-size:16px;
	color:#888888;
	font-family: 'IBMPlexSansKR', sans-serif;
	font-weight:400;
	text-align:center;
	margin:0 0 60px 0;
}
p{
	line-height:24px;
	margin:0;
}

ol, ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
    word-break: keep-all;
}

/* Header Styles
---------------------------------*/


#top_link .col, #steps .dis_flex .col, #warning .dis_flex .col {
    width: 32%;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
    padding: 60px 0;
    background: #fff;
    position: relative;
}


.hover_effect {
    top: 0px;
    transition: top .25s, opacity .25s;
    -webkit-transition: top .25s, opacity .25s;
}

#color_theme7 .bg_col {
    background-color: #1A5D1F;
}


#top_tit .main_tit, #top_tit .main_img {
    width: 45%;
}

#top_link img {
    max-width: 65px;

    padding: 5px;
}

#top_link li:nth-child(2), #warning .boxes li:nth-child(2) {
    font-size: 21px;
    color: #333;
    padding: 10px 60px 5px;
    font-weight: bold;
}

#top_link li, #steps li, #warning li {
    text-align: center;
}


#top_link li:nth-child(2), #warning .boxes li:nth-child(2), #top_link li:nth-child(3) {
    padding: 10px 53px 0;
}

#top_link li:nth-child(2), #warning .boxes li:nth-child(2) {
    font-size: 21px;
    color: #333;
    padding: 10px 0 5px;
    font-weight: bold;
}

#top_tit .main_tit h1 {
    margin-bottom: 30px;
}

#top_link li p {
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
}

.dis_flex, #qna .qna_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}












.hover_effect:hover {
    top: -10px;
}



.bg_sep {
    background-image: url(/img/bg_div1.svg);
    background-size: cover;
    background-position: 50% 0;
}




#top_tit .main_img img {
    max-height: 370px;
}








.header {
    text-align: center;
    background: #f4d420;
    padding: 160px 0px 100px 0px;
}
.logo{
	/*
	margin:0 auto 35px;*/
}
.header h1{
	font-family: 'IBMPlexSansKR', sans-serif;
    font-size: 44px;

    letter-spacing: -1px;
    margin: 0 0 22px 0;
    color: #311b18;
    margin-top: 30px;
    font-weight: 900;
    word-break: keep-all;
	text-align:left;
}

.subtitle{
	font-size:24px;
	color:#311b18;
	text-align:left;
	margin-top:30px;
	
}

.hando ul {
    margin: 0 auto;
    padding: 0;
    color: #311b18;
    text-align: left;
    font-size: 18px;
    float: none;
    margin: 0px 0;
}

.hando ul li{
	color:#311b18;
	text-align:left;
	list-style-type: none;
	font-size:17px;
	float: none;
    display: inline-block;
	margin: 20px 0 20px 0px;
	border-right: 2px solid #311b18;
    padding: 0px 30px;
	font-weight: 800;
	
}

.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: 25px 0 25px;
}
.wp-pic{
	margin-bottom:20px;
}
.we-create li{
	display:inline-block;
	font-family: 'IBMPlexSansKR', sans-serif;
	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;
	padding-left:0px;
}

.start-button {
	padding-left: 0px;
}

.start-button li a{
color: #fff;
}


.link{
	padding: 15px 160px;
    background: #2c2716;
    color: #fff !important;
    font-size: 20px;
    font-weight: 400;
    font-family: 'IBMPlexSansKR', sans-serif;
    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: 5px;
    float: left;
}

.btn_borrom_text{
	font-size:14px;
	color:#2c2716;
	float:left;
}

.link:hover {
	text-decoration:none;
	color:#fff !important;
	background:#3c341a;
}

.link:active, .link:focus {
	background: #3c341a;
	text-decoration:none;
	color:#fff !important;
}

/* Navigation
---------------------------------*/
.main-nav-outer{
	padding:0px;
	border-bottom:1px solid #000;

	position:relative;
	background:#fff;
	color:#000;
}
.main-nav{
	text-align:center;
	margin:0px;
	padding:0;
	list-style:none;
	clear: both;
	padding:10px 0px;
}
.main-nav li{
	display:inline;
	margin:0 1px;
}

.main-nav li a{
	display:inline-block;
	color:#000;
	text-transform:uppercase;
	font-family: 'IBMPlexSansKR', sans-serif;
	text-decoration: none;
	line-height:20px;
	margin:17px 100px;
	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;

}

.topnum{
	font-size:23px;
	padding:20px 0px;
	line-height:25px;
	color:#000;
}

.top-left{
	font-size: 30px;
    line-height: 40px;
	font-weight: 700;
	
}

.pc_view{
	display: block;
}

.mobile_view{
	display: none;
}

.top-right{
	font-size: 30px;
    line-height: 40px;
    float: right;
	font-weight: 700;
}


.main_logo{
	

}

.main_logo p{
	text-align: left;
}

.main_logo p img{
	padding: 15px 20px;
	background: #fff;

    border-radius: 50px;
}


.main-nav li:first-child a{
	margin:0px;
	float:left;
}

.main-nav li a:hover{ 
	text-decoration:none;
	color: #7cc576;
}

.small-logo{ 
	padding:0 32px;
}

.main-section{
	padding:120px 0px;
}




table {
    border-spacing: 0;
    border-collapse: collapse;
    box-sizing: border-box;
}



.boxContent .tblContent {
    width: 100%;
    margin: 0 auto;
    max-width: 1240px;
    width: 100%;
    box-shadow: 0 0 50px rgba(0,0,0,0.1);
    background: #fff;
    padding: 30px 50px;
	border-radius: 30px;
    font-size: 17px;

    border-spacing: 0;
}

.step_box{
	box-shadow: 0 0 50px rgba(0,0,0,0.1);
    background: #fff;
	padding:30px;
}

.step_box h2{
	font-size:24px;
	text-align: center;
}

.step_box p{
	font-size:20px;
	text-align: center;
}

.boxContent2{
	background: #f4d420;
	padding:100px 0px;
}

.boxContent2 .tblContent2 {
    width: 100%;
    margin: 0 auto;
    max-width: 1240px;
    width: 100%;
    box-shadow: 0 0 50px rgba(0,0,0,0.1);
    background: #fff;
    padding: 30px 50px;
	border-radius: 30px;
    font-size: 17px;

    border-spacing: 0;
}

.boxContent .tblContent tr th {
    width: 80%;
    font-size: 21px;
    font-weight: normal;
    color: #222;
    text-align: left;
    padding-left: 30px;
	
}

.boxContent .tblContent tr th, .boxContent .tblContent tr td {

    padding: 40px 40px 40px 40px;
    vertical-align: top;
    line-height: 180%;
	word-break: keep-all;
}

.boxContent2 .tblContent2 tr th, .boxContent2 .tblContent2 tr td {

    padding: 20px 30px 20px 30px;
    vertical-align: top;
    line-height: 180%;
	word-break: keep-all;
}



.row2{
	padding:100px 0px 20px;
}

.boxContent .tblContent tr td {
    
    font-size: 15px;
    text-align: left;
}

.inner {
    width: 100%;

    margin: 0 auto;
	padding: 20px 0px;
}

.qna {
    margin: 0 auto;
	padding: 30px;
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 0 50px rgba(0,0,0,0.1);
	margin-bottom: 20px;
	max-width: 1240px;
}

.qna h2{
    color: #3c341a;
	font-size:18px;
	text-align: left;
}

.qna p{
    color: #999;
	font-size:16px;
	text-align: left;
}


.red_box{
	background:red;
	color:#fff;
}

.flex{
	display:flex;
}


















.contact-area h2{font-size:36px;font-weight:100; color:#000;}
.contact-area h2 span{font-weight:600; color:#000;}
.contact-area p{font-size:14px;font-weight:300}


.text-center {
    text-align: center !important;
}

.justify-content-center {
    justify-content: center !important;
}












/* Services
---------------------------------*/

.service-list{
	padding:0 0 0 0;
	font-size:14px;
	margin-bottom:40px;
}
.service-list-col1{
	float:left;
	width:60px;
}
.service-list-col1 i{
	font-style:normal;
	font-size:38px;
	display:block;
	color:#222;
	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-color:#27262b;
}

.main-section.alabaster4{
	background-color:#fbfbfb;
}

.text-white{
	color:#fff !important;
}






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: 190px 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;

}

.featured-work4 h2{
	text-align:center;
}



.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;
}

.padding-b3{
	padding-bottom:35px;
	text-align: center;
	color:#000;
}

.padding-name{
	padding-left:0px;
}

.padding-num{
	padding-right:0px;
	
}

.title{
	text-align: center;
}


.featured-box-col1{
	width:60px;
	float:left;
}
.featured-box-col1 i{
	display:block;
	line-height:38px;
	font-family: 'IBMPlexSansKR', sans-serif;
	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-family: 'IBMPlexSansKR', sans-serif;
	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;
	font-family: 'IBMPlexSansKR', sans-serif;
	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-family: 'IBMPlexSansKR', sans-serif;
	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{
	font-family: 'IBMPlexSansKR', sans-serif;
	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;
}

/* Talk Business
---------------------------------*/
.business-talking {
    background: #299cfa;
    background-size: cover;
    padding: 60px 0 10px;
    text-align: center;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
.business-talking h2 {
    font-family: 'IBMPlexSansKR', sans-serif;
    font-weight: 700;
    padding: 0;
    margin: 20px 0 70px;
    text-transform: uppercase;
    font-size: 28px;
    color: #000;
}


/* Contact
---------------------------------*/
.main-section.contact{
	padding:40px 0px;
}

.main-section.contact{

}
.contact-info-box{
	font-size:15px;
	margin:0 0 14px 0px;
	padding-left:0;
}
.contact-info-box h3{
	font-size: 15px;
	font-weight:400;
	float:left;
	width:80px;
	margin-right:12px;
	line-height:28px;
}
.contact-info-box h3 i{
	font-style:normal;
	font-size:18px;
	color:#222222;
	font-family: 'IBMPlexSansKR', 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;
	font-family: 'IBMPlexSansKR', sans-serif;
	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;
	font-family: 'IBMPlexSansKR', sans-serif;
	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: #2c2716;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'IBMPlexSansKR', 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: #3c341a;
	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;
}






/* Tab */



.bg-color {
	background-color: #46a1de;
	transition-duration: 0.5s;
  }
  
  .text-color {
	color: #46a1de;
	transition-duration: 0.5s;
  }
  
  
  .wrapper {
	width: 100%;
	margin: 0 auto;
  }
  
  .tabs {
	display: table;
	table-layout: fixed;
	width: 100%;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
  }
  .tabs > li {
	transition-duration: 0.25s;
	display: table-cell;
	list-style: none;
	text-align: center;
	padding: 20px 20px 25px 20px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	color: white;
  }
  .tabs > li:before {
	z-index: -1;
	position: absolute;
	content: "";
	width: 100%;
	height: 120%;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.3);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition-duration: 0.25s;
	border-radius: 5px 5px 0 0;
  }
  .tabs > li:hover:before {
	-webkit-transform: translateY(70%);
	transform: translateY(70%);
  }
  .tabs > li.active {
	color: #50555a;
  }
  .tabs > li.active:before {
	transition-duration: 0.5s;
	background-color: white;
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  
  .tab__content {
	background-color: white;
	position: relative;
	width: 100%;
	border-radius: 5px;
  }
  .tab__content > li {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	list-style: none;
  }
  .tab__content > li .content__wrapper {
	text-align: center;
	border-radius: 5px;
	width: 100%;
	padding: 3% 2%;
	background-color: white;
  }
  
  .content__wrapper h2 {
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
	font-weight: 300;
  }
  .content__wrapper img {
	width: 100%;
	height: auto;
	border-radius: 5px;
  }
  
  .colors {
	text-align: center;
	padding-top: 20px;
  }
  .colors > li {
	list-style: none;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border-bottom: 5px solid rgba(0, 0, 0, 0.1);
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
	transition-duration: 0.2s;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  }
  .colors > li:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	border-bottom: 10px solid rgba(0, 0, 0, 0.15);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  }
  .colors > li.active-color {
	-webkit-transform: scale(1.2) translateY(-10px);
	transform: scale(1.2) translateY(-10px);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	border-bottom: 20px solid rgba(0, 0, 0, 0.15);
  }
  .colors > li:nth-child(1) {
	background-color: #2ecc71;
  }
  .colors > li:nth-child(2) {
	background-color: #D64A4B;
  }
  .colors > li:nth-child(3) {
	background-color: #8e44ad;
  }
  .colors > li:nth-child(4) {
	background-color: #46a1de;
  }
  .colors > li:nth-child(5) {
	background-color: #bdc3c7;
  }

  .product_info{
	width:100%;
	border-top:1px solid #b5b5b5;
	border-bottom:1px solid #b5b5b5;
	margin-top:20px;
  }

  .product_info tr{

  }

  .product_info tr td{
	font-size:15px;
	color:#828282;

	text-align:center;
	vertical-align:middle;
	padding:20px;
	word-break:keep-all;
  }

  .product_info tr th{
	padding: 5px;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    font-size: 16px;
    color: #333333;
    font-weight: 600;

    word-break: keep-all;
  }

  .tab_color_01{
	  background: #f4f4f4;
  }

	









/* Footer
---------------------------------*/

.footer {
  text-align: center;}
  .footer-top {
    background-color: #27262b;
    padding-top: 50px; }
  .footer-bottom {
    background-color: #27262b;
    padding: 20px 0; }
  .footer .footer-col {
    margin-bottom: 0px; font-size: 23px; color: #fff; word-break: keep-all; line-height: 26px; font-weight:400; text-align: left;; }
  .footer .footer-col_02{font-size:12px; color: #ddd; word-break: keep-all; line-height:20px; margin-bottom: 40px;  text-align: left;}
  .footer h3 {
    color: #fff; padding: 0px 20px; word-break:keep-all; line-height:36px;}
  .footer h3 {
    margin-bottom: 20px; }
  .footer p {
    color: rgba(255, 255, 255, 2);  padding: 0px 20px; word-break:keep-all;}
  .footer a {
    color: #fff; }
    .footer a:hover {
      color: #6053e1; }
  .footer .footer-share {
    margin-top: 0; }
    .footer .footer-share li {
      display: inline-block;
      float: none; }
    .footer .footer-share a {
      border-width: 2px;
      color: #fff; }
  .footer .fa-heart {
    color: #6053e1;
    font-size: 11px;
    margin: 0 2px; }
#footerMiddle {background:#fff; border-top:1px solid #ddd; color:#000; padding:20px 0px;}


.footer-logo{
	margin:15px auto 35px;
	width: 76px;
}


.footer_menu ul{
	margin:0 auto;
	list-style: none;
    text-align: center;
}


.footer_menu li{
	font-size:12px;
	color:#fff;
	display: inline;
	margin:5px;
}

}


.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-family: 'IBMPlexSansKR', sans-serif;
	font-size:38px;
	text-decoration: none !important;
	color:#777777;
	font-style:normal;
	display:none;
	width:42px;
	height:27px;
	margin:28px 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;
    
}


#header .main-header {
    z-index: 999;
    width: 100%;
    position: absolute;
    height: 0;
    overflow: hidden;
    -webit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    overflow: hidden;
}
#header .is-sticky .main-header {
    opacity: 1;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 9px 0px;
    height: auto;
    background: linear-gradient(135deg, rgb(116, 54, 141) 0%, rgb(190, 75, 143) 50%, rgb(242, 85, 125) 100%);
}
#header .main-header {
    z-index: 999;
    width: 100%;
    position: absolute;
    height: 0px;
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
    overflow: hidden;
}
/* 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; 
}




