/* Common Style */
input[type="text"] {
  width: 100%;
}
.header .h_content nav .main_menu > li:last-child .sub_menu {
  left: auto;
}

.dimm {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  z-index: 1001;
  display: none;
}

/* .container {
  padding-top: 80px;
} */

.contents {
  max-width: 100%;
  margin: 0 auto;
}
/* Sub Pages */

/* ----------------------------------------이미지 없는 버전 */
.subVisual {
  margin: 60px 0 64px;
}

.subVisual .visualInner {
  position: relative;
  color: #000;
  padding-left: 2.5rem;
}
.subVisual .visualInner h2 {
  font-size: clamp(40px, 4.58333vw, 64px);
  font-weight: 600;
  letter-spacing: -1px;
  text-align: left;
}

.subVisual .visualInner p {
  font-size: 16px;
  color: #000;
  text-align: left;
  padding-top: 10px;
  font-weight: 500;
}
.content .data_content + .subTitle {
  padding-top: 100px;
}

.subWrap {
  /* width: 1340px; */
  width: 100%;
  max-width: 100%;
  /* margin: 0 auto; */
  padding: 0 30px;
  box-sizing: border-box;
  margin-bottom: 100px;

  display: flex;
  justify-content: center;
  position: relative;
  padding-left: 2.5rem;

  flex-direction: column;
  align-items: center;
}
.subWrap:after {
  display: block;
  content: "";
  clear: both;
}

.subWrap .aside {
  /* float: left; */
  margin-right: 60px;
  width: 220px;
  position: absolute;
  left: 2.5rem;

  top: 0;
}

.subWrap .aside p {
  font-size: 27px;
  color: #000;
  padding-bottom: 30px;
  border-bottom: 3px solid #000;
  line-height: 31px;
}

.subWrap .aside ul li {
  display: flex;
  width: 100%;
  /* height: 70px; */
  /* border-bottom: 1px solid #ddd; */
}
.subWrap .aside ul li:first-child a {
  padding-top: 0;
}
.subWrap .aside ul li a {
  /* display: table-cell;
    height: 100%; 
    font-size: 17px;*/
  /* color: #000; */
  vertical-align: middle;
  padding: 10px 0;
  box-sizing: border-box;
  word-break: keep-all;

  padding-bottom: 0.5rem;
  color: #b2b2b2;
  font-size: 20px;
  font-weight: 500;
}

.subWrap .aside ul li a:hover,
.subWrap .aside ul li a.current {
  color: #000;
}

.subWrap .aside ul li a:hover::before,
.subWrap .aside ul li a.current::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 18px;
  background: url(../images/arrow.svg) no-repeat center center;
  background-size: cover;
  margin-right: 8px;
  vertical-align: bottom;
}

.subWrap .subContents {
  /* float: left; */
  width: calc(100% - 280px);
  max-width: 1060px;
}
.subWrap .subContents ~ .subContents {
  padding-top: 50px;
}

.subWrap .subContents {
  float: left;
  width: calc(100% - 280px);
}
.subTitle {
  margin-bottom: 50px;
}

.subTitle h2 {
  font-size: 35px;
  color: #000;
  text-align: left;
  font-weight: 500;
  letter-spacing: -1px;
}

.grBox1 {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 50px;
  font-size: 16px;
  color: #666;
  line-height: 26px;
  margin-bottom: 40px;
}

.grBox1 span {
  color: #000;
}

.grBox2 {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  margin-bottom: 70px;
  padding: 50px 50px 70px 50px;
}

.grBox2 p {
  margin-bottom: 40px;
  font-size: 25px;
  text-align: center;
  font-weight: 500;
}

.grBox2 ul:after {
  display: block;
  content: "";
  clear: both;
}

.grBox2 li {
  font-size: 20px;
  float: left;
  width: 25%;
  text-align: center;
  padding-top: 105px;
}

.grBox2 li.lst01 {
  background: url("../images/ico_box01.png") no-repeat center 0/96px;
}

.grBox2 li.lst02 {
  background: url("../images/ico_box02.png") no-repeat center 0/96px;
}

.grBox2 li.lst03 {
  background: url("../images/ico_box03.png") no-repeat center 0/96px;
}

.grBox2 li.lst04 {
  background: url("../images/ico_box04.png") no-repeat center 0/96px;
}

.ztpBox dl {
  position: relative;
  height: 563px;
  background: url("../images/bg_grbox.png") no-repeat center center/100%;
}

.ztpBox dt {
  font-size: 35px;
  font-weight: 500;
  color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  line-height: 40px;
  margin: -20px 0 0 -60px;
  text-align: center;
}

.ztpBox dd {
  position: absolute;
  width: 50%;
}

.ztpBox dd strong {
  display: block;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 28px;
}

.ztpBox dd p {
  display: inline-block;
  font-size: 16px;
  color: #666;
  line-height: 25px;
  width: 400px;
  word-break: keep-all;
}

.ztpBox dd:nth-child(1) {
  left: 0;
  top: 0;
}

.ztpBox dd:nth-child(2) {
  right: 0;
  top: 0;
  text-align: right;
}

.ztpBox dd:nth-child(3) {
  left: 0;
  bottom: 0;
}

.ztpBox dd:nth-child(4) {
  right: 0;
  bottom: 0;
  text-align: right;
}

.boxLst li {
  padding-left: 34px;
  position: relative;
  margin-top: 15px;
  color: #666;
}

.boxLst li::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  background-color: #fff;
  border: 4px solid #000;
  border-radius: 16px;
}

.boxLst li:first-child {
  margin-top: 0;
}

.rdLst {
  padding: 0 60px;
  margin-bottom: 65px;
}

.rdLst dl {
  text-align: center;
  position: relative;
  padding-bottom: 40px;
}

.rdLst dl:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 4px;
  border: 1px solid #ddd;
  border-radius: 240px;
}

.rdLst dt {
  font-size: 25px;
  font-weight: 500;
  display: inline-block;
  background-color: #fff;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin-top: -10px;
  height: 25px;
}

.rdLst dt:before,
.rdLst dt:after {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  border-radius: 5px;
  background-color: #ddd;
  margin-top: -2.5px;
}

.rdLst dt:before {
  left: 0;
}

.rdLst dt:after {
  right: 0;
}

.rdLst dd {
  text-align: center;
}

.rdLst ul {
  display: inline-block;
}

