@charset "UTF-8";
.grid-x {
  display: flex;
}

.grid-y {
  display: flex;
  flex-direction: column !important;
}

.align-justify {
  justify-content: space-between !important;
}

.align-right {
  justify-content: flex-end !important;
}

.align-middle {
  align-items: center;
}

.align-bottom {
  align-items: flex-end;
}

.txtleft {
  padding-left: 5px !important;
  text-align: left !important;
}

.txtcenter {
  text-align: center !important;
}

.txtright {
  padding-right: 5px !important;
  text-align: right !important;
}

.bb0 {
  border-bottom: 0 !important;
}

.w10p {
  width: 10% !important;
}

.w30p {
  width: 30% !important;
}

.w50p {
  width: 50% !important;
}

.w80p {
  width: 80% !important;
}

.w90p {
  width: 90% !important;
}

.w98p {
  width: 98% !important;
}

.w200x {
  width: 200px !important;
}

input[type=file].hide-file {
  display: none !important;
}

#ui-datepicker-div {
  display: none;
}

a.list_key:hover {
  color: #1a6dff !important;
  text-decoration: underline !important;
}

span.date-wave {
  margin: 0 5px;
}

#no_style,
#no_style tr,
#no_style td {
  margin: 0;
  padding: 0;
  border: 0 none;
}

img.zoom-thumb {
  max-width: 100px !important;
  max-height: 100px !important;
}

ul.period-buttons-wrap {
  display: flex;
  margin: 0 10px 0 5px;
}
ul.period-buttons-wrap li {
  display: flex;
  padding: 5px 8px;
  width: 4rem;
  border: solid 1px #dbdbdb;
}
ul.period-buttons-wrap li:hover, ul.period-buttons-wrap li.active {
  border: solid 1px #1a6dff;
}
ul.period-buttons-wrap li:hover a, ul.period-buttons-wrap li.active a {
  color: #1a6dff;
}
ul.period-buttons-wrap li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.35px;
  color: #414141;
}

div.search-summery-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  height: 100%;
  margin-right: 18px;
}
div.search-summery-wrap div.search-summery {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
div.search-summery-wrap div.search-summery p {
  font-size: 14px;
  letter-spacing: 0.35px;
  text-align: right;
  color: #1a6dff;
}
div.search-summery-wrap div.search-summery p.price {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.45px;
}
div.search-summery-wrap a {
  margin-top: 29px;
  font-size: 14px;
  letter-spacing: 0.35px;
  text-align: right;
  color: #414141;
  text-decoration: underline;
}

span.essential {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.93;
  letter-spacing: 0.35px;
  text-align: left;
  color: #f00;
  position: relative;
}
span.essential:after {
  content: url("/images/essential.png");
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
}

span.box-parts, span.box-ppt {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-left: 0.3rem;
}
span.box-parts.small, span.box-ppt.small {
  width: 8px !important;
  height: 8px !important;
}
span.box-parts.box-parts, span.box-ppt.box-parts {
  background-color: blue;
}
span.box-parts.box-ppt, span.box-ppt.box-ppt {
  background-color: yellow;
}

dl.price-wrap {
  display: flex;
  flex-wrap: wrap;
}
dl.price-wrap dt, dl.price-wrap dd {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
dl.price-wrap dt {
  width: 10%;
}
dl.price-wrap dd {
  width: 90%;
}

main {
  width: 1300px;
  margin: 0 auto;
}

.row {
  display: flex;
  align-items: center;
  padding: 17px 0;
  position: relative;
}
.row.column {
  flex-direction: column;
}
.row.underline:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #dbdbdb;
  position: absolute;
  left: 0;
  bottom: 0;
}
.row.p0 {
  padding: 0;
}
.row.w100p {
  width: 100%;
}
.row.align-justify {
  justify-content: space-between;
}
.row.align-center {
  justify-content: center;
}
.row.align-right {
  justify-content: flex-end;
}
.row.align-top {
  align-items: flex-start;
}
.row .left-box,
.row .right-box {
  display: flex;
  align-items: center;
}
.row .left-box {
  justify-content: flex-start;
}
.row .right-box {
  justify-content: flex-end;
}
.row input[type=text], .row select {
  padding: 5px 11px;
  border: 1px solid #dbdbdb;
  font-size: 14px;
  letter-spacing: 0.35px;
  text-align: left;
  color: #787878;
  height: 31px;
}
.row .ele-box {
  display: flex;
  align-items: center;
  margin-right: 36px;
}
.row .ele-box span {
  margin-right: 12px;
  color: #414141;
}

div.pagination {
  display: flex;
  justify-content: center;
  margin: 42px 0;
}
div.pagination ul {
  display: flex;
}
div.pagination ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 14px;
  color: #787878;
}
div.pagination ul li a:hover, div.pagination ul li a.active {
  color: #1a6dff;
}

