@charset "UTF-8";

.notice {
    color: #FF0000;
    font-weight: bold;
    text-align: center;
}
/* Table CSS */
/*********************************/
.voc_table tr td {
    color:#494949;
}
/*********************************/
.common_table, .orderTable, .deliveryTable {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.8em;
    font-family: sans-serif;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.common_table thead tr, .orderTable thead tr, .deliveryTable thead tr {
    background-color: #1FB2A5;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
}
.common_table th, .orderTable th, .deliveryTable th {
    padding: 12px 5px;
    text-align: center;
    vertical-align: middle;
    color:#fff;
}
.common_table td {
    font-size:13px;
    padding: 12px 5px;
    text-align: center;
    vertical-align: middle;
    color:#494949;
}
.orderTable td, .deliveryTable td {
    font-size:13px;
    padding: 12px 5px;
    text-align: center;
    vertical-align: middle;
}
.common_table tbody tr, .orderTable tbody tr, .deliveryTable tbody tr {
    border-bottom: 1px solid #dddddd;
}

.common_table tbody tr:nth-of-type(even), .orderTable tbody tr:nth-of-type(even), .deliveryTable tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.common_table tbody tr:last-of-type, .orderTable tbody tr:last-of-type, .deliveryTable tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}
.common_table tbody tr.active-row, .orderTable tbody tr.active-row, .deliveryTable tbody tr.active-row {
    font-weight: bold;
    color: #1FB2A5;
}
/*********************************/

.service-info {
    width: 100%;
}

.service-info tbody tr th {
    width: 20%;
    padding: 5px 0 5px 7px;
    background: #eee;
    text-align: left;
    border-bottom: 1px dashed #ccc;
    color: #444;
    letter-spacing: -0.25px;
}

.service-info tbody tr td {
    width: 40%;
    padding: 5px 5px 5px 5px;
    text-align: left;
    border-bottom: 1px dashed #ccc;
    font-size: 1.1em;
    letter-spacing: -0.25px;
    color: #444;
}

.service-info input[type="text"] {
    height: 30px;
    line-height: 30px;
    padding: 0 20px 0 10px;
    border: 1px solid #006940;
    font-size: 15px;
    color: #000;
    margin-bottom: 5px;
    width: 100%;
}
/**************/
/* Button css */
/**************/
.green-btn button{
  margin-top: 10px;
  background:#6E8878;
  color:#fff;
  height:40px;
  font-size:1.0em;
  padding:0 0.7em;
}
.silver-btn button{
  margin-top: 10px;
  background:#A8A9AD;
  color:#fff;
  height:40px;
  font-size:1.0em;
  padding:0 0.7em;
}

.ui-request {
    background-color: #00653D;
    border-color: #00653D;
    color: #fff;
    text-shadow: none;
    padding: 0.7em 1em;
    display: block;
    position: relative;
    text-align: center;
    font-weight: 700;
    border-style: solid;
    font-size: 1em;
    line-height: 1.3;
    font-family: sans-serif;
    border-radius: 16px;
    margin: 10px 10px 10px 10px;
}

.ui-modify {
    border: 2px;
    background-color: #00653D;
    border-color: #00653D;
    color: #fff; 
    text-shadow: none;
    padding: 0.7em 1em;
    display: block;
    position: relative;
    text-align: center;
    font-weight: 700;
    border-style: solid;
    font-size: 1em;
    line-height: 1.3;
    border-radius: 16px;
    margin: 10px 10px 10px 10px;
}

