/* 

LEE JEE-HOE Template

neteacher@naver.com ; 010-4683-8076

*/

body {
  font-family: 'Open Sans', sans-serif;
  width:100%;
  overflow-x: hidden;
}

p {
  font-size: 13px;
  color: #7a7a7a;
  line-height: 24px;
}

.page-content {
  width: 83.5%;
  float: right;

}

//전체 페이지 구성
.content-section {
  padding-top: 80px;
  position: relative;
  width: 100%;
  margin-left: 0%;
  display: inline-block;
  height: auto;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-heading {
  text-align: left;
  position: relative;
  margin-bottom: 60px;
}

.section-heading h1 {
  margin-top: 0px;
  font-size: 32px;
  color: #232323;
  display: inline-block;
  margin-right: 50px;
}

.section-heading em {
  font-style: normal;
  font-weight: 700;
  color: #45489a;
}

.section-heading p {
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #343434;
  position: absolute;
  top: 12.5px;
}

.white-button a {
  font-size: 13px;
  font-weight: 600;
  color: #45489a;
  text-transform: capitalize;
  border:1px solid white;
 
  border-radius: 0%;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0px 25px;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
  ::before {
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.7;
  };
}

.white-button a:hover {
  background-color: #45489a;
  color: #fff;
}

.accent-button a {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  background-color: #45489a;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0px 25px;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}

.accent-button a:hover {
  background-color: #fff;
  color: #45489a;
}

header {
    position: fixed;
    top: 0;
    transition: top 0.3s ease-in-out;
    width: 100%;
}

.nav-up {
    top: -75px;
}

/* Responsive Navigation */

.responsive-nav {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 40px;
  background-color: rgba(110, 110, 110, 0.7);   /* 휴대폰 메뉴 네비바 색상 색깔 */
  box-shadow: 0px 5px 15px rgba(184, 184, 184, 0.2);
}

.navbar-toggle {
  position: absolute;
  top: 40%;
  left: 88%;
  display: inline-block;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
}

.navbar-nav {
  margin: 0;
  border: none;
}

#main-nav ul {
  text-align: center;
  background-color: rgba(0,0,0,0.9); /* 휴대폰 메뉴 배경 색깔 컬러 */
  margin-top: 59px;
  width: 100%;
}
#main-nav ul li {
  margin: 15px 0px;
}
#main-nav ul li:hover {
  background-color: rgba(0,0,0,0.9);
  ;
  /*background-color: transparent;*/
}
#main-nav ul li a {
  font-size: 1.6rem;
  text-transform: capitalize;
  color: #ffffff;     /* 휴대폰 메뉴 글자 글씨 색깔 컬러 */
  box-shadow: none;
  border: none;
  text-align-last: start;
  padding-left:42%;
}

#main-nav ul li a:hover {
  opacity: 0.9;

  background-color: transparent;
}

#main-nav ul li a:active {
  color:#000

    background-color: transparent;
    -webkit-transition: all 0.5s ease; /* CSS 속성을 변경할 때 애니메이션 속도를 조절하는 방법을 제공 */
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-toggle span {
  background-color: #fcfcfc;
}


/* Sidebar Style 사이드바 메인화면 왼쪽 메뉴 */

.sidebar-navigation {
  width: 16.5%;          
  float: left;
  height: 100%;
  position: fixed;
  background-color: rgba(12,12,12,0.8);
  z-index: 10;
}

.sidebar-navigation .logo {
  position: absolute;
  width: 100%;
  height: 170px;                /*사이드바 로고 크기*/
  line-height: 100px;
  background-color: #000000;
  padding: 10px;
  padding-top: 20px;
  padding-right: 12px;
  text-align: center;
}

.sidebar-navigation .logo a {
  text-decoration: none;
  color: transparent;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  height: 130px;                   /*사이드바 로고 크기 하얀선*/
  width: 100%;
  display: inline-block;
  border: 1px solid rgba(250,250,250,0.5);
}

