:root{--icon-radio-default: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Ccircle cx='10' cy='10' r='9' stroke='%23C4C4C4' stroke-width='2'/%3E%3C/svg%3E");--icon-radio-checked: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Ccircle cx='10' cy='10' r='7.5' stroke='%2371d300' stroke-width='5'/%3E%3C/svg%3E");--icon-radio-disabled: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Ccircle cx='10' cy='10' r='9' fill='%23eeeeee' stroke='%23C4C4C4' stroke-width='2'/%3E%3C/svg%3E");--icon-checkbox-default: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Crect x='1' y='1' width='18' height='18' rx='3' stroke='%23C4C4C4' stroke-width='2'/%3E%3C/svg%3E");--icon-checkbox-checked: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Crect x='0.9' y='0.9' width='18.2' height='18.2' rx='3.1' fill='%2371d300' stroke='%2371d300' stroke-width='1.8'/%3E%3Cpath d='M6.2002 10.0249L9.29073 12.6499L14.2002 7.6499' stroke='white' stroke-width='2.7' stroke-linecap='square'/%3E%3C/svg%3E");--icon-checkbox-disabled: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Crect x='1' y='1' width='18' height='18' rx='3' fill='%23eeeeee' stroke='%23C4C4C4' stroke-width='2'/%3E%3C/svg%3E")}.form-row{display:flex;flex-direction:column;position:relative;gap:3.3333vw}@media(min-width: 641px){.form-row{gap:1.3333rem}}.form-row{margin-bottom:2.7778vw}@media(min-width: 641px){.form-row{margin-bottom:1.1111rem}}.form-row>label,.form-row>.label{display:flex;align-items:center;font-weight:600;color:var(--text-main);word-break:keep-all;font-size:4.0278vw}@media(min-width: 641px){.form-row>label,.form-row>.label{font-size:1.6111rem}}.form-row>label span,.form-row>.label span{font:inherit;color:var(--text-sub)}.form-row>label span.required,.form-row>.label span.required{color:var(--color-error)}.form-row.required>label::after,.form-row.required>.label::after{content:"*";color:var(--color-error);margin-left:4px;display:inline-block;font-weight:bold}.form-row>input,.form-row>select,.form-row>textarea,.form-row>.dropdown-box,.form-row>.multi-dropdown-box,.form-row>.group-items,.form-row>.datepicker-box,.form-row>.btn-box,.form-row>.input-group,.form-row>.file-box,.form-row>.multi-file-box{width:100%}.form-row.type-row{align-items:flex-start}.form-row.type-row div.error{width:100%}@media(min-width: 641px){.form-row.type-row{flex-direction:row;align-items:flex-start;flex-wrap:wrap}.form-row.type-row>label,.form-row.type-row>.label{flex:0 0 auto;width:auto;margin-bottom:0;min-width:12.5vw;min-height:4.4444vw}}@media(min-width: 641px)and (min-width: 641px){.form-row.type-row>label,.form-row.type-row>.label{min-width:5rem}}@media(min-width: 641px)and (min-width: 641px){.form-row.type-row>label,.form-row.type-row>.label{min-height:1.7778rem}}@media(min-width: 641px){.form-row.type-row:has(.group-items)>label,.form-row.type-row:has(.group-items)>.label{min-height:2.0833vw}}@media(min-width: 641px)and (min-width: 641px){.form-row.type-row:has(.group-items)>label,.form-row.type-row:has(.group-items)>.label{min-height:0.8333rem}}@media(min-width: 641px){.form-row.type-row.check .group-items,.form-row.type-row.radio .group-items{min-height:2.0833vw}}@media(min-width: 641px)and (min-width: 641px){.form-row.type-row.check .group-items,.form-row.type-row.radio .group-items{min-height:0.8333rem}}@media(min-width: 641px){.form-row.type-row>input,.form-row.type-row>select,.form-row.type-row>textarea,.form-row.type-row>.dropdown-box,.form-row.type-row>.multi-dropdown-box,.form-row.type-row>.group-items,.form-row.type-row>.datepicker-box,.form-row.type-row>.btn-box,.form-row.type-row>.input-group,.form-row.type-row>.file-box,.form-row.type-row>.multi-file-box{flex:1;width:100%;min-width:0}.form-row.type-row div.error{flex-basis:100%;width:100%;padding-left:0;margin-left:15.8333vw}}@media(min-width: 641px)and (min-width: 641px){.form-row.type-row div.error{margin-left:6.3333rem}}.form-row.type-col{align-items:flex-start}.form-row.type-col>label,.form-row.type-col>.label{width:100%;flex:none;margin-bottom:0;min-height:1.3889vw}@media(min-width: 641px){.form-row.type-col>label,.form-row.type-col>.label{min-height:0.5556rem}}.form-row input[type=text],.form-row input[type=number],.form-row input[type=tel],.form-row input[type=email],.form-row input[type=password],.form-row select,.form-row .dropdown-box>button{display:inline-block;background:var(--input-bg);border:1px solid var(--input-border);color:var(--gray8);transition:border-color .2s,box-shadow .2s;box-shadow:none;-webkit-appearance:none;appearance:none;font-size:4.0278vw}@media(min-width: 641px){.form-row input[type=text],.form-row input[type=number],.form-row input[type=tel],.form-row input[type=email],.form-row input[type=password],.form-row select,.form-row .dropdown-box>button{font-size:1.6111rem}}.form-row input[type=text],.form-row input[type=number],.form-row input[type=tel],.form-row input[type=email],.form-row input[type=password],.form-row select,.form-row .dropdown-box>button{border-radius:1.9444vw}@media(min-width: 641px){.form-row input[type=text],.form-row input[type=number],.form-row input[type=tel],.form-row input[type=email],.form-row input[type=password],.form-row select,.form-row .dropdown-box>button{border-radius:0.7778rem}}.form-row input[type=text],.form-row input[type=number],.form-row input[type=tel],.form-row input[type=email],.form-row input[type=password],.form-row select,.form-row .dropdown-box>button{height:11.1111vw}@media(min-width: 641px){.form-row input[type=text],.form-row input[type=number],.form-row input[type=tel],.form-row input[type=email],.form-row input[type=password],.form-row select,.form-row .dropdown-box>button{height:4.4444rem}}.form-row input[type=text],.form-row input[type=number],.form-row input[type=tel],.form-row input[type=email],.form-row input[type=password],.form-row select,.form-row .dropdown-box>button{padding:0 3.3333vw}@media(min-width: 641px){.form-row input[type=text],.form-row input[type=number],.form-row input[type=tel],.form-row input[type=email],.form-row input[type=password],.form-row select,.form-row .dropdown-box>button{padding:0 1.3333rem}}.form-row input[type=text]::placeholder,.form-row input[type=number]::placeholder,.form-row input[type=tel]::placeholder,.form-row input[type=email]::placeholder,.form-row input[type=password]::placeholder,.form-row select::placeholder,.form-row .dropdown-box>button::placeholder{font-weight:400;color:var(--text-muted);opacity:1;font-size:4.0278vw}@media(min-width: 641px){.form-row input[type=text]::placeholder,.form-row input[type=number]::placeholder,.form-row input[type=tel]::placeholder,.form-row input[type=email]::placeholder,.form-row input[type=password]::placeholder,.form-row select::placeholder,.form-row .dropdown-box>button::placeholder{font-size:1.6111rem}}.form-row input[type=text]:focus,.form-row input[type=number]:focus,.form-row input[type=tel]:focus,.form-row input[type=email]:focus,.form-row input[type=password]:focus,.form-row select:focus,.form-row .dropdown-box>button:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 4px rgba(113,211,0,0)}.form-row input[type=text]:disabled,.form-row input[type=number]:disabled,.form-row input[type=tel]:disabled,.form-row input[type=email]:disabled,.form-row input[type=password]:disabled,.form-row select:disabled,.form-row .dropdown-box>button:disabled{background:var(--line-light);border-color:var(--line-light);color:var(--text-muted);cursor:not-allowed}.form-row input[type=text]:disabled::placeholder,.form-row input[type=number]:disabled::placeholder,.form-row input[type=tel]:disabled::placeholder,.form-row input[type=email]:disabled::placeholder,.form-row input[type=password]:disabled::placeholder,.form-row select:disabled::placeholder,.form-row .dropdown-box>button:disabled::placeholder{color:var(--text-muted)}.form-row input[type=text]:not(.dropdown-box>button):read-only,.form-row input[type=number]:not(.dropdown-box>button):read-only,.form-row input[type=tel]:not(.dropdown-box>button):read-only,.form-row input[type=email]:not(.dropdown-box>button):read-only,.form-row input[type=password]:not(.dropdown-box>button):read-only,.form-row select:not(.dropdown-box>button):read-only,.form-row .dropdown-box>button:not(.dropdown-box>button):read-only{background:var(--line-light);border-color:var(--input-border);color:var(--text-muted);cursor:not-allowed}.form-row input[type=text]:not(.dropdown-box>button):read-only::placeholder,.form-row input[type=number]:not(.dropdown-box>button):read-only::placeholder,.form-row input[type=tel]:not(.dropdown-box>button):read-only::placeholder,.form-row input[type=email]:not(.dropdown-box>button):read-only::placeholder,.form-row input[type=password]:not(.dropdown-box>button):read-only::placeholder,.form-row select:not(.dropdown-box>button):read-only::placeholder,.form-row .dropdown-box>button:not(.dropdown-box>button):read-only::placeholder{color:var(--text-muted)}.form-row input[type=text]:not(:placeholder-shown),.form-row input[type=number]:not(:placeholder-shown),.form-row input[type=tel]:not(:placeholder-shown),.form-row input[type=email]:not(:placeholder-shown),.form-row input[type=password]:not(:placeholder-shown),.form-row select:not(:placeholder-shown),.form-row .dropdown-box>button:not(:placeholder-shown){border-color:#444}.form-row input[type=text].error,.form-row input[type=number].error,.form-row input[type=tel].error,.form-row input[type=email].error,.form-row input[type=password].error,.form-row select.error,.form-row .dropdown-box>button.error{border-color:var(--color-error)}.form-row textarea{display:block;resize:none;background:var(--input-bg);border:1px solid var(--input-border);color:var(--gray8);transition:border-color .2s,box-shadow .2s;box-shadow:none;-webkit-appearance:none;appearance:none;font-size:4.0278vw}@media(min-width: 641px){.form-row textarea{font-size:1.6111rem}}.form-row textarea{border-radius:1.9444vw}@media(min-width: 641px){.form-row textarea{border-radius:0.7778rem}}.form-row textarea{padding:4.1667vw 3.3333vw}@media(min-width: 641px){.form-row textarea{padding:1.6667rem 1.3333rem}}.form-row textarea{min-height:20.8333vw}@media(min-width: 641px){.form-row textarea{min-height:8.3333rem}}.form-row textarea.error{border-color:var(--color-error)}.form-row textarea::placeholder{font-weight:400;color:var(--text-muted);opacity:1;font-size:4.0278vw}@media(min-width: 641px){.form-row textarea::placeholder{font-size:1.6111rem}}.form-row textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 4px rgba(113,211,0,0)}.form-row textarea:disabled{background:var(--line-light);border-color:var(--line-light);color:var(--text-muted);cursor:not-allowed}.form-row textarea:disabled::placeholder{color:var(--text-muted)}.form-row textarea:read-only{background:var(--line-light);border-color:var(--input-border);color:var(--text-muted);cursor:not-allowed}.form-row textarea:read-only::placeholder{color:var(--text-muted)}.form-row div.error{position:relative;color:var(--color-error);display:flex;justify-content:flex-start;align-items:center;font-size:3.1944vw}@media(min-width: 641px){.form-row div.error{font-size:1.2778rem}}.form-row div.error{margin-top:-1.6667vw}@media(min-width: 641px){.form-row div.error{margin-top:-0.6667rem}}.form-row div.error:before{content:"*";color:inherit;margin-top:2px;margin-right:0.6944vw}@media(min-width: 641px){.form-row div.error:before{margin-right:0.2778rem}}.form-row div.error:before{font-size:3.1944vw}@media(min-width: 641px){.form-row div.error:before{font-size:1.2778rem}}.dropdown-box,.multi-dropdown-box{display:block;width:100%;position:relative}.dropdown-box>button,.multi-dropdown-box>button{width:100%;text-align:left;font-weight:400;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer !important;background:var(--input-bg);border:1px solid var(--input-border);color:var(--text-main);transition:border-color .2s,box-shadow .2s;height:11.1111vw}@media(min-width: 641px){.dropdown-box>button,.multi-dropdown-box>button{height:4.4444rem}}.dropdown-box>button,.multi-dropdown-box>button{border-radius:1.9444vw}@media(min-width: 641px){.dropdown-box>button,.multi-dropdown-box>button{border-radius:0.7778rem}}.dropdown-box>button,.multi-dropdown-box>button{font-size:3.3333vw}@media(min-width: 641px){.dropdown-box>button,.multi-dropdown-box>button{font-size:1.3333rem}}.dropdown-box>button,.multi-dropdown-box>button{padding:0 5.5556vw 0 3.3333vw}@media(min-width: 641px){.dropdown-box>button,.multi-dropdown-box>button{padding:0 2.2222rem 0 1.3333rem}}.dropdown-box>button:after,.multi-dropdown-box>button:after{content:"";position:absolute;top:50%;transform:translateY(-50%);background-color:var(--text-main);-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54' height='30' viewBox='0 0 54 30' fill='none'%3E%3Cpath d='M0.878677 5.12108C-0.292893 3.9495 -0.292895 2.05046 0.878677 0.878889C2.05025 -0.292681 3.94929 -0.292681 5.12086 0.878889L26.9998 22.7578L48.8787 0.878887C50.0502 -0.292685 51.9493 -0.292685 53.1209 0.878887C54.2924 2.05046 54.2924 3.9495 53.1209 5.12107L29.1209 29.1211C27.9493 30.2926 26.0503 30.2926 24.8787 29.1211L0.878677 5.12108Z' fill='black'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54' height='30' viewBox='0 0 54 30' fill='none'%3E%3Cpath d='M0.878677 5.12108C-0.292893 3.9495 -0.292895 2.05046 0.878677 0.878889C2.05025 -0.292681 3.94929 -0.292681 5.12086 0.878889L26.9998 22.7578L48.8787 0.878887C50.0502 -0.292685 51.9493 -0.292685 53.1209 0.878887C54.2924 2.05046 54.2924 3.9495 53.1209 5.12107L29.1209 29.1211C27.9493 30.2926 26.0503 30.2926 24.8787 29.1211L0.878677 5.12108Z' fill='black'/%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;transition:transform .2s ease,background-color .2s ease;right:3.3333vw}@media(min-width: 641px){.dropdown-box>button:after,.multi-dropdown-box>button:after{right:1.3333rem}}.dropdown-box>button:after,.multi-dropdown-box>button:after{width:2.9167vw}@media(min-width: 641px){.dropdown-box>button:after,.multi-dropdown-box>button:after{width:1.1667rem;max-width:100%}}.dropdown-box>button:after,.multi-dropdown-box>button:after{height:1.6667vw}@media(min-width: 641px){.dropdown-box>button:after,.multi-dropdown-box>button:after{height:0.6667rem}}.dropdown-box>button:disabled,.multi-dropdown-box>button:disabled{border-color:var(--line-light);background:var(--bg-page);color:var(--text-muted);cursor:not-allowed}.dropdown-box>button:disabled:after,.multi-dropdown-box>button:disabled:after{background-color:var(--text-muted)}.dropdown-box.placeholder>button,.multi-dropdown-box.placeholder>button{color:var(--text-muted);font-weight:normal}.dropdown-box.open>button,.multi-dropdown-box.open>button{border-color:var(--color-primary)}.dropdown-box.open>button:after,.multi-dropdown-box.open>button:after{transform:translateY(-50%) rotate(180deg);background-color:var(--color-primary)}.dropdown-box .dropdown-list,.multi-dropdown-box .dropdown-list{display:none;position:absolute;left:0;z-index:100;width:100%;background:var(--bg-white);border:1px solid var(--line-regular);border:1px solid var(--input-border);overflow-y:auto;box-shadow:0 4px 15px rgba(0,0,0,.1);top:14.5833vw}@media(min-width: 641px){.dropdown-box .dropdown-list,.multi-dropdown-box .dropdown-list{top:5.8333rem}}.dropdown-box .dropdown-list,.multi-dropdown-box .dropdown-list{border-radius:1.9444vw}@media(min-width: 641px){.dropdown-box .dropdown-list,.multi-dropdown-box .dropdown-list{border-radius:0.7778rem}}.dropdown-box .dropdown-list,.multi-dropdown-box .dropdown-list{max-height:41.6667vw}@media(min-width: 641px){.dropdown-box .dropdown-list,.multi-dropdown-box .dropdown-list{max-height:16.6667rem}}.dropdown-box .dropdown-list::-webkit-scrollbar-track,.multi-dropdown-box .dropdown-list::-webkit-scrollbar-track{background:rgba(0,0,0,0);margin:10px 0}.dropdown-box[direction=top] .dropdown-box .dropdown-list,.multi-dropdown-box[direction=top] .dropdown-box .dropdown-list,.dropdown-box[direction=top] .multi-dropdown-box .dropdown-list,.multi-dropdown-box[direction=top] .multi-dropdown-box .dropdown-list{top:auto;box-shadow:0 -4px 15px rgba(0,0,0,.1);bottom:14.5833vw}@media(min-width: 641px){.dropdown-box[direction=top] .dropdown-box .dropdown-list,.multi-dropdown-box[direction=top] .dropdown-box .dropdown-list,.dropdown-box[direction=top] .multi-dropdown-box .dropdown-list,.multi-dropdown-box[direction=top] .multi-dropdown-box .dropdown-list{bottom:5.8333rem}}.dropdown-box .dropdown-list ul,.multi-dropdown-box .dropdown-list ul{padding:1.3889vw 0}@media(min-width: 641px){.dropdown-box .dropdown-list ul,.multi-dropdown-box .dropdown-list ul{padding:0.5556rem 0}}.dropdown-box .dropdown-list ul li.empty,.multi-dropdown-box .dropdown-list ul li.empty{text-align:center;color:var(--text-muted);cursor:default;padding:2.7778vw 0}@media(min-width: 641px){.dropdown-box .dropdown-list ul li.empty,.multi-dropdown-box .dropdown-list ul li.empty{padding:1.1111rem 0}}.dropdown-box .dropdown-list ul li.empty,.multi-dropdown-box .dropdown-list ul li.empty{font-size:3.0556vw}@media(min-width: 641px){.dropdown-box .dropdown-list ul li.empty,.multi-dropdown-box .dropdown-list ul li.empty{font-size:1.2222rem}}.dropdown-box .dropdown-list ul li:hover{background:var(--color-primary-light)}.dropdown-box .dropdown-list ul li button{display:block;width:100%;text-align:left;background:rgba(0,0,0,0);border:none;color:var(--text-main);transition:background .2s,color .2s;padding:2.0833vw 3.3333vw}@media(min-width: 641px){.dropdown-box .dropdown-list ul li button{padding:0.8333rem 1.3333rem}}.dropdown-box .dropdown-list ul li button{font-size:3.3333vw}@media(min-width: 641px){.dropdown-box .dropdown-list ul li button{font-size:1.3333rem}}.dropdown-box .dropdown-list ul li button:hover{background-color:var(--bg-base);color:var(--color-primary)}.dropdown-box .dropdown-list ul li button.selected{background-color:var(--color-primary);color:#fff;position:relative}.dropdown-box .dropdown-list ul li button.selected:after{content:"";position:absolute;top:50%;transform:translateY(-50%);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") no-repeat center/contain;right:3.3333vw}@media(min-width: 641px){.dropdown-box .dropdown-list ul li button.selected:after{right:1.3333rem}}.dropdown-box .dropdown-list ul li button.selected:after{width:2.7778vw}@media(min-width: 641px){.dropdown-box .dropdown-list ul li button.selected:after{width:1.1111rem;max-width:100%}}.dropdown-box .dropdown-list ul li button.selected:after{height:2.7778vw}@media(min-width: 641px){.dropdown-box .dropdown-list ul li button.selected:after{height:1.1111rem}}.multi-dropdown-box .dropdown-list{padding-top:0}.multi-dropdown-box .dropdown-list .list-search{position:sticky;top:0;z-index:10;background:var(--bg-white);border-bottom:1px solid var(--line-light);display:flex;align-items:center;padding:1.3889vw}@media(min-width: 641px){.multi-dropdown-box .dropdown-list .list-search{padding:0.5556rem}}.multi-dropdown-box .dropdown-list .list-search input{width:100%;background:var(--bg-base);border:1px solid var(--line-light);color:var(--gray8);height:11.1111vw}@media(min-width: 641px){.multi-dropdown-box .dropdown-list .list-search input{height:4.4444rem}}.multi-dropdown-box .dropdown-list .list-search input{border-radius:1.9444vw}@media(min-width: 641px){.multi-dropdown-box .dropdown-list .list-search input{border-radius:0.7778rem}}.multi-dropdown-box .dropdown-list .list-search input{padding-left:2.7778vw}@media(min-width: 641px){.multi-dropdown-box .dropdown-list .list-search input{padding-left:1.1111rem}}.multi-dropdown-box .dropdown-list .list-search input{font-size:3.0556vw}@media(min-width: 641px){.multi-dropdown-box .dropdown-list .list-search input{font-size:1.2222rem}}.multi-dropdown-box .dropdown-list .list-search input:focus{border-color:var(--color-primary);outline:none}.multi-dropdown-box .dropdown-list .list-search .icon-svg{position:absolute;color:var(--color-primary);pointer-events:none;right:4.1667vw}@media(min-width: 641px){.multi-dropdown-box .dropdown-list .list-search .icon-svg{right:1.6667rem}}.multi-dropdown-box .dropdown-list .list-search .icon-svg{width:4.1667vw}@media(min-width: 641px){.multi-dropdown-box .dropdown-list .list-search .icon-svg{width:1.6667rem;max-width:100%}}.multi-dropdown-box .dropdown-list .list-search .icon-svg{height:4.1667vw}@media(min-width: 641px){.multi-dropdown-box .dropdown-list .list-search .icon-svg{height:1.6667rem}}.multi-dropdown-box .dropdown-list ul li label{cursor:pointer;display:block}.multi-dropdown-box .dropdown-list ul li label:hover{background:var(--color-primary-light)}.multi-dropdown-box .dropdown-list ul li label input{display:none}.multi-dropdown-box .dropdown-list ul li label input:checked+p{background-color:var(--color-primary);color:#fff}.multi-dropdown-box .dropdown-list ul li label p{display:block;color:var(--text-main);transition:all .2s;padding:2.0833vw 3.3333vw}@media(min-width: 641px){.multi-dropdown-box .dropdown-list ul li label p{padding:0.8333rem 1.3333rem}}.multi-dropdown-box .dropdown-list ul li label p{font-size:3.3333vw}@media(min-width: 641px){.multi-dropdown-box .dropdown-list ul li label p{font-size:1.3333rem}}.multi-dropdown-box .dropdown-list ul li label p:hover{background-color:var(--bg-base);color:var(--color-primary)}.multi-dropdown-box .dropdown-list ul li label p span{color:var(--color-primary);font-weight:bold}label input:checked+p .multi-dropdown-box .dropdown-list ul li label p span{color:#fff;text-decoration:underline}.group-items{display:flex;flex-wrap:wrap;align-items:center;min-height:3.8889vw}@media(min-width: 641px){.group-items{min-height:1.5556rem}}.group-items{gap:4.1667vw}@media(min-width: 641px){.group-items{gap:1.6667rem}}.group-items:not(.form-row *){margin-bottom:4.1667vw}@media(min-width: 641px){.group-items:not(.form-row *){margin-bottom:1.6667rem}}.check-box{display:inline-flex;align-items:center;position:relative;cursor:pointer}.check-box input[type=checkbox]{-webkit-appearance:none;appearance:none;display:block;margin:0;cursor:pointer;background-color:rgba(0,0,0,0);background-image:var(--icon-checkbox-default);background-position:center;background-repeat:no-repeat;background-size:contain;border:none;transition:background-image .2s ease;width:4.1667vw}@media(min-width: 641px){.check-box input[type=checkbox]{width:1.6667rem;max-width:100%}}.check-box input[type=checkbox]{height:4.1667vw}@media(min-width: 641px){.check-box input[type=checkbox]{height:1.6667rem}}.check-box input[type=checkbox]{margin-right:1.1111vw}@media(min-width: 641px){.check-box input[type=checkbox]{margin-right:0.4444rem}}.check-box input[type=checkbox]:checked{background-image:var(--icon-checkbox-checked)}.check-box input[type=checkbox]:disabled{background-image:var(--icon-checkbox-disabled);cursor:not-allowed}.check-box input[type=checkbox]:disabled+label{color:var(--text-muted);cursor:not-allowed}.check-box label{color:var(--gray6);font-weight:500;cursor:pointer;display:flex;align-items:center;transition:color .2s;font-weight:600;font-size:3.75vw}@media(min-width: 641px){.check-box label{font-size:1.5rem}}.check-box input[type=checkbox]:checked+label{font-weight:700;color:var(--gray8)}.radio-box{display:inline-flex;align-items:center;position:relative;cursor:pointer}.radio-box label{display:flex;align-items:center;cursor:pointer}.radio-box label input[type=radio]{-webkit-appearance:none;appearance:none;display:block;margin:0;background-color:rgba(0,0,0,0);background-image:var(--icon-radio-default);background-position:center;background-repeat:no-repeat;background-size:contain;border:none;transition:background-image .2s ease;width:4.1667vw}@media(min-width: 641px){.radio-box label input[type=radio]{width:1.6667rem;max-width:100%}}.radio-box label input[type=radio]{height:4.1667vw}@media(min-width: 641px){.radio-box label input[type=radio]{height:1.6667rem}}.radio-box label input[type=radio]{margin-right:1.1111vw}@media(min-width: 641px){.radio-box label input[type=radio]{margin-right:0.4444rem}}.radio-box label input[type=radio]:checked{background-image:var(--icon-radio-checked)}.radio-box label input[type=radio]:disabled{background-image:var(--icon-radio-disabled);cursor:not-allowed}.radio-box label input[type=radio]:disabled+span{color:var(--text-muted);cursor:not-allowed}.radio-box label span{color:var(--gray6);font-weight:600;transition:color .2s;font-size:3.75vw}@media(min-width: 641px){.radio-box label span{font-size:1.5rem}}.radio-box label input[type=radio]:checked+span{font-weight:700;color:var(--gray8)}.check-box.required label::after,.radio-box.required span::after{content:"*";color:var(--color-error);margin-left:4px;display:inline-block}.datepicker-box{position:relative;width:100%}.datepicker-box input.datepicker-input{width:100%;cursor:pointer;padding-right:5.5556vw}@media(min-width: 641px){.datepicker-box input.datepicker-input{padding-right:2.2222rem}}.datepicker-box .icon-svg{position:absolute;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--color-primary);right:3.3333vw}@media(min-width: 641px){.datepicker-box .icon-svg{right:1.3333rem}}.datepicker-box .icon-svg{width:5vw}@media(min-width: 641px){.datepicker-box .icon-svg{width:2rem;max-width:100%}}.datepicker-box .icon-svg{height:5vw}@media(min-width: 641px){.datepicker-box .icon-svg{height:2rem}}.datepicker-box .icon-svg svg{width:100%;height:100%;fill:currentColor}.file-box{display:flex;align-items:center;width:100%;gap:1.1111vw}@media(min-width: 641px){.file-box{gap:0.4444rem}}.file-box .upload-name{display:inline-block;flex:1;width:100%;background:var(--input-bg);border:1px solid var(--input-border);color:var(--text-main);font-size:3.3333vw}@media(min-width: 641px){.file-box .upload-name{font-size:1.3333rem}}.file-box .upload-name{border-radius:1.9444vw}@media(min-width: 641px){.file-box .upload-name{border-radius:0.7778rem}}.file-box .upload-name{height:11.1111vw}@media(min-width: 641px){.file-box .upload-name{height:4.4444rem}}.file-box .upload-name{padding:0 3.3333vw}@media(min-width: 641px){.file-box .upload-name{padding:0 1.3333rem}}.file-box .upload-name:read-only{background-color:var(--bg-white);color:var(--text-main);cursor:default}.file-box .btn-upload{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-weight:500;color:#fff;background-color:var(--text-sub);transition:background-color .2s;white-space:nowrap;height:11.1111vw}@media(min-width: 641px){.file-box .btn-upload{height:4.4444rem}}.file-box .btn-upload{padding:0 4.1667vw}@media(min-width: 641px){.file-box .btn-upload{padding:0 1.6667rem}}.file-box .btn-upload{border-radius:1.25vw}@media(min-width: 641px){.file-box .btn-upload{border-radius:0.5rem}}.file-box .btn-upload{font-size:3.3333vw}@media(min-width: 641px){.file-box .btn-upload{font-size:1.3333rem}}.file-box .btn-upload:hover{background-color:var(--text-main)}.file-box .upload-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.multi-file-box{display:block;width:100%}.multi-file-box .upload-top{display:flex;align-items:center;width:100%;margin-bottom:0}.multi-file-box .upload-top .btn-upload{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;background-color:var(--text-main);color:#fff;font-weight:500;height:11.1111vw}@media(min-width: 641px){.multi-file-box .upload-top .btn-upload{height:4.4444rem}}.multi-file-box .upload-top .btn-upload{padding:0 3.3333vw}@media(min-width: 641px){.multi-file-box .upload-top .btn-upload{padding:0 1.3333rem}}.multi-file-box .upload-top .btn-upload{border-radius:0.8333vw}@media(min-width: 641px){.multi-file-box .upload-top .btn-upload{border-radius:0.3333rem}}.multi-file-box .upload-top .btn-upload{font-size:3.0556vw}@media(min-width: 641px){.multi-file-box .upload-top .btn-upload{font-size:1.2222rem}}.multi-file-box .upload-top .btn-upload:hover{background-color:var(--color-primary)}.multi-file-box .upload-top .upload-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.multi-file-box .file-list-row{display:flex;flex-direction:column;width:100%;margin-top:1.3889vw}@media(min-width: 641px){.multi-file-box .file-list-row{margin-top:0.5556rem}}.multi-file-box .file-list-row .info{display:block;color:var(--text-muted);line-height:1.4;margin-bottom:1.1111vw}@media(min-width: 641px){.multi-file-box .file-list-row .info{margin-bottom:0.4444rem}}.multi-file-box .file-list-row .info{font-size:2.7778vw}@media(min-width: 641px){.multi-file-box .file-list-row .info{font-size:1.1111rem}}.multi-file-box .file-list-row .file-list{display:none;width:100%;background:var(--bg-base);border:1px solid var(--line-light);border-radius:0.8333vw}@media(min-width: 641px){.multi-file-box .file-list-row .file-list{border-radius:0.3333rem}}.multi-file-box .file-list-row .file-list{padding:1.3889vw}@media(min-width: 641px){.multi-file-box .file-list-row .file-list{padding:0.5556rem}}.multi-file-box .file-list-row .file-list{min-height:6.9444vw}@media(min-width: 641px){.multi-file-box .file-list-row .file-list{min-height:2.7778rem}}.multi-file-box .file-list-row .file-list li{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid var(--line-light);color:var(--text-main);margin-bottom:1.1111vw}@media(min-width: 641px){.multi-file-box .file-list-row .file-list li{margin-bottom:0.4444rem}}.multi-file-box .file-list-row .file-list li{padding:1.3889vw 2.0833vw}@media(min-width: 641px){.multi-file-box .file-list-row .file-list li{padding:0.5556rem 0.8333rem}}.multi-file-box .file-list-row .file-list li{font-size:2.9167vw}@media(min-width: 641px){.multi-file-box .file-list-row .file-list li{font-size:1.1667rem}}.multi-file-box .file-list-row .file-list li{border-radius:0.5556vw}@media(min-width: 641px){.multi-file-box .file-list-row .file-list li{border-radius:0.2222rem}}.multi-file-box .file-list-row .file-list li:last-child{margin-bottom:0}.multi-file-box .file-list-row .file-list li .name{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.multi-file-box .file-list-row .file-list li .btn-remove{flex:0 0 auto;cursor:pointer;color:var(--color-error);font-weight:bold;margin-left:10px;background:none;border:none;padding:0 5px}.multi-file-box .file-list-row .file-list li .btn-remove:hover{text-decoration:underline}.modal-dim{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);z-index:2000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.modal-dim.is-active{opacity:1;visibility:visible}.modal-dim.is-active .modal-layer{transform:translateY(0);opacity:1}.modal-layer{position:relative;background:#fff;box-shadow:0 10px 25px rgba(0,0,0,.2);overflow:hidden;width:87.5%;max-height:85vh;display:flex;flex-direction:column;transform:translateY(20px);opacity:0;transition:transform .3s cubic-bezier(0.25, 0.8, 0.25, 1),opacity .3s;border-radius:2.5vw}@media(min-width: 641px){.modal-layer{border-radius:1rem}}@media screen and (min-width: 641px){.modal-layer{width:100%;max-width:560px}}.modal-layer .modal-header{position:relative;display:flex;align-items:center;justify-content:center;padding:6.9444vw 0}@media(min-width: 641px){.modal-layer .modal-header{padding:2.7778rem 0}}.modal-layer .modal-header .tit{font-weight:700;color:#fff;font-size:4.4444vw}@media(min-width: 641px){.modal-layer .modal-header .tit{font-size:1.7778rem}}.modal-layer .modal-header .btn-close-modal{position:absolute;cursor:pointer;top:2.7778vw}@media(min-width: 641px){.modal-layer .modal-header .btn-close-modal{top:1.1111rem}}.modal-layer .modal-header .btn-close-modal{right:2.7778vw}@media(min-width: 641px){.modal-layer .modal-header .btn-close-modal{right:1.1111rem}}.modal-layer .modal-header .btn-close-modal{width:5.5556vw}@media(min-width: 641px){.modal-layer .modal-header .btn-close-modal{width:2.2222rem;max-width:100%}}.modal-layer .modal-header .btn-close-modal{height:5.5556vw}@media(min-width: 641px){.modal-layer .modal-header .btn-close-modal{height:2.2222rem}}.modal-layer .modal-header .btn-close-modal .icon-svg{width:100%;height:100%}.modal-layer .modal-header .btn-close-modal .icon-svg svg{fill:#fff}.modal-layer .modal-body{flex:1;overflow-y:auto;background:#fff;-webkit-overflow-scrolling:touch;color:#333;padding:5.5556vw}@media(min-width: 641px){.modal-layer .modal-body{padding:2.2222rem}}.modal-layer .modal-body{font-size:2.9167vw}@media(min-width: 641px){.modal-layer .modal-body{font-size:1.1667rem}}.modal-layer .modal-footer{display:flex;align-items:center;justify-content:center;padding:3.3333vw}@media(min-width: 641px){.modal-layer .modal-footer{padding:1.3333rem}}.modal-layer .modal-footer{gap:1.6667vw}@media(min-width: 641px){.modal-layer .modal-footer{gap:0.6667rem}}.tooltip{display:none;position:fixed;left:50%;z-index:2;margin-left:-700px;width:350px;height:494px;top:243px}@media screen and (min-width: 1500px){.tooltip{display:block}}.tooltip .border-moving-box{position:relative;overflow:hidden;width:350px}.tooltip .border-moving-box .inner-content{position:relative;z-index:2;width:100%;height:100%;overflow:hidden}.tooltip .border-moving-box .inner-content img{width:100%;display:block}.tooltip .border-moving-box .lightning{position:absolute;z-index:4;top:3px;left:11px;opacity:0;animation:accelFadeInOut 2.5s cubic-bezier(0.5, 0, 1, 0.5) infinite}.tooltip .border-moving-box a{position:absolute;display:block;width:315px;height:67px;left:11px;bottom:30px;z-index:5}.tooltip .qr ul{width:320px;display:flex;justify-content:space-between;align-items:center}.tooltip .qr ul li:nth-child(1){padding-left:11px}.tooltip .qr ul li:nth-child(1) p{color:#fff;font-weight:700;font-size:28px}.tooltip .qr ul li:nth-child(1) p:nth-child(2) b{color:#fff82f}.tooltip .qr ul li:nth-child(1) p:nth-child(3) b{color:#00c704}.tooltip .qr ul li:nth-child(2){width:91px;height:91px;background:#fff;border-radius:10px;display:flex;justify-content:center;align-items:center}@keyframes accelFadeInOut{0%{opacity:0}65%{opacity:1}70%{opacity:1}100%{opacity:0}}:root{--color-primary: #71d300;--color-secondary: #AE8766;--color-error: #F82417;--color-family: #6FA05A;--gray-wh: #ffffff;--gray-bk: #000000;--gray1: #F3F3F3;--gray2: #EDEDED;--gray3: #DEDEDE;--gray4: #C4C4C4;--gray5: #9F9F9F;--gray6: #888888;--gray7: #616161;--gray8: #444444;--gray9: #2B2B2B;--bg-page: var(--gray-wh);--bg-white: $gray-wh;--text-main: var(--gray9);--text-sub: var(--gray6);--text-muted: var(--gray4);--line-light: var(--gray2);--line-basic: var(--gray5);--line-strong: var(--gray7);--input-height: 48px;--input-bg: $gray-wh;--input-border: var(--line-basic);--input-radius: 6px;--table-th-bg: var(--gray1);--table-th-text: var(--gray7);--table-border: var(--gray2);--PlaceColor: var(--gray4);--color-primary-dark: rgb(72.0308056872, 134.5, 0);--color-primary-light: rgb(234.5639810427, 255, 211);--color-secondary-dark: rgb(130.4423076923, 97.1923076923, 69.0576923077);--color-secondary-light: rgb(235.7884615385, 226.5384615385, 218.7115384615)}@keyframes pick-result-rotate{to{transform:translate(-50%, -50%) scale(2) rotate(360deg)}}html,body{width:100%;height:100%;margin:0;padding:0}body{background:#000 url("https://terrasonny.gcdn.ntruss.com/assets/images/bg_body.jpg") no-repeat 0 0;background-size:cover;background-attachment:fixed}@media screen and (min-width: 740px){body:before{pointer-events:none;content:"";position:fixed;left:50%;top:-10%;width:640px;height:110%;z-index:1;margin-left:-320px;box-shadow:8px 25px 10px 0px #092308,0 0 7px 0px rgba(0,0,0,.15);mix-blend-mode:multiply}}body.view{background:#fff}@media screen and (min-width: 740px){body.view:before{display:none}}.ready-container{position:absolute;top:0;left:0;width:1px;height:1px;opacity:.1}.gotham{font-family:"Gotham",sans-serif}.container{position:relative;width:100%;max-width:640px;margin:0 auto;min-height:100vh}section.section .img-row,section.section .img{width:100%}section.section .img-row img,section.section .img img{width:100%;height:100%;object-fit:cover}section.section-01 .section-inner{background:#000}section.section-01 .section-inner .main-row{overflow:hidden;height:137.9861vw}@media(min-width: 641px){section.section-01 .section-inner .main-row{height:55.1944rem}}section.section-01 .section-inner .main-row .text-row.top{position:absolute;left:4.9305555556%;flex-flow:wrap;z-index:3;display:flex;justify-content:flex-start;align-items:flex-start;top:6.0417vw}@media(min-width: 641px){section.section-01 .section-inner .main-row .text-row.top{top:2.4167rem}}section.section-01 .section-inner .main-row .text-row.top{width:90.3472vw}@media(min-width: 641px){section.section-01 .section-inner .main-row .text-row.top{width:36.1389rem;max-width:100%}}section.section-01 .section-inner .main-row .text-row.top{height:31.1111vw}@media(min-width: 641px){section.section-01 .section-inner .main-row .text-row.top{height:12.4444rem}}section.section-01 .section-inner .main-row .text-row.top .img-row{width:100%}section.section-01 .section-inner .main-row .text-row.top .img-row:nth-child(1){width:61.1111vw}@media(min-width: 641px){section.section-01 .section-inner .main-row .text-row.top .img-row:nth-child(1){width:24.4444rem;max-width:100%}}section.section-01 .section-inner .main-row .text-row.top .img-row:nth-child(2){display:flex;justify-content:flex-start;align-items:center}section.section-01 .section-inner .main-row .text-row.top .img-row:nth-child(2) .img{height:14.5139vw}@media(min-width: 641px){section.section-01 .section-inner .main-row .text-row.top .img-row:nth-child(2) .img{height:5.8056rem}}section.section-01 .section-inner .main-row .text-row.top .img-row:nth-child(2) .img1{width:38.9583vw}@media(min-width: 641px){section.section-01 .section-inner .main-row .text-row.top .img-row:nth-child(2) .img1{width:15.5833rem;max-width:100%}}section.section-01 .section-inner .main-row .text-row.top .img-row:nth-child(2) .img2{width:51.9444vw}@media(min-width: 641px){section.section-01 .section-inner .main-row .text-row.top .img-row:nth-child(2) .img2{width:20.7778rem;max-width:100%}}section.section-01 .section-inner .main-row .text-row.top .img-row:nth-child(2) .img2 span{position:absolute;top:0;left:0;display:flex;width:1.7361vw}@media(min-width: 641px){section.section-01 .section-inner .main-row .text-row.top .img-row:nth-child(2) .img2 span{width:0.6944rem;max-width:100%}}section.section-01 .section-inner .main-row .text-row.top .img-row:nth-child(2) .img2 span{height:1.8056vw}@media(min-width: 641px){section.section-01 .section-inner .main-row .text-row.top .img-row:nth-child(2) .img2 span{height:0.7222rem}}section.section-01 .section-inner .main-row .text-row.top .img-row:nth-child(2) .img2 span:nth-of-type(1){left:8.8889vw}@media(min-width: 641px){section.section-01 .section-inner .main-row .text-row.top .img-row:nth-child(2) .img2 span:nth-of-type(1){left:3.5556rem}}section.section-01 .section-inner .main-row .text-row.top .img-row:nth-child(2) .img2 span:nth-of-type(2){left:21.1806vw}@media(min-width: 641px){section.section-01 .section-inner .main-row .text-row.top .img-row:nth-child(2) .img2 span:nth-of-type(2){left:8.4722rem}}section.section-01 .section-inner .main-row .text-row.top .img-row:nth-child(2) .img2 span:nth-of-type(3){left:32.6389vw}@media(min-width: 641px){section.section-01 .section-inner .main-row .text-row.top .img-row:nth-child(2) .img2 span:nth-of-type(3){left:13.0556rem}}section.section-01 .section-inner .main-row .text-row.top .img-row:nth-child(2) .img2 span:nth-of-type(4){left:44.0972vw}@media(min-width: 641px){section.section-01 .section-inner .main-row .text-row.top .img-row:nth-child(2) .img2 span:nth-of-type(4){left:17.6389rem}}section.section-01 .section-inner .main-row .text-row.top .img-row:nth-child(3){display:flex;justify-content:flex-end;align-items:center}section.section-01 .section-inner .main-row .text-row.top .img-row:nth-child(3) .img{width:30.7639vw}@media(min-width: 641px){section.section-01 .section-inner .main-row .text-row.top .img-row:nth-child(3) .img{width:12.3056rem;max-width:100%}}section.section-01 .section-inner .main-row .text-row.top .img-row:nth-child(3) .img{height:11.875vw}@media(min-width: 641px){section.section-01 .section-inner .main-row .text-row.top .img-row:nth-child(3) .img{height:4.75rem}}section.section-01 .section-inner .main-row .text-row.bottom{position:absolute;z-index:2;right:4.5139vw}@media(min-width: 641px){section.section-01 .section-inner .main-row .text-row.bottom{right:1.8056rem}}section.section-01 .section-inner .main-row .text-row.bottom{bottom:5.9028vw}@media(min-width: 641px){section.section-01 .section-inner .main-row .text-row.bottom{bottom:2.3611rem}}section.section-01 .section-inner .main-row .text-row.bottom .img-row{width:27.7778vw}@media(min-width: 641px){section.section-01 .section-inner .main-row .text-row.bottom .img-row{width:11.1111rem;max-width:100%}}section.section-01 .section-inner .main-row .text-row.bottom .img-row{height:11.9444vw}@media(min-width: 641px){section.section-01 .section-inner .main-row .text-row.bottom .img-row{height:4.7778rem}}section.section-01 .section-inner .main-row>.img-row{overflow:hidden;transform:scale(1.05);filter:blur(5px);animation:smoothReveal 2s ease-out forwards;height:137.9861vw}@media(min-width: 641px){section.section-01 .section-inner .main-row>.img-row{height:55.1944rem}}section.section-01 .section-inner p{display:block;position:absolute;color:#87909a;width:50%;height:50%;z-index:3;top:0;left:2.7778vw}@media(min-width: 641px){section.section-01 .section-inner p{left:1.1111rem}}section.section-01 .section-inner p{top:38.1944vw}@media(min-width: 641px){section.section-01 .section-inner p{top:15.2778rem}}section.section-01 .section-inner p{width:2.0833vw}@media(min-width: 641px){section.section-01 .section-inner p{width:0.8333rem;max-width:100%}}section.section-01 .section-inner p img{width:100%}section.section-02{position:relative;z-index:100;height:18.125vw}@media(min-width: 641px){section.section-02{height:7.25rem}}section.section-02 .section-tab{width:100%;max-width:640px;background:#111511;z-index:100;height:18.125vw}@media(min-width: 641px){section.section-02 .section-tab{height:7.25rem}}section.section-02 .section-tab.fixed{position:fixed;top:0;left:50%;transform:translateX(-50%);box-shadow:0 4px 10px rgba(0,0,0,.1)}section.section-02 .section-tab .tab-menu{height:100%;display:flex;justify-content:space-between;align-items:center}section.section-02 .section-tab .tab-menu li{width:33.3333333333%;height:100%}section.section-02 .section-tab .tab-menu li a{position:relative;width:100%;height:100%;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);display:block;display:flex;justify-content:center;align-items:center}section.section-02 .section-tab .tab-menu li a .img{position:absolute;left:50%;top:50%;transition:all .3s ease;display:flex;justify-content:flex-start;align-items:center;-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}section.section-02 .section-tab .tab-menu li a .img.on{opacity:0}section.section-02 .section-tab .tab-menu li a .line{position:absolute;bottom:0;left:50%;width:0;height:3px;background:#78b770;transition:all .3s ease;-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);transform:translateX(-50%)}section.section-02 .section-tab .tab-menu li a .line:before,section.section-02 .section-tab .tab-menu li a .line:after{content:"";position:absolute;width:50%;height:100%;top:0}section.section-02 .section-tab .tab-menu li a .line:before{left:0;background:linear-gradient(to right, rgb(17, 21, 17) 0%, rgba(17, 21, 17, 0) 60%)}section.section-02 .section-tab .tab-menu li a .line:after{right:0;background:linear-gradient(to left, rgb(17, 21, 17) 0%, rgba(17, 21, 17, 0) 60%)}section.section-02 .section-tab .tab-menu li a.active{pointer-events:auto}section.section-02 .section-tab .tab-menu li a.active .line{width:100%}section.section-02 .section-tab .tab-menu li a.active .img.off{opacity:0 !important}section.section-02 .section-tab .tab-menu li a.active .img.on{opacity:1 !important}@media(hover: hover)and (min-width: 640px){section.section-02 .section-tab .tab-menu li a:hover .line{width:100%}section.section-02 .section-tab .tab-menu li a:hover .img.off{opacity:0}section.section-02 .section-tab .tab-menu li a:hover .img.on{opacity:1}}section.section-02 .section-tab .tab-menu li:nth-child(1) a .img.off{width:12.2917vw}@media(min-width: 641px){section.section-02 .section-tab .tab-menu li:nth-child(1) a .img.off{width:4.9167rem;max-width:100%}}section.section-02 .section-tab .tab-menu li:nth-child(1) a .img.off{height:3.0556vw}@media(min-width: 641px){section.section-02 .section-tab .tab-menu li:nth-child(1) a .img.off{height:1.2222rem}}section.section-02 .section-tab .tab-menu li:nth-child(1) a .img.on{width:16.6667vw}@media(min-width: 641px){section.section-02 .section-tab .tab-menu li:nth-child(1) a .img.on{width:6.6667rem;max-width:100%}}section.section-02 .section-tab .tab-menu li:nth-child(1) a .img.on{height:4.2361vw}@media(min-width: 641px){section.section-02 .section-tab .tab-menu li:nth-child(1) a .img.on{height:1.6944rem}}section.section-02 .section-tab .tab-menu li:nth-child(2) a .img.off{width:27.7778vw}@media(min-width: 641px){section.section-02 .section-tab .tab-menu li:nth-child(2) a .img.off{width:11.1111rem;max-width:100%}}section.section-02 .section-tab .tab-menu li:nth-child(2) a .img.off{height:8.5417vw}@media(min-width: 641px){section.section-02 .section-tab .tab-menu li:nth-child(2) a .img.off{height:3.4167rem}}section.section-02 .section-tab .tab-menu li:nth-child(2) a .img.on{width:27.9167vw}@media(min-width: 641px){section.section-02 .section-tab .tab-menu li:nth-child(2) a .img.on{width:11.1667rem;max-width:100%}}section.section-02 .section-tab .tab-menu li:nth-child(2) a .img.on{height:8.5417vw}@media(min-width: 641px){section.section-02 .section-tab .tab-menu li:nth-child(2) a .img.on{height:3.4167rem}}section.section-02 .section-tab .tab-menu li:nth-child(3) a .img.off{width:15.3472vw}@media(min-width: 641px){section.section-02 .section-tab .tab-menu li:nth-child(3) a .img.off{width:6.1389rem;max-width:100%}}section.section-02 .section-tab .tab-menu li:nth-child(3) a .img.off{height:3.5417vw}@media(min-width: 641px){section.section-02 .section-tab .tab-menu li:nth-child(3) a .img.off{height:1.4167rem}}section.section-02 .section-tab .tab-menu li:nth-child(3) a .img.on{width:15.7639vw}@media(min-width: 641px){section.section-02 .section-tab .tab-menu li:nth-child(3) a .img.on{width:6.3056rem;max-width:100%}}section.section-02 .section-tab .tab-menu li:nth-child(3) a .img.on{height:3.6806vw}@media(min-width: 641px){section.section-02 .section-tab .tab-menu li:nth-child(3) a .img.on{height:1.4722rem}}section.section-03 .section-inner.si1{background:url("https://terrasonny.gcdn.ntruss.com/assets/images/event/bg_tvcf.jpg") no-repeat center 0;background-size:100% auto;padding-top:20.4861vw}@media(min-width: 641px){section.section-03 .section-inner.si1{padding-top:8.1944rem}}section.section-03 .section-inner.si1 .img-row.img1{margin:0 auto 6.25vw auto}@media(min-width: 641px){section.section-03 .section-inner.si1 .img-row.img1{margin:0 auto 2.5rem auto}}section.section-03 .section-inner.si1 .img-row.img1{width:49.0278vw}@media(min-width: 641px){section.section-03 .section-inner.si1 .img-row.img1{width:19.6111rem;max-width:100%}}section.section-03 .section-inner.si1 .img-row.img1{height:7.2917vw}@media(min-width: 641px){section.section-03 .section-inner.si1 .img-row.img1{height:2.9167rem}}section.section-03 .section-inner.si1 .img-row.img2{margin:0 auto 6.9444vw auto}@media(min-width: 641px){section.section-03 .section-inner.si1 .img-row.img2{margin:0 auto 2.7778rem auto}}section.section-03 .section-inner.si1 .img-row.img2{width:67.7083vw}@media(min-width: 641px){section.section-03 .section-inner.si1 .img-row.img2{width:27.0833rem;max-width:100%}}section.section-03 .section-inner.si1 .img-row.img2{height:9.0278vw}@media(min-width: 641px){section.section-03 .section-inner.si1 .img-row.img2{height:3.6111rem}}section.section-03 .section-inner.si1 .text-row{text-align:center;color:#fff}section.section-03 .section-inner.si1 .text-row strong{display:block;text-box-trim:trim-both;text-box-edge:cap alphabetic;line-height:1.5;padding:.1em 0;font-weight:600;font-size:6.9444vw}@media(min-width: 641px){section.section-03 .section-inner.si1 .text-row strong{font-size:2.7778rem}}section.section-03 .section-inner.si1 .text-row strong{margin-bottom:9.375vw}@media(min-width: 641px){section.section-03 .section-inner.si1 .text-row strong{margin-bottom:3.75rem}}section.section-03 .section-inner.si1 .text-row p{display:block;text-box-trim:trim-both;text-box-edge:cap alphabetic;line-height:1.5;padding:.1em 0;font-weight:400;font-size:5.2083vw}@media(min-width: 641px){section.section-03 .section-inner.si1 .text-row p{font-size:2.0833rem}}section.section-03 .section-inner.si1 .text-row p{margin-bottom:10.0694vw}@media(min-width: 641px){section.section-03 .section-inner.si1 .text-row p{margin-bottom:4.0278rem}}section.section-03 .section-inner.si1 .youtube{position:relative;width:100%;aspect-ratio:16/9;background:#000;overflow:hidden;height:56.25vw}@media(min-width: 641px){section.section-03 .section-inner.si1 .youtube{height:22.5rem}}section.section-03 .section-inner.si1 .youtube .poster,section.section-03 .section-inner.si1 .youtube iframe{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}section.section-03 .section-inner.si1 .youtube iframe{border:0}section.section-03 .section-inner.si1 .youtube .poster{z-index:2}section.section-03 .section-inner.si1 .youtube .poster a{position:absolute;left:50%;top:50%;-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:16.8056vw}@media(min-width: 641px){section.section-03 .section-inner.si1 .youtube .poster a{width:6.7222rem;max-width:100%}}section.section-03 .section-inner.si1 .youtube .poster a{height:16.8056vw}@media(min-width: 641px){section.section-03 .section-inner.si1 .youtube .poster a{height:6.7222rem}}section.section-03 .section-inner.si1 .youtube .poster a img{width:100%}section.section-03 .section-inner.si1 .youtube .poster>img{width:100%}section.section-03 .section-inner.si1 .youtube.is-playing .poster{display:none;pointer-events:none}section.section-03 .section-inner.si1 .btn-row{display:flex;justify-content:center;align-items:center;gap:7.9861vw}@media(min-width: 641px){section.section-03 .section-inner.si1 .btn-row{gap:3.1944rem}}section.section-03 .section-inner.si1 .btn-row{padding:8.1944vw 0vw}@media(min-width: 641px){section.section-03 .section-inner.si1 .btn-row{padding:3.2778rem 0rem}}section.section-03 .section-inner.si1 .btn-row .btn{border:3px solid rgba(147,147,147,.6);background:rgba(0,0,0,0);transition:all .3s ease;display:flex;justify-content:center;align-items:center;width:13.8889vw}@media(min-width: 641px){section.section-03 .section-inner.si1 .btn-row .btn{width:5.5556rem;max-width:100%}}section.section-03 .section-inner.si1 .btn-row .btn{height:13.8889vw}@media(min-width: 641px){section.section-03 .section-inner.si1 .btn-row .btn{height:5.5556rem}}section.section-03 .section-inner.si1 .btn-row .btn{border-radius:13.8889vw}@media(min-width: 641px){section.section-03 .section-inner.si1 .btn-row .btn{border-radius:5.5556rem}}section.section-03 .section-inner.si1 .btn-row .btn span,section.section-03 .section-inner.si1 .btn-row .btn b{color:#939393;font-weight:500;opacity:.6;font-size:5vw}@media(min-width: 641px){section.section-03 .section-inner.si1 .btn-row .btn span,section.section-03 .section-inner.si1 .btn-row .btn b{font-size:2rem}}section.section-03 .section-inner.si1 .btn-row .btn.on,section.section-03 .section-inner.si1 .btn-row .btn:hover{background:#fff;border-color:#fff}section.section-03 .section-inner.si1 .btn-row .btn.on span,section.section-03 .section-inner.si1 .btn-row .btn.on b,section.section-03 .section-inner.si1 .btn-row .btn:hover span,section.section-03 .section-inner.si1 .btn-row .btn:hover b{color:#000;opacity:1;font-weight:700}section.section-03 .section-inner.si2{background:url("https://terrasonny.gcdn.ntruss.com/assets/images/event/bg_terra.jpg") no-repeat center 0;background-size:100% auto;padding-top:15.2778vw}@media(min-width: 641px){section.section-03 .section-inner.si2{padding-top:6.1111rem}}section.section-03 .section-inner.si2{padding-bottom:26.3889vw}@media(min-width: 641px){section.section-03 .section-inner.si2{padding-bottom:10.5556rem}}section.section-03 .section-inner.si2>.text-row{text-align:center;font-weight:700;background:#306520;background:linear-gradient(90deg, rgb(48, 101, 32) 15%, rgb(197, 236, 183) 25%, rgb(255, 255, 255) 50%, rgb(197, 236, 183) 75%, rgb(48, 101, 32) 85%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:rgba(0,0,0,0);font-size:6.9444vw}@media(min-width: 641px){section.section-03 .section-inner.si2>.text-row{font-size:2.7778rem}}section.section-03 .section-inner.si2>.img-group{flex-flow:wrap;display:flex;justify-content:center;align-items:center;margin:7.2917vw auto}@media(min-width: 641px){section.section-03 .section-inner.si2>.img-group{margin:2.9167rem auto}}section.section-03 .section-inner.si2>.img-group .img-row:nth-child(1){width:77.1528vw}@media(min-width: 641px){section.section-03 .section-inner.si2>.img-group .img-row:nth-child(1){width:30.8611rem;max-width:100%}}section.section-03 .section-inner.si2>.img-group .img-row:nth-child(1){margin-bottom:4.5139vw}@media(min-width: 641px){section.section-03 .section-inner.si2>.img-group .img-row:nth-child(1){margin-bottom:1.8056rem}}section.section-03 .section-inner.si2>.img-group .img-row:nth-child(2){width:72.2222vw}@media(min-width: 641px){section.section-03 .section-inner.si2>.img-group .img-row:nth-child(2){width:28.8889rem;max-width:100%}}section.section-03 .section-inner.si2>.slide-row .card_view .swiper-slide{opacity:.5;filter:blur(4px);transition:all .4s ease;width:79.2361vw}@media(min-width: 641px){section.section-03 .section-inner.si2>.slide-row .card_view .swiper-slide{width:31.6944rem;max-width:100%}}section.section-03 .section-inner.si2>.slide-row .card_view .swiper-slide{height:115.9722vw}@media(min-width: 641px){section.section-03 .section-inner.si2>.slide-row .card_view .swiper-slide{height:46.3889rem}}section.section-03 .section-inner.si2>.slide-row .card_view .swiper-slide img{width:100%}section.section-03 .section-inner.si2>.slide-row .card_view .swiper-slide.swiper-slide-active{opacity:1;filter:blur(0)}section.section-03 .section-inner.si2>.slide-row .card_view .swiper-button-next,section.section-03 .section-inner.si2>.slide-row .card_view .swiper-button-prev{left:auto;display:flex;justify-content:center;align-items:center;right:8.3333vw}@media(min-width: 641px){section.section-03 .section-inner.si2>.slide-row .card_view .swiper-button-next,section.section-03 .section-inner.si2>.slide-row .card_view .swiper-button-prev{right:3.3333rem}}section.section-03 .section-inner.si2>.slide-row .card_view .swiper-button-next,section.section-03 .section-inner.si2>.slide-row .card_view .swiper-button-prev{width:7.6389vw}@media(min-width: 641px){section.section-03 .section-inner.si2>.slide-row .card_view .swiper-button-next,section.section-03 .section-inner.si2>.slide-row .card_view .swiper-button-prev{width:3.0556rem;max-width:100%}}section.section-03 .section-inner.si2>.slide-row .card_view .swiper-button-next,section.section-03 .section-inner.si2>.slide-row .card_view .swiper-button-prev{height:13.2639vw}@media(min-width: 641px){section.section-03 .section-inner.si2>.slide-row .card_view .swiper-button-next,section.section-03 .section-inner.si2>.slide-row .card_view .swiper-button-prev{height:5.3056rem}}section.section-03 .section-inner.si2>.slide-row .card_view .swiper-button-next:after,section.section-03 .section-inner.si2>.slide-row .card_view .swiper-button-prev:after{display:none}section.section-03 .section-inner.si2>.slide-row .card_view .swiper-button-next .icon-svg,section.section-03 .section-inner.si2>.slide-row .card_view .swiper-button-prev .icon-svg{width:2.9167vw}@media(min-width: 641px){section.section-03 .section-inner.si2>.slide-row .card_view .swiper-button-next .icon-svg,section.section-03 .section-inner.si2>.slide-row .card_view .swiper-button-prev .icon-svg{width:1.1667rem;max-width:100%}}section.section-03 .section-inner.si2>.slide-row .card_view .swiper-button-next .icon-svg,section.section-03 .section-inner.si2>.slide-row .card_view .swiper-button-prev .icon-svg{height:5.0694vw}@media(min-width: 641px){section.section-03 .section-inner.si2>.slide-row .card_view .swiper-button-next .icon-svg,section.section-03 .section-inner.si2>.slide-row .card_view .swiper-button-prev .icon-svg{height:2.0278rem}}section.section-03 .section-inner.si2>.slide-row .card_view .swiper-button-next .icon-svg,section.section-03 .section-inner.si2>.slide-row .card_view .swiper-button-prev .icon-svg{color:#fff;--arrow-down-sw: 8}section.section-03 .section-inner.si2>.slide-row .card_view .swiper-button-next .icon-svg svg,section.section-03 .section-inner.si2>.slide-row .card_view .swiper-button-prev .icon-svg svg{width:100%}section.section-03 .section-inner.si2>.slide-row .card_view .swiper-button-prev{right:auto;left:8.3333vw}@media(min-width: 641px){section.section-03 .section-inner.si2>.slide-row .card_view .swiper-button-prev{left:3.3333rem}}section.section-03 .section-inner.si2>.slide-row .card_view .swiper-button-prev .icon-svg{transform:rotate(180deg)}section.section-03 .section-inner.si2>.slide-row .swiper-pagination{bottom:-4.8611vw}@media(min-width: 641px){section.section-03 .section-inner.si2>.slide-row .swiper-pagination{bottom:-1.9444rem}}section.section-03 .section-inner.si2>.slide-row .swiper-pagination-bullet{background:#fff;opacity:1;transition:all .3s;width:1.5278vw}@media(min-width: 641px){section.section-03 .section-inner.si2>.slide-row .swiper-pagination-bullet{width:0.6111rem;max-width:100%}}section.section-03 .section-inner.si2>.slide-row .swiper-pagination-bullet{height:1.5278vw}@media(min-width: 641px){section.section-03 .section-inner.si2>.slide-row .swiper-pagination-bullet{height:0.6111rem}}section.section-03 .section-inner.si2>.slide-row .swiper-pagination-bullet{border-radius:1.5278vw}@media(min-width: 641px){section.section-03 .section-inner.si2>.slide-row .swiper-pagination-bullet{border-radius:0.6111rem}}section.section-03 .section-inner.si2>.slide-row .swiper-pagination-bullet{margin:0vw 0.9028vw}@media(min-width: 641px){section.section-03 .section-inner.si2>.slide-row .swiper-pagination-bullet{margin:0rem 0.3611rem}}section.section-03 .section-inner.si2>.slide-row .swiper-pagination-bullet-active{background:#2fd52b;width:1.5278vw}@media(min-width: 641px){section.section-03 .section-inner.si2>.slide-row .swiper-pagination-bullet-active{width:0.6111rem;max-width:100%}}section.section-03 .section-inner.si2>.slide-row .swiper-pagination-bullet-active{height:1.5278vw}@media(min-width: 641px){section.section-03 .section-inner.si2>.slide-row .swiper-pagination-bullet-active{height:0.6111rem}}section.section-03 .section-inner.si2>.slide-row .swiper-pagination-bullet-active{border-radius:1.5278vw}@media(min-width: 641px){section.section-03 .section-inner.si2>.slide-row .swiper-pagination-bullet-active{border-radius:0.6111rem}}section.section-03 .section-inner.si2>.slide-row .swiper-pagination-bullet-active{margin:0vw 0.9028vw}@media(min-width: 641px){section.section-03 .section-inner.si2>.slide-row .swiper-pagination-bullet-active{margin:0rem 0.3611rem}}section.section-03 .section-inner.si2>.slide-row .swiper-3d .swiper-slide-shadow-left,section.section-03 .section-inner.si2>.slide-row .swiper-3d .swiper-slide-shadow-right{background-image:none !important;background:rgba(0,0,0,0) !important;display:none !important}section.section-03 .section-inner.si3{background:url("https://terrasonny.gcdn.ntruss.com/assets/images/event/bg_game.jpg") no-repeat center 0;background-size:100% auto}section.section-03 .section-inner.si3 .title-row{display:flex;justify-content:center;align-items:center;margin-bottom:10.4167vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .title-row{margin-bottom:4.1667rem}}section.section-03 .section-inner.si3 .title-row strong{display:block;border-radius:100%;background:#33da2b;color:#021108;font-weight:700;display:flex;justify-content:center;align-items:center;font-size:4.1667vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .title-row strong{font-size:1.6667rem}}section.section-03 .section-inner.si3 .title-row strong{width:27.5694vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .title-row strong{width:11.0278rem;max-width:100%}}section.section-03 .section-inner.si3 .title-row strong{height:10.4861vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .title-row strong{height:4.1944rem}}section.section-03 .section-inner.si3>.img-row{margin:auto}section.section-03 .section-inner.si3>.img-row.img1{width:60vw}@media(min-width: 641px){section.section-03 .section-inner.si3>.img-row.img1{width:24rem;max-width:100%}}section.section-03 .section-inner.si3>.img-row.img1{height:8.9583vw}@media(min-width: 641px){section.section-03 .section-inner.si3>.img-row.img1{height:3.5833rem}}section.section-03 .section-inner.si3>.img-row.img1{margin-bottom:9.375vw}@media(min-width: 641px){section.section-03 .section-inner.si3>.img-row.img1{margin-bottom:3.75rem}}section.section-03 .section-inner.si3>.img-row.img2{z-index:2;width:52.7778vw}@media(min-width: 641px){section.section-03 .section-inner.si3>.img-row.img2{width:21.1111rem;max-width:100%}}section.section-03 .section-inner.si3>.img-row.img2{height:11.0417vw}@media(min-width: 641px){section.section-03 .section-inner.si3>.img-row.img2{height:4.4167rem}}section.section-03 .section-inner.si3>.img-group{justify-self:center;z-index:1;margin:auto;display:flex;justify-content:center;align-items:flex-end;gap:1.3889vw}@media(min-width: 641px){section.section-03 .section-inner.si3>.img-group{gap:0.5556rem}}section.section-03 .section-inner.si3>.img-group{width:87.2222vw}@media(min-width: 641px){section.section-03 .section-inner.si3>.img-group{width:34.8889rem;max-width:100%}}section.section-03 .section-inner.si3>.img-group{height:22.1528vw}@media(min-width: 641px){section.section-03 .section-inner.si3>.img-group{height:8.8611rem}}section.section-03 .section-inner.si3>.img-group{margin-top:-4.8611vw}@media(min-width: 641px){section.section-03 .section-inner.si3>.img-group{margin-top:-1.9444rem}}section.section-03 .section-inner.si3>.img-group .img-row:nth-child(1){width:43.75vw}@media(min-width: 641px){section.section-03 .section-inner.si3>.img-group .img-row:nth-child(1){width:17.5rem;max-width:100%}}section.section-03 .section-inner.si3>.img-group .img-row:nth-child(1){height:21.3194vw}@media(min-width: 641px){section.section-03 .section-inner.si3>.img-group .img-row:nth-child(1){height:8.5278rem}}section.section-03 .section-inner.si3>.img-group .img-row:nth-child(1) .img2{opacity:0;transform:scale(0.5);transition:all .5s .5s ease;width:43.75vw}@media(min-width: 641px){section.section-03 .section-inner.si3>.img-group .img-row:nth-child(1) .img2{width:17.5rem;max-width:100%}}section.section-03 .section-inner.si3>.img-group .img-row:nth-child(1) .img2{height:21.3194vw}@media(min-width: 641px){section.section-03 .section-inner.si3>.img-group .img-row:nth-child(1) .img2{height:8.5278rem}}section.section-03 .section-inner.si3>.img-group .img-row:nth-child(1) .img1{position:absolute;z-index:2;left:3.4722vw}@media(min-width: 641px){section.section-03 .section-inner.si3>.img-group .img-row:nth-child(1) .img1{left:1.3889rem}}section.section-03 .section-inner.si3>.img-group .img-row:nth-child(1) .img1{top:3.75vw}@media(min-width: 641px){section.section-03 .section-inner.si3>.img-group .img-row:nth-child(1) .img1{top:1.5rem}}section.section-03 .section-inner.si3>.img-group .img-row:nth-child(1) .img1{width:40vw}@media(min-width: 641px){section.section-03 .section-inner.si3>.img-group .img-row:nth-child(1) .img1{width:16rem;max-width:100%}}section.section-03 .section-inner.si3>.img-group .img-row:nth-child(1) .img1{height:15.8333vw}@media(min-width: 641px){section.section-03 .section-inner.si3>.img-group .img-row:nth-child(1) .img1{height:6.3333rem}}section.section-03 .section-inner.si3>.img-group .img-row:nth-child(1) .img3{position:absolute;left:50%;top:50%;z-index:3;opacity:0;transform:scale(0.5);transition:all .5s .5s ease;width:7.2917vw}@media(min-width: 641px){section.section-03 .section-inner.si3>.img-group .img-row:nth-child(1) .img3{width:2.9167rem;max-width:100%}}section.section-03 .section-inner.si3>.img-group .img-row:nth-child(1) .img3{height:8.0556vw}@media(min-width: 641px){section.section-03 .section-inner.si3>.img-group .img-row:nth-child(1) .img3{height:3.2222rem}}section.section-03 .section-inner.si3>.img-group .img-row:nth-child(1) .img4{position:absolute;right:50%;bottom:50%;z-index:4;opacity:0;transform:scale(0.5);transition:all .5s .5s ease;width:4.2361vw}@media(min-width: 641px){section.section-03 .section-inner.si3>.img-group .img-row:nth-child(1) .img4{width:1.6944rem;max-width:100%}}section.section-03 .section-inner.si3>.img-group .img-row:nth-child(1) .img4{height:4.2361vw}@media(min-width: 641px){section.section-03 .section-inner.si3>.img-group .img-row:nth-child(1) .img4{height:1.6944rem}}section.section-03 .section-inner.si3>.img-group .img-row:nth-child(2){margin-bottom:2.7778vw}@media(min-width: 641px){section.section-03 .section-inner.si3>.img-group .img-row:nth-child(2){margin-bottom:1.1111rem}}section.section-03 .section-inner.si3>.img-group .img-row:nth-child(2){width:41.3889vw}@media(min-width: 641px){section.section-03 .section-inner.si3>.img-group .img-row:nth-child(2){width:16.5556rem;max-width:100%}}section.section-03 .section-inner.si3>.img-group .img-row:nth-child(2){height:11.25vw}@media(min-width: 641px){section.section-03 .section-inner.si3>.img-group .img-row:nth-child(2){height:4.5rem}}section.section-03 .section-inner.si3>.img-group.active .img-row:nth-child(1){width:43.75vw}@media(min-width: 641px){section.section-03 .section-inner.si3>.img-group.active .img-row:nth-child(1){width:17.5rem;max-width:100%}}section.section-03 .section-inner.si3>.img-group.active .img-row:nth-child(1){height:21.3194vw}@media(min-width: 641px){section.section-03 .section-inner.si3>.img-group.active .img-row:nth-child(1){height:8.5278rem}}section.section-03 .section-inner.si3>.img-group.active .img-row:nth-child(1) .img2{opacity:1;transform:scale(1)}section.section-03 .section-inner.si3>.img-group.active .img-row:nth-child(1) .img3{left:0;top:0;opacity:1;transform:scale(1)}section.section-03 .section-inner.si3>.img-group.active .img-row:nth-child(1) .img4{right:0;bottom:0;opacity:1;transform:scale(1)}section.section-03 .section-inner.si3 .event-row{margin-top:6.25vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .event-row{margin-top:2.5rem}}section.section-03 .section-inner.si3 .event-row{padding-top:5.2083vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .event-row{padding-top:2.0833rem}}section.section-03 .section-inner.si3 .event-row>.img-row{width:95.2083vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .event-row>.img-row{width:38.0833rem;max-width:100%}}section.section-03 .section-inner.si3 .event-row>.img-row{height:130.2083vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .event-row>.img-row{height:52.0833rem}}section.section-03 .section-inner.si3 .event-row .msg-row{position:absolute;top:0;left:7.6389vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .event-row .msg-row{left:3.0556rem}}section.section-03 .section-inner.si3 .event-row .msg-row{width:30.9722vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .event-row .msg-row{width:12.3889rem;max-width:100%}}section.section-03 .section-inner.si3 .event-row .msg-row{height:18.8889vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .event-row .msg-row{height:7.5556rem}}section.section-03 .section-inner.si3 .event-row .msg-row .img:nth-child(1){position:absolute;z-index:2;top:1.3889vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .event-row .msg-row .img:nth-child(1){top:0.5556rem}}section.section-03 .section-inner.si3 .event-row .msg-row .img:nth-child(1){left:6.9444vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .event-row .msg-row .img:nth-child(1){left:2.7778rem}}section.section-03 .section-inner.si3 .event-row .msg-row .img:nth-child(1){width:11.0417vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .event-row .msg-row .img:nth-child(1){width:4.4167rem;max-width:100%}}section.section-03 .section-inner.si3 .event-row .msg-row .img:nth-child(1){height:9.4444vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .event-row .msg-row .img:nth-child(1){height:3.7778rem}}section.section-03 .section-inner.si3 .event-row .msg-row .img:nth-child(2){position:absolute;z-index:2;right:5.3472vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .event-row .msg-row .img:nth-child(2){right:2.1389rem}}section.section-03 .section-inner.si3 .event-row .msg-row .img:nth-child(2){top:2.6389vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .event-row .msg-row .img:nth-child(2){top:1.0556rem}}section.section-03 .section-inner.si3 .event-row .msg-row .img:nth-child(2){width:7.0833vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .event-row .msg-row .img:nth-child(2){width:2.8333rem;max-width:100%}}section.section-03 .section-inner.si3 .event-row .msg-row .img:nth-child(2){height:7.1528vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .event-row .msg-row .img:nth-child(2){height:2.8611rem}}section.section-03 .section-inner.si3 .event-row .msg-row .img:nth-child(3){width:30.9722vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .event-row .msg-row .img:nth-child(3){width:12.3889rem;max-width:100%}}section.section-03 .section-inner.si3 .event-row .msg-row .img:nth-child(3){height:18.8889vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .event-row .msg-row .img:nth-child(3){height:7.5556rem}}section.section-03 .section-inner.si3 .event-row .img-group{position:absolute;flex-flow:wrap;display:flex;justify-content:flex-end;align-items:center;bottom:25vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .event-row .img-group{bottom:10rem}}section.section-03 .section-inner.si3 .event-row .img-group{right:4.8611vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .event-row .img-group{right:1.9444rem}}section.section-03 .section-inner.si3 .event-row .img-group{width:55.5556vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .event-row .img-group{width:22.2222rem;max-width:100%}}section.section-03 .section-inner.si3 .event-row .img-group{height:22.6389vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .event-row .img-group{height:9.0556rem}}section.section-03 .section-inner.si3 .event-row .img-group .img-row{justify-self:end}section.section-03 .section-inner.si3 .event-row .img-group .img-row:nth-child(1){width:34.7917vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .event-row .img-group .img-row:nth-child(1){width:13.9167rem;max-width:100%}}section.section-03 .section-inner.si3 .event-row .img-group .img-row:nth-child(1){height:10.2778vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .event-row .img-group .img-row:nth-child(1){height:4.1111rem}}section.section-03 .section-inner.si3 .event-row .img-group .img-row:nth-child(2){margin-right:3.8194vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .event-row .img-group .img-row:nth-child(2){margin-right:1.5278rem}}section.section-03 .section-inner.si3 .event-row .img-group .img-row:nth-child(2){margin-top:2.2222vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .event-row .img-group .img-row:nth-child(2){margin-top:0.8889rem}}section.section-03 .section-inner.si3 .event-row .img-group .img-row:nth-child(2){width:34.4444vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .event-row .img-group .img-row:nth-child(2){width:13.7778rem;max-width:100%}}section.section-03 .section-inner.si3 .event-row .img-group .img-row:nth-child(2){height:10.2778vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .event-row .img-group .img-row:nth-child(2){height:4.1111rem}}section.section-03 .section-inner.si3 .event-row.active .msg-row .msg-box{animation:fadeIn .5s ease-out forwards}section.section-03 .section-inner.si3 .event-row.active .msg-row .icon-terra{opacity:0;animation:fadeIn .5s .3s forwards,ddiring 3s infinite}section.section-03 .section-inner.si3 .event-row.active .msg-row .icon-heart{opacity:0;animation:fadeIn .5s .5s forwards,dugun 2s infinite}section.section-03 .section-inner.si3>.text-row{margin-top:10.4167vw}@media(min-width: 641px){section.section-03 .section-inner.si3>.text-row{margin-top:4.1667rem}}section.section-03 .section-inner.si3>.text-row{margin-bottom:10.4167vw}@media(min-width: 641px){section.section-03 .section-inner.si3>.text-row{margin-bottom:4.1667rem}}section.section-03 .section-inner.si3>.text-row p{text-box-trim:trim-both;text-box-edge:cap alphabetic;line-height:1.5;padding:.1em 0;text-align:center;font-weight:500;color:#fff;font-size:5.2083vw}@media(min-width: 641px){section.section-03 .section-inner.si3>.text-row p{font-size:2.0833rem}}section.section-03 .section-inner.si3>.text-row strong{display:block;margin:auto;text-box-trim:trim-both;text-box-edge:cap alphabetic;line-height:1.5;padding:.1em 0;text-align:center;font-weight:800;color:#fff;margin-top:4.1667vw}@media(min-width: 641px){section.section-03 .section-inner.si3>.text-row strong{margin-top:1.6667rem}}section.section-03 .section-inner.si3>.text-row strong{font-size:6.9444vw}@media(min-width: 641px){section.section-03 .section-inner.si3>.text-row strong{font-size:2.7778rem}}section.section-03 .section-inner.si3 .step-row{margin:auto;width:86.8056vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .step-row{width:34.7222rem;max-width:100%}}section.section-03 .section-inner.si3 .step-row{margin-bottom:14.9306vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .step-row{margin-bottom:5.9722rem}}section.section-03 .section-inner.si3 .step-row strong{display:block;text-box-trim:trim-both;text-box-edge:cap alphabetic;line-height:1.5;padding:.1em 0;text-align:center;font-weight:500;font-size:4.8611vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .step-row strong{font-size:1.9444rem}}section.section-03 .section-inner.si3 .step-row strong{margin-bottom:6.3889vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .step-row strong{margin-bottom:2.5556rem}}section.section-03 .section-inner.si3 .step-row strong.tit1{color:#d0ffbe}section.section-03 .section-inner.si3 .step-row strong.tit2{color:#9cff82}section.section-03 .section-inner.si3 .step-row strong.tit3{color:#2cca16}section.section-03 .section-inner.si3 .step-row ul{display:flex;justify-content:flex-start;align-items:center}section.section-03 .section-inner.si3 .step-row ul li:nth-child(1){flex-shrink:0;width:18.4028vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .step-row ul li:nth-child(1){width:7.3611rem;max-width:100%}}section.section-03 .section-inner.si3 .step-row ul li:nth-child(1) i{display:flex;justify-content:center;align-items:center;border:3px solid #9a9a9a;width:14.4444vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .step-row ul li:nth-child(1) i{width:5.7778rem;max-width:100%}}section.section-03 .section-inner.si3 .step-row ul li:nth-child(1) i{height:14.4444vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .step-row ul li:nth-child(1) i{height:5.7778rem}}section.section-03 .section-inner.si3 .step-row ul li:nth-child(1) i{border-radius:14.4444vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .step-row ul li:nth-child(1) i{border-radius:5.7778rem}}section.section-03 .section-inner.si3 .step-row ul li:nth-child(1) i img{width:6.5278vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .step-row ul li:nth-child(1) i img{width:2.6111rem;max-width:100%}}section.section-03 .section-inner.si3 .step-row ul li:nth-child(1) i img{height:7.0139vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .step-row ul li:nth-child(1) i img{height:2.8056rem}}section.section-03 .section-inner.si3 .step-row ul li:nth-child(2) p{color:#fff;font-weight:500;font-size:4.8611vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .step-row ul li:nth-child(2) p{font-size:1.9444rem}}section.section-03 .section-inner.si3 .step-row ul li:nth-child(2) p:nth-child(2){color:#9a9a9a;font-weight:500;letter-spacing:-0.04em;font-size:3.75vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .step-row ul li:nth-child(2) p:nth-child(2){font-size:1.5rem}}section.section-03 .section-inner.si3 .step-row ul.step-list2 li:nth-child(1) i img{width:7.5vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .step-row ul.step-list2 li:nth-child(1) i img{width:3rem;max-width:100%}}section.section-03 .section-inner.si3 .step-row ul.step-list2 li:nth-child(1) i img{height:4.7222vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .step-row ul.step-list2 li:nth-child(1) i img{height:1.8889rem}}section.section-03 .section-inner.si3 .step-row ul.step-list3 li:nth-child(1) i img{width:5.625vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .step-row ul.step-list3 li:nth-child(1) i img{width:2.25rem;max-width:100%}}section.section-03 .section-inner.si3 .step-row ul.step-list3 li:nth-child(1) i img{height:5.625vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .step-row ul.step-list3 li:nth-child(1) i img{height:2.25rem}}section.section-03 .section-inner.si3 .step-row .arrow-row{height:19.3056vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .step-row .arrow-row{height:7.7222rem}}section.section-03 .section-inner.si3 .step-row .arrow-row:before{content:"";position:absolute;left:0;top:50%;width:100%;height:1px;background:#686868}section.section-03 .section-inner.si3 .step-row .arrow-row .img-row{position:absolute;left:50%;top:50%;-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:6.5278vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .step-row .arrow-row .img-row{width:2.6111rem;max-width:100%}}section.section-03 .section-inner.si3 .step-row .arrow-row .img-row{height:6.5278vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .step-row .arrow-row .img-row{height:2.6111rem}}section.section-03 .section-inner.si3 .btn-row{position:relative;margin:auto;display:flex;justify-content:center;align-items:center;width:92.2917vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .btn-row{width:36.9167rem;max-width:100%}}section.section-03 .section-inner.si3 .btn-row{height:33.1944vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .btn-row{height:13.2778rem}}section.section-03 .section-inner.si3 .btn-row{padding-top:12.7778vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .btn-row{padding-top:5.1111rem}}section.section-03 .section-inner.si3 .btn-row .left,section.section-03 .section-inner.si3 .btn-row .right{position:absolute}section.section-03 .section-inner.si3 .btn-row .btn{display:flex;justify-content:center;align-items:center;background:#05c30d;width:92.2917vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .btn-row .btn{width:36.9167rem;max-width:100%}}section.section-03 .section-inner.si3 .btn-row .btn{height:20.4167vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .btn-row .btn{height:8.1667rem}}section.section-03 .section-inner.si3 .btn-row .btn{border-radius:20.4167vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .btn-row .btn{border-radius:8.1667rem}}section.section-03 .section-inner.si3 .btn-row .btn img{width:50.7639vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .btn-row .btn img{width:20.3056rem;max-width:100%}}section.section-03 .section-inner.si3 .btn-row .btn img{height:7.0833vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .btn-row .btn img{height:2.8333rem}}section.section-03 .section-inner.si3 .btn-row .left{left:0;top:0;width:24.0972vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .btn-row .left{width:9.6389rem;max-width:100%}}section.section-03 .section-inner.si3 .btn-row .left{height:18.2639vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .btn-row .left{height:7.3056rem}}section.section-03 .section-inner.si3 .btn-row .left .img-row{width:24.0972vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .btn-row .left .img-row{width:9.6389rem;max-width:100%}}section.section-03 .section-inner.si3 .btn-row .left .img-row{height:18.2639vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .btn-row .left .img-row{height:7.3056rem}}section.section-03 .section-inner.si3 .btn-row .right{right:9.5139vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .btn-row .right{right:3.8056rem}}section.section-03 .section-inner.si3 .btn-row .right{top:7.9861vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .btn-row .right{top:3.1944rem}}section.section-03 .section-inner.si3 .btn-row .right{width:7.7778vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .btn-row .right{width:3.1111rem;max-width:100%}}section.section-03 .section-inner.si3 .btn-row .right{height:8.8889vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .btn-row .right{height:3.5556rem}}section.section-03 .section-inner.si3 .btn-row .right span{position:absolute;display:flex;justify-content:flex-start;align-items:center}section.section-03 .section-inner.si3 .btn-row .right span img{width:100%}section.section-03 .section-inner.si3 .btn-row .right span:nth-child(1){left:0;bottom:0;width:5.1389vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .btn-row .right span:nth-child(1){width:2.0556rem;max-width:100%}}section.section-03 .section-inner.si3 .btn-row .right span:nth-child(1){height:6.3194vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .btn-row .right span:nth-child(1){height:2.5278rem}}section.section-03 .section-inner.si3 .btn-row .right span:nth-child(2){right:0;top:0;width:2.9861vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .btn-row .right span:nth-child(2){width:1.1944rem;max-width:100%}}section.section-03 .section-inner.si3 .btn-row .right span:nth-child(2){height:3.6111vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .btn-row .right span:nth-child(2){height:1.4444rem}}section.section-03 .section-inner.si3 .btn-row.active .left{transform-origin:45% 100%;animation:sonnyPickRotate 5s infinite;opacity:0}section.section-03 .section-inner.si3 .btn-row.active .right span:nth-child(2){top:-10px;right:15px;animation:sparkle_type1 2s infinite ease-in-out}section.section-03 .section-inner.si3 .btn-row.active .right span:nth-child(1){top:20px;right:-5px;animation:sparkle_type2 2.5s infinite ease-in-out}section.section-03 .section-inner.si3 .day-row{display:flex;justify-content:center;align-items:center;padding-top:5.0694vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .day-row{padding-top:2.0278rem}}section.section-03 .section-inner.si3 .day-row{gap:0.6944vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .day-row{gap:0.2778rem}}section.section-03 .section-inner.si3 .day-row{padding-bottom:11.1111vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .day-row{padding-bottom:4.4444rem}}section.section-03 .section-inner.si3 .day-row strong{display:block;color:#939393;font-weight:700;font-size:3.4722vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .day-row strong{font-size:1.3889rem}}section.section-03 .section-inner.si3 .day-row span{color:#939393;font-weight:500;font-size:3.75vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .day-row span{font-size:1.5rem}}section.section-03 .section-inner.si3 .notice{text-align:center;color:#636363;font-weight:400;padding-bottom:4.1667vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .notice{padding-bottom:1.6667rem}}section.section-03 .section-inner.si3 .notice{font-size:2.2917vw}@media(min-width: 641px){section.section-03 .section-inner.si3 .notice{font-size:0.9167rem}}section.section-03 .section-inner.si4{background:#f2f2f2;padding-bottom:11.1111vw}@media(min-width: 641px){section.section-03 .section-inner.si4{padding-bottom:4.4444rem}}section.section-03 .section-inner.si4 .note-row{width:87.5%;margin:auto;padding-top:8.3333vw}@media(min-width: 641px){section.section-03 .section-inner.si4 .note-row{padding-top:3.3333rem}}section.section-03 .section-inner.si4 .note-row strong{display:flex;justify-content:flex-start;align-items:center;gap:1.3889vw}@media(min-width: 641px){section.section-03 .section-inner.si4 .note-row strong{gap:0.5556rem}}section.section-03 .section-inner.si4 .note-row strong{margin-bottom:5vw}@media(min-width: 641px){section.section-03 .section-inner.si4 .note-row strong{margin-bottom:2rem}}section.section-03 .section-inner.si4 .note-row strong i{width:5.1389vw}@media(min-width: 641px){section.section-03 .section-inner.si4 .note-row strong i{width:2.0556rem;max-width:100%}}section.section-03 .section-inner.si4 .note-row strong i{height:5.1389vw}@media(min-width: 641px){section.section-03 .section-inner.si4 .note-row strong i{height:2.0556rem}}section.section-03 .section-inner.si4 .note-row strong i img{width:100%}section.section-03 .section-inner.si4 .note-row strong span{text-box-trim:trim-both;text-box-edge:cap alphabetic;line-height:1.5;padding:.1em 0;color:#303030;font-weight:600;font-size:4.5139vw}@media(min-width: 641px){section.section-03 .section-inner.si4 .note-row strong span{font-size:1.8056rem}}section.section-03 .section-inner.si4 .note-row>ul{flex-flow:wrap;display:flex;justify-content:flex-start;align-items:center;gap:1.7361vw}@media(min-width: 641px){section.section-03 .section-inner.si4 .note-row>ul{gap:0.6944rem}}section.section-03 .section-inner.si4 .note-row>ul>li{width:100%;color:#636363;font-weight:400;background-image:url("https://terrasonny.gcdn.ntruss.com/assets/images/event/list_dot.png");background-repeat:no-repeat;background-position:0.6944vw 2.0833vw}@media(min-width: 641px){section.section-03 .section-inner.si4 .note-row>ul>li{background-position:0.2778rem 0.8333rem}}section.section-03 .section-inner.si4 .note-row>ul>li{background-size:0.5556vw}@media(min-width: 641px){section.section-03 .section-inner.si4 .note-row>ul>li{background-size:0.2222rem}}section.section-03 .section-inner.si4 .note-row>ul>li{font-size:3.3333vw}@media(min-width: 641px){section.section-03 .section-inner.si4 .note-row>ul>li{font-size:1.3333rem}}section.section-03 .section-inner.si4 .note-row>ul>li{padding-left:3.125vw}@media(min-width: 641px){section.section-03 .section-inner.si4 .note-row>ul>li{padding-left:1.25rem}}footer{width:100%;position:relative;max-width:640px;margin:0 auto;overflow:hidden;background:#f2f2f2}footer .footer-inner{width:87.5%;margin:auto;border-top:1px solid #8f8f8f;padding:11.1111vw 0vw 12.8472vw 0vw}@media(min-width: 641px){footer .footer-inner{padding:4.4444rem 0rem 5.1389rem 0rem}}footer .footer-inner .logo{display:flex;justify-content:flex-start;align-items:center;width:23.5417vw}@media(min-width: 641px){footer .footer-inner .logo{width:9.4167rem;max-width:100%}}footer .footer-inner .logo{margin-bottom:6.25vw}@media(min-width: 641px){footer .footer-inner .logo{margin-bottom:2.5rem}}footer .footer-inner .logo img{width:100%}footer .footer-inner ul{display:flex;justify-content:flex-start;align-items:center;gap:6.25vw}@media(min-width: 641px){footer .footer-inner ul{gap:2.5rem}}footer .footer-inner ul li{flex-flow:wrap;display:flex;justify-content:flex-start;align-items:flex-start;gap:0.6944vw}@media(min-width: 641px){footer .footer-inner ul li{gap:0.2778rem}}footer .footer-inner ul li strong{display:block;width:100%;color:#636363;font-weight:700;font-size:3.3333vw}@media(min-width: 641px){footer .footer-inner ul li strong{font-size:1.3333rem}}footer .footer-inner ul li span,footer .footer-inner ul li a{width:100%;color:#636363;font-weight:400;font-size:3.3333vw}@media(min-width: 641px){footer .footer-inner ul li span,footer .footer-inner ul li a{font-size:1.3333rem}}footer .footer-inner .address,footer .footer-inner .copyright{width:100%;color:#636363;font-weight:400;display:flex;justify-content:flex-start;align-items:center;font-size:3.3333vw}@media(min-width: 641px){footer .footer-inner .address,footer .footer-inner .copyright{font-size:1.3333rem}}footer .footer-inner .address,footer .footer-inner .copyright{gap:1.7361vw}@media(min-width: 641px){footer .footer-inner .address,footer .footer-inner .copyright{gap:0.6944rem}}footer .footer-inner .address,footer .footer-inner .copyright{margin:5.2083vw 0 3.8194vw 0}@media(min-width: 641px){footer .footer-inner .address,footer .footer-inner .copyright{margin:2.0833rem 0 1.5278rem 0}}footer .footer-inner .address b,footer .footer-inner .copyright b{font-weight:700}footer .footer-inner .copyright{margin-bottom:0;font-size:2.3611vw}@media(min-width: 641px){footer .footer-inner .copyright{font-size:0.9444rem}}.motion-fade{opacity:0;transition:opacity 1s}.motion-fade.active{opacity:1}.motion-up{opacity:0;transform:translateY(80px);transition:opacity 1.2s,transform .7s}.motion-up.active{opacity:1;transform:translateY(0)}.motion-left{opacity:0;transform:translateX(-40px);transition:opacity .7s,transform .7s}.motion-left.active{opacity:1;transform:translateX(0)}.motion-right{opacity:0;transform:translateX(60px);transition:opacity .7s,transform .7s}.motion-right.active{opacity:1;transform:translateX(0)}#privacy_policy .modal-header button,#event_popup .modal-header button,#share-url .modal-header button{z-index:6;overflow:hidden;display:flex;justify-content:center;align-items:center;right:4.8611vw}@media(min-width: 641px){#privacy_policy .modal-header button,#event_popup .modal-header button,#share-url .modal-header button{right:1.9444rem}}#privacy_policy .modal-header button,#event_popup .modal-header button,#share-url .modal-header button{top:4.1667vw}@media(min-width: 641px){#privacy_policy .modal-header button,#event_popup .modal-header button,#share-url .modal-header button{top:1.6667rem}}#privacy_policy .modal-header button,#event_popup .modal-header button,#share-url .modal-header button{width:5.5556vw}@media(min-width: 641px){#privacy_policy .modal-header button,#event_popup .modal-header button,#share-url .modal-header button{width:2.2222rem;max-width:100%}}#privacy_policy .modal-header button,#event_popup .modal-header button,#share-url .modal-header button{height:5.5556vw}@media(min-width: 641px){#privacy_policy .modal-header button,#event_popup .modal-header button,#share-url .modal-header button{height:2.2222rem}}#privacy_policy .modal-header button .icon-svg,#event_popup .modal-header button .icon-svg,#share-url .modal-header button .icon-svg{color:#000;transform:scale(3);display:flex;justify-content:center;align-items:center;width:2.7778vw}@media(min-width: 641px){#privacy_policy .modal-header button .icon-svg,#event_popup .modal-header button .icon-svg,#share-url .modal-header button .icon-svg{width:1.1111rem;max-width:100%}}#privacy_policy .modal-header button .icon-svg,#event_popup .modal-header button .icon-svg,#share-url .modal-header button .icon-svg{height:2.7778vw}@media(min-width: 641px){#privacy_policy .modal-header button .icon-svg,#event_popup .modal-header button .icon-svg,#share-url .modal-header button .icon-svg{height:1.1111rem}}#privacy_policy .modal-header button .icon-svg svg,#event_popup .modal-header button .icon-svg svg,#share-url .modal-header button .icon-svg svg{--close: 2;width:100%;display:flex;justify-content:center;align-items:center}#privacy_policy{align-items:flex-end}#privacy_policy .modal-layer{border-radius:0;border-top-left-radius:6.5278vw}@media(min-width: 641px){#privacy_policy .modal-layer{border-top-left-radius:2.6111rem}}#privacy_policy .modal-layer{border-top-right-radius:6.5278vw}@media(min-width: 641px){#privacy_policy .modal-layer{border-top-right-radius:2.6111rem}}#privacy_policy .modal-header{padding:5.5556vw}@media(min-width: 641px){#privacy_policy .modal-header{padding:2.2222rem}}#privacy_policy .modal-header h3{width:100%;text-align:left;font-weight:700;color:#282828;font-size:5vw}@media(min-width: 641px){#privacy_policy .modal-header h3{font-size:2rem}}#privacy_policy .modal-body{padding-top:0}#privacy_policy .modal-body p,#privacy_policy .modal-body dl{color:#454546;font-weight:500;font-size:3.3333vw}@media(min-width: 641px){#privacy_policy .modal-body p,#privacy_policy .modal-body dl{font-size:1.3333rem}}#privacy_policy .modal-body dt{color:#282828;font-weight:700}#privacy_policy .modal-body dl{margin-top:3.4722vw}@media(min-width: 641px){#privacy_policy .modal-body dl{margin-top:1.3889rem}}#privacy_policy .modal-body dl div+div{margin-top:2.0833vw}@media(min-width: 641px){#privacy_policy .modal-body dl div+div{margin-top:0.8333rem}}#event_popup{align-items:flex-start}#event_popup .modal-layer{border-radius:0;padding:0;width:100%;height:100dvh;max-height:100dvh;padding-top:13.8889vw}@media(min-width: 641px){#event_popup .modal-layer{padding-top:5.5556rem}}#event_popup .modal-layer:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#000;opacity:0;z-index:3;pointer-events:none;transition:all .5s ease}#event_popup .modal-layer.is-loading:before{z-index:3;opacity:.88}#event_popup .modal-layer.is-loading .modal-header button .icon-svg{color:#fff}#event_popup .loading-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:4;padding-top:13.8889vw}@media(min-width: 641px){#event_popup .loading-overlay{padding-top:5.5556rem}}#event_popup .loading-overlay #spinner-msg{display:block;text-align:center;font-weight:600;color:#fff;margin-bottom:15px;animation:blink-msg 1.8s ease-in-out infinite;font-size:4.3056vw}@media(min-width: 641px){#event_popup .loading-overlay #spinner-msg{font-size:1.7222rem}}#event_popup .loading-overlay #spinner-msg{margin-bottom:4.8611vw}@media(min-width: 641px){#event_popup .loading-overlay #spinner-msg{margin-bottom:1.9444rem}}#event_popup .loading-overlay .spinner{position:relative;margin:auto;background:url("https://terrasonny.gcdn.ntruss.com/assets/images/event/load_bg.png") no-repeat center center;background-size:17.9861vw 17.9861vw}@media(min-width: 641px){#event_popup .loading-overlay .spinner{background-size:7.1944rem 7.1944rem}}#event_popup .loading-overlay .spinner{width:17.9861vw}@media(min-width: 641px){#event_popup .loading-overlay .spinner{width:7.1944rem;max-width:100%}}#event_popup .loading-overlay .spinner{height:17.9861vw}@media(min-width: 641px){#event_popup .loading-overlay .spinner{height:7.1944rem}}#event_popup .loading-overlay .spinner{border-radius:17.9861vw}@media(min-width: 641px){#event_popup .loading-overlay .spinner{border-radius:7.1944rem}}#event_popup .loading-overlay .spinner{margin-bottom:6.9444vw}@media(min-width: 641px){#event_popup .loading-overlay .spinner{margin-bottom:2.7778rem}}#event_popup .loading-overlay .spinner div{width:100%;height:100%;animation:loading_rotate 1s linear infinite}#event_popup .loading-overlay .spinner div img{max-width:100%}#event_popup .loading-overlay .spinner strong{position:absolute;width:100%;left:0;height:100%;top:0;line-height:100%;display:flex;justify-content:center;align-items:center}#event_popup .loading-overlay .spinner strong #progress-percentage{color:#fff;font-weight:700;line-height:100%;display:flex;justify-content:center;align-items:center;font-size:5vw}@media(min-width: 641px){#event_popup .loading-overlay .spinner strong #progress-percentage{font-size:2rem}}#event_popup .loading-overlay .spinner strong b{color:#fff;font-weight:600;line-height:100%;font-size:3.8889vw}@media(min-width: 641px){#event_popup .loading-overlay .spinner strong b{font-size:1.5556rem}}#event_popup .loading-overlay .img-group{flex-flow:wrap;display:flex;justify-content:center;align-items:center;margin-bottom:5.5556vw}@media(min-width: 641px){#event_popup .loading-overlay .img-group{margin-bottom:2.2222rem}}#event_popup .loading-overlay .img-group .img-row:nth-child(1){width:53.2639vw}@media(min-width: 641px){#event_popup .loading-overlay .img-group .img-row:nth-child(1){width:21.3056rem;max-width:100%}}#event_popup .loading-overlay .img-group .img-row:nth-child(1){height:7.9167vw}@media(min-width: 641px){#event_popup .loading-overlay .img-group .img-row:nth-child(1){height:3.1667rem}}#event_popup .loading-overlay .img-group .img-row:nth-child(1){margin-bottom:6.25vw}@media(min-width: 641px){#event_popup .loading-overlay .img-group .img-row:nth-child(1){margin-bottom:2.5rem}}#event_popup .loading-overlay .img-group .img-row:nth-child(2){width:67.7083vw}@media(min-width: 641px){#event_popup .loading-overlay .img-group .img-row:nth-child(2){width:27.0833rem;max-width:100%}}#event_popup .loading-overlay .img-group .img-row:nth-child(2){height:9.0278vw}@media(min-width: 641px){#event_popup .loading-overlay .img-group .img-row:nth-child(2){height:3.6111rem}}#event_popup .loading-overlay .img-group .img-row img{width:100%}#event_popup .loading-overlay p{text-align:center;color:#fff;font-weight:600;font-size:5vw}@media(min-width: 641px){#event_popup .loading-overlay p{font-size:2rem}}#event_popup .loading-overlay p{margin-bottom:7.9861vw}@media(min-width: 641px){#event_popup .loading-overlay p{margin-bottom:3.1944rem}}#event_popup .loading-overlay .video-wrap{overflow:hidden;position:relative;width:100%;aspect-ratio:16/9;background:#000}#event_popup .loading-overlay .video-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}#event_popup .modal-header{position:absolute;width:100%;top:0;left:0;padding:0;height:13.8889vw}@media(min-width: 641px){#event_popup .modal-header{height:5.5556rem}}#event_popup .modal-header .swiper-pagination{display:none !important;top:12.5vw}@media(min-width: 641px){#event_popup .modal-header .swiper-pagination{top:5rem}}#event_popup .modal-header .swiper-pagination{height:1.25vw}@media(min-width: 641px){#event_popup .modal-header .swiper-pagination{height:0.5rem}}#event_popup .modal-header .swiper-pagination.swiper-pagination-progressbar{background:#f6f6f6}#event_popup .modal-header .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#33da2b}#event_popup .modal-body{position:relative}#event_popup .modal-body .effect-video{position:absolute;top:0;left:0;width:100%;aspect-ratio:500/932;pointer-events:none;opacity:0;object-fit:cover}@media(min-width: 641px){#event_popup .modal-body .effect-video{max-height:1405px}}#event_popup .modal-body .img-row,#event_popup .modal-body .img{width:100%}#event_popup .modal-body .img-row img,#event_popup .modal-body .img img{width:100%;height:100%;object-fit:cover}#event_popup .modal-body{padding:0}#event_popup .modal-body .modal-swiper{width:92.5%;margin:auto}#event_popup .modal-body .modal-swiper .step-01.swiper-slide-active .btn-group,#event_popup .modal-body .modal-swiper .step-02.swiper-slide-active .btn-group,#event_popup .modal-body .modal-swiper .step-03.swiper-slide-active .btn-group,#event_popup .modal-body .modal-swiper .step-04.swiper-slide-active .btn-group{opacity:1;transform:translateY(0)}#event_popup .modal-body .modal-swiper .step-01 .step-tag{opacity:0;width:24.3056vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-01 .step-tag{width:9.7222rem;max-width:100%}}#event_popup .modal-body .modal-swiper .step-01 .step-tag{height:13.6806vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-01 .step-tag{height:5.4722rem}}#event_popup .modal-body .modal-swiper .step-01 .step-tag img{width:100%}#event_popup .modal-body .modal-swiper .step-01 .btn-group{width:100%;flex-flow:wrap;opacity:0;transition:all .5s .8s ease;transform:translateY(80px);gap:4.1667vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-01 .btn-group{gap:1.6667rem}}#event_popup .modal-body .modal-swiper .step-01 .btn-group{display:flex;justify-content:center;align-items:center}#event_popup .modal-body .modal-swiper .step-01 .btn-group button{width:100%;font-weight:700;background:#f6f6f6;color:#92ae7e;border-radius:2.7778vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-01 .btn-group button{border-radius:1.1111rem}}#event_popup .modal-body .modal-swiper .step-01 .btn-group button{height:18.0556vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-01 .btn-group button{height:7.2222rem}}#event_popup .modal-body .modal-swiper .step-01 .btn-group button{font-size:5.6944vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-01 .btn-group button{font-size:2.2778rem}}#event_popup .modal-body .modal-swiper .step-01 .btn-group button.btn-yes{border:3px solid #65e919;color:#42ea33;background:url("https://terrasonny.gcdn.ntruss.com/assets/images/event/bg_btn.jpg") no-repeat center center;background-size:cover}#event_popup .modal-body .modal-swiper .step-01.swiper-slide-active .btn-group{opacity:1;transform:translateY(0)}#event_popup .modal-body .modal-swiper .step-02{padding-bottom:6.9444vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-02{padding-bottom:2.7778rem}}#event_popup .modal-body .modal-swiper .step-02 form{width:100%}#event_popup .modal-body .modal-swiper .step-02 .auth-form{width:100%;opacity:0;transition:all .5s .5s ease;transform:translateY(80px)}#event_popup .modal-body .modal-swiper .step-02 .auth-form input[type=tel],#event_popup .modal-body .modal-swiper .step-02 .auth-form input[type=number]{color:#292929;font-weight:500;border:2px solid #e5e5e5;padding-left:6.25vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-02 .auth-form input[type=tel],#event_popup .modal-body .modal-swiper .step-02 .auth-form input[type=number]{padding-left:2.5rem}}#event_popup .modal-body .modal-swiper .step-02 .auth-form input[type=tel],#event_popup .modal-body .modal-swiper .step-02 .auth-form input[type=number]{border-radius:2.5vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-02 .auth-form input[type=tel],#event_popup .modal-body .modal-swiper .step-02 .auth-form input[type=number]{border-radius:1rem}}#event_popup .modal-body .modal-swiper .step-02 .auth-form input[type=tel],#event_popup .modal-body .modal-swiper .step-02 .auth-form input[type=number]{height:16.8056vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-02 .auth-form input[type=tel],#event_popup .modal-body .modal-swiper .step-02 .auth-form input[type=number]{height:6.7222rem}}#event_popup .modal-body .modal-swiper .step-02 .auth-form input[type=tel],#event_popup .modal-body .modal-swiper .step-02 .auth-form input[type=number]{font-size:5vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-02 .auth-form input[type=tel],#event_popup .modal-body .modal-swiper .step-02 .auth-form input[type=number]{font-size:2rem}}#event_popup .modal-body .modal-swiper .step-02 .auth-form input[type=tel]:focus,#event_popup .modal-body .modal-swiper .step-02 .auth-form input[type=number]:focus{outline:none;border-color:#71d300}#event_popup .modal-body .modal-swiper .step-02 .auth-form input[type=tel].filled,#event_popup .modal-body .modal-swiper .step-02 .auth-form input[type=number].filled{border-color:#71d300}#event_popup .modal-body .modal-swiper .step-02 .auth-form input[type=tel].error,#event_popup .modal-body .modal-swiper .step-02 .auth-form input[type=number].error{border-color:red !important}#event_popup .modal-body .modal-swiper .step-02 .auth-form .form-row>button{position:absolute;right:0;color:#797979;font-weight:500;border-left:1px solid #e8e8e8;top:3.125vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-02 .auth-form .form-row>button{top:1.25rem}}#event_popup .modal-body .modal-swiper .step-02 .auth-form .form-row>button{width:29.4444vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-02 .auth-form .form-row>button{width:11.7778rem;max-width:100%}}#event_popup .modal-body .modal-swiper .step-02 .auth-form .form-row>button{height:11.1111vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-02 .auth-form .form-row>button{height:4.4444rem}}#event_popup .modal-body .modal-swiper .step-02 .auth-form .form-row>button{font-size:4.1667vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-02 .auth-form .form-row>button{font-size:1.6667rem}}#event_popup .modal-body .modal-swiper .step-02 .auth-form .form-row>button.on{color:#71d300}#event_popup .modal-body .modal-swiper .step-02 .auth-form .form-row>button.disabled{color:#797979;pointer-events:none}#event_popup .modal-body .modal-swiper .step-02 .auth-form .form-row.check{width:100%;gap:unset;flex-direction:unset;flex-flow:wrap;display:flex;justify-content:space-between;align-items:center;padding:2.7778vw 0vw 4.1667vw 0vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-02 .auth-form .form-row.check{padding:1.1111rem 0rem 1.6667rem 0rem}}#event_popup .modal-body .modal-swiper .step-02 .auth-form .form-row.check label,#event_popup .modal-body .modal-swiper .step-02 .auth-form .form-row.check span{color:#797979;font-size:3.3333vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-02 .auth-form .form-row.check label,#event_popup .modal-body .modal-swiper .step-02 .auth-form .form-row.check span{font-size:1.3333rem}}#event_popup .modal-body .modal-swiper .step-02 .auth-form .form-row.check>.error{width:100%;padding-top:3.3333vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-02 .auth-form .form-row.check>.error{padding-top:1.3333rem}}#event_popup .modal-body .modal-swiper .step-02 .auth-form .form-row.check>.error{padding-bottom:3.3333vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-02 .auth-form .form-row.check>.error{padding-bottom:1.3333rem}}#event_popup .modal-body .modal-swiper .step-02 .auth-form .form-row.check .group-items{width:auto}#event_popup .modal-body .modal-swiper .step-02 .auth-form .form-row.check a{width:auto;display:flex;justify-content:flex-end;align-items:center}#event_popup .modal-body .modal-swiper .step-02 .auth-form .form-row.check a .icon-svg{color:#797979;display:flex;justify-content:center;align-items:center;width:3.4722vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-02 .auth-form .form-row.check a .icon-svg{width:1.3889rem;max-width:100%}}#event_popup .modal-body .modal-swiper .step-02 .auth-form .form-row.check a .icon-svg{height:3.4722vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-02 .auth-form .form-row.check a .icon-svg{height:1.3889rem}}#event_popup .modal-body .modal-swiper .step-02 .auth-form .form-row.check a .icon-svg svg{width:50%}#event_popup .modal-body .modal-swiper .step-02 .auth-form .form-row .timer{position:absolute;transform:translateY(-50%);top:8.3333vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-02 .auth-form .form-row .timer{top:3.3333rem}}#event_popup .modal-body .modal-swiper .step-02 .auth-form .form-row .timer{display:flex;justify-content:flex-end;align-items:center;gap:1.5972vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-02 .auth-form .form-row .timer{gap:0.6389rem}}#event_popup .modal-body .modal-swiper .step-02 .auth-form .form-row .timer{right:6.5972vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-02 .auth-form .form-row .timer{right:2.6389rem}}#event_popup .modal-body .modal-swiper .step-02 .auth-form .form-row .timer i{display:block;width:4.5139vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-02 .auth-form .form-row .timer i{width:1.8056rem;max-width:100%}}#event_popup .modal-body .modal-swiper .step-02 .auth-form .form-row .timer i{height:4.5139vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-02 .auth-form .form-row .timer i{height:1.8056rem}}#event_popup .modal-body .modal-swiper .step-02 .auth-form .form-row .timer i{background:url("https://terrasonny.gcdn.ntruss.com/assets/images/icon_time_off.png") no-repeat center center;background-size:cover}#event_popup .modal-body .modal-swiper .step-02 .auth-form .form-row .timer span{color:#797979;font-weight:600;font-size:4.0278vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-02 .auth-form .form-row .timer span{font-size:1.6111rem}}#event_popup .modal-body .modal-swiper .step-02 .auth-form .form-row .timer.on span{color:#71d300}#event_popup .modal-body .modal-swiper .step-02 .auth-form .form-row .timer.on i{background:url("https://terrasonny.gcdn.ntruss.com/assets/images/icon_time.png") no-repeat center center;background-size:cover}#event_popup .modal-body .modal-swiper .step-02 .btn-group{width:100%;flex-flow:wrap;opacity:0;transition:all .5s .8s ease;transform:translateY(80px);gap:4.1667vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-02 .btn-group{gap:1.6667rem}}#event_popup .modal-body .modal-swiper .step-02 .btn-group{display:flex;justify-content:center;align-items:center}#event_popup .modal-body .modal-swiper .step-02 .btn-group button{width:100%;font-weight:700;background:#f6f6f6;color:#92ae7e;border-radius:2.7778vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-02 .btn-group button{border-radius:1.1111rem}}#event_popup .modal-body .modal-swiper .step-02 .btn-group button{height:18.0556vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-02 .btn-group button{height:7.2222rem}}#event_popup .modal-body .modal-swiper .step-02 .btn-group button{font-size:5.6944vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-02 .btn-group button{font-size:2.2778rem}}#event_popup .modal-body .modal-swiper .step-02 .btn-group button.btn-submit{border:3px solid #65e919;color:#42ea33;background:url("https://terrasonny.gcdn.ntruss.com/assets/images/event/bg_btn.jpg") no-repeat center center;background-size:cover}#event_popup .modal-body .modal-swiper .step-02 .btn-group button.btn-submit.disabled{background:#f6f6f5;color:#93af81;border:3px solid #f6f6f5}#event_popup .modal-body .modal-swiper .step-02 .msg-box{opacity:0;transition:all .5s .8s ease;background-color:#1a322a;transform:translateY(80px);display:flex;justify-content:center;align-items:center;display:none;gap:1.6667vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-02 .msg-box{gap:0.6667rem}}#event_popup .modal-body .modal-swiper .step-02 .msg-box{height:11.5278vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-02 .msg-box{height:4.6111rem}}#event_popup .modal-body .modal-swiper .step-02 .msg-box{border-radius:11.5278vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-02 .msg-box{border-radius:4.6111rem}}#event_popup .modal-body .modal-swiper .step-02 .msg-box{padding:0vw 7.6389vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-02 .msg-box{padding:0rem 3.0556rem}}#event_popup .modal-body .modal-swiper .step-02 .msg-box{margin-top:9.7222vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-02 .msg-box{margin-top:3.8889rem}}#event_popup .modal-body .modal-swiper .step-02 .msg-box i{display:block;width:4.5139vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-02 .msg-box i{width:1.8056rem;max-width:100%}}#event_popup .modal-body .modal-swiper .step-02 .msg-box i{height:4.5139vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-02 .msg-box i{height:1.8056rem}}#event_popup .modal-body .modal-swiper .step-02 .msg-box i{background:url("https://terrasonny.gcdn.ntruss.com/assets/images/icon_i.png") no-repeat center center;background-size:cover}#event_popup .modal-body .modal-swiper .step-02 .msg-box strong{color:#fff;font-weight:500;font-size:3.4722vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-02 .msg-box strong{font-size:1.3889rem}}#event_popup .modal-body .modal-swiper .step-02 .msg-box strong span{color:#7dea00;font-weight:500;font-size:3.4722vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-02 .msg-box strong span{font-size:1.3889rem}}#event_popup .modal-body .modal-swiper .step-02 .msg-box.on{display:flex !important}#event_popup .modal-body .modal-swiper .step-02.swiper-slide-active .btn-group,#event_popup .modal-body .modal-swiper .step-02.swiper-slide-active .auth-form,#event_popup .modal-body .modal-swiper .step-02.swiper-slide-active .msg-box{opacity:1;transform:translateY(0)}#event_popup .modal-body .modal-swiper .step-03 .step-tag{margin-bottom:8.6806vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-03 .step-tag{margin-bottom:3.4722rem}}#event_popup .modal-body .modal-swiper .step-03 .img-title{width:100%;flex-flow:wrap;opacity:0;transform:translateY(80px);transition:all .5s ease;display:flex;justify-content:center;align-items:center}#event_popup .modal-body .modal-swiper .step-03 .img-title>.img-row{width:34.5833vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-03 .img-title>.img-row{width:13.8333rem;max-width:100%}}#event_popup .modal-body .modal-swiper .step-03 .img-title>.img-row{height:13.1944vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-03 .img-title>.img-row{height:5.2778rem}}#event_popup .modal-body .modal-swiper .step-03 .img-title>.img-row{margin-bottom:4.1667vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-03 .img-title>.img-row{margin-bottom:1.6667rem}}#event_popup .modal-body .modal-swiper .step-03 .img-title .txt-row{width:100%;color:#000;font-weight:600;text-align:center;font-size:6.5972vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-03 .img-title .txt-row{font-size:2.6389rem}}#event_popup .modal-body .modal-swiper .step-03 .img-title .txt-row{margin-bottom:11.1111vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-03 .img-title .txt-row{margin-bottom:4.4444rem}}#event_popup .modal-body .modal-swiper .step-03 .icon-list{width:100%;opacity:0;transform:translateY(80px);transition:all .5s .3s ease;width:82.9861vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-03 .icon-list{width:33.1944rem;max-width:100%}}#event_popup .modal-body .modal-swiper .step-03 .icon-list{margin-bottom:12.5vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-03 .icon-list{margin-bottom:5rem}}#event_popup .modal-body .modal-swiper .step-03 .icon-list ul{width:100%;flex-flow:wrap;display:flex;justify-content:center;align-items:center;gap:9.375vw 0}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-03 .icon-list ul{gap:3.75rem 0}}#event_popup .modal-body .modal-swiper .step-03 .icon-list ul li{flex-flow:wrap;width:33.3333333333%;display:flex;justify-content:center;align-items:center}#event_popup .modal-body .modal-swiper .step-03 .icon-list ul li img{width:23.1944vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-03 .icon-list ul li img{width:9.2778rem;max-width:100%}}#event_popup .modal-body .modal-swiper .step-03 .icon-list ul li p{width:100%;flex-flow:wrap;display:flex;justify-content:center;align-items:center;margin-top:3.4722vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-03 .icon-list ul li p{margin-top:1.3889rem}}#event_popup .modal-body .modal-swiper .step-03 .icon-list ul li p span,#event_popup .modal-body .modal-swiper .step-03 .icon-list ul li p strong{width:100%;text-align:center;color:#7f7f7f;font-weight:600;font-size:3.3333vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-03 .icon-list ul li p span,#event_popup .modal-body .modal-swiper .step-03 .icon-list ul li p strong{font-size:1.3333rem}}#event_popup .modal-body .modal-swiper .step-03 .icon-list ul li p strong{color:#000;font-weight:800;font-size:3.8194vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-03 .icon-list ul li p strong{font-size:1.5278rem}}#event_popup .modal-body .modal-swiper .step-03 .icon-list ul li:nth-child(1){width:34.6528vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-03 .icon-list ul li:nth-child(1){width:13.8611rem;max-width:100%}}#event_popup .modal-body .modal-swiper .step-03 .icon-list ul li:nth-child(1){margin-left:5.5556vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-03 .icon-list ul li:nth-child(1){margin-left:2.2222rem}}#event_popup .modal-body .modal-swiper .step-03 .icon-list ul li:nth-child(2){width:34.6528vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-03 .icon-list ul li:nth-child(2){width:13.8611rem;max-width:100%}}#event_popup .modal-body .modal-swiper .step-03 .icon-list ul li:nth-child(2){margin-right:5.5556vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-03 .icon-list ul li:nth-child(2){margin-right:2.2222rem}}#event_popup .modal-body .modal-swiper .step-03 .txt-row2,#event_popup .modal-body .modal-swiper .step-03 .txt-row3,#event_popup .modal-body .modal-swiper .step-03 .sample-list{opacity:0;transform:translateY(80px);transition:all .5s .6s ease}#event_popup .modal-body .modal-swiper .step-03 .txt-row2{width:100%;color:#000;font-weight:600;text-align:center;font-size:5.2083vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-03 .txt-row2{font-size:2.0833rem}}#event_popup .modal-body .modal-swiper .step-03 .txt-row2 span{padding-inline:4px;background:#31d72b}#event_popup .modal-body .modal-swiper .step-03 .txt-row3{width:100%;color:#7f7f7f;font-weight:600;text-align:center;margin-top:5.5556vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-03 .txt-row3{margin-top:2.2222rem}}#event_popup .modal-body .modal-swiper .step-03 .txt-row3{font-size:3.3333vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-03 .txt-row3{font-size:1.3333rem}}#event_popup .modal-body .modal-swiper .step-03 .txt-row3 span{color:#000;font-weight:700;border-bottom:5px solid #31d72b}#event_popup .modal-body .modal-swiper .step-03 .sample-list{display:flex;width:74.1667vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-03 .sample-list{width:29.6667rem;max-width:100%}}#event_popup .modal-body .modal-swiper .step-03 .sample-list{column-gap:1.8056vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-03 .sample-list{column-gap:0.7222rem}}#event_popup .modal-body .modal-swiper .step-03 .sample-list{margin-top:5.5556vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-03 .sample-list{margin-top:2.2222rem}}#event_popup .modal-body .modal-swiper .step-03 .sample-list li{width:100%}#event_popup .modal-body .modal-swiper .step-03 .sample-list img{width:100%}#event_popup .modal-body .modal-swiper .step-03 .sample-list span{display:block;width:100%;color:#7f7f7f;font-weight:600;text-align:center;padding-top:2.2222vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-03 .sample-list span{padding-top:0.8889rem}}#event_popup .modal-body .modal-swiper .step-03 .sample-list span{padding-right:2.7778vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-03 .sample-list span{padding-right:1.1111rem}}#event_popup .modal-body .modal-swiper .step-03 .sample-list span{font-size:3.3333vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-03 .sample-list span{font-size:1.3333rem}}#event_popup .modal-body .modal-swiper .step-03 .btn-group{width:100%;flex-flow:wrap;opacity:0;transition:all .5s .8s ease;transform:translateY(80px);display:flex;justify-content:center;align-items:center;gap:4.1667vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-03 .btn-group{gap:1.6667rem}}#event_popup .modal-body .modal-swiper .step-03 .btn-group{margin-top:6.9444vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-03 .btn-group{margin-top:2.7778rem}}#event_popup .modal-body .modal-swiper .step-03 .btn-group a{display:block;width:100%;font-weight:700;color:#92ae7e;border:3px solid #65e919;color:#42ea33;background:url("https://terrasonny.gcdn.ntruss.com/assets/images/event/bg_btn.jpg") no-repeat center center;background-size:cover;display:flex;justify-content:center;align-items:center;border-radius:2.7778vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-03 .btn-group a{border-radius:1.1111rem}}#event_popup .modal-body .modal-swiper .step-03 .btn-group a{height:18.0556vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-03 .btn-group a{height:7.2222rem}}#event_popup .modal-body .modal-swiper .step-03 .btn-group a{font-size:5.6944vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-03 .btn-group a{font-size:2.2778rem}}#event_popup .modal-body .modal-swiper .step-03.swiper-slide-active .btn-group,#event_popup .modal-body .modal-swiper .step-03.swiper-slide-active .icon-list,#event_popup .modal-body .modal-swiper .step-03.swiper-slide-active .img-title,#event_popup .modal-body .modal-swiper .step-03.swiper-slide-active .txt-row2,#event_popup .modal-body .modal-swiper .step-03.swiper-slide-active .txt-row3,#event_popup .modal-body .modal-swiper .step-03.swiper-slide-active .sample-list{opacity:1;transform:translateY(0)}#event_popup .modal-body .modal-swiper .step-04 .img-title{width:100%;margin-top:5.5556vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .img-title{margin-top:2.2222rem}}#event_popup .modal-body .modal-swiper .step-04 .img-title{margin-bottom:7.2917vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .img-title{margin-bottom:2.9167rem}}#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-row{margin:auto}#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-row.img2{z-index:2;width:52.7778vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-row.img2{width:21.1111rem;max-width:100%}}#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-row.img2{height:11.0417vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-row.img2{height:4.4167rem}}#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-group{justify-self:center;z-index:1;display:flex;justify-content:center;align-items:flex-end;gap:1.3889vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-group{gap:0.5556rem}}#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-group{width:87.2222vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-group{width:34.8889rem;max-width:100%}}#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-group{height:22.1528vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-group{height:8.8611rem}}#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-group{margin-top:-4.8611vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-group{margin-top:-1.9444rem}}#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-group .img-row:nth-child(1){width:43.75vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-group .img-row:nth-child(1){width:17.5rem;max-width:100%}}#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-group .img-row:nth-child(1){height:21.3194vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-group .img-row:nth-child(1){height:8.5278rem}}#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-group .img-row:nth-child(1) .img2{opacity:0;transform:scale(0.5);transition:all .5s .5s ease;width:43.75vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-group .img-row:nth-child(1) .img2{width:17.5rem;max-width:100%}}#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-group .img-row:nth-child(1) .img2{height:21.3194vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-group .img-row:nth-child(1) .img2{height:8.5278rem}}#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-group .img-row:nth-child(1) .img1{position:absolute;z-index:2;left:3.4722vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-group .img-row:nth-child(1) .img1{left:1.3889rem}}#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-group .img-row:nth-child(1) .img1{top:3.75vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-group .img-row:nth-child(1) .img1{top:1.5rem}}#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-group .img-row:nth-child(1) .img1{width:40vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-group .img-row:nth-child(1) .img1{width:16rem;max-width:100%}}#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-group .img-row:nth-child(1) .img1{height:15.8333vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-group .img-row:nth-child(1) .img1{height:6.3333rem}}#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-group .img-row:nth-child(1) .img3{position:absolute;left:50%;top:50%;z-index:3;opacity:0;transform:scale(0.5);transition:all .5s .5s ease;width:7.2917vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-group .img-row:nth-child(1) .img3{width:2.9167rem;max-width:100%}}#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-group .img-row:nth-child(1) .img3{height:8.0556vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-group .img-row:nth-child(1) .img3{height:3.2222rem}}#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-group .img-row:nth-child(1) .img4{position:absolute;right:50%;bottom:50%;z-index:4;opacity:0;transform:scale(0.5);transition:all .5s .5s ease;width:4.2361vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-group .img-row:nth-child(1) .img4{width:1.6944rem;max-width:100%}}#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-group .img-row:nth-child(1) .img4{height:4.2361vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-group .img-row:nth-child(1) .img4{height:1.6944rem}}#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-group .img-row:nth-child(2){margin-bottom:2.7778vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-group .img-row:nth-child(2){margin-bottom:1.1111rem}}#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-group .img-row:nth-child(2){width:41.3889vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-group .img-row:nth-child(2){width:16.5556rem;max-width:100%}}#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-group .img-row:nth-child(2){height:11.25vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .img-title>.img-group .img-row:nth-child(2){height:4.5rem}}#event_popup .modal-body .modal-swiper .step-04 .img-title p{margin:auto;text-align:center;width:auto;background:#f1f6f1;font-weight:600;color:#000;justify-self:center;display:flex;justify-content:center;align-items:center;margin-bottom:7.2917vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .img-title p{margin-bottom:2.9167rem}}#event_popup .modal-body .modal-swiper .step-04 .img-title p{margin-top:4.5139vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .img-title p{margin-top:1.8056rem}}#event_popup .modal-body .modal-swiper .step-04 .img-title p{height:11.3889vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .img-title p{height:4.5556rem}}#event_popup .modal-body .modal-swiper .step-04 .img-title p{border-radius:11.3889vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .img-title p{border-radius:4.5556rem}}#event_popup .modal-body .modal-swiper .step-04 .img-title p{padding:0vw 6.5972vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .img-title p{padding:0rem 2.6389rem}}#event_popup .modal-body .modal-swiper .step-04 .img-title p{font-size:5.2083vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .img-title p{font-size:2.0833rem}}#event_popup .modal-body .modal-swiper .step-04 .img-title p span{font-weight:600;color:#3bdb34;font-size:5.2083vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .img-title p span{font-size:2.0833rem}}#event_popup .modal-body .modal-swiper .step-04.swiper-slide-active .img-title>.img-group .img-row:nth-child(1){width:43.75vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04.swiper-slide-active .img-title>.img-group .img-row:nth-child(1){width:17.5rem;max-width:100%}}#event_popup .modal-body .modal-swiper .step-04.swiper-slide-active .img-title>.img-group .img-row:nth-child(1){height:21.3194vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04.swiper-slide-active .img-title>.img-group .img-row:nth-child(1){height:8.5278rem}}#event_popup .modal-body .modal-swiper .step-04.swiper-slide-active .img-title>.img-group .img-row:nth-child(1) .img2{opacity:1;transform:scale(1)}#event_popup .modal-body .modal-swiper .step-04.swiper-slide-active .img-title>.img-group .img-row:nth-child(1) .img3{left:0;top:0;opacity:1;transform:scale(1)}#event_popup .modal-body .modal-swiper .step-04.swiper-slide-active .img-title>.img-group .img-row:nth-child(1) .img4{right:0;bottom:0;opacity:1;transform:scale(1)}#event_popup .modal-body .modal-swiper .step-04 .upload-area{flex-flow:wrap;border:2px solid #71d300;align-content:center;opacity:0;transition:all .5s .8s ease;transform:translateY(80px);display:flex;justify-content:center;align-items:center;width:61.8056vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .upload-area{width:24.7222rem;max-width:100%}}#event_popup .modal-body .modal-swiper .step-04 .upload-area{margin-bottom:9.0278vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .upload-area{margin-bottom:3.6111rem}}#event_popup .modal-body .modal-swiper .step-04 .upload-area{border-radius:2.5vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .upload-area{border-radius:1rem}}#event_popup .modal-body .modal-swiper .step-04 .upload-area .preview-box{width:100%;height:100%;overflow:hidden;border-radius:2.2222vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .upload-area .preview-box{border-radius:0.8889rem}}#event_popup .modal-body .modal-swiper .step-04 .upload-area .preview-box img{width:100%;height:100%;object-fit:cover}#event_popup .modal-body .modal-swiper .step-04 .upload-area .preview-box button{position:absolute;overflow:hidden;display:flex;justify-content:center;align-items:center;right:3.4722vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .upload-area .preview-box button{right:1.3889rem}}#event_popup .modal-body .modal-swiper .step-04 .upload-area .preview-box button{top:3.4722vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .upload-area .preview-box button{top:1.3889rem}}#event_popup .modal-body .modal-swiper .step-04 .upload-area .preview-box button{width:5.5556vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .upload-area .preview-box button{width:2.2222rem;max-width:100%}}#event_popup .modal-body .modal-swiper .step-04 .upload-area .preview-box button{height:5.5556vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .upload-area .preview-box button{height:2.2222rem}}#event_popup .modal-body .modal-swiper .step-04 .upload-area .preview-box button .icon-svg{color:#fff;transform:scale(3);display:flex;justify-content:center;align-items:center;width:2.7778vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .upload-area .preview-box button .icon-svg{width:1.1111rem;max-width:100%}}#event_popup .modal-body .modal-swiper .step-04 .upload-area .preview-box button .icon-svg{height:2.7778vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .upload-area .preview-box button .icon-svg{height:1.1111rem}}#event_popup .modal-body .modal-swiper .step-04 .upload-area .preview-box button .icon-svg svg{--close: 2;width:100%;display:flex;justify-content:center;align-items:center}#event_popup .modal-body .modal-swiper .step-04 .upload-area .upload-btn-wrap{flex-direction:row;display:flex;justify-content:center;align-items:center;gap:8.3333vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .upload-area .upload-btn-wrap{gap:3.3333rem}}#event_popup .modal-body .modal-swiper .step-04 .upload-area .upload-btn-wrap label{display:block;cursor:pointer;transition:transform .2s;flex-flow:wrap;display:flex;justify-content:center;align-items:center;gap:3.8194vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .upload-area .upload-btn-wrap label{gap:1.5278rem}}#event_popup .modal-body .modal-swiper .step-04 .upload-area .upload-btn-wrap label{height:26.3889vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .upload-area .upload-btn-wrap label{height:10.5556rem}}#event_popup .modal-body .modal-swiper .step-04 .upload-area .upload-btn-wrap label{width:18.3333vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .upload-area .upload-btn-wrap label{width:7.3333rem;max-width:100%}}#event_popup .modal-body .modal-swiper .step-04 .upload-area .upload-btn-wrap label span{text-box-trim:trim-both;text-box-edge:cap alphabetic;line-height:1.5;padding:.1em 0;text-align:center;width:100%;color:#71d300;font-weight:700;font-size:4.1667vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .upload-area .upload-btn-wrap label span{font-size:1.6667rem}}#event_popup .modal-body .modal-swiper .step-04 .upload-area .upload-btn-wrap label img{width:15.5556vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .upload-area .upload-btn-wrap label img{width:6.2222rem;max-width:100%}}#event_popup .modal-body .modal-swiper .step-04 .upload-area .upload-btn-wrap label img{height:12.7778vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .upload-area .upload-btn-wrap label img{height:5.1111rem}}#event_popup .modal-body .modal-swiper .step-04 .upload-area .upload-btn-wrap label:active{transform:scale(0.95)}#event_popup .modal-body .modal-swiper .step-04 .upload-area .upload-btn-wrap input[type=file]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}@media(any-hover: hover)and (pointer: fine){#event_popup .modal-body .modal-swiper .step-04 .upload-area .upload-btn-wrap .btn-camera,#event_popup .modal-body .modal-swiper .step-04 .upload-area .upload-btn-wrap #btn-camera{display:none !important}}@media(pointer: coarse){#event_popup .modal-body .modal-swiper .step-04 .upload-area .upload-btn-wrap .btn-camera,#event_popup .modal-body .modal-swiper .step-04 .upload-area .upload-btn-wrap #btn-camera{display:flex !important}}#event_popup .modal-body .modal-swiper .step-04 .upload-area .txt-row{width:100%;text-align:center;margin-top:11.1111vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .upload-area .txt-row{margin-top:4.4444rem}}#event_popup .modal-body .modal-swiper .step-04 .upload-area .txt-row p{color:#a3a5a2;font-weight:400;font-size:3.3333vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .upload-area .txt-row p{font-size:1.3333rem}}#event_popup .modal-body .modal-swiper .step-04 .upload-area .txt-row p{margin-bottom:2.0833vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .upload-area .txt-row p{margin-bottom:0.8333rem}}#event_popup .modal-body .modal-swiper .step-04 .upload-area .txt-row p b{color:#000}#event_popup .modal-body .modal-swiper .step-04 .upload-area .txt-row p:last-child{margin-bottom:0}#event_popup .modal-body .modal-swiper .step-04 .upload-guide{flex-direction:column;width:100%;display:flex;justify-content:center;align-items:center;height:111.1111vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .upload-guide{height:44.4444rem}}#event_popup .modal-body .modal-swiper .step-04 .upload-guide strong{color:#000;font-weight:700}#event_popup .modal-body .modal-swiper .step-04 .form-row>button{position:absolute;right:0;color:#797979;font-weight:500;border-left:1px solid #e8e8e8;top:3.125vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .form-row>button{top:1.25rem}}#event_popup .modal-body .modal-swiper .step-04 .form-row>button{width:29.4444vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .form-row>button{width:11.7778rem;max-width:100%}}#event_popup .modal-body .modal-swiper .step-04 .form-row>button{height:11.1111vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .form-row>button{height:4.4444rem}}#event_popup .modal-body .modal-swiper .step-04 .form-row>button{font-size:4.1667vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .form-row>button{font-size:1.6667rem}}#event_popup .modal-body .modal-swiper .step-04 .form-row>button.on{color:#71d300}#event_popup .modal-body .modal-swiper .step-04 .form-row>button.disabled{color:#797979;pointer-events:none}#event_popup .modal-body .modal-swiper .step-04 .form-row.check{width:100%;gap:unset;flex-direction:unset;flex-flow:wrap;display:flex;justify-content:space-between;align-items:center;padding:2.7778vw 0vw 4.1667vw 0vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .form-row.check{padding:1.1111rem 0rem 1.6667rem 0rem}}#event_popup .modal-body .modal-swiper .step-04 .form-row.check label,#event_popup .modal-body .modal-swiper .step-04 .form-row.check span{color:#797979;font-size:3.3333vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .form-row.check label,#event_popup .modal-body .modal-swiper .step-04 .form-row.check span{font-size:1.3333rem}}#event_popup .modal-body .modal-swiper .step-04 .form-row.check>.error{width:100%;padding-top:3.3333vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .form-row.check>.error{padding-top:1.3333rem}}#event_popup .modal-body .modal-swiper .step-04 .form-row.check>.error{padding-bottom:3.3333vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .form-row.check>.error{padding-bottom:1.3333rem}}#event_popup .modal-body .modal-swiper .step-04 .form-row.check .group-items{width:auto}#event_popup .modal-body .modal-swiper .step-04 .form-row.check a{width:auto;display:flex;justify-content:flex-end;align-items:center}#event_popup .modal-body .modal-swiper .step-04 .form-row.check a .icon-svg{color:#797979;display:flex;justify-content:center;align-items:center;width:3.4722vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .form-row.check a .icon-svg{width:1.3889rem;max-width:100%}}#event_popup .modal-body .modal-swiper .step-04 .form-row.check a .icon-svg{height:3.4722vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .form-row.check a .icon-svg{height:1.3889rem}}#event_popup .modal-body .modal-swiper .step-04 .form-row.check a .icon-svg svg{width:50%}#event_popup .modal-body .modal-swiper .step-04 .form-row .timer{position:absolute;transform:translateY(-50%);top:8.3333vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .form-row .timer{top:3.3333rem}}#event_popup .modal-body .modal-swiper .step-04 .form-row .timer{display:flex;justify-content:flex-end;align-items:center;gap:1.5972vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .form-row .timer{gap:0.6389rem}}#event_popup .modal-body .modal-swiper .step-04 .form-row .timer{right:6.5972vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .form-row .timer{right:2.6389rem}}#event_popup .modal-body .modal-swiper .step-04 .form-row .timer i{display:block;width:4.5139vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .form-row .timer i{width:1.8056rem;max-width:100%}}#event_popup .modal-body .modal-swiper .step-04 .form-row .timer i{height:4.5139vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .form-row .timer i{height:1.8056rem}}#event_popup .modal-body .modal-swiper .step-04 .form-row .timer i{background:url("https://terrasonny.gcdn.ntruss.com/assets/images/icon_time_off.png") no-repeat center center;background-size:cover}#event_popup .modal-body .modal-swiper .step-04 .form-row .timer span{color:#797979;font-weight:600;font-size:4.0278vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .form-row .timer span{font-size:1.6111rem}}#event_popup .modal-body .modal-swiper .step-04 .form-row .timer.on span{color:#71d300}#event_popup .modal-body .modal-swiper .step-04 .form-row .timer.on i{background:url("https://terrasonny.gcdn.ntruss.com/assets/images/icon_time.png") no-repeat center center;background-size:cover}#event_popup .modal-body .modal-swiper .step-04 .btn-group{width:100%;flex-flow:wrap;opacity:0;transition:all .5s 1.2s ease;transform:translateY(80px);gap:4.1667vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .btn-group{gap:1.6667rem}}#event_popup .modal-body .modal-swiper .step-04 .btn-group{display:flex;justify-content:center;align-items:center}#event_popup .modal-body .modal-swiper .step-04 .btn-group button{width:100%;font-weight:700;background:#f6f6f6;color:#92ae7e;border-radius:2.7778vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .btn-group button{border-radius:1.1111rem}}#event_popup .modal-body .modal-swiper .step-04 .btn-group button{height:18.0556vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .btn-group button{height:7.2222rem}}#event_popup .modal-body .modal-swiper .step-04 .btn-group button{font-size:5.6944vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-04 .btn-group button{font-size:2.2778rem}}#event_popup .modal-body .modal-swiper .step-04 .btn-group button.on{border:3px solid #65e919;color:#42ea33;background:url("https://terrasonny.gcdn.ntruss.com/assets/images/event/bg_btn.jpg") no-repeat center center;background-size:cover}#event_popup .modal-body .modal-swiper .step-04.swiper-slide-active .btn-group,#event_popup .modal-body .modal-swiper .step-04.swiper-slide-active .upload-area{opacity:1;transform:translateY(0)}#event_popup .modal-body .modal-swiper .step-05 .step-img-tit{width:100%;flex-flow:wrap;opacity:0;transform:translateY(80px);transition:opacity .6s .4s ease,transform .6s .4s ease;display:flex;justify-content:center;align-items:center;margin-top:5.5556vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-05 .step-img-tit{margin-top:2.2222rem}}#event_popup .modal-body .modal-swiper .step-05 .step-img-tit>.img-row{margin:auto}#event_popup .modal-body .modal-swiper .step-05 .step-img-tit>.img-row.img1{z-index:2;width:46.3889vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-05 .step-img-tit>.img-row.img1{width:18.5556rem;max-width:100%}}#event_popup .modal-body .modal-swiper .step-05 .step-img-tit>.img-row.img1{height:9.9306vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-05 .step-img-tit>.img-row.img1{height:3.9722rem}}#event_popup .modal-body .modal-swiper .step-05 .step-img-tit>.img-row.img2{z-index:2;width:46.25vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-05 .step-img-tit>.img-row.img2{width:18.5rem;max-width:100%}}#event_popup .modal-body .modal-swiper .step-05 .step-img-tit>.img-row.img2{height:9.7222vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-05 .step-img-tit>.img-row.img2{height:3.8889rem}}#event_popup .modal-body .modal-swiper .step-05 .step-img-tit>.img-row.img3{position:relative;z-index:2;width:42.6389vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-05 .step-img-tit>.img-row.img3{width:17.0556rem;max-width:100%}}#event_popup .modal-body .modal-swiper .step-05 .step-img-tit>.img-row.img3{height:18.125vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-05 .step-img-tit>.img-row.img3{height:7.25rem}}#event_popup .modal-body .modal-swiper .step-05 .step-img-tit>.img-row.img3{margin-top:-4.1667vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-05 .step-img-tit>.img-row.img3{margin-top:-1.6667rem}}#event_popup .modal-body .modal-swiper .step-05 .step-img-tit>.img-row.img3 .img1{position:absolute;z-index:2;left:2.0139vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-05 .step-img-tit>.img-row.img3 .img1{left:0.8056rem}}#event_popup .modal-body .modal-swiper .step-05 .step-img-tit>.img-row.img3 .img1{top:3.125vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-05 .step-img-tit>.img-row.img3 .img1{top:1.25rem}}#event_popup .modal-body .modal-swiper .step-05 .step-img-tit>.img-row.img3 .img1{width:38.3333vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-05 .step-img-tit>.img-row.img3 .img1{width:15.3333rem;max-width:100%}}#event_popup .modal-body .modal-swiper .step-05 .step-img-tit>.img-row.img3 .img1{height:12.7778vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-05 .step-img-tit>.img-row.img3 .img1{height:5.1111rem}}#event_popup .modal-body .modal-swiper .step-05 .step-img-tit>.img-row.img3 .img2,#event_popup .modal-body .modal-swiper .step-05 .step-img-tit>.img-row.img3 .img3,#event_popup .modal-body .modal-swiper .step-05 .step-img-tit>.img-row.img3 .img4{opacity:0;transition:all .6s ease;will-change:transform,opacity}#event_popup .modal-body .modal-swiper .step-05 .step-img-tit>.img-row.img3 .img2{position:absolute;transform:scale(0.5);top:50%;left:50%;transform:scale(0.2);transition-delay:.8s;left:0.4167vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-05 .step-img-tit>.img-row.img3 .img2{left:0.1667rem}}#event_popup .modal-body .modal-swiper .step-05 .step-img-tit>.img-row.img3 .img2{top:0.9028vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-05 .step-img-tit>.img-row.img3 .img2{top:0.3611rem}}#event_popup .modal-body .modal-swiper .step-05 .step-img-tit>.img-row.img3 .img2{width:41.3889vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-05 .step-img-tit>.img-row.img3 .img2{width:16.5556rem;max-width:100%}}#event_popup .modal-body .modal-swiper .step-05 .step-img-tit>.img-row.img3 .img2{height:16.9444vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-05 .step-img-tit>.img-row.img3 .img2{height:6.7778rem}}#event_popup .modal-body .modal-swiper .step-05 .step-img-tit>.img-row.img3 .img3{position:absolute;right:50%;top:50%;z-index:3;opacity:0;transform:scale(0.5);transition-delay:1s;width:7.2222vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-05 .step-img-tit>.img-row.img3 .img3{width:2.8889rem;max-width:100%}}#event_popup .modal-body .modal-swiper .step-05 .step-img-tit>.img-row.img3 .img3{height:8.125vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-05 .step-img-tit>.img-row.img3 .img3{height:3.25rem}}#event_popup .modal-body .modal-swiper .step-05 .step-img-tit>.img-row.img3 .img4{position:absolute;left:50%;bottom:50%;z-index:4;opacity:0;transform:scale(0.5);transition-delay:1s;width:4.5833vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-05 .step-img-tit>.img-row.img3 .img4{width:1.8333rem;max-width:100%}}#event_popup .modal-body .modal-swiper .step-05 .step-img-tit>.img-row.img3 .img4{height:4.2361vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-05 .step-img-tit>.img-row.img3 .img4{height:1.6944rem}}#event_popup .modal-body .modal-swiper .step-05 .result-video{opacity:0;transform:translateY(80px);transition:opacity .6s .8s ease,transform .6s .8s ease;overflow:hidden;border:2px solid #71d300;width:61.8056vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-05 .result-video{width:24.7222rem;max-width:100%}}#event_popup .modal-body .modal-swiper .step-05 .result-video{height:111.1111vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-05 .result-video{height:44.4444rem}}#event_popup .modal-body .modal-swiper .step-05 .result-video{border-radius:2.5vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-05 .result-video{border-radius:1rem}}#event_popup .modal-body .modal-swiper .step-05 .result-video{margin-top:4.8611vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-05 .result-video{margin-top:1.9444rem}}#event_popup .modal-body .modal-swiper .step-05 .result-video video{width:100%;height:100%;aspect-ratio:9/16;object-fit:cover}#event_popup .modal-body .modal-swiper .step-05 .result-video a{position:absolute;left:50%;top:50%;-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:16.8056vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-05 .result-video a{width:6.7222rem;max-width:100%}}#event_popup .modal-body .modal-swiper .step-05 .result-video a{height:16.8056vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-05 .result-video a{height:6.7222rem}}#event_popup .modal-body .modal-swiper .step-05 .result-video a img{width:100%}#event_popup .modal-body .modal-swiper .step-05 .result,#event_popup .modal-body .modal-swiper .step-05 .intro-video,#event_popup .modal-body .modal-swiper .step-05 .ending-video{overflow:hidden;border:2px solid #71d300;font-size:0;width:61.8056vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-05 .result,#event_popup .modal-body .modal-swiper .step-05 .intro-video,#event_popup .modal-body .modal-swiper .step-05 .ending-video{width:24.7222rem;max-width:100%}}#event_popup .modal-body .modal-swiper .step-05 .result,#event_popup .modal-body .modal-swiper .step-05 .intro-video,#event_popup .modal-body .modal-swiper .step-05 .ending-video{margin-top:9.7222vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-05 .result,#event_popup .modal-body .modal-swiper .step-05 .intro-video,#event_popup .modal-body .modal-swiper .step-05 .ending-video{margin-top:3.8889rem}}#event_popup .modal-body .modal-swiper .step-05 .result,#event_popup .modal-body .modal-swiper .step-05 .intro-video,#event_popup .modal-body .modal-swiper .step-05 .ending-video{border-radius:2.5vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-05 .result,#event_popup .modal-body .modal-swiper .step-05 .intro-video,#event_popup .modal-body .modal-swiper .step-05 .ending-video{border-radius:1rem}}#event_popup .modal-body .modal-swiper .step-05 .result{opacity:0;position:relative}#event_popup .modal-body .modal-swiper .step-05 .result__zoom{position:relative;transform-origin:0 0;transition:transform 700ms cubic-bezier(0.22, 1, 0.36, 1)}#event_popup .modal-body .modal-swiper .step-05 .result__photo{display:block;max-width:100%}#event_popup .modal-body .modal-swiper .step-05 .result__pick{position:absolute;top:0;left:0;width:100%;height:100%}#event_popup .modal-body .modal-swiper .step-05 .result__pick-item{position:absolute;pointer-events:none}#event_popup .modal-body .modal-swiper .step-05 .result__pick-item.on::before,#event_popup .modal-body .modal-swiper .step-05 .result__pick-item.on::after{opacity:0}#event_popup .modal-body .modal-swiper .step-05 .result__pick-item.on span{opacity:1;animation:pick-result-rotate 4s linear .4s infinite}#event_popup .modal-body .modal-swiper .step-05 .result__pick-item span{position:absolute;top:50%;left:50%;z-index:10;aspect-ratio:1;background-image:url("https://terrasonny.gcdn.ntruss.com/assets/images/event/select.png");background-repeat:no-repeat;background-size:contain;transition:opacity .2s .1s ease-in;transform:translate(-50%, -50%) scale(2) rotate(0deg);opacity:0}#event_popup .modal-body .modal-swiper .step-05 .result__pick-item::before,#event_popup .modal-body .modal-swiper .step-05 .result__pick-item::after{position:absolute;width:50%;aspect-ratio:262/236;background-repeat:no-repeat;background-position:center;background-size:100% auto;transition:opacity .1s ease-in-out;content:""}#event_popup .modal-body .modal-swiper .step-05 .result__pick-item::before{top:0;left:0;background-image:url("https://terrasonny.gcdn.ntruss.com/assets/images/event/icon-focus-1.png")}#event_popup .modal-body .modal-swiper .step-05 .result__pick-item::after{right:0;bottom:0;background-image:url("https://terrasonny.gcdn.ntruss.com/assets/images/event/icon-focus-2.png")}#event_popup .modal-body .modal-swiper .step-05 .result__on-me{position:absolute;bottom:0;z-index:20;width:100%;display:flex;justify-content:center;align-items:center;opacity:0;transition:opacity .2s .1s ease-in;pointer-events:none}#event_popup .modal-body .modal-swiper .step-05 .result__on-me img{width:100%}#event_popup .modal-body .modal-swiper .step-05 .result__count{position:absolute;top:15%;left:0;z-index:100;width:100%;display:flex;justify-content:center;align-items:center}#event_popup .modal-body .modal-swiper .step-05 .result__count span{width:100px;text-align:center;font-family:"Gotham",sans-serif;font-weight:900;line-height:1;background:linear-gradient(to bottom, #85ff6c 30%, #fff 80%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}#event_popup .modal-body .modal-swiper .step-05 .intro-video video,#event_popup .modal-body .modal-swiper .step-05 .ending-video video{display:block;width:100%;aspect-ratio:9/16;pointer-events:none}#event_popup .modal-body .modal-swiper .step-05 .intro-video{opacity:0;transform:translateY(80px);transition:opacity .6s .8s ease,transform .6s .8s ease}#event_popup .modal-body .modal-swiper .step-05 .ending-video{display:none}#event_popup .modal-body .modal-swiper .step-05 .btn-group{flex-wrap:wrap;opacity:0;transform:translateY(80px);transition:opacity .6s .2s ease,transform .6s .2s ease;pointer-events:none;display:flex;justify-content:center;align-items:center;gap:3.4722vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-05 .btn-group{gap:1.3889rem}}#event_popup .modal-body .modal-swiper .step-05 .btn-group{width:86.8056vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-05 .btn-group{width:34.7222rem;max-width:100%}}#event_popup .modal-body .modal-swiper .step-05 .btn-group{min-height:31.25vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-05 .btn-group{min-height:12.5rem}}#event_popup .modal-body .modal-swiper .step-05 .btn-group{margin-top:9.7222vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-05 .btn-group{margin-top:3.8889rem}}#event_popup .modal-body .modal-swiper .step-05 .btn-group button{width:100%;font-weight:700;background:#f6f6f6;color:#92ae7e;display:flex;justify-content:center;align-items:center;border-radius:2.7778vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-05 .btn-group button{border-radius:1.1111rem}}#event_popup .modal-body .modal-swiper .step-05 .btn-group button{width:41.6667vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-05 .btn-group button{width:16.6667rem;max-width:100%}}#event_popup .modal-body .modal-swiper .step-05 .btn-group button{height:13.8889vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-05 .btn-group button{height:5.5556rem}}#event_popup .modal-body .modal-swiper .step-05 .btn-group button{font-size:4.1667vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .step-05 .btn-group button{font-size:1.6667rem}}#event_popup .modal-body .modal-swiper .step-05 .btn-group .btn-replay,#event_popup .modal-body .modal-swiper .step-05 .btn-group .btn-share{background:#f6f6f6}#event_popup .modal-body .modal-swiper .step-05 .btn-group .btn-replay{color:#92ae7e}#event_popup .modal-body .modal-swiper .step-05 .btn-group .btn-share,#event_popup .modal-body .modal-swiper .step-05 .btn-group .btn-retry{color:#42ea33}#event_popup .modal-body .modal-swiper .step-05 .btn-group .btn-retry{width:100%;border:2px solid #65e919;background:#f6f6f6 url("https://terrasonny.gcdn.ntruss.com/assets/images/event/bg_btn.jpg") no-repeat center center/cover}#event_popup .modal-body .modal-swiper .step-05.swiper-slide-active .step-img-tit{opacity:1;transform:translateY(0px)}#event_popup .modal-body .modal-swiper .step-05.swiper-slide-active .step-img-tit>.img-row.img3 .img2{opacity:1;transform:scale(1)}#event_popup .modal-body .modal-swiper .step-05.swiper-slide-active .step-img-tit>.img-row.img3 .img3{right:0;top:0;opacity:1;transform:scale(1)}#event_popup .modal-body .modal-swiper .step-05.swiper-slide-active .step-img-tit>.img-row.img3 .img4{left:0;bottom:0;opacity:1;transform:scale(1)}#event_popup .modal-body .modal-swiper .step-05.swiper-slide-active .result-video,#event_popup .modal-body .modal-swiper .step-05.swiper-slide-active .intro-video,#event_popup .modal-body .modal-swiper .step-05.swiper-slide-active .tag-row,#event_popup .modal-body .modal-swiper .step-05.swiper-slide-active .share-group{opacity:1;transform:translateY(0px)}#event_popup .modal-body .modal-swiper .swiper-slide{pointer-events:none;flex-flow:wrap;align-content:flex-start;display:flex;justify-content:center;align-items:flex-start;padding-bottom:11.1111vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .swiper-slide{padding-bottom:4.4444rem}}#event_popup .modal-body .modal-swiper .swiper-slide .step-tag{opacity:0;width:24.3056vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .swiper-slide .step-tag{width:9.7222rem;max-width:100%}}#event_popup .modal-body .modal-swiper .swiper-slide .step-tag{height:13.6806vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .swiper-slide .step-tag{height:5.4722rem}}#event_popup .modal-body .modal-swiper .swiper-slide .step-tag img{width:100%}#event_popup .modal-body .modal-swiper .swiper-slide .step-tit{width:100%;text-align:center;font-weight:800;color:#000;line-height:1.3;opacity:0;transition:all .5s .3s ease;transform:translateY(80px);margin-top:11.4583vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .swiper-slide .step-tit{margin-top:4.5833rem}}#event_popup .modal-body .modal-swiper .swiper-slide .step-tit{margin-bottom:7.6389vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .swiper-slide .step-tit{margin-bottom:3.0556rem}}#event_popup .modal-body .modal-swiper .swiper-slide .step-tit{font-size:12.5vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .swiper-slide .step-tit{font-size:5rem}}#event_popup .modal-body .modal-swiper .swiper-slide .step-tit+p{width:100%;text-align:center;font-weight:400;color:#000;line-height:1.3;opacity:0;transition:all .5s .5s ease;transform:translateY(80px);margin-bottom:5.2083vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .swiper-slide .step-tit+p{margin-bottom:2.0833rem}}#event_popup .modal-body .modal-swiper .swiper-slide .step-tit+p{font-size:5.1389vw}@media(min-width: 641px){#event_popup .modal-body .modal-swiper .swiper-slide .step-tit+p{font-size:2.0556rem}}#event_popup .modal-body .modal-swiper .swiper-slide.swiper-slide-active{pointer-events:all}#event_popup .modal-body .modal-swiper .swiper-slide.swiper-slide-active .step-tit,#event_popup .modal-body .modal-swiper .swiper-slide.swiper-slide-active .step-tit+p{opacity:1;transform:translateY(0)}#event_popup .modal-body .modal-swiper .swiper-slide.swiper-slide-active .step-tag{transform-origin:45% 100%;animation:sonnyPickRotate 5s infinite;opacity:0}#event_popup .modal-body .modal-swiper .swiper-slide:not(.swiper-slide-active){visibility:hidden}#event_popup .modal-body .modal-swiper .swiper-slide:not(.swiper-slide-active) *{pointer-events:none;tabindex:-1 !important}#event_popup .modal-layer.active{background:#000}#event_popup .modal-layer.active .modal-header,#event_popup .modal-layer.active .modal-body{background:#000}#event_popup .modal-layer.active .modal-header button{pointer-events:none}#event_popup .modal-layer.active .modal-header button .icon-svg{color:hsla(0,0%,100%,.5)}#share-url{align-items:flex-end}#share-url .modal-layer{border-radius:0;text-align:center;border-top-left-radius:6.5278vw}@media(min-width: 641px){#share-url .modal-layer{border-top-left-radius:2.6111rem}}#share-url .modal-layer{border-top-right-radius:6.5278vw}@media(min-width: 641px){#share-url .modal-layer{border-top-right-radius:2.6111rem}}#share-url .modal-header{padding-top:9.0278vw}@media(min-width: 641px){#share-url .modal-header{padding-top:3.6111rem}}#share-url .modal-header{padding-bottom:3.4722vw}@media(min-width: 641px){#share-url .modal-header{padding-bottom:1.3889rem}}#share-url .modal-header h3{display:flex;justify-content:center;align-items:center;width:100%;color:#282828;font-weight:700;text-align:center;column-gap:1.6667vw}@media(min-width: 641px){#share-url .modal-header h3{column-gap:0.6667rem}}#share-url .modal-header h3{font-size:6.9444vw}@media(min-width: 641px){#share-url .modal-header h3{font-size:2.7778rem}}#share-url .modal-header h3{line-height:8.3333vw}@media(min-width: 641px){#share-url .modal-header h3{line-height:3.3333rem}}#share-url .modal-header h3::before{aspect-ratio:1;background:url("https://terrasonny.gcdn.ntruss.com/assets/images/icon-copy-url.png") no-repeat center/auto 100%;content:"";height:8.3333vw}@media(min-width: 641px){#share-url .modal-header h3::before{height:3.3333rem}}#share-url .modal-body{padding-top:0}#share-url .modal-body p{font-weight:500}#share-url .modal-body p:nth-child(1){color:#454546;margin-bottom:6.9444vw}@media(min-width: 641px){#share-url .modal-body p:nth-child(1){margin-bottom:2.7778rem}}#share-url .modal-body p:nth-child(1){font-size:4.0278vw}@media(min-width: 641px){#share-url .modal-body p:nth-child(1){font-size:1.6111rem}}#share-url .modal-body p:nth-child(2){display:flex;align-items:center;border:3px solid #84d922;column-gap:2.7778vw}@media(min-width: 641px){#share-url .modal-body p:nth-child(2){column-gap:1.1111rem}}#share-url .modal-body p:nth-child(2){height:18.0556vw}@media(min-width: 641px){#share-url .modal-body p:nth-child(2){height:7.2222rem}}#share-url .modal-body p:nth-child(2){padding-inline:2.7778vw}@media(min-width: 641px){#share-url .modal-body p:nth-child(2){padding-inline:1.1111rem}}#share-url .modal-body p:nth-child(2){border-radius:2.6389vw}@media(min-width: 641px){#share-url .modal-body p:nth-child(2){border-radius:1.0556rem}}#share-url .modal-body p:nth-child(2) span{flex-grow:1;overflow:hidden;color:#5e5e5e;white-space:nowrap;text-overflow:ellipsis;font-size:4.7222vw}@media(min-width: 641px){#share-url .modal-body p:nth-child(2) span{font-size:1.8889rem}}#share-url .modal-body p:nth-child(2) button{flex-shrink:0;display:flex;align-items:center;border-radius:100px;border:0;background:#effbe0;color:#84d922;font-weight:600;height:9.0278vw}@media(min-width: 641px){#share-url .modal-body p:nth-child(2) button{height:3.6111rem}}#share-url .modal-body p:nth-child(2) button{padding-inline:3.75vw}@media(min-width: 641px){#share-url .modal-body p:nth-child(2) button{padding-inline:1.5rem}}#share-url .modal-body p:nth-child(2) button{font-size:3.75vw}@media(min-width: 641px){#share-url .modal-body p:nth-child(2) button{font-size:1.5rem}}body.view img{width:100%;height:100%;object-fit:cover}body.view .video-row{position:relative;width:92.5%;max-width:640px;margin:0 auto;min-height:100vh;padding-bottom:17.3611vw}@media(min-width: 641px){body.view .video-row{padding-bottom:6.9444rem}}body.view .video-row .step-tag{width:24.3056vw}@media(min-width: 641px){body.view .video-row .step-tag{width:9.7222rem;max-width:100%}}body.view .video-row .step-tag{height:13.6806vw}@media(min-width: 641px){body.view .video-row .step-tag{height:5.4722rem}}body.view .video-row .step-tag{margin:10.4167vw auto 0 auto}@media(min-width: 641px){body.view .video-row .step-tag{margin:4.1667rem auto 0 auto}}body.view .video-row .step-tag img{width:100%}body.view .video-row .step-img-tit{width:100%;flex-flow:wrap;display:flex;justify-content:center;align-items:center;margin-top:5.5556vw}@media(min-width: 641px){body.view .video-row .step-img-tit{margin-top:2.2222rem}}body.view .video-row .step-img-tit>.img-row{margin:auto}body.view .video-row .step-img-tit>.img-row.img1{z-index:2;margin:0vw 19.8611vw}@media(min-width: 641px){body.view .video-row .step-img-tit>.img-row.img1{margin:0rem 7.9444rem}}body.view .video-row .step-img-tit>.img-row.img1{width:46.3889vw}@media(min-width: 641px){body.view .video-row .step-img-tit>.img-row.img1{width:18.5556rem;max-width:100%}}body.view .video-row .step-img-tit>.img-row.img1{height:9.9306vw}@media(min-width: 641px){body.view .video-row .step-img-tit>.img-row.img1{height:3.9722rem}}body.view .video-row .step-img-tit>.img-row.img2{z-index:2;width:46.25vw}@media(min-width: 641px){body.view .video-row .step-img-tit>.img-row.img2{width:18.5rem;max-width:100%}}body.view .video-row .step-img-tit>.img-row.img2{height:9.7222vw}@media(min-width: 641px){body.view .video-row .step-img-tit>.img-row.img2{height:3.8889rem}}body.view .video-row .step-img-tit>.img-row.img3{position:relative;z-index:2;width:42.6389vw}@media(min-width: 641px){body.view .video-row .step-img-tit>.img-row.img3{width:17.0556rem;max-width:100%}}body.view .video-row .step-img-tit>.img-row.img3{height:18.125vw}@media(min-width: 641px){body.view .video-row .step-img-tit>.img-row.img3{height:7.25rem}}body.view .video-row .step-img-tit>.img-row.img3{margin-top:-4.1667vw}@media(min-width: 641px){body.view .video-row .step-img-tit>.img-row.img3{margin-top:-1.6667rem}}body.view .video-row .step-img-tit>.img-row.img3 .img1{position:absolute;z-index:2;left:2.0139vw}@media(min-width: 641px){body.view .video-row .step-img-tit>.img-row.img3 .img1{left:0.8056rem}}body.view .video-row .step-img-tit>.img-row.img3 .img1{top:3.125vw}@media(min-width: 641px){body.view .video-row .step-img-tit>.img-row.img3 .img1{top:1.25rem}}body.view .video-row .step-img-tit>.img-row.img3 .img1{width:38.3333vw}@media(min-width: 641px){body.view .video-row .step-img-tit>.img-row.img3 .img1{width:15.3333rem;max-width:100%}}body.view .video-row .step-img-tit>.img-row.img3 .img1{height:12.7778vw}@media(min-width: 641px){body.view .video-row .step-img-tit>.img-row.img3 .img1{height:5.1111rem}}body.view .video-row .step-img-tit>.img-row.img3 .img2,body.view .video-row .step-img-tit>.img-row.img3 .img3,body.view .video-row .step-img-tit>.img-row.img3 .img4{opacity:0;transition:all .6s ease;will-change:transform,opacity}body.view .video-row .step-img-tit>.img-row.img3 .img2{position:absolute;transform:scale(0.5);top:50%;left:50%;transform:scale(0.2);transition-delay:.8s;left:0.4167vw}@media(min-width: 641px){body.view .video-row .step-img-tit>.img-row.img3 .img2{left:0.1667rem}}body.view .video-row .step-img-tit>.img-row.img3 .img2{top:0.9028vw}@media(min-width: 641px){body.view .video-row .step-img-tit>.img-row.img3 .img2{top:0.3611rem}}body.view .video-row .step-img-tit>.img-row.img3 .img2{width:41.3889vw}@media(min-width: 641px){body.view .video-row .step-img-tit>.img-row.img3 .img2{width:16.5556rem;max-width:100%}}body.view .video-row .step-img-tit>.img-row.img3 .img2{height:16.9444vw}@media(min-width: 641px){body.view .video-row .step-img-tit>.img-row.img3 .img2{height:6.7778rem}}body.view .video-row .step-img-tit>.img-row.img3 .img3{position:absolute;right:50%;top:50%;z-index:3;opacity:0;transform:scale(0.5);transition-delay:1s;width:7.2222vw}@media(min-width: 641px){body.view .video-row .step-img-tit>.img-row.img3 .img3{width:2.8889rem;max-width:100%}}body.view .video-row .step-img-tit>.img-row.img3 .img3{height:8.125vw}@media(min-width: 641px){body.view .video-row .step-img-tit>.img-row.img3 .img3{height:3.25rem}}body.view .video-row .step-img-tit>.img-row.img3 .img4{position:absolute;left:50%;bottom:50%;z-index:4;opacity:0;transform:scale(0.5);transition-delay:1s;width:4.5833vw}@media(min-width: 641px){body.view .video-row .step-img-tit>.img-row.img3 .img4{width:1.8333rem;max-width:100%}}body.view .video-row .step-img-tit>.img-row.img3 .img4{height:4.2361vw}@media(min-width: 641px){body.view .video-row .step-img-tit>.img-row.img3 .img4{height:1.6944rem}}body.view .video-row .date-info{padding:4.8611vw 0vw 3.4722vw 0vw}@media(min-width: 641px){body.view .video-row .date-info{padding:1.9444rem 0rem 1.3889rem 0rem}}body.view .video-row .date-info p{width:100%;text-align:center;color:#797979;font-weight:600;font-size:3.8889vw}@media(min-width: 641px){body.view .video-row .date-info p{font-size:1.5556rem}}body.view .video-row .result-video{margin:auto;overflow:hidden;border:2px solid #71d300;flex-flow:wrap;display:flex;justify-content:center;align-items:center;width:61.8056vw}@media(min-width: 641px){body.view .video-row .result-video{width:24.7222rem;max-width:100%}}body.view .video-row .result-video{height:111.1111vw}@media(min-width: 641px){body.view .video-row .result-video{height:44.4444rem}}body.view .video-row .result-video{border-radius:2.5vw}@media(min-width: 641px){body.view .video-row .result-video{border-radius:1rem}}body.view .video-row .result-video{margin-top:4.8611vw}@media(min-width: 641px){body.view .video-row .result-video{margin-top:1.9444rem}}body.view .video-row .result-video .group{width:100%;height:100%}body.view .video-row .result-video .group video{width:100%;height:100%;aspect-ratio:9/16;object-fit:cover;background:#000}body.view .video-row .result-video .group a{position:absolute;left:50%;top:50%;-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:16.8056vw}@media(min-width: 641px){body.view .video-row .result-video .group a{width:6.7222rem;max-width:100%}}body.view .video-row .result-video .group a{height:16.8056vw}@media(min-width: 641px){body.view .video-row .result-video .group a{height:6.7222rem}}body.view .video-row .result-video .group a img{width:100%}body.view .video-row .result-video .group:nth-child(1){display:none}body.view .video-row .result-video .group:nth-child(2){flex-flow:wrap;align-content:center;display:flex;justify-content:center;align-items:center}body.view .video-row .result-video .group:nth-child(2) p{width:100%;text-align:center;font-weight:500;color:#3a3a3a;font-size:4.4444vw}@media(min-width: 641px){body.view .video-row .result-video .group:nth-child(2) p{font-size:1.7778rem}}body.view .video-row .result-video .group:nth-child(2) p{margin-bottom:4.8611vw}@media(min-width: 641px){body.view .video-row .result-video .group:nth-child(2) p{margin-bottom:1.9444rem}}body.view .video-row .result-video .group:nth-child(2) strong{display:block;width:100%;text-align:center;color:#31d72b;font-weight:700;font-size:4.4444vw}@media(min-width: 641px){body.view .video-row .result-video .group:nth-child(2) strong{font-size:1.7778rem}}body.view .video-row .btn-row{position:relative;margin:auto;display:flex;justify-content:center;align-items:center;width:92.2917vw}@media(min-width: 641px){body.view .video-row .btn-row{width:36.9167rem;max-width:100%}}body.view .video-row .btn-row{height:33.1944vw}@media(min-width: 641px){body.view .video-row .btn-row{height:13.2778rem}}body.view .video-row .btn-row{padding-top:12.7778vw}@media(min-width: 641px){body.view .video-row .btn-row{padding-top:5.1111rem}}body.view .video-row .btn-row{margin-top:1.3889vw}@media(min-width: 641px){body.view .video-row .btn-row{margin-top:0.5556rem}}body.view .video-row .btn-row .left,body.view .video-row .btn-row .right{position:absolute}body.view .video-row .btn-row .btn{display:flex;justify-content:center;align-items:center;background:#05c30d;width:92.2917vw}@media(min-width: 641px){body.view .video-row .btn-row .btn{width:36.9167rem;max-width:100%}}body.view .video-row .btn-row .btn{height:20.4167vw}@media(min-width: 641px){body.view .video-row .btn-row .btn{height:8.1667rem}}body.view .video-row .btn-row .btn{border-radius:20.4167vw}@media(min-width: 641px){body.view .video-row .btn-row .btn{border-radius:8.1667rem}}body.view .video-row .btn-row .btn img{width:50.7639vw}@media(min-width: 641px){body.view .video-row .btn-row .btn img{width:20.3056rem;max-width:100%}}body.view .video-row .btn-row .btn img{height:7.0833vw}@media(min-width: 641px){body.view .video-row .btn-row .btn img{height:2.8333rem}}body.view .video-row .btn-row .left{left:0;top:0;width:24.0972vw}@media(min-width: 641px){body.view .video-row .btn-row .left{width:9.6389rem;max-width:100%}}body.view .video-row .btn-row .left{height:18.2639vw}@media(min-width: 641px){body.view .video-row .btn-row .left{height:7.3056rem}}body.view .video-row .btn-row .left .img-row{width:24.0972vw}@media(min-width: 641px){body.view .video-row .btn-row .left .img-row{width:9.6389rem;max-width:100%}}body.view .video-row .btn-row .left .img-row{height:18.2639vw}@media(min-width: 641px){body.view .video-row .btn-row .left .img-row{height:7.3056rem}}body.view .video-row .btn-row .right{right:9.5139vw}@media(min-width: 641px){body.view .video-row .btn-row .right{right:3.8056rem}}body.view .video-row .btn-row .right{top:7.9861vw}@media(min-width: 641px){body.view .video-row .btn-row .right{top:3.1944rem}}body.view .video-row .btn-row .right{width:7.7778vw}@media(min-width: 641px){body.view .video-row .btn-row .right{width:3.1111rem;max-width:100%}}body.view .video-row .btn-row .right{height:8.8889vw}@media(min-width: 641px){body.view .video-row .btn-row .right{height:3.5556rem}}body.view .video-row .btn-row .right span{position:absolute;display:flex;justify-content:flex-start;align-items:center}body.view .video-row .btn-row .right span img{width:100%}body.view .video-row .btn-row .right span:nth-child(1){left:0;bottom:0;width:5.1389vw}@media(min-width: 641px){body.view .video-row .btn-row .right span:nth-child(1){width:2.0556rem;max-width:100%}}body.view .video-row .btn-row .right span:nth-child(1){height:6.3194vw}@media(min-width: 641px){body.view .video-row .btn-row .right span:nth-child(1){height:2.5278rem}}body.view .video-row .btn-row .right span:nth-child(2){right:0;top:0;width:2.9861vw}@media(min-width: 641px){body.view .video-row .btn-row .right span:nth-child(2){width:1.1944rem;max-width:100%}}body.view .video-row .btn-row .right span:nth-child(2){height:3.6111vw}@media(min-width: 641px){body.view .video-row .btn-row .right span:nth-child(2){height:1.4444rem}}body.view .video-row.active .step-tag{transform-origin:45% 100%;animation:sonnyPickRotate 5s infinite;opacity:0}body.view .video-row.active .step-img-tit{opacity:1;transform:translateY(0px)}body.view .video-row.active .step-img-tit>.img-row.img3 .img2{opacity:1;transform:scale(1)}body.view .video-row.active .step-img-tit>.img-row.img3 .img3{right:0;top:0;opacity:1;transform:scale(1)}body.view .video-row.active .step-img-tit>.img-row.img3 .img4{left:0;bottom:0;opacity:1;transform:scale(1)}body.view .video-row.active .result-video,body.view .video-row.active .btn-group,body.view .video-row.active .tag-row,body.view .video-row.active .share-group{opacity:1;transform:translateY(0px)}body.view .video-row.active .btn-row .left{transform-origin:45% 100%;animation:sonnyPickRotate 5s infinite;opacity:0}body.view .video-row.active .btn-row .right span:nth-child(2){top:-10px;right:15px;animation:sparkle_type1 2s infinite ease-in-out}body.view .video-row.active .btn-row .right span:nth-child(1){top:20px;right:-5px;animation:sparkle_type2 2.5s infinite ease-in-out}body.view.fail .video-row .result-video .group:nth-child(1){flex-flow:wrap;align-content:center;display:flex;justify-content:center;align-items:center}body.view.fail .video-row .result-video .group:nth-child(1) p{width:100%;text-align:center;font-weight:500;color:#3a3a3a;font-size:4.4444vw}@media(min-width: 641px){body.view.fail .video-row .result-video .group:nth-child(1) p{font-size:1.7778rem}}body.view.fail .video-row .result-video .group:nth-child(1) p{margin-bottom:4.8611vw}@media(min-width: 641px){body.view.fail .video-row .result-video .group:nth-child(1) p{margin-bottom:1.9444rem}}body.view.fail .video-row .result-video .group:nth-child(1) strong{display:block;width:100%;text-align:center;color:#31d72b;font-weight:700;font-size:4.4444vw}@media(min-width: 641px){body.view.fail .video-row .result-video .group:nth-child(1) strong{font-size:1.7778rem}}@keyframes loading_rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes blink-msg{0%,100%{opacity:1}50%{opacity:0}}@keyframes smoothReveal{0%{opacity:0;transform:scale(1.05);filter:blur(5px)}100%{opacity:1;transform:scale(1.01);filter:blur(0)}}@keyframes rotate-custom{0%{transform:translate(-50%, -50%) rotate(0deg)}100%{transform:translate(-50%, -50%) rotate(360deg)}}@keyframes ddiring{0%,80%,100%{transform:rotate(0)}85%{transform:rotate(-3deg)}90%{transform:rotate(3deg)}95%{transform:rotate(-3deg)}}@keyframes dugun{0%,70%,100%{transform:scale(1)}75%{transform:scale(1.15)}85%{transform:scale(1.15)}}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes sonnyPickRotate{0%{opacity:0;transform:rotate(-120deg) scale(0.5)}7%{opacity:1;transform:rotate(8deg) scale(1.05)}10%{transform:rotate(0deg) scale(1)}95%{opacity:1;transform:rotate(0deg) scale(1)}100%{opacity:0;transform:rotate(180deg) scale(0.3)}}@keyframes sparkle_type1{0%,100%{opacity:0;transform:scale(0.5) rotate(0deg)}50%{opacity:1;transform:scale(1.1) rotate(15deg)}}@keyframes sparkle_type2{0%,100%{opacity:0;transform:scale(0.3) rotate(0deg)}40%{opacity:.8;transform:scale(1) rotate(-15deg)}80%{opacity:0}}@keyframes fade{0%,100%{opacity:1;transform:scale(1.2)}50%{opacity:.3;transform:scale(0.8)}}.loading-dim{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;opacity:0;pointer-events:none;background-color:rgba(0,0,0,.7)}.loading-dim button{border:0;background:none;color:#fff;cursor:pointer;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .3s ease-in-out;font-size:3.8194vw}@media(min-width: 641px){.loading-dim button{font-size:1.5278rem}}.loading-dim button::before{display:block;aspect-ratio:234/310;margin-inline:auto;background:url("https://terrasonny.gcdn.ntruss.com/assets/images/share/icon-play.png") no-repeat center top/100% auto;content:"";width:16.25vw}@media(min-width: 641px){.loading-dim button::before{width:6.5rem;max-width:100%}}.loading-dim button span{color:#31d72b}.loading-dim.ready{opacity:1;pointer-events:auto}.loading-dim.ready button{opacity:1;pointer-events:auto}.loading-dim.disabled{opacity:0;pointer-events:none;transition:opacity .3s ease-in-out}.loading-dim.disabled button{pointer-events:none}
