@charset "UTF-8";
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;
  -webkit-text-size-adjust: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* disable mobile tap opacity background */
html,
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-size: 100%;
  line-height: 1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: normal;
  text-align: left;
}

em {
  font-style: normal;
}

img {
  border: 0;
}

ol, ul {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
  cursor: pointer;
}

input, select, textarea, button {
  margin: 0;
  outline: none;
  border-radius: 0;
  font-family: arial, "微軟正黑體";
  line-height: 1;
}

/* remove spin button */
input[type="number"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* remove safari default appearance */
input[type="search"] {
  -webkit-appearance: none;
}

select {
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
  /* remove ie select arrow */
}

button {
  padding: 0;
  cursor: pointer;
}

iframe {
  border: none;
}

body {
  font-family: arial, '微軟正黑體', sans-serif;
  background: url("../images/body_nightsky.jpg") center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

header {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
}

header::after {
  content: '';
  clear: both;
  display: block;
}

#logo {
  width: 153px;
  height: 33px;
  text-indent: -9999px;
  background: url("../images/logo.png");
  float: left;
  display: block;
}

#navigation {
  margin-top: -10px;
  float: right;
}

#navigation > li {
  display: inline-block;
  position: relative;
}

#navigation > li > a {
  padding: 15px 20px;
  font-family: 'Times New Roman', serif;
  font-size: 20px;
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #fff;
  border: 1px solid transparent;
  display: block;
  transition: all 0.3s;
}

#navigation .sub-menu {
  width: 160px;
  border-radius: 5px;
  overflow: hidden;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}

#navigation .sub-menu li {
  background: rgba(176, 51, 60, 0.8);
  border-bottom: 1px solid #b93d40;
  opacity: 0;
  position: relative;
  transition: all 0.3s;
}

#navigation .sub-menu li:nth-child(odd) {
  left: -20px;
}

#navigation .sub-menu li:nth-child(even) {
  left: 20px;
}

#navigation .sub-menu li:last-child {
  border: none;
}

#navigation .sub-menu li a {
  padding: 10px 20px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #fff;
  display: block;
  transition: all 0.3s;
}

#navigation .sub-menu li a:hover {
  color: #b3a479;
  background: #b0333c;
}

#navigation > li:hover > a {
  color: #df374a;
  border-color: #aa2d3b;
  border-radius: 5px;
}

#navigation > li:hover .sub-menu {
  display: block;
}

#navigation > li:hover .sub-menu li {
  -webkit-animation: navi 0.5s forwards;
          animation: navi 0.5s forwards;
}

@-webkit-keyframes navi {
  to {
    opacity: 1;
    left: 0;
  }
}

@keyframes navi {
  to {
    opacity: 1;
    left: 0;
  }
}

#mobile-toggle {
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  float: right;
  display: none;
  position: relative;
}

#mobile-toggle::before,
#mobile-toggle hr,
#mobile-toggle::after {
  content: '';
  width: 30px;
  height: 1px;
  padding: 0;
  margin: 0;
  background: #fff;
  border: none;
  display: block;
  position: absolute;
  left: 5px;
  transition: all 0.3s;
}

#mobile-toggle::before {
  top: 13px;
}

#mobile-toggle hr {
  top: 19px;
}

#mobile-toggle::after {
  top: 25px;
}

#mobile-toggle.active::before {
  top: 19px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#mobile-toggle.active hr {
  opacity: 0;
}

#mobile-toggle.active::after {
  top: 19px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#mobile {
  width: 100%;
  box-sizing: border-box;
  display: none;
  position: fixed;
  top: 60px;
  bottom: 0;
  left: 0;
  z-index: 9;
}

#mobile .wrap {
  width: 100%;
  height: 100%;
  padding: 20px 0;
  text-align: center;
  background: url("../images/mobile_bg.jpg") left top repeat;
  box-sizing: border-box;
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
}

#mobile .wrap .menu {
  margin-bottom: 45px;
  padding: 0 20px;
}

#mobile .wrap .menu > li > a {
  padding: 15px;
  font-family: 'Times New Roman', serif;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #1a1a1a;
  display: block;
  border-bottom: 1px solid #e5e5e5;
}

#mobile .wrap .menu .sub-menu {
  padding: 8px 0;
  display: none;
}

#mobile .wrap .menu .sub-menu li a {
  padding: 7px 0;
  font-size: 18px;
  color: #555;
  display: block;
}

#mobile .wrap .line {
  font-family: 'Times New Roman', serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  margin-bottom: 25px;
}

#mobile .wrap .line::before {
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url("../images/mobile_line.png");
  vertical-align: middle;
  display: inline-block;
}

#mobile .wrap .info {
  margin-bottom: 25px;
}

#mobile .wrap .info li {
  margin-bottom: 15px;
  font-size: 16px;
  color: #454545;
}

#mobile .wrap .sitemap {
  padding: 5px;
  font-family: 'Times New Roman', serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
}

