:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-colored:#ddd}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;transform:translate3d(0,0,var(--toastify-z-index) px);width:var(--toastify-toast-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translate(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px;white-space:pre-wrap}.Toastify__toast-body>div:last-child{flex:1}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--default{background:var(--toastify-color-progress-colored)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentcolor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__none{0%,60%,75%,90%,to{animation-duration:0;animation-timing-function:none}0%{opacity:1;transform:translateZ(0)}to{transform:translateZ(0)}}.Toastify__none-enter--bottom-center,.Toastify__none-enter--bottom-left,.Toastify__none-enter--bottom-right,.Toastify__none-enter--top-center,.Toastify__none-enter--top-left,.Toastify__none-enter--top-right{animation-name:Toastify__none}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}:root{--toastify-z-index:21}.Toastify__toast{border-radius:16px;justify-content:center;margin:0;padding:32px 24px}.Toastify__toast-container{max-width:100vw;padding:0;width:auto}.Toastify__toast-body{flex-grow:0;font-family:Pretendard;font-size:20px;font-weight:700;line-height:150%;padding:0}.Toastify__close-button{align-self:center!important}.Toastify__toast-icon{margin-inline-end:20px;width:32px}.Toastify__close-button>svg{display:block}.Toastify__toast-container--bottom-center{bottom:auto;left:50%;transform:translate(-50%,-50%)}@media (max-width:999px){.Toastify__toast-container{min-width:280px}.Toastify__toast{padding:24px 40px}.Toastify__toast-body{font-size:15px}.Toastify__toast-icon{margin-inline-end:16px;width:24px}}html[lang=ko-KR] .Toastify__toast-body{letter-spacing:-.8px}.btn[data-v-65eb48b8]{display:flex;text-align:center}.btn_default[data-v-dadfb3f8]{background-color:#4b52ff;border-radius:8px;padding:14px 16px;transition:all .2s ease-in}.btn_default[data-v-dadfb3f8]:not(:disabled):hover{background-color:#5c63ff}.btn_default[data-v-dadfb3f8]:disabled{background-color:#d9dbed}.btn_default[data-v-dadfb3f8] .txt_btn{color:#fff;font-size:18px;font-weight:700;line-height:150%}.icon[data-v-ff8a858e]{background-repeat:no-repeat;background-size:100% 100%;display:inline-block;transition:all .2s ease-in}.icon.icon_check[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='23' fill='none' viewBox='0 0 22 23'%3E%3Crect width='22' height='22' y='.824' fill='%23DFE4EA' rx='11'/%3E%3Cpath fill='%23fff' d='m9.778 15.017-2.796-2.796 1.36-1.36 1.436 1.436 3.88-3.88 1.36 1.36z'/%3E%3C/svg%3E")}.icon.icon_check_active[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='23' fill='none' viewBox='0 0 22 23'%3E%3Crect width='22' height='22' y='.824' fill='%234B52FF' rx='11'/%3E%3Cpath fill='%23fff' d='m9.778 15.017-2.796-2.796 1.36-1.36 1.436 1.436 3.88-3.88 1.36 1.36z'/%3E%3C/svg%3E")}.icon.icon_check_disabled[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='23' fill='none' viewBox='0 0 22 23'%3E%3Crect width='22' height='22' y='.824' fill='%23BCC2CA' rx='11'/%3E%3Cpath fill='%23fff' d='m9.778 15.017-2.796-2.796 1.36-1.36 1.436 1.436 3.88-3.88 1.36 1.36z' opacity='.6'/%3E%3C/svg%3E")}.icon.icon_check_black[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23000' opacity='.4'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M17.797 8.207a.7.7 0 0 1-.004.99l-6.584 6.535a1 1 0 0 1-1.425-.016l-3.588-3.73a.7.7 0 0 1 1.008-.971l3.308 3.437 6.295-6.249a.7.7 0 0 1 .99.004' clip-rule='evenodd'/%3E%3C/svg%3E")}.icon.icon_fail[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M7.266 13.969 10 11.234l2.734 2.735 1.235-1.235L11.234 10l2.735-2.734-1.235-1.235L10 8.766 7.266 6.03 6.03 7.266 8.766 10 6.03 12.734ZM10 18.316a8.1 8.1 0 0 1-3.254-.652 8.5 8.5 0 0 1-2.637-1.773 8.5 8.5 0 0 1-1.773-2.637A8.1 8.1 0 0 1 1.684 10c0-1.156.214-2.242.652-3.254A8.5 8.5 0 0 1 4.109 4.11a8.5 8.5 0 0 1 2.637-1.773A8.1 8.1 0 0 1 10 1.684c1.156 0 2.242.214 3.254.652a8.5 8.5 0 0 1 2.637 1.773 8.5 8.5 0 0 1 1.773 2.637A8.1 8.1 0 0 1 18.316 10a8.1 8.1 0 0 1-.652 3.254 8.5 8.5 0 0 1-1.773 2.637 8.5 8.5 0 0 1-2.637 1.773 8.1 8.1 0 0 1-3.254.652m0 0' style='stroke:none;fill-rule:nonzero;fill:%23ff3030;fill-opacity:1'/%3E%3C/svg%3E");height:16px;width:16px}.icon.icon_success[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none' viewBox='0 0 17 17'%3E%3Cg clip-path='url(%23a)'%3E%3Crect width='16' height='16' x='.482' y='.5' fill='%2360E065' rx='8'/%3E%3Cmask id='b' width='17' height='17' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23D9D9D9' d='M.482.5h16v16h-16z'/%3E%3C/mask%3E%3Cg mask='url(%23b)'%3E%3Cpath fill='%23fff' d='M7.412 11.39 4.964 8.943l1.19-1.19 1.258 1.257 3.399-3.399 1.19 1.191z'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='16' height='16' x='.482' y='.5' fill='%23fff' rx='8'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");height:16px;width:16px}.icon.icon_clear[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cg clip-path='url(%23a)'%3E%3Crect width='20' height='20' fill='%23BCC2CA' rx='10'/%3E%3Cmask id='b' width='20' height='20' x='2' y='2' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23D9D9D9' d='M2 2h20v20H2z'/%3E%3C/mask%3E%3Cg mask='url(%23b)'%3E%3Cpath fill='%23fff' d='M7.047 14.25 5.75 12.953 8.703 10 5.75 7.047 7.047 5.75 10 8.703l2.953-2.953 1.297 1.297L11.297 10l2.953 2.953-1.297 1.297L10 11.297z'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='20' height='20' fill='%23fff' rx='10'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");height:18px;width:18px}.icon.icon_chevron_down[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M12.667 5.057 8 9.724 3.333 5.057 2.391 6 8 11.61 13.61 6z' clip-rule='evenodd'/%3E%3C/svg%3E");height:24px;width:24px}.icon.icon_chevron_right[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg mask='url(%23mask0_237_23251)'%3E%3Cpath fill='%23000' d='m11.997 11.819 4.6-4.6 2.2 2.2-6.8 6.8-6.8-6.8 2.2-2.2z'/%3E%3C/g%3E%3C/svg%3E");height:24px;width:24px}.icon.icon_chevron_rounded[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23D6E5FB'/%3E%3Cmask id='a' width='18' height='19' x='3' y='4' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23D9D9D9' d='M21 4.085v18H3v-18z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%234B52FF' d='m12 12.935 3.45-3.45 1.65 1.65-5.1 5.1-5.1-5.1 1.65-1.65z'/%3E%3C/g%3E%3C/svg%3E");height:24px;width:24px}.icon.icon_chevron_right_rouned[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' fill='none' viewBox='0 0 21 21'%3E%3Cdefs%3E%3Cmask id='a'%3E%3Ccircle cx='10.176' cy='10.502' r='10' fill='%23fff'/%3E%3Cpath fill='%23000' d='M10.734 10.502 8.028 7.626l1.294-1.375 4 4.25-4 4.25-1.294-1.374z'/%3E%3C/mask%3E%3C/defs%3E%3Ccircle cx='10.176' cy='10.502' r='10' fill='%23fff' mask='url(%23a)'/%3E%3C/svg%3E");height:20px;width:20px}.icon.icon_chevron_black[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none' viewBox='0 0 28 28'%3E%3Ccircle cx='14' cy='14' r='14' fill='%23fff'/%3E%3Cmask id='a' width='22' height='22' x='4' y='3' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23D9D9D9' d='M4.375 3.5h21v21h-21z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23393C41' d='m14.7 14-4.025-4.025L12.6 8.05 18.55 14l-5.95 5.95-1.925-1.925z'/%3E%3C/g%3E%3C/svg%3E");height:20px;width:20px}.icon.icon_chevron_blue_rounded[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23fff'/%3E%3Cmask id='a' width='16' height='16' x='3' y='2' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23D9D9D9' d='M3.125 2.5h15v15h-15z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%234B52FF' d='M10.5 10 7.625 7.125 9 5.75 13.25 10 9 14.25l-1.375-1.375z'/%3E%3C/g%3E%3C/svg%3E");height:20px;width:20px}.icon.icon_notice[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' fill='none' viewBox='0 0 20 21'%3E%3Cmask id='a' width='20' height='21' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23D9D9D9' d='M0 .84h20v20H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23DFE4EA' d='M9.998 15.407q.498 0 .838-.337a1.13 1.13 0 0 0 .34-.835q0-.498-.338-.844a1.12 1.12 0 0 0-.835-.345q-.498 0-.838.345t-.34.844.337.835q.338.337.836.337m-1.102-3.71h2.208v-5.27H8.897zM10 19.574a8.5 8.5 0 0 1-3.414-.687 8.8 8.8 0 0 1-2.769-1.864 8.8 8.8 0 0 1-1.864-2.768 8.5 8.5 0 0 1-.686-3.415q0-1.823.686-3.415a8.8 8.8 0 0 1 1.864-2.768 8.8 8.8 0 0 1 2.769-1.864A8.5 8.5 0 0 1 10 2.106q1.824 0 3.415.687a8.8 8.8 0 0 1 2.768 1.864 8.8 8.8 0 0 1 1.864 2.768q.687 1.592.687 3.415a8.5 8.5 0 0 1-.687 3.415 8.8 8.8 0 0 1-1.864 2.768 8.8 8.8 0 0 1-2.768 1.864q-1.591.687-3.415.687'/%3E%3C/g%3E%3C/svg%3E");height:20px;width:20px}.icon.icon_gnb_intro[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='30' fill='none' viewBox='0 0 33 30'%3E%3Crect width='20.444' height='16' fill='%2300BFFF' rx='8' transform='matrix(-1 0 0 1 20.944 10.111)'/%3E%3Cpath fill='%2300BFFF' d='m8.5 26.111-2.794 2.235a1.016 1.016 0 0 1-1.65-.793v-4.998z'/%3E%3Crect width='26.667' height='21.333' x='5.833' y='.334' fill='%23FFE130' rx='10.667'/%3E%3Cpath fill='%23FFE130' d='m21.833 19.445 5.455 4.432c.663.539 1.656.067 1.656-.789v-9.421z'/%3E%3Crect width='12.444' height='2.667' x='12.944' y='7.445' fill='%23FF9200' rx='1.333'/%3E%3Crect width='7.111' height='2.667' x='12.944' y='12.778' fill='%23FF9200' rx='1.333'/%3E%3C/svg%3E");height:27px;width:29.454px}.icon.icon_gnb_speaker[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='30' fill='none' viewBox='0 0 33 30'%3E%3Cpath fill='%23FFE130' d='m10.522 8.167 8.285-6.026a1.093 1.093 0 0 1 1.736.884v23.039c0 .893-1.013 1.41-1.736.884l-8.285-6.026zM.5 12.722a4.555 4.555 0 0 1 4.555-4.555h5.467v12.755H5.055A4.555 4.555 0 0 1 .5 16.366z'/%3E%3Cpath fill='%23F14F00' d='M5.056 20.922h3.986l1.677 5.75a1.913 1.913 0 0 1-3.674 1.072zM20.544 18.189a3.644 3.644 0 1 0 0-7.289z'/%3E%3Cpath fill='%23FF9200' d='M6.878 8.167h3.644v12.755H6.878z'/%3E%3Crect width='6.377' height='2.733' x='25.898' y='13.023' fill='%2300BFFF' rx='1.367' transform='rotate(-5.297 25.898 13.023)'/%3E%3Crect width='4.007' height='2.733' x='26.209' y='17.689' fill='%2300BFFF' rx='1.367' transform='rotate(30 26.209 17.689)'/%3E%3Crect width='4.661' height='2.733' fill='%2300BFFF' rx='1.367' transform='scale(1 -1)rotate(30 32.677 43.662)'/%3E%3C/svg%3E");height:27px;width:30.589px}.icon.icon_gnb_speech_bubble[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='32' fill='none' viewBox='0 0 31 32'%3E%3Cg fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%2300BFFF' d='M6.307 27.106a2.903 2.903 0 0 1-2.904-2.903V21.3c0-1.604 1.3-2.903 2.904-2.903h21.29c1.603 0 2.903 1.3 2.903 2.903v2.903c0 1.604-1.3 2.903-2.903 2.903H14.049l-2.372 3.388a1.24 1.24 0 0 1-2.031 0l-2.372-3.388z'/%3E%3Cpath fill='%23FFE130' d='M3.403 18.397A2.903 2.903 0 0 1 .5 15.494V12.59c0-1.603 1.3-2.903 2.903-2.903h21.29c1.604 0 2.904 1.3 2.904 2.903v2.903c0 1.604-1.3 2.904-2.903 2.904H14.048l-2.37 3.387a1.24 1.24 0 0 1-2.032 0l-2.372-3.387z'/%3E%3Cpath fill='%23F14F00' d='M6.307 9.687a2.903 2.903 0 0 1-2.904-2.903V3.88c0-1.604 1.3-2.904 2.904-2.904h21.29c1.603 0 2.903 1.3 2.903 2.904v2.903c0 1.603-1.3 2.903-2.903 2.903H14.049l-2.372 3.388a1.24 1.24 0 0 1-2.031 0L7.274 9.687z'/%3E%3C/g%3E%3C/svg%3E");height:27px;width:26.959px}.icon.icon_gnb_burger[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cpath stroke='%23FF9200' stroke-linecap='round' stroke-width='4' d='M5 9h22'/%3E%3Cpath stroke='%23FFE130' stroke-linecap='round' stroke-width='4' d='M13.447 17H27'/%3E%3Cpath stroke='%2300BFFF' stroke-linecap='round' stroke-width='4' d='M5 25h22'/%3E%3C/svg%3E");height:32px;width:32px}.icon.icon_gnb_book[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='28' fill='none' viewBox='0 0 27 28'%3E%3Cpath fill='%2300BFFF' d='M6.371.598h16.773c1.064 0 1.926.862 1.926 1.926v22.148a1.926 1.926 0 0 1-1.926 1.926H6.37z'/%3E%3Cpath fill='%230196E8' d='M2.436 2.524c0-1.064.862-1.926 1.925-1.926h2.011v26h-2.01a1.926 1.926 0 0 1-1.926-1.926z'/%3E%3Cpath fill='%23FFE130' d='M9.66 7.244c0-.532.431-.963.963-.963h9.884c.532 0 .963.431.963.963v.963a.963.963 0 0 1-.963.963h-9.884a.963.963 0 0 1-.963-.963z'/%3E%3C/svg%3E");height:27px;width:26px}.icon.icon_gnb_close[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cpath stroke='%23FF9200' stroke-linecap='round' stroke-width='4' d='M8.222 9.222 23.778 24.78'/%3E%3Cpath stroke='%2300BFFF' stroke-linecap='round' stroke-width='4' d='M8.222 24.778 23.778 9.22'/%3E%3C/svg%3E");height:32px;width:32px}.icon.icon_windows[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none' viewBox='0 0 28 28'%3E%3Cpath fill='%23FEFEFE' fill-rule='evenodd' d='m.591 4.03 10.343-1.51.813-.145v11.157H0V4.103zm12.781-1.87L27.187.143 28 0v13.532H12.781V2.231zM28 15.26V28l-.813-.072-13.815-2.015-.591-.144V14.54H28zM10.934 25.48.591 23.97 0 23.896V14.54h11.747v11.086z' clip-rule='evenodd'/%3E%3C/svg%3E");height:28px;width:28px}.icon.icon_view_eye[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23D9D9D9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%239C9CAC' d='M12 16q1.875 0 3.188-1.312Q16.5 13.375 16.5 11.5t-1.312-3.187T12 7 8.813 8.313Q7.499 9.625 7.5 11.5q0 1.875 1.313 3.188Q10.125 16 12 16m0-1.8q-1.125 0-1.912-.787A2.6 2.6 0 0 1 9.3 11.5q0-1.125.787-1.912A2.6 2.6 0 0 1 12 8.8q1.125 0 1.912.787.788.788.788 1.913t-.787 1.912A2.6 2.6 0 0 1 12 14.2m0 4.8q-3.65 0-6.65-2.038T1 11.5q1.35-3.425 4.35-5.462T12 4t6.65 2.037q3 2.039 4.35 5.463-1.35 3.425-4.35 5.462T12 19'/%3E%3C/g%3E%3C/svg%3E");height:24px;width:24px}.icon.icon_arrow_right[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 14 14'%3E%3Cpath stroke='%23fff' stroke-width='1.2' d='m4.5 2 5 5-5 5'/%3E%3C/svg%3E");height:14px;width:14px}.icon.icon_arrow_right_circle[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3E%3Ccircle cx='9' cy='9' r='9' fill='%23888A8D'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' stroke='%23fff' stroke-width='.563' d='M7.435 3.815a.62.62 0 0 1 .88 0l5.129 5.128-5.13 5.13a.622.622 0 0 1-.879-.88l4.25-4.25-4.25-4.25a.62.62 0 0 1 0-.878Z' clip-rule='evenodd'/%3E%3C/svg%3E");height:18px;width:18px}.icon.icon_arrow_right_circle[data-v-ff8a858e]:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3E%3Ccircle cx='9' cy='9' r='9' fill='%23666A6D'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' stroke='%23fff' stroke-width='.563' d='M7.435 3.815a.62.62 0 0 1 .88 0l5.129 5.128-5.13 5.13a.622.622 0 0 1-.879-.88l4.25-4.25-4.25-4.25a.62.62 0 0 1 0-.878Z' clip-rule='evenodd'/%3E%3C/svg%3E")}.icon.icon_arrow_left_medium[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%236E7480' d='M16.2 20.808c.192 0 .408-.096.504-.216.288-.288.288-.792 0-1.104L9.192 12l7.512-7.512a.783.783 0 0 0 0-1.08.79.79 0 0 0-1.104 0L7.104 12l8.496 8.496c.192.216.408.312.6.312'/%3E%3C/svg%3E");height:24px;width:24px}.icon.icon_check_circle[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23000' opacity='.4'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M17.797 8.207a.7.7 0 0 1-.004.99l-6.584 6.535a1 1 0 0 1-1.425-.016l-3.588-3.73a.7.7 0 0 1 1.008-.971l3.308 3.437 6.295-6.249a.7.7 0 0 1 .99.004' clip-rule='evenodd'/%3E%3C/svg%3E");height:24px;width:24px}.icon.icon_x_circle[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg clip-path='url(%23a)'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23000' opacity='.4'/%3E%3Cpath fill='%23fff' d='M16.864 7.136a.676.676 0 0 0-.944 0L12 11.072 8 7.136a.657.657 0 0 0-.928 0 .66.66 0 0 0 0 .944l4 3.92-4 4.056a.65.65 0 0 0 0 .944.6.6 0 0 0 .464.192A.6.6 0 0 0 8 17l4-4.072L15.92 17a.76.76 0 0 0 .464.192.8.8 0 0 0 .48-.192.676.676 0 0 0 0-.944L12.928 12l3.936-3.92a.676.676 0 0 0 0-.944'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");height:24px;width:24px}.icon.icon_repair[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h17v17H0z' data-name='사각형 19096' style='fill:none' transform='translate(.417)'/%3E%3C/clipPath%3E%3C/defs%3E%3Cpath d='M0 0h19v19H0z' data-name='사각형 19104' style='fill:none'/%3E%3Cg data-name='그룹 16625'%3E%3Cg data-name='그룹 16624' style='clip-path:url(%23a)' transform='translate(1.583)'%3E%3Cpath d='m16.858 3.264-3.313 3.313h-2.7v-2.7L14.154.56a5.823 5.823 0 0 0-8.119 3.828 4.57 4.57 0 0 0-.006 2.667 8 8 0 0 0 .268.719 2 2 0 0 0-.189.154L.7 13.337a2.39 2.39 0 0 0 3.381 3.381l5.408-5.409a2 2 0 0 0 .172-.21 5.732 5.732 0 0 0 7.2-7.835M3.269 15.365a.86.86 0 1 1 0-1.217.86.86 0 0 1 0 1.217' data-name='패스 11428' style='fill:%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");height:19px;width:19px}.icon.icon_speaker[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19'%3E%3Cpath d='M0 0h19v19H0z' data-name='사각형 19095' style='fill:none'/%3E%3Cg data-name='그룹 16622'%3E%3Cpath d='M9.27 0 4.377 4.486H0v6.523h4.377l4.893 4.485h1.576V0z' data-name='패스 11427' style='fill:%23fff' transform='translate(0 1.55)'/%3E%3Cpath d='M0 0h4.087v1.549H0z' data-name='사각형 19085' style='fill:%23fff' transform='translate(12.956 8.457)'/%3E%3Cpath d='M0 0h4.122v1.549H0z' data-name='사각형 19086' style='fill:%23fff' transform='rotate(-16.86 25.016 -39.622)'/%3E%3Cpath d='M0 0h1.549v4.122H0z' data-name='사각형 19087' style='fill:%23fff' transform='rotate(-73.14 14.916 -2.064)'/%3E%3C/g%3E%3C/svg%3E");height:19px;width:19px}.icon.icon_warning[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h17v17H0z' data-name='사각형 19083' style='fill:%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cpath d='M0 0h19v19H0z' data-name='사각형 19084' style='fill:none'/%3E%3Cg data-name='그룹 16620'%3E%3Cg data-name='그룹 16619' style='clip-path:url(%23a)' transform='translate(1 1)'%3E%3Cpath d='M8.357 0a8.357 8.357 0 1 0 8.357 8.357A8.356 8.356 0 0 0 8.357 0m-.836 5.125a.836.836 0 1 1 1.671 0v3.343a.836.836 0 0 1-1.671 0zm.836 7.3a.961.961 0 1 1 .961-.961.96.96 0 0 1-.961.961' data-name='패스 11426' style='fill:%23fff' transform='translate(-.016 -.016)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");height:19px;width:19px}.icon.icon_legal_close[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='4' d='M8.223 24.779 23.779 9.222M8.223 9.221l15.556 15.557'/%3E%3C/svg%3E");height:32px;width:32px}.icon.icon_legal_burger[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='4' d='M5 9h22M13.447 17H27M5 25h22'/%3E%3C/svg%3E");height:32px;width:32px}.icon.icon_youtube[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='21' fill='none' viewBox='0 0 28 21'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='red' d='M26.751 3.723c-.315-1.23-1.24-2.197-2.415-2.526C22.204.6 13.66.6 13.66.6s-8.544 0-10.673.597C1.81 1.527.887 2.493.57 3.723 0 5.95 0 10.6 0 10.6s0 4.65.571 6.876c.315 1.23 1.24 2.197 2.416 2.526 2.13.598 10.673.598 10.673.598s8.544 0 10.674-.598c1.176-.329 2.1-1.296 2.415-2.526.571-2.227.571-6.876.571-6.876s0-4.65-.571-6.877z'/%3E%3Cpath fill='%23fff' d='m10.928 14.885 7.1-4.285-7.1-4.285z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 .6h27.32v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");height:20px;width:27.32px}.icon.icon_arrow_right_angled_circle[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='66' fill='none' viewBox='0 0 66 66'%3E%3Cg filter='url(%23a)'%3E%3Crect width='53' height='53' x='6.5' y='6.5' fill='%23fff' stroke='%23E9EEF4' rx='26.5'/%3E%3Cpath fill='%239C9CAC' d='M33.025 33.051 29 37.076l1.925 1.925 5.95-5.95-5.95-5.95L29 29.026z'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='a' width='66' height='66' x='0' y='0' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='3'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_1789_66646'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_1789_66646' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");height:68px;width:68px}.icon.icon_arrow_right_angled_circle[data-v-ff8a858e]:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='66' fill='none' viewBox='0 0 66 66'%3E%3Cg filter='url(%23a)'%3E%3Crect width='54' height='54' x='6' y='6' fill='%23fff' rx='27' shape-rendering='crispEdges'/%3E%3Crect width='53.185' height='53.185' x='6.407' y='6.407' stroke='%23EAEAEA' stroke-width='.815' rx='26.593' shape-rendering='crispEdges'/%3E%3Crect width='53' height='53' x='6.5' y='6.5' fill='%23fff' stroke='%23EAEAEA' rx='26.5'/%3E%3Cpath fill='%236D6D78' d='M33.025 33.051 29 37.076l1.925 1.925 5.95-5.95-5.95-5.95L29 29.026z'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='a' width='66' height='66' x='0' y='0' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='3'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_1789_66649'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_1789_66649' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E")}.icon.icon_arrow_right_angled_circle[data-v-ff8a858e]:disabled{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='66' fill='none' viewBox='0 0 66 66'%3E%3Cg filter='url(%23a)'%3E%3Crect width='53' height='53' x='6.5' y='6.5' fill='%23fff' stroke='%23EAEAEA' rx='26.5'/%3E%3Cpath fill='%239C9CAC' fill-opacity='.5' d='M33.025 33.051 29 37.076l1.925 1.925 5.95-5.95-5.95-5.95L29 29.026z'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='a' width='66' height='66' x='0' y='0' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='3'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_1789_66652'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_1789_66652' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E")}.icon.icon_download_mini[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none' viewBox='0 0 40 40'%3E%3Crect width='40' height='40' fill='%23FFE130' rx='20' transform='matrix(1 0 0 -1 0 40)'/%3E%3Cmask id='a' width='24' height='24' x='8' y='8' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23D9D9D9' d='M8 8h24v24H8z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%2348421F' d='M20 22.733q-.213 0-.418-.082a1.1 1.1 0 0 1-.365-.242l-3.176-3.176a1.04 1.04 0 0 1-.317-.772q.005-.45.317-.772.332-.333.782-.337t.782.328l1.291 1.292v-4.934q0-.46.323-.782.321-.322.782-.322.46 0 .782.322.322.321.322.782v4.934l1.291-1.292q.321-.333.77-.334.45 0 .783.331.324.333.328.778a1.05 1.05 0 0 1-.328.778l-3.165 3.176a1.123 1.123 0 0 1-.784.323m-4.858 4.335a2.13 2.13 0 0 1-1.566-.643 2.13 2.13 0 0 1-.642-1.566v-1.395q0-.46.322-.783.321-.322.782-.322.46 0 .782.322.322.323.322.783v1.395h9.717v-1.395q0-.46.322-.783.323-.322.783-.322t.782.322q.321.323.322.783v1.395q0 .924-.643 1.566-.642.643-1.566.643z'/%3E%3C/g%3E%3C/svg%3E");height:40px;width:40px}.icon.icon_profile_setting[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none' viewBox='0 0 33 32'%3E%3Ccircle cx='15.348' cy='7.692' r='6' fill='%23FFE130'/%3E%3Cpath fill='%23FFE130' d='M30.245 24.108c0 4.024-6.378 4.858-14.245 4.858s-14.244-.834-14.244-4.858c0-4.025 6.377-8.849 14.244-8.849 7.868 0 14.245 4.824 14.245 8.849'/%3E%3Ccircle cx='24.399' cy='22.112' r='5.616' fill='%23fff'/%3E%3Cmask id='a' width='21' height='21' x='14' y='12' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23D9D9D9' d='M14.393 12.104h20.021v20.021H14.393z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%2300BFFF' d='M24.405 25.453q.354 0 .594-.24t.24-.594a.8.8 0 0 0-.24-.595.8.8 0 0 0-.594-.24.8.8 0 0 0-.595.24.8.8 0 0 0-.24.595q0 .354.24.594t.595.24m0-2.503q.354 0 .594-.24t.24-.594v-2.503a.8.8 0 0 0-.24-.594.8.8 0 0 0-.594-.24.8.8 0 0 0-.595.24.8.8 0 0 0-.24.594v2.503q0 .354.24.594t.595.24m-.98 7.508q-.565 0-.97-.375a1.53 1.53 0 0 1-.49-.918l-.188-1.376a3 3 0 0 1-.511-.25 7 7 0 0 1-.47-.314l-1.292.543a1.36 1.36 0 0 1-1.043.041 1.54 1.54 0 0 1-.813-.667l-.98-1.71q-.293-.48-.168-1.022t.564-.897l1.105-.834a2 2 0 0 1-.021-.281v-.564q0-.135.02-.281l-1.104-.834a1.58 1.58 0 0 1-.564-.897 1.32 1.32 0 0 1 .167-1.022l.98-1.71q.292-.48.814-.668a1.36 1.36 0 0 1 1.043.042l1.293.543q.228-.168.48-.313.25-.147.5-.25l.187-1.377q.085-.542.49-.918.408-.375.97-.375h1.96q.565 0 .97.375.407.376.49.918l.188 1.376q.271.105.511.25.24.147.47.313l1.292-.542a1.36 1.36 0 0 1 1.043-.041q.522.187.814.667l.98 1.71q.291.48.166 1.022-.124.541-.562.897l-1.106.834q.021.146.021.281v.564q0 .135-.042.281l1.106.834q.438.355.563.897t-.167 1.022l-1.001 1.71q-.292.48-.814.667a1.36 1.36 0 0 1-1.042-.041l-1.252-.543a6 6 0 0 1-.48.313 4 4 0 0 1-.5.25l-.187 1.377a1.53 1.53 0 0 1-.49.918 1.38 1.38 0 0 1-.97.375z'/%3E%3C/g%3E%3C/svg%3E");height:32px;width:32px}.icon.icon_private_question[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Crect width='20.444' height='16' fill='%2300BFFF' rx='5' transform='matrix(-1 0 0 1 20.445 10.111)'/%3E%3Cpath fill='%2300BFFF' d='m8 26.112-2.794 2.235a1.016 1.016 0 0 1-1.65-.793v-4.997z'/%3E%3Crect width='26.667' height='21.333' x='5.334' y='.334' fill='%23FFE130' rx='4'/%3E%3Cpath fill='%23FFE130' d='m21.334 19.446 5.455 4.432c.663.539 1.656.067 1.656-.789v-9.421z'/%3E%3Cpath fill='%23FF9500' d='M14.282 8.58q-.342-.414-.378-1.044-.072-.738.162-1.404a3.2 3.2 0 0 1 .792-1.188q.54-.522 1.368-.864t1.944-.432a5.4 5.4 0 0 1 1.89.144 4 4 0 0 1 1.476.72q.63.486.972 1.188t.342 1.548q0 .666-.252 1.224-.234.54-.612 1.026t-.846.918l-.918.846q-.414.396-.612.829-.198.414-.198.792 0 .198-.054.378a.53.53 0 0 1-.18.288q-.126.125-.378.216a2.6 2.6 0 0 1-.684.071q-.468 0-.738-.09a1 1 0 0 1-.378-.252.57.57 0 0 1-.144-.323 4 4 0 0 1-.018-.396 4 4 0 0 1 .126-1.008q.144-.504.54-1.026a8 8 0 0 1 .792-.865q.486-.486 1.188-1.206.342-.342.486-.774.162-.432.09-.846-.09-.594-.576-.846-.486-.27-1.116-.18-.72.108-1.098.522-.36.414-.396 1.008-.054 1.278-1.44 1.368-.81.054-1.152-.342m5.616 7.83q0 .738-.504 1.224-.486.505-1.224.505t-1.242-.505q-.486-.485-.486-1.224 0-.756.486-1.242.486-.485 1.242-.486.738 0 1.224.505.504.486.504 1.223'/%3E%3C/svg%3E");height:32px;width:32px}.icon.icon_eye[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath d='M20 27.64q3.182 0 5.414-2.226Q27.64 23.182 27.641 20t-2.227-5.414Q23.182 12.359 20 12.359t-5.414 2.227Q12.359 16.818 12.359 20t2.227 5.414Q16.818 27.64 20 27.641m0-3.054q-1.91.001-3.246-1.34-1.341-1.336-1.34-3.246-.001-1.91 1.34-3.246 1.336-1.341 3.246-1.34 1.91-.001 3.246 1.34 1.341 1.336 1.34 3.246.001 1.91-1.34 3.246-1.336 1.341-3.246 1.34m0 8.148c-3.793 0-7.254-1.015-10.379-3.054q-4.693-3.059-7.41-8.067a3.275 3.275 0 0 1-.316-2.441q.105-.404.316-.785 2.717-5.01 7.41-8.067C12.746 8.281 16.207 7.266 20 7.266s7.254 1.015 10.379 3.054q4.693 3.059 7.41 8.067.21.38.316.785a3.3 3.3 0 0 1 0 1.656q-.105.404-.316.785-2.717 5.01-7.41 8.067c-3.125 2.039-6.586 3.054-10.379 3.054m0 0' style='stroke:none;fill-rule:nonzero;fill:%23bcc2ca;fill-opacity:1'/%3E%3C/svg%3E");height:24px;width:24px}.icon.icon_eye_closed[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath d='m32.305 38.473-6.078-5.989q-1.52.475-3.079.715c-1.043.16-2.097.239-3.171.239-3.875 0-7.422-1.043-10.633-3.126q-4.818-3.124-7.551-8.246a3.6 3.6 0 0 1-.328-.804 3.405 3.405 0 0 1 0-1.691q.11-.412.328-.805a49 49 0 0 1 2.039-3.297 14.7 14.7 0 0 1 2.52-2.864L2.746 8.957q-.475-.476-.476-1.191-.002-.719.52-1.239.48-.475 1.218-.476.733.001 1.215.476l29.511 29.516q.479.476.5 1.191.023.716-.5 1.239-.475.475-1.214.476c-.493 0-.895-.16-1.215-.476M19.977 28.23q.48 0 .914-.043.433-.046.867-.175l-9.375-9.375q-.13.433-.176.867-.042.434-.043.914.001 3.252 2.281 5.531t5.532 2.281m0-20.835q5.817 0 10.656 3.148c3.226 2.098 5.754 4.852 7.574 8.27a2.8 2.8 0 0 1 .328.757q.106.413.106.848 0 .433-.086.844-.088.416-.305.761a24.5 24.5 0 0 1-1.844 3.04 21 21 0 0 1-2.277 2.687q-.608.608-1.434.566a2.14 2.14 0 0 1-1.433-.652l-3.473-3.473a1.44 1.44 0 0 1-.39-.714 1.7 1.7 0 0 1 .046-.848q.171-.564.258-1.082.087-.524.086-1.129 0-3.257-2.277-5.535-2.28-2.279-5.535-2.278a7 7 0 0 0-1.125.086q-.523.088-1.086.258c-.29.09-.578.102-.868.047a1.43 1.43 0 0 1-.738-.39l-1.433-1.434q-.825-.826-.543-1.91.282-1.086 1.367-1.39a27 27 0 0 1 2.191-.345q1.108-.133 2.235-.132m3.43 9.808c.32.379.585.79.804 1.238.215.45.355.918.41 1.41q.046.347-.258.477-.303.135-.566-.129l-3.559-3.558c-.172-.172-.21-.364-.11-.563a.52.52 0 0 1 .5-.305c.552.059 1.06.207 1.52.454.465.246.883.574 1.258.976m0 0' style='stroke:none;fill-rule:nonzero;fill:%23bcc2ca;fill-opacity:1'/%3E%3C/svg%3E");height:24px;width:24px}.icon.icon_modal_close[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='none' viewBox='0 0 24 25'%3E%3Cmask id='a' width='24' height='25' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23D9D9D9' d='M0 .5h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%231E1E22' d='m12.002 14.352-4.674 4.674q-.374.374-.926.374-.553 0-.926-.374a1.26 1.26 0 0 1-.374-.926q0-.553.374-.926l4.673-4.674-4.673-4.674a1.26 1.26 0 0 1-.374-.926q0-.553.374-.926.373-.375.926-.374.552 0 .926.374l4.674 4.673 4.674-4.673q.373-.375.926-.374.551 0 .926.374.374.373.374.926 0 .551-.374.926L13.854 12.5l4.674 4.674q.374.373.374.926 0 .551-.374.926-.375.374-.926.374-.553 0-.926-.374z'/%3E%3C/g%3E%3C/svg%3E");height:24px;width:24px}.icon.icon_dot[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15 12a3 3 0 1 1-6.002-.002A3 3 0 0 1 15 12m0 0' style='stroke:none;fill-rule:nonzero;fill:%239097a3;fill-opacity:1'/%3E%3C/svg%3E");height:23px;width:23px}.icon.icon_file_clear[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='40' fill='none' viewBox='0 0 41 40'%3E%3Cg filter='url(%23a)'%3E%3Crect width='20' height='20' x='12.594' y='8' fill='%23fff' rx='10'/%3E%3Cpath fill='%23BCC2CA' d='m19.64 22.25-1.296-1.297L21.297 18l-2.953-2.953 1.297-1.297 2.953 2.953 2.953-2.953 1.297 1.297L23.89 18l2.953 2.953-1.297 1.297-2.953-2.953z'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='a' width='44' height='44' x='.594' y='-4' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='6'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_507_216160'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_507_216160' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");height:40px;width:40px}.icon.icon_file[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='38' fill='none' viewBox='0 0 35 38'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23A6C4FF' d='M33.981 10.996V33.6c0 1.828-1.526 3.31-3.409 3.31H4.53c-1.882 0-3.408-1.482-3.408-3.31V4.26C1.121 2.433 2.647.95 4.53.95h19.209a3.5 3.5 0 0 1 2.512 1.054l7.008 7.221c.464.48.723 1.113.723 1.771'/%3E%3Cpath stroke='%236496F7' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.86' d='M10.047 23.63h14.88'/%3E%3Cpath fill='%23fff' d='M26.08 1.724v9.505c0 1.17-1.159 2.121-2.582 2.121H10.062c-1.424 0-2.583-.95-2.583-2.12V.95h16.234c.883 0 1.73.278 2.367.774'/%3E%3Cpath stroke='%236496F7' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.86' d='M10.047 28.683h14.88'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M.855.71h33.48v36.58H.855z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");height:59px;width:54px}.icon.icon_fullscreen[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='18' fill='none' viewBox='0 0 17 18'%3E%3Cg stroke='%2317191C' stroke-linecap='round' stroke-width='1.2'%3E%3Cpath d='M6.063 1.5H2.875C1.839 1.5 1 2.34 1 3.375v3.188M1 11.438v3.187c0 1.036.84 1.875 1.875 1.875h3.188M16 6.563V3.375c0-1.036-.84-1.875-1.875-1.875h-3.187M10.938 16.5h3.187c1.036 0 1.875-.84 1.875-1.875v-3.187'/%3E%3C/g%3E%3C/svg%3E");height:15px;width:15px}.icon.icon_question_rounded[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='8.9' stroke='%2317191C' stroke-width='1.2'/%3E%3Cpath fill='%2317191C' d='M9.042 11.97q.006-.799.158-1.295.159-.5.438-.8.279-.303.75-.596.939-.585.939-1.46 0-.386-.184-.68a1.18 1.18 0 0 0-.495-.456 1.5 1.5 0 0 0-.692-.159q-.356 0-.667.153a1.25 1.25 0 0 0-.514.45 1.6 1.6 0 0 0-.229.756h-1.37q.024-.781.393-1.346.375-.572.996-.863a3.2 3.2 0 0 1 1.39-.292q.813 0 1.435.31.63.306.971.858.35.551.35 1.27 0 .735-.33 1.275-.33.533-.966.92-.394.235-.621.49-.223.253-.337.602-.108.349-.12.864v.076H9.04zm.698 2.819a.9.9 0 0 1-.457-.12.88.88 0 0 1-.445-.782.882.882 0 0 1 .444-.78.9.9 0 0 1 .458-.12q.234 0 .444.12t.33.33q.127.21.127.45t-.127.451q-.12.21-.33.33a.9.9 0 0 1-.444.12'/%3E%3C/svg%3E");height:19px;width:19px}.icon.icon_question_rounded[data-v-ff8a858e]:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='8.9' fill='%23EDEFF2' stroke='%2317191C' stroke-width='1.2'/%3E%3Cpath fill='%2317191C' d='M9.042 11.97q.006-.799.158-1.295.159-.5.438-.8.279-.303.75-.596.939-.585.939-1.46 0-.386-.184-.68a1.18 1.18 0 0 0-.495-.456 1.5 1.5 0 0 0-.692-.159q-.356 0-.667.153a1.25 1.25 0 0 0-.514.45 1.6 1.6 0 0 0-.229.756h-1.37q.024-.781.393-1.346.375-.572.996-.863a3.2 3.2 0 0 1 1.39-.292q.813 0 1.435.31.63.306.971.858.35.551.35 1.27 0 .735-.33 1.275-.33.533-.966.92-.394.235-.621.49-.223.253-.337.602-.108.349-.12.864v.076H9.04zm.698 2.819a.9.9 0 0 1-.457-.12.88.88 0 0 1-.445-.782.882.882 0 0 1 .444-.78.9.9 0 0 1 .458-.12q.234 0 .444.12t.33.33q.127.21.127.45t-.127.451q-.12.21-.33.33a.9.9 0 0 1-.444.12'/%3E%3C/svg%3E")}.icon.icon_globe[data-v-ff8a858e]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M16 0C7.2 0 0 7.2 0 16s7.2 16 16 16 16-7.2 16-16S24.8 0 16 0m11.04 9.6H22.4c-.48-2.08-1.28-3.84-2.24-5.76 2.88 1.12 5.44 3.04 6.88 5.76M16 3.2c1.28 1.92 2.4 4 3.04 6.4h-6.08c.64-2.24 1.76-4.48 3.04-6.4m-12.32 16c-.32-.96-.48-2.08-.48-3.2s.16-2.24.48-3.2h5.44c-.16 1.12-.16 2.08-.16 3.2s.16 2.08.16 3.2zm1.28 3.2H9.6c.48 2.08 1.28 3.84 2.24 5.76-2.88-1.12-5.44-3.04-6.88-5.76M9.6 9.6H4.96c1.6-2.72 4-4.64 6.88-5.76-.96 1.92-1.76 3.68-2.24 5.76M16 28.8c-1.28-1.92-2.4-4-3.04-6.4h6.08c-.64 2.24-1.76 4.48-3.04 6.4m3.68-9.6h-7.36c-.16-1.12-.32-2.08-.32-3.2s.16-2.08.32-3.2h7.52c.16 1.12.32 2.08.32 3.2s-.32 2.08-.48 3.2m.48 8.96c.96-1.76 1.76-3.68 2.24-5.76h4.64c-1.44 2.72-4 4.64-6.88 5.76m2.88-8.96c.16-1.12.16-2.08.16-3.2s-.16-2.08-.16-3.2h5.44c.32.96.48 2.08.48 3.2s-.16 2.24-.48 3.2z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");height:32px;width:32px}html[lang=ko-KR] .modal-common .header_modal{letter-spacing:-1.28px}html[lang=ko-KR] .modal-common .body_modal{letter-spacing:-.8px}@media (max-width:999px){html[lang=ko-KR] .header_modal{letter-spacing:-.8px}html[lang=ko-KR] .body_modal{letter-spacing:-.6px}}.modal_common[data-v-57eda45d]{background:#00000080;bottom:0;left:0;position:fixed;right:0;text-align:center;top:0;z-index:var(--modal-z-index)}.modal_common .content_modal[data-v-57eda45d]{background:#fff;border-radius:8px;box-sizing:border-box;display:inline-block;margin:0 20px;min-width:420px;padding:32px;position:relative;top:50%;transform:translateY(-50%)}.modal_common .btn_close[data-v-57eda45d]{cursor:pointer;position:absolute;right:16px;top:16px}.modal_common .header_modal[data-v-57eda45d]{color:#1e1e22;font-size:32px;font-weight:700;line-height:150%}.modal_common .body_modal[data-v-57eda45d]{color:#45454e;font-size:18px;font-style:normal;font-weight:400;line-height:150%;margin-top:16px;white-space:break-spaces}.modal_common .body_modal+.footer_modal[data-v-57eda45d]{margin-top:24px}.modal_common .footer_modal[data-v-57eda45d]{display:flex;flex-direction:row;font-size:18px;gap:8px;height:56px;justify-content:center}.modal_common .footer_modal[data-v-57eda45d]>.btn{justify-content:center}@media (max-width:999px){.modal_common .content_modal[data-v-57eda45d]{min-width:300px;padding:20px}.modal_common .header_modal[data-v-57eda45d]{font-size:20px}.modal_common .header_modal+.body_modal[data-v-57eda45d]{margin-top:8px}.modal_common .btn_close[data-v-57eda45d]{height:20px;width:20px}.modal_common .body_modal[data-v-57eda45d]{font-size:15px}.modal_common .footer_modal[data-v-57eda45d]{height:48px}.modal_common .footer_modal[data-v-57eda45d] .txt_btn{font-size:15px}}@media (min-width:1000px){.alert_login_limit[data-v-097a3cc9] .content_modal{width:450px}}.alert_login_limit .btn_close[data-v-097a3cc9]{flex:1}@media (min-width:1000px){.alert_delete_account[data-v-097a3cc9] .content_modal{width:450px}}@media (max-width:999px){.alert_delete_account[data-v-097a3cc9] .content_modal{min-width:320px}}.btn_close[data-v-097a3cc9]{min-width:180px}@media (max-width:999px){.btn_close[data-v-097a3cc9]{min-width:120px}}.btn_outlined[data-v-5e88789e]{background-color:#fff;border:2px solid #dfe4ea;border-radius:8px;box-sizing:border-box;padding:6px 8px;transition:all .2s ease-in}.btn_outlined[data-v-5e88789e]:active,.btn_outlined[data-v-5e88789e]:not(:disabled):hover{background-color:#f6f8fc}.btn_outlined[data-v-5e88789e]:disabled .txt_btn{color:#9c9cac}.btn_outlined[data-v-5e88789e] .txt_btn{color:#4b52ff;font-size:14px;font-weight:700;line-height:150%}@media (min-width:1000px){.confirm[data-v-4705ed15] .content_modal{width:450px}}@media (max-width:999px){.confirm[data-v-4705ed15] .content_modal{min-width:320px}}.confirm .footer_modal[data-v-4705ed15]{-moz-column-gap:8px;column-gap:8px}.confirm .footer_modal>button[data-v-4705ed15]{flex:1}.confirm .footer_modal .btn_outlined[data-v-4705ed15]{padding:12px 14px}@media (min-width:1000px){.confirm .footer_modal .btn_outlined[data-v-4705ed15] .txt_btn{font-size:18px}}.tooltip[data-v-4b80256b]{-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px);background:#18191cb3;border-radius:10px;box-shadow:0 2px 3px #00000026,2px 2px 5px #00000014;color:#fff;font-size:14px;font-weight:400;line-height:22px;padding:8px 16px 10px;position:absolute}.tooltip.right[data-v-4b80256b]:before{border-bottom:4px solid transparent;border-right:8px solid rgba(24,25,28,.7);border-top:4px solid transparent;content:"";height:0;left:-8px;position:absolute;top:50%;transform:translateY(-50%);width:0}.nuxt_page:not(.page_play){margin-top:var(--bannerHeight)}.hidden_scroll{overflow:hidden;touch-action:none;-webkit-overflow-scrolling:touch;overscroll-behavior:none}html[lang=ko-KR] .btn_border{letter-spacing:-.8px}@media (max-width:999px){html[lang=ko-KR] .btn_border{letter-spacing:-.64px}}.btn_border[data-v-b6f136ee]{border-radius:16px;color:#fff;font-size:20px;gap:16px;justify-content:space-between;line-height:1.4;padding:20px 24px;transition:all .2s ease-in}.btn_border[data-v-b6f136ee],.btn_border .base_slot[data-v-b6f136ee]{align-items:center;display:flex}.btn_border.blue[data-v-b6f136ee]{background-color:#4b52ff;box-shadow:0 8px #3743c4}.btn_border.blue[data-v-b6f136ee]:not(:disabled):hover{background-color:#3532da;box-shadow:0 8px #211e9b}.btn_border.yellow[data-v-b6f136ee]{background-color:#ffe130;box-shadow:0 8px #fcb500;color:#1e1e22}.btn_border.yellow[data-v-b6f136ee]:not(:disabled):hover{background-color:#ffc700;box-shadow:0 8px #ffa800}.btn_border.gray[data-v-b6f136ee]{background-color:#f1f2f4;box-shadow:0 8px #f1f2f499;color:#393c41}.btn_border.gray[data-v-b6f136ee]:not(:disabled):hover{background:linear-gradient(0deg,#00000005,#00000005),#f1f2f4;box-shadow:0 8px #f1f2f499}.btn_border.salamon[data-v-b6f136ee]{background-color:#ffbba5;box-shadow:0 8px #f29577;color:#94482f}.btn_border.salamon[data-v-b6f136ee]:not(:disabled):hover{background-color:#ffb197}.btn_border.pink[data-v-b6f136ee]{background-color:#ff7d95;box-shadow:0 8px #e94c69}.btn_border.pink[data-v-b6f136ee]:not(:disabled):hover{background-color:#ff95a8}.btn_border.orange[data-v-b6f136ee]{background-color:#ff9200;box-shadow:0 8px #f06419}.btn_border.orange[data-v-b6f136ee]:not(:disabled):hover{background-color:#ff9c18}.btn_border.purple[data-v-b6f136ee]{background-color:#8a4bff;box-shadow:0 8px #6c34d4}.btn_border.purple[data-v-b6f136ee]:not(:disabled):hover{background-color:#a16fff}.btn_border.green[data-v-b6f136ee]{background-color:#15c3af;box-shadow:0 8px #02968d}.btn_border.green[data-v-b6f136ee]:not(:disabled):hover{background-color:#02968d;box-shadow:0 8px #027871}.btn_border[data-v-b6f136ee]:disabled{background-color:#d9dbed;box-shadow:0 8px #cacde7}.btn_border:not(.minimum) .icon_append[data-v-b6f136ee]{height:28px!important;width:28px!important}.btn_border.minimum[data-v-b6f136ee]{background:#e7effb;border-radius:12px;box-shadow:none;color:#4b52ff;font-size:18px;font-weight:700;gap:8px;padding:14px}.btn_border.minimum[data-v-b6f136ee]:not(:disabled):hover{background-color:#f1f4f9;box-shadow:none}.btn_border.minimum.white[data-v-b6f136ee]{background-color:#fff;border:1px solid #e9eef4}.btn_border.minimum.white[data-v-b6f136ee]:not(:disabled):hover{background-color:#e7effb;border-color:#e7effb}@media (max-width:999px){.btn_border[data-v-b6f136ee]{font-size:16px;line-height:1;padding:16px 20px}.btn_border:not(.minimum) .icon_append[data-v-b6f136ee]{height:24px!important;width:24px!important}}html[lang=ko-KR] .container_banner .wrap_banner .item_banner{letter-spacing:-.38px}.container_banner[data-v-4cc2eb35]{flex-shrink:0;height:var(--bannerHeight);overflow:hidden;position:fixed;top:0;width:100%;z-index:12}.container_banner .wrap_banner[data-v-4cc2eb35]{height:inherit}.container_banner .wrap_banner .item_banner[data-v-4cc2eb35]{align-items:center;color:#fff;display:flex;font-size:15px;gap:4px;height:inherit;justify-content:center;line-height:1.47}.container_banner .wrap_banner .item_banner.NOTICE[data-v-4cc2eb35]{background-color:#1998b8}.container_banner .wrap_banner .item_banner.MAINTENANCE[data-v-4cc2eb35]{background-color:#626880}.container_banner .wrap_banner .item_banner.ERROR[data-v-4cc2eb35]{background-color:#e5594d}.container_banner .wrap_banner .item_banner.link[data-v-4cc2eb35]{cursor:pointer}.container_banner .wrap_banner .item_banner .icon_type[data-v-4cc2eb35]{flex-shrink:0;margin-top:2px}.container_banner .wrap_banner .item_banner .btn_link[data-v-4cc2eb35]{align-items:center;display:flex;flex-shrink:0;font-weight:700;padding-left:8px}@media (max-width:999px){.container_banner .wrap_banner .item_banner[data-v-4cc2eb35]{align-items:start;box-sizing:border-box;font-size:15px;justify-content:left;padding:20px;position:relative}.container_banner .wrap_banner .item_banner .icon_type[data-v-4cc2eb35]{display:none}.container_banner .wrap_banner .item_banner .btn_link[data-v-4cc2eb35]{bottom:18px;padding-left:0;position:absolute;right:20px}}@media (max-width:599px){.container_banner .wrap_banner .item_banner[data-v-4cc2eb35]{font-size:12px;padding:16px}.container_banner .wrap_banner .item_banner .btn_link[data-v-4cc2eb35]{bottom:12px;right:16px}.container_banner .wrap_banner .item_banner .btn_link i[data-v-4cc2eb35]{height:10px;width:10px}}.page_error[data-v-916fcdcc]{background-color:#f3f7fd;overflow:hidden}.page_error.status_210[data-v-916fcdcc]{background-color:#c2f4ff}.page_error.status_210 .img_yeti_web[data-v-916fcdcc]{left:50%;margin-left:20px;margin-top:15px;position:relative;transform:translate(-50%)}.page_error.status_210 h1[data-v-916fcdcc]{color:#1e1e22;font-size:28px;font-weight:700;line-height:140%}.page_error.status_210 h1>em[data-v-916fcdcc]{color:#4b52ff}.container_error[data-v-916fcdcc]{color:#000;margin:0 auto;max-width:430px;padding:235px 0 214px;position:relative;text-align:center}.container_error .txt_error[data-v-916fcdcc]{font-size:20px;font-weight:500;line-height:1.5;padding:10px 0 20px}.container_error .btn_main[data-v-916fcdcc]{margin:0 auto;width:200px}.container_error .img_block[data-v-916fcdcc]{position:absolute}.container_error .img_block.img_block_1[data-v-916fcdcc]{left:-490px;top:699px}.container_error .img_block.img_block_2[data-v-916fcdcc]{right:-505px;top:385px}@media (max-width:999px){.container_error[data-v-916fcdcc]{max-width:360px;min-width:360px;padding:170px 0 166px}.container_error .txt_error[data-v-916fcdcc]{font-size:18px;line-height:1.5;padding:16px 0 20px}.container_error .btn_main[data-v-916fcdcc]{width:180px}.container_error .img_yeti[data-v-916fcdcc]{height:223px}}