.rdLst ul:after {
  display: block;
  content: "";
  clear: both;
}

.rdLst li {
  float: left;
  display: table;
  color: #fff;
  background-color: #000;
  width: 140px;
  height: 140px;
  border-radius: 150px;

  position: relative;
}

.rdLst li span {
  /* display: table-cell;
    line-height: 20px;
    font-size: 17px;
    vertical-align: middle; */
  display: block;
  line-height: 20px;
  font-size: 14px;
  position: absolute;
  left: 50%;
  top: 63%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.rdLst li span:last-child {
  font-size: 12px;
  top: 75%;
}

.rdLst li.rst03 span {
  width: 70%;
}
.rdLst li.rst04 span,
.rdLst li.rst05 span {
  top: 70%;
}
.rdLst dl ul li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
}
.rdLst li:before {
  position: absolute;
  width: 66px;
  height: 66px;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.rdLst li.rst01:before {
  background: url(../images/ico-grouping.svg) no-repeat center 10px/40px;
  content: "";
  /* width: 66px;
  height: 66px;
  position: absolute;
  right: 18%;
  bottom: 43%; */
}
.rdLst li.rst02:before {
  background: url(../images/ico_pure.svg) no-repeat 0 center/66px;
  content: "";
  /* width: 66px;
  height: 66px;
  position: absolute;
  right: 26%;
  bottom: 44%; */
}
.rdLst li.rst03:before {
  background: url(../images/ico_corruption.svg) no-repeat 0 center/66px;
  content: "";
  /* width: 66px;
  height: 66px;
  position: absolute;
  right: 27%;
  bottom: 42%; */
}
.rdLst li.rst04:before {
  background: url(../images/ico_shield.svg) no-repeat 0 center/66px;
  content: "";
  /* width: 66px;
  height: 66px;
  position: absolute;
  right: 26%;
  bottom: 44%; */
}
.rdLst li.rst05:before {
  background: url(../images/ico_more.svg) no-repeat 0 center/66px;
  content: "";
  /* width: 66px;
  height: 66px;
  position: absolute;
  right: 26%;
  bottom: 42%; */
}
.rdLst li + li {
  margin-left: 20px;
}

.tipArea .grBox1 {
  margin-bottom: 70px;
}

.sqLst {
  margin-bottom: 50px;
}

.sqLst dt {
  font-size: 25px;
  font-weight: 500;
  border-bottom: 1px solid #000;
  padding-bottom: 24px;
}

.sqLst li {
  display: table;
  width: 100%;
  height: 148px;
  border-bottom: 1px solid #ddd;
}

.sqLst li div {
  display: table-cell;
  vertical-align: middle;
  padding-left: 98px;
}

.sqLst li strong {
  display: block;
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 23px;
  font-weight: 500;
}

.sqLst li p {
  font-size: 16px;
  color: #666;
  line-height: 20px;
}

.sqLst li.lst01 {
  background: url("../images/ico_tip01.png") no-repeat 0 center/79px;
}

.sqLst li.lst02 {
  background: url("../images/ico_tip02.png") no-repeat 0 center/79px;
}

.sqLst li.lst03 {
  background: url("../images/ico_tip03.png") no-repeat 0 center/79px;
}

.bottomBtn {
  text-align: center;
}

.bottomBtn .btnD + .btnD {
  margin-left: 10px;
}

.btnD {
  display: inline-block;
  line-height: 47px;
  height: 50px;
  padding: 0 15px;
  font-size: 17px;
  color: #fff !important;
  text-align: center;
  font-weight: 400;
  background-color: #000;
  min-width: 120px;
  box-sizing: border-box;
  vertical-align: middle;
}

.btnD.wh {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #000 !important;
}

.btnS {
  display: inline-block;
  line-height: 37px;
  height: 40px;
  padding: 0 10px;
  font-size: 15px;
  color: #000 !important;
  text-align: center;
  font-weight: 400;
  background-color: #fff;
  min-width: 100px;
  box-sizing: border-box;
  vertical-align: middle;
  border: 1px solid #ddd;
  font-weight: 500;
}

.checkBox {
  line-height: 45px;
  height: 45px;
  text-align: left;
  display: inline-block;
}

/* .checkBox .ipChk {
  display: inline-block;
} */

.checkBox .ipChk input[type="checkbox"] {
  position: absolute;
  left: -999em;
}

.checkBox .ipChk input[type="checkbox"]:checked + .chkIcon {
  background-color: #fff;
  border: 1px solid #000;
}

.checkBox .ipChk input[type="checkbox"]:checked + .chkIcon:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -4px;
  display: block;
  content: "";
  width: 6px;
  height: 11px;
  border: 2px solid #000;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-left: none;
  border-top: none;
}

.checkBox .ipChk input[type="checkbox"]:checked + .chkIcon:disabled + .chkIcon {
  background-color: #eee;
  border: 1px solid #999;
}

.checkBox .ipChk .chkIcon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #dddddd;
}

.checkBox .ipChk span {
  display: inline-block;
  vertical-align: middle;
}

.checkBox .ipChk + .ipChk {
  margin-left: 20px;
}

.raBox .tit {
  display: block;
  padding-bottom: 12px;
  font-size: 16px;
  color: #000;
}

.ipRao {
  display: inline-block;
  margin-right: 20px;
}

.ipRao input[type="radio"] {
  position: absolute;
  left: -999em;
}

.ipRao .raoIcon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 50px;
}

.ipRao input[type="radio"]:checked + .raoIcon {
  background-color: #fff;
  border: 1px solid #000;
}

.ipRao input[type="radio"]:checked + .raoIcon + span {
  color: #666;
}

.ipRao input[type="radio"]:checked + .raoIcon:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -4px;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background: #000;
  border: 1px solid #000;
  border-radius: 50px;
}

.ipRao > span {
  display: inline-block;
  vertical-align: middle;
  color: #666;
}

.radioBox {
  text-align: left;
}

.ipRao input[type="radio"]:disabled + .raoIcon {
  background-color: #eee;
  border: 1px solid #999;
}

.certArea .certTop {
  position: relative;
  margin-bottom: 20px;
}

.certArea .certTop p {
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  word-break: keep-all;
}

.certArea .certTop a {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  /* border-bottom: 1px solid #000; */
  font-size: 16px;
  background: #000;
  padding: 8px 5px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
}
/* 220530 추가 */
.certArea .certTop .top {
  top: -40px;
}

