@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/NotoSansJP-Light.woff)
  format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-display: swap;
  src: url(../font/NotoSansJP-Medium.woff)
  format("woff");
  unicode-range: 4E00-62FF, 6300-77FF, 7800-8CFF, 8D00-9FFF;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: bold;
  font-weight: 700;
  font-display: swap;
  src: url(../font/NotoSansJP-ExtraBold.woff)
  format("woff");
  unicode-range: 4E00-62FF, 6300-77FF, 7800-8CFF, 8D00-9FFF;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../font/Montserrat-Regular.woff)
  format("woff");
  unicode-range:U+0041-005A, U+0061-007A;	/* 영문 대소문자 */
}
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-display: swap;
  src: url(../font/Montserrat-Medium.woff)
  format("woff");
  unicode-range:U+0041-005A, U+0061-007A;	/* 영문 대소문자 */
}
@font-face {
  font-family: "Montserrat";
  font-style: bold;
  font-weight: 700;
  font-display: swap;
  src: url(../font/Montserrat-Bold.woff)
  format("woff");
  unicode-range:U+0041-005A, U+0061-007A;	/* 영문 대소문자 */
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../font/NotoSansKR-Regular.woff)
  format("woff");
  unicode-range:U+AC00-D7A3;	/* 한글 */
}
@font-face {
  font-family: "Noto Sans KR";
  font-weight: 400;
  font-display: swap;
  src: url(../font/NotoSansKR-Medium.woff)
  format("woff");
  unicode-range:U+AC00-D7A3;	/* 한글 */
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: bold;
  font-weight: 700;
  font-display: swap;
  src: url(../font/NotoSansKR-Bold.woff)
  format("woff");
  unicode-range:U+AC00-D7A3;	/* 한글 */
}
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;
}
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;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  /*background-color: #ddd;*/
  font-family: 'Noto Sans JP', 'Noto Sans KR', sans-serif;
  line-height: 1em;
  /*background-color: #888;*/
  letter-spacing: -0.3px;
  counter-increment: index 0;
}
.en{font-family: 'Montserrat', sans-serif;}
/* a4용지 사이즈 css*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-print-color-adjust: exact !important;   /* Chrome, Safari, Edge */
  color-adjust: exact !important;                 /*Firefox*/
}
.page {
  position: relative;
  width: 1122px;
  height: 793px;
  margin: 10px auto;
  background:#fff;
  overflow: hidden;
}
.page::after{
  position: absolute;
  bottom: 32px;
  width: 100px;
  left: calc(50% - 50px);
  font-size: 13px;
  color: #333;
  line-height: 17px;
  counter-increment: index;
  content: counter(index)"/29";
  text-align: center;
}
.subpage {
  position: relative;
  height: 793px;
}
.page.cover .logo img{width: 137px; height: auto;}
.page.cover::after,
.page.cover .subpage:before {display:none;}
.page.cover2::after,
.page.cover2 .subpage:before,
.page.cover2 .subpage:after {display:none;}
.subpage:before,
.subpage:after {
  display: block;
  position: absolute;
  bottom: 32px;
}
.subpage:before {
  left: 43px;
  width: 79px;
  height: 17px;
  background: url('../images/reports/logo-footer.png') center center / contain no-repeat;
  content: '';
}
.subpage:after {
  right: 43px;
  font-size: 11px;
  color: #666;
  line-height: 17px;
  content:'エデュプレックス VLT4G 検査結果レポート';
}
@page { size: A4 landscape; margin:0; }
@media print {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  html, body {
    width: 297mm;
    height: 210mm;
  }
  .page {
    margin: 0;
    box-shadow: none;
    border: initial;
    width: initial;
    min-height: initial;
    box-shadow: initial;
    background: initial;
    page-break-after: always;
  }
}

/* 공통 css */
/* header */
.page .header{
  width: 100%;
  height: 80px;
  line-height: 80px;
  padding:0 43px;
  font-size: 19px;
  overflow: hidden;
}
.page.blue .header{
  background-color: #1F16C7;
}
.page.green .header{
  background-color: #007F91;
}
.page.cherry .header{
  background-color: #9E0936;
}
.page.yellow .header{
  background-color: #EC8E00;
}
.page .top-left{
  color:#fff;
  float: left;
  height: 80px;
  font-weight: 400;
}
.page .top-left span{
  font-size: 15px;
  vertical-align: bottom;
  margin-left: 10px;
}
.page .top-right{
  float: right;
  text-align: right;
  color: rgba(255, 255, 255, 0.60);
  display: flex;
  flex-direction: column;
  height: 80px;
  align-items: flex-end;
  line-height: 150%;
  justify-content: center;
}
.page .top-right span{
  font-size: 11px;
  line-height: 150%;
}

