@charset "utf-8";
@import url("../css/reset-f3db179bd10ec0b6b1e5587fed8bcf43.css");

/* layout */
body {
  background-size: cover;
  /* background-color: #f2f2f3; */
}

#wrap {
  width: 100%;
  /* background: url(../img/comm/bg_wrap.gif) repeat-x 0 0; */
  background-color: #f2f2f3;
}

#header {
  /* width: 1170px; */
  width: 100%;
  height: 82px;
  margin: 0 auto;
  /* background: url(../img/comm/bg_wrap.gif) repeat-x 0 0; */
  position: relative;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.34);
  background-color: #ffffff;
  border-bottom: 2px solid #f26522;
}

#header h2 {
  /* position: absolute; */
  top: 0;
  left: 130px;
  font-size: 22px;
  font-weight: 700;
  line-height: 82px;
  color: #1c1c1c;
}

#header .route {
  position: absolute;
  top: 0;
  right: 0;
}

#container {
  width: 1170px;
  margin: 0 auto;
  padding-bottom: 130px;
}

.ui-dialog {
  border: 1px solid #333;
  position: absolute;
  box-shadow: 7.1px 7.1px 10px 0 rgba(0, 0, 0, 0.25);
}

.ui-widget-overlay {
  background-color: #f2f2f3;
}

.btn_area {
  text-align: center;
}

/* .ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
  display: none;
} */

.msg-box {
  background-color: #e2e2e4;
  border: 1px solid #ccc;
  padding: 60px 0px 60px 0px;
  text-align: center;
}

.msg-box h2 {
  margin-bottom: 37px;
  line-height: 34px;
  color: #111;
  letter-spacing: -1px;
}

.msg-box .info {
  line-height: 1.5;
  font-size: 16px;
  letter-spacing: -1.2px;
  color: #666;
}

.msg-box-white {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 30px;
}

.msg-box-white h2 {
  margin-bottom: 19px;
  line-height: 34px;
  color: #111;
  letter-spacing: -1px;
  font-size: 17px;
  font-weight: bold;
}

.msg-box-white .info {
  line-height: 1.5;
  font-size: 16px;
  letter-spacing: -1.2px;
  color: #666;
}

.header-contents {
  width: 1170px;
  margin: 0 auto;
}

.header-contents h1 {
  padding-top: 20px;
  float: left;
  margin-right: 10px;
}

.tit_area {
  padding-top: 80px;
  text-align: center;
}

.tit_area h3 {
  display: inline-block;
  padding-bottom: 22px;
  font-size: 40px;
  position: relative;
  font-weight: bold;
  letter-spacing: -3px;
  color: #111;
}

.tit_area .tit_copy {
  position: absolute;
  font-size: 44px;
  color: #1c1c1c;
}

.tit_area .info {
  line-height: 24px;
  color: #999;
}

.step {
  margin: 30px 0 40px;
  text-align: center;
}

/* 여백 */
.mgt10 {
  margin-top: 10px !important;
}

.mgt15 {
  margin-top: 15px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgt40 {
  margin-top: 40px !important;
}

.mgt50 {
  margin-top: 50px !important;
}

.mgt60 {
  margin-top: 60px !important;
}

.mgt80 {
  margin-top: 80px !important;
}

.mgt100 {
  margin-top: 100px !important;
}

.mgb60 {
  margin-bottom: 60px !important;
}

.mgl6 {
  margin-left: 6px !important;
}

.mgl10 {
  margin-left: 10px !important;
}

.pd0 {
  padding: 0 !important;
}


/* color */
.point {
  color: #f26522;
}

.point-purple {
  color: #8400FF;
}

.point-red {
  color: #D9001B;
}

.tgray {
  color: #999;
}

.tblack {
  color: #1c1c1c;
}

.tred {
  color: #ff4040;
}

/* button */
.btn_big {
  display: inline-block;
  min-width: 266px;
  height: 60px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 60px;
  color: #fff;
  letter-spacing: -1.35px;
  background-color: #1c1c1c;
}

.btn_mid {
  display: inline-block;
  min-width: 160px;
  height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 50px;
  color: #fff;
}

.btn_mid_input {
  display: inline-block;
  min-width: 160px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  vertical-align: middle;
}

.btn_mid_input.gray {
  background-color: #c0c0c0;
}

.btn_mid_diff {
  width: 210px;
  height: 60px;
  line-height: 60px;
}

.btn_bline {
  min-width: 110px;
  height: 50px;
  border: 1px solid #1c1c1c;
  color: #1c1c1c;
  background: none;
}

.btn_sml {
  display: inline-block;
  width: 80px;
  height: 30px;
  border: 1px solid #1c1c1c;
  font-weight: 700;
  line-height: 30px;
  color: #1c1c1c;
  background-color: #fff;
}

.btn_sml:hover {
  box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.23);
  border: solid 1px #999999;
  background-color: #f2f2f3;
}

.btn_sml:focus {
  box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.23);
  border: solid 1px #000000;
}

.ctit .btn_sml {
  /* margin-left: 19px; */
  padding: 0px 20px;
  width: auto;
  border: solid 1px #999999;
}

.ctit .btn_sml:hover {
  box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.23);
  border: solid 1px #999999;
  background-color: #f2f2f3;
}

.ctit .btn_sml:focus {
  box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.23);
  border: solid 1px #000000;
}

.ctit .btn_org {
  background-color: #f26522;
  border-color: #f26522;
  color: #fff;
}

.ctit .btn_org:hover {
  background-color: #f37e16;
  border-color: #f37e16;
}

.ctit .btn_org:focus {
  background-color: #b3430d;
  border-color: #b3430d;
}

.btn_gray {
  background-color: #999;
}

.btn_black {
  background-color: #1c1c1c;
}

.btn_black:hover {
  background-color: #3d3d3d;
  box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.23);
}

.btn_black:focus {
  background-color: #000;
}

.btn_social_link {
  background-color: #1c1c1c;
  width: 100%;
}

.btn_social_link:hover {
  background-color: #3d3d3d;
  box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.23);
}

.btn_social_link.disabled, .btn_social_link.disabled:hover, .btn_social_link.disabled:focus {
  background-color: #9d9d9d;
  box-shadow: none;
  cursor: default;
}

.btn_org {
  background-color: #f26522;
}

.btn_org:hover {
  background-color: #f37e16;
  box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.23);
}

.btn_org:focus {
  background-color: #b3430d;
}

.btn_center {
  margin-top: 60px;
  text-align: center;
}

.cont_box .list_type.member {
  margin-top: 25px;
}

.cont_box .list_type {
  border-top: 2px solid #444444;
  border-bottom: 2px solid #444444;
}

/* selectbox */

select:hover {
  background-color: #f7f7f7;
}

