@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:#acf7ff;}
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/summer/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/summer/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/summer/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/summer/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-copygiftcode.active:before{content:"序號已複製";}
.header-button .btn-home{width:40px;background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/summer/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/summer/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/summer/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/summer/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/summer/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/summer/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:640px;background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/summer/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/summer/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/summer/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/summer/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/summer/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(1) a:hover:after,.nav li:nth-child(1) a:focus:after,.nav li:nth-child(1) a.active:after{background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/summer/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 114px;}
.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/summer/bg_section1.webp") no-repeat 50% 0;}
#section1 .frameBox{width:1160px;height:660px;position:absolute;top:300px;left:50%;margin-left:-580px;background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/summer/puzzle_frame_bg.webp");background-repeat:no-repeat;background-position:50%;background-size:cover;}
#section1 .frameBox:is(.end){-webkit-filter:grayscale(1);filter:grayscale(1);pointer-events:none;}
#section1 .frameBox:before,#section1 .frameBox:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background-repeat:no-repeat;background-position:50%;background-size:cover;}
#section1 .frameBox:before{background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/summer/puzzle_off.webp");-webkit-filter:brightness(150%) contrast(130%);filter:brightness(50%) contrast(130%)}
#section1 .frameBox:after{background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/summer/puzzle_frame.webp");z-index:100;}
#section1 .frameBox .puzzle{width:100%;height:100%;position:absolute;top:0;left:0;background-repeat:no-repeat;background-position:50%;background-size:cover;pointer-events:none;opacity:0;-webkit-transition:opacity .5s ease;transition:opacity .5s ease;}
#section1 .frameBox .puzzle1{background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/summer/puzzle/puzzle1.webp");z-index:21;}
#section1 .frameBox .puzzle2{background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/summer/puzzle/puzzle2.webp");z-index:20;}
#section1 .frameBox .puzzle3{background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/summer/puzzle/puzzle3.webp");z-index:19;}
#section1 .frameBox .puzzle4{background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/summer/puzzle/puzzle4.webp");z-index:18;}
#section1 .frameBox .puzzle5{background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/summer/puzzle/puzzle5.webp");z-index:17;}
#section1 .frameBox .puzzle6{background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/summer/puzzle/puzzle6.webp");z-index:16;}
#section1 .frameBox .puzzle7{background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/summer/puzzle/puzzle7.webp");z-index:15;}
#section1 .frameBox .puzzle8{background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/summer/puzzle/puzzle8.webp");z-index:14;}
#section1 .frameBox .puzzle9{background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/summer/puzzle/puzzle9.webp");z-index:13;}
#section1 .frameBox .puzzle10{background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/summer/puzzle/puzzle10.webp");z-index:12;}
#section1 .frameBox .puzzle11{background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/summer/puzzle/puzzle11.webp");z-index:11;}
#section1 .frameBox .puzzle12{background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/summer/puzzle/puzzle12.webp");z-index:10;}
#section1 .frameBox .puzzle13{background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/summer/puzzle/puzzle13.webp");z-index:9;}
#section1 .frameBox .puzzle14{background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/summer/puzzle/puzzle14.webp");z-index:8;}
#section1 .frameBox .puzzle15{background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/summer/puzzle/puzzle15.webp");z-index:7;}
#section1 .frameBox .puzzle16{background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/summer/puzzle/puzzle16.webp");z-index:6;}
#section1 .frameBox .puzzle17{background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/summer/puzzle/puzzle17.webp");z-index:5;}
#section1 .frameBox .puzzle18{background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/summer/puzzle/puzzle18.webp");z-index:4;}
#section1 .frameBox .puzzle19{background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/summer/puzzle/puzzle19.webp");z-index:3;}
#section1 .frameBox .puzzle20{background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/summer/puzzle/puzzle20.webp");z-index:2;}
#section1 .frameBox .puzzle21{background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/summer/puzzle/puzzle21.webp");z-index:1;}
#section1 .frameBox .puzzle.on{opacity:1;}
#section1 .frameBox .puzzle.active{opacity:1;animation:lightBox 1.5s ease-in-out infinite alternate;}
#section1 .frameBox .getPuzzle{width:300px;height:108px;position:absolute;top:580px;left:50%;margin-left:-150px;background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/summer/btn01.webp");background-repeat:no-repeat;background-position:50%;background-size:cover;color:#ffffff;font-size:50px;font-weight:900;text-shadow:2px 0 5px rgba(0,0,0,.55);text-indent:0;line-height:1.6;font-family:'Noto Serif TC',sans-serif;display:flex;align-items:center;justify-content:center;padding-bottom:10px;box-sizing:border-box;z-index:1000;}
#section1 .frameBox .getPuzzle:is(.lock){cursor:not-allowed;-webkit-filter:grayscale(1);filter:grayscale(1);}
#section2{position:relative;height:1140px;background:url("https://image.tw.ncsoft.com/lostsword/event/2507/summer/bg_section2.webp") no-repeat 50% 0;}
#section2:is(.end) .award,#section2:is(.end) a{-webkit-filter:grayscale(1);filter:grayscale(1);pointer-events:none;}

.mob #section1{height:600px;background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/summer/m/bg_section1.webp"),url("https://image.tw.ncsoft.com/lostsword/event/2507/summer/m/bg_section1-bk.webp");background-repeat:no-repeat, repeat-x;background-size:375px 100%, 1280px 100%;}
.mob #section1 .frameBox{width:320px;height:182px;margin-left:-160px;}
.mob #section1 .frameBox .getPuzzle{width:200px;height:72px;top:180px;margin-left:-100px;font-size:2rem;}
.mob #section2{height:800px;background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/summer/m/bg_section2.webp"),url("https://image.tw.ncsoft.com/lostsword/event/2507/summer/m/bg_section2-bk.webp");background-repeat:no-repeat, repeat-x;background-size:375px 100%, 1280px 100%;}

.section .dialogbox{position:absolute;left:50%;margin-left:-170px;background-position:50%;background-repeat:no-repeat;background-size:cover;opacity:0;animation:fade 4.5s ease-in-out infinite alternate;}
#section1 .dialogbox{display:none;width:135px;height:135px;background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/summer/m/dialogbox.webp");top:140px;margin-left:-150px;}
#section2 .dialogbox{width:340px;height:340px;top:60px;margin-left:-955px;background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/summer/dialogbox.webp");}
.contents:is(.end) .section .dialogbox{animation:none;opacity:1;-webkit-filter:grayscale(0);filter:grayscale(0);}
.mob #section1 .dialogbox{display:block;}
.mob #section2 .dialogbox{display:none;animation:none;}


/* reward */
#section2 .award{width:1000px;height:101px;position:absolute;top:840px;left:50%;margin-left:-500px;}
#section2 .award li{width:280px;height:100%;position:relative;float:left;margin:0 5px 0 13px;}
#section2 .award li:last-child{margin:15px 0 0 62px;width:300px;height:108px;}
#section2 .award li a{width:100%;height:100%;background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/summer/btn01.webp");background-repeat:no-repeat;background-position:50%;background-size:cover;font-size:44px;font-weight:900;color:#ffffff;text-indent:0;font-family:'Noto Serif TC',sans-serif;display:flex;align-items:center;justify-content:center;padding-bottom:10px;box-sizing:border-box;text-shadow:2px 0 5px rgba(0,0,0,.55);}
#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{width:300px;height:50px;top:375px;margin-left:-150px;}
.mob #section2 .award li{width:140px;height:100%;margin:0 4px 0 5px;}
.mob #section2 .award li:last-child{width:160px;height:57px;margin:265px 0 0 70px;}
.mob #section2 .award li a{font-size:1.3rem;padding-bottom:5px;}
.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 a.lock{cursor:not-allowed;-webkit-filter:grayscale(1);filter:grayscale(1);}


/* caution */
.caution{position:relative;margin:0 auto;background:#acf7ff 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:#6fbccb;}
.caution .inner ol{margin:0 0 0 20px;}
.caution .inner ol li{padding:2px 0;list-style:decimal;color:#528791;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:none;background-size:1280px 100%;height:auto;*/}
.mob .caution:after{display:none;}
.mob .caution .inner{width:100%;max-width:300px;padding:0rem 0.5rem 8rem;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;}


@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);}
}

