/* ---reset.css--- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ---reset.css--- */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: none;
  font-family: Arial, Helvetica, "微軟正黑體", sans-serif, Microsoft JhengHei;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, "source-han-sans-traditional", "微軟正黑體", "Microsoft JhengHsans", sans-serif;
}
body {
  font-size: 17px;
}
a {
  text-decoration: none !important;
}
/* ----------電腦版型--------------------------- */
#header {
  width: 100%;
  height: auto;
  display: none;
  z-index: 9999;
}
#fb {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 0;
  clear: both;
  display: block;
}
/*-------------footer-------------------------*/
#footer {
  display: none;
  width: 100%;
  min-width: 320px;
  height: 60px;
  background-color: #df2012;
  bottom: 0;
}
#footer ul {
  display: block;
  width: 220px;
  margin: 0 auto;
  padding-top: 10px;
}
#footer li {
  display: block;
  float: left;
  padding-right: 5%;
}
#footer a {
  text-indent: -9999px;
}
#footer li#GJUN a {
  display: block;
  background-image: url(../images/GJUN.png);
  background-repeat: no-repeat;
  line-height: 40px;
  width: 150px;
  height: 40px;
}
#footer li#FB a {
  display: block;
  background-image: url(../images/FB.png);
  width: 40px;
  height: 40px;
  background-position: bottom;
  padding-right: -5%;
}
#footer li#FB a:hover {
  background-position: top;
}
/*------------------- TOP -----------------*/
.navbar ul li {
  list-style: none;
  display: inline-block;
}
#ALL {
  width: 100%;
  position: relative;
/*  margin-top: 50px;*/
}
.navbar-brand {
  width: 180px;
  height: 33px;
  text-indent: -9999999px;
  background-image: url(../images/microsoft-day_logo.png);
  background-repeat: no-repeat;
  padding: 0px;
	margin-right: 0.5rem;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .navbar-brand {
    width: 180px;
    height: 40px;
    background: url(../images/microsoft-day_logo_2x.png) no-repeat;
    background-size: 100%;
  
    cursor: pointer;
  }
}

.navbar-brand2 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {  
  .navbar-brand2 {
    text-align: center;
  }
}

.notice{
  width: 100%;

}

.notice img{
  width: 100%;
  
}


.icon{
  padding: 30px 30px 0 30px;
  width: 200px;
}

.icon img{
 width: 100%;
}

.TOP {
  width: 100%;
  height: 600px;
  background-image: url(../images/top_bg.jpg)!important;;
background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  overflow: hidden;
  position: relative;
  display: block!important;
}




.TOP .WRAPPER {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}


