@charset "utf-8";

/* Reset 및 기본구성 */
*{font-family:'맑은 고딕', 'Malgun Gothic'}
html,body{ width:100%; height:100%;}
/*html{overflow-y:scroll}*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,form,fieldset,p,button, address{margin:0;padding:0}
body,input,button{font-family:'맑은 고딕', 'Malgun Gothic', Dotum, 돋움, 'Apple SD Gothic Neo', Sans-serif;}
body{/*background-color:#fff;text-align:center;*/*word-break:break-all;-ms-word-break:break-all;background:#f7931d url(/Image/login_bg.jpg) no-repeat center 0px / 100% 100%;}
img,fieldset,iframe{border:0 none}
li{list-style:none}
input,select,button{vertical-align:middle}
img{vertical-align:top}
i,em,address{font-style:normal}
label,button{cursor:pointer}

a{text-decoration:none; color:#333;}
a:hover{text-decoration:none; color:#e25b2b;}
button *{position:relative}
button > span {padding-top:0;}

caption { font-size:0px;  text-indent:-99999px; padding:0 !important;}
.clear{display:block; float:none; clear:both; height:0; width:100%; font-size:0 !important; line-height:0 !important; overflow:hidden; margin:0 !important; padding:0 !important;}
.blank05 {height:5px;}
.blank10 {height:10px;}
.blank15 {height:15px;}
.blank20 {height:20px;}
.blank25 {height:25px;}
.blank30 {height:30px;}
.blank40 {height:40px;}
.blank50 {height:50px;}
.flr {float:right;}
.fll {float:left;}
.tac {text-align:center;}
.tal {text-align:left;}
.ls0 {letter-spacing:0;}
input[type="checkbox"], input[type="radio"] { margin-top:-3px;}


*{  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;       
	      box-sizing: border-box;	

	}
	
	
	
/*----------LOGIN----------*/	
#logo {padding:100px 0 50px 0; }
#logo img {width:90%; display:block; margin:0 auto;}
.log_wrap {display:block; width:90%; margin:0 auto; overflow:hidden; position:relative;}

.log_wrap > form > div {width:100%; padding-bottom:5px;}
.log_wrap > form > div .login_form_id {width:100%; border:1px solid #fff; height:37px; padding:0 0 0 45px; font-weight:bold; border-radius:2px; background:url(/Image/img_id.png) no-repeat #fff;  background-size:auto 68%; background-position:10px center; font-size:14px;}
.log_wrap > form > div .login_form_pw {width:100%; border:1px solid #fff; height:37px; padding:0 0 0 45px; font-weight:bold; border-radius:2px; background:url(/Image/img_pw.png) no-repeat #fff; background-size:auto 75%; background-position:10px center; font-size:14px;}

.log_wrap > form > .login_btn {background:#f05922; width:100%; height:37px; border:1px solid #d34b19; border-radius:3px; color:#fff; cursor:pointer; font-size:16px; font-weight:bold; margin-top:5px; }
.log_wrap > form > .login_btn:hover {background:#f76834; border:1px solid #ed5d29; margin-top:10px; }


.log_option {display:block; margin:15px auto; width:90%;}
.log_option > li.saveid {float:left; color:#fff; font-size:13px; font-weight:bold; text-align:center;}
.log_option > li.savelogin {float:right; color:#fff; font-size:13px; font-weight:bold; text-align:center;}


.line {width:100%; padding:10px 0; text-align:center;}
	.line_wrap {width:100%; background:url('/Image/line_right.png') no-repeat right top; padding-right:45px; display:inline-block; background-size:auto 20%; background-position:0 right;}
	.line_wrapper {width:100%; background:url('/Image/line_left.png') no-repeat left top; padding-left:20px;background-size:auto 20%; background-position:0 left; height: 24px}


.log_btn {float:left; width:100%; margin:0 auto; overflow:hidden;}
.log_btn > div {padding:5px 0;}
.btn_q {background:url('/Image/img_chk.png') no-repeat; background-size:auto 70%; background-position:10px center; padding:2px 0 0 35px; font-size:13px; color:#fff; letter-spacing:-0.7px; border-bottom:1px solid #fff; font-weight:bold; }
.btn_link a {font-size:13px; padding:0 10px; color:#ffd143; letter-spacing:-0.7px;font-weight:bold;text-decoration:none; border-bottom:1px solid #fff;}
.btn_link a:hover {text-decoration:none; border-bottom:1px solid #fff;}

/* 2017.02.14 추가 */
/* .selectDB { width:100%; border:1px solid #fff; height:37px; padding:0 0 0 5px; font-weight:bold; border-radius:2px; font-size:14px;
	background: #fff;
	-moz-appearance: none;
	appearance: none;
} */
.selectDB { width:100%; height:37px; border:10px solid #fff; padding:0 0 0 0; font-weight:bold; border-radius:2px; font-size:14px;
	background: #fff;
}

select.iOSselect {
    -webkit-appearance: none;
    background-color: white;
    background-image: url('/Image/down_arrow.png');
    background-position : right center;
    background-repeat: no-repeat;
    background-size: 10px 8px;
    padding-right: 3em;
}

/*//----------LOGIN----------*/


/*
body {
}

body, input, button {
    font-family: '맑은 고딕', 'Malgun Gothic', Dotum, 돋움, 'Apple SD Gothic Neo', Sans-serif;
    font-size: 12px; * color:#383d41 *
}

li {
    list-style: none;
}

#logo {
    padding-top: 80px;
    text-align: center;
}

#logo img {
    height: 65px;
}

#login_title {
    text-align: center;
    color: #646061;
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: -1px;
    padding-bottom: 80px;
    border-bottom: 2px solid #f25f37;
}

.log_wrap {
    float: left;
    width: 100%;
    padding: 40px 0;
    margin: 0;
    overflow: hidden;
}

.log_wrap div {
    width: 100%;
    padding-bottom: 4px;
}

.log_wrap div .login_form_id {
    width: 100%;
    border: 1px solid #dcdcdc;
    height: 40px;
    padding-left: 55px;
    font-weight: bold;
    border-radius: 2px;
    background: url(/Image/img_id.png) 20px 0 no-repeat #fff;
}

.log_wrap div .login_form_pw {
    width: 100%;
    border: 1px solid #dcdcdc;
    height: 40px;
    padding-left: 55px;
    font-weight: bold;
    border-radius: 2px;
    background: url(/Image/img_pw.png) 20px 0 no-repeat #fff;
}

.log_wrap > form > .login_btn {
    background: #f05922;
    width: 100%;
    height: 50px;
    border: 1px solid #d34b19;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

.log_wrap > form > .login_btn:hover {
    background: #f76834;
    border: 1px solid #ed5d29;
}

.log_btn {
    float: left;
    width: 100%;
    margin: 0 auto 50px;
    padding-top: 30px;
    overflow: hidden;
    border-top: 1px solid #dcdcdc;
}

.log_btn > div {
    padding: 10px 0;
}

.btn_q {
    background: url('/Markup/Image/ico_chk.png') no-repeat 3px 10px;
    padding: 7px 0 0 30px;
    font-size: 15px;
    color: #6a6a6a;
    letter-spacing: -0.7px;
}

.btn_link a {
    font-size: 15px;
    padding-left: 20px;
    color: #f05922;
    letter-spacing: -0.7px;
    font-weight: bold;
    text-decoration: none;
}

.btn_link a:hover {
    text-decoration: underline;
}
*/