.sidebar-navigation .logo em {
  font-style: normal;
  font-weight: 300;
}

.sidebar-navigation nav {
  position: relative;
  top: 34%;
  left: 60%;
  -webkit-transform: translateX(-60%) translateY(-20%);
  -moz-transform: translateX(-60%) translateY(-20%);
  -ms-transform: translateX(-60%) translateY(-20%);
  -o-transform: translateX(-60%) translateY(-20%);
  transform: translateX(-60%) translateY(-20%);
}

/*사이드 메뉴 숨기기 버튼 클릭 시 사이드 메뉴에 스타일 설정*/

    .sidebar a{cursor:pointer;}
    .sidebar .hide{display:none;}


.sidebar-navigation ul {
  margin-left: 8%;  /*사이드 메뉴 글자 왼쪽에서 얼마나 떨어질지 결정 */
  list-style: none;
  padding: 0;
}
.sidebar-navigation li{
  padding: 9px 0;           /* 왼쪽 메뉴 글씨 글자 간격 */
}
.sidebar-navigation span{
  display: inline-block;
  position:relative;
  opacity: 1;
}
.sidebar-navigation nav a{
  display: inline-block;
  color: #fff;
  margin-top: 5px;
  text-decoration: none!important;
  font-size: 1.7rem;               /* 왼쪽 메뉴 글씨 글자 크기*/
  letter-spacing: 0.5px;  
  text-transform: capitalize;
}
.circle{
  margin-right: 5px;
  height: 10px;
  width: 10px;
  left: 0px;
  top: -1px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #fff;
  transition: all 0.3s;
}
.rect{
  height: 3px;
  width: 0px;
  left: 0;
  bottom: 4.5px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.1s, width 0.6s;
  -moz-transition: -webkit-transform 0.1s, width 0.6s;
  transition: transform 0.1s, width 0.6s;
}
.sidebar-navigation nav a:focus {
  color: #fff;
}
.sidebar-navigation nav a:hover, nav .active-section {
  color:#ffffff ;
}
.sidebar-navigation nav a:hover span, nav .active-section span{
  background-color: #ffffff ;
}
.sidebar-navigation nav .active-section .rect{
  width: 13px;
}
.sidebar-navigation nav .active-section .circle{
  background-color: #ffffff ;
}

.sidebar-navigation .social-icons {
  position: absolute;
  width: 100%;  
  bottom: 25px;
  padding: 0;
  margin: 0;
  text-align: center;
}

.sidebar-navigation .social-icons li {
  display: inline-block;
  margin-right: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.sidebar-navigation .social-icons li:last-child {
  margin-right: 0px;
}

.sidebar-navigation .social-icons li a {
  font-size: 18px;
  color: #fff;
  transition: all 0.5s;
}

.sidebar-navigation .social-icons li a:hover {
  color: #45489a;
}

.sidebar-navigation .container1 {
    position: absolute;
    width: 100%;  
    bottom: 68px;
    padding: 0;
    margin: 0;
    text-align: center;
    
  }
  
  .sidebar-navigation .container1 li {
    display: inline-block;
    margin-right: 15px;
    color : #838383;
    font-size : 1.2rem;
    text-align-last: left;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 2%;
    margin-right: 2%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
  }

/* Slider Style */

.slider .content-section {
  padding-top: 0px;
  min-width: 100%;
  min-height: 100vh;
  width: 100%;
  height: 100vh;
  text-align: center;
}

.mainright {
  position: relative;
  float: right;
  padding-top: 0px;
  min-width: 14%;
  min-height: 100vh;
  width: 14%;
  height: 100vh;
  text-align: center;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.9);

}

.slider p a {
	color: #FFF;
}
.slider p a:hover {
	color: #FF0;
	text-decoration: none;
}

.Modern-Slider .info {
  text-align: right;
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}