.ui-cancel {
    border: 2px;
    border-color: #6E8878 !important;
    color: #6E8878 !important;
    text-shadow: none;
    padding: 0.7em 1em;
    display: block;
    position: relative;
    text-align: center;
    font-weight: 700;
    border-style: solid;
    font-size: 1em;
    line-height: 1.3;
    border-radius: 16px;
    margin: 10px 10px 10px 10px;
}
.ui-grid-a {
    margin-top:10px;
}
.ui-grid-b {
    margin-top:10px;
}
.btn-primary {
    padding: 7.5px 40px;
}
.btn.btn.btn-default {
    padding: 6.5px 40px;
}
/**************/
/* input css */
/**************/
.service input[type="text"] {
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 10px;
    border: 1px solid #006940;
    font-size: 15px;
    color: #000;
    margin-right: 5px;
    margin-bottom: 15px;
    margin-top: 15px;
    width:8em;
}
.area {
    width: 100%;
    height: 100px;
    padding: 10px;
    box-sizing: border-box;
    border: solid 1px #00653D;
    border-radius: 5px;
    font-size: 14px;
    resize: both;
}
/**************/
/* 공통 Form */
.form_table {
    display: table;
    width: 100%
}

.form_table .form_th, .form_table .form_td {
    display: table-cell
}

.form_table .form_th {
    position: relative
}

.form_table .desc {
    margin: 2px 0 0 0;
    font-size: 12px;
    line-height: 1.4;
    color: #ccc
}

.form_table .form_th .btn_toggle {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 0;
}

.form_table .form_th .btn_regident_toggle {
    display: inline-block;
    position: absolute;
    right: 0;
}

.form_table .form_th, .form_table .form_td {
    display: block;
    padding: 5px 0 0
}

.form_table .form_th .text_label {
    margin: 40px 0 0 0
}

.form_table .form_tr:first-child .form_th .text_label {
    margin: 0
}

.form_table .form_th .text_label .txt {
    font-size: 17px;
    font-weight: bold
}

table.form_type {
    width: 100%;
    table-layout: fixed;
    background: #fff;
}

table.form_type tbody tr th {
    text-align: center;
    vertical-align: top;
    width: 4em;
    padding: 12px 15px;
}

table.form_type tbody tr th span.title {
    display: inline-block;
    margin-top: 0;
    margin-left:0.2em;
    font-size: 14px;
    color: #999;
    font-weight: bold;
}


div.ipt_wrap {
    margin-right: 0;
}
table.form_type tbody tr td {
    padding-top: 6px;
    padding-bottom: 6px;
    height: 34px;
    text-align: left;
}
table tr td {
    word-break: break-all;
    padding: 0;
    /*color:#494949;*/
}

.approval_linkage .article_view {
    margin: 0
}
.approval_linkage .form_table .my {
    background: #fff;
}

.approval_linkage .form_table .my .text_label .txt {
    font-size: 15px;
    color: #888
}

.approval_linkage .go_body {
    background: #f5f5f5 !important
}

.approval_linkage .go_body .go_content {
    background: #f5f5f5 !important
}

.approval_linkage .box {
    padding: 0;
    border-bottom: 10px solid #f4f4f4
}

.approval_linkage .box .box_body {
    padding: 16px
}

.approval_linkage .box .box_footer .btn.node {
    border-color: #eee;
    border-bottom: 0;
    border-left: 0
}

.approval_linkage .box.my {
    margin: 0
}

.approval_linkage .box.my .box_body {
    padding: 20px 16px 0
}

.approval_linkage .box.my .desc {
    margin-bottom: 20px
}

.approval_linkage .article_view {
    padding: 0;
}

.approval_linkage ul.tab.tab_line li {
    width: initial;
}

/******************************************************/
/* artivle_view */
article.article_view {
    padding: 16px;
    line-height: 1.5;
    background: #fff;
}

article.article_view>div {
    width: 100%;
}

article.article_view p.txt {
    line-height: 1.5;
    margin-bottom: 14px
}

article.article_view ul.img_wrap {
    margin-bottom: 14px;
    padding: 0 16px;
    overflow: hidden
}

article.article_view div.option_display {
    border: 0;
    padding: 0
}

article.article_view .alert_wrap {
    box-shadow: border-box;
}
/******************************************************/
/* tab */
div.tab_wrap {
    position: relative
}

