@charset "UTF-8";
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  outline: 0;
}

img {
  max-width: 100% !important;
  height: auto !important;
  border: none;
}

div {
  word-wrap: break-word;
  word-break: break-all;
}

body {
  margin: 0px !important;
  padding: 0px;
  font: 100%/1.4 'Segoe UI', 'Myriad Pro', 'Arimo', '微軟正黑體';
  letter-spacing: 0.25px;
}

header,
section,
main,
footer {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  position: relative;
  z-index: 1;
}
.inner:after {
  content: " ";
  display: block;
  clear: both;
}

header {
  position: absolute;
  z-index: 10;
}

.logo {
  display: flex;
  padding: 1rem;
  max-width: 1450px;
  width: 100%;
  margin: 0 auto;
  flex-direction: column;
}
.logo img {
  width: 240px !important;
}
@media (min-width: 640px) {
  .logo {
    padding: 95px 2rem;
    align-items: flex-end;
  }
  .logo img {
    width: 322px !important;
  }
}

.banner {
  background: url(uso-onepage-images/pro10_bg.jpg) center no-repeat #fff;
  background-size: cover;
  height: auto;
  position: relative;
}
@media (min-width: 480px) {
  .banner {
    height: auto;
  }
}
@media (min-width: 640px) {
  .banner {
    height: auto;
  }
}
@media (min-width: 767px) {
  .banner {
    height: 530px;
  }
}
@media (min-width: 1280px) {
  .banner {
    height: 600px;
  }
}
.banner .info {
  display: flex;
  justify-content: space-between;
  padding: 95px 0 0 0;
  max-width: 1450px;
  width: 100%;
  margin: 0 auto;
  flex-direction: column;
}
@media (min-width: 767px) {
  .banner .info {
    flex-direction: row;
  }
}
.banner .info .slogan {
  flex: 1;
  font-size: 2.5rem;
  padding: 2rem;
  display: flex;
  align-items: center;
}
.banner .info .photo {
  flex: 1;
  width: 100%;
  text-align: center;
}
@media (min-width: 640px) {
  .banner .info .photo img {
    width: auto;
  }
}
.banner .text {
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  font-family: "微軟正黑體";
  position: relative;
  padding: 0 30px;
  word-break: normal;
}
@media (min-width: 640px) {
  .banner .text {
    font-size: 34px;
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .banner .text {
    font-size: 42px;
  }
}
.banner .text span {
  font-family: 'Segoe UI';
  color: #ffff00;
}
.banner .text br {
  display: none;
}
@media (min-width: 640px) {
  .banner .text br {
    display: inline-block;
  }
}
.banner .text:after {
  content: '';
  display: none;
  background: url(uso-onepage-images/banner-line.png) center no-repeat;
  background-size: 80% 15px;
  height: 15px;
  width: 100%;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
  z-index: 1;
}
@media (min-width: 640px) {
  .banner .text:after {
    display: block;
  }
}

.sec-title {
  text-align: center;
  background: #b0b0b0;
  color: #fff;
  padding: 25px 0;
  font-size: 18px;
}
@media (min-width: 767px) {
  .sec-title {
    font-size: 24px;
    padding: 50px 0 25px 0;
  }
}
.sec-title h2 {
  margin: 0;
}
.sec-title h2 .en {
  color: #672dab;
}
.sec-title:after {
  content: '';
  display: inline-block;
  background: url(uso-onepage-images/ico-arrow.png) 0 0 no-repeat;
  background-size: 30px 15px;
  width: 30px;
  height: 15px;
  margin: 8px 0 0 0;
}
@media (min-width: 767px) {
  .sec-title:after {
    background-size: 50px 25px;
    width: 50px;
    height: 25px;
    margin: 12px 0 0 0;
  }
}

.sec-title2 {
  text-align: center;
  background: #e8e8e8;
  color: #000;
  padding: 10px;
  font-size: 18px;
  margin: 10px;
  justify-content: center;
}
@media (min-width: 767px) {
  .sec-title2 {
    padding: 2rem 0;
    margin: 0px;
  }
}
.sec-title2 article {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 767px) {
  .sec-title2 article {
    flex-direction: row;
    font-size: 24px;
  }
  .sec-title2 article figure {
    flex: 0 0 418px;
  }
}
.sec-title2 article div {
  text-align: left;
  flex: 1;
}
.sec-title2 h2 {
  margin: 0;
}
.sec-title2 h2 .en {
  color: #6e3bb2;
}
.sec-title2 h3 {
  font-weight: normal;
  font-size: 18px;
}

.recommend-model .con-wrap {
  padding: 10px;
}
@media (min-width: 767px) {
  .recommend-model .con-wrap {
    padding: 30px 15px;
  }
}
@media (min-width: 1280px) {
  .recommend-model .con-wrap {
    padding: 50px 0;
  }
}
.recommend-model .rm-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 767px) {
  .recommend-model .rm-row {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.recommend-model .rm-row .item {
  position: relative;
  border: #6e37af solid 1px;
  padding: 15px;
  margin: 1rem 0;
}
@media (min-width: 767px) {
  .recommend-model .rm-row .item {
    width: calc(25% - 0.4rem);
    margin: 0.2rem;
  }
}
.recommend-model .rm-row .item.rm-title {
  background: #e8e8e8;
  border: 1px solid #e8e8e8 !important;
}
.recommend-model .rm-row .item.rm-title .txt {
  color: #000;
  left: 50%;
  text-align: center;
  font-size: 1.5rem;
  width: 100%;
  position: relative;
  transform: translate(-50%, 0);
}
@media (min-width: 767px) {
  .recommend-model .rm-row .item.rm-title .txt {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.recommend-model .rm-row .item.rm-title .txt .en {
  color: #672dab;
  display: block;
  font-weight: bold;
}
.recommend-model .rm-row .brand-logo {
  line-height: 0;
  min-height: 35px;
  margin: 0 0 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.recommend-model .rm-row .brand-logo img {
  height: 20px !important;
}
.recommend-model .rm-row .brand-logo.LENOVO img {
  height: 28px !important;
}
.recommend-model .rm-row .circle-logo img {
  height: 35px !important;
}
.recommend-model .rm-row .laptop-img {
  margin: 0 0 15px 0;
  line-height: 0;
  padding: 0;
  text-align: center;
}
@media (min-width: 767px) {
  .recommend-model .rm-row .laptop-img {
    text-align: left;
  }
}
.recommend-model .rm-row .info {
  padding: 0 0.5rem;
}
.recommend-model .rm-row .info h3 {
  font-size: 19px;
  margin: 0 0 10px 0;
}
.recommend-model .rm-row .info h3 span {
  display: inline-block;
}
.recommend-model .rm-row .info dl {
  color: #686868;
  font-size: 13px;
  line-height: 1.6;
  font-weight: bold;
  overflow: hidden;
  margin: 0;
}
.recommend-model .rm-row .info dl dt {
  float: left;
  width: 48px;
}
.recommend-model .rm-row .info dl dd {
  margin: 0;
  float: left;
  width: -moz-calc(100% - 48px);
  width: -webkit-calc(100% - 48px);
  width: calc(100% - 48px);
}
.recommend-model .rm-row .info ul {
  padding: 0 5px;
  list-style: none;
  color: #3e3e3e;
  margin: 0;
  font-size: 13px;
}
@media (min-width: 767px) {
  .recommend-model .rm-row .info ul {
    margin: 0 auto;
  }
}
.recommend-model .rm-row .info ul li {
  margin: 0 0 5px 0;
  padding: 0 0 0 15px;
  position: relative;
}
.recommend-model .rm-row .info ul li:before {
  position: absolute;
  content: "•";
  font-size: 11px;
  padding: 0 4px 0 0;
  left: 0;
  top: 0px;
}
.recommend-model .rm-row .item-all {
  width: 100%;
  border: #6e37af solid 1px;
  background: #fbf5fb;
  padding: 15px;
  margin: 1rem 0;
}
@media (min-width: 767px) {
  .recommend-model .rm-row .item-all {
    padding: 10px 10px 30px 10px;
    margin: 0.2rem;
    width: calc(50% - 0.4rem);
  }
}
.recommend-model .rm-row .item-all .brand-logo {
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.recommend-model .rm-row .item-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.recommend-model .rm-row .item-row .img,
.recommend-model .rm-row .item-row .info {
  width: 100%;
}
@media (min-width: 767px) {
  .recommend-model .rm-row .item-row .img,
  .recommend-model .rm-row .item-row .info {
    width: -moz-calc((100% / 2) - 10px);
    width: -webkit-calc((100% / 2) - 10px);
    width: calc((100% / 2) - 10px);
  }
}
.recommend-model .rm-row .item-row .info h3 {
  text-align: center;
}
@media (min-width: 767px) {
  .recommend-model .rm-row .item-row .info h3 {
    text-align: left;
  }
}
.recommend-model .rm-row .item-row .info ul {
  padding: 0;
  margin: 0 0 20px 0;
  max-width: none;
  word-break: normal;
}
.recommend-model .rm-row .item-row .img {
  margin: 0 0 15px 0;
  text-align: center;
}
@media (min-width: 767px) {
  .recommend-model .rm-row .item-row .img {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    text-align: left;
  }
}
.recommend-model .rm-row .item-row .img img {
  width: 100%;
}
.recommend-model .rm-row .item-row .promotion {
  color: #F44336;
  font-size: 13px;
  margin: 0 0 10px 0;
}
.recommend-model .rm-row .item-row .act-btn {
  width: 100%;
  text-align: center;
  margin: 25px 0 0 0;
}
.recommend-model .rm-row .item-row .act-btn a {
  display: inline-block;
  background: #1b4d7c;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 7px 17px;
}
.recommend-model .rm-row .item-row .act-btn a:before {
  content: '';
  display: inline-block;
  background: url(uso-onepage-images/ico-hand.png) 0 0 no-repeat;
  background-size: 16px 18px;
  width: 16px;
  height: 18px;
  float: right;
  margin: 2px 0 0 7px;
  -moz-transform: rotateZ(-15deg);
  -o-transform: rotateZ(-15deg);
  -ms-transform: rotateZ(-15deg);
  -webkit-transform: rotateZ(-15deg);
  transform: rotateZ(-15deg);
}

.pro-work-style {
  background: #fff;
}
.pro-work-style .con-wrap {
  padding: 2rem 0;
}
@media (min-width: 767px) {
  .pro-work-style .con-wrap {
    padding: 4rem 0;
  }
}
.pro-work-style .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
}
.pro-work-style .col {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
}
@media (min-width: 1023px) {
  .pro-work-style .col {
    width: -moz-calc(100% / 2);
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
    padding: 0;
  }
}
.pro-work-style .col .info,
.pro-work-style .col .img {
  width: 100%;
}
@media (min-width: 767px) {
  .pro-work-style .col .info,
  .pro-work-style .col .img {
    width: -moz-calc(100% / 2);
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
  }
}
.pro-work-style .col .info {
  background: #e8e8e8;
  color: #000;
  padding: 15px;
  text-align: center;
}
@media (min-width: 767px) {
  .pro-work-style .col .info {
    padding: 30px;
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .pro-work-style .col .info {
    padding: 30px;
  }
}
.pro-work-style .col .info h3 {
  margin: 0 0 5px 0;
  color: #6e37af;
  font-size: 26px;
  line-height: 1.2;
  word-break: normal;
}
@media (min-width: 767px) {
  .pro-work-style .col .info h3 {
    font-size: 28px;
  }
}
.pro-work-style .col .info h4 {
  margin: 0 0 15px 0;
  font-size: 22px;
  line-height: 1.4;
}
@media (min-width: 767px) {
  .pro-work-style .col .info h4 {
    font-size: 25px;
    margin: 0 0 30px 0;
  }
}
.pro-work-style .col .info p {
  line-height: 1.4;
}
@media (min-width: 767px) {
  .pro-work-style .col .info p {
    line-height: 1.6;
  }
}
.pro-work-style .col .img {
  line-height: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 55%;
}
@media (min-width: 767px) {
  .pro-work-style .col .img {
    width: 50%;
    padding-bottom: 0;
  }
}
.pro-work-style .col .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto !important;
  max-width: 100% !important;
}
@media (min-width: 1023px) {
  .pro-work-style .col .img img {
    height: 100% !important;
    width: auto;
    max-width: none !important;
  }
}
@media (min-width: 1280px) {
  .pro-work-style .col .img img {
    width: 100%;
    height: auto !important;
    max-width: 100% !important;
  }
}
.pro-work-style .col:nth-child(2) .info, .pro-work-style .col:nth-child(4) .info {
  background: #4c4c4c;
  color: #fff;
}
.pro-work-style .col:nth-child(2) .info h3, .pro-work-style .col:nth-child(4) .info h3 {
  color: #fff100;
}
@media (min-width: 1023px) {
  .pro-work-style .col:nth-child(2) .info, .pro-work-style .col:nth-child(3) .info {
    background: #4c4c4c;
    color: #fff;
  }
  .pro-work-style .col:nth-child(2) .info h3, .pro-work-style .col:nth-child(3) .info h3 {
    color: #fff100;
  }
  .pro-work-style .col:nth-child(4) .info {
    background: #e8e8e8;
    color: #000;
  }
  .pro-work-style .col:nth-child(4) .info h3 {
    color: #6e37af;
  }
}

.office-note {
  background: #fff;
  padding: 30px 15px;
}
@media (min-width: 1280px) {
  .office-note {
    padding: 60px 0;
  }
}
.office-note .office-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin: 0 0 30px 0;
}
@media (min-width: 1280px) {
  .office-note .office-info {
    margin: 0 0 50px 0;
  }
}
.office-note .office-info .icon-b {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px 0 0;
}
.office-note .office-info .icon {
  padding: 0;
  width: 100%;
  margin: 0 0 15px 0;
}
@media (min-width: 767px) {
  .office-note .office-info .icon {
    width: 405px;
    margin: 0;
  }
}
@media (min-width: 1023px) {
  .office-note .office-info .icon {
    padding: 0 40px 0 0;
    width: auto;
  }
}
.office-note .office-info .icon ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (min-width: 767px) {
  .office-note .office-info .icon ul {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    -moz-justify-content: inherit;
    justify-content: inherit;
  }
}
.office-note .office-info .icon li {
  text-align: center;
  margin: 0;
  padding: 0 5px;
  width: 25%;
}
@media (min-width: 480px) {
  .office-note .office-info .icon li {
    margin: 0 25px 0 0;
    padding: 0;
    width: auto;
  }
}
.office-note .office-info .icon img {
  height: 50px !important;
}
@media (min-width: 480px) {
  .office-note .office-info .icon img {
    height: 65px !important;
  }
}
.office-note .office-info .icon span {
  display: block;
  text-align: center;
  font-weight: 500;
  word-break: normal;
  min-height: 40px;
  line-height: 1.2;
}
@media (min-width: 480px) {
  .office-note .office-info .icon span {
    min-height: auto;
  }
}
.office-note .office-info .txt {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.office-note .office-info .txt .moreto {
  display: flex;
  justify-content: flex-end;
}
.office-note .office-info .txt .moreto img {
  width: 30px;
  padding: 0 0 0 6px;
}
.office-note .office-info .txt .moreto a {
  background: #000;
  color: #fff;
  padding: 10px 20px;
  display: flex;
  white-space: nowrap;
  align-items: center;
}
.office-note .office-info .txt .moreto a:hover {
  background: #333;
}
@media (min-width: 767px) {
  .office-note .office-info .txt {
    width: -moz-calc(100% - 405px);
    width: -webkit-calc(100% - 405px);
    width: calc(100% - 405px);
    padding: 0 0 0 20px;
    text-align: left;
  }
}
@media (min-width: 1023px) {
  .office-note .office-info .txt {
    width: 55%;
    padding: 0;
  }
}
.office-note .office-info .txt h3 {
  margin: 0 0 15px 0;
  font-size: 26px;
  line-height: 1.4;
  font-weight: bold;
}
.office-note .office-info .txt p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  margin: 0;
}
.office-note .office-service .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.office-note .office-service .os1 {
  order: 1;
}
.office-note .office-service .os2 {
  order: 3;
}
@media (min-width: 767px) {
  .office-note .office-service .os2 {
    order: 2;
  }
}
.office-note .office-service .os3 {
  order: 2;
}
@media (min-width: 767px) {
  .office-note .office-service .os3 {
    order: 2;
  }
}
.office-note .office-service .os4 {
  order: 4;
}
.office-note .office-service .col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 767px) {
  .office-note .office-service .col {
    width: -moz-calc(100% / 2);
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
  }
}
.office-note .office-service .col .ico {
  background: #4c4c4c;
  width: 100%;
  text-align: center;
  position: relative;
  height: 75px;
}
@media (min-width: 480px) {
  .office-note .office-service .col .ico {
    width: 135px;
    min-height: 200px;
    height: auto;
    padding: 25px;
  }
}
.office-note .office-service .col .ico img {
  max-width: 45px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 480px) {
  .office-note .office-service .col .ico img {
    max-width: 60px !important;
  }
}
.office-note .office-service .col .text {
  background: #e8e8e8;
  color: #000;
  padding: 20px 20px 5px 20px;
  width: 100%;
}
.office-note .office-service .col .text em {
  font-style: normal;
  font-size: 0.875rem;
  padding: 8px 0;
}
@media (min-width: 480px) {
  .office-note .office-service .col .text {
    width: -moz-calc(100% - 135px);
    width: -webkit-calc(100% - 135px);
    width: calc(100% - 135px);
    padding: 25px 30px;
  }
}
.office-note .office-service .col .text h4 {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  color: #6e37af;
}
.office-note .office-service .col:nth-child(2) .ico {
  background: #e8e8e8;
  color: #000;
  background: #4c4c4c;
  color: #fff;
}
.office-note .office-service .col:nth-child(2) .ico h4 {
  color: #6e37af;
}
.office-note .office-service .col:nth-child(2) .ico h4 {
  color: #fff100;
}
.office-note .office-service .col:nth-child(2) .text {
  background: #e8e8e8;
  color: #000;
}
.office-note .office-service .col:nth-child(2) .text h4 {
  color: #6e37af;
}
.office-note .office-service .col:nth-child(3) .ico {
  background: #e8e8e8;
  color: #000;
}
.office-note .office-service .col:nth-child(3) .ico h4 {
  color: #6e37af;
}
.office-note .office-service .col:nth-child(3) .text {
  background: #4c4c4c;
  color: #fff;
}
.office-note .office-service .col:nth-child(3) .text h4 {
  color: #fff100;
}
.office-note .office-service .col:nth-child(4) .ico {
  background: #e8e8e8;
  color: #000;
}
.office-note .office-service .col:nth-child(4) .ico h4 {
  color: #6e37af;
}
.office-note .office-service .col:nth-child(4) .text {
  background: #4c4c4c;
  color: #fff;
}
.office-note .office-service .col:nth-child(4) .text h4 {
  color: #fff100;
}

footer {
  background: #ffb903;
  text-align: center;
  padding: 15px;
}
@media (min-width: 767px) {
  footer {
    padding: 35px 15px;
  }
}
footer .text:before {
  content: '';
  display: inline-block;
  background: url(uso-onepage-images/note-img.png) 0 0 no-repeat;
  background-size: 88px 80px;
  width: 88px;
  height: 80px;
  margin: 0 0 8px 0;
}
@media (min-width: 767px) {
  footer .text:before {
    background-size: 100px 91px;
    width: 100px;
    height: 91px;
    margin: 0 0 15px 0;
  }
}
footer .text h2 {
  margin: 0 0 15px 0;
  font-size: 24px;
  line-height: 1.2;
  word-break: normal;
}
@media (min-width: 767px) {
  footer .text h2 {
    font-size: 28px;
  }
}
footer .text h2 span {
  color: #6e37af;
}
footer .text h3 {
  margin: 0;
  font-size: 17px;
}
footer .text h3 br {
  display: none;
}
@media (min-width: 767px) {
  footer .text h3 br {
    display: inline-block;
  }
}

.nf2 {
  background: #f8f8f8;
}
.nf2 .office-service .col .text,
.nf2 .office-service .col:nth-child(2) .text,
.nf2 .office-service .col:nth-child(3) .ico,
.nf2 .office-service .col:nth-child(4) .ico {
  background: #fff;
}

a.bars_close {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #000000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  z-index: 10;
  top: 0;
  right: 0;
}
@media (min-width: 1023px) {
  a.bars_close {
    display: none;
  }
}

#navbar_top {
  background: #666666;
  width: 100%;
  position: fixed;
  z-index: 1000;
  height: 60px;
  top: 0;
}
@media (min-width: 1023px) {
  #navbar_top {
    display: none;
  }
}

#pageslide {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 99999;
  width: 260px;
  padding: 20px 0;
}
@media (min-width: 1023px) {
  #pageslide {
    display: none !important;
  }
}

