@charset "utf-8";

@font-face {
  font-family: 'NotoSansKR';
  src: url('../../fonts/NotoSansKR-Regular.otf');
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 1024px;
  color: #333;
  font-family: 'Noto Sans KR', sans-serif;
}

.subPageWrap {
  min-height: 100%;
  position: relative;
  padding-bottom: 128px;
}

/*reset*/
* {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
  text-indent: 0;
}
a {
  text-decoration: none;
  color: #333;
}
a:focus,
input:focus,
button:focus,
button:active,
button:visited,
textarea,
textarea:focus,
textarea:active,
textarea:visited {
  outline: none;
}

img {
  vertical-align: middle;
}
.img-responsive {
  display: inline-block;
}
table caption {
  display: none;
}
legend {
  display: none;
}

/*** 입력형 정의 ***/
input[type="text"],
/* mypage-coupon 쿠폰입력 input  */
input[type="password"] {
  box-sizing: border-box;
  width: 220px;
  height: 36px;
  padding: 12px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
input[type='password'] {
  font-family: 'Noto Sans KR', sans-serif !important;
}
input[type='password']::placeholder {
  font-family: 'NanumSquare', sans-serif;
}
input[type='checkbox'],
input[type='radio'] {
  margin: 0 3px;
  font-weight: normal;
  vertical-align: middle;
}
lable {
  font-weight: normal;
  margin-left: 5px;
}
input[type='text']:focus,
input[type='text']:hover,
input[type='password']:hover,
input[type='password']:focus {
  border: 1px solid #6f6f6f;
  background: #fff;
  color: #212529;
  outline: none;
  box-shadow: 0 0 0;
}
textarea {
  box-sizing: border-box;
  min-width: 100px;
  width: 100%;
  margin-top: 7px;
  padding: 20px;
  color: #464646;
  font-size: 15px;
  line-height: 135%;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  background-color: #fff;
}

.memberWrite {
  overflow: h idden;
  width: 100%;
  margin: 0 auto;
}
.memberWithdraw {
  width: 100%;
  margin: 0 auto;
}

.ipBoxType3 {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  background-color: #fff;
  border: 0;
  font-size: 13px;
}
.ipBoxType3 dt {
  display: inline-block;
  float: left;
  width: 85px;
  height: 45px;
  padding-top: 7px;
  text-align: left;
}
.ipBoxType3 dd {
  display: inline-block;
  /* float: left; */
  width: 400px;
}
.ipBoxType3 br.mobile {
  display: none;
}
/* #re_agree {
  width: 20px;
  margin-left: 0;
} */
input.radioBtn {
  width: 15px !important;
  margin-left: 0;
}

.dataBox input[type='file'] {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.dataBox input[disabled='disabled'] {
  color: #999;
}
.dataBox label.btninner {
  background: #fff;
  width: auto;
  height: 36px;
  padding: 10px 15px;
  color: #333;
  font-size: 13px;
  font-weight: normal;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  line-height: 36px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
} /*수정 수정4*/
.dataBox label.btninner[disabled='disabled'],
.dataBox label.btninner[disabled='disabled']:hover,
.dataBox label.btninner[disabled='disabled']:focus {
  background: #e7e7e7;
  color: #999;
  border: 1px solid #d2d2d2;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.175);
  cursor: not-allowed;
}

.dataBox .upload-name {
  display: inline-block;
  width: calc(95% - 110px);
  height: 36px;
  margin-right: 10px;
  padding: 0 10px;
  color: #464646;
  font-size: inherit;
  line-height: normal;
  vertical-align: middle;
  background-color: #f9f9f9;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  border-bottom-color: #e2e2e2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.dataBox .upload-name2 {
  width: calc(96% - 79px);
}
.dataBox .uploadname-hidden {
  height: 20px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid transparent;
}

/*** 멤버쉽 관련 ***/
.icoGrade {
  float: left;
  display: inline-block;
  vertical-align: top;
  margin: 10px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .icoGrade {
    line-height: 210%;
  }
}
.icoFree {
  background: url(../img/t_ico_grade.png) 0 2px no-repeat;
}
.icoBeginer {
  background: url(../img/t_ico_grade.png) 0 -36px no-repeat;
}
.icoSenior {
  background: url(../img/t_ico_grade.png) 0 -77px no-repeat;
}
.icoMaster {
  background: url(../img/t_ico_grade.png) 0 -117px no-repeat;
}
.icoVip {
  background: url(../img/t_ico_grade.png) 0 -154px no-repeat;
}
.memberOn a {
  display: inline-block;
  line-height: 150%;
  margin: 0 5px;
  padding: 0 3px;
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  color: #bfbfbf;
  font-size: 13px;
}
.memberOn a:hover,
.memberOn a:focus,
.memberOn a:active {
  text-decoration: none;
  background-color: #03aae3;
  border-color: #03aae3;
  color: #fff;
}

/*** 서브 컨텐츠 정의 ***/
/* 네비게이션 */
.location {
  overflow: hidden;
  width: 70%;
  margin: auto;
  padding-top: 1%;
  font-size: 10px;
}
.location ul {
  overflow: hidden;
  float: right;
  width: auto;
  height: 20px;
  margin-right: 20px;
  margin-top: 5px;
}
.location li {
  display: inline-block;
  float: left;
  padding-left: 20px;
  background: url(../img/m_ico_locationArrow.png) 0 45% no-repeat;
}
.location li:first-child {
  background: none;
}
.location li a {
  color: #666;
  font-size: 14px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .location li:first-child {
    line-height: 135%;
  }
}

/* ---------------------------------- 본문컨텐츠 수정 ----------------------------------------- */

.contentW {
  clear: both;
  padding-top: 50px;
}
.qnaInputBox {
  width: 485px;
  margin: auto;
}
.qnaInputBox input {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.alignCenter {
  margin: 0 auto;
}
.alignLeft {
  float: left;
}
.alignRight {
  float: right;
}

/*** 기타 정의 ***/
.chkImg {
  float: left;
  cursor: pointer;
}
.chkImg_off {
  background-position: 100% 0;
}
.chkImg_on {
  background-position: 100% -40px;
}

.ComboBtnW > div.dropdown > button.btn-default,
.ComboBtnW > div.dropdown > button.btn-default:focus,
.ComboBtnW > div.dropdown > button.btn-default:active,
.ComboBtnW > div.dropup > button.btn-default,
.ComboBtnW > div.dropup > button.btn-default:focus,
.ComboBtnW > div.dropup > button.btn-default:active {
  margin-right: 3px;
  padding: 9.5px 16px;
  color: #464646;
  font-size: 15px;
  font-weight: normal;
  background: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
}

/*** 회원가입 테이블 정의 ***/
.table1W {
  float: left;
  clear: both;
  width: 100%;
  margin: 2px 0 30px 0;
}
table.tableType1 {
  width: 100%;
  margin-bottom: 0;
  border-collapse: collapse;
  border: 0;
  border-top: 1px solid #e9e9e9;
}
table.tableType1 thead tr th {
  background-color: #c9cfdc;
  border: 1px solid #b3bbcb;
  padding: 3px 0;
  color: #3a4251;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
}
table.tableType1 tbody tr th {
  background-color: #fcfcfc;
  border: 0;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 14px 15px;
  font-weight: normal;
  text-align: center;
}
table.tableType1 tbody tr td {
  background-color: #fff;
  border: 0;
  border-left: 1px solid #ececec;
  border-bottom: 1px solid #e9e9e9;
  padding: 5px 10px;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  line-height: 135%;
}
table.tableType1 thead tr:nth-child(2) th {
  background-color: #616874;
  border: 0;
  border-left: 1px solid #585f6c;
  border-bottom: 1px solid #585f6c;
  color: #fff;
  text-align: center;
}
table.tableType1 tbody tr td.txtC {
  text-align: center;
}
table.tableType1 tbody tr td.txtR {
  text-align: right;
}

/*** 1:1 상담내역 테이블 정의**/
.waiting {
  color: #ff8a00;
}
.complete {
  color: #3243cc;
}
.modify-bt {
  font-size: 16px;
  line-height: 24px;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #212529;
  color: #212529;
  cursor: pointer;
}
table.tablelistType {
  width: 100%;
  margin-bottom: 0;
  border-collapse: collapse;
  border-top: 1px dashed #e6e6e6;
  border-bottom: 1px dashed #e6e6e6;
  table-layout: fixed;
}
table.tablelistType thead {
  height: 45px;
  background-color: #f8f8f8;
  border: 0;
  border-bottom: 1px dashed #e6e6e6;
  text-align: center;
  vertical-align: middle;
}

table.tablelistType tbody {
  font-family: 'NotoSansKR';
  font-size: 16px;
  line-height: 24px;
  color: #626280;
}
table.tablelistType tbody tr {
  height: 54px;
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
}

table.tablelistType tbody tr td:nth-child(3) {
  font-family: 'NotoSansKR';
  font-size: 16px;
  line-height: 24px;
  color: #202223;
}

table.tablelistType tbody tr td:nth-child(4) {
  font-family: 'NotoSansKR';
  color: #626280;
}

table.tablelistType thead tr th:nth-child(3) {
  /* width: 50%; */
  text-align: left;
  padding-left: 10px;
}
/* 2024.03.12 1:1상담내역 테이블 간격 수정 요청으로 인해 수정 -- 안치영 */
table.tablelistType thead tr th:nth-child(4) {
  width: 37%;
}
table.tablelistType thead tr th:nth-child(5) {
  width: 10%;
}
.tit {
  text-align: left;
  padding-left: 10px;
}

/* table.tablelistType thead tr th:nth-child(1) {
  width: 5%;
}
table.tablelistType tbody tr td:nth-child(1) {
  width: 5%;
}
table.tablelistType thead tr th:nth-child(2) {
  width: 10%;
  font-weight: 700;
}
table.tablelistType tbody tr td:nth-child(2) {
  width: 10%;
  font-weight: 700;
}
table.tablelistType tbody tr .waiting {
  color: #1caee0;
}
table.tablelistType thead tr th:nth-child(3) {
  width: 10%;
}
table.tablelistType tbody tr td:nth-child(3) {
  width: 10%;
}
table.tablelistType thead tr th:nth-child(4) {
  width: 50%;
}
table.tablelistType tbody tr td:nth-child(4) {
  width: 50%;
  text-align: left;
  cursor: pointer;
  padding-left: 5px;
}
table.tablelistType tbody tr td:nth-child(4) .tit {
  max-width: 90%;
  text-overflow: ellipsis;
  float: left;
  margin-right: 10px;
  text-align: left;
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.4;
}
table.tablelistType tbody tr td:nth-child(4):hover .tit a {
  color: #1caee0;
}
table.tablelistType thead tr th:nth-child(5) {
  width: 15%;
}
table.tablelistType tbody tr td:nth-child(5) {
  width: 15%;
}
table.tablelistType thead tr th:nth-child(6) {
  width: 15%;
}
table.tablelistType tbody tr td:nth-child(6) {
  width: 15%;
}
table.tablelistType tbody tr td:nth-child(6) .modify-bt {
  width: 80px;
  height: 35px;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgb(0 0 0 / 12%);
  color: #1caee0;
  font-family: 'NanumSquare', sans-serif;
}
table.tablelistType tbody tr td:nth-child(6) .modify-bt:hover {
  background: #1caee0;
  color: #fff;
  border: 1px solid #bdbdbd;
}
table.tablelistType tbody tr td.txtC {
  text-align: center;
}
table.tablelistType tbody tr td.txtR {
  text-align: right;
} */
.listfullBox {
  clear: both;
  width: 100%;
}
.listfullBox .noticeBtnW {
  float: left;
  clear: both;
  width: 100%;
  margin: 15px 0;
}
.listfullBox .noticeBtnW .btnR {
  float: right;
}
.listfullBox .noticeBtnW .btnL {
  float: left;
}
.listfullBox .pageBtnW {
  width: auto;
  margin: 0 auto;
  text-align: center;
}
.listfullBox .pageBtnW a {
  display: inline-block;
  width: 36px;
  margin-top: 35px;
  vertical-align: top;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
}
.listfullBox .pageBtnW .active {
  color: #212529;
}

/*** 결제ok테이블, pop 테이블 정의 ***/
table.paymentTable2 {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  box-sizing: border-box;
  border-collapse: collapse;
  border: 0;
}
table.paymentTable2 thead tr th {
  background-color: transparent;
  border: 0;
  color: #464646;
  text-align: center;
  padding: 0 0 3px 0;
  vertical-align: middle;
  position: relative;
}
table.paymentTable2 tbody th {
  background-color: #f9f9f9;
  border: 0;
  border-right: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  color: #777;
  text-align: right;
  padding: 5px 12px;
  font-weight: normal;
  font-size: 15px;
  border-left: 1px solid #e9e9e9;
}
table.paymentTable2 tbody td {
  background-color: #fff;
  border: 0;
  border-left: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  text-align: left;
  padding: 5px 12px;
  font-weight: normal;
  font-size: 15px;
  vertical-align: middle;
  line-height: 280%;
}

/* 마이페이지-이용결제구매내역 페이지*/
.mypage .content .paymentok-content-title {
  margin: 0;
}
.mypage .lnb li a:hover {
  background: #1caee0;
  color: #fff;
  cursor: pointer;
}
.captionTitle {
  position: relative;
  float: left;
  width: 100%;
}
.captionTitle h4 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: normal;
}
.tableCaptionB {
  padding: 10px 0;
  color: #666;
  font-size: 13px;
}
/* 리뉴얼 추가 수정 */
.gradeItem-1 {
  margin-top: 21px;
  border-top: 1px dashed #e6e6e6;
}
.gradeItem-1 .discription {
  padding: 20px;
  color: #666;
  font-size: 15px;
  background-color: #fff;
}
.gradeItem-1 .description a {
  text-decoration: underline;
}

.gradeItem-2 {
  margin-top: 21px;
  border-top: 1px dashed #e6e6e6;
}
.gradeItem-2 .discription {
  padding: 20px;
  color: #666;
  font-size: 15px;
  background-color: #fff;
}
p.discription span.point {
  color: #333;
  font-weight: bold;
}
p.discription span.skyblue {
  color: #1caee0;
}

table.tableType2 {
  width: 100%;
  margin-bottom: 0;
  border-collapse: collapse;
  border: 0;
}
table.tableType2 thead tr th {
  padding: 8px 0;
  background-color: #f8f8f8;
  border: 1px dashed #e6e6e6;
  font-size: 14px;
  color: #6c757d;
  text-align: center;
  vertical-align: middle;
}
table.tableType2 thead tr th:first-child {
  border-left: 0;
}
table.tableType2 thead tr th:last-child {
  border-right: 0;
}
table.tableType2 thead tr:nth-child(2) th {
  color: #6e747c;
  text-align: center;
  background-color: #e5eaf2;
  border: 0;
  border-left: 1px solid #d9dee8;
  border-bottom: 1px solid #d9dee8;
}
table.tableType2 thead tr:nth-child(3) th {
  color: #6e747c;
  text-align: center;
  background-color: #e5eaf2;
  border: 0;
  border-left: 1px solid #d9dee8;
  border-bottom: 1px solid #d9dee8;
}
table.tableType2 tbody th {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  background-color: #fff;
  border: 0;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 10px 5px;
}
table.tableType2 tbody td {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  background-color: #fff;
  border: 0;
  border-left: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 10px 5px;
  vertical-align: middle;
} /*수정*/
table.tableType2 tbody td:first-child {
  border-left: 0;
}
table.tableType2 tfoot th {
  color: #a1120b;
  font-weight: 400;
  background-color: #fff;
  border: 0;
  border-left: 1px solid #dddad2;
  border-bottom: 1px solid #dddad2;
  text-align: center;
  padding: 5px 0;
}
table.tableType2 tfoot td {
  color: #a1120b;
  font-weight: 400;
  background-color: #fff;
  border: 0;
  border-left: 1px solid #dddad2;
  border-bottom: 1px solid #dddad2;
  text-align: right;
  padding: 5px 15px;
}
table.tableType2 tbody tr:hover,
table.tableType2 tbody tr:hover th,
table.tableType2 tbody tr:hover td {
  background: #ffffff;
}
table.tableType2 tbody th:first-child,
table.tableType2 tfoot th:first-child,
table.tableType2 thead.tfoot tr th:first-child {
  border-left: 0;
}
table.tableType2 tbody td.txtL {
  text-align: left;
}
table.tableType2 tbody td.txtR {
  text-align: right;
}

/*** 이용결제구매내역 테이블 정의(1) ***/
.infoboxW {
  width: 61%;
  height: 150px;
  margin: auto;
  display: flex;
  border: 1px solid #d7d7d7;
  border-radius: 12px;
}
table.tableNoneType {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border: 0;
  background: #fff;
}
table.tableNoneType tbody tr th {
  padding: 3px 0;
  color: #999;
  text-align: right;
  vertical-align: middle;
  background-color: transparent;
  border: 0;
}
table.tableNoneType tbody tr th.memberInfo {
  position: relative;
  width: 40%;
  border-right: 1px solid #e9e9e9;
}
table.tableNoneType tbody tr td {
  padding: 5px 15px;
  color: #333;
  text-align: left;
  vertical-align: middle;
  background-color: transparent;
  border: 0;
}
.txtGrade {
  display: inline-block;
  position: absolute;
  left: 100px;
  width: 120px;
  height: 87px;
  margin: 10px;
  padding: 30px 0 3px 0;
  color: #1caee0;
  font-size: 28px;
  text-align: center;
  line-height: 150%;
  background-color: #fff;
  border: 1px solid #1caee0;
  border-radius: 50%;
}
.txtGrade small {
  display: block;
  width: 100%;
  margin-top: -15px;
  font-size: 13px;
}
table.mobile {
  display: none;
}
.tableType2-control {
  position: relative;
  width: 100%;
  overflow-x: auto;
}
.tableType2-control table.tableType2 tbody tr td .btnSize10 {
  height: auto;
  line-height: normal;
}
table.paymentTable {
  width: 100%;
  margin-bottom: 0;
  border-collapse: collapse;
  border: 0;
  border-bottom: 1px solid #e9e9e9;
}
table.paymentTable thead tr th {
  background-color: transparent;
  border: 0;
  color: #464646;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
table.paymentTable tbody th {
  background-color: #fff;
  border: 0;
  border-right: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  text-align: center;
  padding: 8px;
  font-weight: normal;
  /* font-size: 13px; */
  /* border-left: 1px solid #e9e9e9; */
  letter-spacing: -0.1px;
  word-break: break-all;
}
table.paymentTable tbody tr th.txtC {
  background-color: #f4f4f4;
  text-align: center;
} /*수정*/
table.paymentTable tbody td {
  background-color: #f4f4f4;
  border: 0;
  border-left: 1px solid #ececec;
  /* border-right: 1px solid #ececec; */
  border-top: 1px solid #e9e9e9;
  text-align: center;
  padding: 5px 8px;
  font-weight: normal;
  /* font-size: 13px; */
  vertical-align: middle;
} /*수정*/
table.paymentTable tbody td.tdnone {
  /* background-color:transparent; border:0;*/
  color: transparent;
  height: 80px;
}
table.paymentTable tbody tr:last-child th {
  height: 70px;
}

/*** 이용결제구매내역 테이블 정의(3) ***/
table.paymentTable2 tbody tr {
  width: 100%;
  height: 60px;
}
table.paymentTable2 tbody tr th {
  box-sizing: border-box;
  width: 25%;
  padding-right: 10px;
  text-align: right;
  border: thin solid #e9e9e9;
  border-left: none;
}
table.paymentTable2 tbody tr td {
  box-sizing: border-box;
  width: 75%;
  padding-left: 10px;
  background-color: #fff;
  text-align: left;
  border-bottom: thin solid #e9e9e9;
}

/*** 회원가입페이지 정의 ***/
/* 리뉴얼 수정 */
.contentBox {
  max-width: 1160px;
  margin: auto;
}

.contentW .contentBox .contentPart {
  width: 80%;
}
.contentW .contentBox .contentPart .ipBoxType5 {
  width: 100%;
  margin: 0 auto;
}
.contentW .contentBox .contentPart .ipBoxType5 li:first-child {
  margin-bottom: 10px;
}
.contentW .contentBox .contentPart .ipBoxType5 li input {
  width: 65%;
}
.contentW .contentBox .contentPart .ipBoxType4 {
  clear: both;
  width: 100%;
  margin-top: 40px;
}
.contentW .contentBox .contentPart .ipBoxType4 li {
  width: 100%;
  padding: 0;
  color: #333;
}
.contentW .contentBox .contentPart .ipBoxType4 li .articleCaption {
  padding: 20px 0 10px;
  font-size: 15px;
  font-weight: bold;
} /*0825*/
.contentW .contentBox .contentPart .ipBoxType4 .articleType4 {
  overflow: hidden;
  overflow-y: scroll;
  clear: both;
  width: 96%;
  height: 200px;
  padding: 2%;
  background-color: #fff;
  border: 1px solid #bdbdbd;
}

/*** 개인정보처리및이용약관 ***/
.articlePart {
  font-size: 13px;
  line-height: 170%;
}
.article_title {
  /* float: left;
  width: 100%; */
  margin: 20px 0 10px 0;
  color: #777;
  font-size: 15px;
  font-weight: 600;
}
.article_stitle {
  float: left;
  width: 100%;
  height: 15px;
  padding: 0 0 0 20px;
  font-size: 13px;
  font-weight: bold;
}
.article_text {
  /* float: left;
  width: 100%; */
  margin: 0 0 15px 0;
}
.article_discrip2 {
  padding-left: 25px;
}
.article_list,
.article_list2 {
  clear: both;
  margin-bottom: 15px;
  padding: 0 0 0 20px;
}
.article_list li {
  /* float: left;
  width: 100%; */
  padding: 3px 0 3px 0;
  list-style-type: decimal;
}
.article_list2 li {
  /* float: left; */
  /* width: 100%; */
  padding: 3px 0 3px 0;
  list-style-type: none;
}
.article_listsub {
  /* float: left; */
  /* width: 100%; */
  margin: 10px 15px;
}
.article_listsub li {
  list-style-type: none;
}

.privacy_box {
  padding: 0 50px;
}
.privacy_box h5 {
  float: left;
  width: 100%;
  margin-top: 40px;
  padding: 5px 0;
  font-size: 15px;
  font-weight: bold;
}
.privacy_box h6 {
  color: #777;
  font-size: 15px;
  font-weight: 600;
}
.privacy_list {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  line-height: 150%;
}
.privacy_list li {
  padding: 5px 0;
}
.privacy_sub {
  padding-left: 15px;
}
.discriptionTxt1 {
  margin-bottom: 25px;
}
.discriptionTxt2 {
  margin-bottom: 12px;
}

.linkBox {
  clear: both;
  float: left;
  width: 100%;
  margin: 0;
  margin-bottom: 60px;
  padding: 0;
}
.linkBox li {
  display: inline-block;
  float: left;
  width: 33%;
  margin-left: -1px;
  margin-top: -1px;
  background-color: #fdfdfd;
  border: 1px solid #ddd;
}
.linkBox li:nth-child(7) {
  width: 65.9%;
}
.linkBox li a {
  display: block;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  line-height: 350%;
  background: url(../img/sub/ico_linkarrow.png) 96% 18px no-repeat;
}
.linkBox li a:hover,
.linkBox li a:focus {
  color: #0099cd;
  text-decoration: none;
}
.linkBox li:nth-child(7) a {
  background-position: 98% 18px;
}
.linkBox li a:hover {
  background-position-y: -25px;
}

/*** 회원가입완료 페이지 ***/
.memberOk {
  width: 570px;
  margin: 0 auto;
  padding: 50px;
  border-radius: 4px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.075);
  background: #fff url(../img/sub/ci_wisein.png) 50px 50px no-repeat;
  font-size: 17px;
  line-height: 34px;
}
.txtBig {
  float: left;
  clear: both;
  width: 100%;
  margin: 125px 0 20px 0;
  color: #555;
  font-size: 35px;
  font-weight: lighter;
  text-align: left;
}
.txtPoint {
  display: inline;
  padding: 0 10px;
  background-color: #fff;
  color: #103190;
  font-weight: bold;
}

/*** 로그인페이지 정의 ***/
.member-lnb .lnb li a:hover {
  background: #1caee0;
  color: #fff;
  cursor: pointer;
}
.section2 {
  width: 100%;
  height: 184px;
  margin-top: 72px;
  padding: 72px 0;
  text-align: center;
  background-color: #f8f8f8;
}
.section2-ok {
  width: 100%;
  padding: 72px 0;
  text-align: center;
  background-color: #f8f8f8;
}
.section2-ok .content p.txt {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  padding: 8px 8px 0 8px;
}
.section2-ok .content p.pc {
  display: block;
}
.section2-ok.content p.mobile {
  display: none;
}

.section2 .content p.txt {
  font-size: 20px;
  line-height: 1.5;
}
.section2 .content p.pc {
  display: block;
}
.section2 .content p.mobile {
  display: none;
}

.paymentok-content-title {
  font-size: 42px;
  font-weight: 500;
  line-height: 40px;
  color: #212529;
}
.loginW {
  width: 500px;
  margin: auto;
}
.loginW ul li {
  margin-top: -1px;
}
.loginW ul li input[type='text'],
.loginW input[type='password'] {
  width: 100%;
  height: 55px;
  border-radius: 0;
}
.loginW ul li button {
  width: 100%;
  border-radius: 0;
}
.loginW .idpwsave {
  margin-top: 30px;
  font-size: 13px;
}
.loginW .linkPageW {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
  background-color: #f4f4f4;
}
.loginW .linkPageW a {
  display: inline-block;
  width: 33%;
  height: 100%;
  padding: 0;
  color: #666;
  font-size: 13px;
  text-align: center;
  line-height: 250%;
  background: url(../img/line_img1.png) 0 0 no-repeat;
}
.loginW .linkPageW a:first-child {
  background: none;
}
.loginW .linkPageW a:hover,
.loginW .linkPageW a:focus {
  color: #1caee0;
  text-decoration: underline;
}
.loginW .exW {
  overflow: hidden;
  float: left;
  width: 96%;
  margin-top: 1px;
  padding: 20px 2%;
  color: #777;
  font-size: 13px;
  background-color: #f4f4f4;
}
.loginW .exW li {
  padding: 5px 0 10px 30px;
  line-height: 135%;
  background: url(../img/ico_bl.png) 15px 10px no-repeat;
}

/*** 아이디찾기 페이지 정의 ***/
.memberFind {
  width: 100%;
  margin: auto;
}
.memberFind .ipBoxType2 .select-filter {
  box-sizing: border-box;
  width: 25%;
  height: 36px;
  line-height: 36px;
  float: left;
  border-radius: 5px;
  padding-left: 3%;
  margin-top: 5px;
  border: 1px solid #c1c1c1;
  background-color: #fff;
}
.memberFind .ipBoxType2 .select-filter option {
  width: 100%;
  height: 100%;
}
.memberFind .idpwIco {
  background: url(../img/ico_find.png) 0 0 no-repeat;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 20px 40px;
  font-size: 25px;
  font-weight: bold;
  float: left;
  margin: 0;
}
.memberFind .masterCase dt {
  padding-bottom: 5%;
  font-size: 15px;
  font-weight: normal;
  line-height: 220%;
}
.memberFind .masterCase dt > span {
  vertical-align: middle;
}
.memberFind .ipBoxType2 {
  display: inline-block;
  float: left;
  width: 50%;
  margin-left: -1px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
}
.memberFind .ipBoxType2 dt {
  width: 90%;
  margin-bottom: 1px;
  padding: 5%;
}
.memberFind .ipBoxType2 dt label {
  display: inline-block;
  padding-left: 5px;
  font-size: 18px;
  font-weight: bold;
}
.memberFind .ipBoxType2 dt .txtDescription {
  height: 45px;
  padding: 10px 0 0 0;
  color: #777;
  font-size: 14px;
  font-weight: 400;
}
.memberFind .ipBoxType2 dd {
  position: relative;
  float: left;
  width: 90%;
  height: 120px;
  padding: 5%;
  line-height: 280%;
  background-color: #fff;
  border-top: 1px dotted #e7e7e7;
}
.memberFind .ipBoxType2 dd.resultBox {
  line-height: 150%;
}

.select-filter-phone {
  float: left;
  box-sizing: border-box;
  width: 60px;
  height: 36px;
  line-height: 36px;
  margin-right: 5px;
  padding-left: 3%;
  border-radius: 5px;
  font-size: 15px;
  font-family: 'NanumSquare', sans-serif;
  border: 1px solid #c1c1c1;
}
.select-filter-phone option {
  width: 100%;
  height: 100%;
}
#hphone2,
#hphone3,
#tphone2,
#tphone3 {
  margin: 0 5px;
}

/* 비밀번호 재설정 페이지 정의 */
#find_pw_email,
#find_pw_email_result,
#find_pw_email_new,
#find_pw_phone,
#find_pw_phone_result,
#find_pw_phone_new {
  font-size: 17px;
}
#find_pw_email_new {
  height: auto;
}
#find_pw_email_result .btninnerRW button {
  margin-top: 20px;
}
#find_pw_email_new .btninnerRW button:first-child {
  margin-top: 20px;
}

