@charset "utf-8";


/*누리웹 모든*/

* {
    margin: 0;
    padding: 0;
}

/*풀페이지 민하이 제안*/
html, body {
  width: 100%;
  height: 100%;
}

body {
    font-family: "Pretendard JP", sans-serif;
}

a {
    text-decoration: none;
}

img {
    border: 0;
}

li {
    list-style: none;
}




.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: 1150px;
  height: 100%;
  padding: 0 15px 0 15px;
  -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: 1150px;
  height: auto;

  padding: 0 15px 0 15px;

  -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 30px 0 30px;


  -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 {
  margin-right: 5px;
  margin-left: 5px;
  max-width: 130px !important;
}

.select_form_box {
  margin-right: auto;
  max-width: 130px !important;
}

/*필터 기능*/

.filter_group {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: auto;
}

.resources_container {
  max-width: 1150px;
  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 JP", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #cfcfcf;
  font-size: 14px;
  font-weight: 500;
  color: #434343;
  padding: 8px 15px 8px 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  cursor: pointer;
}


/*필터 부모*/

.filter_checkboxes {
  position: relative;
}

/*필터 체크박스*/

.filter_search_icon {
  background: url(../../../img/alert_img/icon_setting.svg) no-repeat center right 10px;
  background-size: 20px 20px;
  flex-shrink: 0;

  border: 1px solid #cfcfcf;
  cursor: pointer;
  font-size: 14px;
  padding: 8px 35px 8px 15px;

  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-left: 5px;
}


/*필터*/

.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;

}

.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;
}

.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: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*체크박스 전체 분리*/

.checkbox_power_all {
  margin-bottom: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}

/******************************
*
*
* 체크박스
*
*
********************************/

.checkbox_category {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 8px;
  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;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  justify-content: center;
  border-radius: 10px;
}



.pagination li {
  display: flex;
  margin-left: -1px;
  flex-grow: 1;


}

.pagination li:first-child > a {
  border-radius: 5px 0px 0px 5px;
}

.pagination li:last-child > a {
  border-radius: 0px 5px 5px 0px;
}


.pagination li a {
  text-decoration: none;
  color: #434343;
  cursor: pointer;
  padding: 3.5px 10px;
  background: #ffffff;

  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  flex-grow: 1;

  border: 1px solid #cfcfcf;
}

.pagination li a:hover {
  text-decoration: underline;
  background: #f7f7f7;
}

.simple-pagination > li.active > span.current {
  background: #d81212 !important;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  padding: 3.5px 10px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  flex-grow: 1;
  border: 1px solid #cfcfcf;
}


.simple-pagination > li.disabled > .current.prev {
  text-decoration: none;
  color: #434343;
  cursor: pointer;
  padding: 3.5px 10px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  flex-grow: 1;
  border: 1px solid #cfcfcf;
  border-radius: 5px 0px 0px 5px;
}


.simple-pagination > li.disabled > .current.next {
  text-decoration: none;
  color: #434343;
  cursor: pointer;
  padding: 3.5px 10px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  flex-grow: 1;
  border: 1px solid #cfcfcf;
  border-radius: 0px 5px 5px 0px;
}


.simple-pagination > li.disabled > .ellipse {
  text-decoration: none;
  color: #434343;
  cursor: pointer;
  padding: 5px 10px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  flex-grow: 1;
  border: 1px solid #cfcfcf;
}


.ellipse.clickable {
  text-decoration: none;
  color: #434343;
  cursor: pointer;
  padding: 5px 10px;
  background: #ffffff;

  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  flex-grow: 1;

  border: 1px solid #eaeaea;
}

.ellipse.clickable > input {

}

.first_go {
  width: 20px;
  height: 25px;
  background: url(../../../img/resources_img/page_icon4.png) no-repeat center center;
  background-size: 25px 25px;
  display: flex;
}

  .page-item.disabled > a > .first_go {
    width: 20px;
    height: 25px;
    background: url(../../../img/resources_img/page_icon4_disabled.png) no-repeat center center;
    background-size: 25px 25px;
    display: flex;
  }

.prev_go {
  width: 20px;
  height: 25px;
  background: url(../../../img/resources_img/page_icon3.png) no-repeat center center;
  background-size: 25px 25px;
  display: flex;
}

  .simple-pagination > li.disabled > .current.prev > .prev_go {
    width: 20px;
    height: 25px;
    background: url(../../../img/resources_img/page_icon3_disabled.png) no-repeat center center;
    background-size: 25px 25px;
    display: flex;
  }


.next_go {
  width: 20px;
  height: 25px;
  background: url(../../../img/resources_img/page_icon2.png) no-repeat center center;
  background-size: 25px 25px;
  display: flex;
}

.simple-pagination > li.disabled > .current.next > .next_go {
    width: 20px;
    height: 25px;
    background: url(../../../img/resources_img/page_icon2_disabled.png) no-repeat center center;
    background-size: 25px 25px;
    display: flex;
  }