.select_box {
  display: inline-block;
  position: relative;
  height: 40px;
  /*background: url(../img/comm/select_arrow.gif) right center no-repeat; !* 화살표 이미지 *!*/
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.select_box label {
  position: absolute;
  top: 0px;
  left: 0px;
  padding-left: 10px;
  font-size: 18px;
  color: #1c1c1c;
  line-height: 50px;
}

.select_box select,
select {
  /*width: 100%;*/
  height: 40px;
  border: 1px solid #ccc;
  min-height: 40px;
  line-height: 40px;
  font-size: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/comm/select_arrow.gif) right center no-repeat;
  /* 화살표 이미지 */
  padding-left: 8px;
  /*opacity: 0;*/
  /*filter: alpha(opacity=0); !* IE 8 *!*/
}

select.error {
  border-color: #cc3333;
}

/* input */
input[type=password],
input[type=text] {
  height: 40px;
  padding-left: 10px;
  border: 1px solid #ccc;
  font-size: 18px;
  color: #1c1c1c;
  line-height: 40px;
  box-sizing: border-box;
  width: 380px;
}

input[type=password].placeholdersjs,
input[type=text].placeholdersjs {
  color: #888888;
}

input[type=password]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder {
  color: #888888;
}

/* M$ */
input[type=password]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder {
  color: #888888;
}

/* webkit */
input[type=password]::-moz-placeholder,
input[type=text]::-moz-placeholder {
  color: #888888;
}

/* firefox */

input.error {
  border-color: #ff4040;
}

input[type=password].ie8 {
  background: url(../img/comm/bg_password.gif) no-repeat;
}

/* ui_check */
.ui_check {
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
}

.ui_check input[type="checkbox"] {
  /* 실제 체크박스는 화면에서 숨김 */
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  vertical-align: middle;
}

.ui_check input[type="checkbox"]+label {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  /* 글자와 체크박스 사이의 간격을 변경 */
  font-size: 18px;
  line-height: 22px;
  height: 22px;
  color: #808080;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  vertical-align: middle;
}

.ui_check input[type="checkbox"]+label:before {
  /* 가짜 체크박스 */
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  /* 이 값을 변경해서 글자와의 정렬 */
  width: 22px;
  /* 체크박스의 너비를 지정 */
  height: 22px;
  /* 체크박스의 높이를 지정 */
  line-height: 22px;
  /* 세로정렬을 위해 높이값과 일치 */
  text-align: center;
  background: url(../img/comm/checkbox_off.gif) no-repeat;
  vertical-align: middle;
}

.ui_check input[type="checkbox"]:checked+label:before {
  /* 체크박스를 체크했을때 */
  background: url(../img/comm/checkbox_on.gif) no-repeat;
}

/* ui_radio */
.ui_radio {
  display: inline-block;
  height: 22px;
  position: relative;
}

.ui_radio input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.ui_radio input[type="radio"]+label {
  /*display: inline-block;*/
  position: relative;
  padding-left: 40px;
  /* 글자와 체크박스 사이의 간격을 변경 */
  font-size: 18px;
  line-height: 22px;
  color: #808080;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.ui_radio input[type="radio"]+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  /* 세로정렬을 위해 높이값과 일치 */
  text-align: center;
  background: url(../img/comm/radio_off.gif) no-repeat;
  background-size: 22px;
}

.ui_radio input[type="radio"]:checked+label:before {
  background: url(../img/comm/radio_on.gif) no-repeat;
  background-size: 22px;
}

.ui_radio.disabled {}

.ui_radio.disabled input[type="radio"]+label {
  padding-left: 0;
  cursor: default;
}

.ui_radio.disabled input[type="radio"]+label:before {
  background: none;
}

/* cont_box */
.cont_box {}

.cont_box .ctit {
  height: 36px;
  font-size: 20px;
  font-weight: 700;
  color: #1c1c1c;
  position: relative;
  margin-top: 40px;
}

.cont_box .ctit .info {
  position: absolute;
  /* top: 8px; */
  right: 0;
  font-size: 14px;
  color: #999;
  font-weight: 400;
}

/* data_table */
.data_table {
  border-top: 2px solid #1c1c1c;
  background-color: #fff;
}

.data_table table {
  width: 100%;
  font-size: 17px;
}

.data_table table thead th {
  /* height: 60px; */
  height: 43px;
  border-bottom: 1px solid #1c1c1c;
  color: #1c1c1c;
  background: #f7f7f7;
}

.data_table table tbody th {
  padding-left: 50px;
  text-align: left;
  color: #1c1c1c;
}

.data_table th {
  /*height: 58px;*/
}

.data_table table tbody td {
  padding: 25px 0;
  text-align: center;
}

.data_table table tbody th,
.data_table table tbody td {
  border-bottom: 1px solid #ccc;
}

.data_table table tbody th.ac {
  padding-left: 0;
  vertical-align: middle;
}

.data_table .pd_diff {
  padding: 40px 0 40px 50px;
}

.data_table .confirm {
  display: inline-block;
  padding-left: 80px;
  font-size: 18px;
  color: #555;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: -1.35px;
  background: url(../img/comm/bg_confirm1.gif) no-repeat left center;
}

.data_table .confirm.bg {
  background-image: url(../img/comm/bg_confirm2.gif);
}

.data_table .confirm span {
  font-size: 14px;
  color: #b3b3b3;
  font-weight: 400;
}

.data_table .txt {
  display: inline-block;
  font-size: 20px;
  color: #555;
  line-height: 28px;
}

.data_table .txt span {
  font-size: 14px;
  color: #b3b3b3;
  font-weight: 400;
}

.data_table .login_input .timer {
  position: absolute;
  color: red;
  left: 415px;
  line-height: 40px;
  display: inline-block;
}

.data_table table tbody td td {
  height: 73px;
  padding: 0;
  vertical-align: middle;
  border-bottom: 0;
  text-align: center;
}

.data_table2 {
  border-top: 2px solid #1c1c1c;
  border-bottom: 1px solid #999;
}

.data_table2 table {
  width: 100%;
  font-size: 14px;
}

.data_table2 table thead th {
  height: 50px;
  border-bottom: 1px solid #555;
  color: #1c1c1c;
  background: #f7f7f7;
  text-align: center;
}

.data_table2 table tbody td {
  padding: 20px 0;
  border-top: 1px solid #ccc;
  font-weight: 700;
  color: #808080;
  text-align: center;
}

.data_table2 .nolist {
  padding: 70px 0;
}

.nolist {
  text-align: center
}

/* paging */
.paging {
  margin: 40px 0;
  text-align: center;
}

.paging * {
  vertical-align: top;
}

.paging .button_first {
  margin-right: 30px;
  font-size: 16px;
  font-weight: 700;
  color: #999;
  background: none;
}

.paging .button_next,
.paging .button_prev {
  width: 11px;
  height: 17px;
  background: url(../img/comm/btn_prev.gif) no-repeat;
}

.paging .button_next {
  background-image: url(../img/comm/btn_next.gif);
}

.paging .button_last {
  margin-left: 30px;
  font-size: 16px;
  font-weight: 700;
  color: #999;
  background: none;
}