.Modern-Slider .info h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 48px;
  color: #fff;
  font-weight: 700;
}

.Modern-Slider .info p {
  font-size: 15px;
  color: #fff;
}

.Modern-Slider .info .white-button {
  margin-top: 30px;
}

.Modern-Slider .info .white-button a:focus {
  outline: none;
}

.Modern-Slider .slick-dots {
  opacity: 0;
}



  .Modern-Slider .NextArrow{
  outline: none;
  display: none;
  position:absolute;
  top:90%;
  right:210px;
  width:50px;
  height:50px;
  background:rgba(0, 0, 0, 0.274);
  border:0 none;
  text-align:center;
  font:32px/50px FontAwesome;
  color:#FFF;
  z-index:5;
  border-radius: 50%;
}

.Modern-Slider .NextArrow:before{content:'\f105';}

  .Modern-Slider .PrevArrow{
  outline: none;
  position:absolute;
  top:90%;
  right: 275px; 
  width:50px;
  height:50px;
  background:rgba(0, 0, 0, 0.274);
  border:0 none;
  text-align:center;
  font:32px/50px FontAwesome;
  color:#FFF;
  z-index:5;
  border-radius: 50%;
}


.Modern-Slider .item .image {
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  display: block;
}

.Modern-Slider .item-1 .image {
  background-image: url(../img/cinema4.png);
}

.Modern-Slider .item-2 .image {
  background-image: url(../img/F52.jpg);
}

.Modern-Slider .item-3 .image {
  background-image: url(../img/F51.jpg);
}

.Modern-Slider .item-4 .image {
  background-image: url(../img/F5.png);
}

.Modern-Slider .PrevArrow:before{content:'\f104';}

.Modern-Slider .item .image {
  animation: zoomin 12s ease-in-out infinite alternate;
  -webkit-animation: zoomin 12s ease-in-out infinite alternate;
}

@keyframes zoomin {
    0% {-webkit-transform: scale(1);}
    100% {-webkit-transform: scale(1.2);}
}

.Modern-Slider {background:transparent;}

/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}


/* Featured Style */

#featured {
  padding-left: 5%;   /*60px에 3프로로 바꿈*/
  padding-right: 5%;
  padding-bottom: 80px;
  border-bottom: 1px solid #eee;
}

#featured .section-heading {
  margin-right: 20%;
}

#featured .content-section {
  display: inline-block;
  position: relative;
}

#featured .owl-dots {
  margin-top: 40px;
}

#featured .owl-dots .owl-dot span  {
  width: 12px;
  height: 12px;
  background-color: #cdcdcd!important;
  display: inline-block;
  border-radius: 50%;
  margin: 0 3px;
}

#featured .owl-dots .active span {
  background-color: #45489a!important;
}

#featured .owl-dots button {
  outline: none;
}

#featured .owl-nav {
  position: absolute;
  display: inline-block;
  top: -110px;
  right: 0;
}

#featured .owl-nav button:focus {
  outline: none;
}

#featured .owl-nav .owl-prev span {
  margin-right: 10px;
}

#featured .owl-nav .owl-next span, #featured .owl-nav .owl-prev span {
  outline: none;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  background-color: #eee;
  color: #232323;
  font-size: 42px;
  transition: all 0.5s;
}

#featured .owl-nav span:hover {
  background-color: #45489a;
  color: #fff;
}

#featured .item {
  text-align: left;
  position: relative;
  z-index: 10;
}

#featured .item .image {
  position: relative;
}

#featured .item .image img {
  width: 100%;
  overflow: hidden;
}

#featured .item .image .featured-button a {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: rgba(69,72,154, 0.9);
  display: inline-block;
  height: 44px;
  line-height: 44px;
  width: 100%;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.5s;
  position: absolute;
  z-index: 9;
  bottom: -44px;
  opacity: 0;
}

