body {
  min-width: 1460px;
}
a:hover {
  opacity: .6;
}
table th,
table td {
  position: static;
}

input::placeholder {
  color: #BCB8B8;
}

.labels_tools {
  width: 100%;
  background-color: #F5F5F5;
  font-family:'ăĄă€ăȘăȘ', 'Meiryo', sans-serif;
}
.labels_tools_inner {
  width: 1440px;
  margin: 0 auto;
  padding: 14px 0;
  display: flex;
}

input[type="text"] {
  -webkit-appearance: none;
  outline: none;
}

.form_input input {
  border: 1px solid #BFBFBF;
  background-color: #FFFFFF;
  padding: 0 5px;
  box-shadow: none;
  width: 100%;
  height: 34px;
  line-height: 34px;
  font-weight: normal;
  border-radius: 0;
  color: #333333;
  margin-left: 0;
  font-size: 12px;
}

.form_group {
  margin-bottom: 6px;
}
.form_group .form_radio {
  display: inline-block;
  margin-right: 10px;
}

.form_inline {
  width: 100%;
}
.form_inline label b {
  font-size: 34px;
  margin-right: 10px;
}
.form_inline input {
  display: inline-block;
  border: 1px solid #888686;
  background-color: #FFFFFF;
  padding: 0 10px;
  box-shadow: none;
  height: 50px;
  font-size: 33px;
  font-weight: normal;
  border-radius: 0;
  color: #4A4A4A;
  margin-left: 0;
  text-align: right;
  width: 260px;
}

.form_text {
  width: 100%;
  margin-bottom: 50px;
}
.form_text label {
  font-size: 20px;
}
.form_text label input {
  border: 1px solid #888686;
  background-color: #FFFFFF;
  padding: 0 5px;
  box-shadow: none;
  width: 100%;
  height: 50px;
  font-weight: normal;
  border-radius: 0;
  color: #4A4A4A;
  margin-left: 0;
}

.form_select {
  width: 100%;
  border: 1px solid #888686;
  background-color: #FFFFFF;
  margin-bottom: 5px;
  border-radius: 0;
  padding: 0 5px;
  position: relative;
}
.form_select select {
  background: none;
  border: none;
  box-shadow: none;
  width: 100%;
  height: 50px;
  border-radius: 0;
  font-size: 18px;
  padding: 0 10px;
  color: #4A4A4A;
  -webkit-appearance: none;
  outline: none;
}
.form_select:after{
  content: "";
  width: 3px;
  height: 3px;
  border-bottom: 2px solid #2699FB;
  border-right: 2px solid #2699FB;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -4px;
}

.form_checkbox {
  position: relative;
  display: inline-block;
  min-width: 15px;
  height: 15px;
  padding-left: 30px;
}
.form_checkbox input[type="checkbox"] {
  border: none;
  background: none;
  position: absolute;
  left: 0px;
  top: 1px;
  height: 15px;
  -webkit-appearance: none;
}
.form_checkbox input[type="checkbox"]:before,
.form_checkbox label input[type="checkbox"]:before {
  content: "";
  width: 16px;
  height: 16px;
  border: #888686 solid 2px;
  border-radius: 2px;
  background-color: #ffffff;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
}
.form_checkbox input[type="checkbox"]:checked:before,
.form_checkbox label input[type="checkbox"]:checked:before {
  background-color: #12B2D8;
  border: #12B2D8 solid 1px;
}
.form_checkbox input[type="checkbox"]:checked:after,
.form_checkbox label input[type="checkbox"]:checked:after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 2px;
  top: 50%;
  margin-top: -6px;
  background-image: url(../img/tools/labels/icon_check.svg);
  background-size: cover;
}

.form_radio {
  position: relative;
  display: block;
  text-align: left;
  padding-left: 30px;
}
.form_radio input[type="radio"] {
  border: none;
  background: none;
  position: absolute;
  left: 5px;
  top: 0;
  -webkit-appearance: none;
}
.form_radio input[type="radio"]:before,
.form_radio label input[type="radio"]:before {
  content: "";
  width: 22px;
  height: 22px;
  border: #888686 solid 2px;
  border-radius: 50%;
  background-color: #ffffff;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: -5px;
  top: 0;
}
.form_radio input[type="radio"]:checked:after,
.form_radio label input[type="radio"]:checked:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #12B2D8;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 1px;
  top: 6px;
}

.labels_content_form .form_radio {
  line-height: 30px;
  padding-left: 40px;
}
.labels_content_form .form_radio input[type="radio"]:before,
.labels_content_form .form_radio label input[type="radio"]:before {
  width: 29px;
  height: 29px;
}
.labels_content_form .form_radio input[type="radio"]:checked:after,
.labels_content_form .form_radio label input[type="radio"]:checked:after {
  width: 15px;
  height: 15px;
  left: 2px;
  top: 7px;
}

/* header */
.labels_header {
  padding: 0;
  border: none;
}
.labels_header_inner {
  width: 1440px;
  margin: 0 auto;
}
.labels_header_top {
  height: 95px;
  padding: 30px 0 0;
}
.labels_logo {
  width: 151px;
  margin-left: 10px;
}
.labels_logo a img {
	width: 151px;
	height: 38px;
}
.labels_header_btm {
  background-color: #072C49;
  text-align: right;
  padding: 16px 0;
  height: 57px;
}
.labels_header_user {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  margin-right: 30px;
}
.labels_header_user img {
  width: 9px;
  height: auto;
  vertical-align: text-bottom;
  margin-right: 10px;
}
.labels_header_btn {
  text-decoration: none;
  color: #FFFFFF;
  background: none;
  border: solid 1px #FFFFFF;
  min-width: 100px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: normal;
  height: 25px;
  line-height: 23px;
  display: inline-block;
  text-align: center;
  margin: 0;
}

/* footer */
.labels_footer {
  width: 100%;
}
.labels_footer_inner {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: stretch;
  padding: 23px 0;
}
.copyright {
  margin-right: auto;
  font-size: 12px;
  color: #888686;
}
.footer_nav ul {
  padding: 0;
}
.footer_nav ul li {
  color: #888686;
  font-weight: normal;
  border-color: #888686;
  font-size: 12px;
}