/*** 1:1상담내역 페이지 정의 ***/
/*** 게시판 정의 ***/
.findW {
  overflow: hidden;
  float: right;
}
.findL {
  display: inline-block;
  float: left;
}
.findR {
  display: inline-block;
  float: right;
}

.ComboBtnW,
.ipChangeW,
.inputType,
.claendarType {
  display: inline-block;
  float: left;
}
.inputType {
  position: relative;
  width: 80%;
}
.ipChangeW {
  width: 60%;
}
.inputType > input {
  width: 100%;
}

.searchIco {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  top: 2px;
  border: 0;
  background: transparent url(../img/ico_search.png) 50% 50% no-repeat;
}

/*** 회원정보수정 페이지 ***/
.resetW {
  float: left;
  width: calc(100% - 30px);
  margin: 10px 0;
  padding: 15px;
  line-height: 270%;
  background: #f9f9f9;
  border: 1px solid #efefef;
  border-radius: 4px;
}
.resetW > input {
  width: 30%;
  height: 30px;
  color: #333;
  font-size: 14px;
}

/*** 회원탈퇴페이지 정의 ***/
.memberWithdraw .memberInfoW {
  width: 100%;
  margin: auto;
  padding-bottom: 50px;
  text-align: center;
}
.memberWithdraw .memberInfoW .icoGrade2 {
  display: inline-block;
  vertical-align: top;
  width: 110px;
  height: 110px;
  margin: 10px;
}
.memberWithdraw .memberInfoW .icoGrade2 img {
  width: 100%;
}
.memberWithdraw .memberInfoW .memberTxtW {
  display: inline-block;
  padding-top: 35px;
  color: #777;
  font-size: 17px;
  line-height: 34px;
}
.memberWithdraw .memberInfoW .memberTxtW b {
  color: #333;
  font-size: 28px;
  font-weight: normal;
}
.memberWithdraw .withdrawW {
  margin-bottom: 10px;
  padding: 40px;
  line-height: 150%;
  background-color: #fff;
}
.memberWithdraw .withdrawW .titlePoint {
  margin-bottom: 10px;
  color: #1caee0;
  font-size: 20px;
  font-weight: 600;
}
/* .memberWithdraw .withdrawW .withdraw1 {
  margin: 20px 0 10px 0;
}
.memberWithdraw .withdrawW .withdraw1 li {
  background: url(../img/sub/ico_bl2.png) 0 6px no-repeat;
  padding: 0 0 10px 15px;
  font-size: 15px;
} */
/* .memberWithdraw .withdrawW .withdraw1 li::before {
  content: '●';
  color: #1caee0;
  font-size: 5px;
  vertical-align: middle;
} */
.memberWithdraw .articleCaption {
  width: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}