.last_go {
  width: 20px;
  height: 25px;
  background: url(../../../img/resources_img/page_icon1.png) no-repeat center center;
  background-size: 25px 25px;
  display: flex;
}


  .page-item.disabled > a > .last_go {
    width: 20px;
    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;
  }
  
  .page_content:nth-child(n + 9) {
    margin-bottom: 0px;
  }
  
  
}



.content_tit {
  padding: 15px;
  border-top: 1px solid #eaeaea;
}

.content_tit > h3 {
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  color: #434343;
  overflow: hidden;
  word-break: break-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: break-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 #ffffff center right 15px;
  background-size: 10px 10px;
}

.filter_common {
  background: url(../../../img/resources_img/detail_icon_arrow.svg) no-repeat #ffffff center right 15px;
  background-size: 10px 10px;
}

/*넘버링 페이지 고*/

.pagination_number_go {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
}

.pagination_number_go > input {
  width: 100%;
}

.number_go {
  border: none;
  font-family: "Pretendard JP", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #cfcfcf;
  font-size: 14px;
  font-weight: 500;
  color: #434343;
  padding: 8px 15px 8px 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  cursor: pointer;
}


/*검색결과 없음*/

.no_results {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;

  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 JP", "맑은 고딕", "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: 8px 35px 8px 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

input[type=radio] {
    vertical-align: middle;
    font-family: "Pretendard JP", "맑은 고딕", "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 JP", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */
    
    -moz-appearance: none;
}
input[type=text] {
    font-family: "Pretendard JP", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */
    
    -moz-appearance: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #cfcfcf;
    font-size: 14px;
    font-weight: 500;
    color: #434343;
    padding: 8px 15px 8px 15px;
    border-radius: 5px;
}


input[type=text]:disabled {
  background: #e7e7e7 !important;
  cursor: no-drop;
  color: #bdbdbd;
  box-shadow: none !important;
}

input[type=number] {
    font-family: "Pretendard JP", "맑은 고딕", "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: 8px 15px 8px 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

input[type=number]:disabled {
  background: #e7e7e7 !important;
  cursor: no-drop;
  color: #bdbdbd;
}

input[type=search] {
  font-family: "Pretendard JP", "맑은 고딕", "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: 8px 15px 8px 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

input[type=email] {
    font-family: "Pretendard JP", "맑은 고딕", "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: 8px 15px 8px 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
textarea {
    font-family: "Pretendard JP", "맑은 고딕", "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 JP", "맑은 고딕", "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: 8px 15px 8px 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
input[type=checkbox] {
    font-family: "Pretendard JP", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
}
select {
    font-family: "Pretendard JP", "맑은 고딕", "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;

    padding: 8px 35px 8px 15px;
    background: url(../../../img/resources_img/detail_icon_arrow.svg) no-repeat #ffffff center right 15px;

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border-radius: 5px;

}
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;
  margin-right: 8px;
  padding: 5px 10px 5px 10px;
  background: #ffffff;
  border: 1px solid #eaeaea;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}


.content_count_ground {
  display: flex;
  flex-direction: row;
  align-items: center;

  padding: 5px 10px 5px 10px;
  background: #ffffff;
  border: 1px solid #eaeaea;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.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 {
    margin-right: 5px;
  }

}




/********************************
*
*
* 공통 타이틀 텍스트
*
*
********************************/


.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: break-all;
  text-align: left;
}


.common_text > p {
  font-size: 18px;
  line-height: 35px;
  color: #434343;
  word-break: break-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: break-all;
  text-align: left;
}


.common_text_black > p {
  font-size: 18px;
  line-height: 35px;
  color: #434343;
  word-break: break-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: break-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: break-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: break-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: break-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: break-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: break-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: break-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/plus_not.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: break-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: break-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;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #e7e7e7;
  background: #f0f0f0;
  margin-bottom: 8px;
}



.content_table_head_item {
  width: calc(100%);


  font-size: 15px;
  font-weight: 700;
  color: #434343;
  overflow: hidden;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
}


/*테이블 컨텐츠*/

.page_content {
  display: flex;
  flex-direction: row;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 8px;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  align-items: center;
}

.page_content:last-child {
  margin-bottom: 0px;
}

.page_content > div {
  width: calc(100%);

  overflow: hidden;
  word-break: break-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;
}


/*2번*/
.content_value {
  font-size: 14px;
  font-weight: 700;
  color: #434343;
}


/*3번*/
.content_title_item > a {
  font-size: 14px;
  color: #434343;
  font-weight: 700;
  overflow: hidden;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 26px;


  color: #1341be;
}

/*4번*/
.content_date_item {
  font-size: 14px;
  font-weight: 700;
  color: #a82828;
  display: block;
}


.content_title_item > a:hover {
  text-decoration: underline;
}

.content_title_item > 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;
}


/*테이블 사이즈*/
.page_content_info {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  max-width: 100px !important; /*번호, 카테고리 합계를 입력*/
  width: 100% !important;
}


.content_width_number {
  max-width: 90px;
  width: 100%;
  padding: 10px 15px 10px 15px;
  display: flex;
  flex-shrink: 0;
}

.content_width_value {
  max-width: 140px;
  width: 100%;
  display: flex;
  padding: 10px 15px 10px 15px;
}

.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;
}

.content_width_value_item:last-child {
  margin-right: 0px;
}

.content_width_title {
  max-width: 100%;
  width: 100% !important;
  padding: 10px 15px 10px 15px;
  display: flex !important;
  flex-direction: row;
  align-items: center;
}

.content_width_date {
  max-width: 150px;
  padding: 10px 15px 10px 15px;
  display: flex;
}

/**********************************
*
*
* 빤짝이 NEW 신규
*
*
************************************/

.link_badge {
  width: 66px;
  height: 66px;

  background: #ff0000;
  border-radius: 50%;

  width: 21px;
  height: 21px;
  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: 10.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;
  transform: scale(0.9);
  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: 750px) {
  .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;
  }

  .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;
    margin-right: 10px;
    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_date {
    width: 100% !important;
    max-width: inherit;

    background: #f7f7f7;
  }

  .page_content:nth-child(even) {
    background: none;
  }

}




