/*
 
 File: mobile.css

 */

@import url(http://fonts.googleapis.com/earlyaccess/jejugothic.css);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

body {
  -webkit-text-size-adjust:none;
  width:100%;
  margin: 0px;
  padding: 0px;
  font-family: 'Nanum Gothic', sans-serif;
  background-color:#ffffff;
}

/*
when the orientation changes to landscape mode, the body is assigned the .landscape
class so that we can easily change metrics and other properties via simple CSS matching
*/
body.landscape {
  width: 480px;
}

#browser {
  /* ensure we always fill the whole screen */
  min-height: 600px;
  z-index:1;
}

/* ==================== HEADER ==================== */

#header {
  position: relative;
  height: 75px;
  padding-top: 5px;
  background-image: url('../images/pnl-medium.png');
  background-position:center;
  background-repeat:no-repeat; */
}

#login_section {
  position: absolute;
  right:0px;
  z-index: 1;
  /* set up the font appearance */
  border-width : 0px;
  margin-top: 5px;
  margin-right:10px;
  padding: 0px;
  width: 70px;
  height: 30px; 
  text-align:right;
}

.info_box {
	position:relative;
	width:310px;
	height:45px;
	margin-top:5px;
	font-size:14px;
	font-weight:bold;
	color: #666666;
	/* font-family: 'Jeju Gothic', serif;*/
	/*text-align:center;*/
	line-height:15px;
	/* border:1px solid black; */
}

#button_box{
	position:relative;
	width:310px;
	height:50px;
	margin-left:0px;
	padding:0px;
}
#button_box: hover{
	cursor:pointer;
}

#button1 {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-left:1px solid #a0a0a0;
	border-right:none;
}

#button2 {
	border-left: none;
	border-right:1px solid #a0a0a0;
}

#button3 {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-left: none;
	border-right:1px solid #a0a0a0;
}

.option_button {
	position:relative;
	float:left;
	width:91px;
	height:28px;
	padding:10px 5px 5px 5px;
	text-align:center;
	font-weight:normal;
	border-top:1px solid #a0a0a0;
	border-bottom:1px solid #a0a0a0;
	color:#000000;
background: #f1f2f3; /* Old browsers */
background: -moz-linear-gradient(top,  #f1f2f3 0%, #f0f1f2 44%, #e2e4e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f2f3), color-stop(44%,#f0f1f2), color-stop(100%,#e2e4e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f1f2f3 0%,#f0f1f2 44%,#e2e4e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f1f2f3 0%,#f0f1f2 44%,#e2e4e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f1f2f3 0%,#f0f1f2 44%,#e2e4e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f1f2f3 0%,#f0f1f2 44%,#e2e4e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f2f3', endColorstr='#e2e4e8',GradientType=0 ); /* IE6-9 */

}

.opt_select {
	color:#ffffff;
	background-image:url("../images/btn_sel_bg.jpg");
	background-repeat:repeat;
	border-color:#145eab;
}

#option_title{
	margin-left:4px;
	padding-left:20px;
	font-size:15px;
	text-align:left;
	font-weight:bold;
	background-image:url("../images/bullet.png");
	background-repeat:no-repeat;
	background-position:left;
	background-size: 17px;
}

.search_box {
	position:relative;
	width:310px;
	height:90px;
	margin-top:10px;
	margin-left:0px;
	font-size:15px;
	text-align:left;
}

#option_desc {
	margin-top:3px;
	margin-left:23px;
	margin-bottom:10px;
	font-size:14px;
	font-weight:normal;
	color:#666666;
}

#search_result{
	position:relative;
	display:block;
	width:320px;
	min-height:100px;
	margin-top:12px;
	font-size:14px;
	/* font-family: 'Jeju Gothic', serif; */
	text-align:left;
	background-color:#f0f0f0;
}

ul {
  padding: 0px;
  margin: 0px;
  font-weight:bold;
}

ul.search_box {
	width: 300px;
}
/*
body.landscape ul {
  width: 460px;
}
*/

li {
  height: 20px;
  width:300px;
  list-style-type: none;
  margin: 0px;
  color:#666666;
  font-size:14px;
  padding: 0px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space : nowrap;
}

li.icon {
  float:left;
  height: 54px;
  width:70px;
  list-style-type: none;
  margin: 0px;
  color:#666666;
  font-size:15px;
  text-align:center;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0px;
  padding-right: 0px;
  /* ensure that long pieces of text get trimmed */
  white-space : nowrap;
}