/* 본문 */
.container{
  position: relative;
  width: calc(100% - 86px);
  height: 649px;
  padding: 43px 0;
  margin: 0 43px;
  border-bottom: 1px solid #E3E3E3;
}
.title-txt{
  flex: none;
  width: 100%;
  font-size: 19px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.7px;
  margin-bottom: 15px;
}
.quarter-container > .title-txt{
  margin-bottom: 31px;
}
.cont-title{
  font-size: 37px;
  font-weight: 500;
  line-height: 52px;
  color: #333;
  margin-bottom: 21px;
  letter-spacing: -0.5px;
}
.cont-title span{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #666;
  vertical-align: middle;
  margin-left: 17px;
}
.basic-box{
  font-size: 15px;
  line-height: 150%;
  color:#333;
}
.gray-box{
  padding: 32px;
  height: 447px;
  background-color: #F3F3F3;
  font-size: 14px;
  line-height: 150%;
  color: #666;
  border-radius: 10px;
}
.gray-box.max-height{height: 490px;}
.max-height{
  height: 100%;
}
.gray-box .title{
  font-size: 19px;
  line-height: 150%;
  color: #333;
}
.gray-box .title {margin-bottom: 2px;}
.gray-box ul li+li{margin-top: 11px;}
.gray-box p+p{margin-top: 21px;}
.container .half{
  display: flex;
  justify-content: space-between;
}
.half h4{
  font-size: 27px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 16px;
  color: #333;
}
.left-container{
  width: 506px;
}
.right-container{
  width: 506px;
}

