@charset "UTF-8";
@import "dhl-fonts.css";
/**
 * Style
 *
 * @package   charset, global, section
 * @author    KiiiiCK
 * @copyright Copyright (C) KICKcreative Co., All Rights Reserved.
 * @license   dev 1.0
 * @link    http://www.kiiiick.com/
 *
 **/
/*======================================================
=            Section reset & function block            =
======================================================*/
/*----------  reset  ----------*/
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  /*font-size: 100%;*/
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*----------  function  ----------*/
/**
 * Function
 *
 * @package     charset, global, section
 * @author      KiiiiCK
 * @copyright   Copyright (C) KICKcreative Co., All Rights Reserved.
 * @license     dev 1.0
 * @link        http://www.kiiiick.com/
 *
 **/
/*------------------------------------*    $FUNCTIONS
\*------------------------------------*/

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.clearfix, #content .dhl_document4 .main_content .shipment_type, #content .dhl_document4 .main_content .Shipper_Info, #content .dhl_document4 .main_content .Receiver_Info, #content .dhl_document4 .main_content .Shipper_Agreement label {
  *zoom: 1;
}

.clearfix:before, #content .dhl_document4 .main_content .shipment_type:before, #content .dhl_document4 .main_content .Shipper_Info:before, #content .dhl_document4 .main_content .Receiver_Info:before, #content .dhl_document4 .main_content .Shipper_Agreement label:before, .clearfix:after, #content .dhl_document4 .main_content .shipment_type:after, #content .dhl_document4 .main_content .Shipper_Info:after, #content .dhl_document4 .main_content .Receiver_Info:after, #content .dhl_document4 .main_content .Shipper_Agreement label:after {
  display: table;
  content: "";
}

.clearfix:after, #content .dhl_document4 .main_content .shipment_type:after, #content .dhl_document4 .main_content .Shipper_Info:after, #content .dhl_document4 .main_content .Receiver_Info:after, #content .dhl_document4 .main_content .Shipper_Agreement label:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.tab-focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*=====  End of Section reset & function block  ======*/
/*==========================================
=            Section site block            =
==========================================*/
/**
 *
 * Site var
 *
 */
/*==========================================
=            Section font block            =
==========================================*/
/*=====  End of Section font block  ======*/
/*==============================================================
=            Section container width & height block            =
===============================================================*/
/*=====  End of Section container width & height block  ======*/
/*===========================================
=            Section color block            =
===========================================*/
/*=====  End of Section color block  ======*/
.location_step, #content .dhl_document4 .send_document_progress .progress_bar .location_step {
  color: #d40511;
  height: 30px;
  font-weight: bold;
  margin-left: 10px;
  float: left;
}

.location_step span, #content .dhl_document4 .send_document_progress .progress_bar .location_step span {
  width: 10px;
  font-size: 22px;
  margin-right: 10px;
  float: left;
}

.location_step b, #content .dhl_document4 .send_document_progress .progress_bar .location_step b {
  width: auto;
  font-size: 12.5px;
  float: left;
}

li {
  color: #000;
  /*height: 30px;*/
  margin-left: 10px;
  font-weight: bold;
}

li big {
  /*width: 10px;*/
  font-size: 24px;
  float: left;
  margin-right: 10px;
}


/*改*/
li b {
  width: auto;
  font-size: 12.5px;
  float: left;
}

.dhl-red-hr, #content .dhl_document4 .main_content .Shipper_Info hr, #content .dhl_document4 .main_content .Receiver_Info hr {
  border: none;
  border-top: 3px solid #d40511;
  margin: 15px 0;
}

.button, #content .dhl_document4 .main_content .Shipper_Agreement .button {
  padding: 20px 0;
  text-align: center;
}

.button button, #content .dhl_document4 .main_content .Shipper_Agreement .button button {
  height: 30px;
  background-color: #d40511;
  color: #fff;
  font-size: 15px;
  padding: 0 20px;
  border: 0;
}

.button button small, #content .dhl_document4 .main_content .Shipper_Agreement .button button small {
  font-size: 13px;
}