.peo_block {
  display: block;
  width: 35%;
  max-width: 230px;
  float: left;
  margin-top: 30px;
  margin-right: 30px;
}
#peo {
  background-image: url(../images/peo.png);
  width: 100%;
  padding-bottom: 100%;
  background-size: 100% auto;
  float: none;
  background-repeat: no-repeat;
  background-position: center center;
}
.right {
  width: 75%;
  float: right;
  padding-left: 20px ;
margin-top: -30px;
}
.h1_BLOCK {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
h1 {
  text-indent: -99999px;
  background-image: url(../images/h1.png);
  width: 100%;
  padding-bottom: 27.61341222879684%;
  background-size: 100% auto;
  float: none;
  background-repeat: no-repeat;
  background-position: center center;
}
h2 {
  color: #fff;
  text-align: left;
  font-size: 28px;
  letter-spacing: 3px;
  margin-bottom: 15px;
}
.h3 {
  margin: 30px 0;
  font-size: 24px;
}
.wow-top {
  font-size: 28px;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}
.title {
  text-align: center;
  line-height: 1.3;
  font-size: 32px;
  color: #0051ae;
  font-weight: 600;
  margin-bottom: 25px;
  padding: 0 15px;
}
#GOTOP {
  display: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  position: fixed;
  right: 1%;
  bottom: 1%;
  background-color: #fbff00;
  border-radius: 50%;
  z-index: 555;
  text-align: center;
  color: #fff;
  -webkit-animation: discolorA 1s infinite;
  -moz-animation: discolorA 1s infinite;
  -ms-animation: discolorA 1s infinite;
  -o-animation: discolorA 1s infinite;
  animation: discolorA 1s infinite;
}
@-webkit-keyframes discolorA {
  0%, 50% {
    background-color: #009cff;
  }
  51%, 100% {
    background-color: #1ea8ff;
  }
}
@-moz-keyframes discolorA {
  0%, 50% {
    background-color: #009cff;
  }
  51%, 100% {
    background-color: #1ea8ff;
  }
}
@-o-keyframes discolorA {
  0%, 50% {
    background-color: #009cff;
  }
  51%, 100% {
    background-color: #1ea8ff;
  }
}
@keyframes discolorA {
  0%, 50% {
    background-color: #064ed8;
  }
  51%, 100% {
    background-color: #0d43ab;
  }
}
#GOTOP p {
  font-size: 17px;
  line-height: 1.2;
  text-align: center;
  color: #ffea00;
  text-align: center;
  vertical-align: middle;
  padding-top: 15px;
}
.info {
  width: 100%;
  height: auto;
  padding: 30px 0 30px;
  margin-top: 20px;
}
h4 {
  text-align: center;
  line-height: 1.3;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  margin: 10px 0;
  padding: 0 15px;
}
p.text1 {
  width: 80%;
  margin: 0 auto;
  font-size: 17px;
  color: #1d1d1d;
  line-height: 1.6;
  text-align: justify;
}
p.text1 span {
  color: #0051ae;
}
.PP_main {
  width: 100%;
  float: left;
  margin-top: 20px;
  display: inline-block;
  position: relative;
}
.PP_L {
  width: 55%;
  float: right;
  background-color: #063685;
  padding: 10px 10px 10px 30px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  line-height: 35px;
  height: 50px;
}
.PP_R {
  width: 45%;
  float: left;
  background-color: red;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 35px;
  height: 50px;
}
h2.original-t {
  color: #FFE600;
  letter-spacing: 5.3px;
  line-height: 1.2;
}
.original-t img {
  width: 28px;
}
.no-gutters {
  padding-left: 0;
}
.column-count{
  margin-bottom: 25px;
}
.row-count{
  background-color: #063685;
  border: 5px solid #adadad;
  text-align: center;
  border-radius: 50%;
  font-weight: 600;
  min-height: 220px;
  display:flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px;

  width: 220px;
  margin: auto;
  margin-bottom: 15px;
}
.row-count .tile-title{
  color:#ffffff;
  font-size:32px;
  text-align: center;
    letter-spacing: 0px;
}
.row-count span{
  color:#FFE600;
  font-size:25px;
  margin-bottom: 10px;
}



