/*!
 * Start Bootstrap - Agency v4.1.1 (https://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
 */

@charset "utf-8";

@font-face {
    font-family: 'Noto Sans';
    src: url(../fonts/NotoSansKR-Thin.woff2) format('woff2'),
        url(../fonts/NotoSansKR-Thin.woff) format('woff'),
        url(../fonts/NotoSansKR-Thin.otf) format('opentype');
    font-weight: 300;
    font-style: normal
}
@font-face {
    font-family: 'Noto Sans';
    src: url(../fonts/NotoSansKR-Regular.woff2) format('woff2'),
        url(../fonts/NotoSansKR-Regular.woff) format('woff'),
        url(../fonts/NotoSansKR-Regular.otf) format('opentype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Noto Sans';
    src: url(../fonts/NotoSansKR-Bold.woff2) format('woff2'),
        url(../fonts/NotoSansKR-Bold.woff) format('woff'),
        url(../fonts/NotoSansKR-Bold.otf) format('opentype');
    font-weight: 500;
    font-style: normal
}



@media (min-width: 1400px){
	.container {
		max-width: 1600px;
	}
}



.slide-caption .container > .caption-1{
font-size: 34px;
-webkit-transition-delay: 0.5s;
-moz-transition-delay: 0.5s;
-ms-transition-delay: 0.5s;
-o-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.slide-caption .container > .caption-2{
font-size: 63px;
font-weight: 600;
margin-bottom: 10px;
-webkit-transition-delay:0.7s;
-moz-transition-delay: 0.7s;
-ms-transition-delay: 0.7s;
-o-transition-delay: 0.7s;
transition-delay: 0.7s;
}
.slide-caption .container > .caption-3{
font-size: 34px;
display: inline-block;
padding: 3px 35px;
-webkit-transition-delay: 1s;
-moz-transition-delay: 1s;
-ms-transition-delay: 1s;
-o-transition-delay: 1s;
transition-delay: 1s;
}






body {
  overflow-x: hidden;
}

p {
  line-height: 1.75;
}

a {
  color: #000;
}

a:hover {
  color: #bd1d1d;
}

.text-primary {
  color:#bd1d1d !important
}
.bg-primary {
    background-color: #bd1d1d !important;
}
hr {
    max-width: 50px;
    border-width: 3px;
    border-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
/* 초기화 */
body {margin:0;padding:0;font-size:1rem;	font-family:'Noto Sans','Noto Sans KR',sans-serif;letter-spacing: -1px;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;	font-family:'Noto Sans','Noto Sans KR',sans-serif;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1.15em}
input, button {margin:0;padding:0;	font-family:"NotoSans",'Noto Sans KR',sans-serif;font-size:1em}
input[type="submit"]{cursor:pointer}
button {cursor:pointer}

textarea, select {	font-family:'Noto Sans','Noto Sans KR',sans-serif;font-size:1.15em}



section {
  padding: 100px 0;
}

section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  section {
    padding: 100px 0;
	overflow: hidden;
  }
}

.btn {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
background-color: #bd1d1d;
border-color: #bd1d1d;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color:#2d54ae !important;
  border-color: #2d54ae !important;
  color: white;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

::-moz-selection {
  background: #bd1d1d;
  text-shadow: none;
}

::selection {
  background: #8dbd46;
  text-shadow: none;
  color: #fff;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

#mainNav {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #8dbd46;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#mainNav .navbar-brand {
  color: #444;
  font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive;
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #8dbd46;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-weight:600;
  padding: 0.75em 0;
  color: #000;
  font-size: 16px;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #8dbd46;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
	background-color: transparent;
/* background-color: rgba(255,255,255,1); */
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1.5em !important;
  }
  #mainNav.navbar-shrink .nav-item .nav-link{
	color:#000
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
	border-bottom: 1px solid #ccc;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}

header.masthead {
  text-align: center;
  color: white;
  background-image: url("../img/header-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center 40%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.masthead .intro-text {
  padding-top: 150px;
  padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in {
  font-size: 22px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 25px;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

header.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 25px;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  header.masthead .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
}

.service-heading {
  margin: 15px 0;
  text-transform: none;
}

#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(53, 99, 204, 0.9);
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
  margin: 0;
  text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#portfolio * {
  z-index: 2;
}

@media (min-width: 768px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}

.portfolio-modal {
  padding-right: 0px !important;
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}

.portfolio-modal .modal-content {
  padding: 100px 0;
  text-align: center;
}

.portfolio-modal .modal-content h2 {
  font-size: 3em;
  margin-bottom: 15px;
}

.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content button {
  cursor: pointer;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #212529;
}

.portfolio-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 75px;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #212529;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: '';
  background-color: #e9ecef;
}

.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}

.timeline > li:after, .timeline > li:before {
  display: table;
  content: ' ';
}

.timeline > li:after {
  clear: both;
}

.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #bd1d1d;
}

.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h4.subheading {
  text-transform: none;
}

.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

.team-member {
  margin-bottom: 50px;
  text-align: center;
}

.team-member img {
  width: 225px;
  height: 225px;
  border: 7px solid #fff;
}

.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}

