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

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/

.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 {
  background: #ffffff;
  width:100%;
  transition: all 0.5s;
  z-index: 997;
  box-shadow:0px 0px 30px rgba(127, 127, 127, 0.5);
}

.main-menu{
	position:relative;
	width:1240px;
	height:180px;
	margin:0 auto;
}

#header.headon {

}

#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 .logo {
	margin:0;
	position:absolute;
	top:50%;
	left:15px;
	transform:translateY(-50%);
	z-index:3;
}

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

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

#header .sns_list {
	position:absolute;
	top:50%;
	right:15px;
	transform:translateY(-50%);
	z-index:3;
}

#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 img {
	  max-height: 100px;
	}

	#header .sns_list {
		display:none;
	}

	.main-menu {
		height:100px;
	}
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.menu_bg{
  display: none;
  position: absolute;
  left: 0;
  width:100%;
  height:500px;
  top: 0;
  background-color:#ffffff;
  z-index:2;
}

.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 {
  text-align:center;
}

.nav-menu > ul {
	position:relative;
  display:inline-block;
  z-index:999;
}

.nav-menu > ul.on {
  height:500px;
}

.nav-menu > ul > li {
	display:inline-block;
  white-space: nowrap;
  width:160px;
  height:180px;
  margin-right:15px;
}

.nav-menu > ul > li:last-child {
	margin-right:0;
}

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

.nav-menu > ul > li > a:hover {
	background-color:#23a664;
	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%;
  position: relative;
  text-align:center;
  border-top:1px solid #e8e8e8;
  border-right:1px solid #e8e8e8;
  border-left:1px solid #e8e8e8;
}

.nav-menu .drop-down > ul > li:first-child {

}

.nav-menu .drop-down > ul > li:last-child {
	border-bottom:1px solid #e8e8e8;
}

.nav-menu .drop-down ul > li a {
  display:block;
  width:100%;
  padding:15px 0;
  font-size: 17px;
  text-transform: none;
  color: #000000;
}

.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:1024px;
	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: 400px;
  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:400px;
}

#hero .carousel-inner .carousel-item {
  height:400px;
  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: 12px;
  height: 12px;
  margin-left:7px;
  margin-right:7px;
  border-radius:50%;
  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;
}

.main-title {
	font-size:28px;
	font-weight:700;
	margin-bottom:20px;
	text-align:left;
}

@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-banner
--------------------------------------------------------------*/
#main-banner{
	padding:72px 0;
}

.main-banner .banner-area{
	display:inline-block;
	width:100%;
}

.main-banner .banner-box{
	position:relative;
	width:calc(33% - 12px);
	height:280px;
	margin-right:18px;
	float:left;
}

.main-banner .banner-box:last-child {
	margin-right:0px;
}

.main-banner .banner-img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.main-banner .banner-textbox {
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	height:100%;
	transition-duration:0.4s;
}

.main-banner .banner-textbox:hover {
	background-color:rgba(0, 0, 0, 0.5);
}

.main-banner .banner-text {
	opacity:0;
	color:#ffffff;
	font-size:36px;
	font-weight:700;
	line-height:140%;
	transition-duration:0.4s;
}

.main-banner .banner-textbox:hover .banner-text {
	opacity:1;
}

/*--------------------------------------------------------------
# main-active
--------------------------------------------------------------*/
#main-active{
	padding:72px 0;
}

.main-active .active-area {
	display:inline-block;
	width:100%;
	margin-bottom:40px;
}

.main-active .active-area:nth-child(2n-1) .active-banner, .main-active .active-area:nth-child(2n-1) .active-textbox {
	float:left;
}

.main-active .active-area:nth-child(2n) .active-banner, .main-active .active-area:nth-child(2n) .active-textbox {
	float:right;
}

.main-active .active-area:nth-child(2n-1) .active-banner {
	margin-right:40px;
}

.main-active .active-area:nth-child(2n) .active-textbox {
	margin-right:40px;
}

.main-active .active-banner {
	position:relative;
	width:50%;
	height:220px;
	float:left;
	overflow:hidden;
}

.main-active .active-img {
	position:absolute;
	width:100%;
	top:50%;
	left:0;
	transform:translateY(-50%);
}

.main-active .active-textbox {
	width:calc(50% - 40px);
	text-align:left;
	float:left;
}

.main-active .active-title {
	font-size:24px;
	font-weight:700;
	margin:10px 0;
}

.main-active .active-content {
	font-size:17px;
	font-weight:400;
	max-height:125px;
	overflow:hidden;
}

.main-active .active-link {
	display:inline-block;
	color:#000000;
	font-size:24px;
	font-weight:700;
	margin-top:20px;
}

/*--------------------------------------------------------------
# main-agency
--------------------------------------------------------------*/
#main-agency{
	padding:72px 0 200px;
}

.main-agency .agency-top {
	display:inline-block;
	width:800px;
	margin-bottom:70px;
}

.main-agency .agency-left {
	position:relative;
	width:50%;
	height:200px;
	margin-right:44px;
	float:left;
	overflow:hidden;
}

.main-agency .agency-img {
	position:absolute;
	width:100%;
	top:50%;
	left:0;
	transform:translateY(-50%);
}

.main-agency .agency-right {
	width:calc(50% - 44px);
	text-align:left;
	float:left;
}

.main-agency .agency-textbox {
	display:flex;
	align-items:center;
	justify-content:center;
	height:200px;
}

.main-agency .agency-title {
	font-size:28px;
	font-weight:700;
	margin-bottom:10px;
}

.main-agency .agency-content {
	font-size:24px;
	font-weight:400;
}

.main-agency .agency-bottom {
	position:relative;
	height:650px;
	overflow:hidden;
	display:flex;
	align-items:center;
	justify-content:center;
}

.main-agency .acc-title {
	position:relative;
	color:#ffffff;
	font-size:32px;
	font-weight:700;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-inquiry {

}

.footer-inquiry .footer-line {
	background-color:#23a664;
	height:20px;
}

.footer-inquiry .section_container {
	padding:80px 0;
}

.footer-inquiry .footer-area {
	display:inline-block;
	width:100%;
	padding-left:50px;
}

.footer-inquiry .footer-button {
	width:25%;
	margin-right:20px;
	padding:30px 35px;
	float:left;
	border-radius:30px;
}

.footer-inquiry a:nth-child(1) .footer-button {
	background-color:#ffc700;
}

.footer-inquiry a:nth-child(2) .footer-button {
	background-color:#23a664;
}

.footer-inquiry .footer-btnbox {
	display:flex;
	align-items:center;
	justify-content:center;
}

.footer-inquiry .footer-btntext {
	color:#ffffff;
	font-size:24px;
	font-weight:700;
}

.footer-inquiry .footer-right {
	font-size:23px;
	font-weight:700;
	text-align:left;
	margin-left:35px;
	line-height:135%;
	float:left;
}

.footer-inquiry .footer-right span {
	font-size:22px;
	font-weight:400;
	margin-left:10px;
}

#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-textbox{

}

#footer .footer-left{
	text-align:left;
	word-break:keep-all;
}

#footer .footer-content {

}

@media (max-width:980px){

}

@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;
	}
}