#myLawContainer {
  margin-top:110px;
  margin-bottom:140px;
}
#myLawContainer .title {
  text-align:left;
  margin-bottom:32px;
}
#myLawContainer .title h2 {
  font-size:24px;
  font-weight: 600;
}
#myLawContainer .title p {
  font-size:18px;
  color: var(--color-76);
  margin-top: 6px;
}

.contents2 {
  width:100%;
}
.myCheck_btn {
  width:100%;
  height:76px;
  background-color: var(--color-main);
  border: 1px solid var(--color-main);
  color: white;

  font-size: 20px;
  font-weight: 500;
  border-radius: 20px;
  cursor: pointer;
  line-height: 1.8;

  margin-top:40px;
}
.myCheck_btn.disa {
  background-color: var(--color-f8);
  border: 1px solid var(--color-e8);
  color: var(--color-76);
}


.mc_c1_btn {
  display:flex;
  justify-content: space-between;
  align-items: stretch;
  width:100%;
  gap:24px;
}
.mc_c1_btn button {
  width:50%;
  padding:62px 32px;
  background-color: white;
  border:solid 1px var(--color-e8);
  border-radius: 20px;

  display:flex;
  justify-content: flex-start;
  /* align-items: stretch; */
  align-content: flex-start;
  flex-wrap:wrap;
  gap:24px;
  text-align:left;

  cursor: pointer;
}

.mc_c1_btn button h2 {
  font-size:26px;
  font-weight: 600;
}
.mc_c1_btn button p {
  font-size:16px;
  color: var(--color-76);
  word-break: keep-all;
}

.mc_c1_btn button.choice {
  border:solid 1px var(--color-main);
}
.mc_c1_btn button.choice h2,
.mc_c1_btn button.choice p {
  color: var(--color-main);
}


/*  */
/*  */
/* 사건번호 조회 */
.myCheck_box_title {
  font-size:24px;
  font-weight: 600;
  margin-bottom: 16px;
}
.backPage {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap:6px;
  margin-bottom: 50px;

  font-size: 16px;
  color: var(--color-76);
  font-weight: 500;
}
#myCheckNum {
  width:100%;
  height:60px;
  border-radius: 12px;
  border: solid 1px var(--color-e8);
  background-color: white;
  padding:0 24px;
}
.myCheckForm {
  display:flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.input-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.input-group label {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-black);
}

.input-group input {
  width: 100%;
  height: 60px;
  border-radius: 12px;
  border: solid 1px var(--color-e8);
  background-color: white;
  padding: 0 24px;
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
}

.input-group input:focus {
  border-color: var(--color-main);
}

.input-group input::placeholder {
  font-family: "Pretendard", sans-serif;
  color: var(--color-76);
}

.error-message {
  font-size: 14px;
  color: var(--color-red);
  margin-top: 4px;
  min-height: 18px;
  display: none;
}

.error-message.show {
  display: block;
}

.form-actions {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  width: 100%;
}
.myCheckNumBtn {
  width: 200px;
  height: 60px;
  background-color: var(--color-main);
  border: 1px solid var(--color-main);
  color: white;
  font-size: 18px;
  font-weight: 500;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.myCheckNumBtn:hover:not(.disa) {
  background-color: #0056b3;
  border-color: #0056b3;
}

/* 모바일 최적화 */
@media (max-width: 768px) {
  #myLawContainer {
    margin-top: 80px;
    margin-bottom: 100px;
  }
  
  .myCheckForm {
    gap: 16px;
  }
  
  .input-group input {
    height: 56px;
    font-size: 16px; /* iOS에서 확대 방지 */
    padding: 0 20px;
  }
  
  .input-group label {
    font-size: 15px;
  }
  
  .myCheckNumBtn {
    width: 100%;
    height: 56px;
    font-size: 16px;
  }
  
  .myCheck_box_title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  
  .myCheck_red {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  #myLawContainer {
    margin-top: 60px;
    margin-bottom: 80px;
  }
  
  .myCheckForm {
    gap: 14px;
  }
  
  .input-group input {
    height: 52px;
    padding: 0 16px;
  }
  
  .input-group label {
    font-size: 14px;
  }
  
  .myCheckNumBtn {
    height: 52px;
    font-size: 15px;
  }
  
  .myCheck_box_title {
    font-size: 18px;
  }
  
  .backPage {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
.myCheckNumBtn.disa {
  background-color: var(--color-f8);
  border: 1px solid var(--color-e8);
  color: var(--color-76);
  cursor: not-allowed;
  opacity: 0.6;
}

.myCheckNumBtn:disabled {
  background-color: var(--color-f8);
  border: 1px solid var(--color-e8);
  color: var(--color-76);
  cursor: not-allowed;
  opacity: 0.6;
}

.myCheck_red {
  font-size: 16px;
  color: var(--color-red);
  margin-top: 8px;
  display:none;
}
.myCheck_red.red {
  display:block;
}


/* 중복 css */
#myLawContainer .rBox2 {
  padding:60px 0;  
  border-bottom:solid 1px var(--color-e8);
}
#myLawContainer .rBox2 .title {
  width:100%;
  margin-bottom: 24px;
  text-align:left;
}
#myLawContainer .rBox2 .title h2 {
  font-size:24px;
  font-weight: 600;
  padding-bottom:6px;
}
.myLawCheckForm_phone {
  display:flex;
  flex-wrap:wrap;
  justify-content: flex-start;
  gap:24px;
}
.myLawCheckForm_phone section {
  width:100%;
}
.myLawCheckForm_phone .roundTitle8:first-child {
  font-size:18px;
  font-weight: 500;
}
.myLawCheckForm_phone .roundTitle8:last-child {
  padding-top:8px;
  font-size:16px;
  font-weight: 500;
}

