@charset "UTF-8";

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flexStart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-direction: column;
}

.flexBetween {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flexColumn{
  flex-direction: column;
}

.w_full {
  width: 100%;
}

.h_full {
  height: 100%;
}

.tal_c {
  text-align: center;
}

.tal_l {
  text-align: left;
}

.tal_r {
  text-align: right;
}

.scroll_area {
  width: 100%;
  height: 100%;
}

.scroll_area .mCSB_scrollTools {
  width: 6px;
  right: 0;
}

.scroll_area .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 3px;
  background: rgba(39, 43, 53, 0.12);
}

.scroll_area .mCSB_scrollTools .mCSB_draggerRail {
  background: transparent;
}

/* input Help text */
.err_txt {
  color: #F2442C;
  font-size: 13px;
  line-height: 16px;
}

/* input */
.inp {
  width: 100%;
  background: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: inherit;
}

.inp.datepicker {
  background: #fff url(../images/common/icon_datepicker.svg) no-repeat center right 10px;
}

.sel {
  width: 100%;
  background: #fff url(../images/common/arr_sel_down.svg) no-repeat center right 16px;
  padding: 4px 40px 4px 10px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: inherit;
}

.textarea {
  width: 100%;
  min-height: 100px;
  background: #fff;
  padding: 7px 16px;
  border-radius: 4px;
  resize: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.textarea::-webkit-scrollbar {
  width: 6px;
}

.textarea::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(164, 170, 176, 0.2);
}

/*datalist 스타일 추가 240307*/
.select2-container .select2-selection--single {
  height: auto;
}

.select2-container--default .select2-selection--single {
  width: 100%;
  background: #fff url(../images/common/arr_sel_down.svg) no-repeat center right 16px;
  padding: 4px 40px 4px 16px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: inherit;
  border: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
  width: 6px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(164, 170, 176, 0.2);
}

.select2-container--open .select2-dropdown--below {
  border: 0;
  -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #F6F7F9 !important;
  color: #444 !important;
}

.select2-results__option {
  padding: 0 16px;
  font-size: 14px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

/*//datalist 스타일 추가 240307*/
/* button type */
.type_blue {
  color: #FFF !important;
  background-color: #0AACCC !important;
  border-color: transparent !important;
}

.type_red {
  color: #FFF !important;
  background-color: #F2442C !important;
  border-color: transparent !important;
}

.type_black {
  color: #fff !important;
  background-color: #002D56 !important;
  border-color: transparent !important;
}

.type_light-dark {
  color: #fff !important;
  background-color: #222 !important;
  border-color: transparent !important;
}

.type_dark {
  color: #fff !important;
  background-color: #5A7590 !important;
  border-color: transparent !important;
}

.type_gray {
  color: #727A82 !important;
  background-color: #DDE3E9 !important;
  border-color: transparent !important;
}

.type_line_gray {
  color: #222 !important;
  background-color: transparent !important;
  border-color: #97A3AD !important;
}

.type_line_lightgray {
  color: #151515 !important;
  background-color: transparent !important;
  border-color: #DBDBDB !important;
  font-weight: 400 !important;
}

.type_line_black {
  color: #222 !important;
  background-color: transparent !important;
  border-color: #222 !important;
}

.type_line_green {
  color: #21A366 !important;
  background-color: transparent !important;
  border-color: #21A366 !important;
}

.type_save {
  color: #fff !important;
  background-color: #003B80 !important;
  ;
}


.ml16{
  margin-left: 16px !important;
}

/****** //variable ******/
/****** common ******/
#wrap {
  width: 100%;
  height: 100vh;
  max-width: 1920px;
  min-height: 768px;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 72px;
  background: #003B80;
}

header .logo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 284px;
  padding: 0 20px 0 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header .logo_wrap img {
  display: block;
  width: 100%;
  height: auto;
}

header .gnb_wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  height: 100%;
}

header .gnb_wrap ul.depth1_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 30px;
  height: 100%;
}

header .gnb_wrap ul.depth1_box>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
}

header .gnb_wrap ul.depth1_box>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 4px;
  height: 100%;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header .gnb_wrap ul.depth1_box>li>a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: no-repeat center/cover;
}

header .gnb_wrap ul.depth1_box>li.on>a {
  font-weight: 600;
  color: #B2DBFF;
}

header .gnb_wrap ul.depth1_box>li.item01 a::before {
  background-image: url(../images/icon/icon_gnb_1_off.svg);
}

header .gnb_wrap ul.depth1_box>li.item01.on a::before {
  background-image: url(../images/icon/icon_gnb_1_on.svg);
}

header .gnb_wrap ul.depth1_box>li.item02 a::before {
  background-image: url(../images/icon/icon_gnb_2_off.svg);
}

header .gnb_wrap ul.depth1_box>li.item02.on a::before {
  background-image: url(../images/icon/icon_gnb_2_on.svg);
}

header .gnb_wrap ul.depth1_box>li.item03 a::before {
  background-image: url(../images/icon/icon_gnb_3_off.svg);
}

header .gnb_wrap ul.depth1_box>li.item03.on a::before {
  background-image: url(../images/icon/icon_gnb_3_on.svg);
}

header .gnb_wrap ul.depth1_box>li.item04 a::before {
  background-image: url(../images/icon/icon_gnb_4_off.svg);
}

header .gnb_wrap ul.depth1_box>li.item04.on a::before {
  background-image: url(../images/icon/icon_gnb_4_on.svg);
}

header .gnb_wrap ul.depth1_box>li.item05 a::before {
  background-image: url(../images/icon/icon_gnb_5_off.svg);
}

header .gnb_wrap ul.depth1_box>li.item05.on a::before {
  background-image: url(../images/icon/icon_gnb_5_on.svg);
}

header .gnb_wrap ul.depth1_box>li.item06 a::before {
  background-image: url(../images/icon/icon_gnb_6_off.svg);
}

header .gnb_wrap ul.depth1_box>li.item06.on a::before {
  background-image: url(../images/icon/icon_gnb_6_on.svg);
}

header .gnb_wrap ul.depth1_box>li ul.depth2_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0 17px;
  border-radius: 4px;
  background: #4179CC;
  padding: 10px 12px;
  margin-left: 10px;
}

header .gnb_wrap ul.depth1_box>li ul.depth2_box li {
  position: relative;
}

header .gnb_wrap ul.depth1_box>li ul.depth2_box li::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: #72A7F3;
  position: absolute;
  top: 6px;
  right: -9px;
}

header .gnb_wrap ul.depth1_box>li ul.depth2_box li:last-child::after {
  content: none;
}