#rwd_nav {
  width: 22px;
  margin: 0;
  padding-top: 0;
  position: absolute;
  left: 15px;
  top: 17px;
}
#rwd_nav .ico {
  width: 100%;
  height: 22px;
  position: relative;
  padding-top: 11px;
}
#rwd_nav .ico span {
  width: 100%;
  height: 2px;
  position: absolute;
  background: #ffffff;
  display: block;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
#rwd_nav .ico span:before, #rwd_nav .ico span:after {
  content: "";
  left: 0;
  top: -9px;
  width: 100%;
  height: 2px;
  position: absolute;
  background: #ffffff;
  display: block;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
#rwd_nav .ico span:after {
  top: 9px;
}
@media (min-width: 1023px) {
  #rwd_nav {
    display: none;
  }
}

.active .ico span {
  background: transparent !important;
}
.active .ico span:before {
  top: 0 !important;
  height: 2px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.active .ico span:after {
  top: 0 !important;
  height: 2px;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#m_nav {
  width: 60%;
  display: none;
  position: fixed;
  top: 60px;
  height: 100%;
  background: #ffffff;
  z-index: 9999;
  overflow-y: auto;
}
@media (min-width: 1023px) {
  #m_nav {
    position: relative;
    float: left;
    margin: 0 0 0 40px;
    width: auto;
    display: block;
    height: auto;
    top: auto;
    background: none;
    overflow: visible;
    overflow-y: initial;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 0;
  }
}
#m_nav::-webkit-scrollbar-track {
  background-color: #eeeeee;
}
#m_nav::-webkit-scrollbar {
  width: 5px;
  background-color: none;
  border-radius: 10px;
}
#m_nav::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
}