#featured .item:hover .featured-button a {
  bottom: 0;
  opacity: 1;
}

#featured .item .text-content {
  padding-top: 20px;
  background-color: #fff;
  position: relative;
  z-index: 10;
}

#featured .item .text-content h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 600;
  color: #232323;
  letter-spacing: 0.5px;
}

#featured .item .text-content span {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #7a7a7a;
  letter-spacing: 0.5px;
  margin-bottom: 12.5px;
}



/* Projects Style */

#projects {
  padding-left: 5%;   /*60px에 3프로로 바꿈*/
  padding-right: 5%;
  padding-bottom: 50px;
}

#projects .masonry {
  position: relative;
  width: 100%;
}

#projects .masonry .item img {
  transition: all 1s;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

#projects .masonry .item img:hover {
  opacity: 0.5;
}



/* Video Presentation Style */

#video {
  text-align: center;
  background-color: #f4f4f4;
  padding: 100px 60px;
}

#video .section-heading {
  margin-bottom: 30px;
  text-align: center;
}

#video .section-heading h1 {
  display: block;
  margin: 0px;
}

#video .section-heading p {
  position: relative;
  margin: 0px;
}

#video .accent-button {
  margin-top: 30px;
}

.box-video{
  width: 100%;
  position: relative;
  margin-top: 30px;
  cursor: pointer;
  overflow: hidden;
}

.box-video .bg-video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}

.box-video .video-container{
  position: relative;
  margin: 0;
  z-index: 1;
}

.box-video .bt-play {
  position: absolute;
  top:50%;
  left:50%;
  margin:-30px 0 0 -30px;
  display: inline-block;
  width: 60px;
  height: 60px;
  background:#fff;
  border-radius: 50%;
  text-indent: -999em;
  cursor: pointer;
  z-index:2;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.box-video .bt-play:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
  margin: -12px 0 0 -6px;
  border: solid transparent;
  border-left-color: #000;
  border-width: 12px 20px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.box-video:hover .bt-play {eft
  transform: scale(1.1);
}

.box-video.open .bg-video{
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .6s .8s;
  transition: all .6s .8s;  
}
.box-video.open .video-container{left
  opacity: 1;
  -webkit-transition: all .6s .8s;
  transition: all .6s .8s;
}




/* Blog Style */

#blog {
  padding-left: 0%;   /*60px에 5프로로 바꿈*/
  padding-right: 0%;
  padding-bottom: 10%;
}


#blog .tabs {
  list-style: none;
  margin: 0px;
  padding: 0px;
  height: 100px;     // 제품별 소개 메뉴 선 높이
  width: 100%;
  background-color: #eee;
  border-bottom: 10px solid #45489a;
  border: white solid 1px;
}

#blog .tabs li {
  display: inline-block;
  text-align: center;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
}

#blog .tabs a {
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  color: #232323;
  font-size: 19px;
  line-height: 100px;   // 제품별 소개 메뉴 전체 높이
  font-weight: 600;
  transition: 0.5s;
  border: white solid 1px;
}

#blog .tabs a:hover {
  color: #45489a;
}


#blog .tabs .active:hover {
  color: #fff;
}

#blog .tabs .active {
  background-color: #45489a;
  color: #fff;
}

.tabgroup {
  background-color: #f4f4f4;
  padding: 20px 30px;
}

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

#blog .tabgroup ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#blog .tabgroup ul li {
  display: inline-block;
  text-align: left;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  heigth:200px;
}

#blog .tabgroup ul li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

#blog .tabgroup ul li img {
  float: left;
  margin-right: 5%;
  max-width: 100%;
  overflow: hidden;
}
#blog .tabgroup ul li .text-content {
  display: inline;
}

#blog .item .text-content h4 {
  padding-top: 7.5px;
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 600;
  color: #232323;
  letter-spacing: 0.5px;
}

#blog .item .text-content span {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #7a7a7a;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

