/*** ±âº» ÅÂ±× ½ºÅ¸ÀÏ ***/
body, html{
	height: 100%;
}
#responsive input[type=submit], #responsive input[type=button], #responsive button {
	-webkit-appearance: none;
}
#responsive {
	font-family: dotum;
	font-size: 13px;
	min-width: 300px;
}
#responsive, #responsive div, #responsive span, #responsive form, #responsive input, #responsive img, #responsive button {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
#responsive img {
	border: 0;
}
#responsive table {
	border-spacing: 0;
}
#responsive input {
	border: solid #d8d8d8 1px;
}
#responsive input.active {
	border-color: #34a2ef;
}
#responsive button.button-blue, #responsive input.button-blue {
	font-size: 12px;
	padding: 3px;
	border: none;
	background-color: #34a2ef;
	color: #ffffff;
	text-align: center;
	cursor:pointer;
}
#responsive button.button-gray {
	font-size: 12px;
	padding: 3px;
	border: none;
	background-color: #aaaaaa;
	color: #ffffff;
	text-align: center;
}

.responsive {
	display: none;
}
#responsive .responsive {
	display: block;
}

#responsive .hide-text {
	font-size: 0;
	color: transparent;
	background-color: #5B5E63;
}

#responsive h1 {
	height: 52px;
	width: 100%;
	border-bottom: 1px solid #5B5E63;
	background: transparent url("../img/title_address.png") no-repeat;
}

#close {
	width: 59px;
	height: 52px;
	background: transparent url("../img/btn_close.png") no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

#responsive #main-content {
	padding: 15px;
	position: relative;
}

#responsive ul#address-selector {
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: solid #444444 1px;
	overflow: hidden;
}
#responsive ul#address-selector li {
	float: left;
	border: solid #444444 1px;
	border-bottom: none;
	color: #444444;
	padding: 8px 12px;
	text-align: center;
	cursor: pointer;
}
#responsive ul#address-selector li.active {
	background-color: #444444;
	color: #ffffff;
	font-weight: bold;
}
#responsive #main-content .address-content {
	display: none;
}
#responsive #main-content .address-content.active {
	display: block;
}

#responsive #road-address-search .description {
	margin-top: 15px;
	overflow: hidden;
	color: #333333;
	font-weight: bold;
	font-family: dotum;
	font-size: 13px;
	line-height: 20px;
}
#responsive #road-address-search .keyword_description {
	font-family: dotum;
	font-size: 12px;
	color: #959595;
	margin-left: 42px;
}
#responsive #road-address-search {
	display: none;
}
#responsive #road-address-list {
	display: none;
}
#responsive #road-address-confirm {
	display: none;
}
#responsive #road-address-content.search #road-address-search {
	display: block;
	background-color: #e8e8e8;
}
#responsive #road-address-content.list #road-address-list {
	display: block;
}
#responsive #road-address-content.confirm #road-address-confirm {
	display: block;
}

#responsive #road-address-search-form {
	display: none;
	overflow: hidden;
	padding: 10px;
	margin-top: 10px;
}
#responsive #road-address-search-form .group {
	float: left;
	overflow: hidden;
}
#responsive #road-address-search-form .group .button-blue {
	width: 50px;
	height: 40px;
}
#responsive #road-address-search-form .field {
	float: left;
	padding: 5px;
	height: 40px;
}
#responsive #road-address-search-form .field label {
	width: 50px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	height: 40px;
}
select::-ms-expand {
	display: none;
}
#responsive #road-address-search-form .field select {
	width: 212px;
	height: 40px;
	line-height: 40px;
	padding-left: 7px;
	border: none;
	-webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
	background: #ffffff url("../img/down-arrow.png") no-repeat;
	background-size: 13px 13px;
	background-position: 97% center;
}
#responsive #road-address-content.active.search #road-address-search-form {
	display: block;
}
#responsive #road-address-search-form .group.address_search_name {
	width: 440px;
	max-width: 460px;
	min-width: 242px;
	position: relative;
	margin-top: 5px;
}
#responsive #road-address-search-form .group.address_search_name .field{
	margin-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: white;
}
#responsive #road-address-search-form .group.address_search_name label {
	position: absolute;
	line-height: 40px;
	height: 40px;
	background-color: white;
}
#responsive #road-address-search-form .group.address_search_name .input-wrapper {
	position: absolute;
	left: 59px;
	right: 62px;
	max-width: 317px;
	min-width: 122px;
	height: 40px;
}
#responsive #road-address-search-form .group.address_search_name #address_search_name {
	width: 290px;
	height: 40px;
	padding-left: 3px;
	border: none;
	-webkit-ime-mode:active;
	-moz-ime-mode:active;
	-ms-ime-mode:active;
	ime-mode:active;
}
#responsive #road-address-search-form .group.address_search_name .button-blue {
	position: absolute;
	right: 0;
	width: 80px;
}