/*색상*/

.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;
}

/***************************************
*
*
* 백버튼
*
*
****************************************/

#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: 15px;
  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: 70px;
  margin-bottom: 70px;
}


.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: #f5f5f5;
  padding: 15px;
  border-radius: 18px;
}

.description_box > p {
  font-size: 15px;
  font-weight: normal;
  color: #434343;
  line-height: 28px;
  display: block;
  margin-bottom: 10px;
  word-break: break-all;
}

.description_box > p:last-child {
  margin-bottom: 0px;
}

@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;
  }

  
  }


.content_all_item > table {
  border-collapse: collapse;
  width: 100%;
  height: auto;
  margin-top: 15px;
  margin-bottom: 30px;
}


.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: #dceaff;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 10px;
  font-weight: 700;
  font-size: 15px;
  line-height: 26px;
  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: break-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: break-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: break-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: break-all;
  }
}



/**************
*
*
* 컨텐츠 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;
  }
}








/*************************
*
*
* 탭
*
*
***************************/

.tab_bg {
  margin-top: -25px;
  min-width: 320px;
  z-index: 3;
}

.tab_wrap {
  margin: 0 auto;
  max-width: 1150px;
  height: auto;

  padding: 0 15px 0 15px;

  -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: 950px) {
  .tab_item > ul > li > a {
    padding: 15px 20px 15px 20px;
    display: block;
    font-size: 13px;
    font-weight: 900;
    color: #434343;
  }
}

.tab_item a {
  position: relative;
  z-index: 1;
}

.tab_indicator {
  position: absolute;
  height: 85%;
  background-color: #d81212;
  z-index: 0;
  border-radius: 30px;
  transition: all 0.1s ease;
  pointer-events: none;
  will-change: left, width;
  box-shadow: 0px 0px 10px rgba(216, 18, 18, 0.3);
}

.tab_item > ul > li.active_li > a {
  color: #ffffff;
}

/*************************
*
*
* 차트
*
*
**************************/


/*인트로 시작*/

.total_bg {
  display: none;
  padding: 40px 0px 40px 0px;
  min-width: 320px;
}


.total_wrap {
  margin: 0 auto;
  max-width: 1150px;
  height: auto;

  padding: 0 15px 0 15px;

  -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_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_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: 8px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  margin-right: 20px;
  overflow: hidden;
  border: 1px solid #f9f9f9;
}

.chart_item:last-child {
  margin-right: 0px;
}


.chart_now {
  padding: 10px;
}


.chart_count_box {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.chart_now_350 {
  height: 350px;
}

.chart_now_450 {
  height: 450px;
}

.chart {
  width: 100%;
  height: 100%;

}


#chart1 {
  width: 100%;
}

#chart2 {
  width: 100%;
}

#chart3 {
  width: 100%;
}

.chart_function_box {
  display: flex;
  padding: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #eaeaea;
  position: relative;
}

.chart_function {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: auto;
}

.chart_function > select {
  margin-right: 5px;
}

.chart_function > select:last-child {
  margin-right: 0px;
}


.chart_title {
  font-size: 20px;
  font-weight: 900;
  color: #263238;
  padding: 15px 20px 15px 20px;
  border-bottom: 1px solid #eaeaea;
  background: #f9f9f9;
}


/*카운트 아이템*/
.chart_count_wrap {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 8px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  margin-right: 20px;
  overflow: hidden;
  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;
}


.chart_now_sparkline {
  flex-grow: 1;
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}