#blog .item .text-content .accent-button {
  margin-top: 25px;
}




/* Contact Style */

#contact {
  padding-top: 0px;
}

#contact-content {
  padding: 5% 5% 2%;
}

#contact input {
  border-radius: 0px;
  padding-left: 15px;
  font-size: 13px;
  color: #aaa;
  background-color: #f4f4f4;
  border: 1px solid #eee;
  outline: none;
  box-shadow: none;
  line-height: 40px;
  height: 40px;
  width: 100%;
  margin-bottom: 5%;
}

#contact textarea {
  border-radius: 0px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 13px;
  color: #aaa;
  background-color: #f4f4f4;
  border: 1px solid #eee;
  outline: none;
  box-shadow: none;
  height: 200px;
  max-height: 250px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 3%;
}

#contact button {
  font-size: 13px;
  border-radius: 0px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  background-color: #45489a;
  display: inline-block;
  height: 44px;
  line-height: 24px;
  outline: none;
  box-shadow: none;
  width: 100%;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}

#contact button:hover {
  color: #232323;
  background-color: #f4f4f4;
}



/* Footer Style */

.footer {
  background-color: rgba(12,12,12,0.9);
  height: auto;
  line-height: 25px;
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-bottom:0 ;
  padding-bottom:0 ;
  padding-left: 5%;
}

.footer p {
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 80px;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 300;
}

.footer p a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}



/* Responsive Style */

@media (max-width: 992px) {

  .responsive-nav {
    display: none;
  }
  .sidebar-navigation .container1{display: none;}
  


  .sidebar-navigation .logo a {
    font-size: 18px;
  }

  .sidebar-navigation nav a {
    font-size: 13px;
  }

  .sidebar-navigation nav ul {
    margin-left: 30px;
  }

  .sidebar-navigation .social-icons li a {
    font-size: 15px;
  }


}



@media (max-width: 879px) {

  .sidebar-navigation .container1{display: none;}

}





@media (max-width: 767px) {

  .mainright{display: none;}
  .sidebar-navigation .container1{display: none;}

  .responsive-nav {
    display: block;
    height: 60px;
  }

  .page-content {
    width: 100%;
  }

  .Modern-Slider .info {
    text-align: center;
    right: 0px;
    padding: 0px 30px;
  }



  }
/*
  .Modern-Slider .NextArrow{
    outline: none;
    display: none;
    position:absolute;
    top:80px;
    right: 40px;
    transform: translateX(50%);
    width:50px;
    height:3px;
    background:rgba(0,0,0,.50);
    border:0 none;
    text-align:center;
    font:32px/50px FontAwesome;
    color:#FFF;
    z-index:5;


  .Modern-Slider .NextArrow:before{content:'\f105';}

  .Modern-Slider .PrevArrow{
    outline: none;
    position:absolute;
    top:80px;
    right: 100px;
    transform: translateX(-50%);

    width:50px;
    height:50px;
    background:rgba(0,0,0,.50);
    border:0 none;
    text-align:center;
    font:32px/50px FontAwesome;
    color:#FFF;
    z-index:5;
  }*/
}


@media (max-width: 690px) {

  .mainright{display: none;}
  .sidebar-navigation .container1{display: none;}

  .section-heading p {
    position: relative;
  }

  /* #featured {
    padding-left: 15px;
    padding-right: 15px;
  } */

  #featured .owl-nav {
    position: absolute;
    display: inline-block;
    top: -220px;
    right: 0;
  }

    /*#projects {
    padding-left: 15px;
    padding-right: 15px;
  }*/

    /*#video {
    padding-left: 15px;
    padding-right: 15px;
  }*/

    /*#blog {
    padding-left: 15px;
    padding-right: 15px;
  }*/

  #blog .tabs a {
    font-size: 13px;
  }

  #blog .tabgroup ul li img {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  #blog .tabgroup ul li .text-content {
    display: block;
  }

  #contact-content {

    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .section-heading {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .Modern-Slider .NextArrow{

    right: 38px;

  }

  .Modern-Slider .PrevArrow{

    right: 102px;

  }

  #video {
    width: 100%;
  }

  .col-md-12{
    width: 100%;
  }

}
}