.pop-common {
  display: flex;
  flex-direction: column;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.pop-common > .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 67px;
  background-color: #efefef;
  padding: 0 26px 0 40px;
}
.pop-common > .header > h1 {
  font-size: 24px;
  font-weight: bold;
  color: #2f2f2f;
}
.pop-common > .desc {
  display: flex;
  flex-direction: column;
  padding: 18px 25px 0 25px;
}
.pop-common > .body {
  display: flex;
  flex-direction: column;
  padding: 18px 25px 34px 25px;
}
.pop-common > .buttons {
  display: flex;
  justify-content: flex-end;
}

.short-alert-msg-warp {
  display: none;
  justify-content: center;
  align-items: center;
  width: 640px;
  height: 85px;
  padding: 20px 50px;
  border-radius: 16px;
  background: rgba(13, 153, 255, 0.9);
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.25);
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.456px;
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -0.5rem);
  z-index: 2;
}
.short-alert-msg-warp.active {
  display: flex;
}

.pop-blog-wrap {
  width: 1050px;
}

.pop-estimate {
  width: 100%;
}
.pop-estimate .row {
  padding: 0;
}
.pop-estimate .header .tit-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.pop-estimate .header .tit-wrap h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  color: #2f2f2f;
}
.pop-estimate .body .ment-wrap {
  font-size: 15px;
  line-height: 1.47;
  color: #f00;
  padding-bottom: 49px;
}
.pop-estimate .body .tit-price-wrap {
  align-items: flex-end;
  position: relative;
  margin-bottom: 18px;
  padding: 17px 0 16px;
}
.pop-estimate .body .tit-price-wrap:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #414141;
  position: absolute;
  left: 0;
  top: 0;
}
.pop-estimate .body .tit-price-wrap:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #414141;
  position: absolute;
  left: 0;
  bottom: 0;
}
.pop-estimate .body .tit-price-wrap .tit-wrap p.tit {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.48;
  color: #2f2f2f;
}
.pop-estimate .body .tit-price-wrap .tit-wrap p.date {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #2f2f2f;
}
.pop-estimate .body .tit-price-wrap .price-wrap p.price {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.48;
  color: #2f2f2f;
}
.pop-estimate .body .tit-price-wrap .price-wrap p.won {
  font-size: 30px;
  line-height: 1.5;
  text-align: left;
  color: #2f2f2f;
  margin-right: 9px;
}
.pop-estimate .body .tit-price-wrap .price-wrap p.tax {
  font-size: 20px;
  line-height: 1.45;
  text-align: left;
  color: #2f2f2f;
  margin-left: 23px;
}
.pop-estimate .body table.list3 {
  width: 100%;
  margin-bottom: 102px;
}
.pop-estimate .body table.list3 th, .pop-estimate .body table.list3 td {
  font-size: 16px;
  letter-spacing: 0.4px;
  vertical-align: middle;
  text-align: left;
  border: 1px solid #414141;
  border-left: 0;
  border-right: 0;
}
.pop-estimate .body table.list3 th {
  padding: 9px 0;
  color: #05192c;
}
.pop-estimate .body table.list3 td {
  padding: 20px 0;
  line-height: 2;
}
.pop-estimate .body table.list3 td span.blue {
  color: #0d5aff;
}
.pop-estimate .body table.list3 td .qty-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #dbdbdb;
  width: 97px;
}
.pop-estimate .body table.list3 td .qty-box a {
  display: block;
  width: 13px;
  height: 13px;
}
.pop-estimate .body table.list3 td .qty-box a.btn-plus {
  background: url(/blog/images/ico-plus.png) no-repeat center;
  margin-right: 0.3rem;
}
.pop-estimate .body table.list3 td .qty-box a.btn-minus {
  background: url(/blog/images/ico-minus.png) no-repeat center;
  margin-left: 0.3rem;
}
.pop-estimate .body table.list3 td .qty-box input[type=text] {
  border: 0;
}
.pop-estimate .body table.list3 td input[type=text], .pop-estimate .body table.list3 td textarea {
  padding: 6px;
  border: solid 1px #bababa;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  color: #05192c;
  width: 100%;
}
.pop-estimate .body table.list3 td input[type=text].gray, .pop-estimate .body table.list3 td textarea.gray {
  background-color: #f5f5f5;
}
.pop-estimate .body table.list3 tr th, .pop-estimate .body table.list3 tr td {
  text-align: center;
}
.pop-estimate .body table.list3 tr th.right, .pop-estimate .body table.list3 tr td.right {
  text-align: right;
}
.pop-estimate .body table.list3 tr th.left, .pop-estimate .body table.list3 tr td.left {
  text-align: left;
}
.pop-estimate .body table.list3 tr th {
  border-top: solid 3px #414141;
  border-bottom: solid 3px #414141;
}
.pop-estimate .body table.list3 tr th:first-child,
.pop-estimate .body table.list3 tr td:first-child {
  border-left: 0;
}
.pop-estimate .body table.list3 tr th:last-child,
.pop-estimate .body table.list3 tr td:last-child {
  border-right: 0;
}
.pop-estimate .body .total-wrap {
  align-items: flex-end;
  width: 100%;
  position: relative;
}
.pop-estimate .body .total-wrap:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #414141;
  position: absolute;
  left: 0;
  bottom: 2.3rem;
}
.pop-estimate .body .total-wrap dl {
  display: flex;
  flex-wrap: wrap;
  width: 200px;
  margin-bottom: 26px;
}
.pop-estimate .body .total-wrap dl dt, .pop-estimate .body .total-wrap dl dd {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.5px;
  text-align: right;
  color: #05192c;
  margin-bottom: 18px;
}
.pop-estimate .body .total-wrap dl dt.last, .pop-estimate .body .total-wrap dl dd.last {
  margin-bottom: 0;
}
.pop-estimate .body .total-wrap dl dt {
  width: 40%;
}
.pop-estimate .body .total-wrap dl dd {
  width: 60%;
}
.pop-estimate .body .total-wrap p.total {
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.63px;
  text-align: right;
  color: #05192c;
}
.pop-estimate .footer {
  display: flex;
  justify-content: center;
  padding: 87px 0 58px;
}
.pop-estimate .footer a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 41px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.45px;
  color: #fff;
  border-radius: 13px;
  border: 1px solid #1a6dff;
  background-color: #1a6dff;
  margin-right: 16px;
}
.pop-estimate .footer a.btn.white {
  color: #1a6dff;
  background-color: #fff;
  border: 1px solid #1a6dff;
}
.pop-estimate .footer a.btn:last-child {
  margin-right: 0;
}

