/*---------------------
  CSS
-----------------------*/

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.spad {
	padding-top: 30px;
	padding-bottom: 30px;
}


section {

  overflow: hidden;
}




/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  background: #fff;
}


#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu ul {
  border-radius: 6px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #000;
  padding: 10px 25px;
  transition: 0.3s;
  font-size: 1rem;
  font-weight: 500;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #eb00ff;
  text-decoration: none;
}



.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 10px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #3e6f9b;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #fdc134;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}



/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 10px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #565259;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #262c31;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
  transition: 0.3s;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #eb00ff;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}


.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(18, 33, 46, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}




/*---------------------
  mainimg-section
-----------------------*/
.mainimg-section {
	background:#f5f5f5;
}

.mainimg-section .mainimg-items {
	height: 600px;
	padding:200px 0; 
}

.mainimg-section .mainimg-items p{
	color: #fff;
	font-size: 2rem;
	font-weight: 300;
	letter-spacing:-0.01em;
	text-transform: uppercase;
	line-height: 52px;
	display: block;
	position: relative;
	top: 50px;
	margin:0 auto;
	text-align: center;
}
.mainimg-section .mainimg-items p span{
	font-weight: 600;
}



/*---------------------
  business Section
-----------------------*/

.business-section {
	padding: 60px 0px;
}

.business-box {
	position: relative;
	z-index: 1;
	text-align: center;
	box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
	padding:50px 40px;
}