.myLawCheckForm_phone .roundTitle8:last-child.blue {
  color:var(--color-main);
}
.myLawCheckForm_phone .roundTitle8:last-child.red {
  color:var(--color-red);
}
.myLawCheckForm_phone .roundTitle8 span {
  color:var(--color-red);
  padding-left:4px;
}
.myLawCheckForm_phone section div {
  display:flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap:wrap;
  gap:12px;
  margin-top:8px;
}
.myLawCheckForm_phone section div input,
.myLawCheckForm_phone section div button {
  height:60px;
  border-radius: 12px;
}
.myLawCheckForm_phone section div input {
  width:80%;
  background-color: white;
  border: solid 1px var(--color-e8);
  padding-left:24px;
  font-weight: 500;
  outline:none;
  color:var(--color-black);
}
.myLawCheckForm_phone section div input::placeholder{
  font-family: "Pretendard", sans-serif;
}
.myLawCheckForm_phone .blue.none,
.myLawCheckForm_phone .red.none {
  display: none;
}

.check_Btn {
  width:18%;
  height: 60px;

  font-size:16px;
  font-weight: 500;
  border-radius: 12px;
  outline:none;
  cursor: pointer;
}
.check_Btn.disa {
  background-color: var(--color-f8);
  border:solid 1px var(--color-e8);
  color:var(--color-76);
}
.checkTel_Btn,
.checkNum_Btn {
  background-color: var(--color-main);
  border:solid 1px var(--color-main);
  color:white;
}
#myLawContainer .rBox2:last-child {
  border-bottom:none;
}


#lRBoard_container {
  width:100%;
  margin-bottom:140px;
}
.myBoard1,
.myBoard2 {
  width:100%;
}
.myBoard2 {
  margin-top:140px;
}
.myBoard1 h1,
.myBoard2 h1 {
  font-size:32px;
  font-weight: 700;
  display:flex;
  align-items: center;
  gap:10px;
  padding-bottom:24px;
}
.myBoard1 h1 span,
.myBoard2 h1 span {
  display:block;
  width:30px;
  height:30px;
  border-radius: 90%;
}
.myBoard1 h1 span.red {
  background-color: var(--color-red10);
  color:var(--color-red);
  font-size:18px;

  display:flex;
  justify-content: center;
  align-items: center;
}

.boardWrap,
.boardWrap .tablePeedback {
  width:100%;
}
.tablePeedback {
  border-collapse: collapse;
  width:100%;
  table-layout: fixed;
}
.tablePeedback thead tr {
  background-color: var(--color-f8);
  border-top:solid 1px black;
  border-bottom:solid 1px black;
  height:67px; 
}
.tablePeedback thead tr th {
  height:67px;
  text-align:center;
  font-weight: 600;
}
.tablePeedback thead tr th,
.tablePeedback tbody tr td {
  width:15%;
  word-break: keep-all;
  font-size:18px;
  height:67px;
  vertical-align: middle;
  text-align:center;
}
.tablePeedback tbody tr td {
  height:87px;
  border-bottom:solid 1px var(--color-e8);
}
.tablePeedback tbody tr td a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;  
  max-width: 100%;
}
.tablePeedback tbody tr td:first-child {
  font-weight: 600;
}
.tablePeedback tbody tr td.red a {
  color:var(--color-red);
}
.tablePeedback thead tr th:nth-child(3),
.tablePeedback tbody tr td:nth-child(3) {
  width:40%;
  text-align:left;
}

.myBoard2 h1 span.blue {
  background-color: var(--color-main10);
  color:var(--color-main);
  font-size:18px;

  display:flex;
  justify-content: center;
  align-items: center;
}

.tablePeedback2 thead tr {
  width:16%;
}
.tablePeedback2 thead tr:nth-child(3) {
  width:50%;
}


/* view */
#myCheckView_Container {
  width:100%;
  margin-top:30px;
  margin-bottom:140px;
}
.myCheck_wrap {
  position: relative;
}
.backGray_text {
  position: absolute;
  top:0;
  left:0;
  width:100%;
}
.backGray_text img {
  width:100%;
  height:100%;
  object-fit: cover;
}
.myCheck_contents {
  position: relative;
  z-index:2;
}
.myCheck_contents h1 {
  font-size:42px;
  font-weight: 700;
  padding-bottom:24px;
  padding-top:160px;
}

