/* controller : auth */

.login_title { font-size:45px; color:#03729c; text-align:center; margin:70px 0; }
.login-box { }
.login-box input { font-size:14px; padding:10px; color:#000; height:40px; border: 1px solid #ccc; border-radius: 0; -webkit-appearance:none; -moz-appearance:none; appearance:none; -webkit-appearance: none; }
.login-box .btn-login { font-size:20px; font-weight:normal; height:50px; border-radius: 0; }
.login-box label { margin-bottom:5px; font-size:14px; }

.login-box .benefits { }
.login-box .benefits ul { }
.login-box .benefits ul li { font-size:14px; padding:5px 10px; }

.login-box .col-line { margin:0 auto; width:1px; min-height:350px; background:#ccc; }
.login-box .col-line-join { margin:0 auto; width:1px; min-height:350px; background:#ccc; }
.login-box .col-line::after {
    content: "or";
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 45px;
    margin-top: -20px;
    margin-left: -20px;
    font: 400 24px/40px Metric,Arial,Gadget,sans-serif;
    text-align: center;
		background:#fff;
}

.login-box .row-line { margin:40px 0; width:100%; height:1px; background:#ccc; }
.login-box .row-line-join { margin:40px 0; width:100%; height:1px; background:#ccc; }
.login-box .row-line::after {
    content: "or";
    position: absolute;
    left: 50%;
    display: block;
    width: 40px;
    height: 45px;
    margin-top: -20px;
    margin-left: -20px;
    font: 400 24px/40px Metric,Arial,Gadget,sans-serif;
    text-align: center;
		background:#fff;
}

div.join { margin:50px 0; }
div.join p { font-size:25px; text-align:center; }
div.join a { font-size:20px; text-align:center; color:#336699; font-weight:bold; }

/*
.login-box .btn-naver { font-size:20px; font-weight:normal; height:50px; border-radius: 0; border:1px solid #1ec800; background:#1ec800; color:#fff; }
.login-box .btn-naver:hover { font-size:20px; font-weight:normal; height:50px; border-radius: 0; background:#1ec800; color:#fff; }
*/
.login-box .btn-naver { height:50px; border:1px solid #1ec800; background:#1ec800; cursor:pointer; }
.login-box .btn-naver:hover { -webkit-box-shadow: 0 0 3px 3px rgba(300, 200, 0, .3); box-shadow: 0 0 3px 3px rgba(300, 200, 0, .3) }

.login-box .btn-naver .btn-naver-logo { position:absolute; }
.login-box .btn-naver .btn-naver-text { margin-left:49px; height:48px; text-align:center; }
.login-box .btn-naver .btn-naver-text > span.button-text { color:#fff; font-size: 20px; line-height: 48px; }


.login-box .btn-kakao { height:50px; border:1px solid #ffeb00; background:#ffeb00; cursor:pointer; }
.login-box .btn-kakao:hover { -webkit-box-shadow: 0 0 3px 3px rgba(255, 235, 0, .3); box-shadow: 0 0 3px 3px rgba(255, 235, 0, .3) }

.login-box .btn-kakao .btn-kakao-logo { position:absolute; }
.login-box .btn-kakao .btn-kakao-text { margin-left:49px; height:48px; text-align:center; }
.login-box .btn-kakao .btn-kakao-text > span.button-text { color:#000; font-size: 20px; line-height: 48px; }

.login-box .btn-facebook { height:50px; border:1px solid #4267b2; background:#4267b2; cursor:pointer; }
.login-box .btn-facebook:hover { -webkit-box-shadow: 0 0 3px 3px rgba(66, 103, 178, .3); box-shadow: 0 0 3px 3px rgba(66, 103, 178, .3) }

.login-box .btn-facebook .btn-facebook-logo { position:absolute; }
.login-box .btn-facebook .btn-facebook-text { margin-left:49px; height:48px; text-align:center; }
.login-box .btn-facebook .btn-facebook-text > span.button-text { color:#fff; font-size: 20px; line-height: 48px; }

span.button-text > strong { display:inline-block; width:100px; font-size:20px; text-align:left; }

/* google identity button css */
.abcRioButton {
    -webkit-border-radius: 1px;
    border-radius: 1px;
		/*
    -webkit-box-shadow 0 2px 4px 0px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
		*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    -webkit-user-select: none;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    color: #262626;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
		height:50px;
}

span.abcRioButtonText { font-size:20px; line-height:48px; }


.abcRioButton:hover {
    -webkit-box-shadow: 0 0 3px 3px rgba(66, 133, 244, .3);
    box-shadow: 0 0 3px 3px rgba(66, 133, 244, .3)
}

.abcRioButtonBlue {
    background-color: #4285f4;
    border: none;
    color: #fff
}

.abcRioButtonBlue:hover {
    background-color: #4285f4
}

.abcRioButtonBlue:active {
    background-color: #3367d6
}

.abcRioButtonLightBlue {
    background-color: #fff;
    color: #757575
}

.abcRioButtonLightBlue:active {
    background-color: #eee;
    color: #6d6d6d
}

.abcRioButtonIcon {
    float: left
}

.abcRioButtonBlue .abcRioButtonIcon {
    background-color: #fff;
    -webkit-border-radius: 1px;
    border-radius: 1px
}

.abcRioButtonSvg {
    display: block
}

.abcRioButtonContents {
    font-family: Roboto, arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .21px;
    margin-left: 6px;
    margin-right: 6px;
    vertical-align: top
}

.abcRioButtonContentWrapper {
    height: 100%;
    width: 100%
}

.abcRioButtonBlue .abcRioButtonContentWrapper {
    border: 1px solid transparent
}

.abcRioButtonErrorWrapper,
.abcRioButtonWorkingWrapper {
    display: none;
    height: 100%;
    width: 100%
}

.abcRioButtonErrorIcon,
.abcRioButtonWorkingIcon {
    margin-left: auto;
    margin-right: auto
}

.abcRioButtonErrorState,
.abcRioButtonWorkingState {
    border: 1px solid #d5d5d5;
    border: 1px solid rgba(0, 0, 0, .17);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
    color: #262626
}

.abcRioButtonErrorState:hover,
.abcRioButtonWorkingState:hover {
    border: 1px solid #aaa;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1)
}

.abcRioButtonErrorState:active,
.abcRioButtonWorkingState:active {
    border: 1px solid #aaa;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-box-shadow: inset 0 1px 0 #ddd;
    box-shadow: inset 0 1px 0 #ddd;
    color: #262626
}

.abcRioButtonWorkingState,
.abcRioButtonWorkingState:hover {
    background-color: #f5f5f5
}

.abcRioButtonWorkingState:active {
    background-color: #e5e5e5
}

.abcRioButtonErrorState,
.abcRioButtonErrorState:hover {
    background-color: #fff
}

.abcRioButtonErrorState:active {
    background-color: #e5e5e5
}

.abcRioButtonWorkingState .abcRioButtonWorkingWrapper,
.abcRioButtonErrorState .abcRioButtonErrorWrapper {
    display: block
}

.abcRioButtonErrorState .abcRioButtonContentWrapper,
.abcRioButtonWorkingState .abcRioButtonContentWrapper,
.abcRioButtonErrorState .abcRioButtonWorkingWrapper {
    display: none
}

.-webkit-keyframes abcRioButtonWorkingIconPathSpinKeyframes {
    0% {
        -webkit-transform: rotate(0)
    }
}
