/*
body{
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
*/

#language-icon {
    float: left;
    margin-top: 6px;
    margin-left: 3px;
}

.hide {
    max-height: 0 !important;
}

.dropdown {

    position: fixed;
    top: 20px;
    right: 15px;
    color: white;
    border: 0.1em solid white;
    border-radius: 10px;
    width: 100px;
    /*    margin-bottom: 1em;*/
    /*    z-index: 1;*/
    display: inline;

}

.dropdown .title {
    margin: .3em .3em .3em .3em;
    width: 90px;
    vertical-align: middle;
    margin-left: 23px;
}

.dropdown .title .fa-angle-right {
    float: right;
    margin-right: .7em;
    transition: transform .3s;
    z-index: 1;
}

.dropdown .menu {
    transition: max-height .5s ease-out;
    max-height: 20em;
    overflow: hidden;
}

.dropdown .menu .option {
    margin: .3em .3em .3em .3em;
    margin-top: 0.3em;
}

.dropdown .menu .option:hover {
    background: rgba(0, 0, 0, 0.2);
}

.pointerCursor:hover {
    cursor: pointer;
}

.rotate-90 {
    transform: rotate(90deg);
}

/* 모바일 Device : 0 ~ 640 */
@media screen and (max-width: 640px) {

    #language-icon {
        float: left;
        margin-top: 6px;
        margin-left: 3px;
        width: 1px;
    }



    .dropdown {

        position: fixed;
        top: 22px;
        right: 10px;
        color: white;
        border: 0.1em solid white;
        border-radius: 10px;
        width: 70px;
        /*    margin-bottom: 1em;*/
        /*    z-index: 1;*/
        display: inline;
        font-size: 15px;

    }

    .dropdown .title {
        margin: .3em .3em .3em .3em;
        width: 30px;
        vertical-align: middle;
        margin-left: 23px;
    }

    .dropdown .title .fa-angle-right {
        display: none;
    }

}
