.animate {
  opacity: 0;
}
/*        유튜브 */
.lightbox {
  background-color: rgba(0, 0, 0, 0.8);
  overflow: scroll;
  position: fixed;
  display: none;
  z-index: 999999999999999;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.lightbox-container {
  position: relative;
  max-width: 960px;
  margin: 7% auto;
  display: block;
  padding: 0 3%;
  height: auto;
  z-index: 9999999999999999;
}
/* 유튜브 마감 */

/* 팝업 */
.overlay-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 9999999999999999999999999999999999999999999999999999;
}

.overlay-popup:target {
  visibility: visible;
  opacity: 1;
}

.popup-content {
  margin: 100px auto;
  background: #fff;
  width: 75%;max-width: 700px;
  position: relative;
  transition: all 5s ease-in-out;
  padding-bottom: 10px;
}

.popup-content h2 {
  background: linear-gradient(#44474e, #35383f);
  margin-top: 0;
  color: #fff;
  font-family: 'NotoSans';
  font-size: 18px;
  line-height: 52px;
  padding-left: 20px;
  font-weight: 600;
  padding-top: 5px;
}

.popup-content .close {
  position: absolute;
  top: 15px;
/*    border: 1px #fff solid;*/
  right: 15px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #fff !important;
  opacity: 1;
  text-shadow: none;
  line-height: 0;
  padding-top: 12px;
  padding-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

.popup-content .close:hover {
  color: #06D85F;
}

.popup-content .content {
  /*  max-height: 30%;*/
  height: 420px;
  padding: 25px 20px;
  font-size: 13px;
  overflow-y: auto;
}

.popup-content .content p,
.popup-content .content span {
  font-size: 13px;
}

.popup_text_point {
  font-size: 16px;
  font-weight: 600;
  font-weight: 600;
  padding-bottom: 12px;
}
/* 팝업 마감 */
#tab_wrap .nav-tabs {
  border-bottom: 0;
}

#tab_wrap .nav-tabs > li > a {
  margin: 0;

}

#tab_wrap .nav-tabs > li > a,
#tab_wrap .nav-tabs > li > a:focus,
#tab_wrap .nav-tabs > li > a:hover {
  color: #fff;

  border-left: 1px #cfcfcf solid;
}

#tab_wrap .nav-tabs > li > a {
  border: none;
  color: #666;
  background: #f8f8f8;
  /*            font-size: 13px;*/
  font-weight: 600;
  border-top: 1px #dedede solid;
  border-bottom: 1px #999999 solid;
  border-left: 1px #dedede solid;
  /*    border-top: 1px #999999 solid;*/
  border-radius: 0;
  line-height: 38px;
  font-size: 16px;
  /*        transition: 1s;*/
}

#tab_wrap .nav-tabs > li:first-child > a {
  /*        border-left: 1px #999999 solid;*/
}


#tab_wrap .nav-tabs > li:last-child > a {}

#tab_wrap .nav-tabs > li > a > span {
  color: #000;
}

#tab_wrap .nav-tabs > li > a:hover,
#tab_wrap .nav-tabs > li > a#bo_cate_on,
#tab_wrap .nav-tabs > li > a:focus {
  color: #efefef;
  background: #fff;
  color: #000;
  border-top: 1px #cfcfcf solid;
  border-bottom: 1px #fff solid;
  border-left: 1px #cfcfcf solid;

}

#tab_wrap .nav-tabs > li > a#bo_cate_on {
  background-color: #fff;
  border-top: 2px #000 solid;
  font-weight: 900;
}

#tab_wrap .nav-tabs > li:first-child > a:hover,
#tab_wrap .nav-tabs > li:first-child > a:focus {
  border-left: 0;
}



#tab_wrap .nav-tabs.two > li {
  width: 50%;
  text-align: center;
}

#tab_wrap .nav-tabs.three > li {
  width: 33.333333333333333%;
  text-align: center;
}

#tab_wrap .nav-tabs.four > li {
  width: 25%;
  text-align: center;
}

.tab-pane {
  padding: 15px 0;
}

.tab-content {
  padding: 20px
}

.tabs.type01 {
  display:flex;
  justify-content:space-between;

}
.tabs.type01 .tab  {
  text-align: center;
  width: 100%;
}
.tabs.type01 .tab a {
  background: #fff;
  border-radius: 50px;
  border:1px solid #222;  
  transition: 0.2s;
  display: inline-block;
    color: #222;
    font-size:24px;
    font-weight: bold;
    font-family: 'Noto Sans KR';
    height:60px;
    line-height: 55px;
    padding:0px 40px;
    text-decoration: none;
    text-align: center;
    margin: 10px auto;

}
.tabs.type01 .tab #bo_cate_on,
.tabs.type01 .tab a:focus {
   background: #222;
  border-radius: 50px;
  border:1px solid #222;  
  transition: 0.2s;
  display: inline-block;
    color: #fff;
    font-size:24px;
    font-weight: bold;
    font-family: 'Noto Sans KR';
    height: 60px;
    line-height: 55px;
    padding:0px 40px;
    text-decoration: none;
    text-align: center;
    margin: 10px auto;
  
}
.tabs.type01 .tab a:hover {
  text-decoration: none;
   background: #222;
  color: #fff;border:1px solid #222;  
}

@media(max-width:991px){
  .tabs.type01 .tab a {
  background: #fff;
  border-radius: 50px;
  border:1px solid #222;  
  transition: 0.2s;
  display: inline-block;
    color: #222;
    font-size:16px;
    font-weight: bold;
    font-family: 'Noto Sans KR';
    height:40px;
    line-height: 35px;
    padding:0px 25px;
    text-decoration: none;
    text-align: center;
    margin: 3px;
  }
  .tabs.type01 .tab  #bo_cate_on,
    .tabs.type01 .tab a:focus {
     background: #222;
  border-radius: 50px;
  border:1px solid #222;  
  transition: 0.2s;
  display: inline-block;
    color: #fff;
    font-size:16px;
    font-weight: bold;
    font-family: 'Noto Sans KR';
    height:40px;
    line-height: 35px;
    padding:0px 25px;
    text-decoration: none;
    text-align: center;
    margin: 3px;
  } 

 }
@media screen and (max-width: 768px) {
  .lightbox-container {
    margin-top: 10%;
  }
}

@media screen and (max-width: 414px) {
  .lightbox-container {
    margin-top: 13%;
  }
}

.lightbox-content {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}

.lightbox-close {
  text-transform: uppercase;
  background: transparent;
  position: absolute;
  font-weight: 300;
  font-size: 12px;
  display: block;
  border: none;
  color: white;
  top: -22px;
  right: 3%;
}

.video-container {
  padding-bottom: 56.25%;
  position: relative;
  padding-top: 30px;
  overflow: hidden;
  height: 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

/* IGNORE FORM THIS POINT ON */

#playme {
  background: #007fed;
  text-transform: uppercase;
  font-weight: 300;
  border: none;
  color: white;
  padding: 10px 15px;
  display: inline-block;
  font-size: 14px;
  margin: 0;
}

.js-parallax {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body a,
body .btn {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

body a:hover,
body .btn {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.soft {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