.memberWithdraw .articleCaption input {
  margin-top: 7px;
}
.memberWithdraw .articleCaption label {
  font-size: 16px;
}

.withdrawWCK {
  font-size: 15px;
}

/***버튼 정의***/
.btnW {
  clear: both;
  width: 100%;
  text-align: center;
  margin: 50px 0 10px 0;
}
.btnPopW {
  clear: both;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.btnPopW button {
  font-size: 17px !important;
}
.btnDefalut {
  font-size: 16px;
  background-color: #764bea;
  border: 1px solid #764bea;
  border-radius: 35px;
  color: #ffff;
  cursor: pointer;
  transition: 0.2s background-color, color ease-in-o;
  padding: 10px 21px;
}
.btnDefalut:hover {
  background-color: #3b09c2;
}

.btnDefalut2 {
  padding: 0 20px;
  line-height: 220%;
  font-size: 18px;
}
/* .btnDefalut:hover,
.btnDefalut:focus,
.btnDefalut:active {
  background: -webkit-linear-gradient(#1caee0, #0394df);
  background: -o-linear-gradient(#1caee0, #0394df);
  background: -moz-linear-gradient(#1caee0, #0394df);
  background: linear-gradient(#1caee0, #0394df);
} */
.tax-btninner {
  width: auto;
  height: 36px;
  padding: 5.5px 10px;
  line-height: 150%;
  color: #764bea;
  font-size: 13px;
  font-weight: normal;
  border: 1px solid #764bea;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #764bea;
  cursor: pointer;
}
.tax-btninner:hover {
  color: #ffff;
  background-color: #764bea;
}

.btninner {
  width: auto;
  height: 36px;
  padding: 5.5px 10px;
  line-height: 150%;
  color: #464646;
  font-size: 13px;
  font-weight: normal;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
  background: #fff;
  border-radius: 4px;
  border: 1px solid #d2d2d2;
}

.btninner[disabled],
.btninner[readonly],
.btninner[disabled]:hover,
.btninner[disabled]:focus,
.btninner[readonly]:hover,
.btninner[readonly]:focus {
  color: #777;
  background: #ececec;
  cursor: not-allowed;
  border: 1px solid #bdbdbd;
}
.btninner:hover,
.btninner:focus,
.btninner:active,
.dataBox label.btninner:hover,
.dataBox label.btninner:focus,
.dataBox label.btninner:active {
  background: #1caee0;
  color: #fff;
  border: 1px solid #bdbdbd;
}

.btnSize5 {
  width: 125px;
  color: #1caee0;
  font-size: 15px;
}
.btnSize6 {
  font-weight: normal;
}
.btnSize7 {
  width: 115px;
  height: 32px;
  font-size: 15px;
  line-height: 150%;
}
.btnPwFind {
  width: 122px;
}

.btninnerRW button {
  width: 100%;
  padding: 0;
  border-radius: 0;
}

/*****팝업정의*****/
.layerPop {
  position: absolute;
  top: -78px;
  right: 0;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
  padding: 10px 20px;
  z-index: 999;
}
.layerPop a {
  color: #464646;
}
.siteLink ul li {
  display: block;
  color: #464646;
  border: 0;
  width: 100%;
}
.siteLink ul li a {
  color: #464646;
  padding: 5px 15px;
  margin: 0;
  line-height: 120%;
  font-weight: normal;
  display: block;
}
.siteLink ul li a:hover,
.siteLink ul li a:focus {
  color: #fff;
  text-decoration: none;
}
body.popW {
  background: transparent;
}
html {
  -webkit-tap-highlight-color: transparent;
}
.mfp-iframe-scaler iframe {
  box-shadow: none !important;
  background: transparent !important;
}
.popBox {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #555;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.35);
  margin: 0 auto;
  width: 590px;
  position: relative;
  overflow: hidden;
}
.popBox h5 {
  margin: 0;
  padding: 15px 25px;
  background-color: #f9f9f9;
  color: #333;
  font-size: 19px;
  font-weight: 700;
}
.popContents {
  padding: 40px 25px 20px 25px;
}
.paymentResultW {
  width: 100%;
  margin: 0 auto;
  /* border: 3px solid #1caee0; */
  box-sizing: border-box;
} /*pop-수정0810*/
.popClose {
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #eee;
  width: 50px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}

/***기타공통 정의***/
.errorTxt {
  clear: both;
  float: left;
  width: 94%;
  min-height: 38px;
  margin: 0;
  padding-top: 5px;
  color: #ff675b;
  font-size: 13px;
  line-height: 150%;
}
.errorTxt b {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  line-height: 150%;
}
.okTxt {
  clear: both;
  float: left;
  width: 100%;
  height: 38px;
  margin: 0;
  padding: 0;
  color: #0079bf;
  font-size: 13px;
  line-height: 38px;
}
.okTxt b {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-bottom: 2px;
  text-align: center;
  vertical-align: middle;
  line-height: 150%;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
}
.txtEss {
  padding: 0 5px;
  color: #ff675b;
}
.txtex {
  padding: 0 10px;
  color: #999;
  font-size: 13px;
}
.txtPoint1 {
  margin-bottom: 10px;
  color: #1caee0;
  font-size: 20px;
  font-weight: 600;
}
.txtPoint2 {
  color: #764bea;
  /* font-weight: 700; */
}
.sm {
  min-height: auto;
  padding-bottom: 0;
}

/*ie9이상*/
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
  h2 {
    font-weight: 600;
  }
  .gnb ul li {
    font-weight: 600;
  }
}