header .gnb_wrap ul.depth1_box>li ul.depth2_box li a {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

header .gnb_wrap ul.depth1_box>li ul.depth2_box li.on a {
  font-weight: 700;
  color: #C7FFEB;
}

header .user_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 284px;
  padding: 0 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header .user_wrap a{display: flex; gap: 0 8px;}

header .user_wrap .user {
  display: flex;
  color: #fff;
  text-align: right;
  font-size: 15px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
}



header .user_wrap .user_black{
  display: none;
}

/*header .user_wrap .user::before{
  content: "";
  margin-left: 20px;
  background: url(../images/icon/icon_user.png) no-repeat center;
  display: block;
  width: 24px;
  height: 24px;
  -webkit-transition: 0.23s ease;
  transition: 0.23s ease;
}*/
header .user_wrap .user b {
  font-weight: 600;
}

header .user_wrap .logout_box {
  margin-left: 20px;
}

header .user_wrap .logout_box .btn_logout {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/common/icon_logout.svg) no-repeat center;
}

.contanier {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100% - 72px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lnb {
  width: 180px;
  border-right: 1px solid #DDE0E3;
  background: #F6F7F9;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* lnb 닫힘 */
}

.lnb .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  border-bottom: 1px solid #DDE0E3;
  background: #F6F7F9;
  padding: 8px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lnb .btn_box .btn_toggle {
  display: block;
}

.lnb .btn_box .btn_toggle span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}

.lnb .btn_box .btn_toggle span::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: no-repeat center;
  -webkit-transition: 0.23s ease;
  transition: 0.23s ease;
}

.lnb .btn_box .btn_toggle span.txt_hide::before {
  background-image: url(../images/icon/icon_lnb_toggle_off.svg);
}

.lnb .btn_box .btn_toggle span.txt_show {
  display: none;
}

.lnb .btn_box .btn_toggle span.txt_show::before {
  background-image: url(../images/icon/icon_lnb_toggle_on.svg);
}

.lnb .scroll_area {
  height: calc(100% - 35px);
  max-height: calc(100vh - 72px - 35px);
}

.lnb .depth1_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px 0;
  padding: 24px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lnb .depth1_box>li .depth1_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 8px;
  color: #5B6168;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 12px 16px;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: 0.23s ease;
  transition: 0.23s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lnb .depth1_box>li .depth1_txt .icon {
  display: block;
  width: 20px;
  height: 20px;
  background: no-repeat center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.23s ease;
  transition: 0.23s ease;
}

.lnb .depth1_box>li .depth1_txt em {
  display: block;
  /* width: calc(100% - 50px); */
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.lnb .depth1_box>li .depth1_txt a {
  display: block;
  width: 100%;
}

.lnb .depth1_box>li .depth1_txt::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/common/arr_lnb_off.svg) no-repeat center;
  margin-left: auto;
  margin-top: 5px;
}

.lnb .depth1_box>li .depth1_txt.nolink::after {
  content: none;
}