/*------------- CONTENT1 -------------*/
.CONTENT1, .CONTENT2, .CONTENT3, .FORM_BLOCK {
  width: 100%;
  height: auto;
  padding: 60px 0;
}
.CONTENT1 {
  background-image: url(../images/gray_bg.png);
}
.JOIN_BLOCK {
  height: auto;
  margin-bottom: 30px;
}
h5 {
  width: 100%;
  background-color: #009cff;
  font-size: 23px;
  color: #FFF;
  line-height: 45px;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 20px;
}
h5 span {
  color: #cd2d3e;
}
h5 i {
  vertical-align: text-top;
}
p.text2 {
  width: 75%;
  margin: 0 auto;
  font-size: 18px;
  color: #1d1d1d;
  line-height: 1.6;
  text-align: center;
}
p.text2 span {
  font-weight: bolder;
}
p.text2 span.red {
  font-size: 20px;
  color: #e32900;
}
.C {
  width: 100%;
  height: 40px;
  display: block;
  margin: 0 auto;
  *zoom: 1;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 2;
  color: #FFF;
  text-decoration: none;
  background-color: #f5a500;
  cursor: pointer;
  border-radius: 2px;
  -webkit-text-shadow: 0px 2px 0px #f58500;
  -moz-text-shadow: 0px 2px 0px #f58500;
  -ms-text-shadow: 0px 2px 0px #f58500;
  -o-text-shadow: 0px 2px 0px #f58500;
  text-shadow: 0px 2px 0px #f58500;
  border-bottom: 5px solid #f58500;
}
h6 {
  font-size: 24px;
  color: #ffea00;
  text-align: center;
  line-height: 2;
  clear: both;
}
.BOX1 {
  float: left;
  display: block;
  width: 100%;
  height: auto;
  min-height: 130px;
  background-color: #009cff;
  /*	box-shadow:5px 5px 10px rgba(0,0,0,0.15);*/
  overflow: hidden;
  margin-bottom: 20px;
  overflow: visible;
  margin-top: 150px;
  padding: 0 20px;
}
.gift_block {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  margin-top: -150px;
  z-index: 9999;
}
.gift {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: #ccc;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #009cff;
}
.gift img {
  position: absolute;
  height: 100%;
}
.BOX1:hover {
  -webkit-box-shadow: 2px 5px 4px rgba(0, 0, 0, 0.30);
  box-shadow: 2px 5px 4px rgba(0, 0, 0, 0.30);
}
.BOX1 ul {
  width: 90%;
  margin: 0 auto;
}
.BOX1 ul li {
  line-height: 1.5;
  list-style-type: disc;
}
p.ps {
  font-size: 15px;
  text-align: right;
  color: #6f6f6f;
}
.att {
  background-color: #ddeff8;
  padding: 30px;
  border-radius: 20px;
  margin-top: 20px;
}
.att_title {
  border-left: 10px solid #009cff;
  padding-left: 10px;
  text-align: left;
  font-size: 22px;
  font-weight: 600;
}
.att ul {
  padding: 20px 0 0 40px;
}
.att li {
  color: #333;
  line-height: 2;
  list-style: disc outside;
}
.mt {
  margin-top: 40px;
}
.list-decimal {
  list-style-type: decimal;
  font-size: 22px;
  color: #0051ae;
  line-height: 1.8;
  font-weight: bolder;
  margin-left: 50px;
}
.part {
  /*    background: #fff;*/
  margin: auto;
}
.slideall {
  width: 100%;
  overflow: hidden;
  height: 100%;
  text-align: center;
}
.R-box2 {
  margin: auto;
  width: 400px;
  height: 100%;
}
.R-box2 img {
  width: 100%;
}
.swiper-pagination {
  left: 0%;
  right: 0%;
  margin-top: 20px;
}
.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
}
.swiper-pagination-bullet-active {
  background: #0051ae;
}
.form-h3-center{
  margin: auto;
  width: 70%;
  text-align: left;
}
/*------------- CONTENT2 -------------*/
.CONTENT2 {
  color: #009cff;
  background-image: url(../images/blue_bg.png);
}
.BOX2 .row {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 15px;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.10);
}
.bg-box {
  width: 100%;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 15px;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.10);
}
.original {
  margin: 0 auto;
}
p.name {
  font-size: 24px;
  color: #0051ae;
  line-height: 1.5;
  font-weight: bolder;
}
p.sub {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  background-color: #f58500;
  padding: 10px;
  margin: 10px 0;
  text-align: center;
  line-height: 1.2;
}
p.text3 {
  font-size: 17px;
  color: #333;
  line-height: 1.5;
  text-align: justify;
  padding-top: 8px;
}
.bg-box-text {
  margin-top: 20px;
  border-top: 1px solid #333;
  padding-top: 10px;
}
ul.skill {
  width: 100%;
  margin: 0 auto;
  margin-left: 20px;
  padding-right: 10px;
  margin-bottom: 15px;
}
ul.skill li {
  font-size: 17px;
  color: #333;
  line-height: 1.2;
  list-style-type: disc;
  margin-bottom: 6px;
}
.T-small {
  font-size: 20px;
  line-height: 1.2;
  color: #333;
  margin-top: 20px;
}
.p-small {
  font-size: 16px;
  color: #fff;
}
.one {
  display: block;
}
.Azurebox {
  /*  margin-top: 40px;*/
}
.Azurebox h2 {
  color: #FFE600;
  text-align: center;
  font-weight: 600;
}
.Azurebox2 h2 {
  color: #0051ae;
}
.Azurebox2 .pp {
  color: #212529;
}
.Azurebox h3 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 25px;
  background-color: #0051ae;
  padding: 5px 10px;
  font-size: 20px;
}
.Azurebox p {
  color: #fff;
  line-height: 30px;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: justify;
}
.CTA2 {
  position: relative;
  width: 30%;
  height: auto;
  border-radius: 50px;
  background-color: #ece71a;
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
  padding: 15px;
  color: #231f20;
}
.CTA2 p {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
}
.CTA2 i {
  position: absolute;
  right: 30px;
  top: 30px;
}
/*------------- CONTENT3 -------------*/
#NAV {
  width: 100%;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 15px;
}
#NAV ul {}
#NAV .list {
  display: block;
  text-align: center;
  color: #014a76;
  color: #FFF;
  font-size: 21px;
  cursor: pointer;
  background-color: #f5a500;
  padding: 10px 0;
  margin-bottom: 8px;
}
#NAV .list:first-child {
  display: block;
}
#NAV .list:hover {
  background-color: #e32900;
}
#NAV .list:visited {
  background-color: #e32900;
}
#AD02, #AD03, #AD04, #AD05, #AD06 {
  display: none;
}
p.date {
  display: block;
  font-size: 19px;
  text-align: center;
  line-height: 2;
  color: #fff;
  background-color: #6398b5;
}
.table > tbody > tr > td {
  font-size: 16px;
  color: #1d1d1d;
  border-top: 1px solid #fff;
}
.table > tbody > tr > th {
  border-top: 1px solid #fff;
}
.table > tbody > tr > td span {
  font-family: Arial, Helvetica, "source-han-sans-traditional", "微軟正黑體", "Microsoft JhengHsans", sans-serif;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ddeff8;
}
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #c8dfea;
}
/*.table1 樣式*/
.table1 {
  margin-bottom: 15px;
}
tr.gray {
  background-color: #bbbbbb;
}
tr.gray > th {
  text-align: center;
}
tbody.center {
  text-align: center;
}
.table1 > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}
.table1 > tbody > tr:nth-of-type(even) {
  background-color: #ecf8fb;
}
.table1 > tbody > tr:hover {
  background-color: #ddeff8;
}
.table1 > tbody > tr > td {
  font-size: 18px;
  vertical-align: middle;
}
.table1 > tbody > tr > td span {
  color: #333;
  font-size: 17px;
  display: inline;
}
.course-title {
  background-color: #009cff;
  padding: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
}
.course-main-title {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.course-main-title ul {
  padding: 20px 0 0 40px;
}
.course-main-title li {
  color: #333;
  line-height: 2;
}
.course-main-zone {
  background-color: #ddeff8;
  line-height: 1.7;
  margin-bottom: 20px;
}
.p-3 {
  padding: 30px;
}
.small {
  font-size: 16px;
}
.card-item {
  display: flex;
  height: 130px;
  padding: 15px;
  background-color: #ffffff;
  flex-wrap: nowrap;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.card-left {
  flex: 0 0 20%;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-right {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.card-img {
  margin: 5px;
  background-color: #ec407a;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.card-img p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
.card-title {
  font-size: 16px;
  padding-right: 6px;
  font-weight: bold;
  margin-bottom: 5px;
}
.card-icon {
  color: #ffd400;
  margin-bottom: 3px;
}
.card-text {
  text-align: left;
  color: #202124;
  font-size: 15px;
  line-height: 18px;
  white-space: pre-wrap;
}
.Azure-w-100 {
  width: 50%;
}
/*------------- FORM_BLOCK -------------*/
.FORM_BLOCK {
  color: #f2f2f2;
  background-image: url(../images/gray_bg.png);
}
.BOX3 .row {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}
h3 {
  color: #333;
  line-height: 1.5;
  text-align: center;
  font-size: 24px;
}
.break{
  display: block;
}

.wink {
  font-size: 36px;
  font-weight: 600;
  -webkit-animation: discolor 1s infinite;
  -moz-animation: discolor 1s infinite;
  -ms-animation: discolor 1s infinite;
  -o-animation: discolor 1s infinite;
  animation: discolor 1s infinite;
}
@-webkit-keyframes discolor {
  0%, 50% {
    color: #333
  }
  51%, 100% {
    color: red;
  }
}
@-moz-keyframes discolor {
  0%, 50% {
    color: #333
  }
  51%, 100% {
    color: red;
  }
}
@-o-keyframes discolor {
  0%, 50% {
    color: #333
  }
  51%, 100% {
    color: red;
  }
}
@keyframes discolor {
  0%, 50% {
    color: #333
  }
  51%, 100% {
    color: red;
  }
}
.CARD {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  margin-top: 20px;
}
.CARD img {
  width: 100%;
  height: auto;
}
/*------------表單------------*/
#FORM {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
}
#FORM #LOCATION {
  width: 98%;
  height: auto;
  margin: 0 1%;
}
#FORM #NAME {
  width: 48%;
  height: auto;
  float: left;
  margin: 0 1%;
}
#FORM #PHONE {
  width: 48%;
  height: auto;
  float: left;
  margin: 0 1%;
}
#FORM #EMAIL {
  width: 98%;
  height: auto;
  margin: 0 1%;
}
#FORM #Dept {
  margin: 0px 0px 20px 0px;
  width: 100%;
  height: 35px;
}
#FORM #CITY {
  width: 48%;
  height: auto;
  float: left;
  margin: 0 1%;
}
#ddl_city_no {
  width: 100%;
  text-align: center;
  height: 35px;
}
#FORM #SCHOOL {
  width: 48%;
  height: auto;
  float: left;
  margin: 0 1%;
}
#ddl_area_no {
  width: 100%;
  text-align: center;
  height: 35px;
}
#READ {
  width: 100%;
  font-size: 16px;
  display: block;
  float: left;
  margin-top: 2%;
  margin-right: 10px;
  color: #333;
  line-height: 20px;
}
#READ .searchtext2 {
  min-width: 20px;
  min-height: 20px;
  border: solid px gray;
  background-color: #FFF;
  float: left;
}
#FORM #BUT {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 2%;
}
.A {
  color: #666;
  background-color: #f9f9f9;
  width: 100%;
  height: 35px;
  line-height: 35px;
  margin-top: 5px;
  font-size: 100%;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  border: 0;
  font-family: Arial, Helvetica, "微軟正黑體", sans-serif, Microsoft JhengHei;
}
.B {
  width: 100%;
  height: 50px;
  display: block;
  margin: 0 auto;
  *zoom: 1;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 2;
  color: #313131;
  text-decoration: none;
  background-color: #ffe400;
  cursor: pointer;
  border-radius: 2px;
  border-bottom: 10px solid #ffcc00;
}
@media screen and (max-width: 1198px) {
  .p-small {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  h2.original-t {
    letter-spacing: 5.3px;
  }
  h4 {
    font-size: 20px;
    padding: 0 8px;
  }
  .Azure-w-100 {
    width: 70%;
  }
}
/* --平板版型1-------------------------------------*/
@media screen and (max-width: 1023px) {
  #header {
    display: none;
  }
  #fb {
    display: none;
  }
  #footer {
    display: block;
  }
  .peo_block {
    margin-right: 0;
    padding-right: 20px;
  }
  p.text1 {
    width: 100%;
  }
  p.text2 {
    width: 100%;
  }
  p.text3 {
    width: 100%;
  }
  p.name {
    text-align: center;
  }
  .one {
    display: block;
  }
  .one1 {
    display: inline-block;
  }

}
@media screen and (max-width:914px) {
  p.text3 {
    padding-left: 15px;
  }
  .Azure-w-100 {
    width: 80%;
  }
  .form-h3-center{
    width:100%;
  }
}
@media screen and (max-width:896px) {
  .gift_block {
    width: 170px;
    height: 180px;
  }
  .BOX1 {
    min-height: 130px;
  }
  p.text3 {
    padding-left: 15px;
  }
}
@media screen and (max-width:851px) {
  h2.original-t {
    display: inline-block;
    letter-spacing: 3.5px;
  }
}
@media screen and (max-width:844px) {
  h2.original-t {
    display: inline-block;
    letter-spacing: 3.5px;
  }
}
@media screen and (max-width:820px) {
  h2.original-t {
    letter-spacing: 2.7px;
  }
}
@media screen and (max-width:768px) {

  .icon {
    padding: 30px 30px 0 30px;
    width: 140px;
}


  .TOP {
    height: 430px;
    display: none;
    background-position: 20%;
  }
  h2.original-t {
    letter-spacing: 0.6px;
  }
  h4 {
    font-size: 20px;
    padding: 0 10px;
  }
  .one1 {
    display: contents;
  }
  .no-gutters {
    padding-left: 15px;
  }
  .navbar-nav {
    text-align: center;
  }
}