/* contents */
.labels_sub {
  width: 228px;
  background-color: #FFFFFF;
}
.labels_side_ttl {
  border-bottom: solid 12px #F5F5F5;
}
.labels_side_ttl h2 {
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #12B2D8;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0px;
  text-align: center;
  box-sizing: content-box;
  background-color: #F0F9FC;
  border: 1px solid #12B2D8;
}
.labels_nav {
  width: 100%;
  background-color: #FFFFFF;
  padding: 16px;
}
.labels_nav_ttl {
  font-size: 15px;
  color: #4A4A4A;
  border-bottom: solid 1px #888686;
  padding-bottom: 10px;
  letter-spacing: 0px;
  font-weight: bold;
  margin-bottom: 8px;
}
.labels_nav_list {
  margin-bottom: 30px;
}
.labels_nav_list li {
  padding: 6px 0;
  letter-spacing: 0px;
  text-align: left;
  font-size: 14px;
}
.labels_nav_list li a.active {
  color: #12B2D8;
  font-size: 14px;
  font-weight: bold;
}
.labels_nav_list li > a span {
  width: auto;
  min-width: 15px;
  height: 15px;
  display: inline-block;
  background: #FF9B12;
  color: #FFF;
  text-align: center;
  font-size: 10px;
  border-radius: 15px;
  padding: 0 3px;
  font-weight: bold;
}
.labels_nav_list li > a span.mark_r {
    background: #FF0000;
}
.labels_main {
  width: 1196px;
  margin: 0;
  margin-left: auto;
  background-color: #FFFFFF;
  padding: 24px 24px 80px;
  position: relative;
}
.labels_main_ttl {
  margin-bottom: 30px;
}
.labels_sub_ttl {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end;
}
.labels_ttl_h1 {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0px;
  color: #4A4A4A;
  border-bottom: 2px solid #12B2D8;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.labels_ttl_h2 {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #12B2D8;
  display: inline-block;
}
.labels_ttl_h3 {
  color: #656565;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0px;
  display: inline-block;
}
.labels_ttl_h4 {
  color: #656565;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0px;
  display: inline-block;
  margin-bottom: 5px;
}
.labels_ttl_modal {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #12B2D8;
}
.labels_ttl_modal_txt {
  text-align: left;
}
.labels_main_txt {
  font-size: 12px;
  text-align: left;
  letter-spacing: 0px;
  color: #656565;
}
.labels_main_red {
  font-size: 12px;
  text-align: left;
  letter-spacing: 0px;
  color: #DD0E0E;
}
.labels_red_note {
  font-size: 13px;
  text-align: left;
  letter-spacing: 0px;
  color: #DD0E0E;
  list-style: disc;
  margin-left: 20px;
}
.labels_red_note li{
  padding-bottom: 10px;
}
.detail_modal .labels_main_ttl {
  margin-bottom: 0px;
  padding-right: 20px;
}
@media only screen and (max-width: 1300px) {
  .detail_modal .labels_main_ttl {
   padding-right: 0px;
  }
}
.detail_modal .labels_main_ttl .labels_ttl_h1 {
  margin-bottom: 0px;
}
.detail_modal .labels_main_ttl .labels_main_txt {
  margin-top: 10px;
}
.labels_content_terms {
  width: 100%;
  max-width: 1200px;
  margin: 50px auto 60px;
  background-color: #FFFFFF;
  text-align: center;
  padding: 40px 35px 60px;
}