#mobile .wrap .sitemap::after {
  content: '';
  width: 0;
  height: 0;
  margin: 5px 0 0 10px;
  border-width: 5px 0 5px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #000;
  float: right;
  display: block;
}

footer {
  padding-bottom: 100px;
  background: #fff;
}

footer .service {
  padding: 30px 0;
  text-align: center;
  background: #fff;
}

footer .service a {
  padding: 30px 0 0 120px;
  margin: 0 3%;
  text-align: left;
  opacity: 0;
  display: inline-block;
  position: relative;
  transition: all 0.3s;
}

footer .service a::before {
  content: '';
  width: 100px;
  height: 95px;
  background: url("../images/footer_service.png");
  background-size: 300% auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

footer .service a.cis::before {
  background-position: left top;
}

footer .service a.web::before {
  background-position: center top;
}

footer .service a.line::before {
  background-position: right top;
}

footer .service a b {
  margin-bottom: 5px;
  font-size: 24px;
  letter-spacing: 2px;
  color: #000;
  display: block;
}

footer .service a span {
  font-family: 'Times New Roman', serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #aa2d3b;
  display: block;
}

footer .service a:hover {
  opacity: 0.6;
}

footer.active .service a {
  -webkit-animation: FooterService 1s forwards;
          animation: FooterService 1s forwards;
}

footer .service a.cis {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

footer .service a.web {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

footer .service a.line {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

@-webkit-keyframes FooterService {
  to {
    opacity: 1;
  }
}

@keyframes FooterService {
  to {
    opacity: 1;
  }
}

footer .contact {
  padding: 30px 0;
  text-align: center;
  background: #fff;
}

footer .contact li {
  margin: 0 2.5%;
  font-family: 'Times New Roman', serif;
  font-size: 22px;
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #333;
  display: inline-block;
}

footer .contact li::before {
  content: '';
  width: 29px;
  height: 31px;
  margin-right: 10px;
  background: url("../images/footer_icon.png");
  vertical-align: middle;
  display: inline-block;
}

footer .contact li.mail::before {
  background-position: left top;
}

footer .contact li.tel::before {
  background-position: center top;
}

footer .contact li.time::before {
  background-position: right top;
}

footer .link {
  padding: 25px;
  text-align: center;
  background: url("../images/body_nightsky.jpg") center center no-repeat;
}

footer .link a {
  margin: 0 1.3%;
  font-family: 'Times New Roman', serif;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  transition: all 0.3s;
}

footer .link a:hover {
  color: #ccc;
}

footer .copyright {
  padding: 25px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #666;
  background: #fff;
}

footer .copyright.desktop {
  display: block;
}

@media (max-width: 480px) {
  footer .copyright.desktop {
    display: none;
  }
}

footer .copyright.moblie {
  display: none;
}

@media (max-width: 480px) {
  footer .copyright.moblie {
    display: block;
  }
}

footer .copyright p {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}

@media (max-width: 480px) {
  footer .copyright p {
    line-height: 22px;
  }
}

footer .copyright span {
  font-size: 14px;
  display: block;
}

@media (max-width: 480px) {
  footer .copyright span {
    line-height: 22px;
  }
}

#gotop {
  width: 74px;
  height: 40px;
  margin: 0 auto;
  text-indent: -9999px;
  background: url("../images/gotop.png");
  display: block;
  transition: all 0.3s;
}

#gotop:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1100px) {
  footer .service a {
    padding: 0 0 0 60px;
    margin: 0 3%;
  }
  footer .service a::before {
    width: 50px;
    height: 47px;
  }
}

@media screen and (max-width: 1000px) {
  header {
    padding: 10px 20px;
    background: rgba(12, 24, 26, 0.3);
    position: fixed;
  }
  #logo {
    margin-top: 5px;
  }
  #navigation {
    display: none;
  }
  #mobile-toggle {
    display: block;
  }
  footer {
    padding-bottom: 30px;
  }
  footer .service,
  footer .contact,
  footer .link {
    display: none;
  }
  footer .copyright {
    padding: 20px;
  }
}

#main-title {
  padding: 80px 0 300px 0;
  text-align: center;
  background: url("../images/main_title.png") center bottom no-repeat;
}

#main-title::before {
  content: '';
  width: 503px;
  height: 474px;
  background: url("../images/flower_right.png");
  opacity: 0;
  display: block;
  position: absolute;
  top: -100px;
  right: 100px;
  z-index: 1;
  -webkit-animation: RightFlower 1.5s forwards;
          animation: RightFlower 1.5s forwards;
}

@-webkit-keyframes RightFlower {
  to {
    opacity: 1;
    top: 0;
  }
}

@keyframes RightFlower {
  to {
    opacity: 1;
    top: 0;
  }
}

#main-title h1 {
  font-family: 'Times New Roman', serif;
  font-size: 60px;
  letter-spacing: 10px;
  font-weight: normal;
  color: #fff;
  opacity: 0;
  position: relative;
  top: -50px;
  z-index: 2;
  -webkit-animation: mainTitle 1s 0.5s forwards;
          animation: mainTitle 1s 0.5s forwards;
  margin-bottom: 10px;
}

