@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
body {
  font-family: 'Roboto',微軟正黑體, 'Open Sans', sans-serif , Arial, Helvetica;
}

/* --電腦版型------------------------------------- */
/* 選單 */
#TOPMENU {
  display: none;
}
.MENU {
  position: fixed;
  height: 65px;
  width: 100%;
  background-color: white;
  box-shadow: 0px 1px 5px #c2c2c2;
  padding-bottom: 20px;
  z-index: 1000;
}
.LOGO img {
  display: block;
  float: left;
  padding: 20px;
  height: 50px;
  width: auto;
  transition: 1s;
}
.MENU li {
  display: inline-block;
  margin-left: 40px;
}
.MENU li a {
  display: block;
  width: 80px;
  height: 90px;
  font-size: 18px;
  line-height: 85px;
  color: #6b6b6b;
  font-weight: bold;
  text-decoration: none;
}
.MENU li a:hover,
.MENU .current-active a {
  color: #13a9c7;
  transition: 0.1s;
}

.MENU li#protfolio:hover > ul {
  display: block;
}
/* 隱藏選單 */
li#protfolio ul.SUBMENU {
  position: absolute;
  display: none;
  box-shadow: #c2c2c2 0 0 5px;
  background-color: #ffffff;
  padding: 10px;
  margin-left: -60px;
}
#protfolio .SUBMENU li {
  display: block;
  margin-left: 0;
}
#protfolio .SUBMENU li a {
  font-size: 18px;
  color: #6b6b6b;
  text-decoration: none;
  text-align: center;
  width: 160px;
  height: 40px;
  line-height: 40px;
  font-weight: 600;
}
#protfolio .SUBMENU li a:hover {
  font-size: 18px;
  background-color: #ececec;
  transition: 0.3s;
}
#TOP-MENU {
  display: none;
}

/* Maintitle */
#webMaintitle {
  display: inline-block;
  width: 100%;
  height: 140px;
  margin: 80px auto 0 auto;
  background-color: #ababab;
}
.webTitle {
  margin: 0 auto;
  padding: 35px 0 0 0;
  max-width: 1200px;
}
.webTitle h1 {
  font-size: 35px;
  font-weight: bold;
  color: #ffffff;
}
.webTitle p {
  font-size: 18px;
  color: #ffffff;
  font-style: italic;
}
/*back BTN*/
.back a {
  display: block;
  width: 100px;
  height: 33px;
  text-decoration: none;
  color: #454545;
  float: right;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 5px;
  border-bottom: 3px solid #999999;
  margin-bottom: 50px;
  margin-top: 20px;
}
.back a:hover {
  color: #13a9c7;
  font-weight: bold;
  border-bottom: 3px solid #ffe747;
  transition: 0.3s;
}
/*內容分頁統一樣式設定*/
.subcontent {
  max-width: 1200px;
  margin: 100px auto;
}
.subcontent h1 {
  font-size: 40px;
  color: #454545;
  margin-bottom: 50px;
}
.subcontent h2{
  font-size: 28px;
  color: #454545;
  line-height: 50px;
  text-align: center;
}
.subcontent span a {
  display: block;
  float: right;
  width: 120px;
  height: 30px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 800;
  color: #ababab;
  background-image: url(../img/icon_link.png);
  background-repeat: no-repeat;
  background-position: 95px 9px;
  text-decoration: none;
  border: 1px solid #ababab;
  padding: 5px 5px 5px 10px;
}
.subcontent span a:hover {
  background-color: #ffe747;
  transition: 1s;
}
.subcontent img {
  display: block;
  margin: 0;
  padding: 0;
}

.subcontent ul {
  display: block;
  min-width: 1200px;
}
.subcontent ul li {
  float: left;
}
.subcontent ol {
  list-style: decimal;
  padding-left: 20px;
  width: 600px;
  margin: 0 auto 50px auto;
}
.subcontent ol li{
  line-height: 30px;
  color: #666666;
}
.embed-container {
  width: 1200px;
  height: 675px;
}

