/*±âº» ·¹ÀÌ¾Æ¿ô*/
.SectionHead {
    display: none;
}
.SectionBody_event {
    border: none;
    margin-left: 94px;
}
body,
html {
    height: auto;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
#wrapper {
    border: 1px solid #ececec;
    width: 1000px;
}
#wrapper * {
    box-sizing: border-box;
}
.eventHeader,
.event_wrap > section {
    position: relative;
}
.mo {
    display: none;
}

/*video ÀÖÀ» °æ¿ì*/
.video_wrap {
    width: 854px;
    margin: 0 auto;
}
.video_wrap video {
    width: 100%;
}

.volume_wrap {
    position: relative;
}
.volume {
    position: absolute;
    top: 20px;
    left: 70px;
    opacity: 0.3;
}
.volume.on {
    opacity: 1;
}

/*ÅÇ ÀÖÀ» °æ¿ì*/
.tabList {
    height: 175px;
    text-align: center;
}
.tabList ul {
    display: inline-block;
    height: 175px;
    overflow: hidden;
}
.tabList li {
    float: left;
}

/*º»¹® css*/
.kv_wrap {
    position: relative;
}
.headImg,
.mainTxt,
.product,
.sprayImg {
    position: absolute;
}
.mainTxt {
    bottom: 75px;
    right: 190px;
    z-index: 9;
    animation: blink 1.5s infinite;
    -webkit-animation: blink 1.5s infinite;
    -ms-animation: blink 1.5s infinite;
}
.product {
    bottom: 0;
    right: 0;
    z-index: 2;
}
.headImg {
    bottom: 215px;
    right: 94px;
    animation: push 1.5s ease-out infinite;
    -webkit-animation: push 1.5s ease-out infinite;
    -ms-animation: push 1.5s ease-out infinite;
    z-index: 1;
}
.sprayImg {
    bottom: 48px;
    right: 117px;
    animation: blink 1.5s ease-in infinite;
    -webkit-animation: blink 1.5s ease-in infinite;
    -ms-animation: blink 1.5s ease-in infinite;
}

.centerImg {
    position: absolute;
    top: 412px;
    left: 48.5%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: none;
}

.pointTxt_wrap{
    position: absolute;
    top: 113px;
    left: 45px;
}
.pointTxt:not(.txt05){
    padding-left: 47px;
    animation: blink 1.5s ease-in infinite;
    -webkit-animation: blink 1.5s ease-in infinite;
    -ms-animation: blink 1.5s ease-in infinite;
}
.pointTxt:not(.txt01){
    margin-top: 116px;
}
.pointTxt.txt02{
    margin-top: 130px;
}
.pointTxt.txt05{
    margin-top: 100px;
    animation: scale 1.5s ease-in infinite;
    -webkit-animation: scale 1.5s ease-in infinite;
    -ms-animation: scale 1.5s ease-in infinite;
}

.btmVideo_wrap {
    background-color: #dff7ff;
    width: 970px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 15px;
}
.btmVideo_wrap video {
    width: 860px;
}

.nextPage {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
    z-index: 999;
    display: none;
}

