/* 
  * 컨텐츠 영역 내 공통 
  * (ex : 각 아이템별 간격, 사이즈 ...)
*/
@charset "UTF-8";


/* * 컨텐츠 영역 조정 */
.content_wrap {
  width: 100%;
  padding-left: 303px;
  max-width: 1600px; 
  margin: 0 auto;
  transition: .5s;
  @media (max-width : 767px) {
    margin-top: 64px;
  }
  @media (max-width : 992px) {
    padding-left: 0;
  }
}
.content_wrap.wide {
  max-width: 100%; 
}

/* * 컨텐츠 레이아웃 */
.container {
  padding: 38px 44px 0 45px; 
  box-sizing: border-box;
  overflow-x: auto;
  margin-top: 44px;
  min-height: calc(100vh - 300px);
  max-width: none;/* 부트스트랩 container 기본 속성 제거 */
  @media (max-width : 992px) {
    padding: 30px 20px 0; 
  }
}

.container_area {
  margin-bottom: 100px;
}
.text_small_title {
  font-family: 'Pretendard-Regular';
  color: #5C656E;
  font-size: 15px;
}

html[lang='ja'] .text_small_title,
html[lang='en'] .text_small_title {
  width: -webkit-fill-available;
}

html[lang='ja'] .Exosphere.custom--exosecurity .text_small_title {
  font-family: 'NotoSansJP-Regular';
}

.title-sub_wrap {
  display: flex;
  gap: 5px 10px ;
  flex-wrap: wrap;
  align-items: baseline;
}
/*----------------------------------------
.area_pagenavi (페이지타이틀)   - 기존 css
----------------------------------------*/
.area_pagenavi {
  /* height: auto; */
  
}

.area_pagenavi h3 {
  /* float: left; */
  font-family: 'Pretendard-SemiBold';
}

.area_pagenavi h3 a {
  display: block;
  overflow: hidden;
}

.area_pagenavi h3 a.title_page {
  line-height: 1;
  font-weight: 700;
  color: #222;
  overflow: visible;
  cursor: text !important;
  margin-top: 14px;
  font-size: 30px;
  /* margin-bottom: 10px; */
  letter-spacing: -1px;
}

.lang-ko .area_pagenavi h3 a.title_page {
  margin-top: 10px;
  font-size: 30px;
  /* margin-bottom: 8px; */
}

.area_pagenavi h3 a.btn_pagetip {
  float: left;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  background: url(/res/images/common/btn_pagenavi_tip.png) no-repeat;
  margin: 26px 0 0 10px;
}


/* menu_path 메뉴 위치 ex.) 홈 > 대시보드 > 서비스 관리 */
.Exosphere .list_pagenavi_type02 .list_menu {
  display: inline-block;
  color: #aaa;
  font-size: 11pt; 
  font-family: 'Pretendard-Regular' ;
}
.Exosphere .list_pagenavi_type02 .list_menu:last-child {
  color: #222;
}
.Exosphere .list_pagenavi_type02 .list_menu:after {
  content: ">";
  display: inline-block;
  margin: 0 2px; 
}
.Exosphere .list_pagenavi_type02 .list_menu:last-child:after {
  display: none; 
}
.lang-ko.Exosphere .list_pagenavi_type02 .list_menu:after {
  margin: 0 4px; 
}

/* * 타이틀 */
.container .title_area {
  margin-bottom: 30px;
}


/* * (페이지) 경로 */
.container .title_area .menu_history {
  display: flex;
  flex-wrap: wrap;
}
.container .title_area .menu_history li {
  color: var(--text-gray-color);
  margin-right: 5px;
}
.container .title_area .menu_history li:not(:last-child)::after {
  content: '>';
  margin-left: 5px;
}
.container .title_area .menu_history li:last-child {
  color: var(--text-main-color);
}