.paging .num {
  display: inline-block;
  margin: 0 30px;
}

.paging .num a {
  display: inline-block;
  margin: 0 10px;
  font-weight: 700;
  line-height: 17px;
  color: #999;
}

.paging .num a.on {
  border-bottom: 1px solid #f26522;
  color: #f26522;
}

/* input_table */
.input_table {
  border-top: 2px solid #1c1c1c;
  border-bottom: 1px solid #999;
}

.input_table .btn_sml {
  margin-left: 19px;
  padding: 0px 20px;
  width: auto;
  border: solid 1px #999999;
}

.input_table .btn_sml:hover {
  box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.23);
  border: solid 1px #999999;
  background-color: #f2f2f3;
}

.input_table .btn_sml:focus {
  box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.23);
  border: solid 1px #000000;
}

.input_table table {
  width: 100%;
  font-size: 18px;
}

.input_table table * {
  /* vertical-align: top; */
}

.input_table table th {
  padding: 0 0 0 30px;
  border-top: 1px solid #ccc;
  color: #333;
  text-align: left;
  /* vertical-align: top; */
  background: #e8e8ec;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: -1.28px;
  height: 60px;
}

.input_table table td {
  padding: 15px 0 15px 11px;
  border-top: 1px solid #ccc;
  color: #333;
  background-color: #fff;
  font-size: 17px;
  letter-spacing: -1.28px;
}

.input_table .fir th,
.input_table .fir td {
  border-top: 0;
}

.input_table .entry td {
  padding: 10px;
}

.input_table .entry th {
  vertical-align: top;
  /* padding: 30px 0 30px 30px; */
  line-height: 60px;
  /* width: 243px; */
}

.input_table .entry .timer_div {
  position: relative;
}

.input_table .entry .timer_div .timer_span {
  position: absolute;
  color: red;
  left: 430px;
  line-height: 40px;
  display: none;
}

.input_table .info {
  /*float: left;*/
  display: inline-block;
  margin-left: 10px;
  font-size: 15px;
  line-height: 38px;
  color: #999;
}

.input_table .info_name {
  vertical-align: top;
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #999;
}

.input_table .validate {
  /* padding-top: 15px; */
  font-size: 14px;
  color: #5c91fd;
  clear: both;
  line-height: 25px;
}

.input_table .character {
  float: left;
  padding: 0 5px;
  font-size: 16px;
  line-height: 50px;
  color: #999;
}

/* 계정선택 덴잡계정찾기 */
.find_denjobAccount {
  margin-top: 20px;
  font-size: 14px;
  color: #888;
}

.find_denjobAccount a {
  display: inline-block;
  margin-left: 10px;
  padding-right: 12px;
  padding-bottom: 3px;
  border-bottom: 1px solid #f8b290;
  font-weight: 700;
  color: #f26522;
  background: url(../img/comm/bg_arrow1.gif) no-repeat right 3px;
}

.find_denjobAccount.ar a {
  margin-left: 0;
  padding: 0 0 3px 12px;
  background: url(../img/comm/bg_arrow2.gif) no-repeat left 3px;
}

/* 사이트 선택 */
.siteSel {
  border: 1px solid #ccc;
}

.siteSel .ess {
  height: 55px;
  padding: 25px 0 0 20px;
  border-bottom: 1px solid #ccc;
}

.siteSel .ess .ui_check input[type="checkbox"]+label {
  color: #1c1c1c;
}

.siteSel ul {
  padding: 25px 20px;
}

.siteSel li {
  float: left;
  width: 50%;
}

#service-agree-dialog .agree_all {
  right: 45px;
  position: absolute;
  top: 180px;
}

#service-agree-dialog .pop_cont {
  padding: 0px 40px 40px 40px;
}

#service-agree-dialog .integ_site table tr td {
  text-align: right !important;
  padding-right: 5px;
}

#service-agree-dialog .ui_check {
  margin-left: 5px;
  margin-bottom: -5px;
}

/* 약관동의 */
.terms_agree {
  position: relative;
}

.terms_agree .agree_all {
  position: absolute;
  top: 30px;
  /* right: 20px; */
  right: 45px;
}

.terms_agree .agree_all .ui_check input[type="checkbox"]+label {
  display: inline-block;
  position: relative;
  padding: 0 40px 0 0;
  /* 글자와 체크박스 사이의 간격을 변경 */
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
  color: #1c1c1c;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.terms_agree .agree_all .ui_check input[type="checkbox"]+label:before {
  content: '';
  position: static;
  width: 0;
  height: 0;
  line-height: 0;
  background: none;
}

.terms_agree .agree_all .ui_check input[type="checkbox"]+label:after {
  /* 가짜 체크박스 */
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  /* 이 값을 변경해서 글자와의 정렬 */
  width: 22px;
  /* 체크박스의 너비를 지정 */
  height: 22px;
  /* 체크박스의 높이를 지정 */
  line-height: 22px;
  /* 세로정렬을 위해 높이값과 일치 */
  text-align: center;
  background: url(../img/comm/checkbox_off.gif) no-repeat;
  background-size: 22px;
}

.terms_agree .agree_all .ui_check input[type="checkbox"]:checked+label:after {
  /* 체크박스를 체크했을때 */
  background: url(../img/comm/checkbox_on.gif) no-repeat;
  background-size: 22px;
}

/*.terms_agree .agree_all .ui_check input[type="checkbox"]+label {
    font-size: 22px;
    font-weight: 700;
    color: #1c1c1c;
}*/
.terms_area {}

.terms_area dt {
  height: 30px;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
}

.terms_area dd {
  height: 58px;
  padding: 0px 0 0 40px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #ccc;
  font-size: 17px;
  position: relative;
  background-color: #fff;
  line-height: 58px;
  letter-spacing: -1.28px;
  color: #333;
}

.terms_area dd .ui_check {
  position: absolute;
  /* top: 25px; */
  /* right: 9px; */
  right: 35px;
}

.terms_area dd a {
  position: absolute;
  top: 22px;
  /* right: 60px; */
  right: 85px;
  /* padding-bottom: 2px; */
  border-bottom: 1px solid #8a8a8a;
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 18px;
}

/* 가입완료 */
.compleat {
  height: 242px;
  /* padding-top: 59px; */
  border: 1px solid #ccc;
  text-align: center;
  /* background: #f7f7f7; */
  background-color: #e2e2e4;
}

.compleat .info {
  margin: 50px 0 10px;
  font-size: 26px;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 44px;
}

.compleat .info_date {
  margin: 0 0 45px;
  font-size: 16px;
  color: #1c1c1c;
}

/* 팝업 */
#searchPop {
  width: 650px
}

.pop_wrap {
  display: none
}

.pop_wrap.new-window {
  display: block;
  background-color: #fff;
  overflow: auto;
}

