@charset "UTF-8";

/* 다국어 선택 버튼 */
.lang_btn {
    background: #fff;
    font-size: 0;
    letter-spacing: -4px;
    width: 110px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-top: 6px;
    margin-left: 280px;
    border: 1px solid #e9e9e9;
    border-radius: 40px;
    float: left;
    overflow: hidden;
}
.lang_btn a {
    width: 45%;
    display: inline-block;
    vertical-align: top;	
    height: 26px;	    
    line-height: 24px;
    font-size: 16px;
    color: #aaaaaa;
    letter-spacing: 0em;
    font-weight: 400;
    border-radius: 30px;
    position: relative;
}
.lang_btn a.on {
    background: #00a8d2;
    color: #fff;
    z-index: 2;
    width: 55%;
} 