
/* 서브 탑 영역 */
.sub-top__back{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sub-top__back--sub02{
  background-image:url(../img/sub/img_sub02.jpg);
}
.sub-top__back--sub03{
  background-image:url(../img/sub/img_sub03.jpg);
}
.sub-top__back--sub04{
  background-image:url(../img/sub/img_sub04.jpg);
}
.sub-top__back--sub05{
  background-image:url(../img/sub/img_sub05.jpg);
}
.sub-top__back--sub06{
  background-image:url(../img/sub/img_sub06.jpg);
}
.sub-top__back--sub07{
  background-image:url(../img/sub/img_sub07.jpg);
}
.sub-top__back--sub08{
  background-image:url(../img/sub/img_sub08.jpg);
}
.sub-top__text-box{
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  min-height: 247px;
}
.sub-top__title{
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: -0.04em;
}
.sub-top__text{
  font-size: 18px;
  letter-spacing: -0.06em;
  color: #2f2f2f;
}
@media screen and (max-width:768px) {
  .sub-top__back{
    background-size: cover;
    background-position: center;
  }
  .sub-top__text-box{
    min-height: 122px;
    gap: 10px;
  }
  .sub-top__title{
    font-size: 22px;
    margin-bottom: 0px;
  }
  .sub-top__text{
    font-size: 12px;
  }
}
/* 서브 공통 영역 */
.sub__title{
  font-size: 40px;
  letter-spacing: -0.06em;
  font-weight: 400;
  text-align: center;
  margin: 0px auto 62px;
}
.sub__content{
  max-width: 1200px;
  margin: 0 auto;
  padding: 62px 30px 0;
  letter-spacing: -0.06em;
}
.content-box__wrap > .content-box:not(:last-of-type){
  margin-bottom: 45px;
}
.sub__content > .sub-copyright{
  padding: 75px 0 50px;
  text-align: center;
  font-size: 15px;
  color: #2f2f2f;
}
@media screen and (max-width:768px) {
  .sub__title{
    font-size: 22px;
    margin: 0px auto 25px;
  }
  .sub__content{
    padding: 25px 20px 0;
  }
  .content-box__wrap > .content-box:not(:last-of-type){
    margin-bottom: 30px;
  }
  .sub__content > .sub-copyright{
    padding: 45px 0 30px;
    font-size: 14px;
  }
}
/* 서브 공통 스타일 */
.border-box{
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  padding: 37px 75px;
}
.check-list > li{
  list-style-image: url(../img/sub/ico_check.png);
  list-style-position: outside;
  font-size: 20px;
  padding-left: 5px;
}
.check-list > li:not(:last-of-type){
  margin-bottom: 15px;
}
.point{
  color: var(--gold);
}
.flex-table{
  border-top: 1px solid #636363;
  border-bottom: 1px solid #636363;
  font-size: 17px;
}
.flex-table__tr{
  display: flex;
  min-height: 69px;
}
.flex-table__cell{
  padding: 10px 22px;
  display: flex;
  align-items: center;
}
.flex-table__cell--th{
  width: 235px;
  background-color: #faf9f5;
}
.flex-table__cell--td{
  flex: 1;
  font-weight: 300;
}
.flex-table__tr:not(:last-of-type){
  border-bottom: 1px solid #dfdfdf;
}
@media screen and (max-width:768px) {
  .border-box{
    padding: 20px 25px 20px 45px;
  }
  .check-list > li{
    list-style-image: url(../img/sub/ico_check_m.png);
    font-size: 16px;
    padding-left: 0px;
  }
  .flex-table{
    font-size: 12px;
  }
  .flex-table__cell--th{
    width: 135px;
    white-space: nowrap;
  }
  .flex-table__tr{
    min-height: 50.5px;
  }
  .flex-table__cell{
    padding: 5px 8px;
  }
}
.dot-list > li{
  position: relative;
  padding-left: 12px;
  font-size: 17px;
}
.dot-list > li::before{
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: var(--gold);
  left: 2px;
  top: 10px;
}
.dot-list > li:not(:last-of-type){
  margin-bottom: 21px;
}
.dot-list.type02 > li:not(:last-of-type){
  margin-bottom: 4px;
}
@media screen and (max-width:768px){
  .dot-list > li{
    padding-left: 10px;
    font-size: 14px;
  }
  .dot-list > li::before{
    top: 7px;
  }
  .dot-list > li:not(:last-of-type){
    margin-bottom: 7px;
  }
}
/*라디오 인풋 테이블*/
.radio-input__title{
  font-size: 28px;
  padding-bottom: 20px;
}
.radio-input__table{
  border-top: 2px solid var(--gold);
  display: none;
}
.radio-input__table .tr{
  display: flex;
}
.radio-input__table :is(.th, .td){
  border-bottom: 1px solid #dfdfdf;
  padding: 10px 30px;
}
.radio-input__table .td-wrap{
  width: 100%;
  flex: 1;
}
.radio-input__table .td{
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 56px;
  gap: 15px;
  font-size: 17px;
}
.radio-input__table .td-text{
  flex: 1;
  width: calc(100% - 140px);
}
.radio-input__table input[type=radio]{
  width: 25px;
  aspect-ratio: 1 / 1;
  background: url(../img/common/ico_radio.png);
  background-position: top;
  margin-right: 4px;
  cursor: pointer;
}
.radio-input__table input[type=radio]:checked{
  background-position: bottom;
}
.radio-input__table label:not(:last-of-type){
  margin-right: 15px;
}
@media screen and (max-width:768px) {
  .radio-input__title{
    font-size: 18px;
    padding-bottom: 10px;
  }
  .radio-input__table .td{
    font-size: 12px;
    min-height: 40px;
    gap: 6px;
  }
  .radio-input__table .tr{
    flex-direction: column;
  }
  .radio-input__table input[type=radio]{
    width: 16px;
    background-size: 100% auto;
    margin-right: 2px;
  }
  .radio-input__table label:not(:last-of-type){
    margin-right: 5px;
  }
  .radio-input__table .td-text{
    width: calc(100% - 86px);
  }
  .radio-input__table :is(.th, .td){
    padding: 0 5px;
  }
}
/* 서브 버튼 영역 */
.btn-area{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.btn-area.pd30{
  padding-top: 35px;
}
.btn-area.pd60{
  padding-top: 60px;
}
.btn-area > :is(button, a, input){
  min-width: 190px;
  line-height: 58px;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width:768px) {
  .btn-area{
    gap: 16px;
  }
  .btn-area > :is(button, a, input){
    min-width: auto;
    flex: 1;
    line-height: 53px;
    font-size: 18px;
  }
  .btn-area.one > :is(button, a, input){
    min-width: auto;
    flex: 0 0 150px;
  }
  .btn-area.pd30, .btn-area.pd60{
    padding-top: 30px;
  }
}
/* 사진등록 - 사진 업로드 */
.img-upload__wrap{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
  gap: 25px;
}
.img-upload__item{
  aspect-ratio: 104 / 98;
  border: 1px solid #d7d7d7;
  position: relative;
}
.img-upload__btn{
  background: url(../img/sub/ico_img-upload.png) no-repeat center #f8f8f8;
  background-size : 20% auto;
  display: block;
  width: 100%;
  height: 100%;
}
.uploaded__wrap{
  display: none;
  overflow: hidden;
}
.img-cancel__btn{
  display: block;
  position: absolute;
  width: 40px;
  height: 38px;
  border: 1px solid #bb9f55;
  top: -1px;
  right: -1px;
  background: url(../img/sub/ico_cancel.png) no-repeat center;
  background-color: #faf9f5;
}
.uploaded .img-upload__btn{
  display: none;
}
.uploaded .uploaded__wrap{
  display: block;
  height: 100%;
}
.uploaded .uploaded__wrap > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width:768px) {
  .img-upload__wrap{
    gap: 20px 16px;
  }
  .img-cancel__btn{
    width: 25px;
    height: 26px;
    background-size: 9px 9px;
  }
}
@media screen and (max-width:440px){
  .img-upload__wrap{
    grid-template-columns: repeat(2, 1fr);
  }
}
/*사진등록 - 사진등록 가이드라인*/
.example-upload__wrap{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.example-upload__item{
  border: 1px solid #dfdfdf;
}
.example-upload__img-box{
  width: 100%;
  aspect-ratio: 21 / 20;
}
.example-upload__img-box > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.example-upload__text-box{
  background-color: #faf9f5;
  border-top: 1px solid #dfdfdf;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  height: 60px;
}
@media screen and (max-width:1024px) {
  .example-upload__wrap{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width:768px) {
  .example-upload__wrap{
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 16px;
  }
  .example-upload__text-box{
    font-size: 14px;
    height: 32px;
  }
  .example-upload__img-box{
    aspect-ratio: 152 / 143;
  }
}

/*사고접수 - 보상안내*/
.basic-grid__title{
  font-size: 24px;
  border-bottom: 2px solid #0A8F3B;
  padding-bottom: 15px;
}
.basic-grid__cont-title{
  font-size: 20px;
  padding-top: 20px;
  margin-left: 5px;
}
.basic-grid__cont-title.type02{
  padding-bottom: 6px;
}
.basic-grid__item{
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  min-height: 295px;
}
.basic-grid__inner{
  padding: 28px;
}
.basic-grid__cont{
  padding: 5px 0 20px;
}
.received__wrap .dot-list{
  padding: 9px 0 0;
}
.basic-grid__wrap{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 23px 20px;
}
.basic-grid__cont-title02{
  margin-top: 15px;
  font-size: 15px;
}
.basic-grid__cont-title02 > p:not(:first-of-type){
  margin-top: 5px;
}
@media screen and (max-width:1024px) {
  .basic-grid__wrap{
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width:768px) {

  .basic-grid__title{
    font-size: 18px;
    padding-bottom: 10px;
  }
  .basic-grid__cont-title, .basic-grid__cont-title.type02{
    font-size: 16px;
    padding-top: 11px;
    margin-left: 0px;
    padding-bottom: 0px;
  }
  .basic-grid__inner{
    padding: 22px 18px 16px;
  }
  .received__wrap .dot-list{
    padding: 4px;
  }
  .basic-grid__cont{
    padding: 2px 0;
  }
  .basic-grid__item{
    min-height: auto;
  }
  .basic-grid__cont-title02 {
    margin-top: 5px;
    font-size: 12px;
  }
}

/* 보상내역 */
.compensation_list_wrap .list__wp:not(:first-child) {
  margin-top: 20px;
}
.compensation_list_wrap .list_table{
  border-radius: 10px;
  border: 1px solid #dfdfdf;
  overflow: hidden;
}
.compensation_list_wrap .list_table > li{
  display: flex;
  flex-wrap: wrap;
}
.compensation_list_wrap .list_table > li .th{
  width: 12%;
  background: #faf9f5;
  display: flex;
  align-items: center;
  padding: 22px 8px 22px 15px;
  font-size: 17px;
  line-height: 23px;
  word-break: break-all;
}
.compensation_list_wrap .list_table > li .td{
  display: flex;
  align-items: center;
  width: calc((100% / 4) - 12%);
  padding: 15px 10px 15px 15px;
  font-size: 17px;
  line-height: 23px;
  font-weight: 300;
  word-break: break-all;
}
.compensation_list_wrap .list_table > li.text_area .td{
  width: calc(100% - 12%);
  padding: 35px 40px;
  min-height: 175px;
  align-items: baseline;
}
.compensation_list_wrap .list_table > li.text_area .td a:hover{
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.compensation_list_wrap .list_table > li:not(:last-of-type){
  border-bottom: 2px solid var(--gold);
}
.compensation_list_wrap .list__wp .list_table:hover{
  border-color: rgba(180, 152, 90, 0.5);
}
.compensation_list_wrap .list_table > li:not(.text_area) .th,
.compensation_list_wrap .list_table > li:not(.text_area) .td{
  border-bottom: 1px solid #dfdfdf;
}
@media screen and (max-width:1024px){
  .compensation_list_wrap .list_table > li .th{
    width: 20%;
  }
  .compensation_list_wrap .list_table > li .td{
    width: calc((100% / 2) - 20%);
  }
  .compensation_list_wrap .list_table > li.text_area .td {
    width: calc(100% - 20%);
  }
}

@media screen and (max-width:768px){
  .compensation_list_wrap .list_table > li .th{
    width: 106px;
    padding: 12px 5px 12px 14px;
    font-size: 14px;
    line-height: 20px;
  }
  .compensation_list_wrap .list_table > li .td{
    width: calc(100% - 106px);
    padding: 12px 14px;
    font-size: 14px;
    line-height: 20px;
  }
  .compensation_list_wrap .list_table > li.text_area .td {
    width: calc(100% - 106px);
    padding: 15px;
    min-height: 160px;
  }
}

/* 접수사고 목록 - 상세 */
.compensation_current {
  margin-top: 30px;
  border-radius: 10px;
  border: 1px solid #dfdfdf;
}
.compensation_current .line_tit{
  border-bottom: 2px solid #b4985a;
  padding: 20px;
  font-size: 20px;
  letter-spacing: -0.06em;
}
.compensation_current .current_list{
  padding: 40px 20px 50px;
}
.compensation_current .current_list > ul{
  display: flex;
  gap: 100px;
  justify-content: center;
}
.compensation_current .current_list > ul li {
  position: relative;
  width: 15%;
}
.compensation_current .current_list > ul li .img{
  width: 100%;
  position: relative;
  aspect-ratio: 1/1;
  background: url(../img/sub/ico_current01.png) center center no-repeat;
}
.compensation_current .current_list > ul li:nth-child(2) .img{
  background-image: url(../img/sub/ico_current02.png);
}
.compensation_current .current_list > ul li:nth-child(3) .img{
  background-image: url(../img/sub/ico_current03.png);
}
.compensation_current .current_list > ul li:nth-child(4) .img{
  background-image: url(../img/sub/ico_current04.png);
}
.compensation_current .current_list > ul li .img::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #cacaca;
  border-radius: 50%;
  left: 0;
  top: 0;
}
.compensation_current .current_list > ul li p{
  font-size: 20px;
  letter-spacing: -0.06em;
  text-align: center;
  margin-top: 20px;
  color: #888;
}
.compensation_current .current_list > ul li.on p{
  color : #9a7a35;
}
.compensation_current .current_list > ul li.on .img::after{
  border-color: #9a7a35;
}
.compensation_current .current_list > ul li:not(:last-of-type)::after{
  width: 18px;
  height: 23px;
  content: '';
  background: url(../img/sub/ico_current_arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 20px);
  right: -59px;
  transform: translateY(-50%);
}
.compensation_list_wrap .gr_box_wp{
  margin-top: 30px;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  min-height: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.center_txt_wp{
  text-align: center;
}
.center_txt_wp > p{
  font-size: 20px;
  line-height: 34px;
}
.center_txt_wp > p span{
  color: #206fd0;
  border-bottom: 1px solid #206fd0;
  padding-bottom: 3px;
}
.gr_box_wp button.btn_by-gr{
  min-width: 120px;
  line-height: 38px;
  font-size: 17px;
  margin-top: 30px;
}

@media screen and (max-width: 1024px){
  .compensation_current .current_list > ul li{
    width: 17%;
  }
  .compensation_current .current_list > ul li .img{
    background-size: 50%;
  }
}

@media screen and (max-width: 768px){
  .compensation_current{
    margin-top: 20px;
  }
  .compensation_current .current_list > ul{
    flex-wrap: wrap;
    gap: 35px;
  }
  .compensation_current .current_list > ul li{
    width: 100%;
  }
  .compensation_current .current_list > ul li .img {
    width: 110px;
    height: 110px;
    background-size: 49px 47px;
    margin: 0 auto;
  }
  .compensation_current .current_list > ul li .img::after {
    display: inline-block;
    position: static;
    width: 100%;
    height: 100%;
}
  .compensation_current .current_list > ul li p{
    font-size: 14px;
    margin-top: 8px;
  }
  .compensation_current .current_list > ul li:not(:last-of-type)::after{
    width: 12px;
    height: 15px;
    top: auto;
    bottom: -31px;
    right: calc(50% - 6px);
    transform: translateY(-50%) rotate(90deg);
  }
  .compensation_current .line_tit{
    padding: 15px 13px 13px;
    font-size: 18px;
  }
  .compensation_current .current_list {
    padding: 20px;
  }
  .compensation_list_wrap .gr_box_wp{
    margin-top: 20px;
    min-height: 184px;
  }
  .center_txt_wp > p {
    font-size: 16px;
    line-height: 26px;
  }
  .gr_box_wp button.btn_by-gr {
    min-width: 94px;
    line-height: 32px;
    font-size: 15px;
    margin-top: 20px;
  }
  .compensation_list_wrap .btn-area button{
    max-width: 152px;
  }
}

/* 보상내역 상세 - 서류 업로드 완료 */
.compensation_list_wrap .gr_box_wp.type_file{
  display: block;
  min-height: auto;
  padding: 39px 107px;
}
.gr_box_wp.type_file .file_up_list > ul{
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 20px;
}
.gr_box_wp.type_file .file_up_list > ul > li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 68px;
  max-width: 450px;
  min-width: calc(100% / 2);
  border: 1px solid #bb9f55;
  background: #faf9f5;
  padding: 0 24px;
  text-align: left;
}
.gr_box_wp.type_file .file_up_list > ul > li .file_name{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 26px);
  font-size: 17px;
}
.gr_box_wp.type_file .file_up_list > ul > li .file_delete{
  margin-top: 4px;
}
.gr_box_wp.type_file .file_up_list{
  text-align: center;
}

@media screen and (max-width: 1024px){
  .compensation_list_wrap .gr_box_wp.type_file{
    padding: 39px 20px
  }
}

@media screen and (max-width: 768px){
  .compensation_list_wrap .gr_box_wp.type_file {
    padding: 25px 20px;
  }
  .gr_box_wp.type_file .file_up_list > ul{
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .gr_box_wp.type_file .file_up_list > ul > li{
    max-width: 100%;
    height: 35px;
    padding: 0 12px;
  }
  .gr_box_wp.type_file .file_up_list > ul > li .file_delete{
    margin-top: 0;
    width: 9px;
    height: 9px;
  }
  .gr_box_wp.type_file .file_up_list > ul > li .file_name{
    width: calc(100% - 15px);
    font-size: 12px;
  }
}

/* 자료실 */
.basic_board_wrap{
  border-top: 1px solid #636363;
  border-bottom: 1px solid #636363;
}
.basic_board_wrap > ul li:not(:last-of-type){
  border-bottom: 1px solid #dfdfdf;
}
.basic_board_wrap > ul li .board_inner{
  height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 33px;
  /* background: rgba(250, 249, 245, 0.5); */
}
.basic_board_wrap > ul li .board_inner .tit{
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 10px;
}
.basic_board_wrap > ul li .board_inner .date{
  font-size: 16px;
  font-weight: 300;
  white-space: nowrap;
}
.basic_board_wrap > ul li:hover .tit{
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 768px){
  .basic_board_wrap > ul li .board_inner{
    height: 51px;
    padding: 0 8px;
  }
  .basic_board_wrap > ul li .board_inner .tit {
    font-size: 14px;
  }
  .basic_board_wrap > ul li .board_inner .date {
    font-size: 12px;
  }
}

/* 자료실 - 상세 */
.board_detail_wrap .detail_inner{
  border-top: 1px solid #636363;
  border-bottom: 1px solid #636363;
  padding: 35px 15px 50px;
}
.detail_inner .title_wrap{
  text-align: center;
  font-size: 26px;
}
.detail_inner .detail_content{
  padding-top: 35px;
}
.board_detail_wrap .file_down_wp{
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  margin-top: 49px;
  padding: 43px 34px 39px;
}
.board_detail_wrap .file_down_wp .wp_inner{
  border: 1px solid #bb9f55;
  background: #faf9f5;
}
.board_detail_wrap .file_down_wp .wp_inner .down{
  min-height: 65px;
  display: flex;
  align-items: center;
  padding: 15px 33px;
  word-break: break-all;
  font-size: 17px;
}
.board_detail_wrap .file_down_wp .wp_inner .down a:hover{
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
.board_detail_wrap .file_down_wp .wp_inner .down:not(:last-of-type){
  border-bottom: 1px solid #bb9f55;
}
.file_down_wp .btn_wrap{
  text-align: center;
  margin-top: 27px;
}
.file_down_wp .btn_wrap button{
  min-width: 153px;
  line-height: 38px;
  font-size: 17px;
}

@media screen and (max-width: 768px){
  .board_detail_wrap .detail_inner {
    padding: 15px 5px 20px;
  }
  .detail_inner .title_wrap{
    font-size: 16px;
  }
  .detail_inner .detail_content {
    padding-top: 20px;
  }
  .board_detail_wrap .file_down_wp {
    margin-top: 20px;
    padding: 25px 20px;
  }
  .board_detail_wrap .file_down_wp .wp_inner .down{
    min-height: 35px;
    padding: 10px 13px;
    font-size: 12px;
  }
  .file_down_wp .btn_wrap{
    text-align: center;
    margin-top: 20px;
  }
  .file_down_wp .btn_wrap button {
    min-width: 94px;
    line-height: 32px;
    font-size: 15px;
  }
}

/* 문의 및 답변 목록 */
.bd_txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #636363;
  padding-bottom: 20px;
}
.bd_txt > p{
  font-size: 28px;
  letter-spacing: -0.06em;
}
.qna_list_wp .qna_ck_list > ul > li:last-child{
  border-bottom: 1px solid #636363;
}
.qna_list_wp .qna_ck_list > ul >li .q_wp{

  border-bottom: 1px solid #dfdfdf
}
.qna_list_wp .qna_ck_list > ul >li .q_wp a{
  display: block;
  padding: 22px 30px 22px 34px;
}
.qna_list_wp .qna_ck_list > ul >li .q_wp .inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.qna_list_wp .qna_ck_list > ul >li .q_wp .list_txt{
  font-size: 20px;
  line-height: 30px;
  transition: all 0.2s;
  width: calc(100% - 40px);
}
.qna_list_wp .qna_ck_list > ul >li .q_wp .list_arrow{
  display: block;
  width: 35px;
  height: 35px;
  background: url(../img/sub/ico_qna_arrow.png) no-repeat;
  background-size: cover;
}
.qna_list_wp .qna_ck_list > ul >li.on .q_wp .list_arrow{
  background-image: url(../img/sub/ico_qna_arrow_on.png);
}
.qna_list_wp .qna_ck_list > ul >li.on .q_wp{
  background: #fcfcfa;
}
.qna_list_wp .qna_ck_list > ul >li.on .q_wp .list_txt{
  color: #b4985a;
}
.qna_list_wp .qna_ck_list > ul >li .a_wp{
  padding: 38px 33px;
  border-bottom: 1px solid #dfdfdf;
  font-size: 17px;
  line-height: 24px;
}

.center_info_wp .info_inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 60px;
  gap: 20px;
  border-bottom: 1px solid #dfdfdf;

}
.center_info_wp .info_inner .info{
  display: flex;
  align-items: center;
  gap: 30px;
  width: 33.33%;
}
.center_info_wp .info_inner .info_txt p{
  font-size: 20px;
}
.center_info_wp .info_inner .info_txt span{
  font-size: 17px;
  font-weight: 300;
  display: block;
  margin-top: 10px;
}
.center_info_wp .info_inner .info::before{
  content: '';
  display: inline-block;
  min-width: 110px;
  min-height: 100px;
  border-radius: 10px;
  background: #f7f7f8 url(../img/sub/ico_info01.png) no-repeat center center;
}
.center_info_wp .info_inner .info:nth-child(2):before{
  background-image: url(../img/sub/ico_info02.png);
}
.center_info_wp .info_inner .info:nth-child(3):before{
  background-image: url(../img/sub/ico_info03.png);
}
.qna_wrap > div:not(:first-of-type){
  margin-top: 45px;
}
.private_inquiry_wp .select_wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #dfdfdf;
}
.private_inquiry_wp .select_wrap.type_one{
  justify-content: end;
}
.select_wrap select{
  min-width: 200px;
  border: 1px solid #d2d2d2;
  height: 40px;
  padding: 0 30px 0 20px;
  font-size: 17px;
  background: url(../img/sub/ico_select.png) no-repeat center right 14px;
}
.private_inquiry_wp .select_wrap button{
  min-width: 120px;
  line-height: 38px;
  font-size: 17px;
}
.inquiry_list .list_qt{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 25px 33px;
}
.inquiry_list .title{
  font-size: 20px;
  padding-right: 10px;
}
.inquiry_list .con{
  font-size: 17px;
  color: #444;
  margin-top: 13px;
}
.inquiry_list .date{
  font-size: 16px;
  font-weight: 300;
  white-space: nowrap;
}
.inquiry_list .list_as{
  display: flex;
  justify-content: space-between;
  padding: 25px 33px;
  background: #fcfcfa;
}
.inquiry_list .wrap > div{
  border-bottom: 1px solid #dfdfdf;
}
.inquiry_list .list_as .text{
  position: relative;
  padding-left: 32px;

}
.inquiry_list .list_as .text::before{
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../img/sub/ico_answer.png) no-repeat;
  left: 0;
  top: 0;
}

.qna_wrap > div.btn_wrap{
  text-align: center;
  margin-top: 35px;
}
.qna_wrap > div.btn_wrap button{
  min-width: 190px;
  line-height: 58px;
  font-size: 20px;
}
.qna_wrap .btn_wrap button::after{
  margin-bottom: -1px;
}

@media screen and (max-width: 1024px){
  .center_info_wp .info_inner{
    padding: 35px 15px;
  }
  .center_info_wp .info_inner .info::before {
    min-width: 86px;
    min-height: 76px;
    background-size: 50%;
  }
  .center_info_wp .info_inner .info{
    gap: 15px;
  }
}

@media screen and (max-width: 768px){
  .qna_wrap > div:not(:first-of-type) {
    margin-top: 35px;
}
  .bd_txt{
    padding-bottom: 13px;
  }
  .bd_txt > p {
    font-size: 18px;
  }
  .qna_list_wp .qna_ck_list > ul >li .q_wp .list_txt {
    font-size: 14px;
    line-height: 20px;
    width: calc(100% - 25px);
  }
  .qna_list_wp .qna_ck_list > ul >li .q_wp a {
    padding: 15px 9px 15px 8px;
  }
  .qna_list_wp .qna_ck_list > ul >li .q_wp .list_arrow{
    width: 20px;
    height: 20px;
  }
  .qna_list_wp .qna_ck_list > ul >li .a_wp {
    padding: 16px 8px;
    font-size: 12px;
    line-height: 18px;
  }
  .center_info_wp .info_inner {
    padding: 25px 15px;
  }
  .center_info_wp .info_inner{
    flex-wrap: wrap;
  }
  .center_info_wp .info_inner .info {
    gap: 20px;
    width: 100%;
  }
  .center_info_wp .info_inner .info_txt p {
    font-size: 16px;
  }
  .center_info_wp .info_inner .info_txt span {
    font-size: 14px;
    margin-top: 6px;
  }
  .private_inquiry_wp .select_wrap{
    padding: 25px 0;
  }
  .qna_wrap .btn_wrap button {
    min-width: 120px;
    line-height: 38px;
    font-size: 16px;
  }
  .private_inquiry_wp .select_wrap{
    padding: 25px 0;
    gap: 9px;
  }
  .select_wrap select{
    max-width: 200px;
    min-width: auto;
    width: 100%;
    border: 1px solid #d2d2d2;
    height: 40px;
    padding: 0 30px 0 9px;
    font-size: 16px;
  }
  .inquiry_list .list_qt{
    padding: 16px 8px
  }
  .inquiry_list .title {
    font-size: 14px;
  }
  .inquiry_list .con {
    font-size: 12px;
    margin-top: 10px;
  }
  .inquiry_list .date {
    font-size: 12px;
  }
  .inquiry_list .list_as {
    padding: 16px 8px 16px 12px;
  }
  .inquiry_list .list_as .text::before {
    width: 12px;
    height: 12px;
    background-size: contain;
  }
  .inquiry_list .list_as .text{
    padding-left: 18px;
  }
  .qna_wrap > div.btn_wrap {
    margin-top: 30px;
  }
  .qna_wrap > div.btn_wrap button {
    min-width: 152px;
    line-height: 53px;
    font-size: 18px;
}
}

/* 문의하기 */
.inquiry_write_wp {
  border: 1px solid #dfdfdf;
  border-top: none;
}

.inquiry_write_wp textarea{
  padding: 20px;
  font-size: 20px;
  height: 450px;
  max-height: 450px;
}
.inquiry_write_wp textarea::placeholder{
  vertical-align: middle;
  text-align: center;
  color: #000;
  padding: 190px 0;
}
.qna_wrap > div.btn-area{
  margin-top: 0;
}

@media screen and (max-width: 768px){
  .inquiry_write_wp{
    border-right: none;
    border-left: none;
  }
  .inquiry_write_wp textarea {
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
    height: 230px;
    max-height: 230px;
  }
  .inquiry_write_wp textarea::placeholder{
    padding: 85px 0;
  }
  .qna_wrap > div.btn-area button{
    max-width: 152px;
  }
}
/*자가진단*/
.registration__wrap--step02 .btn-area{
  border-top: 1px solid #8d8d8d;
  margin-top: 90px;
}
.select_txt {
  font-size: 22px;
  margin-bottom: 20px;
}
.sel_btn {
  margin-bottom: 45px;
  display: flex;
}
.sel_btn > li {
  flex:1;
  max-width: 25%;
  border: 1px solid var(--gold);
}
.sel_btn > li.on {
  background-color: var(--gold);
  color: #fff;
}
.sel_btn > li.on .toggle_btn {
  color: #fff;
}
.sel_btn > li:not(:last-of-type) {
  border-right: none;
}
.sel_btn > li .toggle_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 67px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  padding: 0 10px;
}