/* sidebar 사이드바에서 메뉴가 열린채로 창이 실행되는 것을 방지, 메뉴가 닫혀서 나오게 함 */
.panel-group > ul > li > ul {         
  display:none;
}


@font-face {
  font-family: 'BookkMyungjo-Bd';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/BookkMyungjo-Bd.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'NEXON Lv2 Gothic';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv2 Gothic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);

.nanumgothic * {
 font-family: 'Nanum Gothic', sans-serif;
}




// 회사 연혁
.main-timeline {
  position: relative
  overflow:hidden;
  
}

.main-timeline:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #c6c6c6;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0

  /*max-height: calc(100% - 38px);
  overflow: hidden;
  /*white-space: nowrap;
  text-overflow: ellipsis;*/
}

.main-timeline .timeline {
  margin-bottom: 40px;
  position: relative;
}

.main-timeline .timeline:after {
  content: "";
  display: block;
  clear: both
}

.main-timeline .icon {
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}

.main-timeline .icon:before,
.main-timeline .icon:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.33s ease-out 0s
}

.main-timeline .icon:before {
  background: #fff;
  border: 2px solid #232323;
  left: -3px
}

.main-timeline .icon:after {
  border: 2px solid #c6c6c6;
  left: 3px
}

.main-timeline .timeline:hover .icon:before {
  left: 3px
}

.main-timeline .timeline:hover .icon:after {
  left: -3px
}

.main-timeline .date-content {
  width: 50%;
  float: left;
  margin-top: 22px;
  position: relative
  
}

.main-timeline .date-content:before {
  content: "";
  width: 36.5%;
  height: 2px;
  background: #c6c6c6;
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0
}

.main-timeline .date-outer {
  width: 125px;
  height: 125px;
  font-size: 16px;
  text-align: center;
  margin: auto;
  z-index: 1
}

.main-timeline .date-outer:before,
.main-timeline .date-outer:after {
  content: "";
  width: 125px;
  height: 125px;
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.33s ease-out 0s
}

.main-timeline .date-outer:before {
  background: #fff;
  border: 2px solid #232323;
  left: -6px
}

.main-timeline .date-outer:after {
  border: 2px solid #c6c6c6;
  left: 6px
}

.main-timeline .timeline:hover .date-outer:before {
  left: 6px
}

.main-timeline .timeline:hover .date-outer:after {
  left: -6px
}

.main-timeline .date {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 27%;
  left: 0
}

.main-timeline .month {
  font-size: 18px;
  font-weight: 700
}

.main-timeline .year {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #232323;
  line-height: 36px
}

.main-timeline .timeline-content {
  width: 50%;
  padding: 20px 0 20px 50px;

  float: left;
}

.main-timeline .title {
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  /*margin: 0 0 15px 0
  */
  padding-top: 30px;
  font-family: 'NEXON Lv2 Gothic';
}

.main-timeline .description {
  margin-bottom: 0
}

.main-timeline .timeline:nth-child(2n) .date-content {
  float: right
}

.main-timeline .timeline:nth-child(2n) .date-content:before {
  left: 10px
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
  padding: 20px 50px 20px 0;
  text-align: right
}


@media only screen and (min-width: 992px) {

  .body {
    width: 100%;
    margin-left : 0;
    margin-right : 0;
    padding-left : 0;
    padding-right : 0;
    overflow: hidden;
  }

  .org_image {
    display: none;
  }

  .org_image_big {
    text-align: center;
    width: 85%;
}

  .mainsms {
    width:55%;
  }
  

  .ceologo {
    width: 31%;
    padding-right: 10%; 
    padding-left: 10%; 
    padding-top: 6%;
    padding-bottom: 6%;
    float: right;
  }



}


