@charset "UTF-8";*{margin:0;box-sizing:border-box}.app-container{position:relative;max-width:1200px;margin:0 auto;padding:0 20px}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.header{display:flex;justify-content:space-between;align-items:center;padding:1rem}.header-left{display:flex;align-items:center}.header-logo{height:32px}@media (max-width: 1199px){.header{padding:40px 0 0}}.profile-wrapper{position:relative;display:inline-block;margin-left:1rem}.profile-image{width:50px;height:50px;border-radius:50%;cursor:pointer;object-fit:cover}.dropdown-menu{position:absolute;top:120%;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 2px 8px #00000014;padding:.5rem 0;min-width:120px;z-index:100}.dropdown-menu a,.dropdown-menu button{display:block;width:100%;padding:.4rem 1rem;text-align:left;background:none;border:none;font-size:.9rem;cursor:pointer}.dropdown-menu button.logout-button{color:#dc2626;font-weight:500}.header a{text-decoration:none}.button{width:98px;height:36px;border-radius:37px;background-color:#3e45ec;color:#fff;font-size:14px;font-weight:500;cursor:pointer;display:flex;justify-content:center;align-items:center;padding:0;border:none;text-decoration:none}.spinner-container{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#ffffff80;z-index:10}.spinner-image{width:200px;margin-bottom:20px}.spinner-text{font-size:18px;color:#444;font-weight:500}@media (max-width: 767px){.spinner-image{width:120px}.spinner-text{font-size:14px}}.shop-list{display:flex;flex-wrap:wrap;gap:24px;justify-content:flex-start;margin-top:32px;width:100%;align-self:flex-start;margin-left:0;margin-right:auto}.shop-list>*{flex:0 0 calc(50% - 12px);max-width:100%;margin:0!important;align-self:flex-start;justify-self:flex-start}.shop-list-container{min-height:100vh}.shop-filter-toggle{border:none;background:none;display:flex;gap:4px;align-items:center;font-size:16px;font-weight:500;cursor:pointer;margin-bottom:20px}.shop-filter-toggle-icon{width:9px;height:8px}.shop-spinner{position:absolute;top:0;left:0;width:100%;background-color:#ffffffb3;z-index:1;display:flex;justify-content:center;align-items:center}.shop-list-end{margin-bottom:65px}@media (max-width: 1199px){.shop-list{margin-top:28px}.shop-list>*{flex:0 0 100%;max-width:100%;margin:0!important;align-self:flex-start;justify-self:flex-start}}@media (max-width: 767px){.shop-list{margin-top:20px}.shop-list>*{flex:0 0 100%;max-width:100%;margin:0!important;align-self:flex-start;justify-self:flex-start}}.shop-card{background-color:#fafafb;border-radius:25px;width:100%;max-width:587px;height:237px;display:flex;flex-direction:column;justify-content:space-between;position:relative;margin:0;align-self:flex-start}.shop-profile{display:flex;flex-direction:column;gap:15px;width:213px;padding:24px 0 0 24px}.shop-profile .profile-info{display:flex;align-items:center;gap:12px;cursor:pointer}.shop-profile .profile-image-container{width:60px;height:60px;border-radius:50%;overflow:hidden}.shop-profile .profile-image{width:60px;height:60px;object-fit:cover}.shop-profile .profile-texts-container{display:flex;flex-direction:column;gap:7px}.shop-profile .profile-name{font-size:18px;font-family:Pretendard,"sans-serif";font-weight:600;color:#14151a}.shop-profile .profile-url{font-size:16px;font-family:Pretendard,"sans-serif";font-weight:400;color:#888790}.shop-profile .profile-count{font-size:15px;font-family:Pretendard,"sans-serif";font-weight:500;color:#14151a}.shop-like img{width:23px;height:23px;cursor:pointer}.shop-like span,.shop-like p{font-weight:500;font-size:16px}.no-result{position:absolute;top:324px;margin:0 auto;left:50%;transform:translate(-50%);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.no-result img{width:375px;height:182px}.no-result p{color:#14151a;font-family:Pretendard,sans-serif;font-size:17px;margin:4px 0}@media (max-width: 1199px){.no-result{top:316px}}@media (max-width: 767px){.no-result{top:268px}}.search-bar-container{display:flex;align-items:center;width:100%;max-width:1199px;height:55px;border:1px solid #dddcdf;border-radius:49px;padding:0 20px;margin-top:68px;background-color:#fff;margin-bottom:40px}.search-icon{width:24px;height:24px;margin-right:10px;flex-shrink:0}.search-bar-input{border:none;outline:none;width:100%;height:21px;font-size:18px;font-weight:400;color:#14151a}@media (max-width: 1199px){.search-bar-container{margin-bottom:28px}}@media (max-width: 767px){.search-bar-container{margin-top:80px;margin-bottom:20px}}.backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000000b3;z-index:1}.filter-modal{position:absolute;top:334px;left:50%;transform:translate(-50%);z-index:2;background:#fff;padding:24px;border-radius:12px;width:375px;height:300px;box-shadow:0 4px 12px #0000001a}.filter-modal-header{display:flex;justify-content:space-between;align-items:center;font-weight:700;font-size:16px;margin-bottom:14px}.close-button{border:none;background:none;font-size:23px;cursor:pointer}.filter-options{list-style:none;padding:0;margin:0}.filter-options li{display:flex;align-items:center;padding:12px 0;cursor:pointer;border-bottom:1px solid #dddcdf;font-size:16px;justify-content:space-between}.filter-options li.selected{color:#fb545b;font-weight:700}.filter-options li .check{font-size:33px}@media (max-width: 1199px){.filter-modal{top:334px}}@media (max-width: 767px){.filter-modal{top:669px}}.thumbnail-list{display:flex;gap:12px;margin-left:24px}.thumbnail-list .thumbnail-list-item{border-radius:15px;width:95px;height:95px;margin-bottom:12px}.top-image{width:100%}.back-button{background-color:#fff;border:none;margin:20px;font-size:16px;font-weight:600;line-height:100%}.go-to-back{color:#888790;text-decoration:none}.click-icons{display:flex;flex-direction:row;justify-content:space-between}.shop-like{text-align:right;padding:24px;display:flex;align-items:center;gap:5px;height:23px;margin-top:5px}.heart-icon{width:23px;height:23px;cursor:pointer}.url-copy-button{background-color:#fafafb;border:none;cursor:pointer;margin:0 15px;padding:0 10px}.edit-delete-button{background-color:#fafafb;border:none;cursor:pointer;padding:0 10px}.password-modal{display:flex;flex-direction:column;align-items:center;background-color:#fff;text-align:center;border:1px solid white;border-radius:8px;position:fixed;margin:0 -350px;padding:30px;gap:15px;box-shadow:0 0 10px #a9a9a9;z-index:10}.password-messege{color:#000}.input-password{height:45px;width:100%;border-radius:8px;border:1px solid rgb(221,220,223);padding:10px 40px 10px 10px;box-sizing:border-box;z-index:11}.password-input-container{position:relative;width:100%}.show-password-toggle{position:absolute;right:10px;top:42%;border:none;padding:0;width:20px;height:20px;background-color:#fff;cursor:pointer;margin:-5px 5px}.check-delete-button{display:flex;gap:20px}.check-button{width:98px;height:36px;border-radius:37px;background-color:#3e45ec;color:#fff;font-size:14px;font-weight:500;cursor:pointer;border:none;text-decoration:none}.cancel-button{width:98px;height:36px;border-radius:37px;background-color:#fb545b;color:#fff;font-size:14px;font-weight:500;cursor:pointer;border:none;text-decoration:none}.famous-item-title{font-size:16px;font-weight:600;width:60px;height:19px;line-height:100%;margin-top:25px}@media screen and (min-width: 350px) and (max-width: 767px){.password-modal{padding:20px;margin:-20px -240px;width:55%}.input-password{height:40px;font-size:14px}.check-button,.cancel-button{width:80px;height:32px;font-size:13px}}@media screen and (min-width: 768px) and (max-width: 1023px){.password-modal{margin:-10px -300px;width:35%}.input-password{height:42px;font-size:15px}.check-button,.cancel-button{width:90px;height:34px;font-size:14px}}.page-wrapper{width:100%;max-width:100%;overflow-x:hidden;margin:0 auto}.shop-card{background-color:#fafafb;border-radius:25px;width:100%;max-width:900px;margin:0 auto;display:flex;flex-direction:column;position:relative}.shop-card-header{display:flex;justify-content:space-between}.render-item-list{display:flex;flex-wrap:wrap;gap:20px;margin-top:20px;flex-direction:row;justify-content:flex-start}@media (max-width: 767px){.render-item-list{flex-direction:column;align-items:center}}.item-name{background-color:#fafafb;display:flex;align-items:center;gap:16px;font-size:16px;font-weight:400;width:calc(50% - 10px);min-width:280px;padding:16px;border-radius:24px}@media (max-width: 767px){.item-name{width:100%;min-width:auto;flex-direction:column;align-items:center;text-align:center}}.item-image{background-color:#fafafb;border-radius:8px;width:80px;height:80px}@media (max-width: 768px){.item-image{width:70px;height:70px}}.item-title-price{display:flex;flex-direction:column;justify-content:center;width:100%}.item-title{font-size:16px;font-weight:400;margin-bottom:12px}.item-price{font-size:18px;font-weight:700}@media (max-width: 768px){.item-price{font-size:16px}}.shop-information{width:100%;background-color:#fafafb;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto;padding:10px;gap:15px;border-radius:24px}.shop-image-container{width:84px;height:84px;border-radius:50%;overflow:hidden}.shop-image{width:84px;height:84px;object-fit:cover}.shop-name{font-size:32px;font-weight:800;line-height:100%;height:38px}.shop-url{font-size:16px;font-weight:400;line-height:100%;height:19px;color:#888790;text-decoration:none;pointer-events:none}.like-copyicon-morebutton{display:flex;justify-content:space-between;width:100%}.buttons{display:flex;align-items:center}.copy-icon,.filter-icon{width:23px;height:23px}.repitem-txt-wrap{width:100%;padding-top:30px}.repitem-txt-wrap .repitem-txt{width:100%;height:20px;display:flex;align-items:center;justify-content:space-between}.repitem-txt-wrap .repitem-txt .add-item{cursor:pointer;color:#3b50e0}.repitem-list{max-height:600px;overflow-y:auto;padding-right:10px}.repitem-list::-webkit-scrollbar{width:6px}.repitem-list::-webkit-scrollbar-thumb{background-color:#0003;border-radius:6px}.repitem-list::-webkit-scrollbar-track{background-color:transparent}.repitem-list .repitem-wrap{width:100%;height:auto;margin-bottom:30px}.repitem-list .repitem-wrap .item-input-wrap{display:flex;flex-direction:column;gap:30px;padding:20px;width:100%;border-radius:25px;background:#fafafb;overflow-y:auto}.repitem-list .repitem-wrap .item-input-wrap .rep-item-name,.repitem-list .repitem-wrap .item-input-wrap .rep-item-price{display:flex;flex-direction:column;gap:10px}.repitem-list .repitem-wrap .item-input-wrap .rep-item-input{border:none;background:none;font-size:17px;outline:none;gap:10px;transition:border-color .2s}.repitem-list .repitem-wrap .item-input-wrap .rep-item-input ::placeholder{color:#aaa;font-size:14px}.submit-btn{width:100%;background:#a2a2ac;height:50px;border-radius:37px;color:#fff;border:none;margin-top:72px;margin-bottom:125px}.submit-btn:enabled{width:100%;cursor:pointer;background:#3e45ec;height:50px;border-radius:37px;color:#fff;border:none}.rep-item-img{display:flex;flex-direction:column;gap:10px}.rep-item-img h5{font-size:14px;color:#14151a}.rep-item-img .file-upload-box{display:flex;align-items:center;gap:10px;justify-content:space-between}.rep-item-img .file-upload-box .file-text{color:#888;font-size:17px}.rep-item-img .file-upload-box .file-upload-btn{width:76px;height:31px;padding:6px 9px;background:#fff;border:2px solid #3b50e0;color:#3b50e0;border-radius:8px;font-weight:500;cursor:pointer;transition:.2s ease;font-size:14px;white-space:nowrap}.rep-item-img .file-upload-box .file-upload-btn:hover{background:#f0f3ff}.create-wrap{width:100%;max-width:696px;margin:121px auto 0;padding:0 20px}.info-section{display:flex;flex-direction:column;gap:30px}.info-section .content-box{display:flex;flex-direction:column;gap:10px;width:100%;overflow-y:auto}.info-section .content-title{font-size:16px;color:#333}.info-section .content-comment{width:100%;font-size:17px;background:none;border:none;border-radius:8px;outline:none}.info-section .content-comment ::placeholder{font-size:14px}.info-section .content-comment:focus{border-color:#3b50e0}.info-section .user-info{display:flex;align-items:center;gap:10px}.info-section .password-eyes{cursor:pointer;width:20px;height:20px;margin-top:10px;transition:opacity .3s ease}.info-section .password-eyes:hover{opacity:.7}.my-item{color:#14151a;font-size:16px;font-weight:600;margin-bottom:16px;left:0}.my-item-shop{max-width:696px;margin:0 auto;display:flex;flex-direction:column;gap:30px;padding:20px;width:100%;border-radius:25px;background:#fafafb;overflow-y:auto}.my-item-shop .item-content{background-color:#fafafb;border-radius:25px}.edit-delete-modal{font-size:18px;font-weight:500;line-height:22px;width:160px;height:114px;display:flex;flex-direction:column;position:fixed;text-align:center;top:170px;right:120px;z-index:10;max-width:1440px}@media screen and (min-width: 3000px){.edit-delete-modal{top:250px;right:950px}}@media screen and (min-width: 2560px) and (max-width: 2999px){.edit-delete-modal{top:250px;right:730px}}@media screen and (min-width: 1920px) and (max-width: 2559px){.edit-delete-modal{top:165px;right:600px}}@media screen and (min-width: 1440px) and (max-width: 1600px){.edit-delete-modal{top:250px;right:170px}}@media screen and (min-width: 1211px) and (max-width: 1439px){.edit-delete-modal{top:170px;right:60px}}@media screen and (min-width: 1025px) and (max-width: 1210px){.edit-delete-modal{top:250px;right:50px}}@media screen and (min-width: 768px) and (max-width: 1024px){.edit-delete-modal{top:250px;right:40px;width:140px;font-size:16px}}@media screen and (min-width: 320px) and (max-width: 767px){.edit-delete-modal{top:230px;right:20px;width:120px;font-size:14px}}.edit-modal{border-bottom:1px solid rgb(221,221,221);padding:9px 23px;background-color:#fff;border:1px solid rgb(221,221,221);border-top-left-radius:6px;border-top-right-radius:6px;cursor:pointer}.delete-modal{padding:9px 23px;background-color:#fff;border:1px solid rgb(221,221,221);border-bottom-left-radius:6px;border-bottom-right-radius:6px;cursor:pointer}.edit-my-shop{display:flex;flex-direction:column;align-items:center;width:100%}.edit-my-shop .my-shop{width:100%}.edit-my-shop .my-shop .my-shop-header{width:100%;max-width:696px;margin:20px auto}.edit-my-shop .my-shop .my-shop-header h5{font-size:16px;width:100%}.edit-my-shop .my-shop .shop{width:100%;display:flex;justify-content:center}.edit-my-shop .my-shop .shop .item-content{width:100%;max-width:696px;background-color:#fafafb;border-radius:25px;display:flex;flex-direction:column;padding:22px 28px}.edit-my-shop .my-shop .shop .item-content form{display:flex;flex-direction:column;gap:30px;width:100%}.edit-my-shop .my-shop .shop .item-content .content-file{display:flex;justify-content:space-between;align-items:center}.edit-my-shop .my-shop .shop .item-content .content-file .add-file{width:76px;height:31px;padding:6px 9px;background:#fff;border:2px solid #3b50e0;color:#3b50e0;border-radius:8px;font-weight:500;cursor:pointer;font-size:14px;white-space:nowrap}.edit-my-shop .my-shop .shop .item-content .content-file .add-file:hover{background:#f0f3ff}.edit-my-shop .my-shop .shop .item-content .content-file .content-box{display:flex;flex-direction:column}.edit-my-shop .my-shop .shop .item-content .content-file .content-box .add-file{color:#14151a;font-weight:600;font-size:14px}.edit-my-shop .my-shop .shop .item-content .content-file .content-box .content-comment{color:#888790;font-weight:400;border:none;background-color:#fafafb;font-size:17px}.edit-my-shop .my-shop .shop .item-content .content-box{display:flex;flex-direction:column;gap:10px}.edit-my-shop .my-shop .shop .item-content .content-box .content-title{color:#14151a;font-weight:600;font-size:14px}.edit-my-shop .my-shop .shop .item-content .content-box .content-comment{color:#888790;font-weight:400;border-radius:6px;font-size:16px;border:none;background-color:#fafafb;outline:none}.edit-my-shop .my-shop .shop .item-content .user-info{display:flex;justify-content:space-between;align-items:center}.edit-my-shop .my-shop .shop .item-content .user-info .password-eyes{width:24px;height:24px;cursor:pointer}.edit-my-shop .error-message{color:red;font-size:14px;margin-top:16px}h5{font-size:14px;font-weight:600;color:#14151a}.repitem-txt-wrap{display:flex;flex-direction:column;align-items:center}.repitem-txt-wrap .repitem-txt{width:100%;max-width:696px;display:flex;justify-content:space-between;padding-bottom:16px}.repitem-txt-wrap .repitem-txt h5{font-size:16px;font-weight:600;color:#14151a}.repitem-txt-wrap .repitem-list{width:100%;display:flex;flex-direction:column;align-items:center;gap:16px}.repitem-txt-wrap .repitem-list .repitem-wrap{width:100%;max-width:696px;margin:0}.repitem-txt-wrap .repitem-list .repitem-wrap .item-input-wrap{width:100%;max-width:696px;display:flex;flex-direction:column;gap:20px}.content-file{display:flex;align-items:center;justify-content:space-between;gap:12px}.content-file .rep-item-name{display:flex;flex-direction:column;gap:10px}.content-file .rep-item-name .content-comment{font-size:14px;color:#888}.content-file .add-file,.content-file .add-file .add-file{width:76px;height:31px;padding:6px 9px;background:#fff;border:2px solid #3b50e0;color:#3b50e0;border-radius:8px;font-weight:500;cursor:pointer;font-size:14px;white-space:nowrap}.content-file .add-file .add-file:hover{background:#f0f3ff}.edit-page{width:100%;display:flex;flex-direction:column;align-items:center;padding:40px 20px}.edit-page .edit-button{height:50px;width:100%;max-width:696px;border-radius:37px;background-color:#3e45ec;color:#fff;font-size:14px;font-weight:500;cursor:pointer;display:flex;justify-content:center;align-items:center;padding:0;border:none;text-decoration:none;margin-top:72px}.edit-page .edit-button.disabled{height:50px;width:100%;max-width:696px;border-radius:37px;background-color:#a2a2ac;color:#fff;font-size:14px;font-weight:500;cursor:pointer;display:flex;justify-content:center;align-items:center;padding:0;border:none;text-decoration:none;margin-top:72px}.login-container{max-width:400px;margin:100px auto;padding:2rem;background-color:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a}.login-title{font-size:2rem;font-weight:600;text-align:center;margin-bottom:2.5rem;color:#0f172a;letter-spacing:-.5px}.login-form{display:flex;flex-direction:column;gap:1rem}.form-input{padding:.75rem 1rem;border:1px solid #ccc;border-radius:8px;font-size:1rem}.login-button{background-color:#4f46e5;color:#fff;border:none;padding:.75rem;border-radius:8px;font-size:1rem;cursor:pointer;text-decoration:none}.login-button:hover{background-color:#4338ca}.error-message{color:red;margin-top:.5rem}.signup-link{margin-top:1rem;font-size:.9rem;text-align:center}.password-container .form-input{width:100%;padding-right:40px}.signup-container{max-width:400px;margin:100px auto;padding:2.5rem 2rem;background-color:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a}.signup-title{font-size:2rem;font-weight:600;text-align:center;margin-bottom:2.5rem;color:#0f172a;letter-spacing:-.5px}.signup-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column}label{margin-bottom:.4rem;font-weight:500}.form-input{padding:.75rem 1rem;border:1px solid #ccc;border-radius:8px;font-size:1rem;width:100%}.signup-button{background-color:#10b981;color:#fff;border:none;padding:.75rem;border-radius:8px;font-size:1rem;cursor:pointer}.signup-button:hover{background-color:#059669}.password-container{position:relative}.password-container .form-input{padding-right:40px}.password-container .eyes{position:absolute;top:35%;right:10px;width:18px;height:18px;cursor:pointer}.error{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:100px}.error .error-image-container{max-width:320px;width:100%;aspect-ratio:4/5}.error .error-image-container .error-image{width:100%;height:100%;object-fit:contain}.error .error-message-container{margin-top:24px;text-align:center}.error .error-message-container .error-message-code{font-size:44px;font-weight:600;color:#888790;margin-bottom:8px}.error .error-message-container .erorr-message-title{font-size:40px;font-weight:400;color:#888790;margin-bottom:8px}.error .error-message-container .error-message-subtitle{font-size:16px;font-weight:400;color:#888790}.error .error-button-container{margin-top:32px;display:flex;justify-content:center}.error .error-button-container button{background-color:#3e45ec;color:#fff;padding:12px 24px;font-size:16px;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s}.error .error-button-container button:hover{background-color:#161ee1}
