@charset "UTF-8";
/* ==========================================================================
	SCSS Extend & Mixin
========================================================================== */
footer, section .resumeCheck .radarInfo .circleChart {
  font-family: Arial, sans-serif;
}

section .resumeCheck .barInfo .list li, section .resumeCheck .radarChart, section .personInfo .mission .event, section .personInfo .company .scope, section .resumeCheck .barInfo .list li button, section .resumeCheck .barInfo .btns, section .resumeCheck .radarInfo .btn_revise, section .resumeCheck .barInfo p, section .resumeCheck .radarInfo .txts p {
  font-family: "微軟正黑體", "Microsoft JhengHei", "PingFang TC", "儷黑 Pro", "LiHei Pro", "文泉驛正黑", Helvetica, Arial, sans-serif;
}

footer .copyright, footer .link, section .resumeCheck .resume .headTxt h3,
section .resumeCheck .delivery .headTxt h3, section .personInfo .infoBox div, header .btn_check, section .resumeCheck .barInfo .list li button, section .resumeCheck .barInfo .btns, section .resumeCheck .radarInfo .btn_revise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section .personInfo .company .fraction .star, section .personInfo .company .fraction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section .resumeCheck .delivery .type, section .resumeCheck .radarInfo .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

section .resumeCheck .radarInfo, section .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

section .personInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

section .resumeCheck .barInfo .list li, section .resumeCheck .barInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

section .resumeCheck .barInfo h4, section .resumeCheck .radarInfo .txts h4 {
  font-size: 21px;
  font-weight: 500;
}

section .resumeCheck .barInfo p, section .resumeCheck .radarInfo .txts p {
  text-align: justify;
  word-break: break-all;
}

section .resumeCheck .barInfo .list li button, section .resumeCheck .barInfo .btns, section .resumeCheck .radarInfo .btn_revise {
  float: right;
  padding-bottom: 1px;
  width: 100px;
  height: 26px;
  font-size: 15px;
  color: #ffffff;
  background-color: #da665a;
  border-radius: 13px;
}
section .resumeCheck .barInfo .list li button:hover, section .resumeCheck .barInfo .btns:hover, section .resumeCheck .radarInfo .btn_revise:hover {
  background-color: #875765;
}

/* ==========================================================================
	topBar白色選單
========================================================================== */
/*.spBar {
	position: fixed;
	top: 30px;
	z-index: 998;
	padding-left: 30px;
	width: 100%;
	height: 60px;
	background-color: $color_w;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	&.icon {
		@extend %flexSb;
	}
	.icon {
		display: flex;
		align-items: center;
		img {
			margin-right: 8px;
			width: 32px;
		}
		p {
			font-size: 24px;
			color: #ed0180;
			font-weight: 500;
		}
	}
	.menu {
		float: right;
		display: flex;
		height: 100%;
		a {
			@extend %flexCenter;
			padding: 0 30px;
			height: 100%;
			font-size: 18px;
			color: $color;
			&:hover,
			&.menu_focus {
				color: #007de9;
			}
		}
	}
}*/
/* ==========================================================================
	Wrap & pop
========================================================================== */
a, a > *, a svg path, button {
  display: inline-table;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hide {
  display: none !important;
}

body {
  position: relative;
  color: #333333;
}
body.popFix {
  overflow: hidden;
}

.wrap {
  position: relative;
  margin-top: 30px;
  min-width: 1200px;
  overflow: hidden;
  background-image: url("../img/bg_cover_2.png"), url("../img/bg_cover_1.png");
  background-position: center top;
  background-repeat: repeat-x, repeat;
}
.wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -951.5px;
  width: 1903px;
  height: 690px;
  background-image: url("../img/bg_cover_R.png"), url("../img/bg_cover_L.png");
  background-position: 1388px top, 0px top;
  background-repeat: no-repeat;
}