.pop_head {
  height: 71px;
  margin: 0px 40px 0px 40px;
  font-size: 26px;
  line-height: 70px;
  font-weight: 700;
  /* color: #fff; */
  /* background: #f26522; */
  border-bottom: 1px solid #333;
  /* font-family: MalgunGothic; */
  letter-spacing: -1.95px;
  color: #111111;
  font-weight: bold;
}

.pop_notice .tit_copy.al {
  margin: 30px 0px 20px 40px;
  font-size: 20px;
  letter-spacing: -1.5px;
}

.data_table table tbody td {
  padding: 14px 0;
}

.data_table .validate {
  /* padding-top: 15px; */
  font-size: 14px;
  color: #5c91fd;
  clear: both;
  line-height: 25px;
}
.btn_close {
  position: absolute;
  right: 40px;
  top: 27px;
  cursor: pointer;
}

.pop_cont {
  padding: 40px 50px;
  max-height: 550px;
  overflow: auto;
  color: #333;
}

.pop_wrap.new-window .pop_cont {
  max-height: none;
}

select .opt {
  height: 30px;
  font-size: 16px;
  line-height: 1.88;
  color: #333333;
  letter-spacing: -1.6px;
}

/* 덴잡 로그인 */
.search_login {}

.search_login .tit {
  height: 36px;
  margin-bottom: 40px;
  border-bottom: 2px solid #555;
  font-size: 24px;
  font-weight: 700;
  color: #1c1c1c;
  position: relative;
}

.search_login .tit .info {
  position: absolute;
  top: 9px;
  right: 0;
  font-size: 14px;
  font-weight: 400;
  color: #878787;
}

.search_login .btn_area {
  text-align: center;
  padding: 40px 0 20px
}

/* 덴잡 로그인 결과 */
.login_result {}

.login_result .tit {
  height: 35px;
  font-size: 24px;
  font-weight: 700;
  color: #1c1c1c;
}

.login_result .info {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  text-align: center;
}

.login_result .btn_area {
  margin-top: 40px;
  text-align: center;
}

/* 치과조회 */
.search_store {}

.search_store .search_area {}

.search_store .search_area * {
  vertical-align: top;
}

.search_store .search_area .btn_gray {
  min-width: 140px;
}

.result_area {
  margin-top: 40px;
}

.result_area .tit {
  height: 35px;
  font-size: 24px;
  font-weight: 700;
  color: #1c1c1c;
}

/* 약관동의 */
.terms_cont {
  line-height: 1.2;
  white-space: pre-wrap;
}

.terms_cont .table {
  border-top: 1px solid #1c1c1c;
}

.terms_cont .table table {
  width: 100%;
}

.terms_cont .table thead th {
  text-align: center !important;
  color: #1c1c1c !important;
  font-weight: normal;
  background-color: #f7f7f7
}

.terms_cont .table table tbody th {
  color: #1c1c1c !important;
  font-weight: normal;
  background-color: #f7f7f7;
}

.terms_cont .table table tr>* {
  padding: 15px 5px;
  border: solid #ccc;
  border-width: 0 0 1px;
  font-size: 14px;
  text-align: center;
  padding-left: 10px;
  text-align: left;
}

/* 회원탈퇴 */
.renewal_withdraw {
  /* width: 785px; */
  margin: 0 auto 0;
}

.withdraw_noti.type3.cancelables_wrap {
  background: #fff !important;
  padding: 0px !important;
}

#cancel-contents .pop_cont .cont_box .withdraw_noti.type3.cancelables_wrap table {
  width: 100%;
  text-align: center;
  font-size: 14px;
}


#cancel-contents .pop_cont .cont_box .withdraw_noti.type3.cancelables_wrap table .cancelable_line {
  margin: 0px;
  border-top: 1px;
  border-style: solid;
  border-color: #ccc;
}

#cancel-contents .pop_cont .cont_box .withdraw_noti.type3.cancelables_wrap table .cancelable_table_head {
  height: 50px  !important;
  text-decoration: none !important;
  background-color: #e2e2e4 !important;
  font-size: 16px !important;
  letter-spacing: -1.2px !important;
  font-weight: bold !important;
  color: #111  !important;
}

#cancel-contents .pop_cont .cont_box .withdraw_noti.type3 table .cancelable_table_head {
  height: 30px;
  text-decoration: underline;
}


#cancel-contents .pop_cont .cont_box .withdraw_noti.type3.cancelables_wrap table .cancel_unable_table_head {
  height: 50px  !important;
  text-decoration: none !important;
  background-color: #e2e2e4 !important;
  font-size: 16px !important;
  letter-spacing: -1.2px !important;
  font-weight: bold !important;
  color: #111  !important;
}

#cancel-contents .pop_cont .cont_box .withdraw_noti.type3 table .cancel_unable_table_head {
  height: 30px;
  text-decoration: underline;
}


#cancel-contents .pop_cont .cont_box .withdraw_noti.cancelables_wrap .cancelable_table_head .cancel_unable_content_head {
  width: 370px;
}

#cancel-contents .pop_cont .cont_box .withdraw_noti.cancelables_wrap .cancel_unable_table_head .cancelable_content_head {width: 280px;}

/* #cancel-contents .pop_cont .cont_box .withdraw_noti.cancelables_wrap .cancel_unable_list .btn_cancel_unable_newtab {
  margin: 5px;
  background-color: #169BD6;
  color: #ffffff;
  padding: 5px 15px;
  border-radius: 5px;
} */

#cancel-contents .pop_cont .cont_box .withdraw_noti.cancelables_wrap .cancelable_list .cancelable_channel {
  font-size: 17px !important;
  font-weight: bold;
}

#cancel-contents .pop_cont .cont_box .withdraw_noti.cancelables_wrap .cancel_unable_list .cancel_unable_channel {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0px;
}

#cancel-contents .pop_cont .cont_box .withdraw_noti.cancelables_wrap .cancelable_list .btn_cancelable_newtab {
  margin: 5px;
  background-color: #169BD6;
  color: #ffffff;
  padding: 5px 15px;
  background: #1c1c1c;
  border-radius: 0px !important;
  width: 100px;
  height: 34px;
  box-sizing: border-box;
  margin: 2px !important;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -1.05px;
}

#cancel-contents .pop_cont .cont_box .withdraw_noti.cancelables_wrap .cancelable_list td:nth-last-child(1) {
  padding: 6px 0px;
}

#cancel-contents .pop_cont .cont_box .withdraw_noti.cancelables_wrap .cancel_unable_list td:nth-last-child(1) {
  padding: 6px 0px;
}


/* .cancelable_list + tr + .cancelable_list td:nth-child(4) {
  padding-bottom: 0px !important;
} */

.cancelable_list + .cancelable_list td:nth-last-child(1) {
  padding-top: 0px !important;
}


.renewal_withdraw .icn_checked {
  margin: 0px 4px !important;
}

.renewal_withdraw .icn_failed {
  margin: 0px 4px !important;
}

#cancel-contents .withdraw_noti.cancelables_wrap .cancelable_list .cancelable_content {
  font-size: 16px !important;
  padding: 0px;
  margin: 0px;
  color: #333;
  letter-spacing: -1.2px;
  text-align: center;
}

