
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  font-family: 'Noto Sans KR', sans-serif;
  overflow-x: hidden;
}

a {
  color: #2a8525;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: rgb(64, 238, 142);
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
  letter-spacing: -0.03rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  letter-spacing: -0.15rem;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: linear-gradient(45deg, #5de680, #2a8525);
  color: #fff;
  padding: 9px 0;
  width: 54px;
  height: 54px;
  font-size: 20px;
  border-radius: 27px;
  right: 15px;
  bottom: 15px;
  transition: none;
  text-align: center;
  box-shadow: 1px 3px 8px 1px rgba(0, 0, 0, 0.2);
}

.back-to-top:focus {
  background: linear-gradient(45deg, #5de680, #2a8525);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #73e46d;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header #logo {
  float: left;
  margin-top: -20px;
}

#header #logo img {
  padding: 10px;
  margin: 0;
}

#header.header-fixed {
  background: rgba(42, 133, 37, 0.8);
  padding: 20px 0;
  height: 90px;
  transition: all 0.5s;
  backdrop-filter: blur(5px);
}

@media (max-width: 768px) {
  #header #logo {
    float: left;
    margin-top: -20px;
  }
  #header #logo img {
    max-height: 80px;
  }
  #header.header-fixed {
    height: 80px;
  }
}



/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: 100vh;
  position: relative;
}

/* 배경 이미지로 사용 시 #intro 안에 삽입
  background: linear-gradient(45deg, rgba(177, 219, 169, 0.8), rgba(253, 255, 253, 0.5)), url("../img/intro-bg.jpg") center top no-repeat;
  background-size: cover;
*/

@media (min-width: 1024px) {
  #intro {
    background-attachment: fixed;
  }
}

#intro .video {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

#intro #video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#intro .videobg {
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(13, 61, 8, 0.3), 90%, rgba(0, 0, 0, 0.98));
  mix-blend-mode: normal;
}

#intro .intro-text {
  position: absolute;
  left: 0;
  top: 60px;
  right: 0;
  height: calc(50% + 300px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  z-index: 100;
}

#intro h2 {
  margin: 100px 0 20px;
  padding: 0 15px;
  font-size: 32px;
  font-weight: 600;
  line-height: 56px;
  color: #fff;
  letter-spacing: 0px;
}

#intro .intro-text .BIOCROSS {
  font-family: 'Montserrat', sans-serif;
  font-size: 120px;
  letter-spacing: 10px;
  line-height: 140px;
  color: #fff;
}

#intro .intro-text .BIOCROSS img {
  width: 400px;
  height: auto;
  margin: 0 10px 30px 35px;
}

#intro .intro-text .BIOCROSS .BIO {
  font-weight: 500;
}

#intro .intro-text .BIOCROSS .CROSS {
  font-weight: 100;
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 24px;
    line-height: 36px;
    margin-top: 0;
  }
  #intro .intro-text .BIOCROSS img {
    width: 250px;
    height: auto;
    margin: 0 10px 30px 35px;
  }
  #intro .intro-text .BIOCROSS {
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    letter-spacing: 0;
    line-height: 100px;
    color: #fff;
  }
}

#intro p {
  color: #fff;
  margin-bottom: 30px;
  padding: 0 15px;
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 768px) {
  #intro p {
    font-size: 20px;
    line-height: 24px;
    margin: 0 20px 20px;
  }
}

#intro .btn-get-started {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
  z-index: 1;
}

#intro .btn-get-started:hover {
  color: #2a8525;
  background: #fff;
}



/*
#intro .product-screens {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 50%;
}

#intro .product-screens img {
  box-shadow: 0px -2px 19px 4px rgba(0, 0, 0, 0.29);
}

#intro .product-screens .product-screen-1 {
  position: absolute;
  z-index: 30;
  left: calc(50% + 54px);
  bottom: 0;
  top: 30px;
}

#intro .product-screens .product-screen-2 {
  position: absolute;
  z-index: 20;
  left: calc(50% - 154px);
  bottom: 0;
  top: 90px;
}

#intro .product-screens .product-screen-3 {
  position: absolute;
  z-index: 10;
  left: calc(50% - 374px);
  bottom: 0;
  top: 150px;
}


@media (max-width: 767px) {
  #intro .product-screens .product-screen-1 {
    position: static;
    padding-top: 30px;
  }
  #intro .product-screens .product-screen-2, #intro .product-screens .product-screen-3 {
    display: none;
  }
}
*/



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

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 99;
  border-radius: 3px;
  opacity: 0.7;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul {
  display: block;
}


.nav-menu ul ul {
  top: 0;
  left: 100%
}

.nav-menu ul li {
  min-width: 90px;
  text-align: center;
}



/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a, .nav-menu span {
  padding: 12px 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 500;
  font-size: 16px;
  outline: none;
  cursor: pointer;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 2px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.5);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #293528;
  transition: 0.3s;
  display: block;
  font-size: 14px;
  text-transform: none;
}

.nav-menu ul li span {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #2a8525;
}