.tab_most_wrap{
  padding-bottom: 60px;
}
.tab_most_wrap .most_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  font-size: 20px;
  padding: 0 5px;
  height: 67px;
}
.tab_most_wrap .tab__item.click {
  background-color: var(--gold);
  color: #fff;
}


@media screen and (max-width:768px) {
  .select_txt {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .sel_btn {
    margin-bottom: 22px;
  }
  .sel_btn > li .toggle_btn{
    height: 50px;
    font-size: 14px;
  }
  .registration__wrap--step02 .btn-area {
    margin-top: 60px;
  }
}

@media screen and (max-width:355px) {
  .sel_btn > li .toggle_btn{
    font-size: 12px;
  }
}
/* 가입정보 - 개인회원 */
.member_info_wp .bd_txt button{
  min-width: 150px;
  line-height: 38px;
  font-size: 17px;
}
.member_info_wp .basic-table{
  border-top: none;
}
.member_info_wp .basic-table th{
  width: 235px;
  font-size: 17px;
  text-align: left;
  padding-left: 30px;
  height: 63px;
}
.member_info_wp .basic-table td{
  text-align: left;
  padding: 20px 30px;
  font-size: 17px;
  font-weight: 300;
}

@media screen and (max-width: 768px){
  .member_info_wp .bd_txt button {
    min-width: 107px;
    line-height: 26px;
    font-size: 12px;
  }
  .member_info_wp .basic-table th {
    width: 135px;
    font-size: 12px;
    padding-left: 8px;
    height: 50px;
  }
  .member_info_wp .basic-table td {
    padding: 16.5px 10px;
    font-size: 12px;
  }
  .member_info_wp .bd_txt button{
    max-width: 107px;
    line-height: 26px;
    font-size: 12px;
  }
  .member_info_wp .btn-area button{
    max-width: 152px;
    line-height: 53px;
    font-size: 18px;
  }
}

/* 접수사고 목록 - 보상내역 없을 경우 */

.no_list{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 310px;
  border-radius: 10px;
  border: 1px solid #dfdfdf;
}
.no_list p{
  font-size: 22px;
  letter-spacing: -0.06em;
  background: url(../img/sub/ico_no_list.png) no-repeat center top;
  padding-top: 150px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .no_list{
    height: 220px;
  }
  .no_list p{
    font-size: 14px;
    background-size: 82px;
    padding-top: 95px;
  }
}

/* 운전자 등록하기 팝업 */
.operator_regist_pop .form label{
  display: inline-block;
  font-size: 18px;
  letter-spacing: -0.06em;
  min-width: 137px;
}
.operator_regist_pop .form input{
  width: calc(100% - 151px);
  margin-left: 10px;
  border: 1px solid #d2d2d2;
  height: 55px;
  font-size: 18px;
  padding: 0 15px;
}
.operator_regist_pop .form:first-child{
  margin-bottom: 25px;
}
.operator_regist_pop .btn{
  text-align: right;
  margin-top: 20px;
}
.operator_regist_pop .btn button{
  min-width: 120px;
  line-height: 38px;
  font-size: 17px;
}
dialog .operator_regist_pop .btn-area {
  margin-top: 30px;
}
.operator_regist_pop .dialog__text{
  text-align: left;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.06em;
}
.operator_regist_pop .dialog__text > span{
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 768px){
  .operator_regist_pop .dialog__text {
    font-size: 16px;
    line-height: 24px;
  }
  .operator_regist_pop .dialog__text > span {
    margin-top: 5px;
  }
  .operator_regist_pop .form label{
    min-width: 122px;
    font-size: 16px;
  }
  .operator_regist_pop .form input{
    width: calc(100% - 136px);
    height: 35px;
    font-size: 16px;
    padding: 0 10px;
  }
  .operator_regist_pop .form:first-child {
    margin-bottom: 20px;
  }
  .operator_regist_pop .btn{
    margin-top: 7px;
  }
  .operator_regist_pop .btn button {
    min-width: 85px;
    line-height: 28px;
    font-size: 12px;
  }
  dialog .operator_regist_pop .btn-area {
    margin-top: 25px;
  }
}
/*탭 버튼*/
.tab__btn-wrap, .tab__btn-wrap--no-script{
  display: flex;
}
.tab__btn-wrap--no-script{
  border: 1px solid var(--gold);
  border-radius: 10px;
  overflow: hidden;
}
.registration__wrap .tab__item{
  max-width: 25%;
}
.tab__item{
  flex: 1;
  border: 1px solid var(--gold);
}
.tab__item--no-script{
  flex: 1;
}
.tab__item--current{
  background-color: #0A8F3B;
  color: #fff;
}
.tab__btn, .tab__btn--no-script{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  font-size: 20px;
  padding: 0 5px;
}
.tab__btn{
  height: 67px;
}
.tab__btn--no-script{
  height: 82px;
  position: relative;
}
.tab__btn--no-script::after{
  content: '';
  display: block;
  width: 1px;
  height: 30px;
  background-color: var(--gold);
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(-50%,-50%);
}
.tab__item--no-script:first-of-type .tab__btn--no-script::after{
  display: none;
}
.tab__item--no-script.tab__item--current .tab__btn--no-script::after ,
.tab__item--no-script.tab__item--current + .tab__item--no-script .tab__btn--no-script::after {
  display: none;
}
.tab__item:not(:last-of-type), .tab__item--no-script:not(:last-of-type){
  border-right: none;
}
.tab__inner{
  border-bottom: 1px solid #8d8d8d;
  padding-bottom: 90px;
}
.tab__inner .tab__inner{
  border-bottom: none;
  padding-bottom: 0px;
}
.tab__cont, .tab__cont--no-script{
 /* padding: 60px 0 0px;
   border-bottom: 1px solid #8d8d8d; */
}
.tab__title{
  font-size: 28px;
  text-align: center;
  margin-bottom: 50px;
}
.tab__text{
  font-size: 20px;
  line-height: 34px;
}
.table_title{
  font-size: 26px;
  margin-top: 15px;
}
.tab__cont#tab04 .basic-table{
  max-width: 960px;
}
.tab__cont#tab04 .basic-table thead th:nth-child(2){
  width: 42%;
}
.tab__cont:not(:first-of-type){
  display: none;
}
@media screen and (max-width:768px) {
  .tab_most_wrap {
    padding-bottom: 35px;
  }
  .tab__btn, .tab__btn--no-script,
  .tab_most_wrap .most_btn{
    font-size: 14px;
  }
  .tab_most_wrap .most_btn, .tab__btn{
    height: 50px;
  }
  .tab__btn--no-script{
    height: 62px;
  }
  .tab__title{
    font-size: 18px;
    margin-bottom: 35px;
  }
  .tab__cont, .tab__cont--no-script {
    padding: 35px 0 0;
  }
  .tab__inner{
    padding-bottom: 30px;
  }
  .tab__text{
    font-size: 14px;
    line-height: 20px;
  }
  .table_title{
    font-size: 16px;
  }
}
@media screen and (max-width:355px){
  .tab__btn, .tab__btn--no-script, .tab_most_wrap .most_btn {
    font-size: 12px;
  }
}
/*리스트 스타일 모음*/
.circle-list > li, .star-list > li, .bar-list > li{
  position: relative;
}
.circle-list > li::before, .star-list > li::before, .bar-list > li::before{
  content: '';
  display: block;
  position: absolute;
  left: 0px;
}
.star-list > li{
  font-size: 18px;
  padding-left: 12px;
  line-height: 25px;
  font-weight: 300;
}
.star-list > li::before{
  content: '*';
  top: 2px;
}
.bar-list > li{
  font-size: 18px;
  padding-left: 12px;
  line-height: 28px;
}
.bar-list{
  padding:8px 0;
}
.bar-list > li::before{
  content: '-';
  top: 0px;
}
:is(.star-list, .bar-list > li) > li:not(:last-of-type){
  margin-bottom: 10px;
}
.circle-list > li{
  font-size: 20px;
  padding-left: 16px;
  line-height: 28px
}
.circle-list > li::before{
  width: 8px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: var(--gold);
  top: 11px;
}
.circle-list > li:not(:last-of-type){
  margin-bottom: 5px;
}
.circle-list > li > .br{
  display: block;
  margin-top: 5px;
}
.roman-list > li{
  font-size: 16px;
  white-space: nowrap;
}
.roman-list > li::before{
  content: 'I .';
  display: inline-block;
  min-width: 16px;
  letter-spacing: -0.08em;
  margin-right: 2px;
}
.roman-list > li:nth-child(2):before{
  content: 'II .';
}
.roman-list > li:nth-child(3):before{
  content: 'III .';
}
.roman-list > li:not(:last-of-type){
  margin-bottom: 10px;
}
.default-list{
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  padding: 5px 15px 10px;
}
@media screen and (max-width:768px){
  .star-list > li{
    font-size: 12px;
    line-height: 17px;
    padding-left: 8px;
  }
  .bar-list > li{
    font-size: 12px;
    line-height: 18px;
    padding-left: 8px;
  }
  .circle-list > li{
    font-size: 14px;
    line-height: 20px;
    padding-left: 8px;
  }
  .circle-list > li > .br {
    margin-top: 0;
  }
  .circle-list > li::before{
    width: 5px;
    top: 7px;
  }
  .circle-list > li:not(:last-of-type) {
    margin-bottom: 3px;
  }
  .bar-list{
    padding:5px 0;
  }
  .tab__guide-text.margin-t{
    margin-top: 5px;
  }
  .default-list{
    font-size: 12px;
    line-height: 20px;
    padding: 5px 10px;
  }
}
/*스마트케어 탭 메뉴*/
.tab__cont-list{
  padding-top: 35px;
}
.tab__cont-list.nopadding{
  padding-top: 0px;
}
.tab__cont-inner{
  padding: 0 10px;
}
.cont-list__title{
  font-size: 22px;
  color:#b98614;
  padding-left: 8px;
}
.cont-list__title-box{
  padding-bottom: 10px;
  border-bottom: 1px solid var(--gold);
  margin-bottom: 20px;
}
.smart-care__wrap .star-list{
  padding-top: 15px;
}
.smart-care__wrap .roman-list{
  padding-top: 25px;
}
.trade-process__text{
  font-size: 23px;
  line-height: 30px;
}
.trade-process__inner{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 0 25px;
}
.trade-process__arrow{
  width: 10px;
  height: 20px;
  background-color: var(--gold);
  border-left: 10px solid var(--gold);
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
  margin-top: 50px;
}
.trade-process__item{
  flex: 1;
  max-width: 203px;
}
.trade-process__border-box{
  border: 1px solid var(--gold);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 124px;
  padding: 15px;
  text-align: center;
}
.trade-process{
  padding-top: 33px;
}
.smart-care__wrap #tab02 .cell01{
  width: 20%;
}
.smart-care__wrap #tab02 .cell02{
  width: 55%;
}
.smart-care__wrap #tab02 .cell03{
  width: 25%;
}
.smart-care__wrap .scroll-box{
  margin: 25px 0;
  overflow-x: auto;
}
.tab__guide-text{
  font-size: 18px;
  font-weight: 300;
  padding: 0 20px;
  display: block;
}
.tab__guide-text.nopadding{
  padding: 0;
}
.tab__guide-text.margin-t{
  margin-top: 10px;
}
.smart-care__wrap .tab__text + .circle-list{
  padding-top: 10px;
}
.num-list{
  margin-top: 25px;
}
.num-list .num{
  display: inline-block;
  width: 24px;
  height: 24px;
  background: var(--gold);
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  color :#fff;
  margin-right: 5px;
}
.num-list li:not(:last-of-type){
  margin-bottom: 22px;
}
.num-list .num-list__title{
  display: inline-block;
  font-size: 20px;
  margin-bottom: 10px;
}
.num-list .circle-list > li{
  font-size: 18px;
  margin-top: 10px;
}
.num-list .num-list__text{
  font-size: 18px;
  line-height: 25px;
}
.smart-care__wrap .bar-list{
  padding: 0;
}
.smart-care__wrap .circle-list .bar-list{
  padding: 6px 0;
  font-weight: 300;
}
@media screen and (max-width:1200px){
  .trade-process__inner{
    padding: 0;
  }
  .roman-list > li{
    font-size: 14px;
    white-space: normal;
  }
  .roman-list > li::before{
    min-width: 14px;
  }
}
@media screen and (max-width:768px){
  .tab__cont-inner{
    padding: 0;
  }
  :is(.star-list, .bar-list > li) > li:not(:last-of-type) {
    margin-bottom: 8px;
  }
  .smart-care__wrap .star-list{
    padding-top: 8px;
  }
  .cont-list__title{
    font-size: 16px;
  }
  .tab__cont-list{
    padding-top: 30px;
  }
  .cont-list__title-box{
    margin-bottom: 8px;
  }
  .trade-process__inner{
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }
  .trade-process__item {
    width: 100%;
    flex: auto;
    max-width: none;
  }
  .trade-process__arrow{
    border-left: 7px solid #fff;
    border-right: 7px solid #fff;
    border-top: 7px solid var(--gold);
    width: 13px;
    height: 14px;
    margin: 0 0 15px;
  }
  .trade-process__border-box{
    max-width: 60%;
    margin: 0 auto 25px;
    min-height: 80px;
  }
  .trade-process__border-box.hasList{
    margin: 0 auto 10px;
  }
  .trade-process__text{
    font-size: 16px;
    line-height: 22px;
  }
  .trade-process{
    padding-top: 20px;
  }
  .roman-list > li{
    margin-left: 20%;
  }
  .roman-list > li:not(:last-of-type) {
    margin-bottom: 3px;
  }
  .smart-care__wrap .roman-list{
    padding-top: 0px;
    margin-bottom: 10px;
  }
  .smart-care__wrap .roman-list.nomargin{
    margin-bottom: 0px;
  }
  .smart-care__wrap .scroll-box{
    margin: 10px 0;
  }
  .tab__guide-text{
    font-size: 12px;
    padding: 0;
  }
  .num-list .circle-list > li {
    font-size: 14px;
    margin-top: 7px;
  }
  .num-list .num{
    width: 18px;
    height: 18px;
    margin-right: 5px;
    font-size: 12px;
    line-height: 18px;
  }
  .num-list .num-list__title{
    font-size: 14px;
  }
  .num-list .num-list__text {
    font-size: 14px;
    line-height: 20px;
  }
  .tab__guide-text.margin-t {
    margin-top: 4px;
  }
  .tab__cont#tab04 .basic-table {
    max-width: 0px;
  }
  .tab__cont#tab04 .basic-table{
    max-width: 100%;
  }
  .smart-care__wrap .bar-list{
    padding: 2 0px;
  }
}
/*기본 테이블*/
.basic-table{
  font-size: 17px;
  margin-top: 1px;
  border-top: 1px solid #000;
}
.basic-table th{
  font-weight: 400;
  background-color: #faf9f5;
}
.basic-table thead th{
  text-align: center;
}
.basic-table thead tr{
  height: 70px;
}
.basic-table tr{
  border-bottom: 1px solid #dfdfdf;
}
.basic-table .dot-list > li:not(:last-of-type){
  margin-bottom: 8px;
}
.basic-table td{
  text-align: center;
  padding: 16px 22px;
}
.basic-table td.align-left{
  text-align: left;
}
.basic-table td.bd-r{
  border-right: 1px solid #dfdfdf;
}
.basic-table :is(th, td):not(:last-of-type){
  border-right: 1px solid #dfdfdf;
}