/*p2*/
.page02_tit{
    position: relative;
}
.page02_tit .tit01,
.page02_tit .tit02{
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.page02_tit .chk{
    position: absolute;
    top: -50px;
    left: -50px;
    z-index: -1;
}
.page02_tit .tit02 .chk{
    top: -85px;
    left: 150px;
}
.page02_tit .tit01{
    top: 100px;
}

/*event*/
.evt01Wrap {
    position: relative;
}
.evt01_wrap {
    position: absolute;
    bottom: 0;
    left: 230px;
    width: 500px;
}
.evt01_wrap li {
    /* height: 50px; */
    width: 100%;
    cursor: pointer;
}
.evt01_wrap li:not(:first-child) {
    margin-top: 5px;
}
/* .evt01_wrap .A{
    display: none;
} */
.evt01_wrap .A {
    opacity: 0;
}
.evt01_wrap .A.on {
    opacity: 1;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.evt02_wrap {
    position: relative;
}
.txt_list {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    width: 330px;
    height: 375px;
}
.txt_list li {
    float: left;
    background: url("../images/txtBox.png") no-repeat;
    width: 110px;
    height: 110px;
    text-align: center;
    position: relative;
}
.txt_list li.A {
    cursor: pointer;
}
.txt_list .txt {
    display: inline-block;
    margin-top: 21px;
}
.txt_list .txt.bold {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: none;
}

.txt_list li:nth-of-type(2n) .txt.on {
    animation: blink 1s infinite;
    -webkit-animation: blink 1s infinite;
    -ms-animation: blink 1s infinite;
}
.txt_list li:nth-of-type(2n-1) .txt.on:not(.bold) {
    animation: blink 0.3s infinite;
    -webkit-animation: blink 0.3s infinite;
    -ms-animation: blink 0.3s infinite;
}
.txt_list li:nth-of-type(3n-1) .txt.on:not(.bold) {
    animation: blink 0.7s infinite;
    -webkit-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
}
.txt_list .txt.bold.on {
    display: block;
    animation: blink 2s infinite;
    -webkit-animation: blink 2s infinite;
    -ms-animation: blink 2s infinite;
}

.finPop_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    z-index: 1;
    display: none;
}

.sendForm_wrap {
    width: 520px;
    margin: 0 auto;
    text-align: left;
}
.sendForm_wrap img{
    display: inline-block !important;
}

@keyframes push {
    0% {
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
    }
    50% {
        transform: translate(5px, 10px);
        -webkit-transform: translate(5px, 10px);
        -moz-transform: translate(5px, 10px);
        -ms-transform: translate(5px, 10px);
        -o-transform: translate(5px, 10px);
    }
    100% {
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
    }
}

@keyframes blink {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes scale{
    0%{
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    50%{
        transform: scale(1.08);
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        -o-transform: scale(1.08);
}
    0%{
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}

@media all and (max-width: 768px) {
    /*layout reset*/
    body,
    html {
        min-width: auto;
        margin: 0;
        overflow-x: hidden;
    }
    .footerWrap,
    .web,
    header {
        display: none !important;
    }
    #wrapper,
    .SectionBody_event,
    .Wrapper,
    .evBody,
    .wrap {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }
    #wrapper {
        border: none;
        padding-bottom: 130px !important;
    }
    .mo {
        display: block;
    }
    .width100 {
        width: 100%;
    }
    #wrap {
        width: 100% !important;
    }

    /*video*/
    .btmVideo_wrap,
    .btmVideo_wrap video,
    .video_wrap {
        width: 100%;
    }
    .volume {
        top: 13px;
        left: 5px;
        width: 40vw;
    }
    .volume img {
        width: 100%;
    }

    .tabList,
    .tabList ul {
        height: auto;
    }
    .tabList li {
        margin-bottom: 10px;
    }

    .centerImg {
        top: 328px;
        width: 15vw;
    }
    .centerImg img {
        width: 100%;
    }

    .pointTxt_wrap{
        top: 83px;
        left: 34px;
    }
    .pointTxt:not(.txt05){
        padding-left: 28px;
    }
    .pointTxt:not(.txt01) {
        margin-top: 80px;
    }
    .pointTxt.txt02 {
        margin-top: 90px;
    }
    .pointTxt.txt05{
        margin-top: 75px;
    }
    .pointTxt.txt05 img{
        width: 29vw;
    }

    /*event*/
    .evt01_wrap {
        left: 0;
        width: 100%;
    }
    .evt01_wrap li {
        margin: 0 !important;
    }
    .evt02_wrap {
        box-shadow: 0 10px 15px 0 rgb(0 0 0 / 10%);
    }

    /*sendForm*/
    .sendFormWrap{
        margin-top: 20px;
    }
    .UserInfoTable td{
        height: 40px;
    }
    .UserInfoTable select, .UserInfoTable input{
        height: 30px !important;
    }
}

@media all and (max-width: 414px) {
    #wrapper {
        padding-bottom: 65px !important;
    }
    .centerImg {
        top: 175px;
    }

    .pointTxt_wrap{
        top: 44px;
        left: 18px;
    }
    .pointTxt:not(.txt05){
        padding-left: 17px;
    }
    .pointTxt:not(.txt01) {
        margin-top: 43px;
    }
    .pointTxt.txt02 {
        margin-top: 50px;
    }
    .pointTxt.txt05{
        margin-top: 43px;
    }
    .pointTxt img{
        width: 10vw;
    }

    /*event*/
    .txt_list {
        width: 240px;
        height: auto;
    }
    .txt_list li {
        background-size: 80px 80px;
        width: 80px;
        height: 80px;
    }
    .txt_list .txt {
        text-align: center;
        margin-top: 14px;
        width: 63px;
    }
    .txt_list .txt img {
        width: 75%;
        display: inline !important;
    }
    .finPop_wrap img {
        width: 50vw;
    }

    /*sendForm*/
    .sendForm_wrap{
        width: 100%;
        padding: 0 5%;
    }
    #textfield18{
        width: 100%;
    }
}

@media all and (max-width: 375px) {
    .centerImg {
        top: 165px;
    }

    .pointTxt_wrap{
        top: 41px;
        left: 17px;
    }
    .pointTxt:not(.txt05){
        padding-left: 13px;
    }
    .pointTxt:not(.txt01) {
        margin-top: 40px;
    }
    .pointTxt.txt02 {
        margin-top: 44px;
    }
    .pointTxt.txt05{
        margin-top: 38px;
    }
}

@media all and (max-width: 360px) {
    .centerImg {
        top: 155px;
    }

    .pointTxt_wrap{
        top: 38px;
    }
    .pointTxt:not(.txt01) {
        margin-top: 38px;
    }
    .pointTxt.txt02 {
        margin-top: 44px;
    }
}

@media all and (max-width: 320px) {
    .centerImg {
        top: 137px;
    }

    .pointTxt_wrap {
        top: 34px;
        left: 14px;
    }
    .pointTxt:not(.txt01) {
        margin-top: 35px;
    }
    .pointTxt.txt02 {
        margin-top: 39px;
    }
    .pointTxt.txt05 {
        margin-top: 30px;
    }
}