/* * 컨텐츠 타이틀 크기 */
/* * 탭메뉴 부분 */
h3.item_title {
  margin-bottom: -5px;
  padding: 9px 22px 19px;
  font-family: 'Pretendard-Regular';
  font-size: 18px;
  color: var(--text-gray-color);
  border-radius: 10px 10px 0 0;
  height: 55px;
  line-height: 2.1;
  overflow: hidden ;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
h3.item_title.now_page {
  box-shadow: 0 -15px 30px 0 rgba(168, 168, 168, 0.1);
  font-family: 'Pretendard-SemiBold';
  color: var(--text-main-color);
  background-color: #fff;
  z-index: 1;
}

html[lang='ja'] .Exosphere.custom--exosecurity h3.item_title {
  font-family: 'NotoSansJP-Regular';
}
html[lang='ja'] .Exosphere.custom--exosecurity h3.item_title.now_page {
  font-family: 'NotoSansJP-SemiBold';
}

/* * 컨텐츠 내부 타이틀 */
h4.item_title {
  font-family: 'Pretendard-SemiBold';
  font-size: 17px;
}

html[lang='ja'] .Exosphere.custom--exosecurity h4.item_title {
  font-family: 'NotoSansJP-SemiBold';
}

.tab_back_shadow {
  z-index: -1;
  position: absolute;
  height: 100px;
  box-shadow: 0 -4px 30px 0 rgba(168, 168, 168, 0.2);
  border-radius: 10px 10px 0 0;
  @media (max-width : 992px) {
    display: none;
  }
}
.title_selectlist_function {
  display: flex;
  align-items: center;
}
.title_selectlist_function .text {
  display: block;
  font-family: 'Pretendard-SemiBold';
  font-size: 17px;
  margin-right: 20px;
}



/* * 페이지 타이틀 */
.container .title_area .title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 8px;
}
.container .title_area .title h2 {
  margin-right: 10px;
  font-size: 23pt;
}
/* * 디스플레이 툴팁 */
.container .title_area .title .display_list {
  cursor: pointer;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #555; 
  color: #fff;
}
.info_wrap.windows .display_list {
  margin-right: 5px;
  font-size: 13px;
}
.info_wrap .display_list svg {
  max-width: 12px;
}
.info_wrap.windows .display_list svg {
  margin-left: 6px;
  vertical-align: -4px;
}
.info_wrap.mac {
  margin-top: 2px;
}
.info_wrap.mac .display_list svg {
  font-size: 15px;
  margin-left: 6px;
  vertical-align: -2px;
}



/* * 페이지 탭 메뉴 부분 */
.container_tab {
  display: flex;
}
.container_tab li a {
  display: block;
}

/* * 컨텐츠 */
.container .item_row .item_title {
  margin-right: 12px;
}
.item_group_selection img {
  vertical-align: -12px;
}
/* * 컨텐츠 필터링 */
ul.item_row li {
  /* margin-right: 20px; */
}

/* * 점검 내역 : list_gap */
.list_gap .item_warp > ul > li {
  margin-right: 26px;
}

/* * 뱃지 */
th .badge {
  min-width: 52px;
  display: inline-block;
  border-radius: 3px;
  font-size: 9pt;
  padding: 3px 5px;
  box-sizing: border-box;
  font-family: 'Pretendard-Light';
}

html[lang='ja'] .Exosphere.custom--exosecurity th .badge {
  font-family: 'NotoSansJP-Light';
}

td .badge {
  display: inline-block;
  border-radius: 3px;
  font-size: 9pt;
  padding: 3px 5px;
  margin-left: 8px;
}
.approval_approver td .badge {
  margin-left: 0;
}
.badge:last-child {
  margin-right: 6px;
}
.badge_blue {
  background-color: #E4F3FF;
  color: var(--text-blue-color);
}
.badge_red {
  background-color: #ffe1e1;
  color: var(--text-red-color);
}
.badge_yellow {
  background-color: #F9E6C9;
  color: #FA9809;
}
.badge_black {
  background-color: #535353;
  color: #fff;
}
.badge_gray {
  background-color: #EAEAEA;
  color: #555;
}