#main-title em {
  font-size: 24px;
  letter-spacing: 1px;
  color: #ffe702;
  opacity: 0;
  position: relative;
  top: -50px;
  z-index: 2;
  -webkit-animation: mainTitle 1s 0.7s forwards;
          animation: mainTitle 1s 0.7s forwards;
}

@-webkit-keyframes mainTitle {
  to {
    opacity: 1;
    top: 0;
  }
}

@keyframes mainTitle {
  to {
    opacity: 1;
    top: 0;
  }
}

#page-intro {
  padding: 0 30px 70px 30px;
  letter-spacing: 1px;
  text-align: center;
  background: #0c181a;
}

#page-intro .wrap {
  max-width: 1000px;
  margin: 0 auto;
  opacity: 0;
  position: relative;
  top: -80px;
  -webkit-animation: pageIntro 1s 1s forwards;
          animation: pageIntro 1s 1s forwards;
}

#page-intro .wrap h2 {
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  color: #b0333c;
}

#page-intro .wrap p {
  font-size: 22px;
  line-height: 30px;
  color: #ada17e;
}

@-webkit-keyframes pageIntro {
  to {
    opacity: 1;
    top: 0;
  }
}

@keyframes pageIntro {
  to {
    opacity: 1;
    top: 0;
  }
}

#container {
  background: #fff;
  position: relative;
}

#container.light {
  background: #fff;
}

#container.dark {
  background: #0c181a;
}

#container::after {
  content: '';
  width: 221px;
  height: 514px;
  background: url("../images/flower_left.png");
  opacity: 0;
  display: block;
  position: absolute;
  top: 70%;
  left: 0;
  z-index: 1;
}

#container.active::after {
  -webkit-animation: LeftFlower 1.5s forwards;
          animation: LeftFlower 1.5s forwards;
}

@-webkit-keyframes LeftFlower {
  to {
    opacity: 1;
    top: 75%;
  }
}

@keyframes LeftFlower {
  to {
    opacity: 1;
    top: 75%;
  }
}

#company .service {
  padding: 70px 20px;
  background: #fff;
}

#company .service .wrap {
  max-width: 1380px;
  margin: 0 auto;
}

#company .service .wrap h3 {
  margin-bottom: 20px;
  font-size: 33px;
  letter-spacing: 1px;
  text-align: center;
  color: #000;
}

#company .service .wrap p {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #464646;
}

#company .service .wrap ul {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
}

#company .service .wrap li {
  width: 25%;
  padding: 0 10px;
  margin: 30px 0;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: center;
  color: #464646;
  box-sizing: border-box;
}

#company .service .wrap li::before {
  content: '';
  width: 170px;
  height: 145px;
  margin: 0 auto 10px auto;
  background: url("../images/company_icon.png");
  display: block;
}

#company .service .wrap li:nth-child(1)::before {
  background-position: left top;
}

#company .service .wrap li:nth-child(2)::before {
  background-position: -170px top;
}

#company .service .wrap li:nth-child(3)::before {
  background-position: -340px top;
}

#company .service .wrap li:nth-child(4)::before {
  background-position: right top;
}

#company .service .wrap li:nth-child(5)::before {
  background-position: left bottom;
}

#company .service .wrap li:nth-child(6)::before {
  background-position: -170px bottom;
}

#company .service .wrap li:nth-child(7)::before {
  background-position: -340px bottom;
}

#company .service .wrap li:nth-child(8)::before {
  background-position: right bottom;
}

#company .story {
  max-width: 1200px;
  padding: 0 20px 100px 20px;
  margin: 0 auto;
  text-align: center;
}

#company .story li {
  width: 50%;
  padding-top: 110px;
  margin: 0 auto 30px auto;
  position: relative;
}

@media (max-width: 480px) {
  #company .story li {
    width: 100%;
  }
}

#company .story li::before {
  content: '';
  width: 1px;
  height: 80px;
  border-left: 1px dashed #d5261e;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
}

#company .story li img {
  max-width: 100%;
  height: auto;
  margin: 0 10px;
  vertical-align: top;
  display: inline-block;
}

#company .story li .title {
  font-size: 33px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 25px;
}

#company .story li .title b {
  font-size: 48px;
}

#company .story li p {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: start;
  color: #ccc;
}

@media (max-width: 480px) {
  #company .story li p {
    font-size: 1rem;
    word-break: break-all;
  }
}

#team {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: center;
  color: #ccc;
  display: flex;
}

#team h3 {
  margin-bottom: 35px;
  font-size: 33px;
  color: #fff;
}

#team h3::before {
  content: '';
  width: 102px;
  height: 103px;
  margin: 0 auto 30px auto;
  background: url("../images/team_icon.png");
  display: block;
}

#team h3.icon-1::before {
  background-position: left top;
}

#team h3.icon-2::before {
  background-position: center top;
}

#team h3.icon-3::before {
  background-position: right top;
}