section.blog {
  width: 100%;
  position: relative;
}
section.blog .row {
  width: 100%;
  padding: 0;
}
section.blog .row.group-wrap {
  border-radius: 2px;
  background-color: #fff;
}
section.blog .hide {
  display: none;
}
section.blog .toggle-wrap {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  border-top: 1px solid #C0C0C0;
  margin-bottom: 34px;
}
section.blog .toggle-wrap a.btn-toggle-wrap {
  display: flex;
  width: 164px;
  height: 40px;
  align-items: center;
  border-radius: 0 0 20px 20px;
  background: #C0C0C0;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-right: 10px;
  position: relative;
}
section.blog .toggle-wrap a.btn-toggle-wrap:before {
  content: "더보기";
  position: absolute;
  left: 25%;
  top: 45%;
  transform: translateY(-50%);
  color: #fff;
  font-weight: bold;
}
section.blog .toggle-wrap a.btn-toggle-wrap:after {
  content: url("/blog/images/ico-chevron-down.png");
  position: absolute;
  left: 70%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section.blog .toggle-wrap a.btn-toggle-wrap.up {
  width: 42px;
}
section.blog .toggle-wrap a.btn-toggle-wrap.up:before {
  content: "";
  display: none;
}
section.blog .toggle-wrap a.btn-toggle-wrap.up:after {
  content: url("/blog/images/ico-chevron-up.png");
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section.blog .search-wrap {
  margin-bottom: 31px;
}
section.blog .search-wrap .ele-box {
  display: flex;
  align-items: center;
}
section.blog .search-wrap .ele-box:nth-child(1) {
  margin-right: 55px;
}
section.blog .search-wrap .ele-box:nth-child(2) {
  margin-right: 15px;
}
section.blog .search-wrap .ele-box p {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.56;
  letter-spacing: 0.4px;
  color: #05192c;
  margin-right: 21px;
}
section.blog .search-wrap input[type=text].skeyword {
  width: 340px;
  margin-right: 7px;
}
section.blog .sharing-ment-wrap {
  display: flex;
  margin: 23px 0 48px;
}
section.blog .sharing-ment-wrap p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
section.blog .group-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}
section.blog .group-wrap p.tit {
  display: flex;
  width: 10%;
  color: #2F2F2F;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
section.blog .group-wrap ul {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  min-height: 3rem;
}
section.blog .group-wrap ul li {
  display: flex;
}
section.blog .group-wrap ul li a {
  display: flex;
  padding: 5px 50px 5px 15px;
  align-items: center;
  gap: 30px;
  border-radius: 20px;
  background: #E3E5E3;
  color: #1A6DFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 0 0.5rem 0.5rem 0;
  position: relative;
}
section.blog .group-wrap ul li a.btn-del:before {
  content: url("/blog/images/ico-close-circle.png");
  position: absolute;
  right: 10px;
  top: 58%;
  transform: translateY(-50%);
}
section.blog .header {
  width: 100%;
  padding: 88px 0 17px 65px;
  position: relative;
}
section.blog .header:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #bababa;
  position: absolute;
  left: 0;
  bottom: 0;
}
section.blog .header .buttons {
  display: flex;
}
section.blog .header .buttons .btn-list {
  margin-right: 20px;
}
section.blog .header a.btn {
  display: flex;
  padding: 5px 10px 5px 35px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #1a6dff;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
section.blog .header a.btn.btn-white {
  border: 1px solid #1a6dff;
  background: #fff;
  color: #1a6dff;
}
section.blog .header a.btn.btn-white:before {
  content: url("/blog/images/ico-paper-flight-blue.png");
}
section.blog .header a.btn:before {
  content: url("/blog/images/ico-paper-flight.png");
  position: absolute;
  left: 0.5rem;
  top: 60%;
  transform: translateY(-50%);
}
section.blog .gallery-wrap {
  align-items: flex-start;
  margin-top: 19px;
  margin-bottom: 49px;
}
section.blog .gallery-wrap ul.thumbs {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
section.blog .gallery-wrap ul.thumbs li {
  width: 50%;
  margin-bottom: 12px;
}
section.blog .body {
  padding: 0 77px 0 77px;
}
section.blog.sharing .header {
  padding: 88px 0 34px 0 !important;
}
section.blog.list .header {
  padding: 88px 0 23px 0;
}
section.blog.list .search-wrap {
  margin-top: 28px;
  margin-bottom: 40px;
}
section.blog.list ul.gallery {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
section.blog.list ul.gallery li {
  display: flex;
  justify-content: center;
  width: 25%;
  margin-bottom: 38px;
  position: relative;
}
section.blog.list ul.gallery li a.btn-checkbox {
  display: flex;
  width: 24px;
  height: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: var(--space-8px, 8px);
  border: 2px solid var(--border-default, #E1E1E2);
  background: var(--surface-bg, #FFF);
  position: absolute;
  left: 38px;
  top: 4px;
  z-index: 2;
}
section.blog.list ul.gallery li a.btn-checkbox.active {
  background-color: #357ae9;
  border: 2px solid #357ae9;
}
section.blog.list ul.gallery li a.btn-checkbox.active:before {
  content: url("/blog/images/ico-check.png");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.blog.list ul.gallery li .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 260px;
  margin-bottom: 17px;
}
section.blog.list ul.gallery li .img-wrap img {
  max-width: 100%;
  height: auto;
}
section.blog.list ul.gallery li:nth-child(4) {
  margin-right: 0;
}
section.blog.list ul.gallery li .tit-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
}
section.blog.list ul.gallery li .tit-wrap p {
  font-size: 14px;
  color: #2f2f2f;
}
section.blog.list ul.gallery li .tit-wrap p.name {
  font-weight: bold;
}
section.blog a {
  position: relative;
}
section.blog a.btn-view-all {
  display: flex;
  width: 100%;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  color: #1a6dff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  border: 1px solid #1a6dff;
  margin-bottom: 5rem;
}
section.blog a.btn-search {
  font-size: 14px;
  letter-spacing: 0.35px;
  color: #fff;
  padding: 6px 12px;
  background-color: #1a6dff;
}
section.blog a.btn-list {
  font-size: 16px;
  line-height: 1.5;
  color: #2f2f2f;
  padding: 0 1.2rem 0;
}
section.blog a.btn-list:after {
  content: url("/blog/images/ico-list.png");
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
section.blog p, section.blog a {
  position: relative;
}
section.blog p.tit1, section.blog a.tit1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #2f2f2f;
}
section.blog p.tit2, section.blog a.tit2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.46;
  color: #2f2f2f;
}
section.blog p.tit3, section.blog a.tit3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
  color: #2f2f2f;
}
section.blog p.ico-down:after, section.blog a.ico-down:after {
  content: url("/blog/images/ico-download.png");
  position: absolute;
  right: -3rem;
  top: 60%;
  transform: translateY(-50%);
}
section.blog p.blue, section.blog a.blue {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.57;
  letter-spacing: 0.35px;
  color: #1a6dff;
}
section.blog .comment-wrap {
  margin-bottom: 97px;
  position: relative;
}
section.blog .comment-wrap:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #bababa;
  position: absolute;
  left: 0;
  bottom: -4rem;
}
section.blog .comment-wrap .ment-wrap {
  width: 100%;
  padding: 31px 33px;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #414141;
}
section.blog .estimate-wrap {
  position: relative;
}
section.blog .estimate-wrap .warning-notice-wrap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
section.blog .estimate-wrap .warning-notice-wrap .warning-notice-box {
  display: none;
  padding: 13px 20px;
  opacity: 0.95;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  font-size: 15px;
  line-height: 1.47;
  text-align: left;
  color: #f00;
  position: relative;
  top: -9.5rem;
  left: -1.1rem;
}
section.blog .estimate-wrap .warning-notice-wrap .warning-notice-box:after {
  content: url("/blog/images/in-triangle.png");
  position: absolute;
  left: 1rem;
  bottom: -2rem;
}
section.blog .estimate-products-wrap {
  width: 50%;
}
section.blog .estimate-products-wrap ul.products {
  display: flex;
  flex-direction: column;
  margin-top: 27px;
  width: 97%;
}
section.blog .estimate-products-wrap ul.products li {
  display: flex;
  justify-content: space-between;
  border-radius: 2px;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  padding: 23px;
  margin-bottom: 27px;
}
section.blog .estimate-products-wrap ul.products li .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
}
section.blog .estimate-products-wrap ul.products li .img-wrap img {
  max-height: 10rem;
}
section.blog .estimate-products-wrap ul.products li dl {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
}
section.blog .estimate-products-wrap ul.products li dl dt, section.blog .estimate-products-wrap ul.products li dl dd {
  font-size: 14px;
  line-height: 2.86;
  letter-spacing: 0.35px;
  color: #414141;
}
section.blog .estimate-products-wrap ul.products li dl dt {
  width: 30%;
  font-weight: normal;
}
section.blog .estimate-products-wrap ul.products li dl dd {
  width: 70%;
  font-weight: 500;
}
section.blog .estimate-products-buttons {
  margin-bottom: 83px;
}
section.blog .estimate-products-buttons:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #bababa;
  position: absolute;
  left: 0;
  bottom: -4.3rem;
}
section.blog .estimate-products-buttons .buttons {
  display: flex;
  flex-direction: column;
}
section.blog .estimate-products-buttons .buttons a {
  border-radius: 13px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #1a6dff;
  background-color: #f8f9fa;
  padding: 21px 140px;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.65px;
  color: #1a6dff;
  position: relative;
}
section.blog .estimate-products-buttons .buttons a:first-child {
  margin-bottom: 20px;
}
section.blog .estimate-products-buttons .buttons a:after {
  content: url("/blog/images/ic_refresh.png");
  position: absolute;
  right: 20%;
  top: 55%;
  transform: translateY(-50%);
}
section.blog .estimate-products-buttons .buttons a:hover, section.blog .estimate-products-buttons .buttons a.active {
  color: #fff;
  border: solid 1px #1a6dff;
  background-color: #1a6dff;
}
section.blog .estimate-products-buttons .buttons a:hover:after,
section.blog .estimate-products-buttons .buttons a.active:after {
  content: url("/blog/images/ic_refresh_white.png");
}
section.blog .similar-case-wrap {
  position: relative;
  margin-bottom: 83px;
}
section.blog .similar-case-wrap:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #bababa;
  position: absolute;
  left: 0;
  bottom: -4.3rem;
  display: none;
}
section.blog .similar-case-wrap .slide-group {
  width: 1024px;
  overflow: hidden;
  margin-top: 34px;
}
section.blog dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
section.blog dl.col4 {
  margin: 35px 0 84px 0;
  position: relative;
}
section.blog dl.col4:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #bababa;
  position: absolute;
  left: 0;
  bottom: -2.3rem;
}
section.blog dl.col4 dt {
  width: 15%;
}
section.blog dl.col4 dd {
  width: 35%;
}
section.blog dl.col2 {
  position: relative;
  margin-bottom: 83px;
}
section.blog dl.col2:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #bababa;
  position: absolute;
  left: 0;
  bottom: -4.3rem;
}
section.blog dl.col2 dt {
  width: 15%;
}
section.blog dl.col2 dd {
  display: flex;
  flex-wrap: wrap;
  width: 85%;
}
section.blog dl dt, section.blog dl dd {
  display: flex;
  font-size: 20px;
  line-height: 2.5;
  letter-spacing: 0.5px;
  text-align: left;
  color: #414141;
}
section.blog dl dt {
  font-weight: 500;
}
section.blog dl dd {
  font-weight: normal;
}
section.blog dl dd.keyword {
  line-height: unset;
}
section.blog dl dd.keyword .keyword-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
section.blog dl dd.keyword .keyword-wrap span.hide {
  display: none;
}
section.blog dl dd.keyword .keyword-more-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-top: 1px solid #d9d9da;
  padding: 0.2rem 0;
}
section.blog dl dd.keyword .keyword-more-wrap a {
  color: #2f2f2f;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
section.blog dl dd.keyword .keyword-more-wrap a:after {
  content: url("/blog/images/ico-drop-down.png");
  position: absolute;
  right: -1.5rem;
  top: 57%;
  transform: translateY(-50%);
}
section.blog dl dd span.keyword {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 23px;
  border: solid 1px #1a6dff;
  background-color: #fff;
  font-size: 20px;
  letter-spacing: 0.5px;
  color: #1a6dff;
  padding: 5px 23px;
  margin: 0 10px 5px 0;
}
section.blog .stats-wrap {
  padding-top: 1rem;
}
section.blog .stats-wrap p.tit1 {
  margin-bottom: 31px;
}
section.blog .stats-wrap .stats-content-wrap {
  margin-bottom: 30px;
}
section.blog .stats-wrap .stats-content-wrap .inst-product-proc-data-wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 0.8rem;
}
section.blog .stats-wrap .stats-content-wrap .inst-product-proc-data-wrap .content-wrap {
  display: flex;
  flex-direction: column;
}
section.blog .stats-wrap .stats-content-wrap .inst-product-proc-data-wrap .content-wrap .header {
  display: flex;
  position: relative;
  margin-bottom: 20px;
  padding: 36px 0 19px 6px;
}
section.blog .stats-wrap .stats-content-wrap .inst-product-proc-data-wrap .content-wrap .header:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #bababa;
  position: absolute;
  left: 0;
  bottom: 0;
}
section.blog .stats-wrap .stats-content-wrap .inst-product-proc-data-wrap .content-wrap .header p {
  font-size: 20px;
  font-weight: bold;
  color: #2f2f2f;
}
section.blog .stats-wrap .stats-content-wrap .inst-product-proc-data-wrap .content-wrap .body {
  padding: 0;
}
section.blog .stats-wrap .stats-content-wrap .inst-product-proc-data-wrap .content-wrap .body p.tit {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.4px;
  color: #414141;
  margin-bottom: 8px;
  padding: 0 0 0 1.2rem;
  position: relative;
  width: 100%;
}
section.blog .stats-wrap .stats-content-wrap .inst-product-proc-data-wrap .content-wrap .body p.tit:before {
  content: "";
  width: 13px;
  height: 11px;
  background-color: #414141;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
section.blog .stats-wrap .stats-content-wrap .inst-product-proc-data-wrap .content-wrap .body p.ment {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #1a6dff;
}
section.blog .stats-wrap .stats-content-wrap .inst-product-proc-data-wrap .inst-product {
  width: calc(40% - 28px);
  margin-right: 28px;
}
section.blog .stats-wrap .stats-content-wrap .inst-product-proc-data-wrap .inst-product .product {
  display: flex;
  flex-direction: column;
}
section.blog .stats-wrap .stats-content-wrap .inst-product-proc-data-wrap .inst-product .product p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.4px;
  text-align: left;
  color: #414141;
}
section.blog .stats-wrap .stats-content-wrap .inst-product-proc-data-wrap .inst-product .product img.product {
  margin-top: 11px;
}
section.blog .stats-wrap .stats-content-wrap .inst-product-proc-data-wrap .inst-product .product dl.spec {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
section.blog .stats-wrap .stats-content-wrap .inst-product-proc-data-wrap .inst-product .product dl.spec dt, section.blog .stats-wrap .stats-content-wrap .inst-product-proc-data-wrap .inst-product .product dl.spec dd {
  display: flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.14;
  letter-spacing: 0.35px;
  text-align: left;
  color: #414141;
}
section.blog .stats-wrap .stats-content-wrap .inst-product-proc-data-wrap .inst-product .product dl.spec dt.blue, section.blog .stats-wrap .stats-content-wrap .inst-product-proc-data-wrap .inst-product .product dl.spec dd.blue {
  color: #1a6dff;
}
section.blog .stats-wrap .stats-content-wrap .inst-product-proc-data-wrap .inst-product .product dl.spec dt.bold, section.blog .stats-wrap .stats-content-wrap .inst-product-proc-data-wrap .inst-product .product dl.spec dd.bold {
  font-weight: bold;
}
section.blog .stats-wrap .stats-content-wrap .inst-product-proc-data-wrap .inst-product .product dl.spec dt {
  width: 20%;
}
section.blog .stats-wrap .stats-content-wrap .inst-product-proc-data-wrap .inst-product .product dl.spec dd {
  width: 80%;
}
section.blog .stats-wrap .stats-content-wrap .inst-product-proc-data-wrap .proc-data {
  width: 75%;
}
section.blog .stats-wrap .stats-content-wrap .inst-product-proc-data-wrap .proc-data .body {
  display: flex;
  justify-content: space-between;
}
section.blog .stats-wrap .stats-content-wrap .inst-product-proc-data-wrap .proc-data .body .chart-wrap {
  display: flex;
  flex-direction: column;
  width: 32%;
}
section.blog .stats-wrap .stats-content-wrap .inst-product-proc-data-wrap .proc-data .body .chart-wrap .chart-content-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}
section.blog .stats-wrap .stats-content-wrap .inst-product-proc-data-wrap .proc-data .body .chart-wrap .chart-content-wrap p {
  font-size: 12px;
  font-weight: 300;
  text-align: right;
  color: #414141;
}
section.blog .stats-wrap .stats-content-wrap .inst-product-proc-data-wrap .proc-data .body .chart-wrap .chart-content-wrap .chart {
  border: 1px solid #bababa;
  width: 100%;
  height: 280px;
  margin-top: 6px;
}
section.blog .stats-wrap .stats-content-wrap .inst-product-proc-data-wrap .proc-data .body .data-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0 20px 0 0;
}
section.blog .stats-wrap .stats-content-wrap .inst-product-proc-data-wrap .proc-data .body .data-wrap .w50p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
}
section.blog .stats-wrap .stats-content-wrap .inst-product-proc-data-wrap .proc-data .body .data-wrap .product-cnt-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  margin-bottom: 53px;
}
section.blog .stats-wrap .stats-content-wrap .inst-product-proc-data-wrap .proc-data .body .data-wrap .product-cnt-wrap p.cnt {
  font-size: 35px;
  font-weight: bold;
  text-align: right;
  color: #414141;
}
section.blog .stats-wrap .stats-content-wrap .inst-product-proc-data-wrap .proc-data .body .data-wrap .product-cnt-wrap p.cnt span {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  color: #414141;
}
section.blog .stats-wrap .stats-content-wrap .inst-product-proc-data-wrap .proc-data .body .data-wrap .product-cnt-wrap p.ment2 {
  font-size: 14px;
  letter-spacing: 0.35px;
  text-align: right;
  color: #414141;
}
section.blog .stats-wrap .stats-content-wrap .inst-product-proc-data-wrap .proc-data .body .data-wrap dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 15px;
}
section.blog .stats-wrap .stats-content-wrap .inst-product-proc-data-wrap .proc-data .body .data-wrap dl dt, section.blog .stats-wrap .stats-content-wrap .inst-product-proc-data-wrap .proc-data .body .data-wrap dl dd {
  display: flex;
  font-size: 14px;
  letter-spacing: 0.35px;
  color: #414141;
}
section.blog .stats-wrap .stats-content-wrap .inst-product-proc-data-wrap .proc-data .body .data-wrap dl dt {
  width: 50%;
  font-weight: bold;
}
section.blog .stats-wrap .stats-content-wrap .inst-product-proc-data-wrap .proc-data .body .data-wrap dl dd {
  justify-content: flex-end;
  width: 50%;
}
section.blog .chart-wrap {
  margin-bottom: 37px;
}
section.blog .chart-wrap .chart {
  border: 1px solid #707070;
  width: 64%;
  height: 538px;
}
section.blog .chart-wrap .table-wrap {
  align-items: flex-end;
  width: 34%;
}
section.blog .chart-wrap .table-wrap table {
  border-top: solid 1px #414141;
  border-bottom: solid 1px #414141;
}
section.blog .chart-wrap .table-wrap table th, section.blog .chart-wrap .table-wrap table td {
  text-align: left;
}
section.blog .chart-wrap .table-wrap table th.center, section.blog .chart-wrap .table-wrap table td.center {
  text-align: center;
}
section.blog .chart-wrap .table-wrap table th.right, section.blog .chart-wrap .table-wrap table td.right {
  text-align: right;
}
section.blog .chart-wrap .table-wrap table thead, section.blog .chart-wrap .table-wrap table tbody {
  display: block;
  width: 24.8rem;
}
section.blog .chart-wrap .table-wrap table thead tr th:nth-of-type(1), section.blog .chart-wrap .table-wrap table thead tr td:nth-of-type(1), section.blog .chart-wrap .table-wrap table tbody tr th:nth-of-type(1), section.blog .chart-wrap .table-wrap table tbody tr td:nth-of-type(1) {
  width: 4rem;
}
section.blog .chart-wrap .table-wrap table thead tr th:nth-of-type(2), section.blog .chart-wrap .table-wrap table thead tr td:nth-of-type(2), section.blog .chart-wrap .table-wrap table tbody tr th:nth-of-type(2), section.blog .chart-wrap .table-wrap table tbody tr td:nth-of-type(2) {
  width: 12rem;
}
section.blog .chart-wrap .table-wrap table thead tr th:nth-of-type(3), section.blog .chart-wrap .table-wrap table thead tr td:nth-of-type(3), section.blog .chart-wrap .table-wrap table tbody tr th:nth-of-type(3), section.blog .chart-wrap .table-wrap table tbody tr td:nth-of-type(3) {
  width: 6rem;
}
section.blog .chart-wrap .table-wrap table thead tr th:nth-of-type(4), section.blog .chart-wrap .table-wrap table tbody tr th:nth-of-type(4) {
  width: 9rem;
}
section.blog .chart-wrap .table-wrap table thead tr td:nth-of-type(4), section.blog .chart-wrap .table-wrap table tbody tr td:nth-of-type(4) {
  width: calc(9rem - 25px);
}
section.blog .chart-wrap .table-wrap table thead {
  border-bottom: solid 1px #414141;
}
section.blog .chart-wrap .table-wrap table thead tr th {
  padding: 27px 0 17px;
}
section.blog .chart-wrap .table-wrap table tbody {
  height: 29.4rem;
  overflow-y: scroll;
}
section.blog .chart-wrap .table-wrap table tbody tr td {
  padding: 5px 0;
}
section.blog .chart-wrap .table-wrap p.total {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.35px;
  color: #414141;
  padding-right: 13px;
  margin-top: 10px;
}
section.blog .chart-wrap .table-wrap p.total span {
  margin-right: 30px;
}
section.blog .procurement-wrap {
  padding: 20px;
  margin-bottom: 45px;
  min-height: 600px;
}

