@charset "utf-8";



.top_link{
  text-align: center;
  font-size: 31px;

  margin:  50px auto;
  position: relative;

  width: 600px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

.top_link a{
  /*padding: 0 60px;*/
  display: inline-block;
  vertical-align: top;
  width: 290px;
  color: #999;
  font-weight: 500;
}
.top_link .tlb01,
.top_link .tlb02{
  color: #000;
  font-weight: 700;
}

.tlb01::after{
  content: '';
  display: block;
  clear: both;
  width:300px;
  height: 3px;
  background-color: #003E1D;
  margin: 15px auto;
  position: absolute;
  left:0;
}

.tlb02::after{
  content: '';
  display: block;
  clear: both;
  width:300px;
  height: 3px;
  background-color: #003E1D;
  margin: 15px auto;
  position: absolute;
  right:0;

}

.page_btn{
  margin-top: 120px;
}


.m_title{
display: none;
}

@media screen and (max-width:860px) {
  .page_btn{
    margin-top: 40px;
}


  .top_link{
    display: none;
  }

  .m_title{
    display: block;
    }
    
    
.m_title{
  display: block;
  margin-bottom: 15px;
  margin-top: 50px;
}

.m_title .title02{
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}


}












/* online -  write  온라인 신청 */

.write_w .name{
  text-align: center;
  margin: 0 auto 29px;
  display: block;
}
.wrtab{
  text-align: left;

}
.wrtab th{
  padding-left: 33px;
}

.wrtab th b{
  color: red;
}

.wrtab td{
  width: 85%;

}

.wrtab td textarea{
  width: 97%;
}
.wrtab td input{
  width: 97%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #cccccc;
}

.input01{
  width: 50%!important;
}
.wrtab td input[placeholder],
.wrtab td input[value]{
 font-size: 20px;
 padding:0 15px;
 font-weight: 500;
font-family: 'Pretendard';;
line-height: 30px;
line-height: 50px;;
}

.wrtab .inbtn p{
  margin-top: 10px;
  display:flex;
  align-items:center;

}

.wrtab .inbtn p input[type="checkbox"] {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  cursor: pointer;

}
.wrtab .inbtn p input[id="check2"]:checked::after{
  content:'';
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top:0;
  
  background-color: #464646;
  background-image: url(../../img/icon/checkbox-w.png);
  background-repeat: no-repeat;
  background-size: 110%;
  background-position: center;

}



.wrtab .inbtn p span{
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  margin-left: 5px;
}
.wrtab .inbtn input[type="file"]::-webkit-file-upload-button{
  padding: 5px 10px;
  font-size: 15px;
  background-color: #F9F9F9;
  border: 1px solid #ccc;

  cursor: pointer;
}


#inptext{
  border: none;
  resize: none;
  border-style: none;
  list-style: none;
  font-size: 20px;
  padding:10px 15px;
  line-height: 25px;
  font-weight: 500;
  font-family: 'Pretendard';;
  border: 1px solid #cccccc;


} 


.inpbtn img{
  height: 26px;
}

.inpbtn {
  float: right;
}

.inpbtn01{

  display: flex;

}
.inpbtn01 p{
  padding:0 5px ;
}
.inpbtn01 span{
  font-size: 16px;
  border: 1px solid #eee;
  font-weight: 700;
  color: #797979;

  width: 75px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  cursor: pointer;
}

.sum_w{
  position: relative;
}
.inpbtn02{
  line-height:  64px;
  width: 209px;
  height: 64px;
  color: #fff;
  float: right;
  margin-top: 30px;
  list-style: none;
  font-style: none  ;
  text-decoration: none;
  cursor: pointer;
  border: none;
  outline: none;
  font-weight: 500;

}

.inpbtn02[value]{
  font-size: 22px;
  font-family: 'Pretendard';;
}
/*
.sumimg{
  width: 22px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
*/


