html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, hr { margin: 0; padding: 0; border: 0; font: inherit; vertical-align: baseline; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

html { height: 100%; }

body { height: 100%; line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

body { user-select: none; -moz-user-select: none; /* for Firefox */ -webkit-user-select: none; /* for Chrome */ font-family: 微軟儷黑體, 微軟正黑體, Arial, Helvetica, Geneva, sans-serifs; font-size: 18px; line-height: 25px; color: #fff; text-decoration: none; }

a { text-decoration: none; outline: medium none !important; border: none; }
a:focus, a:link, a:visited, a:hover, a:active { border: none; outline: medium none !important; }
a, a:link, a:visited { color: #fff; }
a:hover, a:active { color: #fff; }

h1, .h1 { font-size: 48px; line-height: 60px; font-weight: bold; }

h2, .h2 { font-size: 34px; line-height: 50px; font-weight: bold; }

h3, .h3 { font-size: 30px; line-height: 40px; font-weight: bold; }

h4, .h4 { font-size: 24px; line-height: 32px; font-weight: bold; }

p { font-size: 18px; line-height: 25px; }

.add { font-size: 14px; line-height: 18px; }

.line { display: block; position: relative; width: 100%; height: 2px; margin: 5px auto; }

.btn { background: #fff; display: block; position: relative; width: 210px; height: 50px; margin: 15px auto 0 auto; padding-left: 20px; font-size: 26px; line-height: 50px; font-weight: bold; -webkit-border-radius: 25px; -moz-border-radius: 25px; -ms-border-radius: 25px; -o-border-radius: 25px; border-radius: 25px; }
.btn .arr { margin-left: 10px; }
.btn, .btn:link, .btn:visited { color: #5e1483; }
.btn:hover, .btn:active { color: #75229f; }

.rsps { display: block; width: 100%; height: auto; padding: 0; margin: 0; }

.arr { display: inline-block; position: relative; width: 30px; height: 30px; vertical-align: middle; }
.arr > img { position: absolute; width: 25px; height: 25px; left: 0px; top: 0; animation: arrAni 0.8s infinite linear; -webkit-animation: arrAni 0.8s infinite linear; }

@keyframes arrAni { from { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; left: 0px; }
  75% { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; left: 3px; }
  to { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; left: 5px; } }

#bg { display: block; position: fixed; width: 100%; height: 100%; left: 0; top: 0; }
#bg .ctr { background: #fff; position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
#bg .dote { background: url(../images/wdote.png) repeat center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
#bg .ovl { background: #430d5e; position: absolute; width: 100%; height: 100%; left: 0; top: 0; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }

#cr { position: fixed; width: 100%; height: auto; color: #ffffff; font-size: 14px; line-height: 18px; padding: 5px 0 10px 0; text-align: center; bottom: 0px; }
#cr > span { display: inline-block; }
#cr.idx { position: absolute; }

@media (max-width: 480px) { #cr { font-size: 12px; line-height: 14px; } }
#logo { position: fixed; width: 40%; max-width: 180px; left: 5px; top: 10px; }

#loading { position: fixed; width: 100%; height: 100vh; left: 0; top: 0; text-align: center; vertical-align: middle; }
#loading:before { background: #430d5e; content: ""; display: block; position: absolute; width: 100%; height: 100%; left: 0; top: 0; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95); opacity: 0.95; }
#loading:after { content: ''; background: #f00; width: 0; height: 100%; display: inline-block; position: relative; vertical-align: middle; }
#loading .ctr { position: relative; display: inline-block; vertical-align: middle; width: 180px; height: 180px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; border: 2px solid #fff; text-align: center; }
#loading .ctr .loading-text { position: relative; display: inline-block; vertical-align: middle; width: 100%; font-size: 18px; line-height: 30px; font-weight: bold; color: #fff; margin-top: 40px; }
#loading .ctr .loading-text .percentage { font-size: 50px; line-height: 56px; }

#navbtn, #nav .clz { position: fixed; width: 15%; max-width: 64px; height: auto; right: 15px; top: 15px; }

#nav { display: none; position: fixed; width: 100%; height: 100%; left: 0; top: 0; text-align: center; vertical-align: middle; }
#nav:before { background: #430d5e; content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95); opacity: 0.95; }
#nav:after { content: ''; background: #000; position: relative; width: 0; height: 100%; display: inline-block; vertical-align: middle; }
#nav .ctr { display: inline-block; position: relative; width: 80%; max-width: 480px; vertical-align: middle; }
#nav .ctr .link { background: #fff; display: block; position: relative; height: 50px; margin-top: 15px; padding-left: 20px; color: #5e1483; font-size: 26px; line-height: 50px; font-weight: bold; -webkit-border-radius: 25px; -moz-border-radius: 25px; -ms-border-radius: 25px; -o-border-radius: 25px; border-radius: 25px; -webkit-transition-property: all; -moz-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; }
#nav .ctr .link .arr { margin-left: 30px; }
#nav .ctr .link, #nav .ctr .link:link, #nav .ctr .link:visited { background: #e3dbe7; }
#nav .ctr .link:hover, #nav .ctr .link:active { background: #fff; }

@media (max-width: 480px) { #navbtn, #nav .clz { right: 5px; top: 5px; }
  #nav .ctr .link { height: 40px; font-size: 20px; line-height: 40px; margin-top: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; }
  #nav .ctr .link .arr { margin-left: 20px; }
  #nav .ctr .link, #nav .ctr .link:link, #nav .ctr .link:visited { background: #fff; } }
#wrap { position: relative; width: 100%; height: auto; margin: 0 auto; overflow: hidden; }

#idx { position: relative; width: 100%; height: 100vh; min-height: 700px; text-align: center; vertical-align: middle; }
#idx:after { content: ''; background: #000; position: relative; width: 0; height: 100%; display: inline-block; vertical-align: middle; }
#idx .ctr { display: inline-block; position: relative; width: 86%; max-width: 640px; vertical-align: middle; padding-bottom: 50px; }
#idx .ctr .sbt, #idx .ctr .txt { text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5); }
#idx .ctr .sbt { margin-top: 20px; border: 1px solid #fff; display: inline-block; width: auto; padding: 0 10px; margin-bottom: 10px; }
#idx .ctr .t1 br { display: none; }
#idx .ctr .t2 { font-size: 24px; line-height: 32px; font-weight: bold; }
#idx .ctr .t2 .mark { color: #ffe400; }
#idx .ctr .t2 .add { font-weight: normal; display: inline-block; }
#idx .ctr .t2 br { display: none; }
#idx .ctr .btn { color: #fff; line-height: 60px; width: 250px; height: 60px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; }
#idx .ctr .btn, #idx .ctr .btn:link, #idx .ctr .btn:visited { background-color: #430d5e; }
#idx .ctr .btn:hover, #idx .ctr .btn:active { background-color: #75229f; }

#pro { position: fixed; width: 250px; height: 280px; right: 10px; bottom: -5px; pointer-events: none; }
#pro .txt { position: absolute; width: 170px; height: 150px; left: 65px; bottom: 200px; }

#go { position: fixed; width: 55px; height: 275px; right: 0px; top: 50%; margin-top: -200px; }
#go .arr { position: absolute; width: 50px; height: 55px; left: 20px; bottom: -30px; }
#go .arr > img { position: absolute; width: 50px; height: 55px; left: 0px; top: 0px; animation: goAni 1s infinite linear; -webkit-animation: goAni 1s infinite linear; }

@keyframes goAni { from { left: 0px; top: 0px; }
  50% { left: 5px; top: 5px; }
  to { left: 0px; top: 0px; } }

#scroll { display: block; position: fixed; width: 60px; height: 80px; left: 30px; bottom: 30px; pointer-events: none; }
#scroll .dt { position: absolute; width: 60px; height: 60px; left: 0px; top: 0; animation: scrollAni 0.8s infinite linear; -webkit-animation: scrollAni 0.8s infinite linear; }

@keyframes scrollAni { from { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; top: 0px; }
  75% { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; top: 3px; }
  to { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; top: 5px; } }

@media (max-width: 640px) { #idx .ctr { padding-right: 20px; padding-bottom: 100px; }
  #idx .ctr .t2 br { display: block; }
  #pro .txt { width: 130px; height: auto; left: -85px; bottom: 20px; }
  #scroll { width: 45px; height: 60px; left: 15px; margin-left: 0; bottom: 20px; }
  #scroll .dt { width: 45px; height: 45px; } }
@media (max-width: 480px) { #idx .ctr { padding-bottom: 210px; }
  #idx .ctr .sbt { font-size: 24px; line-height: 32px; }
  #idx .ctr .txt { font-size: 14px; line-height: 18px; }
  #idx .ctr .line { margin: 0px; }
  #idx .ctr .t1 { margin-bottom: 5px; }
  #idx .ctr .t1 br { display: block; }
  #idx .ctr .btn { font-size: 20px; line-height: 40px; width: 200px; height: 40px; margin-top: 5px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; }
  #pro { width: 50%; height: auto; right: 0px; bottom: 0px; }
  #go { width: 40px; height: 200px; right: 0px; margin-top: -150px; }
  #go .arr { left: 10px; bottom: -35px; } }
#sec { position: relative; width: 100%; height: 100vh; min-height: 700px; text-align: center; }
#sec:after { content: ''; background: #000; position: relative; width: 0; height: 100%; display: inline-block; vertical-align: middle; }
#sec .ctr { display: inline-block; position: relative; width: 720px; vertical-align: middle; margin-right: 320px; }
#sec .ctr .cnt { background: url(../images/secbk.png) repeat center; position: relative; width: 100%; height: 180px; margin-bottom: 20px; text-align: left; -webkit-box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.2); -moz-box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.2); box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.2); }
#sec .ctr .cnt .sbt { position: relative; width: 100%; color: #5e1483; }
#sec .ctr .cnt .line { margin: 10px auto 15px auto; }
#sec .ctr .cnt .txt { position: relative; width: 100%; color: #5e1483; font-size: 16px; line-height: 25px; font-weight: bold; }
#sec .ctr .cnt .txt .mark { font-size: 22px; }
#sec .ctr .cnt .txt br { display: none; }
#sec .ctr .cnt .ntc { color: #dd9700; margin-top: 5px; }
#sec .ctr .cnt .play { background: #430d5e; display: block; overflow: hidden; position: absolute; width: 330px; height: auto; }
#sec .ctr .cnt .play .img { position: absolute; width: 100%; height: 100%; left: 0; top: 0; -webkit-transition-property: all; -moz-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; }
#sec .ctr .cnt .play .ic { position: absolute; width: 80px; height: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; overflow: hidden; }
#sec .ctr .cnt .play .ic .bg { background: #430d5e; position: absolute; width: 100%; height: 100%; left: 0; top: 0; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); opacity: 0.8; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; -webkit-transition-property: all; -moz-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; }
#sec .ctr .cnt .play .ic .arr { position: absolute; width: 50px; height: 50px; left: 50%; top: 50%; margin-left: -25px; margin-top: -25px; }
#sec .ctr .cnt .play:hover .img, #sec .ctr .cnt .play:active .img { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20); opacity: 0.2; -webkit-transform: scale(1.3, 1.3); -moz-transform: scale(1.3, 1.3); -ms-transform: scale(1.3, 1.3); -o-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); -webkit-transition-duration: 1s; -moz-transition-duration: 1s; -o-transition-duration: 1s; transition-duration: 1s; }
#sec .ctr .cnt .play:hover .ic .bg, #sec .ctr .cnt .play:active .ic .bg { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -webkit-transition-duration: 1s; -moz-transition-duration: 1s; -o-transition-duration: 1s; transition-duration: 1s; }
#sec .ctr .cnt1, #sec .ctr .cnt3 { padding: 15px 25px 15px 360px; }
#sec .ctr .cnt1 .play, #sec .ctr .cnt3 .play { left: 5px; top: 5px; }
#sec .ctr .cnt2 { padding: 15px 360px 15px 25px; }
#sec .ctr .cnt2 .play { right: 5px; top: 5px; }
#sec .ito { display: block; position: absolute; width: 320px; height: 240px; left: 50%; margin-left: 195px; top: 50%; margin-top: -300px; }
#sec .ito .tit { position: relative; width: 100%; max-width: 240px; margin: 0 auto; }
#sec .ito .v2 { display: none; }
#sec .ito .talk { font-weight: bold; margin: 0 auto 40px auto; }
#sec .ito .talk .hide { display: none; }
#sec .pro { display: block; position: absolute; width: 320px; height: auto; left: 50%; margin-left: 200px; top: 50%; margin-top: -20px; }
#sec .pro .txt { position: absolute; width: 53%; height: auto; left: 48%; bottom: 68%; }

@media (max-width: 1200px) { #sec { height: auto; }
  #sec .ctr { margin-right: auto; }
  #sec .ito { position: relative; display: block; width: 720px; height: auto; left: auto; top: auto; margin: 0 auto; }
  #sec .ito .v1 { display: none; }
  #sec .ito .v2 { display: block; }
  #sec .ito .tit { max-width: 380px; }
  #sec .ito .talk { margin-bottom: 20px; }
  #sec .ito .talk br { display: none; }
  #sec .ito .talk .bk { display: block; }
  #sec .ito .talk .hide { display: inline; }
  #sec .pro { position: relative; width: 320px; left: auto; top: auto; margin: 60px auto 70px auto; } }
@media (max-width: 900px) { #sec .ctr { width: 600px; }
  #sec .ctr .cnt { height: 155px; margin-bottom: 25px; }
  #sec .ctr .cnt .sbt { font-size: 25px; line-height: 32px; }
  #sec .ctr .cnt .txt { font-size: 14px; line-height: 18px; }
  #sec .ctr .cnt .txt .mark { font-size: 18px; }
  #sec .ctr .cnt .play { width: 280px; height: auto; }
  #sec .ctr .cnt1, #sec .ctr .cnt3 { padding: 10px 20px 10px 305px; }
  #sec .ctr .cnt2 { padding: 10px 305px 10px 20px; }
  #sec .ito { width: 600px; } }
@media (max-width: 760px) { #sec .ctr { width: 72%; }
  #sec .ctr .cnt { height: auto; padding: 15px; }
  #sec .ctr .cnt .play { display: block; position: relative; width: 100%; margin: 0 auto 10px auto; left: auto; top: auto; right: auto; }
  #sec .ito { width: 60%; } }
@media (max-width: 640px) { #sec .ctr { padding-right: 20px; }
  #sec .ito { padding-right: 20px; }
  #sec .ito .talk br { display: block; }
  #sec .ito .talk .hide { display: none; } }
@media (max-width: 480px) { #sec .ctr { width: 80%; }
  #sec .ctr .cnt .play .ic { width: 60px; height: 60px; margin-left: -30px; margin-top: -30px; }
  #sec .ctr .cnt .play .ic .arr { width: 30px; height: 30px; margin-left: -15px; margin-top: -15px; }
  #sec .ctr .cnt .sbt { font-size: 18px; line-height: 25px; }
  #sec .ctr .cnt .line { margin: 10px auto 10px auto; }
  #sec .ctr .cnt .txt .hide { display: none; }
  #sec .ctr .cnt .txt br { display: block; }
  #sec .ctr .cnt .ntc { font-size: 18px; line-height: 25px; }
  #sec .ito { width: 80%; }
  #sec .ito .talk { font-size: 14px; line-height: 18px; }
  #sec .pro { width: 260px; } }
#video { position: absolute; width: 600px; height: 300px; left: 50%; top: 50%; margin-left: -300px; margin-top: -150px; padding-top: 50px; }
#video .play { display: block; position: relative; width: 100px; height: 100px; margin: 0 auto 40px auto; }
#video .play .bg { background: #430d5e; position: absolute; width: 100%; height: 100%; left: 0; top: 0; border: 2px solid #fff; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); opacity: 0.6; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; -webkit-transition-property: all; -moz-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; }
#video .play .arr { position: absolute; width: 50px; height: 50px; left: 50%; top: 50%; margin-left: -25px; margin-top: -25px; }
#video .play:after { content: "PLAY"; position: absolute; width: 100%; height: 20px; font-size: 14px; line-height: 20px; text-align: center; left: 0; bottom: -25px; -webkit-transition-property: all; -moz-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; }
#video .play:hover .bg, #video .play:active .bg { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
#video .play:hover:after, #video .play:active:after { bottom: -30px; }
#video .tit, #video .txt { text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5); }
#video .tit { position: relative; width: 100%; text-align: center; }
#video .tit br { display: none; }
#video .txt { position: relative; width: 100%; text-align: center; color: #ffe400; }

#count { position: fixed; width: 300px; height: auto; color: #ffffff; left: 25px; bottom: 20px; font-size: 24px; line-height: 32px; font-weight: bold; color: #fff; text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5); }
#count .percentage { font-size: 60px; line-height: 66px; }

@media (max-width: 760px) { #count { width: 100%; bottom: 40px; left: auto; text-align: center; } }
@media (max-width: 600px) { #video { width: 100%; left: auto; margin-left: 0; }
  #video .tit { font-size: 34px; line-height: 40px; } }
@media (max-width: 400px) { #video { padding-top: 0; }
  #video .tit br { display: block; } }
#event { position: relative; width: 100%; height: 100vh; min-height: 600px; }
#event .step { position: absolute; width: 540px; height: 540px; left: 50%; top: 50%; margin-left: -270px; margin-top: -270px; }
#event .step .bg { background: #430d5e; position: absolute; width: 100%; height: 100%; left: 0; top: 0; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); opacity: 0.9; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; }
#event .step .cnt { display: block; position: relative; width: 100%; height: auto; vertical-align: middle; }
#event .step .cnt .tit, #event .step .cnt .txt, #event .step .cnt .bk, #event .step .cnt .ct { text-align: center; }
#event .step .cnt .tit { margin: 0 auto; }
#event .step .cnt .tit br { display: none; }
#event .step .cnt .txt { margin: 0 auto 10px auto; }
#event .step .cnt .line { margin: 10px auto 15px auto; width: 90%; }
#event .step .cnt span { display: inline-block; }
#event .step .cnt .mark { color: #ffe400; }
#event .step .cnt .add { font-size: 14px; line-height: 18px; }
#event .step .cnt .bk { display: block; position: relative; width: 90%; margin: 0 7% 10px 3%; text-align: left; }
#event .step .cnt .bk label { display: inline-block; position: relative; width: 25%; line-height: 30px; text-align: right; padding-right: 10px; font-size: 16px; }
#event .step .cnt .bk input, #event .step .cnt .bk select { display: inline-block; position: relative; width: 60%; height: 30px; border: none; font-size: 18px; padding: 0 5px; }
#event .step .cnt .bk select { width: 62%; }
#event .step .cnt .btn { text-align: center; -webkit-transition-property: all; -moz-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; }
#event .step .cnt .btn, #event .step .cnt .btn:link, #event .step .cnt .btn:visited { background: #e3dbe7; }
#event .step .cnt .btn:hover, #event .step .cnt .btn:active { background: #fff; }
#event #join .cnt { margin-top: 80px; }
#event #join .cnt .bk label { width: 30%; }
#event #join .cnt .ct a { text-decoration: underline; font-size: 16px; }
#event #join .cnt .ct label { font-size: 14px; line-height: 18px; }
#event #join .cnt .ct input { margin: 0; }
#event #join .cnt .ct br { display: none; }
#event #lose .cnt { margin-top: 130px; }
#event #win .cnt { margin-top: 100px; }
#event #win .cnt .ct a { text-decoration: underline; }
#event #win .cnt .ct .mark { font-size: 14px; line-height: 18px; margin-top: 10px; }
#event #win .cnt .ct br { display: none; }
#event #data .cnt { margin-top: 65px; }
#event #data .cnt .ct a { text-decoration: underline; }
#event #data .cnt .ct .mark { font-size: 14px; line-height: 18px; margin-top: 5px; }
#event #data .cnt .ct br { display: none; }
#event #end .cnt { margin-top: 110px; }
#event #end .cnt .txt { text-align: left; width: 66%; margin-top: 40px; }
#event #end .cnt .btn { margin-left: 12%; }
#event #end .cnt .pro { position: absolute; width: 280px; left: 50%; top: 60px; pointer-events: none; }

@media (max-width: 640px) { #event .step { width: 380px; height: auto; margin-left: -190px; padding: 25px 10px 20px 10px; }
  #event .step .bg { -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; }
  #event .step .cnt .tit h1 { font-size: 34px; line-height: 50px; }
  #event .step .cnt .txt { font-size: 16px; line-height: 22px; }
  #event .step .cnt .bk { width: 100%; margin: 0 auto 10px auto; }
  #event .step .cnt .bk label { width: 30%; }
  #event .step .cnt .bk input, #event .step .cnt .bk select { width: 55%; }
  #event .step .cnt .bk select { width: 58%; }
  #event #join { height: 500px; margin-top: -250px; }
  #event #join .cnt { margin-top: 0px; }
  #event #join .cnt .tit h4 br { display: block; }
  #event #join .cnt .bk label { width: 35%; }
  #event #join .cnt .ct a { font-size: 14px; }
  #event #join .cnt .ct br { display: block; }
  #event #lose { height: 300px; margin-top: -150px; }
  #event #lose .cnt { margin-top: 0px; }
  #event #lose .cnt .txt { font-size: 18px; line-height: 25px; }
  #event #win { height: 380px; margin-top: -190px; }
  #event #win .cnt { margin-top: 0px; }
  #event #win .cnt .ct br { display: block; }
  #event #data { height: 470px; margin-top: -235px; }
  #event #data .cnt { margin-top: 0px; }
  #event #data .cnt .ct br { display: block; }
  #event #end { height: 400px; margin-top: -200px; }
  #event #end .cnt { margin-top: 0px; }
  #event #end .cnt .txt { width: 80%; margin-top: 75px; font-size: 20px; line-height: 28px; }
  #event #end .cnt .btn { margin-left: auto; margin-top: 40px; }
  #event #end .cnt .pro { position: absolute; width: 220px; left: 43%; top: 50px; } }
@media (max-width: 480px) { #event .step { width: 280px; margin-left: -140px; padding: 20px 10px 10px 10px; }
  #event .step .cnt .tit h1 { font-size: 24px; line-height: 32px; }
  #event .step .cnt .tit h4 { font-size: 18px; line-height: 22px; }
  #event .step .cnt .line { margin: 5px auto 10px auto; }
  #event .step .cnt .txt { font-size: 14px; line-height: 18px; }
  #event .step .cnt .bk label { font-size: 14px; line-height: 18px; }
  #event .step .cnt .btn { font-size: 20px; line-height: 40px; width: 200px; height: 40px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; margin-top: 10px; }
  #event #join { height: 430px; margin-top: -215px; }
  #event #join .cnt .bk label { width: 40%; }
  #event #join .cnt .bk input, #event #join .cnt .bk select { width: 50%; }
  #event #join .cnt .ct a { display: block; }
  #event #lose { height: 230px; margin-top: -115px; }
  #event #win { height: 300px; margin-top: -150px; }
  #event #win .cnt .ct a { font-size: 16px; line-height: 20px; }
  #event #win .cnt .ct .mark { font-size: 12px; line-height: 16px; }
  #event #data { height: 390px; margin-top: -195px; }
  #event #data .cnt .ct .mark { font-size: 12px; line-height: 16px; }
  #event #end { height: 380px; margin-top: -190px; }
  #event #end .cnt .txt { margin-top: 0px; font-size: 18px; line-height: 25px; text-align: center; }
  #event #end .cnt .txt br { display: none; }
  #event #end .cnt .txt .br { display: block; }
  #event #end .cnt .btn { margin-top: 200px; }
  #event #end .cnt .pro { width: 200px; left: 35px; top: 80px; } }
#bg { z-index: 100; }
#bg .ctr { z-index: 101; }
#bg .dote { z-index: 102; }
#bg .ovl { z-index: 103; }

#wrap { z-index: 1000; }

#scroll { z-index: 1001; }

#cr { z-index: 1002; }

#pro { z-index: 1003; }

#go { z-index: 1004; }

#navbtn { z-index: 1005; }

#nav { z-index: 1006; }

#logo { z-index: 1007; }

#loading { z-index: 1010; }

#count { z-index: 10050; }
