@charset "utf-8";

/* 아웃로그인 스킨 */
.dt-outlogin-1,
.dt-outlogin-2 {
    width: 100%;
    display: inline-block;
    margin: 0 0 15px 0;
}
.dt-outlogin-1 {
    overflow: hidden;
    position: relative;
    padding: 15px 14px 16px 16px;
    border: 1px solid #e3e3e3;
    background-color: #f8f8f8;
}
.dt-outlogin-1 .social {
    margin-bottom: 15px;
    text-align: center;
}
.dt-outlogin-1 .social img {
    width: 35px;
    height: 35px;
}
.dt-outlogin-1 .btn_full_area {
    display: inline-block;
    width: 100%;
    height: 34px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    line-height: 34px;
    text-align: center;
    -webkit-border-radius: 3px;
    color: #333;
    font-size: 1.05em;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
}
.dt-outlogin-1 .member_area {
    position: relative;
    width: 100%;
    margin-top: 10px;
    font-size: 11px;
    font-family: "Roboto", sans-serif;
}
.dt-outlogin-1 .member_area a {
    color: #5f6164;
    font-size: 1.05em;
}
.dt-outlogin-1 .member_area .join_member {
    position: absolute;
    top: 0;
    right: 0;
}
.dt-outlogin-2 .bar {
    color: #ccc;
    margin: 0px 4px;
}
.dt-outlogin-2 .text-muted,
.dt-outlogin-2 .text-muted a,
.dt-outlogin-2 .text-muted a:hover  {
    color: #777;
    font-size: 0.95em;
}
.dt-outlogin-2 .dt-after-hd {
    height: 65px;
}
.dt-outlogin-2 .dt-profile {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #eee;
    border-radius: 10px;
    margin:0 5px 0 0;
    background-size: 100%;
    cursor: pointer;
}
.dt-outlogin-2 .dt-name {
    float: left;
    padding: 5px 6px;
    line-height: 1.42857143;
    font-size: 1.0em;
}
.dt-outlogin-2 .dt-mypage {
    float: left;
    padding: 0 6px;
    line-height: 1.42857143;
}
.dt-outlogin-2 .pointbar  {
    position: relative;
    margin-bottom: 13px;
    height: 17px;
    background: #fbfbfb;
}
.dt-outlogin-2 .pointbar:after {
    position: absolute;
    top: 2px;
    left: 50%;
    margin-left: -19.5px;
    content: "POINT";
    color: #666;
    font-size: 0.75em;
    font-weight: bold;
}
.dt-outlogin-2 .pointbar .progress-bar {
    background: #4285f4;
}
.dt-outlogin-2 .btn {
    padding: 3px 6px;
    font-size: 0.75em;
    font-weight: 400;
    border: 1px solid transparent;
}
.dt-outlogin-2 .btn-logout {
    background: #f4f4f4;
    border: 1px solid #ddd;
}