@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');

*{-webkit-text-size-adjust:none;}
html,body{width:100%;height:100%;margin:0;padding:0;}
body{margin:0;padding:0;font-family:'Noto Sans TC',sans-serif;font-size:16px;line-height:1.5;background:#000000;}
body.mob{}
h1,h2,h3,h4,p,ul,ol,li{margin:0;padding:0;list-style:none;}
img{border:none;}
a{text-decoration:none;cursor:pointer;outline:none;}
a:hover{text-decoration:none;}
button{outline:0;border:0;}

.wrapper{position:relative;min-width:1100px;overflow:hidden;}
.header h1,.header h2,.header h3,.header p,.section-inner{text-indent:-99999px;}
.goHome,.share,.goEvent,.goHome2{text-indent:-9999px;}

.ir{margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999px}
.inner{position:relative;margin:0 auto;width:1100px;}

.mob .wrapper{min-width:auto;margin-top:30px;}
.mob .inner{width:100%;}

/* header */
.header{position:relative;height:1100px;background:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/bg_header.webp") no-repeat 50% 0;}
.header .inner{position:relative;margin:0 auto;width:100%;}
.header .inner:before{content:"";width:100%;height:40px;position:absolute;top:0;padding:5px 0;background-color:rgba(0,0,0,.2);}
.header .inner .goHome{position:absolute;top:5px;left:40px;width:105px;height:40px;background:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/logo_ls.webp") no-repeat 50% 50%;z-index:100;background-size:105px 38px}
.header .inner .goHome:before{content:"";width:35px;height:40px;background:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/arrow.webp") no-repeat 50% 50%;background-size:20px;position:absolute;left:-35px;}
.header .inner .header-button{position:absolute;top:5px;right:10px;display:flex;}
.header .inner .header-button [class*=btn-]{height:40px;border:1px solid rgba(255,255,255,.33);background-color:rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;border-radius:3px;box-sizing:border-box;}
.header-button .btn-news{width:90px;font-size:14px;color:#ffffff;}
.header-button .btn-event{width:90px;font-size:14px;color:#ffffff;margin-left:5px;}
.header-button .btn-copyurl{width:40px;background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/share.webp");background-position:50%;background-repeat:no-repeat;background-size:25px;margin-left:5px;font-size:0;position:relative;}
.copy.active:before{content:"URL已複製";color:#cccccc;background-color:rgba(0,0,0,.8);font-size:11px;font-weight:400;padding:0.25rem 0.5rem;border-radius:5px;letter-spacing:-1px;position:absolute;bottom:-30px;text-align:center;pointer-events:none;width:70px;left:50%;margin-left:-35px;box-sizing:border-box;line-height:1.5;font-family:'Noto Sans TC',sans-serif;}
.copy.active:after{content:"";position:absolute;bottom:-8px;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:transparent transparent rgba(0,0,0,.8) transparent;pointer-events:none}
.copy.btn-copyyoucode.active:before{content:"邀請碼已複製";width:80px;margin-left:-40px;}
.copy.btn-copygiftcode.active:before{content:"序號已複製";}
.header-button .btn-home{width:40px;background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/home.webp");background-position:50%;background-repeat:no-repeat;background-size:25px;margin-left:5px;font-size:0;}
.header .inner .share{position:absolute;top:28px;right:20px;width:40px;height:40px;background:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/fb.webp") no-repeat 50% 0;background-size:cover;z-index:10;}
.header .inner .title{position:absolute;top:760px;left:50%;margin-left:-425px;width:850px;height:400px;background:none no-repeat 50% 50%;z-index:100;pointer-events:none;}
.header .inner a:hover,.section a:hover{-webkit-filter:contrast(150%);filter:contrast(150%);}
.header2{position:relative;height:auto;background:none no-repeat 50% 0;}
.header .gift{width:250px;height:230px;position:absolute;top:200px;left:50%;margin-left:-125px;margin-left:-800px;background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/awards.webp");background-position:50%;background-repeat:no-repeat;}
.header .awards{width:250px;height:230px;position:absolute;top:0;left:0;background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/awards.webp");background-position:50%;background-repeat:no-repeat;animation:light 2s ease-in-out infinite;mix-blend-mode:lighten;}
.header .awards:before,.header .awards:after{content:"";display:block;width:370px;height:230px;background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/awards_light.webp");background-position:50%;background-repeat:no-repeat;mix-blend-mode:plus-lighter;position:absolute;left:50%;margin-left:-185px;}
@keyframes light{0%,100%{-webkit-filter:contrast(100%);filter:contrast(100%);}50%{-webkit-filter:contrast(150%);filter:contrast(150%);}}
.header .cross{width:150px;height:120px;background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/cross.webp");background-position:50%;background-repeat:no-repeat;position:absolute;top:500px;left:50%;margin-left:-75px;margin-left:140px;animation:scrollUpDown 2.5s ease-in-out infinite;pointer-events:none}
@keyframes scrollUpDown{0%{opacity:0;transform:translateX(-10px)}50%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateX(10px)}}

.mob .header{height:650px;background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/m/bg_header.webp");background-size:cover;}
.mob .header:before{display:none;opacity:0;content:"";position:absolute;width:100%;height:100%;background-image:none;background-position:50% 0;background-size:cover;background-repeat:no-repeat/*;animation:fade 5s ease-in-out infinite alternate*/}
.mob .header .inner .goHome{top:8px;left:30px;width:100px;height:36px;background-size:cover;/*filter:drop-shadow(0px 0px 5px #999999);*/}
.mob .header .inner .goHome:before{width:20px;height:36px;background-size:10px;left:-20px;}
.mob .header .inner .header-button{top:8px;right:10px;}
.mob .header .inner .header-button [class*=btn-]{height:36px;}
.mob .header-button .btn-news{width:50px;font-size:1rem;}
.mob .header-button .btn-event{width:50px;font-size:1rem;margin-left:3px;}
.mob .header-button .btn-copyurl{width:36px;background-size:18px;margin-left:3px;}
.mob .header-button .btn-home{width:36px;background-size:18px;margin-left:3px;}
.mob .header .inner .share{left:auto;top:10px;right:10px;width:30px;height:30px;background-size:cover;}
.mob .header .inner .title{display:none}
.mob .header .inner a,.mob .section a{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;}
.mob .header2{height:auto;background-image:none;background-size:cover;}
.mob .header .gift{width:125px;height:115px;margin-left:-63px;margin-left:55px;top:60px;background-size:cover;}
.mob .header .awards{width:125px;height:115px;background-size:cover;}
.mob .header .awards:before,.mob .header .awards:after{width:185px;height:115px;background-size:cover;margin-left:-93px;}
.mob .header .cross{display:none;}

.header .inner .nav li a:hover{-webkit-filter:contrast(110%);filter:contrast(110%);}
.nav{width:1050px;height:90px;position:absolute;top:911px;left:50%;margin-left:-525px;}
.nav li{width:350px;height:90px;float:left;}
.nav li a{width:100%;height:100%;display:block;background-repeat:no-repeat;background-position:0 0;font-size:0;position:relative;}
.nav li a:before,.nav li a:after{content:"";width:100%;height:100%;display:block;background-repeat:no-repeat;background-position:0 0;}
.nav li a:before{background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/nav_off_txt.webp");position:relative;z-index:10;}
.nav li:nth-child(2) a,.nav li:nth-child(2) a:before,.nav li:nth-child(2) a:hover,.nav li:nth-child(2) a:focus,.nav li:nth-child(2) a.active{background-position-y:-90px}
.nav li:nth-child(3) a,.nav li:nth-child(3) a:before,.nav li:nth-child(3) a:hover,.nav li:nth-child(3) a:focus,.nav li:nth-child(3) a.active{background-position-y:-180px}
.nav li:nth-child(3) a.off:before,.nav li:nth-child(3) a.off:hover:before,.nav li:nth-child(3) a.off:focus:before{background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/nav_off_txt.webp");cursor:not-allowed;background-position-x:-350px}
.nav li a:hover:before,.nav li a:focus:before,.nav li a.active:before{background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/nav_on_txt.webp");}
.nav li a:hover,.nav li a:focus,.nav li a.active{content:"";width:100%;height:100%;display:block;background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/nav_on.webp");background-repeat:no-repeat;background-position:0 0;}
.nav li:nth-child(3) a.off:hover,.nav li:nth-child(3) a.off:focus{background-image:none;cursor:not-allowed;}
.nav li a:after{pointer-events:none;background-position:0 100%;position:absolute;left:-20px;bottom:0;width:224px;height:144px;}
/*.nav li:nth-child(3) a:hover:after,.nav li:nth-child(3) a:focus:after,.nav li:nth-child(3) a.active:after{background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/nav_on_chara2.webp");}*/
.nav li:nth-child(3) a.off:hover:after,.nav li:nth-child(3) a.off:focus:after{background-image:none;}
.mob .nav{width:364px;height:38px;top:540px;margin-left:-182px;z-index:10;}
.mob .nav li{width:148px;height:38px;position:absolute;z-index:10;}
.mob .nav li:first-child{left:0;}
.mob .nav li:nth-child(2){left:0;right:0;margin:auto;z-index:-1;}
.mob .nav li:last-child{right:0;}
.mob .nav li a:before,.mob .nav li a:after{background-size:296px 114px;}
.mob .nav li a.active:before,.mob .nav li a.active:after,.mob .nav li a:hover:before,.mob .nav li a:hover:after{background-size:148px 114px;}
.mob .nav li:nth-child(2) a,.mob .nav li:nth-child(2) a:before,.mob .nav li:nth-child(2) a:focus,.mob .nav li:nth-child(2) a.active{background-position-y:-38px}
.mob .nav li:nth-child(3) a,.mob .nav li:nth-child(3) a:before,.mob .nav li:nth-child(3) a:focus,.mob .nav li:nth-child(3) a.active{background-position-y:-76px}
.mob .nav li:nth-child(3) a.off:before{background-position-x:-148px;background-size:296px 114px;}
.mob .nav li a:focus:before,.mob .nav li a.active:before{background-size:148px 114px;}
.mob .nav li a:focus,.mob .nav li a.active{background-size:148px 152px;}
.mob .nav li a:after{left:10px;width:62px;height:40px;background-size:cover;}


/* item list */
.section [class*="btn"]{position:absolute;display:block;width:77px;height:28px;}
.section [class*="item-list"]{position:absolute;overflow:hidden;text-indent:-9999px;width:1000px;left:50%;margin-left:-500px;}
.section [class*="item-list"] li{position:relative;width:130px;height:40px;margin:82px 14px 123px 0px;float:left;}
.section [class*="item-list"] li:nth-child(7n){margin-right:0;}
.section [class*="item-list"] li a{position:absolute;text-indent:-9999px;z-index:100;width:50px;height:50px;background:none;}
.section [class*="item-list"] li a.btn_info{width:38px;height:38px;right:15px;top:0;background:none no-repeat 50% 50%;background-size:cover;z-index:101;}
.section [class*="item-list"] li a.btn_more{width:100px;height:22px;background:#d37878 no-repeat 50% 50%;background-size:cover;bottom:10px;left:50%;margin-left:-50px;margin-left:-47px;border-radius:10px;/*margin:0 auto;border:1px solid #6ecbe0;*/}
.section [class*="item-list"] li a.btn_more:before{display:block;content:'詳細說明';color:#ffffff;font-size:17px;text-align:center;text-indent:0;line-height:1.2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;padding-bottom:2px;text-shadow:none;font-weight:400;letter-spacing:-0.5px;text-shadow:1px 0 2px #000000;}
.mob .section [class*="item-list"]{width:280px;margin-left:-140px;}
.mob .section [class*="item-list"] li{width:65px;height:30px;margin:35px 6px 58px 0px;}
.mob .section [class*="item-list"] li:nth-child(4n){margin-right:0}
.mob .section [class*="item-list"] li a.btn_info{width:26px;height:26px;top:0;right:2px;background-size:cover;}
.mob .section [class*="item-list"] li a.btn_more{width:52px;height:15px;margin-left:-26px;}
.mob .section [class*="item-list"] li a.btn_more:before{font-size:0.6rem;padding-bottom:1px;}
/** preview/tooltip/modal/youtube **/

.section [class*="btn-info"]{width:38px;height:38px;left:50%;margin-left:-19px;background:none no-repeat 50% 50%;background-size:cover;}
.section [class*="btn-more"]{width:100px;height:22px;left:50%;margin-left:-50px;background:#d37878 no-repeat 50% 50%;background-size:cover;/*border:1px solid #6ecbe0;*/border-radius:10px;}
.section [class*="btn-more"]:before{display:block;content:'詳細說明';color:#ffffff;font-size:17px;text-align:center;text-indent:0;line-height:1.2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;padding-bottom:2px;text-shadow:none;letter-spacing:-0.5px;font-weight:400;text-shadow:1px 0 2px #000000;}
.mob .section [class*="btn-info"]{width:24px;height:24px;margin-left:-12px;background-size:cover;}
.mob .section [class*="btn-more"]{width:52px;height:15px;margin-left:-26px;background-size:cover;padding:0;}
.mob .section [class*="btn-more"]:before{font-size:0.6rem;padding-bottom:1px;}
.popup_content{width:300px;padding:1rem 0.5rem;background:#282a37;box-shadow:3px 3px 3px rgba(0,0,0,0.3);background:none;}
.popup_content h3{margin:0 20px;padding:16px 0 9px;font-size:16px;color:#e6c31f; border-bottom:1px solid #3e414f;font-weight:700;}
.popup_content p{margin:0;padding:10px 20px 20px;font-size:14px;color:#dddddd;text-align:justify;}
.popup_content p i{font-style:normal;}
.popup_content img{width:100%;}
body #modal-header,body #modal-text,body #modal-image{background:#282a37;}
body #modal-text{text-align:justify;}
#btc .tooltip i,#modal-text i{font-style:normal;}
#btc .tooltip i.small,#modal-text i.small,.popup_content p i.small{color:#aaaaaa;font-size:13px;}
.wrapper .use-mobile, .mob .wrapper .use-pc{display:none;}
.wrapper .use-pc, .mob .wrapper .use-mobile{display:block;}


/* section */
#section1{position:relative;height:1100px;background:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/bg_section1.webp") no-repeat 50% 0;}
#section1 .frameBox{width:1132px;height:630px;position:absolute;top:315px;left:50%;margin-left:-566px;}
#section1 .frameBox:before{content:"";width:100%;height:100%;opacity:1;pointer-events:none;-webkit-transition:opacity .5s ease;transition:opacity .5s ease;position:absolute;z-index:100;background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/egg_frame.webp");background-position:50%;background-repeat:no-repeat;display:block;}
#section1 .frameBox:is(.ini,.open,.over,.end,.nostart,.keep):before{opacity:0}
#section1 .frameBox .anime,#section1 .frameBox .anime_bg{width:100%;height:100%;background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/egg.webp");background-repeat:no-repeat;background-position:0 0;position:absolute;top:0;left:0;z-index:10;}
#section1 .frameBox.over .anime{background-position-x:-3396px;-webkit-filter:contrast(120%) brightness(120%);filter:contrast(120%) brightness(120%);mix-blend-mode:screen;opacity:0.5;}
#section1 .frameBox .anime_bg{background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/egg.webp");background-position-x:-3396px;z-index:1;}
#section1 .frameBox.ini .anime,#section1 .frameBox.ini .anime_bg{-webkit-transition:none;transition:none;}
#section1 .frameBox.over .anime_bg{background-position-x:-3396px}
#section1 .frameBox .anime{cursor:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/stick.webp"), auto;}
#section1 .frameBox:is(.open) .anime{animation-name:eggOpen;animation-duration:0.5s;animation-timing-function:step-start;animation-fill-mode:forwards;}
#section1 .frameBox:is(.nostart,.end) .anime{-webkit-filter:grayscale(1);filter:grayscale(1);}
#section1 .frameBox:is(.end) .anime:after{content:"活動已結束";color:#ffffff;font-size:2rem;font-weight:900;font-family:'Noto Serif TC',sans-serif;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-indent:0;margin-top:100px;margin-left:5px;}
#section1 .frameBox .anime:before{content:"";display:none;width:180px;height:100px;background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/beatit.webp");background-repeat:no-repeat;background-position:0 0;position:absolute;top:10px;left:50%;margin-left:-90px;/*-webkit-transition:opacity .5s ease;transition:opacity .5s ease;*/}
#section1 .frameBox:is(.ini) .anime:before{display:block;}
#section1 .frameBox:is(.open,.over,.end) .anime:before{display:none;background:none;}
#section1 .frameBox .frame{display:none;opacity:0;-webkit-transition:opacity .25s ease;transition:opacity .25s ease;width:480px;height:250px;position:absolute;bottom:28px;left:50%;margin-left:-240px;background-color:rgba(0,0,0,0.6);border-top-left-radius:20%;border-top-right-radius:20%;z-index:11;pointer-events:none}
#section1 .frameBox:is(.over) .frame{opacity:1;display:block;pointer-events:auto}
#section1 .frame-title{width:100%;height:80px;background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/txt_youcode.webp");background-repeat:no-repeat;background-position:50%;}
#section1 .frame-input{margin:0 auto;padding-bottom:0.5rem;}
#section1 .youCode{display:block;min-width:400px;width:80%;height:50px;background:none;background-color:#ffffff;border:none;border-radius:3px;text-align:center;font-size:1.8rem;font-weight:900;color:#8e6b20;letter-spacing:2px;font-family:'Noto Serif TC',sans-serif;margin:0 auto;box-sizing:border-box;}
#section1 .btn-copyyoucode{position:relative;display:block;background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/btn02.webp");background-repeat:no-repeat;background-position:50%;width:120px;height:30px;background-size:cover;font-size:16px;font-weight:700;text-indent:0;color:#ffffff;text-align:center;font-family:'Noto Serif TC',sans-serif;display:flex;align-items:center;justify-content:center;padding-bottom:3px;box-sizing:border-box;margin:0.25rem auto;}
#section1 .frame-divider{width:100%;height:20px;background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/divider.webp");background-repeat:no-repeat;background-position:50%;background-size:contain;margin-top:1rem;}
#section1 .frame-tips{padding:1rem 0;text-align:center;color:#aaaaaa;font-size:1.2rem;font-weight:700;text-indent:0;font-family:'Noto Serif TC',sans-serif;}

#section2{position:relative;height:1100px;background:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/bg_section2.webp") no-repeat 50% 0;}
#section2:is(.nostart,.end) .award,#section2:is(.nostart,.end) a{-webkit-filter:grayscale(1);filter:grayscale(1);pointer-events:none;}
#section2 .dialogbox{width:220px;height:220px;position:absolute;top:605px;left:50%;margin-left:-110px;margin-left:-250px;background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/dialogbox.webp");background-position:50%;background-repeat:no-repeat;opacity:0;animation:fade 4.5s ease-in-out infinite alternate;}
#section2:is(.nostart,.end) .dialogbox{animation:none;opacity:1;-webkit-filter:grayscale(0);filter:grayscale(0);}
#section2 .award{width:925px;height:273px;position:absolute;top:245px;left:50%;margin-left:-600px;margin-left:-463px;}
#section2 .award li{width:185px;height:100%;position:relative;float:left;background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/award_on.webp");background-repeat:no-repeat;background-position:0 0;background-size:925px 273px;/*-webkit-filter:grayscale(0.7);filter:grayscale(0.7);*/}
#section2 .award li:nth-child(2){background-position-x:-185px}
#section2 .award li:nth-child(3){background-position-x:-370px}
#section2 .award li:nth-child(4){background-position-x:-555px}
#section2 .award li:nth-child(5){background-position-x:-740px}
#section2 .award li:last-child{background:none;}
#section2 .award li.completed{/*background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/award_off.webp");-webkit-filter:none;filter:none;*/}
#section2 .award li.completed:after{content:"";display:block;width:200px;height:108px;background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/completed.webp");background-repeat:no-repeat;background-position:50%;background-size:cover;position:absolute;top:50%;left:50%;margin-top:-54px;margin-top:-40px;margin-left:-100px;margin-left:-93px;z-index:10;}
#section2 .btn-keyCode{width:380px;height:80px;background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/btn01.webp");background-repeat:no-repeat;background-position:50%;background-size:380px 80px;position:absolute;top:830px;left:50%;margin-left:-190px;margin-left:-8px;font-size:34px;font-weight:900;color:#ffefe1;text-indent:0;display:flex;align-items:center;justify-content:center;font-family:'Noto Serif TC',sans-serif;padding-bottom:8px;box-sizing: border-box;}
a.lock,a:hover.lock{cursor:not-allowed;-webkit-filter:grayscale(1);filter:grayscale(1);}

.mob #section1{height:600px;background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/m/bg_section1.webp"),url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/m/bg_section1-bk.webp");background-repeat:no-repeat, repeat-x;background-size:375px 100%, 1280px 100%;}
.mob #section1 .frameBox{width:330px;height:350px;position:absolute;top:150px;left:50%;margin-left:-165px;}
.mob #section1 .frameBox .anime,.mob #section1 .anime_bg{background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/m/egg.webp");background-size:1320px 350px;}
.mob #section1 .frameBox.over .anime{background-position-x:-990px;}
.mob #section1 .anime_bg{background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/m/egg.webp");background-position-x:-990px;}
.mob #section1 .frameBox:is(.open) .anime{animation-name:eggOpenM;}
.mob #section1 .frameBox:is(.end) .anime:after{font-size:1.5rem;margin-top:50px;margin-left:3px;}
.mob #section1 .frameBox .anime:before{width:90px;height:50px;top:10px;margin-left:-45px;background-size:cover;}
.mob #section1 .frameBox:is(.over) .frame{width:240px;height:145px;bottom:14px;margin-left:-120px;border-top-left-radius:10%;border-top-right-radius:10%;}
.mob #section1 .frame-title{height:40px;background-size:cover;}
.mob #section1 .frame-input{padding-bottom:0.25rem;}
.mob #section1 .youCode{min-width:auto;width:90%;height:30px;font-size:1.2rem;letter-spacing:0;}
.mob #section1 .btn-copyyoucode{width:100px;height:25px;font-size:0.8rem;}
.mob #section1 .frame-divider{width:100%;height:10px;margin:0.25rem auto;}
.mob #section1 .frame-tips{padding:0.5rem 0;font-size:0.8rem;}

.mob #section2{height:880px;background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/m/bg_section2.webp"),url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/m/bg_section2-bk.webp");background-repeat:no-repeat, repeat-x;background-size:375px 100%, 1280px 100%;}
.mob #section2 .dialogbox{width:110px;height:110px;top:510px;margin-left:-55px;margin-left:10px;background-size:cover;z-index:10;}
.mob #section2 .award{width:300px;height:148px;top:130px;margin-left:-150px;}
.mob #section2 .award li{width:100px;height:100%;background-size:500px 148px;}
.mob #section2 .award li:nth-child(2){background-position-x:-100px}
.mob #section2 .award li:nth-child(3){background-position-x:-200px}
.mob #section2 .award li:nth-child(4){background-position-x:-300px;margin-left:50px;}
.mob #section2 .award li:nth-child(5){background-position-x:-400px}
.mob #section2 .award li:last-child{margin-left:97px;margin-top:180px;}
.mob #section2 .award li.completed:after{width:120px;height:65px;background-size:cover;margin-top:-33px;margin-top:-20px;margin-left:-60px;margin-left:-57px;}
.mob #section2 .btn-keyCode{width:240px;height:50px;background-size:cover;padding-bottom:4px;font-size:1.2rem;top:770px;margin-left:-120px;}


/* reward */
#section2 .award li a{width:148px;height:37px;background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/btn02.webp");background-repeat:no-repeat;background-position:50%;background-size:cover;font-size:21px;font-weight:900;color:#fffe5e;text-indent:0;font-family:'Noto Serif TC',sans-serif;display:flex;align-items:center;justify-content:center;padding-bottom:5px;box-sizing:border-box;margin:0 10px 16px 23px;bottom:0;}
#section2 .award li:last-child a{margin-left:570px;margin-bottom:0;}
#section2 .award li a:not(.btn-reward):after{display:none;}
#section2 .award li a.btn-login,#section2 .award li a.btn-reward{}
#section2 .award li a.btn-receive,#section2 .award li a.btn-uncompleted,#section2 .award li a.btn-end{cursor:not-allowed;-webkit-filter:grayscale(1);filter:grayscale(1);}
.mob #section2 .award li a{width:80px;height:20px;margin:0 10px 8px 13px;font-size:0.8rem;padding-bottom:3px;}
.mob #section2 .award li a.btn-login,.mob #section2 .award li a.btn-reward{}

.award.lock{cursor:not-allowed;-webkit-filter:grayscale(1);filter:grayscale(1);pointer-events:none;}
.award li.lock a{cursor:not-allowed;-webkit-filter:grayscale(1);filter:grayscale(1);}


/* caution */
.caution{position:relative;margin:0 auto;background:#000000 repeat-x 50% 0;height:auto;}
.caution:after{content:"";display:none;width:240px;height:290px;position:absolute;top:-200px;left:50%;margin-left:180px;background:none no-repeat 50% 0;pointer-events:none;}
.caution .inner{width:800px;margin:0 auto;padding:20px 0 140px;position:relative;z-index:10;}
.caution .inner h2{height:50px;/*text-indent:-9999px;;background:none no-repeat 0 0;*/font-size:24px;color:#565555;}
.caution .inner ol{margin:0 0 0 20px;}
.caution .inner ol li{padding:2px 0;list-style:decimal;color:#7d7a7a;text-align:justify;font-weight:500;/*text-shadow:1px 1px rgba(255,242,201,.65);*/}
.caution .inner ol li span,.caution .inner ol li.point{color:#cea6f4;}

.mob .caution{background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/m/bg_caution.webp");background-size:1280px 100%;height:400px;}
.mob .caution:after{display:none;}
.mob .caution .inner{width:100%;max-width:300px;padding:0rem 0.5rem 3rem;font-size:0.75rem;letter-spacing:-0.5px;/*font-weight:300;*/box-sizing:border-box;}
.mob .caution .inner h2{height:30px;/*background-size:auto 20px;*/font-size:1.2rem;}
.mob .caution .inner ol li{line-height:1.3;}


@media screen and (max-width:640px) {
  .mob .bottom-footer .bottom-footer__inner .bottom-footer__rating{width:300px;}
}
@media screen and (max-width:360px) {
  .mob .bottom-footer .bottom-footer__inner .bottom-footer__rating{width:270px;}
}

/* top */
#topBtn{display:none;width:40px;height:40px;color:#fff;font-size:10px;text-align:center;text-decoration:none;line-height:20px;padding-top:15px;border-radius:10px;box-sizing:border-box;position:fixed; bottom:20px;right:20px;z-index:100000;background-color:rgba(0,0,0,0.6);}
#topBtn:before{content:'\25B2';width:100%;text-align:center;font-size:12px;position:absolute;top:2px;left:0;}
#topBtn:hover{background-color:rgba(0,0,0,0.5);}


/* modal */
/*body #modal-header-image{background:none !important;}*/
/*body #modal-wrap{box-shadow:none;}
body #modal-contents{background:none;}*/


/* animation */
@-webkit-keyframes fade {
  40%,60% {opacity: 1;}
}
@keyframes fade {
  40%,60% {opacity: 1;}
}

@-webkit-keyframes dropShadow {
  50% {filter: drop-shadow(0px 0px 45px #ff4e00);}
}
@keyframes dropShadow {
  50% {filter: drop-shadow(0px 0px 45px #ff4e00);}
}

@keyframes eggOpen{
  0%{
    background-position-x:0;
    opacity:1;
  }
  20%{
    background-position-x:-1132px;
  }
  40%{
    background-position-x:-2264px;
    mix-blend-mode: normal;
  }
  50%,100%{
    background-position-x:-3396px;
    mix-blend-mode:screen;
    opacity:0.5;
  }
  50%{
    -webkit-filter:contrast(100%) brightness(100%);filter:contrast(100%) brightness(100%);
    -webkit-transition:filter .5s ease;transition:filter .5s ease;
  }
  100%{
    -webkit-filter:contrast(120%) brightness(120%);filter:contrast(120%) brightness(120%);
  }
}
@keyframes eggOpenM{
  0%{
    background-position-x:0;
    opacity:1;
  }
  20%{
    background-position-x:-660px;
  }
  40%{
    background-position-x:-1320px;
    mix-blend-mode: normal;
  }
  50%,100%{
    background-position-x:-1980px;
    mix-blend-mode:screen;
    opacity:0.5;
  }
  50%{
    -webkit-filter:contrast(100%) brightness(100%);filter:contrast(100%) brightness(100%);
    -webkit-transition:filter .5s ease;transition:filter .5s ease;
  }
  100%{
    -webkit-filter:contrast(120%) brightness(120%);filter:contrast(120%) brightness(120%);
  }
}


/* ColcoBox */
#colorbox,#cboxOverlay,#cboxWrapper{max-width:100%;top:0;left:0;position:absolute;z-index:10002;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
#colorbox,#cboxContent,#cboxLoadedContent{-webkit-box-sizing:content-box;box-sizing:content-box;}
#cboxOverlay{position:fixed;width:100%;height:100%;background:rgba(0,0,0,0.8);}
#colorbox{outline:0;}
#colorbox #cboxWrapper{max-width:none;-webkit-transition:opacity .5s ease;-moz-transition:opacity .5s ease;-ms-transition:opacity .5s ease;-o-transition:opacity .5s ease;transition:opacity .5s ease;}
#colorbox #cboxWrapper #cboxMiddleLeft,#colorbox #cboxWrapper #cboxBottomLeft{clear:left;}
#colorbox #cboxWrapper #cboxContent{position:relative;overflow:visible;}
#colorbox #cboxWrapper #cboxContent #cboxLoadedContent{overflow:hidden;-webkit-overflow-scrolling:touch;}
#colorbox #cboxWrapper #cboxContent #cboxTitle{width:100%;margin:0 auto;text-align:center;color:#ffffff;font-size:1.2rem}
#colorbox #cboxWrapper #cboxContent #cboxCurrent{top:-22px;right:205px;position:absolute;text-indent:-9999px;}
#colorbox #cboxWrapper #cboxContent #cboxLoadingOverlay,#colorbox #cboxWrapper #cboxContent #cboxLoadingGraphic{top:0;left:0;position:absolute;width:100%;height:100%;}
#colorbox #cboxWrapper #cboxContent #cboxPrevious,#colorbox #cboxWrapper #cboxContent #cboxNext,#colorbox #cboxWrapper #cboxContent #cboxClose,#colorbox #cboxWrapper #cboxContent #cboxSlideshow{width:20px;height:20px;cursor:pointer;border:0;padding:0;margin:0;overflow:visible;text-indent:-9999px;position:absolute;top:-20px;background:none;}
#colorbox #cboxWrapper #cboxContent #cboxPrevious:active,#colorbox #cboxWrapper #cboxContent #cboxNext:active,#colorbox #cboxWrapper #cboxContent #cboxClose:active,#colorbox #cboxWrapper #cboxContent #cboxSlideshow:active{outline:0;}
#colorbox #cboxWrapper #cboxContent .cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:100%;-ms-interpolation-mode:bicubic;}
#colorbox #cboxWrapper #cboxContent .cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0;background:#000000;}
#colorbox #cboxWrapper #cboxContent #cboxError{padding:50px;border:1px solid #cccccc;}
#colorbox #cboxWrapper #cboxContent #cboxClose{top:30px;right:30px;width:36px;height:36px;cursor:pointer;display:block;}
#colorbox #cboxWrapper #cboxContent #cboxClose::before, #colorbox #cboxWrapper #cboxContent #cboxClose::after{content: "";width:36px;height:1px;position:absolute;left:50%;top:50%;background:#fff;-ms-transform:rotate(45deg);transform:rotate(45deg);margin-left:-18px;}
#colorbox #cboxWrapper #cboxContent #cboxClose::after{-ms-transform:rotate(-45deg);transform:rotate(-45deg);}
.mob #colorbox #cboxWrapper #cboxContent #cboxClose{top:15px;right:15px;width:26px;height:26px;}
.mob #colorbox #cboxWrapper #cboxContent #cboxClose::before, .mob #colorbox #cboxWrapper #cboxContent #cboxClose::after{width:26px;}

.popup_content{width:750px;height:420px;box-sizing:border-box;padding:2rem;box-sizing:border-box;text-align:justify;background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/frame.webp");background-repeat:no-repeat;background-position:50%;}
.popup_content .frame-title{width:100%;height:80px;background-repeat:no-repeat;background-position:50%;font-size:0;background-size:contain;}
.popup_content .frame-input{margin:0 auto;padding:1rem 0;}
.popup_content .frame-input input,.popup_content .frame-input p{display:block;min-width:400px;width:80%;height:50px;background:none;background-color:#ffffff;border:none;border-radius:3px;text-align:center;font-size:1.8rem;font-weight:900;color:#8e6b20;letter-spacing:2px;font-family:'Noto Serif TC',sans-serif;margin:0 auto;padding:0;}
.popup_content .frame-input input::placeholder{color:#bbb3a3;font-size:500;}
.popup_content .frame-divider{width:100%;height:20px;background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/divider.webp");background-repeat:no-repeat;background-position:50%;background-size:contain;margin-top:1rem;}
.popup_content .frame-tips{padding:1rem 0;text-align:center;color:#aaaaaa;font-size:1.2rem;font-weight:700;text-indent:0;font-family:'Noto Serif TC',sans-serif;}
.popup_content .frame-tips.red{color:#d3271f}
.popup_content .frame-button{position:relative;display:block;background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/btn01.webp");background-repeat:no-repeat;background-position:50%;width:360px;height:75px;background-size:cover;font-size:30px;font-weight:900;text-indent:0;color:#ffefe1;text-align:center;font-family:'Noto Serif TC',sans-serif;display:flex;align-items:center;justify-content:center;padding-bottom:3px;box-sizing:border-box;margin:0.25rem auto;}
.popup_content .frame-img{width:100%;height:150px;text-align:center;position:relative;pointer-events:none;}
.popup_content .frame-img img{width:auto;max-height:100%;pointer-events:none;}
.popup_content .frame-img span{position:absolute;bottom:0;left:0;right:0;margin:auto;font-size:1.2rem;font-weight:900;text-indent:0;color:#ffefe1;text-align:center;font-family:'Noto Serif TC',sans-serif;pointer-events:none;}
#keyCode_content.popup_content h2{background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/txt_keycode.webp");}
#gift_content.popup_content h2{background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/txt_complete.webp");}
#gift_content.popup_content .frame-input{padding:0.5rem 0;}
#gift_content.popup_content .frame-input p{height:30px;font-size:1.2rem;background-color:transparent;}
#gift_content.popup_content .frame-button{background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/btn02.webp");width:120px;height:30px;font-size:16px;font-weight:700;color:#ffffff;}
#gift_content.popup_content .frame-tips{padding:0.5rem;}
.mob .popup_content{width:300px;height:316px;padding:3rem 1.5rem;background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/m/frame.webp");background-size:cover;}
.mob .popup_content .frame-title{height:40px;}
.mob .popup_content .frame-input{padding:0.5rem 0;}
.mob .popup_content .frame-input input,.mob .popup_content .frame-input p{min-width:auto;width:90%;height:30px;font-size:1.2rem;letter-spacing:0px;}
.mob .popup_content .frame-divider{height:10px;margin:0.25rem auto;}
.mob .popup_content .frame-tips{font-size:0.8rem;}
.mob .popup_content .frame-button{width:240px;height:50px;font-size:1.2rem;}
.mob .popup_content .frame-img{height:90px;}
.mob .popup_content .frame-img span{font-size:0.8rem;}
.mob #gift_content.popup_content{padding:2rem 1.5rem;}


#footer { width: 100%; height: 60px; position: absolute; bottom: 0; display: block; z-index: 100; }
#footer .copyright{position:absolute;top:0.5rem;left:0;right:0;width:1000px;margin:0 auto;}
#footer .copyright-company,#footer .copyright-studio{display:flex;align-items:center;font-size:10px;color:#fffffe;letter-spacing:-0.5px;}
#footer .copyright-company{float:left;}
#footer .copyright-company .copyright-logo{width:42px;height:23px;margin-right:0.5rem;background:none no-repeat 50% 50%;background-size:contain;display:none}
#footer .copyright-studio{float:right;text-indent:-9999em;white-space:nowrap;overflow:hidden;background-size:contain;display:flex;align-items:center;}
#footer .copyright-studio .grade-desc{font-size:10px;line-height:1.2;text-indent:0;text-align:right;font-weight:300;color:#ffffff;}
#footer .copyright-studio .grade-icon{width:32px;height:32px;background:url("https://image.tw.ncsoft.com/lostsword/layout/footer_grading_2x.webp") no-repeat 50% 50%;background-size:contain;margin-left:0.5rem;}
#footer .copyright a{text-indent:-9999em;white-space:nowrap;overflow:hidden;display:block;height:100%;}

.mob #footer { width: 100%; height: 90px; position: absolute; bottom: 0; display: block; z-index:1000; }
.mob #footer .copyright{position:absolute;width:auto;left:0.5rem;right:0.5rem;bottom:0;padding:0;color:#fffffe;}
.mob #footer .copyright-company,.mob #footer .copyright-studio{display:flex;align-items:center;font-size:0.6rem;font-weight:300;justify-content:center;padding-bottom:0.5rem;height:auto;float:none;}
.mob #footer .copyright-company{line-height:1.2;text-align:center}
.mob #footer .copyright-company .copyright-logo{width:36px;height:20px;margin-right:0.5rem;background:none no-repeat 50% 50%;background-size:contain;}
.mob #footer .copyright-studio li{margin-left:0.3rem;}
.mob #footer .copyright-studio .grade-desc{font-size:0.6rem;line-height:1.2;text-indent:0;text-align:right;font-weight:300;color:#ffffff;}
.mob #footer .copyright-studio .grade-icon{width:30px;height:30px;margin-left:0.5rem}
.mob #footer .copyright a{text-indent:-9999em;white-space:nowrap;overflow:hidden;display:block;height:100%;}

@media screen and (max-width:1099px) {
  body{width:max-content;width:-webkit-max-content;width:-moz-max-content;max-width:1100px;}
  body.mob{width:auto;min-width:auto;max-width:none;}
}
@media (max-width: 960px) and (resolution: 1dppx) {
  .wrapper{min-width:auto;margin-top:30px;}
}
