@charset "UTF-8";
/* CSS Document */
@import url("reset.css");
@import url("motion.css");
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

* {
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html,body {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust:none;
  font-family: ministry, 'Noto Sans TC', sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height:1.8;
	min-width:1200px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
  color: #333;
}
a {
	color: #000740;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #182C80;
}
::-moz-selection { color: #FFF; background-color: #182C80; }
::selection { color: #FFF; background-color: #182C80; }

/*Header*/

header {
  height: 170px;
  width: 100%;
  position: absolute;
  overflow: hidden;
  z-index: 9999;
}

header.index-header {
  height: 50px;
  position: fixed;
}
.header {
  background-color:#182C80;
  border-bottom-right-radius: 50% 30px;
  border-bottom-left-radius: 50% 30px;
  height: 200px;
  width: calc(100% + 60px);
  margin-left: -30px;
  position: absolute;
  bottom: 0px;
}


h1.index-logo {
  width: 450px;
  height: 137px;
  text-indent: -9999px;
  background-image: url("../img/sss-logo.png");
  background-size: 100% auto;
  position: absolute;
  z-index: 9998;
  top: 300px;
  left: 50%;
  margin-left: -225px;
}


/*Index Part*/

.index-section-1 {
  width: 100%;
  height: 760px;
  overflow: hidden;
  z-index: 9998;
  margin-top: -90px;
  position: relative;
}
.index-intro {
  background-color:#FFF;
  border-top-right-radius: 50% 30px;
  border-top-left-radius: 50% 30px;
  padding-top: 90px;
  top: 40px;
  height: 730px;
  width: calc(100% + 60px);
  margin-left: -30px;
  position: absolute;
  text-align: center;
  background-image: url("../img/sss-bkg.png");
  background-position: bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
h2.slogan {
  color: #182C80;
  font-size: 24px;
  font-family: kinuta-maruminyoshino-stdn, serif;
  text-align: center;
  display: block;
}
ul.index-companies {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  justify-content: center;
}
ul.index-companies li {
  display: flex;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 1px solid #182C80;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  color: #182C80;
  line-height: 1.2;
  font-size: 18px;
  transition: all 0.5s;
}
ul.index-companies li:hover {
  background-color: #182C80;
  color: #FFF;
}
ul.index-companies li:nth-child(2), ul.index-companies li:nth-child(5) {
  margin-top: 10px;
}
ul.index-companies li:nth-child(3), ul.index-companies li:nth-child(4) {
  margin-top: 20px;
}
a.about-entry {
  color: #182C80;
  display: block;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 300;
  transition: 0.5s;
  padding-top: 60px;
  padding-bottom: 30px;
}
a.about-entry b {
  font-weight: 500;
}
a.about-entry:hover {
  color: rgba(24,44,128,0.6);
}

/*project entry*/
.project-entry {
  position: relative;
  z-index: 9998;
  margin-top: -30px;
  height: 550px;
  overflow: hidden;
}
.pe-shape {
  position: relative;
  border-top-right-radius: 50% 30px;
  border-top-left-radius: 50% 30px;
  height: 550px;
  width: calc(100% + 60px);
  margin-left: -30px;
  overflow: hidden;
}
.pro-entry-block {
  position: relative;
}
.pro-entry-block a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFF;
  background-color: rgba(24,44,128,0.5);
  width: 100%;
  height: 100%;
  text-shadow: 0px 0px 10px rgba(0,7,64,0.8) ;
  font-size: 40px;
  font-weight: 800;
  position: relative;
  transition: all 0.5s;
}
.pro-entry-block a p {
  display: block;
  position: absolute;
  width: 100%;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pro-entry-block a:hover {
  background-color:  rgba(24,44,128,0);
}
.see-more {
  height: 60px;
  background-color: #000740;
  background-image: url("../img/blue-bkg.png");
  background-size: 100% auto;
  background-position: bottom;
  transition: all 2s;
}
.see-more:hover {
  background-position: top;
}
.see-more a {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #FFF;
  font-weight: 400;
  text-align: center;
}

/*FOOTER*/

footer {
  background-image: url("../img/index-slide-1.jpg");
  background-size: 100% auto;
  background-attachment: fixed;
  color: #FFF;
  position: relative;
}
.site-map {
  background-color: rgba(0,0,0,0.7);
  padding: 60px;
}
h1.map-logo {
  display: block;
  margin: 0 auto;
  width: 142px;
  height: 99px;
  position: relative;
}
h1.map-logo a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/footer-logo.png");
  background-size: 100% auto;
  text-indent: -9999px;
  transition: all 0.5s;
}
h1.map-logo a:hover {
  opacity: 0.7;
}
ul.map-list {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px 30px 0px;
}
ul.map-list li {
  margin-left: 15px;
  margin-right: 15px;
}
ul.map-list li a {
  display: block;
  padding: 30px 15px 0px;
  color: #fff;
  font-weight: 500;
  transition: all 0.5s;
  line-height: 1.2;
}
ul.map-list li a span {
  font-size: 14px;
  font-weight: 100;
  display: block;
}
ul.map-list li a:hover {
  opacity: 0.5;
}
.copy {
  background-color: #182C80;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-weight: 300;
  font-size: 12px;
}
.copy span {
  color: rgba(255,255,255,0.2);
}
.copy span a {
  color: rgba(255,255,255,0.2);
  font-weight: 400;
}

/*FOR MOBILE*/
@media screen and (max-width: 767px) {
  * {
		box-sizing:border-box;
		-webkit-box-sizing: border-box;
	}
	html,body {
		min-width:100%;
	}
  
  /*Header*/

  header {
    position: fixed;
    height: 80px;
  }
  
  h1.index-logo {
    width: 300px;
    height: 91px;
    top: 150px;
    left: 50%;
    margin-left: -150px;
  }
  /*Index Part*/

  .index-section-1 {
    height: 620px;
    margin-top: -90px;
  }
  .index-intro {
    padding-top: 60px;
    height: 560px;
    width: calc(100% + 60px);
    background-image: url("../img/sss-bkg.png");
    background-position: bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  h2.slogan {
    font-size: 18px;
  }
  ul.index-companies {
    display: flex;
    flex-wrap:wrap;
    padding: 30px;
    justify-content: center;
  }
  ul.index-companies li {
    display: flex;
    width: 160px;
    height: 80px;
    border-radius: 40px;
    border: 1px solid #182C80;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    text-align: center;
    color: #182C80;
    line-height: 1.2;
    font-size: 16px;
    transition: all 0.5s;
  }
  ul.index-companies li:nth-child(2), ul.index-companies li:nth-child(5) {
    margin-top: 10px;
  }
  ul.index-companies li:nth-child(3), ul.index-companies li:nth-child(4) {
    margin-top: 10px;
  }
  a.about-entry {
    font-size: 18px;
    padding-top: 0px;
  }
  
  /*project entry*/
  .project-entry {
    height: 360px;
  }
  .pe-shape {
    height: 360px;
  }
 
  .pro-entry-block a {
    background-color: rgba(24,44,128,0.3);
    font-size: 20px;
  }
  .see-more {
    height: 60px;
    background-color: #000740;
    background-image: none;
    background-size: 100% auto;
    background-position: bottom;
    transition: all 2s;
  }
  .see-more:hover {
    background-position: top;
  }
  .see-more a {
    font-size: 18px;
  }

  /*FOOTER*/

  .site-map {
    padding: 30px;
  }
  h1.map-logo {
    width: 100px;
    height: 70px;
  }
  ul.map-list {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding:0px 30px 0px;
  }
  ul.map-list li {
    margin-left: 0px;
    margin-right: 0px;
  }
  ul.map-list li a {
    padding: 30px 15px 0px;
  }
  .copy {
    height: auto;
    line-height: 1.4;
    padding: 10px;
  }
  .copy span {
    display: block;
    color: rgba(255,255,255,0.2);
  }
  .copy span a {
    color: rgba(255,255,255,0.2);
    font-weight: 400;
  }

  
}