@charset "utf-8";

/*////////////////////////////////////
community_report_main_top_section
@media screen and (min-width: 768px)
////////////////////////////////////*/
@media screen and (min-width:768px){
#spimg{
display:none;
}
.tbimg{
display:none;
}
#community_report_page_main{
padding-top:135px;
}
#community_report_main_top_section{
position:relative;
display:flex;
align-items:center;
justify-content:flex-start;
width:100%;
aspect-ratio:16 / 5;
min-height:320px;
max-height:440px;
padding:40px;
box-sizing:border-box;
overflow:hidden;
}

.community_report_main_top_img{
display:block;
width:100%;
height:100%;
object-fit:cover;
object-position:center right;
}

#community_report_main_top_section:before{
position:absolute;
z-index:1;
top:0;
right:0;
bottom:0;
left:0;
content:"";
background:linear-gradient(90deg,rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.4) 44%,rgba(255,255,255,0.18) 100%);
pointer-events:none;
}

#community_report_main_top_section .main_top_section_text{
position:relative;
z-index:2;
display:block;
width:min(720px,90%);
text-align:left;
}

#community_report_main_top_section .page_title{
margin:0;
padding:0;
font-size:clamp(3rem,4vw,5.2rem);
line-height:1.4;
font-weight:700;
color:#00a898;
text-align:left;
}

.community_report_main_top_picture{
position:absolute;
z-index:0;
top:0;
right:0;
bottom:0;
left:0;
display:block;
width:100%;
height:100%;
}
}

/*////////////////////////////////////
community_report_main_top_section
@media screen and (min-width: 0px) and (max-width: 767px)
////////////////////////////////////*/
@media screen and (min-width:0px) and (max-width:767px){
#pcimg{
display:none;
}
.tbimg{
display:none;
}
#community_report_page_main{
padding-top:72px;
}
#community_report_main_top_section{
position:relative;
display:flex;
align-items:center;
justify-content:flex-start;
width:100%;
aspect-ratio:4 / 3;
min-height:300px;
max-height:430px;
padding:24px;
box-sizing:border-box;
overflow:hidden;
}

.community_report_main_top_img{
display:block;
width:100%;
height:100%;
object-fit:cover;
object-position:center right;
}

#community_report_main_top_section:before{
position:absolute;
z-index:1;
top:0;
right:0;
bottom:0;
left:0;
content:"";
background:rgba(255,255,255,0.6);
pointer-events:none;
}

#community_report_main_top_section .main_top_section_text{
position:relative;
z-index:2;
display:block;
width:100%;
text-align:left;
}

#community_report_main_top_section .page_title{
margin:0;
padding:0;
font-size:3rem;
line-height:1.4;
font-weight:700;
color:#00a898;
text-align:left;
}

.community_report_main_top_picture{
position:absolute;
z-index:0;
top:0;
right:0;
bottom:0;
left:0;
display:block;
width:100%;
height:100%;
}

}

/*////////////////////////////////////
community_report_list_section
@media screen and (min-width: 768px)
////////////////////////////////////*/
@media screen and (min-width:768px){
#community_report_list_section{
position:relative;
}
}

/*////////////////////////////////////
community_report_list_section
@media screen and (min-width:0px) and (max-width:767px)
////////////////////////////////////*/
@media screen and (min-width:0px) and (max-width:767px){
#community_report_list_section{
position:relative;
}
}

/*////////////////////////////////////
report_filter_section
@media screen and (min-width: 768px)
////////////////////////////////////*/
@media screen and (min-width:768px){
#report_filter_section{
position:relative;
display:block;
overflow:hidden;
}

#report_filter_area{
position:relative;
display:block;
width:min(1710px,calc(100% - 80px));
margin:0 auto;
}

.report_filter_head{
position:relative;
z-index:2;
display:block;
width:100%;
text-align:center;
}

.report_filter_place{
position:relative;
z-index:2;
display:block;
width:100%;
padding:44px 0 0;
}

.report_filter_block{
position:relative;
display:block;
width:100%;
padding:0;
margin-bottom: 60px;
}

.report_filter_block + .report_filter_block{
padding:38px 0 0;
}

.report_area_filter_list{
align-items:start;
}

.report_filter_parent_item{
position:relative;
z-index:5;
}

