@charset "utf-8";
@import url("../css/reset-f3db179bd10ec0b6b1e5587fed8bcf43.css");

/* layout */

body {
  background-size: cover;
  position: unset;
  font-family: Malgun Gothic, Pretendard;
  /* background-color: #f2f2f3; */
}

button, select {
  font-family: Malgun Gothic, Pretendard;
}

#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;
  /*padding-top: 100px;*/
}

.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: 0;
  /* padding-top: 100px; */
  text-align: center;
}

.tit_area h3 {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 40px;
  position: relative;
  font-weight: bold;
  letter-spacing: -3px;
  color: #111;
  font-family: "Malgun Gothic", Pretendard;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-stroke: 0.45px;
-webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.1);
text-shadow: #fff 0px 1px 1px;
}

.tit_area .tit_copy {
  position: absolute;
  font-size: 44px;
  color: #1c1c1c;
}

.tit_area .info {
  line-height: 24px;
  color: #999;
  letter-spacing: -1.2px;
}

.tit_area .info_align {
  display: flex;
  justify-content: center;
}

.tit_area .info_align .info {
  width: 640px;
  word-break: keep-all;
}

.step {
  margin: 40px 0 50px;
  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;
}

.pdlr10 {
  padding: 0 10px !important;
}

.line_height_normal {
  line-height: normal !important;
}

/* color */
.point {
  color: #ff0099;
}

.point-orange {
  color: #eb6100;
}


.tgray {
  color: #999;
}

.tblack {
  color: #1c1c1c;
}

.tred {
  color: #ff4040;
}

/* button */
.btn_big {
  display: inline-block;
  min-width: 366px;
  height: 60px;
  text-align: center;
  font-size: 18px !important;
  font-weight: bold;
  line-height: 60px;
  color: #fff;
  letter-spacing: -1.35px;
  background-color: #1c1c1c;
  margin: 3px;
}

.btn_mid {
  display: inline-block;
  min-width: 160px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  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: 290px;
  height: 60px;
  line-height: 60px;
  font-size: 18px !important;
}

.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;
  height: 34px;
}

.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;
  background-color: #fff;
}

.ctit .btn_org {
  background-color: #ed0f69;
  border-color: #ed0f69;
  color: #fff;
}

.ctit .btn_org:hover {
  background-color: #f24b8f;
  border-color: #f24b8f;
}

.ctit .btn_org:focus {
  background-color: #b8205e;
  border-color: #b8205e;
}

.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_org {
  background-color: #ed0f69;
  border-color: #ed0f69;
  color: #fff;
}

.btn_org:hover {
  /* background-color: #f37e16; */
  background-color: #f24b8f;
  box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.23);
}

.btn_org:focus {
  /* background-color: #b3430d; */
  background-color: #b8205e;
}

.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: auto;
  line-height: auto;
  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_box select, select[id=selectedDomain] {
  font-size: 16px;
}

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;
}

button[type=button] {font-size: 16px;}

/* 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: 27px;
  /* 글자와 체크박스 사이의 간격을 변경 */
  font-size: 17px;
  line-height: 17px;
  height: 22px;
  color: #333;
  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: 17px;
  /* 세로정렬을 위해 높이값과 일치 */
  text-align: center;
  background: url(../img/comm/btn-check-normal.png) no-repeat;
    vertical-align: middle;
  background-color: #fff;
  /* border: 1px solid #ccc; */
  background-size: 22px;
}

.ui_check input[type="checkbox"]+label:hover:before  {
  background-color: #f1f1f1;
  /* border: 1px solid #ccc; */
  background-size: 22px;
}


.ui_check input[type="checkbox"]:checked+label:before {
  /* 체크박스를 체크했을때 */
  background: url(../img/comm/btn-check-checked.png) 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: 27px;
  /* 글자와 체크박스 사이의 간격을 변경 */
  font-size: 17px;
  line-height: 20px;
  color: #333;
  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: 20px;
  /* 세로정렬을 위해 높이값과 일치 */
  text-align: center;
  background: url(../img/comm/btn-radio-normal.png) no-repeat;
  background-size: 22px;
}