/* 專案設計 */
.pd {
  margin: 100px auto;
  max-width: 1200px;
}
.pd a {
  text-decoration: none;
}
.pd img:hover {
  opacity: 0.8;
}
.pd_p {
  display: inline-block;
  margin: 0 15px 45px 15px;
}
.pd_p p {
  font-size: 25px;
  color: #454545;
  font-weight: 900;
  line-height: 45px;
}
.pd_p span {
  font-size: 16px;
  color: #999999;
}

/* 網頁設計 */
.wd {
  margin: 100px auto;
  max-width: 1200px;
}
.wd a {
  text-decoration: none;
}
.wd img:hover {
  opacity: 0.8;
}
.wd_p {
  display: inline-block;
  margin: 0 15px 45px 15px;
}
.wd_p p {
  font-size: 25px;
  color: #454545;
  font-weight: 900;
  line-height: 45px;
}
.wd_p span {
  font-size: 16px;
  color: #999999;
}
/*Banner設計*/
.bd {
  margin: 5px auto 100px auto;
  max-width: 100%;
}
.zoomwall {
  font-size: 0;
  overflow: hidden;
}
.zoomwall img {
  height: 15vw;
  opacity: 1;
  vertical-align: top;
  transform-origin: 0% 0%;
  transition-property: transform, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -webkit-transform-origin: 0% 0%;
  -webkit-transition-property: transform, opacity;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  outline: 5px solid #fff;
  margin-bottom: 3px;
}
/* UIUX設計 */
.UIUXd {
  margin: 100px auto;
  max-width: 1200px;
}
.UIUXd a {
  text-decoration: none;
}
.UIUXd img:hover {
  opacity: 0.8;
}
.UIUXd_p {
  display: inline-block;
  margin: 0 15px 45px 15px;
}
.UIUXd_p p {
  font-size: 25px;
  color: #454545;
  font-weight: 900;
  line-height: 45px;
}
.UIUXd_p span {
  font-size: 16px;
  color: #999999;
}
/*平面設計*/
.gd {
  margin: 5px auto 100px auto;
  max-width: 100%;
}
.zoomwall {
  font-size: 0;
  overflow: hidden;
}
.zoomwall img {
  height: 15vw;
  opacity: 1;
  vertical-align: top;
  transform-origin: 0% 0%;
  transition-property: transform, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -webkit-transform-origin: 0% 0%;
  -webkit-transition-property: transform, opacity;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  outline: 5px solid #fff;
  margin-bottom: 3px;
}

/* 多媒體設計 */
.md {
  margin: 100px auto;
  max-width: 1200px;
}
.md a {
  text-decoration: none;
}
.md img:hover {
  opacity: 0.8;
}
.md_p {
  display: inline-block;
  margin: 0 15px 45px 15px;
}
.md_p p {
  font-size: 25px;
  color: #454545;
  font-weight: 900;
  line-height: 45px;
}
.md_p span {
  font-size: 16px;
  color: #999999;
}
/* 網站地圖 */
#MAP {
  background-image: url(../img/FOOTERBG.png);
  height: 600px;
  right: 0;
  bottom: 0;
}
.maparea {
  background-color: #bedee4;
  max-width: 1200px;
  height: 340px;
  margin: 0 auto;
}
.maparea .title {
  padding-top: 80px;
}
.maparea .title ul {
  width: 1080px;
  margin: 0 auto;
}
.maparea .title ul li {
  margin: 20px;
  float: left;
}
.maparea .title a {
  text-decoration: none;
}
.maparea .title a:hover h1 {
  color: #13a9c7;
}
.maparea h1 {
  width: 140px;
  height: 140px;
  font-size: 16px;
  color: #6b6b6b;
  line-height: 210px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 140px;
  user-select: none;
}
.maparea .title h1.pd {
  background-image: url(../img/icon_pd.png);
  background-repeat: no-repeat;
  margin: 0;
  background-position: 45px 40px;
}
.maparea .title h1.wd {
  background-image: url(../img/icon_wd.png);
  background-repeat: no-repeat;
  margin: 0;
  background-position: 35px 35px;
}
.maparea .title h1.bn {
  background-image: url(../img/icon_banner.png);
  background-repeat: no-repeat;
  margin: 0;
  background-position: 45px 35px;
}
.maparea .title h1.uxui {
  background-image: url(../img/icon_uiux.png);
  background-repeat: no-repeat;
  margin: 0;
  background-position: 55px 30px;
}
.maparea .title h1.gd {
  background-image: url(../img/icon_gd.png);
  background-repeat: no-repeat;
  margin: 0;
  background-position: 50px 35px;
}
.maparea .title h1.md {
  background-image: url(../img/icon_md.png);
  background-repeat: no-repeat;
  margin: 0;
  background-position: 40px 35px;
}
.FOOTER {
  margin: 220px 30px 0 0;
}
.FOOTER p {
  font-size: 16px;
  color: #ffffff;
  text-align: right;
}
/* scrollTOP */
.scrollTOP1 {
  display: none;
  position: fixed;
  width: 100px;
  height: 100px;
  background-color: #bedee4;
  border-radius: 100px;
  bottom: 60px;
  right: 50px;
  opacity: 1;
  user-select: none;
  cursor: pointer;
}
.scrollTOP1 p {
  font-size: 22px;
  color: #6b6b6b;
  text-align: center;
}