#team dl {
  margin-bottom: 20px;
}

#team dl:last-child {
  margin: 0;
}

#team dt {
  margin-bottom: 20px;
  font-size: 36px;
}

#team .left,
#team .right {
  width: 100%;
}

#team .left {
  padding: 50px;
  background: #034767;
  box-sizing: border-box;
}

#team .right {
  display: flex;
  flex-wrap: wrap;
}

#team .right .top,
#team .right .bottom {
  width: 100%;
  height: 50%;
  padding: 50px;
  box-sizing: border-box;
}

#team .right .top {
  background: #03405d;
}

#team .right .bottom {
  background: #b0333c;
}

.article {
  max-width: 1780px;
  padding-bottom: 100px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.article dl a {
  padding: 5px;
  background: #e6f5fd;
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  position: relative;
}

.article dl a::before,
.article dl a::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  transition: all 0.3s;
}

.article dl a::before {
  border: 1px solid #b0333c;
  border-radius: 5px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  -webkit-transform: scale(2, 2);
          transform: scale(2, 2);
}

.article dl a::after {
  width: 37px;
  height: 17px;
  margin-left: -18.5px;
  background: url("../images/link.png");
  opacity: 0;
  top: 100px;
  left: 50%;
  transition: all 0.3s;
}

.article dt {
  transition: all 0.3s;
}

.article dt img {
  width: 100%;
  height: auto;
  display: block;
}

.article dd {
  padding: 10px;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}

.article dd h3 {
  font-size: 21px;
  letter-spacing: 0.5px;
  line-height: 30px;
  font-weight: normal;
  word-break: break-all;
  color: #000;
  transition: all 0.3s;
  margin-bottom: 10px;
}

.article dd .date {
  text-align: center;
  color: #000;
  position: absolute;
  top: 10px;
  right: 10px;
  transition: all 0.3s;
}

.article dd .date span {
  display: block;
}

.article dd .date span.day {
  font-size: 30px;
}

.article dd .date span.month,
.article dd .date span.year {
  font-size: 12px;
}

.article dd p {
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 18px;
  color: #666;
  transition: all 0.3s;
}

.article dd .tag {
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #968d6f;
}

.article dl a:hover {
  background: linear-gradient(135deg, #b0333c, #2b5b99);
}

.article dl a:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.article dl a:hover::after {
  opacity: 1;
}

.article dl a:hover dt {
  opacity: 0;
}

.article dl a:hover dd {
  padding: 20px;
}

.article dl a:hover dd h3 {
  color: #fff;
}

.article dl a:hover dd .date {
  color: #fff;
  top: 20px;
  right: 20px;
}

.article dl a:hover dd p {
  color: #fff;
}

#news dl {
  width: 23%;
  margin: 1%;
}

#news dl a {
  min-height: 470px;
}

#news dd h3 {
  min-height: 60px;
  padding-right: 55px;
}

#work-list dl {
  width: 18%;
  margin: 1%;
}

#work-list dl a {
  min-height: 360px;
}

#design .section {
  padding: 75px 30px;
  position: relative;
}

#design .section.white {
  background: #fff;
}

#design .section.grey {
  background: #fafafa;
}

#design .num {
  width: 80px;
  height: 80px;
  margin-left: -40px;
  font-size: 36px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  background: #b0333c;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -40px;
  left: 50%;
}

#design .section .wrap {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

#design .section .wrap h3 {
  font-size: 33px;
  letter-spacing: 1px;
  text-align: center;
  color: #0c181a;
  margin-bottom: 20px;
}

#design .section .wrap > p {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #464646;
  margin-bottom: 50px;
}

#design .section .wrap .image {
  text-align: center;
}

#design .section .wrap .image img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

#design .section .wrap .info {
  max-width: 530px;
  margin: 25px auto;
  display: flex;
}

#design .section .wrap .info .photo {
  padding-right: 25px;
  margin-right: 25px;
  position: relative;
  border-right: 1px solid #d7d7d7;
}

#design .section .wrap .info .photo::before {
  content: '';
  width: 25px;
  height: 1px;
  background: #d7d7d7;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}

#design .section .wrap .info .photo img {
  max-width: 100%;
  height: auto;
  border: 5px solid #d7d7d7;
  border-radius: 50%;
  display: block;
}

#design .section .wrap .info .description {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 26px;
  text-align: left;
  color: #666;
}

#design .section .wrap .part-img {
  margin-bottom: 50px;
  overflow: hidden;
}

#design .section .wrap .part-img img {
  width: 49.8%;
  display: inline-block;
}

#design .section .wrap .part-img img.left {
  float: left;
}

#design .section .wrap .part-img img.right {
  margin-top: 7%;
  float: right;
}

#design .section .wrap dl {
  margin-top: -50px;
  overflow: hidden;
}

#design .section .wrap dl:nth-child(1) {
  margin-top: 0;
}

#design .section .wrap dt,
#design .section .wrap dd {
  width: 49%;
}

#design .section .wrap dt img {
  width: 100%;
  height: auto;
  display: block;
}