@media only screen and (max-width: 991px) {
  .main-timeline .date-content {
      margin-top: 35px
  }
  .main-timeline .date-content:before {
      width: 22.5%
  }
  .main-timeline .timeline-content {
      padding: 10px 0 10px 30px
  }
  .main-timeline .title {
      font-size: 17px
  }
  .main-timeline .timeline:nth-child(2n) .timeline-content {
      padding: 10px 30px 10px 0
  }
  .org_image_big {
    display: none;

}

.org_image, .orgpng {
  width: 85%;

}

.mainsms {
  width:55%;
}

.ceologo {
  width: 38%;
  padding-right: 10%; 
  padding-left: 10%; 
  padding-top: 6%;
  padding-bottom: 6%;
  float: right;
}



}



@media only screen and (max-width: 767px) {
  .main-timeline:before {
      margin: 0;
      left: 7px
  }
  .main-timeline .timeline {
      margin-bottom: 20px
  }
  .main-timeline .timeline:last-child {
      margin-bottom: 0
  }
  .main-timeline .icon {
     /* margin: auto 0 */
      display: none
  }


  .main-timeline .date-content {
      width: 95%;
      float: right;
      margin-top: 0
  }
  .main-timeline .date-content:before {
      display: none
  }
  .main-timeline .date-outer {
      width: 110px;
      height: 110px
  }
  .main-timeline .date-outer:before,
  .main-timeline .date-outer:after {
      width: 110px;
      height: 110px
  }
  .main-timeline .date {
      top: 30%
  }
  .main-timeline .year {
      font-size: 24px
  }
  .main-timeline .timeline-content,
  .main-timeline .timeline:nth-child(2n) .timeline-content {
      width: 95%;
      text-align: center;
      padding: 10px 0
  }
  .main-timeline .title {
      margin-bottom: 10px
  }

  .org_image_big {
    display: none;
}

.org_image {
  width:85%;

}

.mainsms {
  width:47%;
  text-align: right;
  margin-left:75%;
}

.ceologo {
  width: 48%;
  padding-right: 2%; 
  padding-left: 2%; 
  padding-top: 2%;
  padding-bottom: 2%;
  float: right;
}



}




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

  .body {
    width: 100%;
    margin-left : 0;
    margin-right : 0;
    padding-left : 0;
    padding-right : 0;
    overflow: hidden;
  }

  .org_image_big {
    display: none;
}

.org_image {
  max-width: 85%;

}

.mainsms {
  width:40%;
  text-align: right;
  margin-left:75%;
}

.ceologo {
  width: 47%;
  padding: 5%; 
  margin: 2%;
  float: right;
}

}






/* .my_img1 {
  display: none;
} 

.my_box1 {
  width: 100%;
  paddding-left: 1%;
}

.my_box1:hover+ .my_img1 {
  display: block;
}
*/

#a:hover ~ #b {
  background: rgb(205, 107, 50);
}

#myimg1:hover ~ #mybox {
  background: yellowgreen;
}

#myimg2:hover ~ #mybox {
  background:  rgb(50, 66, 205);
}

#myimg3:hover ~ #mybox {
  background:  rgb(205, 50, 171);
}





/* textarea */
textarea {
	width:100%;
	border:2px solid #aaa;
	border-radius:4px;
	outline: none;
	padding:8px;
	box-sizing: border-box;
	transition:.3s;
  background-color:rgba(207, 207, 207, 0.795);
  margin:auto;
  align-self: center;

}
textarea :focus{
	border-color:rgb(48, 48, 48);
	box-shadow:0 0 8px 0 dodgetBlue;
}


@font-face {
  font-family: 'GmarketSansMedium';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BookkMyungjo-Bd';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/BookkMyungjo-Bd.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}