/**
* Template Name: Groovin - v2.1.0
* Template URL: https://bootstrapmade.com/groovin-free-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*에스코어 드림 B 웹폰트 */
@font-face {
     font-family: 'S-CoreDream-7ExtraBold';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

/*에스코어 드림 M 웹폰트 */
@font-face {
     font-family: 'S-CoreDream-5Medium';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

/*에스코어 드림 L 웹폰트 */
@font-face {
     font-family: 'S-CoreDream-3Light';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'NanumSquare', 'Sans-serif';
  color: #000000;
  padding-right:0px !important;
}

a {

}

a:hover {
  text-decoration: none;
}

br {
	font-family:"Cooper Black", serif;
}

.mobile_br{
	display:none;
}

@media (min-width:980px) and (max-width:980px){
	.mobile_br{
		display:block;
	}
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}

/*단축키일람 제거*/
.btn_cke_sc {display:none;}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.main-menu{
	width:1240px;
	margin:0 auto;
}

.back-to-top {
	position:absolute;
	top:-30px;
	right:60px;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #d9d9d9;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #b9b9b9;
  color: #fff;
}

/*modal none*/
.modal-open .back-to-top {
  display: none !important;
}
/*--------------------------------------------------------------
# preloder
--------------------------------------------------------------*/
#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #ffffff;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position:fixed;
  background: #ffffff;
  width:100%;
  transition: all 0.5s;
  z-index: 997;
  box-shadow:0px 0px 30px rgba(127, 127, 127, 0.5);
}

#header.headon {
	background-color:#333333;;
}

#header .head-top{
	background-color:#f1f2f2;
}

#header .head-top ul{
	margin:0;
	text-align:right;
}

#header .head-top ul li{
	display:inline-block;
	width:90px;
}

#header .head-top ul li a{
	display:block;
	color:#6d6e71;
	font-size:15px;
	padding:5px;
	text-align:center;
}

#header .head-top ul li a:hover{
	font-weight:bold;
}

.black-layout{
	background-color:rgba(0, 0, 0, 0.5);
}

#header .main_logo, #header .main_logo_w{
	position:absolute;
}

#header .logo {
	margin:0;
	position:absolute;
	top:22.5px;
	left:30px;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 25px;
}

#header .sns_list {
	display:none;
	position:absolute;
	top:50%;
	right:40px;
	transform:translateY(-50%);
	background: linear-gradient(to right, #20be89, #20bdbd);
	border-radius:20px;
}

#header .sns_list ul {
	text-align:center;
	margin:0;
	padding:5px 20px;
}

#header .sns_list ul li {
	display:inline-block;
	margin-right:15px;
}

#header .sns_list ul li:last-child {
	margin-right:0;
}

@media(max-width:980px){
	#header {
	  height:100px;
	}

	#header .logo {
	  top:0px;
	}

	#header .logo img {
	  max-height: 100px;
	  padding:35px 0;
	}

	#header .sns_list {
		top:33%;
		right:150px;
		transform:scale(1.5);
	}
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.menu_bg{
  display: none;
  position: absolute;
  left: 0;
  width:100%;
  height:275px;
  top: 100%;
  background-color:rgba(85, 85, 85, 0.7);
}

.parent-menu{
	width:40%;
	text-align:right;
	float:left;
	font-size:24px;
	font-weight:bold;
	padding:10px 20px 10px;
}

.children-menu{
	float:left;
	padding-top:2px;
}

.red-circle{
	color:#fe330a;
	margin-right:10px;
}

.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  text-align:center;
}

.nav-menu > ul > li {
	display:inline-block;
  white-space: nowrap;
  height:70px;
}

.nav-menu > ul > li > a {
  display: block;
  position: relative;
  color: #000000;
  font-size: 17px;
  font-weight: bold;
  padding: 20px 35px;
  text-transform: uppercase;
}

.headon .nav-menu > ul > li > a {
	color:#ffffff;
}

.nav-menu > ul > .tnb_admin a {
	color:#de2b2f;
	font-size:17px;
	font-weight:bold;
}

.headon .nav-menu > ul > .tnb_admin a {
	color:#20bdbe;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {

}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {

}

.nav-menu .drop-down ul {
	display:none;
	position:relative;
	width: 100%;
}

.nav-menu .drop-down > ul > li {
  width: 100%;
  height:41px;
  position: relative;
  padding:5px 0;
  text-align:center;
}

