@CHARSET"UTF-8";
* {
    margin: 0;
    padding: 0;
}
body {
    padding: 0;
    margin: 0
}
.pCustom .m_h1 {
    background: url("/images/mobile/img_pCstm_bg.png") repeat-x;
    background-size: 1px 100%;
}
.m_h1 h1 {
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    padding: 0;
    margin: 0;
    text-align: center;
    font-weight: bold;
}
.m_h1 > div {
    position: relative;
    padding: 8px 8px 8px 90px;
    border-top: 1px solid #7dadd1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.m_h1 label {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 10px;
}
.cont {
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
}
.radio_wrap {
    list-style: none;
    text-align: center;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 2px solid #d5d5d5;
    text-align: center;
}
.radio_wrap.normal {
    list-style: none;
    text-align: center;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 2px solid #d5d5d5;
    text-align: left;
}
.radio_wrap li {
    margin-bottom: 10px;
}
.radio_wrap .checks {
    display: inline-block;
    padding: 0 10px;
    margin: 10px 0 30px
}
.radio_wrap.normal .checks {
    display: block;
    padding: 0 10px;
    margin: 10px 0 15px;
}
.cust_chk {
    text-align: center;
    margin: 20px 0 30px;
}
.checks input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.checks input[type="radio"] + label {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-weight: bold;
}
.checks input[type="radio"] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 17px;
    height: 17px;
    text-align: center;
    background: #fafafa;
    border: 1px solid #cacece;
    border-radius: 100%;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 -15px 10px -12px rgba(0,0,0,0.05);
}
.checks input[type="radio"] + label:active:before,
.checks input[type="radio"]:checked + label:active:before {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 3px rgba(0,0,0,0.1);
}
.checks input[type="radio"]:checked + label:before {
    background: #E9ECEE;
    border-color: #adb8c0;
}
.checks input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 1px;
    width: 13px;
    height: 13px;
    background: #165684;
    border-radius: 100%;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
}
.pCustom{
	padding-bottom:50px;
	overflow:hidden;
}
.pCustom input[type="text"] {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid #b8b8b8;
  
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
}
.pCustom input[type="password"] {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid #b8b8b8;
  
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
}
.pCustom input[type="button"] {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: none;
    background: #165684;
    width: 100%;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
}
.pCustom select.input {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid #b8b8b8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    background-color:#fff;
    background-image:none;
}
.m_h1 input[type="text"] {
    height: 27px;
    line-height: 27px;
    padding: 0 5 px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    letter-spacing: 1px;
}
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"] + label {
    color: #4a4a4a;
    font-weight: bold;
}
input[type="checkbox"] + label span {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    background: url(/images/mobile/img_chk_bg.png)no-repeat 0 0;
    background-size: 50px 25px;
    cursor: pointer;
}
input[type="checkbox"]:checked + label span {
    background: url(/images/mobile/img_chk_bg.png)no-repeat -25px 0;
    background-size: 50px 25px;
}
.txt_wrap {
    padding: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ededed;
    background: #f6f6f6;
    color: #4a4a4a;
    line-height: 1.5;
    margin: 10px 0 30px;
    font-size:12px
}
.txt_wrap dt {
    font-weight: bold;
}
/*화물진행정보*/
.trck_status {
    margin: 5px 15px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 38px;
    line-height: 38px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #66abec;
    color: #fff;
    font-weight: Bold;
    text-align: center;
}
.trck_status span {
    font-size: 14px;
    padding-left: 30px;
    font-weight: bold;
    background: url("/images/mobile/img_status_chk.png") no-repeat 0 center;
    background-size: 22px 22px;
}
.trck_process {
    border-top: 2px solid #dbdbdb;
    border-bottom: 2px solid #dbdbdb;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.trck_process li {
    padding-left: 70px;
    position: relative;
    height: 83px;
    list-style: none;
}
.trck_process li.prc_11 {
    height: 72px;
}
.img_status {
    width: 60px;
    height: 83px;
    background-size: 180px 83px;
    display: block;
    position: absolute;
    left: 10px;
    top: 0;
}
.trck_process .on .img_status {
    background-position: 0 0;
}
.trck_process .now .img_status {
    background-position: -60px 0;
}
.trck_process .off .img_status {
    background-position: -120px 0;
}
.trck_process .off .div_l {
    padding-top: 0 !important;
    line-height: 55px;
    text-align: center;
}
.prc_0 .img_status {
    /*오더접수*/
    background-image: url("/images/mobile/img_prc_0.png");
}
.prc_1 .img_status {
    /*픽업*/
    background-image: url("/images/mobile/img_prc_1.png");
}
.prc_2 .img_status {
    /*선적지반입*/
    background-image: url("/images/mobile/img_prc_2.png");
}
.prc_3 .img_status {
    /*선적지반출*/
    background-image: url("/images/mobile/img_prc_3.png");
}
.prc_4 .img_status {
    /*출항*/
    background-image: url("/images/mobile/img_prc_4.png");
}
.prc_5 .img_status {
    /*입항*/
    background-image: url("/images/mobile/img_prc_5.png");
}
.prc_6 .img_status {
    /*도착지반입*/
    background-image: url("/images/mobile/img_prc_6.png");
}
.prc_7 .img_status {
    /*도착지반출*/
    background-image: url("/images/mobile/img_prc_7.png");
}
.prc_8 .img_status {
    /*통관접수*/
    background-image: url("/images/mobile/img_prc_8.png");
}
.prc_9 .img_status {
    /*통관완료*/
    background-image: url("/images/mobile/img_prc_9.png");
}
.prc_10 .img_status {
    /*배송접수*/
    background-image: url("/images/mobile/img_prc_10.png");
}
.prc_11 .img_status {
    /*배송완료*/
    background-image: url("/images/mobile/img_prc_11.png");
    background-size: 180px 60px;
    background-repeat: no-repeat;
}
.trck_process .div_r strong {
    font-size: 24px;
}
.trck_process .off {
    color: #adadad !important;
}
.trck_process .now {
    color: #117fd4 !important
}
.detail_wrap {
    overflow: hidden;
    padding: 25px 5px 5px;
    border-bottom: 1px solid #dbdbdb;
    min-width: 260px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.prc_11 .detail_wrap {
    padding: 5px 5px 10px;
}
.detail_wrap > div {
    height: 55px;
    padding: 0 10px;
}
.prc_11 .detail_wrap > div {
    height: 55px;
}
.trck_process .off .div_l {
    padding-top: 0 !important;
    line-height: 55px;
}
.div_l {
    width: 95px;
    float: left;
    border-right: 1px solid #dbdbdb;
    padding-top: 10px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.div_l span {
    width: 100%;
    text-align: center;
    display: block;
    line-height: 1.5;
}
.div_r {
    line-height: 1.2;
    float: left;
    color: #adadad
}
.div_r strong {
    padding-right: 5px;
    padding-top: 10px;
    letter-spacing: -1px;
    display: block;
}
.div_r span {
    padding: 0 3px;
}
.trck_process .div_r strong {
    font-size: 20px !important;
    font-weight: normal;
}
.trck_process .off {
    color: #adadad;
}
.trck_process .now {
    color: #117fd4
}
.trck_process .now .div_r strong {
    color: #117fd4 !important
}
.trck_process .on .div_r strong {
    color: #000;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}
.footer input {
    width: 100%
}
select.readonly,input.readonly,textarea.readonly{background:#eee;}
.cont.zipcode ul {
	margin-bottom:20px;
}
.cont.zipcode ul li{
	width:100%;
	margin:0 auto;
	list-style:none;
	padding:0px 20px;
	font-size:16px;
	font-weight:Bold;
}
.cont.zipcode table{
	width:100%;
}
.cont.zipcode input[type="text"]{
	text-align:left;
}