@charset "utf-8";

body {
    min-width: 1000px;
}

body,
html {
    width: 100%;
    height: 100%;
    background: #3a263a;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 860px;
    top: 0;
    left: 0;
    z-index: 999;
    pointer-events: none;
    z-index: 4;
}

#wrap .btn {
    cursor: default;
}

#wrap {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 1000px;
}

#wrap .innerWrap {
    position: relative;
    margin: 0 auto;
    width: 880px;
}
.sideBar {

    position: fixed;
  
    display: block;
  
    left: 0px;
  
    top: 20%;
    
  
    /* -webkit-transform: translateY(-50%);
  
    -ms-transform: translateY(-50%);
  
    transform: translateY(-50%); */
  
    z-index: 95;
  
    width: 246px;
    max-width: 50vw;
  
    height: 157px;
  
    -moz-transition: all 0.25s ease-in-out;
  
    -webkit-transition: all 0.25s ease-in-out;
  
    transition: all 0.25s ease-in-out;
  
  }
  .sideBar a {

    display: block;
  
    background: url(../images/side_btn2.png) no-repeat 0 0;
    background-size: 100% auto;
  
    width: 100%;
  
    height: 100%;
  
    -moz-transition: all 0.25s ease-in-out;
  
    -webkit-transition: all 0.25s ease-in-out;
  
    transition: all 0.25s ease-in-out;
  
  }
  
  
  .sideBar:hover a {
  
    background: url(../images/side_btn2_hover.png) no-repeat 0 0;
  
  }

.tab {
    z-index: 11;
    height: 288px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: url(../images/bg_tab.png) 50% 0 no-repeat;
    /* padding: 20px 0 0; */
}

.tab ul {
     /*float: left; */
    /* display: block; */
    margin-bottom: 180px;
    /* padding: 0 0 0 45px; */
    list-style: none;
}

.tab .list li {
     float: left; 
}

.tab .list li a {
    width: 230px;
    height: 80px;
    display: block;
    /* background: url(../images/tab_0712_b2de.png) 0 0 no-repeat; */
    text-indent: -9999px;
    margin-left: 5px;
}

.tab .list li._01 a {
    background: url(../images/tab_01.png) 0 0 no-repeat;
    /*position: absolute;*/
/*    bottom: -5px;
    left: 100px;*/
}

.tab .list li._02 a {
    /* background-position-x: -194px; */
    background: url(../images/tab_02.png) 0 0 no-repeat;
    /*position: absolute;*/
/*    bottom: -12px;
    left: 350px;*/
}

.tab .list li._03 a {
    /* background-position-x: -388px; */
    background: url(../images/tab_03.png) 0 0 no-repeat;
    /*position: absolute;*/
/*    bottom: -5px;
    left: 615px;*/
}

.tab .list li.active a,.tab .list li a:hover {
    background-position-y: -80px;
}

.tab.fixed {
    position: fixed;
    bottom: 80px;
    left: 0;
    right: 0;
}

.tab.fixed:after {
    opacity: 1;
}

.tabContentsList {
    overflow: hidden;
}

.tabContentsList .contents {
    position: relative;
    display: none;
}

/* videobox */
/*#myvideo {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    background-color: black;
    background-size: cover;
    object-fit: cover;
    z-index: 3;
}*/

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

video {
    position: absolute;
    top: -75px;
    left: 0;
    width: 100%;
    height: 100%;
}
.viedocover{
    position: absolute;
    bottom: 3px;
    z-index: 10;
    max-width: 100%;
    overflow: hidden;
    display: none;
}
.btnsWrap {
     float: left; 
/*    position: relative;
    bottom: 52px;*/
    /* padding: 0 0 0 97px; */
}

.btnsWrap a,
.gohome {
    display: block;
    text-decoration: none;
}

.btnsWrap .btns,
.gohome {
    color: #cecece;
    font-size: 16px;
    font-weight: 400;
}

.btn_register {
    text-align: center;
/*    position: relative;
    top: 261px;
    left: -130px;*/
    right: 0;
    margin: auto;
    background: url(../images/btn_register.png) 50% 0 no-repeat;
    height: 40px;
    width: 160px;
}

.btn_download {
    text-align: center;
/*    position: relative;
    top: 210px;
    left: 130px;*/
    right: 0;
    margin: auto;
    background: url(../images/btn_download.png) 50% 0 no-repeat;
    height: 40px;
    width: 160px;
}
.btn_register:hover,.btn_download:hover {
    opacity: .8;
}
.gohome {
    /* display: block; */
    text-align: center;
    position: relative;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/gohome.png) 50% 0 no-repeat;
    height: 52px;
    width: 101px;
}

.btnsWrap a:hover,
.gohome:hover {
    color: #FFFFFF;
    text-decoration: none;
}

#audio {
    float: left;
    text-align: center;
}

.jp-audio {}

.jp-audio .jp-interface {
    height: auto;
}