/* * 관리자, 승인자, 미설치 */
.sortable_badge {
  padding: 2px 6px;
  min-width: 0;
}
.badge_manager {
  background-color: #FEEEEE;
  color: #EF5350;
}
.badge.badge_approver {
  background-color: #E0F1FF;
  color: var(--text-blue-color);
}
.badge_installed_not {
  background-color: #F2F2F2;
  color: #949494;
}
.container .item_row .list_select li,
.container .item_row li:has(.setting_option-title),
.container .item_row li[lab_class="selectbox"],
.container .item_row li.select,
.container .item_row li:has(.white_btn) {
  margin-right: 0;
}
/* * 커스텀 셀렉트박스 */
.item_select {
  flex-wrap: wrap;
}
.item_select .select {
  display: inline-block;
  border: var(--common-border);
  border-radius: 5px;
  cursor: pointer;
  margin: 4px 8px 0 0;
}

/* * width는 따로 설정 */
.select_width_group {
  width: 198px;
}
.select_width_time {
  width: 120px;
}
.select_width_day {
  width: 160px;
}
.select_width_password {
  width: 168px;
}


.item_select .select .selected {
  display: flex;
  justify-content: space-between;
  padding: 4px 2px 4px 14px;
  background-color: #fff;
  border-radius: 5px;
}

.item_select .select .selected .arrow {
  text-align: center;
  margin-left: 14px;
  padding: 0px 7px;
}
.item_select .select .selected .arrow .arrow_icon_box {
  display: inline-block;
}
.item_select .select .selected .arrow .arrow_icon_box svg {
  vertical-align: 2px;
}
.item_select .select .selected .arrow .arrow_icon_box.rotate {
  transform: rotate(180deg);
}
.item_select .select .selected .arrow .arrow_icon_box.rotate {
  transform: rotate(180deg);
}

.item_select .select ul li,
.item_select .select .selected .selected-value {
  white-space: nowrap;
  /* 줄바꿈 안함 */
  overflow: hidden;
  text-overflow: ellipsis;
  /* 말줄임 적용 */
}

/* 커스텀 옵션 */
.item_select .select ul {
  display: none;
  position: absolute;
  z-index: 10;
  padding: 4px;
  margin: 6px 0 0 -1px;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
  color: var(--text-gray-color);
  max-height: 300px;
  overflow-y: auto;
}

.item_select .select.active ul {
  display: initial;
}

.item_select .select ul li {
  padding: 2px 20px 2px 3px;
}
.item_select .select ul li.default_selected {
  color: var(--text-main-color);
}

.item_select .select ul li:hover {
  background: #F4F4F4;
  border-radius: 2px;
}
.item_select .select ul li:active {
  background: #E6E6E6;
  color: var(--text-main-color);
}

/* 기존 커스텀 셀렉트 클래스 css  수정 */
.list_select {
  position: relative;
  vertical-align: middle;
  margin-top: 3px;
}
.wm_table_wrap .list_select {
  margin-top: 4px;
}
.list_select > a {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  border: #DDD 1px solid;
  width: 100%;
  border-radius: 5px;
  padding: 4px 19px 4px 12px;
  background-color: #fff;
}

.list_select > a.select {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 200px; /* 원하는 너비로 설정 */
}

.list_select[disabled="disabled"] a {
  /* background-color: #eee; */
  color: #c2c2c2;
  cursor: default !important;
}
.list_select:has(+.list_select ) {
  margin-right: 10px;
}
.selectlist_group .list_select:has(+.list_select ) {
  margin-right: 0;
  margin-bottom: 10px;
}
.popup_box.filter .list_select:has(+.list_select ) {
  margin-right: 0;
}
.list_select > a::after {
  content: '\f0d7';
  position: absolute;
  /* top: 2px;  >> 20240610 지훈 주석 - 전부 적용되어있어서 주석처리함 */ 
  right: 10px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  transition: .3s;
  transform: rotate(180deg); 
  color: #222222;
}
.list_select > a:has(+ ul[style*="display:none"]):after, 
.list_select > a:has(+ ul[style*="display:none;"]):after, 
.list_select > a:has(+ ul[style*="display: none;"]):after {
  transform: rotate(0deg); 
  color: #222222;
}