.ui_radio input[type="radio"]:checked+label:before {
  background: url(../img/comm/btn-radio-checked.png) 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: auto;
  font-size: 22px;
  font-weight: 700;
  color: #1c1c1c;
  position: relative;
  margin-top: 40px;
  margin-bottom: 14px;
  letter-spacing: -1.65px;
  font-family: Malgun Gothic, Pretendard;
}

.cont_box .ctit .info {
  position: absolute;
  /* top: 8px; */
  right: 0;
  font-size: 14px;
  color: #999;
  font-weight: 400;
}

.cont_box .ctit .info .btn_sml {
  margin-top: -16px;
}

/* data_table */

.pop_cont .pd_diff .btn_mid {float: right;}
.pop_cont .ctit {font-size: 24px;letter-spacing: -1.8px;color: #333;padding: 30px 0px 20px 0px;display: block;font-weight: bold;text-align: left; border-bottom: 2px solid #111;}
.data_table_flip_button {background: url(../img/comm/icn-find-arrow-closed.png) no-repeat; width: 20px; height: 11px;  display: block; float: right;}
.ui-accordion-header-active .flip_icon .data_table_flip_button {background: url(../img/comm/icn-find-arrow-opened.png) no-repeat !important; width: 20px; height: 11px;  display: block; float: right;}

#accordion .accord-ctit {padding: 30px 0px 19px 0px; border-bottom: 2px solid #1c1c1c; display: block; font-weight: bold; font-size: 19px; letter-spacing: -1.4px; text-align: left;}
#accordion .accord-ctit .info {font-size: 15px; font-weight: normal; color: #666; right: 86px; position: absolute;}
.cont_box.ui-accordion-content {border-bottom: 1px solid #ccc; padding: 0px 20px 20px 20px;height: auto !important;}
/* {border-bottom: 1px solid #ccc; padding: 20px;} */
.cont_box.ui-accordion-content .data_table input {margin-right: -6px;}

.pop_cont .ui-accordion {border-top: 1px solid #ccc;}
.pop_cont .cont_box .data_table table tbody th, .pop_cont .cont_box .data_table table tbody td {border-bottom: 0px;}


.data_table .text-left {text-align: left;}
.data_table tr td , .data_table tr td span {vertical-align: middle;}

.data_table {
  border-top: 2px solid #1c1c1c;
  background-color: #fff;
  /* margin-top: 15px; */
  color: #333;
}

.data_table_find_account {
  border-top: 0px;
}

.data_table.data_table_find_account .login_input input {float:left;}

.data_table table {
  width: 100%;
  font-size: 17px;
}

.data_table table thead th {
  /* height: 60px; */
  height: 50px;
  border-bottom: 1px solid #1c1c1c;
  color: #1c1c1c;
  background: #e2e2e4;
}

.data_table table tbody th {
  padding-left: 43px;
  text-align: left;
  color: #1c1c1c;
}

.data_table th {
  height: 50px;
}

.data_table table tbody td {
  padding: 10px 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;
  font-size: 22px;
  color: #333;
  letter-spacing: normal;
}

.data_table .pd_diff {
  /* padding: 40px 0 40px 50px; */
}

.data_table .confirm {
  display: inline-block;
  padding-left: 82px;
  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; */ /* 휴대폰 아이콘 */
  /* margin-top: 10px; */ /* 라인 정렬 */
}

.icn-mobile {
    background: url(../img/comm/icn-mobile.png) 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: 45px;
  padding: 0;
  vertical-align: middle;
  border-bottom: 0;
  text-align: center;
  line-height: 20px;
}

.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;
  height: 34px;
}

.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;
  background-color: #fff;
}

.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: #111;
  text-align: left;
  /* vertical-align: top; */
  background: #e8e8ec;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -1.14px;
  height: 50px;
}

.input_table table td {
  padding: 0px 0px 0px 11px;
  border-top: 1px solid #ccc;
  color: #333;
  background-color: #fff;
  font-size: 16px;
  letter-spacing: -1.14px;
}

.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;
}

.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;
}



/* center_table */

.center_table tr th {text-align: center; padding: 0;}
.center_table tr td {text-align: center; height: 50px;}
.center_table tr td .btn_find_account {float: none;}