.team-member p {
  margin-top: 0;
}

section#contact {
  background-color: #212529;
  background-image: url("../img/map-image.png");
  background-repeat: no-repeat;
  background-position: center;
}

section#contact .section-heading {
  color: #fff;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 248px;
}

section#contact .form-control:focus {
  border-color: #fed136;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  /* Firefox 18- */
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  /* Firefox 19+ */
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

footer {
  padding: 25px 0;
  text-align: center;
  background:#16181a;
	color:#fff;
}

footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #fed136;
}



/*메인페이지 슬라이더 비주얼*/

.swiper-visual .swiper-slide{
	height: 100vh;
	overflow: hidden;
	text-align: right;
}
.swiper-slide:before{
/* content:""; */
display: block;
position: absolute;
left: 0;
top:0;
width: 40%;
height: 100%;
}

.swiper-button-next, .swiper-button-prev{
	opacity: 0.3; 
}
/*
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}
.swiper-slide.swiper-slide-active .carousel_img{
  -webkit-animation: infinite zoom 20s;
  animation:infinite zoom 20s;
}
*/
.slide-caption{
	position: absolute;
    bottom: 50%;
	margin-bottom: -150px;
    line-height: 1.5;
	z-index: 2;
	min-height: auto;
	padding: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	letter-spacing: -1px;
}
.slide-caption *{
	text-align: left;
}
.slide-caption .caption-1:before{
content:"";
display: block;
width: 80px;
height: 10px;
background: #000;
margin-bottom: 50px;
}
.slide-caption .container > div{
opacity: 0;
transform: translate(0, 100px);
transition: all 1s;
}
.swiper-slide .carousel_img img{
opacity: 0;
 transform: translate(200px, 0);
transition: all .8s;
-webkit-transition-delay:0.5s;
-moz-transition-delay: 0.5s;
-ms-transition-delay:0.5s;
-o-transition-delay: 0.5s;
transition-delay: 0.5s;
}

 .swiper-slide.swiper-slide-active .slide-caption .container > div,
 .swiper-slide.swiper-slide-active .carousel_img img{
 opacity: 1;
transform: translate(0, 0) !important;
 }


