:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px rgba(0,0,0,.1);--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}.Toastify__toast{--toastify-toast-width:100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Toast_toastContainer__ZXASh .Toastify__toast{border-radius:20px;padding:18px;width:100%;top:120px!important;font-family:Pretendard}@media(max-width:720px){.Toast_toastContainer__ZXASh .Toastify__toast{top:100px!important;width:auto}}.Toast_toastContainer__ZXASh .Toastify__toast--success{background:#f0faf7;border:1px solid #77b7a0;color:#000;font-size:14px;font-weight:500}.Toast_toastContainer__ZXASh .Toastify__toast--error{background:#fff2f2;color:#ff6060;font-size:14px;font-weight:500}.DefaultLayout_layoutWrapper__Ob4Dr{max-width:1120px;margin:0 auto;height:100%}@media(max-width:1220px){.DefaultLayout_layoutWrapper__Ob4Dr{max-width:100%;padding:0 24px}}@media(max-width:720px){.DefaultLayout_layoutWrapper__Ob4Dr{max-width:100%;padding:0 17px}}.DefaultLayout_layoutScroll__0mWck{max-width:1120px;margin:0 auto;height:100%;-ms-overflow-style:none;scrollbar-width:none}@media(max-width:1220px){.DefaultLayout_layoutScroll__0mWck{max-width:100%;padding:0 24px}}@media(max-width:720px){.DefaultLayout_layoutScroll__0mWck{padding:0 0 0 17px;overflow:hidden;overflow-x:auto}}.DefaultLayout_layoutScroll__0mWck::-webkit-scrollbar{display:none}.DefaultLayout_layoutFull__e1iex{max-width:1120px;margin:0 auto;height:100%;-ms-overflow-style:none;scrollbar-width:none}@media(max-width:1220px){.DefaultLayout_layoutFull__e1iex{max-width:100%;padding:0 24px}}@media(max-width:720px){.DefaultLayout_layoutFull__e1iex{padding:0}}.DefaultLayout_subLayout__4s2bd{max-width:930px;margin:0 auto;height:100%}@media(max-width:1220px){.DefaultLayout_subLayout__4s2bd{max-width:100%;padding:0 24px}}@media(max-width:720px){.DefaultLayout_subLayout__4s2bd{max-width:100%;padding:0 16px}}.DefaultLayout_mypageLayout__CIK0N{max-width:1120px;margin:0 auto;height:100%;display:flex}@media(max-width:1220px){.DefaultLayout_mypageLayout__CIK0N{max-width:100%;padding:0 24px}}@media(max-width:720px){.DefaultLayout_mypageLayout__CIK0N{width:100%;padding:0 17px}}.Header_header__i_Usm{position:fixed;top:0;left:0;height:80px;width:100%;background:#fff;z-index:9999;box-shadow:0 4px 4px 0 rgba(0,0,0,.1)}@media(max-width:1220px){.Header_header__i_Usm{height:60px}}@media(max-width:720px){.Header_header__i_Usm{height:88px}}.Header_header__i_Usm .Header_headerWrapper__FjcsV{width:100%;height:100%;display:flex;align-items:center}@media(max-width:720px){.Header_header__i_Usm .Header_headerWrapper__FjcsV{flex-wrap:wrap;padding-top:12px}}.Header_header__i_Usm .Header_logoWrapper__Tf3Qw{padding-right:60px}@media(max-width:1220px){.Header_header__i_Usm .Header_logoWrapper__Tf3Qw{padding-right:32px}}.Header_header__i_Usm .Header_logoImg__agO2X{width:125px;height:auto}@media(max-width:1220px){.Header_header__i_Usm .Header_logoImg__agO2X{width:100px}}@media(max-width:720px){.Header_header__i_Usm .Header_nav__KHzMg{order:3;width:100%;height:40px}}.Header_header__i_Usm .Header_navTitle__bvZA6{display:none}.Header_header__i_Usm .Header_navLinks__picsR{display:flex;gap:40px}@media(max-width:1220px){.Header_header__i_Usm .Header_navLinks__picsR{gap:24px}}@media(max-width:720px){.Header_header__i_Usm .Header_navLinks__picsR{align-items:center;height:100%;gap:12px}}.Header_header__i_Usm .Header_navLinks__picsR a{font-weight:500;font-size:18px;transition:font .3s ease}.Header_header__i_Usm .Header_navLinks__picsR a.Header_active__5wQFd,.Header_header__i_Usm .Header_navLinks__picsR a:hover{font-weight:700}@media(max-width:1220px){.Header_header__i_Usm .Header_navLinks__picsR a{font-size:16px}}.Header_header__i_Usm .Header_userInfo__JC1ot{margin-left:auto;display:flex;align-items:center;gap:16px}@media(max-width:1220px){.Header_header__i_Usm .Header_userInfo__JC1ot{gap:20px}}@media(max-width:720px){.Header_header__i_Usm .Header_userInfo__JC1ot{gap:12px}}.Header_header__i_Usm .Header_userInfo__JC1ot a{display:block}@media(max-width:720px){.Header_header__i_Usm .Header_userInfo__JC1ot .Header_userIcon__iXrVb{width:28px;height:28px}}.Header_header__i_Usm .Header_registerBtn__CeXyT{margin-left:40px}@media(max-width:1220px){.Header_header__i_Usm .Header_registerBtn__CeXyT{margin-left:16px;width:70px!important;height:28px!important;font-size:11px!important}}@media(max-width:720px){.Header_header__i_Usm .Header_registerBtn__CeXyT{position:absolute;right:17px;bottom:10px}}.Header_simpleHeader__Cg5zW{position:fixed;top:0;left:0;width:100%;z-index:99999;background:#fff;box-shadow:0 3px 6px 0 rgba(0,0,0,.16);height:80px}@media(max-width:1220px){.Header_simpleHeader__Cg5zW{height:60px}}@media(max-width:720px){.Header_simpleHeader__Cg5zW{height:48px}}.Header_simpleHeader__Cg5zW .Header_simpleHeaderWrapper__T1Dpz{max-width:1120px;margin:0 auto;height:100%;position:relative}@media(max-width:1220px){.Header_simpleHeader__Cg5zW .Header_simpleHeaderWrapper__T1Dpz{max-width:100%;padding:0 24px}}@media(max-width:720px){.Header_simpleHeader__Cg5zW .Header_simpleHeaderWrapper__T1Dpz{max-width:100%;padding:0 17px}}.Header_simpleHeader__Cg5zW .Header_detail__header__back__home__MZwpn{display:inline-block;width:24px;height:24px;background:url(https://cdn.aboutthelink.co.kr/friends/assets/icons/left-arrow-black.png) no-repeat 50%;background-size:cover;position:absolute;top:50%;transform:translateY(-50%);left:0}@media(max-width:1220px){.Header_simpleHeader__Cg5zW .Header_detail__header__back__home__MZwpn{left:24px}}@media(max-width:720px){.Header_simpleHeader__Cg5zW .Header_detail__header__back__home__MZwpn{left:17px}}.Header_simpleHeader__Cg5zW h3{text-align:center;font-size:18px;font-weight:500;line-height:80px}@media(max-width:1220px){.Header_simpleHeader__Cg5zW h3{line-height:60px;font-size:16px}}@media(max-width:720px){.Header_simpleHeader__Cg5zW h3{line-height:48px}}.Header_myPageheader__hzPNy{position:fixed;top:0;left:0;height:80px;width:100%;background:#fff;z-index:9999;box-shadow:0 4px 4px 0 rgba(0,0,0,.1)}@media(max-width:1220px){.Header_myPageheader__hzPNy{height:60px}}@media(max-width:720px){.Header_myPageheader__hzPNy{height:88px}}.Header_myPageheader__hzPNy .Header_headerWrapper__FjcsV{width:100%;height:100%;display:flex;align-items:center;justify-content:space-between}@media(max-width:720px){.Header_myPageheader__hzPNy .Header_headerWrapper__FjcsV{flex-wrap:wrap;padding-top:12px}}.Header_myPageheader__hzPNy .Header_logoImg__agO2X{width:120px;height:auto}@media(max-width:1220px){.Header_myPageheader__hzPNy .Header_logoImg__agO2X{width:100px}}.Header_myPageheader__hzPNy .Header_toggleMenu__gRNpa{display:none}@media(max-width:720px){.Header_myPageheader__hzPNy .Header_toggleMenu__gRNpa{display:block;background:url(https://cdn.aboutthelink.co.kr/friends/assets/icons/hamburger_icon.webp) no-repeat 50%;background-size:cover;width:24px;height:24px;cursor:pointer}.Header_myPageheader__hzPNy .Header_toggleMenu__gRNpa.Header_open__KTO86{background:url(https://cdn.aboutthelink.co.kr/friends/assets/icons/close-icon.webp) no-repeat 50%;background-size:cover;width:24px;height:24px}.Header_myPageheader__hzPNy .Header_nav__KHzMg{display:none}}.Header_myPageheader__hzPNy .Header_navTitle__bvZA6{display:none}.Header_myPageheader__hzPNy .Header_navLinks__picsR{display:flex;gap:60px}@media(max-width:1220px){.Header_myPageheader__hzPNy .Header_navLinks__picsR{gap:50px}}@media(max-width:720px){.Header_myPageheader__hzPNy .Header_navLinks__picsR{justify-content:center;align-items:center;height:100%}}.Header_myPageheader__hzPNy .Header_navLinks__picsR a{font-weight:500;font-size:18px;transition:font .3s ease}.Header_myPageheader__hzPNy .Header_navLinks__picsR a.Header_active__5wQFd,.Header_myPageheader__hzPNy .Header_navLinks__picsR a:hover{font-weight:700}@media(max-width:1220px){.Header_myPageheader__hzPNy .Header_navLinks__picsR a{font-size:16px}}@media(max-width:720px){.Header_myPageheader__hzPNy .Header_navLinks__picsR a{padding:15px 0}}.Header_myPageheader__hzPNy .Header_userInfo__JC1ot{display:flex;align-items:center;gap:40px}@media(max-width:1220px){.Header_myPageheader__hzPNy .Header_userInfo__JC1ot{gap:20px}}@media(max-width:720px){.Header_myPageheader__hzPNy .Header_userInfo__JC1ot{display:none}}.Header_myPageheader__hzPNy .Header_userInfo__JC1ot a{display:block}@media(max-width:720px){.Header_myPageheader__hzPNy .Header_userInfo__JC1ot .Header_userIcon__iXrVb{width:28px;height:28px}}.Header_myPageheader__hzPNy .Header_menuTitle__8YKfR{display:none}@media(max-width:720px){.Header_myPageheader__hzPNy .Header_menuTitle__8YKfR{display:block;width:100%;order:3;height:40px;font-weight:500;line-height:40px;text-align:center}}.Header_myPageheader__hzPNy .Header_mobileMenuWrapper__7DBwU{visibility:hidden;opacity:0}@media(max-width:720px){.Header_myPageheader__hzPNy .Header_mobileMenuWrapper__7DBwU{position:fixed;top:40px;left:0;width:100%;height:100%;background:#fff;z-index:9;transform:translateX(100%);transition:transform .3s ease-in-out}.Header_myPageheader__hzPNy .Header_mobileMenuWrapper__7DBwU.Header_open__KTO86{visibility:visible;opacity:1;transform:translateX(0)}}.Header_myPageheader__hzPNy .Header_mobileMenuWrapper__7DBwU .Header_mobileMenuContent__eQW1i{display:none}@media(max-width:720px){.Header_myPageheader__hzPNy .Header_mobileMenuWrapper__7DBwU .Header_mobileMenuContent__eQW1i{display:flex;flex-direction:column;align-items:center;padding:20px}.Header_myPageheader__hzPNy .Header_mobileMenuWrapper__7DBwU .Header_mobileMenuContent__eQW1i .Header_nav__KHzMg{display:block;width:100%;margin:30px 0}.Header_myPageheader__hzPNy .Header_mobileMenuWrapper__7DBwU .Header_mobileMenuContent__eQW1i .Header_navTitle__bvZA6{display:block;font-size:18px;font-weight:700;padding-bottom:10px;border-bottom:1px solid #131523}.Header_myPageheader__hzPNy .Header_mobileMenuWrapper__7DBwU .Header_mobileMenuContent__eQW1i .Header_navLinks__picsR{flex-direction:column;align-items:flex-start;gap:20px;padding:20px 0}}.Button_button__aem_D{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 24px;height:40px;border-radius:20px;color:#fff;transition:background-color .3s ease,color .3s ease}@media(max-width:1220px){.Button_button__aem_D{font-size:14px;height:30px;padding:0 16px}}.Button_button__aem_D .Button_label__jHC0b{font-size:16px;font-weight:500}.Button_none__gPYLQ{background:inherit;color:#000;height:auto;padding:0}.Button_more__g9gSk{background-color:#1a1a1a;opacity:.7}.Button_more__g9gSk:hover{background-color:#747474}.Button_random__lO_AT{background:linear-gradient(90deg,#8e4da2,#c64ece)}.Button_test___rbex{background:#fa7324}.Button_kakao__EsAus{padding:0;background:#ffe500;color:#41231f;border-radius:8px;font-weight:500}.Button_mypage__i_9St{padding:0;border-radius:10px;background-color:#723ced;color:#fff;font-weight:500;font-size:16px}@media(max-width:720px){.Button_mypage__i_9St{width:100%!important}}.Button_edit__rQZF4{padding:0;border-radius:5px;background-color:#f0f0f0;color:#191919;font-size:14px;font-weight:500;border:1px solid #d5d5d5}.Button_line__jQmRO{padding:0;background-color:none;color:#131523;font-size:14px;font-weight:700;border:none;font-size:16px;text-decoration:underline;line-height:1.4}.Button_verify__d3p83{padding:0;border-radius:5px;background-color:#6379df;color:#fff;font-size:14px;font-weight:500;font-size:16px}.Button_verify__d3p83:disabled{color:#fff;background-color:#acbcff}.Button_close__PjqN_{padding:0;border-radius:10px;background-color:#fff;color:#723ced;border:1px solid #723ced;font-weight:700;font-size:16px}@media(max-width:720px){.Button_close__PjqN_{width:100%!important}}.Button_editIcon__IKQq7{padding:0;border-radius:16px;background-color:#fff;color:#7e84a3;border:1px solid #d7dbec;font-size:14px;font-weight:500;font-size:16px}@media(max-width:1220px){.Button_editIcon__IKQq7{width:84px!important;font-size:14px}.Button_editIcon__IKQq7 img{display:none}}.Button_circle__ql20h{padding:0}.Button_mypageBorder__6xXVe{padding:0;border:1px solid #723ced;color:#723ced;border-radius:8px;font-weight:500;font-size:16px}.Button_mypageMore__PGL1y{padding:0;color:#fff;font-weight:500;font-size:16px}@media(max-width:1220px){.Button_mypageMore__PGL1y{font-size:12px}}.Button_detail__MwtG0{background:#4d4d4d;color:#fff;font-weight:500;padding:0}.Button_detail__MwtG0 span{color:#fff!important}.Button_disabled__QJsKX{background-color:#e9ecef;color:#6c757d;cursor:not-allowed}.Button_blueBorder__C1_bO{padding:0;border-radius:6px;border:1px solid #1b7cff;background-color:#fff;font-size:15px;font-weight:600;color:#1b7cff}.Input_input__MiI_q{padding:10px;border:1px solid #d5d5d5;font-size:16px;outline:none;font-weight:600;width:100%;border-radius:5px;transition:border-color .2s}.Input_input__MiI_q::placeholder{color:#7e84a3;font-weight:400;font-size:14px}@media(max-width:720px){.Input_input__MiI_q{font-size:14px}.Input_input__MiI_q:placeholder{font-size:14px}}.Input_input__MiI_q:focus{border-color:#0070f3}.MypageMenu_mypageMenu__CjWHD{min-width:240px;margin-top:60px}@media(max-width:1220px){.MypageMenu_mypageMenu__CjWHD{min-width:170px}}@media(max-width:720px){.MypageMenu_mypageMenu__CjWHD{display:none}}.MypageMenu_myTitle__NNtNb{display:none}@media(max-width:720px){.MypageMenu_myTitle__NNtNb{width:100%;display:block;font-size:18px;font-weight:700;padding-bottom:10px;border-bottom:1px solid #131523}}.MypageMenu_mypageLink__Y5gsd{display:flex;flex-direction:column;gap:20px}@media(max-width:720px){.MypageMenu_mypageLink__Y5gsd{width:100%;padding:20px 0}}.MypageMenu_mypageLink__Y5gsd li{font-size:18px;font-weight:500}@media(max-width:720px){.MypageMenu_mypageLink__Y5gsd li{font-size:16px}}.MypageMenu_mypageLink__Y5gsd .MypageMenu_active__uCWRm{color:#af84f0;font-weight:700}.MypageMenu_notificationCount__z_khg{color:#fff;border-radius:50%;width:20px;height:20px;line-height:20px;display:inline-block;text-align:center;background:#ff6060;font-size:13px;font-weight:600;vertical-align:text-bottom;margin-left:5px}*{margin:0;padding:0;box-sizing:border-box}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;line-height:1.25}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{color:#000;font-family:Pretendard;font-size:16px;background-color:#fff;font-weight:400;word-break:keep-all;overflow-x:hidden;min-height:100vh;display:flex;flex-direction:column}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}@font-face{font-family:Pretendard;src:url(https://cdn.aboutthelink.co.kr/common/font/Pretendard/PretendardVariable.woff2) format("woff2");font-weight:100 900;font-style:normal}@font-face{font-family:NotoSans;src:url(https://cdn.aboutthelink.co.kr/common/font/NotoSansKr/NotoSansKR-VariableFont_wght.ttf) format("truetype");font-weight:100 900;font-style:normal}@font-face{font-family:Jalnan;src:url(https://cdn.aboutthelink.co.kr/common/font/Jalnan/Jalnan2TTF.ttf) format("truetype");font-weight:100 900;font-style:normal}a{text-decoration:none;cursor:pointer}a,button{color:inherit}button{background:none;border:none}main{margin-top:80px}@media(max-width:1220px){main{margin-top:60px}}@media(max-width:720px){main{margin-top:88px}}.detail__header{position:fixed;top:0;left:0;width:100%;z-index:99999;background:#fff;height:80px}@media(max-width:1220px){.detail__header{height:60px}}@media(max-width:720px){.detail__header{height:48px}}.detail__header .detail_header_wrapper{max-width:1120px;margin:0 auto;height:100%;position:relative}@media(max-width:1220px){.detail__header .detail_header_wrapper{max-width:100%;padding:0 24px}}@media(max-width:720px){.detail__header .detail_header_wrapper{max-width:100%;padding:0 17px}}.detail__header .detail__header__back__home{display:inline-block;width:24px;height:24px;background:url(https://cdn.aboutthelink.co.kr/friends/assets/icons/left-arrow-black.png) no-repeat 50%;background-size:cover;position:absolute;top:50%;transform:translateY(-50%);left:0}@media(max-width:1220px){.detail__header .detail__header__back__home{left:24px}}@media(max-width:720px){.detail__header .detail__header__back__home{left:17px}}.detail__header h3{text-align:center;font-size:18px;font-weight:500;line-height:80px}@media(max-width:1220px){.detail__header h3{line-height:60px;font-size:16px}}@media(max-width:720px){.detail__header h3{line-height:48px}}button{font-family:Pretendard;cursor:pointer}.homeTitle{font-size:32px;font-weight:500}@media(max-width:1220px){.homeTitle{font-size:24px}}@media(max-width:720px){.homeTitle{font-size:18px}}.homeTitle strong{font-weight:700}.swiper-pagination-bullet{width:10px!important;height:10px!important;background:#af84f0!important;opacity:1!important}@media(max-width:1220px){.swiper-pagination-bullet{width:6px!important;height:6px!important;margin:0 3px!important}}.swiper-pagination-bullet-active{background:#af84f0!important;width:40px!important;border-radius:5px!important}@media(max-width:1220px){.swiper-pagination-bullet-active{width:25px!important}}.promotion-custom-pagination .swiper-pagination-bullet{background:#4d4d4d!important}.breeder-custom-pagination,.custom-pagination,.promotion-custom-pagination,.recommend-custom-pagination{text-align:center;margin-top:25px}@media(max-width:720px){.breeder-custom-pagination,.custom-pagination,.promotion-custom-pagination,.recommend-custom-pagination{margin-top:20px}}.sliderWrapper{position:relative}.prevButton{position:absolute;left:-25px;background:url(https://cdn.aboutthelink.co.kr/friends/assets/icons/prev-navigate-btn.png) 50%/cover no-repeat;width:50px;height:50px;border-radius:50%}@media(max-width:1220px){.prevButton{left:-15px;width:30px;height:30px}}.nextButton{position:absolute;right:-25px;background:url(https://cdn.aboutthelink.co.kr/friends/assets/icons/next-navigate-btn.png) 50%/cover no-repeat;width:50px;height:50px;border-radius:50%}@media(max-width:1220px){.nextButton{right:-15px;width:30px;height:30px}}.nextButton,.prevButton{z-index:9}.nextButton[style*=hidden],.prevButton[style*=hidden]{display:none}@media(max-width:1220px){.br-pc{display:none}}.br-tablet{display:none}@media(max-width:1220px){.br-tablet{display:block}}.br-mobile{display:none}@media(max-width:720px){.br-mobile{display:block}.breedPetSwiper .swiper-slide,.newPetSwiper .swiper-slide,.safeSwiper .swiper-slide,.shopSwiper .swiper-slide{width:auto!important}}.rc-pagination{justify-content:center;align-items:center!important}.next-paginate,.prev-paginate{width:36px;height:36px}.next-paginate img,.prev-paginate img{vertical-align:text-top;width:24px;height:24px}.rc-pagination-item{width:36px;height:36px!important;line-height:36px!important;margin-right:0!important;border:none!important;font-family:Pretendard!important;font-size:16px!important}.rc-pagination-item:hover{background-color:#000!important;border-radius:4px!important;color:#fff!important;font-weight:600}.rc-pagination-item a{line-height:36px!important}.rc-pagination-item:hover a{color:#fff!important;font-weight:600}.rc-pagination-item-active{background-color:#000!important;border-radius:4px!important}.rc-pagination-item-active a{color:#fff!important;font-weight:600}.rc-pagination-jump-next,.rc-pagination-jump-prev,.rc-pagination-next,.rc-pagination-prev{width:36px!important;height:36px!important;margin-right:0!important}.react-tabs__tab-list{display:flex;align-items:center;justify-content:center;margin-bottom:60px}@media(max-width:1220px){.react-tabs__tab-list{margin-bottom:40px}}.react-tabs__tab{width:200px;padding-bottom:20px;text-align:center;font-size:24px;color:#aba8a8;border-bottom:2px solid #aba8a8;cursor:pointer;position:relative}@media(max-width:1220px){.react-tabs__tab{width:156px;font-size:20px}}@media(max-width:720px){.react-tabs__tab{width:100px;font-size:14px;padding-bottom:10px}}.react-tabs__tab:after{position:absolute;content:"";width:1px;height:20px;right:0;top:3px;background-color:#d5d5d5}.react-tabs__tab:last-child:after{display:none}.react-tabs__tab:focus-visible{outline:none}.react-tabs__tab--selected{color:#000;font-weight:700;border-bottom:6px solid #242424}.ImgGalleryWrapper{width:360px}@media(max-width:1220px){.ImgGalleryWrapper{width:310px}}@media(max-width:720px){.ImgGalleryWrapper{width:100%}}.ImgGalleryWrapper .imgSlider{width:360px;margin-bottom:20px}@media(max-width:1220px){.ImgGalleryWrapper .imgSlider{margin-bottom:15px;width:310px}}@media(max-width:720px){.ImgGalleryWrapper .imgSlider{width:100%}}.ImgGalleryWrapper .imgSlider .img{width:100%;height:360px;border-radius:10px}@media(max-width:1220px){.ImgGalleryWrapper .imgSlider .img{height:310px}}@media(max-width:720px){.ImgGalleryWrapper .imgSlider .img{height:auto;aspect-ratio:1/1}}.ImgGalleryWrapper .gallerySlider .img{width:100%;height:67px;cursor:pointer;border-radius:5px}@media(max-width:1220px){.ImgGalleryWrapper .gallerySlider .img{height:56px}}@media(max-width:720px){.ImgGalleryWrapper .gallerySlider .img{height:auto;aspect-ratio:1/1}}.mypageContent{width:calc(100% - 240px);margin-top:60px;margin-bottom:100px}@media(max-width:1220px){.mypageContent{width:calc(100% - 170px)}}@media(max-width:720px){.mypageContent{width:100%;margin-top:0}}.mypageContent .mypageTitle{color:#191919;font-size:24px;font-weight:700}@media(max-width:1220px){.mypageContent .mypageTitle{font-size:20px}}.mypageContent .mypageSubTitle{color:#000;font-size:18px;font-weight:700}.kennelImgGalleryWrapper{width:100%}.kennelImgGalleryWrapper .kennelImgSlider{width:100%;height:450px;margin-bottom:23px}.kennelImgGalleryWrapper .kennelImgSlider .img{width:100%;height:100%}@media(max-width:1220px){.kennelImgGalleryWrapper .kennelImgSlider{height:378px}}@media(max-width:720px){.kennelImgGalleryWrapper .kennelImgSlider{height:343px;margin-bottom:16px}}.kennelImgGalleryWrapper .kennelGallerySlider .swiper-slide{opacity:.5}.kennelImgGalleryWrapper .kennelGallerySlider .swiper-slide-thumb-active{opacity:1}.kennelImgGalleryWrapper .kennelGallerySlider .img{width:100%;height:auto;aspect-ratio:1/1;cursor:pointer;border-radius:5px}@media(max-width:1220px){.kennelImgGalleryWrapper .kennelGallerySlider .img{height:auto;aspect-ratio:1/1}}@media(max-width:720px){.kennelImgGalleryWrapper .kennelGallerySlider .img{height:auto;aspect-ratio:1/1}}.form-error{font-size:12px;padding-top:8px;display:block;text-align:left;color:#ff3636}.iframe{width:100%;height:965px;border:none}@media(max-width:720px){.iframe{height:1210px}}.banner-custom-pagination{display:inline-block;width:100%;height:100%;text-align:center;line-height:14px;color:#fff!important;position:absolute;right:12px;bottom:-3px!important;z-index:10}.banner-custom-pagination,.banner-custom-pagination .swiper-pagination-current,.banner-custom-pagination .swiper-pagination-total{font-weight:400;font-size:12px}.error{text-align:center;height:calc(100vh - 340px);display:flex;flex-direction:column;justify-content:center;align-items:center}.error h1{font-size:30px;margin-bottom:50px}.loading{position:absolute;z-index:9999999;height:2em;width:2em;overflow:visible;margin:auto;top:0;left:0;bottom:0;right:0}.loading:before{content:"";display:block;position:fixed;top:0;left:0;width:100%;height:100%;background-color:hsla(0,0%,49%,.3)}.loading:not(:required){font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.loading:not(:required):after{content:"";display:block;font-size:10px;width:1em;height:1em;margin-top:-.5em;animation:spinner 1.5s linear infinite;border-radius:.5em;box-shadow:1.5em 0 0 0 rgba(0,0,0,.75),1.1em 1.1em 0 0 rgba(0,0,0,.75),0 1.5em 0 0 rgba(0,0,0,.75),-1.1em 1.1em 0 0 rgba(0,0,0,.75),-1.5em 0 0 0 rgba(0,0,0,.75),-1.1em -1.1em 0 0 rgba(0,0,0,.75),0 -1.5em 0 0 rgba(0,0,0,.75),1.1em -1.1em 0 0 rgba(0,0,0,.75)}@keyframes spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.modal{border:none;box-shadow:0 2px 10px rgba(0,0,0,.1);position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;max-height:85vh;overflow-y:auto;box-sizing:border-box}.modal.big{padding:20px 50px 40px}@media(max-width:1220px){.modal.big{padding:16px 16px 40px}}@media(max-width:720px){.modal.big{max-width:100%;min-height:100%;overflow-y:auto}}.modal.big .modalHeader{position:relative}.modal.big .modalHeader h2{height:40px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700}.modal.big .modalHeader .modal-closeButton{position:absolute;top:0;right:0;border:none;cursor:pointer;padding:8px;background:url(https://cdn.aboutthelink.co.kr/friends/assets/icons/close-icon.webp);width:40px;height:40px;background-size:24px 24px;background-repeat:no-repeat;background-position:50%}.modal.big .modalBody{width:600px}@media(max-width:720px){.modal.big .modalBody{max-width:100%}}.modal.small{padding:60px 0}@media(max-width:720px){.modal.small{padding:40px 0}}.modal.small .modalTitle{font-size:24px;font-weight:600;color:#131523}@media(max-width:720px){.modal.small .modalTitle{font-size:18px}}.modal.small .modalHeader{position:relative}.modal.small .modalHeader h2{height:40px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700}.modal.small .modalHeader .modal-closeButton{position:absolute;top:0;right:0;border:none;cursor:pointer;padding:8px;background:url(https://cdn.aboutthelink.co.kr/friends/assets/icons/close-icon.webp);width:40px;height:40px;background-size:24px 24px;background-repeat:no-repeat;background-position:50%}.modal.small .modalBody{width:600px;margin-top:40px}@media(max-width:720px){.modal.small .modalBody{max-width:100%;padding:0 20px}}.modal.small .modalFooter{display:flex;justify-content:center;gap:20px;margin-top:40px}@media(max-width:720px){.modal.small .modalFooter{padding:0 20px;gap:10px}}.modal::-webkit-backdrop{background:rgba(0,0,0,.3)}.modal::backdrop{background:rgba(0,0,0,.3)}.modalChangeTel .modalContent{display:flex;flex-direction:column;max-width:438px;margin:0 auto;gap:34px}@media(max-width:720px){.modalChangeTel .modalContent{max-width:100%}}.modalChangeTel .modalContent .inputGroup label{font-weight:700;display:block;font-size:14px;color:#131523;margin-bottom:9px;text-align:left}@media(max-width:720px){.modalChangeTel .modalContent .inputGroup input{width:100%!important}.modalChangeTel .modalContent .inputGroup .verifyBtn{font-size:14px;width:90px!important;flex-shrink:0}}.modalChangeTel .modalContent .codeGroup{position:relative}.modalChangeTel .modalContent .codeGroup .timer{position:absolute;right:16px;top:40px;font-size:14px;color:#0058ff}.modalChangeTel .inputWrapper{display:flex;gap:8px}.ModalCancelAccount .modalContent p{font-size:16px;font-weight:400;color:#131523;line-height:1.75}@media(max-width:720px){.ModalCancelAccount .modalContent p{font-size:14px}}.ModalAdoptionInfo .adoption-status{margin-top:25px}.ModalAdoptionInfo .adoption-status h3{text-align:left;font-size:18px;font-weight:700;padding-bottom:13px;border-bottom:2px solid #989898}.ModalAdoptionInfo .status-guide{display:flex;justify-content:center;padding:20px 0 27px}.ModalAdoptionInfo .status-guide button{width:239px;height:31px;padding:7px 53px;border-radius:15.5px;background-color:#fe3473;font-size:14px;font-weight:700;color:#fff}.ModalAdoptionInfo .status-tracker{display:flex;align-items:center;justify-content:center;gap:10px}@media(max-width:720px){.ModalAdoptionInfo .status-tracker{gap:8px}}.ModalAdoptionInfo .status-tracker .status-step{position:relative;width:16px;height:16px;background:#c6c6c6;border-radius:50%}.ModalAdoptionInfo .status-tracker .status-step.active{background:#ff3473}.ModalAdoptionInfo .status-tracker .status-step.last-active{background:#ff3473;box-shadow:0 0 0 6px rgba(255,52,115,.3)}.ModalAdoptionInfo .status-tracker .status-step.last-active .status-step-text{color:#ff3473}.ModalAdoptionInfo .status-tracker .status-step .status-step-text{position:absolute;top:35px;left:50%;width:max-content;transform:translateX(-50%);font-weight:700;font-size:11px}@media(max-width:720px){.ModalAdoptionInfo .status-tracker .status-step .status-step-text{font-size:10px}}.ModalAdoptionInfo .status-tracker .status-line{width:87px;height:1px;background-color:#c6c6c6}@media(max-width:720px){.ModalAdoptionInfo .status-tracker .status-line{width:33px}}.ModalAdoptionInfo .payment-table{margin:60px 0 40px;border:2px solid #707070}@media(max-width:720px){.ModalAdoptionInfo .payment-table{border:none;display:flex;justify-content:space-between}}.ModalAdoptionInfo .payment-table .table-body .cell,.ModalAdoptionInfo .payment-table .table-header .cell{width:25%;text-align:center}@media(max-width:720px){.ModalAdoptionInfo .payment-table .table-body .cell,.ModalAdoptionInfo .payment-table .table-header .cell{width:100%}}.ModalAdoptionInfo .payment-table .table-header{display:flex;background-color:#e6e9f4;padding:12px 0;font-size:14px;font-weight:600}@media(max-width:720px){.ModalAdoptionInfo .payment-table .table-header{flex-direction:column;background-color:#fff;padding:0;font-size:15px;gap:11px;color:#131523;font-weight:500}}.ModalAdoptionInfo .payment-table .table-body{display:flex;align-items:center}@media(max-width:720px){.ModalAdoptionInfo .payment-table .table-body{flex-direction:column;gap:10px}}.ModalAdoptionInfo .payment-table .table-body .cell{font-size:16px;font-weight:600;padding:12px 0}@media(max-width:720px){.ModalAdoptionInfo .payment-table .table-body .cell{padding:0;text-align:right}}.ModalAdoptionInfo .payment-table .table-body .cell span{display:block}@media(max-width:720px){.ModalAdoptionInfo .payment-table .table-body .cell span{display:inline-block}}.ModalAdoptionInfo .adoption-process h4{font-size:18px;font-weight:700;text-align:left;padding-bottom:13px}.ModalAdoptionInfo .adoption-process .process-table .table-header{display:flex;background-color:#e6e9f4;padding:12px 0;font-size:14px;font-weight:600;border-top:2px solid #989898}.ModalAdoptionInfo .adoption-process .process-table .table-row{padding-top:12px;display:flex;align-items:center;font-size:14px;font-weight:500}@media(max-width:720px){.ModalAdoptionInfo .adoption-process .process-table .table-row{font-size:13px}}.ModalAdoptionInfo .adoption-process .process-table .cell:first-child,.ModalAdoptionInfo .adoption-process .process-table .cell:nth-child(2){width:28%}.ModalAdoptionInfo .adoption-process .process-table .cell:nth-child(3){width:22%}.ModalAdoptionInfo .adoption-process .process-table .cell:nth-child(4){width:23%}.ModalAdoptionInfo .adoption-process .process-table .cell span{color:#7e84a3}.ModalSign .modalContent{padding:0 60px}@media(max-width:720px){.ModalSign .modalContent{padding:0}}.ModalSign .modalContent p{padding:20px 0;line-height:1.5}.ModalSign .modalContent .signBox{text-align:right}.ModalSign .modalContent .signBox .sign{width:100%;height:260px;border-radius:10px;border:1px solid #d7dbec;background-color:#fff;touch-action:none}@media(max-width:720px){.ModalSign .modalContent .signBox .sign{height:200px}}.ModalSign .modalContent .signBox .sign-footer{display:flex;justify-content:space-between;margin-top:16px}.ModalSign .modalContent .signBox button{font-size:14px;font-weight:500;color:#7e84a3;padding:6px 16px;border-radius:5px;border:1px solid #d7dbec;background-color:#fff;margin:0 0 0 auto}.ModalCompleteContract .modalContentTitle{padding:20px 0 40px;line-height:1.75;color:#131523}@media(max-width:720px){.ModalCompleteContract .modalContentTitle{font-size:14px;padding:0 0 16px}}.ModalCompleteContract .title2{padding-bottom:20px;color:#131523}@media(max-width:720px){.ModalCompleteContract .title2{font-size:14px;padding-bottom:16px}}.ModalCompleteContract .title3{padding-top:40px;font-size:14px;font-weight:500;color:#0058ff}@media(max-width:720px){.ModalCompleteContract .title3{padding-top:24px}.ModalCompleteContract input{width:100%!important}}.ModalCancelApplyAdoption .modalContent p{line-height:1.75;color:#131523}@media(max-width:720px){.ModalCancelApplyAdoption .modalContent p{font-size:14px}}.ModalCancelApplyAdoption .modalContent .cancelText{padding-top:20px}.ModalApplyAdoption .modalContent p,.ModalCancelAdoption .modalContent p,.ModalCancelPayment .modalContent p,.ModalCancelReturn .modalContent p,.ModalCompleteApplyAdoption .modalContent p,.ModalCompleteApplyReturn .modalContent p,.ModalCompleteCancelAdoption .modalContent p,.ModalCompletePayment .modalContent p,.ModalConfirmAdoptionBalance .modalContent p,.ModalConfirmAdoptionDeposit .modalContent p{line-height:1.75;color:#131523}@media(max-width:720px){.ModalApplyAdoption .modalContent p,.ModalCancelAdoption .modalContent p,.ModalCancelPayment .modalContent p,.ModalCancelReturn .modalContent p,.ModalCompleteApplyAdoption .modalContent p,.ModalCompleteApplyReturn .modalContent p,.ModalCompleteCancelAdoption .modalContent p,.ModalCompletePayment .modalContent p,.ModalConfirmAdoptionBalance .modalContent p,.ModalConfirmAdoptionDeposit .modalContent p{font-size:14px}}.ModalApplyAdoption .modalContent .cancelText,.ModalCancelAdoption .modalContent .cancelText,.ModalCancelPayment .modalContent .cancelText,.ModalCancelReturn .modalContent .cancelText,.ModalCompleteApplyAdoption .modalContent .cancelText,.ModalCompleteApplyReturn .modalContent .cancelText,.ModalCompleteCancelAdoption .modalContent .cancelText,.ModalCompletePayment .modalContent .cancelText,.ModalConfirmAdoptionBalance .modalContent .cancelText,.ModalConfirmAdoptionDeposit .modalContent .cancelText{padding-top:20px;font-size:14px;line-height:1.71;color:#0058ff}@media(max-width:720px){.ModalApplyAdoption .modalContent .cancelText,.ModalCancelAdoption .modalContent .cancelText,.ModalCancelPayment .modalContent .cancelText,.ModalCancelReturn .modalContent .cancelText,.ModalCompleteApplyAdoption .modalContent .cancelText,.ModalCompleteApplyReturn .modalContent .cancelText,.ModalCompleteCancelAdoption .modalContent .cancelText,.ModalCompletePayment .modalContent .cancelText,.ModalConfirmAdoptionBalance .modalContent .cancelText,.ModalConfirmAdoptionDeposit .modalContent .cancelText{padding-top:16px}}.ModalApplyReturn .modalContent{padding:0 50px}@media(max-width:720px){.ModalApplyReturn .modalContent{padding:0}}.ModalApplyReturn .modalContent p{line-height:1.75;color:#131523;margin-bottom:40px}@media(max-width:720px){.ModalApplyReturn .modalContent p{font-size:14px;margin-bottom:20px}}.ModalApplyReturn .modalContent h5{text-align:left;font-weight:500;color:#131523;padding-bottom:10px}@media(max-width:720px){.ModalApplyReturn .modalContent h5{font-size:14px}}.ModalApplyReturn .modalContent textarea{width:100%;height:120px;border:1px solid #d7dbec;border-radius:10px;padding:10px;resize:none}.ModalApplyReturn .noteList{margin-top:10px;text-align:left;font-size:14px;color:#ff5353}@media(max-width:720px){.ModalApplyReturn .noteList{font-size:12px}}.ModalApplyReturn .noteList li{line-height:1.71}.ModalContactAdoption{position:relative}.ModalContactAdoption .telBtn{display:none}@media(max-width:720px){.ModalContactAdoption .telBtn{display:block;width:50%!important}.ModalContactAdoption .kakaoBtn{width:100%!important}}.ModalContactAdoption .modalHeader{position:relative}.ModalContactAdoption .modalHeader .modal-closeButton{position:absolute;top:-36px;right:12px;border:none;cursor:pointer;padding:8px;background:url(https://cdn.aboutthelink.co.kr/friends/assets/icons/close-icon.webp);width:40px;height:40px;background-size:24px 24px;background-repeat:no-repeat;background-position:50%}@media(max-width:720px){.ModalContactAdoption .modalHeader .modal-closeButton{top:-24px}}.ModalContactAdoption .modalContent .contentText{font-size:16px;line-height:1.75;color:#131523}.ModalContactAdoption .modalContent .contentText strong{font-weight:700}@media(max-width:720px){.ModalContactAdoption .modalContent .contentText{font-size:14px}}.ModalContactAdoption .modalContent .petInfo{width:310px;margin:32px auto;display:flex;flex-direction:column;gap:14px}@media(max-width:1220px){.ModalContactAdoption .modalContent .petInfo{width:360px}}@media(max-width:720px){.ModalContactAdoption .modalContent .petInfo{width:100%;padding:0 20px}}.ModalContactAdoption .modalContent .petInfo li{display:flex;justify-content:space-between;align-items:center}.ModalContactAdoption .modalContent .petInfo li span{font-size:20px;color:#5f5f5f}@media(max-width:720px){.ModalContactAdoption .modalContent .petInfo li span{font-size:16px}}.ModalContactAdoption .modalContent .petInfo li p{font-size:20px;font-weight:600;color:#131523}@media(max-width:720px){.ModalContactAdoption .modalContent .petInfo li p{font-size:16px}}.ModalContactAdoption .modalContent .tel{font-size:32px;font-weight:600;color:#000;margin-bottom:32px}@media(max-width:720px){.ModalContactAdoption .modalContent .tel{font-size:24px}}.ModalContactAdoption .modalContent .tel img{margin-right:10px}.ModalContactAdoption .modalContent .contactDetail{text-align:left;margin:0 24px;padding:14px 31px 17px 28px;border-radius:10px;background-color:#f5f6fa}@media(max-width:720px){.ModalContactAdoption .modalContent .contactDetail{margin:0}}.ModalContactAdoption .modalContent .contactDetail li{font-size:14px;line-height:1.71;color:#0058ff}.ModalRegistAdoptionGuide{padding:0 40px}@media(max-width:720px){.ModalRegistAdoptionGuide{padding:0 16px}}.ModalRegistAdoptionGuide .modalHeader h2{font-size:32px!important}@media(max-width:1220px){.ModalRegistAdoptionGuide .modalHeader h2{font-size:24px!important}}@media(max-width:720px){.ModalRegistAdoptionGuide .modalHeader h2{font-size:18px!important}}.ModalRegistAdoptionGuide .modalHeader .modal-closeButton{top:-36px!important;right:-16px!important}@media(max-width:720px){.ModalRegistAdoptionGuide .modalHeader .modal-closeButton{top:-20px!important;right:0!important;width:20px!important;height:20px!important}}.ModalRegistAdoptionGuide .modalBody{width:100%!important;margin-top:24px!important}@media(max-width:720px){.ModalRegistAdoptionGuide .modalBody{padding:0!important}}.ModalRegistAdoptionGuide .registGuideBox{margin:0 0 40px}@media(max-width:720px){.ModalRegistAdoptionGuide .registGuideBox{margin:0 0 24px}}.ModalRegistAdoptionGuide .registGuideBox p{font-size:16px;line-height:1.75;color:#131523}@media(max-width:720px){.ModalRegistAdoptionGuide .registGuideBox p{font-size:14px}.ModalRegistAdoptionGuide .registGuideBox p span{display:none}}.ModalRegistAdoptionGuide .platformBox .partners{margin:0 auto;display:block;width:400px;padding:24px;border-radius:8px;border:1px solid #a7aeff;background-color:#fff;transition:all .3s ease}.ModalRegistAdoptionGuide .platformBox .partners:hover{box-shadow:3px 6px 8px 0 rgba(26,26,188,.2)}@media(max-width:720px){.ModalRegistAdoptionGuide .platformBox .partners{width:290px;padding:16px}}.ModalRegistAdoptionGuide .platformBox .partners p{text-align:left;font-size:18px;color:#3f48af;padding-bottom:8px}@media(max-width:720px){.ModalRegistAdoptionGuide .platformBox .partners p{font-size:15px}}.ModalRegistAdoptionGuide .platformBox .partners strong{font-weight:800;font-size:18px;color:#3f48af}@media(max-width:720px){.ModalRegistAdoptionGuide .platformBox .partners strong{font-size:15px}}.ModalRegistAdoptionGuide .platformBox .partners .partnersTitle{display:flex;justify-content:space-between;align-items:center}.ModalRegistAdoptionGuide .platformBox .partners .partnersTitle h3{font-family:Jalnan;font-size:34px;color:#5d6aff}@media(max-width:720px){.ModalRegistAdoptionGuide .platformBox .partners .partnersTitle h3{font-size:24px}}.ModalRegistAdoptionGuide .platformBox .planimal{display:block;width:400px;margin:12px auto 32px;padding:24px;border-radius:8px;border:1px solid #77d1bc;background-color:#fff;transition:all .3s ease}.ModalRegistAdoptionGuide .platformBox .planimal:hover{box-shadow:3px 6px 8px 0 rgba(21,193,124,.2)}@media(max-width:720px){.ModalRegistAdoptionGuide .platformBox .planimal{width:290px;padding:16px;margin:12px auto 24px}}.ModalRegistAdoptionGuide .platformBox .planimal p{text-align:left;font-size:18px;color:#128066;padding-bottom:8px}@media(max-width:720px){.ModalRegistAdoptionGuide .platformBox .planimal p{font-size:15px}}.ModalRegistAdoptionGuide .platformBox .planimal strong{font-weight:800;font-size:18px;color:#128066}@media(max-width:720px){.ModalRegistAdoptionGuide .platformBox .planimal strong{font-size:15px}}.ModalRegistAdoptionGuide .platformBox .planimal .planimalTitle{display:flex;justify-content:space-between;align-items:center}.ModalRegistAdoptionGuide .platformBox .planimal .planimalTitle h3{font-family:Jalnan;font-size:34px;color:#29af90}@media(max-width:720px){.ModalRegistAdoptionGuide .platformBox .planimal .planimalTitle h3{font-size:24px}}.ModalRegistAdoptionGuide .contactBox{border-top:1px solid #707070;padding-top:16px}.ModalRegistAdoptionGuide .contactBox h2{font-size:20px;font-weight:700;padding-bottom:16px}@media(max-width:720px){.ModalRegistAdoptionGuide .contactBox h2{font-size:16px;padding-bottom:14px}}.ModalRegistAdoptionGuide .contactBox p{padding-bottom:10px;font-size:18px;font-weight:500;line-height:24px}@media(max-width:720px){.ModalRegistAdoptionGuide .contactBox p{font-size:16px;line-height:18px}}.ModalRegistAdoptionGuide .contactBox p img{vertical-align:bottom;margin-right:10px}@media(max-width:720px){.ModalRegistAdoptionGuide .contactBox p img{width:18px;height:18px}}.Footer_footer__X1Jp0{width:100%;padding:50px 0 40px;background:#373737;margin-top:auto}.Footer_footerContainer__jbeuZ{position:relative}.Footer_footerLogoBox__1hJdN{position:absolute;top:0;right:0;display:flex;gap:17px}@media(max-width:1220px){.Footer_footerLogoBox__1hJdN{gap:14px}}@media(max-width:720px){.Footer_footerLogoBox__1hJdN{top:unset;right:unset;bottom:42px;left:50%;transform:translateX(-50%)}}@media(max-width:1220px){.Footer_footerLogoBox__1hJdN img{width:100px;height:27px}}.Footer_footerLine1__7a3pu{display:flex;justify-content:space-between;align-items:center}.Footer_footerLogo__roVDN{width:120px;height:20px}.Footer_footerLogo__roVDN img{width:100%;height:100%}.Footer_footerLink__bLndu{display:flex;color:#fff;font-weight:700}@media(max-width:720px){.Footer_footerLink__bLndu{font-size:14px}}.Footer_footerLink__bLndu li{padding:0 20px;border-right:1px solid #c7c7c7}.Footer_footerLink__bLndu li:last-child{border-right:none;padding-right:0}.Footer_footer__content__detail__MT_sK{margin-top:40px;color:#acacac;font-size:14px}.Footer_footer__content__detail__MT_sK div{margin-bottom:7px}@media(max-width:720px){.Footer_footer__content__detail__MT_sK div{display:flex;flex-direction:column;margin-bottom:0}}.Footer_footer__content__detail__MT_sK div span{line-height:1.43;padding:0 8px;border-right:1px solid #acacac}.Footer_footer__content__detail__MT_sK div span:first-child{padding-left:0}.Footer_footer__content__detail__MT_sK div span:last-child{border-right:none}@media(max-width:720px){.Footer_footer__content__detail__MT_sK div span{border-right:none;padding:0}}.Footer_footer__content__detail__MT_sK .Footer_footerLine5___jD7j{margin-top:13px}@media(max-width:720px){.Footer_footer__content__detail__MT_sK .Footer_footerLine5___jD7j{text-align:center;margin-top:75px}}