.labels_content {
  width: 100%;
  max-width: 1200px;
  margin: 50px auto 60px;
  background-color: #FFFFFF;
  text-align: center;
  padding: 100px 0 40px;
}
.labels_main .labels_content {
  margin: 0px auto 40px;
  padding: 50px 0 0;
}
.labels_content_ttl_area {
  margin-bottom: 60px;
}
.labels_content_ttl {
  text-align: center;
  letter-spacing: 0px;
  color: #4A4A4A;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
.labels_content_txt {
  font-size: 18px;
  letter-spacing: 0px;
  color: #4A4A4A;
  margin-bottom: 0;
}
.labels_content_cap {
  font-size: 16px;
  letter-spacing: 0px;
  color: #888686;
  margin-bottom: 50px;
}
.labels_content_form {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 80px;
}
.labels_content_form table {
  width: 800px;
  margin: 0 auto 0px;
  border-collapse: collapse;
}
.labels_content_form table + table {
  margin-top: 40px;
}
.labels_content_form table th {
  vertical-align: top;
  text-align: left;
  font-size: 18px;
  letter-spacing: 0px;
  color: #4A4A4A;
  width: 280px;
  line-height: 50px;
  padding: 8px 0;
}
.labels_content_form table td {
  text-align: left;
  vertical-align: top;
  padding: 8px 0;
  font-size: 18px;
}
.labels_content_form table td p {
  line-height: 50px;
}
.labels_content_form table td .form_s {
  width: 214px !important;
}
.labels_content_form table td input[type="text"],
.labels_content_form table td input[type="password"] {
  width: 100%;
  border: 1px solid #888686;
  background-color: #FFFFFF;
  height: 50px;
  margin-bottom: 5px;
  padding: 0 15px;
  font-size: 18px;
}
.labels_content_form table td .form_s.form_select:after {
  width: 7px;
  height: 7px;
  border-bottom: 3px solid #2699FB;
  border-right: 3px solid #2699FB;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
}
.labels_content_form .form_msg {
  margin-bottom: 8px;
}
.labels_content_form .form_msg li {
  color: #DD0E0E;
  letter-spacing: 0px;
  font-size: 12px;
}
.labels_content_form .form_msg li span {
  font-weight: bold;
}

.labels_contact_form {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 80px;
}
.labels_contact_form table {
  width: 100%;
  margin: 0 auto 0px;
  border-collapse: collapse;
}
.labels_contact_form table th {
  vertical-align: top;
  text-align: left;
  font-size: 18px;
  letter-spacing: 0px;
  color: #4A4A4A;
  width: 70px;
  line-height: 50px;
  padding: 8px 0;
}
.labels_contact_form table td {
  text-align: left;
  vertical-align: top;
  padding: 8px 0;
}
.labels_contact_form table td input[type="text"] {
  width: 100%;
  border: 1px solid #888686;
  background-color: #FFFFFF;
  height: 50px;
  margin-bottom: 5px;
  padding: 0 15px;
  font-size: 18px;
}
.labels_contact_form table td textarea {
  width: 100%;
  border: 1px solid #888686;
  background-color: #FFFFFF;
  height: 340px;
  margin-bottom: 40px;
  padding: 15px;
  font-size: 18px;
}

.labels_table {
  margin-bottom: 15px;
}
.labels_table table {
  width: 100%;
  border-collapse: collapse;
}
.labels_table table thead th {
  background-color: #F5F5F5;
  letter-spacing: 0px;
  color: #000000;
  font-size: 10px;
  font-weight: bold;
  border: #BFBFBF solid 1px;
  text-align: center;
  padding: 8px 5px;
}
.labels_table table tbody td {
  background-color: #FFFFFF;
  letter-spacing: 0px;
  color: #656565;
  font-size: 10px;
  border: #BFBFBF solid 1px;
  padding: 7px 5px;
  text-align: center;
}
.labels_table table.sh_list tbody td {
  padding: 4px 5px;
}
.labels_table table tbody tr.add_rec td {
  background-color: #FFE8E8;
}
.labels_table table tbody tr.add_rec2 td {
  background-color: lightblue;
}
.labels_table table tbody tr.ok td {
  background-color: #D0EDE9;
}
.labels_table table tbody tr.err td {
  background-color: #FFDDDD;
}
.labels_table table tbody td.action_cel {
  padding: 6px 0px;
}
.labels_table .labels_detail_form tbody td input[type="text"] {
  text-align: left !important;
}
.labels_table table tbody td input[type="text"] {
  width: 100%;
  display: inline-block;
  text-align: center;
  height: 20px;
  line-height: 20px;
  color: #656565;
  border: 1px solid #DBDBDB;
  box-shadow: none;
  padding: 0 4px;
}
.labels_table table tbody td input[type="text"].form_price {
  width: 48px;
  margin-left: 4px;
}
.labels_table table tbody td .btn_m {
  margin: 0 2px;
}
.labels_table table tbody td .btn_ml {
  margin: 4px;
}
.labels_table table tbody td textarea {
  width: 100%;
  height: 68px;
  font-family: inherit;
  font-size: 9px;
  border: 1px solid #DBDBDB;
  color: #656565;
  padding: 0 4px;
}
.labels_table_head {
  width: 100%;
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.detail_modal .labels_table_head {
  margin-bottom: 15px;
}
.labels_table_foot {
  width: 100%;
  display: flex;
  margin-top: 10px;
}
.labels_btns {
  font-size: 0;
}
.labels_btns a {
  margin: 0 10px 0 0;
}
.labels_btns .sub_btn {
  border-width: 1px;
}

.labels_table_msg {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0px;
  color: #656565;
  margin-top: 40px;
}

.labels_table_msg_note {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0px;
  color: #FF0100;
  margin-top: 20px;
}

.labels_table_no {
  font-size: 12px;
  color: #4A4A4A;
  letter-spacing: 0px;
  margin: 0;
}
.labels_ttl_h2 + .labels_table_no {
  margin-left: auto;
}

.labels_table_s {
  width: 540px;
}
.labels_table_s table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
}
.labels_table_s table tbody th {
  background-color: #FFFFFF;
  letter-spacing: 0px;
  color: #656565;
  font-size: 12px;
  border: #BFBFBF solid 1px;
  padding: 8px 15px;
  text-align: left;
}
.labels_table_s table tbody td {
  background-color: #FFFFFF;
  letter-spacing: 0px;
  color: #656565;
  font-size: 12px;
  border: #BFBFBF solid 1px;
  padding: 8px 15px;
  text-align: center;
}
.labels_table_s table tbody th.total_cel {
  padding: 8px 0px;
  text-align: center;
}
.detail_modal .labels_table_s {
  margin-top: 15px;
}

.labels_table_m {
  margin-bottom: 15px;
}
.labels_table_m table {
  width: 100%;
  border-collapse: collapse;
}
.labels_table_m table thead th {
  background-color: #F5F5F5;
  letter-spacing: 0px;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  border: #BFBFBF solid 1px;
  text-align: center;
  padding: 13px 5px;
}
.labels_table_m table tbody td {
  background-color: #FFFFFF;
  letter-spacing: 0px;
  color: #656565;
  font-size: 10px;
  border: #BFBFBF solid 1px;
  padding: 13px 5px;
  text-align: center;
}
.labels_table_m table tbody td input[type="text"] {
  width: 100%;
  display: inline-block;
  text-align: left;
  height: 20px;
  line-height: 20px;
  color: #656565;
  border: 1px solid #DBDBDB;
  box-shadow: none;
  padding: 0 4px;
}

.labels_list_table {
  margin-bottom: 40px;
}
.labels_list_table table {
  width: 100%;
  border-collapse: collapse;
}
.labels_list_table table thead th {
  background-color: #F5F5F5;
  letter-spacing: 0px;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  border: #BFBFBF solid 1px;
  text-align: center;
  padding: 8px 12px;
  vertical-align: top;
}
.labels_list_table table tbody th {
  background-color: #FFFFFF;
  letter-spacing: 0px;
  color: #000000;
  font-size: 12px;
  border: #BFBFBF solid 1px;
  padding: 7px 12px;
  text-align: center;
  vertical-align: top;
  font-weight: bold;
}
.labels_list_table table tbody td {
  background-color: #FFFFFF;
  letter-spacing: 0px;
  color: #656565;
  font-size: 12px;
  border: #BFBFBF solid 1px;
  padding: 7px 12px;
  text-align: center;
  vertical-align: top;
}
.labels_list_table table tbody td .price {
  color: #12B2D8;
  font-weight: bold;
}

.labels_pager {
  margin: 0;
  margin-left: auto;
  text-align: right;
}
.labels_pager .form_select {
  width: 40px;
  height: 22px;
  color: #12B2D8;
  border: 1px solid #12B2D8;
  border-radius: 3px;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.labels_pager .form_select select {
  height: 20px;
  color: #12B2D8;
  font-size: 11px;
  font-weight: bold;
  padding: 0 5px;
  vertical-align: top;
}
.labels_pager .form_select:after {
  border-color: #12B2D8;
}
.labels_pager_txt {
  text-align: left;
  font-size: 10px;
  letter-spacing: 0px;
  color: #12B2D8;
  margin: 0 10px;
}
.labels_pager_num {
  display: inline-block;
  margin: 0 10px;
}
.labels_pager_num > li {
  line-height: 20px;
  display: inline-block;
  text-align: center;
  color: #BCB8B8;
  font-size: 11px;
  font-weight: bold;
}
.labels_pager_num > li > a {
  display: inline-block;
  width: 23px;
  height: 23px;
  line-height: 21px;
  background-color: #FFFFFF;
  border: 1px solid #BCB8B8;
  border-radius: 5px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0px;
  color: #12B2D8;
  margin: 0 3px;
}
.labels_pager_num > li > a.active {
  background-color: #12B2D8;
  border-color: #12B2D8;
  color: #FFFFFF;
}
.labels_pager_link {
  display: inline-block;
  width: 49px;
  height: 21px;
  line-height: 20px;
  background-color: #FFFFFF;
  border: 1px solid #12B2D8;
  border-radius: 3px;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0px;
  color: #12B2D8;
}
.labels_cap {
  font-size: 10px;
  text-align: left;
  letter-spacing: 0px;
  color: #656565;
}

.labels_form {
  width: 540px;
  margin-bottom: 25px;
}
.labels_form table {
  width: 100%;
  border-collapse: collapse;
}
.labels_form table thead th {
  background-color: #F5F5F5;
  letter-spacing: 0px;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  border: #BFBFBF solid 1px;
  text-align: center;
  padding: 12px 10px;
}
.labels_form table tbody th {
  background-color: #FFFFFF;
  letter-spacing: 0px;
  color: #656565;
  font-size: 10px;
  border: #BFBFBF solid 1px;
  padding: 6px 6px;
  text-align: center;
}
.labels_form table tbody td {
  background-color: #FFFFFF;
  letter-spacing: 0px;
  color: #656565;
  font-size: 10px;
  border: #BFBFBF solid 1px;
  padding: 7px 7px;
  text-align: center;
}
.labels_form table tbody td input[type="text"] {
  width: 100%;
  display: inline-block;
  text-align: center;
  height: 24px;
  line-height: 24px;
  color: #656565;
  border: 1px solid #BCB8B8;
}
.labels_form table tbody td textarea {
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #BCB8B8;
  padding: 6px 6px;
  font-size: 10px;
  height: 70px;
  color: #656565;
}

.labels_form_w {
  width: 845px;
  margin-bottom: 20px;
}
.labels_form_w table {
  width: 100%;
  border-collapse: collapse;
}
.labels_form_w table thead th {
  background-color: #F5F5F5;
  letter-spacing: 0px;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  border: #BFBFBF solid 1px;
  text-align: center;
  padding: 12px 20px;
}
.labels_form_w table thead td {
  background-color: #FFFFFF;
  letter-spacing: 0px;
  color: #656565;
  font-size: 12px;
  border: #BFBFBF solid 1px;
  padding: 12px 20px;
  text-align: center;
  vertical-align: top;
}
.labels_form_w table tbody th {
    background-color: #FFFFFF;
    letter-spacing: 0px;
    color: #000000;
    font-size: 14px;
    border: #BFBFBF solid 1px;
    padding: 12px 20px;
    text-align: center;
    vertical-align: top;
    font-weight: bold;
}
.labels_form_w table tbody td {
  background-color: #FFFFFF;
  letter-spacing: 0px;
  color: #656565;
  font-size: 12px;
  border: #BFBFBF solid 1px;
  padding: 12px 20px;
  text-align: center;
  vertical-align: top;
}
.labels_form_w table tbody td .price {
  color: #12B2D8;
}
.form_list_wrap1 {
	display: flex; 
	flex-direction: column;
	margin-bottom: 8px;
}
.table_f14 table tbody td {
  font-size: 14px;
  padding: 12px 18px;
}
.detail_modal .labels_form_w {
  margin-bottom: 15px;
}
.detail_modal .labels_form_w table thead th {
  padding: 13px 20px;
}
.detail_modal .labels_form_w table tbody td {
  font-size: 14px;
  padding: 13px 16px;
}

.labels_form_s {
  width: 240px;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  vertical-align: top;
}
.labels_form_s table {
  width: 100%;
  border-collapse: collapse;
}
.labels_form_s table thead th {
  background-color: #F5F5F5;
  letter-spacing: 0px;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  border: #BFBFBF solid 1px;
  text-align: center;
  padding: 12px 10px;
}
.labels_form_s table tbody th {
  background-color: #FFFFFF;
  letter-spacing: 0px;
  color: #656565;
  font-size: 10px;
  border: #BFBFBF solid 1px;
  padding: 6px 6px;
  text-align: center;
}
.labels_form_s table tbody td {
  background-color: #FFFFFF;
  letter-spacing: 0px;
  color: #656565;
  font-size: 10px;
  border: #BFBFBF solid 1px;
  padding: 7px 7px;
  text-align: center;
}
.labels_form_s_inner {
  display: table;
  width: 100%;
}
.labels_form_s_inner_th {
  display: table-cell;
  text-align: left;
  font-size: 13px;
  padding: 8px 12px;
}
.labels_form_s_inner_td {
  display: table-cell;
  text-align: right;
  font-size: 13px;
  padding: 8px 12px;
}

.labels_box {
  margin-bottom: 40px;
}
.line_solid {
  padding-bottom: 70px;
  border-bottom: 1px solid #BCB8B8;;
}
.line_solid_pb0 {
  padding-bottom: 0px;
  border-bottom: 1px solid #BCB8B8;;
}
.line_dot {
  position: relative;
  padding-bottom: 40px;
}
.line_dot:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #BCB8B8, #BCB8B8 2px, transparent 2px, transparent 6px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.labels_faq {
  border-bottom: 1px solid #DED9D9;
  margin-bottom: 20px;
}
.labels_faq_list {
  width: 100%;
}
.labels_faq_label {
  width: 85px;
}
.labels_filter_label {
  width: 200px;
}
.labels_faq_text {
    width: 1024px;
}
.labels_faq_head {
  width: 100%;
  font-size: 16px;
  border: 1px solid #DED9D9;
  border-bottom: none;
  padding: 15px;
  display: flex;
  letter-spacing: 0px;
  cursor: pointer;
}
.labels_faq_head:hover {
  opacity: .6;
}
.labels_faq_head .labels_faq_label {
  color: #12B2D8;
}
.labels_faq_head .labels_filter_label {
  color: #12B2D8;
}
.labels_faq_body {
  width: 100%;
  font-size: 16px;
  border: 1px solid #DED9D9;
  background-color: #F0F9FC;
  padding: 15px;
  border-bottom: none;
  display: none;
  letter-spacing: 0px;
}
.labels_faq_body_inner {
  display: flex;
  width: 100%;
}
.labels_faq_body .labels_faq_label {
  color: #07D1B2;
}
.labels_faq_body .labels_filter_label {
  color: #07D1B2;
}
.labels_faq_body a {
  color: #12B2D8;
  text-decoration: underline;
}
.labels_faq_txt {
  font-size: 16px;
}
.labels_faq_txt a {
  color: #12B2D8;
  text-decoration: underline;
}

.labels_agree {
  overflow: auto;
  height: 200px;
  border: 1px solid #BCB8B8;
  margin: 0 auto 50px;
  padding: 15px;
  width: 840px;
}
.labels_agree p {
  text-align: left;
  font-size: 12px;
}
.labels_agree_payment {
  overflow: auto;
  height: 200px;
  border: 1px solid #BCB8B8;
  margin: 0 0 20px;
  padding: 15px;
  width: 845px;
}

.labels_panel {
  margin-bottom: 40px;
  border: #BCB8B8 solid 1px;
}
.labels_panel_head {
  background-color: #F5F5F5;
  text-align: center;
  padding: 10px;
}
.labels_panel_head h3 {
  font-size: 20px;
  color: #4a4a4a;
}
.labels_panel_body {
  border-top: #BCB8B8 solid 1px;
  padding: 30px;
}
.labels_panel_s {
  width: 376px;
  margin-bottom: 40px;
  border: #BCB8B8 solid 1px;
}
.labels_panel_s .labels_panel_head {
  padding: 10px;
}
.labels_panel_s .labels_panel_head h3 {
  font-size: 17px;
}
.labels_panel_s .labels_panel_body {
  padding: 20px 24px;
}
.labels_panel_s table td input {
  width: 100%;
  border: 1px solid #BCB8B8;
  background-color: #FFFFFF;
  height: 29px;
  margin-bottom: 5px;
  padding: 0 10px;
  font-size: 16px;
}

/* btns */
.btn {
  width: auto;
  min-width: 275px;
  height: 44px;
  line-height: 42px;
  display: inline-block;
  background-color: #12B2D8;
  border: 2px solid #12B2D8;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0px;
  padding: 0 8px;
  color: #FFFFFF;
}
.default_btn {
  width: auto;
  min-width: 140px;
  height: 32px;
  line-height: 29px;
  display: inline-block;
  background-color: #12B2D8;
  border: 2px solid #12B2D8;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0px;
  padding: 0 10px;
  color: #FFFFFF;
}
.sub_btn {
  width: auto;
  min-width: 90px;
  height: 32px;
  line-height: 30px;
  display: inline-block;
  background-color: #FFFFFF;
  border: 1px solid #12B2D8;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0px;
  padding: 0 8px;
  color: #12B2D8;
  box-sizing: border-box;
}
.sub_btn2 {
  width: auto;
  min-width: 90px;
  height: 32px;
  line-height: 30px;
  display: inline-block;
  background-color: #FFFFFF;
  border: 1px solid #07D1B2;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0px;
  padding: 0 8px;
  color: #07D1B2;
  box-sizing: border-box;
}
.sub_btn3 {
  width: auto;
  min-width: 90px;
  height: 32px;
  line-height: 30px;
  display: inline-block;
  background-color: #FFFFFF;
  border: 1px solid #DD0E0E;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0px;
  padding: 0 8px;
  color: #DD0E0E;
  box-sizing: border-box;
}
.thrd_btn {
  width: auto;
  min-width: 90px;
  height: 32px;
  line-height: 30px;
  display: inline-block;
  background-color: #FF9B12;
  border: 2px solid #FF9B12;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0px;
  padding: 0 10px;
  color: #FFFFFF;
}
.thrd_btn2 {
  width: auto;
  min-width: 90px;
  height: 32px;
  line-height: 30px;
  display: inline-block;
  background-color: #FFF;
  border: 2px solid #FF9B12;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0px;
  padding: 0 10px;
  color: #FF9B12;
}
.thrd_btn img {
  vertical-align: middle;
  margin-right: 6px;
}
.thrd_btn2 img {
  vertical-align: middle;
  margin-right: 6px;
}
.frth_btn {
  width: auto;
  min-width: 90px;
  height: 36px;
  line-height: 34px;
  display: inline-block;
  background-color: #DD0E0E;
  border: 2px solid #DD0E0E;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0px;
  padding: 0 15px;
  color: #FFFFFF;
}
.fith_btn {
  width: auto;
  min-width: 90px;
  height: 33px;
  line-height: 29px;
  display: inline-block;
  background-color: #07D1B2;
  border: 2px solid #07D1B2;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0px;
  padding: 0 15px;
  color: #FFFFFF;
}
.sixth_btn {
  width: auto;
  min-width: 90px;
  height: 33px;
  line-height: 29px;
  display: inline-block;
  background-color: #001C6D;
  border: 2px solid #001C6D;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0px;
  padding: 0 15px;
  color: #FFFFFF;
}
.btn_s {
  width: auto;
  min-width: 33px;
  height: 20px;
  line-height: 18px;
  border-radius: 3px;
  font-size: 10px;
  padding: 0 5px;
}
.sub_btn.btn_s {
  padding: 1px 5px !important;
}
.btn_m {
  width: auto;
  min-width: 33px;
  height: 26px;
  line-height: 22px;
  border-radius: 3px;
  font-size: 11px;
  padding: 0 10px;
}
.btn_ms {
  width: auto;
  min-width: 90px;
  height: 30px;
  line-height: 28px;
  display: inline-block;
  border-radius: 3px;
  font-size: 14px;
  padding: 0 15px;
}
.btn_mm {
  width: auto;
  min-width: 174px;
  height: 36px;
  line-height: 34px;
  border-width: 2px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  padding: 0 10px;
}
.btn_ml {
  width: auto;
  min-width: 84px;
  height: 25px;
  line-height: 22px;
  border-radius: 3px;
  font-size: 10px;
  padding: 0 9px;
}
.btn_mml {
  width: auto;
  min-width: 114px;
  height: 26px;
  line-height: 22px;
  border-radius: 3px;
  font-size: 11px;
  padding: 0 10px;
}
.btn_mxl {
  width: auto;
  min-width: 130px;
  height: 25px;
  line-height: 22px;
  border-radius: 3px;
  font-size: 10px;
  padding: 0 9px;
}
.sub_btn.btn_ml {
  padding: 1px 20px !important;
}
.btn_lxs {
  min-width: 120px;
  font-size: 18px;
  border-width: 2px;
  height: 44px;
  line-height: 42px;
  padding: 0 0px;
  margin: 0 8px;
}
.btn_ls {
  min-width: 280px;
  font-size: 20px;
  border-width: 2px;
  height: 56px;
  line-height: 52px;
  padding: 0 40px;
  margin: 0 8px;
  border-radius: 6px;
}
.btn_lsw {
  min-width: 280px;
  font-size: 20px;
  border-width: 2px;
  height: 56px;
  line-height: 52px;
  padding: 0 70px;
  margin: 0 8px;
}
.btn_lm {
  min-width: 120px;
  font-size: 20px;
  border-width: 2px;
  border-radius: 6px;
  height: 56px;
  line-height: 52px;
  padding: 0 10px;
  margin: 0;
}
.btn_l {
  min-width: 300px;
  font-size: 25px;
  height: 60px;
  line-height: 58px;
  padding: 0 40px;
  border-width: 2px;
}
.btn_ctl {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  background-color: #12B2D8;
  text-align: center;
  margin: 0 4px;
}
.btn_ctl.disabled {
  background-color: #BCB8B8;
}
.btn_ctl img {
  width: 12px;
  height: 12px;
  vertical-align: top;
  margin-top: 6px;
}
.btn_m.disabled {
  border-color: #BCB8B8 !important;
  background-color: #BCB8B8 !important;
}
.link {
  text-decoration: underline;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #4A4A4A;
}

.sort_btn {
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #56BCAD;
  border-right: 2px solid #56BCAD;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-left: 5px;
}

.labels_list {
  margin-bottom: 15px;
}
.labels_list li {
  font-size: 14px;
  letter-spacing: 0px;
  color: #12B2D8;
}

.labels_detail_form {
  background-color: #F0F9FC;
  border: 1px solid #BCB8B8;
  padding: 14px 15px;
  text-align: left;
  margin-bottom: 13px;
}
.labels_detail_form + .labels_table_foot {
  margin-top: 20px;
}
.labels_detail_form table {
  margin-top: 4px;
  margin-bottom: 2px;
}
.labels_detail_form .labels_table_s table {
  margin-top: 4px;
  margin-bottom: 12px;
}
.labels_detail_form table th {
  text-align: left;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #656565;
  padding: 3px 5px;
  vertical-align: middle;
}
.labels_detail_form table td {
  text-align: left;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #656565;
  padding: 3px 20px 3px 5px;
  vertical-align: middle;
  line-height: 20px;
}
.labels_table .labels_detail_form table td {
  text-align: left;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #656565;
  padding: 3px 20px 3px 5px;
  vertical-align: middle;
  line-height: 20px;
  background-color: unset;
  border: none;
}
.labels_detail_form .labels_detail_data table td {
  width: auto;
}
.labels_detail_form table td input[type="text"] {
  text-align: left;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #656565;
  height: 20px;
  line-height: 20px;
  background-color: #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 0;
  box-shadow: none;
  width: 170px;
  padding: 0 5px;
}
.labels_detail_form table td .form_select {
  display: inline-block;
  background-color: #FFFFFF;
  border: 1px solid #D1D1D1;
  padding: 0;
  margin: 0;
}
.labels_detail_form table td .form_select select {
  height: 18px;
  line-height: 18px;
  font-size: 10px;
  font-weight: normal;
  padding: 0 5px;
  width: 168px;
}
.labels_detail_form_filter {
  background-color: #F0F9FC;
  padding: 14px 15px;
  text-align: left;
  border-top: 1px solid #DED9D9;
  border-left: 1px solid #DED9D9;
  border-right: 1px solid #DED9D9;

}
.labels_detail_form_filter + .labels_table_foot {
  margin-top: 20px;
}
.labels_detail_form_filter table {
  margin-top: 4px;
  margin-bottom: 2px;
}
.labels_detail_form_filter .labels_table_s table {
  margin-top: 4px;
  margin-bottom: 12px;
}
.labels_detail_form_filter table th {
  text-align: left;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #656565;
  padding: 3px 5px;
  vertical-align: middle;
}
.labels_detail_form_filter table td {
  text-align: left;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #656565;
  padding: 3px 20px 3px 5px;
  vertical-align: middle;
  line-height: 20px;
}
.labels_detail_form_filter .labels_detail_data table td {
  width: 170px;
}
.labels_detail_form_filter table td input[type="text"] {
  text-align: left;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #656565;
  height: 20px;
  line-height: 20px;
  background-color: #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 0;
  box-shadow: none;
  width: 170px;
  padding: 0 5px;
}
.labels_detail_form_filter table td .form_select {
  display: inline-block;
  background-color: #FFFFFF;
  border: 1px solid #D1D1D1;
  padding: 0;
  margin: 0;
}
.labels_detail_form_filter table td .form_select select {
  height: 18px;
  line-height: 18px;
  font-size: 10px;
  font-weight: normal;
  padding: 0 5px;
  width: 168px;
}
.labels_detail_data:after {
  content: "";
  display: block;
  clear: both;
}
.labels_detail_img {
  padding: 4px 0;
  width: 58px;
}
.labels_detail_img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.labels_detail_info {
  padding-left: 10px;
}
.labels_detail_spec {
  margin-bottom: 5px;
  padding: 0 5px;
}
.labels_detail_spec p {
  font-size: 10px;
  letter-spacing: 0px;
  color: #656565;
  display: inline-block;
}
.labels_detail_data {
  position: relative;
}
.labels_detail_data + .labels_detail_data {
  padding-top: 10px;
  margin-top: 10px;
}
.labels_detail_data + .labels_detail_data:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #BCB8B8, #BCB8B8 2px, transparent 2px, transparent 6px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.labels_detail_data.flex {
  display: flex;
}
.labels_detail_data .labels_ttl_h3 {
  margin-left: -5px;
}
.labels_detail_form_btns {
  position: relative;
  text-align: left;
  padding-top: 15px;
  margin-top: 10px;
}
.labels_detail_form_btns:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #BCB8B8, #BCB8B8 2px, transparent 2px, transparent 6px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.lables_txt {
  margin-bottom: 25px;
}
.lables_txt p {
  font-size: 12px;
  letter-spacing: 0px;
}
.lables_txt p.font11 {
  font-size: 11px !important;
}
.labels_caution {
  font-size: 12px;
  letter-spacing: 0px;
  color: #DD0E0E;
}
.lables_msg {
  border: 1px solid #BCB8B8;
  padding: 20px;
}
.lables_msg p {
  font-size: 10px;
}
.lables_msg p a {
  color: #12B2D8;
  text-decoration: underline;
}
.lables_msg_payment {
  padding: 0;
}
.lables_msg_payment p {
  font-size: 10px;
}
.lables_msg_payment p a {
  color: #12B2D8;
  text-decoration: underline;
}