.nav-menu .drop-down > ul > li:first-child {
	border-top:3px solid #ffffff;
	height:61px;
	padding:25px 0 5px;
}

.nav-menu .drop-down ul > li a {
  font-size: 17px;
  text-transform: none;
  color: #000000;
}

.headon .nav-menu .drop-down ul > li a {
	color:#ffffff;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {

}

@media (max-width: 1366px) {

}

/* Get Startet Button */
.get-started-btn {
  margin-left: 25px;
  color: #fff;
  border-radius: 4px;
  padding: 6px 25px 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 13px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  border: 2px solid #5c9f24;
}

.get-started-btn:hover {
  background: #5c9f24;
  color: #fff;
}

@media (max-width: 980px) {
	.tnb_admin {
		display:none;
	}
}

@media (max-width: 768px) {
  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
}

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

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

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

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

.mobile-nav a {
  display: block;
  position: relative;
  color: #2a2a2a;
  padding: 10px 20px;
  font-size:48px;
  font-weight: 500;
  outline: none;
}

.mobile-nav .parent-menu{
	font-size:40px;
	margin-top:15px;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #386cb0;
  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;
  border-top:1px solid #1a1a1a;
  font-size:53px;
  font-weight:bold;
}

.mobile-nav .drop-down:nth-child(4) {
  border-bottom:1px solid #1a1a1a;
}

.mobile-nav .drop-down ul {
  display:none;
  width:100%;
  overflow: hidden;
  float:none;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
  border-top:1px solid #1a1a1a;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(17, 17, 17, 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;
}

.section_container{
	width:1240px;
	margin:0 auto;
	text-align:center;
}

@media (max-width:1240px){
	.main-menu{
		width:100%;
	}
	.section_container, .sub_section_container{
		width:100%;
	}
}

@media (max-width:991px){
	.menu_container{
	  position: static;
	  opacity: 1;
	  visibility: unset;
	  display:none;
	}
}

@media (max-width:768px){
	.mobile-nav a{
		font-size:24px;
	}
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 56vw;
  background-color: transparent;
  overflow: hidden;
  padding: 0;
}

#hero .carousel-item {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index:-1;
}

#hero .carousel-item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  width:100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

@media (max-width:980px){
	#hero .carousel-container {
	  width:100%;
	}
}

/*****************************************************************************************
메인슬라이드
*****************************************************************************************/
main{
	padding:0 20px;
}

#hero .carousel-content {
  position:relative;
  text-align:center;
}

#hero .main_img{
	width:80%;
}

#hero .slide-title{
	font-family: 'S-CoreDream-7ExtraBold';
	color:#ffffff;
	font-size:56px;
	margin-bottom:20px;
}

#hero .slide-content{
	font-family: 'S-CoreDream-5Medium';
	color:#ffffff;
	font-size:30px;
	margin-bottom:20px;
}

#hero .hero-btn{
	background-color:#231f20;
	display:inline-block;
	width:130px;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	padding:10px 20px;
	border-radius:5px;
	text-align:center;
}

#hero .carousel-content h2 {
  word-break:keep-all;
}

#hero .carousel-content p {
  word-break:keep-all;
}

@media (max-width: 1024px) {
    #hero .main_text{
		font-size:34px;
	}
}

@media (max-width: 767px) {
    #hero .main_text{
		font-size:17px;
	}
}

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

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

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#hero h2 span {
  color: #5c9f24;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-inner{
	height:56vw;
}

#hero .carousel-inner .carousel-item {
  height:56vw;
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
  opacity: 1;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 36px;
  line-height: 1;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  padding: 10px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
}

#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 65px;
  height: 10px;
  opacity: .6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px 12px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  text-transform: uppercase;
  border: 2px solid #5c9f24;
  background: #5c9f24;
}

#hero .btn-get-started:hover {
  background: #6ab82a;
  border-color: #6ab82a;
  color: #fff;
}

#hero .main-quick {
	position:absolute;
	top:20px;
	right:0;
	width:100px;
	z-index:9;
}

#hero .main-quick .quick-line {
	background-color:#ffffff;
	width:100%;
	height:3px;
}

#hero .main-quick .quick-text {
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding:10px 25px 10px 0;
}

#hero .main-quick .quick-form {
	margin-top:10px;
	padding-right:25px;
	text-align:center;
}