#design .section .wrap dd {
  margin-top: 14%;
  box-sizing: border-box;
}

#design .section .wrap dl:nth-child(odd) dt {
  float: left;
}

#design .section .wrap dl:nth-child(odd) dd {
  padding-left: 7%;
  text-align: left;
  float: right;
}

#design .section .wrap dl:nth-child(even) dt {
  float: right;
}

#design .section .wrap dl:nth-child(even) dd {
  padding-right: 7%;
  text-align: right;
  float: left;
}

#design .section .wrap dd h4 {
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: normal;
  color: #b3a479;
  position: relative;
  margin-bottom: 15px;
}

#design .section .wrap dd h4::before {
  content: '';
  width: 35%;
  height: 1px;
  background: #f00;
  display: block;
  position: absolute;
  top: 50%;
}

#design .section .wrap dl:nth-child(odd) dd h4::before {
  right: 103%;
}

#design .section .wrap dl:nth-child(even) dd h4::before {
  left: 103%;
}

#design .section .wrap dd p {
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 24px;
  color: #666;
}

#design .more {
  padding: 10px 15px;
  margin-top: 20px;
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 16px;
  color: #fff;
  background: #282828;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  position: relative;
  transition: all 0.3s;
}

#design .more.red {
  background: #811c24;
}

#design .more::before,
#design .more::after {
  content: '';
  width: 0;
  height: 0;
  border-width: 8px 0 8px 9px;
  border-style: solid;
  display: block;
  transition: all 0.3s;
}

#design .more::before {
  border-color: transparent transparent transparent #282828;
  position: absolute;
  top: 10px;
  right: 17px;
}

#design .more.red::before {
  border-color: transparent transparent transparent #811c24;
  position: absolute;
  top: 10px;
  right: 17px;
}

#design .more::after {
  margin-left: 10px;
  border-color: transparent transparent transparent #fff;
}

#design .more:hover {
  background: #999;
}

#design .more:hover::before {
  border-left-color: #999;
}

#design .other {
  display: flex;
  flex-wrap: wrap;
}

#design .other dl {
  width: 50%;
  padding: 40px 6%;
  text-align: center;
  box-sizing: border-box;
}

#design .other dl:nth-child(1) {
  background: #01212a;
}

#design .other dl:nth-child(2) {
  background: #022833;
}

#design .other dl:nth-child(3) {
  background: #022f3c;
}

#design .other dl:nth-child(4) {
  background: #023644;
}

#design .other dt {
  margin-bottom: 15px;
  font-size: 30px;
  color: #b3a479;
}

#design .other dt span {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px auto;
  font-size: 36px;
  line-height: 80px;
  text-align: center;
  color: #000;
  background: #b3a479;
  border-radius: 50%;
  display: block;
}

#design .other dd {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #999;
}

#design .logo {
  padding: 50px 20px;
  background: #b0333c;
}

#design .logo .wrap {
  max-width: 1460px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

#design .logo .wrap .photo {
  margin-right: 90px;
}

#design .logo .wrap .photo img {
  max-width: 100%;
  height: auto;
  display: block;
}

#design .logo .wrap .info {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 25px;
  color: #fff;
}

#design .logo .wrap .info .more.red {
  margin-right: 15px;
}

#plane {
  display: flex;
  flex-wrap: wrap;
}

#plane li {
  width: 50%;
  padding: 75px;
  background-size: cover;
  background-position: center center;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  position: relative;
}

#plane li:nth-child(1) {
  background-image: url("../images/upload/plane/plane_01.jpg");
  justify-content: flex-start;
}

#plane li:nth-child(2) {
  background-image: url("../images/upload/plane/plane_02.jpg");
  justify-content: flex-end;
}

#plane li:nth-child(3) {
  background-image: url("../images/upload/plane/plane_03.jpg");
  justify-content: flex-end;
}

#plane li:nth-child(4) {
  background-image: url("../images/upload/plane/plane_04.jpg");
  justify-content: flex-start;
}

#plane li:nth-child(5) {
  background-image: url("../images/upload/plane/plane_05.jpg");
  justify-content: flex-start;
}

#plane li:nth-child(6) {
  background-image: url("../images/upload/plane/plane_06.jpg");
  justify-content: flex-end;
}

#plane li:nth-child(7) {
  background-image: url("../images/upload/plane/plane_07.jpg");
  justify-content: flex-end;
}

#plane li:nth-child(8) {
  background-image: url("../images/upload/plane/plane_08.jpg");
  justify-content: flex-start;
}

#plane li::before {
  content: '';
  border: 1px solid #282828;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  -webkit-transform: scale(2, 2);
          transform: scale(2, 2);
  transition: all 0.3s;
}

#plane li:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

#plane li .wrap {
  max-width: 330px;
  position: relative;
}

#plane li .wrap h3 {
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #333;
}

#plane li .wrap h3::after {
  content: '';
  width: 20px;
  height: 1px;
  margin: 15px 0;
  background: #b9b0a7;
  display: block;
}