.lnb .depth1_box>li .depth2_box {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.lnb .depth1_box>li .depth2_box .inner_box>li .depth2_txt {
  display: block;
  padding: 4px 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  padding-left: 44px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lnb .depth1_box>li .depth2_box .inner_box>li .depth2_txt::before {
  content: "";
  display: block;
  width: 14px;
  height: 38px;
  background: url(../images/icon/icon_lnb_line.svg) no-repeat center;
  position: absolute;
  bottom: 15px;
  left: 23px;
}

.lnb .depth1_box>li .depth2_box .inner_box>li:first-child::before {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
}

.lnb .depth1_box>li .depth2_box .inner_box>li.on .depth2_txt {
  color: #0AACCC;
  font-weight: 600;
}

.lnb .depth1_box>li.on .depth1_txt,
.lnb .depth1_box>li.hover .depth1_txt {
  color: #fff;
  font-weight: 700;
  background: #0AACCC;
}

.lnb .depth1_box>li.on .depth1_txt::after,
.lnb .depth1_box>li.hover .depth1_txt::after {
  background-image: url(../images/common/arr_lnb_on.svg);
}

.lnb .depth1_box>li.on .depth2_box {
  width: 100%;
  height: auto !important;
}

.lnb .depth1_box.gnb1>li .depth1_txt .icon {
  background-image: url(../images/icon/icon_lnb_1_off.svg);
}

.lnb .depth1_box.gnb1>li.on .depth1_txt .icon,
.lnb .depth1_box.gnb1>li.hover .depth1_txt .icon {
  background-image: url(../images/icon/icon_lnb_1_on.svg);
}

.lnb .depth1_box.gnb2>li .depth1_txt .icon {
  background-image: url(../images/icon/icon_lnb_2_off.svg);
}

.lnb .depth1_box.gnb2>li.on .depth1_txt .icon,
.lnb .depth1_box.gnb2>li.hover .depth1_txt .icon {
  background-image: url(../images/icon/icon_lnb_2_on.svg);
}

.lnb .depth1_box.gnb3>li .depth1_txt .icon {
  background-image: url(../images/icon/icon_lnb_3_off.svg);
}

.lnb .depth1_box.gnb3>li.on .depth1_txt .icon,
.lnb .depth1_box.gnb3>li.hover .depth1_txt .icon {
  background-image: url(../images/icon/icon_lnb_3_on.svg);
}

.lnb .depth1_box.gnb4>li .depth1_txt .icon {
  background-image: url(../images/icon/icon_lnb_4_off.svg);
}

.lnb .depth1_box.gnb4>li.on .depth1_txt .icon,
.lnb .depth1_box.gnb4>li.hover .depth1_txt .icon {
  background-image: url(../images/icon/icon_lnb_4_on.svg);
}

.lnb .depth1_box.gnb5>li .depth1_txt .icon {
  background-image: url(../images/icon/icon_lnb_5_off.svg);
}

.lnb .depth1_box.gnb5>li.on .depth1_txt .icon,
.lnb .depth1_box.gnb5>li.hover .depth1_txt .icon {
  background-image: url(../images/icon/icon_lnb_5_on.svg);
}

.lnb .depth1_box.gnb6>li .depth1_txt .icon {
  background-image: url(../images/icon/icon_lnb_6_off.svg);
}

.lnb .depth1_box.gnb6>li.on .depth1_txt .icon,
.lnb .depth1_box.gnb6>li.hover .depth1_txt .icon {
  background-image: url(../images/icon/icon_lnb_6_on.svg);
}

.lnb.hide {
  width: 80px;
}

.lnb.hide .btn_box .btn_toggle span.txt_hide {
  display: none;
}

.lnb.hide .btn_box .btn_toggle span.txt_show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lnb.hide .depth1_box {
  padding: 24px 19px;
}

.lnb.hide .depth1_box>li .depth1_txt {
  padding: 8px 11px;
  font-size: 0;
  line-height: 0;
  color: transparent;
}

.lnb.hide .depth1_box>li .depth1_txt em {
  width: auto;
}

.lnb.hide .depth1_box>li span.depth1_txt::after {
  content: none;
}

.lnb.hide .depth1_box>li .depth2_box {
  height: 0 !important;
}

.lnb.hide .depth1_box>li:hover {
  position: relative;
}

.lnb.hide .depth1_box>li:hover .depth1_txt em {
  display: block;
  overflow: hidden;
  color: #FFF;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 64px;
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  border-radius: 20px;
  background: #222;
  padding: 4px 8px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lnb.hide .depth1_box>li:hover .depth1_txt::before {
  content: "";
  display: block;
  border-style: solid;
  border-width: 0 4px 6px;
  border-color: #222 transparent;
  width: 0;
  z-index: 1;
  position: absolute;
  bottom: 10px;
  left: 20px;
}

.cont {
  width: calc(100% - 180px);
}

.cont:only-child {
  width: 100%;
}

.lnb.hide~.cont {
  width: calc(100% - 80px);
}

/****** //common ******/
/****** login(대진대 관리자) ******/
#login {
  background: #eee;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bg_color {
  background: #4439b2 !important;
}

.login {
  position: absolute;
  width: 780px;
  height: 500px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(9, 0, 13, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(9, 0, 13, 0.1);
}

.login .login_right {
  position: absolute;
  top: 54%;
  left: -60px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.login .login_right img {
  width: 458px;
}

.login .login_left {
  float: left;
  padding: 75px 0;
  margin-left: 440px;
  width: 250px;
}

.login .login_left .login_logo {
  height: 32px;
  background: url(../images/common/login_logo.svg) no-repeat 50% 0/cover;
  margin-bottom: 15px;
}

.login .login_left .login_logotxt {
  font-size: 14px;
  color: #696b69;
  line-height: 16px;
  letter-spacing: 0;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
}

.login .login_left form ul li {
  margin-bottom: 25px;
}

.login .login_left form ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.login .login_left form ul li input {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  border: none;
  font-size: 14px;
  color: #1a191b;
  border-bottom: 1px solid #1a191b;
}

.login .login_left form ul li input:focus {
  border-bottom: 3px solid #4439b2;
  color: #4439b2;
  font-size: 18px;
}

.login .login_left form ul li a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-top: 50px;
  color: #fff;
  text-align: center;
  font-size: 15px;
}

/* 약관동의 팝업 */
.pop_agree.pop_area .pop_wrap {
  max-width: 840px;
  margin:  0 20px;

  background: #ffffff;
  font-family: "Pretendard";
}

.pop_agree .p_body2 .pop_content {
  background: #F6F7F9;
  padding: 40px 16px 32px 16px;
  margin-bottom: 16px;
}

.pop_agree .p_body2 .btn_box {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.pop_agree .p_body2 .btn_box button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 8px;
  width: 64px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  padding: 10px 0;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pop_agree .p_body2 .pop_content .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 32px;
}

.pop_agree .p_body2 .pop_content .title .point1 {
  color: #003C8A;
  font-weight: 600;
}

.pop_agree .p_body2 .pop_content .title .point2 {
  color: #0AACCC;
  font-weight: 600;
}

.pop_agree .p_body2 .pop_content p {
  margin-bottom: 6px;
  font-size: 14px;
  word-break: keep-all;
  font-weight: 400;
}



/* 체크버튼 */

.pop_agree .p_body2 .check{
  margin-left: 0;
}

.pop_agree .p_body2 .check input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.pop_agree .p_body2 .check input[type=checkbox]+label {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  color: #666;
  cursor: pointer;
}

.pop_agree .p_body2 .check input[type=checkbox]+label::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background: url('../images/icon/icon_checkbox_off.png') no-repeat center;
}

.pop_agree .p_body2 .check input[type=checkbox]:checked+label {
  color: #151515;
  cursor: pointer;
}

.pop_agree .p_body2 .check input[type=checkbox]:checked+label::before {
  background-image: url(../images/icon/icon_checkbox_on.png);
}


/* 구글otp */
.pop_otp.pop_area .pop_wrap {
  max-width: 480px;
  width: 100%;
  background: url('../images/bg/google_bg.png') 100% 190px no-repeat #ffffff;
  font-family: "Pretendard";
  background-size: 25%;
}


.pop_otp.pop_area .pop_content p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}

.pop_otp.pop_area .pop_content.error .inp{
  border: 1px solid #5B6168
}

.pop_otp.pop_area .pop_content p.error_text{
  opacity: 0;
  color: #F2442C;
  font-size: 12px; 
  line-height: 100%;
  margin-top: 12px;
  font-weight: 400;
}

.pop_otp.pop_area .pop_content.error p.error_text{
  opacity: 1;
}

.pop_otp.pop_area .pop_content .inp {
  border: 1px solid #E6E6E6;
  border-radius: 0;
  width: 100%;
}

.pop_otp.pop_area .pop_wrap .p_head{
  padding-bottom: 0;
} 
.pop_otp .p_body2{
  margin-top: 40px;

}

.pop_otp .p_body2 .btn_box {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.pop_otp .p_body2 .btn_box button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 8px;
  width: 64px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  padding: 10px 0;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/****** //login ******/
/****** list ******/
.list_area {
  height: 100%;
  padding: 24px 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

/****** write 추가 *****/

.list_area .write_desc.type3 {
  padding: 0;
  border-top: 2px solid #222;
  border-bottom-width: 0;
}

.list_area p.text{
  font-size: 16px;
  padding-bottom: 16px;
  font-weight: 600;
}

.mb50{
  margin-bottom: 50px;
}

.mb40{
  margin-bottom: 40px;
}

.list_area .write_desc.type3 .row {
  box-shadow: inset 0px -1px 0px #EAEDF0;
  display: flex;
  padding: 0;
  margin: 0;
}

.list_area .write_desc.type3 .row:last-child {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.list_area .write_desc.type3 .row .col {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1 1 0;
  width: 100%;
}

.list_area .write_desc.type3 .row .col dt {
  min-width: 220px;
  max-width: 220px;
  width: 100%;
  background-color: #F6F7F9;
  box-shadow: inset 0px -1px 0px #EAEDF0;
  padding: 19px 30px;
  font-size: 15px;
  line-height: 22px;
  box-sizing: border-box;
  margin: 0;
  height: 100%;
  text-align: center;
}

.list_area .write_desc.type3 .row .col.type2 dt{
  background-color: #Fff;
}

.list_area .write_desc.type3 .row .col.type2 dd{
  flex-direction: column;
  align-items: flex-start;
}

.list_area .write_desc.type3 .row .col dt img{
  margin: 0 auto;
  text-align: center;
  display: block;
}


.list_area .write_desc.type3 .row .col dd {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 14px;
  padding: 0px 30px;
  line-height: 20px;
  color: #727A82;
  box-sizing: border-box;
}

.list_area .write_desc.type3 .row .col dd .input_box.inp_item01 input{
  min-width: 240px;
  max-width: 240px;
}

.list_area .write_desc.type3 .row .col dd.column{
  flex-direction: column;
  gap: 16px 0;
  align-items: baseline;
  padding: 19px 30px;
}


.list_area .write_desc.type3 .row .col dd .point{
  margin-left: 16px;
  color: #F2442C;
  font-size: 12px;
}

.list_area .write_desc.type3 .row .col dd button {
  padding: 4px 10px;
  border-radius: 4px;
  margin: 0 6px;
  background-color: #44494E;
  color: #fff;
  padding: 4px 12px;
  font-size: 15px;
}

.list_area .write_desc.type3 .row .col dd .tag{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  gap: 8px 16px;
}

.list_area .write_desc.type3 .row .col dd .tag li {
  position: relative;
  padding:0 20px 0 0;
  
}



.list_area .write_desc.type3 .row .col dd .tag li .tag_del {
  position: absolute;
  top: 0;
  right: 0px;
  color: transparent;
  background: transparent;
  padding: 0;
  margin: 0;
}

.list_area .bottom_btns {
  margin-top: 14px;
  display: flex;
  justify-content: flex-end;

}

.list_area .bottom_btns.mb80 {
  margin-bottom: 80px;
}

.list_area .bottom_btns.mb40 {
  margin-bottom: 40px;
}

.list_area .bottom_btns button {
  padding: 5px 15px;
  border-radius: 4px;
  margin: 0 3px;
}

.list_area .write_desc.type3 .row .col dd .input_box.inp_item01 input {
  width: 100%;
  background: #fff;
  padding: 3px 10px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: inherit;
  border: 1px solid #DDE0E3;
}

.list_area .write_desc.type3 .row .col dd .input_box.inp_item01 input:read-only{
  background-color: #F6F7F9;
  color: #222;
}

.list_area .checks {
  display: block;
  position: relative;
  margin: 10px 0;
}

.list_area .checks input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.list_area .checks input[type="radio"]+label {
  display: inline-block;
  position: relative;
  padding-left: 23px;
  margin-right: 23px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  vertical-align: middle;
  color: #666;
  font-size: 14px;
  line-height: 20px;
}

.list_area .checks input[type="radio"]+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  text-align: center;
  background: url('../images/icon/ico_radio_off.png') no-repeat center;
}


.list_area .checks input[type="radio"]:checked+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background: url('../images/icon/ico_radio_on.png')no-repeat center;
}

.list_area .checks input[type="radio"]:checked+label {
  color: #222
}

.list_area .select_box select {
  width: 100%;
  background: #fff url(../images/common/arr_sel_down.svg) no-repeat center right 16px;
  padding: 3px 40px 3px 10px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: inherit;
  border: 1px solid #DDE0E3;
  min-width: 207px;
  max-width: 207px;
}

.list_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 14px;
}

.list_title h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.list_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 21px;
  background: #EEF5FA;
  padding: 24px 30px;
  margin-bottom: 15px;
}