.report_filter_parent_item:hover{
z-index:20;
}
.report_filter_parent_item:hover .report_filter_sub_list,
.report_filter_parent_item:focus-within .report_filter_sub_list{
visibility:visible;
opacity:1;
transform:translateY(0);
pointer-events:auto;
}

.report_filter_parent_item:hover .report_filter_arrow,
.report_filter_parent_item:focus-within .report_filter_arrow{
transform:translateY(-30%) rotate(225deg);
}

.report_filter_parent_item .report_filter_button{
padding-right:42px;
}

.report_filter_arrow{
position:absolute;
right:20px;
top:50%;
display:block;
width:8px;
height:8px;
border-right:2px solid currentColor;
border-bottom:2px solid currentColor;
transform:translateY(-70%) rotate(45deg);
transition:transform 0.3s ease;
}

.report_filter_sub_list{
position:absolute;
z-index:30;
top:calc(100% + 10px);
left:0;
display:grid;
grid-template-columns:1fr;
gap:8px;
width:100%;
padding:10px;
border:1px solid rgba(217,225,234,0.95);
border-radius:18px;
background:#ffffff;
box-shadow:0 18px 38px rgba(28,92,104,0.15);
visibility:hidden;
opacity:0;
transform:translateY(-8px);
pointer-events:none;
transition:opacity 0.3s ease,transform 0.3s ease,visibility 0.3s ease;
}

.report_filter_sub_list:before{
position:absolute;
top:-12px;
left:0;
display:block;
width:100%;
height:12px;
content:"";
}

.report_filter_sub_button{
position:relative;
display:flex;
align-items:center;
justify-content:center;
width:100%;
min-height:48px;
padding:8px 12px;
border:1px solid #dce6e4;
border-radius:13px;
background:#f7fbfa;
font-size:1.8rem;
line-height:1.5;
font-weight:700;
font-family:inherit;
letter-spacing:0.04em;
color:#334155;
cursor:pointer;
transition:background 0.3s ease,color 0.3s ease,border-color 0.3s ease;
}

.report_filter_sub_button:hover{
border-color:#278276;
background:#edf8f5;
color:#278276;
}

.report_filter_sub_button.is_active{
border-color:#278276;
background:#278276;
color:#ffffff;
}
#report_filter_section .section_sub_title{
position:relative;
display:flex;
align-items:center;
justify-content:center;
gap:14px;
margin:0;
padding:0 0 20px;
font-size:2.1rem;
line-height:1.5;
font-weight:700;
letter-spacing:0.05em;
color:#163b6b;
text-align:center;
}

#report_filter_section .section_sub_title:before,
#report_filter_section .section_sub_title:after{
content:"";
display:block;
width:42px;
height:2px;
border-radius:999px;
background:linear-gradient(90deg,#00a898 0%,#8bcf9a 100%);
}

.report_filter_block:nth-child(2) .section_sub_title:before,
.report_filter_block:nth-child(2) .section_sub_title:after{
background:linear-gradient(90deg,#f49a24 0%,#ffcf71 100%);
}

.report_filter_list{
position:relative;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(170px,1fr));
gap:16px;
width:100%;
}

.report_filter_item{
position:relative;
display:block;
width:100%;
}

.report_filter_button{
position:relative;
display:flex;
align-items:center;
justify-content:center;
width:100%;
min-height:76px;
padding:12px 14px;
border-radius:20px;
background:rgba(255,255,255,0.94);
border:1px solid rgba(217,225,234,0.95);
box-shadow:0 14px 28px rgba(28,92,104,0.08);
font-size:1.8rem;
line-height:1.5;
font-weight:700;
letter-spacing:0.04em;
color:#334155;
text-align:center;
cursor:pointer;
appearance:none;
transition:background 0.3s ease,color 0.3s ease,border 0.3s ease,box-shadow 0.3s ease,transform 0.3s ease;
}

.report_filter_button:before{
content:"";
position:absolute;
left:14px;
top:14px;
width:8px;
height:8px;
border-radius:50%;
background:rgba(0,168,152,0.28);
transition:background 0.3s ease,transform 0.3s ease;
}

.report_filter_block:nth-child(2) .report_filter_button:before{
background:rgba(235,109,31,0.26);
}

.report_filter_button:hover{
transform:translateY(-4px);
border:1px solid rgba(39,130,118,0.38);
box-shadow:0 18px 36px rgba(28,92,104,0.13);
color:#278276;
}

.report_filter_button:hover:before{
background:#278276;
transform:scale(1.25);
}

