
.desk29 {
    width: 100%;
    height: 4rem;
    background-color: #fff;
    border-bottom: 1px solid #EDEDED;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.25rem 1rem;
}

.desk30 {
    width: auto;
    display: flex;
    height: 85%;
    position: relative;
    left: 2rem;
    cursor: pointer;
}

.desk31 {
    width: auto;
    height: 90%;
    position: relative;
    right: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}


.desk32{
    width: 40px;
    height: 40px;
    background-color: #F5F1EE;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
}

.desk32 img {
    margin: 0.2rem;
}

.desk37 img {
    margin: 0;
}

.desk37 {
    height: 40px;
    display: flex;
    position: relative;
    background-color: #EDEDED;
    border-radius: 44px;
}

.desk37 input{
    border: none;
    border-radius: 44px;
    padding: 2px 25px;
    background-color: #EDEDED;
}

.desk37 input:hover {
    border: none;
}

.desk33{
    margin: 0 0.5rem;
    background-color: #EEEFF8;
}

.desk34{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.desk35{
    margin-left: 0.5rem;
    font-size: 0.7rem;
}

.desk36{
    font-weight: bold;
}

.desk38 {
    width: 100%;
    height: 2.5rem;
    background-color: #fff;
    border-bottom: 1px solid #EDEDED;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.desk39 {
    position: relative;
    left: 2rem;
    text-align: center;
}

.desk39 a {
    text-decoration: none;
    color: #000;
    margin: 0 1rem;
    font-size: 0.9rem;
    cursor: pointer;
}

.desk39 a:hover {
    font-weight: bold;
    color: #25596E;
}

.desk40 {
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
    font-weight: bolder;
}








/* Screen Size Define */

@media (min-width: 321px) and (max-width: 480px) {
    
/* header section 1 */

    .desk38 {
        display: none;
    }

/* header section 2 */

    .desk29 {
        display: none;
        justify-content: center;
    }

    .desk30 {
        left: 0;
    }
    
    .desk30 img {
        width: 35px;
    }
    
    .desk31 {
        display: none;
    }
    
/* header section 3 */
    
    .desk39 {
        left: 0;
        display: none;
    }
    
}

/*
@media (max-width: 320px)
@media (min-width: 321px) and (max-width: 480px)
@media (min-width: 481px) and (max-width: 600px)
@media (min-width: 601px) and (max-width: 900px)
@media (min-width: 901px) and (max-width: 1200px)
@media (min-width: 1201px) and (max-width: 1800px)
@media (min-width: 1801px)
*/

