/*---------------------------------------
reset
---------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,el, dfn, em, img, ins, kbd, q, s, samp,mall, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0; 	padding: 0;  border: none 0;  font-size: 100%;  font: inherit;  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block; }
body {line-height: 1;}
li {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';	content: none;}
table {border-collapse: collapse; border-spacing: 0;}
a { text-decoration: none; color: inherit}
img {vertical-align: bottom;}


/*---------------------------------------
common
---------------------------------------*/

.clearfix::after {
	content:''; display: block;	clear: both;
}
.wrapper {
	max-width:; margin:0 auto; position: relative
}
.hide {	display: none ; }

html { font-size:10px; height: 100%;}
body {    
    font-family: 'NanumBarunGothic';
    font-size: 1.5rem;
    color:#333;
    height: 100%;
}

html, body{
    height: 100%;
}

@font-face {
 font-family: 'NanumBarunGothic';
 font-style: normal;
 font-weight: 700;
 src: url('/resources/common/wellpay/font/NanumBarunGothicWeb.eot');
 src: url('/resources/common/wellpay/font/.eot?#iefix') format('embedded-opentype'), url('/resources/common/wellpay/font/NanumBarunGothicWebBold.woff') format('woff'), url('/resources/common/wellpay/font/NanumBarunGothicWebBold.ttf') format('truetype')
}


@font-face {
 font-family: 'NanumBarunGothic';
 font-style: normal;
 font-weight: 500;
 src: url('/resources/common/wellpay/font/NanumBarunGothicWeb.eot');
 src: url('/resources/common/wellpay/font/.eot?#iefix') format('embedded-opentype'), url('/resources/common/wellpay/font/NanumBarunGothicWebBold.woff') format('woff'), url('/resources/common/wellpay/font/NanumBarunGothicWebBold.ttf') format('truetype')
}


@font-face {
 font-family: 'NanumBarunGothic';
 font-style: normal;
 font-weight: 300;
 src: url('/resources/common/wellpay/font/NanumBarunGothicWeb.eot');
 src: url('/resources/common/wellpay/font//NanumBarunGothicWeb.eot?#iefix') format('embedded-opentype'), 
 url('/resources/common/wellpay/font//NanumBarunGothicWeb.woff') format('woff'), url('/resources/common/wellpay/font//NanumBarunGothicWeb.ttf') format('truetype');
}


/*---------------------------------------
---------------------------------------
style
---------------------------------------
---------------------------------------*/
.right{
    float: right;
}


/*---------------------------------------
header
---------------------------------------*/

.header{    
    position:fixed;
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 2% 0;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 3px 10px -4px rgba(51,51,51,0.66);
    -moz-box-shadow: 0px 3px 10px -4px rgba(51,51,51,0.66);
    box-shadow: 0px 3px 10px -4px rgba(51,51,51,0.66);
}

.header .logo{
    width: 160px;
}

.header::before{
    display: block;
    content: '';
    width: 0.1vw; height: 6vw;
    background: #eb477c;
    position: absolute;
    top:4.5vw; left:50vw;
    z-index: 999;
}

.header::after{
    display: block;
    content: '';
    width: 0.3vw; height: 0.3vw;
    border-radius: 50px;
    background: #eb477c;
    position: absolute;
    top:11vw; left:49.9vw;
    z-index: 999;
}


/*---------------------------------------
section
---------------------------------------*/

.section{
    background-image: url(/resources/common/wellpay/images/login_bg.jpg);
    background-size: cover;
    text-align: center;
    width: 100%; height: 100%;
    padding: 9.5vw; 0;
    box-sizing: border-box;
}

.section .login_area{
    padding: 50px 2%;
    width: 447px; height: 440px;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 31px -7px rgba(136,136,136,0.65);
    -moz-box-shadow: 0px 0px 31px -7px rgba(136,136,136,0.65);
    box-shadow: 0px 0px 31px -7px rgba(136,136,136,0.65);
}

.section .login_area h1{
    font-size: 4.3rem;
    font-weight: 700;
    color: #eb477c;
    margin-bottom: 1.5%;
}

.section .login_area p{
    font-size: 1.4rem;
    font-weight: 300;
    color: #272727;
}

.section .login_area .input_area {
    padding-top: 12%;   
}


.section .login_area .input_area .dwp-input {
    margin-top: 8px;
    margin-bottom: 20px;
    width: 100%;
}

.section .login_area .input_area .s_t{
    font-size: 1.4rem;
    font-weight: 700;
    color:#f48020;
    width: 18%;
    text-align: left;
    float: left;
    line-height: 32px;
}

input[type='text'], input[type='password']{
    border:none;
    width: 70%; height: 30px;
}
input[type='text'], input[type='password']{
    border-bottom: 1px solid #d9d8d4; 
}

.login-check {
    display: inline-block;
    vertical-align: middle;
}

.login-check label {
    display: inline-block;
    position: relative;
}
.login-check label input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}
.login-check label input[type="checkbox"]:checked + span::after {
    background:url(/resources/common/wellpay/images/icon.jpg) no-repeat;
}
.login-check label input[type="checkbox"]:disabled + span::before {
    background-color: #f5f5f5;
}
.login-check label input[type="checkbox"][readonly] + span::before {
    background-color: #f5f5f5;
}
.login-check label span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding-left: 30px;
    cursor: pointer;
    color: #cccccc;
}
.login-check label span::before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #cfcfcf;
    background-color: #fff;
    transform: translateY(-50%);
    box-sizing: border-box;
}
.login-check label span::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
}

.btn_area {margin-top: 90px;}

.btn_area .confirm {width: 100%;}

.btn_area .confirm button,
.btn_area .confirm span {
    width: 100%;
    border: 0;
    background-color: #eb477c;
    color: #fff;
    padding: 10px 0;
    cursor: pointer;
    font-weight: 700;
}

.footer{
    position: fixed;
    width: 100%;
    bottom: 0px;
    text-align: center;
    padding: 2% 5%;
    box-sizing: border-box;
    font-size: 1.2rem;
    color: #747675;
    background: #fff;
    line-height: 1.5;
    -webkit-box-shadow: 0px -2px 31px -7px rgba(136,136,136,0.3);
    -moz-box-shadow: 0px -2px 31px -7px rgba(136,136,136,0.3);
    box-shadow: 0px -2px 31px -7px rgba(136,136,136,0.3);
}
.footer em{color: #e52647;}