.report_filter_item.is_active .report_filter_button{
background:linear-gradient(135deg,#278276 0%,#5fb94f 100%);
border:1px solid rgba(39,130,118,0.2);
box-shadow:0 16px 32px rgba(39,130,118,0.2);
color:#ffffff;
}

.report_filter_item.is_active .report_filter_button:before{
background:#ffffff;
}

.report_filter_block:nth-child(2) .report_filter_button:hover{
border:1px solid rgba(235,109,31,0.34);
color:#eb6d1f;
}

.report_filter_block:nth-child(2) .report_filter_button:hover:before{
background:#eb6d1f;
}

.report_filter_block:nth-child(2) .report_filter_item.is_active .report_filter_button{
background:linear-gradient(135deg,#ff9c40 0%,#ea7600 100%);
border:1px solid rgba(234,118,0,0.2);
box-shadow:0 16px 32px rgba(234,118,0,0.2);
color:#ffffff;
}

.report_filter_block:nth-child(2) .report_filter_item.is_active .report_filter_button:before{
background:#ffffff;
}

.report_filter_block:last-of-type{
margin-bottom:0;
}

.report_filter_action_place{
position:relative;
display:flex;
justify-content:center;
width:100%;
padding:48px 0 0;
}

.report_filter_search_button{
position:relative;
display:flex;
align-items:center;
justify-content:center;
gap:12px;
min-width:360px;
min-height:68px;
padding:12px 58px;
border:none;
border-radius:999px;
background:linear-gradient(135deg,#00a898 0%,#5fb94f 62%,#f49a24 100%);
box-shadow:0 16px 34px rgba(0,168,152,0.22);
font-size:1.9rem;
line-height:1.5;
font-weight:700;
font-family:inherit;
letter-spacing:0.06em;
color:#ffffff;
cursor:pointer;
transition:opacity 0.3s ease,transform 0.3s ease,box-shadow 0.3s ease;
}

.report_filter_search_button:hover{
opacity:0.9;
transform:translateY(-3px);
box-shadow:0 20px 40px rgba(0,168,152,0.26);
}

.report_filter_search_button i{
font-size:2rem;
}
}
/*////////////////////////////////////
report_filter_section
@media screen and (min-width: 768px) and (max-width: 1200px)
////////////////////////////////////*/
@media screen and (min-width:768px) and (max-width:1200px){
#report_filter_section{
position:relative;
display:block;
padding:70px 0 84px;
margin:0 auto;
overflow:hidden;
}

#report_filter_area{
position:relative;
display:block;
width:90%;
margin: 0 auto;
overflow:hidden;
}


.report_filter_head{
position:relative;
z-index:2;
display:block;
width:100%;
text-align:center;
}


.report_filter_place{
position:relative;
z-index:2;
display:block;
width:100%;
padding:38px 0 0;
}

.report_filter_block{
position:relative;
display:block;
width:100%;
padding:0;
margin-bottom: 40px;
}

.report_filter_block + .report_filter_block{
padding:34px 0 0;
}

#report_filter_section .section_sub_title{
position:relative;
display:flex;
align-items:center;
justify-content:center;
gap:12px;
margin:0;
padding:0 0 18px;
font-size:1.9rem;
line-height:1.5;
font-weight:700;
letter-spacing:0.05em;
color:#163b6b;
text-align:center;
}

#report_filter_section .section_sub_title:before,
#report_filter_section .section_sub_title:after{
content:"";
display:block;
width:34px;
height:2px;
border-radius:999px;
background:linear-gradient(90deg,#00a898 0%,#8bcf9a 100%);
}