/**
 *
 * Site common 專屬於這個網站公用的小class
 *
 */
/**
 *
 * Site module 模塊組件
 *
 */
/**
 *
 * Site layout
 *
 */
/*=================================================
=            Section html & body block            =
=================================================*/
/*html {
  position: relative;
  min-height: 100%;
}*/

body {
  margin-bottom: 150px;
  font-size: 16px;
  -webkit-text-size-adjust: none;
}

/*=====  End of Section html & body block  ======*/
#content {
  width: 100%;
  margin: 0 auto;
  /*=================================================
=            Section dhl block            =
=================================================*/
  /*=====  End of Section dhl block  ======*/
}

#content .dhl_content {
  width: 760px;
  margin: 0 auto;
}

#content .dhl_content .dhl_header {
  height: 80px;
  margin: 0 auto;
  /* gradient-editor/#ffcc00+10,ffcc00+95&1+10,0+95 */
  background: -webkit-linear-gradient(#ffcc00 10%, rgba(255, 204, 0, 0) 95%);
  background: -o-linear-gradient(#ffcc00 10%, rgba(255, 204, 0, 0) 95%);
  background: linear-gradient(#ffcc00 10%, rgba(255, 204, 0, 0) 95%);
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#00ffcc00',GradientType=0 );
  /* IE6-9 */
  text-align: left;
}

#content .dhl_content .dhl_header img {
  margin-top: 20px;
  margin-left: 25px;
}

/*=====  End of Section html & body block  ======*/
/*=====  End of Section site block  ======*/
/*==========================================
=            Section page block            =
==========================================*/
/**
 *
 * Page document1
 *
 */
/*==========================================
=            Section home block            =
==========================================*/
#content {
  /*=====  End of Section home block  ======*/
}


/*改*/
#content .dhl_document4 {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
  padding-top:40px;
}

#content .dhl_document4 .send_document_progress .send_document_title {
  display: inline-block;
  width: 210px;
  height: auto;
  position: relative;
  float: left;
}

#content .dhl_document4 .send_document_progress .send_document_title img{
  width: 100%;
  top: -6px;
}

#content .dhl_document4 .send_document_progress .progress_bar {
  display: inline-block;
  width: 100%;
  max-width: 516px;
  line-height: 1.2;
  text-align: left;
  position: relative;
  float: left;
}

#content .dhl_document4 .send_document_progress .progress_bar li {
  color: #000;
  height: 30px;
  margin-left: 10px;
  font-weight: bold;
  float: left;
}

#content .dhl_document4 .send_document_progress .progress_bar .progress_bottom {
  clear: both;
  height: 30px;
  margin-left: 10px;
}


#content .dhl_document4 .main_content {
  clear: both;
  margin: 20px 30px 0px 30px;
  text-align: left;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}


#content .dhl_document4 .main_content small {
  font-size: 16px;
}

#content .dhl_document4 .main_content span {
  color: #d40511;
}

#content .dhl_document4 .main_content span small {
  font-size: 16px;
}

#content .dhl_document4 .main_content .shipment_type div {
  float: left;
}

#content .dhl_document4 .main_content .shipment_type div ul {
  list-style-type: square;
  list-style-position: outside;
  margin-top: 20px;
  margin-left: 10px;
}

#content .dhl_document4 .main_content .shipment_type div ul li {
  color: #d40511;
  font-size: 16px;
}

#content .dhl_document4 .main_content .shipment_type div ul li .notes_text {
  color: #000;
}

#content .dhl_document4 .main_content .shipment_type div ul li .notes_text small {
  font-size: 14px;
}

/*---------------table----------------*/

#content .dhl_document4 .main_content .shipping_fee {
  /*margin-top: 20px;*/
/*  background-color: #e8e8e8;*/
}

#content .dhl_document4 .main_content .shipping_fee .site {
  font-size: 13px;
}

#content .dhl_document4 .main_content .shipping_fee .site td {
  padding: 10px 5px;
  vertical-align: middle;
}

#content .dhl_document4 .main_content .shipping_fee .site td.bb {
  border-bottom: 2px solid #000;
}