.list_select > ul {
  background-color: #fff;
  box-shadow: 0 0 10px 4px rgba(120, 120, 120, 0.06);
  border-radius: 5px;
  width: auto;
  min-width: 100%;
  position: absolute;
  padding: 2px 0px;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: auto;
  z-index: 101;
  border-radius: 4px;
  padding: 4px;
  margin-top: 5px;
}
.popup_content .list_select ul {
  min-width: auto !important;

}
.list_select > ul > li a {
  width: 100%;
  display: inline-block;
  padding: 4px 10px;
  color: #808080 !important;
  border-radius: 4px;
}
.list_select > ul > li a:hover {
  background-color: #F4F4F4;
}
.list_select > ul > li a:active {
  color: #222 !important;
  background-color: #E6E6E6;
}
.pageInfo .list_select > a::after {
  content: '';
}

/* 
* 개인민감 정보미포함 일때 : not_include
* 개인민감 정보 포함 일때 : include
* 개인민감 정보 실패일때 : fail_include
*/
.personal_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  text-align: center;
  margin-right: 4px;
  margin-top: 4px;
}
.personal_icon svg {
  color: #fff;
  font-size: 10px;
}
.personal_icon.not_include {
  background-color: #aaa;
}
.personal_icon.include {
  background-color: #555;
}
.personal_icon.fail_include {
  background-color: #EF5350;
}

/* 툴팁 인포 아이콘 */
span.info {
  cursor: pointer;
  display: inline-block;
  color: #999;
  border-radius: 50%;
  border: 1px solid #999;
  width: 15px;
  height: 15px;
  vertical-align: -5px;
  margin-left: 4px;
}
span.info svg {
  vertical-align: 6px;
  font-size: 8px;
  margin-left: 5px;
  color: #999999b6;
}
.dashboard span.info svg {
  margin-top: 2px;
}

.white_btn svg {
  margin-right: 4px;
}
.approval_content .text_m {
  margin-right: 14px;
}
.wave_m {
  margin: 0 10px 0 2px;
}


/* 사용자 관리 : Sortable*/

.sortable_wrap .table_content table tr {
  border-top: none;
}
.add_user {
  /* position: relative; */
  border-radius: 8px;
  border: 1px solid #ddd;
  overflow: hidden;
}
@media (max-width : 1600px) {
  .add_user {
    overflow-x: auto;
  }
  .add_user .scroll_area {
    min-width: 1000px;
  }

  .add_user.default_info .scroll_area {
    min-width: auto;
  }
}
.add_user .table_head {
  display: flex;
  justify-content: space-between;
  background-color: #F7F7F7;
  padding: 11px;
  border-radius: 8px 8px 0 0;
  font-size: 14px;
  color: #aaa;
}
/* 그룹명 / 사용자 이름 */
.add_user .table_head th:nth-child(1) {
  padding-left: 31px;
  width: calc(100% - 400px);
}
/* 사용자 이메일 */
.add_user .table_head th:nth-child(2) {
  width: 250px;
}
/* 설정 */
.add_user .table_head th:nth-child(3) {
  width: 50px;
  text-align: center;
}
/* .add_user .table_head .name {
  padding-left: 35px;
}
.add_user .table_head .email {
  width: 389px;
} */

.nestable-lists [class*="imgShow-"] {
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-width: 16px;
  min-height: 16px;
  height: 13px;
  display: inline-block;
  vertical-align: top;
  top: 3px;
}
.imgShow-orgchart-user {
  background: url(/assets/images/svg/icn_orgchart_user.svg) no-repeat;
}