.labels_form_agree {
  font-size: 18px;
  margin-bottom: 20px;
}
.labels_comp_txt {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #07D1B2;
}
.labels_cap_txt {
  font-size: 10px;
  letter-spacing: 0px;
  color: #656565;
}

.labels_content_form .form_text input {
  width: 140px;
  padding: 0 15px;
}
.labels_content_form .form_text input.w200 {
  width: 400px;
}
.labels_table table .form_checkbox {
  padding-left: 0px;
}
.labels_form_agree .form_checkbox {
  padding-left: 40px;
}
.labels_form_agree .form_checkbox {
  padding-left: 40px;
}
.labels_form_agree .form_checkbox input[type="checkbox"] {
  left: 5px;
  top: 5px;
}

.form_text_fedex {
  display: inline-block;
  width: 400px;
  text-align: left;
  padding-left: 30px;
}
.labels_content_form .form_text_fedex input {
  width: 100%;
}

.form_radio_box {
  display: block;
  margin-bottom: 80px;
}
.labels_content_form .form_radio_box {
  margin-bottom: 0px;
}
.labels_content_form_s .form_radio_box {
  width: 130px;
  margin: 0 auto 30px;
}
.labels_content_form_s_b .form_radio_box {
  width: 375px;
  margin: 0 auto 30px;
}
.form_radio_box .form_radio {
  font-size: 22px;
  padding-left: 60px;
  margin-bottom: 45px;
}
.labels_content_form .form_radio_box .form_radio {
  margin-bottom: 20px;
}
.labels_content_form_s .form_radio_box .form_radio {
  margin-bottom: 45px;
}
.form_radio_box .form_radio input[type="radio"] {
  top: 2px;
}