/*IE10 and IE11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .calendarW {
    height: 24px;
  }
  table.paymentTable tbody td.tdnone {
    height: 81px;
  }
}

/* @media (max-width: 1500px) {
  .contentBox {
    width: 70%;
  }
} */

@media (max-width: 1440px) {
  #pw_msg_new > b {
    width: 15px;
    height: 15px;
    margin: 0 5px 2px -10px;
    font-size: 10px;
  }
}

@media (max-width: 1280px) {
  .contentW {
    padding-bottom: 0;
  }
  .contentBox {
    width: 100%;
    box-sizing: border-box;
  }

  input[type='text'],
  input[type='password'] {
    font-size: 13px;
  }

  .location {
    width: 90%;
  }
  .memberFind .masterCase dt {
    line-height: 180%;
  }
  .select-filter-phone {
    font-size: 13px;
  }
}

@media (max-width: 1024px) {
  html,
  body {
    width: 100%;
    height: 100%;
    min-width: inherit;
  }
  .section2 .content p.txt {
    font-size: 18px;
    line-height: 30px;
  }

  .dataBox .upload-name {
    margin-top: 0;
  }
  table.tableNoneType tbody tr th {
    font-size: 15px;
  }
  table.tableNoneType tbody tr td {
    font-size: 15px;
  }

  /*아이디비번찾기 페이지*/
  .memberFind .ipBoxType2 dt label {
    font-size: 17px;
  }
  #find_pw_email_result,
  #find_pw_email_new,
  #find_pw_phone_result,
  #find_pw_phone_new {
    font-size: 1.8vw;
  }

  .findW .search-text input {
    width: 400px;
  }
}

