@charset "UTF-8";*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html,body{height:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}ul{list-style-type:none}#root,#__next{isolation:isolate}.loader-wrap{position:fixed;display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#000000bf;z-index:6}.loader-wrap .loader{color:#fff;font-size:20px;margin:100px auto;width:1em;height:1em;border-radius:50%;position:relative;text-indent:-9999em;z-index:7;animation:load4 1.3s infinite linear;transform:translateZ(0)}@keyframes load4{0%,to{box-shadow:0 -3em 0 .2em,2em -2em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em}12.5%{box-shadow:0 -3em,2em -2em 0 .2em,3em 0,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}25%{box-shadow:0 -3em 0 -.5em,2em -2em,3em 0 0 .2em,2em 2em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}37.5%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0,2em 2em 0 .2em,0 3em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}50%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em,0 3em 0 .2em,-2em 2em,-3em 0 0 -1em,-2em -2em 0 -1em}62.5%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em,-2em 2em 0 .2em,-3em 0,-2em -2em 0 -1em}75%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em,-3em 0 0 .2em,-2em -2em}87.5%{box-shadow:0 -3em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em,-3em 0,-2em -2em 0 .2em}}.loading{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000;opacity:.8;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999;-webkit-user-select:none;-moz-user-select:none;user-select:none}.loading .load_text{color:#fff;font-size:16pt}.loading .load_blink{animation:blink 1s linear infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.loading .load_circle{width:150px;height:150px;border-radius:50%;border:10px solid rgba(255,255,255,.5);border-top-color:#fff;animation:rotate 1s linear infinite}@keyframes rotate{to{transform:rotate(360deg)}}.loading .load_absolute{position:absolute}.carousel .carousel__slide{padding:10px 40px}.video #player{position:absolute;top:0;width:100%;height:100%;background:#000;z-index:9999999999}.video .video_item{position:absolute;z-index:9999999999;top:0;bottom:0;right:0;left:0;margin:auto;width:100%;background:#696969;color:#fff;opacity:.8}.video .video_item .video_btn{position:absolute;z-index:99999999999;cursor:pointer;margin:auto;color:#fff;top:50%;left:50%;transform:translate(-50%,-50%)}.video .video_item .video_skip_btn{position:absolute;z-index:99999999999;cursor:pointer;margin:auto;color:#fff;right:25px;top:20px;background:#000;padding:10px;border-radius:50px}#footer{width:100%;padding:50px;background:#000;color:#fff}#footer .footer_frame{gap:70px}#footer .footer_frame p{font-size:25px;font-weight:700}#footer .footer_frame ul li{padding:10px}#modal .modal_back{z-index:2}#modal .modal_back .content{background:#fff;height:280px;width:100%;max-width:350px;border-radius:50px;text-align:center}#modal .modal_back .content .modal_title{padding:20px 0;font-weight:700;border-bottom:1px solid #000}#modal .modal_back .content .modal_content{margin:15px 0}#modal .modal_back .content .modal_btn{margin:10px 0;background:#000;color:#fff;padding:10px;border-radius:15px;width:80%}#modal .modal_back .long_content{height:210px;max-width:445px}.login_form{display:flex;justify-content:center;align-items:center;min-height:100vh}.login_form .login_frame{width:100%;padding:190px 245px;background:#fff;border-radius:10px;max-width:1240px}@media screen and (max-width: 767px){.login_form .login_frame{padding:20px 55px!important;max-width:355px}}.login_form .login_frame .login_title{text-align:center;margin-bottom:56px}@media screen and (max-width: 767px){.login_form .login_frame .login_title{margin-bottom:30px}}.login_form .login_frame .login_title h1{font-size:46px;border-bottom:1px solid;padding-bottom:46px}@media screen and (max-width: 767px){.login_form .login_frame .login_title h1{font-size:40px;padding-bottom:20px}}.login_form .login_frame .login_title h1 span{font-size:22px}.login_form .login_frame .login_sub_title{text-align:center;margin-bottom:64px}@media screen and (max-width: 767px){.login_form .login_frame .login_sub_title{margin-bottom:10px}}.login_form .login_frame .login_sub_title p{font-size:20px}.login_form .login_frame .status_text{text-align:center}.login_form .login_frame .login_from_block .login_group{align-items:center;margin-bottom:20px}.login_form .login_frame .login_from_block .login_group .login_box,.login_form .login_frame .login_from_block .login_group input[type=text],.login_form .login_frame .login_from_block .login_group input[type=email],.login_form .login_frame .login_from_block .login_group input[type=password],.login_form .login_frame .login_from_block .login_group input[type=number],.login_form .login_frame .login_from_block .login_group input[type=datetime-local],.login_form .login_frame .login_from_block .login_group select{width:100%;padding:15px;font-size:16px;border-radius:3px;border:2px solid #ddd;box-sizing:border-box}.login_form .login_frame .login_from_block .login_group input[type=email],.login_form .login_frame .login_from_block .login_group input[type=password]{background:#e7ebef}.login_form .login_frame .login_from_block .link_reset{text-align:right}.login_form .login_frame .login_from_block .userlink{width:60%;margin:auto}.login_form .login_frame form .btn_group{text-align:center}.login_form .login_frame form .btn_group button{width:180px;height:40px;border-radius:20px;background:#4abe77;box-shadow:0 0 3px #00000029;font-family:Lato;font-weight:500;font-size:14px;color:#fff;border:none}.card_link{display:block;cursor:pointer}.card_content{border-radius:20px;position:relative;max-width:500px;margin:32px auto auto}.card_content .card_thumbnail img{border-radius:10px}.card_content .card_main_img{margin-top:20px}.card_content .card_remarks{background:#fff;padding:0 10px}.card_content img{margin:auto}.card_content .card_footer{position:sticky;bottom:0;width:100%;background:#fff;height:220px;padding-top:20px;padding-bottom:20px}@media screen and (max-width: 767px){.card_content .card_footer{height:215px}}.card_content .card_footer .card_count_wrap{width:100%;margin:auto;max-width:420px}@media screen and (max-width: 767px){.card_content .card_footer .card_count_wrap{text-align:center}}.card_content .card_footer .card_count_wrap .card_count{width:50%}.card_content .card_footer .card_count_wrap .card_count span{font-size:25px;font-weight:700}.card_content .card_footer .progress_ber{width:80%;margin:auto}.card_content .card_footer .progress_ber .progress{width:100%;-webkit-appearance:none}.card_content .card_footer .progress_ber ::-webkit-progress-bar{border-radius:15px}.card_content .card_footer .progress_ber ::-webkit-progress-value{background-color:red;border-radius:15px}.card_content .card_footer .card_btn_list .card_btn_wrap{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;max-width:420px;margin:auto;padding:15px 0}.card_content .card_footer .card_btn_list .card_btn_wrap form{display:block;width:100%;max-width:180px}@media screen and (max-width: 767px){.card_content .card_footer .card_btn_list .card_btn_wrap form{max-width:180px}}@media screen and (max-width: 399px){.card_content .card_footer .card_btn_list .card_btn_wrap form{max-width:170px}}@media screen and (max-width: 375px){.card_content .card_footer .card_btn_list .card_btn_wrap form{max-width:160px}}.card_content .card_footer .card_btn_list .card_btn_wrap form button{height:45px;width:100%;color:#fff;border-radius:.375rem;position:relative}.card_content .card_footer .card_btn_list .card_btn_wrap form .capsule:before{content:"";background-image:url(/build/assets/capsule-BqgpLFR5.png);background-size:contain;background-repeat:no-repeat;width:28px;height:28px;position:absolute;left:20%;top:0;bottom:0;margin:auto}.card_content .card_footer .card_btn_list .card_btn_wrap form .black{background:#000000de}.card_content .card_footer .card_btn_list .card_btn_wrap form .red{background:#d6001c}.card_content .card_footer .card_btn_list .triple button:nth-child(1),.card_content .card_footer .card_btn_list .triple button:nth-child(2){max-width:180px}.card_content .card_footer .card_btn_list .triple button:nth-child(1):before,.card_content .card_footer .card_btn_list .triple button:nth-child(2):before{left:10%}.card_content .card_footer .card_btn_list .triple button:nth-child(3) button{max-width:385px}.card_content .card_footer .card_btn_list .triple_last{max-width:385px!important}@media screen and (max-width: 767px){.card_content .card_footer .card_btn_list .triple_last{max-width:385px!important}}@media screen and (max-width: 399px){.card_content .card_footer .card_btn_list .triple_last{max-width:355px!important}}@media screen and (max-width: 375px){.card_content .card_footer .card_btn_list .triple_last{max-width:335px!important}}.card_content .card_footer .card_btn_list .triple_last button{max-width:380px!important}.user_edit.min-h-screen{min-height:85vh}.user_edit{margin-bottom:50px}.user_edit h1{font-size:32px}.user_edit .bg-gray-800{background-color:#ce3256}.user_edit button{width:50%;margin:auto;justify-content:center;border-radius:50px}.list{max-width:900px;margin:50px auto}.list h1{font-size:32px}.list .list_link{display:flex;gap:20px;border-bottom:2px solid #F3F3F3}.list .list_link .isActive{border-bottom:5px solid #f00}.list .card_lists{gap:1.5rem}.list .card_lists li{max-width:400px;width:100%;border-bottom:2px solid #F3F3F3;padding-bottom:15px;cursor:pointer}.list .card_lists li .card_group{gap:30px}.list .card_lists li .card_group .list_text{max-width:240px;width:100%}.list .list_img{max-width:94px}.list .form_button button{width:300px;text-align:center;justify-content:center;padding:15px;border-radius:30px}#point h1{font-size:32px;font-weight:700}#point .point_frame{width:50%;min-width:330px;padding-bottom:50px}#point .point_frame .coin_flex{gap:10px}#point .point_frame .coin_flex img{width:50px}#point.point.min-h-screen{min-height:85vh}#fincode-form{margin:100px auto!important;max-width:410px;min-height:600px}#fincode-form #submit{background-color:#000054;color:#fff;width:100%;border-radius:50px;padding:10px 32px}#news .new_content{white-space:break-spaces}#result{width:80%;margin:auto}#result .result_list{position:relative;margin-bottom:100px}#result .result_list .card_lists{gap:20px;padding-bottom:100px}#result .result_list .card_lists .card_group .list_img{margin-bottom:10px;position:relative}#result .result_list .card_lists .card_group .list_img img{width:180px}#result .result_list .card_lists .card_group .list_img .psa_font{position:absolute;bottom:0;font-size:45px;color:#00f;letter-spacing:10px;font-weight:700;transform:skew(-25deg)}#result .result_list .card_lists .card_group .list_img .psa_font span{color:red}#result .result_list .card_lists .card_group .list_img .tag_psa{transform:unset}#result .result_list .card_lists .card_group .list_img .tag_psa .img_psa img{max-width:163px;max-height:52px}#result .result_list .card_lists .card_group .list_img .tag_psa .text_psa{transform:skew(-25deg)}#result .result_list .card_lists .card_group .result_check_group{padding-left:10px}#result .result_list .card_lists .card_group .result_check_group .result_checks{margin-bottom:10px}#result .result_list .card_lists .card_group .result_check_group .result_checks span{margin-left:10px}#result .result_list .card_lists .card_group .result_check_group .point_list{gap:10px}#result .result_list .card_lists .card_group .result_check_group .point_list img{width:25px;height:25px}#result .result_list .result_bottom_group{background:#fff;position:sticky;bottom:0;left:0;right:0;margin:auto;text-align:center;padding:20px 0}@media screen and (max-width: 767px){.conditions{padding:0 15px}}.headers{width:100%;background:#f4f4f4;position:relative;z-index:2}.headers .header_front{display:flex;justify-content:space-between;height:60px;align-items:center;width:75%;margin:auto}@media screen and (max-width: 767px){.headers .header_front{width:90%}}.headers .header_front .header_logo{width:65px;height:50px}.headers .header_front .flex{gap:20px}@media screen and (max-width: 767px){.headers .header_front .flex{padding-right:0}}.headers .header_front .point_frame{background:#fff;width:120px;border-radius:20px;font-size:12px;padding:4px 10px}.headers .header_front .point_frame span{margin-right:5px}.headers .header_front .point_plus{position:relative}.headers .header_front .point_plus i{position:absolute;left:0;font-size:20px}.headers .header_front .user_icon{width:30px;height:30px;cursor:pointer}.headers .header_front .menu{width:100%;height:100vh;position:fixed;right:0;top:0;background-color:#0000004d;z-index:26;transition:all .2s ease-in}.headers .header_front .right-enter-active,.headers .header_front .right-leave-active{transform:translate(0);transition:transform 225ms cubic-bezier(0,0,.2,1) 0ms}.headers .header_front .right-enter,.headers .header_front .right-leave-to{transform:translate(100vw) translate(0)}.headers .header_front .drawer-menu-wrapper{position:absolute;z-index:10;top:0;right:0;width:35%;height:100%;background-color:#fff}@media screen and (max-width: 767px){.headers .header_front .drawer-menu-wrapper{width:60%}}.headers .header_front .drawer-menu-wrapper i{position:absolute;left:-30px;top:5px;font-size:35px;cursor:pointer}.headers .header_front .drawer-menu{min-height:100vh;padding:24px}.headers .header_front .drawer-menu .rank_img{margin-bottom:50px}.headers .header_front .drawer-menu .user_point{position:relative;background:#f4f4f4;width:100%;border-radius:20px;font-size:18px;padding:4px 10px;margin-bottom:50px}.headers .header_front .drawer-menu .user_point i{position:absolute;left:0;font-size:35px;top:0}.front_container{width:75%;margin:50px auto;max-width:950px}@media screen and (max-width: 767px){.front_container{width:98%}}.front_container h1{font-size:32px;font-weight:700}.banner_content{display:flex;justify-content:center;margin:20px auto 100px;max-width:900px;max-height:220px}.banner_content .banner_list{height:100%}.banner_content .banner_list img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.tab_content{margin-bottom:30px}.tab_content ul{display:flex;justify-content:space-between;align-items:center}.card_list{display:flex;justify-content:space-between;flex-wrap:wrap;gap:15px}@media screen and (max-width: 767px){.card_list{margin-bottom:70px}}.card_list li{border-radius:20px;box-shadow:#00000029 0 0 8px;border:10px ridge #000;min-height:400px}@media screen and (max-width: 767px){.card_list li{border:8px ridge #000;padding-bottom:60px}}.card_list li .card_wrap{position:relative;max-width:480px;aspect-ratio:1.17647/1}.card_list li .card_wrap .card_wrap_list{height:calc(100% - 24px)}.card_list li .card_wrap .card_wrap_list img{height:100%;width:100%;border-radius:12px 12px 0 0}.card_list li .card_wrap .card_wrap_sold{display:flex;align-items:center;justify-content:center;background:#00000080;position:absolute;top:0;left:0;height:100%;width:100%;border-radius:10px;z-index:1;cursor:pointer}.card_list li .card_wrap .card_wrap_sold p{font-size:60px;color:#fff;font-weight:700;transform:rotate(10deg)}.card_list li .card_wrap .card_count_wrap{color:#fff;width:100%;margin:10px auto;text-align:center}.card_list li .card_wrap .card_count_wrap .card_count{width:50%}.card_list li .card_wrap .card_count_wrap .card_count span{font-size:25px;font-weight:700}.card_list li .card_wrap .progress_ber{width:80%;margin:auto}.card_list li .card_wrap .progress_ber .progress{width:100%;-webkit-appearance:none}.card_list li .card_wrap .progress_ber ::-webkit-progress-bar{border-radius:15px}.card_list li .card_wrap .progress_ber ::-webkit-progress-value{background-color:red;border-radius:15px}.card_list li .card_wrap .card_btn_wrap{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;max-width:400px;margin:auto;padding:15px 0}@media screen and (max-width: 767px){.card_list li .card_wrap .card_btn_wrap{padding-bottom:40px}}.card_list li .card_wrap .card_btn_wrap form{display:block;width:100%;max-width:194px}.card_list li .card_wrap .card_btn_wrap button{height:45px;width:100%;flex:3 1 0%;color:#fff;border-radius:.375rem;position:relative}.card_list li .card_wrap .card_btn_wrap .capsule:before{content:"";background-image:url(/build/assets/capsule-BqgpLFR5.png);background-size:contain;background-repeat:no-repeat;width:28px;height:28px;position:absolute;left:30%;top:0;bottom:0;margin:auto}.card_list li .card_wrap .card_btn_wrap .black{background:#000000de}.card_list li .card_wrap .card_btn_wrap .red{background:#d6001c}.card_list li .card_wrap .single form:nth-child(1),.card_list li .card_wrap .single form:nth-child(2){max-width:unset}.card_list li .card_wrap .single form:nth-child(1) button:before,.card_list li .card_wrap .single form:nth-child(2) button:before{left:30%}.card_list li .card_wrap .double form:nth-child(1),.card_list li .card_wrap .double form:nth-child(2){max-width:180px}@media screen and (max-width: 399px){.card_list li .card_wrap .double form:nth-child(1),.card_list li .card_wrap .double form:nth-child(2){max-width:170px}}@media screen and (max-width: 375px){.card_list li .card_wrap .double form:nth-child(1),.card_list li .card_wrap .double form:nth-child(2){max-width:160px}}.card_list li .card_wrap .double form:nth-child(1) button:before,.card_list li .card_wrap .double form:nth-child(2) button:before{left:15%}.card_list li .card_wrap .triple form:nth-child(1),.card_list li .card_wrap .triple form:nth-child(2){max-width:180px}@media screen and (max-width: 399px){.card_list li .card_wrap .triple form:nth-child(1),.card_list li .card_wrap .triple form:nth-child(2){max-width:170px}}@media screen and (max-width: 375px){.card_list li .card_wrap .triple form:nth-child(1),.card_list li .card_wrap .triple form:nth-child(2){max-width:160px}}.card_list li .card_wrap .triple form:nth-child(1) button:before,.card_list li .card_wrap .triple form:nth-child(2) button:before{left:10%}.card_list li .card_wrap .triple form:nth-child(3){max-width:370px}@media screen and (max-width: 399px){.card_list li .card_wrap .triple form:nth-child(3){max-width:350px}}@media screen and (max-width: 375px){.card_list li .card_wrap .triple form:nth-child(3){max-width:330px}}@media screen and (max-width: 767px){.card_list li .triple_coun{padding-bottom:50px}.card_list li .triple{min-height:140px;padding-bottom:60px}}.top_index{background:#000}