.slide-caption .container > .caption-1{
font-size: 34px;
-webkit-transition-delay: 0.5s;
-moz-transition-delay: 0.5s;
-ms-transition-delay: 0.5s;
-o-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.slide-caption .container > .caption-2{
font-size: 63px;
font-weight: 600;
margin-bottom: 10px;
-webkit-transition-delay:0.7s;
-moz-transition-delay: 0.7s;
-ms-transition-delay: 0.7s;
-o-transition-delay: 0.7s;
transition-delay: 0.7s;
}
.slide-caption .container > .caption-3{
font-size: 34px;
display: inline-block;
padding: 3px 35px;
-webkit-transition-delay: 1s;
-moz-transition-delay: 1s;
-ms-transition-delay: 1s;
-o-transition-delay: 1s;
transition-delay: 1s;
}


.swiper-slide .carousel_img {
position: relative;
display: inline-block;
width: 50%;
height: 100vh;
}
.swiper-slide .carousel_img img{
position: absolute;
bottom: 0;
right: 0;
width: 100%;
vertical-align: bottom;
}


.visual-1{
background: #fff7f3;
}
.visual-1:before{
background: #fcdee1;
}
.visual-1:after{
content:"";
display: block;
position: absolute;
left: -170px;
top:10%;
width: 340px;
height: 340px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background: #ffeed0;
transform: translate(-200px,0);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}

.visual-1 .carousel_img:before{
content:"";
display: block;
width: 100%;
height: 100%;
z-index: -1;
background: url(/img/visual_12.png) no-repeat center bottom;
-webkit-background-size: 100% auto;
background-size: 100% auto;
opacity: 0;
transform: translate(0,200px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
-webkit-transition-delay:0.3s;
-moz-transition-delay: 0.3s;
-ms-transition-delay:0.3s;
-o-transition-delay: 0.3s;
transition-delay: 0.3s;
}

.visual-1.swiper-slide-active:after,
.visual-1.swiper-slide-active .carousel_img:before{
opacity: 1;
transform: translate(0, 0) !important;
}

.visual-1 .slide-caption .caption-1:before{
background: #f06971;
}

.visual-1 .slide-caption .caption-1,
.visual-1 .slide-caption .caption-2{
color:#f06971 !important;
}
.visual-1 .slide-caption .caption-3{
background: #f06971 !important;
color: #fff !important;
}


.visual-2 {
background: url(/img/visual_22.jpg) no-repeat center;
-webkit-background-size: 100% 100%;
background-size: 100% 100%;
}
.visual-2:before{
background: #cdcdcd;
}
.visual-2 .slide-caption .caption-1:before{
background: #583e2f;
}
.visual-2 .slide-caption .caption-1,
.visual-2 .slide-caption .caption-2{
color:#583e2f;
}
.visual-2 .slide-caption .caption-3{
background: #583e2f;
color: #fff;
}


.visual-3{
background: #fff4cf;
}
.visual-3:before{
background: #ffe48f;
}
.swiper-slide.visual-3 .carousel_img img{
width: 90%;
left: 5%;
bottom: 5%;
}


.visual-3 .slide-caption .caption-1:before{
background: #603712;
}
.visual-3 .slide-caption .caption-1,
.visual-3 .slide-caption .caption-2{
color:#603712;
}
.visual-3 .slide-caption .caption-3{
background: #603712;
color: #fff;
}




.fadeIn {
    opacity: 0;
    transform: translate(0, 60px);
    transition: all 1s;
}
.fadeIn.right{
    transform: translate(100px, 0);
}
.fadeIn.left{
    transform: translate(-100px, 0);
}
.fadeIn.bottom{
    transform: translate(0, -100px);
}
.fadeIn.visible {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}
.btn_more{
display: inline-block;
padding: 0 40px;
height: 50px;
line-height: 46px;
text-align: center;
background: #bd1d1d;
color: #fff;
font-size: 1.2rem;
margin-top: 1rem;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
border: 2px solid #bd1d1d;
margin: 0 auto;
}
.btn_more:hover{
background: none;
text-decoration: none;
border-color:#fff;
color: #fff;
}

.swiper-pagination{
top: 50%;
left: 50% !important;
margin-top: -181px;
text-align: left;
margin-left: 68px;
height: 20px;
}
.swiper-pagination-bullet{
width: 12px;
height: 12px;
}


.lat_title{
display: none;
margin-bottom: 30px;
}
.lat_title a{
font-size: 2rem;
color: #fff;
}
.lat ul li{
position: relative;
padding-right: 50px;
margin-bottom: 10px;
}
.lat ul li a{
color: #fff;
}
.new_icon{
display: inline-block;
width: 15px;
height: 15px;
font-size: 11px;
text-align: center;
line-height: 15px;
background:#bd1d1d ;
color: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
position: relative;
bottom: 2px;
margin-right: 5px;
}
.lat ul li .lt_date{
position: absolute;
right: 0;
top:0
}
.lt_more{
position: absolute;
right: 15px;
top:5px;
}
.lt_more i{
color: #fff;
}
.contact-1 {
padding-left: 50px;
}
.contact-1 > div{
padding: 20px 25px;
}
.contact-1 h2{
font-size: 2rem;
margin-bottom: 10px;
display: inline-block;
margin-right: 10px;
}
.contact-1 span{
font-size: 1.2rem;
margin-bottom: 5px;
}
.contact-1 p{
font-size: 2rem;
font-weight: 400;
margin-bottom: 0px;
line-height: 1.5;
}
.contact-1 p i{
margin-right: 10px;
font-weight: normal;
font-size: 1.8rem;
}
.req_list li {
margin-bottom: 20px;
}
.req_list li label{
display: block;
}
.req_list input{
border: none;
background: #fff;
height: 45px;
line-height: 45px;
padding: 0 10px;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.req_list textarea{
background: #fff;
border: none;
width: 100%;
height:360px;
resize:none;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#onlineReq{
background: url(/img/visual_dark.jpg) no-repeat center;
-webkit-background-size: cover;
background-size:cover ;
background-attachment: fixed;
color: #fff;
}
#onlineReq .section-subheading{
font-style: normal;
}
.view_prv{
display: inline-block;
background:#a4a4a4;
color:#fff;
font-size: 12px;
padding: 0 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
height: 30px;
line-height: 30px;
text-align: center;
text-decoration: none;
margin-left: 20px;
}
.view_prv:hover{
text-decoration: none;
}
.tb_con{
padding-top: 150px;
padding-bottom: 150px;
}
#footer{
position: fixed;
bottom: 0;
width: 100%;
}
.tbl_wrap table{
border-left: 0 !important;
border-right: 0 !important;
}
.bo_v_nb li{
border-left: 0 !important;
border-right: 0 !important;
}
.swiper_bus.swiper-container{
max-width: 1400px;
overflow: visible;
}
.swiper_bus .swiper-slid{
position: relative;
}
.swiper_btn{
width: 115px;
height: 50px;
display: block;
position: absolute;
bottom: 0;
right:55px;
z-index: 10;
}
.swiper_btn > div{
display: inline-block;
position: static;
margin: 0;
width: 50px;
height: 50px;
color: #000;
border: 1px solid #ddd;
background-color: #fff;
opacity: 1;
}
.swiper-container-rtl .swiper-button-prev,.swiper-button-next{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%235e5e5e'%2F%3E%3C%2Fsvg%3E") !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%235e5e5e'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper_btn .swiper-button-next,.swiper_btn .swiper-button-prev{
-webkit-background-size: 11px 20px;
background-size: 11px 20px;
}
.swiper_bus img{
max-width:800px;
}
.swiper_txt{
width: 550px;
background: #fff;
position: absolute;
right: 0;
bottom:0;
padding: 30px 60px 30px 50px
}
.swiper_txt h4{
font-size: 2rem;
color: #bd1d1d;
}
.swiper_bus .swiper-slide-prev, .swiper_bus .swiper-slide-next{
opacity: 0.4;
}
@media (max-width: 992px) {
	.swiper_bus img, .swiper_txt{
	position: static;
	padding: 0;
	width: 100%;
	}
	.swiper_bus.swiper-container{
	overflow: hidden;
	}
	.swiper_bus .swiper-slide-prev, .swiper_bus .swiper-slide-next{
	opacity: 1;
	}
	.swiper_btn{
	top:12px;
	right:0
	}
}



#sec01{
background: url(/img/sec01_bg.jpg) no-repeat center;
background-size:cover;
padding-bottom: 170px;
}
#sec01 h2 {
font-size: 30px;
text-align: center;
font-weight: 600;
}
#sec01 h2:after{
content:"";
width: 50px;
height: 3px;
display: block;
background: #444;
margin: 30px auto;
}
#sec01 h2 span{
color: #8dbe48;
display: block;
font-weight: bold;
font-size: 24px;
margin-bottom: 10px;
}
#sec01 p{
text-align: center;
letter-spacing: -1px;
font-weight: 400;
font-size: 1.15em;
}
#sec02{
background: #8dbe48;
overflow: visible;
}
#sec02 .container{
position: relative;
color: #fff;
}
#sec02 .container:before{
position: absolute;
left: 0;
top:-250px;
content:"";
display: block;
width:302px;
height: 187px;
background: url(/img/sec02_img.png);
}
#sec02 .row{
align-items:center;
justify-content: space-between;
}
#sec02 h2{
font-size: 45px;
text-align: center;
width: 300px;
}
#sec02 .cont-1 span{
display: inline-block;
margin-right: 30px;
}
#sec02 p{
font-size: 24px;
}
#sec02 a{
font-size: 24px;
height: 50px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
line-height: 46px;
border: 2px solid #fff;
padding: 0 15px;
color: #fff;
text-decoration: none;
-webkit-transition: .3s;
-moz-transition: .3s;
-ms-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
#sec02 a:hover{
border-color: #8dbe48;
}

