@charset "UTF-8";.fade-in[data-v-dc4e8707]{animation-duration:.5s;animation-fill-mode:both;animation-name:fade-in;animation-timing-function:ease}.slide-up[data-v-dc4e8707]{animation-duration:.7s;animation-fill-mode:both;animation-name:slide-up;animation-timing-function:cubic-bezier(.4,0,.2,1)}[data-v-dc4e8707]:root{--font-primary:"Pretendard","Pretendard-fallback","Apple SD Gothic Neo","Malgun Gothic","맑은 고딕","Noto Sans KR",sans-serif;--font-optimized:"Pretendard-Optimized","Pretendard-fallback","Apple SD Gothic Neo","Malgun Gothic","맑은 고딕",sans-serif;--font-test:"Pretendard-Test","Pretendard-fallback","Apple SD Gothic Neo","Malgun Gothic","맑은 고딕",sans-serif;--font-fallback-primary:"Pretendard-fallback","Apple SD Gothic Neo","Malgun Gothic","맑은 고딕",sans-serif;--font-apple-fallback:"Pretendard-apple-fallback","Apple SD Gothic Neo",sans-serif;--font-malgun-fallback:"Pretendard-malgun-fallback","Malgun Gothic","맑은 고딕",sans-serif}.c-checktype[data-v-dc4e8707]{align-items:center;display:inline-flex;position:relative;--cchk-bezier:cubic-bezier(.4,0,.2,1);--cchk-switch-button-color:#fff;--cchk-switch-opacity-disabled:.5;--cchk-switch-rail-color:#e8e8e8;--cchk-switch-rail-color-active:#4c7ff7;--cchk-switch-button-width:var(--switch-wh);--cchk-switch-button-width-pressed:var(--switch-w-pressed);--cchk-switch-button-height:var(--switch-wh);--cchk-switch-height:max(var(--switch-h),var(--switch-wh));--cchk-switch-offset:calc((var(--switch-h) - var(--switch-wh))/2);--cchk-switch-width:max(4.8rem,calc(var(--switch-rail-size) + var(--switch-wh) - var(--switch-h)))}.c-checktype.small .c-label[data-v-dc4e8707]:after{color:#555;font-size:1.6rem;font-weight:400}.c-checktype.small .icon[data-v-dc4e8707]{height:2rem;width:2rem}.c-checktype.non-border .icon[data-v-dc4e8707]{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%3Cpath stroke='%23E2E2E2' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m14 7-5.966 6L6 10.955'/%3E%3C/svg%3E");border:none}.c-checktype.non-border .c-check:checked~.c-label .icon[data-v-dc4e8707]{background-color:transparent;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%3Cpath stroke='%234C7FF7' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m14 7-5.966 6L6 10.955'/%3E%3C/svg%3E")}.c-checktype.switch[data-v-dc4e8707]{--switch-wh:2.2rem;--switch-h:2.8rem;--switch-w-pressed:2.4rem;--switch-rail-size:4rem}.c-checktype.switch .c-label[data-v-dc4e8707]{align-items:center;display:inline-flex;height:var(--cchk-switch-height);justify-content:center;min-width:var(--cchk-switch-width);vertical-align:middle}.c-checktype.switch .c-label[data-v-dc4e8707]:after{content:none}.c-checktype.switch .c-switch-rail[data-v-dc4e8707]{background-color:var(--cchk-switch-rail-color);border-radius:calc(var(--cchk-switch-height)/2);display:inline-block;height:var(--cchk-switch-height);min-width:var(--cchk-switch-width);overflow:hidden;position:relative;transition:opacity .3s var(--cchk-bezier),background .3s var(--cchk-bezier),box-shadow .3s var(--cchk-bezier)}.c-checktype.switch .c-switch-button[data-v-dc4e8707]{background-color:var(--cchk-switch-button-color);border-radius:calc(var(--cchk-switch-height)/2);content:"";display:inline-block;height:var(--cchk-switch-button-height);left:var(--cchk-switch-offset);max-width:var(--cchk-switch-button-width);position:absolute;top:var(--cchk-switch-offset);transition:background-color .3s var(--cchk-bezier),left .3s var(--cchk-bezier),opacity .3s var(--cchk-bezier),max-width .3s var(--cchk-bezier),box-shadow .3s var(--cchk-bezier);width:var(--cchk-switch-button-width-pressed)}.c-checktype.switch .c-check:checked~.c-label .c-switch-rail[data-v-dc4e8707]{background-color:var(--cchk-switch-rail-color-active)}.c-checktype.switch .c-check:checked~.c-label .c-switch-button[data-v-dc4e8707]{left:calc(100% - var(--cchk-switch-button-width) - var(--cchk-switch-offset))}.c-checktype.switch .c-check:disabled~.c-label .c-switch-rail[data-v-dc4e8707]{opacity:.5}.c-checktype.switch.tiny[data-v-dc4e8707]{--switch-wh:2.2rem;--switch-h:1.4rem;--switch-w-pressed:2.2rem;--switch-rail-size:3rem;--cchk-switch-width:max(4rem,calc(var(--switch-rail-size) + var(--switch-wh) - var(--switch-h)));--cchk-switch-offset-y:calc((var(--switch-h) - var(--switch-wh))/2);--cchk-switch-offset-x:0}.c-checktype.switch.tiny .c-switch-rail[data-v-dc4e8707]{border-radius:calc(var(--switch-h)/2);height:var(--switch-h);overflow:visible}.c-checktype.switch.tiny .c-switch-button[data-v-dc4e8707]{border:1px solid #d2d2d2;content:"";left:var(--cchk-switch-offset-x);top:var(--cchk-switch-offset-y)}.c-checktype.switch.tiny .c-check:checked~.c-label .c-switch-rail[data-v-dc4e8707]{background-color:#b7ccfc}.c-checktype.switch.tiny .c-check:checked~.c-label .c-switch-button[data-v-dc4e8707]{background-color:#4c7ff7;border-color:#4c7ff7;left:calc(var(--switch-rail-size) - var(--switch-wh) + 10px)}.c-checktype.switch.tiny .c-check:disabled~.c-label .c-switch-rail[data-v-dc4e8707]{opacity:.5}.c-checktype .c-label[data-v-dc4e8707]{min-width:auto}.c-checktype .c-label[data-v-dc4e8707]:after{color:#555;content:attr(aria-label);font-size:1.8rem;font-weight:500;margin-left:.8rem;min-width:0}.c-checktype .icon[data-v-dc4e8707]{align-items:center;background-color:#fff;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%3Cpath stroke='%23E2E2E2' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m13.84 7.12-5.728 5.76-1.952-1.963'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:1.9rem;border:1.5px solid #eee;border-radius:50%;display:flex;height:2.4rem;justify-content:center;transition:background-color .2s ease-in,border-color .2s ease-in;width:2.4rem}.c-checktype.button .c-check:checked~.c-label[data-v-dc4e8707]{background:#f6f9ff;border:1px solid #4c7ff7}.c-checktype.button .c-check:checked~.c-label[data-v-dc4e8707]:after{color:#4c7ff7}.c-checktype.button .c-label[data-v-dc4e8707]{background:#fff;border:1px solid #e2e2e2;border-radius:1.2rem;cursor:pointer;height:6.4rem;padding:1.6rem 2rem;width:100%}.c-checktype.button .c-label[data-v-dc4e8707]:after{color:#959595}.c-checktype.buttonType2[data-v-dc4e8707]{background-color:transparent;padding:0}.c-checktype.buttonType2.small .c-label[data-v-dc4e8707]{font-size:1.6rem;height:4.8rem}.c-checktype.buttonType2.small .c-label[data-v-dc4e8707]:before{line-height:1}.c-checktype.buttonType2 .c-check:disabled~.c-label[data-v-dc4e8707]{opacity:.4}.c-checktype.buttonType2 .c-check:disabled~.c-label .icon[data-v-dc4e8707],.c-checktype.buttonType2 .c-check:disabled~.c-label .icon[data-v-dc4e8707]:before{background-color:transparent}.c-checktype.buttonType2 .c-check:checked~.c-label[data-v-dc4e8707]{background:#f6f9ff;border:1px solid #4c7ff7;font-weight:500}.c-checktype.buttonType2 .c-check:checked~.c-label[data-v-dc4e8707]:before{color:#4c7ff7}.c-checktype.buttonType2 .c-label[data-v-dc4e8707]{background:#fff;border:1px solid #e2e2e2;border-radius:.8rem;color:rgb(var(--black));cursor:pointer;font-size:1.8rem;height:5.6rem;margin:0;padding:1.7rem 1.6rem}.c-checktype.buttonType2 .c-label[data-v-dc4e8707]:before{color:#959595;content:attr(aria-label);flex:1;min-width:0;order:2;text-align:center}.c-checktype.buttonType2 .c-label[data-v-dc4e8707]:after,.c-checktype.buttonType2 .icon[data-v-dc4e8707]{display:none}.c-checktype.buttonType2.flex-11[data-v-dc4e8707]{width:100%}.c-checktype.agree-all .c-check:checked~.c-label[data-v-dc4e8707]{background:#f6f9ff;border:none}.c-checktype.agree-all .c-check:checked~.c-label[data-v-dc4e8707]:after{color:#4c7ff7}.c-checktype.agree-all .c-label[data-v-dc4e8707]{background:#eee;border:none;height:5.6rem}.c-checktype.agree-all .c-label[data-v-dc4e8707]:after{color:#555;font-size:1.8rem;font-weight:700}.c-check[data-v-dc4e8707]{background-color:transparent;border:0;border-radius:0;height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.c-check:disabled~.c-label .icon[data-v-dc4e8707]{background-color:#f4f4f4;border-color:#e2e2e2}.c-check:checked~.c-label .icon[data-v-dc4e8707]{background-color:#4c7ff7;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%3Cpath stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m13.84 7.12-5.728 5.76-1.952-1.963'/%3E%3C/svg%3E");border-color:#4c7ff7}.c-check:checked:disabled~.c-label .icon[data-v-dc4e8707]{background-color:#eee;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%3Cpath stroke='%23D2D2D2' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m13.84 7.12-5.728 5.76-1.952-1.963'/%3E%3C/svg%3E");border-color:#eee}.c-check:checked:disabled~.c-label .icon[data-v-dc4e8707]:before{background-color:var(--white)}