.certboxWrap {
  padding: 40px 30px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  margin-bottom: 60px;
}

.certBox + .certBox {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #ddd;
}

.certBox dt {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 20px;
}

.certBox .txtDd {
  font-size: 17px;
  color: #666;
  line-height: 20px;
  margin-bottom: 20px;
}

.certBox .chkDd {
  margin-bottom: 20px;
}

.certBox .chkDd .checkBox .ipChk span {
  font-weight: 500;
}

.certBox .tblDd {
  margin-bottom: 20px;
}

.certBox .radioDd > p,
.certBox .radioDd .radioBox {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  font-size: 15px;
}

.certBox .radioDd > p {
  font-weight: 500;
}

.pointTxt {
  color: #000;
}

.tblD {
  width: 100%;
}

.tblD th,
.tblD td {
  border: 1px solid #ddd;
  padding: 5px;
  height: 55px;
  font-size: 15px;
  line-height: 18px;
  box-sizing: border-box;
  text-align: center;
  word-break: keep-all;
}

.tblD thead th {
  background: #f9f9f9;
}

.ipTxt,
.ipSel {
  border: 1px solid #ddd !important;
  height: 40px;
  padding: 0 20px;
  font-size: 15px !important;
  width: 100%;
  box-sizing: border-box;
}
.ipSel.privacy {
  width: 20%;
  float: right;
}
.ipSel {
  background: url("../images/select.png") no-repeat calc(100% - 15.5px) center/12px auto;
}

.ipTxtarea {
  border: 1px solid #ddd;
  padding: 30px 25px;
  font-size: 15px;
  width: 100%;
  box-sizing: border-box;
  height: 200px;
  font-family: Pretendard;
}
.ipTxtarea::placeholder {
  white-space: pre-line;
}

.reqText {
  text-align: right;
}

.req {
  display: inline;
  color: red !important;
}
.req.req02 {
  font-size: 14px;
}
.formArea {
  width: 100%;
}
/* 
.flexTr {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  width: 100% !important;
}

.flexTr th {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 15px !important;
  font-weight: bold;
  white-space: nowrap;
  flex-shrink: 0; 
} */

/* 데이터 입력 칸(td) 공통 스타일 */
/* .flexTr td {
  display: flex !important;
  align-items: center !important;
  padding: 8px 15px !important;
  flex-grow: 1; 
} */

.infoRow {
  display: flex;
  align-items: center;
  gap: 30px;
}

.infoItem {
  display: flex;
  align-items: center;
  gap: 10px;
}

.infoItem .label {
  font-weight: 500;
}

/* 연락처 숫자 입력 박스 정렬 */
.ipNumBox {
  display: flex !important;
  align-items: center !important;
  gap: 5px; /* 입력창 사이 간격 */
}

.ipNumBox .ipTxt {
  width: 60px !important;
  height: 40px !important;
  text-align: center;
  padding: 0 !important;
}

/* 이메일 입력창 */
input[name="infmtEmail"] {
  width: 250px;
  height: 40px !important;
}

.flexTr .checkBox {
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
}