#sec02 a i.i_more{
width: 35px;
height: 20px;
display: inline-block;
background: url(/img/sec02_arrow.png) no-repeat center right;
}

#sec03{
background-image: url(/img/sec03_img.png), url(/img/sec03_bg.jpg);
background-repeat: no-repeat, no-repeat;
-webkit-background-size: contain, cover;
background-size: contain, cover;
background-position: center bottom, center;
min-height: 1000px;
}
#sec03 .container{
padding-top: 100px;
text-align: center;
-ms-word-break: keep-all;
word-break: keep-all;
}
#sec03 .container h2{
font-size: 40px;
color: #8dbe48;
margin-bottom: 30px;
}
#sec03 .container p{
font-size: 30px;
background: #8dbe48;
display: inline-block;
padding: 5px 15px;
color: #fff;
}


#sec04,#sec05{
background: #fcfcfd;
}

.com-titile h2{
font-size: 50px;
color: #8dbe48;
padding: 5px 0;
}
.com-titile h3{
font-size: 36px;
color: #444;
padding: 5px 0 30px;
}
.com-titile p{
line-height: 1.5;
font-size: 20px;
color: #888888;
}
#sec04 .col-lg-5{
display:flex;
align-items:center;
}
#sec04 ul li{
color: #666;
font-size: 16px;
line-height: 2;
}
#sec04 ul li i{
color: #8dbe48;
margin-right: 5px;
}
#sec05{
overflow: hidden;
}
#sec05 .com-titile p{
margin-bottom: 30px;
}
#sec05 .container{
position: relative;
}
#sec05 .swiper-slide{
text-align:center;
}
#sec05 .swiper-slide img{
width: 100%;
}
#sec05 .container .slide-text{
position: absolute;
bottom: 0;
left: 0;
padding: 0 20px;
width: 100%;
text-align: center;
background: #8dbe48;
height: 40px;
line-height: 40px;
white-space: nowrap;
font-size: 16px;
color: #fff;
}
#sec06 img{
display: block;
max-width:317px;
margin: 0 auto;
}
#sec07{
background: #383838;
color: #fff;
overflow: hidden;
}
#sec07 dl{
align-items: center;
margin-bottom: 30px;
}
#sec07 dl dt{
font-weight: 500;
white-space: nowrap;
}
#sec07 dl dd{
line-height: 1;
overflow: hidden;
}
#sec07 dl dt a{
color: #fff;
text-decoration: none;
letter-spacing: 1;
}
#sec07 dl dd b{
color: #8dbd46;
font-size: 30px;
font-weight: 500;
}
#sec07 dd a{
color: #fff;
/* text-align: center;
 */display: block;
 padding: 0 23px;