input[type="text"].err,
.err.form_select {
  background-color: #FFDDDD !important;
}

.labels_login_form {
  margin-bottom: 20px;
}
.labels_login_form table {
  width: 650px;
  margin: 0 auto;
}
.labels_login_form table th,
.labels_login_form table td {
  padding: 16px 0;
  font-size: 20px;
}
.labels_login_form table th {
  width: 200px;
}
.labels_login_form table td input[type="text"],
.labels_login_form table td input[type="password"] {
  font-size: 20px;
}
.labels_login_form table td .btn {
  margin: 0 !important;
}
.labels_login_form table td .link {
  font-size: 20px;
}

.labels_message {
  padding: 80px 0;
  text-align: center;
}
.labels_message p {
  font-size: 18px;
  margin: 0;
}

.policy_box {
  margin-bottom: 90px;
}
.policy_txt {
  text-align: left;
  margin-bottom: 50px;
}
.policy_txt h3 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #4A4A4A;
  margin-bottom: 30px;
}
.policy_txt p,
.policy_txt li {
  font-size: 14px;
  letter-spacing: 0px;
  color: #4A4A4A;
  line-height: 1.8;
}
.policy_txt p {
  margin-bottom: 30px;
}
.policy_txt ol {
  list-style: decimal;
  margin-left: 20px;
}
.policy_txt li > ul,
.policy_txt li > ol {
  margin-left: 20px;
}

