html,body{box-sizing:border-box;width:100vw;height:100vh;margin:0;padding:0;font-family:Noto Sans KR,Malgun Gothic,-apple-system,Segoe UI,Roboto,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";-ms-overflow-style:none}#root{width:100%;height:auto;padding:0;margin:0}::-webkit-scrollbar{display:none}.App{display:flex;justify-content:center;padding:0;margin:0;flex-direction:column;background-color:var(--background-color)}.main-content{width:60%;max-width:1200px;margin:0 auto}:root{--background-color: #ffffff;--fff32Background-color: #ffffff;--grayBackground-color: #cacaca;--locationBackground-color:#EFF9F9;--searchbarBackground-color:#eee;--calenderBackground-color:#ffe8ec;--loginBackground-color:#f4f4f4;--loginBtnBackground-color:#FFD8E4;--pinkBackground-color:#fcc1cc;--white32Background-color:#fff;--whiteE8Background-color:#e8e8e8;--noticeBackground-color:#F1F1F1;--HotBackground-color:#E2FFFC;--latestBackground-color:#ffdae0;--guideBackground-color:#FCF5EA;--commentBackground-color:#f9f9f9;--whiteC2Background-color:#c2c2c2;--text-color: #000000;--white23Text-color: #232323;--white34Text-color: #343434;--white44Text-color: #444;--white82Text-color: #828282;--white50Text-color: #504e4e;--white55Text-color: #555555;--grayText-color: #323232;--reviewText-color: #626262;--blackText-color: #fff;--pinkText-color: black;--blackGrayText-color: black;--locationText-color: #00C7AE}[data-theme=dark]{--background-color: #282828;--fff32Background-color: #323232;--grayBackground-color:#585858;--locationBackground-color:#323232;--searchbarBackground-color:#282828;--calenderBackground-color:#323232;--loginBackground-color:#323232;--loginBtnBackground-color:#323232;--pinkBackground-color:#323232;--white32Background-color:#323232;--whiteE8Background-color:#2f2f2f;--noticeBackground-color:#323232;--HotBackground-color:#323232;--latestBackground-color:#323232;--guideBackground-color:#323232;--commentBackground-color:#323232;--whiteC2Background-color:#2f2f2f;--text-color: #ffffff;--white23Text-color: #ffffff;--white34Text-color: #ffffff;--white44Text-color: #ffffff;--white82Text-color: #ffffff;--white50Text-color: #ffffff;--white55Text-color: #ffffff;--grayText-color: #ffffff;--reviewText-color: #ffffff;--blackText-color: #282828;--pinkText-color: #fcc1cc;--blackGrayText-color: #c2c2c2;--locationText-color: #EDEDED}body{background-color:var(--background-color)!important;color:var(--text-color)!important}@media (max-width: 1250px){.main-content{width:100%;height:80%;margin:0 auto;padding:0;overflow:auto}}.header{position:sticky;display:flex;justify-content:center;align-items:center;height:7%;top:0;width:100%;box-sizing:border-box;flex-direction:column;padding:10px 20px;background-color:var(--background-color);border-bottom:1px solid var(--grayBackground-color);z-index:9999}.header .header-container{width:60%;display:flex;align-items:center;justify-content:space-between}.header .logo{display:flex;align-items:center;justify-content:center;width:10%}.header .logo a{display:flex;align-items:center;justify-content:center;text-decoration:none;font-weight:700;font-size:20px;color:#fcc1cc;cursor:pointer}.header .logo a img{width:100%}.moblieSearch{visibility:hidden}.header .nav{display:flex}.header .nav ul{list-style:none;display:flex;margin:0;padding:0}.header .nav ul li{margin:0 15px;font-size:16px;cursor:pointer;color:#333}.header .nav ul li a{color:var(--white55Text-color);text-decoration:none}.header .nav ul li a:hover{color:#fcc1cc}.header .hamburger-menu{display:none;cursor:pointer}.hamburger-menu svg{height:50px;width:50px;padding:10px;box-sizing:border-box}.hamburger-menu svg path{stroke:var(--text-color)}.hamburger-menu svg:hover{background-color:var(--grayBackground-color);border-radius:25px}.header .GoLogin{cursor:pointer}.header .GoLogin:hover{color:#fcc1cc}.header .ToggleMenuListLink a,.header .ToggleMenuListLink a:link,.header .ToggleMenuListLink a:active{cursor:pointer;color:var(--text-color)}.header .ToggleMenuListLink a:hover{cursor:pointer;color:var(--text-color);font-weight:700}.dropdown-menu{position:absolute;top:0;left:0;height:100vh;background-color:var(--background-color);color:var(--text-color);box-sizing:border-box;padding:20px;width:80%;display:flex;flex-direction:column;z-index:10000;border-right:1px solid #cdcdcd}.dropdown-menu ul{list-style:none;padding:0;margin:0}.dropdown-menu ul li{margin:1em 2em;padding:.5em;display:flex;align-items:center;justify-content:left;box-sizing:border-box;width:100%}.dropdown-menu ul li a{text-decoration:none;color:var(--text-color);font-size:1rem}.dropdown-menu ul li a:hover{color:#fcc1cc;font-weight:500}.dropdown-menu .dropdown-menu-close-wrap{display:flex;align-items:center;justify-content:right}.dropdown-menu .dropdown-menu-close-wrap .close-button{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-style:none;background-color:transparent;box-sizing:border-box;padding:0}.dropdown-menu .dropdown-menu-close-wrap .close-button svg{fill:transparent;height:48px;width:48px;box-sizing:border-box;border-radius:24px;border:1px solid transparent}.dropdown-menu .dropdown-menu-close-wrap .close-button:hover svg{background-color:var(--grayBackground-color);fill:#cacaca}.dropdown-menu .dropdown-menu-close-wrap .close-button svg rect{fill:transparent;width:36px;height:36px}.dropdown-menu .dropdown-menu-close-wrap .close-button svg path{stroke:var(--text-color)}.dropdown-menu ul{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;margin:0;padding:0}.HamburgerUserInfoWrap{display:flex;align-items:center;justify-content:center;flex-direction:column;border-bottom:1px solid #cecece;width:100%;margin:0;padding:0}.HamburgerUserInfoLinkWrap{display:flex;align-items:center;justify-content:center;font-size:1rem;transition:all .3s ease;width:100%}.HamburgerUserInfoLinkWrap div{display:flex;align-items:center;justify-content:space-between;width:100%}.HamburgerUserInfoLinkWrap div div:nth-child(1){display:flex;align-items:center;justify-content:left;flex-direction:column;width:80%}.HamburgerUserInfoLinkWrap div div:nth-child(1) h3{display:flex;align-items:center;justify-content:left;width:100%}.HamburgerUserInfoLinkWrap div div:nth-child(1) div{display:flex;align-items:center;justify-content:left;width:100%}.HamburgerUserInfoLinkWrap div div:nth-child(1) div div:nth-child(1){display:flex;align-items:flex-start;justify-content:center;width:20px}.HamburgerUserInfoLinkWrap div div:nth-child(1) div div:nth-child(1) img{display:flex;align-items:center;justify-content:left;width:15px;height:15px;border-radius:7.5px}.HamburgerUserInfoLinkWrap div div:nth-child(1) div div:nth-child(2){display:flex;align-items:center;justify-content:left;width:calc(100% - 20px);font-size:.725rem;color:#828282}.HamburgerUserInfoLinkWrap div:nth-child(2){display:flex;align-items:center;justify-content:center;width:20%}.HamburgerUserInfoLinkWrap div div:nth-child(2) img{width:40px;height:40px;border-radius:20px;box-sizing:border-box}.HamburgerUserInfoButtonWrap{display:flex;align-items:center;justify-content:center;width:100%;gap:1em}.HamburgerUserInfoButtonWrap input[type=button]{width:50%;border:1px solid #f2f2f2;background-color:var(--background-color);padding:.3em 1em;box-sizing:border-box;transition:all .3s ease;border-radius:10px;margin-top:1em;margin-bottom:1em;color:#a1a1a1}.HamburgerUserInfoButtonWrap input[type=button]:hover{color:#fcc1cc;border-color:#fcc1cc}.header .search-bar{display:flex;align-items:center;background-color:#c2c2c2;border-radius:50px;padding:5px 10px;flex:1;max-width:400px;margin:0 20px}.header .search-input{flex:1;border:none;outline:none;background-color:transparent;padding:5px 10px;font-size:14px;color:var(--blackText-color)}.header .search-input::placeholder{color:var(--blackText-color);font-weight:500}.header .search-button{background:none;border:none;cursor:pointer;font-size:16px;color:#333;position:relative}.header .search-button svg{position:absolute;width:20px;height:20px;top:-.5em;right:0}.moblie-search-bar{display:none}.header .user-menu{display:flex;align-items:center;gap:15px;font-size:14px}.header .user-icon{cursor:pointer;display:flex;align-items:center}.header .user-icon img{height:2.5em;width:2.5em}.loginProfileImg{border-radius:1.25em;object-fit:cover}.header .user-icon .ToggleSvg{height:1.5em;width:1.5em}.header .user-icon .ToggleSvg path{stroke:var(--text-color)}.header .chat{cursor:pointer}.toggle-switch{position:relative;display:inline-block;width:160px;height:40px}.toggle-switch input{display:none}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#f0f0f0;border-radius:20px;transition:all .4s ease;display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:700;color:#333;box-shadow:0 2px 4px #0000001a}.toggle-switch{width:5rem;height:1.5rem}.toggle-slider{background-color:#ccc;font-size:.8rem}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;transition:.4s;display:block}input:checked+.toggle-slider{background-color:#2196f3}input:checked+.toggle-slider:before{transform:translate(56px)}.ToggleMenu{position:absolute;top:101%;right:0;z-index:9999;border-radius:.5em;padding:1em;display:flex;flex-direction:column;min-width:150px;background-color:transparent}.ToggleMenu:after{content:"";position:absolute;top:5px;left:9%;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #ffe4ea}.ToggleMenu:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1}.ToggleMenu .ToggleMenuListWrap{display:flex;align-items:center;justify-content:center}.ToggleMenu .ToggleMenuListWrap .ToggleMenuList{display:flex;flex-direction:column;background-color:var(--background-color);border:6px solid #ffe4ea;border-radius:1em;box-sizing:border-box;padding:2rem;width:13rem;height:auto;margin-right:17em;gap:1rem}.ToggleMenu .ToggleMenuList div:nth-child(1){color:var(--grayText-color)}.ToggleMenu .ToggleMenuList .userInfoName{font-size:1rem}.ToggleMenu .ToggleMenuList .userInfoName,.ToggleMenu .ToggleMenuList .ToggleMenuListLink{font-weight:700}.ToggleMenu .ToggleMenuList div:nth-child(2),.ToggleMenu .ToggleMenuList div:nth-child(3){text-decoration:none;width:100%;align-items:center;justify-content:left}.ToggleMenu .ToggleMenuList div:nth-child(2) a,.ToggleMenu .ToggleMenuList div:nth-child(3) a{color:var(--grayText-color);cursor:pointer}.ToggleMenu .ToggleMenuList div:nth-child(2) a:hover,.ToggleMenu .ToggleMenuList div:nth-child(3) a:hover{color:var(--grayText-color);font-weight:700;cursor:pointer;text-decoration:underline}.ToggleMenu .ToggleMenuList .Logout,.ToggleMenu .ToggleMenuList .Logout div,.ToggleMenu .ToggleMenuList .Logout div a{display:flex;align-items:center;justify-content:center;width:100%}.proAccess{display:flex;align-items:center;justify-content:left;width:100%;color:var(--grayText-color)}.proAccess:hover{color:var(--grayText-color);font-weight:700;cursor:pointer;text-decoration:underline}.ToggleMenu .ToggleMenuList .Logout div a{margin-top:.5rem;display:flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box;border-radius:10px;border:3px solid #eee;text-decoration:none;color:#b3b3b3;font-weight:400}.ToggleMenu .ToggleMenuList .Logout div a:hover{box-sizing:border-box;border-radius:10px;border:3px solid red;color:red}.no-scroll{overflow:hidden}@media screen and (max-width: 1250px){.header{width:100%;height:auto;box-sizing:border-box}.header .nav,.header .user-menu{display:none}.header .hamburger-menu{display:flex;align-items:center;justify-content:left}.header .header-container{width:100%;justify-content:left}.header .header-container .hamburger-menu{width:20%}.header .header-container .logo{width:60%;display:flex;align-items:center;justify-content:center}.header .header-container .logo a{font-size:1.2rem}.header .header-container .nav{width:0%}.moblieSearch{display:flex;align-items:center;justify-content:right;width:20%;visibility:visible}.moblieSearchButton{display:flex;align-items:center;justify-content:center;background-color:transparent;border-style:none;width:50px;height:50px;box-sizing:border-box;border-radius:25px;padding:0;margin:0}.moblieSearchButton svg{width:36px;height:36px;box-sizing:border-box;fill:transparent}.moblieSearchButton svg path{fill:var(--text-color);box-sizing:border-box}.moblieSearchButton:hover{background-color:#b2b2b2;border-radius:25px}.header .search-bar{display:none}.ToggleMenu .ToggleMenuListWrap .ToggleMenuList{margin-right:0}.moblie-search-insert{width:100%}.moblie-search-bar{display:flex;align-items:center;justify-content:center;position:relative;width:100%;margin-top:1em;margin-bottom:.5em}.moblie-search-bar .moblie-search-input{width:100%;height:2.5rem;background-color:#c2c2c2;border-radius:50px;padding:.8rem 1.25rem;margin:.5rem 1rem;outline:none;font-size:.925rem;border:1px solid #c2c2c2;box-sizing:border-box;color:#fff}.moblie-search-bar .moblie-search-input::placeholder{color:#fff}.moblie-search-bar .moblie-search-button{position:absolute;display:flex;align-items:center;justify-content:center;top:.7715rem;right:1.25rem;width:2rem;height:2rem;padding:0;margin:0;background-color:transparent;border:none;border-radius:1rem}.moblie-search-bar .moblie-search-button svg{width:20px;height:20px}.moblie-search-bar .moblie-search-button:hover{background-color:#828282}.HamburgerUserInfoWrap div:nth-child(1) h3{font-size:1.2rem}.header .logo a img{width:80%}.toggle-switch{display:none}.toggle-switch-hamburger{position:absolute;display:flex;left:1rem;width:5rem;height:1.5rem}.toggle-slider:before{display:none}.toggle-slider:active{transform:scale(.98)}input:checked+.toggle-slider{background-color:#2196f3;color:#fff}}.footer{width:100%;box-sizing:border-box;display:flex;margin:0 auto;text-align:center;background-color:var(--background-color);justify-content:center;align-items:center;flex-direction:column;color:#b2b2b2;border-top:1px solid #b2b2b2}.footer .ulWrap{width:60%;max-width:1200px;display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between;text-align:center;margin:0;padding:0}.footer .ulWrap ul{list-style:none;color:var(--grayText-color);font-weight:700}.footer .ulWrap li{padding:5px;box-sizing:border-box;font-weight:200}.footer .ulWrap li a{text-decoration:none;color:#828282}.footer .ulWrap li a:hover{cursor:pointer;color:var(--grayText-color)}.footer .ulWrap .info{display:flex;width:80%;font-size:.8rem;text-align:left;color:#b2b2b2;transition:max-height .3s ease,opacity .3s ease}.footer .ulWrap .info.hidden{display:none;max-height:0;opacity:0;overflow:hidden}.footer .ulWrap .info.visible{display:block;max-height:500px;opacity:1}.footer .ulWrap .info-toggle-button{display:none;background-color:transparent;border:none;color:#828282;font-size:.9rem;cursor:pointer;margin-top:10px}.footer .ulWrap .info-toggle-button:hover{color:#383838}@media screen and (max-width: 1250px){.footer{flex-direction:column;align-items:center}.footer .info{box-shadow:none}.footer .ulWrap{flex-direction:column;align-items:center;width:100%;font-size:10pt}.footer .ulWrap .info{display:none}.footer .ulWrap .info.visible{display:block;background-color:transparent}.footer .ulWrap .info-toggle-button{display:block}.footer ul{margin:.5em auto;padding:0;display:flex;align-items:center;justify-content:center;gap:1em}.footer p{font-size:9pt}}.indexPage{width:100%;height:100%}h1{font-size:1.5rem}.indexPage h1,.indexPage h2{font-size:24px;color:var(--text-color);margin-bottom:20px}.indexPage p{color:#666;font-size:14px}.indexPage .container{width:100%;padding:20px;box-sizing:border-box}.indexPage img{max-width:100%;height:auto}.indexPage .flex{display:flex;align-items:center;justify-content:center;gap:20px}.indexPage .grid{display:grid;gap:10px}.indexPage button,.indexPage span{cursor:pointer;transition:background-color .3s}.mainBannerWrap{text-align:center;padding:40px 0;background-color:var(--background-color)}.mainBannerWrap h1{font-size:28px}.searchCategoryWrap{display:flex;flex-direction:column;align-items:center}.searchBarWrap{background-color:var(--searchbarBackground-color);width:70%;height:50px;display:flex;align-items:center;justify-content:flex-start;padding:0 10px;border-radius:10px;border:2px solid #eee;box-sizing:border-box}.searchBarWrap:focus-within{border:2px solid #fcc1cc;background-color:#fff;box-sizing:border-box}.searchBarWrap img{margin-right:10px;width:20px;height:20px}.searchCategoryWrap input{flex:1;padding:10px;height:30px;background-color:var(--searchbarBackground-color);border:none;border-radius:10px;box-sizing:border-box;font-size:16pt;align-items:center;vertical-align:middle}.searchCategoryWrap input:focus{outline:none;background-color:#fff;box-sizing:border-box}.categories{margin-top:20px;display:flex;gap:20px}.categories a:active,.categories a:link,.categories a:hover,.categories a:visited{text-decoration:none;color:var(--text-color)}.category-item{display:flex;flex-direction:column;align-items:center}.categories img{width:50px;height:50px;margin-bottom:10px}.bannerWrap{margin:0 auto;width:85%;height:100px;text-align:center;background-color:#000;border-radius:10px}.reviewsWrap{display:flex;width:100%;flex-direction:column;padding:40px;background-color:var(--background-color)}.reviewsWrap h2{margin-bottom:20px}.review-cards{display:flex;width:100%;gap:20px;color:var(--text-color);height:auto}.review-card{display:flex;flex-direction:column;background-color:var(--background-color);border:1px solid #ddd;padding:20px;border-radius:8px;width:45%;text-align:left;position:relative;overflow:hidden;height:auto;cursor:pointer}.review-card .review-card-header{display:flex;width:100%;align-items:center;justify-content:left;flex-direction:row}.review-card>.review-card-header>div:nth-child(1){display:flex;align-items:center;justify-content:left;margin-right:1rem}.review-card>.review-card-header>div:nth-child(2){display:flex;flex-direction:column}.review-card>.review-card-header img{width:50px;height:50px;border-radius:50%}.review-card strong:nth-of-type(2){color:#7e7c7c;font-weight:400;top:50px}.review-card p:nth-of-type(2){margin-top:10px}.review-card p:nth-of-type(3){margin-top:10px}.mainReviewContentWrap{display:flex;width:100%;flex-direction:column;height:auto}.mainReviewContentWrap p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.5;height:4.5em;white-space:normal;color:var(--reviewText-color)}.mainReviewContentWrap .mainReviewImageWrap{display:grid;width:100%;grid-template-columns:repeat(5,1fr);gap:.4rem;padding-bottom:3rem;height:auto}.mainReviewImageWrap img{width:100%;height:100px;object-fit:cover;border-radius:4px}.clientName{position:absolute;bottom:1rem;left:1rem}.keywordWrap{padding:20px;max-width:1200px;margin:0 auto}.keywordWrap h2{margin-left:1.5%}.keywordWrap .no-data{margin-left:1.5%;color:#7e7c7c;font-size:.9rem}.carousel-track{overflow:hidden;width:100%}.keyword-images{display:flex;transition:transform .5s ease-in-out;gap:20px}.keyword-image{flex:0 0 calc(33.33% - 19px);height:340px;border-radius:10px;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.keyword-image .pro-info{height:100%;display:flex;font-size:1.5em;color:var(--text-color);justify-content:center;align-items:center;opacity:0;border-radius:10px;transition:opacity .3s}.keyword-image .pro-info h3{color:#fff}.keyword-image:hover .pro-info{opacity:1;background-color:#323232b3}.indexPage .modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000000b3;z-index:999;display:flex;justify-content:center;align-items:center}.indexPage .modal{display:flex;align-items:center;justify-content:flex-start;flex-direction:column;background-color:var(--background-color);width:80%;max-width:450px;height:40%;border-radius:12px;box-shadow:0 4px 10px #0000001a;padding:30px 20px;position:relative;animation:modal-show .3s ease-in-out;overflow-y:scroll;border:1px solid #eee}.indexPage .modal-header{display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid #f0f0f0;padding-bottom:12px;margin-bottom:20px}.indexPage .modal-header h2{font-size:1.6rem;color:#333;margin:0}.indexPage .modal-close{position:absolute;top:.5rem;right:.5rem;display:flex;align-items:center;justify-content:right;width:100%;cursor:pointer;background:none;border:none;font-size:1.6rem;color:#888;transition:color .3s ease}.indexPage .modal-close:hover{color:#333}.indexPage .modal-body{font-size:1rem;color:#555;line-height:1.6}.indexPage .modal .service-list{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;margin:0;padding:0}.indexPage .modal .service-list .service-item{display:flex;align-items:center;justify-content:left;width:90%;padding:.8rem .25rem}.indexPage .modal .service-list .service-item:hover{cursor:pointer;color:#fcc1cc;border-bottom:1px solid #fcc1cc}.indexPage .modal-footer{margin-top:20px;display:flex;justify-content:flex-end;gap:12px}.indexPage .modal-footer button{padding:12px 24px;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.indexPage .modal-footer button.primary{background-color:#3498db;color:var(--text-color)}.indexPage .modal-footer button.primary:hover{background-color:#2980b9;transform:scale(1.05)}.indexPage .modal-footer button.secondary{background-color:#ddd;color:#555}.indexPage .modal-footer button.secondary:hover{background-color:#bbb;transform:scale(1.05)}@keyframes modal-show{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.carousel{display:flex;align-items:center;position:relative;overflow:visible;width:100%;padding:0 40px}.carousel-button{border-radius:50%;border:none;height:50px;width:50px;font-size:24px;cursor:pointer;background-color:var(--background-color);color:#333;z-index:10;position:absolute;top:50%;transform:translateY(-50%)}.carousel-button.prev{left:-30px}.carousel-button.next{right:-20px}.carousel-button:hover{border-radius:50%;background-color:#bbb}.carousel-button:disabled{background-color:#ddd;color:#aaa;cursor:not-allowed;box-shadow:none}.locationsWrap{margin:0 auto;text-align:center;background-color:var(--background-color);padding:0 40px 20px}.locationsWrap h2{text-align:left;margin-bottom:10px}.locationsWrap p{text-align:left}.city-listWrap{display:grid;grid-template-columns:repeat(9,1fr);justify-content:start;margin-top:10px;gap:5px}.city-listWrap .city-item{display:flex;justify-content:center;align-items:center;cursor:pointer}.city-listWrap .city-item{width:auto;height:auto;padding:10px;background-color:var(--locationBackground-color);border-radius:20px;font-size:16px;white-space:nowrap;color:var(--locationText-color)}.city-box-container{margin-top:10px;margin-bottom:10px;display:flex;justify-content:center}.city-box{width:100%;height:450px;border-radius:10px;display:flex;justify-content:center;align-items:center}.city-box #map{width:100%;height:400px}#map .custom-marker{display:flex;flex-direction:column;align-items:center;width:60px;position:relative;text-align:center;cursor:pointer}#map .marker-circle{width:40px;height:40px;background-color:var(--background-color);border-radius:50%;overflow:hidden;border:3px solid #fd9bb9;box-shadow:0 2px 5px #0003}#map .marker-image{width:100%;height:100%;object-fit:cover}#map .marker-arrow{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:12px solid #fd9bb9}@media (max-width: 1250px){.main-content{width:100%}.indexPage h1,h2{font-size:20px}.indexPage p{font-size:12px}.indexPage span{font-size:15px}.indexPage .container{padding:10px}.mainBannerWrap{padding:20px 0}.searchCategoryWrap{width:90%;margin:0 auto}.searchBarWrap{width:100%;height:50px}.searchBarWrap input{font-size:12pt}.searchBarWrap img{width:20px;height:20px}.categories{display:grid;width:100%;grid-template-columns:repeat(3,1fr);justify-items:center;gap:10px;font-size:16pt}.category-item{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;padding:10px;box-sizing:border-box}.bannerWrap{width:95%;height:80px}.reviewsWrap{width:90%;margin:0 auto;padding:20px 0}.reviewsWrap h2{font-size:1.5em;margin-bottom:20px}.review-cards{display:flex;flex-direction:column;gap:20px;width:100%}.review-card{width:100%;height:auto;margin-bottom:20px;box-sizing:border-box}.mainReviewContentWrap .mainReviewImageWrap{height:auto;overflow:hidden;padding-bottom:2rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.mainReviewContentWrap .mainReviewImageWrap img{height:auto}.keywordWrap{padding:0 20px 20px}.keywordWrap h2{font-size:1.5em}.keyword-images{display:flex;flex-direction:row;gap:20px;justify-content:start}.keyword-image{height:150px;width:100%}.locationsWrap{padding:0 20px}.locationsWrap h2{font-size:1.5em}.locationsWrap p{font-size:16pt}.city-listWrap{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:1em}.city-listWrap span{font-size:12pt;width:auto;height:auto;padding:5px}.keywordWrap{width:80%}.keywordWrap h2{margin-left:-7%}.keyword-image{flex:0 0 calc(50% - 19.5px)}.carousel{padding:0}.carousel-button.prev{left:-30px}.carousel-button.next{right:-30px}.city-box{height:320px}.city-box #map{height:300px}}@media (max-width: 400px){.indexPage h1{font-size:1rem}}.detailCategoryListPage{display:flex;width:100%;flex-direction:column}.detailCategoryListPage .detailCategoryWrap{width:95%;margin:0 auto}.detail_categoryWrap{display:flex;width:100%;flex-wrap:wrap;justify-content:center;align-items:center;position:sticky;top:53px;z-index:1000;background-color:var(--background-color);padding:10px 0 40px;border-bottom:1px solid rgba(150,150,150,.3);overflow:hidden}.detailCategoryPage{display:flex;margin:0 auto;justify-content:center;align-items:center;width:100%}.detail_categoryWrap hr{margin:20px;opacity:30%;border-width:1px 0 0 0;border-color:#f2f2f2}.detail_categoryWrap{display:flex;align-items:center;justify-content:center}.detailContentWrap{display:flex;align-items:flex-start;padding:20px 0}.detailCategoryListWrap{position:sticky;top:195px;width:25%;margin-right:20px;background-color:var(--background-color);padding:15px;max-height:calc(100vh - 80px);overflow-y:auto}.detailCategoryListWrap ul{list-style:none;padding:0;margin:0}.detailCategoryListWrap li{width:80%;padding:20px;font-size:14pt;color:var(--grayText-color);cursor:pointer;border-radius:15px;transition:background-color .3s}.detailCategoryListWrap li.active{background-color:#f08080;color:#fff;font-weight:700}.detailCategoryListWrap li:hover{border-radius:15px;background-color:#f08080;color:#fff}.detailRightWrap{width:60%;padding:20px 0 200px}.detailRightWrap h3{font-size:18px;margin-bottom:15px;color:#444}.detailSection{width:100%}@media (max-width:1250px){.detail_categoryWrap{flex-direction:column;align-items:flex-start}.detailContentWrap{display:flex;flex-direction:column}.detailCategoryListPage{width:100%;margin:0 auto}.detail_categoryWrap{top:0}.detail_categoryWrap .categories span{font-size:1rem}.category-item{padding:0}.detailCategoryListWrap{top:173px;width:100%;display:flex;flex-direction:row;overflow-x:auto;white-space:nowrap;padding:0;position:sticky;background-color:var(--background-color);z-index:50}.detailCategoryListWrap ul{display:flex;flex-direction:row;padding:0;margin:0;list-style:none;gap:10px;white-space:nowrap}.detailCategoryListWrap li{width:100%;padding:10px;font-size:1.1rem;color:var(--grayText-color);cursor:pointer;border-radius:15px;transition:background-color .3s;text-align:center}.detailCategoryListWrap li.active{background-color:#f08080;color:#000;font-weight:700}}.review-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:9998}.review-modal-overlay .ImageFeat{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;width:100%;margin-top:10px;align-items:center;justify-items:center}.review-modal-overlay .ImageFeat img{width:100%;height:auto;border-radius:5px}.review-modal-content{background-color:var(--background-color);display:flex;flex-direction:column;padding:20px;border-radius:8px;width:40%;position:relative;overflow-y:scroll;height:auto;max-width:90%;max-height:80%;justify-content:center;align-items:center}.review-modal-content article{height:auto;overflow:scroll;width:100%}.review-modal-content section{margin-bottom:15px}.review-modal-content section span{font-size:18px;font-weight:700;line-height:1.5}.review-modal-content section p{display:flex;align-items:center;font-size:16px}.review-modal-content section img{margin-right:8px}.review-modal-content .content{font-size:1rem;line-height:1.6;color:var(--grayText-color);word-wrap:break-word;white-space:normal}.review-modal-content .deleteReviewBtn{background-color:#e74c3c;color:#fff;border:none;padding:8px 12px;border-radius:5px;cursor:pointer;width:100%;margin-top:10px}.review-modal-content .deleteReviewBtn:hover{background-color:#c0392b}.closeModalBtn{position:absolute;top:10px;right:10px;background:none;border:none;font-size:2rem;color:#888;cursor:pointer}.closeModalBtn:hover{color:#333}.imageModalOverlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:9999}.imageModalOverlay .imageModalContent{display:flex;justify-content:center}.imageModalContent{display:flex;width:100%}.imageModalContent img{height:100%;min-width:50%;max-width:1400px;max-height:800px;border-radius:8px;box-shadow:0 4px 8px #0000004d;cursor:pointer}.review-modal-content .writer_date{display:flex;width:100%;flex-direction:row;justify-content:space-between}@media (max-width: 1250px){.review-modal-content{width:90%;padding:15px}.imageModalContent img{width:90%;height:90%}.review-modal-overlay .ImageFeat{grid-template-columns:repeat(1,1fr)}.review-modal-overlay .ImageFeat img{width:100%}.review-modal-content section span{font-size:16px}.review-modal-content section p{font-size:14px}.review-modal-content .content{font-size:14px}}@media (max-width: 480px){.review-modal-content{width:95%;padding:10px}.review-modal-overlay .ImageFeat{grid-template-columns:repeat(1,1fr)}.review-modal-content section span{font-size:14px}.review-modal-content section p{font-size:12px}.review-modal-content .content{font-size:12px}}.searchPage{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:center}.searchPageHeader{margin-top:5%}.searchPageWrap{display:flex;width:100%;flex-direction:column;margin:0 auto}.searchProListHeader h2,.articleListHeader h2{font-size:1.3rem}.articleListHeader{margin-top:5rem}.searchListWrap{display:flex;align-items:center;justify-content:center;flex-direction:column;box-sizing:border-box;width:100%;margin:10px 0}.searchListAWrap{display:flex;justify-content:space-between;align-items:center;flex-direction:row;box-sizing:border-box;width:100%;border:1px solid #ddd;border-radius:5px;padding:10px}.searchListLink{display:flex;align-items:center;justify-content:center;width:calc(100% - 9rem)}.searchListLink:visited,.searchListLink:hover,.searchListLink:link,.searchListLink:active{text-decoration:none;color:var(--text-color)}.searchListContentWrap{display:flex;flex-direction:column;justify-content:center;width:100%}.searchListProfileWrap{display:flex;align-items:center;justify-content:center;width:8rem;height:8rem}.searchListProfileWrap .user-profile-picture{width:100%;height:100%}.searchListProfileWrap .user-profile-picture img{width:100%;height:100%;object-fit:cover;border-radius:10px}.searchListTitleWrap{font-weight:700}.searchListTitleWrap h3{text-overflow:ellipsis;white-space:nowrap;margin-bottom:10px;word-break:break-all;overflow:hidden}.searchListProInfoWrap{display:flex;align-items:center;justify-content:left;width:100%}.searchListProInfoWrap span{font-size:.825rem;color:var(--reviewText-color);font-weight:700}.searchListIntro{white-space:pre-wrap;font-size:.9rem;color:#898888;margin-bottom:.2rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:flex;align-items:center;justify-content:left;width:100%}.searchBtnWrap button{display:flex;align-items:center;justify-content:center;color:#b1b1b1;width:100%;border:none;border-bottom:1px solid #d2d2d2;background-color:var(--background-color);font-size:1.1rem;padding:0 0 .5rem;margin-bottom:1rem;cursor:pointer}.articleSearchBtnWrap button{display:flex;align-items:center;justify-content:center;color:#b1b1b1;width:100%;border:none;border-bottom:1px solid #d2d2d2;background-color:var(--background-color);font-size:1.1rem;padding:0 0 .5rem;margin-bottom:1rem;margin-top:1rem;cursor:pointer}.searchBtnWrap button img,.articleSearchBtnWrap button img{width:2.3%;height:auto}.searchListDetailWrap{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;overflow:hidden;opacity:0;height:0;transition:opacity .3s ease,height .3s ease}.searchListDetailWrap.active{opacity:1;height:auto}.searchListDetailWrap .servicePage{display:flex;align-items:center;justify-content:center;width:100%}.searchListDetailWrap .servicePage .serviceWrap{display:flex;align-items:flex-start;justify-content:center;width:100%;flex-direction:column;box-sizing:border-box;padding:1rem;border:1px solid #e2e2e2}.searchListDetailWrap .servicePage .serviceWrap .serviceSubject{display:flex;align-items:center;justify-content:left;width:100%;font-size:.865rem;color:var(--grayText-color);box-sizing:border-box;padding:.25rem}.searchListDetailWrap .servicePage .serviceWrap .serviceStar{display:flex;align-items:center;justify-content:left;width:100%;font-size:.785rem;color:var(--grayText-color);box-sizing:border-box;padding:.25rem}.searchArticleListWrap{margin-top:20px;margin-bottom:10px;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;width:100%;border-bottom:1px solid #dedede}.searchArticleListWrap .searchArticleItemWrap{width:100%;display:flex;justify-content:space-between}.searchArticleTitleContentWrap{display:flex;flex-direction:column;width:80%}.searchArticleImageWrap{display:flex;justify-content:right;align-items:center;width:20%}.searchArticleImageWrap img{width:100px;height:100px;border-radius:10px}.searchArticleListWrap .searchArticleTitleWrap{display:flex;align-items:center;justify-content:space-between;width:100%}.searchArticleListWrap .searchArticleTitleWrap div:nth-child(1){width:95%;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box;word-break:break-word}.searchArticleListWrap .searchArticleTitleWrap div:nth-child(2){display:flex;align-items:center;justify-content:center;width:10%}.searchArticleListWrap .searchArticleTitleWrap div:nth-child(2) img{width:20px;height:20px}.searchArticleListWrap .searchArticleContentWrap{display:flex;align-items:center;justify-content:left;width:90%}.searchArticleListWrap .searchArticleContentWrap div{width:95%;color:#828282;vertical-align:text-top;margin-top:1em;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box;word-break:break-word}.searchArticleListWrap .searchArticleAreaWrap{display:flex;justify-content:left;width:100%;text-align:left;color:#b2b2b2}.searchArticleListWrap .imageWrap{display:flex;align-items:center;justify-content:left;width:100%;margin-left:0}.searchArticleListWrap .searchArticleReactWrap{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:10px;margin-bottom:1rem}.searchArticleListWrap .imageWrap div{display:flex;align-items:center;margin-right:10px;gap:.3em}.searchArticleListWrap .imageWrap div span{display:flex;align-items:center;justify-content:left;color:#b2b2b2;width:5em}.searchArticleListWrap .imageWrap div svg{width:15px;height:15px}.searchArticleListWrap .searchArticleAreaWrap{margin-bottom:5px;text-align:left}.searchArticleListWrap .searchArticleDateWrap{display:flex;width:30%;justify-content:right;margin-right:.5em;color:#b2b2b2;font-size:11pt}@media screen and (max-width: 1250px){.searchPageWrap{width:90%}.searchArticleListWrap .imageWrap div span{width:2em}}.loading-container{display:flex;justify-content:center;align-items:center;margin-bottom:1rem}.loading-box{display:flex;justify-content:center;align-items:center;background-color:#fff;padding:10px;border-radius:8px;box-shadow:0 4px 8px #0003}.spinner{width:3rem;height:auto;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Notice_eventPage{display:flex;flex-direction:column;justify-content:center;box-sizing:border-box;width:100%;overflow-y:auto}.noticePageWrap{box-sizing:border-box;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:row;width:100%;height:80vh;overflow-y:scroll;padding-top:5%;padding:1rem;gap:20px}.Notice_eventPage .title{width:100%;padding:0 1rem}.noticeLifeWrap{display:flex;align-items:center;flex-direction:column;width:20%}.noticeEventListWrap{display:flex;flex-direction:row;width:80%;gap:1rem;justify-content:space-between}.Notice_eventPage>h1{margin-top:4rem}.Notice_eventPage .noticeEventMenu{list-style:none;padding:0;margin:0;width:25%;border-radius:5px}.Notice_eventPage .noticeEventMenu li{display:flex;align-items:center;height:50px;padding:10px;cursor:pointer;border-radius:10px}.Notice_eventPage .noticeEventMenu li a{color:#000}.Notice_eventPage .noticeEventMenu li:hover,.Notice_eventPage .noticeEventMenu li:hover a{background-color:#fcc1cc;color:#fff}.noticeListWrap,.eventListWrap{display:flex;flex:1;background-color:var(--background-color);width:45%;height:45rem;padding:15px;box-sizing:border-box;border:1px solid #ddd;border-radius:5px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem}.noticePage,.eventPage,.noticeList,.eventList{display:flex;box-sizing:border-box;flex-direction:column;width:100%}.eventItemWrap,.noticeItemWrap{font-size:1.4rem;display:flex;align-items:center;flex:1;background-color:var(--white32Background-color);width:100%;padding:10px;border:1px solid #ddd;box-sizing:border-box;border-radius:5px;box-shadow:0 2px 4px #0000001a;margin-bottom:10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.eventItemWrap p,.noticeItemWrap p{flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:0}.eventList a:link,.noticeList a:link,.eventList a:hover,.noticeList a:hover,.eventList a:active,.noticeList a:active,.eventList a:visited,.noticeList a:visited{text-decoration:none;color:#000}.noticeList p,.eventList p{width:100%;margin:0}.noticeViewPage{display:flex;align-items:center;justify-content:center;width:100%;overflow-y:auto}.noticeView{padding-top:5%;height:80vh;box-sizing:border-box;overflow-y:scroll}.noticeView .subject{font-size:1.8rem;font-weight:700}.noticeView h2{color:var(--text-color);margin:0;margin-top:2rem}.noticeView .content{margin-top:1.3rem;width:100%;min-height:20rem;overflow:hidden;word-wrap:break-word}.noticeView .post-image-wrapper{margin-top:1rem;margin-bottom:1rem}@media (max-width: 1250px){.noticePageWrap{flex-direction:column;gap:2rem}.noticeView .subject{font-size:1.5rem;font-weight:700}.noticeLifeWrap{width:100%}.noticeEventListWrap{width:100%;flex-direction:column}.noticeListWrap,.eventListWrap{width:100%}.noticeLifeWrap .life-topic-layout{display:flex;align-items:center;justify-content:center;width:100%}.noticeView{width:90%;margin:0 auto}.noticeLifeWrap .life-topic-layout section{display:flex;align-items:center;justify-content:center;width:100%}.noticeLifeWrap .life-topic-layout section ul{display:grid;grid-template-columns:repeat(3,2fr);width:100%;padding:0;margin:1em 0 0;gap:1em}.noticeLifeWrap .life-topic-layout section ul li{display:flex;align-items:center;justify-content:center;width:100%;padding:0}.noticeLifeWrap .life-topic-layout section ul li a{display:flex;align-items:center;justify-content:center;box-sizing:border-box;background-color:var(--loginBackground-color);width:100%;font-size:10pt;padding:.4em 0;border-radius:10px;margin:0 auto}.noticeLifeWrap .life-topic-layout section ul li:hover{background-color:transparent;color:#323232}.noticeLifeWrap .life-topic-layout section ul li a:hover{background-color:#fcc1cc}.noticeLifeWrap .life-topic-layout section ul li:hover a{color:#323232}.noticeView .content{margin-top:1.3rem;width:100%;min-height:15rem;overflow:hidden;word-wrap:break-word}}.SearchPwdPage{display:flex;align-items:center;justify-content:center;width:100%;height:100vh}.SearchPwdPage #searchPwd_container{display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;width:100%;height:100%;margin:0 auto;padding:20px;z-index:9999}.SearchPwdPage #searchPwd_container .modal-overlay{display:flex;align-items:center;justify-content:center}.SearchPwdPage #searchPwd_container .modal-overlay .modal-content{display:flex;align-items:center;justify-content:center;width:100%}.SearchPwdPage #searchPwd_container .modal-overlay .modal-content .searchPwdbox{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box;border:2px solid #F4F4F4;background-color:#f4f4f4;width:100%;border-radius:15px;padding-top:1em;padding-bottom:1.5em}.SearchPwdPage #searchPwd_container .modal-overlay .modal-content .searchPwdbox .searchPwd-align{display:flex;justify-content:center;align-items:center;box-sizing:border-box;flex-direction:column;width:80%;margin-bottom:10px;margin-top:-5px}.SearchPwdPage #searchPwd_container .modal-overlay .modal-content .searchPwdbox .searchPwd-align .email_label{display:flex;align-items:center;justify-content:left;box-sizing:border-box;width:100%;font-size:1rem}.SearchPwdPage #searchPwd_container .modal-overlay .modal-content .searchPwdbox h1{display:flex;align-items:center;justify-content:center;width:100%;margin-top:25px;margin-bottom:25px}.SearchPwdPage #searchPwd_container .modal-overlay .modal-content .searchPwdbox .box{display:flex;align-items:center;justify-content:center;width:100%}.SearchPwdPage #searchPwd_container .modal-overlay .modal-content .searchPwdbox .box .checkemailbox{display:flex;align-items:center;justify-content:center;box-sizing:border-box;border-radius:10px;border-style:none;padding:12px;font-size:16px;width:80%;border:2px solid #ffffff}.SearchPwdPage #searchPwd_container .modal-overlay .modal-content .searchPwdbox .searchPwd-align .search-warn{display:flex;align-items:center;justify-content:left;width:100%;color:#737373;font-size:11px;text-decoration:none;cursor:default;margin-bottom:0;line-height:0;margin-top:1.3em}.SearchPwdPage #searchPwd_container .modal-overlay .modal-content .searchPwdbox .emailsendBtn{display:flex;align-items:center;justify-content:center;gap:.5em;box-sizing:border-box;padding:10px 20px;font-size:16px;border-radius:10px;color:#fff;width:80%;cursor:pointer;font-weight:700;border:1px solid #FFD8E4;background-color:#ffd8e4;margin-top:-10px}.SearchPwdPage .emailsendBtn:hover{background-color:#fff;color:#fd9bb9}.searchPwdbox input[type=email]:focus,.searchPwdbox input[type=email]:active,.searchPwdbox input[type=email]:not(:placeholder-shown){outline:2px solid #fcc1cc}.SearchPwdPage .searchPwd-modal-close{position:absolute;top:30px;right:30px;background:#ffd8e4;border:none;font-size:18px;border-radius:5px;color:#fff;cursor:pointer}.SearchPwdPage .searchPwd-modal-close:hover{background-color:#fff;color:#fd9bb9}@media screen and (max-width: 1250px){.SearchPwdPage,.SearchPwdPage #searchPwd_container,.SearchPwdPage #searchPwd_container .modal-overlay,.SearchPwdPage #searchPwd_container .modal-overlay .modal-content{width:100%}.SearchPwdPage #searchPwd_container .modal-overlay .modal-content .searchPwdbox{width:100%;background-color:#fff}.SearchPwdPage #searchPwd_container .modal-overlay .modal-content .searchPwdbox .searchPwd-align .email_label{display:flex;align-items:center;justify-content:center;font-size:.8rem}.SearchPwdPage #searchPwd_container .modal-overlay .modal-content .searchPwdbox .box{margin-bottom:1.2em}.SearchPwdPage #searchPwd_container .modal-overlay .modal-content .searchPwdbox .box .checkemailbox{display:flex;align-items:center;justify-content:center;outline:none;border:none;border-bottom:2px solid #fcc1cc;border-radius:0}.SearchPwdPage #searchPwd_container .modal-overlay .modal-content .searchPwdbox .emailsendBtn{margin-top:0}.SearchPwdPage #searchPwd_container .modal-overlay .modal-content .searchPwdbox .searchPwd-align .search-warn:nth-child(2){line-height:1rem}}.SearchEmailPage{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.SearchEmailPage #searchEmail_container{display:flex;align-items:center;justify-content:center;flex-direction:column;box-sizing:border-box;width:100%;margin:0 auto;padding:20px}.SearchEmailPage #searchEmail_container .modal-overlay .modal-content{display:flex;justify-content:center;align-items:center;width:100%}.SearchEmailPage .searchEmail-align{width:80%;align-items:center;margin-bottom:10px}.SearchEmailPage .searchEmailbox h1{font-size:30px;margin-top:25px;margin-bottom:25px}.SearchEmailPage #searchEmail_container .modal-overlay .modal-content .searchEmailwrite{display:flex;align-items:center;justify-content:center;width:80%}.SearchEmailPage .phone_label{font-size:15px;font-weight:700}.SearchEmailPage .searchEmailbox{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;box-sizing:border-box;width:100%;height:100%;border:2px solid #F4F4F4;border-radius:15px;background-color:#f4f4f4;padding-top:1em;padding-bottom:1em}.SearchEmailPage .phonecheckbox{display:flex;align-items:center;justify-content:center;border-radius:10px;border-style:none;padding:12px 80px 12px 12px;font-size:16px;width:100%;border:2px solid #ffffff;box-sizing:border-box;margin-bottom:20px}.SearchEmailPage .checknumBtn{display:flex;align-items:center;justify-content:center;box-sizing:border-box;font-size:13px;border-radius:12px;color:#fff;width:60px;height:33px;cursor:pointer;font-weight:700;border:1px solid #FFD8E4;background-color:#ffd8e4;position:absolute;right:5px;top:50%;transform:translateY(-80%);padding:10px 15px}.SearchEmailPage .box{display:flex;align-items:center;justify-content:center;width:80%}.SearchEmailPage .completeBtn{display:flex;align-items:center;justify-content:center;box-sizing:border-box;gap:.5em;padding:10px 20px;font-size:16px;border-radius:10px;color:#fff;width:100%;cursor:pointer;font-weight:700;border:1px solid #FFD8E4;background-color:#ffd8e4;margin-top:-20px}.SearchEmailPage .completeBtn:hover,.SearchEmailPage .checknumBtn:hover{background-color:#fff;color:#fd9bb9}.SearchEmailPage .searchEmailwrite{position:relative}.SearchEmailPage #searchEmail_container .modal-overlay .modal-content .searchEmailDiv{display:flex;align-items:center;justify-content:center;width:80%}.SearchEmailPage .input-container{display:flex;position:relative;align-items:center;justify-content:center}.phonecheckbox{box-sizing:border-box;border:2px solid #ffffff;outline:none}.phonecheckbox:focus,.phonecheckbox:active,.phonecheckbox:not(:placeholder-shown){border-color:#fcc1cc;box-sizing:border-box}.SearchEmailPage .searchEamil-modal-close{position:absolute;top:30px;right:30px;background:#ffd8e4;border:none;font-size:18px;border-radius:5px;color:#fff;cursor:pointer}.SearchEmailPage .searchEamil-modal-close:hover{background-color:#fff;color:#fd9bb9}.closeBtn{float:right}@media screen and (max-width: 1250px){.SearchEmailPage,.SearchEmailPage #searchEmail_container{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:100%;height:100%}.SearchEmailPage #searchEmail_container .modal-overlay,.SearchEmailPage #searchEmail_container .modal-overlay .modal-content{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:100%}.SearchEmailPage #searchEmail_container .modal-overlay .modal-content .searchEmailbox{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:100%;background-color:#fff}.SearchEmailPage #searchEmail_container .modal-overlay .modal-content .searchEmailbox .searchEmailwrite .phonecheckbox::placeholder{font-size:.8rem}.SearchEmailPage #searchEmail_container .modal-overlay .modal-content .searchEmailbox .searchEmailwrite .checknumBtn{display:flex;align-items:center;justify-content:right;box-sizing:border-box;background-color:transparent;border:none;color:#fcc1cc;margin:0;width:5em;height:40px;border-radius:0}.SearchEmailPage #searchEmail_container .modal-overlay .modal-content .box{display:flex;align-items:center;justify-content:center;width:80%}.SearchEmailPage #searchEmail_container .modal-overlay .modal-content .searchEmailbox .searchEmailwrite .checknumBtn:hover,.SearchEmailPage #searchEmail_container .modal-overlay .modal-content .searchEmailbox .searchEmailwrite .checknumBtn:active{color:#f08080;font-weight:700}}.LoginPage{display:flex;align-items:center;justify-content:center;position:relative;box-sizing:border-box;width:100%;overflow-y:auto;z-index:1}#login_container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:80vh;overflow-y:scroll;margin:0 auto;padding:20px;box-sizing:border-box}.ModalWrap{display:none}.ModalWrap.show{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#00000080;z-index:9999}.LoginPage .login-align{width:320px;align-items:center}.LoginPage .loginbox{display:flex;flex-direction:column;align-items:center;border:2px solid #f4f4f4;width:400px;border-radius:25px;background-color:var(--loginBackground-color);box-sizing:border-box;padding-top:1em;padding-bottom:1.5em}.LoginPage .emailbox,.LoginPage .pwdbox{border-radius:10px;border-style:none;padding:12px;font-size:16px;width:320px;border:2px solid #ffffff;background-color:var(--background-color);color:var(--text-color);box-sizing:border-box}.LoginPage .emailbox:focus,.LoginPage .pwdbox:focus{outline:#fcc1cc;border:2px solid #fcc1cc;box-sizing:border-box}.LoginPage .emailLoginBtn,.LoginPage .kakaoLoginBtn,.LoginPage .naverLoginBtn,.LoginPage .googleLoginBtn{display:flex;align-items:center;justify-content:center;gap:.5em;box-sizing:border-box;padding:10px 20px;font-size:16px;border-radius:10px;color:#fff;width:320px;cursor:pointer;font-weight:700}.LoginPage .emailLoginBtn{border:1px solid #ffd8e4;background-color:#ffd8e4}.LoginPage .emailLoginBtn:hover{background-color:#fff;color:#fd9bb9}.LoginPage .kakaoLoginBtn{border:1px solid #fee500;background-color:#fee500;color:#fff}.LoginPage .kakaoLoginBtn:hover{background-color:#fff;border-color:#fee500;color:#401717}.LoginPage .kakaoLoginBtn:hover .kakaoImg{content:url(/image/kakao_wine.svg)}.LoginPage .naverLoginBtn{border:1px solid #03c75a;background-color:#03c75a}.LoginPage .naverLoginBtn:hover{background-color:#fff;border-color:#03c75a;color:#03c75a}.LoginPage .naverLoginBtn:hover .naverImg{content:url(/image/naver_green.svg)}.LoginPage .googleLoginBtn{border:1px solid #2e9dff;background-color:#2e9dff}.LoginPage .googleLoginBtn:hover{background-color:#fff;border-color:#2e9dff;color:#2e9dff}.LoginPage .googleLoginBtn:hover .googleImg{content:url(/image/google_blue.svg)}.LoginPage .find{display:inline-block}.LoginPage .find a{border:none;text-decoration:none;color:#737373;font-size:1rem;font-weight:700;background-color:transparent}.LoginPage .find a{border:none;text-decoration:none;color:#737373;font-size:11px}.LoginPage .find a:hover{color:#f08080}.LoginPage .LoginPage input[type=password],.LoginPage .LoginPage input[type=email]{margin-top:5px}.LoginPage .box{display:flex;align-items:center;justify-content:center;width:100%;margin-top:1em;margin-bottom:1em}.LoginPage .errorBox{display:flex;width:100%;align-items:center;justify-content:center}.LoginPage .errorBox .error{text-align:left;font-size:.725rem;width:80%;color:red}@media screen and (min-width: 1250px){.LoginPage #login_container .loginbox{box-shadow:10px 10px 20px #00000026,-5px -5px 15px #ffffffb3}}@media screen and (max-width: 1250px){.LoginPage #login_container h1{text-align:center;width:100%;color:#525252;font-size:1.2rem;margin-bottom:1.2em}.LoginPage #login_container .loginbox{display:flex;align-items:center;justify-content:center;flex-direction:column;width:90%;height:100%;background-color:var(--background-color);border:none;border-top:2px solid #f2f2f2;border-radius:0;padding-top:2em;box-sizing:border-box}.LoginPage #login_container .loginbox .login-align,.LoginPage #login_container .loginbox .box,.LoginPage #login_container .loginbox .login-function{display:flex;box-sizing:border-box;align-items:center;width:100%;height:100%}.LoginPage #login_container .loginbox .login-function{justify-content:center}.LoginPage #login_container .loginbox .snsWrap{display:flex;align-items:center;justify-content:center;width:100%}.LoginPage #login_container .loginbox .snsWrap button,.LoginPage #login_container .loginbox .box button,.LoginPage #login_container .loginbox .box{width:100%}.LoginPage #login_container .loginbox input[type=text],.LoginPage #login_container .loginbox input[type=password],.LoginPage #login_container .loginbox input[type=email]{width:100%;border:none;outline:none;border-radius:0;border-bottom:1px solid #fcc1cc;height:2.5em;box-sizing:border-box;color:#626262}.LoginPage #login_container .loginbox input[type=text]:focus,.LoginPage #login_container .loginbox input[type=text]:not(:placeholder-shown),.LoginPage #login_container .loginbox input[type=password]:focus,.LoginPage #login_container .loginbox input[type=password]:not(:placeholder-shown),.LoginPage #login_container .loginbox input[type=email]:focus,.LoginPage #login_container .loginbox input[type=email]:not(:placeholder-shown){border-bottom:2px solid lightcoral;box-sizing:border-box}.LoginPage .errorBox .error{width:100%}}.JoinPage{width:100%;padding:0;margin:0;box-sizing:border-box}.JoinPage #join_container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;margin:0 auto;padding:20px;box-sizing:border-box}.JoinPage .joinbox{display:flex;flex-direction:column;align-items:center;border:2px solid #F4F4F4;width:60%;border-radius:25px;background-color:var(--loginBackground-color);box-sizing:border-box;padding:2rem}.JoinPage #warn{color:#737373;font-size:11px;text-decoration:none;cursor:default}.JoinPage input[type=password],.JoinPage input[type=text]{margin-top:5px}.JoinPage .join-align{display:flex;justify-content:center;flex-direction:column;width:100%;margin-top:1em;margin-bottom:1em}.joinbox .namebox,.joinbox .pwdbox,.joinbox .emailbox,.joinbox .repwdbox,.joinbox .phonebox,.joinbox .addrbox,.joinbox .detailaddrbox{border-radius:10px;border-style:none;padding:12px;font-size:16px;width:100%;background-color:var(--background-color);color:var(--text-color);box-sizing:border-box}.joinbox input[type=text]:focus,.joinbox input[type=password]:focus,.joinbox input[type=email]:focus,.joinbox input[type=text]:active,.joinbox input[type=password]:active,.joinbox input[type=email]:active,.joinbox input[type=text]:not(:placeholder-shown),.joinbox input[type=password]:not(:placeholder-shown),.joinbox input[type=email]:not(:placeholder-shown){outline:2px solid #fcc1cc}.JoinPage .checknumbox,.JoinPage .zip-box{display:flex;align-items:center;justify-content:center;flex-direction:row;width:100%;margin-bottom:.8rem}.JoinPage .checknumbox,.JoinPage .zipcodebox{border-radius:10px;border-style:none;padding:12px;font-size:16px;width:80%;box-sizing:border-box;background-color:var(--background-color);color:var(--text-color);margin-right:5px}.JoinPage .checknumBtn,.JoinPage .checkBtn,.JoinPage .zipcheckBtn,.JoinPage .joinBtn{display:flex;align-items:center;justify-content:center;gap:.5em;padding:10px 0;font-size:10pt;border-radius:10px;color:#fff;width:100%;cursor:pointer;border:1px solid #FFD8E4;background-color:var(--loginBtnBackground-color);margin-top:5px;font-weight:700;text-align:center;box-sizing:border-box}.JoinPage .checknumBtn,.JoinPage .zipcheckBtn{width:20%;height:45px;box-sizing:border-box;font-size:.8rem}.JoinPage .join-align-inside{margin-top:1em}.JoinPage .dalin a{text-decoration:none;color:#737373;font-size:11px}.JoinPage .dalin a:hover{color:#f08080}.JoinPage .radio{display:flex;align-items:center;justify-content:center;gap:.5em;box-sizing:border-box;padding:10px 20px;border-radius:10px;color:#fd9bb9;width:50%;cursor:pointer;border:1px solid #FFD8E4;background-color:#fff;margin-top:5px;font-size:16px;font-weight:700}.JoinPage .checknumBtn:hover,.JoinPage .checkBtn:hover,.JoinPage .zipcheckBtn:hover,.JoinPage .joinBtn:hover,.JoinPage .radio:hover{background-color:var(--white32Background-color);color:#fd9bb9}.JoinPage .select{display:flex;gap:10px;align-items:center}.JoinPage .select input[type=radio]{display:none}.JoinPage .select input[type=radio]+label{display:flex;align-items:center;justify-content:center;gap:.5em;cursor:pointer;width:100%;border-radius:10px;line-height:24px;text-align:center;box-sizing:border-box;padding:10px 20px;border:1px solid #FFD8E4;margin-top:5px;font-size:16px;font-weight:700}.JoinPage .select input[type=radio]+label{color:#fd9bb9;background-color:var(--background-color)}.JoinPage .select input[type=radio]:checked+label{background-color:#ffd8e4;color:var(--blackText-color)}.JoinPage .dalin{margin-top:1em}.JoinPage .errorWrap{width:100%;display:flex;align-items:center;justify-content:center}.JoinPage .errorWrap .error{font-size:.725rem;width:100%;color:red}.errorWrap .success{font-size:.725rem;width:100%;color:green}.errorWrap .success{color:green}@media screen and (max-width: 1250px){.JoinPage{display:flex;justify-content:center;align-items:center;box-sizing:border-box;height:auto;width:100%}.JoinPage #join_container{display:flex;align-items:center;justify-content:center;width:100%}.JoinPage #join_container h1{display:flex;align-items:center;justify-content:center;width:100%;background-color:var(--white55Background-color);font-size:1rem;margin-bottom:1.2em}.JoinPage #join_container .joinbox{display:flex;align-items:center;justify-content:center;background-color:var(--background-color);border:none;border-top:2px solid #f2f2f2;border-radius:0;padding:1em 0 0;width:100%}.JoinPage #join_container .joinbox .zip-box,.JoinPage #join_container .joinbox .zip-box .join-align{display:flex;align-items:center;justify-content:center;width:100%}.JoinPage #join_container .joinbox input[type=text],.JoinPage #join_container .joinbox input[type=password],.JoinPage #join_container .joinbox input[type=email]{border:none;outline:none;border-radius:0;border-bottom:1px solid #fcc1cc;height:2.5em;box-sizing:border-box;color:#626262}.JoinPage #join_container .joinbox input[type=text]:focus,.JoinPage #join_container .joinbox input[type=text]:not(:placeholder-shown),.JoinPage #join_container .joinbox input[type=password]:focus,.JoinPage #join_container .joinbox input[type=password]:not(:placeholder-shown),.JoinPage #join_container .joinbox input[type=email]:focus,.JoinPage #join_container .joinbox input[type=email]:not(:placeholder-shown){border-bottom:2px solid lightcoral;box-sizing:border-box}.JoinPage .errorWrap,.JoinPage .errorWrap .error{width:100%}}.SuccessPage{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-height:80vh;overflow:auto}.SuccessPage .SuccessWrap{position:absolute;top:15%;bottom:15%;display:flex;align-items:center;justify-content:center;flex-direction:column;box-sizing:border-box;background-color:var(--loginBackground-color);border:1px solid #d9d9d9;box-shadow:5px 5px 10px #0003,-5px -5px 10px #fffc;border-radius:10px;width:40rem;height:auto;padding:5rem;gap:4rem}.SuccessPage .SuccessWrap .logoWrap{display:flex;align-items:center;justify-content:center;width:100%}.SuccessPage .SuccessWrap .logoWrap img{width:10rem}.SuccessPage .SuccessWrap span{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:100%;height:1.1rem;font-size:1.1rem}.SuccessPage .SuccessWrap .buttonWrap{display:flex;align-items:center;justify-content:center;width:100%;gap:1rem;margin-bottom:60px}.SuccessPage .SuccessWrap .buttonWrap input[type=button]{display:flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:10px;outline:none;background-color:#fcc1cc;box-sizing:border-box;padding:.3rem 3rem;width:30%;color:#fff;font-size:1rem;font-weight:700}.SuccessPage .SuccessWrap .buttonWrap input[type=button]:hover{background-color:#fff;color:#fcc1cc;border:1px solid #fcc1cc}.SuccessPage h3{margin-bottom:-50px}@media screen and (max-width: 1250px){.SuccessPage{width:100%;height:80vh;background-color:#f2f2f2}.SuccessPage .SuccessWrap{top:0;bottom:0;width:100%;height:100%;overflow:auto}.SuccessPage .SuccessWrap{padding:0;box-shadow:none;border-radius:0}.SuccessPage .SuccessWrap .buttonWrap input[type=button]{padding:.4rem .2rem}}@media screen and (max-height: 700px){.SuccessPage{overflow:auto}.SuccessPage .SuccessWrap{top:0;bottom:0;box-shadow:none}}.ProJoinSubPage{margin-top:6%;margin-bottom:6%;width:100%;display:flex;align-items:center;justify-content:center}.ProJoinSubPage #ProJoinSub_container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:500px;margin:0 auto;padding:20px}.ProJoinSubPage .ProJoinSub_box{display:flex;flex-direction:column;align-items:center;border:2px solid #F4F4F4;width:650px;border-radius:25px;background-color:var(--loginBackground-color);box-sizing:border-box;padding-bottom:2em;box-shadow:0 1rem 2rem #0000004d}.ProJoinSubPage .detail-item{display:flex;align-items:center;justify-content:left;gap:10px;width:400px;background-color:var(--background-color);border-radius:10px;box-sizing:border-box;padding:1rem;margin:11px;font-weight:700;box-shadow:0 1rem 2rem #00000026}.ProJoinSubPage .detail-item:hover{background-color:#fcc1cc}.ProJoinSubPage .prevBtn,.ProJoinSubPage .nextBtn{margin-top:10px;align-items:center;justify-content:center;gap:.5em;padding:10px 20px;font-size:16px;border-radius:8px;width:310px;cursor:pointer;font-weight:700;border:1px solid #fd9bb9;background-color:var(--background-color);color:#fd9bb9}.ProJoinSubPage .moveBtn{display:flex;align-items:center;justify-content:center;width:650px;gap:30px;margin-top:20px}.ProJoinSubPage .prevBtn:hover,.ProJoinSubPage .nextBtn:hover{border:1px solid #fcc1cc;background-color:var(--pinkBackground-color);color:#fff}.ProJoinSubPage input[type=checkbox]{width:18px;height:18px;accent-color:#fd9bb9}.ProJoinSubPage #projoinSub_container .ProJoinSub_box .detail-wrap .detail-item:has(input[type=checkbox]:checked){background-color:#fcc1cc}.ProJoinSubPage #projoinSub_container .ProJoinSub_box .detail-wrap .detail-item label{width:100%;padding:1rem 1rem 1rem 0}@media screen and (max-width: 1250px){.ProJoinSubPage{position:inherit;width:100%;height:auto;margin:2rem auto}.ProJoinSubPage #projoinSub_container{width:90%}.ProJoinSubPage #projoinSub_container .ProJoinSub_box{display:flex;align-items:center;justify-content:center;flex-direction:column;background-color:var(--background-color);border:none;width:100%;border-radius:0;margin:0;padding:0;box-shadow:none}.ProJoinSubPage #projoinSub_container .ProJoinSub_box .detail-wrap{margin:0;padding:2em;width:90%}.ProJoinSubPage #projoinSub_container .ProJoinSub_box .detail-wrap .detail-item{display:flex;align-items:center;justify-content:left;box-sizing:border-box;background-color:var(--whiteC2Background-color);margin:1em 0;padding:1em;width:100%;box-shadow:none}.ProJoinSubPage #projoinSub_container .moveBtn{width:100%;display:flex;align-items:center;justify-content:center;gap:.2em}.ProJoinSubPage #projoinSub_container .moveBtn span{display:flex;align-items:center;justify-content:center;width:45%}.ProJoinSubPage #projoinSub_container .moveBtn span button{width:100%}}.ProJoinPage{display:flex;align-items:center;justify-content:center;width:100%;overflow-y:auto}.ProJoinPage #projoinMain_container{display:flex;align-items:center;justify-content:center;box-sizing:border-box;overflow-y:scroll;padding-top:5%;width:100%;min-height:80vh}.ProJoinPage .ProJoinbox{display:flex;flex-direction:column;align-items:center;border:2px solid #f4f4f4;width:700px;border-radius:25px;background-color:var(--loginBackground-color);box-sizing:border-box;padding-bottom:2em;box-shadow:0 1rem 2rem #0000004d}.ProJoinPage .category1{list-style:none;padding:6px;float:left}.ProJoinPage .category-list{display:flex;align-items:center;width:170px;background-color:var(--background-color);border-radius:10px;padding:13px;cursor:pointer;font-weight:700}.ProJoinPage .category-list:hover{background-color:#fcc1cc}.ProJoinPage .category-list:hover h1{color:#fff;font-weight:700}.ProJoinPage .category-title{color:var(--grayText-color);margin:0;font-size:16px;padding-left:5px;display:inline-block}.ProJoinPage .category-list img{vertical-align:middle;margin-right:10px}a{text-decoration:none}@media screen and (max-width: 1250px){.ProJoinPage #projoinMain_container{display:initial}.ProJoinPage #projoinMain_container .ProJoinbox{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;background-color:var(--background-color);border:none;border-radius:0}.ProJoinPage #projoinMain_container .ProJoinbox .category-wrapper{margin:0;padding:2em;width:90%}.ProJoinPage #projoinMain_container .ProJoinbox .category-wrapper .category1{display:flex;align-items:center;justify-content:center;box-sizing:border-box;margin:0;padding:0;width:100%}.ProJoinPage #projoinMain_container .ProJoinbox .category-wrapper .category1 a{width:100%;margin:0;padding:0}.ProJoinPage #projoinMain_container .ProJoinbox .category-wrapper .category1 a:hover .category-list,.ProJoinPage #projoinMain_container .ProJoinbox .category-wrapper .category1 a:active .category-list,.ProJoinPage #projoinMain_container .ProJoinbox .category-wrapper .category1 a:focus .category-list{background-color:#fcc1cc;color:#424242}.ProJoinPage #projoinMain_container .ProJoinbox .category-wrapper .category1 a .category-list{width:100%;margin:1em 0;padding:1em;box-sizing:border-box;display:flex;align-items:center;background-color:var(--loginBackground-color);color:#424242}}.map-modalOverlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;transition:all .3s ease-in-out}.map-modalOverlay.show{opacity:1;visibility:visible}.map-modalOverlay.hide{opacity:0;visibility:hidden}.map-modalOverlay .map-modalContent{background-color:var(--background-color);width:95%;max-width:800px;height:70%;display:flex;flex-direction:column;border-radius:10px;overflow:hidden;box-shadow:0 4px 10px #0000001a}.map-modalOverlay .mapPage{width:100%;height:60%;overflow:hidden}.map-modalOverlay .mapName{display:flex;justify-content:space-between;align-items:center;padding:2.1%;flex-shrink:0;width:100%;box-sizing:border-box}.map-modalOverlay .mapName h2{margin:0;font-size:20px;font-weight:700;white-space:nowrap;overflow:hidden}.map-modalOverlay .mapName button{padding:8px 15px;background-color:#fd9bb9;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:14px;font-weight:700}.map-modalOverlay .mapName button:hover{background-color:#522823}.map-modalOverlay .map-content-wrap{padding:.8% 1.5%;flex-grow:1;overflow-y:auto;max-height:60%;box-sizing:border-box;list-style-type:none;margin:0;height:37%;font-size:14.5px}.map-content-wrap .map-content-wrap-list{display:flex;align-items:center;padding:.8% 0;border-bottom:1px solid #ccc;cursor:pointer;gap:3px}.map-content-wrap-list:hover{background-color:#f0f0f0;color:#000;border-radius:6px}.map-content-wrap-list:last-child{border-bottom:none}.map-content-wrap .item-wrap{display:flex;align-items:center;justify-content:center;width:100%;flex-direction:column}.map-content-wrap-list .item-wrap-in span{margin-right:4px;margin-left:4px}.item-wrap-in{display:flex;align-items:center;justify-content:left;box-sizing:border-box;padding:.4rem 1rem;width:100%}.item-wrap .item-button{display:flex;align-items:center;justify-content:center;width:50%;background-color:#fff;color:#fd9bb9;border-radius:5px;font-weight:700;font-size:14px}.map-list{padding:10px;border-bottom:1px solid #ddd;font-size:15px}.map-content li{font-size:16px;list-style-type:none}.map-content-wrap .rating-star{color:#ffb948;margin-right:2px;font-size:18px}.map-content-wrap-list.selected{background-color:#fd9bb9;color:#fff;border-radius:6px}.item-image-img{display:flex;align-items:center;justify-content:left;width:2rem;height:2rem;border-radius:1rem}.item-button{display:flex;align-items:center;justify-content:center;width:50%;background-color:#fff;color:#fd9bb9;border:2px solid #fd9bb9;border-radius:5px;font-weight:700;font-size:14px;cursor:pointer}.item-button:hover{background-color:#522823;color:#fff;border:2px solid #522823}.proSearchBarWrap .no-results{display:flex;align-items:center;justify-content:center;width:100%;min-height:5rem;border-top:1px solid #ccc;border-bottom:1px solid #ccc}.map-paging{display:flex;align-items:center;justify-content:center;box-sizing:border-box;border-top:1px solid #ccc;width:100%;padding:.825rem 0}@media (max-width: 1200px){.map-modalContent{width:95%;height:65%}.mapName{padding:3.5%}.mapPage{height:55%}.mapName h2{font-size:20px}.mapName button{font-size:12px}.map-content-wrap{height:35%;padding:1.4%}.map-content-wrap li{font-size:13px}.map-content-wrap-list{display:flex;flex-wrap:wrap;align-items:center}.map-content-wrap-list .item-address{display:block;margin-top:3px}.map-content-wrap-list .item-image,.map-content-wrap-list .item-name,.map-content-wrap-list .item-category,.map-content-wrap-list .item-star{display:inline-block}}.detail-modalOverlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1010;transition:all .3s ease-in-out}.detail-modalOverlay.show{opacity:1;visibility:visible}.detail-modalOverlay.hide{opacity:0;visibility:hidden}.detail-modalOverlay .detail-modalContent{background-color:var(--background-color);width:90%;max-width:700px;height:50%;display:flex;flex-direction:column;border-radius:12px;box-shadow:0 4px 12px #00000026;overflow:hidden}.detail-modalOverlay .detail-mapName{display:flex;justify-content:space-between;align-items:center;padding:2.5%;width:100%;box-sizing:border-box}.detail-modalOverlay .detail-mapName h2{margin:0;font-size:22px;font-weight:700;white-space:nowrap;overflow:hidden}.detail-modalOverlay .detail-mapName button{padding:10px 20px;background-color:#fd9bb9;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:15px;font-weight:700}.detail-modalOverlay .detail-mapName button:hover{background-color:#522823}.detail-modalOverlay .detail-map-content-wrap{padding:2% 3%;flex-grow:1;overflow-y:auto;box-sizing:border-box;list-style-type:none;margin:0;font-size:15px}.detail-map-content-wrap .detail-map-content-wrap-list{padding:1rem;border-bottom:1px solid #ddd;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.detail-map-content-wrap-list:hover{background-color:#f9f9f9;color:#000;border-radius:8px}.detail-map-content-wrap .service-name{font-weight:700;font-size:16px}.detail-map-content-wrap-list .detail-item-wrap{display:flex;justify-content:space-between;width:100%}.detail-map-content-wrap .goProViewButton{display:flex;align-items:center;justify-content:center;background-color:#fd9bb9;color:#fff;border:2px solid #fd9bb9;border-radius:5px;font-weight:700;padding:8px 16px;cursor:pointer;font-size:14px}.detail-map-content-wrap .goProViewButton:hover{background-color:#522823;border:2px solid #522823;color:#fff}@media (max-width: 768px){.detail-modalOverlay .detail-modalContent{width:95%;height:60%}.detail-modalOverlay .detail-mapName{padding:3.5%}.detail-map-content-wrap{display:flex;align-items:center;justify-content:top;flex-direction:column;width:100%;box-sizing:border-box;padding:2% 1.5%}.detail-map-content-wrap-list{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.8rem;font-size:14px}.detail-map-content-wrap .service-name{font-size:14px}.detail-map-content-wrap .goProViewButton{font-size:12px;padding:6px 12px}}.pagination-container{display:flex;justify-content:center;margin:20px 0}.page-button,.nav-button{border-radius:.5rem;margin:0 5px;padding:10px 15px;border:none;background-color:#f0f0f0;cursor:pointer;font-size:14px}.page-button.active{border-radius:.5rem;background-color:#fcc1cc;color:#fff;font-weight:700}.nav-button{background-color:#e0e0e0}.nav-button:hover,.page-button:hover{background-color:#d0d0d0}@media screen and (max-width: 1250px){.page-button,.nav-button{border-radius:.5rem;margin:0 5px;padding:.4rem .5rem;border:none;background-color:#f0f0f0;cursor:pointer;font-size:.825rem}}.ServiceAreaModalWrap{align-items:center;justify-content:center;display:flex}.ServiceAreaModalOverlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:10000}.ServiceAreaModal{padding:20px;background-color:var(--background-color);border-radius:5px;box-shadow:0 4px 8px #0003;width:400px;height:500px;overflow-y:scroll;box-sizing:border-box}.ServiceAreaModalHeader{display:flex;justify-content:left;margin-bottom:15px}.modalButton{background:none;border:none;font-size:18px;cursor:pointer;padding:10px 15px;color:var(--text-color)}.modalButton.active{border-bottom:2px solid #fcc1cc;color:#fcc1cc}.serviceModal{display:flex;flex-direction:column;align-items:center;background-color:var(--background-color);border-radius:5px;padding:20px;margin:0 auto;box-sizing:border-box;width:100%}.serviceModal .modalTitle{display:flex;align-items:center;justify-content:left;width:100%;font-size:18px;font-weight:700;margin-bottom:10px;box-sizing:border-box;color:var(--text-color)}.serviceModal .modalMainMenu,.serviceModal .modalSubMenu{display:flex;flex-direction:column;box-sizing:border-box;align-items:flex-start;justify-content:left;width:100%;list-style-type:none;padding:0;margin:0}.serviceModal .modalMainMenu{border-right:1px solid #b2b2b2;border-left:1px solid #b2b2b2;border-top:1px solid #b2b2b2}.serviceModal li{width:100%;margin:0;box-sizing:border-box}.serviceModal .menuTitle{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:16px;font-weight:700;padding:10px;border-bottom:1px solid #b2b2b2;color:var(--text-color);transition:background-color .3s}.serviceModal .menuTitle:hover{background-color:#e0e0e0;color:#000}.serviceModal .modalSubMenu li{font-size:16px;border-bottom:1px solid #b2b2b2;padding:10px;cursor:pointer;color:var(--text-color)}.serviceModal .modalSubMenu li:hover{background-color:#e0e0e0;color:#000}.areaModal{display:flex;flex-direction:column;align-items:center;background-color:var(--background-color);border-radius:5px;box-sizing:border-box;padding:20px;margin:0 auto;width:100%}.areaModal .areaModaltile{display:flex;align-items:center;justify-content:left;width:100%;font-size:18px;font-weight:700;margin-top:0;margin-bottom:10px;box-sizing:border-box;color:var(--text-color)}.areaModal .modalMainMenu{display:flex;flex-direction:column;align-items:flex-start;justify-content:left;width:100%;list-style-type:none;padding:0;margin:0;box-sizing:border-box;border-top:1px solid #b2b2b2;border-left:1px solid #b2b2b2;border-right:1px solid #b2b2b2}.areaModal .modalMainMenu li{display:flex;padding:10px;width:100%;font-size:16px;box-sizing:border-box;border-bottom:1px solid #b2b2b2;color:var(--text-color)}.areaModal .modalMainMenu li:hover{background-color:#e0e0e0;color:#000;cursor:pointer}@media (max-width: 1250px){.ServiceAreaModalOverlay{width:100%;padding:0}.ServiceAreaModal{width:100%;height:100%;border-radius:0}.closeButton{position:absolute;top:10px;right:10px;background-color:transparent;border:none;font-size:20px;cursor:pointer}}.proSearchPage{width:100%;overflow:scroll;display:flex;align-items:center;justify-content:center;flex-direction:column}.proSearchPage .ContentWrap{width:95%;min-height:80vh;overflow:scroll;display:flex;align-items:flex-start;justify-content:center}.proSearchPage .ContentWrap section{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.searchHeaderWrap{width:95%;margin-top:5%}.searchHeaderWrap h1{margin-bottom:2rem}.proSearchBarWrap{display:flex;align-items:center;justify-content:center;margin-top:5%;width:100%;gap:1rem}.proSearchInputBarWrap{display:flex;align-items:center;justify-content:center;width:80%;background-color:#eee;border:2px solid #eee;box-sizing:border-box;border-radius:10px}.proSearchInputBarWrap img{margin:0 10px;width:20px;height:20px;cursor:pointer}.proSearchInputBarWrap input{flex:1;padding:10px;height:40px;background-color:transparent;border:none;border-radius:10px;box-sizing:border-box;outline:none}.proSearchInputBarWrap:focus-within{border:2px solid #fcc1cc;background-color:#fff;outline:none;box-sizing:border-box}.proSearchInputBarWrap input:focus{width:100%;background-color:#fff;outline:none;box-sizing:border-box}.mapBtnWrap{display:flex;align-items:center;justify-content:center;width:20%}.mapBtn{display:flex;align-items:center;justify-content:center;width:100%;height:40px;border:none;background-color:#59b969;border-radius:10px;cursor:pointer;color:#fff}.mapBtn .icon{display:flex;justify-content:center;align-items:center;width:20%;padding:0;margin:0;box-sizing:border-box}.mapBtn .mapTitle{font-size:1rem}.proSearchListWrap{display:flex;align-items:center;justify-content:center;flex-direction:column;box-sizing:border-box;width:100%;margin:15px}.proSearchListAWrap{display:flex;justify-content:space-between;align-items:center;flex-direction:row;box-sizing:border-box;width:100%;border:1px solid #ddd;border-radius:5px;padding:10px}.proSearchListLink{display:flex;align-items:center;justify-content:center;width:calc(100% - 9rem)}.proSearchListLink:visited,.proSearchListLink:hover,.proSearchListLink:link,.proSearchListLink:active{text-decoration:none;color:var(--text-color)}.proSearchListContentWrap{display:flex;flex-direction:column;justify-content:center;width:100%}.proSearchListProfileWrap{display:flex;align-items:center;justify-content:center;width:8rem;height:8rem}.proSearchListProfileWrap .user-profile-picture{width:100%;height:100%}.proSearchListProfileWrap .user-profile-picture img{width:100%;height:100%;object-fit:cover;border-radius:10px}.proSearchListTitleWrap{font-weight:700}.proSearchListTitleWrap h3{text-overflow:ellipsis;white-space:nowrap;margin-bottom:10px;word-break:break-all;overflow:hidden}.service_areaHeader button span{display:flex;align-items:center;justify-content:center}.proSearchListProInfoWrap{display:flex;align-items:center;justify-content:left;width:100%}.proSearchListProInfoWrap span{font-size:.825rem;color:var(--reviewText-color);font-weight:700}.proSearchListIntro{white-space:pre-wrap;font-size:.9rem;color:#898888;margin-bottom:.2rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:flex;align-items:center;justify-content:left;width:100%}.ServiceAreaModal .closeButton{background-color:var(--background-color);color:var(--text-color);border:none;border-radius:5px;padding:10px;cursor:pointer;margin-bottom:10px}@media (max-width: 1250px){.ContentWrap{display:flex;align-items:center;justify-content:center;width:95%}.proSearchPage .ContentWrap section{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.proSearchBarWrap{align-items:flex-start}.proSearchInputBarWrap{width:100%;margin-bottom:10px;height:40px}.proSearchInputBarWrap input:focus{width:100%;height:1rem;background-color:#fff;outline:none;box-sizing:border-box}.mapBtn{width:100%;height:40px;display:flex;align-items:center;justify-content:center}.mapBtn .icon{display:flex;justify-content:center;align-items:center;width:100%;padding:0;margin:0;box-sizing:border-box}.mapTitle{display:none;width:0}.service_areaHeader{display:flex;align-items:center;justify-content:left;gap:.5rem;margin-bottom:1rem}.service_areaHeader button span{display:flex;align-items:center;justify-content:center;font-size:1rem}.service_areaHeader button span svg{width:.9rem}section .proSearchListWrap{width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}section .proSearchListWrap .proSearchListLink{width:calc(100% - 7rem)}section .proSearchListWrap .proSearchListProfileWrap{width:6rem;height:6rem}.proSearchListAWrap{width:100%;box-sizing:border-box}}.pro-request-container{background-color:#f2f2f2;border-radius:10px;padding:80px;max-width:500px;margin:50px auto;box-shadow:0 4px 6px #0000001a}.pro-request-header{text-align:center;margin-bottom:20px}.pro-request-form-container{display:flex;flex-direction:column}.pro-request-form{display:flex;flex-direction:column;gap:15px}.pro-request-label{font-weight:700;font-size:14px;display:flex;flex-direction:column;gap:5px}.pro-request-input,.pro-request-textarea{padding:10px;font-size:14px;border:1px solid #ccc;border-radius:5px;background-color:#fff;width:100%}.pro-request-textarea{height:100px;resize:none}.pro-request-button-container{display:flex;justify-content:space-between;margin-top:20px}.pro-request-button{padding:10px 20px;font-size:14px;font-weight:700;border:none;border-radius:5px;cursor:pointer}.pro-request-button.submit{background-color:#fcc;color:#fff}.pro-request-button.submit:hover{background-color:#f99;opacity:.9}.pro-request-button.cancel{background-color:#d3d3d3;color:#fff}.pro-request-button.cancel:hover{background-color:gray;opacity:.9}.infoWrap{align-items:center;justify-content:center;width:100%;display:flex;flex-direction:column;width:90%;padding:20px;background-color:var(--loginBackground-color);border-radius:10px;box-shadow:0 4px 8px #0000001a;box-sizing:border-box;margin:0 auto 1em;font-family:Arial,sans-serif;color:#333}.info-section-header{display:flex;justify-content:space-between;align-items:center;width:90%}.nickname{font-size:24px;font-weight:700;color:var(--white23Text-color)}.icon-buttons .heart{cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;width:40px;height:40px;background-color:#fff;box-shadow:0 2px 4px #0000001a;transition:background-color .3s,transform .3s,color .3s;margin-left:10px}.icon-buttons .heart:hover{background-color:#ffe0e0}.icon-buttons .heart.favorited{background-color:var(--background-color);color:#ffbbb3}.icon-buttons .heart.not-favorited{background-color:var(--background-color);color:#f2f2f2}.icon-buttons .heart.favorited svg path{fill:#ffbbb3}.icon-buttons .heart.not-favorited svg path{fill:none}.info-sub-header{display:flex;align-items:center;justify-content:space-between;width:90%;margin-bottom:1rem}.info-sub-header div:nth-child(1){display:flex;align-items:center;justify-content:right}.category{font-size:16px;font-weight:700;color:#555;padding:5px 10px;background-color:var(--whiteE8Background-color);border-radius:20px}.info-sub-header .category{margin-bottom:1rem}.address{font-size:1rem;color:#888}.info-sub-header svg{margin:0 5px;fill:#888}.introduce{width:90%;font-size:18px;font-weight:700;color:var(--white44Text-color);margin-bottom:20px}.detail-info{width:90%;background-color:var(--background-color);border-radius:10px;padding:13px;box-shadow:0 2px 4px #0000000d}.statistics-info{display:flex;justify-content:space-between}.statistics-info-item{text-align:center;flex:1}.statistics-info-item:not(:last-child){border-right:1px solid #e8e8e8}.statistics-info-item-header{font-size:14px;color:#666;margin-bottom:5px}.statistics-info-item-contents{font-size:16px;font-weight:700;color:var(--white23Text-color)}.statistics-info-item-contents .rate{color:#f39c12;font-weight:700}.statistics-info-item-contents .count{color:#888;font-size:14px;margin-left:5px}@media (max-width: 1250px){.infoWrap{padding:20px;margin:0 auto 1em;display:flex;box-sizing:border-box;align-items:flex-start;flex-direction:column;width:100%;background-color:var(--loginBackground-color);border-radius:10px;box-shadow:0 4px 8px #0000001a}.info{display:flex;flex-direction:column;width:98%;margin:0 auto;background-color:#f4f4f4;border-radius:10px;box-shadow:0 4px 8px #0000001a;font-family:Arial,sans-serif;color:#333}.info-section-header{display:flex;justify-content:space-between;align-items:center;margin-left:5px;margin-bottom:1%;margin-top:-15px;box-sizing:border-box;width:100%}.info-sub-header{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%}.info-sub-header .category{width:100%;display:flex;align-items:center;justify-content:center;font-size:.9rem}.info-sub-header div:nth-child(1){display:flex;align-items:center;justify-content:left;width:100%;gap:.25rem;margin-bottom:1rem}.info-sub-header div:nth-child(1) .address{font-size:.8rem;width:auto}}.proDetail-info-wrap{flex-direction:column;display:flex;align-items:flex-start;width:90%;margin:0 auto 1em;background-color:var(--commentBackground-color);box-shadow:0 4px 8px #0000001a;box-sizing:border-box;padding:20px;border-radius:10px;font-family:Arial,sans-serif;color:#333}.proDetail-info-title{color:var(--text-color)}.proDetail-info{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;width:100%}.proDetail-info .categoriesList{margin:0;padding:0;list-style:none;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;width:100%}.proDetail-info .categoriesList .categories{display:flex;align-items:center;justify-content:left;margin-top:1em;margin-bottom:1em;box-sizing:border-box;gap:1em;font-size:1rem;color:var(--grayText-color)}.number{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;width:100%;gap:1rem;margin-top:1em;margin-bottom:1em}.number .imgWrap{display:flex;align-items:center;justify-content:left;width:100%;font-size:1rem;gap:1em;color:var(--grayText-color)}.number .category-item{display:flex;align-items:center;justify-content:left;text-align:left;box-sizing:border-box;font-size:1rem;background-color:var(--whiteC2Background-color);color:#fff;font-size:bold;padding:.2rem 1rem;border-radius:1rem}@media (max-width: 1250px){.proDetail-info-wrap{background-color:var(--commentBackground-color);box-shadow:0 4px 8px #0000001a;box-sizing:border-box;width:100%}.proDetail-info{border-radius:10px;width:100%;margin:0 auto 1.2em;font-family:Arial,sans-serif;color:#333;display:flex;align-items:flex-start;flex-direction:column}}.reviewsPage{padding:20px;background-color:var(--commentBackground-color);border-radius:10px;box-sizing:border-box;box-shadow:0 4px 8px #0000001a;width:90%;margin:0 auto 2em;font-family:Arial,sans-serif;color:#333;display:flex;align-items:flex-start;flex-direction:column}.reviewsPage .reviewWrap,.reviewsPage .reviewWrap .reviewList{width:100%}.reviewsPage .reviewWrap .reviewList h3{color:var(--white44Text-color);margin-bottom:15px}.reviewsPage .reviewWrap .reviewList .summary{display:flex;align-items:center;margin-bottom:20px}.reviewsPage .reviewWrap .reviewList .summary .avg{font-size:32px;font-weight:700;color:var(--white23Text-color);margin-right:15px;margin-left:14px}.reviewsPage .reviewWrap .reviewList .summary .rate-star{list-style:none;padding:0;margin:0;display:flex}.reviewsPage .reviewWrap .reviewList .summary .rate-star li{color:#f39c12;font-size:20px}.reviewsPage .reviewWrap .reviewList .summary .review-count{font-size:14px;color:#888;margin-left:20px}.reviewsPage .checkbox{display:flex;align-items:center;font-size:14px;color:#666;cursor:pointer;margin-bottom:10px}.reviewsPage .checkbox svg{margin-right:10px}.reviewsPage .dropdown-btn{display:flex;align-items:center;margin-bottom:15px}.reviewsPage .dropdown-btn div .sort-btn{background-color:transparent;border:1px solid #ccc;padding:8px 15px;font-size:14px;color:#333;border-radius:5px;cursor:pointer;margin-right:10px;display:flex;align-items:center;position:relative}.reviewsPage .dropdown-btn div .sort-btn:hover{background-color:#f1f1f1}.reviewsPage .dropdown-btn div .dropdown-menu{display:none;list-style:none;position:absolute;background-color:#fff;border:1px solid #ddd;border-radius:5px;box-shadow:0 2px 6px #0000001a;padding:10px;top:34.6%;left:10%;width:20%;height:8rem}.reviewsPage .dropdown-btn div .dropdown-menu li a{font-size:.825rem;color:#323232}.reviewsPage .dropdown-btn:hover .dropdown-menu{display:block}.reviewsPage .sort-item{padding:8px;cursor:pointer}.reviewsPage .sort-item:hover{background-color:#f1f1f1}.reviewsPage .all-review{width:100%;margin-top:20px}.reviewsPage .review-container{list-style:none;padding:0;margin-bottom:20px}.reviewsPage .review-container li{margin-bottom:1em}.reviewsPage .user-review{background-color:var(--background-color);padding:25px;border-radius:10px;box-shadow:0 2px 4px #0000000d;display:flex;flex-direction:column}.reviewsPage .user-review section:nth-child(1){display:flex;align-items:center;justify-content:space-between;width:100%}.reviewsPage .user-review section:nth-child(1) span{width:40%;color:var(--text-color)}.reviewsPage .user-review section:nth-child(1) div{display:flex;align-items:center;gap:1em;width:60%;justify-content:right;color:var(--text-color)}.reviewsPage .user-review section:nth-child(1) div .starColor{display:flex;align-items:center;justify-content:center;width:1rem;color:#f39c12;font-size:1rem}.reviewsPage .user-review section:nth-child(2){display:flex;justify-content:space-between;width:100%;margin-top:1rem;margin-bottom:10px;gap:1rem}.reviewsPage .author{font-weight:700;color:#333}.reviewsPage .review-photo{display:flex;align-items:center;justify-content:right;width:15%}.reviewsPage .review-photo img{width:5rem;height:5rem;border-radius:20%}.reviewsPage .review-content{width:85%;font-size:14px;color:var(--white55Text-color);line-height:1.6}.reviewsPage .review-content .review-content-detail{overflow-wrap:anywhere}.reviewsPage .date{display:flex;align-items:center;justify-content:right;font-size:12px;margin-top:10px;color:#888}@media (max-width: 1250px){.reviewsPage{padding:20px;background-color:var(--commentBackground-color);border-radius:10px;box-sizing:border-box;box-shadow:0 4px 8px #0000001a;width:100%;margin:0 auto;font-family:Arial,sans-serif;color:#333;display:flex;align-items:flex-start;flex-direction:column}.reviewsPage .review-list{width:100%}.reviewsPage .review-content{width:75%;font-size:14px;color:#555;line-height:1.6}.reviewsPage .review-photo img{width:5rem;height:5rem;border-radius:20%}.reviewsPage .user-reivew section:nth-child(2){display:flex;justify-content:space-between;width:100%;margin-bottom:10px}.reviewsPage .review-photo{display:flex;align-items:center;justify-content:center;width:40%}.reviewsPage .dropdown-menu{display:none;list-style:none;position:absolute;background-color:#fff;border:1px solid #ddd;border-radius:5px;box-shadow:0 2px 6px #0000001a;padding:10px;top:30.6%;left:10%;width:35%;height:7.55rem}.reviewsPage .avg{font-size:32px;font-weight:700;color:#222;margin-right:15px}.reviewsPage .user-reivew{background-color:#fff;padding:20px;border-radius:10px;box-shadow:0 2px 4px #0000000d;display:flex;flex-direction:column}}.reservation-wrap{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:95%}.reservation-controller{font-family:Arial,sans-serif;box-sizing:border-box;width:100%;height:100%}.product-title h3{font-size:1.3rem;font-weight:700;color:#522823;margin:20px 0;width:95%}.reservation-wrap ol{display:flex;gap:10px;list-style:none;padding:0;margin:4% 0 0 4%}.reservation-wrap ol li a{text-decoration:none;font-size:1rem;text-shadow:0 0 1px rgb(119,119,119);color:#350a0a;transition:color .2s ease-in-out;font-weight:700}.reservation-wrap ol li a:hover{color:#a8a8a8}.options-wrapper{font-size:1.15rem;font-weight:700;color:#2c2c2c;background-color:#fff;border-radius:15px;padding:15px;margin-bottom:.5em}.product-reservation-date .picker-items{flex-wrap:wrap;font-weight:700;list-style:none}.custom-radio{display:flex;align-items:center;position:relative;cursor:pointer;flex-direction:column;gap:.3rem;width:100%;margin-top:5%}.custom-radio-box{width:16px;height:16px;border:2px solid #522823;border-radius:50%;margin-right:8px;display:inline-block;position:relative}.custom-radio input[type=radio]{display:none}.custom-radio input[type=radio]:checked+.custom-radio-box{background-color:#522823;border-color:#522823}.reservation-time{display:flex;align-items:center;justify-content:center;width:100%;margin-top:30px}.reservation-timebox{width:100%;margin-top:20px}.reservation-timelist{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(5,4rem);box-sizing:border-box;width:100%;gap:.5rem;column-gap:1rem;padding:.2em;margin-top:-2.8em;list-style:none;font-weight:700}.reservation-time-item{display:flex;align-items:center;background-color:#fff;box-sizing:border-box;border-radius:15px;list-style:none;color:#522823;width:100%;margin:5px 3px;transition:ease-in-out .3s}.reservation-time-item .pull{width:100%;font-size:17px;font-weight:700}.reservation-time-item:hover{background-color:#d5b8b4;color:#fff}.reservation-time-item.disabled{pointer-events:none;opacity:.5;background-color:#e6e6e6;color:#999;cursor:not-allowed}.reservation-time-item.disabled input{pointer-events:none}.reservation-time-item.selected{background-color:#522823;color:#fff;border-radius:15px}.custom-checkbox{display:flex;align-items:center;position:relative;cursor:pointer;box-sizing:border-box;padding:.75rem;width:100%;height:100%}.custom-checkbox-box{width:100%;height:100%;border:2px solid #522823;border-radius:4px;margin-right:8px;display:inline-block;position:relative}.custom-checkbox div{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.custom-checkbox input[type=checkbox]{display:none}.custom-checkbox-box:after{content:"";position:absolute;top:50%;left:50%;width:100%;background-color:#fff;border-radius:50%;transform:translate(-50%,-50%) scale(0);transition:transform .2s ease-in-out}.custom-checkbox input[type=checkbox]:checked+.custom-checkbox-box:after{transform:translate(-50%,-50%) scale(1)}.btn-controller{display:flex;justify-content:space-between;margin-top:15px}.btn-prev,.btn-next{background:none;border:none;cursor:pointer;padding:5px 10px;font-size:.9rem;color:#522823;transition:color .2s ease-in-out}.btn-prev:hover,.btn-next:hover{color:#522823}.reservationBtn-wrap{display:flex;width:100%;align-items:center;justify-content:center}.reservation-btn{width:100%;padding:10px 0;font-size:1rem;font-weight:700;color:#fff;background-color:#522823;border:1px solid transparent;border-radius:20px;cursor:pointer;transition:background-color .2s ease-in-out;box-sizing:border-box}.reservation-btn:hover{background-color:#fff;border:1px solid #522823;color:#522823;box-sizing:border-box}.day-text{font-weight:700;color:#828282;font-size:1rem}.date-text{display:flex;align-items:center;justify-content:center;width:2.3rem;height:2.3rem;line-height:2.1rem;border-radius:50%;color:#828282;font-size:1.3rem;cursor:pointer;border:2px solid #fce9ed;box-sizing:border-box}.date-text:hover{color:#fff;background-color:#522823;border:2px solid #522823;box-sizing:border-box;cursor:pointer}.picker-item input[type=radio]:checked+.custom-radio-box+.day-text+.date-text{background-color:#522823;border-color:#522823;color:#fff;text-shadow:none;font-weight:700}.picker-item input[type=radio]:checked+.custom-radio-box+.day-text{color:#522823}.picker-item{display:flex;flex-direction:row;align-items:center;justify-content:center;text-align:center}.reservation-wrap .modal-overlay{width:35%;display:flex;align-items:center;justify-content:center;margin:0 auto;padding:30px 20px;background-color:#fce9ed;border-radius:8px;box-shadow:0 2px 8px #0000001a;box-sizing:border-box}.reservation-wrap .modal-content{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.reservation-wrap .modal-content .closeBtn{width:100%;display:flex;align-items:center;justify-content:right}.reservation-wrap .modal-content section{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.reservation-wrap .modal-content section ol{display:flex;align-items:center;justify-content:center;width:100%;padding:0;margin:0 auto}.reservation-wrap .modal-content section .product-options{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%}.reservation-wrap .modal-content section .product-options .options-wrapper{display:flex;align-items:center;justify-content:center;width:90%}.reservation-wrap .modal-content section .product-options .options-wrapper:nth-child(1){display:flex;align-items:center;justify-content:center;flex-wrap:wrap;width:90%;overflow-y:scroll;line-height:1.5;max-height:2em}.reservation-wrap .modal-content section .product-options .product-reservation-date{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:100%}.reservation-wrap .modal-content section .product-options .product-reservation-date .picker-items{display:flex;gap:10px;flex-wrap:wrap}.reservation-wrap .modal-content section .product-options .product-reservation-date .picker-items .picker-item{display:flex;justify-content:center;align-items:center;width:calc(100% / 7)}.reservation-wrap .modal-content section .product-options .product-reservation-date .picker-items .picker-item .custom-radio{width:100%}@media (max-width: 1250px){.reservation-controller .modal-overlay{width:100%}.custom-radio{gap:.5rem}}@media (max-width: 1000px){.reservation-controller,.reservation-controller .modal-overlay{width:100%}.custom-radio{gap:.5rem}}@media (max-height: 730px){.reservation-wrap{width:100%;display:flex;justify-content:center;align-items:center}.reservation-controller{width:90%;height:630px;overflow:auto}.reservation-controller .modal-overlay{width:100%}}@media (max-height: 667px){.reservation-wrap{width:100%;display:flex;justify-content:center;align-items:center}.reservation-controller{width:90%;height:630px;overflow:auto}.reservation-controller .modal-overlay{width:100%}}.calendar-wrap{display:flex;flex-direction:column;align-items:center;font-family:Arial,sans-serif;width:100%}.calendar-wrap .calendar-header{margin-bottom:20px}.calendar-wrap .calendar-header h2{font-size:24px;font-weight:700;text-align:center}.calendar-wrap .week{width:100%;display:flex;justify-content:center;gap:1%;align-items:center}.calendar-wrap .day{width:35px;height:34px;display:flex;justify-content:center;align-items:center;font-size:16px;background:#ddd;color:#fff;border-radius:50%;cursor:pointer;position:relative}.calendar-wrap .day:hover{background-color:#7f7f7f}.calendar-wrap .day.selected{background-color:#522823;color:#fff}.calendar-wrap .day .day-name{font-size:14px;color:#777;position:absolute;top:-18px;left:50%;transform:translate(-50%);font-weight:700}.calendar-wrap button{padding:.5rem .7rem;font-size:16px;cursor:pointer;background-color:#522823;color:#fff;border:none;border-radius:5px;transition:opacity .3s}.calendar-wrap button:disabled{background-color:#ddd;opacity:.5;cursor:not-allowed}.calendar-wrap .navigation{display:flex;justify-content:space-between;width:100%;max-width:400px;margin-top:20px;gap:10px}@media (max-width: 380px){.calendar-wrap{width:100%;display:flex;justify-content:center;align-items:center}.calendar-wrap .calendar-header{margin-top:2px;margin-bottom:10px}.calendar-wrap .day{width:2rem;height:1.8rem;display:flex;justify-content:center;align-items:center;border-radius:50%;cursor:pointer;position:relative}.calendar-wrap .day .day-name{font-size:14.2px;color:#777;position:absolute;top:-18px;left:50%;transform:translate(-50%)}.calendar-wrap button{padding:.38rem;font-size:13px;cursor:pointer;background-color:#522823;color:#fff;border:none;border-radius:5px;transition:opacity .3s}}@media (max-width: 1250px){.calendar-wrap{width:100%;display:flex;justify-content:center;align-items:center}.calendar-wrap .calendar-header{margin-top:2px;margin-bottom:10px}.calendar-wrap .day{width:2rem;height:1.8rem;display:flex;justify-content:center;align-items:center;border-radius:50%;cursor:pointer;position:relative}.calendar-wrap .day .day-name{font-size:14.2px;color:#777;position:absolute;top:-18px;left:50%;transform:translate(-50%)}.calendar-wrap button{padding:.38rem;font-size:13px;cursor:pointer;background-color:#522823;color:#fff;border:none;border-radius:5px;transition:opacity .3s}}.detail-view{display:flex;align-items:center;flex-direction:column;width:100%}.dalin-photo{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%}.dalin-photo-background{display:flex;align-items:center;justify-content:center;width:100%;height:200px;overflow:hidden;position:relative;margin-bottom:3em}.dalin-photo-main{display:flex;align-items:center;justify-content:center;position:absolute;width:150px;height:150px;top:175px;left:30%;margin:0;padding:0}.dalin-photo-main img{width:150px;height:150px;border-radius:30%;border:2px solid white;margin:0;padding:0}.dalin-photo-background img{width:100%}.detail-view-wrap{width:100%;display:flex;align-items:center;justify-content:center;position:relative;margin-top:3rem}.dalin-mainpage{display:flex;justify-content:center;align-items:center;width:90%;margin-top:.1em}.dalin-mainpage .leftWrap{width:80%;display:flex;flex-direction:column}.relativeWrap{position:absolute;bottom:300px}.dalin-hr{display:flex;width:100%;align-items:center;justify-content:center}.leftWrap{margin-bottom:4%}.reservation-modalBtn{display:flex;gap:.5em;box-sizing:border-box;padding:10px 20px;font-size:16px;border-radius:10px;border:1px solid #FFD8E4;background-color:var(--loginBtnBackground-color);color:#fff;cursor:pointer;font-weight:700;width:13em}.reservationBtn-modal-wrap{width:100%;display:flex;align-items:center;justify-content:center}.reservationBtn-modal-button-wrap{display:flex;align-items:center;justify-content:right;width:90%;padding:20px}.reservationBtn:hover{background-color:#fff;color:#fd9bb9}.reservation-modal-close{background-color:#fff;border:none;font-size:18px;border-radius:5px;color:#522823;cursor:pointer}.reservation-modal-close:hover{background:#522823;color:#fff}@media (max-width: 1250px){.detail-view-wrap{width:95%}.dalin-mainpage .leftWrap{width:95%;display:flex;flex-direction:column;margin-top:-1em;margin-bottom:2.5em}.dalin-photo-background{width:100%;height:180px;margin-bottom:2.5em}.dalin-photo-main{top:160px;left:5%;width:140px;height:140px}.dalin-photo-main img{width:140px;height:140px;border-radius:25%}.dalin-mainpage{flex-direction:row;gap:2em;width:100%;padding-right:0}.reservationBtn-modal-wrap{width:100%;display:flex;align-items:center;justify-content:center}.reservationBtn-modal-button-wrap{width:100%;display:flex;align-items:center;justify-content:right;padding:0;padding-bottom:1rem}.reservationBtn-modal-button-wrap .reservation-modalBtn{width:100%}.dalin-mainpage{display:flex;justify-content:center;gap:1.3em;align-items:center;width:100%}}.proSearchListDetailWrap{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;overflow:hidden;opacity:0;height:0;transition:opacity .3s ease,height .3s ease}.proSearchListDetailWrap.active{opacity:1;height:auto}.proSearchListDetailWrap .servicePage{display:flex;align-items:center;justify-content:center;width:100%}.proSearchListDetailWrap .servicePage .serviceWrap{display:flex;align-items:flex-start;justify-content:center;width:100%;flex-direction:column;box-sizing:border-box;padding:1rem;border:1px solid #e2e2e2}.proSearchListDetailWrap .servicePage .serviceWrap .serviceSubject{display:flex;align-items:center;justify-content:left;width:100%;font-size:.865rem;color:var(--white23Text-color);box-sizing:border-box;padding:.25rem}.proSearchListDetailWrap .servicePage .serviceWrap .serviceStar{display:flex;align-items:center;justify-content:left;width:100%;font-size:.785rem;color:var(--white23Text-color);box-sizing:border-box;padding:.25rem}.ProIntroPage{display:flex;align-items:center;justify-content:center;width:100%;overflow-y:auto}.ProIntroPage .ProIntroWrap{display:flex;align-items:center;justify-content:center;flex-direction:column;box-sizing:border-box;overflow-y:scroll;padding-top:5%;width:100%;min-height:80vh}.ProIntroPage .ProIntroWrap h2{display:flex;align-items:center;justify-content:center;width:100%;height:10vh}.ProIntroPage .ProIntroWrap #ProIntroForm{display:flex;align-items:center;justify-content:flex-start;flex-direction:column;width:60%;height:60vh;padding:1rem;border-radius:1rem;box-sizing:border-box}.ProIntroPage .ProIntroWrap #ProIntroForm .ProIntroInput{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;margin:1rem auto}.ProIntroPage .ProIntroWrap #ProIntroForm .ProIntroInput .title{display:flex;align-content:center;justify-content:left;width:100%;margin-bottom:1rem}.ProIntroPage .ProIntroWrap #ProIntroForm .ProIntroInput .content{display:flex;align-items:center;justify-content:center;width:100%;background-color:var(--background-color);font-family:Noto Sans KR,Malgun Gothic,-apple-system,Segoe UI,Roboto,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:1rem;margin-bottom:1rem}.ProIntroPage .ProIntroWrap #ProIntroForm .ProIntroInput .content{overflow-y:hidden;min-height:1rem;border:none;outline:none;border-radius:0;border-bottom:1px solid #fcc1cc;box-sizing:border-box;color:var(--text-color);resize:none}.ProIntroPage .ProIntroWrap #ProIntroForm .ProIntroInput .content:focus,.ProIntroPage .ProIntroWrap #ProIntroForm .ProIntroInput .content:not(:placeholder-shown){border-bottom:2px solid lightcoral;box-sizing:border-box}.ProIntroPage .ProIntroWrap #ProIntroForm .ProIntroInput .count{display:flex;align-items:center;justify-content:right;width:100%;color:#525252}.ProIntroPage .ProIntroWrap .moveBtn{display:flex;align-items:center;justify-content:space-between;flex-direction:row;box-sizing:border-box;width:60%;gap:1rem;margin-bottom:2rem}.ProIntroPage .ProIntroWrap .moveBtn .BtnWrap{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:100%}.ProIntroPage .ProIntroWrap .moveBtn .BtnWrap .prevBtn,.ProIntroPage .ProIntroWrap .moveBtn .BtnWrap .nextBtn{display:flex;align-items:center;justify-content:center;width:100%;cursor:pointer;font-weight:700;box-sizing:border-box;border:1px solid #fd9bb9;background-color:var(--background-color);color:#fd9bb9;font-size:1rem;padding:10px 20px;border-radius:1rem}.ProIntroPage .ProIntroWrap .moveBtn .BtnWrap .prevBtn:hover,.ProIntroPage .ProIntroWrap .moveBtn .BtnWrap .nextBtn:hover{border:1px solid #fcc1cc;background-color:var(--pinkBackground-color);color:#fff}@media screen and (max-width: 1250px){.ProIntroPage .ProIntroWrap h2{display:flex;align-items:center;justify-content:center;height:5vh}.ProIntroPage .ProIntroWrap #ProIntroForm{display:flex;justify-content:flex-start;width:100%;height:65vh}.ProIntroPage .ProIntroWrap .moveBtn{width:100%;box-sizing:border-box;padding:1rem}}.ServiceIntroPage{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%}.ServiceIntroPage .ServiceIntroWrap{display:flex;align-items:center;justify-content:center;flex-flow:column;width:90%;min-height:80vh;margin-top:5%}.ServiceIntroPage .ServiceIntroWrap .PageTitle{display:flex;align-items:center;flex-direction:row;width:90%;margin-bottom:3rem}.ServiceIntroPage .ServiceIntroWrap .PageTitle .prev{display:flex;align-items:center;justify-content:left;width:5%}.ServiceIntroPage .ServiceIntroWrap .PageTitle .prev img{height:20px;width:20px}.ServiceIntroPage .ServiceIntroWrap .PageTitle h1{width:95%}.ServiceIntroPage .ServiceIntroWrap .ServiceIntro{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;margin-bottom:3rem}.ServiceIntroPage .ServiceIntroWrap .ServiceIntro ul{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;box-sizing:border-box;width:100%;padding:0;margin:0;list-style:none}.ServiceIntroPage .ServiceIntroWrap .ServiceIntro ul li{display:flex;align-items:center;justify-content:left;box-sizing:border-box;width:100%;padding:.5rem 1rem;border-bottom:1px solid #fcc1cc;color:var(--white55Text-color);transition:.3s ease-out}.ServiceIntroPage .ServiceIntroWrap .ServiceIntro ul li:hover,.ServiceIntroPage .ServiceIntroWrap .ServiceIntro ul li:active,.ServiceIntroPage .ServiceIntroWrap .ServiceIntro ul li:focus{background-color:#fcc1cc;color:#fff}.ServiceIntroPage .ServiceIntroWrap .ServiceIntro label{display:flex;align-items:center;justify-content:left;width:100%}.ServiceIntroPage .ServiceIntroWrap .ServiceIntro .custom-select{position:relative;width:80%;font-size:.825rem;cursor:pointer;border:none;background-color:var(--background-color)}.ServiceIntroPage .ServiceIntroWrap .ServiceIntro .custom-select .selected-option{display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;width:100%;background-color:var(--fff32Background-color);border-bottom:1px solid #fcc1cc;padding:10px;color:var(--grayText-color)}.ServiceIntroPage .ServiceIntroWrap .ServiceIntro .custom-select .selected-option img{display:flex}.ServiceIntroPage .ServiceIntroWrap .ServiceIntro .custom-select .selected-option .options{display:block;position:absolute;background-color:#fff;top:80%;left:0;right:0;max-height:150px;overflow-y:auto;z-index:10;list-style:none;padding:0;margin:0}.ServiceIntroPage .ServiceIntroWrap .ServiceIntro .custom-select .selected-option .options .option{box-sizing:border-box;cursor:pointer;list-style:none;margin:0;padding:10px}.ServiceIntroPage .ServiceIntroWrap .ServiceIntro .custom-select .selected-option .options .option:hover{background-color:#fcc1cc}.ServiceIntroPage .ServiceIntroWrap .ServiceIntro .custom-select .selected-option .options{display:none}.ServiceIntroPage .ServiceIntroWrap .ServiceIntro .custom-select.open .selected-option .options{display:block}.ServiceIntroPage .ServiceIntroWrap .ServiceIntro .ServiceContentLength{display:flex;align-items:center;justify-content:right;width:80%;margin-top:1rem}.ServiceIntroPage .ServiceIntroWrap .ServiceIntro label{display:flex;align-items:center;justify-content:left;width:80%;margin-bottom:1rem}.ServiceIntroPage .ServiceIntroWrap .ServiceIntro textarea{display:flex;color:var(--text-color);align-items:center;width:80%;background-color:transparent;box-sizing:border-box;border-radius:10px;padding:.5rem;font-size:1rem;border:1px solid #b1b1b1;outline:none;resize:none}.ServiceIntroPage .ServiceIntroWrap .ServiceIntro input[type=number]{display:flex;color:var(--text-color);align-items:center;width:80%;background-color:transparent;box-sizing:border-box;border:none;outline:none;border-bottom:1px solid #b1b1b1;padding:.5rem;font-size:1rem}.ServiceIntroPage .ServiceIntroWrap .ServiceIntro textarea:focus,.ServiceIntroPage .ServiceIntroWrap .ServiceIntro textarea:not(:placeholder-shown){border:1px solid #fcc1cc}.ServiceIntroPage .ServiceIntroWrap .ServiceIntro input[type=number]:focus,.ServiceIntroPage .ServiceIntroWrap .ServiceIntro input[type=number]:not(:placeholder-shown){border-bottom:1px solid #fcc1cc}.ServiceIntroPage .ServiceIntroWrap .ServiceIntroButtonWrap{display:flex;align-items:center;justify-content:center;width:80%;gap:1rem;margin-bottom:2rem}.ServiceIntroPage .ServiceIntroWrap .ServiceIntroButtonWrap button{display:flex;align-content:center;justify-content:center;box-sizing:border-box;width:100%;padding:.5rem;border-radius:1rem;border:1px solid #fcc1cc;background-color:var(--fff32Background-color);color:#fcc1cc;font-size:1rem;transition:.3s ease}.ServiceIntroPage .ServiceIntroWrap .ServiceIntroButtonWrap button:hover,.ServiceIntroPage .ServiceIntroWrap .ServiceIntroButtonWrap button:active{background-color:#fcc1cc;color:#fff}.ServiceIntroPage .errorCode{display:flex;align-items:center;justify-content:left;width:80%;margin-top:.25rem}.ServiceIntroPage .errorCode div{width:100%}@media screen and (max-width: 1250px){.ServiceIntroPage .ServiceIntroWrap .PageTitle{display:flex;align-items:center;justify-content:left}.ServiceIntroPage .ServiceIntroWrap .PageTitle .prev{width:10%}.ServiceIntroPage .ServiceIntroWrap .PageTitle h1{width:90%;display:flex;align-items:center}}.ArticleMainContainer{display:flex;align-items:center;justify-content:center;width:100%;background-color:var(--background-color);color:var(--text-color)}.ArticleMainWrap{width:100%;margin-top:5%;min-height:80vh}.TopContainer{display:flex;align-items:center;justify-content:space-between;position:sticky;top:50px;background-color:var(--background-color);z-index:9990}.TopContainer .ButtonWrap{display:flex;align-items:center;justify-content:center;gap:1em}.TopContainer .ButtonWrap button{display:flex;align-items:center;justify-content:center}.TopContainer .ButtonWrap svg{width:20px;height:20px;fill:#fff}.TopContainer .ButtonWrap button{font-size:9pt;border-style:none;padding:5px 20px;height:30px;box-sizing:border-box;background-color:#fcc1cc;font-weight:700;color:#fff;border-radius:10px;transition:all .25s ease-out}.TopContainer .ButtonWrap button:hover{cursor:pointer;background-color:#f08080;color:#fff}.MainContainer{display:flex;align-items:flex-start;justify-content:space-between;width:100%;height:100%}.MainContainer .Main-LeftContainer{position:sticky;z-index:9980;display:flex;align-items:flex-start;flex:0 0 25%;padding:10px;width:100%;top:120px}.MainContainer .Main-RightContainer{flex:0 0 70%;padding:10px;width:70%}.life-topic-layout{display:flex;flex-direction:column;align-items:flex-start;width:100%;margin-top:-1.2em}.life-topic-layout section{width:90%}.life-topic-layout section ul{display:flex;flex-direction:column;align-items:start;padding:5px 0;margin-left:-.8em;box-sizing:border-box;width:100%}.life-topic-layout section ul li{width:100%;list-style:none;padding:20px 10px;box-sizing:border-box;cursor:pointer}.life-topic-layout section ul li a{text-decoration:none;color:var(--text-color);box-sizing:border-box}.life-topic-layout section ul li:hover{background-color:var(--pinkBackground-color);border-radius:10px}.life-topic-layout section ul li:hover a{color:#fff}.NotionContainer{display:flex;align-items:center;width:100%;border-radius:10px;box-sizing:border-box;background-color:var(--noticeBackground-color);color:var(--text-color)}.NotionContainer div:nth-child(1){display:flex;align-items:center;justify-content:center;width:15%}.NotionContainer div:nth-child(2){text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box;word-break:break-word;width:75%}.NotionContainer div:nth-child(3){display:flex;align-items:center;justify-content:center;width:10%}.NotionContainer div:nth-child(3) img{width:20px;height:20px}.HotArticleContainer{display:flex;flex-direction:column;justify-content:center;margin-top:1em}.HotArticleContainer .HotList{display:flex;justify-content:space-between;flex-wrap:wrap;width:100%;gap:1em}.HotArticleContainer .HotList .HotWrap{display:flex;align-items:center;justify-content:center;width:calc(50% - .5em);box-sizing:border-box;background-color:var(--HotBackground-color);border-radius:10px;padding:10px}.HotArticleContainer .HotList .HotWrap:hover{cursor:pointer}.HotArticleContainer .HotList .HotWrap .viewWrap{display:flex;flex-direction:column;align-items:center;box-sizing:border-box;width:100%;padding:20px}.HotArticleContainer .HotList .HotWrap .viewWrap .titleWrap{display:flex;align-items:center;justify-content:space-between;width:100%}.HotArticleContainer .HotList .HotWrap .viewWrap .titleWrap div:nth-child(1){width:90%;color:var(--white82Text-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:1}.HotArticleContainer .HotList .HotWrap .viewWrap .titleWrap div:nth-child(2){display:flex;align-items:center;justify-content:center;width:10%}.HotArticleContainer .HotList .HotWrap .viewWrap .titleWrap div:nth-child(2) img{width:20px;height:20px}.HotArticleContainer .HotList .HotWrap .viewWrap .imageWrap{display:flex;align-items:center;justify-content:right;width:100%;gap:1em}.HotArticleContainer .HotList .HotWrap .viewWrap .imageWrap .imageWrap-icon{display:flex;align-items:center;justify-content:right;width:20%;padding:20px 0 5px}.HotArticleContainer .HotList .HotWrap .viewWrap .imageWrap .imageWrap-icon img{width:15px;height:15px}.HotArticleContainer .HotList .HotWrap .viewWrap .imageWrap .imageWrap-icon span{display:flex;align-items:center;justify-content:center;width:100%;margin-left:.3em;color:#828282}.LatestArticleContainer{display:flex;flex-direction:column;justify-content:center;margin-top:1em;width:100%}.LatestArticleContainer .LatestList{display:flex;justify-content:space-between;flex-wrap:wrap;width:100%;gap:1em}.LatestArticleContainer .LatestList .LatestWrap{display:flex;align-items:center;justify-content:center;width:calc(50% - .5em);box-sizing:border-box;background-color:var(--latestBackground-color);border-radius:10px;padding:10px}.LatestArticleContainer .LatestList .LatestWrap:hover{cursor:pointer}.LatestArticleContainer .LatestList .LatestWrap .viewWrap{width:100%;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;padding:20px}.LatestArticleContainer .LatestList .LatestWrap .viewWrap .titleWrap{display:flex;align-items:center;justify-content:center;width:100%}.LatestArticleContainer .LatestList .LatestWrap .viewWrap .titleWrap div:nth-child(1){width:90%;color:var(--white82Text-color);text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box;word-break:break-word}.LatestArticleContainer .LatestList .LatestWrap .viewWrap .titleWrap div:nth-child(2){display:flex;align-items:center;justify-content:center;width:10%}.LatestArticleContainer .LatestList .LatestWrap .viewWrap .titleWrap div:nth-child(2) img{width:20px;height:20px}.LatestArticleContainer .LatestList .LatestWrap .viewWrap .imageWrap{display:flex;align-items:center;justify-content:right;width:100%;gap:1em}.LatestArticleContainer .LatestList .LatestWrap .viewWrap .imageWrap .imageWrap-icon{display:flex;align-items:center;justify-content:right;width:20%;padding:20px 0 5px}.LatestArticleContainer .LatestList .LatestWrap .viewWrap .imageWrap .imageWrap-icon img{width:15px;height:15px}.LatestArticleContainer .LatestList .LatestWrap .viewWrap .imageWrap .imageWrap-icon span{display:flex;align-items:center;justify-content:center;width:100%;margin-left:.3em;color:#828282}.AllArticleContainer{display:flex;flex-direction:column;justify-content:center;margin-top:1em;margin-bottom:1em}.AllArticleContainer .FeedItemWrap .FeedItemLink{width:100%}.AllArticleContainer .FeedItemLink:link{text-decoration:none;color:#000}.AllArticleContainer .FeedItemLink:hover{text-decoration:none;color:var(--text-color)}.AllArticleContainer .FeedItemLink:active,.AllArticleContainer .FeedItemLink:visited{text-decoration:none;color:#000}.FeedItemWrap{width:100%;cursor:pointer}@media screen and (max-width: 1250px){.ArticleMainContainer{width:100%}.ArticleMainContainer .ArticleMainWrap{width:90%;padding:0;margin:0}.ArticleMainContainer .ArticleMainWrap .TopContainer{position:sticky;top:0;left:0}.MainContainer{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.MainContainer .Main-LeftContainer{position:inherit;display:flex;align-items:center;justify-content:center;width:100%}.MainContainer .Main-LeftContainer .life-topic-layout{display:flex;align-items:center;justify-content:center;width:100%}.MainContainer .Main-LeftContainer .life-topic-layout section{display:flex;align-items:center;justify-content:center;width:100%}.MainContainer .Main-LeftContainer .life-topic-layout section ul{display:grid;grid-template-columns:repeat(3,2fr);width:100%;padding:0;margin:1em 0 0;gap:1em}.MainContainer .Main-LeftContainer .life-topic-layout section ul li{display:flex;align-items:center;justify-content:center;width:100%;padding:0}.MainContainer .Main-LeftContainer .life-topic-layout section ul li a{display:flex;align-items:center;justify-content:center;box-sizing:border-box;background-color:var(--loginBackground-color);width:100%;font-size:10pt;padding:.4em 0;border-radius:10px;margin:0 auto}.MainContainer .Main-LeftContainer .life-topic-layout section ul li:hover{background-color:transparent;color:#323232}.MainContainer .Main-LeftContainer .life-topic-layout section ul li a:hover{background-color:#fcc1cc}.MainContainer .Main-LeftContainer .life-topic-layout section ul li:hover a{color:#323232}.ArticleMainContainer .ArticleMainWrap .MainContainer .Main-RightContainer{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%}.ArticleMainContainer .ArticleMainWrap .MainContainer .Main-RightContainer .NotionContainer{width:100%;display:flex;align-items:center;justify-content:space-between}.ArticleMainContainer .ArticleMainWrap .MainContainer .Main-RightContainer .NotionContainer div:nth-child(1),.ArticleMainContainer .ArticleMainWrap .MainContainer .Main-RightContainer .NotionContainer div:nth-child(3){width:20%}.ArticleMainContainer .ArticleMainWrap .MainContainer .Main-RightContainer .NotionContainer div:nth-child(2){width:60%}.ArticleMainContainer .ArticleMainWrap .MainContainer .Main-RightContainer .HotArticleContainer,.ArticleMainContainer .ArticleMainWrap .MainContainer .Main-RightContainer .LatestArticleContainer{width:100%;overflow:hidden}.ArticleMainContainer .ArticleMainWrap .MainContainer .Main-RightContainer .HotArticleContainer .HotList{display:grid;grid-template-columns:repeat(1,1fr);align-content:center;justify-items:center;width:100%}.ArticleMainContainer .ArticleMainWrap .MainContainer .Main-RightContainer .HotArticleContainer .HotList .HotWrap,.ArticleMainContainer .ArticleMainWrap .MainContainer .Main-RightContainer .LatestArticleContainer .LatestList .LatestWrap{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.ArticleMainContainer .ArticleMainWrap .MainContainer .Main-RightContainer .HotArticleContainer .HotList .HotWrap .viewWrap,.ArticleMainContainer .ArticleMainWrap .MainContainer .Main-RightContainer .LatestArticleContainer .LatestList .LatestWrap .viewWrap{display:flex;justify-content:space-between;width:100%}.AllArticleContainer{display:flex;align-items:center;justify-content:center;width:100%}.AllArticleContainer h3{width:100%}.AllArticleContainer .itemWrap{display:100%;box-sizing:border-box;padding:0;border-bottom:1px solid #c2c2c2;padding-bottom:1rem;margin-bottom:1rem}.AllArticleContainer .itemWrap:last-child{margin-bottom:0}.AllArticleContainer .itemWrap .itemWrap-content{gap:0}.AllArticleContainer .itemWrap .itemWrap-content .itemWrap-title_content{width:65%}.AllArticleContainer .itemWrap .itemWrap-content .itemWrap-img{width:35%}.AllArticleContainer .itemWrap .itemWrap-bot .imageWrap{width:60%}.AllArticleContainer .itemWrap .itemWrap-bot .imageWrap div{width:20%}.AllArticleContainer .itemWrap .itemWrap-bot .imageWrap div svg{width:100%}.AllArticleContainer .itemWrap .itemWrap-bot .written-time-warp{width:40%}}.itemWrap{margin-top:20px;display:flex;flex-direction:column;align-items:center;padding:20px;box-sizing:border-box;width:100%;border-bottom:1px solid #dedede}.itemWrap .itemWrap-content{width:100%;display:flex;justify-content:space-between}.itemWrap-title_content{display:flex;flex-direction:column;width:80%}.itemWrap-img{display:flex;justify-content:right;align-items:center;width:20%}.itemWrap-img img{width:100px;height:100px;border-radius:10px;object-fit:cover}.itemWrap .itemTitleWrap{display:flex;align-items:center;justify-content:space-between;width:100%}.itemWrap .itemTitleWrap div:nth-child(1){width:95%;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box;word-break:break-word}.itemWrap .itemTitleWrap div:nth-child(2){display:flex;align-items:center;justify-content:center;width:10%}.itemWrap .itemTitleWrap div:nth-child(2) img{width:20px;height:20px}.itemWrap .itemContentWrap{display:flex;align-items:center;justify-content:left;width:90%;margin-bottom:1rem}.itemWrap .itemContentWrap div{width:95%;color:#828282;vertical-align:text-top;margin-top:1em;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap!important;box-sizing:border-box;word-break:break-word}.itemWrap .itemWrap-location{display:flex;justify-content:left;width:100%;text-align:left;color:#b2b2b2}.itemWrap .imageWrap{display:flex;align-items:center;justify-content:left;width:100%;margin-left:0}.itemWrap .itemWrap-bot{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:10px}.itemWrap .imageWrap div{display:flex;align-items:center;margin-right:10px;gap:.3em}.itemWrap .imageWrap div span{display:flex;align-items:center;justify-content:left;color:#b2b2b2;width:5em}.itemWrap .imageWrap div svg{width:15px;height:15px}.itemWrap .itemWrap-location{margin-bottom:5px;text-align:left}.itemWrap .written-time-warp{display:flex;width:30%;justify-content:right;margin-right:.5em;color:#b2b2b2;font-size:11pt}.service_areaHeader{display:flex;gap:10px}.service_areaHeader .serviceBtn,.service_areaHeader .areaBtn,.service_areaHeader .filterResetBtn{display:flex;align-items:center;vertical-align:middle;justify-content:space-between;font-size:.9rem;padding:.4375rem 1rem .5625rem;height:2.5em;border-radius:30px;background-color:#fff;border:1px solid #d4d4d4}.service_areaHeader .selectedService{background-color:#000;color:#fff}.service_areaHeader .serviceBtn,.service_areaHeader .filterResetBtn{padding:10px 15px;transition:background-color .3s,color .3s}.write-wrap{display:flex;align-items:center;flex-direction:column;width:95%;padding:0;margin:0 auto;box-sizing:border-box;min-height:80vh}.write-wrap>div:nth-child(1){margin-top:5%;box-sizing:border-box}.write-container{margin:0 auto;padding:20px;width:80%;background-color:var(--background-color);font-family:Arial,sans-serif;color:#333;box-sizing:border-box;box-shadow:10px 10px 20px #00000026,-5px -5px 15px #ffffffb3}.select-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:10px}.select-container select{text-align:left;background-color:var(--white32Background-color);color:var(--text-color);width:150px;padding:10px;font-size:14px;border:none;border-radius:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z' fill='%23333'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:calc(100% - 10px) center;background-size:15px}.select-container select:hover{background-color:transparent}.select-container select:focus{background-color:transparent;outline:none;box-shadow:none}.select-container select option{color:var(--text-color);background-color:var(--white32Background-color)}.select-container select option:checked{background-color:pink;color:#fff}.submit-button{padding:10px 20px;background-color:var(--pinkBackground-color);color:#fff;border:none;border-radius:4px;font-size:14px;cursor:pointer}.submit-button:hover{background-color:#f08080}.file-container{margin-bottom:20px;width:100%;display:flex;align-items:center;gap:10px}.file-container input[type=file]{display:none}.file-container label{padding:5px;font-size:14px;cursor:pointer;color:#555}.file-container span{font-size:12px;color:#888}.file-container .camera-img{width:30px}.file-preview-container{width:90%;display:grid;grid-template-columns:repeat(7,1fr);gap:10px;margin-top:10px}.file-preview-wrapper{position:relative;display:block}.file-preview{width:100%;height:100px;object-fit:cover;border:1px solid #ccc;border-radius:5px;margin:0;padding:0}.remove-button{position:absolute;top:0;right:0;background-color:red;color:#fff;border:none;border-radius:50%;width:20px;height:20px;font-size:16px;display:flex;justify-content:center;align-items:center;cursor:pointer}.remove-button:hover{background-color:#8b0000}.subject-container{display:flex;width:100%}.subject-container input{width:80%;padding:10px;border:none;background-color:var(--background-color);color:var(--text-color);border-radius:4px;font-size:14px;margin-bottom:-15px;outline:none}.subject-container input::placeholder{color:#aaa}.char-count{display:flex;justify-content:right;width:22%}.service-area-wrap{margin-bottom:20px}.content-container textarea{height:200px;width:100%;padding:10px;border:none;border-radius:4px;font-size:14px;margin-bottom:10px;outline:none;resize:none;background-color:var(--background-color);color:var(--text-color);border:1px solid var(--grayBackground-color);transition:border-color .3s,box-shadow .3s;box-sizing:border-box;font-family:Noto Sans KR,Malgun Gothic,-apple-system,Segoe UI,Roboto,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.content-container input{color:#323232}.content-container textarea::placeholder{color:#aaa}.content-container{width:100%;box-sizing:border-box}.write-wrap hr{border:none;border-top:1px solid #ddd;margin:20px 0}@media (max-width: 1250px){#articleWriteForm,#articleUpdateForm{width:100%;height:100%}.write-wrap{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.write-container{width:100%;height:100%;box-shadow:none}.write-container .content-container{height:40%}.write-container .content-container textarea{height:100%}}.free-board-container{display:flex;align-items:center;justify-content:center;width:100%}.free-board-wrap{width:100%;margin-top:5%;min-height:80vh}.free-board-wrap hr{margin-top:5%;margin-bottom:5%;border-width:1px 0 0 0;border-color:#f2f2f2;opacity:30%}.free-board-container .guide-banner-layout{display:flex;align-items:center;width:100%;border-radius:10px;box-sizing:border-box;background-color:var(--guideBackground-color);padding:1.3em 1em;margin-bottom:2em}.free-board-container .guide-banner-layout div:nth-child(1){display:flex;align-items:center;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box;word-break:break-word;width:95%}.free-board-container .guide-banner-layout div:nth-child(2){display:flex;align-items:center;justify-content:center;width:5%}.free-board-container .guide-banner-layout div:nth-child(2) img{width:20px;height:20px}.free-board-container .life-topic-layout{display:flex;flex-direction:column;align-items:flex-start;width:100%;margin-top:-1.2em}.FeedContainer a:link,.FeedContainer a:hover,.FeedContainer a:active,.FeedContainer a:visited{text-decoration:none;color:#000}@media screen and (max-width: 1250px){.free-board-container{width:100%}.free-board-container .free-board-wrap{display:flex;flex-direction:column;width:90%;padding:0;margin:0}.free-board-container .free-board-wrap .TopContainer{position:sticky;top:0;left:0}.free-board-container .MainContainer .Main-RightContainer{width:100%}.free-board-container .FeedContainer{width:100%;display:flex;align-items:center;justify-content:center;padding:0;margin:0 auto}.free-board-container .FeedContainer .itemWrap-content{display:flex;align-items:center;justify-content:space-between}.free-board-container .FeedContainer .itemWrap{padding:.5em;margin-top:1rem;padding-bottom:2rem}.free-board-container .FeedContainer .itemWrap-content .itemWrap-title_content{width:65%}.free-board-container .FeedContainer .itemWrap-content .itemWrap-img{width:35%}.free-board-container .FeedContainer .itemWrap-content .itemWrap-img img{width:80px;height:80px}.free-board-container .FeedContainer .itemWrap-bot .imageWrap{width:80%}.free-board-container .FeedContainer .itemWrap-bot .written-time-warp{width:20%}}.FeedList{display:flex;justify-content:center;width:100%}.FeedList .FeedWrap{display:flex;flex-direction:column;width:100%;border-radius:10px;box-sizing:border-box}.FeedList .FeedWrap:hover{cursor:pointer}.FeedList .NoArticlesMessage{margin-left:1rem;margin-top:2rem}.free-board-container{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%}.free-board-container .LatestReviewTop{width:100%}.free-board-container .ReviewWrap{width:100%;margin-top:5%}.free-board-container .ReviewWrap .ReviewListWrap{width:100%;display:flex;flex-direction:column;align-items:flex-start}.free-board-container .ReviewWrap .ReviewListWrap .ReviewLIst{width:100%}.free-board-container .ReviewWrap .ReviewListWrap .ReviewLIst ul{width:100%;list-style:none;margin-left:0;padding-left:0}.free-board-container .ReviewWrap .ReviewListWrap .ReviewLIst ul li{width:100%}.free-board-container .ReviewWrap .ReviewListWrap .ReviewLIst ul li article{width:100%;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;box-sizing:border-box;padding:10px 10px 2em;border-bottom:1px solid rgba(200,200,200,.5);margin-bottom:1em}.free-board-container .ReviewWrap .ReviewListWrap .ReviewLIst ul li article section:nth-child(1){display:flex;align-items:center;justify-content:left}.free-board-container .ReviewWrap .ReviewListWrap .ReviewLIst ul li article section:nth-child(1) span{font-weight:600;color:var(--white23Text-color);font-size:12pt}.free-board-container .ReviewWrap .ReviewListWrap .ReviewLIst ul li article section:nth-child(2){display:flex;align-items:center;justify-content:left;width:100%;margin-top:0}.free-board-container .ReviewWrap .ReviewListWrap .ReviewLIst ul li article section:nth-child(2) p{display:flex;align-items:center;gap:5px;color:var(--white34Text-color);font-size:10pt}.free-board-container .ReviewWrap .ReviewListWrap .ReviewLIst ul li article section:nth-child(3){width:100%;display:grid;grid-template-columns:repeat(6,1fr)}.free-board-container .ReviewWrap .ReviewListWrap .ReviewLIst ul li article section:nth-child(3) .ImageFeat{display:flex;width:100%;align-items:center;justify-content:center;box-sizing:border-box}.free-board-container .ReviewWrap .ReviewListWrap .ReviewLIst ul li article section:nth-child(3)>*:nth-child(n+7){display:none}.free-board-container .ReviewWrap .ReviewListWrap .ReviewLIst ul li article section:nth-child(3) .ImageFeat img{width:110px;height:110px;border-radius:10px}.free-board-container .ReviewWrap .ReviewListWrap .ReviewLIst ul li article section:nth-child(4){display:flex;align-items:center;width:100%}.free-board-container .ReviewWrap .ReviewListWrap .ReviewLIst ul li article section:nth-child(4) .content{white-space:pre-wrap;width:100%;color:var(--grayText-color);font-size:12pt}.free-board-container .ReviewWrap .ReviewListWrap .ReviewLIst ul li article section:nth-child(5){display:flex;width:100%;flex-direction:row;justify-content:space-between}.free-board-container .ReviewWrap .ReviewListWrap .ReviewLIst ul li article section:nth-child(5) span{color:var(--grayText-color);font-size:11pt}.free-board-container .myReviewPageGo{display:flex;align-items:center;width:100%;border-radius:10px;box-sizing:border-box;background-color:var(--guideBackground-color);padding:1.3em 1em;margin-bottom:2em;color:var(--text-color)}.free-board-container .myReviewPageGo div:nth-child(1){display:flex;align-items:center;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box;word-break:break-word;width:95%}.free-board-container .myReviewPageGo div:nth-child(2){display:flex;align-items:center;justify-content:center;width:5%}.free-board-container .myReviewPageGo div:nth-child(2) img{width:20px;height:20px}@media screen and (max-width: 1250px){.free-board-container{display:flex;width:100%;align-items:center;justify-content:center}.free-board-container .ReviewWrap .ReviewListWrap .ReviewLIst ul li article section:nth-child(3){width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px}.free-board-container .ReviewWrap .ReviewListWrap .ReviewLIst ul li article section:nth-child(3) .ImageFeat img{width:100%;border-radius:10px;object-fit:cover}.free-board-container .ReviewWrap .ReviewListWrap .ReviewLIst ul li article section:nth-child(3)>*:nth-child(n+4){display:none}.ReviewListWrap .PageTitle{display:flex;align-items:center;justify-content:left}.ReviewListWrap .PageTitle .prev{width:10%}.ReviewListWrap .PageTitle h1{width:90%}}.post-header{font-family:Arial,sans-serif;border-bottom:1px solid #eee}.post-category-subject{font-size:14px;color:#888;margin-bottom:30px;margin-top:50px}.category-breadcrumb{display:flex;align-items:center;list-style:none;padding:0;margin:0}.category-breadcrumb-item{font-size:14px;color:var(--reviewText-color)}.category-breadcrumb-link{text-decoration:none;color:var(--reviewText-color)}.breadcrumb-divider{margin:0 5px;color:#aaa}.post-head-title-wrapper{margin-bottom:10px}.post-subtitle{font-size:14px;font-weight:700;margin-bottom:5px}.post-title{font-size:24px;font-weight:700;margin:5px 0}.post-location{font-size:14px;color:#888;margin-top:2px}.user-profile-bar-container{display:flex;align-items:center;justify-content:space-between;margin-top:10px;padding:10px 0}.user-info{display:flex;align-items:center;gap:10px}.user-profile{display:flex;align-items:center}.user-profile img{width:50px;height:50px;border-radius:30%;object-fit:cover}.user-details{display:flex;flex-direction:column;justify-content:center}.user-name{font-size:14px;font-weight:600;margin-bottom:3px}.post-meta{font-size:12px;color:#888}.post-actions{display:flex;align-items:center;gap:10px}.post-action-button{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.post-action-button svg path{fill:var(--blackGrayText-color)}.post-dropdown-container{position:relative;display:inline-block}.post-dropdown-menu{position:absolute;top:40px;right:0;background-color:#fff;border:1px solid #ddd;border-radius:5px;box-shadow:0 4px 6px #0000001a;list-style:none;padding:0;margin:0;z-index:1000;width:150px}.post-dropdown-menu li{padding:10px 15px;cursor:pointer;font-size:14px;color:#333;text-align:center;transition:background-color .2s ease-in-out}.post-dropdown-menu li:hover{background-color:#f5f5f5}@media (max-width: 1250px){.category-breadcrumb{margin-top:-2.5em;align-items:center}.post-category-subject{display:flex;align-items:center;justify-content:left;margin-bottom:1.5em;width:100%}}.post-content{font-family:Arial,sans-serif;background-color:var(--background-color);width:100%;display:flex;flex-direction:column;justify-content:center}.post-text{width:100%;font-size:1rem;line-height:1.6;color:var(--grayText-color);margin-top:1em;margin-bottom:20px}.post-image-wrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;width:99%}.post-image-wrapper img:nth-child(n+5){display:none}.post-image{width:100%;height:200px;object-fit:cover;border-radius:10px;cursor:pointer;transition:transform .3s ease;border:1px solid var(--loginBackground-color)}.post-image:hover{transform:scale(1.05)}@media screen and (max-width: 1250px){.post-image-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;width:99%}.post-image-wrapper img:nth-child(n+5){display:none}.post-image{width:100%;height:200px;object-fit:cover;border-radius:10px}}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{position:relative;max-width:90%;max-height:80%;display:flex;justify-content:center;align-items:center}.modal-content img{width:100%;height:700px;max-height:100%;object-fit:contain;border-radius:10px}.close-btn{position:absolute;top:10px;right:10px;padding:10px;background:none;border:none;font-size:18px;cursor:pointer;z-index:10;color:#fff}.post-react-state{display:flex;justify-content:flex-start;padding:10px 0;border-bottom:1px solid #eee}.react-item:nth-child(1) svg{cursor:pointer}.react-item{display:flex;align-items:center;gap:-20px}.react-icon{width:15x;height:15px}.react-text{background-color:transparent;border:none;color:#333;font-size:14px;padding:10px;opacity:.6}.post-comment{display:flex;justify-content:center;align-items:center;padding:10px;border:1px solid #ccc;border-radius:20px;width:95%;max-width:600px;margin:10px auto;background-color:var(--commentBackground-color)}.comment-input-container{display:flex;align-items:center;width:100%}.upload-icon-container{display:flex;justify-content:center;align-items:center;margin-right:10px;cursor:pointer}.upload-icon{width:24px;height:24px;object-fit:cover}.comment-input{display:flex;flex:1;border:none;outline:none;font-size:14px;color:var(--grayText-color);background-color:transparent;padding:5px}.commentItemWrap{margin-bottom:16px;padding:8px;padding-bottom:1rem}.commentWriterWrap1{border-bottom:1px solid #bbb;margin-bottom:.5rem;padding-bottom:.5rem;box-sizing:border-box;padding:.2rem}.commentWriterWrap{display:grid;grid-template-columns:5% 95%;box-sizing:border-box;padding:.2rem}.commentLeftWrap{width:100%}.commentRightWrap{display:flex;flex-direction:column;width:100%;gap:.5rem;border-bottom:1px solid #bbb;margin-bottom:.5rem;box-sizing:border-box;padding:.2rem}.commentProfileInfo{display:flex;align-items:center;justify-content:left;gap:.2rem;width:100%}.replyBtnWrap,.rereplyBtn{display:flex;width:100%;justify-content:right;gap:.3rem;align-items:center}.replyBtn,.replyUpdateBtn,.replyDeleteBtn{border:none;background-color:var(--background-color);margin-bottom:.4rem;cursor:pointer;align-items:center;height:1.75rem;padding:0 .5rem;font-size:.75rem;font-weight:500;line-height:1.125rem;color:#6a7685}.rereplyBtn{border:none;background-color:#fff;margin-bottom:.4rem;cursor:pointer;align-items:center;height:1.75rem;padding:0 .5rem;font-size:.75rem;font-weight:500;line-height:1.125rem;color:#6a7685}.replyUpdateBtn,.replyDeleteBtn{padding-right:12px;border-right:.175rem solid #e0e0e0;height:15px}.replyInputWrap{display:flex;justify-content:center;align-items:center;padding:10px;border:1px solid #ccc;border-radius:20px;width:95%;max-width:600px;margin:10px auto;background-color:var(--commentBackground-color)}.replyInputDiv{display:flex;align-items:center;width:100%}.replyInput{width:95%;flex:1;border:none;outline:none;font-size:14px;color:var(--grayText-color);background-color:transparent;padding:5px}.replySubmitBtn,.commentSubmitBtn{width:10%;border:none;background-color:var(--commentBackground-color);color:var(--white50Text-color);font-size:.8rem;margin:0;padding:0;cursor:pointer}.commentProfileWrap{display:flex;align-items:center}.profileImage{width:32px;height:32px;border-radius:50%;margin-right:8px}.commentDetails{display:flex;flex-direction:column;padding:.2rem}.commentDetails2{display:flex;flex-direction:column;padding-left:.5rem}.commentWriter{font-weight:700;margin:0}.commentContent{margin:.2rem 0;display:flex;color:var(--grayText-color);font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:normal;line-height:1.2;height:auto;text-align:left;word-wrap:break-word;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.commentDate{font-size:14px;color:#6f6f6f}.mention{background-color:var(--loginBackground-color);padding:.2rem;border-radius:5px;color:#007bff;font-weight:700}@media (max-width: 1250px){.post-comment{display:flex;justify-content:center;align-items:center;padding:10px;border:1px solid #ccc;border-radius:20px;width:90%;max-width:600px;margin:10px auto}}.popularItemWrap{margin-top:20px;display:flex;flex-direction:column;align-items:center;padding:20px 0;box-sizing:border-box;width:100%;border-bottom:1px solid #dedede}.popularItemWrap .popularItemWrap-content{width:100%;display:flex;justify-content:space-between}.popularItemWrap-title_content{display:flex;flex-direction:column;width:80%}.popularItemWrap-img{display:flex;justify-content:right;align-items:center;width:20%}.popularItemWrap-img img{width:100px;height:100px;border-radius:10px;object-fit:cover}.popularItemWrap .popularItemTitleWrap{display:flex;align-items:center;justify-content:space-between;width:100%}.popularItemWrap .popularItemTitleWrap div:nth-child(1){width:95%;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box;word-break:break-word}.popularItemWrap .popularItemTitleWrap div:nth-child(2){display:flex;align-items:center;justify-content:center;width:10%}.popularItemWrap .popularItemTitleWrap div:nth-child(2) img{width:20px;height:20px}.popularItemWrap .popularItemContentWrap{display:flex;align-items:center;justify-content:left;width:90%;margin-bottom:1rem}.popularItemWrap .popularItemContentWrap div{width:95%;color:#828282;vertical-align:text-top;margin-top:1em;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap!important;box-sizing:border-box;word-break:break-word}.popularItemWrap .popularItemWrap-location{display:flex;justify-content:left;width:100%;text-align:left;color:#b2b2b2}.popularItemWrap .popularImageWrap{display:flex;align-items:center;justify-content:left;width:70%;margin-left:0}.popularItemWrap .popularItemWrap-bot{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:10px}.popularItemWrap .popularImageWrap div{display:flex;align-items:center;margin-right:10px;gap:.3em}.popularItemWrap .popularImageWrap div span{display:flex;align-items:center;justify-content:left;color:#b2b2b2;width:3em}.popularItemWrap .popularImageWrap div svg{width:15px;height:15px}.popularItemWrap .popularItemWrap-location{margin-bottom:5px;text-align:left}.popularItemWrap .popularItem-written-time-warp{display:flex;width:30%;justify-content:right;margin-right:.5em;color:#b2b2b2;font-size:11pt}.popularItemWrap .popularItem-written-time-warp div{display:flex;width:100%}.post-detail-container{max-width:700px;margin:0 auto;overflow:hidden;min-height:80vh}@media (max-width: 1250px){.post-detail-container{width:95%}.post-detail-wrap{width:95%;margin:0 auto}}.ReviewPage{display:flex;align-items:center;justify-content:center;width:100%;overflow-y:auto}.reviewItem{cursor:pointer}.ReviewPage .ReviewWrap{display:flex;width:80%;padding-top:5%;min-height:80vh;box-sizing:border-box;overflow-y:scroll}.ReviewPage .ReviewWrap .ReviewListWrap{width:100%;display:flex;flex-direction:column;align-items:flex-start}.ReviewListWrap .PageTitle{display:flex;align-items:center;flex-direction:row;width:100%}.ReviewListWrap .PageTitle .prev{display:flex;align-items:center;justify-content:left;width:5%}.ReviewListWrap .PageTitle .prev img{height:20px;width:20px}.ReviewListWrap .PageTitle h1{width:95%}.ReviewPage .ReviewWrap .ReviewListWrap .ReviewLIst{width:100%}.ReviewPage .ReviewWrap .ReviewListWrap .ReviewLIst ul{width:100%;list-style:none;margin-left:0;padding-left:0}.ReviewPage .ReviewWrap .ReviewListWrap .ReviewLIst ul li{width:100%}.ReviewPage .ReviewWrap .ReviewListWrap .ReviewLIst ul li article{width:100%;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;box-sizing:border-box;padding:10px 10px 2em;border-bottom:1px solid rgba(200,200,200,.5);margin-bottom:1em}.ReviewPage .ReviewWrap .ReviewListWrap .ReviewLIst ul li article section:nth-child(1){display:flex;align-items:center;justify-content:left}.ReviewPage .ReviewWrap .ReviewListWrap .ReviewLIst ul li article section:nth-child(1) span{font-weight:600;color:var(--text-color);font-size:12pt}.ReviewPage .ReviewWrap .ReviewListWrap .ReviewLIst ul li article section:nth-child(2){display:flex;align-items:center;justify-content:left;width:100%;margin-top:-1em}.ReviewPage .ReviewWrap .ReviewListWrap .ReviewLIst ul li article section:nth-child(2) p{display:flex;align-items:center;gap:5px;color:var(--text-color);font-size:10pt;margin-top:1.5rem}.ReviewPage .ReviewWrap .ReviewListWrap .ReviewLIst ul li article section:nth-child(3){width:100%;display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.ReviewPage .ReviewWrap .ReviewListWrap .ReviewLIst ul li article section:nth-child(3) .ImageFeat{align-items:center;justify-content:center;box-sizing:border-box;height:9em;width:100%}.ReviewPage .ReviewWrap .ReviewListWrap .ReviewLIst ul li article section:nth-child(3)>*:nth-child(n+7){display:none}.ReviewPage .ReviewWrap .ReviewListWrap .ReviewLIst ul li article section:nth-child(3) .ImageFeat img{width:100%;height:110px;border-radius:10px;object-fit:cover}.ReviewPage .ReviewWrap .ReviewListWrap .ReviewLIst ul li article section:nth-child(4){display:flex;align-items:center;width:100%}.ReviewPage .ReviewWrap .ReviewListWrap .ReviewLIst ul li article section:nth-child(4) .content{white-space:pre-wrap;width:100%;color:var(--text-color);font-size:12pt}.ReviewPage .ReviewWrap .ReviewListWrap .ReviewLIst ul li article section:nth-child(5){display:flex;width:100%;justify-content:space-between}.ReviewPage .ReviewWrap .ReviewListWrap .ReviewLIst ul li article section:nth-child(5) span{color:var(--text-color);font-size:11pt}.ReviewPage .ReviewWrap .ReviewListWrap .ReviewLIst ul li article section:nth-child(6){display:flex;width:100%;justify-content:right;margin-top:.5rem}.ReviewPage .ReviewWrap .ReviewListWrap .ReviewLIst ul li article section:nth-child(6) .deleteReviewBtn{border:none;background-color:var(--background-color);color:#6a7685;cursor:pointer;margin:0;padding:0}@media screen and (max-width: 1250px){.ReviewPage .ReviewWrap .ReviewListWrap .ReviewLIst ul li article section:nth-child(2){width:100%;display:grid;grid-template-columns:repeat(3,1fr)}.ReviewPage .ReviewWrap .ReviewListWrap .ReviewLIst ul li article section:nth-child(3){grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.TopContainer{top:0}.ReviewPage .ReviewWrap .ReviewListWrap .ReviewLIst ul li article section:nth-child(2) .ImageFeat img{width:100%;border-radius:10px}.ReviewPage .ReviewWrap .ReviewListWrap .ReviewLIst ul li article section:nth-child(2)>*:nth-child(n+4){display:none}.ReviewPage .ReviewWrap{margin-top:0}.ReviewListWrap .PageTitle{display:flex;align-items:center;justify-content:left}.ReviewListWrap .PageTitle .prev{width:10%}.ReviewListWrap .PageTitle h1{width:90%}}.reviewWritePage{display:flex;justify-content:flex-start;width:100%;overflow-y:auto}.review-write-wrap{display:flex;align-items:center;justify-content:flex-start;flex-direction:column;width:90%;padding:5% 0 0;min-height:80vh;margin:0 auto;box-sizing:border-box}.review-write-wrap>div:nth-child(1){margin-top:5%;box-sizing:border-box}.rating-container{display:flex;flex-direction:column;width:100%}.rating-stars{font-size:30px;color:#d3d3d3;cursor:pointer}.star.filled{color:#f39c12}.rating-value{margin-top:10px;font-size:16px;font-weight:700}.review-subject-container{width:100%;display:flex;justify-content:left;flex-direction:column}.review-subject-container input{width:95%;padding:10px;border:none;border-radius:4px;font-size:14px;margin-bottom:-15px;outline:none}.review-subject-container input::placeholder{color:#aaa}.review-submit-button{padding:10px 20px;background-color:pink;color:#fff;border:none;border-radius:4px;font-size:14px;cursor:pointer;margin-bottom:1rem}.review-submit-button:hover{background-color:#f08080}.MyPage{width:100%;display:flex;align-items:center;justify-content:center;overflow-y:auto}.MyPage hr{margin-top:5%;margin-bottom:5%;border-width:1px 0 0 0;border-color:#f2f2f2;opacity:30%}.MyPageWrap{width:80%;min-height:80vh;padding-top:5%;overflow-y:scroll;box-sizing:border-box}.ProfileContainer{box-sizing:border-box}.ProfileSettingPage{display:flex;align-items:center;text-decoration:none;width:100%;height:100%;color:var(--text-color)}.ProfileSettingPage .ProfileImage{display:flex;align-items:center;justify-content:center;margin:10px}.ProfileSettingPage .ProfileImage img{width:130px;height:130px;border-radius:65px}.ProfileContainer .ProfileInfo{width:70%;box-sizing:border-box}.ProfileContainer .NickName{margin:10px;font-weight:700;font-size:large}.MailWrap{margin:10px;display:flex;gap:10px;box-sizing:border-box}.ProfileContainer .TopWrap{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:80%}.ProfileContainer .SNSWrap{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:24px;height:24px;border-radius:12px;background-color:#fff;overflow:hidden}.ProfileContainer .SNSWrap .snsProfile{display:flex;align-items:center;justify-content:center;box-sizing:border-box;border-radius:12px;width:100%;height:100%}.ProfileContainer .Email{color:#b2b2b2}.ProfileContainer .ProfileButton{display:flex;align-items:center;justify-content:center;width:20%}.ProfileContainer .ProfileButton input[type=button]{font-size:9pt;border-style:none;padding:5px 20px;height:30px;box-sizing:border-box;background-color:#fcc1cc;font-weight:700;color:var(--blackText-color);border-radius:10px;transition:all .25s ease-out}.ProfileContainer .ProfileButton input[type=button]:hover{cursor:pointer;background-color:#f08080;color:#fff}.MyPage .Container div .Link{display:flex;align-items:center;justify-content:center;flex-direction:row;text-decoration:none;color:var(--text-color)}.MyPage .Container div .Link .Title{display:flex;align-items:center;width:85%;text-align:left}.MyPage .Container div .Link .next{display:flex;align-items:center;justify-content:end;width:15%}.MyPage .Container div .Link .next img{height:20px;width:20px}@media screen and (max-width: 1250px){.MyPage{height:80vh}.MyPageWrap{display:flex;flex-direction:column;margin-bottom:1em;height:100%}.MyPageWrap .ProfileContainer .ProfileSettingPage{display:flex;align-items:center;justify-content:left;flex-direction:column;width:100%}.MyPageWrap .ProfileContainer .ProfileSettingPage .ProfileImage{width:20%;box-sizing:border-box}.MyPageWrap .ProfileContainer .ProfileSettingPage .ProfileImage img{width:50px;height:50px}.MyPageWrap .ProfileContainer .ProfileSettingPage .ProfileInfo{width:80%}.MyPageWrap .ProfileContainer .ProfileSettingPage .ProfileInfo .NickName{font-size:12pt}.MyPageWrap .ProfileContainer .ProfileSettingPage .ProfileInfo .MailWrap{display:flex;align-items:center;justify-content:left;vertical-align:middle;font-size:10pt}.MyPageWrap .ProfileContainer .ProfileSettingPage .TopWrap{display:flex;justify-content:space-between;align-items:center;width:100%}.MyPageWrap .ProfileContainer .ProfileSettingPage .TopWrap .ProfileInfo .MailWrap .SNSWrap{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:18px;height:18px;border-radius:9px;background-color:#fff}.MyPageWrap .ProfileContainer .ProfileSettingPage .TopWrap .ProfileInfo .MailWrap .Email{display:90%}.MyPageWrap .ProfileContainer .ProfileSettingPage .ProfileInfo .MailWrap .SNSWrap .snsProfile{width:100%;height:100%;border-radius:9px;box-sizing:border-box;margin:0 auto;padding:0}.MyPageWrap .ProfileContainer .ProfileSettingPage .ProfileButton{display:flex;align-items:center;justify-content:center;width:100%}.MyPageWrap .ProfileContainer .ProfileSettingPage .ProfileButton input[type=button]{width:100%;font-size:9pt;display:flex;align-items:center;justify-content:center;padding:0 .5em;margin:1em auto .2em;box-sizing:border-box}}.myHistoryPage{display:flex;align-items:center;justify-content:center;width:100%;overflow-y:auto}.myHistoryPage .myHistoryWrap{padding-top:5%;width:90%;min-height:80vh;box-sizing:border-box;overflow-y:scroll}.myHistoryPage .PageTitle{display:flex;align-items:center;flex-direction:row}.myHistoryPage .PageTitle .prev{display:flex;align-items:center;justify-content:left;width:5%}.myHistoryPage .PageTitle .prev img{height:20px;width:20px}.myHistoryPage .PageTitle h1{width:95%}.myHistoryLinkWrap{display:flex;gap:1.5em;margin-top:5%}.myHistoryLinkWrap div{transition:color .3s,font-weight .3s;padding-bottom:.5em;font-size:1.1rem}.myHistoryLinkWrap a{text-decoration:none;color:var(--text-color)}.myHistoryLinkWrap a:hover{color:var(--text-color)}.myHistoryLinkWrap div.active{color:var(--pinkText-color);font-weight:700;border-bottom:2px solid var(--pinkText-color)}.divider{border:none;height:2px;background-color:#eee;margin-top:-2px;margin-bottom:1.5em}.myArticleItemPage{padding-left:1em;border-bottom:1px solid rgb(200,200,200);padding-bottom:.4rem;margin-bottom:1em}.myArticleItemCategory{display:inline-block;border:1px solid var(--locationBackground-color);background-color:var(--locationBackground-color);font-weight:700;font-size:10pt;padding:3px 5px;color:#969696;border-radius:5px;margin-bottom:1em}.myArticleItemContentWrap .myArticleItemTitle{font-size:12pt;font-weight:700;color:var(--text-color)}.myArticleItemContentWrap .myArticleItemContent{font-size:11pt;color:#969696;margin:.8em 0 1.1em}.myArticleItemContentWrap .myArticleItemDate{font-size:11pt;color:#969696}.myArticleItemPage .myArticleDeleteBtnWrap{display:flex;width:100%;justify-content:right}.myArticleItemPage .myArticleDeleteBtnWrap .myArticleDeleteBtn{border:none;background-color:var(--background-color);cursor:pointer;align-items:center;height:1.75rem;padding:0 .5rem;font-size:.75rem;font-weight:500;line-height:1.125rem;color:#6a7685}.MyCommentItem{padding-left:1em;border-bottom:1px solid rgb(200,200,200);padding-bottom:.4rem;margin-bottom:1em}.MyCommentItem .MyCommentItemContent{font-size:12pt;font-weight:700;color:var(--text-color)}.MyCommentItem .MyCommentItemTitle{font-size:11pt;color:#969696;margin:.8em 0 1.1em}.MyCommentItem .MyCommentItemDate{font-size:11pt;color:#969696}.MyCommentItem .MyCommentDeleteBtnWrap{display:flex;width:100%;justify-content:right}.MyCommentItem .MyCommentDeleteBtnWrap .MyCommentDeleteBtn{border:none;background-color:var(--background-color);cursor:pointer;align-items:center;height:1.75rem;padding:0 .5rem;font-size:.75rem;font-weight:500;line-height:1.125rem;color:#6a7685}@media screen and (max-width: 1250px){.myHistoryPage{width:100%;display:flex;align-items:center;justify-content:center}.myHistoryPage .myHistoryWrap{width:80%}.myHistoryPage .PageTitle{display:flex;align-items:center;justify-content:left}.myHistoryPage .PageTitle .prev{width:10%}.myHistoryPage .PageTitle h1{width:90%}}.UserPrivateInfoPage{display:flex;width:100%;align-items:center;justify-content:center;overflow-y:auto}.UserPrivateInfoPage .SubTitle{color:var(--text-color)}.UserPrivateInfoWrap{width:80%;min-height:80vh;padding-top:5%;overflow-y:scroll;box-sizing:border-box}.UserPrivateInfoWrap hr{margin-top:5%;margin-bottom:5%;border-width:1px 0 0 0;border-color:#f2f2f2;opacity:30%}.UserPrivateInfoPage .PageTitle{display:flex;align-items:center;flex-direction:row;width:100%}.UserPrivateInfoPage .PageTitle .prev{display:flex;align-items:center;justify-content:left;width:5%}.UserPrivateInfoPage .PageTitle .prev img{height:20px;width:20px}.UserPrivateInfoPage .MainContainer{display:flex;align-items:center;width:100%}.UserPrivateInfoPage .MainContainer .Text{display:flex;align-items:center;width:75%;color:#b2b2b2}.UserPrivateInfoPage .MainContainer .Button{display:flex;align-items:center;width:25%;justify-content:right}.UserPrivateInfoPage .MainContainer .Button input[type=button]{font-size:9pt;border-style:none;padding:5px 20px;height:30px;box-sizing:border-box;background-color:#fcc1cc;font-weight:700;color:#f1f1f1;border-radius:10px;transition:all .25s ease-out}.UserPrivateInfoPage .MainContainer .Button input[type=button]:hover{cursor:pointer;background-color:#f08080;color:#fff}.UserPrivateInfoPage .MainContainer div{color:var(--text-color);width:95%}.UserPrivateInfoPage .MainContainer .Link{display:flex;width:5%;justify-content:right;align-items:center}.UserPrivateInfoPage .MainContainer .Link .next{display:flex;align-items:center;justify-content:end;width:100%}.UserPrivateInfoPage .MainContainer .Link .next img{height:20px;width:20px}.UserPrivateInfoPage .LinkTag{text-decoration:none;color:#000}.UserPrivateInfoPage .LinkTag2{text-decoration:none;color:silver}.UserPrivateInfoPage .LinkTag2:nth-child(1):hover{color:var(--text-color)}.UserPrivateInfoPage .LinkTag2:nth-child(2):hover{color:red}.UserPrivateInfoPage .functionContainer{display:flex;margin-bottom:2em;gap:1.5em}@media screen and (max-width: 1250px){.UserPrivateInfoPage{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:80vh;overflow:auto}.UserPrivateInfoWrap{height:100%;position:relative}.UserPrivateInfoWrap .PageTitle{display:flex;align-items:center;justify-content:left}.UserPrivateInfoWrap .PageTitle .prev{width:10%}.UserPrivateInfoWrap .PageTitle h1{width:90%}.UserPrivateInfoWrap .LinkTag{display:flex;align-items:center;justify-content:center;width:100%}.UserPrivateInfoWrap .LinkTag .EmailContainer,.UserPrivateInfoWrap .LinkTag .PasswordContainer,.UserPrivateInfoWrap .LinkTag .AddressContainer{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;width:100%}.UserPrivateInfoWrap .LinkTag .EmailContainer .MainContainer,.UserPrivateInfoWrap .LinkTag .PasswordContainer .MainContainer,.UserPrivateInfoWrap .LinkTag .AddressContainer .MainContainer{display:flex;align-items:center;justify-content:space-between;flex-direction:row;width:100%}.UserPrivateInfoWrap .LinkTag .EmailContainer .MainContainer div:nth-child(1),.UserPrivateInfoWrap .LinkTag .PasswordContainer .MainContainer div:nth-child(1),.UserPrivateInfoWrap .LinkTag .AddressContainer .MainContainer div:nth-child(1){width:80%}.UserPrivateInfoWrap .LinkTag .EmailContainer .MainContainer .Button input[type=button]{width:100%;font-size:.725rem;padding:0;margin:0}.UserPrivateInfoWrap .LinkTag .EmailContainer .MainContainer .Link,.UserPrivateInfoWrap .LinkTag .PasswordContainer .MainContainer .Link,.UserPrivateInfoWrap .LinkTag .AddressContainer .MainContainer .Link{width:20%}.functionContainer{padding-bottom:1rem}}.UserInfoPage{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;overflow-y:auto}.UserInfoPage hr{margin-top:5%;margin-bottom:5%;border-width:1px 0 0 0;border-color:#f2f2f2;opacity:30%}.UserInfoWrap{width:80%;min-height:80vh;padding-top:5%;overflow-y:scroll;box-sizing:border-box}.UserInfoWrap .PageTitle{display:flex;align-items:center;flex-direction:row;width:100%}.UserInfoWrap .PageTitle .prev{display:flex;align-items:center;justify-content:left;width:5%}.UserInfoWrap .PageTitle .prev img{height:20px;width:20px}.UserInfoWrap .PageTitle h1{width:95%}.ProfileImageContainer{display:flex;align-items:center;justify-content:center;width:100%}.ProfileImageContainer .imgWrap{display:flex;align-items:center;justify-content:center;position:relative}.ProfileImageContainer .imgWrap img{width:200px;height:200px;border-radius:100px;border:2px solid #f2f2f2;box-sizing:border-box}.ProfileImageContainer .imgWrap button{border:2px solid #f2f2f2;width:50px;height:50px;border-radius:25px;border-style:none;position:absolute;right:10px;bottom:10px;cursor:pointer}.ProfileImageContainer .imgWrap button img{width:40px;height:40px;border-radius:20px;padding:5px;box-sizing:border-box}.Link .Title{display:flex;align-items:center;width:85%;text-align:left;color:var(--text-color)}.Link .next{display:flex;align-items:center;justify-content:end;width:15%}.Link .next img{height:20px;width:20px}.Link .prev{display:flex;align-items:center;justify-content:left;width:100%}.Link .prev img{height:20px;width:20px}.IntroductionWrap2,.IntroductionWrap2:link,.IntroductionWrap2:active,.IntroductionWrap2:visited{display:flex;align-items:center;justify-content:space-between;width:100%;color:var(--text-color)}.IntroductionWrap2 .next{display:flex;align-items:center;justify-content:end;width:100%}.IntroductionWrap2 .next img{height:20px;width:20px}.IntroductionWrap2 .prev{display:flex;align-items:center;justify-content:left;width:100%}.IntroductionWrap2 .prev img{height:20px;width:20px}.IntroductionWrap2 .title{display:flex;align-items:center;justify-content:left;width:100%}.UserInfoPage .Container{width:100%}.UserInfoPage .Container div{display:flex;align-items:center;width:100%}.UserInfoPage .Container div .Title{width:85%;display:flex;align-items:center;justify-items:center;background-color:var(--background-color)}.UserInfoPage .Container div .Title input[type=text]{width:100%;box-sizing:border-box;padding:.5em 0 .7em;border:none;outline:none;font-size:1rem;background-color:var(--background-color);color:var(--text-color)}.UserInfoPage .Container div .Title input[type=text]:focus,.UserInfoPage .Container div .Title input[type=text]:not(:placeholder-shown){border-bottom:1px solid #fcc1cc}.UserInfoPage .Container div .Button{width:15%;display:flex;align-items:center;justify-content:right}.UserInfoPage .Container div .Button input[type=button]{font-size:9pt;border-style:none;padding:5px 20px;height:30px;box-sizing:border-box;background-color:#fcc1cc;font-weight:700;color:#fff;border-radius:10px;transition:all .25s ease-out}.UserInfoPage .Container div .Button input[type=button]:hover{cursor:pointer;background-color:#f08080;color:#fff}.NickNameForm .ToggleWrap,.IntroductionForm .ToggleWrap{margin-top:-20px;display:flex;align-items:end;flex-direction:column;margin-bottom:30px}.NickNameForm .ToggleWrap .ToggleButton,.IntroductionForm .ToggleWrap .ToggleButton{display:flex;align-items:center;gap:10px;margin-top:10px}.NickNameForm .ToggleWrap input[type=button]:nth-child(1),.IntroductionForm .ToggleWrap input[type=button]:nth-child(1){font-size:9pt;border-style:none;padding:5px 20px;height:30px;box-sizing:border-box;background-color:#fff;font-weight:700;color:#676464;border:1px solid #b2b2b2;border-radius:10px;transition:all .25s ease-out}.NickNameForm .ToggleWrap input[type=button]:nth-child(2),.IntroductionForm .ToggleWrap input[type=button]:nth-child(2){font-size:9pt;border-style:none;padding:5px 20px;height:30px;box-sizing:border-box;background-color:#fcc1cc;font-weight:700;color:#fff;border-radius:10px;transition:all .25s ease-out}.NickNameForm .ToggleWrap input[type=button]:nth-child(2):hover,.IntroductionForm .ToggleWrap input[type=button]:nth-child(2):hover{cursor:pointer;background-color:#f08080;color:#fff}.NickNameForm .ToggleWrap input[type=button]:nth-child(1):hover,.IntroductionForm .ToggleWrap input[type=button]:nth-child(1):hover{cursor:pointer;background-color:#8f8f8f;border-color:#8f8f8f;color:#f2f2f2}.IntroductionForm .Container{display:flex;align-items:start;flex-direction:column;width:100%}.IntroductionForm .Container .IntroductionWrap{display:flex;flex-direction:row;box-sizing:border-box;align-items:center;width:100%}.IntroductionForm .Container .IntroductionWrap .content{display:flex;align-items:center;height:auto;width:85%}.IntroductionForm .Container .IntroductionWrap .content textarea{width:100%;border:none;outline:none;font-size:1rem;box-sizing:border-box;resize:none;overflow:auto;min-height:1rem;max-height:3rem;font-family:Noto Sans KR,Malgun Gothic,-apple-system,Segoe UI,Roboto,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.IntroductionForm .Container .IntroductionWrap .content textarea:focus,.IntroductionForm .Container .IntroductionWrap .content textarea:not(:placeholder-shown){background-color:var(--background-color);border-bottom:1px solid #fcc1cc}.IntroductionForm .Container .IntroductionWrap .buttonwrap{display:flex;align-items:center;justify-content:right;width:15%}.IntroductionForm .Container .IntroductionWrap .buttonwrap input[type=button]{font-size:9pt;border-style:none;padding:5px 20px;height:30px;box-sizing:border-box;background-color:#fcc1cc;font-weight:700;color:#f1f1f1;border-radius:10px;transition:all .25s ease-out}.IntroductionForm .Container .IntroductionWrap .buttonwrap input[type=button]:hover{cursor:pointer;background-color:#f08080;color:#fff}.DetailInfoContainer .Link{display:flex;align-items:center;text-decoration:none;color:#000}@media screen and (max-width: 1250px){.UserInfoPage{height:80vh}.UserInfoWrap{height:100%}.IntroductionForm{display:flex;align-items:flex-end;justify-content:center;flex-direction:column;width:100%}.IntroductionForm .Container .IntroductionWrap{display:flex;align-items:center;justify-content:center;width:100%}.IntroductionForm .Container .IntroductionWrap .content{width:80%}.IntroductionForm .Container .IntroductionWrap .content textarea{width:95%}.IntroductionForm .Container .IntroductionWrap .buttonwrap{width:20%}.IntroductionForm .Container .IntroductionWrap .buttonwrap input[type=button]{width:100%;box-sizing:border-box;padding:0;margin:0;display:flex;align-items:center;justify-content:center}.UserInfoPage .UserInfoWrap .NickNameForm .Container .Title{background-color:var(--background-color);width:100%}.UserInfoPage .UserInfoWrap .NickNameForm .Container .Title input[type=text]{width:90%}.UserInfoPage .PageTitle{display:flex;align-items:center;justify-content:left}.UserInfoPage .PageTitle .prev{width:10%}.UserInfoPage .PageTitle h1{width:90%;display:flex;align-items:center}.NickNameForm .ToggleWrap{margin-top:1rem}}.ChangeAddressPage{display:flex;align-items:center;justify-content:center;width:100%;overflow-y:auto}.ChangeAddressWrap{width:80%;min-height:80vh;padding-top:5%;overflow-y:scroll;box-sizing:border-box}.ChangeAddressWrap hr{margin-top:5%;margin-bottom:5%;border-width:1px 0 0 0;border-color:#f2f2f2;opacity:30%}.ChangeAddressWrap .PageTitle{display:flex;align-items:center;flex-direction:row;width:100%}.ChangeAddressWrap .PageTitle .prev{display:flex;align-items:center;justify-content:left;width:5%}.ChangeAddressWrap .PageTitle .prev img{height:20px;width:20px}.zipWrap{display:flex;align-items:center;width:100%}.zipWrap .zipButton{display:flex;align-items:center;justify-content:right;width:25%;color:#fff}#zipcodeBtn{width:80%;font-size:9pt;border-style:none;padding:5px 20px;height:30px;box-sizing:border-box;background-color:#fcc1cc;font-weight:700;color:#fff;border-radius:10px;transition:all .25s ease-out}#zipcodeBtn:hover{cursor:pointer;background-color:#f08080;color:#fff}.ChangeAddressWrap input[type=text]{width:100%;box-sizing:border-box;padding:10px;font-size:12pt;border-style:solid;outline-style:none;border:1px solid #ffffff;border-bottom:1px solid #b2b2b2}.ChangeAddressContainer #zipcode{width:85%;box-sizing:border-box;padding:10px;font-size:12pt;border-style:solid;outline-style:none;border:1px solid #ffffff;border-bottom:1px solid #b2b2b2}.ChangeAddressWrap input[type=text]:focus,.ChangePasswordContainer input[type=text]:active,.ChangeAddressContainer #zipcode:focus,.ChangeAddressContainer #zipcode:active,.ChangeAddressWrap input[type=text]:not(:placeholder-shown),.ChangeAddressContainer #zipcode:not(:placeholder-shown){border:none;border-bottom:1px solid lightcoral;box-sizing:border-box;background-color:var(--background-color);color:var(--text-color)}.ChangeAddressWrap .error-message{display:flex;align-items:center;justify-content:center;width:100%;margin-top:-1rem;margin-bottom:2rem}.ChangeAddressWrap .error-message span{display:flex;align-items:center;justify-content:left;width:100%;color:red;font-size:.825rem}@media screen and (max-width: 1250px){.ChangeAddressWrap .PageTitle{display:flex;align-items:center;justify-content:left}.ChangeAddressWrap .PageTitle .prev{width:10%}.ChangeAddressWrap .PageTitle h1{width:90%}.ChangeAddressContainer .zipWrap .text{box-sizing:border-box;width:60%}.ChangeAddressContainer .zipWrap .zipButton{box-sizing:border-box;width:80%}}.ChangePasswordPage{display:flex;align-items:center;justify-content:center;width:100%;overflow-y:auto}.ChangePasswordWrap hr{margin-top:5%;margin-bottom:5%;border-width:1px 0 0 0;border-color:#f2f2f2;opacity:30%}.ChangePasswordWrap{width:80%;min-height:80vh;padding-top:5%;overflow-y:scroll;box-sizing:border-box}.ChangePasswordWrap .PageTitle{display:flex;align-items:center;flex-direction:row}.ChangePasswordWrap .PageTitle .prev{display:flex;align-items:center;justify-content:left;width:5%}.ChangePasswordWrap .PageTitle .prev img{height:20px;width:20px}.ChangePasswordWrap .PageTitle h1{width:95%}.ChangePasswordContainer input[type=password]{width:100%;box-sizing:border-box;padding:10px;font-size:12pt;border-style:solid;outline-style:none;border:none;background-color:var(--background-color);color:var(--text-color);border-bottom:1px solid #b2b2b2}.ChangePasswordContainer input[type=password]:focus,.ChangePasswordContainer input[type=password]:active{border-bottom:1px solid lightcoral;box-sizing:border-box}.ChangePasswordPage .error-message{display:flex;align-items:center;justify-content:center;width:100%;margin-top:-1rem;margin-bottom:2rem}.ChangePasswordPage .error-message span{display:flex;align-items:center;justify-content:left;width:100%;color:red;font-size:.825rem}@media screen and (max-width: 1250px){.ChangePasswordWrap .PageTitle{display:flex;align-items:center;justify-content:left}.ChangePasswordWrap .PageTitle .prev{width:10%}.ChangePasswordWrap .PageTitle h1{width:90%}}.ChangeEmailPage{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;overflow-y:auto}.ChangeEmailWrap hr{margin-top:5%;margin-bottom:5%;border-width:1px 0 0 0;border-color:#f2f2f2;opacity:30%}.ChangeEmailWrap{width:80%;min-height:80vh;padding-top:5%;overflow-y:scroll;box-sizing:border-box}.ChangeEmailWrap .PageTitle{display:flex;align-items:center;flex-direction:row}.ChangeEmailWrap .PageTitle .prev{display:flex;align-items:center;justify-content:left;width:5%}.ChangeEmailWrap .PageTitle .prev img{height:20px;width:20px}.ChangeEmailWrap .PageTitle h1{width:95%}.EmailWrap{background-color:var(--background-color);display:flex;align-items:center;justify-content:center}.EmailWrap input[type=text]{width:100%;box-sizing:border-box;padding:10px;font-size:12pt;border-style:solid;outline-style:none;border:none;border-bottom:1px solid #b2b2b2;background-color:var(--background-color);color:var(--text-color)}.EmailWrap input[type=text]:focus,.EmailWrap input[type=text]:active,.EmailWrap input[type=text]:not(:placeholder-shown){border-bottom:1px solid lightcoral;box-sizing:border-box}.ButtonContainer{display:flex;align-items:center;justify-content:right;gap:10px;margin-bottom:3em}.ButtonContainer input[type=button]:nth-child(1){font-size:9pt;border-style:none;padding:5px 20px;height:30px;box-sizing:border-box;background-color:#fff;font-weight:700;color:#676464;border:1px solid #b2b2b2;border-radius:10px;transition:all .25s ease-out}.ButtonContainer input[type=button]:nth-child(2){font-size:9pt;border-style:none;padding:5px 20px;height:30px;box-sizing:border-box;background-color:#fcc1cc;font-weight:700;color:#fff;border-radius:10px;transition:all .25s ease-out}.ButtonContainer input[type=button]:nth-child(2):hover{cursor:pointer;background-color:#f08080;color:#fff}.ButtonContainer input[type=button]:nth-child(1):hover{cursor:pointer;background-color:#8f8f8f;border-color:#8f8f8f;color:#f2f2f2}.ChangeEmailPage .error{display:flex;align-items:center;justify-content:left;color:red;font-size:.825rem}@media screen and (max-width: 1250px){.ChangeEmailWrap .PageTitle{display:flex;align-items:center;justify-content:left}.ChangeEmailWrap .PageTitle .prev{width:10%}.ChangeEmailWrap .PageTitle h1{width:90%}}.DeleteUserInfoPage{display:flex;align-items:center;justify-content:center;width:100%;overflow-y:auto}.DeleteUserWrap hr{margin-top:5%;margin-bottom:5%;border-width:1px 0 0 0;border-color:#f2f2f2;opacity:30%}.DeleteUserWrap{width:80%;padding-top:5%;height:80vh;box-sizing:border-box;overflow-y:scroll}.DeleteUserWrap .PageTitle{display:flex;align-items:center;flex-direction:row}.DeleteUserWrap .PageTitle .prev{display:flex;align-items:center;justify-content:left;width:5%}.DeleteUserWrap .PageTitle .prev img{height:20px;width:20px}.DeleteUserWrap .PageTitle h1{width:95%}.DeleteUserInfoContainer textarea{width:100%;box-sizing:border-box;padding:10px;font-size:12pt;border-style:solid;outline-style:none;border:1px solid #b2b2b2;border-radius:4px;resize:none;min-height:50px}.DeleteUserInfoContainer input[type=password]{width:100%;box-sizing:border-box;padding:10px;font-size:12pt;border-style:solid;outline-style:none;border:1px solid #ffffff;border-bottom:1px solid #b2b2b2}.DeleteUserInfoContainer textarea:focus,.DeleteUserInfoContainer textarea:active{border:1px solid lightcoral;box-sizing:border-box}.DeleteUserInfoContainer input[type=password]:focus,.DeleteUserInfoContainer input[type=password]:active{border-bottom:1px solid lightcoral;box-sizing:border-box}.DeleteUserInfoContainer .error-message{color:red;font-size:12px;margin-top:5px}@media screen and (max-width: 1250px){.DeleteUserWrap .PageTitle{display:flex;align-items:center;justify-content:left}.DeleteUserWrap .PageTitle .prev{width:10%}.DeleteUserWrap .PageTitle h1{width:90%}.DeleteUserInfoContainer textarea{font-size:10.8pt}}.MonthCalendar-wrap{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:100%;margin-top:2%;margin-bottom:5%}.MonthCalendar-container{font-family:Arial,sans-serif;box-sizing:border-box;width:100%;max-width:900px;height:auto;background-color:var(--background-color);border-radius:1rem;box-shadow:0 4px 8px #0000001a;overflow:hidden}.MonthCalendar-controller{display:flex;justify-content:space-between;align-items:center;padding:15px;background-color:#fcc1cc;color:#fff;flex-wrap:wrap}.prev-btn,.next-btn{background-color:transparent;border:none;font-size:24px;cursor:pointer;color:#fff;transition:transform .2s ease}.prev-btn:hover,.next-btn:hover{transform:scale(1.2)}.month-year{font-size:20px;font-weight:700;text-align:center;flex-grow:1}.calendar-table{width:100%;border-collapse:collapse;table-layout:fixed}.calendar-table th{padding:10px;background-color:#f4f4f4;color:#302f2f;font-size:16px;font-weight:700;text-align:center;border:1px solid #ddd}.calendar-table td{padding:10px;text-align:center;font-size:14px;vertical-align:top;border:1px solid #ddd;cursor:pointer;position:relative;height:60px}.calendar-table .day{background-color:var(--background-color);transition:background-color .2s}.calendar-table .day:hover{background-color:#f0f0f0}.calendar-table .selected{background-color:#fae8eb;z-index:100;font-weight:700;color:#000}.calendar-table .has-schedule{background-color:#ffe5ea;color:#333;font-weight:700;transition:background-color .2s}.calendar-table .has-schedule .schedule-dot{position:relative;bottom:8px;width:8px;height:8px;border-radius:50%;display:block}.calendar-table .has-schedule .schedule-dots-container{position:absolute;display:flex;justify-content:center;align-items:center;width:100%;bottom:8px;gap:1rem;left:0}.calendar-table .has-schedule .my-dot{background-color:#6495ed}.calendar-table .has-schedule .received-dot{background-color:#ffa07a!important}.calendar-table .has-schedule{position:relative}.calendar-table .empty-day{background-color:transparent;border:none;cursor:default}.calendar-table .weekday:nth-child(1),.calendar-table .day:nth-child(1){color:#d80909}.calendar-table .weekday:nth-child(7),.calendar-table .day:nth-child(7){color:#12128f}.selected-date-info{margin-top:20px;padding:15px;border:1px solid #fcc1cc;border-radius:1rem;background-color:var(--calenderBackground-color)}.selected-date-info p{margin:5px 0;font-size:14px;color:var(--text-color);word-break:break-word}.schedule-date-title{border:2px solid #fcc1cc;padding:10px;font-weight:700;border-radius:30px;background-color:#fcc1cc;color:#fff;text-align:center;margin-bottom:10px}.reservationTitle{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;margin-top:1rem;width:100%}.reservationUl{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;list-style:none;width:100%;margin:0;padding:0}.reservationUl .reservationLi{display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;gap:.25rem;width:100%;padding:.25rem 0rem .25rem 0}.reservationUl .reservationLi .reservationItem{display:flex;align-items:center;justify-content:left;width:calc(100% - (25% + .25rem));overflow-wrap:anywhere}.reservationUl button{display:flex;align-items:center;justify-content:right;box-sizing:border-box;width:25%;padding:8px 12px;font-size:.8rem;border:none;cursor:pointer;transition:all .3s ease-in-out}.reservationUl .cancel-btn{background-color:transparent;color:#828282}.reservationUl .cancel-btn:hover{color:#222}.reservationUl .review-btn{background-color:transparent;color:#828282}.reservationUl .review-btn:hover{color:var(--white23Text-color)}@media (max-width: 768px){.MonthCalendar-container{max-width:100%}.MonthCalendar-controller{flex-direction:row;gap:10px}.prev-btn,.next-btn{font-size:20px}.calendar-table td{font-size:12px;height:50px}.month-year{font-size:18px}}@media (max-width: 480px){.calendar-table td{font-size:10px;padding:5px;height:40px}.MonthCalendar-controller{padding:10px}.prev-btn,.next-btn{font-size:18px}.month-year{font-size:16px}.calendar-table .has-schedule .schedule-dots-container{gap:.25rem}}.MyReservationPage{display:flex;align-items:center;justify-content:center;width:100%;overflow-y:auto}.MyReservationPage .MyReservationWrap{padding-top:5%;width:80%;min-height:80vh;box-sizing:border-box;overflow-y:scroll}.MyReservationPage .MyReservationWrap .PageTitle{display:flex;align-items:center;flex-direction:row;width:100%}.MyReservationPage .MyReservationWrap .PageTitle .prev{display:flex;align-items:center;justify-content:left;width:5%}.MyReservationPage .MyReservationWrap .PageTitle .prev img{height:20px;width:20px}.MyReservationPage .MyReservationWrap .PageTitle h1{width:95%}@media screen and (max-width: 1250px){.MyReservationPage .MyReservationWrap .PageTitle{display:flex;align-items:center;justify-content:left}.MyReservationPage .MyReservationWrap .PageTitle .prev{width:10%}.MyReservationPage .MyReservationWrap .PageTitle h1{width:90%}}.BookMarkProContainer{display:flex;align-items:center;justify-content:center;width:100%;overflow:auto}.BookMarkProContainer .BookMarkProWrap{margin-top:5%;width:80%;min-height:80vh;overflow-y:scroll;box-sizing:border-box}.BookMarkProWrap .PageTitle{display:flex;align-items:center;flex-direction:row}.BookMarkProWrap .PageTitle .prev{display:flex;align-items:center;justify-content:left;width:5%}.BookMarkProWrap .PageTitle .prev img{height:20px;width:20px}.BookMarkProWrap .PageTitle h1{width:95%}.BookMarkProContainer .BookMarkProWrap .CheckContainer{margin-top:2em;width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:2em}.BoxContainer{display:flex;align-items:center;box-sizing:border-box;position:relative;border:0px solid #ffffff;padding:10px;gap:.5em}.BoxContainer .screen-reader{position:absolute;width:1px;height:1px;padding:0;border:0;overflow:hidden;margin:-1px;clip-path:inset(50%)}.BoxContainer .label-box{position:relative}.BoxContainer .label-box label{display:flex;align-items:center;justify-content:center}.BoxContainer .label-box label .proName{font-size:1rem;font-weight:700}.BoxContainer .check-icon{width:1.4em;height:1.4em;border-radius:50%;background-color:#fff;border:1px solid gray;position:absolute;left:0;top:50%;transform:translateY(-50%)}.BoxContainer .check-icon:before{content:"";position:absolute;box-sizing:border-box;width:30%;height:55%;left:50%;top:50%;transform:translate(-50%) translateY(-70%) rotate(40deg);border-right:1.7px solid gray;border-bottom:1.7px solid gray}.BoxContainer label{padding-left:2.2em;position:relative;cursor:pointer}.BoxContainer [type=checkbox]:checked+.label-box .check-icon{border-color:#fcc1cc;background-color:#fcc1cc}.BoxContainer [type=checkbox]:checked+.label-box .check-icon:before{border-color:#fff}.BookMarkProContainer .BookMarkProWrap .CheckContainer .LinkContainer{box-sizing:border-box;border:0px solid #ffffff;padding:10px}.BookMarkProContainer .BookMarkProWrap .CheckContainer .LinkContainer button{text-decoration:none;background-color:transparent;border-style:none;color:#828282}.BookMarkProContainer .BookMarkProWrap .CheckContainer .LinkContainer button:hover{color:#fcc1cc;cursor:pointer}.BookMarkProContainer .BookMarkProWrap .ProListContainer{display:flex;align-items:center;border:2px solid rgba(200,200,200,.5);border-radius:10px;padding:10px;width:100%;box-sizing:border-box;margin-bottom:2em}.BookMarkProContainer .BookMarkProWrap .ProListContainer .ProList{display:flex;align-items:center;justify-content:space-between;width:100%}.BookMarkProContainer .BookMarkProWrap .ProListContainer .ProList-LeftContainer{flex:0 0 80%;display:flex;flex-direction:column;gap:10px}.BookMarkProContainer .BookMarkProWrap .ProListContainer .ProList-RightContainer{flex:0 0 20%;display:flex;align-items:center;justify-content:center}.BookMarkProContainer .BookMarkProWrap .ProListContainer .ProList-RightContainer .ProProfile{width:70%}.BookMarkProContainer .BookMarkProWrap .ProListContainer .ProList-RightContainer .ProProfile img{max-width:100%;max-height:100%;border-radius:50%;object-fit:cover}.BookMarkProContainer .BookMarkProWrap .ProListContainer .BoxContainer{display:flex;align-items:center;box-sizing:border-box;position:relative;border:0px solid #ffffff;padding:10px;gap:.5em}.BookMarkProContainer .BookMarkProWrap .ProListContainer .BoxContainer a{color:#000;text-decoration:none;font-weight:700;font-size:large}.BookMarkProContainer .BookMarkProWrap .ProListContainer .infoContainer{box-sizing:border-box;display:flex;vertical-align:text-top;width:100%;padding:10px;height:5em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.BookMarkProContainer .BookMarkProWrap .ProListContainer .scoreContainer{display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;width:100%;font-size:1rem;padding:10px;gap:.3rem}.BookMarkProContainer .BookMarkProWrap .ProListContainer .scoreContainer .star{display:flex;align-items:center;justify-content:left;color:#f39c12;width:1rem}.BookMarkProContainer .BookMarkProWrap .ProListContainer .scoreContainer .score{display:flex;align-items:center;justify-content:left;width:100%;color:#525252;font-size:.9rem;margin-left:.3rem}.lodingWrap{width:100%;height:10vh}@media screen and (max-width: 1250px){.BookMarkProContainer{width:100%;display:flex;align-items:center;justify-content:center}.BookMarkProContainer .BookMarkProWrap{width:90%}.BookMarkProWrap .PageTitle{display:flex;align-items:center;justify-content:left}.BookMarkProWrap .PageTitle .prev{width:10%}.BookMarkProWrap .PageTitle h1{width:90%}}.ChangeIntroPage{display:flex;align-items:center;justify-content:center;overflow-y:auto;width:100%}.ChangeIntroPage .ChangeIntroWrap{display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:80vh;padding-top:5%;overflow-y:scroll;box-sizing:border-box;width:100%;padding-bottom:3rem}.ChangeIntroPage .ChangeIntroWrap .oneIntroWrap{display:flex;align-items:center;justify-content:center;flex-direction:column;width:80%;margin-bottom:2rem}.ChangeIntroPage .ChangeIntroWrap h2{display:flex;align-items:center;justify-content:center;width:100%}.ChangeIntroPage .ChangeIntroWrap .SubTitle{display:flex;align-items:center;justify-content:left;width:100%;font-size:18px;margin-bottom:10px}.ChangeIntroPage .ChangeIntroWrap .introWrap{display:flex;align-items:center;justify-content:center;flex-direction:column;width:80%}.ChangeIntroPage .ChangeIntroWrap textarea{display:flex;align-items:center;box-sizing:border-box;outline:none;resize:none;background-color:var(--fff32Background-color);color:var(--text-color);border:1px solid #b1b1b1;width:100%;padding:10px;font-size:1rem;border-radius:10px}.ChangeIntroPage .ChangeIntroWrap textarea:focus,.ChangeIntroPage .ChangeIntroWrap textarea:not(:placeholder-shown){border-color:#fcc1cc}.ChangeIntroPage .ChangeIntroWrap .charCount{display:flex;align-items:center;justify-content:right;width:100%;font-size:.825rem;color:#888;margin-top:1rem}.ChangeIntroPage .ChangeIntroWrap .buttonWrap{margin-top:3rem;display:flex;align-items:center;justify-content:center;width:80%;gap:1rem}.ChangeIntroPage .ChangeIntroWrap .buttonWrap button{display:flex;align-items:center;justify-content:center;width:100%;outline:none;border:1px solid #fcc1cc;font-size:1rem;background-color:var(--fff32Background-color);color:#fcc1cc;box-sizing:border-box;padding:.3rem .5rem;border-radius:1rem;transition:.3s ease}.ChangeIntroPage .ChangeIntroWrap .buttonWrap button:hover,.ChangeIntroPage .ChangeIntroWrap .buttonWrap button:active{background-color:#fcc1cc;color:#fff}.categoryProWrap{padding:20px}.categoryProWrap h2{font-size:24px;font-weight:700;margin-bottom:2rem}.categoryProWrap .pro-list{display:flex;flex-direction:column;gap:20px}.categoryProWrap .pro-card{width:100%;border:1px solid #ccc;border-radius:8px;padding:15px;box-shadow:0 2px 10px #0000001a;text-align:center;background-color:var(--background-color)}.categoryProWrap .pro-card img{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:15px}.categoryProWrap .pro-card h4{font-size:18px;font-weight:700;margin-bottom:5px}.categoryProWrap .pro-card p{font-size:14px;color:#666}@media (max-width:1250px){.detailContentWrap{width:90%;margin:0 auto}.detailRightWrap{width:100%;margin:0 auto}.categoryProWrap{width:90%;margin:0;padding:0}}.infoBannerWrap{display:flex;align-items:center;justify-content:center;width:100%;height:600px;background-image:url(/image/aboutBanner.png);background-repeat:no-repeat;background-position:center;background-size:cover}.infoMissionWrap{display:flex;align-items:center;justify-content:center}.aboutInfoWrap .infoMissionWrap h1{color:#fff;font-size:2.5em}.homepageInfoPage .aboutInfoWrap{display:flex;flex-direction:column}.aboutInfoWrap p{font-size:1.2rem;color:#fff;margin-top:-1em}.infoFitProWrap{display:flex;text-align:center;justify-content:center;margin:1.5em auto}.infoFitProWrap hr{margin:auto;width:30%;border-color:#fcc1cc;opacity:50%}.infoFitProWrap p{font-size:1.1rem}.infoProCountWrap{height:500px;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,auto)}.infoProCountWrap .proCountWrap{position:relative;width:100%;height:auto;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;flex-direction:column;align-items:center;justify-content:center}.infoProCountWrap .proCountWrap h1{z-index:2;font-size:2em;color:#fff;margin-bottom:10px}.infoProCountWrap .proCountWrap p{margin-top:0;z-index:2;font-size:1rem;color:#fff}.infoProCountWrap .proCountWrap:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:1}.infoProCountWrap .proCountWrap img{position:relative;z-index:0}.infoProCountWrap .proCountWrap:nth-child(1){background-image:url(/image/home_background.jpg)}.infoProCountWrap .proCountWrap:nth-child(2){background-image:url(/image/si_background.png)}.infoProCountWrap .proCountWrap:nth-child(3){background-image:url(/image/fashion_background.jpg)}.infoProCountWrap .proCountWrap:nth-child(4){background-image:url(/image/study_background.jpg)}.infoProCountWrap .proCountWrap:nth-child(5){background-image:url(/image/hobby_background.jpg)}.infoProCountWrap .proCountWrap:nth-child(6){background-image:url(/image/car_background.jpg)}.infoJoinWrap{display:flex;align-items:center;justify-content:center;text-align:center;margin-top:1em;margin-bottom:20px}.infoJoinWrap hr{margin:-5px auto 1em;width:80%;border-color:#fcc1cc;opacity:50%}.infoJoinWrap a:link,.infoJoinWrap a:visited,.infoJoinWrap a:active,.infoJoinWrap a:hover{text-decoration:none;color:#fcc1cc}.aboutBtnWrap{display:flex;align-items:center;justify-content:center;gap:2em;margin-bottom:2em;margin-top:2em}.aboutBtnWrap input[type=button]{font-size:9pt;border-style:none;padding:5px 20px;height:30px;box-sizing:border-box;background-color:#fcc1cc;font-weight:700;color:#f1f1f1;border-radius:10px;transition:all .25s ease-out}.aboutBtnWrap input[type=button]:hover{cursor:pointer;background-color:#f08080;color:#fff}@media (max-width: 1250px){.infoBannerWrap{background-image:url(/image/aboutBanner.png);background-size:cover;background-position:center;height:280px}.aboutInfoWrap{display:flex;flex-direction:column;margin-top:1em}.aboutInfoWrap p{box-sizing:border-box;padding:1em;text-align:center}.infoFitProWrap p{padding:20px}.infoProCountWrap{grid-template-columns:repeat(1,1fr);height:1200px}.infoProCountWrap .proCountWrap h1{font-size:1.8em}.infoProCountWrap .proCountWrap p{font-size:14pt}.infoFitProWrap hr,.infoJoinWrap hr{width:50%;margin:0 auto}.infoJoinWrap hr{width:50%;margin:0 auto 3%}}.event-write-container{margin:20px auto;width:90%;max-width:800px;border:1px solid #ddd;border-radius:10px;background-color:#f9f9f9;padding:20px;box-shadow:0 4px 8px #0000001a}.event-write-container h3{text-align:center;color:#333;font-weight:700;font-size:20px;margin-bottom:50px}.event-write-container hr{border:none;border-top:1px solid #ccc;margin:20px 0}.event-write-container form{display:flex;flex-direction:column;gap:20px}.event-write-container form div{display:flex;justify-content:space-between;align-items:center}.event-write-container label{width:100px;text-align:left;font-weight:700;margin-right:10px;font-size:14px;color:#333}.event-write-container input[type=text],.event-write-container textarea,.event-write-container select{flex:1;padding:8px;font-size:14px;border:1px solid #ccc;border-radius:5px}.event-write-container textarea{height:150px;resize:none}.event-write-container input[type=file]{border:none;font-size:14px}.event-write-container button{padding:10px 20px;font-size:14px;border:none;border-radius:5px;cursor:pointer}.event-write-container button[type=submit]{background-color:#4caf50;color:#fff}.event-write-container button[type=button]{background-color:#f44336;color:#fff}.event-write-container form>div:last-child{display:flex;justify-content:center;gap:10px}.adminLogin-container{height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#000,#fff)}.adminLogin-wrapper{background:#fff;border-radius:10px;box-shadow:0 4px 8px #0000004d;padding:50px;width:100%;max-width:450px;text-align:center}.adminLogin-wrapper h2{font-size:28px;color:#2c3e50;margin-bottom:30px}.adminLogin-form{display:flex;flex-direction:column;gap:25px}.adminLogin-form-group{display:flex;flex-direction:column;text-align:left}.adminLogin-form-group label{font-size:16px;color:#7f8c8d;margin-bottom:10px}.adminLogin-form-group input{height:50px;padding:0 15px;font-size:16px;border:1px solid #bdc3c7;border-radius:8px;transition:all .3s ease;background:#ecf0f1;color:#2c3e50}.adminLogin-form-group input:focus{border-color:#000;box-shadow:0 0 6px #91919180;outline:none;background:#fff}.adminLogin-login-btn{height:50px;font-size:18px;background:#100f0f;color:#fff;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.adminLogin-login-btn:hover{background:#e6e6e6;color:#000}.adminLogin-footer{font-size:14px;color:#95a5a6;margin-top:30px}.sidebar{width:260px;min-height:100vh;background-color:#27272a;color:#fff}.sidelogo{padding:1.5rem;font-size:1.25rem;font-weight:700;color:#fff;border-bottom:1px solid #3f3f46;font-size:30px}.menu-list{flex:1;list-style-type:none;padding:0;margin:0}.submenu{background-color:#18181b;list-style-type:none;padding:0;margin:0}.menu-item{padding:.75rem 1.5rem;cursor:pointer;transition:background-color .2s}.menu-item:hover{background-color:#3f3f46}.submenu-trigger{padding:.75rem 1.5rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .2s}.submenu-trigger:hover{background-color:#3f3f46}.submenu-icon{transition:transform .2s}.submenu-icon.open{transform:rotate(180deg)}.submenu-item{padding:.5rem 2rem;cursor:pointer;transition:background-color .2s}.submenu-item:hover{background-color:#3f3f46}.submenu-icon-img{width:1rem;height:auto}.sideBar-Link{text-decoration:none;color:inherit}.menu-list2{position:absolute;display:flex;list-style-type:none;align-items:center;bottom:0;padding:0;margin:0;width:260px}.menu-list2 .sideBar-Link{display:flex;align-items:center;justify-content:left;width:100%;margin:0;color:#828282}.menu-list2 .sideBar-Link .menu-item{position:absolute;bottom:0;display:flex;align-items:center;justify-content:left;width:100%}.menu-list2 .sideBar-Link .menu-item:hover{background-color:#3f3f46;color:#fff}.membership-container{padding:20px;font-family:Arial,sans-serif;color:#333}.membership-inner-container{background-color:#fafafa;padding:20px;border-radius:10px;box-shadow:0 4px 6px #0000001a}.membership-title{font-size:24px;font-weight:700;margin-bottom:20px;color:#4e4e4e}.membership-divider{margin:20px 0;border:0;height:1px;background:#e0e0e0}.membership-table{width:100%;border-collapse:collapse}.membership-table th,.membership-table td{padding:12px 15px;border:1px solid #ddd;text-align:center}.membership-table th{background-color:#f0f0f0;color:#333;font-weight:700}.membership-table tbody tr:nth-child(odd){background-color:#fdfdfd}.membership-table tbody tr:nth-child(2n){background-color:#fff}.memberList-status-badge{display:inline-block;padding:5px 10px;border-radius:20px;font-size:.9em;font-weight:700;color:#fff;text-align:center}.memberList-status-badge.approved{color:#28a745}.memberList-status-badge.revoked{color:#dc3545}.pro-approved{color:#28a745;font-weight:700}.pro-revoked{color:#dc3545;font-weight:700}.membership-pagination{display:flex;justify-content:center;margin-top:20px}.membership-pagination button{background-color:#f0f0f0;border:1px solid #ddd;padding:5px 10px;margin:0 5px;cursor:pointer;transition:background-color .3s ease}.membership-pagination button:hover{background-color:#ddd}.membership-pagination button.active{background-color:#007bff;color:#fff}.membership-pagination button:disabled{background-color:#ccc;cursor:not-allowed}.proApproval-approve-container{padding:20px;font-family:Arial,sans-serif;color:#333}.proApproval-approve-inner-container{background-color:#fafafa;padding:20px;border-radius:10px;box-shadow:0 4px 6px #0000001a}.proApproval-approve-title{font-size:24px;font-weight:700;margin-bottom:20px;color:#4e4e4e;text-align:left}.proApproval-approve-divider{margin:20px 0;border:0;height:1px;background:#e0e0e0}.proApproval-approve-table{width:100%;border-collapse:collapse}.proApproval-approve-table th,.proApproval-approve-table td{padding:12px 15px;border:1px solid #ddd;text-align:center}.proApproval-approve-table th{background-color:#f0f0f0;color:#333;font-weight:700}.proApproval-approve-table tbody tr:nth-child(odd){background-color:#fdfdfd}.proApproval-approve-table tbody tr:nth-child(2n){background-color:#fff}.proApproval-status-badge{display:inline-block;padding:5px 10px;border-radius:20px;font-size:.9em;font-weight:700;color:#fff;text-align:center}.pro-status-badge-approved{color:#28a745}.pro-status-badge-revoked{color:#dc3545}.approve-btn{background-color:#80e0a7;color:#fff;padding:6px 12px;border:none;border-radius:5px;cursor:pointer;font-size:1em;font-weight:700;margin-right:10px}.approve-btn:hover{background-color:#66cc7e}.revoke-btn{background-color:#ff7f7f;color:#fff;padding:6px 12px;border:none;border-radius:5px;cursor:pointer;font-size:1em;font-weight:700}.revoke-btn:hover{background-color:#ff7f7f}.proApproval-pagination{display:flex;justify-content:center;margin-top:20px}.proApproval-pagination button{background-color:#f0f0f0;border:1px solid #ddd;padding:5px 10px;margin:0 5px;cursor:pointer;transition:background-color .3s ease}.proApproval-pagination button:hover{background-color:#ddd}.proApproval-pagination button.active{background-color:#007bff;color:#fff}.proApproval-pagination button:disabled{background-color:#ccc;cursor:not-allowed}.eventList-container{padding:20px;font-family:Arial,sans-serif;color:#333}.eventList-inner-container{background-color:#fafafa;padding:20px;border-radius:10px;box-shadow:0 4px 6px #0000001a}.eventList-title{font-size:24px;font-weight:700;margin-bottom:20px;color:#4e4e4e}.eventList-divider{margin:20px 0;border:0;height:1px;background:#e0e0e0}.eventList-table{width:100%;border-collapse:collapse;margin:20px 0;font-size:16px;text-align:center}.eventList-table th,.eventList-table td{padding:10px 15px;border:1px solid #ddd}.eventList-table th{background-color:#f0f0f0;color:#333;font-weight:700}.eventList-table tbody tr:nth-child(odd){background-color:#fdfdfd}.eventList-table tbody tr:nth-child(2n){background-color:#fff}.eventList-edit-button,.eventList-delete-button,.eventList-register-button{padding:4px 12px;font-size:14px;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.eventList-edit-button{background-color:#add8e6;color:#fff}.eventList-edit-button:hover{background-color:#87cefa}.eventList-delete-button{background-color:#ff4949;color:#fff;margin-left:5px}.eventList-delete-button:hover{background-color:#ff7f7f}.eventList-register-button{background-color:#80e0a7;color:#fff;font-size:16px;padding:10px 20px;margin:20px auto 0;display:block}.eventList-register-button:hover{background-color:#66cc7e}@media (max-width: 768px){.eventList-title{font-size:20px}.eventList-table th,.eventList-table td{font-size:14px;padding:10px}.eventList-register-button{font-size:14px;padding:8px 16px}}.eventList-modal-container{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:9999}.eventList-modal-content{background-color:#fff;padding:30px;border-radius:8px;width:90%;max-width:1000px;transition:transform .3s ease-in-out}.eventList-modal-header{text-align:center;margin-bottom:30px}.eventList-modal-header h2{margin:20px 0;text-align:center}.eventList-close-button{cursor:pointer;font-size:1.5rem;color:#333}.event-image{width:100px;height:100px;object-fit:cover;border-radius:4px;margin:5px}.eventList-modal-body{display:flex;flex-direction:column;gap:20px;margin-bottom:50px}.modal-body-content{display:flex;gap:30px;margin:20px}.left-section{flex:1;display:flex;flex-direction:column;gap:15px;padding-right:20px}.title-section input{width:70%;padding:10px;margin-top:8px;margin-bottom:15px;border:1px solid #ddd;border-radius:4px;display:block;text-align:center}.category-section select{width:30%;padding:10px;margin-top:8px;margin-bottom:15px;border:1px solid #ddd;border-radius:4px;display:block;text-align:center}.right-section{flex:1;display:flex;flex-direction:column;gap:20px}.content-section textarea{width:100%;height:400px;padding:10px;margin-top:8px;border:1px solid #ddd;border-radius:4px;resize:none}.eventList-upload-section{margin-top:20px}.eventList-upload-section label{display:block;margin-bottom:8px}.eventList-upload-section input[type=file]{display:block;margin-top:8px}.eventList-upload-preview{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.eventList-upload-preview-item{position:relative;display:flex;flex-direction:row;gap:10px;align-items:center}.event-image{width:100px;height:100px;object-fit:cover;border-radius:4px}.eventList-remove-button{background-color:#ff0000b3;color:#fff;border:none;border-radius:50%;padding:5px;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center}.eventList-modal-footer{display:flex;justify-content:center;gap:20px;margin-top:30px}.eventList-save-button,.eventList-cancel-button{padding:10px 30px;border-radius:4px;font-size:16px;cursor:pointer}.eventList-save-button{background-color:#4caf50;color:#fff;border:none}.eventList-cancel-button{background-color:#f0f0f0;border:1px solid #ddd}.EventList-pagination{display:flex;justify-content:center;margin-top:20px}.EventList-pagination button{background-color:#f0f0f0;border:1px solid #ddd;padding:5px 10px;margin:0 5px;cursor:pointer;transition:background-color .3s ease}.EventList-pagination button:hover{background-color:#ddd}.EventList-pagination button.active{background-color:#007bff;color:#fff}.EventList-pagination button:disabled{background-color:#ccc;cursor:not-allowed}.eventList-search-container{display:flex;align-items:center;gap:10px;margin-bottom:20px;justify-content:flex-end}.eventList-select{padding:10px;font-size:16px;border:1px solid #ccc;border-radius:5px;cursor:pointer}.eventList-search-container input{padding:10px;font-size:16px;border:1px solid #ccc;border-radius:5px;width:300px}.eventList-search-container button{padding:10px 20px;font-size:16px;background-color:#4caf50;color:#fff;border:none;border-radius:5px;cursor:pointer}.eventList-search-container button:hover{background-color:#45a049}.adminDashBoard-wrapper{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:20px;margin:20px}.adminDashBoard-header{padding:15px;border-bottom:2px solid #eaeaea;margin-bottom:20px}.adminDashBoard-header p{font-size:18px;color:#333;font-weight:600}.adminDashBoard-list-section{background-color:#fff;border-radius:6px;padding:20px;margin-bottom:20px}.adminDashBoard-list-header{padding:10px;margin-bottom:20px}.adminDashBoard-list-header h4{font-size:16px;color:#2c3e50;font-weight:600;margin:0}.adminDashBoard-list-header hr{border:none;height:1px;background-color:#eaeaea;margin-top:10px}.adminDashBoard-member-box{background-color:#fff;border-radius:6px;padding:20px;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;gap:10px;min-height:200px}.adminDashBoard-member-box:nth-child(1){border-left:4px solid #4CAF50}.adminDashBoard-member-box:nth-child(2){border-left:4px solid #2196F3}.adminDashBoard-member-box:nth-child(3){border-left:4px solid #f44336}.adminDashBoard-count-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:20px}.adminDashBoard-count-section{background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;padding:20px;height:260px;margin-bottom:20px;display:flex;flex-direction:column;justify-content:space-between}.adminDashBoard-count-header{padding:10px;display:flex;justify-content:space-between;align-items:center}.adminDashBoard-count-header p{font-size:20px;color:#2c3e50;font-weight:500;margin:0}.adminDashBoard-count-button{width:28px;height:28px;border-radius:50%;background-color:#fff;border:2px solid #ffffff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease-in-out}.adminDashBoard-count-button:hover{background-color:#fff;border-color:#fff;transform:scale(1.05)}.adminDashBoard-count-button:active{transform:scale(.95)}.adminDashBoard-count-button span{color:#495057;font-size:20px;line-height:1;font-weight:500;margin-top:-2px}.adminDashBoard-table{width:100%;border-collapse:collapse;margin:20px 0;font-size:16px;text-align:center}.adminDashBoard-table th,.adminDashBoard-table td{padding:10px 15px;border:1px solid #ddd;max-width:200px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.adminDashBoard-table th{background-color:#f0f0f0;color:#333;font-weight:700}.adminDashBoard-table tbody tr:nth-child(odd){background-color:#fdfdfd}.adminDashBoard-table tbody tr:nth-child(2n){background-color:#fff}.chart-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;align-items:stretch}.adminDashBoard-chart{background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;padding:20px;display:flex;flex-direction:column;justify-content:space-between;height:465px;margin-bottom:50px}.adminDashBoard-chart p{font-size:20px;color:#2c3e50;font-weight:500;margin:0 0 20px}.adminDashBoard-chart .chart-container{position:relative;width:100%;height:400px}