#content .dhl_document4 .main_content .shipping_fee .fee_content {
  height: 60px;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
}

#content .dhl_document4 .main_content .shipping_fee .fee_content td.bb{
  border-bottom: 1px solid #000;
}

#content .dhl_document4 .main_content .shipping_fee .fee_content td.bb_b{
  font-size: 18px;
  color: #d40511;
}

#content .dhl_document4 .main_content .shipping_fee .fee_content td{
  padding: 10px 5px;
  vertical-align: middle;
}

#content .dhl_document4 .main_content .shipping_fee .fee_content :first-child {
  text-align: left;
}

#content .dhl_document4 .main_content .shipping_fee .fee_content .big_number {
  font-size: 20px;
}

#content .dhl_document4 .main_content .notes {
  display: inline-block;
  margin: 20px 0;
  padding:0 10px;
}


#content .dhl_document4 .main_content .notes ul {
  list-style-type: square;
  list-style-position: outside;
}

#content .dhl_document4 .main_content .notes ul li {
  font-weight: normal;
  color: #d40511;
  font-size: 14px;
  /*margin-bottom: 20px;*/
}

#content .dhl_document4 .main_content .notes ul li .notes_text {
  color: #000;
}

#content .dhl_document4 .main_content .notes ul li .notes_text small {
  font-size: 12px;
}

#content .dhl_document4 .main_content .Shipper_Info, #content .dhl_document4 .main_content .Receiver_Info {
  margin-top: 30px;
  font-size: 20px;
  color: #d40511;
  font-weight: bold;
}

#content .dhl_document4 .main_content .Shipper_Info span, #content .dhl_document4 .main_content .Receiver_Info span {
  font-size: 16px;
}

#content .dhl_document4 .main_content .Shipper_Info div, #content .dhl_document4 .main_content .Receiver_Info div {
  font-size: 16px;
  clear: both;
  margin: 15px 0;
}

#content .dhl_document4 .main_content .Shipper_Info div label, #content .dhl_document4 .main_content .Receiver_Info div label {
  position: relative;
  font-weight: normal;
}

.qq1 {
  width: 50%;
  position: relative;
  float: left;
  font-weight: normal;
}


/*----短選項----*/
#content .dhl_document4 .main_content .Receiver_Info div label.qq1 .small-label{
  width: 40%;
}

#content .dhl_document4 .main_content .Receiver_Info div label.qq1 .small-label.r1{
  padding-left: 25px;
}

#content .dhl_document4 .main_content .Receiver_Info div label.qq1 select{
  width: calc(60% - 17px);
  margin-top: 15px;
}

#content .dhl_document4 .main_content .Receiver_Info div label.qq1 input{
  width:calc(60% - 2px);
}






#content .dhl_document4 .main_content .Shipper_Info div label div, #content .dhl_document4 .main_content .Receiver_Info div label div {
  width: 20%;
  /*height: 40px;*/
  color: #000;
  float: left;
  line-height: 1.2;
}

#content .dhl_document4 .main_content .Shipper_Info div label div small, #content .dhl_document4 .main_content .Receiver_Info div label div small {
  font-size: 12px;
}

#content .dhl_document4 .main_content .Shipper_Info div label input, #content .dhl_document4 .main_content .Receiver_Info div label input {
  width: calc(80% - 2px);
  height: 30px;
  margin-top: 15px;
  float: left;
  background-color: #fff;
  border:1px solid #bbb;
  font-size: 14px;
}

#content .dhl_document4 .main_content .Shipper_Info div label select, #content .dhl_document4 .main_content .Receiver_Info div label select {
  min-width: 150px;
  height: 30px;
  margin-top: 10px;
  background-color: #fff;
  border: 1px solid #bbb;
  padding-left: 5px;
  margin-right: 10px;
  font-size: 14px;
}

#content .dhl_document4 .main_content .Shipper_Info .notes, #content .dhl_document4 .main_content .Receiver_Info .notes {
  margin-top: 20px;
  margin-bottom: 50px;
  padding-left: 10px;
}

