@import"https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css";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,input,button{margin:0;padding:0;border:0;font:inherit;vertical-align:middle;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html,body{font-size:62.5%;line-height:1.4}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}a{text-decoration:none;color:inherit}input{border:none;outline:none;background-color:transparent}input[type=number]{-moz-appearance:textfield;appearance:textfield}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}button{border:none;outline:none;background:none}:root{--primary-color-100: #3692ff;--primary-color-200: #1967d6;--primary-color-300: #1251aa;--error-color: #f74747;--secondary-color-50: #f9fafb;--secondary-color-100: #f3f4f6;--secondary-color-200: #e5e7eb;--secondary-color-400: #9ca3af;--secondary-color-500: #6b7280;--secondary-color-600: #4b5563;--secondary-color-700: #374151;--secondary-color-800: #1f2937;--secondary-color-900: #111827;--background-color: #fcfcfc;--white-color: #fff}*{box-sizing:border-box}body{font-family:Pretendard,sans-serif;padding-top:7rem}.header{position:fixed;top:0;left:0;right:0;background-color:var(--background-color);border-bottom:1px solid #dfdfdf;z-index:1000}.nav{width:100%;height:7rem;padding:0rem 20rem;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.nav ul{display:flex}.nav ul li a{display:inline-block;padding:2.1rem 1.5rem;font-size:1.8rem;font-weight:700}.nav ul li a.active{color:var(--primary-color-100)}.nav-left{display:flex;align-items:center;gap:2.4rem}.logo{cursor:pointer}footer{background-color:var(--secondary-color-900)}.footer-container{width:100%;padding:3.2rem 20rem 10.8rem;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.copyright{font-size:1.4rem;color:var(--secondary-color-400)}.footer-nav{display:flex;gap:3rem}.footer-nav a{font-size:1.4rem;color:var(--secondary-color-200);cursor:pointer}.social-links{display:flex;gap:1.2rem}.social-links a{cursor:pointer}.btn-large{display:inline-block;height:5.6rem;font-size:2rem;line-height:1.2;font-weight:600;padding:1.6rem 12.4rem;border-radius:4rem;background:var(--primary-color-100);color:var(--white-color);cursor:pointer}.btn-large:hover{background:var(--primary-color-200)}.btn-large:active{background:var(--primary-color-300)}.btn-large:disabled{background:var(--secondary-color-400);color:var(--secondary-color-100);cursor:not-allowed}.btn-small-40{display:inline-block;height:4.2rem;font-size:1.6rem;font-weight:600;line-height:1.2;padding:1.2rem 2.3rem;border-radius:.8rem;background:var(--primary-color-100);color:var(--secondary-color-100);cursor:pointer}.btn-small-40:hover{background:var(--primary-color-200)}.btn-small-40:active{background:var(--primary-color-300)}.btn-small-40:disabled{background:var(--secondary-color-400);color:var(--secondary-color-100)}.btn-small-48{display:inline-block;height:4.8rem;font-size:1.6rem;font-weight:600;line-height:1.2;padding:1.2rem 4.6rem;border-radius:.8rem;background:var(--primary-color-100);color:var(--secondary-color-100);cursor:pointer}.btn-small-48:hover{background:var(--primary-color-200)}.btn-small-48:active{background:var(--primary-color-300)}.btn-small-48:disabled{background:var(--secondary-color-400);color:var(--secondary-color-100)}.popup-btn{position:absolute;bottom:2.8rem;right:2.8rem}.input-label{display:block;font-size:1.8rem;font-weight:700;line-height:2.6rem;color:var(--secondary-color-800);margin-bottom:1.2rem}.input-common{width:100%;height:5.6rem;padding:0 1.6rem;border-radius:1.2rem;font-size:1.6rem;color:var(--secondary-color-800);background-color:var(--secondary-color-100);border:.1rem solid transparent}.input-common::placeholder{color:var(--secondary-color-400)}.input-common:focus{border:.1rem solid var(--primary-color-100);outline:none}.input-common.error{border:.1rem solid var(--error-color)}.input-common.error~p{font-size:1.5rem;margin:.8rem 1.4rem;color:var(--error-color)}.input-password-group{position:relative}.input-password-toggle{position:absolute;right:2.4rem;top:16px;cursor:pointer}.social-login{display:flex;justify-content:space-between;align-items:center;gap:1.6rem;padding:1.6rem 2.3rem;border-radius:.8rem;background-color:#e6f2ff}.social-login p{font-size:1.6rem;font-weight:500;line-height:2.6rem;color:var(--secondary-color-800)}.social-buttons{display:flex;justify-content:center;gap:1.6rem}.signup-link{font-size:1.4rem;font-weight:500;margin-top:2.4rem;color:var(--secondary-color-800)}.signup-link p{display:flex;justify-content:center;gap:.4rem}.signup-link a{color:var(--primary-color-100);text-decoration:underline;text-underline-offset:.3rem;font-weight:600}.signup-link a:hover{text-decoration:underline}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:10;display:none}.popup-overlay.active{display:flex}.popup-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:54rem;height:25rem;border-radius:1.2rem;display:flex;justify-content:center;align-items:center;background-color:var(--white-color);z-index:11}.popup-content{font-size:1.6rem;padding-bottom:2.8rem}@media (max-width: 1199px){.nav{padding:0rem 2.4rem}.footer-container{padding:3.2rem 2.4rem 8rem}}@media (max-width: 743px){body{padding-top:6rem}.nav{padding:.9rem 1.6rem;height:6rem}.nav ul li a{font-size:1.6rem;padding:1.6rem .4rem}.btn-large{width:24rem;height:4.8rem;font-size:1.8rem;padding:1.2rem 0;text-align:center;margin:0 auto}.footer-container{flex-wrap:wrap;gap:2.4rem;padding:3.2rem 1.6rem 6.5rem}.copyright{order:1;flex-basis:100%}.popup-container{width:calc(100% - 4.8rem)}.popup-btn{left:50%;transform:translate(-50%);bottom:2.3rem;min-width:12rem}}._likeButton_8636n_1{display:flex;align-items:center;gap:.4rem;cursor:pointer}._likeButton_8636n_1 span{font-size:1.2rem;font-weight:500}._productCard_ymm6b_1{color:var(--secondary-color-800)}._productCard_ymm6b_1 a{display:block}._productCard_ymm6b_1 a img{width:100%;max-width:282px;border-radius:1.6rem}._productCard_ymm6b_1 ._productCardContent_ymm6b_14{display:flex;flex-direction:column;align-items:flex-start;gap:.6rem;margin-top:1.6rem}._productCard_ymm6b_1 h2{font-size:1.4rem}._productCard_ymm6b_1 p{font-size:1.6rem;font-weight:700}._productCard_ymm6b_1 button{margin-top:.4rem}@media (max-width: 1199px){._productCard_ymm6b_1 a img{max-width:100%}}._main_6cv1o_1{width:100%;max-width:120rem;margin:0 auto;padding:3rem 0 14rem}._main_6cv1o_1 ._productListSection_6cv1o_7 h1{margin-bottom:2.4rem}._main_6cv1o_1 section:nth-child(2){margin-top:4rem}._main_6cv1o_1 ._bestProductList_6cv1o_15{display:grid;grid-template-columns:repeat(4,1fr);gap:2.4rem}._main_6cv1o_1 ._productList_6cv1o_7{display:grid;grid-template-columns:repeat(5,1fr);gap:4rem 2.4rem}._main_6cv1o_1 ._productListTitleWrapper_6cv1o_27{display:flex;align-items:center;gap:1.2rem;margin-bottom:2.4rem}._main_6cv1o_1 ._productListTitleWrapper_6cv1o_27 h1{flex-grow:1}._main_6cv1o_1 ._loading_6cv1o_38{font-size:1.6rem;color:var(--secondary-color-400);margin-top:4rem}._noProduct_6cv1o_45{font-size:1.6rem;font-weight:400;color:var(--secondary-color-400);margin-top:4rem}@media (max-width: 1199px){._main_6cv1o_1{width:calc(100% - 4.8rem)}._main_6cv1o_1 ._bestProductList_6cv1o_15{grid-template-columns:repeat(2,1fr);gap:1rem}._main_6cv1o_1 ._productList_6cv1o_7{grid-template-columns:repeat(3,1fr);gap:4rem 1.6rem}}@media (max-width: 743px){._main_6cv1o_1{width:calc(100% - 3.2rem)}._main_6cv1o_1 ._productListSection_6cv1o_7 h1{margin-bottom:1.6rem}._main_6cv1o_1 ._bestProductList_6cv1o_15{grid-template-columns:repeat(1,1fr)}._main_6cv1o_1 ._productList_6cv1o_7{grid-template-columns:repeat(2,1fr);gap:3.2rem .8rem}._productListTitleWrapper_6cv1o_27{flex-wrap:wrap;margin-bottom:1.6rem;justify-content:space-between}._productListTitleWrapper_6cv1o_27 h1{flex-basis:40%;order:-2}._productListTitleWrapper_6cv1o_27 ._searchInputComponent_6cv1o_96{max-width:calc(100% - 5.4rem)}._productListTitleWrapper_6cv1o_27 ._productListRegisterButton_6cv1o_100{flex-basis:50%;order:-1}._productListTitleWrapper_6cv1o_27 ._productListSortButton_6cv1o_105{flex-basis:5%}}._productListTitle_1tg6u_1{font-size:2rem;font-weight:700}._pagination_1de29_1 ul{display:flex;justify-content:center;gap:.4rem;margin-top:4.3rem}._pagination_1de29_1 li button{display:inline-block;width:40px;height:40px;border-radius:50%;text-align:center;line-height:40px;font-size:1.4rem;border:1px solid var(--secondary-color-200);cursor:pointer}._pagination_1de29_1 li button._active_1de29_21{background-color:var(--primary-color-100);color:var(--white-color);border:1px solid var(--primary-color-100)}._pagination_1de29_1 li button img{vertical-align:-2px}._pagination_1de29_1 li._invisible_1de29_31 button{opacity:.2;pointer-events:none}._searchInputWrapper_1mzwp_1{width:100%;max-width:35.2rem;padding:.9rem 1.2rem;background-color:var(--secondary-color-100);border-radius:1.2rem}._searchInputWrapper_1mzwp_1:placeholder{font-size:1.6rem;font-weight:400;color:var(--secondary-color-400)}._searchInputWrapper_1mzwp_1 input{width:calc(100% - 2.4rem);height:100%;padding:0 1.2rem;font-size:1.6rem}._searchInputWrapper_1mzwp_1 ._searchButton_1mzwp_22{cursor:pointer}@media (max-width: 1199px){._searchInputWrapper_1mzwp_1{max-width:24.2rem}._searchInputWrapper_1mzwp_1 input{padding:0 .4rem}}@media (max-width: 743px){._searchInputWrapper_1mzwp_1{max-width:28.8rem}}._dropdownWrapper_e5zon_1{position:relative}._dropdownButton_e5zon_5{position:relative;width:13rem;height:4.2rem;font-size:1.6rem;font-weight:400;text-align:left;padding:0 2rem;border-radius:1.2rem;color:var(--secondary-color-800);background-color:var(--white-color);border:1px solid var(--secondary-color-200);cursor:pointer}._dropdownButton_e5zon_5:before{content:"";position:absolute;right:2rem;top:40%;border-width:.7rem;border-style:solid;border-color:var(--secondary-color-800) transparent transparent transparent}._dropdownButton_e5zon_5._dropdownButtonActive_e5zon_29:before{transform:translateY(-50%) rotate(180deg)}._dropdownListWrapper_e5zon_36{position:absolute;top:5rem;left:0;width:13rem;background-color:var(--white-color);border:1px solid var(--secondary-color-200);border-radius:1.2rem;padding:.5rem 0;z-index:1000}._dropdownListWrapper_e5zon_36 li button{width:100%;height:3.8rem;font-size:1.6rem;font-weight:400;padding:0 2rem;color:var(--secondary-color-800);cursor:pointer}._dropdownListWrapper_e5zon_36 li:first-child button{border-bottom:1px solid var(--secondary-color-200)}@media (max-width: 743px){._dropdownListWrapper_e5zon_36{right:0;left:auto}._dropdownButton_e5zon_5{width:4.2rem;height:4.2rem;text-align:center;padding:0}._dropdownButton_e5zon_5:before{display:none}}._mainContainer_xy1e0_1{background-color:var(--background-color);padding-bottom:13.8rem}._featuresSection_xy1e0_6{background-color:#fff;padding-bottom:13.8rem}@media (max-width: 1199px){._mainContainer_xy1e0_1{padding-bottom:0}._featuresSection_xy1e0_6{margin-top:5.2rem;padding-bottom:0}}@media (max-width: 743px){._main_xy1e0_1{margin-top:6rem}}._featureItem_sx9ek_1{display:flex;align-items:center;justify-content:center;width:100%;max-width:98.8rem;margin:13.8rem auto;gap:6.2rem;color:var(--gray-color-700);background-color:var(--background-color)}._featureItem_sx9ek_1:nth-child(2n){flex-direction:row-reverse}._featureItem_sx9ek_1:last-child{margin-bottom:0}._itemImgContainer_sx9ek_21{border-radius:1.6rem}._textTag_sx9ek_25{font-size:1.8rem;color:var(--primary-color-100);font-weight:700;margin-bottom:1.2rem}._featureItem_sx9ek_1 h2{font-size:4rem;font-weight:700;margin-bottom:2.4rem;color:var(--secondary-color-700)}._featureItem_sx9ek_1 ._itemText_sx9ek_39{font-size:2.4rem;font-weight:500;color:var(--secondary-color-700)}@media (max-width: 1199px){._featureItem_sx9ek_1{width:100%;gap:2.4rem;margin:0 auto;padding:0 2.4rem 5.2rem;flex-direction:column}._featureItem_sx9ek_1:nth-child(2){flex-direction:column}._featureItem_sx9ek_1 ._itemTextContainer_sx9ek_58{width:100%;max-width:58.8rem;margin:0 auto}._featureItem_sx9ek_1 h2{font-size:3.2rem}._featureItem_sx9ek_1:nth-child(2n){text-align:right}._featureItem_sx9ek_1:nth-child(2n) img{order:-1}._featureItem_sx9ek_1 ._itemText_sx9ek_39{font-size:1.8rem}._desktopOnly_sx9ek_80{display:none}}@media (max-width: 743px){._featureItem_sx9ek_1{padding:0 1.6rem 4rem}._featureItem_sx9ek_1:last-child{padding-bottom:8rem}._featureItem_sx9ek_1:nth-child(2n){flex-direction:column}._featureItem_sx9ek_1 img{width:100%;height:auto}._featureItem_sx9ek_1 h2{font-size:2.4rem;margin-bottom:1.6rem}._featureItem_sx9ek_1 ._itemText_sx9ek_39{font-size:1.8rem}}._heroSection_rpowx_1{background-color:#cfe5ff}._heroTextContainer_rpowx_5{width:100%;max-width:112rem;margin:0 auto;padding:24rem 0 10rem;background-image:url(/main-page/hero-img.svg);background-position:right 0rem bottom;background-repeat:no-repeat}._heroSection2_rpowx_15 ._heroTextContainer_rpowx_5{background-image:url(/main-page/hero-img-02.svg)}._heroSection_rpowx_1 h1{font-size:4rem;font-weight:700;margin-bottom:3.2rem;color:var(--secondary-color-700)}._goToButton_rpowx_26{display:inline-block;width:35.7rem;height:5.6rem;text-align:center;line-height:5.6rem;background-color:var(--primary-color-100);color:#fff;border-radius:2.8rem;font-size:1.8rem;cursor:pointer}@media (max-width: 1199px){._heroTextContainer_rpowx_5{padding:8.4rem 0rem 50rem;text-align:center;background-position:center bottom 0rem}._heroSection2_rpowx_15 ._heroTextContainer_rpowx_5{padding:20rem 0 61.4rem}._heroSection_rpowx_1 h1{font-size:4rem;margin-bottom:2.4rem}._tabletNone_rpowx_55{display:none}}@media (max-width: 743px){._heroTextContainer_rpowx_5{padding:4.8rem 0rem 33.6rem;background-size:calc(100% - 6.4rem)}._heroSection2_rpowx_15 ._heroTextContainer_rpowx_5{padding:12rem 0 30rem}._heroSection_rpowx_1 h1{font-size:2.8rem;margin-bottom:2rem;text-align:center}._tabletNone_rpowx_55{display:block}}._registrationWrapper_zb1ec_1{width:100%;max-width:120rem;margin:0 auto;padding:1.8rem 0 19.4rem}._titleWrapper_zb1ec_8{display:flex;align-items:center;justify-content:space-between;margin-bottom:2.4rem}._registrationTitle_zb1ec_15{font-size:2rem;font-weight:700;color:var(--secondary-color-700);text-align:center}._registrationForm_zb1ec_22{display:flex;flex-direction:column;gap:2.4rem}._tagInputWrapper_zb1ec_28{position:relative;display:flex;flex-direction:column;gap:1.4rem}._tagInputWrapper_zb1ec_28>button{position:absolute;right:.8rem;top:4.5rem}._tagsWrapper_zb1ec_41{display:flex;flex-wrap:wrap;gap:.8rem}@media (max-width: 1199px){._registrationWrapper_zb1ec_1{width:calc(100% - 4.8rem)}}@media (max-width: 743px){._registrationWrapper_zb1ec_1{width:calc(100% - 3.2rem)}}._inputLabel_xmldq_1{display:block;font-size:1.8rem;font-weight:700;line-height:2.6rem;color:var(--secondary-color-800);margin-bottom:1.2rem}._inputCommon_xmldq_10{width:100%;height:5.6rem;padding:0 1.6rem;border-radius:1.2rem;font-size:1.6rem;color:var(--secondary-color-800);background-color:var(--secondary-color-100);border:.1rem solid transparent}._inputCommon_xmldq_10::placeholder{color:var(--secondary-color-400)}._inputCommon_xmldq_10:focus{border:.1rem solid var(--primary-color-100);outline:none}._inputCommon_xmldq_10._error_xmldq_30{border:.1rem solid var(--error-color)}._inputCommon_xmldq_10._error_xmldq_30~p{font-size:1.5rem;margin:.8rem 1.4rem;color:var(--error-color)}._inputPasswordGroup_xmldq_40{position:relative}._inputPasswordToggle_xmldq_44{position:absolute;right:2.4rem;top:16px;cursor:pointer}._textareaLabel_16jy0_1{display:block;font-size:1.8rem;font-weight:700;line-height:2.6rem;color:var(--secondary-color-800);margin-bottom:1.2rem}._textareaCommon_16jy0_10{width:100%;min-height:28.2rem;padding:1.6rem 2.4rem;border-radius:1.2rem;font-size:1.6rem;color:var(--secondary-color-800);background-color:var(--secondary-color-100);border:.1rem solid transparent;resize:vertical}._textareaCommon_16jy0_10::placeholder{color:var(--secondary-color-400)}._textareaCommon_16jy0_10:focus{border:.1rem solid var(--primary-color-100);outline:none}._textareaCommon_16jy0_10._error_16jy0_31{border:.1rem solid var(--error-color)}._textareaCommon_16jy0_10._error_16jy0_31~p{font-size:1.5rem;margin:.8rem 1.4rem;color:var(--error-color)}._textareaGroup_16jy0_41{position:relative}._tagWrapper_1umix_1{display:inline-flex;align-items:center;gap:.8rem;padding:.5rem 1.6rem;border-radius:2.6rem;background-color:var(--secondary-color-100);align-self:flex-start}._tagLabel_1umix_11{font-size:1.6rem;font-weight:400;color:var(--secondary-color-800)}._closeButton_1umix_17{cursor:pointer}