#hero .main-quick a:last-child .quick-form {
	margin-top:20px;
}

#hero .main-quick .quick-img {
	position:relative;
	display:inline-block;
	background-color:#ffffff;
	width:55px;
	height:55px;
	border-radius:50%;
}

#hero .main-quick .quick-img img {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}

#hero .main-quick .quick-title {
	color:#ffffff;
	font-size:12px;
	text-align:center;
}

#quick_menu {
	position:fixed;
	background-color:#ffffff;
	width:100px;
	top:50%;
	right:0;
	transform:translateY(-50%);
	z-index:999;
}

.quick_con{
	width:100%;
	height:100px;
}

.layout-popup{
	position:fixed;
	background-color:#ffffff;
	border:1px solid #dfdfdf;
	z-index:9999;
	display:none;
}

.closepop{
	float:right;
	cursor:pointer;
}

.closelabel, .closelabel input[type=checkbox]{
	cursor:pointer;
}
@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
  #quick_menu {
	display:none;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width:980px){
	#hero .main-quick {
		top:70px;
	}
}
@media (max-width:1240px){
	.section_container{
		width:100%;
	}
}

/*--------------------------------------------------------------
# main-photo
--------------------------------------------------------------*/
#main-photo{
	position:relative;
	padding:60px 0 120px;
}

.main-photo .photo-backbg {
	position:absolute;
	top:0;
	background-color:#ffffff;
	width:100%;
	height:387px;
}

.main-photo .photo-title {
	position:absolute;
	top:-130px;
	left:0;
	background-color:#ffffff;
	padding:20px 100px 20px 20px;
}

.main-photo .photo-title .title-text {
	color:#728a8a;
	font-size:17px;
	letter-spacing:10px;
}

.main-photo .photo-title .title-line {
	display:inline-block;
	background-color:#728a8a;
	width:250px;
	height:1px;
	vertical-align:middle;
}

.main-photo .photo-title .title-dot {
	display:inline-block;
	background-color:#728a8a;
	width:8px;
	height:8px;
	border-radius:50%;
	vertical-align:middle;
}

.main-photo .photo-content {
	position:relative;
	display:inline-block;
	width:100%;
}

.main-photo .con-left {
	width:calc(28% - 30px);
	margin-right:30px;
	float:left;
	text-align:left;
}

.main-photo .con-left .con-title {
	font-family: 'S-CoreDream-7ExtraBold';
	color:#728a8a;
	font-size:32px;
	padding-left:20px;
}

.main-photo .con-left .con-title span {
	position:relative;
	display:inline-block;
}

.main-photo .con-left .con-title span span:first-child {
	display:inline-block;
	z-index:1;
}

.main-photo .con-left .con-title span span:last-child {
	display:block;
	width:100%;
}

.main-photo .con-left .con-title span span:last-child:after {
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(129, 144, 150, 0.6);
	height:20px;
}

.main-photo .con-left .con-content {
	font-family: 'S-CoreDream-5Medium';
	color:#728a8a;
	font-size:22px;
	padding-left:20px;
}

.main-photo .con-left ul {
	margin:40px 0 0;
}

.main-photo .con-left ul li {
	font-family: 'S-CoreDream-5Medium';
	position:relative;
	float:left;
	width:calc(33% - 3px);
	color:#a5b8b6;
	font-size:12px;
	padding:10px 0;
	text-align:center;
	cursor:pointer;
}

.main-photo .con-left ul li:after {
	content:"";
	position:absolute;
	top:10px;
	bottom:10px;
	right:0;
	background-color:#728a8a;
	width:1px;
}

.main-photo .con-left ul li:hover {
	font-weight:bold;
	text-decoration:underline;
	text-underline-offset:10px;
}

.main-photo .con-left ul li.active {
	font-weight:bold;
	text-decoration:underline;
	text-underline-offset:10px;
}

.main-photo .con-left ul li:nth-child(3):after, .main-photo .con-left ul li:nth-child(6):after {
	display:none;
}

.main-photo .con-right {
	width:72%;
	min-height:354px;
	float:left;
}

.main-photo .con-right .con-photo {
	float:left;
	width:calc(33% - 12px);
	margin-right:15px;
	margin-bottom:15px;
}

.main-photo .con-right .con-photo:nth-child(3), .main-photo .con-right .con-photo:nth-child(6) {
	margin-right:0;
}

