table.table_style1 td {text-align: left !important;}
 
/* login Logout *********************************/
.login_form {  position: relative; width:400px;  margin: 50px auto 0px auto; min-height: 329px; background: #ffffff; border: 1px solid #d2d2d2;  
padding: 30px 40px;  border-top: 3px solid #0a5e8f;box-shadow: 0px 0px 60px 10px gainsboro;}
.login_form h1 { width: 174px; height: 25px; background: url('/img/posart/top_logo.png') no-repeat; margin-left: 47px; text-indent: -10000em; }
.login_form h3.title {font-size: 20px;}

.idpw_form { position: absolute; top: 90px; left: 14%; }
.id_search { float: left; width: 281px; padding-right: 65px;  }
.pw_search { float: left; padding-left: 65px; border-left: 1px solid #e2e1e2; }
.id_search h2, 
.pw_search h2 { text-align: center; font-size: 19px; color: #222; }

.login_type { width: 100%; margin-top: 5px; }
.login_type ul { font-size:0; }
.login_type ul li { display: inline-block; width:33.33%; text-align: center;}
.login_type ul li:last-child { width:33.34%; }
.login_type ul a { display: block; height: 33px; line-height: 33px; font-size: 12px; font-weight: bold; padding: 0 33px; background: #f4f4f4; border: 1px solid #e6e6e6; }
.login_type ul a:hover { background-color: #e6e6e6; }
.login_type ul a.on { background: #0e67a9; color: #fff; border: 1px solid #0e67a9; }
	
.login_input { margin-top: 20px; }
.login_input ul li { margin-bottom: 10px; }
.login_input ul li label { display: none; }
.login_input ul li input[type="password"],
.login_input ul li input[type="text"] {box-sizing:border-box; width:100%; height: 39px; font-size: 14px; padding-left: 10px; }
.login_input ul li select { width: 281px; height: 39px; border: 1px solid #dfdfdf; font-size: 13px; padding-left: 6px; }
.login_input ul li.chk { font-size: 13px; }
.login_input ul li input[type="checkbox"] { margin-right: 5px; vertical-align: -3px; }
.login_input ul li input.btn_login {border-radius: 30px; box-sizing:border-box; width:100%; height: 45px; margin-top: 6px; border: none; background: #00578a; color: #fff; font-size: 16px; font-weight: bold; cursor: pointer; }
.login_input ul li input.btn_login:hover, .login_input ul li input.bg1:hover { color: #2b6db0; background: #ffffff !important; border: 1px solid #2b6db0;}
.login_input ul li input.bg1 {background:#e73b1d !important;}
.login_input ul li.line { margin: 20px !important;  border-top: 1px solid #eeeeee;}
.login_input ul li.btn_idpw { margin-top: 5px; text-align: center;}
.login_input ul li.btn_idpw span {font-size: 15px;display: inline-block; padding-right: 15px; border-right: 1px solid #d6d6d6; margin-right: 15px; }
.login_input ul li.btn_idpw span:last-child { padding-right:0; border-right:0; }
.login_input .on {display: inline-block; font-size: 14px;}
.btn_order {display: block;border-radius: 30px; box-sizing:border-box; width:100%; height: 45px; margin-top: 6px; border: none; padding: 10px 30px; background: #ffffff; border: 1px solid #a7a7a7; color: #000000;font-size: 16px; cursor: pointer; }
.btn_order:hover {background: #a7a7a7; border: 1px solid #a7a7a7; color: #fff; }
.text-err {display: none; line-height: 20px; font-size: 12px; font-weight: 400; color: #f7444e; background:url(/img/posart/icon_err.png) no-repeat 0px 3px;
    letter-spacing: -0.04em; background-size: auto 15px;}	
.text-err1 {line-height: 20px; font-size: 12px; font-weight: 400; color: #f7444e; background:url(/img/posart/icon_err.png) no-repeat 0px 0px;
    letter-spacing: -0.04em; background-size: auto 15px; padding-left: 20px;}	
	
	
/*회원가입*/
.join_register_back{
	background :#f9f9f9; 
	padding: 20px; 
	margin-bottom: 20px;
	border: 1px solid #ccc;
	text-align: center;
    border-top: 3px solid #363636;
}
.join_register{
    width: 46%;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
}

.join_register h4{
    margin: 10px 0;
    font-size: 16px;
    font-weight: bold;
	text-align: left; 
}
.join_register textarea{
	text-align: left; 
	font-size: 12px; 
    background: #fff;
	width: 98%;
	padding: 20px; 
    resize: none;
}
.join_register_button{
	font-size: 12px;
	text-align: left; 
	display: block;
}
.join_register_button label{
	margin-right: 10px;
}
.join_b {margin: 30px auto; width: 100%; text-align: center;} 
.join_b .blue {background: #00588a !important; color: #ffffff; border: 1px solid #00588a;}

.btn_member_cancel {
	padding: 8px 30px;
    cursor: pointer;
    background-color: #ededed;
    vertical-align: middle;
    font-weight: normal;
    border-radius: 30px;
    color: #323232;
    height: 35px;
}

/* ID,PW 찾기 */
.content_h3_2 {
    font-size:28px; font-weight: 600; color: #232323;    margin: 0px 0px 30px 0px;    text-align: center; }
.content_box { border-top: 1px solid #ccc;    border-bottom: 1px solid #ccc;    background: #faf9fa;    padding: 30px;    font-size: 110%;    margin-bottom: 50px;
    padding: 20px; }

.find_id_title{
	background: url(/img/posart/find_id_icon.png) no-repeat center top;   
	padding-top: 50px;
}
.find_pw_title{
	background: url(/img/posart/find_pw_icon.png) no-repeat center top;   
	padding-top: 50px;
}
.find_pw { text-align: center;    margin: 20px auto;font-size: 14px;}

.lost_box{
	text-align: center;
}
.content_box {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
}
.lost_box input{
	width:90%;
	display: block;
	padding: 10px 20px;
    margin: 0 auto;
	margin-bottom: 10px;
    text-align: left;
    background: #eeeeee;
}
.find_btn{
	text-align: center;
	margin-top: 20px;
}
input[type=submit] .btn_submit {
    width: 90%;
    height: 50px;
    color: #fff;
    background-color: #FF5126;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
}
.find_id{
	text-align: center;
	margin-top: 20px;
	font-size: 15px;
}
.point1 {
    color: #e73b1d;
    font-weight: 600;
}
.point2{
	color: #e00000;
	font-weight: 600;
}


.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	background: none !important;
    min-width: auto !important;
    padding: 0px !important;
    height: auto !important;
    border: none !important;
    width: auto !important;
    text-align: right;
    width: 40% !important;    
}

.btn_submit {background-color: #00578a  !important; border: 1px solid #0a5e8f  !important; color: #ffffff  !important;}

/* modal */
.modal { width:40%; min-width: 300px; }

@media (max-width: 1000px) {
.content_box { font-size: 90%;    margin-top: 20px;}
.modal {width: 100% !important; top: 0px;}
}


@media all and (max-width: 650px) {
	.join_register_back {padding: 20px 10PX;}
	.join_register{
	    width: 100%;
	    display: block;
	    margin-bottom: 20px;
	}
	.join_register {idth: 100%;    margin-right: 0px;}
	.join_m td input[type=text],
	.join_m td input[type=password]{
  	  	width: 100%;
  	  	margin:3px 0;
	}	
	.join_register textarea { padding: 0px;}
	
	.lost_box input {    min-width: 100% !important;}
	
	table.table_style1 { min-width: 100%;}
	table.table_style1 td:first-child {display: none;}
	table.table_style1 td:last-child { width: 100%;border-left: none; padding: 10px 15px;}
	/* input[type=text], select, textarea, input[type=tel], input[type=email], input[type=password] {  min-width: 90% !important;} */
	#form input[type=text], select, textarea, input[type=tel], input[type=email], input[type=password] {  min-width: 97% !important;}

}

@media screen and (max-width:501px) {
	.login_form { width: 80% !important; margin: 50px auto; min-width: 225px; padding: 30px 20px !important;}
	.login_input ul li input.btn_login {font-size: 16px; }
	.login_input ul li.line { margin: 20px !important;  }	
	.login_input ul li.btn_idpw span {    display: block; padding-right: 0px;margin-right: 0px; border-right: 0px solid #d6d6d6;}
	} 
	
@media (max-width: 350px) {
	.modal { width: 100%;    top: 200px;}
}