/* 계정선택 덴잡계정찾기 */
.find_denjobAccount {
  margin-top: 20px;
  font-size: 14px;
  color: #333;
  line-height: 22px;
}

.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: unset;
  bottom: 130px;
  right: 45px;
}

.terms_agree .agree_all.agree_all01 {
  bottom: unset;
}

.terms_agree .agree_all02 {
  position: absolute;
  top: 223px;
  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: 17px;
  color: #1c1c1c;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  letter-spacing: -1.28px;
}

.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/btn-check-normal.png) no-repeat;
  background-color: #fff;
  /* border: 1px solid #ccc; */
  background-size: 22px;
}

.terms_agree .agree_all .ui_check input[type="checkbox"]+label:hover::after {
  background-size: 22px 22px;
  background-color: #f1f1f1;
  /* border: 1px solid #cccccc; */
}


.terms_agree .agree_all .ui_check input[type="checkbox"]:checked+label:after {
  /* 체크박스를 체크했을때 */
  background: url(../img/comm/btn-check-checked.png) 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 {
  margin-top: 20px;
  font-size: 15px;
}

.terms_area dt {
  /* height: 30px; */
  padding-bottom: 14px;
  font-size: 19px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}

.terms_area dd {
  height: 57px;
  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: 57px;
  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: 16px;
  letter-spacing: -1px;
  line-height: 16px;
}

/* 가입완료 */
.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: 30px 0 45px;
  font-size: 16px;
  color: #1c1c1c;
}

/* 팝업 */
#searchPop {
  width: 650px
}

.pop_wrap {
  display: none
}

.pop_wrap.new-window {
  display: block;
  background-color: #fff;
}

.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;
  z-index: 100;
  right: 40px;
  top: 27px;
  cursor: pointer;
}

.pop_cont {
  padding: 40px 50px;
  max-height: 550px;
  overflow: auto;
  color: #333;
}

.pop_wrap.new-window .pop_cont {
  display: flex;
  flex-direction: column;
  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;
}

.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 {
  margin-bottom: 70px;
  font-size: 20px;
  line-height: 1.3;
  color: #999999;
  text-align: center;
}

.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: 0px 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: 28px 0 30px 50px; */
  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/btn-check-checked.png) 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: Malgun Gothic, Pretendard;
  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;
  word-break: break-all;
}

#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 {
  overflow-x: hidden;
  padding: 40px;
}

#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: 16px;
  display: inline-block;
  padding-left: 30px;
  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/btn-check-checked.png) 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;
  background-color: #fff;
  /* border: 1px solid #ccc; */
  background-size: 22px;
}

.pop_cont .mgt20 {
  margin-top: 20px !important;
}

.pop_cont {
  /* padding: 40px 60px; */
  margin: 0 auto;
}



.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: #000;
  line-height: 40px;
  box-sizing: border-box;
}

input[type=date] {
  height: 40px;
  padding: 0px 10px;
  border: 1px solid #ccc;
  font-size: 16px;
  color: #000;
  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: #ed0f69 solid 1px;
}

input[type=password].new-login,
input[type=text].new-login  {
  width: 240px !important;
  height: 43px;
  padding-left: 10px;
  border: 1px solid #ccc;
  font-size: 14px;
  color: #000;
  line-height: 40px;
  box-sizing: border-box;
}

input[type=password].new-login {
  margin-top: -1px;
}

input[type=password]:hover.new-login,
input[type=text]:hover.new-login {
  position:relative;
  z-index:10;
  background-color: #f7f7f7;
}

input[type=password]:focus.new-login,
input[type=text]:focus.new-login {
  position:relative;
  z-index:11;
  outline-offset: -1px;
  outline: #ed0f69 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;
}

input[type="radio"]+label.international-radio-label:before {
  display: none;
}

.gd_orange {
  /* background-image: linear-gradient(to right, #ef2c4c, #f26120);
  background-color: #f26522; */
  /* background-image: linear-gradient(to right, #673AB7, #3F51B5); */
  background-color: #3F51B5;
  background: url(../img/comm/btn-bg-gradation.png);
  /* background-size: 379px 73px; */
}