.main-photo .con-right .con-photo:nth-child(n+3) {
	margin-bottom:0;
}

.main-photo .con-right .con-photo img {
	width:100%;
}

.main-photo .photo-content .photo-more {
	font-family: 'S-CoreDream-3Light';
	position:absolute;
	left:0;
	bottom:40px;
	display:inline-block;
	background-color:#a5b8b6;
	color:#ffffff;
	font-size:12px;
	letter-spacing:6px;
	width:225px;
	margin-left:20px;
	padding:15px 25px;
	text-align:left;
	box-shadow:0px 5px 5px 0px rgba(127, 127, 127, 0.5);
}

.main-photo .photo-content .photo-more img {
	position:relative;
	top:2px;
	float:right;
}

@media (max-width:980px){
	.main-photo .con-left .con-title {
		font-size:28px;
	}

	.main-photo .con-left .con-content {
		font-size:23px;
	}

	.main-photo .con-left ul li {
		font-size:10px;
	}
}

@media (max-width:768px){
	#main-photo{
		padding:30px 0 60px;
	}

	.main-photo .photo-backbg {
		height:425px;
	}

	.main-photo .con-left .con-title {
		font-size:35px;
		margin-top:0px;
	}

	.main-photo .con-left .con-content {
		font-size:31px;
	}

	.main-photo .con-right .con-photo {
		width:calc(50% - 10px);
		margin-right:20px;
		margin-bottom:20px;
	}

	.main-photo .con-right .con-photo:nth-child(3) {
		margin-right:20px;
	}

	.main-photo .con-right .con-photo:nth-child(2n) {
		margin-right:0px;
	}

	.main-photo .con-right .con-photo:nth-child(n+3) {
		margin-bottom:20px;
	}

	.main-photo .con-right .con-photo:nth-child(n+5) {
		margin-bottom:0px;
	}

	.main-photo .con-left ul {
		display:inline-block;
		margin:20px 0;
	}

	.main-photo .con-left {
		width:100%;
		margin-right:0px;
		float:none;
	}

	.main-photo .con-left ul li {
		font-size:16px;
	}

	.main-photo .con-right {
		width:100%;
		min-height:auto;
		float:none;
		padding-top:80px;
	}

	.main-photo .photo-content .photo-more {
		bottom:auto;
		top:234px;
	}
}

.per-title {
	font-family: 'S-CoreDream-3Light';
	color:#728a8a;
	font-size:17px;
	letter-spacing:8px;
}
/*--------------------------------------------------------------
# main-act
--------------------------------------------------------------*/
#main-intro{
	background-color:rgba(165, 184, 182, 0.09);
	padding-top:60px;
}

.main-intro .intro-title {
	font-family: 'S-CoreDream-3Light';
	color:#1a1a1a;
	font-size:35px;
	margin-top:15px;
}

.main-intro .intro-content {
	font-family: 'S-CoreDream-3Light';
	color:#a2a2a2;
	font-size:23px;
	margin-top:20px;
}

.main-intro .intro-button {
	font-family: 'S-CoreDream-3Light';
	position:relative;
	top:29px;
	display:inline-block;
	background:linear-gradient(to left, #6699a2, #63819b);
	color:#ffffff;
	font-size:12px;
	letter-spacing:6px;
	width:280px;
	padding:20px 25px;
	text-align:left;
}

.main-intro .intro-button:hover {
	color:#ffffff;
}

.main-intro .intro-button img {
	position:relative;
	top:2px;
	float:right;
}

@media (max-width:980px){
	#main-info{

	}
}

/*--------------------------------------------------------------
# main-lat
--------------------------------------------------------------*/
#main-pro{
	position:relative;
	margin:200px 0 100px;
}

.main-pro .pro-bg-out {
	display:none;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
	background-color:#e8f8f8;
	width:30%;
	height:600px;
	z-index:-1;
}

.main-pro .pro-bg-in {
	display:none;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
	background-color:#e8f8f8;
	width:750px;
	height:600px;
	border-radius:0 50% 50% 0;
	z-index:-1;
}

.main-pro .pro-title {
	font-family: 'S-CoreDream-3Light';
	color:#1a1a1a;
	font-size:25px;
	margin-top:30px;
}

.main-pro .pro-area {
	display:inline-block;
	width:100%;
	margin:200px 0 0;
}