.quarter-container{display: flex;justify-content: space-between;flex-wrap: wrap;}
.quarter-box{width: 241px;}
.info-txt{
  font-size: 11px;
  font-weight: 400;
  line-height: 150%;
  color: #666;
}
.half.half2 .left-container{width: 772px;}
.half.half2 .right-container{width: 242px;}
.red-txt{color: #D71E33 !important;}
.cherry-txt{color: #9E0936 !important;}
.blue-txt{color: #1F16C7 !important;}
.blue2-txt{color: #0BA3C2 !important;}
.black-txt{color: #000 !important;}
.green-txt{color: #007F91 !important;}
.yellow-txt{color: #EC8E00 !important;}
.yellow-txt2{color: #FFB320 !important;}

.align-right{text-align: right !important;}
.mt-15{margin-top: 15px !important;}
.mt-30{margin-top: 30px !important;}
.mt-50{margin-top: 50px !important;}
.radius-10{border-radius: 11px;}
/* bar css */
.text-bar{display: flex;width: 480px;line-height: 24px;min-height: 35px;align-items: center;}
.text-bar+.text-bar{margin-top: 15px;}
.text-bar .txt{width: 120px;margin-left: 5px;color:#343434;font-size: 16px;}
.text-bar .bar{
  position: relative;
  width: 306px;
  padding-left: 48px;
  line-height: 21px;
  height: 21px;
  border-radius: 30px;
  background: var(--bar-gradient, linear-gradient(90deg, #03A3C8 0%, #F09000 51.56%, #D0003F 100%));
}
.text-bar .bar .round{
  position: absolute;
  font-family: 'Montserrat', sans-serif;
  top:-7px;
  z-index: 100;
  margin-left: -18px;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 999px;
  color: #4F4F4F;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  border-radius: 50%;
  overflow: hidden;
  background: url('../images/reports/graph-point.png') center center / contain no-repeat; ;
}
.text-bar .bar::after{
  content: '0';
  display: block;
  position: absolute;
  z-index: 10;
  left: 10px;
  top: 0px;
  color:#fff;
  font-weight: 300;
  font-size: 11px;
}
.text-bar .bar::before{
  content: '100';
  display: block;
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 0px;
  color:#fff;
  font-weight: 300;
  font-size: 11px;
}
.text-bar .bar .tag{
  position: absolute;
  top:0px;
  right: -48px;
  width: 37px;
  height: 21px;
  text-align: center;
  line-height: 21px;
  font-size: 11px;
  color: #fff;
  border-radius: 3px;
}
.text-bar .bar .tag.blue{background-color: #0BA3C2;}
.text-bar .bar .tag.red{background-color: #D71E33}

/* 커버 */
.cover .subpage{
  background:#fff url('../images/reports/bg-cover.png') no-repeat center center;
  padding: 42px;
}
.cover .title{
  margin: 218px auto 0;
  color: #00488E;
  text-align: center;
  font-family: Montserrat;
  font-size: 80px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1.6px;
}
.cover .title strong{
  display: block;
  color: #000;
  font-family: Noto Sans JP;
  font-size: 37px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.746px;
  margin-top: 11px;
}
.cover .info-box{
  margin-top: 28px;
  width: 240px;
  float: right;
  font-size: 16px;
  line-height: 150%;
  color: #333;
}
.cover .info-box li{
  margin-top: 5px;
}
.page.cover2 .cont{line-height: 723px;text-align: center;}
.page.cover2 .cont > img{width: 377px;}
.page.cover2 .info{
  font-size: 11px;
  font-weight: 400;
  line-height: 150%;
  color: #666;
  text-align: center;
}
/* guide */
.info_container .img{margin: 33px auto;max-width: 998px;}
.info_container p{
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  color: #666;
}
/* page_02 */
.quarter-list dt{
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 5px 5px 0px 0px;
}
.quarter-list dt.blue{background-color: #1F16C7;}
.quarter-list dt.green{background-color: #007F91;}
.quarter-list dt.cherry{background-color: #9E0936;}
.quarter-list dt.yellow{background-color: #EC8E00;}
.quarter-list dd{height: 452px;background-color: #F3F3F3;}
.quarter-list dd{padding:11px 16px 16px;}
.quarter-list dd li{
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  color: #666;
}
.quarter-list dd li .title{margin-top: 10px;font-weight: bold;}
.quarter-list dd li span{display: block;}
.quarter-list dd li span.small{font-size: 9px;line-height: 150%;}
/* page_03 */
.table-box table{
  width: 693px;
  margin: 25px auto 12px;
  font-size: 15px;
  line-height: 44px;
  height: 44px;
  text-align: center;
}
.table-box table caption{display: none;}
.table-box table thead th{background-color: #1F16C7;font-weight: 400;color: #fff;border: 1px solid #1F16C7;}
.table-box table tbody th{font-weight: 400;background-color: #E8E7FF;border: 1px solid #ccc;}
.table-box table tbody td{border: 1px solid #ccc;}
.table-box .info-txt{text-align: center;margin-bottom: 43px;}
ul.blue-txt{
  display: flex;
  justify-content: space-around;
  width: 80%;
  margin: 16px auto;
}
ul.blue-txt li{list-style: disc;}
/* page_04 일반 문장 */
.introduce-cont{
  font-size: 15px;
  line-height: 150%;
}
.introduce-cont h4{
  font-size: 16px;
  font-weight: 400;
  color:#000;
  line-height: 150%;
  margin-bottom: 16px;
}
.introduce-cont .cont{
  background-color: #F3F3F3;
  color: #666;
  padding: 21px 32px;
}
.introduce-cont .cont div+div{margin-top: 16px;}
.introduce-cont .text-bar{margin: auto;}
.introduce-cont .text-bar+.text-bar{margin-top: 21px;}

.introduce-cont + .introduce-cont{
  margin-top: 53px
}
/* page_04, page_13 sub_cover_01 */
.sub_cover_01{
  padding: 133px 80px;
  background:#fff url(../images/reports/bg-s.png) no-repeat center center;
}
.sub_cover_01 .title{
  font-size: 80px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1.6px;
}
.sub_cover_01 .cont{
  margin-top: 53px;
  padding: 17px 63px 25px 48px;
  border-left: 1.5px solid #1F16C7;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: -0.6px;
  color: #666;
}
.sub_cover_01 .cont strong{
  display: block;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: -0.9px;
  margin-bottom: 42px;
}
.sub_cover_01.green{
  background-image: url('../images/reports/bg-t.png');
}
.sub_cover_01.green .cont{
  border-left-color: #007F91;
}
.sub_cover_01.cherry{
  background-image: url('../images/reports/bg-a.png');
}
.sub_cover_01.cherry .cont{
  border-left-color: #9E0936;
}
.sub_cover_01.yellow{
  background-image: url('../images/reports/bg-r.png');
}
.sub_cover_01.yellow .cont{
  border-left-color: #EC8E00;
}
/* page_06 , page_08*/
.mbti-container{display: flex;width: 389px;margin: 31px auto;justify-content: space-between;}
.mbti-container .box{width: 93px;}
.mbti-container .box .type{
  font-family: 'Montserrat', sans-serif;
  height: 90px;
  font-size: 67px;
  font-weight: 700;
  line-height: 90px;
  background-color: #E8E7FF;
  color: #1F16C7;
  border-radius: 5px;
}
.mbti-container.parent .box .type{
  background-color: #FFF1D5;
  color: #FFB320;
}
.mbti-container .box .number{
  font-size: 19px;
  line-height: 150%;
  margin-top: 16px;
}
.mbti-container .box .tag{
  font-size: 11px;
  line-height: 100%;
  color: #fff;
  display: flex;
  width: 47px;
  padding: 3px 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 2px auto 0;
  border-radius: 3px;
}
.mbti-container .box .tag.red{background-color: #AF2321;}
.mbti-container .box .tag.yellow{background-color: #EABF44;}
.mbti-container .box .tag.blue{background-color: #558D3C;}
.mbti-container .box span{display: flex;justify-content: center;}
.mbti-container.small{width: 195px;margin-top:0px;}
.mbti-container.small .box{width: 47px;}
.mbti-container.small .box .type{height: 42px;line-height: 42px;font-size: 32px;}
.type-list{
  display: flex;
  line-height: 150%;
  flex-wrap: wrap;
}
.type-list dt{
  width: 85px;
  font-size: 19px;
  color: #333;
  border-top: 1.4px solid #ECECEC;
  padding: 7px 0;
}
.type-list dd{
  width: 410px;
  font-size: 15px;
  color: #666;
  border-top: 1.4px solid #ECECEC;
  padding: 7px 0;
  line-height: 150%;
}
.type-list dt:first-child,
.type-list dt:first-child+dd{border-top-width: 0px;padding-top: 0px;}
/* page_09 */
.mbti-list{display: flex;flex-direction: column;}
.mbti-list li{
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #E3E3E3;
  height: 108px;
}
.mbti-list li span{
  position: relative;
  width: 90px;
  flex: none;
  text-align: center;
  font-size: 48px;
  font-family: 'Montserrat';
  font-weight: 700;
  line-height: 108px;
}
.mbti-list li .left{background-color: #E8E7FF;color: #1F16C7;}
.mbti-list li .cont{width: 540px;font-size: 11px;line-height: 150%;color: #666;padding: 14px 0;}
.mbti-list li .right{background-color: #FFF1D5;color: #FFB320;}
.mbti-list li:first-child{border: none;height: 26px;}
.mbti-list li:first-child span{font-size: 15px;color: #666;line-height: 150%;font-weight: 400;}
.mbti-list li .left::after,
.mbti-list li .right::after{
  position: absolute;
  content: '';
  top:0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 53px solid #fff;
  border-left: 23px solid transparent;
}
.mbti-list li .left::before,
.mbti-list li .right::before{
  position: absolute;
  content: '';
  bottom:0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 53px solid #fff;
  border-left: 23px solid transparent;
}
.mbti-list li .right::after{
  left: 0;
  right: auto;
  border-bottom: 52.75px solid #fff;
  border-right: 23px solid transparent;
  border-left: none;
}
.mbti-list li .right::before{
  left: 0;
  right: auto;
  border-bottom: 52.75px solid #fff;
  border-right: 23px solid transparent;
  border-left: none;
}
.mbti-table-title{
  background-color: #F3F3F3;
  text-align: center;
  line-height: 30px;
  font-size: 11px;
  color: #666;
}
.mbti-table-box{
  display: flex;
  flex-wrap: wrap;
  margin: 7px 0px 0px 1px;
}
.mbti-table-box li{
  min-width: 61px;
  line-height: 54px;
  border: 1px solid #E3E3E3;
  margin-left: -1px;
  margin-top: -1px;
  text-align: center;
  font-family: Montserrat;
  font-size: 11px;
  font-weight: 500;
}

.mbti-table-box .blue{background-color: #1F16C7;color: #fff;}
.mbti-table-box .yellow{border: 3px solid #FFB320;line-height: 50px}

/* page_10*/
.bar-cont{
  padding-top: 53px;
}
/* page_15 */
.graph-cont{display: flex;flex-wrap: wrap;}
.graph-cont >p{
  font-size: 11px;
  color: #007F91;
}
.graph-cont .left{
  width: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 223px;
  margin-top: 32px;
  padding-right: 10px;
  text-align: right;
}
.graph-cont .bottom{
  display: flex;
  flex: auto;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 26px 0 48px;
}
.graph-cont >p strong{
  font-size: 13px;
  font-weight: 400;
}
.graph-table{
  position: relative;
  display: flex;
  width: 410px;
  height: 434px;
  margin: 25px 23px 0 0;
  border: 1px solid #99CCD3;
  flex-wrap: wrap;
  border-width: 0px 0px 1px 1px;
  font-size: 15px;
  padding: 10px 10px 0 0;

}
.graph-table::after{
  position: absolute;
  display: block;
  top: -12px;
  left: 198px;
  font-size: 11px;
  content: '▲';
  color: #99CCD3;
  height: 446px;
  border-left: 1px solid #99CCD3;
  width: 1px;
  text-indent: -6px;
  line-height: 8px;
}
.graph-table::before {
  position: absolute;
  display: block;
  top: 221px;
  left: 0;
  font-size: 11px;
  content: '▶';
  color: #99CCD3;
  border-top: 1px solid #99CCD3;
  width: 413px;
  text-align: right;
  line-height: 0;
  vertical-align: middle;
}
.graph-table li{
  width: 133px;
  height: 107px;
  margin-top: -1px;
  margin-left: -1px;
  border: 1px dashed #99CCD3;
  padding: 11px;
}
.graph-table li .num{color: #666}
.graph-table li.check .num{color: #fff;font-family: 'Montserrat';}
.graph-table li .txt{display: block;color: #fff;margin-top: 21px;text-align: center;}
.graph-table li.check:nth-child(1){background-color: #006674;}
.graph-table li.check:nth-child(2){background-color: #004C57;}
.graph-table li.check:nth-child(3){background-color: #00333A;}
.graph-table li.check:nth-child(4){background-color: #007F91;}
.graph-table li.check:nth-child(5){background-color: #006674;}
.graph-table li.check:nth-child(6){background-color: #004C57;}
.graph-table li.check:nth-child(7){background-color: #3399A7;}
.graph-table li.check:nth-child(8){background-color: #007F91;}
.graph-table li.check:nth-child(9){background-color: #006674;}
.graph-table li.check:nth-child(10){background-color: #66B2BD;}
.graph-table li.check:nth-child(11){background-color: #3399A7;}
.graph-table li.check:nth-child(12){background-color: #007F91;}

.graph-table li:nth-child(1),
.graph-table li:nth-child(2),
.graph-table li:nth-child(3),
.graph-table li:nth-child(6),
.graph-table li:nth-child(9),
.graph-table li:nth-child(12){border-width: 0px 0px 1px 1px;}
.graph-table li.check{border: none;}

/* page_23 */
.step-cont{
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  margin-top: -9px;
}
.step-cont li{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  position: relative;
  width: 140px;
  height: 118px;
  padding: 15px;
  text-align: center;
  line-height: 150%;
  border-radius: 10px;
  background-color: #F3F3F3;
  letter-spacing: -0.3px;
}
.step-cont li .title{font-size: 13px;color: #666;margin-bottom: 5px;}
.step-cont li .txt{font-size: 14px;color: #333;}
.step-cont li::after{
  background: url('../images/reports/icon_arrow.png') no-repeat center center;
  display: block;
  content: '';
  width: 43px;
  height: 43px;
  position: absolute;
  left: -43px;
  top: 38px;
}
.step-cont li:first-child:after{
  display: none;
}

/* page_27 result page */
.quarter-box .quarter-title{
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.quarter-box .result-mbti{display: flex;justify-content: space-between;}
.quarter-box .result-mbti >div{
  width: 118px;
  height: 71px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  border-radius: 3px;
}
.quarter-box .result-mbti .student{
  background-color: #1F16C7;
}
.quarter-box .result-mbti .parents{
  background-color: #FFB320;
}
.quarter-box .result-mbti .txt{
  display: block;
  margin-top: 14px;
  line-height: 16px;
}
.quarter-box .result-mbti .mbti{
  display: block;
  font-size: 21px;
  font-weight: 700;
  line-height: 130%;
}
.quarter-box .result-box{margin-top: 11px;}
.quarter-box .result-box .title{
  font-size: 13px;
  font-weight: 400;
  background-color: #F3F3F3;
  color: #333;
  line-height: 32px;
  padding: 0 16px;
}
.quarter-box .result-box ul{margin-bottom: 16px;margin-top: 4px;}
.quarter-box .result-box ul li{
  display: flex;
  justify-content: space-between;
  padding: 0 8px;
  line-height: 17px;
  font-weight: 400;
  color: #666;
}
.quarter-box .result-box ul li .left{
  width: 96px;
  text-align: right;
  font-size: 11px;
}
.quarter-box .result-box ul li .center{
  display: flex;
  align-items: center;
  width: 80px;
  font-size: 12px;
  color: #333;
}
.quarter-box .result-box ul li .center-txt{
  width: 120px;
}
.quarter-box .result-box ul li .center span{
  height: 8px;
  background-color: #FFCB46;
}
.quarter-box .result-box ul li .right{
  position: relative;
  display: flex;
  align-items: center;
  width: 40px;
  font-size: 13px;
}
.quarter-box .result-box ul li .right.red-txt::after{
  display: block;
  content: '';
  position: absolute;
  top: auto;
  right: 0;
  width: 16px;
  height: 8px;
  background-color: #D71E33;
}
.quarter-box .result-box ul li .right.blue-txt::after{
  display: block;
  content: '';
  position: absolute;
  top: auto;
  right: 0;
  width: 16px;
  height: 8px;
  background-color: #0BA3C2;
}

/* page_28 */
.introduce-cont .half .cont{
  padding: 21px;
  height: 170px;
}
.introduce-cont .half .cont+.cont{margin-top:23px;}
.introduce-cont .half .cont strong{
  color: #333;
  display: block;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 11px;
}
.blue-type{
  line-height: 42px;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 52px;
}
.blue-type .type{
  display: inline-block;
  font-size: 21px;
  color: #fff;
  background-color: #1F16C7;
  line-height: 42px;
  padding: 0 13px;
  margin: 0 5px;
}

/* page_29 */
.sign-box ul{
  width: 303px;
  margin: 25px auto;
  text-align: right;
  line-height: 35px;
}
.sign-box .align-right{
  font-size: 13.325px;
  font-weight: 400;
  line-height: 150%;
}
.sign-box .align-right img{
  display: inline-block;
  width: 127px;
  height: auto;
  margin-left: 7px;
  vertical-align: bottom;
}
/* page_30 */
.info-ol li{text-indent: 10px;list-style: auto;margin-left: 12px;line-height: 150%;}
.info-ol li.dot{list-style: disc;}
.gray-box.max{height: 518px;}
.basic-table{text-align: center;width: 100%;line-height: 150%;margin: 30px 0;}
.basic-table th{color: #fff;background-color: #1F16C7;font-weight: 400;;}
.basic-table th,
.basic-table td {
  border-left: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
  padding: 10px;
}
.basic-table th:first-child,
.basic-table td:first-child {
  border-left: none;
}
.gray-box.max .box{
  width: 692px;
  margin: 34px auto 37px;
}
.gray-box.max .box .info-txt{font-size: 13px;}
.gray-box.max .box .basic-table{margin-bottom: 16px;}

/* report-wrap2 */
.report-wrap2 .right{
  position: absolute;
  right: 0;
  top: 53px;
  font-size: 19px;
  font-weight: 400;
  line-height: 150%;
}
.report-wrap2 .left-container{
  letter-spacing: -0.5px;
}
.report-wrap2 .type-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 370px;
  margin: 0 auto;
}
.report-wrap2 .type-box .txt{
  width: 177px;
  font-size: 27px;
  font-weight: 400;
  line-height: 140%;
}
.report-wrap2 .type-box .mbti{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 177px;
  height: 105px;
  color: #1F16C7;
  text-align: center;
  background-color: #E8E7FF;
  border-radius: 4px;
}
.report-wrap2 .type-box .mbti.mbti2{
  color: #FFB320;
  background-color: #FFF1D5;
}
.report-wrap2 .type-box span{
  font-size: 18px;
  font-weight: 500;
}
.report-wrap2 .type-box strong{
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}
.report-wrap2 .gray-box.small{height: 336px;margin-top: 17px;}
.report-wrap2 .page::after{
  content: counter(index)"/2";
}
.report-wrap2 .gray-box.max-height{
  font-size: 13px;
}