letter-spacing: 0px;
}
#sec07 .cs-wrap-dd{
padding: 10px 0 10px 50px
}
#sec07 .cs-wrap{
background: #424242;	
height: 60px;
line-height: 60px;
}
#sec07 > .container > .row{
border-bottom: 2px solid #4b4b4b;
}
#sec07 .col-01{
padding-right: 100px;
border-right: 1px solid #4b4b4b ;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-bottom: 50px;
}
#sec07 .col-01 dl dt img{
margin-right: 15px;
}
#sec07 .col-02{
padding-left: 100px;
border-left:1px solid #4b4b4b;
padding-bottom: 80px;
}
#sec07 .col-02 dl{
height: 60px;
line-height: 60px;
background: #8dbd46;
color: #fff;
padding: 0 20px;
}
#sec07 .col-02 dl dt{
padding: 0 30px;
}
#sec07 {
padding-bottom: 30px;
}
#sec07 .lat .basic_li a{
text-align: left;
padding: 0 20px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.lat ul li .lt_date{
right: 20px;
}

footer {
background: #383838;
color: #bfbfbf;
text-align: left;
font-size: 16px;
}
footer .container > div{
margin-bottom: 20px;
color: #fff;
}
footer img{
display: inline-block;
}
footer address{
display: inline-block;
padding-left: 0;
padding-right: 20px;
margin-bottom: 0;
}
footer span{
display: inline-block;
padding: 0 20px;
}






