@charset "UTF-8";.modal_overlay.area_modal{align-items:stretch;z-index:60;height:100vh;height:100svh;height:100dvh;max-height:100vh;max-height:100svh;max-height:100dvh}.modal_overlay.area_modal .modal_window{width:100%;max-width:100%;border-radius:0;padding:0;display:flex;flex-direction:column;height:100vh;max-height:100vh;height:100svh;max-height:100svh;height:100dvh;max-height:100dvh;min-height:100svh;box-sizing:border-box;overscroll-behavior:contain}@media(min-width:680px){.modal_overlay.area_modal .modal_window{max-width:720px;border-radius:10px;height:auto;max-height:calc(100vh - 60px)}}.modal_overlay.area_modal .modal_content{padding:0;display:flex;flex-direction:column;height:100%}.modal_overlay.area_modal .area_modal_header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:linear-gradient(90deg,#f39901,#f8b62c);color:#fff;border-radius:0;box-shadow:0 2px 6px #0000001f}@media(min-width:680px){.modal_overlay.area_modal .area_modal_header{border-radius:10px 10px 0 0}}.modal_overlay.area_modal .area_modal_header .ttl{margin:0;font-size:18px;font-weight:700}.modal_overlay.area_modal .area_modal_header .close_modal{background:none;border:none;color:#545454;font-size:22px;cursor:pointer;line-height:1}.modal_overlay.area_modal .area_modal_body{padding:0;background:#fff;color:#545454;flex:1 1 auto;overflow-y:auto;overscroll-behavior:contain}.modal_overlay.area_modal .area_modal_body .form_block{padding:18px}.modal_overlay.area_modal .area_modal_body .form_block+.form_block{margin-top:20px}.modal_overlay.area_modal .area_modal_body .block_label{font-weight:700;margin:0 0 12px;font-size:16px}.modal_overlay.area_modal .area_modal_body .select_box{position:relative;border:1px solid #d9d9d9;border-radius:10px;background:#fff;box-shadow:inset 0 1px 2px #0000000d}.modal_overlay.area_modal .area_modal_body .select_box select{width:100%;padding:14px 40px 14px 14px;border:none;border-radius:10px;font-size:16px;appearance:none;background:transparent;color:#545454}.modal_overlay.area_modal .area_modal_body .select_box .arrow{position:absolute;right:14px;top:45%;pointer-events:none;width:14px;height:14px;border-left:3px solid #f3a21a;border-bottom:3px solid #f3a21a;transform:translateY(-50%) rotate(-45deg)}.modal_overlay.area_modal .area_modal_body .select_box .arrow:after{display:none}.modal_overlay.area_modal .area_modal_body .city_list{overflow-y:auto;padding:6px 0 10px}.modal_overlay.area_modal .area_modal_body .city_list .placeholder{color:#777;margin:0;padding:6px 0}.modal_overlay.area_modal .area_modal_body .city_list .city_group{margin:15px 0 10px;padding:10px 8px;border-radius:8px;background:#fef8ee;border:1px solid #f3e3c5}.modal_overlay.area_modal .area_modal_body .city_list .city_group.others{background-color:#f7f7f7;border-color:#e2e2e2}.modal_overlay.area_modal .area_modal_body .city_list .city_group.others .name{font-weight:700;color:#777}.modal_overlay.area_modal .area_modal_body .city_list .city_grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 16px;padding:8px 6px 14px;background:#fff}@media(min-width:680px){.modal_overlay.area_modal .area_modal_body .city_list .city_grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.modal_overlay.area_modal .area_modal_body .city_list .city_checkbox{display:flex;align-items:center;gap:10px;font-weight:700;color:#545454;cursor:pointer;padding:8px 4px;border-radius:8px}.modal_overlay.area_modal .area_modal_body .city_list .city_checkbox input{display:none}.modal_overlay.area_modal .area_modal_body .city_list .city_checkbox .checkmark{width:28px;height:28px;border:2px solid #e2e2e2;border-radius:8px;background:#fff;position:relative;flex-shrink:0;box-shadow:inset 0 1px 2px #00000014,0 1px 2px #0000000f}.modal_overlay.area_modal .area_modal_body .city_list .city_checkbox input:checked+.checkmark{border-color:#f3a21a;background:linear-gradient(90deg,#f39901,#f8b62c);box-shadow:0 2px 4px #f3990152}.modal_overlay.area_modal .area_modal_body .city_list .city_checkbox input:checked+.checkmark:after{content:"";position:absolute;top:4px;left:9px;width:7px;height:12px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.modal_overlay.area_modal .area_modal_body .city_list .city_checkbox .name{font-size:16px;font-weight:700;color:#545454}.modal_overlay.area_modal .area_modal_body .city_list .city_checkbox.city_parent{font-size:17px;font-weight:700}.modal_overlay.area_modal .area_modal_body .city_list .city_checkbox.city_parent .checkmark{background:#fff}.modal_overlay.area_modal .area_modal_footer{display:grid;grid-template-columns:1fr 1fr;gap:0;border-top:1px solid #e5e5e5;box-shadow:0 -2px 6px #00000014;padding-bottom:env(safe-area-inset-bottom);box-sizing:border-box}.modal_overlay.area_modal .area_modal_footer .area_modal_btn{border:none;padding:14px 10px;font-size:16px;font-weight:700;cursor:pointer;height:56px;text-align:center;border-radius:0}.modal_overlay.area_modal .area_modal_footer .area_modal_btn.clear{background:#b5b5b5;color:#fff}.modal_overlay.area_modal .area_modal_footer .area_modal_btn.apply{background:linear-gradient(90deg,#f39901,#f8b62c);color:#fff}.modal_overlay.area_modal[data-selection-mode=single] .city_group.pref_all,.modal_overlay.area_modal[data-selection-mode=single] .city_group.designated{display:none}.modal_overlay.category_modal{align-items:stretch;z-index:60;height:100vh;height:100svh;height:100dvh;max-height:100vh;max-height:100svh;max-height:100dvh;padding:0}.modal_overlay.category_modal .modal_window{width:100%;max-width:100%;margin:0;border-radius:0;padding:0;display:flex;flex-direction:column;height:100vh;max-height:100vh;height:100svh;max-height:100svh;height:100dvh;max-height:100dvh;min-height:100svh;box-sizing:border-box;overscroll-behavior:contain}@media(min-width:680px){.modal_overlay.category_modal .modal_window{max-width:720px;border-radius:10px;height:auto;max-height:calc(100vh - 60px)}}.modal_overlay.category_modal .modal_content{padding:0;display:flex;flex-direction:column;height:100%}.modal_overlay.category_modal .area_modal_header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:linear-gradient(90deg,#f39901,#f8b62c);color:#fff;border-radius:0;box-shadow:0 2px 6px #0000001f}@media(min-width:680px){.modal_overlay.category_modal .area_modal_header{border-radius:10px 10px 0 0}}.modal_overlay.category_modal .area_modal_header .ttl{margin:0;font-size:18px;font-weight:700}.modal_overlay.category_modal .area_modal_header .close_modal{background:none;border:none;color:#545454;font-size:22px;cursor:pointer;line-height:1}.modal_overlay.category_modal .category_modal_body{padding:0;background:#fff;color:#545454;flex:1 1 auto;overflow-y:auto;overscroll-behavior:contain}.modal_overlay.category_modal .category_modal_body .form_block{padding:18px}.modal_overlay.category_modal .category_modal_body .form_block+.form_block{margin-top:20px}.modal_overlay.category_modal .category_modal_body .block_label{font-weight:700;margin:0 0 12px;font-size:16px}.modal_overlay.category_modal .category_modal_body .select_box{position:relative;border:1px solid #d9d9d9;border-radius:10px;background:#fff;box-shadow:inset 0 1px 2px #0000000d}.modal_overlay.category_modal .category_modal_body .select_box select{width:100%;padding:14px 40px 14px 14px;border:none;border-radius:10px;font-size:16px;appearance:none;background:transparent;color:#545454}.modal_overlay.category_modal .category_modal_body .select_box .arrow{position:absolute;right:14px;top:45%;pointer-events:none;width:14px;height:14px;border-left:3px solid #f3a21a;border-bottom:3px solid #f3a21a;transform:translateY(-50%) rotate(-45deg)}.modal_overlay.category_modal .category_modal_body .select_box .arrow:after{display:none}.modal_overlay.category_modal .category_modal_body .category_list{overflow-y:auto;padding:6px 0 10px}.modal_overlay.category_modal .category_modal_body .category_list .placeholder{color:#777;margin:0;padding:6px 0}.modal_overlay.category_modal .category_modal_body .category_group{margin:15px 0 10px;padding:10px 8px;border-radius:8px;background:#fef8ee;border:1px solid #f3e3c5}.modal_overlay.category_modal .category_modal_body .category_grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:6px 12px;padding:8px 12px 14px;background:#fff}@media(min-width:680px){.modal_overlay.category_modal .category_modal_body .category_grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.modal_overlay.category_modal .category_modal_body .category_checkbox{display:flex;align-items:center;gap:10px;font-weight:700;color:#545454;cursor:pointer;padding:6px 4px;border-radius:8px}.modal_overlay.category_modal .category_modal_body .category_checkbox input{display:none}.modal_overlay.category_modal .category_modal_body .category_checkbox .checkmark{width:28px;height:28px;border:2px solid #e2e2e2;border-radius:8px;background:#fafafa;position:relative;flex-shrink:0;box-shadow:inset 0 1px 2px #00000014,0 1px 2px #0000000f}.modal_overlay.category_modal .category_modal_body .category_checkbox input:checked+.checkmark{border-color:#f3a21a;background:linear-gradient(90deg,#f39901,#f8b62c);box-shadow:0 2px 4px #f3990152}.modal_overlay.category_modal .category_modal_body .category_checkbox input:checked+.checkmark:after{content:"";position:absolute;top:4px;left:9px;width:7px;height:12px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.modal_overlay.category_modal .category_modal_body .category_checkbox .name{font-size:16px;font-weight:700;color:#545454}.modal_overlay.category_modal .category_modal_footer{display:grid;grid-template-columns:1fr 1fr;gap:0;border-top:1px solid #e5e5e5;box-shadow:0 -2px 6px #00000014;padding-bottom:env(safe-area-inset-bottom);box-sizing:border-box}.modal_overlay.category_modal .category_modal_footer .category_modal_btn{border:none;padding:14px 10px;font-size:16px;font-weight:700;cursor:pointer;height:56px;text-align:center;border-radius:0}.modal_overlay.category_modal .category_modal_footer .category_modal_btn.clear{background:#b5b5b5;color:#fff}.modal_overlay.category_modal .category_modal_footer .category_modal_btn.apply{background:linear-gradient(90deg,#f39901,#f8b62c);color:#fff}.top_wrap .more{text-align:center}.top_wrap .more .arrow{color:#666;padding:0 15px 0 0}.top_wrap .more .button{display:inline-block;width:200px;height:46px;line-height:46px;text-align:center;text-decoration:none;background:linear-gradient(to right,#f39901,#f8b62c);color:#fff;border-radius:24px;font-size:14px;font-weight:700;box-shadow:0 4px 8px #0000001a}.top_wrap .office_count{width:100%;margin:0 auto 16px;padding:0 16px;color:#fff;text-align:center;display:flex;flex-wrap:wrap;align-items:baseline;justify-content:center;gap:6px 8px;font-weight:700;text-shadow:0 3px 12px rgba(0,0,0,.55),0 1px 2px rgba(0,0,0,.6)}@media(min-width:680px){.top_wrap .office_count{margin-bottom:20px}}@media(min-width:1024px){.top_wrap .office_count{width:80%}}.top_wrap .office_count-prefix,.top_wrap .office_count-suffix{font-size:16px;line-height:1.2}@media(min-width:680px){.top_wrap .office_count-prefix,.top_wrap .office_count-suffix{font-size:18px}}.top_wrap .office_count-number{font-size:36px;font-weight:800;letter-spacing:.02em;text-shadow:0 4px 16px rgba(0,0,0,.6)}@media(min-width:680px){.top_wrap .office_count-number{font-size:42px}}.top_wrap .office_count-sub{flex-basis:100%;font-size:18px;letter-spacing:.04em;margin-top:4px}@media(min-width:680px){.top_wrap .office_count-sub{font-size:20px}}.top_wrap .easy_search{width:calc(100% - 40px);margin:0 auto;padding:20px 0;background-color:#fff}@media(min-width:680px){.top_wrap .easy_search{width:min(520px,100% - 80px);padding:20px 25px}}@media(min-width:1024px){.top_wrap .easy_search{width:80%}}.top_wrap .easy_search{border-radius:6px;box-shadow:#3e3e3e29 0 3px 12px}.top_wrap .easy_search .sub_ttl{justify-content:center;margin:0 0 20px;font-size:16px}@media(min-width:680px){.top_wrap .easy_search .sub_ttl{font-size:18px}}.top_wrap .easy_search .sub_ttl{font-weight:700}.top_wrap .easy_search .easy_search_form{color:#414141}.top_wrap .easy_search .easy_search_form label:not(.ck_label){font-size:12px;color:#999}.top_wrap .easy_search .easy_search_form .check_box_wrap{padding:0 5px}.top_wrap .easy_search .easy_search_form .check_box_wrap .ck_label{color:#525252;padding:0 0 0 22px}.top_wrap .easy_search .easy_search_form .check_box_wrap .ck_label:before{width:18px;height:18px}.top_wrap .easy_search .easy_search_form .check_box_wrap .ck_label:after{left:3px}.top_wrap .easy_search .easy_search_form .or_wrap{background:none;border:none;position:relative;text-align:center;margin:14px auto;font-size:12px}.top_wrap .easy_search .easy_search_form .or_wrap:after{position:absolute;content:"";top:50%;left:0;width:100%;height:1px;background:#d1d1d1}.top_wrap .easy_search .easy_search_form .or_wrap span{display:inline-block;position:relative;padding:0 10px;background:#fff;font-size:13px;color:#666;z-index:1;line-height:1}.top_wrap .easy_search .easy_search_form .area_select{margin:0 0 10px}@media(min-width:680px){.top_wrap .easy_search .easy_search_form .area_select select{min-width:150px}}.top_wrap .easy_search .easy_search_form .flex_item_wrap{display:flex;align-items:center;justify-content:space-between}.top_wrap .easy_search .easy_search_form .flex_item_wrap .form_item_wrap{width:calc(50% - 12px)}.top_wrap .easy_search .easy_search_form .service_area_ch_wrap{margin:20px 0}.top_wrap .easy_search .easy_search_form .sub_sub_check_box{margin:20px 0 0}.top_wrap .easy_search .easy_search_form .sub_sub_check_box.active{display:block}.top_wrap .easy_search .easy_search_form .sub_sub_check_box .point_loader_wrap{margin:0 0 20px}.top_wrap .easy_search .easy_search_form .sub_sub_check_box .sub_sub_category{display:flex;align-items:center;flex-wrap:wrap;margin:20px 0 0;padding:0}.top_wrap .easy_search .easy_search_form .sub_sub_check_box .sub_sub_category .input_box{padding:3px 4px;font-size:12px}@media(min-width:680px){.top_wrap .easy_search .easy_search_form .sub_sub_check_box .sub_sub_category .input_box{padding:3px 7px;font-size:14px}}.top_wrap .easy_search .easy_search_form .sub_sub_check_box .attentions{display:none}.top_wrap .easy_search .easy_search_form .sub_sub_check_box .attentions.show{display:block}.top_wrap .easy_search .easy_search_form .sub_sub_check_box .attentions .attention{font-size:11px}.top_wrap .easy_search .easy_search_form .search_btn_wrap{margin:20px 0 0;padding:0}.top_wrap .easy_search .easy_search_form .search_btn_wrap button{text-align:center;display:block;min-width:150px;margin:0 auto 10px;background-color:#ffcc32}.top_wrap .easy_search .easy_search_form .search_btn_wrap button:disabled{background-color:#bdbdbd}.top_wrap .easy_search .easy_search_list .search_item{min-height:56px;border-bottom:1px solid #dedede;font-size:16px;padding:10px 20px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.top_wrap .easy_search .easy_search_list .search_item .label_wrap{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.top_wrap .easy_search .easy_search_list .search_item .label{font-weight:700;color:#545454}.top_wrap .easy_search .easy_search_list .search_item .select_summary{display:inline-block;max-width:100%;padding:4px 12px;border-radius:12px;background:#fff7e8;border:1px solid #f1d7b4;color:#7a5a2a;font-size:12px;font-weight:600;line-height:1.3;word-break:break-word;box-shadow:0 2px 8px #f399011f;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.top_wrap .easy_search .easy_search_list .search_item .select_summary.is-empty{background:#f7f7f7;border-color:#e3e3e3;color:#9a9a9a;font-weight:500;box-shadow:none}.top_wrap .easy_search .easy_search_list .search_item:nth-child(1){border-top:1px solid #dedede}.top_wrap .easy_search .easy_search_list .search_item input[name=keyword]{border:1px solid #dcdcdd;border-radius:8px;padding:8px 14px;width:100%;box-sizing:border-box;font-size:15px;background:#f7f7f7;color:#222;transition:border-color .2s ease,box-shadow .2s ease}.top_wrap .easy_search .easy_search_list .search_item input[name=keyword]:focus{outline:none;border-color:#f39901;box-shadow:0 0 0 1px #f3990166;background:#fff}.top_wrap .easy_search .easy_search_list .search_item input[name=keyword]::placeholder{color:#a5a5a5}.top_wrap .easy_search .easy_search_list .area_trigger{cursor:pointer}.top_wrap .easy_search .search_button_wrap{text-align:center;margin-top:20px}.top_wrap .easy_search .search_button_wrap .search_button{background:linear-gradient(to right,#f39901,#f8b62c);border:none;padding:10px 50px;font-size:16px;border-radius:24px;cursor:pointer;width:200px;height:46px}.top_wrap .easy_search .search_button_wrap .search_button:hover{background-color:#e6b800}.top_wrap .sec{margin:80px 15px 20px}@media(min-width:1024px){.top_wrap .sec{margin:80px 0 0}}.top_wrap .sec .sub_ttl{margin:0 0 20px;font-size:24px;font-weight:700}@media(min-width:680px){.top_wrap .sec .sub_ttl{margin:0 0 30px;font-size:28px}}.top_wrap .sec .item_swiper{padding:0 5px 20px}.top_wrap .sec .item_swiper .swiper-slide{background-color:#fff;height:auto;color:#666}.top_wrap .sec .item_swiper .swiper-slide .item_wrap{display:block;position:relative;height:100%;transition:opacity .3s}.top_wrap .sec .item_swiper .swiper-slide .item_wrap:hover{opacity:.7}.top_wrap .sec .item_swiper .swiper-slide .item_wrap .post_category_bat{position:absolute;top:0;left:0;z-index:1;font-size:12px;border-radius:8px 0;color:#fff;font-weight:700}.top_wrap .sec .item_swiper .swiper-slide .item_wrap .post_thumb_img,.top_wrap .sec .item_swiper .swiper-slide .item_wrap .thumb_img{position:relative;width:100%;background-color:#f7f7f7;border-bottom:1px solid #e7e7e7}.top_wrap .sec .item_swiper .swiper-slide .item_wrap .post_thumb_img img,.top_wrap .sec .item_swiper .swiper-slide .item_wrap .thumb_img img{width:100%;height:100%;border-radius:8px;aspect-ratio:3/2;object-fit:cover;object-position:center}.top_wrap .sec .item_swiper .swiper-slide .item_wrap .item_info{padding:10px 0;font-size:14px;min-height:120px}.top_wrap .sec .item_swiper .swiper-slide .item_wrap .item_info .name{margin:0 0 8px;line-height:1.2;font-weight:700;font-size:16px}.top_wrap .sec .item_swiper .swiper-slide .item_wrap .item_info .area{color:#666;font-size:14px}.top_wrap .sec .item_swiper .swiper-slide .item_wrap .item_info .follow_button{margin:15px 0 0;padding:6px 8px;color:#545454;border:1px solid #545454;border-radius:5px;position:absolute;bottom:10px;right:10px;font-size:12px;background:#fff;cursor:pointer}.top_wrap .sec .item_swiper .swiper-slide .item_wrap .item_info .follow_button.followed{background:linear-gradient(to right,#f39901,#f8b62c);color:#fff;border-color:#f5be48}.top_wrap .sec .content_card{display:flex;flex-direction:column;height:100%;background:#fff;overflow:hidden;transition:opacity .3s}.top_wrap .sec .content_card:hover{opacity:.7}.top_wrap .sec .content_link{display:flex;flex-direction:column;flex:1 1 auto;height:auto;text-decoration:none;color:inherit}.top_wrap .sec .content_body{display:flex;flex-direction:column;flex:1 1 auto;height:auto}.top_wrap .sec .content_img{width:100%;position:relative;background:#f7f7f7;overflow:hidden}.top_wrap .sec .content_like{display:flex;align-items:center;justify-content:flex-end;gap:5px;margin-top:auto;padding:10px 0 0}.top_wrap .sec .content_like .like_form{margin:0}.top_wrap .sec .content_like .like_btn{width:26px;height:26px;border:none;background:transparent url(/build/assets/like-B3aC00Or.png) center/20px no-repeat;cursor:pointer;padding:0}.top_wrap .sec .content_like .like_btn.liked{background-image:url(/build/assets/liked-DyxTVVEg.png)}.top_wrap .sec .content_like .like_count{display:inline-flex;align-items:center;gap:4px;font-size:14px}.top_wrap .sec .content_like .like_count .number,.top_wrap .sec .content_like .like_count .count{font-weight:700}.top_wrap .sec .new_posts-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:0 0 40px}@media(min-width:680px){.top_wrap .sec .new_posts-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.top_wrap .sec .new_posts-card{height:100%}.top_wrap .sec .new_posts-card .item_wrap{position:relative;height:100%;background-color:#fff;overflow:hidden}.top_wrap .sec .new_posts-card .item_wrap .post_category_bat{position:absolute;top:0;left:0;z-index:1;font-size:12px;border-radius:8px 0;color:#fff;font-weight:700}.top_wrap .sec .office_link{display:block}.top_wrap .sec .office_link .post_detail{display:flex;flex-direction:column}.top_wrap .sec .head_line{font-size:12px;border-bottom:1px dashed #d1d1d1;display:flex;justify-content:space-between;padding:10px;background:#ffffffb0}.top_wrap .sec .head_line .like_count{display:flex;align-items:center}.top_wrap .sec .head_line .like_count small{font-weight:700;font-size:14px;color:#ff9a9a;margin:0 3px 0 0}.top_wrap .sec .ttl{padding:10px 0;font-size:16px;font-weight:700;overflow:hidden;text-overflow:ellipsis}.top_wrap .sec .service_name{padding:10px 10px 5px;font-size:11px}.top_wrap .sec .post_link img{width:100%;height:100%;border-radius:8px;aspect-ratio:1/1;object-fit:cover}.top_wrap .sec .office_link{position:absolute;bottom:0;left:0;right:0;font-size:12px}.top_wrap .sec .office_link .name{margin:0 0 5px;overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;max-height:30px}.top_wrap .sec .office_link .area{color:#666}.top_wrap .sec .office_info .name{font-size:12px;font-weight:700;margin:0 0 5px;overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;max-height:30px}.top_wrap .sec .office_info .area{font-size:12px;color:#666}.top_wrap .sec.ads_wrap{margin:40px 0 0;padding:20px 15px 0}.top_wrap .sec.ads_wrap.multi_ads_wrap{margin:20px 0 -20px}.top_wrap .sec.ads_wrap.no_background{background:none}.top_wrap .sec.ads_wrap .ad_label{width:fit-content;font-size:14px;font-weight:700;color:#fff;margin:0 0 10px;padding:5px 10px;background-color:#bfbfbf}@media(min-width:680px){.top_wrap .sec.ads_wrap .ad_label{font-size:16px}}.top_wrap .sec.ads_wrap .ads_swiper{padding:0 0 40px}.top_wrap .sec.ads_wrap .ads_swiper#frontTopAds{padding:0}.top_wrap .sec.ads_wrap .ads_swiper#frontTopAds .swiper-pagination{display:none}.top_wrap .sec.ads_wrap .ads_swiper .ad_img{position:relative;background:#f3f3f3}.top_wrap .sec.ads_wrap .ads_swiper .ad_img img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:auto;height:auto;max-width:100%;max-height:100%}.top_wrap .sec.ads_wrap .ads_multi{padding:0 0 30px}.top_wrap .sec.ads_wrap .ads_multi .swiper-wrapper{align-items:flex-start}.top_wrap .sec.ads_wrap .ads_multi .swiper-slide{height:auto}.top_wrap .sec.ads_wrap .ads_multi .ads_multi-item{position:relative;width:100%;aspect-ratio:1/1}.top_wrap .sec.ads_wrap .ads_multi .item_wrap{position:absolute;inset:0;display:block}.top_wrap .sec.ads_wrap .ads_multi .ad_img-square{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.top_wrap .sec.ads_wrap .ads_multi .ad_img-square img{width:100%;height:100%;object-fit:cover;object-position:center}.top_wrap .sec.search_area_wrap .search_area_list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(min-width:680px){.top_wrap .sec.search_area_wrap .search_area_list{grid-template-columns:repeat(3,1fr)}}.top_wrap .sec.search_area_wrap .search_area_list li{width:100%}.top_wrap .sec.search_area_wrap .search_area_list li a{display:block;position:relative;border-radius:8px;overflow:hidden;transition:opacity .3s}.top_wrap .sec.search_area_wrap .search_area_list li a:hover{opacity:.7}.top_wrap .sec.search_area_wrap .search_area_list li a .img_wrap{width:100%;height:100%}.top_wrap .sec.search_area_wrap .search_area_list li a .img_wrap img{width:100%;height:100%;object-fit:cover;object-position:center}.top_wrap .sec.search_area_wrap .search_area_list li a .area_name{display:flex;align-items:center;justify-content:center;position:absolute;inset:0;background-color:#5656567a;color:#fff;font-size:18px;font-weight:600;letter-spacing:1px;text-shadow:1px 1px 1px rgba(84,84,84,.64)}@media(min-width:680px){.top_wrap .sec.search_area_wrap .search_area_list li a .area_name{font-size:24px}}.top_wrap .sec.search_purpose_wrap .search_purpose_list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.top_wrap .sec.search_purpose_wrap .purpose{position:relative;overflow:hidden;border-radius:8px;height:125px}@media(min-width:680px){.top_wrap .sec.search_purpose_wrap .purpose{height:150px}}.top_wrap .sec.search_purpose_wrap .purpose a{position:relative;display:block;height:100%;color:#fff;transition:opacity .3s}.top_wrap .sec.search_purpose_wrap .purpose a:hover{opacity:.7}.top_wrap .sec.search_purpose_wrap .purpose a img{width:100%;height:100%;object-fit:cover;object-position:center}.top_wrap .sec.search_purpose_wrap .purpose a .label{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:calc(100% - 40px);z-index:1;font-size:16px;font-weight:700;line-height:1.4;letter-spacing:.2px;text-shadow:0 2px 6px rgba(0,0,0,.4)}@media(min-width:680px){.top_wrap .sec.search_purpose_wrap .purpose a .label{font-size:24px}}.top_wrap .sec.search_purpose_wrap .purpose:after{content:"";position:absolute;inset:0;background-color:#80808047;pointer-events:none}.top_wrap .sec[class*=about_][class$=_wrap]{padding:40px 15px;margin:40px auto 0;background-color:#efefef}@media(min-width:1024px){.top_wrap .sec[class*=about_][class$=_wrap]{border-radius:18px;padding:80px 0;margin:80px 0 0}}.top_wrap .sec[class*=about_][class$=_wrap] .sub_ttl.logo{text-align:center;margin:0 0 40px}.top_wrap .sec[class*=about_][class$=_wrap] .logo_center{display:flex;align-items:center;justify-content:center}.top_wrap .sec[class*=about_][class$=_wrap] .logo_center img{width:245px}@media(min-width:680px){.top_wrap .sec[class*=about_][class$=_wrap] .logo_center img{width:300px}}.top_wrap .sec[class*=about_][class$=_wrap] .about_content{margin-bottom:40px}.top_wrap .sec[class*=about_][class$=_wrap] .about_content .catch_copy{font-size:18px;font-weight:700;line-height:1.67;text-align:center;margin:0 0 40px}@media(min-width:680px){.top_wrap .sec[class*=about_][class$=_wrap] .about_content .catch_copy{font-size:24px;line-height:1.6}}.top_wrap .sec[class*=about_][class$=_wrap] .about_content .about_text{font-size:16px;line-height:2.12;max-width:500px;margin:0 auto;text-align:center}@media(min-width:680px){.top_wrap .sec[class*=about_][class$=_wrap] .about_content .about_text{font-size:18px}}.top_wrap .sec[class*=about_][class$=_wrap] .more{margin:40px 0 0;text-align:center}.top_wrap .sec[class*=about_][class$=_wrap] .more .button{display:inline-block;width:200px;height:46px;line-height:46px;text-align:center;text-decoration:none;background:linear-gradient(to right,#f39901,#f8b62c);color:#fff;border-radius:24px;font-size:14px;font-weight:700;box-shadow:0 4px 4px #00000040}.top_wrap .sec.search_service .service_post_list{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:0 0 40px}@media(min-width:680px){.top_wrap .sec.search_service .service_post_list{grid-template-columns:repeat(3,minmax(0,1fr))}}.top_wrap .sec.search_service .service_post_item{display:flex;flex-direction:column;height:100%;text-decoration:none;color:#333;background:#fff;overflow:hidden;transition:opacity .3s}.top_wrap .sec.search_service .service_post_item:hover{opacity:.7}.top_wrap .sec.search_service .service_post_item .img_wrap{position:relative;width:100%;padding-top:100%;background:#f7f7f7}.top_wrap .sec.search_service .service_post_item .img_wrap img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:8px}.top_wrap .sec.search_service .service_post_item .img_wrap .rank_badge{position:absolute;top:0;left:0;background:#00a0c8;color:#fff;font-size:12px;font-weight:700;padding:8px 10px;border-radius:4px 0}.top_wrap .sec.search_service .service_post_item .content_wrap{padding:10px 0}.top_wrap .sec.search_service .service_post_item .content_wrap .service_name_tag{display:inline-block;background:#f0f0f0;color:#666;font-size:12px;padding:4px 8px;margin-bottom:8px;border-radius:2px}.top_wrap .sec.search_service .service_post_item .content_wrap .title{font-size:16px;font-weight:700;line-height:1.2;margin-bottom:10px;overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;height:2.3em}.top_wrap .sec.search_service .service_post_item .content_wrap .office_name{font-size:12px;color:#666;font-weight:700;margin-bottom:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.top_wrap .sec.search_service .service_post_item .content_wrap .area{font-size:12px}.top_wrap .sec.search_service .service_post_item .info_bottom{padding:0 0 10px}.top_wrap .sec.new_topics .topic_list{max-width:800px;margin:0 auto 40px}.top_wrap .sec.new_topics .topic_item{display:flex;align-items:flex-start;padding:8px 0;border-bottom:1px solid #e7e7e7;text-decoration:none;transition:opacity .3s}.top_wrap .sec.new_topics .topic_item:hover{opacity:.7}.top_wrap .sec.new_topics .topic_item .topic_img{width:120px;height:120px;flex-shrink:0;margin:0 20px 0 0;border-radius:8px;overflow:hidden;background-color:#f7f7f7;position:relative}@media(min-width:680px){.top_wrap .sec.new_topics .topic_item .topic_img{width:150px;height:150px}}.top_wrap .sec.new_topics .topic_item .topic_img img{width:100%;height:100%;object-fit:cover;object-position:center}.top_wrap .sec.new_topics .topic_item .topic_content{flex-grow:1;display:flex;flex-direction:column;justify-content:flex-start;min-height:120px}@media(min-width:680px){.top_wrap .sec.new_topics .topic_item .topic_content{min-height:150px}}.top_wrap .sec.new_topics .topic_item .topic_head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.top_wrap .sec.new_topics .topic_item .topic_head .post_category_bat{font-size:12px;padding:5px 10px;border-radius:6px;color:#fff;font-weight:700}.top_wrap .sec.new_topics .topic_item .topic_head .date{font-size:14px}.top_wrap .sec.new_topics .topic_item .topic_ttl{font-size:16px;line-height:1.6}@media(min-width:680px){.top_wrap .sec.new_topics .topic_item .topic_ttl{font-size:18px}}.modal_overlay{cursor:pointer}@media(min-width:680px){.modal_overlay .explain{text-align:center}}.modal_overlay .btn_wrap{text-align:center;display:flex;flex-direction:column;gap:10px;align-items:center}.modal_overlay .btn_wrap .login_link{display:inline-flex;align-items:center;justify-content:center;min-width:200px;height:46px;border-radius:24px;color:#fff;background:linear-gradient(90deg,#f39c12,#f8b62c);font-weight:700;box-shadow:0 6px 14px #f39c1247;padding:0 24px;text-decoration:none}.modal_overlay .btn_wrap .arrow{display:inline-flex;align-items:center;justify-content:center;min-width:200px;height:46px;border-radius:24px;padding:0 24px;color:#f6a623;border:1px solid #f6a623;font-weight:700;text-decoration:none}.modal_overlay .btn_wrap .arrow:after{display:none}
