@charset "utf-8";

body {
    min-width: 1200px;
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
}

body,
html {
    width: 100%;
    background: #000;
}

.navbar-fixed-top {
    max-width: 1920px;
    margin: 0 auto;
}

.sideBtn {
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}

.sideBtn a {
    display: block;
    background: transparent url(../images/sidebtn.png) no-repeat 0 0;
    width: 151px;
    height: 148px;
    text-indent: -99999em;
}

.sideBtn a:hover {
    background: transparent url(../images/sidebtn_hover.png) no-repeat 0 0;
}

.sideBtn a:last-child {
    background-position-y: 100%;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 951px;
    top: 0;
    left: 0;
    z-index: 999;
    pointer-events: none;
    z-index: -1;
}

#wrap {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 1200px;
    max-width: 1920px;
    overflow: hidden;
}

#wrap .innerWrap {
    position: relative;
    margin: 0 auto;
    min-width: 1200px;
}

.gohome {
    left: 50%;
    top: 0;
    background: transparent url(../images/tabbtn.png) no-repeat 100% 0;
    width: 156px;
    height: 56px;
    display: block;
    position: absolute;
    text-indent: -99999em;
    margin-left: -78px;
}

.gohome:hover {
    background: transparent url(../images/tabbtn_hover.png) no-repeat 100% 0;
}

#effect_liquid {
    touch-action: none !important;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1920px;
    height: 951px;
    margin-left: -960px;
    z-index: -2;
}

.tab {
    z-index: 99;
    position: absolute;
    top: 820px;
    left: 0;
    right: 0;
}

.tab.fixed {
    position: fixed;
    top: 50px;
}

.tab ul {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
}

.tab .list li, .listBasic li {
    display: inline-block;
    margin: 0 5px;
}

.tab .list li a {
    width: 255px;
    height: 59px;
    display: block;
    background: transparent url(../images/btn.png) 0 0 no-repeat;
    text-indent: -9999px;
    position: relative;
}

.tab .list li a:hover,
.tab .list li.active a,
.listBasic li a:hover {
    filter: brightness(130%);
}

.tab .list li a,
.listBasic li a,
.gohome,
.sideBtn a,
.contents .movieArea .start {
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.tab .list li._01 a:after {
    position: absolute;
    content: '';
    background: transparent url(../images/line.png) no-repeat 0 0;
    width: 1px;
    height: 39px;
    top: 50%;
    right: -7px;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tab .list li._02 a {
    background-position-y: -59px;
}

.tabContentsList {
    overflow: hidden;
}

.tabContentsList .contents {
    position: relative;
    display: none;
}

.tabContentsList .contents.active {
    display: block;
}

#tabContents1.contents {
    z-index: 1;
}

#tabContents2.contents {
    z-index: 5;
}

.tab .listBasic {
    margin: 6px 0 0;
}
.listBasic li a {
    width: 116px;
    height: 26px;
    background: transparent url(../images/btn.png) no-repeat -10px -118px;
    display: block;
    text-indent: -99999em;
}
.listBasic li:nth-child(2) a {
    width: 38px;
    background-position-y: -172px;
}
.listBasic li:last-child a {
    background-position-y: -145px;
}
.contents._01 .section0 {
    position: relative;
    background: url(../images/s1_header.jpg) no-repeat 50% 0;
    height: 951px;
    overflow: hidden;
    z-index: -3;
}

.contents._01 .section0 .tit {
    position: absolute;
    text-align: center;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 260px;
    width: 667px;
    height: 221px;
    text-indent: -99999em;
    background: transparent url(../images/title.png) no-repeat 0 0;
}
.contents._01 .section0 .sub {
    position: absolute;
    text-align: center;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 80px;
    width: 308px;
    height: 65px;
    text-indent: -99999em;
    background: transparent url(../images/sub.png) no-repeat 0 0;
}
.contents._01 .section1 {
    background: url(../images/s1_con.jpg) 50% 0 no-repeat;
    height: 4869px;
}

.slideArea {
    width: 746px;
    height: 398px;
    position: absolute;
    top: 2981px;
    left: 50%;
    margin-left: -530px;
}
.slideArea .tit {
    position: absolute;
    top: 45px;
    left: 50%;
    width: 237px;
    height: 180px;
    background: transparent url(../images/s1_tit.png) no-repeat 0 0;
    z-index: 2;
    text-indent: -99999em;
    margin: 0 0 0 293px;
}
.slideArea .info {
    position: absolute;
    width: 248px;
    height: 61px;
    top: 273px;
    left: 50%;
    background: transparent url(../images/s1_info.png) no-repeat 0 0;
    z-index: 2;
    text-indent: -99999em;
    margin: 0 0 0 -318px;
}

.btn_tip {
    position: absolute;
    top: 5096px;
    left: 50%;
    margin-left: 251px;
    width: 37px;
    height: 35px;
    background: transparent;
}
.btn_tip span:nth-child(1) {
    z-index: 1;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.btn_tip span:nth-child(2) {
    position: absolute;
    bottom: 0;
    left: 46px;
    width: 165px;
    background: transparent url(../images/info_popup.png) no-repeat 0 0;
}
.btn_tip span:nth-child(1):hover ~ span {
    height: 204px;
    display: block;
    opacity: 1;
}
.btn_tip span:nth-child(2) {
    height: 0;
    opacity: 0;
    transition: opacity 0.3s;
}
.ft {
    background: #000;
    width: 100%;
    height: 80px;
    text-align: center;
}

.contents .movieArea .youtubeArea {
    border: 1px solid #5347c7;
}
.contents._02 .section0 .wm {
    position: absolute;
    margin: 0 0 0 -534px;
    left: 50%;
    width: 1495px;
    height: 1000px;
    background: transparent url(../images/wm.png) no-repeat 0 0;
    top: 0;
}
.contents._02 .section0 .tit {
    position: absolute;
    text-align: center;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 600px;
    width: 955px;
    height: 173px;
    background: transparent url(../images/s2_title.png) no-repeat 0 0;
    text-indent: -99999em;
}

.contents._02 .section0 {
    overflow: hidden;
    position: relative;
    background: url(../images/s2_header.jpg) no-repeat 50% 0;
    height: 951px;
}

.contents._02 .section1 {
    background: url(../images/s2_con.jpg) 50% 0 no-repeat;
    height: 3429px;
    position: relative;
}

.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;
}