#content .dhl_document4 .main_content .Shipper_Info .notes ul, #content .dhl_document4 .main_content .Receiver_Info .notes ul {
  list-style-type: square;
  list-style-position: outside;
}

#content .dhl_document4 .main_content .Shipper_Info .notes ul li, #content .dhl_document4 .main_content .Receiver_Info .notes ul li {
  font-weight: normal;
  color: #d40511;
}

#content .dhl_document4 .main_content .Shipper_Info .notes ul li .notes_text, #content .dhl_document4 .main_content .Receiver_Info .notes ul li .notes_text {
  color: #000;
}

#content .dhl_document4 .main_content .Shipper_Info .notes ul li .notes_text small, #content .dhl_document4 .main_content .Receiver_Info .notes ul li .notes_text small {
  font-size: 14px;
}

#content .dhl_document4 .main_content .Shipper_Agreement textarea {
  width: 100%;
  resize: none;
  margin-top: 15px;
  margin-bottom: 20px;
}

#content .dhl_document4 .main_content .Shipper_Agreement label input {
  float: left;
  margin-right: 10px;
}

#content .dhl_document4 .main_content .Shipper_Agreement label div {
  float: left;
  font-weight: normal;
  font-size: 16px;
}

#content .dhl_document4 .main_content .Shipper_Agreement label div small {
  font-size: 14px;
}





/*=====  End of Section page block  ======*/



input[type="text"] {
     width: 100%;
     box-sizing: border-box;
     -webkit-box-sizing:border-box;
     -moz-box-sizing: border-box;
}

input[type="checkbox"]{
  z-index: 1;
}




@media screen and (max-width: 768px) {
  #content .send_document_progress {
    padding: 0 30px;
  }

  #content .dhl_document4 .send_document_progress .send_document_title{
    float: none;
    margin-bottom: 20px;
  }

  #content .dhl_document4 .send_document_progress .progress_bar .progress_bottom{
    margin-left: initial;
  }

}


@media screen and (max-width: 620px){

  /*---表單----*/
  #content .dhl_document4 .main_content .Shipper_Info div, #content .dhl_document4 .main_content .Receiver_Info div{
    margin: 5px 0;
  }

  #content .dhl_document4 .main_content .Shipper_Info div label div, #content .dhl_document4 .main_content .Receiver_Info div label div{
    width: 100%;
  }

  #content .dhl_document4 .main_content .Shipper_Info div label input, #content .dhl_document4 .main_content .Receiver_Info div label input{
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    float: none;
  }

  #content .dhl_document4 .main_content .Shipper_Info div label select, #content .dhl_document4 .main_content .Receiver_Info div label select{
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: initial;
  }

  .qq1{
    width: 100%;
  }

  #content .dhl_document4 .main_content .Receiver_Info div label.qq1 .small-label{
    width: 100%;
  }

  #content .dhl_document4 .main_content .Receiver_Info div label.qq1 .small-label.r1{
    padding-left: initial;
  }

  #content .dhl_document4 .main_content .Receiver_Info div label.qq1 select{
    width: 100%;
    margin-top: initial;
    margin-bottom: 15px;
  }

  #content .dhl_document4 .main_content .Receiver_Info div label.qq1 input{
    width: 100%;
  }
}