.ipChk {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.ipChk span {
  margin-left: 5px;
}

.formArea th,
.formArea td {
  padding: 10px 0;
}
.formArea tr {
  text-align: left;
}
.formArea th {
  width: 75px;
  text-align: left;
  font-weight: 500;
  vertical-align: top;
  padding-top: 23px;
  display: inline-block;
}

.formArea td:nth-child(2) {
  width: 295px;
}

.formArea td:nth-child(4),
.formArea td:nth-child(6) {
  width: 240px;
}

.ipNumBox:after {
  display: block;
  content: "";
  clear: both;
}

.ipNumBox .ipTxt {
  width: 33.3333333333%;
  float: left;
}

.ipNumBox .ipTxt + .ipTxt {
  margin-left: -1px;
}

.timeArea {
  margin-top: 30px;
  margin-bottom: 15px;
}

.timeArea:after {
  display: block;
  content: "";
  clear: both;
}

.timeArea .lt,
.timeArea .rt {
  float: left;
  width: 50%;
  box-sizing: border-box;
}

.timeArea .lt p,
.timeArea .rt p {
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: 500;
}

.timeArea .lt {
  padding-right: 30px;
  position: relative;
}
.timeArea .rt {
  position: relative;
}

.timeArea .lt:after {
  display: block;
  content: "";
  clear: both;
}
.timeArea .lt .checkBox,
.timeArea .rt .checkBox {
  line-height: 0;
  position: absolute;
  top: 0;
  right: 35px;
}
.timeArea .rt .checkBox {
  right: 0;
}
.timeArea .lt > div:not(.checkBox) {
  float: left;
  width: 33.3333333333%;
  position: relative;
}

.timeArea .lt > div + div {
  margin-left: -1px;
}

.timeArea .lt > div:not(.checkBox) span {
  position: absolute;
  display: inline-block;
  line-height: 40px;
  right: 0;
  top: 0;
  color: #666;
  padding: 0 20px;
}

.ipInfoTxt {
  color: #666;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 20px;
  font-size: 15px;
}

.ipFileBox {
  width: 100%;
}

.ipFileBox:after {
  display: block;
  content: "";
  clear: both;
}

.ipFileBox .ipFile {
  position: absolute;
  left: -999em;
}

.ipFileBox ul {
  width: calc(100% - 145px);
  float: left;
}

.ipFileBox li {
  position: relative;
  margin-bottom: 10px;
}

.ipFileBox li .ipTxt {
  color: #666;
}

.ipFileBox .btnS {
  float: right;
}

.ipFileBox .btnS.add {
  margin-left: 5px;
  background: #fff8f1;
  min-width: 40px;
}

.ipFileBox .btnDel {
  display: block;
  border: none;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 1%;
  top: 0;
  background: url("../images/closeb.png") no-repeat center center/12px;
  text-indent: -999em;
}

.infoTxt {
  line-height: 20px;
  font-size: 15px;
}

.sevList {
  margin-bottom: 30px;
  margin-top: 50px;
}

.sevList dt {
  margin-bottom: 15px;
  font-weight: 500;
}

.sevList .radioBox {
  margin-top: -15px;
}

.sevList .radioBox:after {
  display: block;
  content: "";
  clear: both;
}

.sevList .radioBox .ipRao {
  width: 32%;
  float: left;
  margin-right: 0;
  margin-top: 15px;
  box-sizing: border-box;
  /* padding-right: 20px; */
}
/* 220609 영문에서만 스타일 추가 */
.sevList .radioBox .ipRao.ipRao02 {
  width: 50%;
}

.layerPop {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.layerPop.on {
  display: block;
}

.layerPop .layerWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  vertical-align: middle;
  padding: 20px;
  box-sizing: border-box;
}

.layerPop .LayerInner {
  width: 1000px;
  max-width: 100%;
  max-height: 100%;
  background: #fff;
  z-index: 11;
  position: relative;
  overflow-y: auto;
}

.layerPop .layerTitle {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  padding: 0 30px;
}

.layerPop .layerTitle h1 {
  font-size: 25px;
  font-weight: 500;
  line-height: 80px;
}

.layerPop .layerCont {
  padding: 30px 40px;
}

.layerPop .layerCont > div {
  font-size: 16px;
  color: #666;
  /* line-height: 40px; */
}

.layerPop .layerCont > div strong {
  font-weight: 500;
  color: #000;
}

.layerPop .layerCont > div + div {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ddd;
}

.layerPop .btnClose {
  display: block;
  height: 80px;
  width: 80px;
  background: url("../images/btn_close.png") no-repeat center center/23px;
  text-indent: -999em;
  position: absolute;
  right: 0;
  top: 0;
}

.tipResult .resulyTxt {
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 20px;
}

.tipResult .resultBox {
  background: #fff url("../images/bg_chk.png") no-repeat center 58px/98px;
  /* border: 1px solid #ddd; */
  padding: 200px 0px 80px;
  text-align: center;
}

.tipResult .txt1 {
  font-size: 30px;
  margin-bottom: 15px;
  line-height: 35px;
}

.tipResult .txt2 {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}

.tipResult .txt2 a {
  color: #000;
  text-decoration: underline;
  font-size: 16px;
  line-height: 20px;
}

.tipResult .resultNum {
  font-size: 18px;
  width: 350px;
  max-width: 100%;
  margin: 0 auto;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.tipResult .resultNum:after {
  display: block;
  content: "";
  clear: both;
}

.tipResult .resultNum em,
.tipResult .resultNum span {
  display: inline-block;
  padding: 20px 0;
}

.tipResult .resultNum em {
  color: #666;
  float: left;
}

.tipResult .resultNum span {
  color: #000;
  /* float: right; */
  font-weight: 500;
}

.tipChk .chkBox {
  /* background: #fff;
  border: 1px solid #ddd; */
  text-align: center;
  padding: 80px 0;
}

.tipChk .txt1 {
  font-size: 25px;
  margin-bottom: 15px;
  line-height: 30px;
}

.tipChk .txt2 {
  font-size: 18px;
  color: #666;
  margin-bottom: 40px;
}

.tipChk .txt3 {
  font-size: 16px;
  margin-top: 15px;
  line-height: 30px;
  word-break: keep-all;
}

.tipChk .numBox {
  width: 525px;
  max-width: 100%;
  padding-top: 40px;
  margin: 0 auto 40px;
}

.tipChk .numBox p {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: left;
}

.tipChk .numBox .ipTxt {
  height: 50px;
  width: 100%;
}

.stepBox {
  /* background: #fff;
  border: 1px solid #ddd; */
  text-align: center;
  /* padding: 70px 160px; */
}

.stepBox ol {
  padding-bottom: 60px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 60px;
}

.stepBox ol:after {
  display: block;
  content: "";
  clear: both;
}

.stepBox li {
  padding-top: 82px;
  font-size: 20px;
  color: #666;
  text-align: center;
  float: left;
  width: 25%;
  position: relative;
}
.stepBox li::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -22px;
  top: 24px;
  width: 51px;
  height: 20px;
  background: url(../images/arrow-right.png) no-repeat;
  background-size: 50px;
}
.progress.stepBox li::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -22px;
  top: 24px;
  width: 51px;
  height: 20px;
  background: url(../images/arrow-right.png) no-repeat;
  background-size: 50px;
}
.stepBox li:first-child:after {
  content: "";
  background: none;
}

.stepBox li.current {
  color: #000;
  font-weight: 500;
}

.progress .stepBox li.lst01 {
  background: #fff url("../images/ico_step01.png") no-repeat center 0/70px;
}

.progress .stepBox li.lst02 {
  background: #fff url("../images/ico_step02.png") no-repeat center 0/70px;
}

.progress .stepBox li.lst03 {
  background: #fff url("../images/ico_step03.png") no-repeat center 0/70px;
}

.progress .stepBox li.lst04 {
  background: #fff url("../images/ico_step04.png") no-repeat center 0/70px;
}

.stepBox dt {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 20px;
}

.stepBox dd {
  font-size: 15px;
  line-height: 20px;
  text-align: left;
}