.list_search.list_row {
  column-gap: 40px;
}

.list_search .inp_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.list_search .inp_box.small {
  max-width: calc(100% - 80px);
}

.list_search .inp_box.small+.btn_box {
  width: auto;
  margin-top: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.list_search .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  /*justify-content: flex-end;*/
  gap: 8px;
  /*width: 100%;
  margin-top: 20px;*/
}

.list_search.list_row .btn_box {
  width: auto;
  margin-top: 0;
}

.list_search .btn_box button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 8px;
  width: 80px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  padding: 7px 0;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.list_search .btn_box button .icon {
  display: block;
  width: 16px;
  height: 16px;
  background: no-repeat center;
}

.list_search .btn_box button.btn_reset .icon {
  background-image: url(../images/icon/icon_reset.svg);
}

.list_search .btn_box button.btn_search {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.list_search .btn_box button.btn_search .icon {
  background-image: url(../images/icon/icon_search_white.svg);
}

.list_search .btn_box.row2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.list_search .btn_box.row2 button.btn_search {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.list_search .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  /*gap: 0 1%;*/

}

.list_search.list_row .row {
  column-gap: 40px;
}

.list_search .row dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  width: calc(100% - 80px);
}

.list_search .row dl dt {
  width: 70px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.list_search .row dl dd {
  width: calc(100% - 50px);
  font-size: 14px;
}

.list_search .row dl dd .money_box {
  position: relative;
}

.list_search .row dl dd .money_box .inp {
  text-align: right;
  padding-right: 40px;
}

.list_search .row dl dd .money_box .coin {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list_search .row .sel,
.list_search .row .inp {
  max-width: 200px;
  min-width: 100px;
  width: 100%;
}

.list_search+.list_btns {
  margin-top: -16px;
  padding-top: 0;
}

.list_btns {
  background: #F0F7FB;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0 8px;
  margin-bottom: 16px;
}

.list_btns a {
  display: block;
  border-radius: 4px;
  background: #D7E6EF;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  -webkit-transition: 0.23s ease;
  transition: 0.23s ease;
}

.list_btns a:hover {
  background: #5A7590;
  color: #fff;
}

.table_wrap {
  display: flex;
  column-gap: 20px;
  justify-content: space-between;
  padding-top: 10px;
}

.table_wrap .decs_wrap {
  overflow: auto;
}

.decs_wrap .top_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 16px;
}

.decs_wrap .top_box p {
  color: #727A82;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.2px;
}

.decs_wrap .top_box p b {
  color: #222;
  font-weight: 600;
}

.decs_wrap .top_box .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
  margin-left: auto;
}

.decs_wrap .top_box .btn_box button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 8px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  height: 32px;
  padding: 0 18px;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.decs_wrap .top_box .btn_box button i.icon {
  display: block;
  width: 16px;
  height: 16px;
  background: no-repeat center;
}

.decs_wrap .top_box .btn_box button.btn_excel.type_line_black .icon {
  background-image: url(../images/icon/icon_down.svg);
}

.decs_wrap .top_box .btn_box button.btn_excel.type_line_green .icon {
  background-image: url(../images/icon/icon_upload.svg);
}

.decs_wrap .top_box .btn_box button.button_icon {
  padding-left: 30px;
  text-align: right;
} 

.decs_wrap .top_box .btn_box button.button_icon.excle{
  padding-right: 8px;
  background: url('../images/icon/icon_excel.png')no-repeat 10px;
  font-weight: 400 !important;
}

.decs_wrap .top_box .btn_box button.button_icon.excle:hover{
  text-decoration: underline;
}

.decs_wrap .top_box .btn_box button.button_icon.upload{
  background: url('../images/icon/icon_upload.png')no-repeat 10px;
}

.decs_wrap .top_box .btn_box button.button_icon.download{
  background: url('../images/icon/icon_download.png')no-repeat 10px;
}


.decs_wrap .paging_box {
  position: relative;
}

