.drought_container{
    margin-bottom: 40px;
    max-width: 1075px;
    margin: 0 auto;
}
.drought_about_layOut{
    width: 100%;
}
.drought_about_List{
    width: 100%;
    margin-bottom: 30px;
}
.drought_about_list_title{
    font-size: 20px;
    font-weight: bold;
    margin: 17px 0px;
    color: #016cbf;
}
.drought_about_List .sources_text{
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: end;
    font-size: 16px;
    color: #4a4a4a;
    margin-bottom: 20px;
}
.drought_about_card{
    background-color: #f8f9fa;
    margin: 5px 0px 20px;
    padding: 12px;
    box-sizing: border-box;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.13), 0 1px 3px rgba(0, 0, 0, 0.2);

}
.drought_about_card_body{
    font-size: 14px;
    color: #4a4a4a;
}

/* 위성기반 지도 자료  */
.drought_map_layOut{
    margin-bottom: 20px;
}
.drought_map_grid{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.drought_map_grid .drought_map_grid_item{
    border: 1px solid #c7c7c7;
}
.drought_map_grid .drought_map_grid_item:nth-child(2n){
    border-left: none;
}
.drought_map_grid_item .map_grid_text_group{
    border-bottom: 1px solid #c7c7c7;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 5px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background-color: #e6e6e6;
}
.drought_map_grid_item .map_grid_text_group .map_grid_title{
    font-size: 18px;
    font-weight: bold;
}
.drought_map_grid_item .map_grid_text_group .map_grid_sub_text{
    font-size: 14px;
    color: #4a4a4a;
}
.drought_map_grid_item .map_grid_img_group{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
}
.drought_map_grid_item .map_grid_img_group .map_grid_img_item{
    width: 50%;
    height: 340px;
}
.drought_map_grid_item .map_grid_img_group .map_grid_img_item img{
    width: 100%;
    height: 340px;
    object-position: center center;
    object-fit: cover;
}

/* 아노말리 부분 */

.map_ten_layOut{
    margin: 20px 0px;
}
.map_ten_box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.map_ten_box .map_anmr_group{
    border: 1px solid #c7c7c7;
    width: 100%;
    box-sizing: border-box;
}
.map_ten_box .map_anmr_group:nth-child(2n){
    border-left: none;
}
.map_ten_box .map_anmr_group .map_ten_anmr_title{
    background-color: #d8eafa;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #1d1d1d;
}
.map_ten_box .map_anmr_group .map_ten_items_group{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
}
.map_ten_box .map_anmr_group .map_ten_items_group .map_ten_items{
    border: 1px solid #e6e6e6;
}
.map_ten_box .map_anmr_group .map_ten_items_group .map_ten_items .map_ten_img_group{
    width: 100%;
    height: 130px;
}
.map_ten_box .map_anmr_group .map_ten_items_group .map_ten_items .map_ten_img_group img{
    width: 100%;
    height: 100%;
}
.map_ten_box .map_anmr_group .map_ten_items_group .map_ten_items .map_ten_date_text{
    padding: 5px;
    font-size: 12px;
    text-align: center;
    background-color:#f5f5f5 ;
}

/* 가뭄감시 사이트 부분 레이아웃 */
.drought_sitepart_layOut{
    width: 100%;
    margin-bottom: 20px;
}
.drought_sitepart_img_box{
    border: 1px solid #c7c7c7;
    width: 100%;
    height: 400px;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.drought_sitepart_img_box img{
   /*  width: 100%;
    height: 100%; */
    object-position: center center;
}

.drought_synthesis_layOut{
    margin-bottom: 20px;
}

.drought_li_text_box{
    padding-left: 20px;
    margin-bottom: 20px;
}
.drought_li_text_box .drought_li_text{
    font-size: 16px;
    color:#4a4a4a;
    line-height: 30px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    padding-left: 20px;
}
.drought_li_text_box .drought_li_text::before{
    content: '·';
    font-size: 30px;
}

.drought_li_text_box .drought_li_2depth_text{
    font-size: 16px;
    color:#4a4a4a;
    line-height: 30px;
    display: flex;
    gap: 15px;
    align-items: center;
    padding-left: 40px;
    
}
.drought_li_text_box .drought_li_2depth_text::before{
    content: '';
    width: 5px;
    height: 1px;
    background-color: #4a4a4a;
    display: block;
    margin-top: 0px;
}

.drought_synthesis_table_layout{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.drought_syn_table{
    width: 50%;
    box-sizing: border-box;
}
.drought_synthesis_table_layout .drought_hot_table{
	width: 100%;
	margin-bottom: 10px;
}

.drought_syn_table th{
    background-color: #d8eafa;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #1d1d1d;
    border: 1px solid #c7c7c7;
}
.drought_syn_table td{
    vertical-align: middle;
    padding: 0.5rem;
    border: 1px solid #c7c7c7;
    box-sizing: border-box;
    color: #4a4a4a;
    text-align: center;
    font-size: 14px;
    margin: 0 auto;
}
.drought_syn_table td img{
	display:block;
    width: 100%;
    height: 240px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
}

.drought_synthesis_table_layout .drought_bottom_table{
	width: 100%;
	margin-bottom: 10px;
}

.drought_bottom_table td img{
	height: max-content;
}


/* 가뭄지수 표  */
.drought_index_table_layOut{
    margin-bottom: 20px;
}
.drought_index_Table{
    border: 1px solid #dde2e6;
    background-color: transparent;
    width: 100%;
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.drought_index_Table th{
    background-color: rgb(216, 234, 250);
    padding: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: rgb(29, 29, 29);
    border: 1px solid rgb(199, 199, 199);
}
.drought_index_Table td{
    vertical-align: middle;
    padding: 5px 10px;
    border: 1px solid #c7c7c7;
    box-sizing: border-box;
    color: #4a4a4a;
    text-align: center;
    font-size: 14px;
    margin: 0 auto;
}

.drought_infor_table_layOut{
    margin-bottom: 20px;
    width: 100%;
}
.drought_infor_Table{
    border: 1px solid #dde2e6;
    background-color: transparent;
    width: 100%;
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.drought_infor_Table th{
    background-color: rgb(216, 234, 250);
    padding: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: rgb(29, 29, 29);
    border: 1px solid rgb(199, 199, 199);
}
.drought_infor_Table td{
    vertical-align: middle;
    padding: 10px 10px;
    border: 1px solid #c7c7c7;
    box-sizing: border-box;
    color: #4a4a4a;
    text-align: center;
    font-size: 14px;
    margin: 0 auto;
}
.drought_infor_Table td .tableNumberImg{
   	display:block;
}

.drought_infor_Table td img{
    width: 200px;
    height: 35px;
    margin: 0 auto;
}


.drought_infor_Table td .mobileT{
	color: #4a4a4a;
    text-align: center;
    font-size: 14px;
    display:none;
}

.drought_infor_Table td .mobileT b{
	color: #4a4a4a;
    font-size: 12px;
}
.drought_infor_Table .blue_text{
    color: #016cbf;
    font-weight: bold;
}

@media(max-width:768px){
	.drought_map_grid{
		grid-template-columns: repeat(1,1fr);
	}
	.map_ten_box{
		flex-direction: column;
	}
	.map_ten_box .map_anmr_group .map_ten_items_group .map_ten_items .map_ten_date_text{
		font-size:10px;
	}
	.drought_synthesis_table_layout{
		flex-direction: column;
	}
	.drought_syn_table{
		width:100%;
	}
	.drought_syn_table th{
		font-size:13px;
		vertical-align: middle;
	}
	.drought_syn_table td{
		font-size: 12px;
	}
	/* .drought_infor_table_layOut{
		 overflow-y:scroll;
	} */
	.drought_infor_Table{
		/* min-width:1000px; */
    	table-layout: auto;
    	word-break:break-all; 
		word-wrap:break-word;
	}
	
	.drought_sitepart_img_box{
		height: max-content;
	}
	.drought_infor_Table td .mobileT{
		display:block;
	}
	.drought_infor_Table td .tableNumberImg{
    	display:none;
	}
	
}


.drought_about_Text_group .drought_about_text_title{
	font-size: 16px;
    color: #4a4a4a;
    font-weight:500;
    margin-bottom: 10px;
    margin-top: 10px;
}
.drought_about_Text_group ul{
	display: flex;
    flex-direction: column;
    gap: 7px;
}
.drought_about_Text_group ul li{
	font-size: 14px;
	color: #4a4a4a;
}
.drought_about_Text_group ul li::before{
	content:"·";
	font-size:16px;
	font-weight:bold;
	margin-right:5px;
}

.drought_synthesis_table_layout .drought_hot_table .blue_text{
    color: #016cbf;
    font-weight: bold;
}

.sources_text{
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: end;
    font-size: 16px;
    color: #4a4a4a;
    margin-bottom: 20px;
}

@media(max-width:768px){
	
	.drought_hot_table th{
		font-size:13px;
		vertical-align: middle;
	}
	.drought_hot_table td{
		font-size: 12px;
	}
	/* .drought_synthesis_table_layout{
		overflow-y:scroll;
	}
	.drought_hot_table{
		min-width:1000px;
		width:100%
	} */
}

/* 장면분석 */

.analysis_layOut {
    width: 100%;
    height: max-content;
}

.aY_top_group {
    margin-bottom: 20px;
    margin-top:10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.aY_top_group .aY_ab_group {
    display: flex;
    align-items: center;
}

.aY_top_group .aY_ab_group button {
    border: 1px solid #016CBF;
    width: 60px;
    height: 35px;
    background-color: #fff;
    color: #016CBF;
    font-size: 15px;
    font-weight: 400
}

.aY_top_group .aY_ab_group .aBbtnActive {
    background-color: #016CBF;
    color: #fff;
}

.aY_top_group .aY_ab_group button:hover {
    cursor: pointer;
}

.aY_top_group .aY_input_group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.aY_top_group .aY_input_group .aY_input_title {
    color: #2a2a2a;
    font-size: 1.5rem;
}

.aY_top_group .aY_input_group .aY_select_box {
    display: flex;
    gap: 5px;
    align-items: center;
}

.aY_top_group .aY_input_group .aY_select_box select {
    border: 1px solid #CCCCCC;
    width: 60px;
    height: 30px;
    color: #636363;
    font-size: 13px;
    padding-left: 5px;
    outline: none;
}

.aY_top_group .aY_input_group .aY_select_box .aY_searchNtn {
    width: 60px;
    height: 30px;
    border: 1px solid #016CBF;
    color: #016CBF;
    background-color: #fff;
}

.aY_top_group .aY_input_group .aY_select_box .aY_searchNtn:hover {
    background-color: #016CBF;
    color: #fff;
    cursor: pointer;
}

.aY_table_btn_group {
    margin-bottom: 20px;
    width: 100%;
}

.aY_table_btn_group .aY_btn_layOut {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-auto-flow: dense;
}

.aY_list.on{
	background-color: #F4F4F4 !important;
	font-weight: bold;
}

.aY_table_btn_group .aY_btn_layOut a {
    border: 1px solid #DBDBDB;
    background-color: #fff;
    height: 35px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #494949;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}

.aY_table_btn_group .aY_btn_layOut a:hover {
    background-color: #F4F4F4;
}

.aY_table_btn_group .aY_btn_layOut .aY_btn_active{
    background-color: #F4F4F4;
}

.aY_table_group{
    margin-bottom: 20px;
    width: 100%;
}
.aY_table_group .aY_table_layOut{
    width: 1075px;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 auto;
    padding-bottom: 5px;
    padding-top: 5px;
}

/*.aY_table_group .aY_table_layOut::-webkit-scrollbar {*/
/*    width: 8px;*/
/*    height: 8px;*/
/*}*/

/*.aY_table_group .aY_table_layOut::-webkit-scrollbar-thumb {*/
/*    background-color: #8A8A8A;*/
/*    border-radius: 10px;*/
/*}*/

/*.aY_table_group .aY_table_layOut::-webkit-scrollbar-track {*/
/*    background-color: #ddd;*/
/*    border-radius: 10px;*/
/*    box-shadow: inset 0px 0px 5px #ffffff;*/
/*}*/

.aY_table_group .aY_table_layOut table{
    border-collapse: separate;
    border-spacing: 0;
    width: 1075px;
  
}
.aY_table_group .aY_table_layOut table th{
    border: 1px solid #C7C7C7;
    background-color: #D8EAFA;
    border-bottom: none;
    height: 40px;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;

    width: 140px;
    max-width: 140px !important;
    min-width: 140px !important;
}
.aY_table_group .aY_table_layOut table th:first-child{
    position: -webkit-sticky; 
    position: sticky; 
    left: 0;
    z-index: 1;
}
.aY_table_group .aY_table_layOut table td:first-child{
    position: -webkit-sticky; 
    position: sticky; 
    left: 0;
    z-index: 1;
}

.aY_table_group .aY_table_layOut table td{
    border: 1px solid #C7C7C7;
    background-color: #fff;
    text-align: center;
    padding: 5px;
    color: #3C3C3C;
    font-size: 14px;
}
.aY_table_group .aY_table_layOut table td img{
    width: 135px;
    height: 190px;
    object-position: center center;
}

/* 장면분석 반응형 css */
@media(max-width:768px){
	.aY_top_group{
		align-items: flex-start;
    	flex-direction: column;
	}
    .aY_table_btn_group .aY_btn_layOut{
        grid-template-columns: repeat(3,1fr);
    }
    .aY_table_group .aY_table_layOut{
        overflow: auto;
        width: 100%;
    }
    .aY_table_group .aY_table_layOut table{
        min-width: 1290px;
        width: 100%;
    }
}





/* ==2024-09-26 수정값== */

.cY_container{
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    /*gap: 15px;*/
    gap: 40px;
    position: relative;
}
.cY_line{
    display: flex;
    /*gap: 15px;*/
    gap: 10px;
    align-items: center;
    position: relative;
}
.cY_line .cY_title{
    /*width: 80px;*/
    width: 100px;
    color: #2a2a2a;
    font-size: 15px;
    font-weight: 500;
}
.cY_line .cY_select_group{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.cY_line .cY_select_north{
    display: none;
}
.cY_line .cY_select_group select{
    color: #636363;
    border: 1px solid #CCCCCC;
    /*width: 100px;*/
    width: 60px;
    /*height: 30px;*/
    min-height: 37px;
    outline: none;
    padding-left: 10px;
}
.cY_line .cY_select_group select:focus{
    border: 1px solid #016CBF;
}
.cY_line .cY_btn_group{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.cY_lnput_group{
    display: flex;
    align-items: center;
    gap: 10px;
}
.cY_lnput_group input{
    color: #636363;
    border: 1px solid #CCCCCC;
    width: 150px;
    height: 30px;
    outline: none;
    padding-left: 10px;
}
.cY_lnput_group input:focus{
    border: 1px solid #016CBF;
}

.cY_line .cY_btn_group .label_choice{
    background-color: #016CBF;
    height: 30px;
    width: 80px;
    color: #fff;
    border-radius: 5px;
    border: none;
}
.cY_line .cY_btn_group .label_choice:hover{
    cursor: pointer;
    opacity: 0.8;
}
.cY_line .cY_list_group{
    display: flex;
    align-items: center;
    gap: 5px;
}
.cY_line .cY_list_group .cY_list{
    width: max-content;
    font-size: 1.5rem;
    color: #3f3f3f;
    font-weight: 500;
    border: 1px solid #8a8a8a;
    padding: 5px;
    height: 30px;
    border-radius: 3px;
}

.cY_label_layOut{
    position: absolute;
    background-color: #fff;
    border: 1px solid #D2D2D2;
    left: 190px;
    top: 0;
    z-index: 5;
    width: calc(100% - 190px);

    display: none;
}
.cY_label_container{
    width: 100%;
    height: 100%;
    padding: 15px;
}
.cY_label_container .cY_choice_group{
    display: flex;
    justify-content: start;
    gap: 10px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #BDBDBD;
}
.cY_label_container .cY_choice_group .cYC_list{
    font-size: 15px;
    color: #2c2c2c;
    display: flex;
    gap: 5px;
    align-items: center;
}
.cY_label_container .cY_choice_group .cYC_list button{
    width: 16px;
    height: 16px;
    border: none;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cY_label_container .cY_choice_group .cYC_list button:hover{
    cursor: pointer;
}
.cY_label_container .cYC_btn_layOut{
    margin-bottom: 15px;
    min-height: 110px;
}
.cY_label_container .cYC_btn_layOut .cYC_btn_group{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 10px;
    height: 110px;
    overflow-y: auto;
}
.cY_label_container .cYC_btn_layOut .cYC_btn_group button{
    height: 30px;   
    color: #7a7a7a;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #DEDEDE;
    background-color: #fff;
}
.cY_label_container .cYC_btn_layOut .cYC_btn_group button:hover{
    border: 1px solid #016CBF;
    color: #016CBF;
    cursor: pointer;
}
.cY_label_container .cYC_btn_layOut .cYC_btn_group .cY_btnActive{
    border: 1px solid #016CBF;
    color: #016CBF;
}
.cY_label_container .reading_mes{
    font-size: 14px;
    color: #016CBF;
    font-weight: 500;
}

/* 반응형 */
@media(max-width:768px){

	.cY_label_layOut{
		left: 95px;
	    top: 45px;
	    width: calc(100% - 95px);
	}
	.cY_label_container .cYC_btn_layOut .cYC_btn_group{
		    grid-template-columns: repeat(3, 1fr);
	}
	.cY_lnput_group{
		width:100%;
		flex-direction: column;
	}
	.cY_lnput_group input{
		width: 100%;
	}
	.cY_line .cY_select_group{
		width: 100%;
	}
	.cY_line .cY_select_group select{
		width: 100%;
	}
	.cY_lnput_group #searchBtn{
		width: 100%;
	}
	.cY_label_container .cY_choice_group{
		flex-direction: column;
	}
}

@media(max-width:487px){

	.cY_label_container .cYC_btn_layOut .cYC_btn_group{
	    grid-template-columns: repeat(2, 1fr);
	}
	
	.cY_label_layOut{
		left: 0px;
		top: 45px;
		width: calc(100% - 0px);
	}
	
}

.table-scroll-wrapper {
    max-width: 100%;
}

.top-scrollbar-container {
    overflow-x: auto;
    overflow-y: hidden;
    height: 20px;
}

.top-scrollbar-content {
    height: 1px;
}

.aY_table_layOut {
    overflow-x: auto;
}

.top-scrollbar-container::-webkit-scrollbar,
.aY_table_group .aY_table_layOut::-webkit-scrollbar {
    width: 8px;
    height: 15px;
}

.top-scrollbar-container::-webkit-scrollbar-thumb,
.aY_table_group .aY_table_layOut::-webkit-scrollbar-thumb {
    background-color: #8A8A8A;
    border-radius: 10px;
}

.top-scrollbar-container::-webkit-scrollbar-track,
.aY_table_group .aY_table_layOut::-webkit-scrollbar-track {
    background-color: #ddd;
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px #ffffff;
}

/*table {*/
/*    border-collapse: collapse;*/
/*    min-width: 3000px;*/
/*}*/
/*th, td {*/
/*    border: 1px solid #ddd;*/
/*    text-align: center;*/
/*}*/