.modal {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 2200;
  background-color: #FFFFFF;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  max-height: calc(100vh - 120px);
  overflow: auto;
  width: 488px;
}
.modal_inner {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
  padding: 60px 0px 50px;
}
.detail_modal {
  width: 1300px;
}
@media only screen and (max-width: 1300px) {
  .detail_modal {
   width: 100%;
  }
}
.detail_modal .modal_inner {
  padding: 60px 70px 20px;
}
@media only screen and (max-width: 1300px) {
  .detail_modal .modal_inner {
   padding: 40px 20px 20px 20px;
  }
}
.detail_modal_ov {
  overflow: auto;
  max-height: 820px;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 30px;
}

.list_modal {
  width: 1300px;
}
@media only screen and (max-width: 1300px) {
  .list_modal {
   width: 100%;
  }
}
.list_modal .modal_inner {
  padding: 60px 70px 20px;
}
.modal_close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 16px;
  height: 16px;
  display: block;
  cursor: pointer;
}
.modal_close:hover {
  opacity: .6;
}
.modal_close:before,
.modal_close:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  content: "";
  transition: all linear 0.08s;
  background-color: rgba(0, 0, 0, .54);
}
.modal_close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal_close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.labels_modal_ttl {
  margin-bottom: 40px;
}
.labels_modal_ttl h2 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #4A4A4A;
}
.labels_btn_area {
  text-align: center;
  margin-bottom: 30px;
}
.modal_overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2190;
  display: block;
  background-color: rgba(74, 74, 74, 0.56);
}