li.arrow{
	float:left;
	width: 12px;
	height:54px;
	background-image:url('../images/trans_arrow.png');
	background-size:100%;
	background-repeat:no-repeat;
}
input.hwab_input {
	height:30px;
	font-size:14px;
	width:210px;
	margin-right:5px;
	padding-left:5px;
	float:left;
	border:3px solid #9b9fa3;
}

#btn_search {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  color: #FFFFFF;
  padding-top:3px;
  padding-right: 4px;
  width: 70px;
  height: 34px;
  line-height: 34px;
  white-space : nowrap;
  overflow : hidden;
  text-overflow: ellipsis;
  background-color:#666666;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
}

.button {
  /* set up the font appearance */
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  color: #303030;
  border-width : 1px 1px 1px 1px;
  padding-right: 4px;
  min-width: 80px;
  max-width: 140px;
  height: 30px;
  line-height: 26px;
  white-space : nowrap;
  overflow : hidden;
  text-overflow: ellipsis;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
}

.button:active {
  text-shadow: rgba(0, 0, 0, .6) -1px -1px 0px;
  background-color:#f38f4b;
}

#loading_icon{
	z-index:98;
	width:100%;
	height:100%;
	display:inline;
	position:absolute;
	left:0;
	text-align:center;
	background-image:url('../images/mobile_bg.jpg');
	background-size:100%;
	background-repeat:no-repeat;
}

#loading_logo{
	z-index:99;
	clear: both;
    position: fixed;
	bottom:0;
	left:0;
	width:100%;
	height:80px;
	display:inline;
	background-image:url('../images/mobile_logo.png');
	background-position:center;
	background-size:50%;
	background-repeat:no-repeat;
}

.result_text{
	margin-top:8px;
}

#icon_kor{
	width:36px;
	height:36px;
	margin-left:20px;
	background-image:url('../images/trans1_off.png');
	background-size:36px;
}
#icon_kor_selected{
	width:36px;
	height:36px;
	margin-left:20px;
	background-image:url('../images/trans1_on.png');
	background-size:36px;
}

#icon_transit{
	width:36px;
	height:36px;
	margin-left:20px;
	background-image:url('../images/trans2_off.png');
	background-size:36px;
}
#icon_transit_selected{
	width:36px;
	height:36px;
	margin-left:20px;
	background-image:url('../images/trans2_on.png');
	background-size:36px;
}
#icon_custom{
	width:36px;
	height:36px;
	margin-left:20px;
	background-image:url('../images/trans3_off.png');
	background-size:36px;
}
#icon_custom_selected{
	width:36px;
	height:36px;
	margin-left:20px;
	background-image:url('../images/trans3_on.png');
	background-size:36px;
}
#icon_truck{
	width:36px;
	height:36px;
	margin-left:20px;
	background-image:url('../images/trans4_off.png');
	background-size:36px;
}
#icon_truck_selected{
	width:36px;
	height:36px;
	margin-left:20px;
	background-image:url('../images/trans4_on.png');
	background-size:36px;
}

#footer{
	clear: both;
    position: fixed;
	bottom:0;
    z-index: 2;
	width:100%;
	height:20px;
	margin-top:6px;
	font-size:14px;
	color:#e0e0e0;
	/* font-family: 'Roboto Condensed', sans-serif; */
	text-align:center;
	background-color: #3074c5;
}

#footer_box{
	position:relative;
	width:320px;
	height:73px;
}

#customer_center{
	float:left;
	width:159px;
	height:73px;
	background-image:url("../images/footer1.png");
	background-repeat:no-repeat;
	background-position:center;
	background-size: 136px;
	border-right:1px solid #145eab;
}

#location{
	float:right;
	width:159px;
	height:73px;
	background-image:url("../images/footer2.png");
	background-repeat:no-repeat;
	background-position:center;
	background-size: 136px;
	border-left:1px solid #6193c7;
}
#ft_copy{
	padding-top:0px;	
	height:20px;
	border-top:1px solid #6193c7;
}
#not_found{
	width:270px;
	height:20px;
	margin-left:10px;
	padding:5px 5px 5px 25px;
	color:#f0f0f0;
	background-color:#404040;
	background-image:url('../images/not_found.png');
	background-size:20px;
	background-repeat:no-repeat;
	background-position:left;
	-webkit-border-radius: 8px;
}

#wait_in{
	width:270px;
	height:20px;
	margin-left:10px;
	padding:5px 5px 5px 25px;
	color:#f0f0f0;
	background-color:#404040;
	-webkit-border-radius: 8px;
}

