/* reset */
* {
  margin: 0;
  padding: 0;
  border: 0;
}

fieldset, img {
  border: 0 none
}

dl, ul, ol, menu, li {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, input, select, textarea, button {
  border-radius: 0;
  vertical-align: middle
}

input::-ms-clear {
  display: none
}

button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer
}


 th, td, input, select, textarea, button {

  font-family:inherit;

}

a {
  text-decoration: none;
  cursor: hand;
  color: inherit;
}

a:hover {
  text-decoration: none
}

a:active {
  background-color: transparent
}

address, caption, cite, code, dfn, em, var, i {
  font-style: normal;
  font-weight: normal
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

.cf:after {
  content: '';
  display: block;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: .65;
}

/* style */
section {
  /* float: right; */
  background: #fff;
  direction: ltr;
  -webkit-text-size-adjust: none;
  font-family: '맑은 고딕', 'Malgun Gothic', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;

  width: 755px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.guideList li {
  float: left;
  padding: 0 10px;
  padding-left: 10px;
  color: #ababab;
  background: url(../images/ico_arr02.png) no-repeat left center;
}

.guideList li:first-child {
  background: url(../images/ico_home.png) no-repeat left 0px;
  padding-left: 20px;
}

.location h3 {
  margin-top: 10px;
  font-weight: normal;
  font: 500 30px 'NotoM', sans-serif;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 30px;
  color: #000;
}

.payimg {
  width: 100%;
  height: 297px;
  margin-top: 50px;
  margin-bottom: 10px;
  background: url(../images/pay.png)no-repeat center center;
}
.guidewrap{
  width: 100%;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 25px;
}
.alertwrap{
  width: 100%;
  padding-bottom: 55px;
}

.title {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: left;
  margin-top: 40px;
}

.title p {
  padding-left: 18px;
  float: left;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  color: #438bb5;
  background: url(../images/ico_point.png) no-repeat left 6px;
}
.title.alert p {
  padding-left: 25px;
  float: left;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  color: #438bb5;
  background: url(../images/ico_alert.png) no-repeat left 6px;
}

ul.text {
  margin-left: 15px;
  padding: 10px 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  word-break: keep-all;
}

ul.text li {
  padding: 5px 0 5px 10px;
  display: block;
  font-size: 14px;
  color: #414141;
  background: url(../images/ico_dot.png) no-repeat left 15px;
  letter-spacing: -1px;
  font-weight: 600;
  color: #222222
}
ul.text.account li{
  margin-right: 20px;
  float: left;
}
ul.text.account li strong{
  font-size: 16px;
  font-weight: bold;
  vertical-align: top


}
ul.text.account:after {
  content: '';
  display: block;
  clear: both;
}
.accountguide{
  margin-left: 15px;
  width: 100%;
}
.accountguide p{
  padding: 5px 0 5px 10px;
  display: block;
  font-weight: 600;
  letter-spacing: -1px;
  font-size: 14px;
}
.accountguide p strong{
  font-size: 18px;
}
.accountguide p span{
  font-size: 18px;
  color: red;
}
em.blue{
  margin-top: 5px;
  color: #438bb5;
  font-size: 14px;
  font-weight: 600
}
em.red{
  color: #f9585e;
  font-weight: 600
}

.searchwrap{
  width: 100%;
  padding: 12px 0px;
  text-align: center;
  background: #eeeeee;
  margin-top: 17px;
}
.searchwrap label{
  color: #434242;
  font-weight: 600;
}
.searchwrap  input {
  vertical-align: middle;
  width: 176px;
  padding: 0 5px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #ababab;
  color: #414141;
  font-size: 13px;
}
.searchwrap button {
    vertical-align: middle;
    padding: 6px 20px;
    text-align: center;
    border-radius: 1px;
    border: 1px solid #ababab;
    color: #3f3f3f;
    font: 600 12px 'Dotum';
    display: inline-block;
    background: #fefefe\9;
    background: -webkit-linear-gradient(#fff, #efefef);
    background: -o-linear-gradient(#fff,#efefef);
    background: -moz-linear-gradient(#fff, #efefef);
    background: linear-gradient(#fff, #efefef);
}
.tablewrap {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}
.tablewrap table.view {
  border: 0;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.tablewrap table.view th {
    height: 41px;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    border-top: 2px solid #64add5;
    border-bottom: 1px solid #64add5;
}
.tablewrap table.view td {
    height: 41px;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}
.tablewrap table.view tr:last-child td{
  border-bottom: 1px solid #cccccc
}
.tablewrap table.view td input[type="checkbox"] {
    display:none;
}
.tablewrap table.view td input[type="checkbox"] + label {
    color:#f2f2f2;
}
.tablewrap table.view td input[type="checkbox"] + label span {
    display:inline-block;
    width:15px;
    height:19px;
    vertical-align:middle;
    background:url(../images/check.png) -16px top no-repeat;
    cursor:pointer;
}
.tablewrap table.view td input[type="checkbox"]:checked + label span {
    background:url(../images/check.png) left top no-repeat;
}
.btnwrap{
  width: 100%;
  text-align: center;
  padding-bottom: 55px;

}
.btnwrap button{
  display: inline-block;
}
.btnwrap .payphone{
  border: 1px solid #cccccc;
  color: #000;
  padding: 7px 32px;
}
.btnwrap .paybtn{
  color: #FFF;
  font-weight: bold;
  padding: 8px 32px;
  margin: 0 2px 0 0;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  border-radius: 1px;
  background: #438bb5\9;
  background: -webkit-linear-gradient(#438bb5, #3d7ea3);
  background: -o-linear-gradient(#438bb5,#3d7ea3);
  background: -moz-linear-gradient(#438bb5, #3d7ea3);
  background: linear-gradient(#438bb5, #3d7ea3);
}
.success{
  width: 100%;
  text-align: center;
  margin-top:65px;
}
.success p{
  font-size: 22px;
  letter-spacing: -1px;
}
.success p span{
  font-weight: 800
}
.success button{
  color: #fff;
  padding: 12px 40px;
  text-align: center;
  background: #0090d0;
  font-size: 17px;
  font-weight:bold;
  margin-top: 37px;
}

/* 민원신청html 시작*/
.minwonwrap {
  width: 100%;
}

.minwonwrap .title {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: left;
  margin-top: 27px;
}

.minwonwrap .title p {
  padding-left: 18px;
  float: left;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  background: url(../images/ico_dot2.jpg) no-repeat left 8px;
}
.minwonwrap .info{
  width: 100%;
  padding: 20px 13px;
  box-sizing: border-box;
  background: #f7f7f7;
  font-size: 14px;
  margin-top: 10px;
  color: #666666;
}
.minwonwrap .info span{
  margin-left: 8px;
}
.minwonwrap .privacy{
  width: 100%;
  height: 110px;
  overflow-y: scroll;
  box-sizing: border-box;
  border: 1px solid #e3e3e3;
  margin-top: 9px;
  padding: 13px 16px;
  color: #787878;
  font-size: 13px;
  letter-spacing: -1.5px;
}
.minwonwrap .agreewrap{
  margin-top: 14px;
}
.minwonwrap .agreewrap label{
  margin-left: 10px;
  font-size: 14px;
  letter-spacing: -1.5px;
  vertical-align: top
}
.minwonwrap .btnwrap{
  width: 100%;
  margin: 40px;
  text-align: center;
}
.minwonwrap .btnwrap button{
  padding: 13px 70px;
  color: #fff;
  font-size: 17px;
  letter-spacing: -1.5px;
}
.minwonwrap .btnwrap button.agree{
  background: #0090d0;
}
.minwonwrap .btnwrap button.notagree{
  background: #999999;
}

.minwonformwrap{
  width: 100%;
}
.minwonformwrap table.userinfo{
  width: 100%;
  border: 0;
  border-collapse: collapse;
  table-layout: fixed;
  box-sizing: border-box;
  border-top: 3px solid #0090d0;
  margin-top: 20px;
}
.minwonformwrap table.userinfo td:first-child{
  width: 148px;
  font-size: 16px;
  padding: 13px 0 13px 20px;
  box-sizing: border-box;
  letter-spacing: -1.5px;
}
.minwonformwrap table.userinfo td.blue{
  background: #f4f5ff;

}
.minwonformwrap table.userinfo tr:first-child td, .minwonformwrap table.userinfo tr:nth-child(4) td{
  padding: 15px 20px 0px;
  box-sizing: border-box;
}
.minwonformwrap table.userinfo tr:nth-child(4) td{
  border-top: 1px solid #0090d0
}
.minwonformwrap table.userinfo tr:nth-child(3) td{
  padding: 0px 20px 15px;
  box-sizing: border-box;
}

.minwonformwrap table.userinfo td:last-child{
  background: #fff;
  font-size: 16px;
  padding-left: 20px;
}
.minwonformwrap table.userinfo td:last-child input{
  border: 1px solid #bbbbbb;
  padding: 9px 11px;
}
.minwonformwrap table.userinfo textarea{
  border: 1px solid #bbbbbb;
  width: 100%;
  box-sizing: border-box;
}
.minwonformwrap table.userinfo textarea.tit{
  height: 30px;
}
.minwonformwrap table.userinfo textarea.content{
  height: 215px;
}
.minwonformwrap table.userinfo td:last-child select{
  border: 1px solid #bbbbbb;
  padding: 8px 11px;
  box-sizing: border-box;
  margin-left:0px;
}
.minwonformwrap table.userinfo tr:nth-child(3) td:last-child select{
  margin-left:3px;
}
.minwonformwrap .btnwrap{
  width: 100%;
  margin-top: 40px;
  text-align: center;
  margin-bottom: 120px;
}
.minwonformwrap .btnwrap button{
  width: 145px;
  text-align: center;
  padding: 13px 0;
  color: #fff;
  font-size: 17px;
  letter-spacing: -1.5px;
}
.minwonformwrap .btnwrap button.apply{
  background: #0090d0;
}
.minwonformwrap .btnwrap button.cancel{
  background: #999999;
}
.minwonformwrap input[type="radio"] {
    display:none;
}

.minwonformwrap input[type="radio"] + label {
    color:#000000;
    margin-right: 40px;
    font-size: 14px;
}

.minwonformwrap input[type="radio"] + label span {
  display:inline-block;
  width:15px;
  height:19px;
  vertical-align:middle;
  background:url(../images/check_red.png) -16px top no-repeat;
  cursor:pointer;
  margin-right: 10px
}
.minwonformwrap input[type="radio"]:checked + label span {
  background:url(../images/check_red.png) left top no-repeat;
}
.minwonformwrap .success{
  width: 100%;
  text-align: center;
  margin-top:65px;
}
.minwonformwrap .success p{
  font-size: 16px;
  letter-spacing: -1px;
}
.minwonformwrap .inquire{
  width: 100%;
  margin-top: 55px;
  font-size: 16px;

}
.minwonformwrap .inquire .line{
  width: 486px;
  margin: 15px auto 0;
  text-align: left;
  font-size: 16px;
}
.minwonformwrap .inquire .line .labelbox{
  width: 80px;
  display: inline-block;

}
.minwonformwrap .inquire .line .inputbox{
  width: 350px;
  display: inline-block;

}
.minwonformwrap .inquire .line label{
  font-size: 16px;
}
.minwonformwrap .inquire .line input{
    border: 1px solid #ababab;
    padding: 9px;
}
.minwonformwrap table.view tr td:nth-child(2){
  text-overflow:ellipsis;
  white-space:nowrap;
  word-wrap:normal;
  overflow:hidden;
  text-align: left;
}

.minwonformwrap table.userinfo.minwonview{
  border-top: 1px solid #e6e6e6;
}
.minwonformwrap table.userinfo.minwonview tr td:nth-child(2){
  color: #333333;
}
.minwonformwrap table.userinfo.minwonview p{
    padding: 9px 11px;
}
.minwonformwrap table.userinfo.minwonview tr:nth-child(4) td{
  border-top: 3px solid #0090d0
}
.minwonformwrap table.userinfo.minwonview tr.content td{
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 25px;
}
p.info{
  color: #808080;
}
p.red{
  color: #eb0303;
}
td.td1{
font-size: 16px;
padding: 13px 0 13px 20px;
box-sizing: border-box;
letter-spacing: -1.5px;
}
.minwonformwrap .line .inputbox select{
  border: 1px solid #bbbbbb;
  padding: 8px 11px;
  box-sizing: border-box;
  margin-left:0px;
}