#plane li .wrap p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #726e6a;
}

#plane li .wrap .more {
  padding: 10px 15px;
  margin-top: 20px;
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 16px;
  color: #fff;
  background: #282828;
  border: 1px solid transparent;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  position: relative;
  transition: all 0.3s;
}

#plane li .wrap .more::before,
#plane li .wrap .more::after {
  content: '';
  width: 0;
  height: 0;
  border-width: 8px 0 8px 9px;
  border-style: solid;
  display: block;
  transition: all 0.3s;
}

#plane li .wrap .more::before {
  border-color: transparent transparent transparent #282828;
  position: absolute;
  top: 10px;
  right: 17px;
}

#plane li .wrap .more::after {
  margin-left: 10px;
  border-color: transparent transparent transparent #fff;
}

#plane li .wrap .more:hover {
  color: #282828;
  background: #fff;
  border-color: #282828;
}

#plane li .wrap .more:hover::before {
  border-left-color: #fff;
}

#plane li .wrap .more:hover::after {
  border-left-color: #282828;
}

#javascript {
  padding: 80px 30px;
  text-align: center;
  background: #a2977b;
  overflow: hidden;
  position: relative;
}

#pop-bg {
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

#pop-bg .pop {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  display: block;
  position: absolute;
}

#triangle-move {
  width: 300px;
  height: 300px;
  margin: -150px 0 0 -150px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-perspective-origin: center center;
          perspective-origin: center center;
  -webkit-perspective: 500px;
          perspective: 500px;
}

#triangle-move .items {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: triangleMove 20s linear alternate infinite;
          animation: triangleMove 20s linear alternate infinite;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

@-webkit-keyframes triangleMove {
  0% {
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  25% {
    -webkit-transform: rotateX(180deg) rotateY(230deg) rotateZ(750deg);
            transform: rotateX(180deg) rotateY(230deg) rotateZ(750deg);
  }
  50% {
    -webkit-transform: rotateX(600deg) rotateY(430deg) rotateZ(250deg);
            transform: rotateX(600deg) rotateY(430deg) rotateZ(250deg);
  }
  100% {
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
}

@keyframes triangleMove {
  0% {
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  25% {
    -webkit-transform: rotateX(180deg) rotateY(230deg) rotateZ(750deg);
            transform: rotateX(180deg) rotateY(230deg) rotateZ(750deg);
  }
  50% {
    -webkit-transform: rotateX(600deg) rotateY(430deg) rotateZ(250deg);
            transform: rotateX(600deg) rotateY(430deg) rotateZ(250deg);
  }
  100% {
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
}

#triangle-move .items li {
  width: 0;
  height: 0;
  text-indent: -9999px;
  border-width: 0 150px 300px 150px;
  border-style: solid;
  border-color: transparent;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}

#triangle-move .items li.item-1 {
  border-bottom-color: #000;
  -webkit-transform: rotateX(17deg);
          transform: rotateX(17deg);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

#triangle-move .items li.item-2 {
  border-bottom-color: #bdb193;
  -webkit-transform: translateX(300px) rotateY(120deg) rotateX(17deg);
          transform: translateX(300px) rotateY(120deg) rotateX(17deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

#triangle-move .items li.item-3 {
  border-bottom-color: #9b8d6a;
  -webkit-transform: translateX(-300px) rotateY(-120deg) rotateX(17deg);
          transform: translateX(-300px) rotateY(-120deg) rotateX(17deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

#triangle-move .items li.item-4 {
  border-bottom-color: #857858;
  -webkit-transform: rotateX(90deg) scale(1, 0.87);
          transform: rotateX(90deg) scale(1, 0.87);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

#javascript .wrap {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

#javascript .wrap h3,
#javascript .wrap h4 {
  font-size: 33px;
  letter-spacing: 1px;
  color: #0c181a;
}

#javascript .wrap h3 {
  margin-bottom: 20px;
}

#javascript .wrap p {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #464646;
}

#javascript .wrap h4 {
  margin: 90px 0 50px 0;
}

#javascript .wrap h4 a {
  color: #b0333c;
}

#javascript .wrap h4 a::after {
  content: '';
  width: 32px;
  height: 32px;
  margin-left: 15px;
  background: url("../images/javascript_arrow.png") center center no-repeat;
  border: 3px solid #b0333c;
  border-radius: 50%;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  transition: all 0.3s;
}

#javascript .wrap h4 a:hover::after {
  margin-left: 5px;
}

#javascript .wrap .link a {
  width: 210px;
  height: 210px;
  padding-top: 50px;
  margin: 0 27px 10px 27px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.3s;
}

#javascript .wrap .link a::before {
  content: '';
  width: 71px;
  height: 66px;
  margin: 0 auto 20px auto;
  background: url("../images/javasccript_icon.png");
  display: block;
}

#javascript .wrap .link a.event::before {
  background-position: left top;
}

#javascript .wrap .link a.game::before {
  background-position: right top;
}

#javascript .wrap .link a:hover {
  background: #fff;
}