.nav-menu ul li:hover > span {
  color: #2a8525;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

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

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 50px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -100%;
  width: 100%;
  overflow-y: auto;
  transition: 0.4s;
  text-align: center;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 24px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #2a8525;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #2a8525;
}

#mobile-nav ul .menu-item-active {
  color: #2a8525;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

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

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 24px;
  color: #404040;
  text-align: center;
  font-weight: 600;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 25px;
  color: #999;
  font-size: 14px;
}

.section-header .section-divider {
  display: block;
  width: 50px;
  height: 2px;
  background: #d3d3d3;
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #f5fcf8;
}

/* About Us Section
--------------------------------*/
#about {
  padding: 60px 0;
  overflow: hidden;
  background: #fff;
}

#about .row{
  max-width: 1100px;
  margin: auto;
}

#about .about-img {
  height: 370px;
  overflow: hidden;
  margin-top: 40px;
}

#about .about-img img {
  margin: 0 -15px 0;
  max-width: 100%;
}

#about .section-header {
  margin-bottom: -40px;
}

#about .content {
  margin-top: 40px;
}

#about .content h2 {
  color: #333;
  font-weight: 500;
  font-size: 55px;
  word-break: keep-all;
}

#about .content p {
  font-size: 20px;
  font-weight: 200;
  letter-spacing: -1px;
  line-height: 30px;
  color: #777;
  word-break: keep-all;
}

#about .content p:last-child {
  margin-bottom: 0;
}


@media (max-width: 991px) {
  #about .about-img {
    height: 400px;
    margin-left: 30px;
  }
  #about .content h2 {
    text-align: center;
    font-size: 36px;
  }
  #about .content p {
    text-align: center;
  }
}

@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }
  #about .content h2 {
    text-align: left;
    margin-left: 15px;
    font-size: 30px;
  }
  #about .content p {
    text-align: left;
    margin-left: 15px;
  }
}


/* 사업 영역
--------------------------------*/
#more-features {
  padding: 60px 0 60px 0;
  overflow: hidden;
}

#more-features .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  transition: 0.4s;
  text-align: center;
  height: 320px;
}

#more-features .icon {
  float: top;
  margin-bottom: 20px;
}

#more-features h4 {
  font-weight: 700;
  margin: 15px 0;
  font-size: 18px;
}

#more-features .row p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 24px;
}

@media (max-width: 1199px) {
  #more-features .box {
    padding: 40px 0 0 0;
  }
}
@media (max-width: 767px) {
  #more-features .box {
    margin-bottom: 20px;
    padding: 40px;
    height: auto;
  }
}

#more-features .more-product {
  text-align: center;
}

#more-features .btn-get-started {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  font-size: 16px;
  display: inline-block;
  letter-spacing: -1px;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 1px solid #999;
  color: #666;
}

#more-features .btn-get-started:hover {
  color: #fff;
  background: #2a8525;
  border: 1px solid #2a8525;
}




/* 대표 브랜드
--------------------------------*/
#clients {
  padding: 30px 0 60px;
  overflow: hidden;
  background: #f5fcf8;
}

#clients img {
  max-width: 100%;
  transition: 0.3s;
  padding: 15px 0;
}

@media (max-width: 576px) {
  #clients img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 7px 0;
  }
}

#clients img:hover {
  opacity: 0.5;
}


#clients .col-sm-6  {
  text-align: center;
}


/* Pricing Section
--------------------------------*/
#pricing {
  padding: 60px 0 60px 0;
  overflow: hidden;
}

#pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
}

#pricing h3 {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 28px;
}

#pricing h4 {
  font-size: 46px;
  color: #2a8525;
  font-weight: 300;
}

#pricing h4 sup {
  font-size: 20px;
  top: -20px;
}

#pricing h4 span {
  color: #bababa;
  font-size: 20px;
}

#pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

#pricing ul li {
  padding-bottom: 12px;
}

#pricing ul i {
  color: #2a8525;
  font-size: 18px;
  padding-right: 4px;
}

#pricing .get-started-btn {
  background: #515e61;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Noto Sans KR', sans-serif;
}

#pricing .featured {
  border: 2px solid #2a8525;
}

#pricing .featured .get-started-btn {
  background: linear-gradient(45deg, #5de680, #2a8525);
}

/* FAQ
--------------------------------*/
#faq {
  padding: 60px 0;
  overflow: hidden;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ddd;
}

#faq #faq-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 300;
  padding-right: 20px;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #faq #faq-list a {
    font-size: 18px;
  }
  #faq #faq-list i {
    top: 13px;
  }
}

#faq #faq-list a.collapse {
  color: #2a8525;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a.collapsed i::before {
  content: "\f2c7" !important;
}



/* 문의하기
--------------------------------*/
#call-to-action {
  overflow: hidden;
  background: linear-gradient(rgba(87, 248, 149, 0.3),rgba(10, 73, 29, 0.5)), url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 50px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 25px;
  transition: background 0.5s;
  margin: 10px;
  border: 1px solid #fff;
  color: #fff;
  width: 150px;
}

