@charset "utf-8";

@media (max-width:768px) {
	 main .wrap {
    width: 100%;
  }
  
  footer {
    transform: none;
    margin-top: 0;
  }
  
  #mainContents {
    width: 100%;
    margin-left: 0;
  }
  
  .table {
    font-size: 14px;
  }
  
  .table.type-1 .th {
    background-color: transparent;
  }
  
  .table .th,
  .table .td {
    padding: 5px;
  }
  
  .table.type-1,
  .table.type-1 .tbody,
  .table.type-1 .tbody .tr,
  .table.type-1 .tr .th,
  .table.type-1 .tr .td {
    display: inline-block;
    border: none !important;
  }
  
  .table .empty {
    display: none !important;
  }
  
  .table.type-1 .tbody {
    width: 100%;
  }
  
  .table.type-1 .th,
  .table.type-1 .td {
    padding: 0;
  }
  
  .table.type-1 .th,
  .table.type-1.custom .tr .th {
    width: 100%;
    height: 30px;
    border: none;
  }
  
  .table.type-1 .tbody .tr .th label {
    width: 100%;
    text-align: left;
  }
  
  .table.type-1 .td,
  .table.type-1.custom .tr .td {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .table.type-1 .tbody .tr input.full {
    width: 100%;
  }
  
  .table.type-1.custom {
    margin-top: -1px;
  }
  
  .table.type-1.custom .tr .td {
    width: 100%;
    text-align: left;
  }
  
  .table.type-1.custom.addr .empty {
    display: none;
  }
  
  .table.type-1.custom.addr .th.rowspan {
    height: 20px !important;
    font-size: 17px;
    margin-bottom: 5px;
  }
  
  .table.type-1.custom.addr .th.rowspan label {
    width: 20%;
    left: 0;
    bottom: 0;
    font-size: 17px;
  }
  
  .table.type-1.custom.addr .th.rowspan #searchAddr {
    position: absolute;
    left: 70px;
    top: 24px;
    font-size: 13px;
    width: 80px;
    height: 25px;
    border-radius: 4px;
  }
	
  .table.type-2,
  .table.type-2 .tbody,
  .table.type-2 .tbody .tr,
  .table.type-2 .tr .th,
  .table.type-2 .tr .td {
    display: inline-block;
  }
  
  .table.type-2 {
    border: none;
  }
  
  .tbody.type-2 {
    width: 100%;
  }
  
  .table.type-2 .tbody .tr {
    margin-bottom: 15px;
    border-top: 1px solid #d8d8d8;
  }
  
  .table.type-2 .th,
  .table.type-2 .td {
    padding: 0;
  }
  
  .table.type-2 .thead .th {
    display: none;
  }
  
  .table.type-2 .td {
    position: relative;
    margin: 0;
    width: 100%;
    min-height: 40px;
    padding-left: 35%;
    line-height: 40px;
    border-right: 1px solid #d8d8d8;
  }
  
  .table.type-2 .tbody .td:before {
    position: absolute;
    display: inline-block;
    width: 35%;
    left: 0;
    height: 40px;
    border-right: 1px solid #d8d8d8;
    background-color: #f0f0f0;
    font-weight: bold;
  }
  
  .table.type-2 .tbody .td.lines-2:before {
    display: grid;
    height: 81px;
    align-items: center;
  }
  
  .table.type-2 .td p {
    margin: 0;
  }
  
  .table.type-2 .td p:first-child {
    border-bottom: 1px solid #d8d8d8;
  }
  
  #waterSupplyCorp .table .tbody .td:nth-child(1):before {content: '업체명'}
  #waterSupplyCorp .table .tbody .td:nth-child(2):before {content: '대표자'}
  #waterSupplyCorp .table .tbody .td:nth-child(3):before {content: '소재지'}
  #waterSupplyCorp .table .tbody .td:nth-child(4):before {content: '전화번호'}
	
	.table .th label {
	  width: auto;
	}
	
  .guide {
    width: 100%;
    padding: 12px 12px 12px 24px;
  }
  
  .apply-process .step-wrap {
    padding: 10px 60px 0 60px;
    text-align: center;
  }
  
  .apply-process .step {
    width: 100%;
  }
  
  .apply-process .arrow p {
    position: static;
    margin: 7px -5px 7px 0;
    transform: rotate(90deg);
  }
  
  .apply-process .arrow.mobile {
    display: inline-block;
  }
  
  .apply-process .line-1,
  .apply-process .line-2 {
    margin-bottom: 0;
  }
  
  .apply-process .line-3 {
    text-align: center;
  }
  
  p.depth-1,
  p.depth-2,
  p.depth-3:not(.guide p.depth-3),
  p.subject,
  p.step {
    font-size: 16px !important;
  }
  
  input[type="text"],
  .table select {
    height: 40px;
    padding: 5px 10px 5px 10px;
    border: 1px solid #d8d8d8;
  }
  
  .intro {
    display: inline-block;
    border-radius: 4px;
    padding: 12px;
  }
  
  .intro .inner {
    margin-left: 0;
  }
  
  .intro i.icon-intro {
	  background: url(../images/icon-intro-24px.png) no-repeat;
	  display: block;
	  width: 100%;
	  height: 24px;
	  margin-bottom: 5px;
	}
	
	.intro p.line {
	  line-height: initial;
	}
	
  #confirmationDialog input[type="text"] {
    height: 25px;
  }
  
  .guide.info {
    width: 100%;
    font-size: 14px;
  }
  
  .guide.info i {
    margin: 0 10px 0 10px;
  }
  
  label.category.subject,
  label.category.next {
    margin-top: 0;
  }
  
  #waterSupplyPrice p.depth-1 {
	  margin-left: 0;
	}
	
	#waterSupplyPrice p.depth-2 {
	  margin-left: 20px;
	}
	
	#waterSupplyPrice p.depth-3 {
	  margin-left: 40px;
	}
  
  #registerDetailDialog label.supply-loc {
	  bottom: 0;
	}
  
  .table-wrap .price-table,
  .table-wrap .price-table table {
	  width: 100%;
	}
	
	.table-wrap .price-table {
	  margin-left: 0;
	  margin-right: 0;
	}
}