#responsive #road-address-list .explain {
	color: #686868;
	padding: 8px;
	text-align: left;
	font-weight: bold;
}
#responsive #road-address-list .explain_reSearch {
	font-weight: normal;
	text-decoration: underline;
	vertical-align: bottom;
	cursor: pointer;
}
#responsive #road-address-list .explain button.button-gray{
	width: 60px;
	height: 24px;
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
}
#responsive #road-address-list .bg28 {
	background-color: #e8e8e8;
}
#responsive #road-address-list .explain div{
	font-size: 11px;
	font-weight: normal;
	margin-top: 3px;
}
#responsive #road-address-list .explain strong {
	color: #1793ea;
}
#responsive #road-address-list #road-address-search-data {
	/* Android 2.x ¹öÀü¿¡¼­ overflow scrollÀÌ Áö¿øÀÌ ¾ÈµÇ´Â °ü°è·Î Á¦°Å */
	/*
	height: 190px;
	overflow-y: auto;
	-webkit-user-drag: auto;*/
	/*
	height: 100%; 
	min-height: 100px;
	max-height: 290px;
	overflow-y: auto;*/
}
#responsive #road-address-list #road-address-search-data .address-table {
	background-color: #ffffff;
	width: 100%;
}
#responsive #road-address-list #road-address-search-data .address-table .address-search-row {
	overflow: hidden;
	text-align: left;
	padding: 5px;
	font-size: 12px;
	position: relative;
}
#responsive #road-address-list #road-address-search-data .address-table .address-search-row td {
	padding: 10px;
	border-bottom: solid #dddddd 1px;
}
#responsive #road-address-list #road-address-search-data .address-table .address-search-row td.zipcode {
	width: 60px;
}
#responsive #road-address-list #road-address-search-data .address-table .address-search-row .address .zipcode {
	margin-top: 4px;
	color: #999999;
}
#responsive #road-address-list #road-address-search-data .address-table .address-search-row .action {
	width: 37px;
}
#responsive #road-address-list #road-address-search-data .address-table .address-search-row .select {
	width: 37px;
	height: 20px;
	margin: 0;
	font-size: 11px;
	font-weight: normal;
}
#responsive #road-address-list #road-address-search-data .search-message {
	background-color: #ffffff;
	border-bottom: solid #dddddd 1px;
	padding: 15px;
	text-align: center;
}
#responsive #road-address-list .action {
	text-align: center;
	margin-top: 5px;
}
#responsive #road-address-list .action button.button-gray {
	width: 60px;
	height: 24px;
	font-size: 12px;
	font-weight: bold;
}

#responsive #road-address-confirm {
	text-align: center;
	background-color: #e8e8e8;
	padding: 15px;
}
#responsive #road-address-confirm .zipcode {
	text-align: left;
}
#responsive #road-address-confirm .zipcode1, #road-address-confirm .zipcode2 {
	width: 35px;
	padding: 4px;
	text-align: center;
	font-size: 12px;
	margin-top: 4px;
}
#responsive #road-address-confirm .zonecode {
	width: 45px;
	padding: 4px;
	text-align: center;
	font-size: 12px;
	margin-top: 4px;
}
#responsive #road-address-confirm div.address {
	margin-top: 5px;
	font-size: 12px;
}
#responsive #road-address-confirm div.address .road-address-confirm-display {
	text-align: left;
	padding: 5px;
}
#responsive #road-address-confirm div.address, #road-address-confirm div.address-sub {
	position: relative;
	margin-right: 15px;
}
#responsive #road-address-confirm input.address, #road-address-confirm input.address-sub {
	display: block;
	width: 100%;
	padding: 7px;
	font-size: 12px;
}
#responsive #road-address-confirm .address2-description {
	text-align: left;
	color: #1793ea;
	font-weight: bold;
	margin-top: 15px;
}
#responsive #road-address-confirm input.button-blue {
	width: 100px;
	height: 36px;
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
}
#responsive #road-address-confirm button.button-gray {
	width: 60px;
	height: 36px;
	margin-top: 20px;
	font-size: 14px;
}

#responsive #zipcode-address-content #zipcode-address-search {
	display: none;
	background-color: #f5f5f5;
	padding: 20px;
}
#responsive #zipcode-address-content #zipcode-address-list {
	display: none;
}
#responsive #zipcode-address-content #zipcode-address-confirm {
	display: none;
}
#responsive #zipcode-address-content.search #zipcode-address-search {
	display: block;
}
#responsive #zipcode-address-content.list #zipcode-address-list {
	display: block;
}
#responsive #zipcode-address-content.confirm #zipcode-address-confirm {
	display: block;
}