#cancel-contents .withdraw_noti.cancelables_wrap .cancel_unable_list .cancel_unable_content {
  font-size: 16px !important;
  padding: 0px;
  margin: 0px;
  color: #333;
  letter-spacing: -1.2px;
  text-align: left;
}


#cancel-contents .withdraw_noti.cancelables_wrap .cancelable_list .cancelable_action {
  font-size: 16px !important;
  padding: 0px;
  margin: 0px;
  color: #333;
  letter-spacing: -1.2px;
  text-align: center;
}


#cancel-contents .pop_cont .cont_box .withdraw_noti.cancelables_wrap .cancel_unable_list .btn_cancel_unable_newtab {
  /* background-color: #169BD6; */
  color: #ffffff;
  padding: 5px 15px;
  background: #1c1c1c;
  border-radius: 0px !important;
  width: 100px;
  height: 34px;
  box-sizing: border-box;
  margin: 2px !important;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -1.05px;
}

#cancel-contents .withdraw_noti.cancelables_wrap .cancel_unable_list.cancel_unable_content {
  font-size: 16px !important;
  padding: 0px;
  margin: 0px;
  color: #333;
  letter-spacing: -1.2px;
  text-align: left;
}

#cancel-contents .pop_cont .withdraw_noti.cancelables_wrap .cont_box .cancelable_list .cancelable_channel {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: -0.43px;
  color: #333333;
}

#cancel-contents .pop_cont .cancelable_check {
  height: 70px;
  font-size: 15px !important;
  padding: 20px 0 0 0px !important;
  letter-spacing: -0.75px !important;
  color: #111111 !important;
}

#cancel-contents .pop_cont .renewal_withdraw .cancel_valid_title {
  text-align: center;
  margin-bottom: 20px;
  font-family: "Malgun Gothic";
  font-weight: bold;
  display: inline-block;
  font-size: 24px !important;
  /* width: 100%; */
}

.renewal_withdraw  .btn_center {
  box-sizing: border-box;
  margin-top: 40px;
}

.renewal_withdraw .btn_big {
  min-width: 245px !important;
  width: 245px !important;
  box-sizing: border-box;
}

.renewal_withdraw .btn_big:hover {
  box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.23);
}

.renewal_withdraw .tit {
  height: 47px;
  margin-bottom: 40px;
  border-bottom: 1px solid #cccccc;
  font-size: 36px;
  font-weight: bold;
  color: #1c1c1c;
}

.renewal_withdraw .info_txt_first {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -1.35px;
}

.renewal_withdraw .info_txt_first .point {
  color: #ed0f69;
}

.renewal_withdraw .info_txt {
  margin-bottom: 30px !important;
  font-size: 16px !important;
  line-height: 1.3;
  color: #333 !important;
  text-align: center;
  margin-top: 5px;
  letter-spacing: -1.35px;
}

.renewal_withdraw .pop_cont .ctit {
  padding: 0px 0px 20px 0px !important;
}

.renewal_withdraw  span.cancel-verification-info {
  letter-spacing: -1.2px;
  color: #666666;
}

.renewal_withdraw .input_table {
  margin-top: 20px;
}


.renewal_withdraw .input_table tr td, .renewal_withdraw .input_table tr td strong {
  font-size: 16px !important;
  letter-spacing: -0.32px;
}

.renewal_withdraw .input_table .fir th, .renewal_withdraw .input_table .entry th {
  padding-left: 20px;
}

.info_txt2 {
  margin-bottom: 70px;
}

.info_txt2 dt {
  height: 35px;
  font-size: 20px;
  color: #555555;
}

.info_txt2 dd {
  padding-left: 105px;
  font-size: 16px;
  line-height: 1.3;
  color: #999999;
  position: relative;
}

.info_txt2 dd .t1 {
  position: absolute;
  top: 0;
  left: 0;
}

/* 탈퇴안내 */
.withdraw_noti {
  padding: 30px 0 20px 15px;
  border: 1px solid #cccccc;
  background-color: #f2f2f3;
}

.withdraw_noti p {
  height: 30px;
  font-size: 15px;
  font-weight: 700;
  color: #1c1c1c;
}

.withdraw_noti li {
  padding: 5px 0 0 10px;
  font-size: 16px;
  line-height: 1.4;
  color: #808080;
  letter-spacing: -0.5px;
  position: relative;
}

/*.withdraw_noti li span {*/
/*    position: absolute;*/
/*    top: 5px;*/
/*    left: 0;*/
/*}*/
.withdraw_noti.type2 {
  padding-top: 15px;
}

.withdraw_noti.type3 {
  background: #f5f5f5;
}

.withdraw_noti.type3 p {
  height: auto;
  text-align: center;
}

.withdraw_noti.type3 li {
  text-align: center;
}

/* 불편사항 */
.complaint {
  padding: 25px 25px 25px;
  border: 1px solid #cccccc;
  overflow: hidden;
}

.complaint ul {
  padding-left: 10px;
}

.complaint li {
  float: left;
  width: 25%;
  letter-spacing: -1px;
}

.complaint .ui_check input[type="checkbox"]+label {
  font-size: 14px;
}

.complaint .line {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dashed #cccccc;
}

/* 기타의견 */
.suggest textarea {
  width: 880px;
  height: 135px;
  padding: 25px 0 0 20px;
  border: 1px solid #cccccc;
  font-family: "NanumGothic", "나눔고딕";
  font-size: 15px;
  line-height: 22px;
}

/* 통합회원안내 */
.user_guide {
  border-top: 2px solid #1c1c1c;
}

.user_guide.ty2 {
  padding-left: 597px;
  position: relative;
}

.user_guide.ty2 li:first-child {
  position: absolute;
  top: 0;
  left: 0;
}

.user_guide .data_table table tbody th {
  vertical-align: top;
  padding-top: 40px;
  padding-left: 40px;
}

.user_guide .data_table .confirm {
  /*background: url() no-repeat left center;*/
  width: 400px;
}

.user_guide .data_table .confirm span {
  font-size: 16px;
  color: #999;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -1.2px;
}

.user_guide .data_table table tbody th strong {
  font-size: 22px;
}

.user_guide .data_table .pd_diff {
  padding: 40px 0px 40px 0px;
  text-align: right;
}

.user_guide .data_table table tbody th img {
  margin-right: 20px;
  position: absolute;
}

/* 통합회원 전환 안내 */
.combine_change {
  width: 680px;
  height: 640px;
  padding: 60px 60px 0 60px;
}

.combine_change .page_tit {
  height: 165px;
  font-size: 56px;
  line-height: 1.2;
  color: #000000;
  letter-spacing: -1px;
  /*background: url(../img/comm/bg_combine_change.gif) no-repeat right top;*/
}

.combine_change .page_tit span {
  display: block;
}

.combine_change .info {
  height: 120px;
}