.step .stepBox {
  padding: 0;
}
.progress .stepBox {
  display: flex;
  flex-direction: column;
  gap: 80px;
  border: none;
  padding: 70px 160px;
}
.progress.step .stepBox ol {
  display: flex;
}
.step .stepBox ol {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.step .stepBox li {
  width: 100%;
  padding-top: 30px;
  display: flex;
  justify-content: flex-start;
}
.step .stepBox li::after {
  display: none;
}

.progress.step .stepBox li {
  /* width: auto; */
  padding-top: 80px;
  display: flex;
  justify-content: center;
}
.progress.step .stepBox li::after {
  display: block;
}
.step .stepBox li .sLst {
  width: 90%;
  text-align: left;
  padding: 6px 0 10px;
}

.step .stepBox li .iLst {
  width: 10%;
}
.step .stepBox li .sLst h3 {
  padding-bottom: 8px;
  color: #000;
  font-weight: 500;
  font-size: 19px;
}
.step .stepBox li .sLst span {
  line-height: 25px;
  font-size: 17px;
}
.step .stepBox li.lst01 .sLst,
.step .stepBox li.lst04 .sLst {
  padding-bottom: 15px;
}
/* .step .stepBox li.lst01 {
  background: none;
}

.step .stepBox li.lst02 {
  background: none;
}

.step .stepBox li.lst03 {
  background: none;
}

.step .stepBox li.lst04 {
  background: none;
}
.step .stepBox li.lst05 {
  background: none;
} */
.step .stepBox li.lst01 .iLst {
  background: #fff url("../images/ico_step01.png") no-repeat left top 0/70px;
}

.step .stepBox li.lst02 .iLst {
  background: #fff url("../images/ico_step02.png") no-repeat left top 0/70px;
}

.step .stepBox li.lst03 .iLst {
  background: #fff url("../images/ico_step03.png") no-repeat left top 12px/70px;
}

.step .stepBox li.lst04 .iLst {
  background: #fff url("../images/ico_step03-1.png") no-repeat left top 0/70px;
}
.step .stepBox li.lst05 .iLst {
  background: url("../images/bg_chk.png") no-repeat left top 0/59px;
  background-position-x: 7px;
}
.step .stepBox li.lst06 {
  padding-top: 60px;
}

.rdLst.enRdlst {
  padding: 0 20px;
  margin-bottom: 65px;
}
.rdLst.enRdlst li {
  width: 160px;
  height: 160px;
}
.rdLst.enRdlst li span {
  width: 100%;
  top: 65%;
}
.rdLst.enRdlst li.rst01:before {
  background: url(../images/ico_pure.svg) no-repeat 0 center/55px;
  content: "";
  width: 55px;
  height: 55px;
  position: absolute;
  right: 33%;
  top: 13%;
}
.rdLst.enRdlst li.rst02:before {
  background: url(../images/ico_gender.svg) no-repeat 0 center/55px;
  content: "";
  width: 55px;
  height: 55px;
  position: absolute;
  right: 33%;
  bottom: 10%;
  top: 15%;
}
.rdLst.enRdlst li.rst03:before {
  background: url(../images/ico_corruption.svg) no-repeat 0 center/55px;
  content: "";
  width: 55px;
  height: 55px;
  position: absolute;
  right: 33%;
  top: 12%;
}
.rdLst.enRdlst li.rst04:before {
  background: url(../images/ico_shield.svg) no-repeat 0 center/55px;
  content: "";
  width: 55px;
  height: 55px;
  position: absolute;
  right: 33%;
  top: 12%;
}
.rdLst.enRdlst li.rst05:before {
  background: url(../images/ico_more.svg) no-repeat 0 center/55px;
  content: "";
  width: 55px;
  height: 55px;
  position: absolute;
  right: 33%;
  top: 12%;
}
.rdLst.enRdlst li span {
  width: 100%;
  font-size: 13px !important;
}
.rdLst.enRdlst li.rst04 span {
  width: 90%;
}
.rdLst.enRdlst li.rst05 span {
  width: 80%;
}
.formArea .col_box_wrap {
  border: 1px solid #ddd;
  padding: 20px;
  margin: 0 0 20px;
  background: #fff;
}
.formArea .col_box {
  padding: 20px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.formArea .col_box ~ .col_box {
  margin-top: 10px;
}
.col_box_wrap .col_box:last-child {
  border-top: 1px solid #dbdbdb;
  padding-top: 10px;
}
.formArea .col_box h5 {
  font-weight: 500;
}
.formArea .col_box > span {
  display: inline-block;
  padding: 10px 0 15px;
}
.formArea .posi {
  position: relative;
}
.formArea .posi .ipInfoTxt {
  position: absolute;
  right: 0;
  white-space: nowrap;
}
.col_box_wrap .checkBox {
  line-height: normal;
  height: auto;
}
.col_box_wrap .checkBox .ipChk span {
  color: #666;
}
.col_box_wrap .checkBox .ipChk .chkIcon {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #dddddd;
}

.col_box_wrap .checkBox .ipChk input[type="checkbox"]:checked + .chkIcon:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -3px; /* 비율에 맞게 조정 */
  display: block;
  content: "";
  width: 4.5px; /* 6px -> 4.5px (15/20 비율) */
  height: 8.25px; /* 11px -> 8.25px (15/20 비율) */
  border: 1.5px solid #000; /* 2px -> 1.5px (15/20 비율) */
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-left: none;
  border-top: none;
}
.col_box_wrap .checkBox .ipChk.disabled .chkIcon {
  background-color: #f3f3f3;
}
.certboxWrap .agree_dis {
  font-size: 12px;
  line-height: normal;
  color: #666;
  padding-top: 10px;
  display: inline-block;
  word-break: keep-all;
}
.certboxWrap .radioDd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.certArea .rep_sub {
  padding: 50px 0 20px;
}

/* [파일: report.css] */

/* 1. 테이블 기본 구조 및 간격 설정 */
/* .formArea {
  width: 100%;
  border-top: 2px solid #333;
  border-collapse: collapse;
}

.formArea th,
.formArea td {
  padding: 15px 10px;
  border-bottom: 1px solid #dbdbdb;
  text-align: left;
}

.formArea th {
  background-color: #f9f9f9;
  font-weight: 600;
  width: 150px;
}

.sevList {
  margin-bottom: 30px;
  padding: 10px 0;
}

.sevList dt {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

.sevList dd {
  margin-left: 0;
}

.radioBox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px; 
}

.ipRao {
  display: flex;
  align-items: center;
  cursor: pointer;
  min-width: 200px; 
}

.raoIcon {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
}

input[type="radio"]:checked + .raoIcon {
  border-color: #007bff;
  background-color: #007bff;
}

.ipNumBox {
  display: flex;
  align-items: center;
  gap: 5px;
}

.ipTxt {
  height: 35px;
  padding: 0 10px;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
}

.infmtNm {
  width: 170px !important;
}

.ipNumBox .ipTxt {
  width: 60px;
  text-align: center;
}

.posi .ipTxt {
  width: 100%;
  max-width: 300px;
}
.sevList .ipTxt {
  width: 100%;
  margin-top: 5px;
}

.req {
  color: #e53935;
  margin-left: 3px;
} */
.footer .f_wrap .copy {
  color: #bdbdbd;
  font-size: 14px;
}
.content > .top_area .txt_box span {
  line-height: normal;
}
.content > .top_area .txt_box {
  padding-bottom: 20px;
}

@media only screen and (max-width: 1500px) {
  .subWrap {
    justify-content: flex-start;
  }
  .subWrap .aside {
    display: flex;
    align-items: flex-start;
    position: unset;
    margin-right: 0;
  }
}
@media screen and (max-width: 1440px) {
  .subWrap .aside {
    display: none;
  }
  .content .data_content {
    width: 90%;
  }
  .subTitle {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1254px) {
  .rdLst {
    padding: 0;
  }

  .rdLst dl:before {
    display: none;
  }

  .rdLst ul {
    display: flex;
    justify-content: center;
    border-radius: 0;
  }

  .rdLst li {
    border-radius: 4px;
  }

  .stepBox {
    padding: 50px 50px;
  }
}

/* Mobile Style */
@media only screen and (max-width: 1300px) {
  .subWrap .subContents {
    width: calc(100% - 176px);
  }
  /* .subWrap .aside {
	    float: left;
	    margin-right: 20px;
	    width: 155px;
	} */
  .infmtNm {
    width: 124px !important;
  }
  .formArea th {
    font-size: 14px;
  }
  .ipSel.privacy {
    width: 25%;
  }
  .gnb {
    display: none;
  }
  .content.report .sub_wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  /* .container {
    padding-top: 50px;
  } */
  .content.report .sub_wrap {
    width: 100%;
    padding: 0 2em;
  }
  .content.report .data_content {
    padding: 15px;
    width: 100%;
  }
  .content.report .data_content .btnWrap {
    display: flex;
    justify-content: center;
  }
  .content > .top_area .txt_box {
    padding: 50px 2em 0;
  }
  .boxLst li {
    padding-left: 24px;
  }
  .subVisual .visualInner {
    height: 100px;
    margin-bottom: 30px;

    padding-left: 15px;
  }

  /* .subVisual .visualInner h1 {
        font-size: 24px;
        margin-bottom: 10px;
    } */

  .subVisual .visualInner p {
    font-size: 12px;
  }

  .breadCrumb {
    display: none;
  }

  .subTitle {
    margin-bottom: 30px;
    width: 100%;
  }

  .subTitle h2 {
    font-size: 24px;
  }

  .subWrap {
    padding: 0 15px;
    margin-bottom: 50px;
  }

  .subWrap .aside {
    display: none;
  }
  /* .subContents .subTitle {
	    margin-bottom: 70px;
	} */
  .subWrap .subContents {
    float: none;
    width: 100%;
  }
  .subWrap .subContents {
    width: 100%;
  }

  .grBox1 {
    padding: 20px;
    font-size: 13px;
    line-height: 20px;
  }

  .grBox2 {
    padding: 20px;
  }

  .grBox2 p {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .grBox2 li {
    width: 50%;
    font-size: 14px;
    height: 150px;
    box-sizing: border-box;
    line-height: 18px;
  }

  .ztpBox dl {
    height: auto;
    background: none;
  }

  .ztpBox dl dt,
  .ztpBox dl dd {
    position: static;
    margin: 0;
    width: 100%;
    text-align: left !important;
    font-size: 20px;
  }

  .ztpBox dl dt strong,
  .ztpBox dl dd strong {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 21px;
  }

  .ztpBox dl dt p,
  .ztpBox dl dd p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 20px;
    width: 100%;
  }
  .infoRow {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .rdLst {
    padding: 0;
    margin-bottom: 30px;
  }
  input[name="infmtEmail"] {
    width: 100%;
  }
  .rdLst dl:before {
    display: none;
  }

  .rdLst ul {
    flex-wrap: wrap;
    text-align: center;
    align-items: baseline;
  }

  .rdLst li {
    display: inline-block;
    float: none;
    width: 100%;
    height: auto;
    padding: 50px 0;
    box-sizing: border-box;
  }

  .rdLst li br {
    display: none;
  }

  .rdLst li + li {
    margin-left: 0;
    margin-top: 5px;
  }

  .subTitle h2,
  .rdLst dt,
  .sqLst dt {
    font-size: 20px;
    /* padding-left: 25px; */
  }

  .sqLst {
    margin-bottom: 30px;
  }

  .sqLst dt {
    font-size: 25px;
    font-weight: 500;
    border-bottom: 1px solid #000;
    padding-bottom: 24px;
  }

  .sqLst li {
    display: table;
    width: 100%;
    border-bottom: 1px solid #ddd;
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sqLst li div {
    display: table-cell;
    vertical-align: middle;
    padding-left: 70px;
  }

  .sqLst li strong {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
  }

  .sqLst li p {
    font-size: 13px;
    color: #666;
    line-height: 18px;
  }

  .sqLst li.lst01 {
    background: url("../images/ico_tip01.png") no-repeat 0 center/59px;
  }

  .sqLst li.lst02 {
    background: url("../images/ico_tip02.png") no-repeat 0 center/59px;
  }

  .sqLst li.lst03 {
    background: url("../images/ico_tip03.png") no-repeat 0 center/59px;
  }

  .certArea .certTop p {
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    word-break: keep-all;
  }

  .certArea .certTop a {
    display: inline-block;
    position: static;
    right: 0;
    top: 0;
    border-bottom: 1px solid #000;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #ddd;
    margin-top: 10px;
  }

  .certboxWrap {
    padding: 20px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    margin-bottom: 30px;
    background: #fafafa;
  }

  .certBox dt {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 20px;
  }

  .certBox .txtDd {
    font-size: 12px;
    color: #666;
    line-height: 15px;
    margin-bottom: 10px;
  }

  .certBox .chkDd {
    margin-bottom: 0px;
    padding-bottom: 15px;
  }

  .certBox .chkDd .checkBox .ipChk span {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
  }

  .checkBox {
    line-height: inherit;
    height: auto;
    text-align: left;
    display: inline-block;
    margin-bottom: 0;
  }

  .checkBox .ipChk {
    display: inline-block;
    position: relative;
    padding-left: 30px;
  }
  .checkBox .ipChk.none {
    padding-left: 0;
  }

  .checkBox .ipChk .chkIcon {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #dddddd;
    position: absolute;
    left: 0;
    top: 0;
  }

  .tblD th,
  .tblD td {
    border: 1px solid #ddd;
    padding: 5px;
    height: 30px;
    font-size: 12px;
    line-height: 15px;
    box-sizing: border-box;
    text-align: center;
  }

  .certBox .radioDd > p,
  .certBox .radioDd .radioBox {
    display: block;
    vertical-align: middle;
    margin-right: 0;
    font-size: 13px;
    margin-bottom: 10px;
  }

  .certBox + .certBox {
    padding-top: 20px;
    margin-top: 20px;
  }

  .stepBox {
    padding: 50px 20px;
  }

  .stepBox ol {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .stepBox li {
    padding-top: 62px;
    font-size: 13px;
  }

  .stepBox li[class*="lst0"] {
    background-size: 50px;
  }

  .stepBox dt {
    font-size: 18px;
  }

  .stepBox dd {
    font-size: 13px;
    line-height: 17px;
  }

  .tipChk .chkBox {
    padding: 30px 20px;
  }

  .tipChk .txt1 {
    font-size: 18px;
    line-height: 25px;
    padding: 0 20px;
    margin-bottom: 10px;
  }

  .tipChk .txt2 {
    font-size: 13px;
    margin-bottom: 30px;
  }

  .tipChk .numBox {
    padding-top: 10px;
    margin-bottom: 10px;
  }

  .tipChk .numBox p {
    font-size: 15px;
  }
  .progress .stepBox {
    gap: 50px;
    border: none;
    padding: 0;
  }
  .progress.step .stepBox li {
    display: flex;
    justify-content: center;
    background-size: 4em;
  }

  .btnD {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    /* line-height: 18px; */
  }
  .tipChk .txt3 {
    line-height: normal;
    text-align: left;
  }

  .layerPop .layerTitle {
    padding: 0 20px;
  }

  .layerPop .layerTitle h1 {
    font-size: 18px;
    line-height: 60px;
  }

  .layerPop .layerCont {
    padding: 20px;
  }

  .layerPop .layerCont > div {
    font-size: 13px;
    line-height: 23px;
  }

  .layerPop .layerCont > div + div {
    margin-top: 20px;
    padding-top: 20px;
  }

  .layerPop .btnClose {
    width: 60px;
    height: 60px;
    background-size: 18px;
  }

  .radioBox .ipRao + .ipRao {
    margin-top: 10px;
  }

  .ipRao {
    position: relative;
  }

  .ipRao .raoIcon {
    position: absolute;
    left: 0;
    top: 0;
  }

  .ipRao > span {
    padding-left: 30px;
    font-size: 13px;
  }

  .formArea {
    table-layout: unset;
    display: block;
    height: auto;
    padding: 20px;
    background: #fafafa;
    border: 1px solid #ddd;
  }

  .formArea tr {
    padding: 20px;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 4px;
  }

  .formArea th {
    width: 100%;
    display: inline-block;
  }

  .formArea th,
  .formArea td {
    float: left;
    padding: 0;
    border: 0 !important;
    color: #757575;
    font-size: 13px;
    padding: 10px 0;
  }

  .formArea td {
    /* width: 100% !important; */
    padding: 0;
    text-align: left;
  }

  .formArea td dl.sevList:last-child {
    margin-bottom: 0;
  }

  .sevList {
    margin-top: 20px;
  }

  .sevList .radioBox .ipRao {
    width: 100%;
  }
  /* 220609 영문에서만 스타일 추가 */
  .sevList .radioBox .ipRao.ipRao02 {
    width: 100%;
  }
  .sevList dt {
    font-size: 13px;
    color: #000;
    line-height: 16px;
    margin-bottom: 10px;
  }

  .ipSel {
    padding: 0 10px;
    font-size: 13px;
    background-color: #fff;
  }

  .timeArea {
    margin-top: 10px;
  }

  .timeArea .lt,
  .timeArea .rt {
    float: none;
    width: 100%;
    padding: 10px 0;
  }

  .timeArea .lt p,
  .timeArea .rt p {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .timeArea .lt {
    padding-right: 0;
  }

  .timeArea .rt {
    margin-top: 10px;
  }
  .timeArea .lt .checkBox,
  .timeArea .rt .checkBox {
    line-height: inherit;
    position: absolute;
    top: 0;
    right: 0;
    margin: 4px 0;
  }
  .ipTxtarea {
    padding: 20px 15px;
    font-size: 13px;
    line-height: 16px;
  }

  .ipInfoTxt {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 16px;
  }

  .ipFileBox ul {
    float: none;
    width: 100%;
  }

  .ipFileBox li .ipTxt {
    font-size: 13px;
  }

  .ipFileBox .btnS {
    width: 100%;
    margin-bottom: 10px;
    float: none;
  }
  .ipFileBox .btnS.add {
    margin-left: 0;
    background: #fff8f1;
  }
  .infoTxt.pointTxt {
    font-size: 12px;
    line-height: 16px;
  }

  .bottomBtn.double {
    display: flex;
    margin-top: 30px;
  }

  .reqText p {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .tipResult .resulyTxt {
    font-size: 16px;
    line-height: 21px;
    font-weight: normal;
  }

  .tipResult .resultBox {
    padding: 110px 20px 30px;
    background-size: 50px;
    background-position: center 40px;
  }

  .tipResult .resultBox .txt1 {
    font-size: 20px;
  }

  .tipResult .resultBox .txt2 {
    font-size: 13px;
    line-height: 16px;
  }

  .tipResult .resultBox .txt2 a {
    font-size: 13px;
    line-height: 20px;
  }

  .tipResult .resultNum em,
  .tipResult .resultNum span {
    font-size: 16px;
  }

  .tblD {
    background: #fff;
  }

  .tblD thead th {
    background: #ededed;
  }
  .certBox .tblDd {
    display: none;
  }
  .certBox .tblDd.tblDd02 {
    display: block !important;
  }
  .certBox .tblDd.tblDd02 .th tr:first-child th {
    background: #ededed;
  }
  .stepBox li:after {
    content: ">";
    display: inline-block;
    position: absolute;
    left: -28px;
    top: 24px;
    background: none;
    background-size: 50px;
  }

  /* .step .stepBox {
    padding: 20px;
  } */
  .step .stepBox li .iLst {
    width: 14%;
  }
  .step .stepBox li.lst01 .iLst {
    background: #fff url(../images/ico_step01.png) no-repeat right top 0/55px;
  }
  .step .stepBox li .sLst span {
    line-height: 25px;
    font-size: 15px;
    word-break: keep-all;
  }
  .step .stepBox li.lst02 .iLst {
    background: #fff url(../images/ico_step02.png) no-repeat right top 0/55px;
  }
  .step .stepBox li .sLst {
    width: 90%;
    text-align: left;
    padding: 6px 0 10px;
    padding-left: 6px;
  }
  .step .stepBox li.lst03 .iLst {
    background: #fff url(../images/ico_step03.png) no-repeat right top 0/55px;
  }
  .step .stepBox li.lst04 .iLst {
    background: #fff url(../images/ico_step03-1.png) no-repeat right top 0/55px;
  }
  .step .stepBox li.lst05 .iLst {
    background: url(../images/bg_chk.png) no-repeat right top 0/46px;
    /* background-position-x: 5px; */
    /* background-position-x: 33px; */
  }
  .ipSel.privacy {
    width: 55%;
    float: right;
    margin: 15px 0;
  }
  .infoItem .label {
    width: 50px;
    flex-shrink: 0;
  }

  .rdLst li {
    display: inline-block;
    float: none;
    width: 28%;
    height: auto;
    padding: 65px 0;
    box-sizing: border-box;
  }
  .step .stepBox li .iLst {
    flex: 2;
  }
  .step .stepBox li .sLst {
    flex: 10;
  }

  .rdLst li span {
    line-height: 17px;
    font-size: 14px;
    text-align: center;
    top: 68%;
  }
  .rdLst li span:last-child {
    top: 83%;
  }
  .rdLst li + li {
    /* margin-left: 0; */
    margin-top: 10px;
  }
  .rdLst li + li {
    margin-left: 14px;
  }

  .rdLst li.rst03 span:last-child {
    top: 86%;
  }

  .rdLst.enRdlst li {
    display: inline-block;
    float: none;
    width: 50%;
    height: auto;
    padding: 35px 0;
    box-sizing: border-box;
  }
  .rdLst.enRdlst li span {
    display: block;
    line-height: 17px;
    font-size: 14px;
    text-align: center;
    width: 50%;
    position: absolute;
    left: 34%;
    top: 50%;
    transform: translate(-50%, -50%);
    word-break: keep-all;
  }
  .rdLst.enRdlst li.rst02 span {
    left: 36%;
  }
  .rdLst.enRdlst li.rst03 span {
    width: 49%;
  }
  .rdLst.enRdlst li.rst04 span {
    width: 62%;
  }
  .rdLst.enRdlst li.rst05 span {
    width: 72%;
    left: 37%;
  }
  .rdLst.enRdlst li + li {
    margin-left: 0px;
  }

  .rdLst.enRdlst li.rst01:before {
    background: url(../images/ico_pure.svg) no-repeat 0 center/55px;
    content: "";
    width: 55px;
    height: 55px;
    position: absolute;
    left: 81%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .rdLst.enRdlst li.rst02:before {
    background: url(../images/ico_gender.svg) no-repeat 0 center/55px;
    content: "";
    width: 55px;
    height: 55px;
    position: absolute;
    left: 81%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .rdLst.enRdlst li.rst03:before {
    background: url(../images/ico_corruption.svg) no-repeat 0 center/55px;
    content: "";
    width: 55px;
    height: 55px;
    position: absolute;
    left: 81%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .rdLst.enRdlst li.rst04:before {
    background: url(../images/ico_shield.svg) no-repeat 0 center/55px;
    content: "";
    width: 55px;
    height: 55px;
    position: absolute;
    left: 81%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .rdLst.enRdlst li.rst05:before {
    background: url(../images/ico_more.svg) no-repeat 0 center/55px;
    content: "";
    width: 55px;
    height: 55px;
    position: absolute;
    left: 81%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  div.textWrap {
    padding-top: 0;
  }
  .subVisual {
    margin: 60px 0 30px;
  }
  .formArea .posi .ipInfoTxt {
    right: auto;
  }
  .formArea .col_box {
    padding: 10px 5px 0;
  }
  .formArea .col_box > span {
    padding: 0;
  }
  .col_box_wrap .checkBox {
    padding-top: 15px;
  }
  .col_box_wrap .checkBox .ipChk {
    padding-left: 0;
  }
  .certboxWrap {
    margin-top: 30px;
  }
  .formArea .posi .ipInfoTxt.ipInfoTxt02 {
    white-space: normal;
    position: unset;
    margin-bottom: 0;
  }
  .certboxWrap .radioDd {
    gap: 0;
  }
  .formArea .col_box_wrap {
    margin: 20px 0 20px;
  }
  .certArea .rep_sub {
    padding: 20px 0 0px;
    line-height: normal;
  }
  .col_box_wrap > h5 {
    color: #000;
  }
  .certboxWrap .tblD col:nth-child(1) {
    width: 80px;
  }
  .certboxWrap .certBox:first-child .tblD col:nth-child(1) {
    width: 60px;
  }
  .certboxWrap .certBox:first-child .tblD col:nth-child(2) {
    width: 40%;
  }
  .certboxWrap .certBox:first-child .tblD col:nth-child(3) {
    width: 20%;
  }
  .tblD th,
  .tblD td {
    word-wrap: break-word;
  }
}
@media only screen and (max-width: 414px) {
  .rdLst li:before {
    top: 6%;
  }
  .rdLst li span {
    top: 60%;
  }
  .ipTxt.infmtNm {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .enClass.formArea td:nth-child(2) {
    padding-left: 0;
  }
  .checkBox {
    margin: 10px 0;
  }

  .subVisual {
    margin: 60px 0 30px;
  }
  .step .stepBox li {
    gap: 10px;
  }
  .step .stepBox li .sLst {
    padding-left: 0;
  }
  .step .stepBox li .sLst span {
    line-height: normal;
    font-size: 14px;
    word-break: break-all;
  }
  .step .stepBox li .iLst {
    background-position: center !important;
  }
  .rdLst li:before {
    width: 55px;
    height: 55px;
    background-size: 55px !important;
  }
  .rdLst li.rst01:before {
    background-size: 35px !important;
  }
}
@media only screen and (max-width: 375px) {
  .rdLst ul {
    gap: 10px;
  }
  .rdLst li {
    display: inline-block;
    float: none;
    height: auto;
    box-sizing: border-box;
    width: 30%;
  }
  .rdLst li.rst01 {
    margin-left: 0;
  }
  .rdLst li + li {
    margin-left: 0;
  }
  .rdLst li:before {
    background-size: 35px;
  }
  /* .rdLst li.rst01:before {
    background: url(../images/ico_pure.svg) no-repeat 0 center/55px;
    content: "";
    width: 55px;
    height: 55px;
    position: absolute;
    left: 73%;
    top: 50%;
    transform: translate(-50%, -50%);
  } */
}
