@charset "UTF-8";

#pop_zipcode.modal-popup {
	width:640px;
	height:650px;
}

#pop_zipcode .popup-container input[type=text] { padding:5px;border:solid 3px #122138;height:45px;width:450px;font-size:20px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box; }
#pop_zipcode .popup-container .btn-pop { display:inline-block;min-width:100px;text-align:center;height:45px;line-height:45px;padding:0 20px;font-size:18px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box; }

#pop_zipcode .guide { height:400px;padding:20px;margin-top:20pxborder:solid 1px #d5d5d5; }

#pop_zipcode .loading { display:none;margin-top:80px;text-align:center;line-height:100px;font-size:16px; }

.zipcode-tbl-list { width:100%;margin-top:15px;font-size:13px; }
.zipcode-tbl-list caption { text-align:left; }
.zipcode-tbl-list th { color:#383838;padding:5px 3px;line-height:25px;border-top:#D1DEE2 1px solid;border-bottom:#D1DEE2 1px solid;background-color:#E5ECEF; }
.zipcode-tbl-list td { padding:5px 3px;border-bottom:#e5e5e5 1px solid;line-height:25px;vertical-align:middle; }

.zipcode-modal-popup {
	display:none;
	position:fixed;
	z-index:1000;
	background-color:#fff;
	border:2px #122139 solid !important;
}

.zipcode-modal-blind {
	display:none;
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:fixed;
	background-color:#f1f1f1;
	z-index:999;
	opacity:0.8;
	moz-opacity:0.8;
	filter:alpha(opacity=80); /* support: IE8 */
	khtml_opacity:0.8;
}