#responsive #zipcode-address-search .description{
	text-align: center;
	color: #686868;
	font-size: 11px;
}
#responsive #zipcode-address-search .description .explain {
	font-weight: bold;
}
#responsive #zipcode-address-search .description .example {
	margin-top: 3px;
}
#responsive #zipcode-address-search .description .explain-zonecode {
	color: blue;
	margin-top: 3px;
}
#responsive #zipcode-address-search form#zipcode-address-search-form {
	position: relative;
	height: 22px;
	margin-top: 20px;
}
#responsive #zipcode-address-search form#zipcode-address-search-form label {
	font-weight: bold;
	font-size: 12px;
	color: #444444;
	position: absolute;
	display: block;
	width: 50px;
	padding: 4px 0 4px 0;
	left: 0;
}
#responsive #zipcode-address-search form#zipcode-address-search-form .zipcode-address-search-getter-container {
	position: absolute;
	display: block;
	left: 50px;
	right: 72px;
	height: 100%;
}
#responsive #zipcode-address-search form#zipcode-address-search-form input#zipcode-address-search-getter {
	font-size: 13px;
	padding: 3px;
	width: 100%;
	heifht: 100%;
}
#responsive #zipcode-address-search form#zipcode-address-search-form input.button-blue {
	width: 60px;
	height: 100%;
	position: absolute;
	display: block;
	right: 0;
	font-weight: bold;
}

#responsive #zipcode-address-list .explain {
	background-color: #f5f5f5;
	color: #686868;
	padding: 15px;
	text-align: center;
}
#responsive #zipcode-address-list .explain strong {
	color: #1793ea;
}
#responsive #zipcode-address-list #zipcode-address-search-data {
	/* Android 2.x ¹öÀü¿¡¼­ overflow scrollÀÌ Áö¿øÀÌ ¾ÈµÇ´Â °ü°è·Î Á¦°Å
	height: 220px;
	overflow-y: scroll;
	*/
}
#responsive #zipcode-address-list #zipcode-address-search-data .address-table {
	background-color: #ffffff;
	width: 100%;
}
#responsive #zipcode-address-list #zipcode-address-search-data .address-table .address-search-row {
	overflow: hidden;
	text-align: left;
	padding: 5px;
	font-size: 12px;
	position: relative;
}
#responsive #zipcode-address-list #zipcode-address-search-data .address-table .address-search-row td {
	padding: 10px;
	border-bottom: solid #dddddd 1px;
}
#responsive #zipcode-address-list #zipcode-address-search-data .address-table .address-search-row td.action {
	width: 37px;
}
#responsive #zipcode-address-list #zipcode-address-search-data .address-table .address-search-row button.select {
	width: 37px;
	height: 23px;
	margin: 0;
	font-size: 11px;
	font-weight: normal;
}
#responsive #zipcode-address-list #zipcode-address-search-data .search-message {
	background-color: #ffffff;
	border: solid #dddddd 1px;
	padding: 15px;
	margin-top: 10px;
}
#responsive #zipcode-address-list .action {
	text-align: center;
}
#responsive #zipcode-address-list .action button.move-back {
	width: 60px;
	height: 24px;
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
}

#responsive #zipcode-address-confirm {
	text-align: center;
	background-color: #f5f5f5;
	padding: 15px;
}
#responsive #zipcode-address-confirm .zipcode {
	text-align: left;
}
#responsive #zipcode-address-confirm .zipcode1, #zipcode-address-confirm .zipcode2 {
	width: 35px;
	padding: 4px;
	text-align: center;
	font-size: 12px;
	margin-top: 4px;
}
#responsive #zipcode-address-confirm div.address {
	margin-top: 5px;
}
#responsive #zipcode-address-confirm div.address, #zipcode-address-confirm div.address-sub {
	position: relative;
	margin-right: 15px;
}
#responsive #zipcode-address-confirm input.address, #zipcode-address-confirm input.address-sub {
	display: block;
	width: 100%;
	padding: 7px;
	font-size: 12px;
}
#responsive #zipcode-address-confirm .address2-description {
	text-align: left;
	color: #1793ea;
	font-weight: bold;
	margin-top: 15px;
}
#responsive #zipcode-address-confirm input.button-blue {
	width: 100px;
	height: 36px;
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
}
#responsive #zipcode-address-confirm button.button-gray {
	width: 60px;
	height: 36px;
	margin-top: 20px;
	font-size: 14px;
}
@media screen and (max-width: 400px) 
{
	#responsive #road-address-list .explain_reSearch {
		display: block;
	}
}
@media screen and (max-width: 480px) 
{
	#responsive #road-address-search-form .group {
		width: 100%;
	}
	#responsive #road-address-search-form .field {
		float: left;
		width: 100%;
	}
	#responsive #road-address-search-form .group.address_search_name {
		height: 100px;
		width: 100%;
	}
	#responsive #road-address-search-form .group.address_search_name .input-wrapper {
		position: relative;
	}
	#responsive #road-address-search-form .group.address_search_name #address_search_name {
		width: 98%;
	}
	#responsive #road-address-search-form .field select {
		width: 98%;
	}
	#responsive #road-address-search-form .group.address_search_name .button-blue {
		float: left;
		width: 98%;
		left: 5px;
		margin-top: 10px;
	}
}