*{ margin: 0; padding: 0; font-family: 'Noto Sans KR', sans-serif; scroll-behavior: smooth; }
html, body { overflow-x: hidden; }
/* ---- particles.js container ---- */

#particles-js{
    width: 100%; height: 750px; background-color: #333333; color: #fff; background-image: url('../img/hEADER.PNG'); background-size: cover; background-position: 50%, 50%;
    background-repeat: no-repeat;
  }
  
  #particles-js canvas {
    position: absolute;
    margin-top: -478px;
  }
  
  @media (max-width: 767px) {
    #particles-js{
      width: 100%; height: 500px;
    }
  }



/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 .owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}



 /**
 * deibigs web css
 * 2020.04.17
 */
 
 img { width: 100%; height: auto; margin-bottom: 30px; }
      
 /* nav bar */
       #gnb { border: 0px; border-radius: 0; margin-bottom: 0px; position: fixed; z-index: 500; width: 100%; top: 0%;
         -webkit-transition-duration:0.4s;
         -webkit-transition-timing-function:ease;
         transition-duration:0.4s;
         transition-timing-function:ease; }
       #gnb .navbar-brand { height: auto; margin-right: 15px;  }
       #gnb .navbar-brand>img { width: 120px; margin: 0; }
       #gnb .navbar-nav>li>a { padding: 28px 15px 21px 15px; }
       #gnb .navbar-toggle { margin: 20px 15px 18px 0px; border: 0px solid transparent; }
       #gnb .navbar-collapse>.navbar-nav:nth-child(1)>li>a { color: #fff; }
       #gnb .navbar-collapse>.navbar-nav:nth-child(1)>li>a:hover { color: #ff9600; }
       #gnb .language_set>* { display: inline-block; }
       #gnb .language_set { color: #999; }
       #gnb .language_set>a:first-child { padding-left: 50px; padding-right: 5px; color: #ff9600 !important; }
       #gnb .language_set>a:last-child { padding-left: 5px; padding-right: 0px; color: #ff9600; }
       
 
       @media (max-width: 767px) {
         #gnb .navbar-collapse { background-color: rgba(0, 18, 54, 0.8)};
         #gnb .navbar-nav>li>a { padding: 15px 15px; }
         #gnb .navbar-collapse>.navbar-nav:nth-child(1)>li>a:hover { background-color: #0f0f0f; }
         #gnb .language_set { margin-top: 10px; border-top: 1px solid #666; padding-top: 10px; padding-right: 20px; text-align: right; }
         #gnb .language_set>a:first-child:hover { background-color: transparent !important; }
         #gnb .language_set>a:last-child:hover { background-color: transparent !important; }
       }
       .navbar-default .navbar-toggle:hover,
       .navbar-default .navbar-toggle:focus {
         background-color: transparent;
       }
 /* nav 스크롤 반응 css */
       .down {
         background-color:rgba(0, 18, 54, 0.8);
         -webkit-transition-duration:0.4s;
         -webkit-transition-timing-function:ease;
         transition-duration:0.4s;
         transition-timing-function:ease;
       }
 
 /* Mobile Hamburger Menu Transition */
       .icon-bar { display: inline-block; transition: all .4s;  box-sizing: border-box; }
       .navbar-toggle.active .icon-bar:nth-of-type(2) {
         -webkit-transform: translateY (6px) rotate (-45deg);
         transform: translateY(6px) rotate(-45deg);
       }
       .navbar-toggle.active .icon-bar:nth-of-type(3) { opacity: 0; }
       .navbar-toggle.active .icon-bar:nth-of-type(4) {
         -webkit-transform: translateY(-6px) rotate(45deg);
         transform: translateY(-6px) rotate(45deg);
       }
 /*header*/
         #particles-js { height: 750px; background-color: #333333; color: #fff; background-image: url('../img/header.png'); background-size: cover; background-position: 50%, 50%; }
         #particles-js>.container { padding-top: 200px; }
         #particles-js>.container>* { margin: 0; }
         #particles-js>.container>h2 { font-size: 35px; font-weight: 500; margin-bottom: 10px; }
         #particles-js>.container>h1 { font-size: 55px; font-weight: 700; color: #ff9600; }
         #particles-js>.container>p { font-size: 21px; font-weight: 400; }
         #particles-js>.container>div { width: 80px; height: 2px; background-color: #ff9600; margin: 55px 0; }
 
       @media (max-width: 767px) {
         #particles-js { height: 500px; background-color: #333333; color: #fff; }
         #particles-js>.container { padding: 130px 15px 0 15px; }
         #particles-js>.container>h2 { font-size: 24px; font-weight: 500; margin-bottom: 5px; }
         #particles-js>.container>h1 { font-size: 34px; font-weight: 700; color: #ff9600; }
         #particles-js>.container>p { font-size: 14px; font-weight: 400; }
         #particles-js>.container>div { width: 80px; height: 2px; background-color: #ff9600; margin: 34px 0; }
       }
 
 /*titles*/
       .con_tit { text-align: center; margin: 20px 0 0 0; font-weight: 400; }
       .tit-line { width: 80px; height: 2px; background-color: #ff9600; margin: auto; margin-top: 40px; margin-bottom: 40px; }
       .sub_tit { margin: 0px 5px; font-size: 18px; font-weight: 600; }
       .sub_text { margin: 0px 5px; font-size: 16px; }
 
 
 
       #content_01 { padding: 80px 70px; }
       #content_01 .col-md-4 { padding: 0 5px; }
       #content_01 .con-line { width: 150px; height: 2px; background-color: #ff9600; margin: 30px 0 30px 5px; }
 
       #content_02 { margin: 100px 0 0 0; padding: 0px; }
       .owl-stage { padding-bottom: 40px; }
       .item { -webkit-box-shadow: 0 5px 10px rgba(154,160,185,.4), 0 15px 40px rgba(166,173,201,.4); box-shadow: 0 5px 10px rgba(154,160,185,.4), 0 15px 40px rgba(166,173,201,.4); }
 
       #content_03 { padding: 80px 70px; }
       #content_03 img { margin-bottom: 0px; }
       #content_03 .col-md-6 { padding: 0 5px; }
       #content_03 .sub_text { margin: 0px; font-size: 16px; }
       #content_03 .con3_box { padding: 20px; background-color: #fff; min-height: 123px; }
       #content_03 .item01 { background-color: #ebebeb; }
       #content_03 .item02 { background-color: #40609c; color: #fff; }
  
       .content_04_box { background-color: #ebebeb; width: 100%; height: auto; }
       #content_04 { padding: 80px 70px 150px 70px; }
       #content_04 img { margin-bottom: 0px; }
       #content_04 .col-md-4 { padding: 0 5px; }
       #content_04 .con4_box { padding: 20px; background-color: #fff; min-height: 123px; }
       #content_04 .sub_tit { margin: 0 0 20px 0px; font-size: 18px; }
       #content_04 .sub_text { margin: 0px; font-size: 16px; }
 
 
       
       .con2_img { padding: 0; margin: 0; background-color: #666; }
       .con2_text { margin: 0px; padding: 0; height: 100%; position: relative; }
       .con2_text .sub_tit { margin: 30px 30px; font-size: 21px; }
       .con2_text .sub_text { margin: 30px 30px 30px 30px; font-size: 16px; }
 
       .loop1500, .loop1500 .owl-dots { display: none; }
       .loop800, .loop800 .owl-dots { display: none; }
       .loop, .loop .owl-dots { display: none; }
 
 
       .con2_row { position: relative; height: auto; }
 
       .btn-box { position: absolute; bottom: 0; margin: 30px 0; padding: 0 30px; right: 0; }
 
       .btn-box button { width: 30%; height: auto; padding: 5px 0px; border: 2px solid #999; background-color: #fff; }
       .btn-box button:last-child { width: 30%; height: auto; padding: 5px 0px; border: 2px solid #ff9600; background-color: #ff9600; color: #fff; }
 
       .bg-line { width: 100%; height: 500px; background-color: #a8a8a8; margin-top: -360px; background-image: url('../img/con02_5.png'); background-size: cover; background-position: 50%, 50%; }
 
       footer {background-color: rgb(0, 18, 54); padding: 0px  !important;}
       footer div { padding: 0 !important; }
       footer img { margin: 0px; padding: 30px; }
       footer p { margin: 0px; padding: 45px 30px 30px 30px; color: #fff; }
 
       @media (max-width: 992px) {
         #content_01 { padding: 40px 50px; }
         #content_04 { padding: 40px 50px; }
         #content_03 { padding: 40px 50px; }
 
         .con_tit { font-size: 24px; }
         .sub_tit { margin: 0px 0px; font-size: 18px; }
         .sub_text { margin: 0px 0px 50px 0px; font-size: 16px; }
         
         #content_04 .con4_box { margin-bottom: 40px; }
         #content_03 .con3_box { margin-bottom: 40px; }
 
         .con2_text { height: auto; }
         .con2_text .sub_tit { margin: 30px 30px; font-size: 18px; }
         .con2_text .sub_text { margin: 30px 30px 120px 30px; font-size: 14px; }
         .btn-box { width: 100%; position: absolute; bottom: 0; margin: 30px 0; padding: 0 30px; right: 0; }
         .bg-line { width: 100%; height: 350px; background-color: #a8a8a8; margin-top: -350px; }
         footer img { margin: 0px; padding: 30px;  }
         footer p { margin: 0px; padding: 0px 30px 30px 30px; color: #fff; }
         footer img { padding-right: 100px; padding-left: 100px; }
       }

       .loop800 span { opacity: 0; }
       .loop span { opacity: 0; }

       
      .target-section {opacity: 0; transition: 1.5s;}
      .section1.active {opacity: 1;}
      a { color: #fff; text-decoration: none; }
      a:hover { color: #fff; }