@media (max-width: 780px) {
  .location {
    display: none;
  }
  .memberFind .ipBoxType2 {
    width: 99.5%;
    margin-left: 0;
  }
  .memberFind .ipBoxType2 dt label {
    font-size: 18px;
  }
  #find_pw_email_result,
  #find_pw_email_new,
  #find_pw_phone_result,
  #find_pw_phone_new {
    font-size: 16px;
  }
  .memberFind .ipBoxType2_2 {
    margin-top: 30px;
  }
  .requestWrite .ipBoxType3 > dd > input {
    width: 96%;
  }
  .ipBoxType3 br.mobile {
    display: block;
  }

  /*회원가입완료 페이지*/
  .memberOk {
    width: calc(100% - 100px);
  }
  .btnW {
    margin-top: 45px;
  }
}

@media (max-width: 768px) {
  .section2 {
    height: 124px;
  }
  .section2 .content h2.paymentok-content-title {
    font-size: 27px;
    line-height: 40px;
  }
  .section2 .content p.txt {
    width: 90%;
    margin: auto;
    font-size: 17px;
  }
  /* .contentW .contentBox {
    padding: 45px 7%;
  }
  #email1 {
    width: 40%;
  }
  #email2 {
    width: 50% !important;
  }
  #auth_file {
    width: 70%;
  } */
  .btnDefalut,
  .btnSize7 {
    font-size: 15px;
  }

  /*회원가입페이지*/
  .contentW .contentBox .contentPart {
    width: 100%;
  }
  .contentW .contentBox .contentPart .ipBoxType5 li input {
    width: 60%;
  }
  .btninner {
    line-height: normal;
  }
  .btnSize5 {
    height: 38px;
    font-size: 15px;
  }
  .contentW .contentBox .contentPart .ipBoxType4 {
    margin-top: 45px;
  }
  .articlePart {
    font-size: 11px;
  }

  /*로그인페이지*/
  .loginW ul li input[type='text'],
  .loginW input[type='password'] {
    height: 46px;
  }
  .dataBox .upload-name {
    box-sizing: border-box;
    width: 95%;
    margin-top: 5px;
  }
  /* #hphone2,
  #hphone3,
  #tphone2,
  #tphone3 {
    width: 30% !important;
  } */

  /*아이디비번찾기 페이지*/
  .memberFind .idpwIco {
    background: url(../img/ico_find2.png) 0 0 no-repeat;
    padding: 0 0 20px 30px;
    font-size: 22px;
  }
  .memberFind .masterCase dt {
    padding-bottom: 35px;
    font-size: 14px;
    line-height: 180%;
  }

  /*이용구매내역 페이지*/
  /* .infoboxW {
    width: 95%;
    padding: 2.5%;
  } */
  table.tableNoneType tbody tr th.memberInfo {
    width: 45%;
  }
  .memberIcoW {
    width: 100px;
    height: 100px;
  }
  .memberIcoW img {
    width: 100%;
  }
  .txtGrade {
    left: 85px;
    width: 100px;
    height: 77px;
    padding: 20px 0 3px 0;
  }
  table.tableType2 thead tr th {
    font-size: 14px;
  }

  /*마이페이지-1:1상담내역페이지*/
  /* table.tablelistType thead {
    height: 38px;
    line-height: 38px;
    font-size: 12px;
  }
  table.tablelistType tbody tr {
    height: 38px;
    line-height: 38px;
    font-size: 12px;
  }
  table.tablelistType tbody tr td {
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #afafaf;
    vertical-align: middle;
    text-align: center;
  }
  table.tablelistType thead tr th:nth-child(1) {
    width: 10%;
  }
  table.tablelistType tbody tr td:nth-child(1) {
    width: 10%;
  }
  table.tablelistType thead tr th:nth-child(2) {
    width: 15%;
  }
  table.tablelistType tbody tr td:nth-child(2) {
    width: 15%;
  }
  table.tablelistType thead tr th:nth-child(3) {
    display: none;
  }
  table.tablelistType tbody tr td:nth-child(3) {
    display: none;
  }
  table.tablelistType thead tr th:nth-child(4) {
    width: 55%;
  }
  table.tablelistType tbody tr td:nth-child(4) {
    width: 55%;
  }
  table.tablelistType thead tr th:nth-child(5) {
    width: 20%;
  }
  table.tablelistType tbody tr td:nth-child(5) {
    width: 20%;
  }
  table.tablelistType thead tr th:nth-child(6) {
    display: none;
  }
  table.tablelistType tbody tr td:nth-child(6) {
    display: none;
  }
  table.tablelistType tbody tr td:nth-child(6) .modify-bt {
    width: auto;
    height: 23px;
    font-size: 12px;
    line-height: 23px;
  } */
  .select-filter-myqna {
    width: auto;
    height: 40px;
    padding: 0;
    font-size: 14px;
  }
  .listfullBox .write-bt-box .write-bt {
    padding: 3px 18px;
    font-size: 13px;
  }
  .listfullBox .pageBtnW {
    margin: 27px auto 41px;
  }
  .listfullBox .pageBtnW .paging-num {
    margin: 0;
  }
  .listfullBox .pageBtnW a {
    width: 30px;
    font-size: 14px;
  }

  /*회원탈퇴 페이지*/
  .memberWithdraw .memberInfoW .icoGrade2 {
    width: 100px;
    height: 100px;
  }
  .memberWithdraw .withdrawW {
    font-size: 15px;
  }
  .memberWithdraw .withdrawW .titlePoint {
    font-size: 17px;
  }
  table.tableType2 tbody th {
    font-size: 13px;
  }
  table.tableType2 tbody td {
    font-size: 13px;
  }
  .memberWithdraw .articleCaption {
    padding-top: 35px;
  }
}