@media screen and (max-width:768px){
  .scroll-box > .basic-table{
    min-width: 426px;
  }
  .basic-table, .basic-table .dot-list > li{
    font-size: 12px;
  }
  .basic-table thead tr{
    height: 42px;
  }
  .basic-table td{
    padding: 10px 12px;
  }
  .basic-table .dot-list > li:not(:last-of-type){
    margin-bottom: 4px;
  }
  .basic-table .dot-list > li::before{
    top: 5px;
  }
}

/* 결과보기 팝업 */
dialog.w410{
  width: 410px;
}
dialog.w410 .con_wrap{
  padding-top: 35px;
}
.diagnosis_result_pop .txt > div{
  font-size: 22px;
  line-height: 40px;
  letter-spacing: -0.06em;
  text-align: center;
}
.diagnosis_result_pop .txt span{
  color: var(--gold);
}
dialog .diagnosis_result_pop .btn-area {
  margin-top: 30px;
}

@media screen and (max-width:768px){
  dialog.w410 .con_wrap {
    padding-top: 25px;
  }
  .diagnosis_result_pop .txt> div {
    font-size: 16px;
    line-height: 28px;
  }
  .diagnosis_result_pop .txt div > span{
    display: none;
  }
  dialog .diagnosis_result_pop .btn-area {
    margin-top: 20px;
  }
}
/* 가입증명서 */
.membership_page {
  width: 595px;
  height: 842px;
  background: url(../src/img/sub/membership_page.png) no-repeat center;
  background-size: contain;
  border: 1px solid #222;
  padding: 20px;
  font-family: 'GmarketSans';
  color: #595b61;
  font-size: 12px;
  line-height: 18px;
  margin: 0 auto;
}