#contact {
  padding: 30px 30px 200px 30px;
  text-align: center;
}

#contact .title {
  font-size: 30px;
  letter-spacing: 5px;
  font-weight: bold;
  color: #7fa3bd;
  margin-bottom: 40px;
}

#contact .title::before {
  content: '';
  width: 29px;
  height: 25px;
  margin-right: 10px;
  background: url("../images/contact_love.png");
  display: inline-block;
  position: relative;
  top: 3px;
}

#contact .wrap {
  max-width: 1200px;
  padding: 45px 13%;
  margin: 0 auto;
  background: linear-gradient(#889299, #6e7c9e);
  border-radius: 20px;
  box-sizing: border-box;
  overflow: hidden;
}

#contact .wrap .qrcode {
  width: 39%;
  float: left;
}

#contact .wrap .qrcode .code {
  margin-bottom: 5px;
  padding: 30px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px dashed #fff;
  box-sizing: border-box;
}

#contact .wrap .qrcode .code img {
  width: 100%;
  height: auto;
  display: block;
}

#contact .wrap .qrcode p {
  font-size: 18px;
  letter-spacing: 2px;
  color: #0c181a;
}

#contact .wrap .info {
  width: 54%;
  font-size: 23px;
  letter-spacing: 0.5px;
  line-height: 49px;
  font-weight: bold;
  text-align: left;
  color: #ededed;
  float: right;
}

#contact .wrap .info li {
  word-break: break-all;
  overflow: hidden;
}

#contact .wrap .info li::before {
  content: '';
  width: 49px;
  height: 49px;
  margin: 0 20px 20px 0;
  background: url("../images/contact_icon.png") #e7e9eb;
  border-radius: 50%;
  float: left;
  display: block;
}

#contact .wrap .info li.phone::before {
  background-position: left top;
}

#contact .wrap .info li.line::before {
  background-position: -49px top;
}

#contact .wrap .info li.skype::before {
  background-position: center top;
}

#contact .wrap .info li.mail::before {
  background-position: -147px top;
}

#contact .wrap .info li.fb::before {
  background-position: right top;
}

#contact .wrap .info li a {
  line-height: 40px;
  color: #f5ac43;
  display: inline-block;
  transition: all 0.3s;
  border-bottom: 1px dashed #f5ac43;
}

#contact .wrap .info li a:hover {
  color: #fff;
  border-color: #fff;
}

#sitemap {
  padding: 30px 30px 200px 30px;
}

#sitemap .wrap {
  max-width: 500px;
  margin: 0 auto;
}

#sitemap .wrap .home {
  margin-bottom: 30px;
  text-align: center;
}

#sitemap .wrap .home::before,
#sitemap .wrap .home::after {
  content: '';
  width: 40px;
  height: 1px;
  background: #233235;
  vertical-align: middle;
  display: inline-block;
}

#sitemap .wrap .home::before {
  margin-right: 40px;
}

#sitemap .wrap .home::after {
  margin-left: 40px;
}

#sitemap .wrap .home a {
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #ddb77e;
  display: inline-block;
  transition: all 0.3s;
}

#sitemap .wrap .home a:hover {
  color: #fff;
}

#sitemap .wrap dl {
  padding: 20px 0;
  border-bottom: 1px solid #233235;
  overflow: hidden;
}

#sitemap .wrap dl:last-child {
  border: none;
}

#sitemap .wrap dt {
  width: 50%;
  padding-right: 15px;
  font-size: 24px;
  font-weight: bold;
  text-align: right;
  color: #fff;
  box-sizing: border-box;
  float: left;
}

#sitemap .wrap dd {
  width: 50%;
  text-align: left;
  float: right;
}

#sitemap .wrap dd a {
  padding: 0 15px;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 33px;
  color: #ba9a69;
  border-radius: 5px;
  display: block;
  transition: all 0.3s;
}

#sitemap .wrap dd a::after {
  content: '';
  width: 0;
  height: 0;
  margin-top: 12px;
  border-width: 4px 0 4px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #000;
  opacity: 0;
  float: right;
  display: block;
  transition: all 0.3s;
}

#sitemap .wrap dd a:hover {
  color: #000;
  background: #ba9a69;
}

#sitemap .wrap dd a:hover::after {
  opacity: 1;
}

#consultation {
  padding: 30px 30px 200px 30px;
}

#consultation form {
  max-width: 1200px;
  margin: 0 auto;
}

#consultation .note {
  font-size: 36px;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

#consultation .note span {
  margin-top: 5px;
  font-size: 24px;
  letter-spacing: 1px;
  color: #f9b201;
  display: block;
}

#consultation ul {
  margin-bottom: 35px;
  overflow: hidden;
}

#consultation li {
  width: 49%;
  margin-bottom: 30px;
  float: left;
  position: relative;
}

#consultation li:nth-child(odd) {
  margin-right: 2%;
}

#consultation li.txt {
  width: 100%;
  margin: 0;
  float: none;
  clear: both;
}