.qnaTitle {
  font-family: 'NotoSansKR';
  margin-top: 6px;
  position: absolute;
  font-size: 16px;
  line-height: 24px;
  color: #202223;
}

@media (max-width: 700px) {
  div.withdrawWCK {
    font-size: 13px;
  }

  input[type='text']:focus,
  input[type='text']:hover,
  input[type='password']:hover,
  input[type='password']:focus {
    font-size: 13px;
  } /*수정4*/
  .ipBoxType3 dt {
    width: 70px;
  }
  .ipBoxType3 dd {
    width: calc(100% - 100px);
    padding: 10px 10px 10px 0;
  }
  .requestWrite-input input[type='text'] {
    width: 96%;
  }

  /* .findW .findL {
    width: 100%;
    margin-bottom: 14px;
  } */

  /*이용결제구매내역 페이지*/
  table.pc {
    display: none;
  }
  table.mobile {
    display: block;
  }
  table.tableNoneType {
    width: 50%;
    margin: auto;
  }
  table.tableNoneType tbody tr th.memberInfo {
    width: 39%;
    border-right: 0;
  }
  table.tableNoneType tbody tr th {
    padding-left: 0;
    text-align: left;
  }
  table.tableNoneType tbody tr td {
    position: relative;
    left: -40px;
  }
}