.main-pro .pro-left {
	width:35%;
	height:100px;
	margin-right:15%;
	float:left;
}

.main-pro .pro-left .pro-line {
	display:inline-block;
	background-color:#99b651;
	width:200px;
	height:1px;
	vertical-align:middle;
}

.main-pro .pro-left .pro-dot {
	position:relative;
	left:-6px;
	display:inline-block;
	background-color:#99b651;
	width:8px;
	height:8px;
	border-radius:50%;
	vertical-align:middle;
}

.main-pro .pro-left .pro-text {
	font-family: 'S-CoreDream-3Light';
	position:relative;
	top:5px;
	color:#1a1a1a;
	font-size:20px;
}

.main-pro .pro-right {
	width:50%;
	float:left;
	text-align:left;
}

.main-pro .pro-right .right-title {
	font-family: 'S-CoreDream-7ExtraBold';
	color:#1a1a1a;
	font-size:30px;
}

.main-pro .pro-right .right-content {
	font-family: 'S-CoreDream-3Light';
	color:#a2a2a2;
	font-size:17px;
}

.main-pro .pro-right .right-content img {
	position:relative;
	top:3px;
	margin-right:5px;
	vertical-align:top;
	max-height:18px;
}

.main-pro .pro-buss {
	background-color:#e6e6e6;
	padding:100px 0;
}

.main-pro .pro-photo-area {
	display:inline-block;
	width:100%;
	padding:0 50px;
}

.main-pro .pro-photo-area .pro-photo {
	background-color:#ffffff;
	width:calc(20% - 8px);
	margin-right:10px;
	border-radius:10px;
	float:left;
}

.main-pro .pro-photo-area .pro-photo:last-child {
	margin-right:0;
}

.main-pro .pro-photo-area .pro-photo img {
	width:100%;
}

@media (max-width:980px){
	.main-pro .pro-right .right-title {
		font-size:32px;
	}

	.main-pro .pro-right .right-content {
		font-size:24px;
	}
}

/*--------------------------------------------------------------
# main-banner
--------------------------------------------------------------*/
#main-banner{
	border-top:1px solid #dddddd;
	padding:41px 0px;
}

.main-banner .banner-form{
	display:inline-block;
	margin:0 10px;
}

.main-banner .banner-form img{

}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-top {
	border-top:1px solid #dddddd;
}

.footer-list{
	text-align:left;
	margin:0;
	padding:18px 0 18px 40px;
}

.footer-list li{
	display:inline;
	padding:0 20px;
}

.footer-list li:last-child{

}

.footer-list li a{
	color:#666666;
	font-size:17px;
}

.footer-list li a:hover{
	font-weight:bold;
}

#footer {
  display:inline-block;
  background: #f6f6f6;
  color: #1a1a1a;
  margin-bottom:-7px;
  width:100%;
}

#footer .section_container {
	position:relative;
	padding:40px 0;
}

#footer .footer-logo {
	text-align:left;
}

#footer .footer-text2 {
	display:flex;
	align-items:center;
}

#footer .footer-logo img{
	max-height:90px;
}

#footer .footer-logo.main-footer-logo img{
	max-height:120px;
}

#footer .footer-textbox{

}

#footer .footer-left{
	width:20%;
	float:left;
}

#footer .footer-right{
	font-family: 'S-CoreDream-5Medium';
	width:40%;
	color:#1a1a1a;
	font-size:15px;
	text-align:left;
	float:left;
	white-space:nowrap;
}

#footer .footer-right .footer-title {
	font-size:17px;
	margin-bottom:20px;
}

#footer .footer-right .footer-content {
	line-height:140%;
}

#footer .footer-right .footer-content span {
	color:#8f9798;
	margin-right:20px;
}

@media (max-width:980px){
	#footer .footer-right{
		word-break:keep-all;
		white-space:normal;
	}
}

@media (max-width:768px){
	.footer-top .contact-title{
		font-size:32px;
		margin-bottom:15px;
	}
	.footer-top .contact-text{
		font-size:20px;
		margin-bottom:20px;
	}
	.btn-contact{
		font-size:1.2em !important;
	}
}

@media (max-width:640px){
	#footer .footer-list li a{
		letter-spacing:-1.6px;
	}
	#footer .footer-text2{
		letter-spacing:-0.05px;
		overflow:hidden;
	}
}