.imgShow-orgchart-group {
  background: url(/assets/images/svg/icn_orgchart_group.svg) no-repeat;
}

.imgShow-orgchart-company {
  background: url(/assets/images/svg/icn_orgchart_company.svg) no-repeat;
}

.imgShow-feature-applicationControlFileSync {
  background-image: url(/res/images/common_icn/features/icn-features-applicationControlFileSync_v2.svg);
}

.add_user .column_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 13px;
  padding: 5px 0;
}
.add_user .column_item .btn_area {
  width: 42px;
}
.add_user .column_item .btn_area button {
  width: 100%;
  padding: 0 15px;
  color: #9AA4AE;
}
.add_user .column_item .num {
  margin-left: 4px;
}
.add_user .column_item .badge_box {
  display: flex;
  flex-wrap: wrap;
  margin-left: 12px;
  gap: 4px;
}
/* 계층 구조 */
.column .column {
  padding-left: 20px;
}
.add_user .scroll_area > .column li::before {
  position: absolute;
  content: '';
  background-color: #eee;
  width: 100%;
  height: 1px;
  right: 0;
}
.add_user .column_item .name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.add_user .column_item .name svg {
  color: #5C656E;
}
.add_user .column_item .right_wrap {
  display: flex;
  width: 100%;
  max-width: 400px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.add_user button.setting {
  font-size: 16px;
  padding: 0 30px;
}
.blue-background-class {
  background-color: #f2f2f2;
}
/* 승인자 설정 */
.approval_approver .badge {
  min-width: 40px !important;
}
.imgShow-btn-shortcut {
  background-image: url(/res/images/common_icn/btn/icn-shortcut.svg);
  background-size: 11px 11px;
  width: 11px;
  height: 11px;
  top: -2px;
  left: -3px;
}
.area_selectbar:has(button[name="popup_download_file"]),
.area_selectbar:has(button[name="popup_upload_file"]),
.area_selectbar:has(button[name="go_agent_distribute"]),
.area_selectbar:has(button[name="go_agent_uninstall"]) {
  margin-bottom: 40px;
}

/* 사용자 등록 */
h4 .text_title {
  display: block;
    font-family: 'Pretendard-SemiBold';
    font-size: 17px;
}

html[lang='ja'] .Exosphere.custom--exosecurity h4 .text_title {
  font-family: 'NotoSansJP-SemiBold';

}

.compon_table_ul_li_span1 {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #2D1B9B;
}

.compon_table_ul_li_span2 {
  font-family: 'Pretendard-Light';
  font-size: 13px;
  line-height: 18px;
  color: #555;
}

.compon_table_ul_li_span3 {
  font-size: 15px;
  line-height: 30px;
  color: #333333;
}

.compon_table_ul_li_span4 {
  font-size: 15px;
  line-height: 18px;
  color: #555;
  font-weight: 400;
}

.compon_tb_detailView {
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #9A9A9A;
}

/* 자세히 보기/ 접기 */
.detail_view {
  display: block;
  transition:  max-height .2s;
  visibility: hidden;
  max-height: 0;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.more_btn_wrap .arrow_icon {
  margin-left: 5px;
}

/* 곽지훈 */
.container .item_row li {
  margin-right: 20px;
}

.float-right {
  float: right; 
}


/* 무료버전 */
div:has(>.ad_row) {
  overflow: auto;
}
.ad_row {
  min-width: 800px;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
}
.ad_row_lastTxt {
  text-align: center;
  background: rgba(33, 150, 243, 0.08);
  border-radius: 100px;
  padding: 10px 36px;
  font-size: 16px;
  color: #2196F3;
  font-family: 'Pretendard-Medium';
}
.ad_row_subTitle {
  color: #222;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0px;
  font-size: 17px;
  font-family: 'Pretendard-Light';
}
.ad_row_headTitle {
  font-weight: 700;
  font-size: 34px;
  line-height: 41px;
  margin-bottom: 14px;
  color: #242424;
}
.title_page_osDisplay {
  display: flex;
  height: 30px;
}
.title_page_osDisplay .imgContainer-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  background: #bbb;
  margin-right: 6px;
  border-radius: 50%;
  cursor: pointer;
}
.title_page_osDisplay .imgContainer-circle ~ .tooltip_type04 {
  margin-top: 30px !important;
  /* top: 20px !important; */
}
.ad_row_imgTxt {
  margin-top: 14px;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #5C656E;
}

.search_area .menu_list ul {
  position: absolute;
  /* top: 11px;
  right: 0; */
  box-shadow: 0 0 10px 4px rgba(120, 120, 120, 0.06);
  border-radius: 4px;
  background: #fff;
  z-index: 111;
  overflow: auto;
  -ms-overflow-style: auto;
}

.search_area .menu_list ul li a {
  display: block;
  overflow: hidden;
  padding: 12px 13px;
  font-size: 12px;
  line-height: 1.2;
}

.search_area .menu_list ul li a:hover {
  background: #f5f5f5;
}

.search_area .menu_list[name='alarm'] ul li a {
  display: block;
  overflow: hidden;
  padding: 12px 57px 12px 13px;
  font-size: 12px;
  line-height: 1.2;
}

.lang-ja .board_search_area .item_row li .sub_text {
  min-width: 250px;
}
.lang-ja .board_search_area .item_row li .sub_text.width_120px {
  min-width: 150px !important;
}

.protection-policy-title-width .setting_option-title {
  /* min-width: 80px !important; */
}
.icon_up .helpIcon-circleLine-small i {
  vertical-align: -3px;
}

.red_plus {
  position: relative;
  display: inline-block;
  background-color: #FFE7E6;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  vertical-align: -3px;
  margin-left: 3px;
}
.red_plus_text:hover {
  text-decoration: underline;
  font-weight: 600;
}
.red_plus_text:hover .red_plus {
  background-color: #ffd7d6;
}
.red_plus::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '\f067';
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #EF5350;
  font-size: 10px;
}

