
headDiv {
    font-align:text-left;

}
.headDiv h2{
    margin-bottom:75px;

}

.baseInput {
    width: 100%;
    height: 50px;
    padding : 20px 20px 20px 40px;
    border-radius:30px;
    border: 1.5px solid #EDEDED;
}


.myIcon {
    position:relative;
    width: 100%;
}

.customInput {
    width: 100%;
    height: 50px;
    padding : 20px;
    border-radius: 30px;
    border: 1.5px solid #EDEDED;
    border-collapse:collapse;
}

.mybtn {
    position: absolute;  /*relative가 되는 부모 div .icon요소를 기준으로 */
    top:13px;
    right:17px;
    border: None;
    background-color:transparent;

}

.mySelect {
    width:100%;
    height: 50px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    padding : 10px 20px 10px 10px;
    margin-bottom:12px;
    border: 1.5px solid #EDEDED;
    border-radius: 30px;
    border-collapse:collapse;
    background-color: #fff;

}

.mySelect a{
    text-decoration:none;
    color: #212529;
    padding-left:5px;

}

.mySelect:focus {
  border-color: #86b7fe;
  box-shadow: none;
}

  /*tab css*/
  /*tab css*/
.tab {
  float: left;
  width: 100%;

}

.tabnav {
  margin:0;
  font-size: 0;
  width: 100%;
  border-bottom: 1px solid #ddd;

}

.tabcontent {
  padding: 20px;
  border: 1px solid #ddd;
}

.myLink ul li a{
    color: rgba(0,0,0,0.65);
    padding: 0.1875rem 0.5rem;
    text-decoration: none;
    border-radius: 0.25rem !important;
}

.myLink ul li a:hover{
    color: rgba(0,0,0,0.85);
    text-weight:bold;
    background-color: rgba(179, 111, 82, 0.1);