a.no_underline {
	text-decoration:none;
}
a.no_underline:hover {
	color:blue;
}

/* Register form */

#regi_header{
	position: relative;
	height: 40px;
	padding-left: 32px;
	padding-top: 13px;
	color: #ffffff;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	background-color: #408ae1;
}

#regi_close{
	float:right;
	margin-top:2px;
	margin-right:10px;
	height: 22px;
	width: 22px;
}

#regi_header2{
	height: 33px;
	padding-top: 10px;
	padding-left: 20px;
	font-size:18px;
	font-weight:bold;
	color: #155eab;
	background-color:#e8e8e8;
	border-bottom: 1px solid #c9c9c9;
}

#regi_section_title{
	margin-top:25px;
	margin-left:20px;
	padding-left:20px;
	font-size:16px;
	text-align:left;
	font-weight:bold;
	background-image:url("../images/bullet.png");
	background-repeat:no-repeat;
	background-position:left;
	background-size: 17px;
}

#regi_section_subtitle{
	padding-left:40px;
	padding-bottom: 10px;
	font-size:14px;
	text-align:left;
	font-weight:bold;
	color: #666666;
	background-repeat:no-repeat;
	background-position:left;
	background-size: 17px;
	border-bottom: 1px solid #c9c9c9;
}

#regi_field {
	position: relative;
	height: 40px;
	padding-top:10px;
	border-bottom: 1px solid #c9c9c9;
}
#regi_field_name{
	float:left;
	width:90px;
	margin-top:4px;
	margin-left:40px;
	font-size:18px;
	font-weight:bold;
	color: #666666;
}
#regi_field_value{
	padding-left:10px;
	margin-bottom:10px;
	font-size:18px;
}
#regi_field_value2{
	margin-top:4px;
	margin-left:40px;
	font-size:18px;
	color: #666666;
}
input.regi_value{
	width: 200px;
	height: 25px;
	padding-left:3px;
	font-size: 16px;
}

#regi_field_h80 {
	position: relative;
	height: 80px;
	padding-top:10px;
	border-bottom: 1px solid #c9c9c9;
}

#regi_field_h120 {
	position: relative;
	height: 120px;
	padding-top:10px;
	border-bottom: 1px solid #c9c9c9;
}

#regi_field_h160 {
	position: relative;
	height: 162px;
	padding-top:10px;
	border-bottom: 1px solid #c9c9c9;
}

#regi_field_h210 {
	position: relative;
	height: 205px;
	padding-top:10px;
	border-bottom: 1px solid #c9c9c9;
}

textarea.regi_requirement {
	width: 200px;
	height: 80px;
	padding-left:3px;
	font-size: 16px;
}

#regi_field_name_h110{
	height: 70px;
	float:left;
	width:90px;
	margin-top:4px;
	margin-left:40px;
	font-size:18px;
	font-weight:bold;
	color: #666666;
}

#footer_regi{
	width:100%;
	height:105px;
	margin-top:6px;
	font-size:14px;
	color:#e0e0e0;
	/* font-family: 'Roboto Condensed', sans-serif; */
	text-align:center;
	background-color: #3074c5;
}

#regi_buttons{
	position: relative;
	height: 40px;
	padding-top:10px;
	margin-bottom: 40px;
	text-align:center;
}

input.blue_button {
  width: 150px;
  height: 40px;
  line-height: 26px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  color: #FFFFFF;
  white-space : nowrap;
  overflow : hidden;
  text-overflow: ellipsis;
  background-color:#408ae1;
  border:0px;
  -webkit-border-radius: 5px;
}
input.grey_button {
  width: 150px;
  height: 40px;
  line-height: 26px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  color: #FFFFFF;
  white-space : nowrap;
  overflow : hidden;
  text-overflow: ellipsis;
  background-color:#535353;
  border:0px;
  -webkit-border-radius: 5px;
}

#pnl_alert{
	z-index:90;
	width:100%;
	height:100%;
	display:inline;
	position:absolute;
	left:0;
	text-align:center;
}
#pnl_alert_message{
	margin-top:20px;
	padding:15px;
	width:270px;
	text-align:left;
	font-size: 16px;
	font-weight:bold;
	color:#000000;
	-webkit-border-radius: 15px;
	background-color:#ffffff;
	opacity:0.95;
}
#pnl_alert_close{
	width:100%;
	font-size: 14px;
}