@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);

/*css document*/
body,
header,
div,
span,
p,
nav,
ul,
li,
a,
img,
h1,
h2,
h3,
h4,
footer,
address,
video,
button,
input,
select
{
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
  
}
select::-ms-expand {display:none}
select{
  -webkit-appearance: none;
  -moz-appearance:none;
  appearance:none;
  background-image: url(../images/icon_down.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-position-x: 95%;
  background-size:auto 7px;
}
input[type="number"],input[type="text"],input[type="password"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.wrbox_ms3{
  width: 65px;
}

/* 추가 ------------------------------------------------------------------ */

.modal-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modalBox {
  position: absolute;
  background-color: #fff;
  width: 80%;
  height: 50%;
  padding: 15px;
	 
}

.bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.privacy4 td{
  font-size: 12px;
}

details {
  /* border: 1px solid #aaa;
  border-radius: 4px; */

}
details .txt{
  padding: 20px;
  border: 1px solid #dedede;
  border-bottom: 0;
  padding: 20px;
}
.txt .indent{
  margin: 0 16px;
}


.privacy{position: relative;}
.dev1 .box_agree{
  display: block;
  width: 125px;
  text-align: right;
  position: absolute;
  right: 0;
  z-index: 7;
  text-align: center;
  line-height: 50px;
  padding-right: 20px;
}
.summary {
  position: relative;
  text-align: left;
  padding-left: 20px;
  font-weight: bold;
  line-height: 50px;
  background-color: #f7f7f7;
  border: 1px solid #dedede;
  /* border-bottom: 0;
  border-radius: 4px 4px 0 0; */
  cursor: pointer;
}
.summary img{
  height: 20px;
  width: auto;
  vertical-align: middle;
}

.txt{
  border: 1px solid #dedede;
  border-radius: 4px 4px 0 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

details[open] {
  /* padding: .5em; */
}

details[open] summary {
  /* border-bottom: 1px solid #aaa;
  margin-bottom: .5em; */
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form_cms .select3{
  width: 85px;
}

.form_cms .depart{
  width: 300px;
}

.form_cms .address{
  width: 500px;
}

.form_cms .account{
  width: 350px;
}

.form_cms .owner{
  width: 195px;
}

.form_cms .formSelect3{
  width: 200px;
}



.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}
/* input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px; */

.form_cms .fee_amt{
  width: 70px;
}

input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
}

/* 수정 */
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

textarea{
  resize: none;
  border: none;
  border: solid 1px #c1c1c1;
  border-radius: 5px;
  line-height: 30px;
  padding: 0;
  padding: 0 7px;
  font-size: 16px;
  height: 50px;
  width: 985px;
}

/* ------------------------------------------------------------------ */

.privacy3 th{
  vertical-align: top;
  font-size: 16px;
}

.privacy3 td{
  font-size: 16px;
  vertical-align: top;
}


img {
    vertical-align: top;
}

ul,
li {
    list-style: none;
}

a {
    color: #3d3a39;
    text-decoration: none;
}

a:hover {
    color: #817976;
    text-decoration: none;
}

.blind {
    display: block;
    overflow: hidden;
    left: 0;
    top: -1000em;
    position: absolute;
}

body {
  font-family: 'Nanum Gothic', sans-serif;
  color: #3d3a39;
  background-color: #f2f2f2;
  line-height: 1.5;
}

/* reset */

.wrap{
width: 1080px;
margin: 40px auto; 
background-color: #fff;
box-shadow: 0 2px 5px #bebebe;  
-ms-filter:dropshadow(color=#000000,offX=1,offY=1);
zoom:1;      /* ie */
display: block;
}
header {
  text-align: center;
}
header img {
  width: 450px;
  padding: 20px 0;
}
.img_minbn {
  width: 100%;
  padding-bottom: 10px;
}
#main {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.intro{
  margin:0 15px ;
}
.intro h2{
  color: #131f5a;
  padding: 10px;
  font-size: 30px;
  color: #131f5a;
  padding: 10px;
  font-size: 30px;
  background: #ecf0f3;
  border-top: 3px solid #3948b9;
  margin-bottom: 10px;
}
.intro h2 span{

}

.btn_zone{
  padding:  50px 0;
  text-align: center;
}
.btn{
  border: 0;
  display: inline-block;
  padding: 15px 50px;
  background-color: #ddd;
  font-size: 16px;
  font-weight: 500;
}
.btn_s{
  border: 0;
  display: inline-block;
  padding: 10px 40px;
  background-color: #ddd;
  font-size: 14px;
  font-weight: 500;
}
.btn_request{
  color: #fff;
  background-color: #3a77c7;

}

/* 공통 */

/* 입력페이지 */
.form_cms input[type="radio"] {
  opacity: 0;
  width: 0px;
}
.form_cms input[type="radio"]+span {
  position: relative;
  display: inline-block;
  padding-left: 24px;
}
.form_cms input[type="radio"]:checked+span:before {
  background: radial-gradient(circle, #5794e4 5px, #fff 6px);
  border: 1px solid  #5794e4;
}
.form_cms input[type="radio"]+span:before {
  content: '';
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  background: radial-gradient(circle, #5794e4 0px, #fff 0px);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
/* .form_cms .radio-field-text{

} */

.form_cms input[type="text"],.form_cms input[type="number"],.form_cms input[type="password"],.form_cms select{
  line-height: 30px;
  height: 30px;
  border: 1px solid #c1c1c1;
  padding: 0;
  padding: 0 10px;
  font-size: 16px;
  vertical-align: middle;
}
/* .form_cms select{
  width: 100px;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(42,169,224)'><polygon points='0,0 100,0 50,50'/></svg>");
  background-size: 12px;
  background-position: calc(100% - 10px) 11px;
  background-repeat: no-repeat;
  background-color: #efefef;
  height: 32px;

} */
.privacy summary{cursor: pointer;}
.form_cms label{margin-right: 5px;}

.form_cms .forms-container .title {
  position: relative;
  font-size: 20px;
  padding: 10px 15px 10px 30px;
  border-radius: 12px 12px 0 0;
  margin: 0;
}
.form_cms .forms-container .title_blue{
  color: #5794e4;
  background-color: #e1eeff;
  border-bottom: 2px solid #5794e4;
  border-radius: 12px 12px 0 0;
  overflow: hidden;


}
.form_cms .forms-container .title_green{

  color: #26776a;
  background-color: #e7fbe9;
  border-bottom: 2px solid #26776a;

}

.form_cms .title_red{
  color: #333;
  background-color: #f8f8f8;
  border-bottom: 2px solid #333;
  border-top: 2px solid #333;
  border-radius: 0;
  margin-bottom: 10px;
  margin: 20px 0;
  padding: 10px;
  font-size: 19px;
}

.form_cms .forms-container .RequiredItems{
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #3d3a39;
  font-size: 14px;
  font-weight: 200;
  display: inline;
}
.forms-container{
    position: relative;
    margin-top: 10px;
    margin-bottom: 40px;
    box-shadow: 0 0 8px #ddd;
    border: 1px solid #c6ddfb;
    border-radius: 12px;
}
.form_cms table{
  border-collapse: collapse;
  width: 100%;
  margin-top: 8px;
}
.form_cms tr{
  border-bottom:1px solid #e6e6e6 ;
}
.form_cms th{
  width: 160px ;
}
.form_cms td{padding-left: 15px;}
.form_cms th ,.form_cms td{
  height: 55px;
}

.form_cms .inputField4::after {
  content: '';
  display: block;
  clear: both;
}
.form_cms .inputField4 span{
  float: left;
  margin-right: 4px;
}
.inputField4_info{
  /* width: 300px; */
  line-height: 17px;
  font-size: 14px;
  margin-left: 10px;
}

.inputField.ms_block{
  display: inline-block;
  /* width: 100%; */
}
.form_cms .ms_label{display: inline-block;}

.form_cms .txt_info{
  color: #505050;
  font-size: 14px;
  font-weight: 200;
}

.box_sign{
  line-height: 2;
  text-align: center;
}



.form_cms #btnAuthFront.btn_request{
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 2px;
  border: 1px solid #2261b3;
}

#story{height: 80px;}

footer{
  background-color: #364e6d;
  padding: 20px 10px;
  font-size: 12px;
  position: relative;
}
footer .ft_wrap{
  color: #fff;
}
footer .ft_wrap2{
  color: #fff;
  position: absolute;
  top: 20px;
  right: 10px;
  text-align: right;
}
span.essential{color: #ec4040;}


.dev1{margin: 0px 40px 20px;}
.dev1 h3{font-size: 17px;margin: 10px;text-align: center;}


/* 출력페이지 */

.print{width: 730px;margin: 0 auto;}


.m_view{display: none;}

@media (max-width: 630px) {

  .form_cms input[type="text"], .form_cms input[type="number"], .form_cms input[type="password"], .form_cms select {
    font-size: 17px;
    }

  .form_cms .txtJumin2{
    margin-top: 4px;
    /* margin-bottom: 4px; */
  }

  #phone1{
    width: 70% !important;
    display: block;
  }
  #phone2{
    width: calc( 50% - 3px ) !important;
    margin-left: 0;
    margin-right: 3px;
    margin-top: 5px;
  }
  #phone3{
    width: calc( 50% - 3px ) !important;
    margin: 0;
    margin-top: 5px;
  }

    header img {
        width: 80%;
    }
    .intro{
      margin:0 ;
    }
    .intro h2{
      font-size: 20px;
    }
    .intro h2 span{
      display: block;
      text-align: center;
    }
    .wrap {
      width: calc( 100% - 20px );
      margin: 10px;
    }
    #main {
        width: 94%;
        margin: 0 auto;

    }
    .form_cms table {

      margin-bottom: 8px;
  }
    .form_cms input[type="radio"]+span {
        padding-left: 22px;
    }
    .form_cms input[type="radio"]+span:before {
        top: 2px;
    }

    .form_cms td,
    .form_cms th {
        height: 0;
    }

    .form_cms th {
        width: 30%;
        font-size: 16px;
    }
    .form_cms td {
        padding: 3% 2%;
        font-size: 14px;
    }

    .form_cms td input {
        width: 70%;
    }
    .wrbox_ms3 {
      width: calc( 33.3% ) !important;
      display: block;
      float: left;
    }
    .form_cms td input[type='checkbox'] {
        width: 5%;
        vertical-align: middle;
    }
    .form_cms .ms_label {
        display: block;
    }
    .inputField.ms_block {
        display: inline-block;
        width: 100%;
    }
    .form_cms .ms_input {
        margin: 5px 0;
    }
    .formSelect3 .ms_input {
      margin: 5px 0;
    }
    .form_cms .txt_info {
        display: block;
        font-size: 13px;
        margin-top: 5px;
    }
    .dev1 {
        margin: 0px 10px 20px;
    }
    .form_cms .formSelect3 {
        width: 70%;
    }
    /* 추가 ==================*/

    .form_cms .select3 {
      width: calc( 33.3% - 4px );
      margin-left: 3px;
      display: block;
      float: left;
    }

    .form_cms .depart {
        width: 100%;
    }

    .form_cms .address {
        width: 100%;
    }

    .form_cms .account {
        width: 70%;
    }

    .form_cms .owner {
        width: 70%;
    }

    .form_cms .fee_amt {
        width: 70px;
    }

    #direct_amt {
        display: block;
    }
    .tr_gender td label span{width: 60px; }
    /*========================*/

    textarea{
      width: 95%;
      height: 100%;
      border: solid 1px #c1c1c1;
      border-radius: 5px;
    }

    .txt{
      width: 100%;
      height: 100%;
    }
    .form_cms  .title_red{
      font-size: 20px;
      margin: 20px 0;
    }

    footer .ft_wrap2{
      position: static;
      text-align: left;
    }

    a[href^="tel"]{
      color:inherit;
      text-decoration: none;
    }
}