.tab {
    display: table;
    width: 100%;
}

.tab li {
    position: relative;
    display: table-cell;
    /*width: 50%;*/
    text-align: center;
    border-bottom: 1px solid #eee;
    border-top: 0;
    border-left: 0;
    cursor: pointer;
    color: #aaa;
}

.tab li.on {
    border-bottom: 2px solid #00a1b9;
    color: #00a1b9;
    background: #fff;
}

.tab li.on a {
    color: #00a1b9;
    font-weight: 600;
}

.tab li:last-child {
    border-right: 1px solid #fff
}

.tab li:hover {
    background: #f5f5f5 !important
}

.tab li.on:hover {
    background: #fff !important
}

.tab li.on .tab_content {
    display: block
}

.tab li a {
    display: block;
    position: relative;
    height: 50px;
    line-height: 50px;
    color: #aaa;
}

.tab.tab.tab_line li {
    background: #fff;
    border: 0;
    border-bottom: 1px solid #ddd
}

.tab.tab.tab_line li a {
    display: inline-block;
    position: relative;
    padding: 0 15px
}

.tab.tab.tab_line li.on a:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #25cad6;
    content: ''
}

.tab.tab.tab_line li.on a {
    color: #25cad6
}

.tab_content>div {
    display: none
}

.tab_content>div:first-child {
    display: block
}
/*******************************/
/* ic_v2 icon */
.ic_v2_form {
    display: inline-block;
    background: url(../../images/skin/ic_v2_form.png) no-repeat;
    *zoom: 1;
    background-size: 200px 200px;
}

.ic_v2_form.ic_toggle {
    background-position: 0 0;
    width: 41px;
    height: 25px;
}

.ic_v2_form.ic_regident_toggle {
    background-position: 0 0;
    width: 41px;
    height: 25px;
}

.ic_v2_form.ic_toggle.on {
    background-position: -100px 0
}

.ic_v2_form.ic_regident_toggle.on {
    background-position: -100px 0
}

.btn_toggle.on .ic_v2_form.ic_toggle {
    background-position: -100px 0
}

.btn_regident_toggle.on .ic_v2_form.ic_regident_toggle {
    background-position: -100px 0
}

.ic_v2 {
    display: inline-block;
    background: url(../../images/skin/ic_v2.png) no-repeat;
    *zoom: 1;
    background-size: 250px 50px;
}

.ic_v2.ic_blank {
    background-position: 0 0;
    width: 16px;
    height: 16px
}

.ic_v2.ic_app_download {
    background-position: -200px 0;
    width: 17px;
    height: 20px;
}

p.txt_error span.ic_v2.ic_blank {
    vertical-align: top;
}

.ic_v2.ic_share {
    background-position: 0 -25px;
    width: 16px;
    height: 16px;
    margin: 4px 5px 0 0 !important;
    vertical-align: top;
}

.ic_v2.ic_del {
    background-position: -25px -25px;
    width: 20px;
    height: 22px
}

.ic_v2.ic_drag {
    background-position: -50px -25px;
    width: 21px;
    height: 25px
}

.ic_v2.ic_drag_none {
    background-position: -75px -25px;
    width: 21px;
    height: 25px
}

.ic_v2.ic_close {
    background-position: -100px -25px;
    width: 18px;
    height: 18px
}

.ic_v2.ic_zoom {
    background-position: -200px -25px;
    width: 25px;
    height: 25px
}

.ui-btn {
    background-color: #02A1C0;
    color: #fff;
    text-shadow: none;
    padding: .7em 1em;
    display: block;
    position: relative;
    text-align: center;
    font-weight: 700;
    border-style: solid;
    font-size: 1em;
    line-height: 1.3;
    font-family: sans-serif;
    border-radius: 16px;
    margin: 0px 50px 20px 50px;
}

