@charset "utf-8";


/*누리웹 모든*/

* {
    margin: 0;
    padding: 0;
}

/*풀페이지 민하이 제안*/
html, body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
}

a {
    text-decoration: none;
}

img {
    border: 0;
}

li {
    list-style: none;
}


.report_item:hover {
  width: 200px;
  height: 50px;
}

.resources_all {
  height: 100%;
  display: flex;
  flex-direction: column;
}


/*********************************
*
*
* 뉴스룸 탭 시작
*
*
*********************************/

.resources_bg {
  min-width: 320px;
  padding: 40px 0px 40px 0px;
  flex: 1 0 auto;
  background: #ffffff;
}

@media only screen and (min-width: 0px) and (max-width: 1000px) {
  .resources_bg {
    height: auto !important;
  }
}

.resources_wrap {
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
  height: 100%;
  padding: 0 20px 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.resources_box {

  display: flex;
  flex-direction: column;
  height: 100%;
}


.content_item_resourse_all {
  height: 100%;
}

.resources_tabs_bg {
  min-width: 320px;
  margin-top: -50px;
}

.resources_tabs_wrap {
  margin: 0 auto;
  max-width: 1300px;
  height: auto;

  padding: 0 20px 0 20px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



.resources_tabs {
  height: 50px;
}


.resources_tabs > ul li {
  display: inline-block;
}


.resources_tabs > ul {
  width: 100%;
  height: auto;

  overflow: auto;
  display: flex;
  flex-direction: row;
  white-space: nowrap;
}




.resources_tabs > ul > li {
  background: #ffffff;
  border-radius: 10px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.resources_tabs > ul > li:last-child {
  border-right: none;
}



@media only screen and (min-width: 0px) and (max-width: 423px) {
  .resources_tabs {
    background: url(../../img/resources_img/menu_roll.png) no-repeat right;
    z-index: 99;
  }
}


.resources_tabs > ul > li.current > a {
  color: #434343;


  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.resources_tabs > ul > li > a {
  display: block;
  font-size: 16px;
  color: #808080;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  text-align: center;

  padding: 0 20px 0 20px;


  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



/*********************************
*
*
* 뉴스룸 시작
*
*
*********************************/

.resourse_function {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
}

.input_form_box {
  max-width: 130px !important;
  background: #edeff3;
}

.select_form_box {
  max-width: 130px !important;
}

/*필터 기능*/

.filter_group {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.filter_group:last-child {
  margin-right: auto;;
}

.resources_container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.search_group {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}


.search_btn {
  border: none;
  font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  font-size: 14px;
  font-weight: 800;
  color: #434343;
  padding: 11px 15px 11px 15px;
  border-radius: 0px 8px 8px 0px;
  cursor: pointer;
  background: #cbd3e1;
}


/*필터 부모*/

.filter_checkboxes {
  position: relative;
}

/*필터 체크박스*/

.filter_search_icon {

  flex-shrink: 0;

  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  color: #434343;
  padding: 11px 35px 11px 15px;


  margin-left: -1px;
}

.filter_search_category {
  background: url(../../../img/alert_img/icon_setting.svg) no-repeat #edeff3 center right 10px;
  background-size: 20px 20px;
}

.filter_search_brand {
  background: url(../../../img/alert_img/icon_brand.svg) no-repeat #edeff3 center right 10px;
  background-size: 20px 20px;
  border-radius: 0px 8px 8px 0px;
}

.filter_search_detect {
  background: url(../../../img/alert_img/icon_detect.svg) no-repeat #edeff3 center right 10px;
  background-size: 20px 20px;
  border-radius: 8px 0px 0px 8px;
}

@media only screen and (min-width: 0px) and (max-width: 390px) {
  .filter_search_icon {
    font-size: 13px;
  }

  select {
    font-size: 13px !important;
  }
} 


/*필터*/

.filter_search_data {
  display: none;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  margin-top: 10px;

  border-radius: 10px;
  position: absolute;
  top: 35px;
  right: 0;
  white-space: nowrap;
  z-index: 7;
}

.filter_search_data::before {
  content: "";
  display: flex;
  width: 22px;
  height: 22px;
  background: url(../../../img/alert_img/arrow_icon.svg) no-repeat center center;
  background-size: 22px 22px;
  box-shadow: none;
  position: absolute;
  top: -17px;
  right: 23px;
  z-index: 99;
}

.filter_option_box_tit {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px;
  background: #f4f4f4;
  border-radius: 10px 10px 0px 0px;
  position: relative;
}

.filter_category_item:first-child > .filter_option_box_tit {
  border-radius: 10px 10px 0px 0px;
}

.option_boxfilter_option_box_tit_tit {
  flex-shrink: 0;
}

.filter_option_box_tit > h3 {
  font-size: 15px;
  font-weight: 700;
  color: #434343;
  flex-shrink: 0;
}

.filter_category_item {
  width: 100%;
}

.filter_category_item:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}


.filter_category_group {
  display: flex;
  flex-direction: column;
  padding: 15px;
  overflow: auto;
  max-height: 300px;
  max-width: 200px;
}

.filter_category_group > label {
    margin-bottom: 8px;
    color: #434343;
}

.filter_category_group > label:last-child {
  margin-bottom: 0px;
}

.value_count_box {
  background: #f9f9f9;
  border: 1px solid #dbdbdb;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 3px 5px 3px 5px;
  margin-left: 4px;
  max-width: 100px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
}

.value_count {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.value_count,
.value_count_text {
  text-transform: uppercase;
  display: block;
}

.filter_category_group > .checkbox_category > label > p {
  font-weight: 700;
  font-size: 13px;
  padding: 3px 5px 3px 5px;
  display: block;
  border-radius: 3px;

  overflow: hidden;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


/*탐지 그룹*/

.filter_detect_group {
  display: flex;
  flex-direction: column;
  padding: 15px;
  overflow: auto;
  max-height: 300px;
  max-width: 200px;
}

.checkbox_detect {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  flex-grow: 1;
}

.checkbox_detect:last-child {
  margin-bottom: 0px;
}


.filter_detect_group > .checkbox_detect > label > p {
  font-weight: 700;
  font-size: 13px;
  padding: 3px 5px 3px 5px;
  display: block;
  border-radius: 3px;

  overflow: hidden;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}










/*체크박스 전체 분리*/

.checkbox_power_all {
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}


/*필터 deative*/ 

.filter_search_category.deactive {
  background: url(../../../img/alert_img/icon_setting_deactive.svg) no-repeat #eaeaea center right 10px;
  background-size: 20px 20px;
  color: #a0a0a0;
}

.filter_search_brand.deactive {
  background: url(../../../img/alert_img/icon_brand_deactive.svg) no-repeat #eaeaea center right 10px;
  background-size: 20px 20px;
  color: #a0a0a0;
}

.filter_search_detect.deactive {
  background: url(../../../img/alert_img/icon_detect_deactive.svg) no-repeat #eaeaea center right 10px;
  background-size: 20px 20px;
  color: #a0a0a0;
}

/******************************
*
*
* 체크박스
*
*
********************************/

.checkbox_category {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  flex-grow: 1;
}

.checkbox_category:last-child {
  margin-bottom: 0px;
}

.checkbox_power {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  display: flex;
  flex-direction: row;
  align-items: center;

}

.checkbox_power input {
  display: none;
  cursor: pointer;
}

.checkmark {
position: relative;
height: 20px;
width: 20px;
background: #fff;
border-radius: 3px;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
border: 1px solid #cfcfcf;
margin-right: 5px;
flex-shrink: 0;
}

.checkbox_power:hover input + .checkmark {
  border: 1px solid #ddd;
  background-color: #ddd;
}

.checkbox_power input:checked + .checkmark {
  border: 1px solid #1d428b;
  background-color: #1d428b;
}

.checkbox_power input:disabled + .checkmark {
border: 1px solid #e7e7e7;
background-color: #e1e1e1;
cursor: no-drop;
box-shadow: none;
}

.checkbox_power .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox_power input:checked + .checkmark:after {
  display: block;
}

.checkbox_power .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}






/*페이지 네이션 기능*/


.pagination_function {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin-top: 30px;
}

.pagination {
  display: flex;
  margin: auto;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #eaeaea;
}



.pagination li {
  display: flex;
  margin-left: -1px;
  flex-grow: 1;


}

.pagination li:first-child > a {
  border-radius: 8px 0px 0px 8px;
}

.pagination li:last-child > a {
  border-radius: 0px 8px 8px 0px;
}


.pagination li a {
  text-decoration: none;
  color: #434343;
  cursor: pointer;
  padding: 4.5px 10px;
  background: #edeff3;

  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  flex-grow: 1;

}

.pagination li a:hover {
  text-decoration: underline;
  background: #ced8eb;
}

.pagination > li.active > span.page_current {
  background: #164ca0 !important;
  color: #edeff3;
  text-decoration: none;
  cursor: pointer;
  padding: 4.5px 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  flex-grow: 1;
}


.pagination > li.disabled {
  text-decoration: none;
  color: #434343;
  cursor: pointer;
  padding: 4.5px 10px;
  background: #edeff3;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  flex-grow: 1;
  border-radius: 8px 0px 0px 8px;
}


.pagination > li.disabled {
  text-decoration: none;
  color: #434343;
  cursor: pointer;
  padding: 3.5px 10px;
  background: #edeff3;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  flex-grow: 1;
  border-radius: 0px 8px 8px 0px;
}


.page_ellipsis {
  text-decoration: none;
  color: #434343;
  cursor: pointer;
  padding: 5px 10px;
  background: #edeff3;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  flex-grow: 1;
}


.ellipse.clickable {
  text-decoration: none;
  color: #434343;
  cursor: pointer;
  padding: 5px 10px;
  background: #edeff3;

  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  flex-grow: 1;
}

.ellipse.clickable > input {

}

.first_go {
  width: 15px;
  height: 25px;
  background: url(../../../img/resources_img/page_icon4_new.png) no-repeat center center;
  background-size: 25px 25px;
  display: flex;
}

  .page_first.disabled > .first_go {
  width: 15px;
    height: 25px;
    background: url(../../../img/resources_img/page_icon4_disabled.png) no-repeat center center;
    background-size: 25px 25px;
    display: flex;
  }

.prev_go {
  width: 15px;
  height: 25px;
  background: url(../../../img/resources_img/page_icon3_new.png) no-repeat center center;
  background-size: 25px 25px;
  display: flex;
}

.page_prev.disabled > .prev_go {
  width: 15px;
    height: 25px;
    background: url(../../../img/resources_img/page_icon3_disabled.png) no-repeat center center;
    background-size: 25px 25px;
    display: flex;
  }


.next_go {
  width: 15px;
  height: 25px;
  background: url(../../../img/resources_img/page_icon2_new.png) no-repeat center center;
  background-size: 25px 25px;
  display: flex;
}

.page_next.disabled > .next_go {
  width: 15px;
    height: 25px;
    background: url(../../../img/resources_img/page_icon2_disabled.png) no-repeat center center;
    background-size: 25px 25px;
    display: flex;
  }


.last_go {
  width: 15px;
  height: 25px;
  background: url(../../../img/resources_img/page_icon1_new.png) no-repeat center center;
  background-size: 25px 25px;
  display: flex;
}


  .page_last.disabled > .last_go {
  width: 15px;
    height: 25px;
    background: url(../../../img/resources_img/page_icon1_disabled.png) no-repeat center center;
    background-size: 25px 25px;
    display: flex;
  }


/*컨텐츠 박스*/


@media only screen and (min-width: 0px) and (max-width: 900px) {
  .pagination_function {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }

  .pagination {
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .pagination_number_go {
    margin: 0 auto;
  }

  .select_form_box {
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .filter_pagination {
    margin-bottom: 10px;
  }
}



@media only screen and (min-width: 0px) and (max-width: 660px) {

  .page_content {
    overflow: hidden;
  }

  .page_content:nth-child(3n) {
    margin-right: 0px;
  }

  .page_content {
    margin-right: 0px;
  }
  
  .page_content:last-child {
    margin-bottom: 0px;
  }
  
  
  .resourse_function {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .filter_group {
    margin-right: inherit;
    margin-bottom: 15px;
  }

  .search_group {
    margin-left: inherit;
  }
  
}

@media only screen and (min-width: 661px) and (max-width: 1029px) {


  .page_content {
    overflow: hidden;
  }

  .page_content:nth-child(2n) {
    margin-right: 0px;
  }
  
  
}



.content_tit {
  padding: 15px;
  border-top: 1px solid #eaeaea;
  overflow: hidden;
  border-radius: 0px 0px 15px 15px;
}

.content_tit > h3 {
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  color: #434343;
  overflow: hidden;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  margin-right: auto;
}


.content_tit > h4 {
  font-size: 14px;
  font-weight: 500;
  color: #a82828;
  display: block;
  margin-bottom: 8px;
}


.content_tit > p {
  font-size: 14px;
  font-weight: normal;
  color: #434343;
  overflow: hidden;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  margin-right: auto;
  margin-top: 5px;
}



/*필터*/

.filter_select {
  background: url(../../../img/resources_img/detail_icon_arrow.svg) no-repeat #edeff3 center right 15px;
  background-size: 10px 10px;
}

.filter_common {
  background: url(../../../img/resources_img/detail_icon_arrow.svg) no-repeat #edeff3 center right 15px;
  background-size: 10px 10px;

  margin-right: 5px;
}

/*넘버링 페이지 고*/

.pagination_number_go {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pagination_number_go > input {
  width: 100%;
}

.number_go {
  border: none;
  font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  font-size: 14px;
  font-weight: 800;
  color: #434343;
  padding: 11px 15px 11px 15px;
  border-radius: 0px 8px 8px 0px;
  cursor: pointer;
  background: #cbd3e1;
}


/*검색결과 없음*/

.no_results {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 140px 0px 140px 0px;

  flex-grow: 1;
}

.no_results_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 0 auto;
}



/*공통 input 스타일*/

/* Firefox */
input[type=number] {
  -moz-appearance: textfield !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    
    -webkit-appearance: none;
    margin: 0;
}
/*input=text number의 사파리, 크롬, 파이어폭스 보더를 제거합니다.*/

input:focus {
  outline: none;
}

:invalid {
  box-shadow: none;
}

:-moz-submit-invalid {
  box-shadow: none;
}

:-moz-ui-invalid {
  box-shadow:none;
}

.input_tit {
	margin-right:5px;
}

label {
    cursor: pointer;
}

input[type=button] {
    font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cfcfcf;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #434343;
    padding: 11px 35px 11px 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

input[type=radio] {
    vertical-align: middle;
    font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
}

	.radio_label {
		display:inline-block;
		line-height:25px;
		margin-right:10px;
        font-size: 14px;
	}

	
input[type=submit] {
    font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */
    
    -moz-appearance: none;
}
input[type=text] {
    font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */
    
    -moz-appearance: none;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #434343;
    padding: 11px 15px 11px 15px;
    border-radius: 8px 0px 0px 8px;
}


input[type=text]:disabled {
  background: #e7e7e7 !important;
  cursor: no-drop;
  color: #bdbdbd;
  box-shadow: none !important;
}

input[type=number] {
    font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */
    
    -moz-appearance: none;

    
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #434343;
    padding: 11px 15px 11px 15px;
    border-radius: 8px 0px 0px 8px;
}

input[type=number]:disabled {
  background: #e7e7e7 !important;
  cursor: no-drop;
  color: #bdbdbd;
}

input[type=search] {
  font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
  border: 1px solid #d8d8d8;
  -webkit-appearance: none;
  /* 네이티브 외형 감추기 */
  
  -moz-appearance: none;

  
  border: 1px solid #cfcfcf;
  font-size: 14px;
  font-weight: 500;
  color: #434343;
  padding: 11px 15px 11px 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

input[type=email] {
    font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
    border: 1px solid #d8d8d8;
    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */
    
    -moz-appearance: none;

    
    border: 1px solid #cfcfcf;
    font-size: 14px;
    font-weight: 500;
    color: #434343;
    padding: 11px 15px 11px 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
textarea {
    font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
    border: 1px solid #d8d8d8;
    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */
    
    -moz-appearance: none;

    font-size: 14px;
    font-weight: 500;
    color: #434343;
}
input[type=password] {
    font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
    border: 1px solid #d8d8d8;
    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */
    
    -moz-appearance: none;

    
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #434343;
    padding: 11px 15px 11px 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
input[type=checkbox] {
    font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
}
select {
    font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */
    
    -moz-appearance: none;
    appearance: none;

    
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    color: #434343;
    padding: 11px 35px 11px 15px;
    background: url(../../../img/resources_img/detail_icon_arrow.svg) no-repeat #e5ebf7 center right 15px;

	border-radius: 8px;

}
select::-ms-expand {
    display: none;
}

select:disabled {
  background: url(../../../img/resources_img/detail_icon_arrow.svg) no-repeat #e7e7e7 center right 15px;
  cursor: no-drop;
  color: #bdbdbd;
  box-shadow: none !important;
}

.setting_list_save_box > select:disabled {
  background: #e7e7e7 !important;
  cursor: no-drop;
  color: #bdbdbd;
  box-shadow: none !important;
}


.table_bottom_info_wrap {

}


.info_total_box {
  display: flex;
  flex-direction: row;
  align-items: center;
}


.info_total_box > li {
  font-size: 14px;
  height: 35px;
  display: flex;
  flex-direction: row;
  align-items: center;

  margin-right: 3px;
}


.info_total_box > li:last-child {
  margin-right: 0px;
}





/****************************
*
*
* 컨텐츠 카운트 content count
*
*
*****************************/

.content_count_wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 15px;
}

.content_count_text {
  font-size: 13px;
  font-weight: 700;
  color: #434343;
  padding: 11px 10px 11px 10px;
  background: #edeff3;
  border-radius: 8px 0px 0px 8px;
}


.content_count_ground {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 11px 10px 11px 10px;
  background: #edeff3;
  border-radius: 0px 8px 8px 0px;
}

.content_count {
  font-size: 13px;
  font-weight: 700;
  color: #434343;

  display: flex;
  flex-direction: row;
  align-items: center;
}

.content_count_filter {
  font-size: 13px;
  font-weight: 700;
  color: #434343;
  margin-right: 7px;
}

.content_count_line {
  font-size: 13px;
  font-weight: 700;
  color: #434343;
  margin-right: 7px;
  border-radius: 5px;
}

.content_count_all {
  font-size: 13px;
  font-weight: 700;
  color: #434343;
}


@media only screen and (min-width: 0px) and (max-width: 900px) {
  .content_count_wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  
  .content_count_text {

  }

}


/********************************
*
*
* 공통 타이틀 텍스트
*
*
********************************/


.common_text {
  width: 100%;
  height: auto;
}


.common_line {
  width: 50px;
  height: 2px;
  background: #1d282e;
}

.common_line_black {
  width: 50px;
  height: 2px;
  background: #1d282e;
}



.common_text > h2 {
  font-size: 35px;
  line-height: 55px;
  font-weight: 900;
  margin: 30px 0 30px 0;
  color: #1d282e;
  word-break: keep-all;
  text-align: left;
}


.common_text > p {
  font-size: 18px;
  line-height: 35px;
  color: #434343;
  word-break: keep-all;
  margin-bottom: 15px;
}




.common_text_black > h2 {
  font-size: 35px;
  line-height: 55px;
  font-weight: 900;
  margin: 30px 0 30px 0;
  color: #1d282e;
  word-break: keep-all;
  text-align: left;
}


.common_text_black > p {
  font-size: 18px;
  line-height: 35px;
  color: #434343;
  word-break: keep-all;
  margin-bottom: 15px;
}



.common_line_center {
  margin: 0 auto;
  width: 50px;
  height: 2px;
  background: #434343;
}


.common_text_center > h2 {
  font-size: 35px;
  line-height: 55px;
  font-weight: 900;
  margin: 30px 0 30px 0;
  color: #434343;
  word-break: keep-all;
  text-align: center;
}


.common_text_center > h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 45px;
  margin: 30px 0 30px 0;
  color: #434343;
  word-break: keep-all;
  text-align: center;
}







.common_line_white {
  width: 50px;
  height: 2px;
  background: #fff;
}

.common_text_white > h2 {
  font-size: 35px;
  line-height: 55px;
  font-weight: 900;
  margin: 30px 0 30px 0;
  color: #fff;
  word-break: keep-all;
  text-align: left;
}



.common_text_white > h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 45px;
  margin: 30px 0 30px 0;
  color: #fff;
  word-break: keep-all;
  text-align: left;
}



.common_line_white_center {
  margin: 0 auto;
  width: 50px;
  height: 2px;
  background: #fff;
}



.common_text_white_center > h2 {
  font-size: 35px;
  line-height: 55px;
  font-weight: 900;
  margin: 30px 0 30px 0;
  color: #fff;
  word-break: keep-all;
  text-align: center;
}



.common_text_white_center > h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 45px;
  margin: 30px 0 30px 0;
  color: #fff;
  word-break: keep-all;
  text-align: center;
}





/*탭이 있을 경우*/


.nar_tab_box {
  transition: ease-in-out 0.2s;
}

.inner_tabs > li > a > h3 {
 font-size: 20px;
 font-weight: 600;
 line-height: 30px;
 padding: 20px 40px 20px 0;
 color: #434343;
 word-break: keep-all;
 text-align: left;
 display: block;

 background: url(../../img/products_img/plus.png) no-repeat top 20px right;

 transition: ease-in-out 0.3s;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}


.inner_tabs > li.current > a > h3 {
 background: url(../../img/products_img/minus.png) no-repeat top 20px right;
}


.inner_tabs > li  {
 border-top: 1px solid #eaeaea;
}


.nar_tab_center {
 background: #f4f4f4;

}


.nar_tab_center > p {
 font-size: 16px;
 line-height: 30px;
 color: #434343;
 word-break: keep-all;
 padding: 20px;

 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

@media only screen and (min-width: 0px) and (max-width: 450px) {
 
 .common_text > h2 {
   font-size: 35px;
   line-height: 55px;
 }


 .common_text_black > h2 {
   font-size: 35px;
   line-height: 55px;
   text-align: center;
 }
 
 
 .common_text > p {
   font-size: 18px;
   line-height: 35px;
   color: #434343;
   word-break: keep-all;
   margin-bottom: 15px;
 }
 
 
 .common_text_center > h2 {
   font-size: 35px;
   line-height: 55px;
 }
 
 
 .common_text_center > h3 {
   font-size: 15px;
   line-height: 30px;
 }
 
 
 
 .common_line_black {
   margin: 0 auto;
 }
 

 .common_line_white {
   margin: 0 auto;
 }
 
 
 .common_text_white > h2 {
   font-size: 35px;
   line-height: 55px;
   text-align: center;
 }
 
 
 
 .common_text_white > h3 {
   font-size: 15px;
   line-height: 30px;
 }
 
 
 
 .common_text_white_center > h2 {
   font-size: 35px;
   line-height: 55px;
 }
 
 
 
 .common_text_white_center > h3 {
   font-size: 15px;
   line-height: 30px;
 }
 
 
 
}








/****************************************
*
*
* 테이블 기능
*
*
******************************************/

.page_content_box {
  flex-grow: 1;

}


.content_table {
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
}




.content_table_head_row {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
}


.content_table_head_row {

}


/*테이블 해드*/

.content_table_head {
  display: flex;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #dfe3e9;
  background: #edeff3;
  border-radius: 10px 10px 0px 0px;
  position: relative;
  margin-bottom: -1px;
}



.content_table_head_item {
  width: calc(100%);


  font-size: 15px;
  font-weight: 700;
  color: #434343;
  overflow: hidden;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
}


/*테이블 컨텐츠*/

.page_content_item {
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
}

.page_content {
  display: flex;
  flex-direction: row;
  border: 1px solid #e9eef3;
  border-bottom: none;
  align-items: center;
}

.page_content:hover {
  background: #f8f9fc;
}


.page_content:last-child {
  margin-bottom: 0px;
  border-radius: 0px 0px 10px 10px;
  border-bottom: 1px solid #e9eef3;
}

.page_content > div {
  width: calc(100%);

  overflow: hidden;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
}


/*1번*/
.row_number {
  font-size: 14px;
  font-weight: 700;
  color: #434343;

}

.content_width_number_wrap {
  display: flex;
  justify-content: center;

}

.row_number_item {
  font-size: 14px;
  font-weight: 700;
  color: #434343;
  background: #eaeaea;
  padding: 5px 8px 5px 8px;
  border-radius: 5px;
  word-break: break-all;
}

.detect_badge {
  background: #eaeaea;
  padding: 5px 8px 5px 8px;
  border-radius: 5px;
  word-break: break-all;
  margin-right: 3px;
  margin-top: 1.5px;
  margin-bottom: 1.5px;
  font-size: 14px;
  font-weight: 700;
  color: #434343;
}

.detect_phishing {
  background: #f6dada;
  box-shadow: 0px 0px 5px rgba(219, 90, 90, 0.1), 
  inset -5px -5px 10px rgba(228, 169, 169, 0.4);
  color: #a14d4d;
  border: 1px solid #f1cece;
}

.detect_scam {
  background: #ffe8d2;
  box-shadow: 0px 0px 5px rgb(125, 83, 22 ,0.1), 
  inset -5px -5px 10px rgba(227, 195, 145, 0.4);
  color: #b58760;
  border: 1px solid #f3e1ca;
}


/*3번*/
.content_title_item > a {
  font-size: 14px;
  color: #434343;
  display: block;

  font-weight: 700;
  overflow: hidden;
  word-break: keep-all;
  
  /*
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  */

  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 26px;
}

/*4번*/
.content_date_item {
  font-size: 14px;
  font-weight: 700;
  color: #a82828;
  display: block;
}


.content_title_item > a:hover {
  text-decoration: underline;
}

.content_subtitle_item {
  font-size: 13px;
  color: #434343;
  display: block;
  font-weight: normal;
  overflow: hidden;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 26px;
}


/*테이블 사이즈*/
.page_content_info {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  max-width: 310px !important; /*번호, 카테고리 합계를 입력*/
  width: 100% !important;
}


.content_width_number {
  max-width: 90px;
  width: 100%;
  padding: 12px 12px 12px 12px;
  display: flex;
  flex-shrink: 0;
}

.content_width_detect {
  max-width: 80px;
  width: 100%;
  padding: 12px 12px 12px 12px;
  display: flex;
  flex-shrink: 0;
}

.content_width_value {
  max-width: 140px;
  width: 100%;
  display: flex;
  padding: 12px 12px 12px 12px;
}

.content_width_value_wrap {
  display: flex;
  flex-wrap: wrap;
}

.content_width_value_item {
  background: #eaeaea;
  padding: 5px 8px 5px 8px;
  border-radius: 5px;
  word-break: break-all;
  margin-right: 3px;
  margin-top: 1.5px;
  margin-bottom: 1.5px;
  font-size: 14px;
  font-weight: 700;
  color: #434343;
}


.content_width_value_item:last-child {
  margin-right: 0px;
}

.content_width_title {
  max-width: 100%;
  width: 100% !important;
  padding: 12px;
  display: flex !important;
  flex-direction: row;
  align-items: center;
}

.content_target_item {
  font-size: 14px;
  color: #c25353;
  display: block;

  font-weight: 700;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 26px;
}

.content_target_item > div > span {
  font-size: 14px;
  line-height: 26px;
}

/* 기본: 넘침 숨기기 + 오토사이징 완화 */
.content_target_item.content_width_target{
  overflow: hidden;
  position: relative;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 14px;
}

.content_width_target {
  max-width: 40%;
  width: 40% !important;
  margin: 15px 15px 15px 15px;
}

.content_width_date {
  max-width: 120px;
  padding: 12px 12px 12px 12px;
  display: flex;
}


/**********************************
*
*
* 빤짝이 NEW 신규
*
*
************************************/

.link_badge {
  background: #db4444;
  border-radius: 50%;

  width: 19px;
  height: 19px;
  border-radius: 50%;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  margin-left: 5px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  font-size: 9.5px;
  font-weight: 500;
  color: #ffffff;
  position: relative;
  z-index: 2;

  flex-shrink: 0;
}

.link_badge::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  border-radius: 50%;
  z-index: -1;
  animation: ripple 1.5s ease-out 3;
}

.link_badge:nth-child(2) {
  background-color: #db4444;
  z-index: 1;
}

@keyframes ripple {
  from {
    opacity: 1;
    transform: scale(0);
  }
  to {
    opacity: 0;
    transform: scale(2.5);
  }
}


@media only screen and (min-width: 0px) and (max-width: 850px) {
  .content_table {
    box-shadow: none;
    border-radius: 0px;
  }

  .content_table_head {
    display: none;
  }

  .page_content_box {
    box-shadow: none;
    border-radius: 0;
    overflow: inherit;
    border: none;
  }

  .page_content_item {
    display: flex;
    flex-direction: column;
    border: none;
    border-radius: 0px;
    box-shadow: none;
  }

  .page_content {
    display: flex;
    flex-direction: column;
    border: 1px solid #eaeaea;
    align-items: center;
    margin-bottom: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    justify-content: flex-start;
  }

  /*테이블 사이즈*/
  .page_content_info {
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    max-width: inherit !important;
    border-bottom: 1px solid #eaeaea;
  }

  .content_width_number {
    max-width: inherit;
    width: auto;
    padding: 10px 10px 10px 15px;
  }

  .content_width_value {
    max-width: inherit;
    width: auto;
    display: flex;
    padding: 10px 15px 10px 0px;
    margin-left: auto;
  }

  .content_width_detect {
    padding: 10px 15px 10px 0px;
  }

  .content_width_target {
    max-width: 100%;
    width: 100% !important;
    margin: 0px;
    padding: 0px 15px 10px 15px;
  }

  .content_width_date {
    width: 100% !important;
    max-width: inherit;
    background: #f5f5f7;
  }


}



/**********************************
*
*
* 이미지를 포함합니다.
*
*
************************************/

.alert_img_contain {
  background: url(../../../img/alert_img/icon_img.svg) no-repeat center center;
  background-size: 16px 16px;

  width: 16px;
  height: 16px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  margin-left: 5px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
  position: relative;
  z-index: 2;

  flex-shrink: 0;
}







/*색상*/

.value_item_all {
  background: #f1f1f1;
  border: 1px solid #434343;
  color: #434343;
}

.value_item_orange {
  background: #ffeddd;
  border: 1px solid #d44b15;
  color: #d44b15;
}

.value_item_blue {
  background: #dde9ff;
  border: 1px solid #0f42cf;
  color: #0f42cf;
}

.value_item_purple {
  background: #f8ddff;
  border: 1px solid #890fcf;
  color: #890fcf;
}

.value_item_cyan {
  background: #ddfff5;
  border: 1px solid #0b8696;
  color: #0b8696;
}

.value_item_navy {
  background: #dfddff;
  border: 1px solid #0d0b96;
  color: #0d0b96;
}

.value_item_yellow {
  background: #ffe7b6;
  border: 1px solid #cc7a0e;
  color: #cc7a0e;
}

.value_item_red {
  background: #fac7c7;
  border: 1px solid #800e0e;
  color: #800e0e;
}

.value_item_green {
  background: #cbfac7;
  border: 1px solid #29800e;
  color: #29800e;
}

.value_item_burgundy {
  background: #ffd7eb;
  border: 1px solid #c9005e;
  color: #c9005e;
}

.value_item_darksky {
  background: #e3e8f3;
  border: 1px solid #081e46;
  color: #081e46;
}

.value_item_cyber {
  background: #e3f3ed;
  border: 1px solid #084631;
  color: #084631;
}

.value_item_brown {
  background: #f3e4e0;
  border: 1px solid #724429;
  color: #724429;
}

.value_item_darkyellow {
  background: #fff3da;
  border: 1px solid #b48400;
  color: #b48400;
}

.value_item_darkorange {
  background: #ffdeb4;
  border: 1px solid #79670b;
  color: #79670b;
}

.value_item_darkblack {
  background: #d9d9d9;
  border: 1px solid #474747;
  color: #474747;
}

.value_item_darkpurple {
  background: #e0d4f1;
  border: 1px solid #381857;
  color: #381857;
}

.value_item_dropmint {
  background: #d0e8eb;
  border: 1px solid #11717c;
  color: #11717c;
}

.value_item_purplegum {
  background: #f7d9eb;
  border: 1px solid #ab608d;
  color: #7f4a7a;
}

.value_item_azure {
  background: #d3d8ff;
  border: 1px solid #2154df;
  color: #2154df;
}

/***************************************
*
*
* 백버튼
*
*
****************************************/

#go_back {
  margin-bottom: 15px;
}

#go_back_last {
  margin-top: 15px;
}

.go_back_btn {
  font-size: 20px;
  font-weight: 700;
  color: #434343;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.go_back_btn::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url(../../../img/resources_img/arrow_back.svg) no-repeat center center;
  background-size: 25px 25px;
  margin-right: 10px;
}


.go_back_btn:hover {
  text-decoration: underline;
}



/******************************************
*
*
* 블로그 컨텐츠 꾸미기 시작
*
*
*******************************************/


.content_all_item {
  background: #fdfdfd;
  padding: 60px;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}


.content_all_item > h1 {
  font-size: 30px;
  line-height: 43px;
  font-weight: 900;
  color: #434343;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}


.content_all_item > h2 {
  font-size: 24px;
  font-weight: 700;
  color: #434343;
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 35px;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  word-break: break-all;
  padding-left: 18px;
}

.content_all_item > h2::before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background: #434343;

  flex-shrink: 0;

  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}


.content_all_item > h3 {
  font-size: 20px;
  font-weight: 700;
  color: #434343;
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 35px;
  margin-top: 30px;
  margin-bottom: 30px;
}


.content_all_item > h4 {
  font-size: 18px;
  font-weight: 700;
  color: #434343;
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 35px;
  margin-top: 30px;
  margin-bottom: 15px;
}


.content_all_item > h5 {
  font-size: 15px;
  font-weight: 700;
  color: #434343;
  display: block;
  line-height: 27px;
  margin-top: 15px;
  margin-bottom: 15px;
  word-break: break-all;
}


.content_all_item > h6 {
  width: 100%;
  border-top: 1px solid #eaeaea;
  padding-top: 15px;
  font-size: 14px;
  font-weight: 700;
  color: #434343;
  display: block;
  line-height: 26px;
  word-break: break-all;
}


.content_all_item > p {
  font-size: 15px;
  font-weight: normal;
  color: #434343;
  line-height: 28px;
  display: block;
  margin-bottom: 10px;
  word-break: break-all;
}

.word_break_now {
  word-break: break-all !important;
}

.content_all_item > img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
  max-width: 800px;
  max-height: 800px;
  object-fit: contain;

  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid #eaeaea;
}

.img_figure {
  margin-top: -20px;
  text-align: center;
  margin-bottom: 30px;
  padding: 5px 10px 5px 10px;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.img_figure_text {
  font-size: 14px;
  font-weight: normal;
  color: #707070;
  background: #f3f3f3;
  padding: 10px 25px 10px 25px;
  border-radius: 10px;
  line-height: 24px;
  word-break: break-all;
}

.content_line_break {
  margin: 0 auto;
  max-width: 400px;
  border: 1px solid #eaeaea;
  margin-top: 50px;
  margin-bottom: 50px;
}

.content_line_full_break {
  margin: 0 auto;
  max-width: 100%;
  border: 1px solid #eaeaea;
  margin-top: 30px;
  margin-bottom: 30px;
}


.content_all_item > ul > li > h3 {
  font-size: 20px;
  font-weight: 500;
  color: #434343;
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 35px;
  color: #434343;
}

.content_all_item > ul > li {
  margin-left: 40px;
  list-style: disc !important;
  margin-bottom: 5px;
  color: #434343;
  word-break: break-all;
  font-size: 15px;
  font-weight: normal;
  line-height: 26px;
}

.content_all_item > ul > li > p {
  display: block;
}

.content_all_item > ul > li > p > a {
  color: #1341be;

}

.content_all_item > ul > li > p > a:hover {
  text-decoration: underline;
}

.content_all_item > ul > li > p > a::after {
  content: "　";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background: url(../../../img/resources_img/icon_popup.svg) no-repeat center center;
  background-size: 15px 15px;
  margin-left: 3px;
}

.content_all_item > ul > li > ul {
  margin-top: 8px;
}

.content_all_item > ul > li > ul > li {
  margin-left: 20px;
  list-style: square !important;
  margin-bottom: 15px;
}

.content_all_item > ul > li:last-child {
  margin-bottom: 15px;
}

.content_all_item > ul > li > p {
  font-size: 15px;
  font-weight: normal;
  color: #434343;
  line-height: 28px;
  display: block;
  margin-bottom: 10px;
}


.content_all_item > .plays {
  width: 100%;
  height: 100%;
}

.content_all_item > .plays > iframe {
  width: 100%;

}

/*디스크립션*/

.description_box {
  background: #faf4ff;
  border-radius: 18px;
  overflow: hidden;
}

.description_tit > h3 {
  font-size: 19px;
  font-weight: 900;
  color: #434343;
  line-height: 28px;
  display: block;
  word-break: keep-all;
  border-bottom: 1px solid #e7d7e9;

  padding: 12px 12px 12px 12px;

  background: #f3dfff;
}

.description_text {
  padding: 15px;
}

.description_text > p {
  font-size: 15px;
  font-weight: normal;
  color: #434343;
  line-height: 28px;
  display: block;
  margin-bottom: 10px;
  word-break: break-all;
}

.description_text > p:last-child {
  margin-bottom: 0px;
}


/*면책조항*/

.disclaimer_box {
  background: #f5f9ff;
  border-radius: 18px;
  margin-bottom: 15px;
  overflow: hidden;
}

.disclaimer_tit > h3 {
  font-size: 19px;
  font-weight: 900;
  color: #434343;
  line-height: 28px;
  display: block;
  word-break: keep-all;
  border-bottom: 1px solid #d5deeb;

  padding: 12px 12px 12px 12px;

  background: #dfeaff;
}


.disclaimer_text {
  padding: 15px;
}

.disclaimer_line_blue {
  margin: 15px 0px 15px 0px;
  width: 100%;
  height: 1px;
  background: #d5deeb;
}

.disclaimer_text > p {
  font-size: 15px;
  font-weight: normal;
  color: #434343;
  line-height: 28px;
  display: block;
  margin-bottom: 10px;
  word-break: keep-all;
}

.disclaimer_text > p:last-child {
  margin-bottom: 0px;
}





.disclaimer_text > h4 {
  font-size: 17px;
  font-weight: 800;
  color: #434343;
  line-height: 28px;
  display: block;
  margin-bottom: 10px;
  word-break: keep-all;
}

.disclaimer_text > ul {
  margin-bottom: 15px;
}

.disclaimer_text > ul:last-child {
  margin-bottom: 0px;
}

.disclaimer_text > ul > li {
  margin-left: 40px;
  list-style: disc !important;
  margin-bottom: 5px;
  color: #434343;
  word-break: keep-all;
  font-size: 15px;
  font-weight: normal;
  line-height: 26px;
}

.disclaimer_text > ul > li > p {
  font-size: 15px;
  font-weight: normal;
  color: #434343;
  line-height: 28px;
  display: block;
}





@media only screen and (min-width: 0px) and (max-width: 750px) {
  .content_all_item {
    background: #fdfdfd;
    padding: 30px;
    border: 1px solid #eaeaea;
    border-radius: 15px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  
  .content_all_item > h1 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 900;
    color: #434343;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
  }


  .content_all_item > h2 {
    font-size: 16px;
    font-weight: 700;
    color: #434343;
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 35px;
    margin-top: 20px;
    margin-bottom: 20px;
  }


  .content_all_item > h3 {
    font-size: 15px;
    font-weight: 700;
    color: #434343;
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
  }


  .content_all_item > h4 {
    font-size: 14px;
    font-weight: 700;
    color: #434343;
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  

  .content_all_item > h5 {
    font-size: 14px;
    font-weight: 700;
    color: #434343;
    display: block;
    line-height: 27px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  
  .content_all_item > h6 {
    width: 100%;
    border-top: 1px solid #eaeaea;
    padding-top: 15px;
    font-size: 14px;
    font-weight: 700;
    color: #434343;
    display: block;
    line-height: 27px;
  }
  

  .content_all_item > p {
    font-size: 14px;
    font-weight: normal;
    color: #434343;
    line-height: 27px;
    display: block;
    margin-bottom: 10px;
  }

  .content_all_item > ul > li {
    font-size: 14px;
    font-weight: 700;
    color: #434343;
    flex-direction: row;
    align-items: center;
    line-height: 27px;
    margin-bottom: 8px;
  }

  .content_all_item > ul > li > h3 {
    font-size: 14px;
    font-weight: 700;
    color: #434343;
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 26px;
  }

  .content_all_item > ul > li > p {
    font-size: 14px;
    font-weight: 700;
    color: #434343;
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 26px;
  }
  
  .description_box > p {
    font-size: 14px;
    font-weight: normal;
    color: #434343;
    line-height: 27px;
    display: block;
    margin-bottom: 10px;
  }

  



  .disclaimer_tit > h3 {
    font-size: 17px;
  }

  .disclaimer_text > p {
    font-size: 14px;
  }

  .disclaimer_text > h4 {
    font-size: 15px;
  }

  .disclaimer_text > ul > li {
    font-size: 14px;
  }

  .disclaimer_text > ul > li > p {
    font-size: 14px;
    line-height: 26px;
  }


  }


.content_all_item > table {
  border-collapse: collapse;
  width: 100%;
  height: auto;
  margin-top: 15px;
  margin-bottom: 30px;
  display: table;
}


.content_all_item > table > thead > tr > th {
  background: #dceaff;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  padding: 10px;
  font-weight: 700;
  font-size: 15px;
  text-align: left;
  word-break: break-all;
}


.content_all_item > table > tbody > tr > td {
  background: #ffffff;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  padding: 10px;
  font-weight: 300;
  font-size: 15px; 
  word-break: break-all;
  line-height: 26px;
}


@media only screen and (min-width: 0px) and (max-width: 750px) {
  .content_all_item > table > thead > tr > th {
    background: #dceaff;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 10px;
    font-weight: 700;
    font-size: 14px;
    text-align: left;
    word-break: break-all;
  }
  
  
  .content_all_item > table > tbody > tr > td {
    background: #ffffff;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    padding: 10px;
    font-weight: 300;
    font-size: 14px; 
    word-break: break-all;
    line-height: 24px;
  }
  
}


.content_all_item > table > tbody > tr > td > img {
  display: block;
  max-width: 100%;
}


.content_all_item > table > tbody > tr > th {
  background: #dde4f0;
  border: 1px solid #fafafa;
  padding: 10px;
  font-weight: 700;
  font-size: 15px;
  line-height: 26px;
  text-align: left;
  word-break: break-all;
}




.text_align_left > tbody > tr > td:nth-child(2) {
  text-align: left;
}


/*파랑*/
.table_color_blue > thead > tr > th {
  background: #d1e9ff !important;
}

.table_color_blue > tbody > tr > td {
  background: #eef7ff !important;
}

/*퍼플*/
.table_color_purple > thead > tr > th {
  background: #e5d1ff !important;
}

.table_color_purple > tbody > tr > td {
  background: #f6eeff !important;
}

/*레드*/
.table_color_red > thead > tr > th {
  background: #ffd1da !important;
}

.table_color_red > tbody > tr > td {
  background: #ffeef0 !important;
}

/*그린*/
.table_color_green > thead > tr > th {
  background: #d5f1d5 !important;
}

.table_color_green > tbody > tr > td {
  background: #f5fff6 !important;
}


.content_sign {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-bottom: 30px;
}

.content_date {
  font-size: 15px;
  font-weight: 300;
  margin-left: auto;
  color: #434343;
  display: block;
  margin-bottom: 5px;
  background: #eaeaea;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  word-break: keep-all;
}

.content_author {
  font-size: 15px;
  font-weight: 300;
  margin-left: auto;
  color: #434343;
  display: block;
  margin-bottom: 5px;
  background: #f1f1f1;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  word-break: keep-all;
}

.content_author:last-child {
  margin-bottom: 0px;
}


@media only screen and (min-width: 0px) and (max-width: 750px) {
  .content_date {
    font-size: 14px;
    font-weight: 300;
    margin-left: auto;
    color: #434343;
    display: block;
    margin-bottom: 5px;
    background: #eaeaea;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    word-break: keep-all;
  }
  
  .content_author {
    font-size: 14px;
    font-weight: 300;
    margin-left: auto;
    color: #434343;
    display: block;
    margin-bottom: 5px;
    background: #f1f1f1;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    word-break: keep-all;
  }
}


/****************
*
*
* 컨텐츠 이미지 박스
*
*
********************/

.alert_images {

}

.alert_img_item > img {
  margin: 0 auto;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 700px;
  object-fit: contain;
  border: 1px solid #eaeaea;
}


/**************
*
*
* 컨텐츠 raw 로우 박스
*
*
*****************/

.content_raw_box {
  width: 100%;
  height: auto;
  background: #f0f0f0;
  padding: 8px 10px 8px 10px;
  border: 1px solid #dedede;
  margin-bottom: 30px;
}

.content_raw_box > p {
  font-size: 15px;
    font-weight: normal;
    color: #434343;
    line-height: 28px;
    display: block;
    word-break: break-all;
}

@media only screen and (min-width: 0px) and (max-width: 750px) {
  .content_raw_box > p {
    font-size: 14px;
      font-weight: normal;
      color: #434343;
      line-height: 27px;
      display: block;
      word-break: break-all;
  }
}


/******************
*
*
* 브랜드
*
*
********************/

#all-brands-display {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-height: 250px;
  overflow: auto;
  padding: 13.5px;
}

#brand-search-input {
  width: 100%;
  border: none;
  border: 1px solid #eaeaea;
  box-shadow: none !important;
  padding: 10px 40px 10px 10px;
  background: url(../../../img/alert_img/search.svg) no-repeat #ffffff center right 10px;
  background-size: 25px 25px;
  border-radius: 8px !important;
  margin-left: 15px;
}

.brand_suggestions {
  background: #ffffff;
  padding: 10px;
  display: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.brand-suggestion-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #eaeaea;
  color: #434343;
  padding: 11px 15px 11px 15px;
  border-radius: 30px;
  margin: 2.5px 2.5px 2.5px 2.5px;
  font-weight: 700;
  font-size: 13px;
  word-break: break-all;
  cursor: pointer;
  position: relative;
}

.brand-suggestion-item:last-child {
  margin-bottom: 0px;
}


.brand_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #eaeaea;
  background: #eaeaea;
  color: #434343;

  padding: 11px 15px 11px 15px;
  border-radius: 30px;
  margin: 2.5px 2.5px 2.5px 2.5px;
  font-weight: 700;
  font-size: 13px;
  word-break: break-all;
  cursor: pointer;

  position: relative;

  white-space: normal;
}

.brand_item.selected {
  background: #d4e2ff;
  border: 1px solid #1f53c7;
  color: #1f53c7;
}

.brand_item.selected::after {
  content: "";
  display: flex;
  width: 13px;
  height: 13px;
  position: absolute;
  top: -2px;
  right: -2px;
  background: url(../../../img/alert_img/check.svg) #db1b1b no-repeat center center;
  background-size: 7px 7px;

  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.brand_item > span {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 4px;
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
  background: #ffd400;
  padding: 1px 3px 1px 3px;
  border-radius: 5px;
}

.selected_brands_display {
  padding: 13.5px;
  background: #f9f9f9;
  max-height: 150px;
  overflow: auto;
  border-top: 1px solid #dedede;
  border-radius: 0px 0px 10px 10px;
}

.selected_brands_display > .brand-tag {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #d4e2ff;
  border: 1px solid #1f53c7;
  color: #1f53c7;
  padding: 8px 10px 8px 10px;
  border-radius: 30px;
  margin: 2.5px 2.5px 6px 2.5px;
  font-weight: 700;
  font-size: 13px;
  word-break: break-all;
  cursor: pointer;
  position: relative;
}

.selected_brands_display > .brand-tag:last-child {
  margin-bottom: 0px;
}

.remove-tag {
  margin-left: auto;
  cursor: pointer;
  background: url(../../../img/alert_img/close.svg) no-repeat #d81212 center center;
  background-size: 7.5px 7.5px; 
  color: #ffffff;
  display: block;
  padding: 10px;
  border-radius: 30px;
}

.filter_search_data_brand {
    width: 100%;
    max-width: 280px;
    min-width: 280px;
}


/*************************
*
*
* 탭
*
*
***************************/

.tab_bg {
  margin-top: -25px;
  min-width: 320px;
  z-index: 3;
}

.tab_wrap {
  margin: 0 auto;
  max-width: 1300px;
  height: auto;

  padding: 0 20px 0 20px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tab_item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  
}

.tab_item > ul {
  display: flex;
  flex-direction: row;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-radius: 30px;
}

.tab_item > ul > li > a {
  padding: 15px 25px 15px 25px;
  display: block;
  font-size: 18px;
  font-weight: 900;
  color: #434343;
}

@media only screen and (min-width: 0px) and (max-width: 365px) {
  .tab_bg {
    margin-top: -18px;
  }

  .tab_item > ul > li > a {
    padding: 12px 7px 12px 7px;
    display: block;
    font-size: 10px;
    font-weight: 900;
    color: #434343;
  }
}


@media only screen and (min-width: 366px) and (max-width: 410px) {
  .tab_bg {
    margin-top: -18px;
  }

  .tab_item > ul > li > a {
    padding: 12px 8px 12px 8px;
    display: block;
    font-size: 11px;
    font-weight: 900;
    color: #434343;
  }
}


@media only screen and (min-width: 411px) and (max-width: 540px) {
  .tab_bg {
    margin-top: -22px;
  }

  .tab_item > ul > li > a {
    padding: 14px 12px 14px 12px;
    display: block;
    font-size: 12px;
    font-weight: 900;
    color: #434343;
  }
}


@media only screen and (min-width: 541px) and (max-width: 800px) {
  .tab_item > ul > li > a {
    padding: 15px 20px 15px 20px;
    display: block;
    font-size: 15px;
    font-weight: 900;
    color: #434343;
  }
}

.tab_item a {
  position: relative;
  z-index: 1;
}

.tab_indicator {
  position: absolute;
  height: 85%;
  background-color: #164ca0;
  z-index: 0;
  border-radius: 30px;
  transition:
    left 0.15s ease,
    width 0.15s ease,
    opacity 0.08s ease;
  pointer-events: none;
  will-change: left, width;
  box-shadow: 0px 0px 10px rgba(22, 76, 160, 0.3);
}

.tab_item > ul > li.active_li > a {
  color: #ffffff;
}




/*************************
*
*
* 차트
*
*
**************************/


/*인트로 시작*/

.total_bg {
  display: none;
  flex-direction: column;
  padding: 40px 0px 40px 0px;
  min-width: 320px;
}


.total_wrap {
  margin: 0px auto;
  max-width: 1300px;
  width: 100%;
  height: auto;

  padding: 0 20px 0 20px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.total_box {
  width: 100%;
  height: 100%;

}


.total_item_all {
  display: flex;
  flex-direction: column;
}


.total_item_row {
  display: flex;
  flex-direction: row;
}


.total_item_two {
  display: flex;
  flex-direction: row;
}

.total_item_two > .chart_item {
  width: calc(1/2*100% - (1 - 1/2)*15px);
}

.total_item_three > .chart_item {
  width: calc(1/3*100% - (1 - 1/3)*15px);
}

.total_item_three {
  display: flex;
  flex-direction: row;
}

@media only screen and (min-width: 0px) and (max-width: 950px) {
 .total_item_two {
    flex-direction: column;
 }

 .total_item_three {
    display: flex;
    flex-direction: column;
  }

  .total_item_two > .chart_item {
    width: calc(100%);
  }

 .total_item_three > .chart_item {
    width: calc(100%);
 }
}



.total_item {

}


.chart_item {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 15px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  margin-right: 20px;
  border: 1px solid #f9f9f9;
}

.chart_item:last-child {
  margin-right: 0px;
}


.chart_now {
  padding: 10px;
}

.chart_now_no_padding {
  padding: 0px;
}

.chart_count_box {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.chart_now_350 {
  height: 350px;
}

.chart_now_450 {
  height: 450px;
}

.chart_now_650 {
  height: 650px;
}


.chart_now_responsive {
  height: 700px;
}

@media only screen and (min-width: 0px) and (max-width: 650px) {
  .chart_now_responsive {
    height: 800px;
  }

}

.chart {
  width: 100%;
  height: 100%;

}


#chart1 {
  width: 100%;
}

#chart2 {
  width: 100%;
}

#chart3 {
  width: 100%;
}

.chart_function_box {
  display: flex;
  padding: 10px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}

.chart_function {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: auto;
  width: 100%;
}

.chart_function > select {
  margin-right: 5px;
}

.chart_function > select:last-child {
  margin-right: 0px;
}

@media only screen and (min-width: 0px) and (max-width: 410px) {
  .chart_function {
    flex-direction: column;
    align-items: inherit;
  }

  .chart_function > select {
    margin-right: 0px;
    margin-bottom: 5px;
  }

  .chart_function > select:last-child {
    margin-right: 0px;
    margin-bottom: 0px;
  }

}


.chart_title {
  font-size: 20px;
  font-weight: 900;
  color: #263238;
  padding: 15px 20px 15px 20px;
  border-bottom: 1px solid #eaeaea;
  background: #e8eaed;
  border-radius: 15px 15px 0px 0px;
}


/*카운트 아이템*/
.chart_count_wrap {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 15px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  margin-right: 20px;
  border: 1px solid #f9f9f9;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.chart_count_wrap:last-child {
  margin-right: 0px;
}

.chart_count_box {
  width: 100%;
}

.chart_count_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px 10px 5px 10px;
}

.chart_count_common {
  font-size: 23px;
  font-weight: 900;
  color: #263238;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.chart_count_data {
  padding: 3px 6px 3px 6px;
  background: #eaeaea;
  border-radius: 7px;
  margin-right: 4px;
  margin-left: 4px;
}

.chart_date_range_box {
  display: flex;
  flex-direction: row;
  padding: 10px 20px 10px 20px;
}

.chart_date_range {
  font-size: 15px;
  font-weight: 500;
  color: #263238;
}

.chart_count_common_shrink {
  flex-shrink: 0;
}

#totalCount5 {
  margin-left: auto;
}

#topCategoryName {
  max-width: 50%;
  margin-left: auto;
}

#topCategoryCount {
  max-width: 50%;
}

#recent7Count {
  margin-left: auto;
}




#fraud_totalCount5 {
  margin-left: auto;
}