.report_filter_block:nth-child(2) .section_sub_title:before,
.report_filter_block:nth-child(2) .section_sub_title:after{
background:linear-gradient(90deg,#f49a24 0%,#ffcf71 100%);
}

.report_filter_list{
position:relative;
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:14px;
width:100%;
}

.report_filter_item{
position:relative;
display:block;
width:100%;
}

.report_filter_button{
position:relative;
display:flex;
align-items:center;
justify-content:center;
width:100%;
min-height:68px;
padding:12px 14px;
border-radius:18px;
background:rgba(255,255,255,0.96);
border:1px solid rgba(217,225,234,0.95);
box-shadow:0 12px 24px rgba(28,92,104,0.08);
font-size:1.8rem;
line-height:1.5;
font-weight:700;
letter-spacing:0.04em;
color:#334155;
text-align:center;
cursor:pointer;
appearance:none;
transition:background 0.3s ease,color 0.3s ease,border 0.3s ease,box-shadow 0.3s ease,transform 0.3s ease;
}

.report_filter_button:before{
content:"";
position:absolute;
left:13px;
top:13px;
width:8px;
height:8px;
border-radius:50%;
background:rgba(0,168,152,0.28);
transition:background 0.3s ease,transform 0.3s ease;
}

.report_filter_block:nth-child(2) .report_filter_button:before{
background:rgba(235,109,31,0.26);
}

.report_filter_button:hover{
transform:translateY(-3px);
border:1px solid rgba(39,130,118,0.38);
box-shadow:0 16px 30px rgba(28,92,104,0.12);
color:#278276;
}

.report_filter_button:hover:before{
background:#278276;
transform:scale(1.2);
}

.report_filter_item.is_active .report_filter_button{
background:linear-gradient(135deg,#278276 0%,#5fb94f 100%);
border:1px solid rgba(39,130,118,0.2);
box-shadow:0 14px 28px rgba(39,130,118,0.2);
color:#ffffff;
}

.report_filter_item.is_active .report_filter_button:before{
background:#ffffff;
}

.report_filter_block:nth-child(2) .report_filter_button:hover{
border:1px solid rgba(235,109,31,0.34);
color:#eb6d1f;
}

.report_filter_block:nth-child(2) .report_filter_button:hover:before{
background:#eb6d1f;
}

.report_filter_block:nth-child(2) .report_filter_item.is_active .report_filter_button{
background:linear-gradient(135deg,#ff9c40 0%,#ea7600 100%);
border:1px solid rgba(234,118,0,0.2);
box-shadow:0 14px 28px rgba(234,118,0,0.2);
color:#ffffff;
}

.report_filter_block:nth-child(2) .report_filter_item.is_active .report_filter_button:before{
background:#ffffff;
}

.report_filter_block:last-of-type{
margin-bottom:0;
}

.report_filter_action_place{
padding:40px 0 0;
}

.report_filter_search_button{
min-width:320px;
min-height:62px;
font-size:1.8rem;
}
}
/*////////////////////////////////////
report_filter_section
@media screen and (min-width: 0px) and (max-width: 767px)
////////////////////////////////////*/
@media screen and (min-width:0px) and (max-width:767px){
#report_filter_section{
position:relative;
display:block;
width:90%;
padding:42px 0 58px;
margin:0 auto;
overflow:hidden;
}

#report_filter_area{
position:relative;
display:block;
width:100%;
border-radius:26px;
overflow:hidden;
}


.report_filter_head{
position:relative;
z-index:2;
display:block;
width:100%;
text-align:center;
}

#report_filter_section .section_en{
margin:0;
padding:0 0 8px;
font-size:1.8rem;
line-height:1.5;
font-weight:700;
letter-spacing:0.12em;
color:#eb6d1f;
text-align:center;
}


#report_filter_section .section_lead{
margin:0;
padding:14px 0 0;
font-size:1.8rem;
line-height:1.85;
font-weight:600;
letter-spacing:0.04em;
color:#334155;
text-align:center;
}

.report_filter_place{
position:relative;
z-index:2;
display:block;
width:100%;
padding:30px 0 0;
}

.report_filter_block{
position:relative;
display:block;
width:100%;
padding:0;
margin-bottom: 40px;
}

.report_filter_block + .report_filter_block{
padding:32px 0 0;
}

.report_filter_parent_item{
position:relative;
}

.report_filter_parent_item .report_filter_button{
padding-right:34px;
}

.report_filter_arrow{
position:absolute;
right:14px;
top:50%;
display:block;
width:7px;
height:7px;
border-right:2px solid currentColor;
border-bottom:2px solid currentColor;
transform:translateY(-70%) rotate(45deg);
transition:transform 0.3s ease;
}

.report_filter_parent_item.is_open .report_filter_arrow{
transform:translateY(-30%) rotate(225deg);
}

.report_filter_sub_list{
display:none;
grid-template-columns:1fr 1fr;
gap:8px;
width:100%;
padding:10px 0 0;
}

.report_filter_parent_item.is_open .report_filter_sub_list{
display:grid;
}

