* {
  margin: 0;
  background-repeat: no-repeat;
  font-family: "Noto Sans KR";
}
.wrap {
  position: relative;
  width: 1190px;
}
.container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section {
  /* width: 1190px; */
  width: 1104px;
  height: 1684px;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.pdf-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #E4E4E4;
}
.pdf-header h2.title {
  font-family: NotoSansKR-Bold;
  font-size: 43px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  vertical-align: middle;
}
.pdf-header .subtitle {
  font-family: NotoSansKR-SemiBold;
  font-size: 26px;
}
.pdf-header .arrow_right {
  display: inline-block;
  background-image: url('../img/arrow_right.svg');
  font-size: 0;
  width: 24px;
  height: 24px;
}
.contents-wrap {
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 50px;
  height: calc(100% - 119px);
  /* height: 1000px; */
}
.contents-wrap table{
  width: 100%;
}
.contents-wrap table th {
  background-color: #2A5FA5;
  color: #FFF;
  font-size: 20px;
  padding: 10px;
  font-weight: 500;
}
.contents-wrap table td {
  /* padding: 0 8px; */
  padding: 0 20px;
  font-size: 20px;
  word-wrap: break-word;
  /* line-height: 40px; */
  line-height: 30px;
}
.row {
  display: flex;
  flex-direction: row;
}
.content div.row {
  gap: 20px;
}
.content {
  width: calc(50% - 13px);
  display: flex;
  flex-direction: column;
}
.content.fit {
  width: 100%;
}
.content.row {
  width: 100%;
}
.content.row div {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.content.row div table {
  width: calc(50% - 8px);
}
h3 {
  /* font-size: 22px; */
  font-size: 26px;
  margin-bottom: 12px;
}
table.col thead {
  float: left;
}
table.col thead {
  width: 30%;
}
table.col thead tr,
table.col thead tr th {
  display: block;
}
table.col tbody {
  display: block;
  /* overflow-x: hidden; */
  white-space: nowrap;
}
table.col tbody tr {
  display: inline-block;
}
table.col tbody tr td {
  display: block;
  /* white-space: normal; */
}

/* pdf2 */
.contents-wrap .quat-box {
  position: relative;
  width: calc(50% - 72px);
  height: 300px;
  border-radius: 16px;
  padding: 32px;
}
.contents-wrap .quat-box::before {
  font-size: 46px;
  font-weight: 700;
  position: absolute;
}
.contents-wrap .quat-box:nth-child(1) {
  background-color: #F8F8F8;
}
.contents-wrap .quat-box:nth-child(1)::before {
  content: "1";
  color: #E2E2E2;
}
.contents-wrap .quat-box:nth-child(2) {
  background-color: #F2F2F2;
}
.contents-wrap .quat-box:nth-child(2)::before {
  content: "2";
  color: #DADADA;
}
.contents-wrap .quat-box:nth-child(3) {
  background-color: #E0E0E0;
}
.contents-wrap .quat-box:nth-child(3)::before {
  content: "4";
  color: #CACACA;
}
.contents-wrap .quat-box:nth-child(4) {
  background-color: #E7E7E7;
}
.contents-wrap .quat-box:nth-child(4)::before {
  content: "3";
  color: #D0D0D0;
}
.row.type2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.quat-box > div {
  padding-left: 42px;
  padding-top: 8px;
}
.quat-box b {
  color: #2A5FA5;
  font-size: 32px;
  font-family: Inter;
}
.quat-box > div > p {
  margin-bottom: 20px;
}
.content.type2 h3 {
  color: #000;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px; 
  border-bottom: 2px solid #255BA3;
  padding-bottom: 9px;
}
.contents-wrap.row {
  gap: 26px;
  justify-content: space-between;
}
.content.type2 ul {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding-bottom: 9px;
  border-bottom: 2px solid #C1C1C1;
}
.content.type2 ul li {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px; 
}
.content.type3 {
  width: 100%;
}
.content.type3 p {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.content.type3 p span {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  padding: 0 9px;
  vertical-align: middle;
}
table.col.type2 thead th,
table.col.type2 tbody td {
  padding: 45px 30px;
}
.content.fit {
  width: 100%;
}
table tr.property {
  background-color: #F1F1F1;
}
.img-center {
  margin: 0 auto;
}
.contents-wrap.type2 {
  gap: 16px !important;
}
.fit {
  width: 100%;
}
.fit.row {
  gap: 26px;
}
.fit .content {
  width: calc(50% - 13px);
}
.rec-card {
  display: flex;
  /* width: 200px !important; 
  height: 183px; */
  padding: 32px 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  flex-shrink: 0;
  border: 1px solid #C1C1C1;
  background: #FFF; 
  position: relative;
}
.rec-card::before {
  content: "";
  width: 6px;
  height: 100%;
  background: var(--Primary, #2A5FA5);
  position: absolute;
  left: 0;
  top: 0;
}
.rec-card.charcol::before {
  background: var(--table_line_dark, #444);
}
.rec-card b,
b {
  color: #2A5FA5;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px; 
}
.rec-card p,
p {
  color: #494949;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.col {
  display: flex;
  flex-direction: column;
}
.g-16 {
  display: flex;
  gap: 16px !important;
}
.g-20 {
  display: flex;
  gap: 20px !important;
}
.grid {
  display: grid !important;
}
.grid.gtc-fit {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.grid.gtc-fit.type2 {
  grid-template-columns: repeat(auto-fit, minmax(79px, 1fr));
}
.g-24 {
  gap: 24px !important;
}
.g-26 {
  gap: 26px !important;
}
tr.underline {
  border-bottom: 1px solid var(--table_line_dark, #444);
}
table.type2 tr > td:first-child,
table.type2 tr:last-child {
  color: var(--Primary, #2A5FA5);
}
table .highlight {
  color: var(--Primary, #2A5FA5);
}
table span.num {
  color: #F2F2F2;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  padding: 0 7px;
  border-radius: 50%;
  background-color: var(--table_line_dark, #444);
}
.circle {
  width: 60px !important;
  height: 56px !important;
  border-radius: 50%;
  padding: 30px 32px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.circle.charcol {
  background-color: var(--table_line_dark, #444);
}
.blue {
  color: var(--Primary, #2A5FA5) !important;
}
.circle.blue {
  color: #FFF !important;
  background-color: var(--Primary, #2A5FA5);
}
.middle {
  display: flex;
  align-items: center;
}
.top {
  align-items: flex-start;
}
.mt-60 {
  margin-top: 60px !important;
}
.g-40 {
  gap: 40px !important;
}
.ml-23 {
  margin-left: 23px;
}
.pr-87 {
  padding-right: 87px !important;
}
.f-32 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px; 
}
.f-32.blue {
  color: var(--Primary, #2A5FA5);
}
.g-116 {
  gap: 116px !important;
}
.center {
  text-align: center;
}
.g-32 {
  gap: 32px !important;
}
.bullet {
  background-image: url('../img/bullet.svg');
  background-repeat: no-repeat;
  background-position: 0 -3px;
  padding-left: 30px !important;
}
.ml-30 {
  margin-left: 30px;
}
.gray {
  color: var(--table-unit, #909090);
}
.orange {
  color: #EB6E00 !important;
}
.f-24 {
  font-size: 24px !important;
}
b.charcol {
  color: var(--table_line_dark, #444);
}
.w-266 {
  width: 266px;
}
.g-36 {
  gap: 36px !important;
}
.g-28 {
  gap: 28px !important;
}
.rec-card.fit {
  width: auto;
  flex: auto;
}
.rec-card.type2 {
  padding: 16px 30px;
}
.bold {
  font-weight: 700;
  line-height: 40px;
}
.f-14 {
  font-size: 14px;
  line-height: 36px;
}
.table-bottom {
  display: grid;
  grid-row: inherit;
  border-bottom: 1px solid #C1C1C1;
  background-color: #F2F2F2;
  grid-template-columns: repeat(3, auto);
  width: 640px;
  text-align: right;
}
.table-bottom span {
  padding: 0 10px;
}
.end {
  display: flex;
  justify-content: end !important;
}
.gtc-2-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.content.gtc-2-1 table {
  width: 100% !important;
}
table {
  border-collapse: collapse;
}
.content.fit img {
  margin: 0 auto;
}
ol {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fit .content.fit {
  width: 100% !important;
}
ol.border {
  border-top: 1px solid var(--table_line_light, #C1C1C1);
  border-bottom: 1px solid var(--table_line_light, #C1C1C1);
}
ol.check-list {
  display: flex;
  padding: 24px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
ol.check-list > li {
  margin-left: 16px;
}
ol.check-list li ul {
  list-style: none;
  display: flex;
  padding-left: 0;
  justify-content: flex-start;
  gap: 60px;
}
ol.check-list li ul li {
  display: flex;
  gap: 4px;
  align-items: center;
  vertical-align: middle;
}
.check-num {
  background-image: url('../img/check-bg.svg');
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  color: var(--table_line_dark, #444);
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}
.mb-20 {
  margin-bottom: 20px;
}
.g-60 {
  gap: 60px;
}
ul {
  list-style: none;
}
.half {
  width: calc(50% - 13px) !important;
}
.rec-card p.half {
  width: calc(50% - 10px) !important;
}
.wrap {
  flex-wrap: wrap;
}
.mb-60 {
  margin-bottom: 60px;
}
table.mb-60 tr th,
table.mb-60 tr td {
  padding: 40px 53px !important;
}
.minus, .red {
  color: #EB2A2F;
}
.th-10 th {
  width: 10%;
}
.td-18 td,
.td-18 {
  width: 18%;
}
.td-11 td {
  width: 11.5% !important;
}
.cover-logo {
  width: 100%;
  text-align: right;
}
.cover-img {
  width: 100%;
}
.cover-img img {
  width: 100%
}
.cover-title h1, .cover-title h2{
  color: #333;
  font-family: "Noto Sans KR";
  font-size: 90px;
  line-height: 95px;
}
.cover-title h1 {
  font-weight: 700;
  line-height: 95px; 
}
.cover-title h2 {
  font-weight: 300;
}
.cover-info {
  padding-left: 90px;
  position: relative;
  z-index: 99;
  margin-bottom: 45px;
}
.cover-info::before {
  content: "";
  width: 13px;
  height: 194px;
  background: #40B64D;
  position: absolute;
  left: 40px;
  bottom: 0;
}
.cover-info p {
  color: #535353;
  font-family: "Noto Sans KR";
  font-size: 28px;
  font-weight: 400;
  line-height: 32px; /* 114.286% */
}
.cover-info p span {
  width: 367px;
  display: inline-block;
  position: relative;
}
.cover-info .name::after,
.cover-info .phone::after {
  content: "";
  width: 2px;
  height: 24px;
  background-color: #d9d9d9;
  display: inline-block;
  position: absolute;
  right: 0;
  margin-right: 37px;
}
.cover-bottom {
  margin-left: 90px;
}
.cover-logo.top {
  margin-bottom: 133px;
  margin-top: 160px;
}
.cover-title {
  margin-bottom: 116px;
}
.content h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content h3 > span {
  color: var(--table-unit, #909090);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px; /* 150% */
}
.g-16 {
  gap: 16px !important;
}
.quat {
  position: relative;
}
.quat::after {
  content: "";
  position: absolute;
  left: calc(50% - 45px);
  top: calc(50% - 54px);
  width: 90px;
  height: 108px;
  display: inline-block;
  z-index: 999;
  background-image: url('../img/pdf_arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.quat-box > div > p {
  color: #7B7B7B;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; 
  margin-top: 5px;
}
.quat-box > div > ul {
  padding-left: 16px;
}
.quat-box > div > ul .bold {
  color: #494949;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
.quat-box > div > ul p {
  color: #7B7B7B;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.quat-box > div > ul > li {
  margin-bottom: 8px;
}
.g-30 {
  gap: 30px;
}
table.survey tr th:nth-child(2),
table.survey tr th:nth-child(3),
table.survey tr td:nth-child(2),
table.survey tr td:nth-child(3) {
  width: 60px;
}
.contents-wrap table.survey td {
  line-height: 30px;
}
.content.type2 ul {
  padding: 16px 0;
}
table.vertical {
  text-align: left;
}
.pl-30 {
  padding-left: 30px !important;
}
.mb-100 {
  margin-bottom: 100px;
}
.f-20 {
  font-size: 20px;
}
tr {
  border-bottom: 1px solid #C1C1C1 !important;
}
.frame1 {
  width: 100%;
  height: 193px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
}
.frame1 div {
  display: flex;
  flex-direction: column;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px; /* 175% */
  align-items: center;
  justify-content: center;
}
.frame1 .circle2 {
  background-image: url('../img/circle2.svg');
  width: 193px;
  height: 193px;
}
.frame1 .plus {
  background-image: url('../img/plus.svg');
  width: 28px;
  height: 28px;
}
.frame1 .equal {
  background-image: url('../img/equal.svg');
  width: 28px;
  height: 28px;
}
.frame1 .rectangle {
  background-image: url('../img/rectangle.svg');
  background-position: center;
  width: 193px;
  height: 193px;
}
.g-50 {
  gap: 50px;
}
.f-26 {
  font-size: 26px;
}
.content > h3 span.type2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.w-900 {
  width: 900px !important;
  margin: 0 auto;
}
.left {
  text-align: left;
  align-items: flex-start !important;
}
.mr-177 {
  margin-right: 177px;
}
.p-20 td,
.p-20 th {
  padding: 20px !important;
}
.frame2 {
  width: 755px;
  height: 729px;
  background-image: url('../img/frame2.svg');
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 27px;
}
.frame2 div {
  width: 100%;
  height: 195px;
  display: flex;
  align-items: center;
}
.frame2 div span {
  display: flex;
  align-items: center;
}
.between {
  display: flex;
  justify-content: space-between !important;
}
.frame2 div span {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 175% */
  width: 175px;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.around {
  display: flex;
  justify-content: space-around !important;
}
.frame2 div.center {
  justify-content: center;
}
.mt-90 {
  margin-top: 90px;
}
.g-158 {
  gap: 158px !important;
}
.p-20.side {
  padding: 0 10px;
}
table .p-10.side th,
table .p-10.side td {
  width: 100px !important;
}
.g-28 {
  gap: 28px;
}
.p-15 td,
.p-15 th {
  padding: 15px !important;
}
.mt-20 {
  margin-top: 20px;
}
table.type2.p-5 td{
  padding: 5px 10px !important;
}
.m-0 {
  margin: 0 !important;
}
.m-0.ml-23 {
  margin: 0 0 0 23px !important;
}
.ptb-21 {
  padding: 21px 0 !important;
}
.frame3 {
  width: 854px;
  height: 270px;
  background-image: url('../img/frame3.svg');
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  display: flex;
  gap: 210px;
  text-align: center;
}
.white {
  color: #FFF !important;
}
.frame3 span:first-child {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px; /* 150% */
}
.frame3 div span,
.frame4 div span {
  color: var(--Primary, #2A5FA5);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px; /* 150% */
}
.g-68 {
  gap: 68px;
}
.frame4 {
  width: 100%;
  height: 236px;
  background-image: url('../img/frame4.svg');
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  gap: 185px;
  text-align: center;
}
.frame4 span:first-child,
.frame4 span:nth-child(2) {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px; /* 150% */
}
.unit {
  color: #909090;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px; /* 150% */
  text-align: left;
  display: flex;
  justify-content: flex-end;
}
.mb-17 {
  margin-bottom: 17px;
}
.right {
  text-align: right;
}
.g-10 {
  gap: 10px !important;
}
.frame5 {
  width: 100%;
  height: 300px;
  background-image: url('../img/frame5.svg');
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 125% */
}
.frame5 span {
  width: 300px;
}
.frame6 {
  width: 100%;
  height: 195px;
  background-image: url('../img/frame6.svg');
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 175% */
}
.frame6 span {
  width: 195px;
}
.p-0 {
  padding: 0 !important;
}
.c-center {
  display: flex;
  justify-content: center;
}
.p-10 td {
  padding: 0 10px !important;
}
.h-40 td, .h-40 th {
  /* height: 40px; */
  line-height: 40px !important;
}
.grade {
  height: 141px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grade > span:first-child {
  border: 1px solid #D8D8D8;
  background-color: #F7F7F7;
  color: #7B7B7B;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px; /* 150% */
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 6px;
}
.grade > span:last-child {
  color: #7B7B7B;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px; /* 150% */
}
.grade.check span:first-child {
  background-color: #2A5FA5;
  color: #FFF;
}
.grade.check > span:last-child {
  color: #2A5FA5;
}
.pl-30 {
  padding-left: 30px !important;
}
.pl-60 {
  padding-left: 60px !important;
}
.pl-90 {
  padding-left: 90px !important;
}
.red {
  color: #EB2A2F
}
.tot-card {
  background-color: #FFF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  width: 358.756px;
  height: 111px;
  padding: 0px 25px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 3px;
  flex-shrink: 0;
}
.tot-card p:first-child {
  color: #909090;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px; /* 150% */
}
.tot-card p:last-child {
  color: #F0753C;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px; /* 125% */
}
.center2 {
  justify-content: center;
}
.mt-30 {
  margin-top: 30px !important;
}
.w-75p {
  width: 75% !important;
}
.frame7 {
  height: 382px;
  background-image: url('../img/frame7.svg');
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  gap: 184px;
  padding: 0 128px;
}
.frame7 span {
  width: 160px;
  height: 160px;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lh-40 td {
  line-height: 40px !important;
}
.custom-checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.custom-checkbox input {
  display: none;
} 
.custom-checkbox > span {
  display: flex;
  align-items: center;
  gap: 2px;
}
.custom-checkbox > span > span:last-child {
  color: var(--table-unit, #909090);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}
.checkmark {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid var(--table-unit, #909090);
  background: #D9D9D9;
  display: inline-block;
}
.mb-50 {
  margin-bottom: 50px;
}
.downloadBtn {
  position: fixed;
  display: none;
  bottom: 50px;
  right: 50px;
  z-index: 9999;
}
.downloadBtn a {
  border-radius: 20px;
  border: none;
  background: var(--Primary, #2A5FA5);
  display: flex;
  width: 236px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #FFF;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
  text-decoration: none;
}
.downloadBtn a:link, 
.downloadBtn a:visited, 
.downloadBtn a:hover, 
.downloadBtn a:active {
  color: #FFF;
  text-decoration: none;
}