#fraud_topCategoryName {
  max-width: 50%;
  margin-left: auto;
}

#fraud_topCategoryCount {
  max-width: 50%;
}

#fraud_recent7Count {
  margin-left: auto;
}



.chart_title_hightlight {
  background: #ffd400;
}


.chart_now_sparkline {
  flex-grow: 1;
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}


/*************************
*
*
* 사기 차트
*
*
**************************/


/*인트로 시작*/

.fraud_total_bg {
  display: none;
  flex-direction: column;
  padding: 40px 0px 40px 0px;
  min-width: 320px;
}


.fraud_total_wrap {
  margin: 0px auto;
  max-width: 1300px;
  width: 100%;
  height: auto;

  padding: 0 20px 0 20px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fraud_total_box {
  width: 100%;
  height: 100%;
}



/*************************
*
*
* 지도
*
*
**************************/

.chart_map {
  position: relative !important;
  background: url(../../../img/alert_img/pattern.svg) repeat;
  background-size: 50px 50px;

}

/*툴팁*/
.custom-tooltip {
  position: absolute; background: rgba(0,0,0,0.85); color:#fff;
  padding:8px 10px; border-radius:6px; font-size:13px; pointer-events:none; z-index:9999;
  box-shadow: 0 2px 8px rgba(0,0,0,0.25); display:none;
}

#chart-9 { 
  width: 100%; 
  max-width: 100%; 
  position: relative; 
}