.select_list {
    color:#494949;
    padding-left: 10px;
    height: 36px;
    line-height: 32px;
    border: 1px solid #cacaca;
    background: url(../../images/skin/ic_dropx2.png) no-repeat 100% 14px;
    font-size: 14px;
    background-size: 16px 6px;
    padding-right: 30px;
    outline: 0;
    width : 100%;
}

.nSelect_list {
    margin-top: 10px;
    padding-left: 4px;
    height: 36px;
    line-height: 32px;
    border: 1px solid #cacaca;
    /* background: url(../../images/skin/ic_dropx2.png) no-repeat 100% 14px; */
    font-size: 14px;
    background-size: 16px 6px;
    padding-right: 20px;
    outline: 0;
}

/**********************************************/

* {
    font-family: HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif;
    -webkit-text-size-adjust: none;
    margin: 0;
    line-height: 1.2;
    word-break: break-all;
    letter-spacing: -1px
}

ul {
    list-style: none
}

ul, li {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #333
}

/* footer */
footer {
    padding: 10px 0;
    border-top: 1px solid #E1E1E1
}

footer div.btn_footer {
    position: relative;
    text-align: center
}

footer div.btn_footer div.optional {
    right: 8px
}

footer div.btn_footer a {
    margin: 0 3px
}

/* icon image */
.ic_works {
    background: url("/images/skin/ic_menu.png");
    background-repeat: no-repeat;
    background-size: 250px 250px;
    display: inline-block;
    *display: block;
    *zoom: 1;
}

.home_wrap.type .ic_works {
    background-size: 250px auto;
}

.home_wrap.type .ic_works.ic_multiCompany {
    background-position: -145px -92px;
    width: 20px;
    height: 20px;
    margin: 0px;
}

.home_wrap.type .ic_works.ic_home_mail {
    background-position: 0px 0px;
    width: 26px;
    height: 23px;
}

.home_wrap.type .ic_works.ic_home_contact {
    background-position: -50px 0px;
    width: 23px;
    height: 26px;
}

.home_wrap.type .ic_works.ic_home_board {
    background-position: -100px 0px;
    width: 23px;
    height: 26px;
}

.home_wrap.type .ic_works.ic_home_calander {
    background-position: -150px 0px;
    width: 24px;
    height: 23px;
}

.home_wrap.type .ic_works.ic_home_calendar {
    background-position: -150px 0px;
    width: 26px;
    height: 24px;
}

.home_wrap.type .ic_works.ic_home_community {
    background-position: -200px 0px;
    width: 26px;
    height: 24px;
}

.home_wrap.type .ic_works.ic_home_asset {
    background-position: -0px -50px;
    width: 26px;
    height: 26px;
}

.home_wrap.type .ic_works.ic_home_approval {
    background-position: -50px -50px;
    width: 26px;
    height: 26px;
}

.home_wrap.type .ic_works.ic_home_report {
    background-position: -100px -50px;
    width: 22px;
    height: 26px;
}

.home_wrap.type .ic_works.ic_home_task {
    background-position: -150px -50px;
    width: 26px;
    height: 26px;
}

.home_wrap.type .ic_works.ic_home_survey {
    background-position: -200px -50px;
    width: 26px;
    height: 26px;
}

.home_wrap.type .ic_works.ic_home_todo {
    background-position: -0px -100px;
    width: 26px;
    height: 26px;
}

.home_wrap.type .ic_works.ic_home_works {
    background-position: -50px -100px;
    width: 26px;
    height: 26px;
}

.home_wrap.type .ic_works.ic_home_ehr {
    background-position: -100px -100px;
    width: 26px;
    height: 26px;
}

.home_wrap.type .ic_works.ic_home_docfolder {
    background-position: -0px -149px;
    width: 26px;
    height: 27px;
}

.home_wrap.type .ic_works.ic_home_webfolder {
    background-position: -50px -149px;
    width: 26px;
    height: 24px;
}

.home_wrap.type .ic_works.ic_home_docs {
    background-position: -100px -150px;
    width: 26px;
    height: 26px;
}