.report_filter_sub_button{
position:relative;
display:flex;
align-items:center;
justify-content:center;
width:100%;
min-height:46px;
padding:8px;
border:1px solid #dce6e4;
border-radius:13px;
background:#f7fbfa;
font-size:1.8rem;
line-height:1.5;
font-weight:700;
font-family:inherit;
letter-spacing:0.03em;
color:#334155;
cursor:pointer;
}

.report_filter_sub_button.is_active{
border-color:#278276;
background:#278276;
color:#ffffff;
}

.report_filter_parent_item{
grid-column:auto;
}

.report_filter_parent_item:nth-of-type(3) .report_filter_sub_list{
grid-template-columns:1fr;
}

#report_filter_section .section_sub_title:before,
#report_filter_section .section_sub_title:after{
content:"";
display:block;
width:24px;
height:2px;
border-radius:999px;
background:linear-gradient(90deg,#00a898 0%,#8bcf9a 100%);
}

.report_filter_block:nth-child(2) .section_sub_title:before,
.report_filter_block:nth-child(2) .section_sub_title:after{
background:linear-gradient(90deg,#f49a24 0%,#ffcf71 100%);
}

.report_filter_list{
position:relative;
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:10px;
width:100%;
}

.report_filter_item{
position:relative;
display:block;
width:100%;
}

.report_filter_button{
position:relative;
display:flex;
align-items:center;
justify-content:center;
width:100%;
min-height:58px;
padding:10px 8px;
border-radius:15px;
background:rgba(255,255,255,0.96);
border:1px solid rgba(217,225,234,0.95);
box-shadow:0 10px 20px rgba(28,92,104,0.08);
font-size:1.8rem;
line-height:1.5;
font-weight:700;
letter-spacing:0.03em;
color:#334155;
text-align:center;
cursor:pointer;
appearance:none;
transition:background 0.3s ease,color 0.3s ease,border 0.3s ease,box-shadow 0.3s ease,transform 0.3s ease;
}

.report_filter_button:before{
content:"";
position:absolute;
left:10px;
top:10px;
width:7px;
height:7px;
border-radius:50%;
background:rgba(0,168,152,0.28);
transition:background 0.3s ease,transform 0.3s ease;
}

.report_filter_block:nth-child(2) .report_filter_button:before{
background:rgba(235,109,31,0.26);
}

.report_filter_button:hover{
border:1px solid rgba(39,130,118,0.38);
box-shadow:0 12px 24px rgba(28,92,104,0.1);
color:#278276;
}

.report_filter_button:hover:before{
background:#278276;
transform:scale(1.18);
}

.report_filter_item.is_active .report_filter_button{
background:linear-gradient(135deg,#278276 0%,#5fb94f 100%);
border:1px solid rgba(39,130,118,0.2);
box-shadow:0 12px 24px rgba(39,130,118,0.18);
color:#ffffff;
}

.report_filter_item.is_active .report_filter_button:before{
background:#ffffff;
}

.report_filter_block:nth-child(2) .report_filter_button:hover{
border:1px solid rgba(235,109,31,0.34);
color:#eb6d1f;
}

.report_filter_block:nth-child(2) .report_filter_button:hover:before{
background:#eb6d1f;
}

.report_filter_block:nth-child(2) .report_filter_item.is_active .report_filter_button{
background:linear-gradient(135deg,#ff9c40 0%,#ea7600 100%);
border:1px solid rgba(234,118,0,0.2);
box-shadow:0 12px 24px rgba(234,118,0,0.18);
color:#ffffff;
}

.report_filter_block:nth-child(2) .report_filter_item.is_active .report_filter_button:before{
background:#ffffff;
}

.report_filter_block:last-of-type{
margin-bottom:0;
}

.report_filter_action_place{
position:relative;
display:flex;
justify-content:center;
width:100%;
padding:34px 0 0;
}

.report_filter_search_button{
position:relative;
display:flex;
align-items:center;
justify-content:center;
gap:10px;
width:100%;
min-height:58px;
padding:12px 24px;
border:none;
border-radius:999px;
background:linear-gradient(135deg,#00a898 0%,#5fb94f 62%,#f49a24 100%);
box-shadow:0 12px 26px rgba(0,168,152,0.2);
font-size:1.8rem;
line-height:1.5;
font-weight:700;
font-family:inherit;
letter-spacing:0.04em;
color:#ffffff;
cursor:pointer;
}

.report_filter_search_button i{
font-size:1.8rem;
}
}