.combine_change .info dt {
  padding-bottom: 15px;
  font-size: 20px;
  color: #000000;
}

.combine_change .info dt span {
  display: inline-block;
  /*background: url(../img/comm/bg_combine_change2.gif) repeat-x left bottom;*/
}

.combine_change .info dd {
  font-size: 14px;
  line-height: 1.2;
  color: #888888;
}

.combine_change .possible_site .tit {
  height: 30px;
  font-size: 20px;
  color: #000000;
}

.combine_change .possible_site table {
  width: 100%;
  border-top: 2px solid #444444;
  border-bottom: 2px solid #444444;
  color: #000000;
}

.combine_change .possible_site table th {
  border-top: 1px solid #aaaaaa;
  color: #000000;
  text-align: left;
}

.combine_change .possible_site table td {
  padding: 15px 0;
  border-top: 1px solid #aaaaaa;
}

.combine_change .btn_big {
  min-width: 320px;
}

.combine_change .join_info {
  display: block;
  padding-top: 10px;
  color: #000000;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* IE 8 */
  z-index: 10;
}

/* 약관동의. 회원선택 레이어 */
.terms_agree_layer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 676px;
  margin-left: -400px;
  padding: 0 60px 55px 60px;
  border: 2px solid #000000;
  background: #ffffff;
  z-index: 100;
}

.terms_agree_layer .cont_box {
  margin-top: 60px;
}

.terms_agree_layer .cont_box .tit {
  font-size: 32px;
  color: #000000;
  line-height: 1.4;
}

.terms_agree_layer .cont_box .tit .tit_info {
  font-size: 14px;
  color: #888888;
}

.terms_agree_layer .cont_box .agree_all {
  height: 30px;
  margin: 10px 0;
  position: relative;
}

.terms_agree_layer .cont_box .agree_all .ui_check {
  position: absolute;
  top: 0;
  right: 0;
}

.terms_agree_layer .cont_box .agree_all .ui_check input[type="checkbox"]+label {
  display: inline-block;
  position: relative;
  padding: 0 40px 0 0;
  /* 글자와 체크박스 사이의 간격을 변경 */
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.terms_agree_layer .cont_box .agree_all .ui_check input[type="checkbox"]+label:before {
  content: '';
  position: static;
  width: 0;
  height: 0;
  line-height: 0;
  background: none;
}

.terms_agree_layer .cont_box .agree_all .ui_check input[type="checkbox"]+label:after {
  /* 가짜 체크박스 */
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  /* 이 값을 변경해서 글자와의 정렬 */
  width: 30px;
  /* 체크박스의 너비를 지정 */
  height: 30px;
  /* 체크박스의 높이를 지정 */
  line-height: 30px;
  /* 세로정렬을 위해 높이값과 일치 */
  text-align: center;
  background: url(../img/comm/checkbox_off.gif) no-repeat;
}

.terms_agree_layer .cont_box .agree_all .ui_check input[type="checkbox"]:checked+label:after {
  /* 체크박스를 체크했을때 */
  background: url(../img/comm/checkbox_on.gif) no-repeat;
}

.terms_agree_layer .cont_box .list_type {
  border-top: 2px solid #444444;
  border-bottom: 2px solid #444444;
}

.terms_agree_layer .cont_box .list_type.member {
  margin-top: 25px;
}

.terms_agree_layer .cont_box .list_type li {
  height: 54px;
  border-top: 1px solid #aaaaaa;
  font-size: 16px;
  color: #333333;
  line-height: 54px;
  position: relative;
}

.terms_agree_layer .cont_box .list_type li:first-child {
  border-top: 0;
}

.terms_agree_layer .cont_box .list_type li .ui_radio,
.terms_agree_layer .cont_box .list_type li .ui_check {
  position: absolute;
  top: 13px;
  right: 0;
  line-height: 30px;
}

.terms_agree_layer .cont_box .list_type li .ui_radio input[type="radio"]+label,
.terms_agree_layer .cont_box .list_type li .ui_check input[type="checkbox"]+label {
  padding-left: 30px;
}

.terms_agree_layer .cont_box .list_type li .detail {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 14px;
  line-height: 14px;
  color: #888888;
}

.terms_agree_layer .cont_box .list_type li a.detail {
  padding-bottom: 2px;
  border-bottom: 1px solid #c9c9c9;
}

.terms_agree_layer .btn_center {
  margin-top: 55px;
}

.terms_agree_layer .layer_close {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 34px;
  height: 34px;
  /*background: url(../img/btn/btn_layer_close.gif) no-repeat;*/
}

/* 비밀번호 변경 */
.chang_pw {
  /*width: 700px;*/
  margin: 0 auto;
  padding: 39px;
}

.chang_pw .tit {
  padding-bottom: 30px;
  font-size: 44px;
  text-align: center;
}

.chang_pw .info {
  font-size: 14px;
  color: #888888;
  text-align: center;
  line-height: 1.4;
}

/* .chang_pw .info .point,
.chang_pw .info strong {
  display: block;
} */

.chang_pw .info .point {
  display: block;
}

.chang_pw .input_area {
  margin-top: 50px;
  padding: 0 70px 0 75px;
}

.chang_pw .input_area dt {
  float: left;
  width: 150px;
  color: #000000;
  line-height: 50px;
}

.chang_pw .input_area dd {
  float: right;
  width: 400px;
}

.chang_pw .input_area dd input {
  width: 388px;
}

.chang_pw .btn_area {
  /* margin-top: 10px; */
  text-align: center;
}

.chang_pw .btn_area .btn_login {
  width: 100%
}

.chang_pw .btn_area .btn_sml {
  width: 49%;
  margin-left: 2%;
  float: left
}

.chang_pw .btn_area .btn_sml:first-child {
  margin-left: 0
}

.chang_pw .tip {
  margin-top: 40px;
  padding: 33px 0 0 55px;
  font-size: 12px;
  font-weight: 700;
  /*background: url(../img/comm/bg_tip.gif) no-repeat 55px 0;*/
}

.chang_pw .tip dt {
  padding-bottom: 10px;
  color: #f26522;
}

.chang_pw .tip dd {
  margin-top: 5px;
  color: #888888;
}

/*modal*/

.modal {
  width: auto;
}

#termsPop.modal {
  width: 980px !important;
  line-height: 24px;
  font-family: MalgunGothic;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: -1.13px;
  text-align: left;
  color: #333333;
}

#termsPop .pop_cont {
  padding: 20px 40px 40px 40px;
}

#pop-terms-content h2 {
  margin-top: 20px;
  font-size: 15px;
  /* letter-spacing: -1.65px; */
  color: #333333;
  /* font-family: MalgunGothic; */
  font-weight: bold;
}

.ml-20 {
  margin-left: 20px;
}

.rowTable2 {
  color: #000;
  width: 100%;
  table-layout: inherit;
  word-break: break-all;
  border-collapse: separate;
  border: none;
  border-bottom: #5d5d5d solid 1px;
}