#consultation li span {
  padding: 0 25px;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #90becf;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  border-right: 1px solid #90becf;
}

#consultation li input,
#consultation li textarea {
  width: 100%;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  background: #050a0b;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  display: block;
}

#consultation li input {
  padding: 10px 0 10px 175px;
}

#consultation li textarea {
  min-height: 200px;
  padding: 25px;
}

#consultation li textarea::-webkit-input-placeholder {
  color: #90becf;
}

#consultation li textarea:-ms-input-placeholder {
  color: #90becf;
}

#consultation li textarea::-ms-input-placeholder {
  color: #90becf;
}

#consultation li textarea::placeholder {
  color: #90becf;
}

#consultation .button {
  text-align: center;
}

#consultation .button button {
  padding: 15px 40px;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #fff;
  background: #610e13;
  border: none;
  border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.75);
  display: inline-flex;
  align-items: center;
  position: relative;
}

#consultation .button button::before,
#consultation .button button::after {
  content: '';
  width: 0;
  height: 0;
  border-width: 9px 0 9px 10px;
  border-style: solid;
  border-radius: 3px;
  display: block;
}

#consultation .button button::before {
  border-color: transparent transparent transparent #610e13;
  position: absolute;
  top: 18px;
  right: 43px;
}

#consultation .button button::after {
  margin-left: 10px;
  border-color: transparent transparent transparent #bd9363;
}

@media screen and (max-width: 1200px) {
  #design .section .wrap dl {
    margin-top: 50px;
  }
  #work-list dl {
    width: 31.33%;
  }
}

@media screen and (max-width: 1000px) {
  #main-title::before {
    display: none;
  }
  #container::after {
    display: none;
  }
  #team,
  #team .right {
    display: block;
  }
  #design .logo .wrap {
    display: block;
  }
  #design .logo .wrap .photo {
    margin: 0 0 20px 0;
  }
  #design .logo .wrap .photo img {
    margin: 0 auto;
  }
  #design .logo .wrap .info {
    text-align: center;
  }
  #contact {
    padding-bottom: 50px;
  }
  #contact .wrap {
    padding: 40px;
  }
}

@media screen and (max-width: 768px) {
  #company .service .wrap li {
    width: 50%;
  }
  #news dl {
    width: 48%;
  }
  #work-list dl {
    width: 48%;
  }
  #design .section .wrap dl {
    margin-top: 50px;
  }
  #design .section .wrap dt,
  #design .section .wrap dd {
    width: 100%;
    float: none !important;
  }
  #design .section .wrap dd {
    padding: 0 !important;
    margin-top: 30px;
    text-align: left !important;
  }
  #design .section .wrap dd h4::before {
    display: none;
  }
  #plane li {
    width: 100%;
  }
  #contact .wrap {
    padding: 40px;
  }
  #contact .wrap .qrcode,
  #contact .wrap .info {
    width: 100%;
    float: none;
  }
  #contact .wrap .qrcode {
    max-width: 300px;
    margin: 0 auto 10px auto;
  }
  #contact .wrap .info li {
    margin-bottom: 10px;
    text-align: center;
  }
  #contact .wrap .info li::before {
    margin: 0 auto;
    float: none;
  }
  #contact .wrap .info li a {
    border: none;
    display: inline;
  }
  #contact-link a {
    margin: 0 2.5%;
    font-size: 18px;
  }
  #consultation li {
    width: 100%;
    margin: 0 auto 30px auto !important;
    float: none;
  }
}

@media screen and (max-width: 480px) {
  #main-title {
    padding: 80px 0 30px;
    background: none;
  }
  #main-title h1 {
    font-size: 30px;
  }
  #main-title em {
    font-size: 1rem;
  }
  #page-intro {
    padding-top: 40px;
  }
  #company .service .wrap li {
    width: 100%;
  }
  #news dl {
    width: 96%;
    margin: 2%;
  }
  #news dl a {
    min-height: auto;
  }
  #work-list dl {
    width: 96%;
    margin: 2%;
  }
  #work-list dl a {
    min-height: auto;
  }
  #design .section .wrap .part-img img {
    width: 100%;
    float: none !important;
  }
  #design .section .wrap .info {
    display: block;
  }
  #design .section .wrap .info .photo {
    padding: 0;
    margin: 0 0 20px 0;
    border: none;
  }
  #design .section .wrap .info .photo::before {
    display: none;
  }
  #design .section .wrap .info .photo img {
    margin: 0 auto;
  }
  #design .section .wrap .info .description {
    text-align: center;
  }
  #design .other {
    display: block;
  }
  #design .other dl {
    width: 100%;
  }
  #plane li {
    padding: 20px;
  }
  #plane li .wrap {
    max-width: none;
  }
  #consultation li span {
    margin-bottom: 10px;
    padding: 0;
    border: none;
    position: static;
  }
  #sitemap .wrap dt,
  #sitemap .wrap dd {
    width: 100%;
    text-align: left;
    float: none;
  }
  #sitemap .wrap dt {
    padding: 15px;
  }
}