.scrollTOP1 img {
  display: block;
  margin: 30px auto 0 auto;
}
.scrollTOP1 a {
  text-decoration: none;
}
.scrollTOP1 {
  opacity: 1;
  transition: 1s;
}
/* --手機版型------------------------------------- */
@media screen and (max-width: 767px) {
  html,
  body {
    -webkit-text-size-adjust: none; /* iPhone 旋轉後 文字不要放大 */
  }
  #UL li {
    float: none;
    width: 100%;
  }
  #UL.active {
    display: none; /*用jq控制的toggleClass*/
  }
  #UL {
    height: auto;
    background-color: #ffffff;
  }
  #TOPMENU {
    position: absolute;
    display: block;
    width: 50px;
    font-size: 30px;
    padding: 20px;
  }
  a#TOPMENU {
    display: block;
    right: 0%;
    text-decoration: none;
    color: #69bcd5;
  }
  /* 選單 */

  .MENU {
    position: relative;
    background-color: white;
    box-shadow: 0px 1px 5px #c2c2c2;
    padding-bottom: 20px;
  }
  .at_topLOGO img {
    height: 50px;
    width: auto;
    transition: 1s;
  }
  .at_top {
    height: 65px;
  }
  .MENU li {
    margin: 0;
  }
  .MENU li a {
    width: 100%;
    font-size: 25px;
    text-align: center;
  }
  .LOGO img {
    padding: 20px;
    margin-left: 0px;
    position: relative;
  }
  #protfolio .SUBMENU li {
    display: none; /*讓submenu消失*/
  }
  /* Maintitle */
  #webMaintitle {
    margin: 0 auto;
    height: 170px;
  }
  .webTitle {
    max-width: 900px;
    padding-left: 30px;
  }
  .webTitle h1{
    font-size: 40px;
  }
  /*back BTN*/
  .back a {
    padding: 10px;
    float: none;
    margin: 0 auto;
    border: 2px solid #c2c2c2;
    border-radius: 10px;
    font-size: 20px;
    width: 80px;
    height: 25px;
  }
  /*內容分頁統一樣式設定*/
  .subcontent {
    max-width: 900px;
    margin: 100px auto;
  }
  .subcontent h1{
    font-size: 30px;
  }
  .subcontent img {
    width: 100%;
  }
  .subcontent ul {
    display: block;
    min-width: 600px;
  }
  .subcontent ul li img {
    width: 60%;
  }
  .embed-container {
    width: 100%;
    height: 337.5px;
  }
  /* 專案設計 */
  .pd {
    margin-top: 80px;
    max-width: 900px;
  }
  .pd a {
    text-decoration: none;
  }
  .pd_p {
    display: inline-block;
    margin: 0 15px 45px 15px;
  }
  .pd_p p {
    text-align: center;
  }
  .pd_p img {
    width: 100%;
  }
  .pd_p span {
    display: none;
  }

  /* 網頁設計 */
  .wd {
    margin-top: 80px;
    max-width: 900px;
  }
  .wd a {
    text-decoration: none;
  }
  .wd_p {
    display: inline-block;
    margin: 0 15px 45px 15px;
  }
  .wd_p p {
    text-align: center;
  }
  .wd_p img {
    width: 100%;
  }
  .wd_p span {
    display: none;
  }

  /* UIUX設計 */
  .UIUXd {
    margin-top: 80px;
    max-width: 900px;
  }
  .UIUXd a {
    text-decoration: none;
  }
  .UIUXd_p {
    display: inline-block;
    margin: 0 15px 45px 15px;
  }
  .UIUXd_p p {
    text-align: center;
  }
  .UIUXd_p img {
    width: 100%;
  }
  .UIUXd_p span {
    display: none;
  }
  /* 多媒體設計 */
  .md {
    margin-top: 80px;
    max-width: 900px;
  }
  .md a {
    text-decoration: none;
  }
  .md_p {
    display: inline-block;
    margin: 0 15px 45px 15px;
  }
  .md_p p {
    text-align: center;
  }
  .md_p img {
    width: 100%;
  }
  .md_p span {
    display: none;
  }
  /* 網站地圖 */
  #MAP {
    background-image: none;
    width: 100%;
    height: 780px;
  }
  .maparea {
    width: 100%;
    height: 700px;
  }
  .maparea .title {
    width: 100%;
    margin: 0 auto;
  }
  .maparea .title ul {
    max-width: 360px;
    margin: 0 auto;
  }
  .maparea .title ul li {
    margin: 20px;
    float: left;
  }
  .maparea .title a {
    text-decoration: none;
  }
  .FOOTER {
    margin: 30px;
  }
  .FOOTER p {
    color: #666666;
    text-align: center;
  }
  /* scrollTOP */
  .scrollTOP1 {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    bottom: 20px;
    right: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }

  .scrollTOP1 img {
    margin: 20px auto 0 auto;
  }
}
/* --平板直式版型------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  html,
  body {
    -webkit-text-size-adjust: none; /* iPhone 旋轉後 文字不要放大 */
  }
  #UL li {
    float: none;
    width: 100%;
  }
  #UL.active {
    display: none; /*用jq控制的toggleClass*/
  }
  #UL {
    height: auto;
    background-color: #ffffff;
  }
  #TOPMENU {
    position: absolute;
    display: block;
    width: 50px;
    font-size: 30px;
    padding: 20px;
  }
  a#TOPMENU {
    display: block;
    right: 0%;
    text-decoration: none;
    color: #69bcd5;
  }
  /* 選單 */

  .MENU {
    position: relative;
    background-color: white;
    box-shadow: 0px 1px 5px #c2c2c2;
    padding-bottom: 20px;
  }
  .at_topLOGO img {
    height: 50px;
    width: auto;
    transition: 1s;
  }
  .at_top {
    height: 65px;
  }
  .MENU li {
    margin: 0;
  }
  .MENU li a {
    width: 100%;
    font-size: 25px;
    text-align: center;
  }
  .LOGO img {
    padding: 20px;
    margin-left: 0px;
    position: relative;
  }
  #protfolio .SUBMENU li {
    display: none; /*讓submenu消失*/
  }
  /* Maintitle */
  .webTitle {
    max-width: 900px;
    padding-left: 30px;
  }
  /*內容分頁統一樣式設定*/
  .subcontent {
    max-width: 700px;
    margin: 100px auto;
  }
  .subcontent img {
    width: 100%;
  }
  .subcontent ul {
    display: block;
    min-width: 900px;
  }
  .embed-container {
    width: 900px;
    height: 506px;
  }
  /* 專案設計 */
  .pd {
    margin: 60px auto 60px auto;
    width: 565px;
  }
  .pd_p {
    margin: 0 auto;
  }
  .pd_p p {
    text-align: center;
  }
  .pd_p img {
    width: 100%;
  }
  .pd_p span {
    display: none;
  }
  /* 網頁設計 */
  .wd {
    margin: 60px auto 60px auto;
    width: 565px;
  }
  .wd_p {
    margin: 0 0 30px 0;
  }
  .wd_p p {
    text-align: center;
  }
  .wd_p img {
    width: 100%;
  }
  .wd_p span {
    display: none;
  }
  /* UIUX設計 */
  .UIUXd {
    margin: 60px auto 60px auto;
    width: 565px;
  }
  .UIUXd_p {
    text-align: center;
  }
  .UIUXd_p img {
    width: 100%;
  }
  .UIUXd_p span {
    display: none;
  }
  /* 網站地圖 */
  #MAP {
    background-image: none;
    width: 100%;
    height: 780px;
  }
  .maparea {
    width: 100%;
    height: 700px;
  }
  .maparea .title {
    width: 100%;
    margin: 0 auto;
  }
  .maparea .title ul {
    max-width: 360px;
    margin: 0 auto;
  }
  .maparea .title ul li {
    margin: 20px;
    float: left;
  }
  .maparea .title a {
    text-decoration: none;
  }
  .FOOTER {
    margin: 30px;
  }
  .FOOTER p {
    color: #666666;
    text-align: center;
  }
  /* scrollTOP */
  .scrollTOP1 {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    bottom: 20px;
    right: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }

  .scrollTOP1 img {
    margin: 20px auto 0 auto;
  }
}
/* --平板橫式版型------------------------------------- */
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  html,
  body {
    -webkit-text-size-adjust: none; /* iPhone 旋轉後 文字不要放大 */
  }
  #UL li {
    float: none;
    width: 100%;
  }
  #UL.active {
    display: none; /*用jq控制的toggleClass*/
  }
  #UL {
    height: auto;
    background-color: #ffffff;
  }
  #TOPMENU {
    position: absolute;
    display: block;
    width: 50px;
    font-size: 30px;
    padding: 20px;
  }
  a#TOPMENU {
    display: block;
    right: 0%;
    text-decoration: none;
    color: #69bcd5;
  }
  /* 選單 */

  .MENU {
    position: relative;
    background-color: white;
    box-shadow: 0px 1px 5px #c2c2c2;
    padding-bottom: 20px;
  }
  .at_topLOGO img {
    height: 50px;
    width: auto;
    transition: 1s;
  }
  .at_top {
    height: 65px;
  }
  .MENU li {
    margin: 0;
  }
  .MENU li a {
    width: 100%;
    font-size: 25px;
    text-align: center;
  }
  .LOGO img {
    padding: 20px;
    margin-left: 0px;
    position: relative;
  }
  #protfolio .SUBMENU li {
    display: none; /*讓submenu消失*/
  }
  /* Maintitle */
  #webMaintitle {
    margin: 0 auto;
  }
  .webTitle {
    max-width: 900px;
    padding-left: 30px;
  }
  /*內容分頁統一樣式設定*/
  .subcontent {
    max-width: 900px;
    margin: 100px auto;
  }
  .subcontent img {
    width: 100%;
  }
  .subcontent ul {
    display: block;
    min-width: 900px;
  }
  .embed-container {
    width: 900px;
    height: 506px;
  }
  /* 專案設計 */
  .pd {
    max-width: 900px;
  }
  .pd_p {
    margin: 0 10px 45px 10px;
  }
  .pd_p img {
    width: 425px;
  }
  .pdcontent {
    max-width: 900px;
    margin: 100px auto;
  }
  .pdcontent img {
    width: 100%;
  }
  /* 網頁設計 */
  .wd {
    max-width: 900px;
  }
  .wd_p {
    margin: 0 10px 45px 10px;
  }
  .wd_p img {
    width: 425px;
  }
  /* UIUX設計 */
  .UIUXd {
    max-width: 900px;
  }
  .UIUXd_p {
    margin: 0 10px 45px 10px;
  }
  .UIUXd_p img {
    width: 425px;
  }
  /* 多媒體設計 */
  .md {
    max-width: 900px;
  }
  .md_p {
    margin: 0 10px 45px 10px;
  }
  .md_p img {
    width: 425px;
  }
  /* 網站地圖 */
  #MAP {
    background-image: none;
    width: 100%;
    height: 500px;
  }
  .maparea {
    height: 400px;
  }
  .maparea .title {
    padding-top: 20px;
  }
  .maparea .title ul {
    max-width: 550px;
  }
  .maparea .title ul li {
    margin: 20px;
  }
  .FOOTER {
    margin: 30px;
  }
  .FOOTER p {
    color: #666666;
    text-align: center;
  }
}