#call-to-action .cta-btn:hover {
  background: #2a8525;
  border: 1px solid #fff;
}


/* Our Team Section
--------------------------------*/
#team {
  padding: 60px 0;
  overflow: hidden;
}

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

#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  color: #b3b3b3;
}

#team .member .social a:hover {
  color: #2a8525;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* 제품소개
--------------------------------*/
#gallery {
  background: #fff;
  padding: 60px 0 0 0;
  overflow: hidden;
}

#gallery p {
  margin: 0;
  font-size: 16px;
  word-break: keep-all;
}

#gallery .subtit {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -1px;
  margin: 10px 20px 30px;
  padding: 0 0 15px 15px;
  border-bottom: 1px solid #bbb;
}

@media (max-width:768px){
  #gallery .subtit {
    text-align: center;
    font-size: 24px;
    padding-left: 0;
  }
}

#gallery .container-fluid {
  padding: 0 20px;
  max-width: 1200px;
  margin-bottom: 50px;
}

@media (max-width:991px){
  #gallery .container-fluid {
    max-width: 750px;
  }
}

#gallery .gallery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#gallery .gallery-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#gallery .gallery-item img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#gallery .gallery-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#gallery .gallery-item:hover .gallery-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}


/* 찾아오시는길
--------------------------------*/
#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  overflow: hidden;
  background-color: #f5fcf8;
}

#contact .contact-about {
  height:400px; 
  overflow:hidden;
  margin-bottom: 40px;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: #2a8525;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 42px;
  line-height: 34px;
  font-size: 22px;
  font-weight: 200;
  color: #666;
  letter-spacing: -1px;
  word-break: keep-all;
}

#contact .info span {
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #252925;
  box-shadow: 0px 0px 7px 5px rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  color: #fafafa;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: -0.5px;
}


#footer .footer-links a {
  color: #fafafa;
  padding-left: 15px;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: #2a8525;
}

#footer .copyright {
  font-weight: 300;
  font-size: 14px;
  font-family: 'Noto Sans KR',sans-serif;
  color: #999;
}


#footer .copyright strong {
  font-weight: 500;
  font-size: 12px;
  font-family: 'Noto Sans KR',sans-serif;
  color: #999;
  line-height: 40px;
}


/* 제품소개 팝업창 상세설명 */

.white-popup {
  position: relative;
  background: #FFF;
  padding: 15px 5px;
  width: auto;
  max-width: 400px;
  margin: 20px auto;
  text-align: center;
}

.white-popup img {
  width: 340px;
  margin: 10px 0 0;
}

.white-popup h3 {
  color: #202020;
  font-weight: 500;
  line-height: 0px;
  word-break: keep-all;
  font-size: 40px;
}

.white-popup h4 {
  color: #202020;
  font-weight: 500;
  line-height: 0px;
  word-break: keep-all;
  font-size: 36px;
}

.white-popup h5 {
  color: #202020;
  font-weight: 500;
  line-height: 0px;
  word-break: keep-all;
  font-size: 32px;
}

.white-popup span {
  color: #b6b6b6;
  display: inline-block;
  margin-top: 10px;
}

.white-popup p {
  margin-top: 5px;
  color: #666666;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 30px;
}

.white-popup .cp {
  display: inline-block;
  color: #2a8525;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 80px;
}

.white-popup p a{
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  letter-spacing: -1px;
  padding: 7px 34px;
  border-radius: 50px;
  transition: 0.5s;
  margin-top: 24px;
  background-color: #2a8525;
  color: #fff;
}

.white-popup p a:hover{
  transition: 0.5s;
  background-color: #55bb6f;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.7;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}





/* 유튜브 영상 섹션 */

.youtube_container {
  max-width: 1100px;
  height: auto;
  margin: 70px auto 15px;
  display: block;
}

.column {
  float: left;
  width: 25%;
  padding: 0;
}

.column img {
  opacity: 1; 
  cursor: pointer; 
}

.column img:hover {
  opacity: 0.7;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.tabcontent2 {
	display: none;
	text-align: center;
  position: relative;
  padding-bottom:56.25%;
}

.iframe{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}



/* 이용약관 팝업 */
#footer .agreement_btn {
  cursor: pointer;
}
#footer .agreement_btn:hover{
  color:#2a8525
}

#footer .modal {
  display: none;
  position: fixed; 
  z-index: 9999; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.8);
  -webkit-animation-name: fadeIn; 
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

#footer .modal-content {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -40%);
  background-color: #fefefe;
  width: 70%;
  height: 60%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;
}

#footer .modal-header {
  width: 100%;
  height: 60px;
}

#footer .modal-header h2 {
  font-size: 24px;
  color: #404040;
  letter-spacing: -1px;
  margin-left: 20px;
}

#footer .close {
  color: #999;
  font-size: 24px;
  font-weight: bold;
  padding: 15px;
}
#footer .close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#footer .modal-iframe {
  text-align: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 5px;
}

/* Add Animation */
@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}



/* 문의게시판 컨테이너 */
.bbs-container {
  width: 1100px;
  height: auto;
  margin: 0 auto;
}