@media (max-width: 590px) {
  /*로그인페이지*/
  .loginW {
    width: 100%;
  }

  /*아이디비번찾기 페이지*/
  #find_pw_email_result,
  #find_pw_email_new,
  #find_pw_phone_result,
  #find_pw_phone_new {
    font-size: 14px;
  } /*수정0806-4*/

  /* .thActive {
    display: none;
  } */

  .findW .search-text input {
    width: 270px;
  }

  /*회원가입완료 페이지*/
  .memberOk {
    width: calc(100% - 60px);
    padding: 30px;
    background: #fff url(../img/sub/ci_wisein.png) 30px 30px no-repeat;
    font-size: 14px;
    line-height: 28px;
  }
  .txtBig {
    font-size: 33px;
  }
  .btnW .memberOkBtn1,
  .btnW .memberOkBtn2 {
    width: 48%;
    padding: 0;
  }
  .btnW .memberOkBtn2 {
    margin-left: 2%;
  }

  /*** pop 테이블 정의 ***/
  .popW {
    width: 100%;
    height: 100%;
  }
  .popBox {
    position: relative;
    background-color: #fff;
    border-radius: 0;
    border: none;
    box-shadow: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

@media (max-width: 551px) {
  .inputType {
    position: relative;
    width: 100%;
  }
  .ipChangeW {
    width: 50%;
  } /*0427변경함, 70%였음*/
  .inputType > input {
    width: 100%;
  }

  #pw_msg_new {
    font-size: 11px;
  }

  table.tablelistType tbody tr td span {
    display: none;
  }
}