.gd_orange:hover {
  background-image: linear-gradient(to right, #f05058, #f05f4a, #f16940, #f28229);
  box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.23);
  background: url(../img/comm/btn-bg-join-h.png);
  /* background-size: 379px 73px; */


}

.gd_orange:focus {
  /* background-image: linear-gradient(to right, #c53035, #c73b2c, #c73e2a, #cb511a); */
  background: url(../img/comm/btn-bg-join-s.png);

}

/* #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;
}

.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;
}

.info_txt.mgt30 p {
  margin-bottom: 29px;
}



.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_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: relative;
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #ed0f69;
  letter-spacing: -1.13px;
  width: 100px;
  height: 34px;
  line-height: 34px;
  margin: 0;
  padding: 0;
}

.btn_find_account:hover {
  background-color: #f24b8f;
}

.btn_find_account:active {
  background-color: #b8205e;
}

.btn_find_account:focus {
  background-color: #b8205e;
}

.btn_find_account_empty {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #ed0f69;
  height: 34px;
  width: 100px;
  padding: 0;
  margin: 0;
}

.swal-content__div {
  text-align:left; line-height:normal
}

.swal_content_span {
  text-decoration: underline; font-weight: bold;
}


.integ-step01-box01 {
  width: 1170px;
  height: 220px;
  background-color: #ffffff;
  border-top: 2px solid #111;
  padding: 24px 0px;
  box-sizing: border-box;
  color: #111;
  font-size: 16px;
  letter-spacing: -1.6px;
  text-align: center;
  line-height: 25px;
  font-family: Malgun Gothic;
}

.integ-step01-box01 strong {
  font-size: 16px;
}

.integ-step01-box01 .denall-cont-logo {
  margin: 0px 5px;
}

.integ-step01-box01 p {
  margin: 15px 0px;
}

.integ-step-btn {
  min-width: 266px;
  font-size: 18px !important;
}


#denallTerms {
  margin-top: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.terms_bg {
  background-color: transparent !important;
}
.termPanel {
  box-sizing: border-box;
  word-break: keep-all;
}
/*.terms-panel ul li span {font-size: 15px !important; line-height: 20px;}
.terms-panel strong {font-size: 16px !important;}
.terms-panel p span, .terms-panel ul li p {
  font-size: 15px !important;
}*/
.termTab {
  margin-top: 40px !important;
}
.transterms-button-wrap div {
  float: left;
}
.transterms-button-title {
  font-size: 15px;
  color: #000011;
  margin-right: 20px;
  height: 27px;
  line-height: 27px;
  vertical-align: middle;
}
.transterms-button-wrap .transterms-button {
  margin: 0px 2px;
  padding: 6px 13px;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  font-size: 13px;
}
.transterms-button-wrap .transterms-button:hover {
  border: solid 1px #999999;
  background-color: #f3f3f3;
}
.transterms-button-wrap .transterms-button .icn-arrow-s {
  background: url(../img/comm/icn-arrow-s.png) no-repeat;
  width: 6px;
  height: 10px;
  display: inline-block;
  background-position: right;
  margin: 0px 0px 0px 5px;
}

#wrap .container {
  padding-top: 100px;
}

.cont_box .ctit.p-top {
  padding-top: 40px;
  margin-top: 0;
}

.tit_area.p-mt80 {
  padding-top: 80px;
}

.ctit.border-b-none {
  border-bottom: none;
  padding-top: 0px;
  margin-top: 0px;
}

.pop_cont .chang_pw .btn_area { margin-top: 30px;}
.pop_cont .chang_pw .tit {font-size: 37px; letter-spacing: -1.2px;}
.pop_cont .chang_pw .tip {padding: 0px;}
.pop_cont .chang_pw .info strong {font-size: 17px;}
.chang_pw.notice .tit_area h3 strong {font-size: 40px; float: left;}

/* members_login_pop */
.members_login_pop_wrap .btn_close {
  right: 30px;
}
.members_login_pop_wrap .pop_cont {
  width: auto;
  padding: 15px 60px 40px;
  position: relative;
  margin-top: 50px;
}