/* 고객센터 */
.large_shadow:has(>.customer_service_center) {
  background-color: #fff;
  box-shadow: none;
  border-radius: none;
  padding: 0;
  box-sizing: border-box;
}
.customer_service_center h4.title {
  display: flex;
  font-family: 'Pretendard-SemiBold';
  font-size: 20px;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
.customer_service_center h4.title span {
  font-size: 20px;
}
.customer_service_center .content-text p {
  font-family: Pretendard;
font-size: 15px;
font-weight: 400;
line-height: 25.5px;
text-align: left;

}
.customer_service_center .btn_wrap {
  padding-top: 10px;
  display: flex;
  align-items: center;
}
.customer_service_center .content-text-mail {
  display: inline-block;
  margin-top: 11px;
  text-decoration:underline;
  font-weight: 600;
}
.customer_service_center .content-text-info {
  font-family: Pretendard;
font-size: 15px;
font-weight: 400;
line-height: 22.5px;
letter-spacing: -0.10000000149011612px;
text-align: left;
margin-top: 3px;
}

/* 정책 개선 2차 - 매뉴 */

/* 정책 설정 페이지 상단 메뉴 숨김 -> 컨텐츠 내부에 있음 */
.area_pagetab:has(+.container_area .policy_info) .container_tab {
  display: none;
}

.policy_set .area_pagetab {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.policy_set h3.item_title {
  margin-bottom: 0;
  padding: 9px;
  font-size: 18px;
  border-radius: 0;
  height: auto;
  line-height: 1;
  min-width: 100px;
  text-align: center;
}
.policy_set h3.item_title:has(span) {
  width: 140px;
}
.policy_set h3.item_title.now_page {
  background-color: transparent;
  box-shadow: none;
  margin-bottom: -2px;
  border-bottom: 3px solid #222;
}

.policy-list-wrap.slide_hide {
  width: 1px;
  @media (max-width: 1500px) { 
    width: 100%;
    height: 1px;
  }
}

.id_content.id_content_list {
  transition: width .3s, height .3s;

}
.id_content.id_content_list.slide_hide {
  width: 1px;
  @media (max-width: 1500px) { 
    width: 100%;
    height: 1px;
  }
}

.id_content.id_content_list.slide_hide .tab-area {
  display: none;
}
.id_content.id_content_list.slide_hide .list-area.large_shadow {
  display: none;
}

.show_hide_btn_area {
  position: absolute;
  top: 70px;
  right: -10px;
  transition: .3s;
  @media (max-width: 1500px) {
    position: absolute;
    top: 581px;
    right: 80px;
  }
}
.id_content.id_content_list.slide_hide .show_hide_btn_area {
  @media (max-width: 1500px) {
    top: 180px;
  }
}
.show_hide_btn_area::after {
  position: absolute;
  display: block;
  content: '';
  width: 1px;
  left: 10px;
  height: calc(100vh - 161px);
  background-color: #EAEAEA;
  top: -20px;
  z-index: -1;
  @media (max-width: 1500px) {
    display: none;
  }
}
.show_hide_btn {
  @media (max-width: 1500px) { 
    transform: rotate(90deg);
  }
}
.show_hide_btn.rotate {
  transform: rotate(180deg);
  @media (max-width: 1500px) { 
    transform: rotate(270deg);
  }
}
.btn_guide_wrap {
  display: flex;
  align-items: center;
  gap: 7px;
}

/* 사용자 페이지 배너 */
.user-banner {
  position: fixed;
  width: calc(100% - 448px);
  
  max-width: 1150px;
  bottom: 40px;
  border-radius: 10px;
  background: rgba(31, 31, 38, 0.90);
  @media (max-width: 992px) { 
    max-width: calc(100% - 97px) !important;
    width: 100% !important;
  }
}
.user-banner .banner-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 15px 32px;
}
.user-banner .banner-inner .banner-text {
  display: flex;
  gap: 12px;
align-items: flex-start
}
.user-banner .banner-inner .banner-text img {
  margin-top: 3px;
}
.user-banner .banner-inner .banner-text p.text-1 {
  color: #FFF;
font-family: Pretendard;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 24px */
letter-spacing: -0.176px;
}
.user-banner .banner-inner .banner-text p.text-2 {
  color: #D6D6D6;
font-family: Pretendard;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 21px */
letter-spacing: -0.154px;
}

.container:has(.user-banner) {
  padding-bottom: 150px;
}
.user-banner .banner-btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.user-banner .banner-btns button {
  padding: 4px 16px;
  border: 1px solid #FFF;
  display: flex;
  align-items: center;
  gap: 10px;

}
.user-banner .banner-btns button span {
font-family: Pretendard;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 22.5px */
letter-spacing: -0.165px;
}

.user-banner .banner-btns button svg {
  margin-bottom: 2px;
}
.user-banner .btn_white:active {
  background: #F2F2F2 !important;
}


/* 리뉴얼 바로가기 버튼 */
.renew-link-btn {
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #5C656E;
  font-size: 12px;
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 5px;
  transition: background-color 0.2s ease;
}

.renew-link-btn:hover {
  background-color: rgba(92, 101, 110, 0.1);
}

.renew-link-btn:active {
  background-color: rgba(92, 101, 110, 0.2);
}

/* 백업 파일 다운로드 버튼 */
.bkp-download-button, .bkp-download-button-disabled {
	border-radius: 3px;
	transition: background-color 0.2s ease;
	padding: 4px;
}

.bkp-download-button:hover, .bkp-download-button-disabled:hover {
	background-color: rgba(92, 101, 110, 0.1);
}


.bkp-download-button:active {
	background-color: rgba(92, 101, 110, 0.2);
}

/* 커스텀 서브타이틀 */
.custom_sub_title {
  color: #222222;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
}