@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;
}

/********************************
*
*
* 공통 타이틀 텍스트
*
*
********************************/


.common_text {
  width: 100%;
  height: auto;
}

.common_text > h2 {
  font-size: 30px;
  line-height: 40px;
  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;
}

sup {
  font-size: 20px;
  line-height: 23px;
}


.common_text_black > h2 {
  font-size: 50px;
  font-weight: 900;
  line-height: 80px;
  margin: 30px 0 30px 0;
  color: #1d282e;
  word-break: keep-all;
  text-align: left;
}

.common_text > h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 60px;
  color: #434343;
  word-break: keep-all;
}



.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: 50px;
  font-weight: 900;
  line-height: 80px;
  margin: 30px 0 30px 0;
  color: #434343;
  word-break: keep-all;
  text-align: center;
}


.common_text_center > h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 60px;
  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: 40px;
  font-weight: 900;
  line-height: 70px;  
  margin: 30px 0 30px 0;
  color: #fff;
  word-break: keep-all;
  text-align: left;
}



.common_text_white > h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  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: 50px;
  font-weight: 900;
  line-height: 80px;
  margin: 30px 0 30px 0;
  color: #fff;
  word-break: keep-all;
  text-align: center;
}



.common_text_white_center > h3 {
  font-size: 30px;
  font-weight: 900;
  line-height: 40px;
  margin: 30px 0 30px 0;
  color: #fff;
  word-break: keep-all;
  text-align: center;
}

/*필터*/

.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", "맑은 고딕", "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;
}


/****************************
*
*
* 컨텐츠 카운트 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;
  }

}




/*********************************
*
*
* 뉴스룸 시작
*
*
*********************************/

.event_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;
}

.filter_group:last-child {
  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", "맑은 고딕", "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 {

  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_category {
  background: url(../../../img/alert_img/icon_setting.svg) no-repeat center right 10px;
  background-size: 20px 20px;
}

.filter_search_brand {
  background: url(../../../img/alert_img/icon_brand.svg) no-repeat center right 10px;
  background-size: 20px 20px;
}

.filter_search_detect {
  background: url(../../../img/alert_img/icon_detect.svg) no-repeat center right 10px;
  background-size: 20px 20px;
}

@media only screen and (min-width: 0px) and (max-width: 390px) {
  .filter_search_icon {
    font-size: 13px;
  }

  select {
    font-size: 13px !important;
  }
} 




/*페이지 네이션 기능*/


.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;
}

.pagination > li.active > span.page_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;
}


.pagination > li.disabled {
  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;
}


.pagination > li.disabled {
  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;
}


.page_ellipsis {
  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: 15px;
  height: 25px;
  background: url(../../../img/resources_img/page_icon4.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.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.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.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: 710px) {

  .page_content {
    overflow: hidden;
  }

  .page_content:nth-child(3n) {
    margin-right: 0px;
  }

  .page_content {
    margin-right: 0px;
  }
  
  .page_content:last-child {
    margin-bottom: 0px;
  }
  
  
  .event_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;
  }
  
  
}







/***************************************
*
*
* 백버튼
*
*
****************************************/

#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: block;
  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: block;
  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: block;
  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: 1000px;
  max-height: 100%;
  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;
}


/*ol 목록*/

.content_all_item > ol > li {
  margin-left: 40px;
  margin-bottom: 5px;
  color: #434343;
  word-break: break-all;
  font-size: 15px;
  font-weight: normal;
  line-height: 26px;
  list-style: inherit;
}


.content_all_item > .plays {
  width: 100%;
  height: 100%;
}

.content_all_item > .plays > iframe {
  width: 100%;

}

.description_box {
  width: 100%;
  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;
}


/*체크박스 리스트*/

.content_all_item > ul > li.check-item {
  list-style: none !important;
}

.check-item > label {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.check-item > label > input[type=checkbox] {
  margin-right: 5px;
}

.check-item > label > span {
  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_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;
    align-items: center;
    line-height: 35px;
    margin-top: 20px;
    margin-bottom: 20px;
  }


  .content_all_item > h3 {
    font-size: 15px;
    font-weight: 700;
    color: #434343;
    align-items: center;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
  }


  .content_all_item > h4 {
    font-size: 14px;
    font-weight: 700;
    color: #434343;
    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;
    align-items: center;
    line-height: 27px;
    margin-bottom: 8px;
  }

  .content_all_item > ul > li > h3 {
    font-size: 14px;
    font-weight: 700;
    color: #434343;
    align-items: center;
    line-height: 26px;
  }

  .content_all_item > ul > li > p {
    font-size: 14px;
    font-weight: 700;
    color: #434343;
    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: 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;
  }
}



/**********************
*
*
* 인용문
*
*
************************/

.cdx-quote {
  border-left: 4px solid #e5e7eb;
  background: #fafafa;
  border-radius: 8px;
  padding: 12px 16px;
}

.cdx-quote__text {
  font-size: 15px;
  font-weight: normal;
  color: #434343;
  line-height: 28px;
  display: block;
  margin-bottom: 10px;
  word-break: break-all;
}

.cdx-quote__text:last-child {
  margin-bottom: 0px;
}

.cdx-quote__caption {
  margin-top: 6px;
  font-size: 15px;
  color: #6b7280;
}


.resource_alignment_right {
  text-align: right;
}
.resource_alignment_center {
  text-align: center;
}
.resource_alignment_left {
  text-align: left;
}
.resource_alignment_justify {
  text-align: justify;
}




/******************************
*
*
* 링크 툴
*
*
*******************************/

.linktool {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;

  background: #fff;
  border: 1px solid rgba(201, 201, 204, .48);
  box-shadow: 0 1px 3px #0000001a;
  border-radius: 6px;

  text-decoration: none;
}

.linktool__thumb {
  margin-left: 30px;
  padding: 25px 25px 25px 0px;
}

.linktool__thumb img {
  width: 80px !important;
  height: 80px !important;
  border-radius: 3px !important;
  border: none !important;
  flex-shrink: 0;
  object-fit: cover !important;
  display: flex;
  margin: 0 !important;
}

@media only screen and (min-width: 0px) and (max-width: 650px) {

  .linktool {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .linktool__thumb {
    margin-left: 0px;
    border-bottom: 1px solid rgba(201, 201, 204, .48);
    padding: 0px;
    overflow: hidden;
  }

  .linktool__thumb img {
    width: 100% !important;
    height: 100% !important;
    max-height: 280px !important;
    border-radius: 3px !important;
    border: none !important;
    flex-shrink: 0;
    object-fit: contain !important;
    display: flex;
    margin: 0 !important;
  }


}


.linktool__body {
  display: flex;
  flex-direction: column;
  padding: 25px;
  margin-right: auto;
}

.linktool__title {
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #434343;
}

.linktool__desc {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.55em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #434343;
}

.linktool__site {
  display: block;
  font-size: 15px;
  line-height: 1em;
  color: #888 !important;
  border: 0 !important;
  padding: 0 !important;
}



/*공통 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: 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", "맑은 고딕", "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;
    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", "맑은 고딕", "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", "맑은 고딕", "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", "맑은 고딕", "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", "맑은 고딕", "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: 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", "맑은 고딕", "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: 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;
}