.rowTable2 thead th:first-child,
.rowTable2 tbody td:first-child {
  border-left: none;
}

.rowTable2 tbody td,
.rowTable2 tbody th {
  border: none;
  border-left: #dedede solid 1px;
  border-bottom: #dedede solid 1px;
  padding: 10px 0;
  text-align: center;
}

.rowTable2 thead th {
  border: none;
  border-bottom: #5d5d5d solid 1px;
  border-top: #5d5d5d solid 2px;
  border-left: #dedede solid 1px;
  font-family: 'NanumGothicBold';
  padding: 10px 0;
  text-align: center;
  color: #000;
}

.rowTable2 tbody td {
  text-align: left;
  padding-left: 30px;
}

#pop-terms-content .box_wrap .txt_box {}

#cancel-contents {
  /* width: 980px; */
}

#cancel-contents .pop_cont {
  padding: 40px 40px 60px 40px !important;
}

#cancel-contents .withdraw_noti li {
  font-size: 15px;
}

#cancel-contents .info_txt {
  line-height: 22px;
  font-size: 15px;
}

.modal a.close-modal {
  display: none !important;
}

.integ_site table {
  font-size: 16px;
}

.integ_site table tr th {
  text-align: left !important;
  padding-left: 0px;
}

.integ_site table tr td {
  text-align: left !important;
}

.notice .tit {
  line-height: 50px;
}

.chang_pw .ui_radio input[type="radio"]+label {
  font-size: 15px;
  display: inline-block;
  padding-left: 35px;
  padding-right: 10px;
}

.input_table .ui_radio input[type="radio"]+label {
  font-size: 15px;
  display: inline-block;
  padding-left: 35px;
  padding-right: 10px;
}



/*** 2020 cjk ***/

.ui_check input[type="checkbox"]+label {
  display: inline-block;
  position: relative;
  padding-left: 31px;
  font-size: 16px;
  line-height: 22px;
  height: 22px;
  color: #333;
  cursor: pointer;
  font-weight: bold;
}

.ui_check input[type="checkbox"]:checked+label:before {
  background: url(../img/comm/checkbox_on.gif) no-repeat;
  background-position: center;
  background-size: 22px;
}

.ui_check input[type="checkbox"]+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: url(../img/comm/checkbox_off.gif) no-repeat;
  background-size: 22px;
}

.pop_cont .mgt20 {
  margin-top: 20px !important;
}

.pop_cont {
  /* padding: 40px 60px; */
  margin: 0 auto;
}

.members_login_pop_wrap .pop_cont {
  width: 418px;
}

.members_login_pop_wrap .pop_cont {
  max-height: none;
  position: relative;
}

.pop_cont .btn_mid {
  height: 60px;
}

input[type=password],
input[type=text] {
  height: 40px;
  padding-left: 10px;
  border: 1px solid #ccc;
  font-size: 16px;
  color: #1c1c1c;
  line-height: 40px;
  box-sizing: border-box;
}

input[type=password]:hover,
input[type=text]:hover {
  background-color: #f7f7f7;
}

input[type=password]:focus,
input[type=text]:focus {
  outline-offset: -1px;
  outline: #f26522 solid 1px;
}

:focus {
  outline: none;
}

.chang_pw .ui_radio input[type="radio"]+label {
  font-size: 17px;
  display: inline-block;
  padding-left: 30px;
  padding-right: 19px;
  color: #333;
}

input[type="radio"]+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: url(../img/comm/radio_off.gif) no-repeat;
  background-size: 22px;
}

.gd_orange {
  background-image: linear-gradient(to right, #ef2c4c, #f26120);
  background-color: #f26522;
}

.gd_orange:hover {
  background-image: linear-gradient(to right, #f05058, #f05f4a, #f16940, #f28229);
}

.gd_orange:focus {
  background-image: linear-gradient(to right, #c53035, #c73b2c, #c73e2a, #cb511a);
}

/* #dialog {width:660px;} */

#id-find-dialog {
  width: 660px;
  height: 738px;
}

#id-find-dialog .pop_cont {
  padding: 0px 38px 10px 38px;
}

#id-find-dialog .data_table table tbody th {
  padding-left: 0px;
}

#id-find-dialog input[type=password],
input[type=text] {
  margin-right: 0px;
}

#id-find-con-dialog {
  width: 660px;
  height: 542px;
}

.tit_area.left {
  padding-top: 20px;
  text-align: left;
}

#members-dialog .data_table table tbody tr {
  background-color: #f2f2f3;
}

#members-dialog .data_table table tbody th {
  padding-left: 40px;
}

#members-dialog .data_table table tbody td {
  padding: 18px 0;
}

#members-dialog p.tit_copy.al {
  font-size: 20px;
  margin: 19px 0px 19px 0px;
}

.data_table.tblack {
  background-color: #fff;
}

.data_table.channel_members {
  margin: 0 auto 37px auto;
  width: 85%;
}

.info.mgt20 {
  font-size: 17px;
}

.members_join_pop_bg {
  background: url(../img/comm/img-illust.png);
  width: 204px;
  height: 120px;
  right: 80px;
  position: absolute;
  top: 80px;
}


/** 약관 css 추가 cjk **/

#pop-terms-content {
  word-break: keep-all;
}


#pop-terms-content ol li {
  margin-left: 20px;
  word-break: keep-all;
  /* list-style-type:decimal; */
}

#pop-terms-content .hg-list li {
  /* list-style-type: hangul; */
  margin-left: 40px;
}

#pop-terms-content .box-wrap {
  background-color: #f2f2f3;
  padding: 40px;
  margin-top: 40px;
}


.pop_cont .info_txt.mgt30 {
  line-height: 1.5;
  letter-spacing: -0.4px;
  color:#333 !important;
  word-break:break-all
}

.info_txt.mgt30 p {
  margin-bottom: 29px;
}

.members_login_pop_logo {
  text-align: center;
}

.members_pop_login_tab_tip {
  background: url(../img/comm/bg-tooltip.png);
  width: 384px;
  height: 135px;
  position: absolute;
  z-index: 80;
  padding: 14px;
  top: 143px;
  /* left: 127px; */
}

.members_pop_login_tab_tip .text {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.29;
  letter-spacing: -0.5px;
  text-align: left;
  color: #c1c7d8;
  margin: 15px 20px;
}

.members_pop_login_tab_tip .text .title {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 10px;
}

.strong_pink {
  color: #f03291;
}

.strong_blue {
  color: #12adc9;
}

.point a {
  color:#f26522;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -1.13px;
}

.members_login_pop_wrap .chang_pw .point
{
  float: right;
  top: 23px;
  position: relative;
}

.members_login_pop_wrap .ui_radio input[type="radio"]+label {

  -moz-user-select: none;
  -ms-user-select: none;
  border-top: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #333333;
  background-color: #f7f7f7;
  padding: 15px 0px 15px 0px;
  float: left;
  font-weight: bold;
  margin-bottom: 40px;
  width: 205px;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  -webkit-filter: grayscale(100%);
  filter: gray;
  -ms-filter: gray;
}