.home_wrap.type .ic_works.ic_home_link {
    background-position: -150px -150px;
    width: 26px;
    height: 26px;
}

.home_wrap.type .ic_works.ic_home_browser {
    background-position: -0px -200px;
    width: 26px;
    height: 26px;
}

.home_wrap.type .ic_works.ic_home_calculator {
    background-position: -50px -200px;
    width: 20px;
    height: 26px;
}

.home_wrap.type .ic_works.ic_home_electric_bulb {
    background-position: -100px -200px;
    width: 15px;
    height: 26px;
}

.home_wrap.type .ic_works.ic_home_notebook {
    background-position: -150px -200px;
    width: 26px;
    height: 20px;
}
/*
.ic_works2 {
    background: url("/images/skin/ic_menu2.png");
    background-repeat: no-repeat;
    background-size: 250px 250px;
    display: inline-block;
    *display: block;
    *zoom: 1;
}

.home_wrap.type .ic_works2 {
    background-size: 250px auto;
}

.home_wrap.type .ic_works2.ic_round_talk {
    background-position: -5px -50px;
    width: 50px;
    height: 50px;
    margin: 3px;
}

.home_wrap.type .ic_works2.ic_equ {
    background-position: -70px -50px;
    width: 50px;
    height: 50px;
}

.home_wrap.type .ic_works2.ic_facility_repair {
    background-position: -130px -50px;
    width: 50px;
    height: 50px;
}

.home_wrap.type .ic_works2.ic_voc {
    background-position: -190px -50px;
    width: 50px;
    height: 50px;
}

.home_wrap.type .ic_works2.ic_cleaning {
    background-position: -8px -145px;
    width: 50px;
    height: 50px;
}

.home_wrap.type .ic_works2.ic_pc_repair {
    background-position: -70px -145px;
    width: 50px;
    height: 50px;
}

.home_wrap.type .ic_works2.ic_park {
    background-position: -130px -145px;
    width: 50px;
    height: 50px;
}

.home_wrap.type .ic_works2.ic_tel {
    background-position: -190px -145px;
    width: 50px;
    height: 50px;
}
*/
.ic_works2 {
    background: url("/images/skin/ic_menu9.png");
    background-repeat: no-repeat;
    background-size: 250px 250px;
    display: inline-block;
    *display: block;
    *zoom: 1;
}
.ic_works4 {
    background: url("/images/skin/ic_menu9_2.png");
    background-repeat: no-repeat;
    background-size: 250px 250px;
    display: inline-block;
    *display: block;
    *zoom: 1;
}

.ic_works3 {
    background: url("/images/skin/office_menu.png");
    background-repeat: no-repeat;
    background-size: 250px 250px;
    display: inline-block;
    *display: block;
    *zoom: 1;
}

.ic_works4 {
    background: url("/images/skin/ic_menu9_2.png");
    background-repeat: no-repeat;
    background-size: 250px 250px;
    display: inline-block;
    *display: block;
    *zoom: 1;
}

.home_wrap.type .ic_works2 .ic_works3 {
    background-size: 250px auto;
}

.home_wrap.type .ic_works2.ic_round_talk {
    background-position: -5px -10px;
    width: 50px;
    height: 50px;
    margin: 3px;
}

.home_wrap.type .ic_works4.ic_ward_room {
    background-position: -5px -10px;
    width: 50px;
    height: 50px;
    margin: 3px;
}

.home_wrap.type .ic_works3.ic_pharm {
    background-position: -5px -10px;
    width: 50px;
    height: 50px;
    margin: 3px;
}

.home_wrap.type .ic_works2.ic_equ {
    background-position: -70px -10px;
    width: 50px;
    height: 50px;
}

.home_wrap.type .ic_works3.ic_result {
    background-position: -70px -10px;
    width: 50px;
    height: 50px;
}