.tableDiv {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.tableDiv > section {
  width:100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.tableDiv > section > section {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tableDiv > section div {
  border:solid 1px black;
  font-size:18px;
  height:54px;
  
  display:flex;
  justify-content: center;
  align-items: center;
}
.tableDiv > section div.contents {
  justify-content: flex-start;
}
.tableDiv .gray {
  width:40%;
  background-color: var(--color-f8);
  font-weight: 500;
  text-align:center;
  border-right: none;
}
.tableDiv .contents {
  width:60%;
  font-weight: 600;
  padding-left:32px;
  border-right: none;
}
.tableDiv > section .cBorder {
  border-right: solid 1px black;
}
.tableDiv > section .uBorder {
  border-bottom:none;
}
.tableDiv .red {
  color:var(--color-red);
}

.lawyer_text {
  text-align:center;
  margin-top:80px;
}
.lawyer_text p {
  line-height: 2;
}
.lawyer_text img {
  width:28.8%;
}

.lawyer_myInfo {
  width:100%;
  background-color: var(--color-f8);
  border-radius: 20px;
  padding:32px;
  margin-top:100px;

  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom:70px;
}
.info_title {
  display:flex;
  justify-content: space-between;
  align-items: center;
  width:100%;
  cursor: pointer;
}
.info_title h1 {
  font-size:24px;
  font-weight: 600;
  line-height: 1.8;
  padding:0;
}
.info_title img {
  width:32px;
  height:32px;
  transform:rotate(180deg);
  transition: .3s;
}

.info_title img.hide {
  transform:rotate(0);
}
.info_contents {
  width:100%;
  max-height:0; /* ㅎㅎ */
  overflow:hidden;
  transition:.3s;

  background-color:white;
  border-radius: 20px;
}
.info_contents > section {
  width:100%;

  display:flex;
  flex-wrap:wrap;
  justify-content: flex-start;
  align-content: flex-start;
  gap:70px 70px;

  background-color: white;
  border-radius: 20px;
  padding:50px 50px;
}
.info_contents > section .infoBox {
  width:100%;
  display: flex;
  gap:42px;
  align-items: center;
}
.info_contents ul {
  display:flex;
  justify-self: flex-start;
  flex-wrap:wrap;
  gap:24px 50px;
  align-items: flex-start;
}
.info_contents ul li {
  font-size:18px;
  color:var(--color-55);
}
.info_contents ul li span {
  font-weight: 700;
  font-size:18px;
  color:var(--color-black);
  padding-right:16px;
}
.infoBox h4 {
  min-width:10%;
  padding:8px 20px;
  /* height:40px; */
  color:var(--color-main);
  font-weight: 600;
  display:block;
  background-color: var(--color-main10);
  border-radius: 12px;

  display: flex;
  justify-content: center;
  align-items: center;

  word-break: keep-all;
}
.info_contents > section .infoBox2 {
  align-items:flex-start;
  width:42%;
}

.mycard {
  width:330px;
  height:200px;
  border-radius: 20px;
  cursor: pointer;
}

.myPaperSwiper {
  width: 80%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: white;
  border:solid 1px var(--color-e8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.myPaper_pagi {
  height:4px;
  z-index:10;
  bottom:0;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color:var(--color-main);
  border-radius: 90px;
}

.myPaperBtn_wrap {
  width:100%;
  display:flex;
  justify-content: flex-end;
  align-items: center;
  gap:20px;
  padding-top:40px;
  border-top:solid 1px var(--color-e8);
}
.myPaperBtn_wrap button {
  font-weight: 500;
  line-height: 1.8;
  height:60px;
  padding:0 52px;
  border-radius: 16px;
  outline:none;
  border:none;
  cursor: pointer;
}
.myPaperBtn_wrap button.myPaper_update {
  background-color:var(--color-main);
}
.myPaperBtn_wrap button.myPaper_update a {
  color:white;
}
.myPaperBtn_wrap button.myPaper_goList {
  background-color: white;
  border:solid 1px var(--color-main);
}
.myPaperBtn_wrap button.myPaper_goList a {
  color:var(--color-main);
}



/* overlay */
#myPaper_overlay {
  width:100%;
  height:100%;
  background-color: rgba(0,0,0,0.8);
  backdrop-filter: blur(10px);
  position: fixed;
  z-index:90;
  overflow-y:scroll;

  opacity:0;
  visibility: hidden;
}
#myPaper_overlay::-webkit-scrollbar {
  display:none;
}
#myPaper_overlay.view {
  opacity: 1;
  visibility: visible;
}
#myPaper_overlay .closeBtn {
  position: absolute;
  top:10%;
  right:10%;
  cursor: pointer;
}
#myPaper_overlay .imgBox {
  width:40%;
  height:auto;
  border-radius: 20px;
  overflow:hidden;

  
  position: absolute;
  left:50%;
  transform: translateX(-50%);
  top:20%;
}
#myPaper_overlay .imgBox img {
  width:100%;
  object-fit: cover;
}

.loading {
  text-align: center;
  color: #666;
  padding: 20px;
  display: none;
}