.membership_page .inner {
  padding: 70px 35px 0;
}

.membership_page .main_title {
  font-size: 63px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 5px;
  letter-spacing: -0.05em;
}

.membership_page .sc_type {
  color: #c7ab75;
  font-size: 19px;
  margin-bottom: 30px;
  display: inline-block;
}
.membership_page .customer_info > li:not(:last-of-type){
  margin-bottom: 5px;
}
.membership_page .customer_info .info_tit .point{
  font-weight: 700;
  display: inline-block;
  margin-right: 5px;
}
.membership_page .customer_info{
  margin-bottom: 27px;
}
.membership_page .customer_info .data_name{
  margin-left: 5px;
  display: inline-block;
}
.membership_page .date_info{
  display: flex;
  margin-top: 25px;
}
.membership_page .date_info > li > span{
  display: inline-block;
  min-width: 45px;
  padding: 0 8px;
  text-align: right;
}
.membership_page .sign_wrap{
  margin: 60px 0 145px;
}
.membership_page .text{
  font-weight: 700;
  font-size: 17px;
}
.mt20{
	margin-top:20px;
	text-align:center;
}
@media screen and (max-width:768px){
	.mt20{
		font-size: 14px;
	}
}
/*개인정보처리방침*/
.border-txtbox {
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  padding: 40px 45px;
  font-size: 20px;
  line-height: 34px;
}
.num-list.type02 {
  margin-top: 16px;
}
.num-list.type02 > li {
  display: flex;
  line-height: 30px;
  gap:4px;
  margin-bottom: 8px;
}
.num-list.type02 > li.addline {
  display: block;
  padding-left: 5px;
  margin-bottom: 15px;
}
.num-list.type02 > li.addline :is(ul, div) {
  margin-bottom: 5px;
}
.num-list.type02 > li .num {
  flex-shrink: 0;
  margin-top: 3px;
}
.num-list.type02 .num-list__title {
  margin-bottom: 0;
}
.b_txt  {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.l_txt {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}
.s_list li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}
.b_num-list {
  padding-left: 15px;
  line-height: 27px;
}
.b_num-list > li {
  counter-increment: li;
  display: list-item;
}
.b_num-list > li::marker {
  display: list-item;
  content: "" counter(li)") ";
}
.b_num-list > li:not(:last-of-type) {
  margin-bottom: 10px;
}
.l_num-list > li {
  position: relative;
  counter-increment: li2;
  font-size: 18px;
  font-weight: 300;
  padding-left: 15px;
}
.l_num-list > li::before {
  display: inline-block;
  position: absolute;
  top:0;
  left:0;
  content: "" counter(li2)") ";
}
.l_num-list.zero {
  margin-top: 10px;
}
.l_num-list.zero > li {
  padding-left: 28px;
  line-height: 28px;
}
.l_num-list.zero > li::before {
  display: inline-block;
  position: absolute;
  top:0;
  left:0;
  content: "" counter(li2, decimal-leading-zero)") ";
}
.l_num-list > li:not(:last-of-type) {
  margin-bottom: 7px;
}
.l_txt + .b_num-list {
  margin-top: 5px;
}
.l_txt + .basic-table {
  margin-top: 20px;
}
.basic-table + ul {
  margin-top: 20px;
}
.l_txt + .s_list {
  margin-top: 15px;
}
.fw300 {
  font-weight: 300;
}
.fw400 {
  font-weight: 400;
}
.tableWrap {
  padding-top: 20px;
  max-width: 780px;
  margin: 0 auto;
}
.tableWrap .basic-table {
  margin-bottom: 10px;
}
.cont-list__title-box.noborder {
  border-bottom: none;
  padding-bottom: 0;
}
.point_list > li {
  position: relative;
  font-size: 20px;
  line-height: 34px;
  list-style-type: disc;
  margin-inline-start: 20px;

}
.point_list > li::marker {
  color: #b4985a;
  font-size: 22px;
}
.point_list > li span {
  margin-left: -6px;
}
.gold {
  color:#b98614 ;
}
.innner_box {
  display: list-item;
  padding-left: 5px;
  margin: 10px 0 15px 37px;
}
.innner_box::marker {
  content: "예)";
}
.tab__cont-inner.last .tab__text{
  margin-top: 15px;
}
@media screen and (max-width:768px){
  .border-txtbox {
    padding: 23px 20px;
    font-size: 16px;
    line-height: 26px;
  }
  .b_txt, .l_txt  {
    font-size: 13px;
    line-height: 20px;
  }
  .s_list li {
    font-size: 12px;
    line-height: 18px;
  }
  .b_num-list {
    font-size: 12px;
    line-height: 18px;
    padding-left: 10px;
  }
  .l_txt + .s_list {
    margin-top: 8px;
  }
  .num-list.type02 > li.addline :is(ul, div) {
    margin-bottom: 0;
  }
  .num-list.type02 > li {
    line-height: 18px;
    gap:0;
  }
  .num-list.type02 > li .num{
    width: 16px;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
    margin-top:0;
  }
  .l_num-list > li {
    font-size: 12px;
    line-height: 18px;
  }
  .l_num-list.zero > li {
    font-size: 12px;
    line-height: 18px;
    padding-left: 18px;
  }
  .point_list > li {
    font-size: 14px;
    line-height: 20px;
  }
  .point_list > li::marker {
    color: #b4985a;
    font-size: 18px;
  }
  .point_list > li span {
    margin-left: -10px;
  }
  .innner_box::marker {
    font-size: 13px;
  line-height: 20px;
  }
  .innner_box {
    margin: 10px 0 15px 17px;
  }
}