.members_login_pop_wrap .ui_radio input[type="radio"]:checked+label {
  -moz-user-select: none;
  -ms-user-select: none;
  border-top: solid 1px #333333;
  border-left: solid 1px #333333;
  border-right: solid 1px #333333;
  border-bottom: solid 1px #fff;
  background-color: #fff;
  padding: 15px 0px 15px 0px;
  float: left;
  font-weight: bold;
  margin-bottom: 40px;
  width: 205px;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  -webkit-filter: grayscale(0%);
  filter: gray;
  -ms-filter: gray;
}

.members_login_pop_wrap  .ui_radio input[type="radio"]+label:before {
  display: none;
}

.members_login_pop_wrap .social_login_radio {
  display: flex;
  flex-direction: column;
}

.members_login_pop_wrap .social_login_radio input[type="radio"]+label {
  -moz-user-select: none;
  -ms-user-select: none;
  border-top: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  background-color: #f7f7f7;
  padding: 15px 0px 15px 0px;
  float: left;
  font-weight: bold;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  -webkit-filter: grayscale(100%);
  cursor: pointer;
}

.members_login_pop_wrap .social_login_radio input[type="radio"]:checked+label {
  -moz-user-select: none;
  -ms-user-select: none;
  border-top: solid 1px #333333;
  border-left: solid 1px #333333;
  border-right: solid 1px #333333;
  border-bottom: solid 1px #333333;
  background-color: #fff;
  padding: 15px 0px 15px 0px;
  float: left;
  font-weight: bold;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  -webkit-filter: grayscale(0%);
  cursor: pointer;
}

.members_login_pop_wrap .social_login_radio input[type="radio"] {
  display: none;
}

.members_login_pop_wrap .social_login_radio input[type="radio"]+label:before {
  display: none;
}

.members_loginTab .tip {
  margin-left:5px;
}

.chang_pw #error-message {
  position: static;
  text-align: center;
  float: none;
}

.members_loginTab .mt-radio.osstem {
  background: url(../img/comm/ci-osstem.png);
  background-repeat: no-repeat;
  height: 88%;
  background-position: center;
}

.members_loginTab .mt-radio.denall {
  background: url(../img/comm/bi-den-all.png);
  background-repeat: no-repeat;
  height: 88%;
  background-position: center;
}

.members_loginTab .mt-radio.denple {
  background: url(../img/comm/bi-den-ple.png);
  background-repeat: no-repeat;
  height: 88%;
  background-position: center;
}


.members_loginTab .mt-radio.denjob {
  background: url(../img/comm/bi-den-job.png);
  background-repeat: no-repeat;
  height: 88%;
  background-position: center;
}

.btn_find_account {
  position: absolute;
  margin-left: 150px;
  margin-top: -10px;
  font-size: 17px;
  color: #FFFFFF;
  background-color: #F26522;
  padding: 10px;
}

.btn_find_account_empty {
  position: absolute;
  margin-left: 308px;
  margin-top: -19px;
  font-size: 17px;
  color: #FFFFFF;
  background-color: #F26522;
  padding: 10px;
}

.swal-content__div {
  text-align:left; line-height:normal
}

.swal_content_span {
  text-decoration: underline; font-weight: bold;
}

.transterms-select {
  font-size: 16px;
  width: 320px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.data_table tr td .ui_radio label span {
  vertical-align:text-top;
}

.a-member-id {
  color:#BF008A;
}

#cancel-contents .pop_cont .cancel_valid_title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 28px;
  font-family: "Malgun Gothic";
  font-weight: bold;
}

#cancel-contents .pop_cont .cancel_valid_text {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #111111;
  margin-top: 0px;
}

#cancel-contents .pop_cont .cont_box .withdraw_noti .cancel_unable_list {
  color: #111111;
  font-size: 14px;
  text-align: center;
}

#cancel-contents .pop_cont .cont_box .withdraw_noti .cancel_unable_list .cancel_unable_channel {
  font-size: 18px;
  font-weight: bold;
}

#cancel-contents .pop_cont .cont_box .cancelable_list {
  color: #111111;
  font-size: 14px;
  text-align: center;
}

#cancel-contents .pop_cont .cont_box .cancelable_list .cancelable_channel {
  font-size: 18px;
  font-weight: bold;
}



#cancel-contents .pop_cont .cont_box .withdraw_noti.type3 {
  background-color:#F2F2F2;
  padding : 15px;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: #ccc;
}

#cancel-contents .pop_cont .cont_box .withdraw_noti.type3 table {
  width: 870px;
  text-align: center;
  font-size: 14px;
}

#cancel-contents .pop_cont .cont_box .withdraw_noti.type3 table .cancel_unable_table_head {
  height: 30px;
  text-decoration: underline;
}

#cancel-contents .pop_cont .cont_box .withdraw_noti.type3 table .cancelable_line {
  margin: 10px;
  border-top: 1px;
  border-style: dotted;
  border-color: #bbbbbb;
}

#cancel-contents .pop_cont .cont_box .ctit {
  margin: 0;
}


#cancel-contents .pop_cont .cancelable_check {
  height: 70px;
  font-size: 14px;
  padding: 20px 0 0 80px;
}

#cancel-contents .pop_cont .btn_center_ascertain {
  margin-top: 0;
}


#cancel-contents .pop_cont .btn_center_ascertain {
  margin-top: 0;
}

#cancel-contents.new-window {
  width: 740px;
}

.input_table .searched-employees {
  width: 378px;
  max-height: 150px;
  overflow-y: auto;
  border: 1px solid #ccc;
  display: block;
  position: absolute;
  margin-top: 39px;
  background-color: #fff;
  z-index: 100;
}

.input_table .searched-employees li {
  font-size: 16px;
  padding: 12px;
  cursor: pointer;
  border: solid #ccc;
  border-width: 0 0 1px 0;
}

.input_table .searched-employees li:last-child {
  border-width: 0;
}

.input_table .searched-employees li:hover {
  font-weight: bold;
  background-color: #e6e9f9;
}

.input_table .searched-employees li:last-child.employee-empty {
  font-weight: normal;
  line-height: 126px;
  height: 126px;
  vertical-align: middle;
}

.social_login_btn {
  margin-top: 10px;
  height: 50px;
  cursor: pointer;
}

.social_account_btn {
  margin-top: 10px;
  height: 60px;
  cursor: pointer;
  border-radius: 29px;
}

.social_account_btn_group .social_account_btn:nth-child(n+2) {
  margin-left: 17px;
}

.display_none {
  display: none;
}

#layerPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  display: none;
}

.layer_background {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 50%;
  z-index: 1000;
  position: fixed;
}

.layer_popup_content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}

.layer_login_popup {
  max-width: 100vw;
  max-height: 100vh;
  z-index: 1001;
  display:block;
  border:0;
  position: fixed;
}