.sub #mainNav .navbar-brand{
    background: url(/img/h1_logo.png) no-repeat center;
    -webkit-background-size: auto 50px;
    background-size: auto 50px;
}
#subTop{
    width: 100%;
    background: url(/img/sub_top_img.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
 .snb h2 {
    height: 330px;
    line-height: 380px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 2rem;
    font-weight: 500;
	 background-image: url(/img/sec03_bg.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.menu_login {
overflow: hidden;
text-align: center;
}
.menu_login li{
display: inline-block;
}
.menu_login a{
border: 1px solid #fff;
display: inline-block;
padding: 0 10px;
height: 28px;
line-height: 26px;
color: #fff;
font-size: 0.8rem;
text-decoration: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
#subbody{
min-height:calc(100vh - 400px)
}
#reg_result .reg_result_p{
color: #000;
text-align: center;
}
#reg_result .result_txt{
text-align: center;
}
.reg_btn_submit{
background:#8dbe48 ;
}
.reg_btn_submit:hover{
color:#fff !important;
text-decoration: none;
}
.register{
max-width:600px;
margin: 0 auto;
}
.btn_submit{
background: #8dbe48 !important;
}
.register_form_inner ul{
max-width:450px;
margin: 0 auto;

}
#top_btn:hover {
    border-color: #8dbe48;
    background: #8dbe48;
    color: #fff;
}

@media (max-width: 1199px) {
	#sec02 .row{
	display: block;
	text-align: center;
	}
	#sec02 h2{
	display: inline-block;
	}
	#sec02 .row > *{
	margin-bottom: 20px;
	}
}
@media (max-width: 992px) {
	.slide-caption .container > .caption-1,
	.slide-caption .container > .caption-3{
	font-size: 20px;	
	}
	.slide-caption .container > .caption-2{
	font-size: 34px;
	}
	.slide-caption .caption-1:before{
	width: 50px;
	height: 3px;
	margin-bottom: 20px;
	}
	
	.slide-caption  h3 {
	font-size: 2rem;
	line-height: 1;
	}
	.btn_more{
	height: 34px;
	line-height: 30px;
	font-size: 1rem;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	padding: 0 20px;
	}
	#sec07 .col-01{
	border-right: 0;
	padding-right: 15px;
	}
	#sec07 .col-02{
	border-left: 0;
	padding-left: 0;
	}
	#sec03{
	min-height: 400px;
	}
	#sec03 .container{
	padding-top: 0;
	}
	#sec03 .container h2{
	font-size: 24px;
	}
	#sec03 .container p{
	font-size: 18px;
	}

	#sec02 h2, 	.com-titile h2 {
	font-size: 30px;
	}
	.com-titile h3, #sec02 p{
	font-size: 18px;
	}
	.com-titile p,#sec01 p{
	font-size: 16px;
	-ms-word-break: keep-all;
	word-break: keep-all;
	}
	section{
	padding: 50px 0;
	}ghr	
}


@media (max-width: 575px) {
	.slide-caption{
	padding: 30px 15px;
	margin-bottom: 0;
    top: 100px;
    bottom: auto;
	}
	.swiper-slide .carousel_img{
	width: 70%;
	}
	.slide-caption .container > .caption-2{
	font-size: 28px;
	font-weight: 500;
	}
	.lat ul li .lt_date{
	right: 0;
	}
	.lat ul li {
    position: relative;
    padding: 0px 70px 0px 20px;
	}
	.lat_title a,.lat ul li a,.lat ul li .lt_date  {
	font-size: 14px !important;
	}
	.lat ul li .lt_date {
	top:0px;
	right:30px;
	}
}
@media (max-width: 500px) {
.swiper-visual .swiper-slide,.swiper-slide .carousel_img{
	height: 70vh;
}
	.slide-caption  h3 {
		font-size: 1.5rem;
		line-height: 1;
	}
	.slide-caption p{
		font-size: 1rem;
	}
	#sec07 .col-01{
	padding-right: 15px;
	}
	#sec07 .col-02{
	padding-left: 15px;
	}
	#sec07 .col-02 dl dt{
	padding: 0 15px;
	width: 100%;
	margin-bottom: 20px;
	}
}