#chart-9 svg { 
  width: 100%; 
  height: auto; 
  display: block; 
}


.map_loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 100px 0px 100px 0px;
  font-size: 25px;
  font-weight: 900;
  color: #434343;
}

.map_zoom_controls {
  display: flex;
  flex-direction: row;
  margin-left: auto;
}

.map_zoom_controls > button {
  border: none;
  border-radius: 8px;
  padding: 3px 10px 3px 10px;
  cursor: pointer;
  font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
  margin-right: 5px;
}

.map_zoom_controls > button:last-child {
  margin-right: 0px;
}

@media only screen and (min-width: 0px) and (max-width: 410px) {
  .map_zoom_controls {
    margin-left: inherit;
    align-items: center;
  }

  .map_zoom_controls > button {
    width: 100%;
  }

}

.map_zoom_btn {
  width: 34px;
  height: 34px;
}

.map_zoom_in {
  background: url(../../../img/alert_img/zoom_in.svg) no-repeat #edeff3 center center;
  background-size: 15px 15px;
}

.map_zoom_out {
  background: url(../../../img/alert_img/zoom_out.svg) no-repeat #edeff3 center center;
  background-size: 15px 15px;
}

.map_zoom_rs {
  background: url(../../../img/alert_img/zoom_rs.svg) no-repeat #edeff3 center center;
  background-size: 15px 15px;
}