.members_login_pop_wrap .pop_tit {
  text-align: center;
  font-size: 24px;
  color: #111;
  font-weight: bold;
  margin-top: 35px;
}

.members_login_pop_logo {
  text-align: center;
}

.members_login_pop_wrap .pop_cont .info_txt {
  line-height: 1.5;
  letter-spacing: -0.7px;
  color: #111;
  margin-top: 25px;
}

.members_login_pop_wrap .pop_cont .info_txt p:first-child {
  margin-bottom: 24px;
}

.homepage_members_login_pop_wrap .pop_cont .info_txt p:first-child {
  margin-bottom: -42px;
}

.members_login_pop_wrap .pop_cont .info_txt strong {
  font-size: 16px;
  letter-spacing: -0.7px;
  word-break: keep-all;
}

.members_login_pop_wrap .pop_cont .info_txt .point {
  font-weight: bold;
  letter-spacing: -0.7px;
  word-break: keep-all;
}

.members_login_pop_wrap .chang_pw {
  padding: 0;
  margin: 38px auto 0;
}

.members_login_pop_wrap .chang_pw .point a{
  font-size: 16px;
}

.members_login_pop_wrap .chang_pw .login_input input {
  width: 100%;
}

.members_login_pop_wrap .chang_pw .btn_area .gd_orange {
  background-size: 100% 100% !important;
}

.members_login_pop_wrap button {
  font-size: 18px;
}

.homepage_members_login_pop_wrap {
  font-family: Pretendard;
  font-style: normal;
  font-weight: 400
}

.homepage_members_login_pop_wrap .pop_cont {
  padding-top: 12px;
  margin-top: 0px;
}

.homepage_members_login_pop_wrap .pop_cont .info_txt {
  letter-spacing: 0px;
}

.homepage_members_login_pop_wrap .pop_cont .info_txt strong {
  letter-spacing: 0px;
}

.homepage_members_login_pop_wrap button {
  font-family: Pretendard;
}

@media (max-width: 520px) {
  .members_login_pop_wrap .pop_cont {
    padding: 12px 20px;
  }

  .members_login_pop_wrap .members_login_pop_logo img {
    /*width: 223px;*/
  }

  .homepage_members_login_pop_wrap .members_login_pop_logo img {
    width: 132px;
  }

  .members_login_pop_wrap .pop_tit {
    font-size: 22px;
    margin-top: 27px;
  }

  .members_login_pop_wrap .pop_cont .info_txt {
    font-size: 14px;
  }

  .members_login_pop_wrap .pop_cont .info_txt strong {
    font-size: 14px;
  }

  .members_login_pop_wrap button {
    font-size: 16px;
}

  .members_login_pop_wrap .chang_pw .point a {
    font-size: 14px;
  }

  .members_login_pop_wrap input[type=text],
  .members_login_pop_wrap input[type=password] {
    font-size: 14px;
  }

  .members_login_pop_wrap .ui_check input[type="checkbox"]+label {
    font-size: 14px;
  }

  .homepage_members_login_pop_wrap .pop_cont .info_txt p br {
    display: none;
  }

  .homepage_members_login_pop_wrap .pop_tit {
    margin-top: 35px;
  }

  .members_login_pop_wrap .btn_close {
    top: 20px;
    right: 20px;
  }
}

.new-login-pop-cont.pop_cont {
  margin-top: 0;
  padding: 30px 32px 31px 32px;
  /*width: 656px;*/
}
@media(max-width: 719px) {
  .pop_wrap.new-window .new-login-pop-cont.pop_cont {
    margin-top: 0;
    padding: 30px 32px 15px 32px !important;
  }
}

.new-login-pop-cont .new-login-utext {
  display: flex;
  margin-top:8.1px;
  margin-bottom:8px;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  height: 40px;
  word-break: keep-all;
  align-items: center;
  justify-content: center;
}

.new-login-pop-cont .new-login-utext .point {
  display: contents;
  font-weight: bold;
}

@media (min-width: 594px) {
  .new-login-pop-cont .new-login-utext .br {
    display: none;
  }
}

