@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;
  -webkit-text-size-adjust: 100%;
}

a {
    text-decoration: none;
}

img {
    border: 0;
}

li {
    list-style: none;
}

.support_all {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.support_top_bg {
  margin-top: -65px;
  min-width: 320px;

  background: #70a6db;
  background: -webkit-linear-gradient(161deg, rgba(41, 97, 153, 1) 0%, rgba(85, 84, 159, 1) 100%);
  background: -moz-linear-gradient(161deg, rgba(41, 97, 153, 1) 0%, rgba(85, 84, 159, 1) 100%);
  background: linear-gradient(161deg, rgba(41, 97, 153, 1) 0%, rgba(85, 84, 159, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#70A6DB", endColorstr="#8684F0", GradientType=0);

  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.16);
  border-radius: 0px 0px 20px 20px;
}

.support_top_wrap {
  padding-top: 66px;
  margin: 0 auto;
  width: auto;
  height: 450px;
  max-width: 1300px;
  padding: 0 20px 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/*개인정보처리 위 이미지*/

.support_bg {
  min-width: 320px;
  flex: 1 0 auto;
  margin-top: -50px;
}

.support_wrap {
  margin: 0 auto;
  width: auto;
  height: 100%;
  max-width: 1300px;
  padding: 0 20px 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.support_box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.support_top_box {
  margin: 0 auto;
  max-width: 800px;
  padding: 130px 0px 70px 0px;

  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.support_text {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 10px;
}

.support_text_tit {

}

.support_text_tit > h2 {
  text-align: center;
  display: block;
  font-size: 40px;
  font-weight: 900;
  line-height: 55px;
  color: #ffffff;
  margin-bottom: 10px;
}

.support_text_tit > h3 {
  text-align: center;
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  color: #c8dbff;
}

@media only screen and (min-width: 0px) and (max-width: 580px) {
  .support_text_tit > h2 {
    font-size: 30px;
    word-break: keep-all;
    line-height: 35px;
    margin-bottom: 10px;
  }

  .support_text_tit > h3 {
    font-size: 18px;
    word-break: keep-all;
  }

}

.support_container {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
}


.input_group {
  width: 100%;
  height: auto;
  position: relative;

}


.support_bar_group {
  width: 100%;
  height: auto;

  display: flex;
  flex-direction: row;
  align-items: center;

  background: #dae4f6;

  box-shadow: 0px 5px 15px rgba(50, 63, 131, 0.9), inset -5px -5px 10px rgba(169, 187, 228, 0.6);
  border-radius: 60px;
}


/*검색바*/

.support_input_box {
  width: 100%;
  padding: 20px 25px 20px 25px;
  border-radius: 150px;
  border: none;
  font-size: 17px;
  background: none;
  color: #102458;
}


.support_btn {
  padding: 18px;
  border: none;
  background: url(../../../img/support_img/icon_search.svg) no-repeat center center;
  background-size: 25px 25px;
  color: #ffffff;
  font-size: 17px;
  flex-shrink: 0;
  cursor: pointer;
}


.suggestion_group {
  position: absolute;
  width: 100%;
  margin-top: 10px;
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  max-height: 330px;
  overflow-y: auto;
  z-index: 6;
}



/**************************
*
*
* 검색 제안하기
*
*
***************************/

.suggestion {
  border-bottom: 1px solid #d8dce2;
  cursor: pointer;
}

.suggestion:last-child {
  border-bottom: none;
}

.suggestion:hover, .suggestion.active {
  background-color: #f0f3f7;
}

.highlight {
  background-color: yellow;
}


.suggestion_meta {
  display: flex;
  flex-direction: column;

  font-size: 13px;
  color: #999999;
  font-weight: normal;
  line-height: 25px;
}

.suggestion_title {
  width: 100%;
  font-size: 18px;
  font-weight: 900;
  color: #1571da;
  display: block;
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
  padding: 15px 20px 15px 20px;
  background: #eef0f7;
}

.suggestion_title_item {
  display: flex;
  flex-direction: column;
}

.suggestion_title_item:hover {
  text-decoration: underline;
}

.suggestion_title_breadcrumb {
  font-size: 15px;
  color: #12c3a6;
  display: block;
  margin-bottom: 5px;
}

.suggestion_title_text {
  font-size: 18px;
  font-weight: 900;
  color: #1571da;
  display: block;
}


.suggestion_detail {
  display: flex;
  flex-direction: column;
  padding: 7.5px 20px 15px 20px;
}

.suggestion_description {
  font-size: 15px;
  font-weight: normal;
  color: #434343;
  display: block;
  margin-bottom: 10px;
  line-height: 23px;
}


.suggestion_sep {
  margin-right: 7px;
  margin-left: 7px;
}


/*********************
*
*
* 검색 아이템
*
*
***********************/


.support_setting_group {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 15px;
}


/*검색 셋팅*/

.support_setting {
  position: relative;
}

.support_setting_icon {
  padding: 18px;
  border-radius: 60px;
  border: none;
  background: url(../../../img/support_img/icon_setting.svg) no-repeat center center;
  background-size: 25px 25px;
  font-size: 17px;
  flex-shrink: 0;
  cursor: pointer;
  margin-right: 7px;
}

/*카테고리*/

.category_box {
  display: flex;
  flex-direction: column;

}
.catrgory_group {
  display: flex;
  flex-direction: column;
}

.checkbox_power {
  color: #434343;
  border-radius: 8px;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 8px;
}

.checkbox_power:last-child {
  margin-bottom: 0px;
}


.option_box::before {
  content: "";
  display: flex;
  width: 22px;
  height: 22px;
  background: url(../../../img/support_img/arrow_icon.svg) no-repeat center center;
  background-size: 22px 22px;
  box-shadow: none;
  position: absolute;
  top: -17px;
  right: 23px;
  z-index: 99;
}


/*범위*/

.scope_group {
  display: flex;
  flex-direction: column;
  padding: 15px;
}


/****************************
*
*
* 검색 결과과
*
*
********************************/

.support_list {
  height: 100%;
  display: flex;
  flex-direction: column;

  background: #ffffff;
  padding: 15px;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 20px;
}

.support_result_bg {
  min-width: 320px;
}

.support_result_wrap {
  margin: 0 auto;
  width: auto;
  max-width: 1300px;
  padding: 0 20px 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/*타이틀*/

.result_title_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

  margin-top: 30px;
  margin-bottom: 30px;

  word-break: break-all;
}

.result_title {
  font-size: 25px;
  font-weight: 900;
  line-height: 35px;
  color: #0c2453;
  text-align: center;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .result_title {
    font-size: 18px;
    font-weight: 900;
    line-height: 25px;
    color: #0c2453;
    text-align: center;
  }
}

/*결과 요약*/

.support_summary_box {
  border-radius: 8px;
  background: #eef2fa;
  position: relative;
  padding: 15px;

  display: flex;
  flex-direction: row;
  align-items: center;
}

.support_summary {
  display: flex;
  flex-direction: column;
}

.search_summary_list {
  display: flex;
  flex-direction: column;
}

.support_summary_item {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  word-break: break-all;
}

.support_summary_item:last-child {
  margin-bottom: 0px;
}

.support_summary_item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.support_summary_item_tit {
  flex-shrink: 0;
  padding: 3px 10px 3px 10px;
  background: #ffffff;
  border-radius: 8px;
  margin-right: 5px;
}

.support_summary_item_content {
  padding: 3px 0px 3px 0px;
}


/*결과 목록*/

.result_item {
  display: flex;
  flex-direction: column;
  border: 1px solid #f1f1f1;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.result_item:last-child {
  margin-bottom: 0px;
}

/*****************************
*
*
* 페이지 네이션
*
*
******************************/

.page_function_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  margin-top: 20px;
}

.page_function_item {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.page_function_item:first-child {
  margin-right: auto;
}

.page_function_item:last-child {
  margin-left: auto;
}


@media only screen and (min-width: 0px) and (max-width: 1040px) {
  .page_function_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
  }

  .page_function_item:first-child {
    margin-right: inherit;
    margin-bottom: 10px;
  }

  .page_function_item:last-child {
    margin-left: inherit;
    margin-top: 10px;
  }
}

.page_num.active {
  display: block;
  background: #70a6db;
  color: #fff;
  font-weight: bold;
}

.page_num.disabled {
  color: #949494;
}


.go_page {

}
.go_page input {
  width: 60px;
  padding: 5px;
}
.go_page button {
  padding: 5px 10px;
}


/*************************
*
*
* 에러 메시지
*
*
*************************/


#search_error{display:none;opacity:0;transition:opacity .28s ease}
#search_error.show{display:block;opacity:1}
#search_error.hiding{opacity:0}

.error_message_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.error_message {
  font-size: 13px;
  background: #c8dbff;
  color: #183b92;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
  padding: 8px 15px 8px 15px;
  border-radius: 80px;
  box-shadow: 0px 5px 15px rgba(50, 63, 131, 0.9), inset -5px -5px 10px rgba(169, 187, 228, 0.6);
}

.go_page button {
  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;
}


/*********************************
*
*
* 페이지네이션
*
*
*********************************/

.pagination_list {
  display: flex;
  margin: auto;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  justify-content: center;
  border-radius: 10px;
}



.pagination_list li {
  display: flex;
  margin-left: -1px;
  flex-grow: 1;


}

.pagination_list li:first-child > a {
  border-radius: 5px 0px 0px 5px;
}

.pagination_list li:last-child > a {
  border-radius: 0px 5px 5px 0px;
}


.pagination_list 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_list li a:hover {
  text-decoration: underline;
  background: #f7f7f7;
}

.pagination_list > li.active > span.page_current {
  background: #164ca0 !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_list > 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_list > 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_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;
  }


/*************************************
*
*
* 검색 결과가 없습니다.
*
*
*************************************/

.no_results {
  display: none; 
  color: #686868;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-grow: 1;
  text-align: center; 
  margin-top: 20px;
  margin-bottom: 20px;
}


/***************************************
*
*
* 백버튼
*
*
****************************************/

.detail_toolbar {
  padding: 10px;
  margin-bottom: 10px;
  background: #f9f9f9;
  border-radius: 8px;
}

.detail_toolbar:last-child {
  margin-bottom: 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;
}



/****************************
*
*
* 메인
*
*
******************************/

.support_main_layout {
  display: flex;
  flex-direction: row;
}

/*****************************
*
*
* 프리뷰 배너
*
*
*****************************/

.preview_banner_box {

}

.preview_banner {
  width: 100%;
  height: auto;
  border-radius: 10px;
  background: #f2f5fd;
  border: 1px solid #e8edfa;

  display: flex;
  flex-direction: row;

  position: relative;

  box-shadow: 0px 5px 10px rgba(34, 34, 66, 0.05), 
  inset -10px -10px 30px rgba(115, 62, 201, 0.05), 
  inset 10px 10px 30px rgba(255, 255, 255, 0.5);
}

.preview_banner_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 80px 0px 80px 60px;
}

.preview_banner_text > h4 {
  display: block;
  font-size: 35px;
  font-weight: 900;
  color: #2b52b7;
  margin-bottom: 10px;
}

.preview_banner_text > p {
  display: block;
  font-size: 30px;
  font-weight: 500;
  color: #2b52b7;
}

.preview_banner_img {
  position: absolute;
  top: -20px;
  right: 0px;
  width: 450px;
  height: 250px;
  background: url(../../../img/support_img/banner.png) no-repeat center center;
  background-size: cover;
}



@media only screen and (min-width: 701px) and (max-width: 999px) {
  .preview_banner {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .preview_banner_img {
    margin-top: -20px;
    position: inherit;
    top: inherit;
    right: inherit;
    width: 360px;
    height: 200px;
    background: url(../../../img/support_img/banner.png) no-repeat center center;
    background-size: cover;
  }


  .preview_banner_text {
    align-items: center;
    padding: 20px 0px 30px 0px;
  }
}


@media only screen and (min-width: 480px) and (max-width: 700px) { 

  .preview_banner {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .preview_banner_img {
    margin-top: -20px;
    position: inherit;
    top: inherit;
    right: inherit;
    width: 270px;
    height: 150px;
    background: url(../../../img/support_img/banner.png) no-repeat center center;
    background-size: cover;
  }

  .preview_banner_text {
    align-items: center;
    padding: 10px 0px 30px 0px;
  }

  .preview_banner_text > h4 {
    font-size: 30px;
  }

  .preview_banner_text > p {
    font-size: 20px;
  }
}


@media only screen and (min-width: 0px) and (max-width: 479px) { 
  .preview_banner {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .preview_banner_img {
    margin-top: -20px;
    position: inherit;
    top: inherit;
    right: inherit;
    width: 216px;
    height: 120px;
    background: url(../../../img/support_img/banner.png) no-repeat center center;
    background-size: cover;
  }

  .preview_banner_text {
    align-items: center;
    padding: 10px 0px 30px 0px;
  }

  .preview_banner_text > h4 {
    font-size: 20px;
  }

  .preview_banner_text > p {
    font-size: 15px;
  }
}


/******************************
*
*
* 프리뷰 박스
*
*
*******************************/

.preview_content_box {
  display: flex;
  flex-direction: row;
}

.preview_dynamic {
  width: 100%;
}

.preview_section {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(15px);
  border-radius: 15px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.preview_header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px 20px 15px 20px;
  border-bottom: 1px solid #e2e7ec;
  background: #f1f1f5;
  border-radius: 15px 15px 0px 0px;
}

.preview_cat {
  font-size: 20px;
  margin-right: auto;
  font-weight: 900;
  color: #0c2453;

  display: flex;
  flex-direction: row;
  align-items: center;
}

.preview_count {
  background: #d8dee6;
  border-radius: 6px;
  font-size: 15px;
  color: #0c2453;
  font-weight: 500;
  display: block;
  padding: 3px 5px 3px 5px;
  margin-left: 8px;
}

.preview_more {
  font-size: 14px;
  font-weight: 900;
  margin-left: auto;
  color: #0c2453;
}


.preview_list {

}

.preview_item {
  display: flex;
  flex-direction: row;
  padding: 15px 20px 15px 20px;
  width: 100%;
  border-bottom: 1px solid #e2e7ec;
}

.preview_item:hover {
  background: #fafafa;
}

.preview_item:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

.preview_link {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.preview_title {
  font-size: 18px;
  color: #2b4baa;
  font-weight: 900;
}

.preview_desc {
  font-size: 15px;
  color: #434343;
  font-weight: normal;
  line-height: 27px;
}

/******************************
*
*
* 체크박스
*
*
********************************/


.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);
}

.checkmark_text {
  display: block;
  margin-right: 10px;
}

/***************************
*
*
* 공지사항
*
*
****************************/

.notice_board {
  margin: 15px 0px 15px 0px;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}

.notice_board_inner {
  display: flex;
  flex-direction: column;

}

.notice_board_title {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #e8ebf5;
  padding: 15px 20px 15px 20px;
  border-bottom: 1px solid #eaeaea;
  border-radius: 8px 8px 0px 0px;
}

.notice_board_title > h3 {
  font-size: 18px;
  font-weight: 900;
  color: #2b52b7;
}

.notice_item {

}

.notice_item > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 15px 10px 15px;
  border-bottom: 1px solid #eaeaea;
}

.notice_item > a::before {
  content: "•";
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0px 7px 0px 7px;
}

.notice_item:last-child > a {
  border-bottom: none;
}

.notice_item:hover > a {
  text-decoration: underline;
}



.notice_title {
  font-size: 16px;
  font-weight: 700;
  color: #434343;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 25px;
  margin-right: 10px;
}

.notice_date {
  margin-left: auto;
  font-size: 16px;
  font-weight: 700;
  color: #7a7a7a;
  display: block;
  flex-shrink: 0;
  margin-left: auto;
}

/**************************
*
*
* 메인 레이아웃
*
*
***************************/

.support_main_layout {
  display: flex;
  flex-direction: row;
}

@media only screen and (min-width: 0px) and (max-width: 800px) {
  .support_main_layout {
    display: flex;
    flex-direction: column;
  }
}

/***********************
*
*
* 메인 사이트
*
*
************************/

.main_side {
  margin-right: 15px;
  position: relative;
}

.main_side_item {
  width: 300px;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  border: 1px solid #eaeaea;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}

@media only screen and (min-width: 0px) and (max-width: 800px) {

  .main_side {
    margin-right: 0px;
  }

  .main_side_item {
    width: 100%;
    display: flex;
    flex-shrink: 1;
    flex-direction: column;
  }
}


/*옵션박스*/

.option_box {
  display: none;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  margin-top: 15px;

  border-radius: 10px;
  position: absolute;
  top: 40px;
  right: 0;
  white-space: nowrap;
  z-index: 7;
}

.option_box_tit {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #e8ebf5;
  padding: 15px 20px 15px 20px;
  border-bottom: 1px solid #eaeaea;
}

.option_item:first-child > .option_box_tit {
  border-radius: 10px 10px 0px 0px;
}

.option_box_tit {
  flex-shrink: 0;
}

.option_box_tit > h3 {
  font-size: 18px;
  font-weight: 900;
  color: #2b52b7;
}

.option_item {
  width: 100%;
}

.option_item:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.catrgory_group {
  padding: 15px 20px 15px 20px;
}


/***********************
*
*
* 메인 목록
*
*
*************************/

.main_list_item {
  width: 100%;
  height: 100%;
}

.main_list {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.no-product-selected {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 50px 0px 50px 0px;
  height: 100%;
}

.faq_item {
  display: flex;
  flex-direction: column;
  border: 1px solid #f1f1f1;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}

.faq_item:last-child {
  margin-bottom: 0px;
}

.faq_item:hover > .faq_tit > a {
  text-decoration: underline;
}

.faq_tit_item {
  display: flex;
  flex-direction: column;
  background: #eef0f7;
  margin-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
  padding: 15px 20px 15px 20px;
}

.faq_tit_item:hover {
  text-decoration: underline;
}

.faq_tit_breadcrumb {
  font-size: 15px;
  color: #12c3a6;
  display: block;
  margin-bottom: 5px;
}

.faq_tit_text {
  font-size: 18px;
  font-weight: 900;
  color: #1571da;
  display: block;
}


.faq_item_detail {
  display: flex;
  flex-direction: column;
  padding: 7.5px 20px 15px 20px;
}

.faq_desc {
  font-size: 15px;
  font-weight: normal;
  color: #434343;
  display: block;
  margin-bottom: 10px;
  line-height: 24px;
}

.faq_meta {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  color: #999999;
  font-weight: normal;
  line-height: 25px;
}


.faq_sep {
  margin-right: 7px;
  margin-left: 7px;
}



/**************************
*
*
* 아무것도 없습니당~ 
*
*
***************************/

.no_product_selected_box {
  width: 100%;
  height: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.no_product_selected {
  font-size: 20px;
  font-weight: 700;
  color: #2b52b7;
}




















/******************************************
*
*
* 컨텐츠 꾸미기 시작
*
*
*******************************************/


.content_all_item {
  padding: 20px;
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
}


.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: auto;
  height: auto;
  max-width: 100%;
  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 > a {
  color: #1341be;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.content_all_item > ul > li > p > a:hover {
  text-decoration: underline;
}

.content_all_item > ul > li > p > a::after {
  content: "";
  display: flex;
  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 > 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 > h1 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 900;
    color: #434343;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
  }


  .content_all_item > h2 {
    font-size: 16px;
    font-weight: 700;
    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;
    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;
    line-height: 27px;
  }
  

  .content_all_item > p {
    font-size: 14px;
    font-weight: normal;
    color: #434343;
    line-height: 27px;
    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;
  }
}



/**************
*
*
* 컨텐츠 raw 로우 박스
*
*
*****************/

.content_raw_box {
  width: 100%;
  height: auto;
  overflow: auto;
  background: #f0f0f0;
  padding: 8px 10px 8px 10px;
  border: 1px solid #dedede;
  margin-bottom: 30px;
  word-break: break-all;
  font-size: 15px;
  font-weight: normal;
  color: #434343;
  line-height: 28px;
}

.content_raw_box > code {
  font-size: 15px;
    font-weight: normal;
    color: #434343;
    line-height: 28px;
    display: block;
    word-break: break-all;
    font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
}

@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;
  }
}

/***********************
*
*
* product toc 검색 기능
*
*
***************************/

.toc_search {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 5px;
}

.toc_search_input {
  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;
  width: 100%;
  margin-right: 5px;
}

.toc_search_clear {
  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;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  cursor: pointer;
  background: url(../../../img/support_img/icon_clear.svg) no-repeat #f3f3f3 center center;
  background-size: 15px 15px;
  width: 34px;
  height: 34px;
  display: block;
  flex-shrink: 0;
}


.toc_no_hits {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 20px 0px 20px 0px;
}

.toc_no_hits_text {
  font-size: 14px;
  font-weight: 500;
  color: #434343;
}


/**********************
*
*
* 인용문
*
*
************************/

.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__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;
}




/****************************
*
*
* 디테일 컨텐츠
*
*
*****************************/

.support_detail {
  background: #ffffff;
  padding: 15px 15px 15px 15px;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 20px;
}







/*************************
*
*
* 컨텐츠 목차 구성
*
*
**************************/

.content_all_ground {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  border-top: 1px solid #eaeaea;
}

.content_all_data {
  display: flex;
  flex-direction: row;
  width: 100%;
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
  .content_all_data {
    flex-direction: column;
  }
}

.content {
  width: 100%;
  min-width:0;
}

.content_all_toc {
  width: 100%;
  max-width: 220px;
  position: relative;
  margin-top: 10px;
  margin-right: 10px;
}


.loading {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 900;
  color: #434343;
  padding: 30px 0px 30px 0px;
}


.product_toc {
  overflow: hidden;
}

.toc_sec {
  margin-bottom: 5px;
  overflow: hidden;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.toc_sec.has-current {
  background: #f6f9ff;
}

.toc_sec.has-current > .toc_sec_toggle.toc_toggle_close {
  margin-bottom: 0px;
}


.toc_sec > .toc_sec_toggle.toc_toggle_close {
  margin-bottom: 0px;
}



.toc_sec:last-child {
  margin-bottom: 0px;
}


.toc_sub_toggle {
  display: flex;
  flex-direction: row;
  font-size: 13px;
  font-weight: 500;
  color: #434343;
  padding: 8px 35px 8px 8px;
  cursor: pointer;
}

.toc_sub_toggle.toc_toggle_open {
  background: url(../../../img/support_img/sub_arrow_open.svg) no-repeat #f6f6f6 center right 12.5px;
  background-size: 13px 13px;
}

.toc_sub_toggle.toc_toggle_close {
  background: url(../../../img/support_img/sub_arrow_close.svg) no-repeat #f6f6f6 center right 12.5px;
  background-size: 13px 13px;
}

.toc_sec.has-current > .toc_sec_body > .toc_sub.has-current > .toc_sub_toggle.toc_toggle_open {
  background: url(../../../img/support_img/sub_arrow_open.svg) no-repeat #cfddf7 center right 12.5px;
  background-size: 13px 13px;
}

.toc_sec.has-current > .toc_sec_body > .toc_sub.has-current > .toc_sub_toggle.toc_toggle_close {
  background: url(../../../img/support_img/sub_arrow_close.svg) no-repeat #cfddf7 center right 12.5px;
  background-size: 13px 13px;
}

.toc_sec.has-current > .toc_sec_body > .toc_sub > .toc_sub_toggle.toc_toggle_open {
  background: url(../../../img/support_img/sub_arrow_open.svg) no-repeat #e1e9f7 center right 12.5px;
  background-size: 13px 13px;
}

.toc_sec.has-current > .toc_sec_body > .toc_sub > .toc_sub_toggle.toc_toggle_close {
  background: url(../../../img/support_img/sub_arrow_close.svg) no-repeat #e1e9f7 center right 12.5px;
  background-size: 13px 13px;
}

.toc_sub.has-current > .toc_sub_toggle {
  color: #163c75 !important;
}

.toc_item_link {
  font-size: 13px;
  font-weight: 500;
  color: #434343;
  padding: 5px;
  line-height: 22px;

  display: flex;
  flex-direction: row;
}

.toc_item_link::before {
  content: "•";
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0px 7px 0px 7px;
}

.toc_item_link:hover {
  background: #e0e3e9;
}

.toc_sec_toggle {
  display: flex;
  flex-direction: row;
  font-size: 13px;
  line-height: 20px;
  font-weight: 900;
  color: #434343;
  padding: 8px 40px 8px 10px;
  cursor: pointer;
}

.toc_sec_toggle.toc_toggle_open {
  background: url(../../../img/support_img/minus.svg) no-repeat #f1f1f1 center right 12px;
  background-size: 15px 15px;
}

.toc_sec_toggle.toc_toggle_close {
  background: url(../../../img/support_img/plus.svg) no-repeat #f1f1f1 center right 12px;
  background-size: 15px 15px;
}



/* 현재 문서가 포함된 섹션 라벨 강조 */
.toc_sec.has-current > .toc_sec_toggle.toc_toggle_open {
  color: #ffffff !important;
  background: url(../../../img/support_img/minus_white.svg) no-repeat #7096db center right 12px;
  background-size: 15px 15px;
}

.toc_sec.has-current > .toc_sec_toggle.toc_toggle_close {
  color: #ffffff !important;
  background: url(../../../img/support_img/plus_white.svg) no-repeat #7096db center right 12px;
  background-size: 15px 15px;
}


/* 현재 문서 링크 강조 */
.product_toc a.toc_item_link.is-current {
  font-weight: 700;
  text-decoration: underline;
  color: #1b5fc5;
}






/************************
*
*
* 로컬 목차
*
*
*************************/

.local_all_toc {
  width: 100%;
  max-width: 220px;
  position: relative;
  margin-left: 10px;
  margin-top: 10px;
}

.local_toc {
  display: flex;
  flex-direction: column;
  width: 100%;
}


.local_toc_title {
  font-size: 20px;
  font-weight: 900;
  color: #434343;
  padding: 10px;
}

.toc_link.active {
  background: #f5f5f5 !important;
  color: #146df1 !important;
}

.toc_link.active::before {
  color: #146df1;
}

.local_toc_nav > div > a {
  word-break: break-all;
}

.local_toc_nav > ul li {
  display: block;
  word-break: break-all;
}

.local_toc_nav > div > a:hover {
  text-decoration: underline;
  background: #f0f0f0;
}


.toc_h1 > a {
  font-size: 13px;
  line-height: 20px;
  font-weight: 800;
  color: #434343;
  display: block;
  padding: 5px 8px 5px 8px;
  border-radius: 5px;
  margin-bottom: 3px;
}

.toc_h2 > a {
  font-size: 13px;
  font-weight: 700;
  color: #434343;
  padding: 5px;
  line-height: 22px;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  margin: 0px 0px 0px 5px;
}

.toc_h2 > a::before {
  content: "•";
  padding: 0px 7px 0px 7px;
}

.toc_h3_list {
  margin: 2.5px 0px 2.5px 10px;
}

.toc_h3_list > li > a {
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  color: #434343;
  padding: 5px;
  display: block;
  border-radius: 5px;
  margin: 2.5px 0px 2.5px 0px;

  display: flex;
  flex-direction: row;
}

.toc_h3_list > li > a::before {
  content: "•";
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px 7px 0px 7px;
}

.toc_h3_list > li > a:hover {
  text-decoration: underline;
  background: #f0f0f0;
}


.toc_h4_list {
  margin-left: 15px;
}

.toc_h4_list > li > a {
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  color: #434343;
  padding: 5px;
  display: flex;
  flex-direction: row;
  border-radius: 5px;
}

.toc_h4_list > li > a:hover {
  text-decoration: underline;
  background: #f0f0f0;
}

.toc_h4_list > li > a::before {
  content: "•";
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px 7px 0px 7px;
}


@media only screen and (min-width: 0px) and (max-width: 1200px) {
  .content_all_ground {
    display: flex;
    flex-direction: column;
  }

  .content_all_toc {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
  }
  
  .product_toc {
    margin-right: 0px;
    margin-bottom: 10px;
    border-right: none;
    padding-right: 0px;
  }
}


/***********************
*
*
* 최근 본 문서
*
*
**************************/

.content_recent {
  width: 100%;
  padding: 20px;
  margin-top: 20px;
  background: #f9f9f9;
  border-radius: 15px;
}

.recent_list {
  display: flex;
  flex-direction: column;
}

.recent_link {
  display: flex;
  flex-direction: row;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #146df1;
}

.recent_item:last-child > .recent_link {
  margin-bottom: 0px;
}

.recent_link:hover {
  text-decoration: underline;
}

.recent_prod {
  margin-right: 5px;
}


/***********************
*
*
* 문서가 도움이 됐어요 안됐어요?
*
*
**************************/

.content_relate {
  width: 100%;
  padding: 20px;
  margin-top: 10px;
  background: #f9f9f9;
  border-radius: 15px;
}

.relate_wrap {
  display: flex;
  flex-direction: column;
}

.relate_title {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 8px;
}

.fb_btn {
  border: none;
  background: #ebebeb;
  padding: 8px 10px 8px 10px;
  border-radius: 8px;
  cursor: pointer;
  font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
}

.fb_up:hover  {
  background: #d0e2f7;
}

.fb_down:hover  {
  background: #f5d8d8;
}

.fb_btn:disabled {
  border: none;
  background: #dfdfdf;
  color: #acacac;
  padding: 8px 10px 8px 10px;
  border-radius: 8px;
  cursor: not-allowed;
}

.fb_msg {
  font-size: 13px;
  font-weight: 500;
  margin-top: 8px;
}

/*************************
*
*
* 카운트
*
*
**************************/

.cat-count {
  background: #d8dee6;
  border-radius: 6px;
  font-size: 13px;
  color: #0c2453;
  font-weight: 500;
  display: block;
  padding: 3px 5px 3px 5px;
  margin-left: auto;
}

/*************************
*
*
* select arrow 아이콘
*
*
**************************/

.common_select_arrow {
  background: url(../../../img/support_img/detail_icon_arrow.svg) no-repeat #ffffff center right 15px;
  background-size: 10px 10px;
}


/*공통 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;
    cursor: pointer;
}

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;
}


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;
  -webkit-appearance: none;
  /* 네이티브 외형 감추기 */
  -moz-appearance: none;
}

input[type=email] {
    font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */
    -moz-appearance: none;
}
textarea {
    font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */
    -moz-appearance: none;
}
input[type=password] {
    font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */
    -moz-appearance: none;
}
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;

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border-radius: 5px;

}
select::-ms-expand {
    display: none;
}

select:disabled {
  cursor: no-drop;
  color: #bdbdbd;
  box-shadow: none !important;
}