.err_modal {
  position: fixed;
  left: 50%;
  top: 190px;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px #00000072;
  border: 1px solid #DD0E0E;
  text-align: center;
  padding: 70px 80px 50px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
.err_modal p {
  letter-spacing: 0px;
  color: #DD0E0E;
  font-size: 20px;
  margin-bottom: 36px;
}
.err_close {
  width: auto;
  min-width: 170px;
  background-color: #FFFFFF;
  border: 2px solid #DD0E0E;
  height: 44px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #DD0E0E;
  font-size: 20px;
  font-weight: bold;
  border-radius: 3px;
  padding: 0 10px;
  display: inline-block;
}

.blue_dailog_modal {
  position: fixed;
  left: 50%;
  top: 5%;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px #00000072;
  border:none;
  text-align: center;
  padding: 36px 40px 40px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  z-index: 10000;
  max-height: calc(110vh - 120px);
  overflow: auto;
}
.blue_dailog_modal p {
  letter-spacing: 0px;
  color: #000000;
  font-size: 16px;
  margin-bottom: 24px;
}
.blue_dailog_close {
  width: auto;
  min-width: 135px;
  background-color: #FFFFFF;
  border: 2px solid #12B2D8;
  height: 37px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #12B2D8;
  font-size: 16px;
  font-weight: bold;
  border-radius: 3px;
  padding: 0 10px;
  display: inline-block;
}

.loader {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  display: block;
  background-color: rgba(255, 255, 255, .65);
}
.loader_img {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  width: 80px;
  height: 80px;
  display: block;
  margin-top: -40px;
  margin-left: -40px;
}
@-webkit-keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.loader_i {
  position: relative;
  top: 28px;
  left: 34px;
}
.loader_i > div:nth-child(1) {
  top: 28px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
          animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
}
.loader_i > div:nth-child(2) {
  top: 19.63636px;
  left: 19.63636px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
          animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
}
.loader_i > div:nth-child(3) {
  top: 0;
  left: 28px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
          animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
}
.loader_i > div:nth-child(4) {
  top: -19.63636px;
  left: 19.63636px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
          animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
}
.loader_i > div:nth-child(5) {
  top: -28px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
          animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
}
.loader_i > div:nth-child(6) {
  top: -19.63636px;
  left: -19.63636px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
          animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
}
.loader_i > div:nth-child(7) {
  top: 0;
  left: -28px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
          animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
}
.loader_i > div:nth-child(8) {
  top: 19.63636px;
  left: -19.63636px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
          animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
}
.loader_i > div {
  background-color: #000000;
  width: 7px;
  height: 22px;
  border-radius: 4px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: absolute;
}

.ov::-webkit-scrollbar {
  width: 13px;
  background-color: #d7d9d7;
  border-radius: 7px;
}
.ov::-webkit-scrollbar-track {
  border-radius: 7px;
  box-shadow: none;
}
.ov::-webkit-scrollbar-thumb {
  background-color: #656565;
  border-radius: 7px;
  box-shadow: none;
}

.font11 {
  font-size: 11px !important;
}
.font12 {
  font-size: 12px !important;
}
.font14 {
  font-size: 14px !important;
}
.font16 {
  font-size: 16px;
}
.font17 {
  font-size: 17px;
}
.font18 {
  font-size: 18px;
}
.font25 {
  font-size: 25px !important;
}

.col {
  color: #000000;
}
.def_col {
  color: #12B2D8;
}
.sub_col {
  color: #07D1B2;
}
.dan_col {
  color: #DD0E0E;
}
.warn_col {
  color: #FF9B12;
}

.dan_col_bold {
  color: #DD0E0E;
  font-weight: bold;
}
.dan_col_dialogue {
  color: #DD0E0E;
  font-size: 80%;
  line-height: 124%;
}

.m0 {
  margin: 0 !important;
}

.p0 {
  padding: 0 !important;
}
.pl40 {
  padding-left: 40px !important;
}

.va-middle {
  vertical-align: middle !important;
}
.va-bottom > * {
  vertical-align: bottom !important;
}

.bdr_r0 {
  border-right: none !important;
}
.bdr_l0 {
   border-left: none !important;
}

.indent {
  text-indent: 1em;
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}

.wauto,
.wauto > table {
  width: auto !important;
}
.w320 {
  width: 320px !important;
}
.w400 {
  width: 400px !important;
}
.w740 {
  width: 740px !important;
}
.w1100 {
  width: 1100px !important;
}
.ul-disc {
  list-style:disc;
  margin-left:12px
}
.labels_btns a span {
  width: auto;
  min-width: 15px;
  height: 15px;
  background: #FF9B12;
  color: #FFF;
  text-align: center;
  font-size: 10px;
  border-radius: 15px;
  padding: 0 3px;
  font-weight: bold;
}
.labels_btns a span.mark_r {
    background: #FF0000;
}
/*#1845 }jAȚæ”èżÌKpÉÂąÄ*/
.err_modal_wide {
    position: fixed;
    left: 50%;
    top: 50px;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px #00000072;
    border: 1px solid #DD0E0E;
    text-align: center;
    padding: 45px 40px 40px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    width: 1100px;
    z-index: 3000;
}
.err_modal_wide p {
    letter-spacing: 0px;
    color: #DD0E0E;
    font-size: 14px;
    margin-bottom: 36px;
}