.pop-sharing {
  width: 500px;
  padding: 0 20px;
}
.pop-sharing .header {
  justify-content: space-between;
  background-color: #fff;
  height: unset;
  padding: 10px 0 19px 0;
}
.pop-sharing .header p {
  color: #2f2f2f;
  font-size: 24px;
  font-weight: 700;
}
.pop-sharing .body dl {
  display: flex;
  flex-wrap: wrap;
}
.pop-sharing .body dl dt, .pop-sharing .body dl dd {
  display: flex;
  align-items: center;
  color: #2f2f2f;
  font-size: 14px;
  padding: 15px 0;
  border-bottom: 1px solid #c8c8c8;
}
.pop-sharing .body dl dt:first-of-type, .pop-sharing .body dl dd:first-of-type {
  border-top: 1px solid #c8c8c8;
}
.pop-sharing .body dl dt select, .pop-sharing .body dl dt input[type=text], .pop-sharing .body dl dd select, .pop-sharing .body dl dd input[type=text] {
  display: flex;
  padding: 8px 15px;
  align-items: flex-start;
  border-radius: 5px;
  border: 1px solid var(--light-gray-2, #C8C8C8);
  background: #FFF;
  color: var(--text, #2F2F2F);
  font-size: 14px;
  height: 2.1rem;
}
.pop-sharing .body dl dt select, .pop-sharing .body dl dd select {
  width: 100%;
}
.pop-sharing .body dl dt select.sel-set-email, .pop-sharing .body dl dd select.sel-set-email {
  width: 40%;
}
.pop-sharing .body dl dt input[type=text], .pop-sharing .body dl dd input[type=text] {
  width: 30%;
}
.pop-sharing .body dl dt input[type=text].w100p, .pop-sharing .body dl dd input[type=text].w100p {
  width: 100%;
}
.pop-sharing .body dl dt {
  width: 25%;
}
.pop-sharing .body dl dd {
  width: 75%;
}
.pop-sharing .body dl dd .tel-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.pop-sharing .body dl dd .email-wrap {
  display: flex;
  width: 100%;
  align-items: center;
}
.pop-sharing .body dl dd .email-wrap input[type=text] {
  margin-right: 0.2rem;
}
.pop-sharing .body dl dd .email-wrap select {
  margin-left: 0.2rem;
}
.pop-sharing .body dl dd.tel {
  justify-content: space-between;
}
.pop-sharing .body .buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  width: 100%;
}
.pop-sharing .body .buttons .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  width: 100%;
}
.pop-sharing .body .buttons .btn.blue {
  background: #1a6dff;
}

/*# sourceMappingURL=styles.css.map */