.inpbtn input[type="checkbox"]{
  display: none;
}
input[type="checkbox"] + label{
  display: inline-block;
  width: 26px;
  height: 26px;
  position: relative;
  background-color: #ddd;
  border-radius: 100%;
  background-image: url(../../img/icon/check-w.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 0;
}

input[id="check1"]:checked + label::after{
  content:'';
  width: 26px;
  height: 26px;
  text-align: center;
  position: absolute;
  left: 0;
  top:0;
  background-image: url(../../img/icon/check-g.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (max-width:1127px) {
  .wrtab td input{
    width: 96%;
  }
}

@media screen and (max-width:860px) {


.write_w .name{
  margin: 0 auto 29px;
}
.wrtab{
  width: 95%;
  margin: auto;
  border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.wrtab th{
  padding-left: 0;
  display: block;
  border-bottom: none;
  padding: 0;
  padding-top: 10px;
}

.wrtab td{
  width: 100%;
  display: block;
  padding: 5px 0 15px 0px;
}

.wrtab td textarea{
  width: 95%;
}
.wrtab td input{
  width: 95%;
  height: 44px;
  line-height: 44px;
}

.input01{
  width: 95%!important;
}
.wrtab td input[placeholder],
.wrtab td input[value]{
 font-size: 15px;
 padding:0 10px;
line-height: 42px;;
color: #000;
}


.wrtab .inbtn input[type="file"]::-webkit-file-upload-button{
  padding: 0;
  font-size: 12px;
  width: 68px;
  height: 30px;
  line-height: 30px;
  color: #000;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.wrtab .inbtn input[name]{
  color: #000;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

#inptext{
  font-size: 15px;
  padding:10px 10px;

} 


.inpbtn img{
  height: 26px;
}

.inpbtn {
  float: none;
  width: 100%;

  margin-top: 20px;

}

.inpbtn01{
  float: right;
  display: flex;
  align-items:center;
  margin-bottom: 20px;
  margin-right: 20px;
  position: relative;
  z-index: 1;
}
.inpbtn01 p{
  padding:0 5px ;
  font-size: 15px;
}
.inpbtn01 a{
  font-size: 12px;
  border: 1px solid #eee;
  font-weight: 500;
  color: #333333;
  width: 61px;
  height: 28px;
  line-height: 28px;
}

.sum_w{
  position: relative;
  width: 95%;
  margin: auto;
}


.inpbtn02{
  line-height: 46px;
  width: 100%;
  height: 46px;
  color: #fff;
  float: none;
  margin-top: 20px;
  margin: auto;
  
}

.inpbtn02[value]{
  font-size: 15px;
  font-family: 'Pretendard';;
}

.inpbtn input[type="checkbox"]{
  display: none;
}
input[type="checkbox"] + label{
  display: inline-block;
  width: 26px;
  height: 26px;
  position: relative;
  background-color: #ddd;
  border-radius: 100%;
  background-image: url(../../img/icon/check-w.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
input[id="check1"]:checked + label::after{
  content:'';
  width: 26px;
  height: 26px;
  text-align: center;
  position: absolute;
  left: 0;
  top:0;
  background-image: url(../../img/icon/check-g.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}


}




@media screen and (max-width:550px) {
  
  .input01{
    width: 94%!important;
  }

  .sele01{
    width: 99%.5;
  }

  .wrtab td textarea{
    width: 94%;
  }

  .wrtab table td.td01 input{
    width: 94.5%;
  }
  
  .wrtab .td03 input{
    width: 94%!important;
  }
  .wrtab .td04 select{
    width: 45%!important;
  }

  .wrtab td input{
    width: 94%;
  }
  }
  
  


























/* online -  pass word  온라인 신청 비밀번호 */


.on_pass{
  text-align: center;
  display: block;
  margin: auto;
}

.on_pass .name h2{
  font-size: 30px;
}
.on_pass .name h2::after{
  content: '';
  display: block;
  margin: 40px auto;
  width: 500px;
  height: 1px ;
  background-color: #ccc;

}

.on_pass .mid{
  font-weight: 600;
  
}

.on_pass .mid li{
  line-height: 34px;
}

.on_pass .password input{
display: block;
width: 415px;
height: 48px;
border: solid 1px #d3d3d3;
}

.on_pass .password input[placeholder],
.on_pass .password input[value]{
 font-size: 20px;
 font-weight: 500;
font-family: 'Pretendard';;

line-height: 50px;;
text-align: center;
margin: 10px auto;

}
.on_pass .password .pass_inp{
  cursor: pointer;
  border: none;
}
.on_pass .password input[value]{
  color: #fff;
}

.on_pass .back_btn input{
  display: block;
  color: #666;;
  border:none;
  background: none;
  font-size: 20px;
  font-weight: 500;
 font-family: 'Pretendard';;
 text-align: center;
 margin: 32px auto;
 cursor: pointer;
  }
  

@media screen and (max-width:860px) {

.on_pass .name h2{
  font-size: 20px;
}

.on_pass .name h2::after{
  margin: 40px auto;
  width:80%;
}
.on_pass .mid{
  margin: 20px auto;
}
.on_pass .mid li{
  line-height: 20px;
  font-size: 15px;
}

.on_pass .password input{
width: 80%;
height: 44px;
}

.on_pass .password input[placeholder],
.on_pass .password input[value]{
 font-size: 15px;
line-height: 40px;;
padding-left: 10px;
box-sizing: border-box;
}
.on_pass .password input[placeholder]{
  text-align: left;
}

.on_pass .back_btn input{
  font-size: 15px;
  }
  .on_pass .back_btn input{
    font-size: 15px;
    margin: 20px auto;
  }
  
}





















/* online -  read  온라인 신청 */

.onw .name h2{
  font-size: 35px;
  margin-bottom: 30px;
  float: left;
}

.onw .name span{
  font-size:16px;
  float: right;
}

.onw img{
  width: 60%;
  }
  
  
  
.on_w{
  text-align: left;
}

.on_w th {
  width: 5%;
}

.on_w .qu{
  height: 500px;
}

.on_w .onwri{
  background-color: #FCFBFA;
  padding: 30px 10px 50px 10px;

}

.on_w .onwri p{
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
}
.on_w .onwri .onw01{
  font-weight: 800;
}
.on_w .onwri .onw01 span{
  font-weight: 600;
  font-size: 14px;
}

.back-btn{
  border: solid 1px #d2d2d2;
  background-color: #fff;
  display: block;
  padding: 10px 50px;
  margin: auto;
  color: #333;
  text-align: center;
}

.bobtn ul{
  position: relative;
}
.bobtn ul button{
  /* border: solid 1px #d2d2d2; */
  background-color: #fff;
  display: block;
  padding: 10px 30px;
  margin: auto;
  color: #333;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;

  border: solid 1px  #d2d2d2;
  background-color: #d2d2d2;

  font-weight: 700;
  
}

@media screen and (max-width:860px) {
  
.onw img{
  width: 90%;
  }
  
  
  .onw .name h2{
    font-size: 22px;
    margin-bottom: 30px;
    letter-spacing: -0.22px;
  }
  .onw .name span{
    display: none;
  }
  .on_w th{
    width: 15%;;
  }
  .on_w{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .back-btn{
    font-size: 15px;
    width: 335px;
    height: 46px;
    line-height: 11px;
  }
  .bobtn{
    text-align: center;
  }
  .bobtn ul{
    position: inherit;
    width: 100%;
    margin: 20px auto;
    display: block;
  }
  .bobtn ul button{
    width: 41%;
    margin: 20px auto;
  }
  
}












/* online -  visit  온라인 신청 */


.vitimg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:  center top;
    width: 100%;
    height: 260px;
   background-image: url(../../img/main/main03.jpeg);
    position: relative;
}

.vitt{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);

    color: #fff;
}

.vitbg{
    width: 100%;
    height: 100%;;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #000;
    opacity: .4;
}

.vitt{
    font-size: 22px;
}





.visit_w table{

}

.visit_w table .tdw{
  width: 15%;
}

.visit_w table td.td01 input{
width: 97%;
}

.vitab{
  text-align: left;

}
.vitab th{
  padding-left: 33px;
}

.vitab td b{
  color: red;
}



.vitab td textarea{
  width: 97%;
}
.vitab td input{
  width: 97%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #cccccc;
}

.vitab .input01{
  width: 50%!important;
}
.vitab td input[placeholder],
.vitab td input[value],
.vitab .td04 select{
 font-size: 20px;
 padding:0 15px;
 font-weight: 500;
font-family: 'Pretendard';;
line-height: 30px;
line-height: 50px;;
}
.vitab .td03 input{
  width: 92%!important;
}
.vitab .td04 select{
  display: inline-block;
  vertical-align: middle;
  width: 43%!important;
  outline: none;
  border:1px solid  #ccc;
  height: 50px;
}
.vitab .td04 select{
  display: inline-block;
  vertical-align: middle;

}
.vitab .td04 input span{
  padding: 0 20px;
}
.vitab .inbtn input[type="file"]::-webkit-file-upload-button{
  padding: 5px 10px;
  font-size: 15px;
  background-color: #F9F9F9;
  border: 1px solid #ccc;

  cursor: pointer;
}

@media screen and (max-width:860px) {

  .vitimg{
    height:150px;
  }
  .vitt{
    width: 95%;
    text-align: center;
    margin: auto;
    font-size: 18px;
    line-height: 26px;
  }
.space08{
  height: 30px;
}

  .visit_w table .tdw{
    display: block;
    border-bottom: none;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0;
  }
.vitab .name{
  margin: 0 auto 29px;
}
.vitab{
  width: 95%;
  margin: auto;
  border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.vitab th{
  padding-left: 0;
  display: block;
  border-bottom: none;
  padding: 0;
  padding-top: 10px;
}

.vitab td{
  width: 100%;
  display: block;
  padding: 5px 0 15px 0px;
}
.vitab .td03 input{
  width: 97%!important;
}
.vitab td textarea{
  width: 97%;
}
.vitab td input{
  width: 97%;
  height: 44px;
  line-height: 44px;
}
.vitab .td04 select{
  width: 47%!important;
  font-size: 15px;
  color: #000;
}

.vitab td input[placeholder],
.vitab td input[value]{
 font-size: 15px;
 padding:0 10px;
line-height: 42px;;
color: #000;
}

.vitab .inbtn input[type="file"]::-webkit-file-upload-button{
  padding: 0;
  font-size: 12px;
  width: 68px;
  height: 30px;
  line-height: 30px;
}

}


@media screen and (max-width:550px) {
  

.visit_w table td.td01 input{
  width: 94%;
}

.vitab .td03 input{
  width: 94%!important;
}
.vitab .td04 select{
  width: 40%!important;
  margin: 0 5px;
}
.vitab td textarea{
  width: 94%;
}
.vitab td input{
  width: 94%;
}
}











/* select */

.select-box {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;

-o-appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

.select-box__current {
  position: relative;
  cursor: pointer;
  outline: 1px solid #ccc;
}

.select-box__current:focus + .select-box__list {
  opacity: 1;
  -webkit-animation-name: none;
          animation-name: none;
}
.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}
.select-box__current:focus .select-box__icon {
  transform: translateY(-50%) rotate(180deg);
}
.select-box__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  opacity: 0.3;
  transition: 0.2s ease;
}
.select-box__value {
  display: flex;
}
.select-box__input {
  display: none;
}
.select-box__input:checked + .select-box__input-text {
  display: block;
}
.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 10px 15px;
  background-color: #fff;
}
.select-box__list {
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  -webkit-animation-name: HideList;
          animation-name: HideList;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start;
  outline: 1px solid #cccccc;
  z-index: 1;
}
.select-box__option {
  display: block;
  padding: 15px;
  background-color: #fff;
  margin-bottom: 0!important;
}

.select-box__option:hover{
  background-color: #f9f9f9;
}
@-webkit-keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}

@keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}