.new-login-container {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.new-login-container .new-login-box {
  box-sizing: border-box;
  width: 320px;
  height: 380px;
  box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.04);
  border: solid 1px #ebeef1;
  background-color: #fff;
  padding: 19px 39px;
}

.new-login-container .new-login-box:first-child {
  margin-right: 16px;
}

@media (max-width: 719px){
  .new-login-container {
    flex-direction: column;
  }
  .new-login-container .new-login-box:first-child {
    margin-right: 0px;
    margin-bottom: 16px;
  }
}

.new-login-container .new-login-box .chang_pw {
  margin-top: 16px;
}

.new-login-container .new-login-box .chang_pw #error-message {
  margin-top: 0;
  font-family: Pretendard;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: -0.46px;
  text-align: center;
}

.new-login-container .new-login-box .pop_tit {
  margin-top:0;
  font-family: Pretendard;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.83;
  letter-spacing: -0.86px;
  color: #000;
}
.new-login-container .new-login-box .info_txt {
  margin-top: 15px;
  padding-left: 15px;
  width: 206px;
  font-family: Pretendard;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: -0.46px;
  text-align: center;
  color: #000;
}
.new-login-container .new-login-box .text-left {
  margin-top: 10px !important;
  height: 20px;
}
.new-login-container .new-login-box .text-left .rememberme {
  font-family: Pretendard;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: -0.46px;
  color: #000;
  padding-left: 24px;
  height: 20px;
  max-width: 100px;
}
.new-login-box .ui_check input[type="checkbox"]:checked+label:before {
  height: 20px;
  width: 20px;
}

.new-login-container .new-login-box .find-account {
  margin-top: 11px;
  float:right;
  max-width: 110px;
}
.new-login-container .new-login-box .find-account a {
  font-family: Pretendard;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: -0.46px;
  color: #000;
}
.new-login-container .new-login-box .btn_area {
  margin-top: 10px;
}
.new-login-container .new-login-box .btn_black {
  width: 240px;
  height: 43px;
  font-family: Pretendard;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -0.54px;
  color: #fff;
}
.new-login-container .new-login-box .social-text {
  margin-top: 20px;
  font-family: Pretendard;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 14px;
  letter-spacing: -0.43px;
}

.new-login-container .new-login-box:last-child {
  position: relative;
}
.new-login-container .new-login-box:last-child .img-join {
  position:absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.new-login-container .new-login-box:last-child .not-login {
  position: absolute;
  box-sizing: border-box;
  width: 320px;
  height: 93px;
  padding: 24px 21px;
  left: 0;
  top: 325px;
  cursor: pointer;
}
.new-login-container .new-login-box:last-child .not-login .not-login-title {
  font-family: Pretendard;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: -0.64px;
  color: #a0a0a0;
  height: 20px;
}
.new-login-container .new-login-box:last-child .not-login .not-login-info {
  font-family: Pretendard;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: -0.64px;
  color: #000;
  margin-top: 10px;
}
.new-login-container .chang_pw .register-area {
  text-align: center;
  height: 14px;
  margin-top: 16px;
  line-height: 14px;
  display: flex;
  flex-flow: row;
  justify-content: center;
}
.new-login-container .chang_pw .register-area img {
  margin-right: 10px;
}
.new-login-container .chang_pw .register-area a {
  font-family: Pretendard;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  text-decoration: underline;
  user-select: none;
}
.new-login-container .login-footer {
  font-family: Pretendard;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  margin-top:20px;
  text-align: center;
}
.international-login.new-login-pop-cont .new-login-utext {
  font-size: 14px;
  margin: 30px 10px;
}
.international-login.new-login-pop-cont .new-login-box {
  height: 320px;
}
.international-login.new-login-pop-cont .new-login-box .btn_login {
  letter-spacing: 0;
}
.center-logo {
  display: flex;
  justify-content: center;
}

/* sso-login style */
.sso_login_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sso_login_wrap .pop_wrap.members_login_pop_wrap {
  align-content: center;
  height: 100svh;
}
.sso_login_wrap .pop_wrap.members_login_pop_wrap .btn_close {
  top: 10px;
}

.pop_wrap.new-window.sso_pop_wrap {
  position: relative;
  width: 420px;
}