.home_wrap.type .ic_works2.ic_facility_repair {
    background-position: -130px -10px;
    width: 50px;
    height: 50px;
}


.home_wrap.type .ic_works3.ic_tel {
    background-position: -130px -10px;
    width: 50px;
    height: 50px;
}

.home_wrap.type .ic_works2.ic_voc {
    background-position: -190px -10px;
    width: 50px;
    height: 50px;
}



.home_wrap.type .ic_works3.ic_emr {
    background-position: -190px -10px;
    width: 50px;
    height: 50px;
}

.home_wrap.type .ic_works2.ic_cleaning {
    background-position: -8px -65px;
    width: 50px;
    height: 50px;
}

.home_wrap.type .ic_works2.ic_pc_repair {
    background-position: -70px -65px;
    width: 50px;
    height: 50px;
}

.home_wrap.type .ic_works2.ic_park {
    background-position: -130px -65px;
    width: 50px;
    height: 50px;
}


.home_wrap.type .ic_works2.ic_tel {
    background-position: -190px -65px;
    width: 50px;
    height: 50px;
}

.home_wrap.type .ic_works2.ic_emp_park {
    background-position: -8px -115px;
    width: 50px;
    height: 50px;
}

.home_wrap.type .ic_works2.ic_pic {
    background-position: -70px -115px;
    width: 50px;
    height: 50px;
}

.home_wrap.type .ic_works2.ic_hospital {
    background-position: -130px -115px;
    width: 50px;
    height: 50px;
}

.home_wrap.type .ic_works2.ic_statistics {
    background-position: -190px -115px;
    width: 50px;
    height: 50px;
}

.home_wrap.type .ic_works2.ic_qrscan {
    background-position: -8px -165px;
    width: 50px;
    height: 50px;
}

.home_wrap.type .ic_works2.ic_kyrepair {
    background-position: -70px -165px;
    width: 50px;
    height: 50px;
}

.home_wrap.type .ic_works2.ic_kyclean {
    background-position: -130px -165px;
    width: 50px;
    height: 50px;
}

.home_wrap.type .ic_works2.ic_dormitory {
    background-position: -190px -165px;
    width: 50px;
    height: 50px;
}


html.home_menu footer {
    position: relative;
    width: 100%;
    border-top: none;
}

html.home_menu footer .btn_footer {
    margin: 0 20px 30px;
    padding: 16px 0;
    background: #f3f3f3;
    border-radius: 4px;
}

.home_wrap.type {
    position: relative;
    /*overflow: hidden;*/
}

.home_wrap.type .home_header {
    position: relative;
    margin: 24px 20px 16px;
    box-sizing: border-box;
    height: auto;
    background: #02A1C0;
    border-radius: 16px;
    z-index: 3;
    box-shadow: 0px 12px 20px rgba(2, 161, 192, 0.3);
    
}

.home_wrap.type .home_header.office {
    background: rgb(103, 135, 183);
    box-shadow: 0px 12px 20px rgba(103, 135, 183, 0.3);
}

.home_wrap.type div.logo_wrap h1.logo {
    line-height: 20px;
    font-weight: bold;
}

.home_wrap.type .logo_wrap {
    display:;
}

.home_wrap.type .info_wrap {
    display: inline-block;
    left: 0px;
    top: 0px;
    right: auto;
    width: 100%;
    box-sizing: border-box;
    padding: 24px 75px 26px 30px;
    position: relative;
}

.home_wrap.type div.info_wrap .name {
    color: #fff;
    width: 100%;
    max-width: 100%;
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}

.home_wrap.type div.info_wrap p {
    height: 20px;
    line-height: 20px;
}

.home_wrap.type div.info_wrap .logo_wrap {
    height: 20px;
}

.home_wrap.type div.info_wrap .logo_wrap .logo {
    font-size: 14px;
    color: #fff;
    margin: 0px;
    padding: 0px;
    opacity: 0.6;
    font-weight: normal;
}