@media screen and (max-width:600px) and (max-width:767px) {
 
  .TOP {
    height: 430px;
    display: none;
  }
}
/* --平板版型2-------------------------------------*/
@media screen and (max-width:767px) {
  .icon {
    padding: 30px 30px 0 30px;
    width: 150px;
}

 
  .TOP {
    height: 650px;
    display: none;
  }
  .peo_block {
    width: 100%;
    float: none;
    padding-right: 0;
    margin: 20px auto 0;
  }
  .right {
    width: 90%;
    float: none;
    margin: 0 auto;
    padding: 0;
  }
  h2 {
    text-align: center;
    margin-top: 20px;
  }
  .BOX1 {
    padding: 0 20px;
  }
  .one1 {
    display: inline-block;
  }

  .CTA2 {
    width: 80%;
  }
}
@media screen and (max-width:740px) {
  .right {
    text-align: center;
  }
  .PP_L {
    width: 100%;
    text-align: center;
  }
  .PP_R {
    width: 100%;
  }
}
/* --手機版型1-------------------------------------*/
@media screen and (max-width:667px) {}
@media screen and (max-width:639px) {
  .col-xs-4 {
    padding-right: 5px;
    padding-left: 5px;
  }
  h2 {
    letter-spacing: 0;
  }
  #FORM #NAME {
    width: 98%;
    height: auto;
    margin: 0 1%;
  }
  #FORM #PHONE {
    width: 98%;
    height: auto;
    margin: 0 1%;
  }
  #FORM #EMAIL {
    width: 98%;
    height: auto;
    margin: 0 1%
  }
  .table1 > tbody > tr > td {
    font-size: 16px;
  }
  .table1 > tbody > tr > td span {
    display: block;
    line-height: 1.5;
  }
  p.text3 {
    font-size: 15px;
  }
  ul.skill li {
    font-size: 15px;
  }
}
/* --手機版型2-------------------------------------*/
@media screen and (max-width:479px) {
  .TOP, .FORM_BLOCK, .CONTENT1, .CONTENT2, .CONTENT3, nav {
    min-width: 320px;
  }
  .TOP {
    height: 430px;
  }
  h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  h4 {
    font-size: 26px;
  }
  .p-small {
    display: block;
  }
  #READ {
    font-size: 15px;
  }
  .one {
    display: block;
  }
  h2.original-t {
    letter-spacing: 1.5px;
  }
  .PP_L {
    width: 100%;
    padding: 10px;
    text-align: center;
  }
  .PP_R {
    width: 100%;
  }
  .original img {
    width: 100%;
  }
  .list-decimal {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .swiper-pagination {
    margin-top: 15px;
  }
  .CTA2 {
    width: 80%;
  }
	
  .tc-mb {
    text-align: center;
  }
}

@media screen and (max-width:428px) {
  /* .break{
    display: inline;
  } */
}

@media screen and (max-width:414px) {
  p.text3 {
    padding-left: 0px;
  }
}
@media screen and (max-width:375px) {
  .TOP {
    height: 670px;
  }
  h2.original-t {
    color: #FFE600;
    letter-spacing: 3px;
    font-size: 26px;
  }
  h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .one {
    display: block;
    line-height: 1.5;
  }
  .wink {
    /* display: block; */
  }
 
  .table1 > tbody > tr > td span {
    display: block;
  }
}