.jp-stop {
    display: none;
}

.jp-play {
    width: 100%;
    height: 23px;
    background: url(../images/sound.png) no-repeat 0 0;
    cursor: pointer;
}

.jp-play:focus {
    background-position-y: -23px;
}

.jp-pause {
    width: 100%;
    height: 23px;
    background: url(../images/sound.png) no-repeat;
    cursor: pointer;
    background-position-y: -23px;
}

.jp-volume-controls {
    background: url(../images/bar.png) no-repeat;
    height: 5px;
    position: absolute;
    top: 26px;
    left: 20px;
    display: none;
}

.jp-volume-bar {
    width: 123px;
    background: none;
    height: 6px;
    left: 0px;
    top: 0px;
}

.jp-volume-bar-value {
    background: url(../images/volume.png) no-repeat;
    height: 6px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.jp-audio .jp-controls {
    width: 146px;
    padding: 6px 0 0;
}

.tabContentsList .title {
    position: absolute;
    left: 180px;
    top: 40px;
    z-index: 2;
}

#tabContents1 .cover,
#tabContents2 .cover,
#tabContents3 .cover {
    position: absolute;
    width: 100%;
    height: 950px;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 50px;
}

#tabContents1 .cover {
    background: url(../images/cover_section0.jpg) no-repeat 50% 0;
}

#tabContents2 .cover {
    background: url(../images/cover_section0.jpg) no-repeat 50% 0;
}

#tabContents3 .cover {
    background: url(../images/cover_section0.jpg) no-repeat 50% 0;
}

.tabContentsList .contents.active {
    display: block;
}