#menu {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 100%;
  z-index: 100;
  width: 100%;
  background: #ffffff;
}
#menu:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1023px) {
  #menu {
    background: transparent;
  }
}
#menu ul,
#menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu ul.menu {
  display: inline-block;
  float: left;
  width: 100%;
}
#menu ul.menu li {
  list-style: none;
  position: relative;
  float: left;
  width: 100%;
  border-bottom: #eee solid 1px;
}
@media (min-width: 1023px) {
  #menu ul.menu li {
    display: inline-block;
    float: none;
    width: auto;
    border-bottom: none;
  }
}
#menu ul.menu li a {
  display: block;
  font-size: 18px;
  color: #4c4c4c;
  position: relative;
  padding: 10px;
  text-align: center;
}
@media (min-width: 1023px) {
  #menu ul.menu li a {
    padding: 20px 10px;
    text-align: left;
    color: #ffffff;
  }
}
#menu ul.menu li a:after {
  content: '';
  display: none;
  background: #c40000;
  height: 3px;
  position: absolute;
  bottom: 0;
  width: 0%;
  left: 0;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 1023px) {
  #menu ul.menu li a:after {
    display: block;
  }
}
#menu ul.menu li ul {
  background: #f1f1f1;
  margin: 0;
  text-align: center;
  padding: 10px 0;
  display: none;
  float: left;
  width: 100%;
}
@media (min-width: 1023px) {
  #menu ul.menu li ul {
    float: none;
    width: auto;
    background: #666666;
    position: absolute;
    display: block;
    left: 0;
    top: 75px;
    min-width: 130px;
    overflow: hidden;
    z-index: -1;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -moz-transform: translate3d(0px, -10px, 0px);
    -o-transform: translate3d(0px, -10px, 0px);
    -ms-transform: translate3d(0px, -10px, 0px);
    -webkit-transform: translate3d(0px, -10px, 0px);
    transform: translate3d(0px, -10px, 0px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
#menu ul.menu li ul li {
  display: block;
  margin: 0;
  border-bottom: none;
}
#menu ul.menu li ul a {
  font-size: 17px;
  padding: 0;
  text-align: center;
}
#menu ul.menu li ul a:after {
  display: none;
}
#menu ul.menu li ul a:hover {
  text-decoration: underline;
}
#menu ul.menu li:hover a:after {
  width: 100%;
}
#menu ul.menu li:hover ul {
  z-index: 1;
}
@media (min-width: 1023px) {
  #menu ul.menu li:hover ul {
    display: block;
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    overflow: visible;
  }
}