.business-box:hover::before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.business-box::before {
	position: absolute;
	left: 35px;
	top: 30px;
	border: 13px solid #ead9fa;
	content: "";
	opacity: 0.3;
	width: calc(100% - 70px);
	height: calc(100% - 60px);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.business-box h3{
	font-size: 1.286rem;
	font-weight: 500;
	letter-spacing:-0.01em;
	padding:25px 0;
}



/*---------------------
  Hero Section
-----------------------*/
.hero-section {padding: 60px 0px;}

.section-title {
	margin-bottom: 40px;
	text-align: center;
}

.section-title h2 {
	color: #252525;
	font-size: 3rem;
	font-weight: 500;
	margin-bottom: 10px;
	position: relative;
}



.section-title p {
	color: #000000;
	font-size: 1rem;
}

.hero-items .single-hero-items {
}

.hero-items .single-hero-items span {
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	top: 0px;
	opacity: 1;
}

.hero-items .single-hero-items .port-text {
	margin-top:12%;
}

.hero-items .single-hero-items h1 {
	color: #252525;
	font-size: 34px;
	font-weight: 600;
	margin-bottom: 6px;
	position: relative;
	top: 50px;
	opacity: 0;
}

.hero-items .single-hero-items p {
	font-size: 20px;
	margin-bottom: 42px;
	position: relative;
	top: 100px;
	opacity: 0;
}

.hero-items .single-hero-items .primary-btn {
	position: relative;
	top: 100px;
	opacity: 0;
}



.hero-items .owl-item.active .single-hero-items span,
.hero-items .owl-item.active .single-hero-items h1,
.hero-items .owl-item.active .single-hero-items p,
.hero-items .owl-item.active .single-hero-items .primary-btn {
	top: 0;
	opacity: 1;
}

.hero-items .owl-item.active .single-hero-items span {
	-webkit-transition: all 0.2s ease 0.2s;
	-o-transition: all 0.2s ease 0.2s;
	transition: all 0.2s ease 0.2s;
}

.hero-items .owl-item.active .single-hero-items h1 {
	-webkit-transition: all 0.4s ease 0.4s;
	-o-transition: all 0.4s ease 0.4s;
	transition: all 0.4s ease 0.4s;
}

.hero-items .owl-item.active .single-hero-items p {
	-webkit-transition: all 0.6s ease 0.6s;
	-o-transition: all 0.6s ease 0.6s;
	transition: all 0.6s ease 0.6s;
}

.hero-items .owl-item.active .single-hero-items .primary-btn {
	-webkit-transition: all 0.8s ease 0.8s;
	-o-transition: all 0.8s ease 0.8s;
	transition: all 0.8s ease 0.8s;
}



.hero-items .owl-nav button[type=button] {
	font-size: 30px;
	position: absolute;
	left: 40px;
	top: 45%;
	color: #252525;
}

.hero-items .owl-nav button[type=button]:hover {
	color: #dfad51;
}

.hero-items .owl-nav button[type=button].owl-next {
	left: auto;
	right: 40px;
}



.primary-btn {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	padding: 8px 50px;
	color: #ffffff;
	background: #8800ff;
	/* text-transform: uppercase;*/
}

.site-btn {
	color: #ffffff;
	background: #8800ff;
	border: 1px solid #e7ab3c;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 13px 45px 11px;
	cursor: pointer;
}


/*---------------------
  PORTFOLIO2 section
-----------------------*/
.portfolio2-section {
	padding-bottom:60px;
}

.portfolio2-section .portfoliomob-img1 {text-align: center; margin-bottom:40px}
.portfolio2-section .portfoliomob-img1 h2.title{
	font-size:2rem; 
	font-weight: 600; 
	margin:15px 0;
	padding-top:20px
}

.portfolio2-section .portfoliomob-img1 p {color:#b6b6b6; padding-bottom:20px}

.portfolio2-section .mobile {
    position: relative;
    width: 332px;
    z-index: -1;
	top:-500;

}

.portfolio2-section .mobile-screen {
  overflow: hidden;
  position: absolute;
  height: 517px;
  width: 300px;
  left: 50%;
  transform:translate(-50%, -50%); 
  margin-top:337px;
}
.portfolio2-section .mobile-screen2 {
  overflow: hidden;
  position: absolute;
  height: 517px;
  width: 300px;
  left: 50%;
  left: 50%;
  transform:translate(-50%, -50%); 
  margin-top:337px;
}
.portfolio2-section .screen-landing {
  left: 0;
  line-height: 0;
  position: absolute;
  width: 100%;
  transition: all 5s;
  -o-transition: all 5s;
  -ms-transition: all 5s;
  -moz-transition: all 5s;
  -webkit-transition: all 5s;
}
.portfolio2-section .screen-landing:hover {
  cursor: pointer;
  margin-top: -1280px;
}

.portfolio2-section .screen-landing2 {
  left: 0;
  line-height: 0;
  position: absolute;
  width: 100%;
  transition: all 5s;
  -o-transition: all 5s;
  -ms-transition: all 5s;
  -moz-transition: all 5s;
  -webkit-transition: all 5s;
}
.portfolio2-section .screen-landing2:hover {
  cursor: pointer;
  margin-top: -1150px;
}


.portfolio2-section img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  border: 0;
}
.portfolio2-section .mobile-empty img.mobile {
  width: 100%;
}



/*---------------------
  Contact Section
-----------------------*/

.contact-section {
	padding-top: 75px;
	padding-bottom: 80px;
}

.contactbg {

	background:#f5f5f5;
}

.contact-title {
	margin-top: 20px;
	margin-bottom: 50px;
}

.contact-title h4 {
	color: #000;
	font-weight: 600;
	font-size:2.286rem;
	margin-bottom: 16px;
}




.contact-widget  .ci-text i {
	font-size: 20px;
	color: #8800ff;
	padding-right:10px;
}

.contact-widget  .ci-text {
	display: table;
	padding-left: 0px;
	font-size:0.9286rem;
	font-weight: 400;
	padding-top:10px;
	padding-bottom:10px;
}

.community-write .group-input input[type=text]{
	width: 100%;
	font-size: 0.8125rem;
	color: #636363;
	height: 40px;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	padding-left: 20px;
	margin-bottom: 15px;
}

.login-form form .group-input input,
.contact-form .leave-comment .comment-form input {
	width: 100%;
	font-size: 0.8125rem;
	color: #636363;
	height: 40px;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	padding-left: 20px;
	margin-bottom: 15px;
}


.community-write .group-input textarea,
.contact-form .leave-comment .comment-form textarea {
	width: 100%;
	resize: none;
	font-size: 0.8125rem;
	color: #636363;
	height: 150px;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	padding-left: 20px;
	padding-top: 10px;
	margin-bottom: 35px;
}

.contact-form .leave-comment .comment-form .site-btn {
	padding: 13px 35px 11px;
}





/*---------------------
  Footer
-----------------------*/

.footer-section {

	background: #252525;
}



.copyright-reserved {

	padding: 25px 0;   text-align: center;
}

.copyright-reserved .copyright-text {
	
	font-size:0.9286rem;
	color: #b2b2b2;
}

.copyright-reserved .copyright-text span{
	color: #9c00ab;
}












/*---------------------
  sub-img--section
-----------------------*/

.sub-img-section {
	padding-top: 100px;
	padding-bottom: 100px;
}

.sub-img__text h2 {
	font-size: 35px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 12px;
	font-weight: 700;
}




/*---------------------
  sub navigation Section 
-----------------------*/

#gnb2 {position: relative; width:100%; background: rgba(0, 0, 0, 0.5); height:49px; margin-top:-50px}
#gnb2 .navbar{position: relative; padding-top: 0; padding-bottom: 0;  z-index: 10; }

#gnb2 .navbar-light ul{}
#gnb2 .navbar-light li {float: left;position: relative;width: 200px;box-sizing:border-box;}
#gnb2 .navbar-light li a {position: relative;box-sizing:border-box;padding-left: 24px;font-size: 15px;line-height: 32px;color: #fff;transition:.3s}
#gnb2 .navbar-light li a:before {display: block;content: '';position: absolute;top: 50%;right: 20px;width: 7px;height: 11px;margin-top: -5px;background: url(/assets/hpg/nuriware/images/common/lnb_arw.png) no-repeat center center;background-size:100%;transition:.3s;}
#gnb2 .navbar-light li.home {width: 55px;}
#gnb2 .navbar-light li.home a {background:  url(/assets/hpg/nuriware/images/common/lnb_home.png) no-repeat center center;text-indent: -9999px;}
#gnb2 .navbar-light li.home a:before {display: none;}
#gnb2 .navbar-light li a.on:before,
#gnb2 .navbar-light li:hover a:before {transform:rotate(90deg);}

#gnb2 .navbar-light .sm-menu ul {background-color: #fff; padding:0}
#gnb2 .navbar-light .sm-menu ul li {border-bottom: 1px solid #dbdbdb; }
#gnb2 .navbar-light .sm-menu ul li:last-child {border-bottom: 0;}
#gnb2 .navbar-light .sm-menu ul li a {position: relative;box-sizing:border-box;padding-left: 28px;font-size: 14px;line-height: 40px;color: #222; transition:.3s;}
#gnb2 .navbar-light .sm-menu ul li:hover a {font-weight: 400;color: #eb00ff;background-color: #faf4fa;}
#gnb2 .navbar-light .sm-menu ul li:hover a:before {top: 0;width: 0px;height: 0;}







/*---------------------
  default-page
-----------------------*/


.default-page {
	padding-top: 60px;
	padding-bottom: 60px;
	min-height:450px
}

h3.subtitle{	
	color: #252525;
	font-size:25px;
	font-weight: 600;
	margin:40px 0 20px;
	display: block;
	width:100%;
}
/*-----회사소개-----*/
.companyinfo {font-weight: 400;}
.blue{color:#8800ff}

/*---------------------
 history-section
-----------------------*/
.history_wrap  div { font-size: 0; position: relative; }
.history_wrap  div:first-child .line { top: 40px; }
.history_wrap  div:first-child .years_area { padding-top: 100px; }
.history_wrap  div:first-child .cont_area:after { top: 40px; height: calc(100% - 10px); }

.history_wrap  div:last-child .cont_area > div { padding-bottom: 0; }
.history_wrap  div:last-child .cont_area:after { display: none; }
.history_wrap  div:last-child .line { display: none; }
.history_wrap  div > * { display: inline-block; vertical-align: top; }
.history_wrap .line { position: absolute; left: 300px; top: 25px; display: inline-block; width: 1px; height: 0; background: #edd9ff; z-index: 2; }

.history_wrap .on .line { height: 100%; }
.history_wrap .on:first-child .line { height: calc(100% - 10px); }
.history_wrap .on .years_area:after { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.history_wrap .on .years_area .year { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; }
.history_wrap .on .cont_area > div { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; }
.history_wrap .years_area { width: 300px; z-index: 2; position: relative; }
.history_wrap .years_area:after { position: absolute; top: 50%; right: -20px; width: 40px; height: 40px; border: 5px solid #edd9ff; margin-top: -26px; content: ""; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 100%; }
.history_wrap .years_area:before { display: block; position: absolute; top: 50%; right: -8px; width: 16px; height: 16px; content: ""; background: #8800ff; margin-top: -14px; border-radius: 100%; }

.history_wrap .years_area .year { padding-left: 46px; font-size: 45px; font-weight: 600; color:#8800ff; }
.history_wrap .cont_area { padding-left: 105px; width: calc(100% - 300px); position: relative; }

.history_wrap .cont_area .cont_wrap { font-size: 16px; }
.history_wrap .cont_area .cont_wrap li { display: table; width: 100%; margin-bottom: 68px; }
.history_wrap .cont_area .cont_wrap li p { margin-bottom: 15px; }


/*-----솔루션-----*/

.solution-page {margin-top:30px}
.service_icon {position: relative;}
.service_icon .img{float: left;}
.service_icon .img h5{font-size: 16px; font-weight: 500; text-align: center; padding-top:10px}
.service_icon dl {position: relative; margin-left:140px; margin-bottom:30px;}
.service_icon dl dd::before {
	content: " · ";	
	font-size: 10px;
	color: #000;
	position: absolute;
	left:0px;
}
.service_icon dl dd {padding-left:10px; padding-bottom:10px}

.box {

  margin-bottom: 30px;
  box-shadow: 0px 0px 10px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
  position: relative;
}

.box .pic,
.experience .service_icon{
  overflow: hidden;
  padding:15px;
}

.box .pic img {
  max-width: 100%;
}



.section-bg {
  background: #f2f6fa;
  margin-top:60px;
}

.experience .service_icon img{width:80%}

.systemtype h5,
.experience .service_icon h5{font-size: 16px; font-weight: 500; text-align: center; padding:20px 0 ;}
.experience .service_icon h5 span{background:#8d2ce2; color:#fff; font-size: 12px; font-weight: 400; padding:5px 15px; border-radius: 7px;}




/*---------------------
  function-section
-----------------------*/

.function-section {
    padding-top: 90px;
	padding-bottom: 0px; 
}


.function-tab .nav-tabs {
	border:1px solid #efefef; background:#fff;
	margin:0 auto;
	
}



.function-tab .nav-tabs .nav-item {
	text-align: center; width:12.5%;	
	border-top:0px solid #efefef;
	border-bottom:1px solid #efefef;
	border-left:1px solid #efefef;		
}

.function-tab .nav-tabs li:first-child {
	border-left:0px solid #efefef;	
}

.function-tab .nav-tabs .nav-item .nav-link {
	padding: 15px 0 ;
	border: none;
}

.function-tab .nav-tabs .nav-item a{color:#000000; font-weight: 400; font-size:15px}
.function-tab .nav-tabs .nav-item a:hover{color:#fe2144; }

.function-tab .nav-tabs .nav-item .nav-link.active { color:#fe2144; background:#fff; font-weight: 600; }


.function-tab .tab-content {width:100%; margin-top:20px}


.function-tab .st-content .img-box {
  position: relative;
}
.function-tab .st-content .img-box img {
  padding: 70px 0;
}



.function-tab .st-content .info-content {
  padding: 40px;  color:#fff;
}

.function-tab .st-content .info-title h2{
	color:#fff;
	font-size: 40px;
	font-weight: 600;
	line-height: 50px;
	padding:10px 0 20px 0;
   
}

.function-tab .st-content .infotxt {font-size: 18px; font-weight: 400;}

.function-tab .st-content .infotxt span{font-size: 18px; font-weight: 600;color:#ff5a73;}


.function-tab .st-content .info-title ul{
	 margin-top:30px;
	 font-size: 14px;
}


.function-tab .st-content .info-content .info-title ul li{line-height: 30px; position: relative; display:block; padding-left:10px }
.function-tab .st-content .info-content .info-title ul li:after{content: ''; position: absolute; left: 0; top: 15px; width: 2px;height: 2px;background: #fff;}





/*Portfolio*/


.Portfolio-item {
	margin-bottom: 42px;
}

.Portfolio-item .bi-pic img {
	min-width: 100%;
}

.Portfolio-item .bi-text {
	padding-top: 24px;
}

.Portfolio-item .bi-text h4 {
	color: #252525;
	font-weight: 600;
	line-height: 30px;
}

.Portfolio-item .bi-text p {

	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #666;
	line-height: 30px;
}




.modal-header h3{font-size: 18px; font-weight: 400;}



.carousel-control-prev-icon2,
.carousel-control-next-icon2 {
  display: inline-block;

  padding:6px 10px;
  background-color:#000;
  border-radius: 50%;
}

.carousel-control-prev-icon2 i,
.carousel-control-next-icon2 i {
  font-size:20px;
  line-height: 26px;
}


span.carousel-control-prev-icon2 {
 position: relative;
 right: 40px;
}

span.carousel-control-next-icon2 {
 position: relative;
 left: 40px;

}






/*---------------------
  Map
-----------------------*/

.map {
	padding-top: 80px;
	padding-bottom: 0;
}



#accordion-style-1 h1,
#accordion-style-1 a{
    color:#007b5e;
}
#accordion-style-1 .btn-link {
    font-weight: 400;
    color: #007b5e;
    background-color: transparent;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: bold;
	padding-left: 25px;
}

#accordion-style-1 .card-body {
    border-top: 2px solid #007b5e;
}

#accordion-style-1 .card-header .btn.collapsed .fa.main{
	display:none;
}

#accordion-style-1 .card-header .btn .fa.main{
	background: #007b5e;
    padding: 13px 11px;
    color: #ffffff;
    width: 35px;
    height: 41px;
    position: absolute;
    left: -1px;
    top: 10px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
	display:block;
}


/*---------------------
견적서
-----------------------*/
.bc-item {position: relative; display: inline-block;}
.bc-item .list {position: relative; width:100%; display: inline-block;}
.bc-item .list strong{color:#8800ff; font-size:18px; font-weight: 500;}
.bc-item .list .info label{width:80px}
.bc-item .list input[type=text]{
	font-size: 0.8125rem;
	color: #636363;
	height: 40px;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	padding-left: 20px;
}

.bc-item .list  textarea{
	width: 100%;
	resize: none;
	font-size: 0.8125rem;
	color: #636363;
	height:150px;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	padding-left: 20px;
	padding-top: 10px;
}


.bc-item label { margin-right:50px; padding:3px; line-height: 25px; }


/*---------------------
  Register Form
-----------------------*/

.register-login-section {
	padding-top: 72px;
	padding-bottom: 80px;
}


.login-form h2 {
	color: #252525;
	font-weight: 700;
	text-align: center;
	margin-bottom: 35px;
}

.community-write form .group-input,
.login-form form .group-input {
	margin-bottom: 25px;
}

.community-write form .group-input label,
.login-form form .group-input label {

	font-size: 16px;
	font-weight: 400;
	color: #252525;
	margin-bottom: 13px;
}






.login-form form .login-btn {
	width: 100%;
	letter-spacing: 2px;
	margin-top: 5px;
}


.login-form .switch-login {
	text-align: center;
	margin-top: 22px;
}


.login-form .switch-login a {
	color: #252525;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	margin:0 10px;
}


.login-form .switch-login a:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #9f9f9f;
	content: "";
}

.login-form .group-input.gi-check {
	margin-bottom: 8px;
}

.login-form .group-input .gi-more {
	overflow: hidden;
}

.login-form .group-input .gi-more label {
	position: relative;
	cursor: pointer;
	padding-left: 28px;
	font-size: 14px;
	color: #6B6B6B;
	float: left;
}

.login-form .group-input .gi-more label input {
	position: absolute;
	visibility: hidden;
}

.login-form .group-input .gi-more label input:checked~span {
	border-color: #6C6C6C;
}

.login-form .group-input .gi-more label input:checked~span:after {
	border-color: #6c6c6c;
}

.login-form .group-input .gi-more label .checkmark {
	position: absolute;
	left: 0;
	top: 4px;
	height: 13px;
	width: 13px;
	border: 1px solid #6C6C6C;
	border-radius: 2px;
}

.login-form .group-input .gi-more label .checkmark:after {
	left: 2px;
	top: -2px;
	width: 13px;
	height: 6px;
	border: solid #ffffff;
	border-width: 2px 2px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
}



/*---------------------
  community-section Cart
-----------------------*/

.community-section {
	padding-top: 60px;
	padding-bottom: 60px;
}


.modal-body {font-size:14px}


/*---------------------
  Faq Section
-----------------------*/


.faq-section {
	padding-top: 60px;
	padding-bottom: 60px;
}



.faq-accordin {border-top: 2px solid #5a5a5a; margin-bottom:30px}

.faq-accordin .card {
	border-top:none;border-left:none;border-right:none;border-bottom:1px solid #ddd;
	margin: 30px 0;
}

.faq-accordin .card .card-heading {
	font-size: 17px;
	color: #000000;
	font-weight: 400;
	cursor: pointer;
	padding-bottom:30px;
}

.faq-accordin .card .card-heading a {
	padding-left: 42px;
	display: block;

}

.faq-accordin .card .card-body {
	padding: 0;
	padding-top: 0px;
	padding-bottom: 20px;
}

.faq-accordin .card .card-body p {
	margin-bottom: 0;
}

.faq-accordin .card-heading a:after,
.faq-accordin .card-heading>a.active[aria-expanded=false]:after {
	content: "\ec3e";
	font-family: "IcoFont";
	font-size: 14px;
	color: #fff;
	height: 25px;
	width: 25px;
	text-align: center;
	line-height: 25px;
	background: #eb566c;
	margin-top: 3px;
	position: absolute;
	left: 0;
	top: 0;
}

.faq-accordin .card-heading a[aria-expanded=true]:after,
.faq-accordin .card-heading>a.active:after {
	content: "\ec7e";
	font-family: "IcoFont";
	float: left;
	font-size: 13px;
	color: #ffffff;
	background: #eb566c;
}






/* ------------------------------ Responsive Media Styles ---------------------------- */
@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}


@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1300px;
	}
}

/* Medium Device: 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.nav-item .nav-menu li a {
		padding: 16px 26px 15px;
	}
	.hero-items .owl-nav button[type=button] {
		left: 5px;
	}
	.hero-items .owl-nav button[type=button].owl-next {
		right: 5px;
	}

}

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


#gnb2 .navbar-light ul {display: table;table-layout: auto;width: 100%;}
#gnb2 .navbar-light ul li {display: table-cell;vertical-align: top;float: none;width: auto;}
#gnb2 .navbar-light li a {font-size: 14px;}
#gnb2 .navbar-light li.home {display:none}
#gnb2 .navbar-light .sm-menu ul li {display: table;table-layout: auto;width: 100%;}
#gnb2 .navbar-light .sm-menu ul li a {font-size: 13px;}




.history_wrap .line {left: 120px;}
.history_wrap .years_area { width: 120px;}
.history_wrap .years_area .year { padding-left: 0px; font-size: 27px;}
.history_wrap .cont_area { padding-left: 42px; width: calc(100% - 120px);}
.history_wrap .cont_area .cont_wrap { font-size: 15px; }



	.business-section {
		padding: 80px 0 50px;
	}
	.contact-map {
		padding-top: 40px;
	}
	.hero-items .owl-nav button[type=button] {
		left: 5px;
	}
	.hero-items .owl-nav button[type=button].owl-next {
		right: 5px;
	}

	.hero-items .single-hero-items h1 {
		font-size: 30px;
	}

	.hero-items .single-hero-items p {
		font-size: 18px;
		margin-bottom: 22px;
	}

	
}



/* Large Device: 480px */

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








	.function-tab .nav-tabs .nav-item {
		text-align: center; width:50%;
	}

	.mb_none{display:none}
	.hero-items .single-hero-items .port-text {margin-top:20px; text-align: center;}

}

/* Small Device: 320px */

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

	.contact-widget .cw-item .ci-icon {
		float: none;
		margin-bottom: 5px;
	}
	.contact-widget .cw-item .ci-text {
		padding-left: 0;
	}

}