header {
  padding: 0 40px;
  margin: 0 auto;
  width: 1100px;
  height: 588px;
}
header .head {
  position: relative;
  padding-top: 100px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
header h1 {
  font-size: 0;
}
header h1 img {
  width: 563px;
}
header p {
  margin-top: 13px;
  padding: 0 7px;
  font-size: 21px;
  color: #6b6866;
  line-height: 2.15;
  text-align: justify;
}
header .resumeImg {
  position: absolute;
  top: 35px;
  right: -470px;
  width: 422px;
}
header .btn_check {
  margin: 63px auto 0;
  width: 360px;
  height: 60px;
  font-size: 27px;
  color: #ffffff;
  background-color: #b09e68;
  border-bottom: 3px #928775 solid;
  border-radius: 6px;
}
header .btn_check:hover {
  background-color: #d6aa56;
  border-color: #bc9572;
}

section {
  position: relative;
  margin: 0 auto 60px;
  padding: 75px 40px 40px;
  width: 1100px;
  background-color: #ffffff;
  border: 25px #d0d0cf solid;
  border-radius: 15px;
}
section .scrollTo {
  position: absolute;
  top: -80px;
}
section h2 {
  position: relative;
  margin-bottom: 60px;
  width: 100%;
}
section h2 span {
  position: relative;
  display: table;
  margin: auto;
  padding: 0 8px 0 10px;
  font-size: 46px;
  color: #333333;
  background-color: #ffffff;
}
section h2:before {
  content: "";
  position: absolute;
  top: 70%;
  width: 100%;
  height: 2px;
  background-color: #8e8e8e;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(40%, #8e8e8e), color-stop(60%, #8e8e8e), to(#ffffff));
  background-image: linear-gradient(to right, #ffffff 0%, #8e8e8e 40%, #8e8e8e 60%, #ffffff 100%);
}
section .content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section .personInfo {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 25px 17px;
  width: 250px;
  background-color: #dedcd8;
  background-image: linear-gradient(to bottom, #dedcd8 0%, #f6f6f6 200px);
  border: 8px #f6f6f6 solid;
  border-radius: 15px;
}
section .personInfo .headshot {
  width: 180px;
  height: 180px;
  border: 5px #ffffff solid;
  border-radius: 50%;
  overflow: hidden;
}
section .personInfo .headshot img {
  width: 100%;
}
section .personInfo .headshot .male, section .personInfo .headshot .female {
  display: none;
}
section .personInfo .infoBox {
  margin-top: 15px;
  width: 100%;
}
section .personInfo .infoBox div {
  margin-bottom: 7px;
  padding-bottom: 2px;
  width: 100%;
  height: 36px;
  font-size: 18px;
  color: #ffffff;
  background-color: #875765;
  border-radius: 18px;
}
section .personInfo .infoBox div:last-child {
  margin-bottom: 0;
}
section .personInfo .company,
section .personInfo .mission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
  width: 100%;
}
section .personInfo .company h5,
section .personInfo .mission h5 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #333333;
  text-align: center;
  font-weight: 500;
}
section .personInfo .company .scope {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 7px 17px;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  background-color: #ffffff;
  border: 1px #e0e0e0 solid;
  border-radius: 10px;
}
section .personInfo .company .scope li {
  padding: 10px 0;
  border-bottom: 1px #e0e0e0 solid;
}
section .personInfo .company .scope li:last-child {
  border-width: 0;
}
section .personInfo .company .scope a {
  margin-bottom: 5px;
  color: #00a8c1;
  line-height: 1.2;
}
section .personInfo .company .scope a:hover {
  color: #ff8a2c;
  text-decoration: underline;
}
section .personInfo .company .fraction .star {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 7px;
}
section .personInfo .company .fraction .star img {
  margin-right: 5px;
  height: 16px;
}
section .personInfo .company .fraction .star img:last-child {
  margin-right: 0;
}
section .personInfo .mission .event {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 17px;
  width: 100%;
  background-color: #ffffff;
  border: 1px #e0e0e0 solid;
  border-radius: 10px;
}
section .resumeCheck {
  width: 700px;
  background-color: #ffffff;
}
section .resumeCheck .resume,
section .resumeCheck .delivery {
  width: 100%;
}
section .resumeCheck .resume .headTxt,
section .resumeCheck .delivery .headTxt {
  padding: 0 25px 25px;
  background-color: #f6f6f6;
  border-width: 1px 1px 0;
  border-color: #d7d7d7;
  border-style: solid;
  border-radius: 15px 15px 0 0;
}
section .resumeCheck .resume .headTxt h3,
section .resumeCheck .delivery .headTxt h3 {
  margin: -20px auto 20px;
  padding: 0 40px 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  font-size: 24px;
  color: #ffffff;
  font-weight: 400;
  background-color: #333333;
  border-radius: 20px;
}
section .resumeCheck .resume .headTxt p,
section .resumeCheck .delivery .headTxt p {
  font-size: 18px;
  color: #333333;
  line-height: 1.6;
  text-align: justify;
}
section .resumeCheck .resume .main,
section .resumeCheck .delivery .main {
  padding: 30px 25px 35px;
  border-width: 0 1px 1px;
  border-color: #d7d7d7;
  border-style: solid;
  border-radius: 0 0 15px 15px;
}
section .resumeCheck .radarChart {
  margin: 0 auto 20px;
  width: 400px;
  height: 400px;
}
section .resumeCheck .radarInfo {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: 100%;
}
section .resumeCheck .radarInfo .item {
  margin-bottom: 25px;
  width: 310px;
}
section .resumeCheck .radarInfo .item:last-child {
  margin-bottom: 0;
}
section .resumeCheck .radarInfo .circleChart {
  position: relative;
  margin-right: 10px;
  padding-top: 32px;
  width: 90px;
  height: 90px;
  font-size: 12px;
  text-align: center;
}
section .resumeCheck .radarInfo .circleChart span {
  font-size: 30px;
}
section .resumeCheck .radarInfo .circleChart canvas {
  position: absolute;
  left: 0;
  top: 0;
}
section .resumeCheck .radarInfo .txts {
  width: 210px;
  color: #333333;
}
section .resumeCheck .radarInfo .txts h4 {
  margin-bottom: 8px;
}
section .resumeCheck .radarInfo .txts p {
  font-size: 15px;
  line-height: 1.35;
}
section .resumeCheck .radarInfo .txts p .ex {
  color: #da665a;
}
section .resumeCheck .radarInfo .btn_revise {
  margin-top: 15px;
}
section .resumeCheck .delivery {
  margin-top: 60px;
}
section .resumeCheck .delivery .type {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
section .resumeCheck .barChart,
section .resumeCheck .barChart_2 {
  width: 330px;
  min-height: 200px;
  max-height: 365px;
}
section .resumeCheck .position {
  width: 330px;
}
section .resumeCheck .barInfo {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 290px;
  color: #333333;
}
section .resumeCheck .barInfo h4 {
  width: 100%;
  margin-bottom: 12px;
  color: #c48322;
}
section .resumeCheck .barInfo p {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
}
section .resumeCheck .barInfo .btns {
  margin-top: 15px;
}
section .resumeCheck .barInfo .list li {
  margin-bottom: 20px;
  font-size: 15px;
}
section .resumeCheck .barInfo .list li:last-child {
  margin-bottom: 0;
}
section .resumeCheck .barInfo .list li p {
  margin-bottom: 5px;
  text-align: left;
}
section .resumeCheck .barInfo .list li span {
  color: #c48322;
  font-weight: 700;
}
footer {
  position: relative;
  padding: 50px 15px 45px;
  font-size: 15px;
  color: #98d8e4;
  text-align: center;
  background-color: #47768c;
}
footer .link {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
footer .link a {
  padding: 0 15px;
  color: #ffffff;
  text-decoration: none;
  border-right: 1px #ffffff solid;
}
footer .link a:last-child {
  border-width: 0;
}
footer .link a:hover {
  text-decoration: underline;
}
footer .copyright svg {
  margin-right: 25px;
  width: 170px;
}
footer .copyright svg path {
  fill: #98d8e4;
}
footer .copyright p {
  text-align: left;
  line-height: 1.6;
}
footer .copyright p .tel {
  margin-right: 20px;
  color: #98d8e4 !important;
  text-decoration: none !important;
  cursor: text !important;
  pointer-events: none !important;
}
footer .copyright p .company {
  display: none;
}

@media screen and (max-width: 1200px) {
  .wrap {
    min-width: 100%;
    background-image: url("../img/bg_cover_2m.png"), url("../img/bg_cover_1m.png");
  }
  .wrap:before {
    margin-left: -600px;
    width: 1200px;
    height: 460px;
    background-position: 100% top, 0px top;
    background-size: auto 100%;
  }
  header {
    padding: 50px 96px;
    width: auto;
    max-width: 623px;
    height: auto;
  }
  header .head {
    padding-top: 0;
    width: 100%;
  }
  header h1 img {
    width: 100%;
  }
  header p {
    line-height: 2;
  }
  header .resumeImg {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    margin: 40px auto;
    width: 80%;
  }
  header .btn_check {
    margin-top: 0;
    height: 55px;
    font-size: 24px;
  }
  section {
    padding: 50px 25px 30px;
    margin: 0 30px 50px;
    width: auto;
    border-width: 15px;
  }
  section h2 {
    margin-bottom: 30px;
  }
  section h2 span {
    font-size: 36px;
  }
  section .personInfo {
    padding: 20px 12px 15px;
    width: 100%;
    background-image: none;
    background-color: initial;
    border-width: 0;
  }
  section .personInfo .headshot {
    border-color: #eeeeee;
  }
  section .personInfo .infoBox div {
    margin: 0 auto 7px;
    max-width: 230px;
  }
  section .personInfo .company {
    margin-right: 2%;
    width: 28%;
    min-width: 170px;
  }
  section .personInfo .mission {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto;
  }
  section .personInfo .mission .event {
    min-height: auto;
  }
  section .resumeCheck {
    width: 100%;
  }
  section .resumeCheck .resume,
  section .resumeCheck .delivery {
    margin-top: 60px;
  }
  section .resumeCheck .resume .headTxt h3,
  section .resumeCheck .delivery .headTxt h3 {
    margin-top: -18px;
    height: 36px;
    font-size: 21px;
  }
  section .resumeCheck .resume .headTxt p,
  section .resumeCheck .delivery .headTxt p {
    font-size: 17px;
  }
  section .resumeCheck .radarChart {
    width: 100%;
    height: 65vw;
    max-width: 400px;
    max-height: 400px;
  }
  section .resumeCheck .radarInfo .item {
    width: 48%;
  }
  section .resumeCheck .radarInfo .item .txts {
    width: calc(100% - 100px);
  }
  section .resumeCheck .barInfo {
    width: calc(100% - 350px);
  }
  section .resumeCheck .barInfo h4 {
    line-height: 1.2;
  }
}
@media screen and (max-width: 1014px) {
  .spBar {
    padding-left: 7px;
    height: 45px;
  }
  .spBar.icon .menu {
    width: auto;
  }
  .spBar.icon .menu a {
    padding: 0 10px;
    width: auto;
    font-size: 15px;
  }
  .spBar .icon img {
    margin-right: 5px;
    width: 20px;
  }
  .spBar .icon p {
    font-size: 18px;
  }
  .spBar .menu {
    width: 100%;
  }
  .spBar .menu a {
    padding: 0;
    width: 25%;
    font-size: 15px;
  }
}
@media screen and (max-width: 1000px) {
  footer .link {
    margin-bottom: 10px;
  }
  footer .link a {
    margin-bottom: 20px;
  }
  footer .copyright svg {
    display: none;
  }
  footer .copyright p {
    text-align: center;
  }
  footer .copyright p .company {
    display: inline;
    margin-right: 5px;
  }
}
@media screen and (max-width: 800px) {
  section .resumeCheck .barChart,
  section .resumeCheck .barChart_2,
  section .resumeCheck .position {
    width: 250px;
  }
  section .resumeCheck .barInfo {
    width: calc(100% - 270px);
  }
}
@media screen and (max-width: 700px) {
  section .resumeCheck .radarInfo .item {
    width: 100%;
  }
  section .resumeCheck .barChart,
  section .resumeCheck .barChart_2,
  section .resumeCheck .position {
    width: 200px;
  }
  section .resumeCheck .barInfo {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 600px) {
  .wrap:before {
    display: none;
  }
  header {
    padding: 8vw 16vw;
  }
  header p {
    font-size: 18px;
    line-height: 1.8;
  }
  header .resumeImg {
    margin: 20px auto 30px;
  }
  header .btn_check {
    width: 80%;
    height: 50px;
    font-size: 21px;
  }
  section {
    padding: 35px 20px 25px;
    margin: 0 20px 40px;
    border-width: 7px;
    border-radius: 10px;
  }
  section .scrollTo {
    top: -60px;
  }
  section h2 {
    margin-bottom: 20px;
  }
  section h2 span {
    font-size: 27px;
  }
  section .personInfo {
    border-radius: 7px;
  }
  section .personInfo .company {
    margin-right: 0;
    width: 100%;
    min-width: 100%;
  }
  section .personInfo .company .scope {
    border-radius: 5px;
  }
  section .personInfo .mission {
    width: 100%;
  }
  section .personInfo .mission .event {
    border-radius: 5px;
  }
  section .resumeCheck .resume .headTxt, section .resumeCheck .delivery .headTxt {
    border-radius: 7px 7px 0 0;
  }
  section .resumeCheck .resume .headTxt p, section .resumeCheck .delivery .headTxt p {
    font-size: 16px;
  }
  section .resumeCheck .resume .main, section .resumeCheck .delivery .main {
    border-radius: 0 0 7px 7px;
  }
  section .resumeCheck .delivery .type {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section .resumeCheck .barChart,
  section .resumeCheck .barChart_2 {
    width: 100%;
  }
  section .resumeCheck .position {
    width: 90%;
  }
  section .resumeCheck .barInfo {
    margin-top: 20px;
    width: 100%;
  }
  footer .link {
    margin-left: auto;
    margin-right: auto;
    max-width: 407px;
  }
  footer .link a:nth-child(3) {
    border-width: 0;
  }
}
@media screen and (max-width: 480px) {
  header {
    padding: 8vw 10vw;
  }
  header p {
    font-size: 16px;
  }
  header .btn_check {
    width: 75%;
    min-width: 220px;
    height: 45px;
    font-size: 18px;
  }
  section {
    margin: 0 15px 30px;
    padding: 35px 15px 15px;
    border-width: 5px;
  }
  section .scrollTo {
    top: -50px;
  }
  section h2 {
    margin-bottom: 15px;
  }
  section h2 span {
    font-size: 24px;
  }
  section .personInfo .headshot {
    width: 37.5vw;
    height: 37.5vw;
    min-width: 140px;
    min-height: 140px;
  }
  section .personInfo .infoBox div {
    max-width: 200px;
    height: 34px;
    font-size: 16px;
    border-radius: 17px;
  }
  section .personInfo .company,
  section .personInfo .mission {
    margin-top: 25px;
  }
  section .resumeCheck .resume,
  section .resumeCheck .delivery {
    margin-top: 45px;
  }
  section .resumeCheck .resume .headTxt,
  section .resumeCheck .delivery .headTxt {
    padding: 0 20px 20px;
  }
  section .resumeCheck .resume .headTxt h3,
  section .resumeCheck .delivery .headTxt h3 {
    margin: -17px auto 15px;
    height: 34px;
    font-size: 19px;
  }
  section .resumeCheck .resume .main,
  section .resumeCheck .delivery .main {
    padding: 15px 20px 30px;
  }
  section .resumeCheck .resume .main {
    padding: 15px 20px 30px;
  }
  section .resumeCheck .delivery .main {
    padding: 25px 20px 30px;
  }
  section .resumeCheck .radarInfo .circleChart {
    padding-top: 24px;
    width: 70px;
    height: 70px;
  }
  section .resumeCheck .radarInfo .circleChart span {
    font-size: 24px;
  }
  section .resumeCheck .radarInfo .item {
    margin-bottom: 15px;
  }
  section .resumeCheck .radarInfo .item .txts {
    width: calc(100% - 80px);
  }
  section .resumeCheck .radarInfo .item .txts h4 {
    margin-bottom: 5px;
    font-size: 18px;
  }
  section .resumeCheck .radarInfo .item .txts p {
    font-size: 14px;
    line-height: 1.4;
  }
  section .resumeCheck .radarInfo .btn_revise {
    margin-top: 10px;
    width: 90px;
    height: 24px;
    font-size: 14px;
    border-radius: 12px;
  }
  section .resumeCheck .barInfo h4 {
    margin-bottom: 8px;
    font-size: 18px;
  }
  section .resumeCheck .barInfo p {
    font-size: 15px;
    line-height: 1.4;
  }
  section .resumeCheck .barInfo .btns,
  section .resumeCheck .barInfo .list li button {
    width: 90px;
    height: 24px;
    font-size: 14px;
    border-radius: 12px;
  }
  section .resumeCheck .barInfo .btns {
    margin-top: 10px;
  }
  footer {
    font-size: 14px;
  }
  footer .link {
    max-width: 395px;
  }
  footer .copyright {
    line-height: 1.8;
  }
  footer .copyright p .tel {
    display: block;
    margin-right: 0;
  }
}
@media screen and (max-width: 430px) {
  section .personInfo .infoBox div {
    max-width: 180px;
    height: 30px;
    font-size: 15px;
  }
  section .personInfo .company h5,
  section .personInfo .mission h5 {
    font-size: 17px;
  }
  section .personInfo .company .scope {
    font-size: 14px;
  }
  section .personInfo .company .fraction .star {
    padding-bottom: 2px;
  }
  section .personInfo .company .fraction .star img {
    height: 15px;
  }
  section .resumeCheck .resume .headTxt p,
  section .resumeCheck .delivery .headTxt p {
    font-size: 15px;
  }
  footer {
    padding: 40px 15px;
  }
}