@media (max-width: 480px) {
  /*회원가입페이지*/

  .contentW .contentBox .contentPart .ipBoxType5 li input {
    width: 100%;
    margin-bottom: 5px;
  }
  .contentW .contentBox .contentPart .ipBoxType5 li .btnSize5 {
    width: 100%;
    font-size: 13px;
  }

  /*아이디비번찾기 페이지*/
  .memberFind .idpwIco {
    font-size: 20px;
  }
  .memberFind .ipBoxType2 dt label {
    font-size: 15px;
  }
  .memberFind .ipBoxType2 dt .txtDescription {
    font-size: 13px;
  }
  #find_pw_email_result,
  #find_pw_email_new,
  #find_pw_phone_result,
  #find_pw_phone_new {
    font-size: 13px;
  }

  /*회원탈퇴 페이지*/
  .memberWithdraw .memberInfoW {
    padding-bottom: 25px;
  }
  .memberWithdraw .memberInfoW .memberTxtW {
    display: block;
    padding-top: 15px;
    font-size: 15px;
  }
  .memberWithdraw .memberInfoW .memberTxtW b {
    font-size: 25px;
  }
  .memberWithdraw .withdrawW {
    padding: 25px;
    font-size: 14px;
  }
  .memberWithdraw .withdrawW .withdraw1 li {
    padding: 0 0 10px 0;
    font-size: 14px;
  }
  .memberWithdraw .articleCaption {
    width: 310px;
  }
  .chkImg {
    font-size: 15px;
  }

  .txtex {
    padding: 0;
    font-size: 12px;
  }
  .btnDefalut2 {
    width: 55px;
    padding: 2px;
    font-size: 11.5px;
    line-height: auto;
  }
  .ComboBtnW > div.dropdown > button.btn-default,
  .ComboBtnW > div.dropdown > button.btn-default:focus,
  .ComboBtnW > div.dropdown > button.btn-default:active,
  .ComboBtnW > div.dropup > button.btn-default,
  .ComboBtnW > div.dropup > button.btn-default:focus,
  .ComboBtnW > div.dropup > button.btn-default:active {
    padding: 4px 12px;
    font-size: 13px;
  }

  .dataBox .upload-name2 {
    width: 96%;
  }

  /*이용결제구매내역 페이지*/
  table.tableNoneType {
    width: 65%;
  }
  table.tableNoneType tbody tr th {
    font-size: 13px;
  }
  table.tableNoneType tbody tr td {
    font-size: 13px;
  }

  .select-filter-phone {
    width: 48px;
  }
  /* #hphone2,
  #hphone3,
  #tphone2,
  #tphone3 {
    width: 28% !important;
    margin: 0 3px;
  } */

  /*  */
  input[type='text'],
  input[type='password'] {
    box-sizing: border-box;
    width: 258px;
    height: 48px;
    padding: 24px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
  }

  #square-wrap .square-content .search-box .search-text .search-text-input {
    height: 36px;
    padding: 12px !important;
  }
}

/*220214 kky추가 - seminar-apply.html*/
.noticeOutline {
  box-sizing: border-box;
  width: 100%;
  padding: 1rem 3rem 0.8rem 3rem;
  margin: -1rem 0 1rem;
  background-color: #f9f9f9;
  border: 1px dashed #ddd;
  color: #777;
}

@media (max-width: 768px) {
  .noticeOutline {
    margin-bottom: 0;
    padding-left: 1rem;
    font-size: 14px;
  }
}

@media (max-width: 426px) {
  /*회원가입완료 페이지*/
  .btnW {
    margin-top: 25px;
  }
  .btnW .memberOkBtn1,
  .btnW .memberOkBtn2 {
    width: 100%;
  }
  .btnW .memberOkBtn2 {
    margin-top: 5px;
    margin-left: 0;
  }
}

@media (max-width: 380px) {
  /*이용결제구매내역 페이지*/
  table.tableNoneType {
    width: 80%;
  }

  .Hsize50 {
    width: 300px;
    font-size: 13px;
  }
}