@media screen and (max-width: 580px) {

  .dhl-red-hr, #content .dhl_document4 .main_content .Shipper_Info hr, #content .dhl_document4 .main_content .Receiver_Info hr {
    width: 95%;
    margin: 0 auto;
  }

  #content .dhl_document4{
    padding-top: 30px;
  }

  #content .send_document_progress {
    padding: 0 10px;
  }

  #content .dhl_document4 .send_document_progress .send_document_title{
    margin-bottom: 10px;
  }

  #content .dhl_document4 .send_document_progress .progress_bar{
    width: 95%;
    padding-left: 5px;
  }

  li big{
    font-size: 30px;
    margin-right: 15px;
  }

  li b, .location_step b, #content .dhl_document4 .send_document_progress .progress_bar .location_step b{
    font-size: 15px;
  }

  #content .dhl_document4 .send_document_progress .progress_bar::before{
    display: inline-block;
    content: "";
    width: 10px;
    height: 160px;
    background-image: url(../images/line.svg);
    float: left;
  }

  #content .dhl_document4 .send_document_progress .progress_bar li{
    margin-top: 20px;
  }

  .location_step, #content .dhl_document4 .send_document_progress .progress_bar li:first-child{
    margin-top: 10px;
  }

  #content .dhl_document4 .send_document_progress .progress_bar li, .location_step, #content .dhl_document4 .send_document_progress .progress_bar .location_step{
    display: block;
    float: none;
    margin-left: initial;
    left: 15px;
  }

  #content .dhl_document4 .send_document_progress .progress_bar .progress_bottom{
    display: none;
  }

  #content .dhl_document4 .main_content{
    margin: 30px 0;
  }

  #content .dhl_document4 .main_content .shipment_type {
    padding: 0 15px;
  }

  #content .dhl_document4 .main_content .shipment_type .title{
    margin-bottom: 10px;
  }

  #content .dhl_document4 .main_content .notes {
    padding:0 15px;
  }

  #content .dhl_document4 .main_content .Shipper_Info, #content .dhl_document4 .main_content .Receiver_Info{
    padding: 0 10px;
  }

  #content .dhl_document4 .main_content .Shipper_Agreement{
    margin-top: 20px;
    padding: 0 10px;
  }

  #content .dhl_document4 .main_content .Shipper_Agreement label div{
    width: 90%;
    font-size: 14px;
  }

  .button button, #content .dhl_document4 .main_content .Shipper_Agreement .button button{
    height: initial;
    font-size: 16px;
    padding: 8px 30px;
  }

}


@media screen and (max-width: 480px){

  #content .dhl_document4 .main_content .shipping_fee{
    width: 100%;
    margin: 10px auto;
    vertical-align: middle;
  }

  #content .dhl_document4 .main_content .shipping_fee .site, #content .dhl_document4 .main_content .shipping_fee .fee_content{
    display: block;
    width: 33.333%;
    float: left;
    font-size: 12px;
    vertical-align: middle;
  }

  #content .dhl_document4 .main_content .shipping_fee .site td, #content .dhl_document4 .main_content .shipping_fee .fee_content td{
    display: block;
    height: 90px;
    text-align: center;
    vertical-align: middle;
  }

  #content .dhl_document4 .main_content .shipping_fee .fee_content :first-child{
    text-align: center;
  }

  #content .dhl_document4 .main_content .shipping_fee .site td.block, #content .dhl_document4 .main_content .shipping_fee .fee_content td.block{
    display: none;
  }

  #content .dhl_document4 .main_content .shipping_fee .site td.bb, #content .dhl_document4 .main_content .shipping_fee .fee_content td.bs{
    border-bottom: 1px solid #000;
  }

  #content .dhl_document4 .main_content .shipping_fee .fee_content td.bs{
    font-size: 18px;
  }

  #content .dhl_document4 .main_content .shipping_fee .site td.bb:first-child, #content .dhl_document4 .main_content .shipping_fee .fee_content td.bb:first-child, #content .dhl_document4 .main_content .shipping_fee .fee_content td.bs:first-child{
    border-bottom: 2px solid #000;
    height: 75px;
    font-size: inherit;
  }

  #content .dhl_document4 .main_content .shipping_fee .site td.bb:nth-child(5),  #content .dhl_document4 .main_content .shipping_fee .fee_content td.bb:nth-child(5), #content .dhl_document4 .main_content .shipping_fee .fee_content td.bs:nth-child(5){
    height: 110px;
  }

  #content .dhl_document4 .main_content .shipping_fee .site td.bb:last-child,  #content .dhl_document4 .main_content .shipping_fee .fee_content td.bb:last-child, #content .dhl_document4 .main_content .shipping_fee .fee_content td.bs:last-child{
    border-bottom: none;
    height: 130px;
  }

  #content .dhl_document4 .main_content .notes ul li {
    margin-bottom: 20px;
  }

}
