﻿@charset "utf-8";
/* 로그인 페이지 */

@font-face{font-family:NotoSans;font-style:normal;font-weight:300;src:url(/admin/fonts/NotoSansCJKkr-Light.woff) format('woff')}
@font-face{font-family:NotoSans;font-style:normal;font-weight:400;src:url(/admin/fonts/NotoSansKR-Regular.woff) format('woff')}
@font-face{font-family:NotoSans;font-style:normal;font-weight:500;src:url(/admin/fonts/NotoSansKR-Medium.woff) format('woff')}
@font-face{font-family:NotoSans;font-style:normal;font-weight:700;src:url(/admin/fonts/NotoSansKR-Bold.woff) format('woff')}

body{font-family:NotoSans;}
.blind{position:absolute;left:-1000%;width:0;height:0;line-height:0;font-size:0;color:transparent}
.login_wrap{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);width:347px}
.login_wrap h1{background:url(/images/cms/main/img_login_log.png) no-repeat 100% 50%;font-size:45px;color:#222;font-weight:400;line-height:1}
.login_wrap button{width:100%;height:45px;background-color:#b62025;border:0;cursor:pointer;font-size:15px;font-weight:300;color:#fff}
.login_wrap input[type=text],.login_wrap input[type=password]{width:286px;height:45px;padding-left:15px;border:0;border-left:1px solid #89817a;background-color:transparent;color:#fff}
.u-id{margin-bottom:10px;padding-left:46px;background:#999 url(/images/cms/main/bg-login2.png) no-repeat 15px 50%}
.u-pw{margin-bottom:20px;padding-left:46px;background:#999 url(/images/cms/main/bg-login3.png) no-repeat 15px 50%}

::-webkit-input-placeholder {font-size:14px;font-weight:300;color:#eee}
::-moz-placeholder {font-size:14px;font-weight:300;color:#eee}
:-ms-input-placeholder {font-size:14px;font-weight:300;color:#eee}
:-moz-placeholder {font-size:14px;font-weight:300;color:#eee}
input[type=text]:-ms-input-placeholder{font-size:14px;font-weight:300;color:#eee}

.login_wrap.v2 {width: 500px}
.login_wrap.v2 .confirm_wrap .desc span {font-size: 17px; font-weight: bold; color: #333}
.login_wrap .confirm {width: 100%; padding: 25px 25px 55px; font-size: 15px; text-align: left; border: 1px solid #d9d9d9; border-top: 2px solid #666; background: url(/images/cms/main/icon_confirm01.png) no-repeat right 25px bottom 25px; background-size: 44px; box-sizing: border-box}
.login_wrap .confirm .tit {padding-bottom: 5px; font-size: 17px; font-weight: bold; color: #222}
.login_wrap .confirm .btn_arrow {display: inline-block; width: auto; height: 36px; padding: 0 30px 0 14px; font-size: 14px; color: #fff; line-height: 36px; background: #2b82d9 url(/images/cms/main/arrow_btn2.png) no-repeat right 15px bottom 50%; text-decoration: none}