@-webkit-keyframes lightBox{
  0%{-webkit-filter:none;filter:none;}
  100%{-webkit-filter:brightness(130%) contrast(105%) drop-shadow(0 0 10px rgba(255,225,255,.7));filter:brightness(130%) contrast(105%) drop-shadow(0 0 10px rgba(255,225,255,.7));}
}
@keyframes lightBox{
  0%{-webkit-filter:none;filter:none;}
  100%{-webkit-filter:brightness(130%) contrast(105%) drop-shadow(0 0 10px rgba(255,225,255,.7));filter:brightness(130%) contrast(105%) drop-shadow(0 0 10px rgba(255,225,255,.7));}
}


/* 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:5px;right:5px;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:0px;right:0px;width:20px;height:20px;}
.mob #colorbox #cboxWrapper #cboxContent #cboxClose::before, .mob #colorbox #cboxWrapper #cboxContent #cboxClose::after{width:20px;}

.popup_content{width:500px;height:620px;box-sizing:border-box;padding:0;box-sizing:border-box;text-align:justify;background-repeat:no-repeat;background-position:50%;}
.popup_content.gift_content1{background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/summer/popup_gift1.webp");}
.popup_content.gift_content2{background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/summer/popup_gift2.webp");}
.popup_content.gift_content3{background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/summer/popup_gift3.webp");width:600px;height:770px;}
.popup_content .frame-input p{display:block;min-width:400px;width:80%;height:50px;background:none;background-color:transparent;border:none;border-radius:3px;text-align:center;font-size:1.5rem;font-weight:900;color:#007d8e;letter-spacing:2px;font-family:'Noto Serif TC',sans-serif;margin:0 auto;padding:0;position:absolute;bottom:172px;left:0;right:0;}
.popup_content .frame-button{position:absolute;bottom:95px;left:50%;margin-left:-120px;display:block;background-image:url("https://image.tw.ncsoft.com/lostsword/event/2507/summer/btn03.webp");background-repeat:no-repeat;background-position:50%;width:240px;height:60px;background-size:cover;}
.popup_content.gift_content3 .frame-input p{bottom:180px;}
.popup_content.gift_content3 .frame-button{bottom:105px;}

.mob .popup_content{width:250px;height:310px;background-size:cover;}
.mob .popup_content.gift_content3{width:300px;height:385px;}
.mob .popup_content .frame-input p{min-width:auto;width:90%;height:auto;font-size:0.9rem;letter-spacing:0px;bottom:90px;}
.mob .popup_content .frame-button{width:120px;height:30px;margin-left:-60px;bottom:48px;}
.mob .popup_content.gift_content3 .frame-input p{bottom:96px;}
.mob .popup_content.gift_content3 .frame-button{bottom:55px;}


#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:#000000;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:#000000;}
#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:#000000;}
.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:#000000;}
.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;}
}