* {
    margin: 0;
    padding: 0;
    background-color: white;
    font-family: "Malgun Gothic", "굴림", "굴림체", "verdana", "san-serif", "Arial";
}

.main_first_line {
    color: gray;
    padding: 10px;
}

.img_logo_container {
    width: 100%;
    height: 50px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.img_logo {
    width: 180px;
    height: 70px;
    background-image: url("../img/logo.png");
}

.tab {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 40px;
    width: 80%;
    margin-left: 10%;
    margin-top: 7%;
}

.tablinks {
    background-color: #738965;
    width: 30%;
    font-size: 1.5rem;
    font-weight: normal;
    color: white;
    border-radius: 8px;
    border: 3px solid #5e89a6;
}

.tablinks:hover {
    background-color: #d6e9ca;
    width: 30%;
    font-weight: bold;
    color: black;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #d6e9ca;
    font-weight: bold;
    color: black;
}
  
/* Style the tab content */
.tabcontent {
    display: none;
    border: 0px solid white;
    border-top: none;
}

form {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

input[type=text], select {
    width: 80%;
    padding: 12px 10px;
    margin-bottom: 8px;
    display: inline-block;
    border: 1px solid gray; /*#345221;*/
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1.5rem;
}

input[type=password], select {
    width: 80%;
    padding: 12px 10px;
    margin-bottom: 8px;
    display: inline-block;
    border: 1px solid gray; /* #345221;*/
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1.5rem;
}

/*
.a1 {
    width: 100%;
    text-align: right;
    padding-top: 20px;
    padding-bottom: 20px;
}

#a1 {
    padding-right: 10%;
}
*/

.a1 {
    display: flex;
}

.fixed_bottom {
    position: fixed;
    bottom: 0px;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
    background-color: transparent;
    color: lightgray;
}

.s_button {
    -webkit-appearance: none; /* remove iOS styling */
    -webkit-border-radius: none; /* remove iOS styling */
    /*background-color: #4CAF50;  Green */
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;
    background-color: #4C3A96; /*#a9d18e;*/
    color: white; /*#203864;*/
    border: 3px solid #4C3A96; /*#41719c;*/
    border-radius: 8px;
}

#btn_connect1, #btn_connect2, #btn_connect3 {
    width: 80%;
    font-size: 1.8rem;
}

.footer {
    position: fixed;
    display: block;
    bottom: 0;
    width: 100%;
    font-size: 0.7rem;
    text-align: center;
    padding-bottom: 20px;
    color: silver;
    background-color: #ffffff;
    background-color: rgba( 255, 255, 255, 0.5 );
}
  

.div_save_and_find {
    display: flex;
    padding-top: 20px;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 20px;
    justify-content: space-between;
}

#lblSave_acc, #a1 {
    font-size: 1.4rem;
}

#imgSearchBizNo {
    margin-right: 5px;
}