.home_wrap.type .layer_m_multiCompany {
    top: 21px;
    left: 0px;
    margin: 0px;
    display: inline-block;
    *display: block;
    *zoom: 1;
    box-sizing: border-box;
}

.home_wrap.type .row_wrap .row_tit .row {
    padding: 15px 10px;
}

.home_wrap.type .row_wrap .row_tit .row .txt {
    display: inline;
}

.home_wrap.type .wrap_home_menu {
    
}

.home_wrap.type .wrap_home_menu>div ul {
    clear: both;
    position: relative;
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
}

.home_wrap.type .wrap_home_menu>div ul:after {
    display: block;
    clear: both;
    overflow: hidden;
    height: 0;
    content: '';
}

.home_wrap.type .wrap_home_menu>div ul li {
    width: 25%;
    height: 100px;
    float: left;
    box-sizing: border-box;
    position: relative;
}

.home_wrap.type .wrap_home_menu a.m_img_wrap {
    width: 100%;
    height: 100%;
    display: inline-block;
    *display: block;
    *zoom: 1;
    border-radius: 40px;
    position: relative;
    text-align: center;
}

.home_wrap.type .wrap_home_menu a.m_img_wrap i {
    
}

.home_wrap.type .wrap_home_menu a.m_img_wrap p.m_tit {
    position: absolute;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    top: 60px
}

.home_wrap.type .wrap_home_menu a.m_img_wrap:focus, .home_wrap.type .wrap_home_menu .m_tit
    {
    color: #333;
    font-size: 14px;
    text-align: center;
}

.home_wrap.type .wrap_home_menu .ic_works {
    position: absolute;
    left: 3px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: 24px auto 50px;
}

.home_wrap.type+footer .btn_footer a:first-child .btn_type:first-child {
    margin: 0;
    padding: 0;
    border-left: 0;
}

.home_wrap.type+footer .btn_footer .btn_type {
    padding: 0 0 0 10px;
    height: 16px;
    line-height: 14px;
    border-width: 0 0 0 1px;
    border-radius: 0;
    background: none;
    font-size: 14px;
    border-color: #ddd;
}

.container {
    border: 5px solid #ccc;
    width: 90%;
    overflow-y: scroll;
    margin: 5px auto;
}

.ui-checkbox {
    text-align: center;
    margin: 0.5em 0;
    position: relative;
}

.ui-checkbox input {
    position: absolute;
    left: 0.5em;
    top: 50%;
    width: 22px;
    height: 22px;
    margin: -10px 0 0 0;
    outline: 0 !important;
    z-index: 1;
}
#mobile-menu .modal-dialog .modal-content .modal-body .service_ul {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    background: #fff;
    text-align: left;
}
#mobile-menu .modal-dialog .modal-content .modal-body .service_ul > li {
    position: relative;
}
#mobile-menu .modal-dialog .modal-content .modal-body .service_ul > li > a {
    display: block;
    padding: 15px 50px 15px 30px;
    border-bottom: 1px solid #e5e5e5;
}

#mobile-menu .modal-dialog .modal-content .modal-body .service_ul > li > a span, #mobile-menu .modal-dialog .modal-content .modal-body .service_ul > li > a em {
    display: inline-block;
    color: #404751;
    font-size: 17px;
    font-weight: bold;
}
.blue-font {
    color: #0000FF !important;
}
.red-font {
    color: #FF0000 !important;
}
.left-box {
  float: left;
  padding-left:5px;
  padding-bottom:5px;
}
.right-box {
  float: right;
  padding-right:5px;
}
.full-box {
  width:100%;
  padding-top:5px;
  padding-left:5px;
}
.ui-grid-a>.ui-block-a, .ui-grid-a>.ui-block-b {
    width: 50%;
}

.ui-block-a {
    clear: left;
}

.ui-block-a, .ui-block-b, .ui-block-c, .ui-block-d, .ui-block-e {
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}