.decs_wrap .paragraph_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.decs_wrap .paragraph_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.decs_wrap .paragraph_area ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.decs_wrap .paragraph_area ul a {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 8px;
  color: #727A82;
  min-width: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.decs_wrap .paragraph_area .paragraph_left {
  margin-right: 8px;
}

.decs_wrap .paragraph_area .paragraph_left li.para_left_all a {
  background: url(../images/icon/icon_page_first.svg) no-repeat center;
}

.decs_wrap .paragraph_area .paragraph_left li.para_left a {
  background: url(../images/icon/icon_page_prev.svg) no-repeat center;
}

.decs_wrap .paragraph_area .paragraph_num li {
  margin: 0 1px;
}

.decs_wrap .paragraph_area .paragraph_num li.on a {
  color: #19ACC0;
  font-weight: 600;
  background-color: #E5FBFF;
  border-radius: 8px;
}

.decs_wrap .paragraph_area .paragraph_right {
  margin-left: 8px;
}

.decs_wrap .paragraph_area .paragraph_right li.para_right a {
  background: url(../images/icon/icon_page_prev.svg) no-repeat center;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.decs_wrap .paragraph_area .paragraph_right li.para_right_all a {
  background: url(../images/icon/icon_page_first.svg) no-repeat center;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.decs_wrap .list_bottom {
    margin-bottom: 40px;
    position: relative;
}

.decs_wrap .list_bottom .btn_refresh {
    color: #888;
    font-size: 14px;
    line-height: 17px;
    padding-left: 20px;
    background: url(../img/icon/icon_refresh.svg) no-repeat center left;
    position: absolute;
    top: -47px;
    right: 0;
}

.decs_wrap .list_bottom .tbl_area .thead {
    display: flex;
    align-items: center;
    height: 38px;
    background: #FFF;
    border-bottom: 1px solid #EAEDF0;
    box-sizing: border-box;
    background-color: #F6F7F9;
}

.decs_wrap .list_bottom .tbl_area .thead .th {
    font-size: 13px;
    line-height: 19px;
    font-weight: 500;
    box-sizing: border-box;
    text-align: center;
    color: #2C3036;
}

.decs_wrap .list_bottom .tbl_area .tbody .tr {
    display: flex;
    align-items: center;
    height: 38px;
    border-bottom: 1px solid #EAEDF0;
}

/* 220406 min-height 삭제 */
.decs_wrap .list_bottom .tbl_area .tbody .tr .td {
    font-size: 14px;
    line-height: 38px;
    padding: 0 20px;
    text-align: center;
    color: #666;
    word-break: keep-all;
    box-sizing: border-box;
    border-left: 1px solid #EAEDF0;
    height: 38px;
    font-feature-settings: 'tnum';
}

.decs_wrap .list_bottom .tbl_area .tbody .tr .td:first-of-type{
  border-left: 0;
}

/* 리스트>노데이터 */
.decs_wrap .list_bottom .tbl_area .tbody .nodata {
    padding: 30px 0;
}

.decs_wrap .list_bottom .tbl_area .tbody .nodata li {
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #727A82;
}

.decs_wrap .list_bottom .tbl_area .item01 {
  width: 100px;
}

.decs_wrap .list_bottom .tbl_area .item02 {
  width: calc(100% - 1150px);
}

.decs_wrap .list_bottom .tbl_area .item03 {
  width: 150px;
}

.decs_wrap .list_bottom .tbl_area .item04 {
  width: 100px;
}

.decs_wrap .list_bottom .tbl_area .item05 {
  width: 120px;
}

.decs_wrap .list_bottom .tbl_area .item06 {
  width: 100px;
}

.decs_wrap .list_bottom .tbl_area .item07 {
  width: 130px;
}

.decs_wrap .list_bottom .tbl_area .item08 {
  width: 250px;
}

.decs_wrap .list_bottom .tbl_area .tbody .tr .td.item01 {
  order: -2;
}

.decs_wrap .list_bottom .tbl_area .tbody .tr .td.item07 {
  order: -1;
}


/****** //list ******/
/* 테이블(tabulator) 커스텀 */
.tabulator {
  border-width: 0;
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid #EAEDF0;
}

/* theader */
.tabulator .tabulator-header {
  color: #222;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  border-top: 1px solid #EAEDF0;
  border-left: 1px solid #EAEDF0;
  border-right: 1px solid #EAEDF0;
  border-bottom: 1px solid #727A82;
  background: #fff;
}

.tabulator .tabulator-header .tabulator-col {
  border-right-color: #EAEDF0;
  background: #F6F7F9;
  text-align: center;
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
  border-top-color: #EAEDF0;
  font-weight: 500;
  color: #2C3036;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {
  background: #F6F7F9;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {
  overflow: hidden;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 12px;
}

.tabulator-col-title {
  font-size: 13px;
  line-height: 18px;
}

.tabulator-col-title b {
  color: #EB4925;
  font-weight: 500;
}

/* tbody */
.tabulator .tabulator-tableholder {
  border-left: 1px solid #EAEDF0;
  border-right: 1px solid #EAEDF0;
  border-bottom: 1px solid #EAEDF0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tabulator .tabulator-tableholder .tabulator-table {
  color: #727A82;
}

.tabulator-row .tabulator-cell {
  padding: 10px 8px;
  border-right-color: #EAEDF0;
  border-bottom: 1px solid #EAEDF0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 18px;
}

.tabulator-row .tabulator-cell select,
.tabulator-row .tabulator-cell input,
.tabulator-row .tabulator-cell textarea {
  text-align: center;
  font-size: 14px;
}

.tabulator-row.tabulator-row-even {
  background-color: #fff;
}

.tabulator-row.tabulator-selected {
  background-color: #fff;
}

.tabulator-row.tabulator-selectable:hover {
  background-color: #F6F7F9;
}

.tabulator-row.tabulator-selected:hover {
  background-color: #F6F7F9;
}

.tabulator-row .tabulator-cell.tabulator-frozen {
  background: #F6FBFF;
}

.tabulator-row.tabulator-selectable:hover .tabulator-cell.tabulator-frozen {
  background-color: #F6F7F9;
}

.tabulator-row.tabulator-selected:hover .tabulator-cell.tabulator-frozen {
  background-color: #F6F7F9;
}

/* 인풋, 셀렉트, 체크박스 */
.tabulator-col-title input[type=checkbox],
.tabulator-cell input[type=checkbox] {
  width: 18px;
  height: 18px;
  background: url(../images/common/icon_chk_off.svg) !important;
}

.tabulator-col-title input[type=checkbox]:only-child,
.tabulator-cell input[type=checkbox]:only-child {
  vertical-align: -5px;
}

.tabulator-col-title input[type=checkbox],
.tabulator-cell input[type=checkbox]:checked {
  background: url(../images/common/icon_chk_on.svg) !important;
}

.tabulator-cell .placeHolder {
  color: #999;
}

.tabulator .tabulator-tableholder::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.tabulator .tabulator-tableholder::-webkit-scrollbar-thumb {
  height: 30%;
  /* 스크롤바의 길이 */
  background: rgba(164, 170, 176, 0.2);
  /* 스크롤바의 색상 */
  border-radius: 3px;
}

.tabulator .tabulator-tableholder::-webkit-scrollbar-track {
  background: #fff;
  /*스크롤바 뒷 배경 색상*/
}

.tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {
  color: #222;
  font-size: 15px;
  font-weight: 400;
  line-height: 100px;
  height: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pop_area {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.23s ease;
  transition: 0.23s ease;
  z-index: 1;

}

.pop_area.pop_userinfo {
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  -webkit-transition: 0.23s ease;
  transition: 0.23s ease;
  z-index: 1;

}

.pop_area.side_type .pop_wrap {
  box-shadow: 21px 0px 119px #202020;
}

.pop_area .dim {
  width: 100%;
  height: 100%;
  background: rgba(39, 43, 53, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}

.pop_area .pop_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #F6F7F9;
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pop_area .pop_wrap .p_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  position: relative;
}

.pop_area .pop_wrap .p_head h2 {
  color: #222;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.pop_area .pop_wrap .p_head h2+.user {
  color: #0AACCC;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-left: 16px;
}

.pop_area .pop_wrap .p_head .pop_close {
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: -3px;
  right: 0;
  background: url(../images/icon/icon_close.svg) no-repeat center;
}

/* 0402_P 메모추가 2024-05-21 */
.pop_area .pop_wrap .p_body2 .list_search {
  background-color: #F6F7F9;
  display: block;
  padding: 0;
}


.pop_area .pop_wrap .p_body2 .list_search .textarea {
  min-height: 320px;
}


.pop_area .pop_wrap .p_body2 .list_search .btn_box {
  justify-content: center;
}

.pop_area.open {
  display: block;
}

.pop_area.side_type .pop_wrap {
  top: 0;
  right: 0;
  left: auto;
  -webkit-transform: none;
  transform: none;
  height: 100%;
}

.pop_area.side_type .pop_wrap .p_head {
  padding-bottom: 20px;
  position: static;
}

.pop_area.side_type .pop_wrap .p_head h2 {
  font-size: 22px;
}

.pop_area.side_type .pop_wrap .p_head .pop_close {
  top: 40px;
  right: 60px;
}

.pop_area.side_type .pop_wrap .bottom_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  margin-top: 20px;
}

.pop_area.side_type .pop_wrap .bottom_btns button {
  width: 64px;
  height: 32px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pop_area.side_type .pop_wrap .bottom_btns .etc_txt {
  color: #727A82;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pop_area .list_search {
  background-color: #DFEBF3;
}

.pop_area .list_search .row {
  gap: 0 40px;
}

.pop_area .list_search .row dl dt {
  width: 60px;
}

.pop_area .list_search .row dl dd {
  width: calc(100% - 60px);
}

.pop_area .list_search .row .sel,
.pop_area .list_search .row .inp {
  max-width: none;
}

.pop_area .list_search .btn_box button {
  width: 64px;
  height: 38px;
}

.pop_area .write_area dl {
  margin-top: 30px;
}

.pop_area .write_area dl:first-child {
  margin-top: 0;
}

.pop_area .write_area dl dt {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 16px;
}

.pop_area .write_area .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0 40px;
  margin-bottom: 8px;
}

.pop_area .write_area .row:last-child {
  margin-bottom: 10px;
}

.pop_area .write_area .row .col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.pop_area .write_area .row .col b {
  display: block;
  width: 70px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pop_area .write_area .row.small {
  max-width: calc(100% - 94px);
  padding-right: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pop_area .write_area .row .img_box {
  display: block;
  position: relative;
  -webkit-box-flex: 140px;
  -ms-flex: 140px 0 0px;
  flex: 140px 0 0;
  height: 176px;
}

.pop_area .write_area .row .img_box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pop_area .write_area .row .img_box .btn_addimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(39, 43, 53, 0.6);
  opacity: 0;
  -webkit-transition: 0.23s ease;
  transition: 0.23s ease;
}

.pop_area .write_area .row .img_box .btn_addimg span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2px;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  padding: 6px 10px;
  border-radius: 4px;
  background: #272B35;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.pop_area .write_area .row .img_box .btn_addimg span::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/icon/icon_add_w.svg) no-repeat center;
}

.pop_area .write_area .row .img_box .btn_cancel {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/icon/icon_cancel_w.svg) no-repeat center;
  position: absolute;
  top: 6px;
  right: 6px;
  opacity: 0;
  -webkit-transition: 0.23s ease;
  transition: 0.23s ease;
}

.pop_area .write_area .row .img_box:hover .btn_addimg {
  opacity: 1;
}

.pop_area .write_area .row .img_box:hover .btn_cancel {
  opacity: 1;
}

.pop_area .write_area .row .info_box {
  display: block;
  -webkit-box-flex: calc(100% - 140px);
  -ms-flex: calc(100% - 140px);
  flex: calc(100% - 140px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pop_area .write_area .row .info_box .row .col b {
  width: 50px;
}

.pop_area .write_area .row .number_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 4px;
}

.pop_area .write_area .row .number_box span {
  font-size: 14px;
  font-weight: 600;
}

.pop_area .write_area .row .adress_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}

.pop_area .write_area .row .adress_box .inp {
  width: calc(100% - 94px - 8px);
}

.pop_area .write_area .row .adress_box .inp:first-of-type {
  -webkit-box-ordinal-group: -1;
  -ms-flex-order: -2;
  order: -2;
}

.pop_area .write_area .row .adress_box .btn_adr_search {
  width: 94px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  border-radius: 4px;
}

.pop_area .write_area .row .adress_box p {
  width: 94px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  padding: 7px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pop_area .write_area .row .textarea_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0 10px;
  width: 100%;
  border-radius: 4px;
  padding: 10px 12px;
  background: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pop_area .write_area .row .textarea_box .textarea {
  width: 100%;
  padding: 0;
}

.pop_area .write_area .row .textarea_box .btn_add {
  width: 64px;
  height: 38px;
  border-radius: 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pop_area .tab_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  border-bottom: 1px solid #BCC1C5;
  margin-top: 46px;
}

.pop_area .tab_box a {
  color: #727A82;
  font-family: 'Pretendard';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 18px */
  letter-spacing: -0.4px;
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
}

.pop_area .tab_box a b {
  color: #002D56;
  margin-left: 5px;
  font-weight: 600;
}

.pop_area .tab_box a.on {
  color: #0AACCC;
  font-weight: 600;
  border-bottom-width: 2px;
  border-bottom-color: #0AACCC;
}

.pop_area .tab_box a.on b {
  color: #0AACCC;
}

.pop_area .tab_box+.tab_cont {
  margin-top: 20px;
}

.pop_area .tab_box+.tab_cont .tab_item {
  display: none;
}

.pop_area .tab_box+.tab_cont .tab_item.on {
  display: block;
}

.pop_area .tbl_box {
  background: #fff;
}

.pop_area .tbl_box .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pop_area .tbl_box .tr .th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #2C3036;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  height: 38px;
  padding: 0 12px;
  border-bottom: 1px solid #727A82;
  background: #EAEDF0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pop_area .tbl_box .tr .td {
  padding: 10px 8px;
  border-bottom: 1px solid #EAEDF0;
  border-left: 1px solid #EAEDF0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pop_area .tbl_box .tr .td:first-child {
  border-left-width: 0;
}

.pop_area .tbl_box .tr .td p {
  color: #727A82;
  font-size: 15px;
  line-height: 20px;
  word-break: keep-all;
}

.pop_area .tbl_box .tr.nodata {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 120px;
  border-bottom: 1px solid #EAEDF0;
}

/* 회원정보 상세 */
.pop_userinfo .pop_wrap {
  width: 940px;
  background: #F6F7F9;
  padding: 40px 60px 35px 50px;
}

.pop_userinfo .scroll_area {
  height: calc(100% - 42px - 38px);
}

.pop_userinfo .scroll_area .p_body {
  padding-right: 36px;
}

.pop_userinfo .tbl_box {
  margin-top: 22px;
  width: 100%;
}

.pop_userinfo .tbl_box .tr [data-tbl-item="1"] {
  width: 60px;
}

.pop_userinfo .tbl_box .tr [data-tbl-item="2"] {
  width: calc(100% - 60px);
}

.pop_userinfo .tbl_box .tr .td[data-tbl-item="2"] {
  position: relative;
}

.pop_userinfo .tbl_box .tr .td[data-tbl-item="2"] p {
  color: #222;
  margin-bottom: 8px;
}

.pop_userinfo .tbl_box .tr .td[data-tbl-item="2"] span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  color: #727A82;
  font-size: 14px;
  line-height: 1;
}

.pop_userinfo .tbl_box .tr .td[data-tbl-item="2"] .btn_del {
  color: #EA3F19;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  bottom: 12px;
  right: 12px;
}

.pop_paymenthistory {
  /* 테이블(tabulator) 커스텀 */
}

.pop_paymenthistory .pop_wrap {
  width: 920px;
}

.pop_paymenthistory .tabulator .tabulator-header .tabulator-col {
  background-color: #EAEDF0;
}

.select2-container--default .select2-selection--single {
  border: none !important;
  height: 32px !important;
}


.select2-container--default .select2-selection--single {
  padding: 4px 40px 4px 10px !important;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #090909 !important;

  padding-left: 0px !important;
}

.tab_boxm,
.tab_btn_box {
  display: block;
}

.tab_btn_box+.tab_boxm .board_box {
  display: none;
}

.tab_btn_box+.tab_boxm .board_box.on {
  display: block;
}


/* 정보수정 */
.meminfo_area .inner_box {
  max-width: 1680px;
  margin: 0 auto;
  padding: 24px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.meminfo_area .pw_area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.meminfo_area .pw_area .pw_wrap {
  text-align: center;
  margin-top: 230px;
}
.meminfo_area .pw_area .pw_wrap strong {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.meminfo_area .pw_area .pw_wrap strong::before {
  content: "";
  display: block;
  width: 100%;
  height: 44px;
  background: url('../images/icon/icon_meminfo_pw.svg') no-repeat center;
  margin-bottom: 16px;
}
.meminfo_area .pw_area .pw_wrap p {
  color: #5B6168;
  font-size: 16px;
  line-height: 22px;
  margin-top: 16px;
}
.meminfo_area .pw_area .pw_wrap .inp_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 6px;
  margin-top: 48px;
}
.meminfo_area .pw_area .pw_wrap .inp_box .inp {
  width: 280px;
  height: 48px;
  padding: 16px 20px;
  background: #fff;
  font-size: 16px;
  border: 1px solid #E6E6E6;
  border-radius: 0;
}
.meminfo_area .pw_area .pw_wrap .inp_box button {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  background: #222222;
  text-align: center;
  width: 80px;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.before_circle {
  position: relative;
  display: block;
  margin-bottom: 6px;
  padding-left: 15px;
}

.before_circle:last-of-type{
  margin-bottom: 0;
}

.before_circle::before{
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #222;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 100%;
}

.pop_area.pop_password .pop_wrap{
  max-width: 480px;
  padding: 40px 40px 32px 40px;
  background-color: #fff;
}

.pop_area.pop_password .pop_wrap .pop_content dl{
  display: flex;
}

.pop_area.pop_password .pop_wrap .pop_content dl:first-of-type{
  border-top: 1px solid #44494E
}

.pop_area.pop_password .pop_wrap .pop_content dl dt{
  padding: 8px 32px;
  background: #F6F7F9;
}

.pop_area.pop_password .pop_wrap .pop_content dl dd{
  padding: 8px;
}

.pop_area.pop_password .pop_wrap .pop_content p{
  font-size: 12px;
  color:#727A82;
  line-height: 20px;
}

.pop_area.pop_password .pop_wrap .pop_content p:first-of-type{
  margin-top: 8px;
}

.pop_area.pop_password .pop_wrap .p_body2 .btn_box{
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
}

.pop_area.pop_password .pop_wrap .p_body2 .btn_box button{
  width: 64px;
  height: 38px;
  border-radius: 4px;
}

/* select 비활성화추가 */
.sel.disabled{
  background: #E6EFF5 url(../images/common/arr_sel_down_d.svg) no-repeat center right 16px;
  border: 1px solid #D8E0E5;
  color: #8A919A;
}

@media(max-width: 1110px) {
  header .gnb_wrap ul.depth1_box>li>a::before {
    display: none;
  }


  header .user_wrap {
    width: auto;
    padding: 0;
  }

  header .logo_wrap img {
    display: none;
  }

  header .logo_wrap {
    padding: 35px;
    width: auto;
    background: url('../images/common/logo_m2.png')no-repeat;
    background-size: 100%;
  }

  header .gnb_wrap ul.depth1_box>li>a {
    font-size: 14px;
  }

  header .gnb_wrap ul.depth1_box {
    gap: 0 15px;
  }
}

@media(max-width: 1535px) {
  .list_search .inp_box {
    gap: 0;
  }

  .list_search .row {
    flex-wrap: wrap;
  }

  .list_search .row dl {
    margin-bottom: 10px;
  }


}

/* 반응형작업 */

@media(min-width: 600px) and (max-width: 1800px){
  .list_area .write_desc.type3 .row {
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: none;
  }

  .list_area .write_desc.type3 .row .col{
    box-shadow: inset 0px -1px 0px #EAEDF0;
  }

  .list_area .write_desc.type3 .row .col dt{
    box-shadow: inset -1px -1px 0px #EAEDF0;
  }

  .list_area .write_desc.type3 .row .col dd{
    padding: 10px 16px;
  }

  .list_area .write_desc.type3 .row .col dd.column{
    padding: 12px 16px;
  }

  .decs_wrap .list_bottom .tbl_area .thead{height: auto;}

  .decs_wrap .list_bottom .tbl_area .tbody .tr{
    height: auto;
text-align: left;
  }
  .decs_wrap .list_bottom .tbl_area .tbody .tr .td{
    height: auto;
    line-height: normal;
  }

  .decs_wrap .list_bottom .tbl_area .tbody .tr .td:last-of-type{
    border-bottom: 0;
  }

  .decs_wrap .list_bottom .tbl_area .item01 {
    width: 100%;
  }
  
  .decs_wrap .list_bottom .tbl_area .item02 {
    width: 100%;
  }
  
  .decs_wrap .list_bottom .tbl_area .item03 {
    width: 100%;
  }
  
  .decs_wrap .list_bottom .tbl_area .item04 {
    width: 100%;
  }
  
  .decs_wrap .list_bottom .tbl_area .item05 {
    width: 100%;
  }
  
  .decs_wrap .list_bottom .tbl_area .item06 {
    width: 100%;
  }
  
  .decs_wrap .list_bottom .tbl_area .item07 {
    width: 100%;
  }
  
  .decs_wrap .list_bottom .tbl_area .item08 {
    width: 100%;
  }
  .list_area .select_box{display: flex; width: 100%; gap: 0 6px;}

  .list_area .select_box select{min-width: 240px; max-width: 240px; width: 100%;}

  .list_area .write_desc.type3 .row .col dd button{word-break: keep-all; }
}




@media(max-width: 500px) {

  #wrap {
    min-height: auto;
  }

  #login {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    padding: 50vh 0;
  }

  .pop_area.pop_userinfo {
    width: 100%;
    left: 0;
  }

  header .user_wrap {
    padding: 0;
    width: auto;
  }

  header .logo_wrap {
    width: 210px;
    padding: 0 20px;
  }

  header .gnb_wrap ul.depth1_box {
    gap: 0 20px;
  }

  header .gnb_wrap ul.depth1_box>li a::before {
    display: none;
  }

  header .gnb_wrap ul.depth1_box>li>a {
    font-size: 16px;
  }

  .pop_userinfo .pop_wrap {
    width: 90%;
  }

  .decs_wrap .top_box .btn_box {
    display: none;
  }

  .decs_wrap {
    position: relative;
  }



  .tab_btn_box {
    display: flex;
    padding: 8px 12px;
    background-color: #F6F7F9;
    border-radius: 4px;
    position: absolute;
    top: -12px;
    right: 0;
    gap: 0 0 !important;
  }



  .tab_btn_box .icon {
    display: block;
    min-width: 16px;
    max-width: 16px;
    width: 100%;
    height: 16px;
  }

  .tab_btn_box .icon.icon_list {
    background: url('../images/icon/icon_list.svg') no-repeat;
    margin-right: 12px;
    padding-left: 12px;
    position: relative;
  }

  .tab_btn_box .icon.icon_list:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 16px;
    background-color: #DDE0E3;
    right: 0;
  }

  .tab_btn_box .icon.icon_map {
    background: url('../images/icon/icon_map.svg') no-repeat;
  }

  #map_wrap {
    padding-bottom: 45px;
    position: relative;
  }

  .login {
    padding: 0 20px;
    width: 100%;
    max-width: 250px;
  }

  .login .login_right {
    display: none;
  }

  .login .login_left {
    margin-left: 0;
  }

  .lnb,
  header .gnb_wrap {
    display: none;
  }

  .cont {
    width: 100%;
  }

  header {
    background-color: #fff;
    position: relative;
  }

  header .logo_wrap img {
    display: none;
  }

  header .logo_wrap {
    padding: 14px;
    background: url('../images/icon/logo_m.svg')no-repeat;
    position: absolute;
    left: 20px;
    top:20px;
  }

  header .user_wrap {
    position: absolute;
    right: 20px;
    top:20px;
  }

  header .user_wrap .logout_box{
    margin-left: 10px;
  }

  header .user_wrap .logout_box .btn_logout {
    background: url('../images/icon/icon_logout_b.svg') center center no-repeat;
  }
  
  

  header .user_wrap .user {display: none;}

  header .user_wrap .user_black{display: block;}
  header .user_wrap .user_white{display: none;}

  .list_search .row {
    flex-direction: column;
  }

  .list_title.mo {
    display: none;
  }

  .list_search {
    padding: 24px;
    flex-direction: column;
  }

  .list_area {
    padding: 0 20px;
  }

  .list_search .inp_box {
    flex-wrap: wrap;
    gap: 0;
    align-items: center;
  }

  .list_search .row dl {
    flex: auto;
    justify-content: center;
    margin-bottom: 10px;
    width: 100%;
  }

  .list_search .row dl.mo {
    display: none;
  }

  .list_search .btn_box {
    margin-left: auto;
    margin-top: 10px;
  }

  .info-area .list_area .write_desc.type3 .row .col {
    flex-direction: column;
  }

  .info-area .list_area .write_desc.type3 .row .col dt{
    min-width: none;
    max-width: none;
    text-align: center;
  }

  .info-area .list_area .write_desc.type3 .row .col dd{
    flex-direction: column;
    padding: 24px 16px;
    gap: 20px 0;
  }

  .before_circle::before{
    top: 12px;
  }

  .reserch {
    border-radius: 40px;
    background-color: #003C8A;
    color: #fff;
    font-size: 13px;
    padding: 9px;
    padding-left: 25px;
    position: absolute;
    bottom: 60px;
    right: 50%;
    transform: translateX(50%);
  }

  .reserch::before {
    content: '';
    display: block;
    position: absolute;
    background: url('../images/icon/icon_circle.png')no-repeat;
    padding: 7px;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
  }

  .pop_area.side_type .pop_wrap {
    padding: 30px 10px 20px 24px;
  }

  .pop_userinfo .scroll_area .p_body {
    padding-right: 15px;
  }

  .pop_area.side_type .pop_wrap .p_head h2 {
    font-size: 16px;
  }

  .pop_area.side_type .pop_wrap .p_head .pop_close {
    width: 16px;
    height: 16px;
    background-size: cover;
    top: 30px;
    right: 24px;
  }

  .pop_userinfo .pop_wrap {
    padding: 50px 24px 50px 24px;
  }

  .pop_area .write_area .row .img_box {
    display: none;
  }


  .pop_area .write_area .row {
    flex-direction: column;
    align-items: normal;
    margin-bottom: 0;
  }

  .pop_area .write_area .row .col {
    flex: auto;
    margin-bottom: 10px;
  }

  .pop_area .write_area .row.small {
    max-width: 100%;
  }

  .decs_wrap .paragraph_area ul a {
    min-width: 20px;
    padding: 7px 0;
  }

  .pop_area.side_type .pop_wrap .bottom_btns {
    margin-top: 15px;
  }

  .pop_area .write_area .row .adress_box .btn_adr_search {
    width: 88px;
  }

  .pop_agree.pop_area .pop_wrap{
    min-width: 300px;
    padding: 32px 20px;
    width: auto;
    margin: 0 auto;

  }

  .pop_agree .p_body2 .pop_content{
    padding: 32px 16px 24px 16px;
    height:320px;
    overflow-y: scroll;
  }

  .pop_agree .p_body2 .pop_content .title{
    font-size: 16px;
    word-break: keep-all;
  }

  .pop_agree .p_body2 .pop_content .title br{
    display: none;
  }
  .pop_agree .p_body2 .btn_box{
    margin-top: 32px;
  }

  .pop_otp.pop_area .pop_wrap {
    background: url(../images/bg/google_bg.png) 100% 235px no-repeat #ffffff;
    background-size: 25%;
    padding: 32px 20px;
    width: auto;
    min-width: 300px;
  }

  .password_area{
    position: fixed;
  }

  .password {
    min-width: 300px;
    width: 100%;
    margin: 0 auto;
    padding: 32px 20px;
    box-sizing: border-box;
  }
  .flex span{
    display: none;
  }

  .meminfo_area .pw_area .pw_wrap .inp_box .inp{
    width: 208px;
  }

  .meminfo_area .pw_area .pw_wrap{
    margin-top: 150px;
  }
  
}