@charset "utf-8";@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");article,aside,audio,blockquote,body,canvas,code,dd,details,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,input,legend,li,mark,menu,nav,ol,p,pre,section,summary,td,textarea,th,time,ul,video{margin:0;padding:0}body{font-size:var(--G-font);min-width:360px;font-family:Noto Sans KR,sans-serif;letter-spacing:-.5px;line-height:1;color:var(--black);-webkit-text-size-adjust:none}img{vertical-align:top;border:0}dl,li,menu,ol,ul{list-style:none}button,input,select,textarea{font-family:Noto Sans KR,sans-serif;vertical-align:middle}address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,var{font-style:normal;font-weight:400}button{border:0;padding:0;margin:0;background:none;cursor:pointer}button::-moz-focus-inner{margin:-1px;padding:0}table{border-collapse:collapse;border-spacing:0;empty-cells:show}caption,legend{width:0;height:0;overflow:hidden;visibility:hidden;font-size:0;line-height:0;text-indent:-999px}fieldset{border:0}input[type=number],input[type=password],input[type=search],input[type=submit],input[type=tel],input[type=text]{font-family:Noto Sans KR,sans-serif;-webkit-appearance:none;border-radius:0}input:checked[type=checkbox]{-webkit-appearance:checkbox}button,input[type=button],input[type=file],input[type=reset],input[type=submit]{-webkit-appearance:button;border-radius:0}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}a,a:active,a:hover{color:var(--black);text-decoration:none}*,:after,:before{box-sizing:inherit}.clearfix:after{content:"";display:block;clear:both}.hidden{display:block;position:relative;z-index:-10;width:100%;height:100%}.blind,.hidden{overflow:hidden}.blind{position:absolute;width:0;height:0;line-height:0;text-indent:-9999px!important}.btn-single a{display:flex;justify-content:center;align-items:center;color:var(--white);border-radius:30px;transition:all .2s}.btn-single a.btn-black{background-color:var(--black)}.btn-single a.btn-gray{background-color:#454545}.btn-set{position:relative;display:flex;justify-content:space-between}.btn-set .btn{display:flex;justify-content:center;align-items:center;height:60px;border-radius:30px;font-size:var(--G-font);transition:all .2s}.btn-white{width:475px;color:var(--black);border:1px solid #ddd;box-sizing:border-box}.btn-white:hover{color:var(--white);border:1px solid var(--blue);background-color:var(--blue)}input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text]{width:100%;border:1px solid var(--gray);height:50px;padding:0 10px;font-size:var(--G-font);box-sizing:border-box;border-radius:10px}input[type=checkbox]{display:none}input[type=checkbox]+label{position:relative;display:flex;align-items:center;font-size:var(--G-font);color:var(--gray);height:50px;padding-left:40px;cursor:pointer}input[type=checkbox]+label:before{content:"";position:absolute;left:0;top:50%;z-index:1;transform:translateY(-50%);width:30px;height:30px;border-radius:50%;background:#ddd url(/images/common/ico_v.svg) no-repeat 50%;transition:all .2s}input[type=checkbox]:checked+label{color:var(--black)}input[type=checkbox]:checked+label:before{background-color:var(--blue)}input[type=radio]{display:none}input[type=radio]+label{position:relative;height:30px;display:flex;align-items:center;font-size:var(--G-font);color:var(--black);padding-left:40px;cursor:pointer}input[type=radio]+label:before{content:"";position:absolute;left:0;top:0;z-index:1;width:30px;height:30px;border-radius:50%;background:#e9e9e9}input[type=radio]+label:after{content:"";width:16px;height:16px;position:absolute;left:7px;top:7px;z-index:1;border-radius:50%;background:var(--white);transition:all .2s}input[type=radio]:checked+label{color:var(--black)}input[type=radio]:checked+label:after{background-color:var(--blue)}textarea{width:100%;border:1px solid var(--gray);font-size:var(--G-font);box-sizing:border-box;border-radius:10px;resize:none}textarea::-moz-placeholder{color:var(--gray)}textarea:-ms-input-placeholder{color:var(--gray)}textarea::placeholder{color:var(--gray)}select{-webkit-appearance:none;-moz-appearance:none;appearance:none}select::-ms-expand{display:none}select{position:relative;border:1px solid #d2d2d2;color:var(--black);font-size:var(--G-font);background:url(/images/common/ico_select_arrow.svg) no-repeat;background-position:250px 50%}input[type=date]::-webkit-calendar-picker-indicator,input[type=date]::-webkit-inner-spin-button{display:none;-webkit-appearance:none;appearance:none}input[type=date]::-webkit-datetime-edit-month-field,input[type=date]::-webkit-datetime-edit-text{-webkit-appearance:none;display:none}input[type=date]::-webkit-datetime-edit-day-field,input[type=date]::-webkit-datetime-edit-year-field{-webkit-appearance:none;display:none}input[type=date]{position:relative;padding:0 20px}input[type=date]:after{content:"";width:11px;height:8px;position:absolute;right:20px;top:50%;z-index:100;transform:translateY(-50%);background:url(/images/common/ico_select_arrow.svg) no-repeat 50%}input[type=date]:before{content:attr(placeholder);width:100%;color:var(--black)}input[type=date]:focus:before,input[type=date]:valid:before{display:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background-color:transparent}::-webkit-scrollbar-thumb{background:#aaa;border-radius:.25rem}::-webkit-scrollbar-thumb:hover{background:transparent}::-webkit-scrollbar-thumb:active{background:grey}::-webkit-scrollbar-button{display:none}.fl{float:left!important}.fr{float:right!important}.clear{clear:both!important}.al{text-align:left!important}.ac{text-align:center!important}.ar{text-align:right!important}.at{vertical-align:top!important}.am{vertical-align:middle!important}.ab{vertical-align:bottom!important}.bd{border:1px solid red}.bdNone{border:none!important}.bgNone{background:none!important}.cursor{cursor:pointer!important;display:inline-block}.dp_none{display:none!important}.m0{margin:0!important}.p0{padding:0!important}.pl20{padding-left:20px!important}.point_01{color:#5397fd;font-weight:var(--fw-700)}.point_02{color:#5397fd;font-weight:var(--fw-400);text-decoration:underline}.font_14{font-size:14px}.font_16{font-size:16px}.font_18{font-size:18px}.font_20{font-size:20px}.font_24{font-size:24px}.popup-movie{visibility:hidden;opacity:0}.popup-movie.active{visibility:visible;opacity:1}.popup-movie .blackLayer{width:100%;height:100%;position:absolute;left:0;top:0;z-index:100;background-color:#000;opacity:.8;overflow:hidden}.popup-movie .movie-warp{width:var(--G-width);height:818px;position:absolute;left:50%;top:50%;z-index:101;transform:translate(-50%,-50%)}.popup-movie .movie-warp .screen{width:inherit;height:698px}.popup-movie .movie-warp .pop-btnset{display:flex;justify-content:center;align-items:center;margin-top:40px}.popup-movie .movie-warp .pop-btnset button{height:80px;font-size:18px;font-weight:var(--fw-500);background-color:var(--white);border-radius:40px;margin:0 10px;padding:0 45px;transition:all .2s ease-in-out}.popup-movie .movie-warp .pop-btnset button:hover{background-color:var(--blue);font-weight:var(--fw-700);color:var(--white)}.popup-event{display:none}.popup-event .blackLayer{width:100%;height:100%;position:absolute;left:0;top:0;z-index:100;background-color:#000;opacity:.5;overflow:hidden}.popup-event.active{display:block}.popup-event .pop-warp{width:400px;height:560px;position:absolute;left:50%;top:50%;z-index:101;transform:translate(-50%,-50%);border-radius:40px;overflow:hidden}.popup-event .pop-warp .screen{position:relative;width:inherit;height:500px}.popup-event .pop-warp .screen a{display:block;width:200px;height:50px;position:absolute;left:50%;bottom:40px;z-index:101;transform:translateX(-50%);text-indent:-9999em;overflow:hidden}.popup-event .pop-warp .pop-btnset{display:flex;justify-content:center;align-items:center}.popup-event .pop-warp .pop-btnset button{flex:1 1;height:60px;font-size:16px;font-weight:var(--fw-400)}.popup-event .pop-warp .pop-btnset button:first-child{background-color:var(--white)}.popup-event .pop-warp .pop-btnset button:nth-child(2){background-color:var(--blue);color:var(--white)}.popup-voice{visibility:hidden;opacity:0}.popup-voice.active{visibility:visible;opacity:1}.popup-voice .blackLayer{width:100%;height:100%;position:absolute;left:0;top:0;z-index:100;background-color:#000;opacity:.5;overflow:hidden}.popup-voice .voice-warp{width:740px;position:absolute;left:50%;top:50%;z-index:101;transform:translate(-50%,-50%)}.popup-voice .voice-warp .screen{background-color:var(--white);border-radius:30px;padding:30px}.popup-voice .voice-warp .screen hgroup{position:relative;display:flex;justify-content:space-between;align-items:baseline;border-bottom:1px solid var(--black);margin-bottom:20px}.popup-voice .voice-warp .screen hgroup h1{font-size:30px;font-weight:var(--fw-700);letter-spacing:-2px;padding-bottom:10px}.popup-voice .voice-warp .screen hgroup p{color:var(--gray);font-size:14px}.popup-voice .bank-warp{width:800px;position:absolute;left:50%;top:50%;z-index:101;transform:translate(-50%,-50%)}.popup-voice .bank-warp .screen{border-radius:30px;padding:30px;background:var(--white)}.popup-voice .bank-warp .screen hgroup{position:relative;margin-bottom:30px}.popup-voice .bank-warp .screen hgroup h1{font-size:30px;font-weight:var(--fw-700);letter-spacing:-2px}.popup-voice .bank-warp .screen table{width:100%}.popup-voice .bank-warp .screen table thead th{border-bottom:1px solid var(--black);font-weight:var(--fw-500);padding:15px 0;text-align:left}.popup-voice .bank-warp .screen table tbody td{padding:14.2px 0;line-height:1.3;border-bottom:1px solid #ddd}.popup-voice .bank-warp .screen table tbody tr:last-child td{border-bottom:none}.popup-voice .bank-warp .screen table tbody td:nth-child(odd) span{font-size:0;text-indent:-9999em}.popup-support .blackLayer{width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:#000;opacity:.5;overflow:hidden}.popup-support .support-warp{width:710px;position:absolute;left:50%;top:50%;z-index:101;transform:translate(-50%,-50%)}.popup-support .support-warp .screen{padding:30px;background-color:var(--white);border-radius:30px;overflow:hidden}.popup-support .support-warp .screen hgroup{position:relative;display:flex;justify-content:space-between;align-items:baseline;border-bottom:1px solid var(--black);margin-bottom:20px}.popup-support .support-warp .screen hgroup h1{font-size:30px;font-weight:var(--fw-500);letter-spacing:-2px;padding-bottom:10px}.popup-support .support-warp .screen hgroup p{color:#ff4646;font-size:14px}.popup-support .support-warp .screen .inner-scroll{height:600px;overflow-y:scroll}.popup-support .support-warp .screen .inner-scroll>p{line-height:1.5;margin-bottom:40px}.popup-support .apply-form{margin-bottom:60px}.popup-support .apply-form ul li{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.popup-support .apply-form ul li .inner{width:470px}.popup-support .apply-form ul li label strong{color:#ff4646}.popup-support .apply-form ul li input{width:470px}.popup-support .apply-form ul li input::-moz-placeholder{color:var(--gray)}.popup-support .apply-form ul li input:-ms-input-placeholder{color:var(--gray)}.popup-support .apply-form ul li input::placeholder{color:var(--gray)}.popup-support .apply-form ul li.file-info{align-items:flex-start}.popup-support .apply-form ul li.file-info>p{padding-top:18px}.popup-support .apply-form ul li.file-info .inner>p{font-size:14px;padding-top:10px;line-height:1.5}.popup-support .apply-form ul li.file-info .inner input[type=file]{display:none}.popup-support .apply-form ul li.file-info .inner label{height:50px;border:1px solid #ddd;border-radius:25px;display:flex;align-items:center;justify-content:center;background:url(/images/common/ico_clip.svg) no-repeat 156px 15px;padding-left:10px;cursor:pointer}.popup-support .apply-form ul li.file-info .inner .add-on{display:none;height:50px;color:#5397fd}.popup-support .apply-form ul li.file-info .inner .add-on.active{display:block;display:flex;align-items:center;justify-content:space-between}.popup-support .apply-form ul li.file-info .inner .add-on p{color:#5397fd;background:url(/images/common/ico_clip_on.svg) no-repeat 0 15px;height:50px;line-height:50px;padding-left:25px}.popup-support .apply-form ul li.file-info .inner .add-on .btn{width:190px;display:flex;align-items:center;justify-content:space-between}.popup-support .apply-form ul li.file-info .inner .add-on .btn button{width:88px;height:50px;border-radius:25px;display:inline-flex;align-items:center;justify-content:center}.popup-support .apply-form ul li.file-info .inner .add-on .btn .btn-black{background-color:var(--black);color:var(--white)}.popup-support .apply-form ul li.file-info .inner .add-on .btn .btn-line{border:1px solid #ddd}.popup-support .apply-form ul li.user-info{align-items:flex-start}.popup-support .apply-form ul li.user-info label{padding-top:13px}.popup-support .apply-form ul li.user-info .inner{position:relative}.popup-support .apply-form ul li.user-info .inner textarea{height:200px;padding:10px}.popup-support .apply-form ul li.user-info .inner textarea::-moz-placeholder{color:var(--gray)}.popup-support .apply-form ul li.user-info .inner textarea:-ms-input-placeholder{color:var(--gray)}.popup-support .apply-form ul li.user-info .inner textarea::placeholder{color:var(--gray)}.popup-support .apply-form ul li.user-info .inner p{text-align:right;color:var(--gray);padding-top:10px}.popup-support .agree-list{margin:25px 0 40px;border-bottom:1px solid #ddd}.popup-support .agree-list .tit{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;border-bottom:1px solid #ddd;padding-bottom:20px}.popup-support .agree-list .tit p{font-weight:var(--fw-700)}.popup-support .agree-list .tit .filter-menu{height:30px;margin:0}.popup-support .agree-list .tit .filter-menu ul li{margin:0}.popup-support .agree-list .tit .filter-menu label{color:var(--black)}.popup-support .agree-list .list{height:220px}.popup-support .agree-list .list,.popup-support .agree-list .table-list{font-size:14px;color:var(--gray);line-height:1.5;overflow-y:auto;overflow-x:hidden;padding:5px 10px 5px 0}.popup-support .agree-list .table-list{height:335px}.popup-support .agree-list .table-list table{width:100%;border-top:1px solid #444;border-collapse:collapse;margin:20px 0}.popup-support .agree-list .table-list table td,.popup-support .agree-list .table-list table th{border-bottom:1px solid #444;border-left:1px solid #444;padding:10px;color:var(--black)}.popup-support .agree-list .table-list table td:first-child,.popup-support .agree-list .table-list table th:first-child{border-left:none}.popup-support .agree-list .table-list table th:first-child{width:91px;font-weight:400}.popup-support .agree-list .table-list table td:nth-child(2),.popup-support .agree-list .table-list table th:nth-child(2){width:91px;font-weight:700}.popup-support .agree-list .table-list table td:nth-child(3),.popup-support .agree-list .table-list table th:nth-child(3){width:120px;font-weight:700}.popup-support .agree-list .table-list table th:nth-child(4){width:75px;font-weight:400}.popup-support .agree-list .table-list table td:nth-child(5),.popup-support .agree-list .table-list table th:nth-child(5){font-weight:700}.popup-support .btn-set button{display:inline-flex;justify-content:center;align-items:center;border:1px solid var(--blue);box-sizing:border-box;border-radius:30px}.popup-support .btn-set .btn-line{width:230px;height:60px;color:var(--blue)}.popup-support .btn-set .btn-blue{width:400px;height:60px;color:var(--white);background-color:var(--blue)}.popup-support .damage-warp{width:700px;position:absolute;left:50%;top:50%;z-index:101;transform:translate(-50%,-50%)}.popup-support .damage-warp .screen{padding:30px;background-color:var(--white);border-radius:30px;overflow:hidden}.popup-support .damage-warp .screen hgroup{position:relative;display:flex;justify-content:space-between;align-items:baseline;border-bottom:1px solid var(--black);margin-bottom:40px}.popup-support .damage-warp .screen hgroup h1{font-size:30px;font-weight:var(--fw-500);letter-spacing:-2px;padding-bottom:10px}.popup-support .damage-warp .screen hgroup p{color:#ff4646;font-size:14px}.popup-support .damage-warp .screen .inner-scroll{height:700px;overflow-y:auto;overflow-x:hidden;padding-right:10px}.popup-support .damage-warp .screen .inner-scroll>p{line-height:1.5;margin-bottom:40px}.popup-support .damage-warp .btn-set .btn-line{width:220px}.popup-support .damage-warp .btn-set .btn-blue{width:390px}.popup-support .confirm-warp{width:500px;position:absolute;left:50%;top:50%;z-index:101;transform:translate(-50%,-50%)}.popup-support .confirm-warp .screen{padding:30px;background-color:var(--white);border-radius:30px;overflow:hidden}.popup-support .confirm-warp .screen hgroup{position:relative;text-align:center;padding-top:30px}.popup-support .confirm-warp .screen hgroup h1{font-size:30px;font-weight:var(--fw-700);letter-spacing:-2px;padding-bottom:10px;line-height:1.2}.popup-support .confirm-warp .screen .info{position:relative;font-size:18px;text-align:center;line-height:1.4;padding-bottom:220px}.popup-support .confirm-warp .screen .info:after{content:"";position:absolute;left:50%;top:90px;z-index:1;transform:translateX(-50%);width:120px;height:120px;border-radius:50%;background:#f0f0f0 url(/images/common/ico_confirm.svg) no-repeat 50%;background-size:55px 62px}.popup-support .confirm-warp .btn-set{display:flex;justify-content:center}.popup-support .confirm-warp .btn-set .btn-blue{width:400px}.qa_list>ul>li{margin-bottom:60px}.qa_list>ul>li dl dt{font-size:18px;padding-left:40px;position:relative;line-height:1.4}.qa_list>ul>li dl dt:before{content:"";position:absolute;left:0;top:0;z-index:1;width:30px;height:30px;border-radius:50%;background:var(--black) url(/images/common/ico_q.svg) no-repeat center center}.qa_list>ul>li>dl>dd{display:flex;padding-left:40px;margin-top:20px}.qa_list>ul>li>dl>dd>label{font-size:18px;width:55px;display:flex;align-items:center}.qa_list>ul>li>dl>dd>input::-moz-placeholder{color:var(--gray)}.qa_list>ul>li>dl>dd>input:-ms-input-placeholder{color:var(--gray)}.qa_list>ul>li>dl>dd>input::placeholder{color:var(--gray)}.qa_list>ul>li>dl>dd>input[type=text]{border:none;border-bottom:1px solid var(--gray);border-radius:0;padding-left:0}.qa_list>ul>li>dl>dd>.filter-menu{height:30px;margin:0}.qa_list>ul>li>dl>dd>.filter-menu ul li{margin-right:0}.qa_list>ul>li>dl>dd>.filter-menu ul li label{font-size:18px;margin-right:40px;color:var(--black)}.label-set ul{display:flex;align-items:center}.label-set ul li label{font-size:18px;margin-right:40px}.select-box{width:100%}.select-box ul{width:100%;display:flex;align-items:center;justify-content:space-between}.select-box ul li select{width:260px;height:50px;display:flex;align-items:center;padding-left:20px;border-radius:10px;border:1px solid var(--gray)}.text-area{width:100%;position:relative}.text-area textarea{padding:2%}.text-area span{color:var(--gray);font-size:12px;position:absolute;right:10px;bottom:15px;z-index:1}.select-date{width:100%}.select-date input[type=date]{width:100%;border:1px solid var(--gray);height:50px;font-size:var(--G-font);box-sizing:border-box;border-radius:10px}.popup-window,.popup-window .pop-warp{width:400px;height:540px}.popup-window .pop-warp .screen{position:relative;width:inherit;height:500px}.popup-window .pop-warp .screen a{display:block;width:200px;height:50px;position:absolute;left:50%;bottom:40px;z-index:101;transform:translateX(-50%);text-indent:-9999em;overflow:hidden}.popup-window .pop-warp .pop-btnset{display:flex;align-items:center;height:40px;padding:0 0 0 20px;background-color:#f5f5f5}.popup-window .pop-warp .pop-btnset input[type=checkbox]{width:20px;height:20px;border:0;margin-right:10px}.popup-window .pop-warp .pop-btnset label{font-size:14px;color:#666}.popup-window .pop-warp .pop-btnset button.btnClose{height:inherit;font-size:14px;color:#666;font-weight:var(--fw-500);margin-left:auto;padding:0 20px}.popup-agree{width:360px}.popup-agree .pop-warp h1{padding:15px 0 0 15px}.popup-agree .pop-warp h1 a{display:block;width:160px;height:24px;background:url(/images/common/logo.svg) no-repeat top;overflow:hidden;text-indent:-9999em;background-size:cover}.popup-agree .pop-warp .screen{padding:50px 30px 30px}.popup-agree .pop-warp .screen h2{margin-bottom:30px;border-bottom:1px solid #999;padding-bottom:10px}.popup-agree .pop-warp .screen ul{margin-bottom:30px}.popup-agree .pop-warp .screen ul li{position:relative;padding:5px 0 5px 10px;line-height:1.5}.popup-agree .pop-warp .screen ul li:before{content:"";display:inline-block;width:3px;height:3px;position:absolute;left:0;top:15px;background-color:var(--black);border-radius:50%}.popup-agree .pop-warp .screen p{font-size:14px;line-height:1.5}.popup-agree .pop-warp .screen .btn-single{padding-top:110px}.popup-agree .pop-warp .screen .btn-single a{width:300px;height:50px}.btn-more{display:block;font-size:0;width:30px;height:30px;position:absolute;right:0;top:50%;background-color:#fff;border:1px solid #ddd;border-radius:50%;overflow:hidden;transform:translateY(-50%);text-indent:-9999em;box-sizing:border-box;transition:all .2s ease-in-out}.btn-more:after,.btn-more:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background-color:var(--gray)}.btn-more:before{width:10px;height:1px}.btn-more:after{width:1px;height:10px}.btn-more:hover{height:40px;border-radius:15px;background-color:var(--blue);box-shadow:0 6px 6px 2px rgba(34,92,197,.25);border:none}.btn-more:hover:after,.btn-more:hover:before{background-color:var(--white)}.btn-close{display:block;font-size:0;width:30px;height:30px;position:absolute;right:-60px;top:0;background-color:#fff;border:1px solid var(--gray);border-radius:50%;overflow:hidden;text-indent:-9999em;box-sizing:border-box;transition:all .2s ease-in-out}.btn-close:after,.btn-close:before{content:"";position:absolute;left:50%;top:50%;background-color:var(--gray);margin-left:-5px}.btn-close:before{width:10px;height:1px;transform:rotate(45deg)}.btn-close:after{width:10px;height:1px;transform:rotate(-45deg)}.btn-close:hover{height:40px;border-radius:42%;background-color:var(--blue);box-shadow:0 6px 6px 2px rgba(34,92,197,.25);border:none}.btn-close:hover:after,.btn-close:hover:before{background-color:var(--white)}.btn-top{position:fixed;left:50%;bottom:100px;z-index:100;transform:translateX(650px);opacity:0;visibility:visible;transition:opacity .2s ease-in-out}.btn-top.add{position:absolute;bottom:500px}.btn-top.active{opacity:1;visibility:visible}.btn-top button{display:flex;justify-content:center;width:30px;height:40px;background-color:var(--blue);border-radius:15px;font-size:11px;color:var(--white);font-weight:var(--fw-300);letter-spacing:normal;cursor:pointer}.btn-top span{display:inline-block;padding-top:15px}.btn-top button:before{content:"";width:0;height:0;border-left:3px solid transparent;border-bottom:5px solid var(--white);border-right:3px solid transparent;position:absolute;top:10px}.pagination{margin:50px 0 0 30px}.pagination ul{display:flex}.pagination ul li.page-item a{display:flex;align-items:center;justify-content:center;color:var(--gray);width:40px;height:40px;margin:0 5px;background-color:var(--white);border-radius:50%}.pagination ul li.end a,.pagination ul li.first a,.pagination ul li.next a,.pagination ul li.prev a{border:1px solid #eee;text-indent:-99999em}.pagination ul li.first a{background:url(/images/common/ico_pn_first.svg) no-repeat 50%}.pagination ul li.end a{background:url(/images/common/ico_pn_end.svg) no-repeat 50%}.pagination ul li.prev a{background:url(/images/common/ico_pn_prev.svg) no-repeat 50%}.pagination ul li.next a{background:url(/images/common/ico_pn_next.svg) no-repeat 50%}.pagination ul li a:hover{background-color:#f7f7f7}.pagination ul li.active a{background-color:var(--black);color:var(--white)}.number_01,.number_02,.number_03{position:relative}.number_01:before,.number_02:before,.number_03:before{font-size:var(--G-font);width:30px;height:30px;position:absolute;left:0;top:0;z-index:1;background-color:var(--black);color:#fff;font-weight:var(--fw-700);text-align:center;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.number_01:before{content:"1"}.number_02:before{content:"2"}.number_03:before{content:"3"}.num-list>li{position:relative;text-indent:-10px;line-height:1.8;padding:3px 0 3px 20px}.num-list>li>strong{font-weight:var(--fw-400)}.num-list>li span.point_01{color:#5397fd;font-weight:var(--fw-700)}.num-list>li span.gray{color:var(--gray);font-weight:var(--fw-400);font-size:14px;display:inline-block;padding:0 0 20px 10px}.num-list>li:before{display:inline-block;padding-right:5px}.num-list>li:first-child:before{content:"①"}.num-list>li:nth-child(2):before{content:"②"}.num-list>li:nth-child(3):before{content:"③"}.num-list>li:nth-child(4):before{content:"④"}.num-list>li:nth-child(5):before{content:"⑤"}.num-list>li:nth-child(6):before{content:"⑥"}.num-list>li:nth-child(7):before{content:"⑦"}.num-list>li:nth-child(8):before{content:"⑧"}.num-list>li:nth-child(9):before{content:"⑨"}.num-list>li:nth-child(10):before{content:"⑩"}.num-list>li>ul{padding:20px 0}.num-list>li>ul>li{padding:5px 0 5px 15px}.error-warpper{display:flex;justify-content:center;height:100vh;background:url(/images/error/bg_error.jpg) no-repeat}.error-warpper .error-page{padding-top:160px;text-align:center;color:var(--white)}.error-warpper .error-page h1{position:relative;font-size:40px;font-weight:var(--fw-700);padding-top:160px}.error-warpper .error-page h1:after{content:"";position:absolute;left:50%;top:0;z-index:1;transform:translateX(-50%);width:130px;height:130px;border-radius:50%;background:#f1f1f1 url(/images/error/ico_error.svg) no-repeat 50%}.error-warpper .error-page p{padding-top:20px;line-height:1.5}.error-warpper .error-page p.font_14,.error-warpper .error-page p.font_16{opacity:.8;font-weight:var(--fw-300)}.error-warpper .error-page dl.time{padding:30px 0 10px}.error-warpper .error-page dl dt{font-size:14px;padding:10px 0}.error-warpper .error-page dl dd{font-size:20px}.error-warpper .error-page .btn-set{width:410px;margin-top:27px}.error-warpper .error-page .btn-set a{width:200px;height:60px;display:flex;align-items:center;justify-content:center}.error-warpper .error-page .btn-set a.prev{color:var(--white);border:1px solid #c7c7c7;background-color:hsla(0,0%,100%,.2);border-radius:30px}.error-warpper .error-page .btn-set a.home{color:var(--black);background-color:var(--white);border-radius:30px}:root{--black:#000;--white:#fff;--gray:#999;--purple:#7747ff;--blue:#225cc5;--G-width:1240px;--S-width-960:960px;--S-width-900:900px;--M-blur:blur(10px);--G-font:16px;--fw-300:300;--fw-400:400;--fw-500:500;--fw-700:700}body,html{overflow-x:hidden}.main-warpper{height:100vh}.warpper{position:relative}.warpper.hLock{height:100vh;position:static}.header{position:relative;height:100px}.header .inner{width:var(--G-width);height:inherit;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.header .inner h1 a{display:block;width:300px;height:45px;background:url(/images/common/logo.svg) no-repeat top;overflow:hidden;text-indent:-9999em}.navi{height:100px}.navi+.bg{position:absolute;left:0;top:100px;z-index:1;width:100%;height:0;background-color:var(--white);border-top:1px solid #ddd;box-sizing:border-box;overflow:hidden;transition:height .1s ease-in-out}.navi:hover+.bg{height:86px}.navi ol{width:inherit;display:flex;align-items:center}.navi ol,.navi ol>li,.navi ol>li>a{height:inherit}.navi ol>li>a{position:relative;font-size:20px;font-weight:var(--fw-500);display:flex;align-items:center;margin:0 20px}.navi ol>li>a:after{content:"";width:100%;height:4px;position:absolute;right:0;bottom:0;z-index:1;background-color:var(--blue);transition:width .2s ease-in-out;opacity:0}.navi ol>li>a.active:after,.navi ol>li>a:hover:after{opacity:1}.navi ol li a+.depth{width:var(--G-width);visibility:hidden;height:86px;overflow:hidden;position:absolute;left:50%;top:100px;z-index:10;transform:translateX(-50%);opacity:0;transition:opacity .1s ease-in-out;display:inline-flex}.navi ol li:hover a+.depth{opacity:1;visibility:visible}.navi ol li a+.depth ul{height:inherit;display:flex;align-items:center;position:absolute;right:0;top:0;z-index:10}.navi ol li a+.depth ul li{height:inherit;padding:0 15px}.navi ol li a+.depth ul li a{display:block;height:inherit;display:flex;justify-content:center;align-items:center;font-size:18px;color:var(--gray)}.navi ol li a+.depth ul li a:hover{color:var(--black);font-weight:var(--fw-400)}.navi ol li:first-child a+.depth ul{right:250px}.navi ol li:nth-child(2) a+.depth ul{right:300px}.navi ol li:nth-child(3) a+.depth ul{right:180px}.navi ol li:nth-child(4) a+.depth ul{right:100px}.addSlide{animation:slideDown .3s ease-in-out forwards}@keyframes slideDown{0%{height:0}to{height:86px}}.main{position:relative}.footer .inner,.main .inner{position:relative;width:var(--G-width);height:inherit;margin:0 auto}.main-visual{position:relative;height:800px;background:url(/images/main/main_visual.jpg) no-repeat top}.main-visual h2{font-size:56px;color:var(--white);font-weight:var(--fw-700);padding:100px 0 40px;text-align:center;line-height:1.2}.main-visual .info{width:820px;margin:0 auto}.main-visual .info ul{display:flex;justify-content:space-between}.main-visual .info ul li{position:relative;width:260px;height:200px;border-radius:20px;overflow:hidden}.main-visual .info ul li:before{content:"";position:absolute;left:0;top:0;right:0;bottom:0}.main-visual .info ul li:first-child:before{background:url(/images/main/bg_blur_01.png) no-repeat 0 0}.main-visual .info ul li:nth-child(2):before{background:url(/images/main/bg_blur_02.png) no-repeat 0 0}.main-visual .info ul li:nth-child(3):before{background:url(/images/main/bg_blur_03.png) no-repeat 0 0}.main-visual .info ul li a{display:block;width:inherit;height:inherit;position:absolute;left:0;top:0;z-index:1;border-radius:20px;overflow:hidden}.main-visual .info ul li a:after{content:"";width:100%;height:inherit;position:absolute;left:0;top:0;z-index:-1;background-color:var(--blue);opacity:0;transition:opacity .2s ease-in-out}.main-visual .info ul li a:hover:after{background-color:var(--blue);opacity:1}.main-visual .info ul li dl{position:relative;color:var(--white);padding:112px 30px 30px}.main-visual .info ul li dl:after{content:"";position:absolute;left:30px;top:30px;z-index:1;width:60px;height:60px;border-radius:50%;transition:background .5s ease-in-out}.main-visual .info ul li dl dt{font-size:20px;font-weight:var(--fw-500);padding-bottom:15px}.main-visual .info ul li dl dd{font-size:var(--G-font);opacity:.5}.main-visual .info ul li:first-child dl:after{background:#a4e8bb url(/images/main/ico_fraud.svg) no-repeat 50%}.main-visual .info ul li:nth-child(2) dl:after{background:#a5a4e8 url(/images/main/ico_edu.svg) no-repeat 50%}.main-visual .info ul li:nth-child(3) dl:after{background:#f4b88b url(/images/main/ico_report.svg) no-repeat 50%}.main-visual .info ul li:first-child a:hover dl:after{background:#fff url(/images/main/ico_fraud_on.svg) no-repeat 50%}.main-visual .info ul li:nth-child(2) a:hover dl:after{background:#fff url(/images/main/ico_edu_on.svg) no-repeat 50%}.main-visual .info ul li:nth-child(3) a:hover dl:after{background:#fff url(/images/main/ico_report_on.svg) no-repeat 50%}.main-visual .notice{width:760px;margin:40px auto;color:var(--white);display:flex;justify-content:space-between;align-items:center;border-top:1px solid hsla(0,0%,100%,.5)}.main-visual .notice h3{position:relative;width:100px;font-size:var(--G-font);font-weight:var(--fw-700)}.main-visual .notice .notice-slide{width:600px;height:48px;overflow:hidden}.main-visual .notice .notice-slide .swiper-container{height:inherit}.main-visual .notice .notice-slide .swiper-slide{display:flex;justify-content:space-between;align-items:center}.main-visual .notice .notice-slide .swiper-slide a{display:block;color:var(--white);padding-left:22px}.main-visual .notice .notice-slide .swiper-slide a.new{background:url(/images/common/ico_new.svg) no-repeat 0 0}.main-visual .notice .notice-slide .swiper-slide a:hover{text-decoration:underline}.main-pos{position:relative}.main-pos:before{content:"";position:absolute;left:0;top:156px;z-index:-1;width:100%;height:256px;background-color:#f7f7f7}.main-movie{position:relative;width:var(--G-width);height:412px;margin:-156px auto 0}.main-movie:after{content:"";position:absolute;left:50%;top:95px;z-index:-1;width:320px;height:240px;background-color:#3c3c3c;transform:translateX(-50%);border-radius:60px;opacity:.6;filter:blur(40px);-o-filter:blur(40px);-ms-filter:blur(40px);-moz-filter:blur(40px);-webkit-filter:blur(40px)}.main-movie .inner,.main-movie .inner video{position:relative;width:454px;height:256px;border-radius:60px;cursor:pointer}.main-movie .inner video{overflow:hidden}.main-movie .inner:before{z-index:1;background-color:var(--blue);opacity:.5}.main-movie .inner:after,.main-movie .inner:before{content:"";position:absolute;left:-1px;top:0;width:118px;height:inherit;border-radius:60px;font-size:0;transition:all .5s ease-out}.main-movie .inner:after{z-index:3;background-color:#fff}.main-movie .inner:hover:before{width:inherit}.main-movie .inner:hover:after{left:336px}.main-movie .inner button{color:var(--white);width:136px;height:50px;border:1px solid #fff;border-radius:60px;position:absolute;left:50%;top:50%;z-index:2;transform:translate(-50%,-50%);transition:all .3s ease-out}.main-movie .inner button:hover{background-color:var(--white);color:var(--black)}section[class^=main-] h2 a{display:block;padding-right:40px}section[class^=main-] h2 .ico-plus{position:absolute;right:0;top:50%;transform:translateY(-40%)}section[class^=main-] h2 a:hover .ico-plus{height:40px;border-radius:15px;background-color:var(--blue);box-shadow:0 6px 6px 2px rgba(34,92,197,.25);border:none}section[class^=main-] h2 a:hover .ico-plus:after,section[class^=main-] h2 a:hover .ico-plus:before{background-color:var(--white)}.main-basic{position:relative;padding:0 0 100px;background-color:#f7f7f7}.main-basic hgroup{text-align:center;margin-bottom:30px}.main-basic hgroup h2{position:relative;display:inline-block}.main-basic hgroup h2 span{font-size:56px;color:var(--black);font-weight:var(--fw-700)}.main-basic hgroup p{font-size:20px;font-weight:var(--fw-500);color:var(--black);text-align:center;margin-top:30px}.main-basic .btn-list{display:flex;justify-content:center;align-items:center}.main-basic .btn-list button{display:flex;align-items:center;height:60px;font-size:var(--G-font);color:var(--gray);border:1px solid #ddd;border-radius:30px;padding:0 30px;margin:0 5px;transition:background-color .3s ease-in-out}.main-basic .btn-list button:hover{color:var(--black);border:1px solid var(--gray)}.main-basic .btn-list button.active{color:var(--white);font-weight:var(--fw-700);border:none}.main-basic .btn-list button:first-child.active{background-color:#5a20ff}.main-basic .btn-list button:nth-child(2).active{background-color:#225cc5}.main-basic .btn-list button:nth-child(3).active{background-color:#e46407}.main-basic .btn-list button:nth-child(4).active{background-color:#54c56d}.main-basic .basic-slide{max-width:1920px;min-width:1240px;overflow:auto;margin:0 auto}.main-basic .basic-slide ul{display:flex;justify-content:flex-start;align-items:center}.main-basic .basic-slide ul>li{margin-right:30px;padding:60px 0 80px}.main-basic .basic-slide .mCSB_scrollTools .mCSB_draggerContainer{background-color:#f7f7f7}.main-basic .basic-slide .mCSB_scrollTools.mCSB_scrollTools_horizontal{width:600px;height:30px;background-color:#fff;margin:0 auto}.main-basic .basic-slide .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{background-color:#f7f7f7;border-radius:10px}.main-basic .basic-slide .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:6px;background-color:#ddd;margin:12px 0}.main-basic .basic-slide .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger:active .mCSB_dragger_bar{background-color:var(--blue)}.main-basic .basic-slide .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{height:6px;background-color:#fff;margin:12px 0}.main-basic .basic-slide .mCSB_horizontal.mCSB_inside>.mCSB_container{margin:0}.content-box{position:relative;width:320px;height:360px;background-color:var(--white);border-radius:30px;overflow:hidden;transition:all .2s ease-in-out}.content-box:hover{margin-top:-20px;box-shadow:0 5px 50px 5px rgba(0,0,0,.2)}.content-box .photo a{display:block;height:200px;overflow:hidden}.content-box .info{padding:20px 30px}.content-box .info dl dt{color:#5a20ff;font-size:12px;font-weight:var(--fw-700);padding-bottom:15px}.content-box .info dl dd{font-weight:var(--fw-500);line-height:1.4}.content-box.type-01 .info dl dt{color:#5a20ff}.content-box.type-02 .info dl dt{color:#225cc5}.content-box.type-03 .info dl dt{color:#e46407}.content-box.type-04 .info dl dt{color:#54c56d}.type-more{position:relative;width:320px;height:360px;background-color:var(--white);border-radius:30px;overflow:hidden;display:flex;justify-content:center;align-items:center;background-color:#eee;border:1px solid #dfdfdf}.type-more button{position:relative;width:120px;height:120px;background-color:var(--white);border-radius:50%;border:1px dashed var(--gray)}.type-more button:after{content:"";width:40px;height:40px;position:absolute;left:50%;top:50%;z-index:1;background:url(/images/main/ico_btn_plus.svg) no-repeat 50%;transform:translate(-50%,-50%)}.type-more span{display:inline-block;margin-top:130px;font-size:var(--G-font);color:var(--gray)}.content-box .view{position:absolute;left:30px;bottom:20px}.content-box .view span{color:#c9c9c9}.content-box .view span,.content-box .view strong{display:inline-block;font-size:12px;font-weight:var(--fw-500)}.content-box .view strong{margin-left:10px}.content-box .sns-more{position:absolute;right:28px;bottom:20px;z-index:1;width:20px;height:20px;background:url(/images/main/ico_btn_sns.svg) no-repeat top;text-indent:-99999em;overflow:hidden}.content-box .sns-btn{visibility:hidden;opacity:0}.content-box .sns-btn.active{visibility:visible;opacity:1}.content-box .sns-btn:before{content:"";width:100%;height:100%;position:absolute;left:0;top:0;z-index:2;background-color:rgba(0,0,0,.3)}.content-box .sns-btn ol{position:absolute;right:10px;bottom:10px;z-index:3;display:flex;justify-content:end;align-items:center}.content-box .sns-btn ol li{position:absolute;right:0;bottom:0;width:40px;height:40px;background-color:#f7f7f7;border-radius:50%;margin-left:10px;transition:all .3s cubic-bezier(.645,.045,.355,1)}.content-box .sns-btn ol li:first-child{z-index:1}.content-box .sns-btn ol li:nth-child(2){z-index:2}.content-box .sns-btn ol li:nth-child(3){z-index:3}.content-box .sns-btn ol li:nth-child(4){z-index:4}.content-box .sns-btn.active ol li:first-child{right:200px}.content-box .sns-btn.active ol li:nth-child(2){right:150px}.content-box .sns-btn.active ol li:nth-child(3){right:100px}.content-box .sns-btn.active ol li:nth-child(4){right:50px}.content-box .sns-btn ol li a{display:block;height:inherit;overflow:hidden;text-indent:-9999em}.content-box .sns-btn ol li button{width:inherit;height:inherit;overflow:hidden;line-height:1000}.content-box .sns-btn ol li:first-child a{background:url(/images/common/ico_kakao.svg) no-repeat 50%}.content-box .sns-btn ol li:nth-child(2) a{background:url(/images/common/ico_facebook.svg) no-repeat 50%}.content-box .sns-btn ol li:nth-child(3) a{background:url(/images/common/ico_twiter.svg) no-repeat 50%}.content-box .sns-btn ol li:nth-child(4) a{background:url(/images/common/ico_link.svg) no-repeat 50%}.content-box .sns-btn ol li:nth-child(5){background-color:var(--blue)}.content-box .sns-btn ol li:nth-child(5) button{background:url(/images/common/ico_x.svg) no-repeat 50%}.main-prevention{position:relative;height:620px;background:url(/images/main/main_prevention.jpg) no-repeat top}.main-prevention hgroup{padding-top:100px;text-align:center}.main-prevention hgroup h2{position:relative;display:inline-block}.main-prevention hgroup h2 span{font-size:56px;color:var(--white);font-weight:var(--fw-700)}.main-prevention hgroup h2 a{right:-40px;top:50%;transform:translateY(-40%)}.main-prevention hgroup p{font-size:20px;font-weight:var(--fw-300);color:var(--white);text-align:center;margin-top:30px}.prevention-list{width:1050px;margin:0 auto;padding-top:60px}.prevention-list ol{height:300px;display:flex;justify-content:space-between;align-items:center}.prevention-list ol>li{width:240px;height:240px;background-color:var(--blue);border-radius:50%;text-align:center;transition:all .2s ease-in-out}.prevention-list ol>li>span{display:inline-block;min-width:60px;font-size:18px;color:var(--white);padding-top:160px;transition:all .2s ease-in-out}.prevention-list ol>li:first-child>span{background:url(/images/main/ico_fishing_01.svg) no-repeat center 65%}.prevention-list ol>li:nth-child(2)>span{background:url(/images/main/ico_fishing_02.svg) no-repeat center 65%}.prevention-list ol>li:nth-child(3)>span{background:url(/images/main/ico_fishing_03.svg) no-repeat center 65%}.prevention-list ol>li:nth-child(4)>span{background:url(/images/main/ico_fishing_04.svg) no-repeat center 65%}.prevention-list ol>li>span+.sub{opacity:0;transition:all .2s ease-in-out}.prevention-list ol>li>span+.sub ul li a{position:relative;display:inline-block;width:90px;line-height:2;text-align:left;opacity:.5}.prevention-list ol>li:hover{height:inherit;border-radius:120px;background-color:var(--white)}.prevention-list ol>li:hover>span{font-size:24px;color:var(--black);font-weight:var(--fw-500);padding-top:120px;letter-spacing:-1px}.prevention-list ol>li:hover:first-child>span{background:url(/images/main/ico_fishing_01_on.svg) no-repeat center 50%}.prevention-list ol>li:hover:nth-child(2)>span{background:url(/images/main/ico_fishing_02_on.svg) no-repeat center 50%}.prevention-list ol>li:hover:nth-child(3)>span{background:url(/images/main/ico_fishing_03_on.svg) no-repeat center 50%}.prevention-list ol>li:hover:nth-child(4)>span{background:url(/images/main/ico_fishing_04_on.svg) no-repeat center 50%}.prevention-list ol>li:hover>span+.sub{opacity:1;padding-top:20px}.prevention-list ol>li:hover>span+.sub ul li:hover a{opacity:1}.prevention-list ol>li:hover>span+.sub ul li:hover a:after{content:"";width:30px;height:30px;position:absolute;right:-10%;top:50%;transform:translateY(-50%);background:url(/images/main/ico_fishing_arrow.svg) no-repeat top;border-radius:50%}.main-damage{position:relative;padding-bottom:120px}.main-damage hgroup{padding:100px 0 60px;text-align:center}.main-damage hgroup h2{position:relative;display:inline-block}.main-damage hgroup h2 span{font-size:56px;color:var(--black);font-weight:var(--fw-700)}.main-damage hgroup h2 a{right:-40px;top:50%;transform:translateY(-40%)}.main-damage hgroup p{font-size:20px;font-weight:var(--fw-400);color:var(--black);text-align:center;margin-top:30px}.main-damage .damage-list ul{display:flex;flex-wrap:wrap;justify-content:space-between}.main-damage .damage-list ul li{width:610px;height:200px;border-radius:30px}.main-damage .damage-list ul li a{display:block;height:inherit}.main-damage .damage-list ul li:first-child{width:var(--G-width);background:#f7f7f7 url(/images/main/main_damage_01.png) no-repeat;margin-bottom:20px}.main-damage .damage-list ul li:nth-child(2){background:var(--purple) url(/images/main/main_damage_02.png) no-repeat 410px center}.main-damage .damage-list ul li:nth-child(3){background:var(--white) url(/images/main/main_damage_03.png) no-repeat 374px center;border:1px solid #eee}.main-damage .damage-list ul li:nth-child(2) dl{color:var(--white)}.main-damage .damage-list dl{padding:40px}.main-damage .damage-list dl dt{font-size:24px;font-weight:var(--fw-700);padding-bottom:20px}.main-damage .damage-list dl dd{font-size:18px;line-height:1.4;font-weight:var(--fw-400)}.main-reference{position:relative;width:1160px;display:flex;justify-content:space-between;align-items:center;margin:0 auto 40px}.main-reference hgroup h2{position:relative;display:inline-block}.main-reference hgroup h2 span{font-size:24px;color:var(--black);font-weight:var(--fw-500)}.ref-slide{position:relative;width:1012px}.ref-slide .swiper-container{width:892px}.ref-slide .swiper-container .swiper-wrapper .swiper-slide a{display:block;height:60px;border:1px solid #ddd;border-radius:30px;font-size:var(--G-font);color:var(--gray);display:flex;align-items:center;justify-content:center;box-sizing:border-box;transition:all .2s ease-in-out}.ref-slide .swiper-container .swiper-wrapper .swiper-slide a:hover{background-color:var(--black);color:var(--white)}.ref-slide .swiper-button-next,.ref-slide .swiper-button-prev{width:30px;height:30px;border-radius:50%;margin:0;transform:translateY(-50%)}.ref-slide .swiper-button-prev{left:0;background:#ddd url(/images/common/ico_arrow_left.svg) no-repeat 50%}.ref-slide .swiper-button-next{right:0;background:#ddd url(/images/common/ico_arrow_right.svg) no-repeat 50%}.ref-slide .swiper-button-next:hover,.ref-slide .swiper-button-prev:hover{height:40px;background-color:var(--blue);border-radius:20px;transition:background-color .2s ease-in-out}.ref-slide .swiper-button-next:after,.ref-slide .swiper-button-prev:after{content:""}.footer{padding:40px 0;border-top:1px solid #ddd;box-sizing:border-box}.foot-menu{display:flex;justify-content:space-between}.foot-menu p{width:201px;height:30px;background:url(/images/common/foot_logo.svg) no-repeat top;overflow:hidden;text-indent:-9999em}.foot-menu ol{width:870px;display:flex;justify-content:space-between;margin:5px 40px 0 0}.foot-menu ol>li>a{display:block;font-size:20px;font-weight:var(--fw-500);padding-bottom:20px}.foot-menu ol>li>ul li a{display:block;font-size:14px;color:var(--gray);padding-bottom:15px;transition:color .2s ease-in-out}.foot-menu ol>li>ul li a:hover{color:var(--black)}.foot-info{width:910px;margin:60px 0 30px 330px;display:flex;justify-content:space-between}.foot-info .information{height:40px}.foot-info .information ul{width:350px;height:inherit;display:flex;justify-content:space-between;align-items:center}.foot-info .information ul li a{display:block;color:var(--gray);font-weight:var(--fw-300)}.foot-info .information ul li:nth-child(2) a{color:var(--black);font-weight:var(--fw-500)}.foot-info .sns ul{width:140px;display:flex;justify-content:space-between}.foot-info .sns ul li{width:40px;height:40px;background-color:#f7f7f7;border-radius:50%;transition:all .2s ease-in-out}.foot-info .sns ul li:hover{background-color:#ededed}.foot-info .sns ul li a{display:block;height:inherit;overflow:hidden;text-indent:-9999em}.foot-info .sns ul li:first-child a{background:url(/images/common/ico_facebook.svg) no-repeat 50%}.foot-info .sns ul li:nth-child(2) a{background:url(/images/common/ico_blog.svg) no-repeat 50%}.foot-info .sns ul li:nth-child(3) a{background:url(/images/common/ico_youtube.svg) no-repeat 50%}.foot-reference{position:absolute;right:0;top:335px;z-index:1}.foot-reference button{font-size:14px;width:180px;height:42px;background-color:#f7f7f7;border-radius:20px;text-align:left;transition:all .2s}.foot-reference button:after{content:"";width:10px;height:7px;position:absolute;right:20px;top:18px;z-index:1;background:url(/images/common/ico_arrow_up.svg) no-repeat 50%}.foot-reference button span{display:inline-block;padding-left:20px}.foot-reference.active button{background-color:#454545;color:var(--white)}.foot-reference.active button:after{background:url(/images/common/ico_arrow_down.svg) no-repeat 50%}.foot-reference .site-layer{position:absolute;right:0;bottom:52px;z-index:1;width:312px;height:267px;background-color:var(--black);border-radius:30px;display:flex;justify-content:space-between;border:1px solid #ddd;box-sizing:border-box;padding:30px;visibility:hidden;opacity:0;transition:opacity .2s}.foot-reference.active .site-layer{opacity:1;visibility:visible}.foot-reference .site-layer .list ul{margin-top:20px}.foot-reference .site-layer .list ul li{line-height:1.2;padding-bottom:10px}.foot-reference .site-layer .list dl dt{font-size:12px;color:var(--white);font-weight:var(--fw-700)}.foot-reference .site-layer .list dl dd a{font-size:14px;color:var(--gray);font-weight:var(--fw-400);transition:all .2s}.foot-reference .site-layer .list dl dd a:hover{color:var(--white);text-decoration:underline}.foot-reference .site-layer .list:last-child dl{margin-bottom:30px}.foot-reference .site-layer .list:last-child dl dt{margin-bottom:15px;padding-right:40px}.foot-reference .site-layer .list:last-child dl:first-child dt{background:url(/images/common/ico_flag_01.svg) no-repeat 100%}.foot-reference .site-layer .list:last-child dl:nth-child(2) dt{background:url(/images/common/ico_flag_02.svg) no-repeat 100%}.foot-reference .site-layer .list:last-child dl:nth-child(3) dt{background:url(/images/common/ico_flag_03.svg) no-repeat 100%}.footer .address,.footer .copyright{font-size:14px;color:var(--gray);font-weight:var(--fw-300);margin:0 0 10px 330px;line-height:1.4}.sub-main{position:relative;padding:80px 0 150px}.sub-main hgroup{width:var(--S-width-960);margin:0 auto}.sub-main hgroup h2{position:relative;display:inline-block;font-size:40px;font-weight:var(--fw-500);line-height:1.4}.sub-main hgroup h2 span{font-size:60px;font-weight:var(--fw-700)}.sub-main hgroup p{font-size:20px;font-weight:var(--fw-500);margin-top:20px}.sub-contents{width:var(--S-width-960);margin:0 auto}.sub-contents h3{font-size:40px;font-weight:var(--fw-700);letter-spacing:-2px}.sub-contents h4{font-size:30px;font-weight:var(--fw-500);margin:60px 0 20px;letter-spacing:-2px}.sub-contents p{font-weight:var(--fw-400);line-height:2;letter-spacing:-.6px}.sub-contents p strong{font-weight:var(--fw-700)}.sub-contents p strong.point-01{font-size:24px}.sub-contents p.h3_tit{font-size:var(--G-font)}.sub-main.w900 .sub-contents,.sub-main.w900 hgroup{width:var(--S-width-900);margin:0 auto}.caution-box{margin:30px 0 60px}.caution-box .desc.high{font-weight:var(--fw-500)}.caution-box .desc.high,.caution-box .desc.medium{font-size:16px;line-height:24px;color:var(--black)}.caution-box .desc.low,.caution-box .desc.medium{font-weight:var(--fw-400)}.caution-box .desc.low{font-size:14px;line-height:24px;color:var(--gray)}.board-list{border-top:1px solid var(--black);margin-top:30px}.board-list ul li a{display:flex;align-items:center;border-bottom:1px solid #ddd;padding:40px 30px}.board-list ul li a p.tit,.board-list ul li a p.tit_edu{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:30px}.board-list ul li a p.tit_edu{width:400px}.board-list ul li a:hover{background-color:#f9f9f9}.board-list ul li a:hover p{font-weight:var(--fw-500);text-decoration:underline}.board-list.research-list ul li a{padding-top:0;padding-bottom:0;height:112px}.board-list.research-list ul li a p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-overflow:unset;white-space:normal}.board-list ul li span{display:inline-block;line-height:2}.board-list ul li span.date{color:var(--gray);margin-left:auto}.board-list ul li span.logo{min-width:170px;font-size:18px}.board-list ul li span.ico-note{min-width:100px;font-size:16px;background:url(/images/edu/ico_note.svg) no-repeat 0;padding-left:35px}.board-list ul li span.ico-global{min-width:100px;font-size:16px;background:url(/images/edu/ico_global.svg) no-repeat 0;padding-left:35px}.board-list ul li span.ico-law{min-width:100px;font-size:16px;background:url(/images/edu/ico_law.svg) no-repeat 0;padding-left:35px}.board-list ul li span.ico-guidance{min-width:100px;font-size:16px;background:url(/images/edu/ico_guidance.svg) no-repeat 0;padding-left:35px}.board-list ul li span.ico-research{min-width:100px;font-size:16px;background:url(/images/edu/ico_research.svg) no-repeat 0;padding-left:35px}.board-list ul li button.ico-preview{min-width:100px;font-size:16px;background:url(/images/edu/ico_preview.svg) no-repeat 0;padding-left:15px}.board-list ul li button.ico-download{min-width:100px;font-size:16px;background:url(/images/edu/ico_download.svg) no-repeat 0;padding-left:15px}.board-list ul li p.ico-notice{background:url(/images/common/ico_notice.svg) no-repeat 0;padding-left:55px}.board-list ul li p.ico-new{background:url(/images/common/ico_new.svg) no-repeat 0;padding-left:25px}.board-view{margin-top:60px}.board-view p{font-size:var(--G-font)}.board-view img{display:block;margin:40px 0}.view-page{margin:100px 0 0}.view-page .page-item{height:50px;display:flex;align-items:center;margin-bottom:10px;background-color:var(--white);border-radius:30px;border:1px solid #eee}.view-page .page-item span{display:block;color:var(--gray);margin-left:25px;padding-left:30px;min-width:48px}.view-page .page-item.prev span{background:url(/images/common/ico_up_off.svg) no-repeat 0}.view-page .page-item.next span{background:url(/images/common/ico_down_off.svg) no-repeat 0}.view-page .page-item p{display:block;color:var(--gray);padding:0 40px 0 60px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.view-page .page-item:hover{background-color:#f7f7f7}.view-page .page-item:hover span{color:var(--black)}.view-page .page-item.prev:hover span{background:url(/images/common/ico_up_on.svg) no-repeat 0}.view-page .page-item.next:hover span{background:url(/images/common/ico_down_on.svg) no-repeat 0}.view-page .page-item:hover p{color:var(--black)}.view-page .btn-list a{height:50px;display:flex;align-items:center;justify-content:center;color:var(--white);margin-top:30px;background-color:var(--black);border-radius:30px;font-weight:var(--fw-500)}.view-page .btn-list a:hover{background-color:#454545}.tab-menu{width:var(--S-width-960);margin:0 auto;padding-top:40px}.tab-menu ul{display:flex}.tab-menu ul li{height:60px;margin-right:10px}.tab-menu ul li a{height:inherit;display:flex;align-items:center;padding:0 30px;border-radius:30px;background-color:var(--white);transition:all .2s}.tab-menu ul li a:hover,.tab-menu ul li.active a{color:var(--white);background-color:var(--blue)}.tab-list{margin-top:90px;height:60px;overflow:hidden;transition:height .2s}.tab-list.active{height:120px}.tab-list ul{height:60px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ddd;box-sizing:border-box}.tab-list ul li{width:100%;height:100%}.tab-list ul li,.tab-list ul li a{position:relative;display:flex;justify-content:center;align-items:center}.tab-list ul li a{width:inherit;font-size:20px;height:inherit;color:var(--gray);font-weight:var(--fw-400);transition:all .2s}.tab-list ul+ul{justify-content:flex-start}@keyframes expend{0%{height:60px}to{height:120px}}.tab-list ul li a:after{content:"";width:100%;height:4px;position:absolute;right:0;bottom:0;z-index:1;background-color:var(--blue);transition:width .2s ease-in-out;opacity:0}.tab-list ul li a:hover,.tab-list ul li.active a{color:var(--black)}.tab-list ul li a:hover:after,.tab-list ul li.active a:after{opacity:1}.tab-list ul li button{position:relative;width:40px;height:40px;border:1px solid #ddd;border-radius:50%;background:url(/images/common/ico_tab_down.svg) no-repeat center 60%;box-shadow:0 10px 20px 5px rgba(0,0,0,.1);transition:border .2s,background .2s}.tab-list ul li button.active{border:1px solid #454545;background:#454545 url(/images/common/ico_tab_up.svg) no-repeat 50%;box-shadow:0 0 0 0}.tab-content{display:none;margin-top:60px}.tab-content.active{display:block}.filter-menu{height:50px;margin:60px 0 40px;display:flex;justify-content:space-between}.filter-menu ul{display:flex;height:inherit;align-items:center}.filter-menu ul li{margin-right:20px}.filter-menu .search-box{position:relative;display:flex;height:inherit;align-items:center}.filter-menu .search-box input{border:1px solid var(--gray);border-radius:10px;font-size:var(--G-font);box-sizing:border-box}.filter-menu .search-box input::-moz-placeholder{color:var(--gray)}.filter-menu .search-box input:-ms-input-placeholder{color:var(--gray)}.filter-menu .search-box input::placeholder{color:var(--gray)}.filter-menu .search-box input[type=text]{width:280px;padding:0 50px 0 10px}.filter-menu .search-box button{width:25px;height:25px;border:none;position:absolute;right:20px;top:50%;z-index:1;transform:translateY(-50%);background:url(/images/common/ico_search.svg);background-size:cover;overflow:hidden;text-indent:-9999em}.list-box{width:920px;margin-left:-10px}.list-box ul{display:flex;flex-wrap:wrap}.list-box ul li{margin:0 10px 30px}.list-box ul li a{position:relative;display:block;width:286px;height:306px;background-color:var(--white);border-radius:30px;overflow:hidden;transition:all .2s ease-in-out}.list-box ul li a:hover{box-shadow:0 5px 50px 5px rgba(0,0,0,.2)}.list-box .photo{display:block;height:160px;overflow:hidden}.list-box .info{height:146px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;border:1px solid #ddd;border-top:none;box-sizing:border-box;overflow:hidden}.list-box .info dl{position:relative;margin:20px 30px}.list-box .info dl dt{font-size:12px;font-weight:var(--fw-700);padding-bottom:15px;height:32px}.list-box .info dl dt+dd{position:absolute;right:0;top:0;font-size:12px;font-weight:var(--fw-400);background:url(/images/common/ico_timer.svg) no-repeat 0 0;padding-left:20px}.list-box .info dl dd{font-weight:var(--fw-400);line-height:1.4;overflow:hidden;text-overflow:ellipsis;height:45px;display:-webkit-box;white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical}.list-box .info .date{display:flex;justify-content:space-between;margin:0 30px}.list-box .info .date span{color:var(--gray);font-size:12px}.list-box .info .date strong{font-size:12px}.protect-invest .sub-visual{height:400px;background:url(/images/protection/img_visual_investment.jpg) no-repeat top;margin:30px 0 60px}.protect-invest .invest_01 h3{line-height:1.4}.protect-invest .invest_01 p{padding:20px 0 0}.protect-invest .invest_01 .img-list{padding:40px 0 60px}.protect-main{padding-top:0}.protect-main .sub-contents .contents{width:var(--S-width-900);margin:0 auto}.protect-main .sub-visual{height:400px;background:url(/images/protection/img_visual_protection.jpg) no-repeat top;background-size:cover}.protect-main .sub-visual hgroup{padding-top:150px;color:var(--white)}.protect-main .sub-visual hgroup p{font-weight:var(--fw-400)}.protect-main .about_01 p img{display:block;margin-top:60px}.protect-main .about_02 h4{margin-top:100px;margin-bottom:30px}.protect-main .about_02 ul{border-top:1px solid #ddd}.protect-main .about_02 ul li{height:140px;border-bottom:1px solid #ddd}.protect-main .about_02 ul li dl{position:relative;padding:20px 0 0 80px;line-height:1.4}.protect-main .about_02 ul li dl dt{font-size:18px;font-weight:var(--fw-500);padding-bottom:10px}.protect-main .about_02 ul li dl dd{padding-left:10px}.protect-main .about_02 ul li dl:before{content:"";position:absolute;left:0;top:20px;z-index:1;width:60px;height:60px;background-color:#f8f8f8;border-radius:50%;background-repeat:no-repeat;background-position:50%}.protect-main .about_02 ul li:first-child dl:before{background-image:url(/images/protection/ico_phishing_01.svg)}.protect-main .about_02 ul li:nth-child(2) dl:before{background-image:url(/images/protection/ico_phishing_02.svg)}.protect-main .about_02 ul li:nth-child(3) dl:before{background-image:url(/images/protection/ico_phishing_03.svg)}.protect-main .about_02 ul li:nth-child(4) dl:before{background-image:url(/images/protection/ico_phishing_04.svg)}.protect-main .about_02 ul li:nth-child(5) dl:before{background-image:url(/images/protection/ico_phishing_05.svg)}.protect-main .about_02 ul li:nth-child(6) dl:before{background-image:url(/images/protection/ico_phishing_06.svg)}.protect-main .about_02 ul li:nth-child(7) dl:before{background-image:url(/images/protection/ico_phishing_07.svg)}.protect-main .about_02 ul li:nth-child(8) dl:before{background-image:url(/images/protection/ico_phishing_08.svg)}.protect-main .about_02 ul li:nth-child(9) dl:before{background-image:url(/images/protection/ico_phishing_09.svg)}.protect-main .case_01,.protect-main .case_02,.protect-main .case_03{padding-bottom:40px}.protect-main .case_01>p{font-size:18px;font-weight:var(--fw-500)}.protect-main .case_01 .img-box{margin-top:40px}.protect-main .case_01 .img-box ol li{display:flex;align-items:center;justify-content:space-around;border:1px solid #ddd;border-radius:30px;margin-bottom:20px;padding:40px 0}.protect-main .case_01 .img-box ol li.gray{background-color:#f0f2f5}.protect-main .case_01 .img-box ol li p{position:relative;padding-top:40px;line-height:1.4}.protect-main .case_02>p{font-size:18px}.protect-main .case_02 .img-box{margin-top:40px;border:1px solid #ddd;border-radius:30px}.protect-main .case_02 .img-box ol{display:flex;align-items:flex-start;justify-content:space-between;padding:50px 80px}.protect-main .case_02 .img-box ol li p{position:relative;height:50px;padding-left:40px;line-height:1.4;padding-top:3px;margin-bottom:20px}.protect-main .case_02 .info-list{margin-top:40px}.protect-main .case_02 .info-list ol li{margin-bottom:20px;line-height:1.8}.protect-main .case_02 .info-list ol li p{position:relative;padding-left:30px}.protect-main .case_02 .info-list ol li p:before{width:20px;height:20px;font-size:12px;top:5px}.protect-main .case_03 .img-box{height:450px;margin-top:40px;border:1px solid #ddd;border-radius:30px;display:flex;align-items:center;justify-content:center}.protect-main .case_04>p{font-size:18px}.protect-main .case_04 .img-box{margin-top:40px}.protect-main .case_04 .img-box ol li{text-align:center;padding:50px 0;border:1px solid #ddd;border-radius:30px;margin-bottom:20px}.protect-main .case_04 .img-box ol li p{position:relative;line-height:1.4;text-align:left}.protect-main .case_04 .img-box ol li p:before{top:5px}.protect-main .case_04 .img-box ol li:first-child{display:flex;align-items:center;justify-content:space-around}.protect-main .case_04 .img-box ol li:first-child p{padding-top:40px}.protect-main .case_04 .img-box ol li:nth-child(2) p,.protect-main .case_04 .img-box ol li:nth-child(3) p{padding-left:40px;margin:60px 0 0 40px}.protect-main [class^=case_] figure.img-box img{width:100%}.protect-main [class^=case_] figure.img-box+figure.img-box{margin-top:20px}.protect-main .preventive_01 hgroup p,.protect-main .preventive_02 hgroup p,.protect-main .preventive_03 hgroup p,.protect-main .preventive_04 hgroup p,.protect-main .preventive_05 hgroup p{font-size:18px}.protect-main .preventive_02 h3,.protect-main .preventive_03 h3,.protect-main .preventive_05 h3{margin-top:100px}.protect-main .preventive_01 ul li{border-bottom:1px solid #ddd;padding:60px 0}.protect-main .preventive_01 ul li dl{position:relative;padding-left:80px}.protect-main .preventive_01 ul li dl dt{height:60px;font-size:30px;font-weight:var(--fw-500);letter-spacing:-2px;margin-bottom:20px;display:flex;align-items:center}.protect-main .preventive_01 ul li dl dd{line-height:2;margin-bottom:20px}.protect-main .preventive_01 ul li dl dd strong{font-weight:var(--fw-700)}.protect-main .preventive_01 ul li dl dt:before{content:"";position:absolute;left:0;top:0;z-index:1;width:60px;height:60px;background-color:#f8f8f8;border-radius:50%;background-repeat:no-repeat;background-position:50%}.protect-main .preventive_01 ul li:first-child dl dt:before{background-image:url(/images/protection/ico_phishing_02.svg)}.protect-main .preventive_01 ul li:nth-child(2) dl dt:before{background-image:url(/images/protection/ico_phishing_03.svg)}.protect-main .preventive_01 ul li:nth-child(3) dl dt:before{background-image:url(/images/protection/ico_phishing_04.svg)}.protect-main .preventive_01 ul li:nth-child(4) dl dt:before{background-image:url(/images/protection/ico_phishing_10.svg)}.protect-main .preventive_02>ul>li{border-bottom:1px solid #ddd;padding:60px 0}.protect-main .preventive_02>ul>li dl{position:relative;padding-left:80px}.protect-main .preventive_02>ul>li dl dt{height:60px;font-size:30px;font-weight:var(--fw-500);letter-spacing:-2px;margin-bottom:20px;display:flex;align-items:center}.protect-main .preventive_02>ul>li dl dd{line-height:2;margin-bottom:20px}.protect-main .preventive_02>ul>li dl dd:last-child{margin-bottom:0}.protect-main .preventive_02>ul>li dl dd strong{font-weight:var(--fw-700)}.protect-main .preventive_02>ul>li dl dt:before{content:"";position:absolute;left:0;top:0;z-index:1;width:60px;height:60px;background-color:#f8f8f8;border-radius:50%;background-repeat:no-repeat;background-position:50%}.protect-main .preventive_02>ul>li:first-child dl dt:before{background-image:url(/images/protection/ico_phishing_11.svg)}.protect-main .preventive_02>ul>li:nth-child(2) dl dt:before{background-image:url(/images/protection/ico_phishing_12.svg)}.protect-main .preventive_02>ul>li:nth-child(3) dl dt:before{background-image:url(/images/protection/ico_phishing_13.svg)}.protect-main .preventive_02 ol.step{width:750px;display:flex;justify-content:space-between}.protect-main .preventive_02 ol.step li{position:relative}.protect-main .preventive_02 ol.step li:after{content:"";width:30px;height:25px;position:absolute;right:-40px;top:50%;z-index:1;transform:translateY(-50%);background:url(/images/protection/ico_arr_right.svg) no-repeat}.protect-main .preventive_02 ol.step li:last-child:after{background:none}.protect-main .preventive_03>ul{margin-top:40px}.protect-main .preventive_03>ul>li{position:relative;display:flex;align-items:center;border:1px solid #ddd;border-radius:30px;margin-bottom:20px;padding:30px 0}.protect-main .preventive_03>ul>li:last-child{margin-bottom:0}.protect-main .preventive_03>ul>li .logo{width:180px;height:100%;text-align:center}.protect-main .preventive_03>ul>li dl{border-left:1px solid #ddd;padding-left:30px}.protect-main .preventive_03>ul>li dl dt{font-size:20px;font-weight:var(--fw-700);padding-bottom:20px}.protect-main .preventive_03>ul>li dl dd{line-height:1.5}.protect-main .preventive_03>ul>li:last-child dl dt+dd{padding-bottom:20px}.protect-main .preventive_03>ul>li dl dd .btn-single{position:absolute;right:20px;bottom:30px;z-index:1}.protect-main .preventive_03>ul>li dl dd .btn-single a{width:220px;padding:0}.protect-main .preventive_03 p.notice{position:relative;color:var(--gray);font-size:14px;margin:30px 0 0 30px;padding-left:18px;line-height:1.8}.protect-main .preventive_03 p.notice:before{content:"※";position:absolute;left:0}.protect-main .preventive_03 p.notice strong{color:var(--black)}.protect-main .preventive_03 p.notice2{position:relative;color:var(--gray);font-size:14px;margin:0 0 0 30px;padding-left:18px;line-height:1.8}.protect-main .preventive_03 p.notice2:before{content:"※";position:absolute;left:0}.protect-main .preventive_04>p,.protect-main .preventive_05>p{position:relative;margin:40px 0 20px}.protect-main .ponzi_01>h3{line-height:1.4}.protect-main .ponzi_01 figure.img-box{border:0}.protect-main .ponzi_01 .img-box{margin-top:60px;border:1px solid #ddd;border-radius:30px}.protect-main .ponzi_01 .img-box ol{display:flex;align-items:center;justify-content:center;padding:30px 0}.protect-main .ponzi_01 .img-box ol li p{position:relative;height:50px;padding-left:40px;line-height:1.4;padding-top:3px;margin-bottom:20px}.protect-main .fake_01{padding-bottom:40px}.protect-main .fake_01>p{font-size:18px;font-weight:var(--fw-500)}.protect-main .fake_01 .img-box{margin-top:40px;border:1px solid #ddd;border-radius:30px;margin-bottom:20px;text-align:center;padding:20px 0}.protect-main .fake_01 figure.img-box{border:0;padding:0}.protect-main .fake_01 .img-box.gray{background-color:#f0f2f5;padding:0}.protect-main .txt-more{margin:100px 0 10px;text-align:center}.protect-main .btn-single.fc{display:flex;justify-content:center}.protect-main .btn-single.fc a{width:160px;height:60px}.protect-main .btn-single{padding-top:10px}.protect-main .btn-single a.btn-black{height:50px;display:inline-flex;padding:0 40px}.protect-main .btn-single a.btn-black:hover{background-color:#454545}.protect-main .info-list{margin-top:40px}.protect-main .info-list>p{color:var(--gray)}.protect-main .info-list ul li{margin-bottom:20px}.protect-main .info-list ul li p{position:relative}.protect-main .info-list .middle-tit{display:block;margin-bottom:20px;font-weight:500;font-size:18px;line-height:32px;letter-spacing:-.02em}.protect-main ol.step li .box-arrow{width:150px;height:136px;background-color:#5397fd;border-radius:30px;text-align:center;display:flex;justify-content:center;align-items:center;flex-direction:column}.protect-main ol.step li .box-arrow p{color:var(--white);font-weight:var(--fw-700);line-height:1.5;padding-bottom:10px}.protect-main ol.step li .box-arrow span{font-size:14px;display:inline-block;color:#ffee53;line-height:1.5}.arr-set em.ico_arr{background:url(/images/protection/ico_arr_b.svg) no-repeat right 10px;padding-right:15px}.arr-set span{color:#5397fd;text-decoration:underline}.protect-action .sub-visual{height:400px;background:url(/images/protection/img_visual_protect.jpg) no-repeat top;margin:30px 0 60px}.protect-action .protect_01{margin-top:140px}.protect-action .protect_01>h3{line-height:1.4}.protect-action .protect_01 .img-box{border:1px solid #ddd;border-radius:30px;display:flex;justify-content:center;padding:40px 0}.protect-action .protect_01 figure.img-box{border:0;padding:0}.protect-action .protect_01 ul li{padding-bottom:100px}.protect-action .protect_01 ul li:last-child{padding-bottom:0}.protect-action .protect_01 ul li h3{line-height:1.4}.protect-action .protect_01 ul li p{padding:20px 0 40px}.edu-list{padding-top:0}.edu-list .sub-contents .contents{width:var(--S-width-900);margin:0 auto}.edu-list .sub-visual{height:400px;background:url(/images/sub/img_edu_visual.jpg) no-repeat top}.edu-list .sub-visual hgroup{padding-top:150px;color:var(--white)}.edu-list .sub-visual hgroup p{font-weight:var(--fw-400)}.edu-view hgroup{margin-bottom:60px}.time-set{display:flex;justify-content:space-between}.time-set .option{margin-top:20px}.time-set .option span{display:inline-block;margin-right:20px}.time-set .option span:last-child{margin-right:0}.time-set .option span.time{background:url(/images/common/ico_timer_b.svg) no-repeat 0 0;padding-left:20px}.time-set .option span.count,.time-set .option span.date,.time-set .option span.nickname{color:var(--gray);font-size:var(--G-font);font-weight:var(--fw-400)}.time-set .sns ul{width:190px;display:flex;justify-content:space-between}.time-set .sns ul li{width:40px;height:40px;background-color:#f7f7f7;border-radius:50%;transition:all .2s ease-in-out}.time-set .sns ul li:hover{background-color:#ededed}.time-set .sns ul li a{display:block;height:inherit;overflow:hidden;text-indent:-9999em}.time-set .sns ul li:first-child a{background:url(/images/common/ico_kakao.svg) no-repeat 50%}.time-set .sns ul li:nth-child(2) a{background:url(/images/common/ico_facebook.svg) no-repeat 50%}.time-set .sns ul li:nth-child(3) a{background:url(/images/common/ico_twiter.svg) no-repeat 50%}.time-set .sns ul li:nth-child(4) a{background:url(/images/common/ico_link.svg) no-repeat 50%}.edu-view .contents{margin-top:60px}.edu-view .contents p{font-size:var(--G-font)}.edu-view .contents img{display:block;margin:40px 0}.file-down{margin-top:40px;background:url(/images/common/ico_file.svg) no-repeat 0}.file-down a{position:relative;display:inline-block;color:#5397fd;line-height:20px;padding-left:30px;text-decoration:underline}.celeb-list{border-top:1px solid var(--black);margin-top:30px}.celeb-list ul li{border-bottom:1px solid #ddd;padding:30px}.celeb-list ul li a{display:flex;align-items:center;justify-content:space-between}.celeb-list ul li a:hover dd,.celeb-list ul li a:hover dt{text-decoration:underline}.celeb-list ul li .photo{width:150px;height:112px;border-radius:30px;overflow:hidden}.celeb-list ul li dl dt{font-size:20px;font-weight:var(--fw-500);margin-bottom:10px}.celeb-list ul li dl dt.ico-notice{background:url(/images/common/ico_notice.svg) no-repeat 0;padding-left:55px}.celeb-list ul li dl dt.ico-new{background:url(/images/common/ico_new.svg) no-repeat 0;padding-left:25px}.celeb-list ul li dl dd{width:680px;line-height:1.5;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.celeb-list ul li .option span{display:inline-block;color:var(--gray);font-size:12px;margin-right:20px}.celeb-list .btn-add{margin-top:60px;display:flex;justify-content:center}.celeb-list .btn-add .btn-list-more{color:var(--gray);border:1px solid #ddd;height:60px;width:160px;display:flex;justify-content:center;align-items:center;border-radius:30px;transition:all .2s}.celeb-list .btn-add .btn-list-more:hover{color:var(--white);border:1px solid var(--blue);background-color:var(--blue)}.celeb-advice hgroup{margin-bottom:60px}.celeb-advice hgroup p.date{color:var(--gray);font-size:var(--G-font);font-weight:var(--fw-400)}.celeb-advice .writer{border-top:1px solid var(--black);padding:30px;margin-top:100px;display:flex;align-items:center}.celeb-advice .writer .photo{width:80px;height:80px;border-radius:30px;overflow:hidden;margin-right:20px}.celeb-advice .writer dl dt{display:flex;align-items:baseline;margin-bottom:15px}.celeb-advice .writer dl dt strong{display:inline-block;font-size:20px;font-weight:var(--fw-700);letter-spacing:-1px;margin-right:20px}.celeb-advice .writer dl dt span{font-weight:var(--fw-500)}.celeb-advice .contents{margin-top:60px}.celeb-advice .contents p{font-size:var(--G-font)}.celeb-advice .contents img{display:block;margin:40px 0}.support-main{padding-top:0}.support-main .sub-visual{height:400px;background:url(/images/support/img_visual_report.jpg) no-repeat top}.support-main .sub-visual hgroup{padding-top:150px;color:var(--white)}.support-main .sub-visual hgroup p{font-weight:var(--fw-400)}.support-main .contents h3,.support-main .contents h4{margin-top:100px}.support-main .txt{padding-left:30px}.support-main .info-list{margin-top:40px}.support-main .info-list>p{color:var(--gray)}.support-main .info-list ul li{margin-bottom:20px}.support-main .info-list ul li:last-child{margin-bottom:0}.support-main .info-list ul li p{position:relative}.support-main .info-list ul li p.point{font-size:18px;font-weight:var(--fw-500);line-height:1.5}.support-main .use_info_01{display:flex;justify-content:space-between;margin:40px 0}.support-main .use_info_01 dl{width:410px;height:365px;border:1px solid #ddd;border-radius:30px;padding:40px 30px}.support-main .use_info_01 dl dt{position:relative;padding-top:110px;font-size:20px;font-weight:var(--fw-700)}.support-main .use_info_01 dl dt:before{content:"";width:80px;height:80px;border-radius:50%;display:block;position:absolute;left:0;top:0;z-index:1}.support-main .use_info_01 dl dt:after{content:"";width:30px;height:2px;display:block;background-color:var(--black);position:absolute;left:0;top:160px;z-index:1}.support-main .use_info_01 dl:first-child dt:before{background:var(--blue) url(/images/support/ico_o.svg) no-repeat center center}.support-main .use_info_01 dl:last-child dt:before{background:#ff7a5c url(/images/support/ico_x.svg) no-repeat 50%}.support-main .use_info_01 dl dd{margin-top:50px}.support-main .use_info_01 dl dd ul li{position:relative;padding:5px 0 5px 10px;line-height:1.5}.support-main .use_info_01 dl dd ul li:before{content:"";display:inline-block;width:2px;height:2px;position:absolute;left:0;top:17px;background-color:var(--black);border-radius:50%}.support-main .use_info_02{display:flex;margin:40px 0 60px;border-top:1px solid #ddd;padding-top:20px}.support-main .use_info_02 ol:first-child{margin-right:140px}.support-main .use_info_02 ol li{position:relative;padding-left:20px;text-indent:-10px;line-height:1.8}.support-main .use_info_02 ol li strong{font-weight:var(--fw-700)}.support-main .use_info_02 ol li:before{display:inline-block;padding-right:5px}.support-main .use_info_02 ol:first-child li:first-child:before{content:"①"}.support-main .use_info_02 ol:first-child li:nth-child(2):before{content:"②"}.support-main .use_info_02 ol:first-child li:nth-child(3):before{content:"③"}.support-main .use_info_02 ol:nth-child(2) li:first-child:before{content:"④"}.support-main .use_info_02 ol:nth-child(2) li:nth-child(2):before{content:"⑤"}.support-main .use_info_02 ol:nth-child(2) li:nth-child(3):before{content:"⑥"}.support-main .use_info_03{display:flex;justify-content:space-between;margin:60px 0 100px}.support-main .use_info_03 dl{width:470px;height:270px;border:1px solid #ddd;border-radius:30px;text-align:center;cursor:pointer;transition:all .2s}.support-main .use_info_03 dl:hover{border:1px solid var(--blue)}.support-main .use_info_03 dl dt{position:relative;padding-top:100px;font-size:20px;font-weight:var(--fw-700)}.support-main .use_info_03 dl dt:before{content:"";width:45px;height:45px;display:block;position:absolute;left:50%;top:30px;z-index:1;transform:translateX(-50%)}.support-main .use_info_03 dl:first-child dt:before{background:url(/images/support/ico_receipt_01.svg) no-repeat 50%}.support-main .use_info_03 dl:nth-child(2) dt:before{background:url(/images/support/ico_support_05.svg) no-repeat 50%;background-position-x:70%}.support-main .use_info_03 dl dt+dd{margin:10px 0 30px;line-height:1.5}.support-main .use_info_03 dl dt+dd strong{font-weight:var(--fw-700);display:inline-block}.support-main .use_info_03 dl dt+dd+dd{text-align:center}.support-main .use_info_03 dl dt+dd+dd a{width:200px;display:inline-flex;justify-content:center;align-items:center;height:50px;color:var(--blue);border:1px solid var(--blue);box-sizing:border-box;border-radius:30px;transition:all .2s}.support-main .use_info_03 dl:hover dt+dd+dd a{color:var(--white);border:1px solid var(--blue);background-color:var(--blue)}.support-main .use_info_04{margin-top:15px}.support-main .use_info_04 strong{font-weight:var(--fw-700)}.support-main .use_info_04 .notice{margin-top:20px;line-height:1.8}.support-main .use_info_04 .notice a{display:inline-block;color:#5397fd;text-decoration:underline}.support-main .btn-single.fc{display:flex;justify-content:center}.support-main .btn-single.fc a{width:260px;height:60px}.support-main .btn-single{padding-top:10px}.support-main .box_gray{background-color:#f9f9f9;border:1px solid #ddd;border-radius:30px;padding:30px;line-height:2;margin-top:40px}.support-range .sub-visual{height:400px;background:url(/images/support/img_visual_range.jpg) no-repeat top;margin:30px 0 60px}.support-range .sub-visual hgroup{padding-top:150px;color:var(--white)}.support-range .sub-visual hgroup p{font-weight:var(--fw-400)}.support-range .contents h3{margin-top:100px}.support-range p.stit{margin:60px 0 10px}.support-range .step-box ol{display:flex;justify-content:space-between}.support-range .step-box ol li{display:flex;align-items:center;font-weight:var(--fw-500);position:relative;width:300px;height:100px;border:1px solid #ddd;border-radius:140px;line-height:1.5}.support-range .step-box ol li span{display:inline-block;padding-left:105px}.support-range .step-box ol li:before{width:70px;height:70px;border-radius:50%;background-color:#f3f3f3;background-repeat:no-repeat;background-position:50%;left:15px}.support-range .step-box ol li:after,.support-range .step-box ol li:before{content:"";display:block;position:absolute;top:50%;z-index:1;transform:translateY(-50%)}.support-range .step-box ol li:after{width:10px;height:16px;right:-20px;background:url(/images/common/ico_arr_r_blue.svg) no-repeat 50%}.support-range .step-box ol li:last-child:after{background:none}.support-range .process_01 .step-box ol li:first-child:before{background-image:url(/images/support/ico_support_01.svg)}.support-range .process_01 .step-box ol li:nth-child(2):before{background-image:url(/images/support/ico_support_02.svg)}.support-range .process_01 .step-box ol li:nth-child(3):before{background-image:url(/images/support/ico_support_03.svg)}.support-range .process_02 .step-box ol li:first-child:before{background-image:url(/images/support/ico_support_01.svg)}.support-range .process_02 .step-box ol li:nth-child(2):before{background-image:url(/images/support/ico_support_04.svg)}.support-range .process_02 .step-box ol li:nth-child(3):before{background-image:url(/images/support/ico_support_03.svg)}.support-range .process_03 .step-box ol li:first-child:before{background-image:url(/images/support/ico_support_01.svg)}.support-range .process_03 .step-box ol li:nth-child(2):before{background-image:url(/images/support/ico_support_05.svg);background-position-x:70%}.support-range .process_03 .step-box ol li:nth-child(3):before{background-image:url(/images/support/ico_support_03.svg)}.support-range .process_04 .step-box ol li:first-child:before{background-image:url(/images/support/ico_support_01.svg)}.support-range .process_04 .step-box ol li:nth-child(2):before{background-image:url(/images/support/ico_support_06.svg)}.support-range .process_04 .step-box ol li:nth-child(3):before{background-image:url(/images/support/ico_support_03.svg)}.support-range .step_list>h4{padding-left:40px;margin-bottom:20px}.support-range .step_list .inner{padding-left:40px}.support-range .step_list .inner p{padding-bottom:10px;line-height:1.5}.support-range .step_list .inner p strong{font-weight:var(--fw-700)}.support-range .step_list .inner .gray,.support-range .step_list .inner .notice{color:var(--gray);font-size:var(--G-font)}.support-range .step_list .inner .notice{padding-left:0}.support-range .step_list .inner .notice:before{background:none}.support-range .step_list .inner table{width:100%;margin-top:30px;border-bottom:1px solid #ddd;padding-bottom:10px}.support-range .step_list .inner table thead th{text-align:left;font-weight:400;border-bottom:1px solid var(--black)}.support-range .step_list .inner table tbody th{text-align:left}.support-range .step_list .inner table td,.support-range .step_list .inner table th{padding:15px 0}.support-range .step_list .inner table tbody tr:first-child td,.support-range .step_list .inner table tbody tr:first-child th{padding-top:25px}.support-range .step_list .inner table tbody tr:last-child td,.support-range .step_list .inner table tbody tr:last-child th{padding-bottom:25px}.support-range .step_list .inner dl{margin-top:20px}.support-range .step_list .inner dl dt{padding-bottom:10px}.support-range .step_list .inner dl dd{padding-left:22px}.support-range .step_list .inner dl dd ul li{position:relative;line-height:2;font-weight:var(--fw-700);padding-left:10px}.support-range .step_list .inner>ul li{position:relative;padding:5px 0 5px 10px;line-height:1.5}.support-range .step_list .inner ul li:before{content:"";display:inline-block;width:3px;height:3px;position:absolute;left:0;top:15px;background-color:var(--black);border-radius:50%}.support-range .step_list .inner>ul li strong{font-weight:var(--fw-700)}.service-info .sub-visual{height:400px;background:url(/images/support/img_visual_range.jpg) no-repeat top;margin:30px 0 60px}.service-info .sub-visual hgroup{padding-top:150px;color:var(--white)}.service-info .sub-visual hgroup p{font-weight:var(--fw-400)}.service-info .contents h3,.service-info .contents hgroup{margin-top:100px}.service-info .contents hgroup p{font-size:16px;font-weight:var(--fw-500)}.service-info .service_01{display:flex;justify-content:space-between;margin:30px 0 0}.service-info .service_01 dl{position:relative;width:340px;height:160px;padding:30px 20px 30px 110px;border:1px solid #ddd;border-radius:30px;cursor:pointer}.service-info .service_01 dl:before{content:"";width:70px;height:70px;display:block;position:absolute;left:20px;top:30px;z-index:1;border-radius:50%}.service-info .service_01 dl dt{font-size:20px;font-weight:var(--fw-700);margin-bottom:10px}.service-info .service_01 dl:first-child:before{background:#f3f3f3 url(/images/support/ico_receipt_01.svg) no-repeat 50%}.service-info .service_01 dl:nth-child(2):before{background:#f3f3f3 url(/images/support/ico_support_05.svg) no-repeat 0;background-position-x:70%}.service-info .service_01 dl dt+dd{line-height:1.5}.service-info .service_01 dl dt+dd span{display:inline-block;color:#999;font-size:14px;margin-top:10px}.service-info .step-box ol{display:flex;justify-content:space-between}.service-info .step-box ol li{display:flex;align-items:center;font-weight:var(--fw-500);position:relative;width:300px;height:100px;border:1px solid #ddd;border-radius:140px;line-height:1.5}.service-info .step-box ol li span{display:inline-block;padding-left:105px}.service-info .step-box ol li:before{width:70px;height:70px;border-radius:50%;background-color:#f3f3f3;background-repeat:no-repeat;background-position:50%;left:15px}.service-info .step-box ol li:after,.service-info .step-box ol li:before{content:"";display:block;position:absolute;top:50%;z-index:1;transform:translateY(-50%)}.service-info .step-box ol li:after{width:10px;height:16px;right:-20px;background:url(/images/common/ico_arr_r_blue.svg) no-repeat 50%}.service-info .step-box{margin:40px 0 0}.service-info .step-box ol li:last-child:after{background:none}.service-info .step-box ol li:first-child:before{background-image:url(/images/support/ico_support_07.svg)}.service-info .step-box ol li:nth-child(2):before{background-image:url(/images/support/ico_support_01.svg)}.service-info .step-box ol li:nth-child(3):before{background-image:url(/images/support/ico_support_03.svg)}.service-info .service_02{display:flex;justify-content:space-between;margin:50px 0 0;border-bottom:1px solid #ddd}.service-info .service_02 dl{width:50%}.service-info .service_02 dl dt{position:relative;font-size:16px;font-weight:var(--fw-700);border-bottom:1px solid #000;padding:0 0 15px 20px}.service-info .service_02 dl dd{margin:20px 0;padding-left:20px}.service-info .service_02 dl dd ul li{position:relative;padding:5px 0 5px 10px;line-height:1.5}.service-info .service_02 dl dd ul li:before{content:"";display:inline-block;width:2px;height:2px;position:absolute;left:0;top:17px;background-color:var(--black);border-radius:50%}.service-info .process-box{margin:40px 0 0;padding-bottom:40px}.service-info .process-box ol{display:flex;justify-content:space-between}.service-info .process-box ol li{position:relative;width:155px;height:110px;border:1px solid #ddd;border-radius:30px;line-height:1.5;display:flex;justify-content:center;flex-direction:column;padding-left:60px}.service-info .process-box ol li p{display:inline-block;line-height:1.5}.service-info .process-box ol li span{display:inline-block;font-size:14px;line-height:1.5}.service-info .process-box ol li strong{font-size:14px;font-weight:var(--fw-700)}.service-info .process-box ol li:before{font-size:var(--G-font);width:30px;height:30px;position:absolute;left:20px;top:50%;z-index:1;background-color:var(--black);color:#fff;font-weight:var(--fw-700);text-align:center;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1;transform:translateY(-50%)}.service-info .process-box ol li:first-child:before{content:"1"}.service-info .process-box ol li:nth-child(2):before{content:"2"}.service-info .process-box ol li:nth-child(3):before{content:"3"}.service-info .process-box ol li:after{content:"";width:10px;height:16px;display:block;position:absolute;right:-22px;top:50%;z-index:1;transform:translateY(-50%);background:url(/images/common/ico_arr_r_blue.svg) no-repeat 50%}.service-info .process-box ol li:last-child{width:175px;padding-left:40px}.service-info .process-box ol li:last-child p{color:#5397fd;font-weight:var(--fw-500)}.service-info .process-box ol li:last-child:after,.service-info .process-box ol li:last-child:before{background:none}.service-info .process-box .noti{margin:40px 0 0}.service-info .process-box .noti span{color:var(--white)}.service-app .sub-visual{height:400px;background:url(/images/support/img_visual_report.jpg) no-repeat top;margin:30px 0 60px}.service-app .sub-visual hgroup{padding-top:150px;color:var(--white)}.service-app .sub-visual hgroup p{font-weight:var(--fw-400)}.service-app .contents h3,.service-app .contents h4{margin-top:100px}.service-app .app_01{display:flex;justify-content:space-between;margin:60px 0 100px}.service-app .app_01 dl{width:470px;height:270px;border:1px solid #ddd;border-radius:30px;text-align:center;cursor:pointer;transition:all .2s}.service-app .app_01 dl:hover{border:1px solid var(--blue)}.service-app .app_01 dl dt{position:relative;padding-top:100px;font-size:20px;font-weight:var(--fw-700)}.service-app .app_01 dl dt:before{content:"";width:45px;height:45px;display:block;position:absolute;left:50%;top:30px;z-index:1;transform:translateX(-50%)}.service-app .app_01 dl:first-child dt:before{background:url(/images/support/ico_receipt_01.svg) no-repeat 50%}.service-app .app_01 dl:nth-child(2) dt:before{background:url(/images/support/ico_support_05.svg) no-repeat 50%;background-position-x:70%}.service-app .app_01 dl dt+dd{margin:10px 0 30px;line-height:1.5}.service-app .app_01 dl dt+dd strong{font-weight:var(--fw-700);display:inline-block}.service-app .app_01 dl dt+dd+dd{text-align:center}.service-app .app_01 dl dt+dd+dd a{width:200px;display:inline-flex;justify-content:center;align-items:center;height:50px;color:var(--blue);border:1px solid var(--blue);box-sizing:border-box;border-radius:30px;transition:all .2s}.service-app .app_01 dl:hover dt+dd+dd a{color:var(--white);border:1px solid var(--blue);background-color:var(--blue)}.service-app .app_02{margin:50px 0}.service-app .app_tbl{width:100%}.service-app .app_tbl thead{border-bottom:1px solid #000}.service-app .app_tbl thead th{padding:0 0 15px 20px;text-align:left}.service-app .app_tbl td{border-bottom:1px solid #ddd;padding:20px;line-height:1.7}.service-app .app_tbl td span.noti{font-size:14px}.service-app ul.dot-list li{position:relative;padding:5px 0 5px 10px;line-height:1.5}.service-app ul.dot-list li:before{content:"";display:inline-block;width:2px;height:2px;position:absolute;left:0;top:17px;background-color:var(--black);border-radius:50%}.service-app .app_tbl ol{margin-top:20px;padding-left:10px}.service-app .app_tbl ol li{position:relative;padding-left:20px;text-indent:-10px;line-height:2}.service-app .app_tbl ol li strong{font-weight:var(--fw-700)}.service-app .app_tbl ol li:before{display:inline-block;padding-right:5px}.service-app .app_tbl ol li:first-child:before{content:"①"}.service-app .app_tbl ol li:nth-child(2):before{content:"②"}.service-app .app_tbl ol li:nth-child(3):before{content:"③"}.service-app .app_tbl ol li:nth-child(4):before{content:"④"}.service-app .app_tbl ol li:nth-child(5):before{content:"⑤"}.service-app .app_tbl ol li:nth-child(6):before{content:"⑥"}.service-app .app_tbl ol li:nth-child(7):before{content:"⑦"}.service-app .notice{margin-top:20px;line-height:1.8}.service-app .notice a{display:inline-block;color:#5397fd;text-decoration:underline}.news-greetings .sub-visual{height:600px;background:url(/images/sub/img_news_visual.jpg) no-repeat top;margin:30px 0 60px}.news-greetings .sub-visual .inner{width:var(--S-width-960);margin:0 auto;padding-top:200px}.news-greetings .sub-visual .inner h4{font-size:30px;color:var(--white);font-weight:var(--fw-500);padding-bottom:60px}.news-greetings .sub-visual .inner p{width:580px;font-size:18px;color:var(--white);font-weight:var(--fw-300);line-height:2}.news-greetings .contents p{font-size:18px}.news-greetings .contents .thumnail{margin:60px 0 100px}.news-greetings .contents .thumnail ul{display:flex}.news-greetings .contents .thumnail ul li{width:320px;height:180px}.news-greetings .contents .thumnail ul li span{display:inline-block;font-size:12px;color:var(--gray);padding-top:10px}.news-history .sub-visual{height:600px;background:url(/images/sub/img_history_visual.jpg) no-repeat top;margin:30px 0 60px}.news-history hgroup p{font-weight:var(--fw-400);line-height:2}.news-history .history{display:flex;justify-content:space-between}.news-history .sub-contents .history:first-of-type{margin-top:100px}.news-history .history .year{width:160px;font-size:56px;color:var(--blue);font-weight:var(--fw-700);letter-spacing:-2px;border-top:3px solid var(--blue);padding-top:20px}.news-history .history ol{width:740px;border-top:3px solid var(--black)}.news-history .history ol>li{border-top:1px solid var(--gray)}.news-history .history ol>li:first-child{border-top:none}.news-history .history ol>li>dl{display:flex;height:100px;padding-top:20px}.news-history .history ol>li>dl dt{font-size:56px;font-weight:var(--fw-400);letter-spacing:-2px;margin-right:45px}.news-history .history ol>li>dl dd{font-size:20px;font-weight:var(--fw-400);line-height:1.4}.news-history .history ol>li>dl dd ul li{padding-bottom:10px}.news-ci .sub-visual{height:600px;background:url(/images/sub/img_ci_visual.jpg) no-repeat top;margin:30px 0 60px}.news-ci hgroup h3+p{font-size:var(--G-font);font-weight:var(--fw-400);line-height:2}.news-ci .symbol ul{position:relative;height:340px;margin:60px 0 100px}.news-ci .symbol ul li{position:absolute;top:0;z-index:1}.news-ci .symbol ul li:first-child{left:0}.news-ci .symbol ul li:nth-child(2){left:310px}.news-ci .symbol ul li:nth-child(3){left:620px}.news-ci .symbol dl{width:340px;height:340px;border:1px dashed var(--black);border-radius:50%;text-align:center;box-sizing:border-box;padding-top:166px}.news-ci .symbol ul li:first-child dl{background:url(/images/sub/img_ci_01.svg) no-repeat center 87px}.news-ci .symbol ul li:nth-child(2) dl{background:url(/images/sub/img_ci_02.svg) no-repeat center 75px}.news-ci .symbol ul li:nth-child(3) dl{background:url(/images/sub/img_ci_03.svg) no-repeat center 80px}.news-ci .symbol dl dt{font-size:20px;font-weight:var(--fw-400);line-height:2}.news-ci .symbol dl dd{font-size:var(--G-font);font-weight:var(--fw-400);line-height:1.5}.news-ci .slogan ul li{height:900px}.news-ci .slogan ul li:first-child{background:url(/images/sub/img_ci_04.jpg) no-repeat top}.news-ci .slogan ul li:nth-child(2){background:url(/images/sub/img_ci_05.jpg) no-repeat top}.news-ci .slogan ul li:nth-child(3){background:url(/images/sub/img_ci_06.jpg) no-repeat top}.news-ci .slogan dl{position:relative;width:var(--S-width-960);height:inherit;color:var(--white);font-weight:var(--fw-400);font-size:var(--G-font);margin:0 auto}.news-ci .slogan dl dt{position:absolute;right:0;top:60px;z-index:1}.news-ci .slogan dl dt+dd{position:absolute;left:0;top:60px;z-index:1}.news-ci .slogan dl dt+dd+dd{width:100%;font-size:20px;position:absolute;left:0;bottom:60px;z-index:1;font-weight:var(--fw-300)}.news-ci .slogan ul li:first-child dl dt+dd+dd{text-align:right}.news-ci .slogan ul li:nth-child(2) dl dt+dd+dd{text-align:left}.news-ci .slogan ul li:nth-child(3) dl dt+dd+dd{text-align:center}.news-ci .download{margin-top:100px}.news-ci .download .ci-box{display:flex;height:320px;border:1px solid #ddd;border-radius:30px;margin-top:40px;justify-content:center;align-items:center;margin-bottom:30px}.news-ci .download .ci-box span{display:inline-block;width:703px;height:75px;background:url(/images/sub/img_ci.svg) no-repeat top;text-indent:-9999em}.news-ci .download .btn-set a span{position:relative;display:inline-block;padding-left:30px}.news-ci .download .btn-set a span:before{content:"";width:20px;height:22px;position:absolute;left:0;top:0;z-index:1;background:url(/images/common/ico_ci_down_b.svg) no-repeat 0 0;background-size:cover;transition:background .2s}.news-ci .download .btn-set a:hover span:before{background:url(/images/common/ico_ci_down_w.svg) no-repeat 0 0;background-size:cover}.news-notice hgroup{margin-bottom:60px}.news-notice hgroup p.date{color:var(--gray);font-size:var(--G-font);font-weight:var(--fw-400)}.news-map hgroup{margin-bottom:30px}.news-map .location{margin-bottom:60px}.news-map .location iframe{border:none;width:100%;height:600px}.news-map .info-list ul li{display:flex;align-items:center;font-size:20px;padding-bottom:25px}.news-map .info-list ul li span{display:flex;width:100px;font-weight:var(--fw-300);align-self:start;height:100%}.news-map .info-list ul li .address em{display:inline-block;color:var(--gray);font-size:var(--G-font);padding-top:10px}.policy .cnt_list{font-size:var(--G-font);line-height:2}.policy .cnt_list dl,.policy .cnt_list p.head{margin-top:60px}.policy .cnt_list dt{margin-bottom:10px;font-weight:var(--fw-700)}.policy .cnt_list dl dd>ol.number-2{margin-left:20px}.policy .cnt_list ul.add-link{margin-top:20px}.policy .cnt_list ul.add-link li a{display:block;text-decoration:underline;color:#5397fd}.policy .cnt_list .number-1>li{position:relative;text-indent:-10px;padding:3px 0 3px 20px}.policy .cnt_list .number-1>li:before{display:inline-block;padding-right:5px}.policy .cnt_list .number-1>li:first-child:before{content:"①"}.policy .cnt_list .number-1>li:nth-child(2):before{content:"②"}.policy .cnt_list .number-1>li:nth-child(3):before{content:"③"}.policy .cnt_list .number-1>li:nth-child(4):before{content:"④"}.policy .cnt_list .number-1>li:nth-child(5):before{content:"⑤"}.policy .cnt_list .number-1>li:nth-child(6):before{content:"⑥"}.policy .cnt_list .number-1>li:nth-child(7):before{content:"⑦"}.policy .cnt_list .number-1>li:nth-child(8):before{content:"⑧"}.policy .cnt_list .number-1>li:nth-child(9):before{content:"⑨"}.policy .cnt_list .number-1>li:nth-child(10):before{content:"⑩"}.policy .cnt_list .number-2{margin:20px 0 30px}.policy .cnt_list .number-2>li{position:relative;text-indent:-10px;padding:3px 0 3px 20px}.policy .cnt_list .number-2>li:before{display:inline-block;padding-right:8px}.policy .cnt_list .number-2>li:first-child:before{content:"1."}.policy .cnt_list .number-2>li:nth-child(2):before{content:"2."}.policy .cnt_list .number-2>li:nth-child(3):before{content:"3."}.policy .cnt_list .number-2>li:nth-child(4):before{content:"4."}.policy .cnt_list .number-2>li:nth-child(5):before{content:"5."}.policy .cnt_list .number-2>li:nth-child(6):before{content:"6."}.policy .cnt_list .number-2>li:nth-child(7):before{content:"7."}.policy .cnt_list .number-2>li:nth-child(8):before{content:"8."}.policy .cnt_list .number-2>li:nth-child(9):before{content:"9."}.policy .cnt_list .number-2>li:nth-child(10):before{content:"10."}.policy .cnt_list .number-2>li:nth-child(11):before{content:"11."}.policy .cnt_list .number-2>li:nth-child(12):before{content:"12."}.policy .cnt_list .number-2>li:nth-child(13):before{content:"13."}.policy .cnt_list .dash{margin:10px 0 0}.policy .cnt_list .dash>li{position:relative;text-indent:-5px;padding:0 0 0 10px}.policy .cnt_list .dash>li:before{content:"-";display:inline-block;padding-right:5px}.policy .cnt_list table.data-type-1{width:860px;margin:20px 0 30px}.policy .cnt_list table.data-type-1 th{padding:0 0 0 20px;font-size:14px;font-weight:var(--fw-500);border-bottom:1px solid #000;text-align:left}.policy .cnt_list table.data-type-1 td{padding:20px;border-bottom:1px solid #ddd;border-right:1px solid #ddd}.policy .cnt_list table.data-type-1 td:last-child{border-right:none}.policy .cnt_list table.data-type-1 td .dash{position:relative;padding-left:15px;display:block}.policy .cnt_list table.data-type-1 td .dash:before{position:absolute;content:"-";display:block;top:0;left:0}.policy .cnt_list .no-dash{margin:10px 0 20px -3px;text-indent:0}.policy .cnt_list .manager{text-indent:0;margin:20px 0}.policy .cnt_list .manager p{font-weight:var(--fw-500)}.policy .cnt_list .manager table td{padding:5px 15px}.policy .cnt_list .team{margin-top:60px}.policy .cnt_list .team .box{width:900px;background-color:#f9f9f9;padding:20px;border-radius:30px;border:1px dashed #ddd;box-sizing:border-box}.policy .cnt_list .team .box a{display:block;color:#5397fd;text-decoration:underline}.skip_nav{top:0;z-index:10;visibility:hidden}.skip_nav,.skip_nav a{position:absolute;left:0;width:100%;height:12px}.skip_nav a{top:-10000px;display:block;padding:5px 0;background:#000;font-family:Noto Sans KR,sans-serif;text-align:center;color:#fff;visibility:visible}.skip_nav a:active,.skip_nav a:focus,.skip_nav a:hover{position:absolute;top:0;left:0;color:#fff}body,html{overflow-x:visible;overflow-x:initial}body{min-width:1240px;overscroll-behavior-x:none}.header .inner .navi{z-index:15}.header .inner .bg{z-index:10}.main .main-visual{background:none;background-color:#f7f7f7}.main .main-visual .inner{position:relative;z-index:5}.main .main-visual .banners{width:100%;height:800px;position:absolute;margin:0 auto;left:0;right:0}.main .main-visual .banners img{width:100%;height:800px;margin:0 auto;-o-object-fit:cover;object-fit:cover}@keyframes zoom-out{0%{transform:scale(1.3)}to{transform:scale(1)}}.main .main-visual .banners .single-banner-wrapper{overflow:hidden}.main .main-visual .banners .single-banner-wrapper:after{position:absolute;top:0;left:0;display:block;width:100%;height:100%;background-color:#000;opacity:.2;content:" "}.main .main-visual .banners .single-banner-wrapper img{animation:zoom-out 12s ease-out}.main-basic hgroup p#education-description{font-weight:var(--fw-400)}.main .main-pos .main-movie{z-index:5}.main-visual .info ul li:nth-child(n):before{background:rgba(0,0,0,.3);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:20px}.main-warpper .popupEvent.active>div,.main-warpper .popupLayer.active>div,.warpper .popup-support>div,.warpper .popupLayer.active>div{position:fixed}.protect-invest .invest_01 h3{margin:100px 0 50px}.protect-invest .invest_01 .img-list{padding:20px 0 40px}.protect-invest .invest_01 p{padding:0}.protect-invest .invest_01 p.gray-box,.support-main p.gray-box,.support-range .step_list .inner dl dd.gray-box{padding:30px 0 30px 30px;background:#f9f9f9;border:1px dashed #ddd;box-sizing:border-box;border-radius:30px}.protect-invest .invest_01 h4{margin:100px 0 20px}.label-set.survey-radio ul{flex-wrap:wrap;gap:10px 0}.label-set.survey-radio ul li{width:50%}.filter-menu.survey-check ul{flex-wrap:wrap;gap:10px 0}.filter-menu.survey-check ul li{width:50%}.filter-menu.survey-check,.label-set.survey-radio{width:100%}.error-warpper{width:100%;height:100%;position:absolute;top:0;left:0;background-size:cover}.popup-event .pop-warp,.popup-event .pop-warp .screen{height:auto}.popup-event .pop-warp .screen img{width:100%;height:auto}.popup-support .support-warp .screen .inner-scroll{height:700px;overflow-y:auto;overflow-x:hidden;padding-right:10px}.popup-support .support-warp .screen .agree-list{margin:30px 0}.popup-support .agree-list .list span.black-text{color:#000;font-size:1.2em}.popup-support .support-warp .screen .sub-list .tit p{font-weight:500}.popup-support .support-warp .screen .clear-box{border:none}.popup-support .support-warp .screen #agree-all,.popup-support .support-warp .screen #agree-all .tit{margin:4px 0}.popup-support .support-warp .screen .btn-set{margin-top:60px}.support-main .use_info_01 dl{height:450px}.support-range .step_list .inner dl dd.gray-box ul li{font-weight:400}.qa_list>ul>li>dl>dd>input[type=text],.qa_list>ul>li>dl>dd>textarea{padding-left:10px}.sub-main hgroup h2 span{font-size:52px}.sub-visual{background-size:cover!important}.main-prevention{background-size:cover}.sub-contents h3{font-size:34px}.sub-contents em{font-style:italic}.sub-contents strong em{font-weight:var(--fw-700)}.main-basic hgroup h2 span,.main-damage hgroup h2 span,.main-prevention hgroup h2 span,.main-visual h2{font-size:60px}.popup-movie .movie-warp .pop-btnset button.active{background-color:var(--blue);font-weight:var(--fw-700);color:var(--white)}.tab-list ul li a:hover:after{opacity:0}.tab-list ul li.active:hover a:after{opacity:1}.no-data{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;padding:80px 0 0}.no-data p{font-weight:500;font-size:20px;line-height:29px}.no-data span{color:#ff2323;word-break:break-all}.no-data img{width:-moz-fit-content;width:fit-content;margin-top:30px}.protect-main .tabContent .preventive_03 a.point_02:hover{color:#225cc5}.board-list ul li span.logo img{height:30px}.news-greetings .sub-contents h4{margin:100px 0 20px}.news-history .history ol>li>dl{min-height:100px;height:auto}.news-history .history ol>li>dl dt{margin-right:0;width:110px;min-width:110px}.news-ci .sub-visual,.news-history .sub-visual{margin:30px 0 100px}.news-ci .sub-visual{background-image:url(/images/sub/img_ci_visual.png)}.news-map .location{width:var(--S-width-960);margin:0 auto 60px}body.mobile{min-width:inherit}.popup-agree{width:100%;max-width:720px;margin:0 auto}.popup-agree .pop-warp .screen .btn-single a{width:100%}.popup-agree strong{font-weight:700}.support-main .use_info_02 .arr-set a{color:#5397fd;font-weight:var(--fw-400);text-decoration:underline}.support-main .use_info_02 .arr-set a:hover{color:#225cc5}.news-history hgroup p{font-weight:500;line-height:20px}.board-list ul li a p.tit{font-size:20px}.board-list ul li span.date{min-width:80px}.board-list ul li a p.type{position:relative;display:flex;align-items:center;flex-shrink:0;width:154px;height:23px;font-size:16px;text-decoration:none;font-weight:var(--fw-500)}.board-list ul li a p.type:before{content:"";display:block;width:26px;height:26px;margin-right:14px;background-repeat:no-repeat;background-position:50% 50%;background-size:cover}.board-list ul li a p.type.phishing_case:before{background-image:url(/images/protection/img_damage_phishing.svg)}.board-list ul li a p.type.impersonation_case:before{background-image:url(/images/protection/img_damage_impersonation.svg)}.board-list ul li a p.type.ponzi_case:before{background-image:url(/images/protection/img_damage_ponzi.svg)}.board-list ul li a p.type.listing_case:before{background-image:url(/images/protection/img_damage_listing.svg)}.board-list ul li a p.type.scam_case:before{background-image:url(/images/protection/img_damage_scam.svg)}.support-main .use_info_01 dl:first-child dt:before,.support-main .use_info_01 dl:last-child dt:before{background-color:transparent}.btn-top{visibility:hidden}.btn-close:hover{border-radius:15px}.popup-event .pop-warp .screen a{width:100%;height:100%;bottom:0}.policy .contents .cnt_index li a{text-decoration:underline}.policy .cnt_list table.data-type-1 th{padding:6px 0 6px 20px;background-color:#f9f9f9;border-top:1px solid #cbcbcb;border-left:1px solid #ddd}.policy .cnt_list table.data-type-1 th:first-child{border-left:0}.protect-main .case_04>p{font-weight:var(--fw-500)}.main-basic .btn-list button:first-child.active{background-color:#000}.main-basic .btn-list button:nth-child(2).active{background-color:#5a20ff}.main-basic .btn-list button:nth-child(3).active{background-color:#225cc5}.main-basic .btn-list button:nth-child(4).active{background-color:#3bc3cc}.main-basic .btn-list button:nth-child(5).active{background-color:#e46407}.main-basic .btn-list button:nth-child(6).active{background-color:#54c56d}.content-box.type-01 .info dl dt.coin{color:#5a20ff}.content-box.type-01 .info dl dt.blockchain{color:#225cc5}.content-box.type-01 .info dl dt.nft{color:#3bc3cc}.content-box.type-01 .info dl dt.exchange{color:#e46407}.content-box.type-01 .info dl dt.common{color:#54c56d}.content-box.type-02 .info dl dt{color:#5a20ff}.content-box.type-03 .info dl dt{color:#225cc5}.content-box.type-04 .info dl dt{color:#3bc3cc}.content-box.type-05 .info dl dt{color:#e46407}.content-box.type-06 .info dl dt{color:#54c56d}div.edu-box .info dl dt.category{display:flex;align-items:center;height:12px}div.edu-box .info dl dt span.ico_new{display:inline-block;margin-left:8px;width:30px;height:17px;background:url(/images/common/ico_new_edu.svg) no-repeat 50%}.sub-contents .filter-menu li label{font-size:14px}.sub-contents iframe{width:100%;height:506px}.foot-info .sns ul{width:190px}.foot-info .sns ul li:first-child a{background:url(/images/common/ico_instagram.svg) no-repeat 50%}.foot-info .sns ul li:nth-child(2) a{background:url(/images/common/ico_facebook.svg) no-repeat 50%}.foot-info .sns ul li:nth-child(3) a{background:url(/images/common/ico_blog.svg) no-repeat 50%}.foot-info .sns ul li:nth-child(4) a{background:url(/images/common/ico_youtube.svg) no-repeat 50%}.service-info .service_01{justify-content:center}.service-info .service_01 dl{cursor:unset;height:170px}.service-info div.link{margin-top:30px}.service-info div.link a{display:flex;align-items:center;justify-content:center;width:240px;height:50px;margin:0 auto;border:1px solid var(--blue);background-color:var(--blue);border-radius:30px;color:var(--white);font-size:16px;transition:all .2s}.service-info div.link a:hover{background-color:var(--white);color:var(--blue)}.service-app .app_01{justify-content:center}.Attachment_margin__U0oX9{margin-top:10px!important}.ScrollList_scrollBarOuterContainer__fhZwv{position:relative;height:6px}.ScrollList_scrollBarContainer__43lIy{position:absolute;height:6px;border-radius:4px;background-color:#fff}.ScrollList_scrollBar__ahVDW{position:absolute;height:6px;border-radius:4px;left:0;background-color:#cfcfcf;transition:background-color .3s}.ScrollList_scrollBar__ahVDW:hover{background-color:#215dc4}.MovieButton_img__6RT1S{background-image:url(/images/main/tvcf_thumbnail.png);background-size:contain}