/* 티나 */
.contents._01 .section0 {
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

.contents._01 .section0 .innerWrap {
    height: 990px;
}

.contents._01 .section1 {
    background: url(../images/bg_tab01_section_02.jpg) center 0 no-repeat;
    /* margin: 90px 0 0; */
    height: 1200px;
}

.contents._01 .section2 {
    /*background: url(../images/bg_tab01_section_03.jpg) center 0 no-repeat;*/
}

.contents._01 .section2 .innerWrap {
    height: 950px;
}

.contents._01 .section3 {
    background: url(../images/footer.png) center 0 no-repeat #000;
}

.contents._01 .section3 .innerWrap {
    height: 80px;
}

.contents._01 .section0 .movieArea .youtubeArea,
.contents .section1 .movieArea .youtubeArea,
.contents._02 .section0 .movieArea .youtubeArea,
.contents._03 .section0 .movieArea .youtubeArea {
    border: 2px solid #762233;
}

.contents._01 .section0 .movieArea .start {
    background: url(../images/start.png) no-repeat;
}

.contents._01 .section2 .movieArea._02 .start {
    background: url(../images/tab01_skill_02.jpg) no-repeat;
}

.contents._01 .section2 .movieArea._03 .start {
    background: url(../images/tab01_skill_03.jpg) no-repeat;
}

.contents._01 .section2 .btn.link {
    position: absolute;
    top: 1247px;
    left: 562px;
}

.contents._01 .section2 .btn.link a {
    display: block;
    width: 155px;
    height: 110px;
    text-indent: -9999px;
}

/* 제이 */
.contents._02 .section0 {
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    /*background: url(../images/bg_tab02_section0_0705_ve3s.jpg) center 0 no-repeat;*/
}

.contents._02 .section0 .innerWrap {
    height: 990px;
}

.contents._02 .section1 {
    background: url(../images/bg_tab02_section_02.jpg) 50% 0 no-repeat;
    /* margin: 90px 0 0; */
    height: 1200px;
}

.contents._02 .section1 .innerWrap {
    height: 950px;
}

.contents._02 .section3 {
    background: url(../images/footer.png) center 0 no-repeat #000;
}

.contents._02 .section3 .innerWrap {
    height: 80px;
}

.contents._02 .section0 .movieArea .start {
    background: url(../images/start.png) no-repeat;
}


/* 볼프강 */
.contents._03 .section0 {
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    /*background: url(../images/bg_tab03_section0_0712_b2de.jpg) center 0 no-repeat;*/
}

.contents._03 .section0 .innerWrap {
    height: 990px;
}

.contents._03 .section1 {
    background: url(../images/bg_tab03_section_02.jpg) 50% 0 no-repeat;
    /* margin: 90px 0 0; */
    height: 1200px;
}

.contents._03 .section1 .innerWrap {
    height: 950px;
}

.contents._03 .section3 {
    background: url(../images/footer.png) center 0 no-repeat #000;
}

.contents._03 .section3 .innerWrap {
    height: 80px;
}

.contents._03 .section0 .movieArea .start {
    background: url(../images/start.png) no-repeat;
}



/* 영상 */
.contents .section0 .movieArea {
    position: absolute;
    top: 20%;
    left: 50%;
    z-index: 2;
    margin-left: -460px;
}

.contents .section0 .movieArea {
    width: 920px;
    height: 519px;
}

.contents .section0 .movieArea .btnclose {
    position: absolute;
    right: 0px;
    top: -50px;
    display: none;
    z-index: 1070;
}

.contents .section0 .movieArea .youtubeArea {
    display: none;
    z-index: 1070;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 920px;
    height: 519px;
    overflow: hidden;
}

.contents .section0 .movieArea .start {
    width: 504px;
    height: 293px;
    cursor: pointer;
    margin: 300px 0 0;
}

.contents .section2 .movieArea._02 {
    position: relative;
    top: 1454px;
    left: 136px;
}

.contents .section2 .movieArea._02 .youtubeArea {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 448px;
    height: 252px;
    overflow: hidden;
    background: #000;
}

.contents .section2 .movieArea._02 .start {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 450px;
    height: 252px;
    cursor: pointer;
}

.contents .section2 .movieArea._03 {
    position: relative;
    top: 1454px;
    left: 693px;
}

.contents .section2 .movieArea._03 .youtubeArea {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 448px;
    height: 252px;
    overflow: hidden;
    background: #000;
}

.contents .section2 .movieArea._03 .start {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 450px;
    height: 252px;
    cursor: pointer;
}


/* 프로필 */

.contents .infoArea {
    position: absolute;
    z-index: 1;
    left: -100px;
    top: 480px;
}
.IDquestion,.IDquestion2,.IDquestion3{
    background: url(../images/info_01q.png) top center no-repeat;
    width: 100px;
    height: 100px;
    display: inline-block;
    position: relative;
    left: -348px;
    top: 38px;
    /*animation-name: flash;*/
}
.IDquestion2{
    left: -389px;
    top: 15px;
}
.IDquestion3{
    left: -366px;
    top: 29px;
}
.IDanswer,.IDanswer2,.IDanswer3{
    position: relative;
    left: -387px;
    top: 75px;
    opacity: 0;
}
.IDanswer2{
    left: -429px;
    top: 59px;
}
.IDanswer3{
    left: -407px;
    top: 75px;
}
.IDshow{
    opacity: 1;
    transition: all .5s;
}
.contents .section1 .movieArea {
    width: 920px;
    height: 519px;
    position: absolute;
    top: 100px;
    right: 50%;
    margin-right: -460px;
}

.contents .section1 .movieArea .youtubeArea {
    display: none;
    z-index: 1070;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 920px;
    height: 519px;
    overflow: hidden;
}

.contents .section1 .movieArea .start {
    background-repeat: no-repeat;
    position: absolute;
    cursor: pointer;
    z-index: 1;
}

.contents .section1 .movieArea._11 .start,
.contents .section1 .movieArea._13 .start,
.contents .section1 .movieArea._15 .start {
    top: -50px;
    right: -120px;
}

.contents .section1 .movieArea._12 .start,
.contents .section1 .movieArea._14 .start,
.contents .section1 .movieArea._16 .start {
    top: 455px;
    right: -40px;
}

.btnclose {
    position: absolute;
    right: 0px;
    top: -50px;
    display: none;
    z-index: 1070;
}

.contents .section0 .movieArea .btnclose button,
.contents .section1 .movieArea .btnclose button {
    display: block;
    text-indent: -9999px;
    width: 49px;
    height: 49px;
    background: url(../images/btn_close_movie.jpg) no-repeat;
    cursor: pointer;
    padding: 0;
    background-color: transparent;
    border: none;
    outline: none;
    margin: 1px 0 0;
}

.tab_skill_01 {
    position: relative;
    top: 460px;
    left: 360px;
}

.overlay {
    z-index: 1050;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, .75);
}

.layerPop {
    z-index: 300;
    position: fixed;
    left: 50%;
    top: 50%;
}

.layerPop .close {
    position: absolute;
    right: 0px;
    top: 0px;
}

.layerPop .close button {
    display: block;
    text-indent: -9999px;
    width: 45px;
    height: 45px;
}

#popDetail1 {
    margin: -225px 0 0 -318px;
    width: 637px;
    height: 449px;
    /*background: url(../images/bg_popDetail.png) no-repeat;*/
}

@media screen and (max-width: 999px) {
    /* .tabContentsList .title {
        left: 0;
    } */

    .contents .infoArea {
        position: absolute;
        z-index: 1;
        left: -15px;
        top: 480px;
    }

    .contents .section1 .movieArea._11 .start,
    .contents .section1 .movieArea._13 .start,
    .contents .section1 .movieArea._15 .start {
        top: -50px;
        right: -40px;
    }

    .tab_skill_01 {
        position: relative;
        top: 460px;
        left: 270px;
    }
    video {
        top: 30px;
    }
}

.animated2 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated2.infinite2 {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes flash_ {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: .3;
  }
}

@keyframes flash_ {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: .3;
  }
}

.flash_ {
  -webkit-animation-name: flash_;
  animation-name: flash_;
}