/* HTML 범례 스타일 */
.map_legend{
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
}

.map_legend_wrap {
  display: flex;
  flex-direction: column;
  padding: 10px 12px;
  background: rgba(255,255,255,0.6);
  border: 1px solid #eaeaea;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
  font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
  color: #434343;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.map_legend .legend_title{
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2px;
  color: #374151;
  margin-bottom: 5px;
}

.map_legend .legend_steps{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.map_legend .swatch{
  width: calc(1/6*100% - (1 - 1/6)*3px);
  height: 12px;
  margin-right: 3px;
  border-radius: 2px;
  background: var(--swatch);
}

.map_legend .swatch:last-child {
  margin-right: 0px;
}

.map_legend .legend_scale{
  display: flex;
  margin-top: 5px;
  justify-content: space-between;
  font-size: 11px;
  color: #34383f;
}






/* 차트9 Top5 패널 */
.map_top5 {
     position: absolute;
     bottom: 12px;
     left: 12px;
}

.map_top5_wrap {
  display: flex;
  flex-direction: column;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #eaeaea;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
  font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
  color: #434343;
  overflow: hidden;
  max-width: 300px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

 .map_top5_wrap .top5_title {
     font-size: 14px;
     font-weight: 700;
     color: #111827;
     margin-bottom: 8px;
}
 .map_top5_wrap ol {
     display: flex;
     flex-direction: column;
}
 .map_top5_wrap li {
     display: flex;
     flex-direction: row;
     align-items: center;
     padding: 8px 0px 8px 0px;
     border-top: 1px dashed #eee;
}
 .map_top5_wrap li:first-child {
     border-top: 0;
}

.map_top5_wrap li:last-child {
  padding-bottom: 0px;
}

.top5_rank {
  width: 17px;
  height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #4e4e4e;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  margin-right: 5px;
  flex-shrink: 0;
}

.top5_name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


 .top5_flag {
  width: 25px;
  height: 18px;
  border-radius: 2px;
  object-fit: cover;
  box-shadow: 0 0 0 1px #e5e7eb;
  margin-right: 5px;
  flex-shrink: 0;
}
 .top5_label {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 12px;
  color: #111827;
  font-weight: 600;
  max-width: 150px;
}
 .top5_code {
  color: #6b7280;
  font-weight: 700;
  flex-shrink: 0;
}
 .top5_count {
  color: #111827;
  font-weight: 700;
  flex-shrink: 0;
}
 
/* ✅ 범례/Top5는 세로 스크롤 허용 */
.map_legend,
.map_top5 {
  touch-action: pan-y;            /* 세로 스크롤만 허용 */
  pointer-events: auto;           /* 혹시나 막혀있다면 보정 */
}

@media only screen and (min-width: 0px) and (max-width: 650px) {
  .map_legend{
    position: inherit;
    right: inherit;
    bottom: inherit;
    width: 100%;
    padding: 0px 12px 12px 12px;
  }

  .map_legend .legend_title{
    font-size: 10px;
  }

  .map_legend .swatch{
    height: 10px;
    margin-right: 3px;
  }

  .map_legend .legend_scale{
    font-size: 8px;
  }


  .map_top5 {
    position: inherit;
    bottom: inherit;
    left: inherit;
    padding: 0px 12px 12px 12px;
  }

  .map_top5_wrap {
    max-width: 100%;
  }

}




/*************************
*
*
* 월별 분석 보고서
*
*
**************************/


/*인트로 시작*/

.summary_report_bg {
  display: none;
  padding: 40px 0px 40px 0px;
  flex: 1 0 auto;
  min-width: 320px;
}


.summary_report_wrap {
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
  height: auto;

  padding: 0 20px 0 20px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.summary_report_box {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.summary_report_content_item_resourse_all {
  height: 100%;
}

.summary_report_container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.summary_report_count_filter {
  font-size: 13px;
  font-weight: 700;
  color: #434343;
  margin-right: 7px;
}

.summary_report_count_line {
  font-size: 13px;
  font-weight: 700;
  color: #434343;
  margin-right: 7px;
  border-radius: 5px;
}


/*컨텐츠 박스*/

.summary_report_content_box {
  flex-grow: 1;
}

.summary_report_content_item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.summary_report_content {
  margin-right: 15px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #eaeaea;
  border-radius: 15px;
  margin-bottom: 15px;
}

.custom_grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.grid_left {
  width: calc(72%);
  height: 100%;
  display: flex;
  flex-grow: 1;
}

.grid_left > .summary_report_content {
  width: 100%;
}

.grid_right {
  width: calc(28%);
  display: flex;
  flex-direction: column;
}

.grid_right > .summary_report_content {
  margin-right: 0px;
}

.grid_bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.grid_bottom > .summary_report_content {
  width: calc(1/3*100% - (1 - 1/3)*15px);
}

.grid_bottom > .summary_report_content:nth-child(3n) {
  margin-right: 0px;
}

.grid_bottom > .summary_report_content:last-child {
  margin-right: 0px;
}




@media only screen and (min-width: 0px) and (max-width: 550px) {

  .custom_grid {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .grid_left {
    width: calc(100%);
    height: auto;
    flex-grow: 0;
  }

  .grid_left > .summary_report_content {
    margin-right: 0px;
  }

  .grid_right {
    width: calc(100%);
    flex-direction: column;
    flex-wrap: nowrap;
  }
  
  .grid_right > .summary_report_content {
    width: calc(100%);
  }

  .grid_right > .summary_report_content {
    margin-right: 0px;
  }

  .grid_right > .summary_report_content:last-child {
    margin-right: 0px;
  }

  .grid_bottom {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .grid_bottom > .summary_report_content {
    width: calc(100%);
  }

  .grid_bottom > .summary_report_content:nth-child(2n) {
    margin-right: 0px;
  }

}




@media only screen and (min-width: 551px) and (max-width: 950px) {

  .custom_grid {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .grid_left {
    width: calc(100%);
    height: auto;
    flex-grow: 0;
  }

  .grid_left > .summary_report_content {
    margin-right: 0px;
  }

  .grid_right {
    width: calc(100%);
    flex-direction: row;
    flex-wrap: wrap;
  }
  
  .grid_right > .summary_report_content {
    width: calc(1/2*100% - (1 - 1/2)*15px);
  }

  .grid_right > .summary_report_content {
    margin-right: 15px;
  }

  .grid_right > .summary_report_content:last-child {
    margin-right: 0px;
  }

  .grid_bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .grid_bottom > .summary_report_content {
    width: calc(1/2*100% - (1 - 1/2)*15px);
  }

  .grid_bottom > .summary_report_content:nth-child(2n) {
    margin-right: 0px;
  }

  .grid_bottom > .summary_report_content:nth-child(3n) {
    margin-right: 15px;
  }

  .grid_bottom > .summary_report_content:last-child {
    margin-right: 0px;
  }

}



.content_photo {
  position: relative;
  padding-bottom: 56.8%;
  overflow: hidden;
  border-radius: 15px 15px 0px 0px;
}

.content_photo > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  height: 100%;
  width: 100%;
}


#summary_report_go_back {
  margin-bottom: 15px;
}

#summary_report_go_back_last {
  margin-top: 15px;
}