@charset "UTF-8";
.container {
  margin: 0 auto;
  padding-left: var(--gap);
  padding-right: var(--gap);
  max-width: var(--xl);
}
.container.relative {
  position: relative;
}

.gutter-xxl {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}
@media (max-width: 1660px) {
  .gutter-xxl {
    padding-left: var(--gap-sm);
    padding-right: var(--gap-sm);
  }
}

.skip {
  position: relative;
  z-index: 1000;
}
.skip a {
  position: absolute;
  left: 0;
  transform: translateY(-100%);
  transition: all 0.25s;
  width: 100%;
  height: 50px;
  background-color: #000;
  color: #fff;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.skip a:focus, .skip a:hover {
  transform: translateY(0%);
}

.header {
  position: relative;
  width: 100%;
  height: 8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 768px) {
  .header {
    height: 4.1rem;
    padding: 0 2rem;
  }
}
.header--logo a {
  display: block;
  width: 21.6rem;
  height: 2.9rem;
  background: url("../images/common/bi.png") no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .header--logo a {
    width: 11.8rem;
    height: 2rem;
  }
}
.header--util {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header--util .parent-btn {
  display: inline-block;
  font-size: 1.5rem;
  height: 4rem;
  line-height: 4rem;
  border: 1px solid #2b316b;
  color: #2b316b;
  padding: 0 2rem;
  border-radius: 0.4rem;
}
.header--util .parent-btn i {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../images/common/head-util-arrow-on.png);
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .header--util .parent-btn {
    font-size: 1.1rem;
    padding: 0 1rem;
    height: 3rem;
    line-height: 3rem;
  }
  .header--util .parent-btn i {
    height: 8px;
    width: 8px;
    background-size: contain;
  }
}
.header--util .ham-btn {
  width: 2.4rem;
  height: 21px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  align-items: flex-end;
}
.header--util .ham-btn .line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  margin-top: 5px;
  transition: all 0.4s ease-in-out;
}
.header--util .ham-btn .line:nth-child(1) {
  margin-top: 0;
}
.header--util .ham-btn .line:nth-child(2) {
  width: 70%;
}
.header--util .mobile-button {
  display: none;
}
@media (max-width: 768px) {
  .header--util .mobile-button {
    display: flex;
  }
}
.header nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.header nav .gnb {
  display: flex;
}
@media (max-width: 768px) {
  .header nav .gnb {
    display: none;
  }
}
.header nav .gnb li {
  position: relative;
  padding: 0 50px;
}
@media (max-width: 1170px) {
  .header nav .gnb li {
    padding: 0 25px;
  }
}
@media (max-width: 1024px) {
  .header nav .gnb li {
    padding: 0 12.5px;
  }
}
.header nav .gnb li:after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 6px;
  height: 16px;
  background-image: url(../images/common/slash.png);
}
.header nav .gnb li:first-child::after {
  display: none;
}
.header nav .gnb li a {
  font-size: 1.9rem;
  transition: all 0.3s;
  font-weight: bold;
}
@media (max-width: 1170px) {
  .header nav .gnb li a {
    font-size: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .header nav .gnb li a {
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .mm-open .header.Main {
    transition: all 0.3s;
    background-color: #fff;
    border-bottom: 1px solid #eeeeee;
  }
  .mm-open .header.Main .header--logo a {
    background-image: url("../images/common/bi.png");
  }
  .mm-open .header .header--util .parent-btn {
    border: 1px solid #164194;
    color: #164194;
  }
  .mm-open .header .header--util .parent-btn i {
    background-image: url(../images/common/head-util-arrow-on.png);
  }
  .mm-open .header .header--util .ham-btn .line {
    background-color: #000;
  }
}

#nav {
  position: fixed;
  left: 0;
  top: 41px;
  height: calc(100% - 41px);
  width: 100%;
  z-index: 1100;
  background-color: #fff;
  transition: all 0.3s ease-in;
  transform: translateX(100%);
  opacity: 0;
}

@media (max-width: 768px) {
  .mm-open #nav {
    transform: translateX(0%);
    opacity: 1;
  }
}
.mm-open .btn-header-menu {
  background-image: url(../images/common/header-menu-close.png);
  width: 15px;
  height: 15px;
  background-size: 100% auto;
}
.mm-open .ham-btn .line1 {
  transform: translateY(7px) rotate(45deg);
}
.mm-open .ham-btn .line2 {
  opacity: 0;
  visibility: hidden;
}
.mm-open .ham-btn .line3 {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-gnb {
  height: calc(100% - 109px);
  overflow-y: auto;
}
.nav-gnb .lv1-li {
  width: 100%;
  border-bottom: 1px solid #dddddd;
}
.nav-gnb .lv1-li > a {
  display: flex;
  align-items: center;
  font-weight: 700;
  background-color: #fff;
  color: #000;
  font-size: 1.5rem;
  height: 50px;
  padding-left: 17px;
  width: 100%;
}
.nav-gnb .lv1-li > a > span {
  display: block;
  width: 100%;
  position: relative;
  padding-right: 32px;
}
.nav-gnb .lv1-li .depth {
  display: none;
  padding: 14px 0;
  border-top: 1px solid #dddddd;
}
.nav-gnb .lv1-li .depth li a {
  display: block;
  font-weight: 500;
  color: #666666;
  font-size: 1.3rem;
  padding: 6px 0 6px 25px;
}
.nav-gnb .lv1-li.active > a {
  background-color: #f5f5f5;
  color: #0e4194;
}
.nav-gnb .lv1-li.active > a > span::after {
  transform: rotate(180deg);
}
.nav-gnb .lv1-li.active .depth {
  display: block;
}

.dimmed {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
.dimmed.active {
  opacity: 1;
  visibility: inherit;
  z-index: 90;
  background: rgba(0, 0, 0, 0.5);
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb12 {
  margin-bottom: 1.2rem !important;
}
@media (max-width: 768px) {
  .mb12 {
    margin-bottom: 0.6rem !important;
  }
}

.mb18 {
  margin-bottom: 1.8rem !important;
}
@media (max-width: 768px) {
  .mb18 {
    margin-bottom: 0.9rem !important;
  }
}

.mb20 {
  margin-bottom: 2rem !important;
}
@media (max-width: 768px) {
  .mb20 {
    margin-bottom: 1rem !important;
  }
}

.mb30 {
  margin-bottom: 3rem !important;
}
@media (max-width: 768px) {
  .mb30 {
    margin-bottom: 1.5rem !important;
  }
}

.mb32 {
  margin-bottom: 3.2rem !important;
}
@media (max-width: 768px) {
  .mb32 {
    margin-bottom: 1.6rem !important;
  }
}

.mb35 {
  margin-bottom: 3.5rem !important;
}
@media (max-width: 768px) {
  .mb35 {
    margin-bottom: 1.75rem !important;
  }
}

.mb40 {
  margin-bottom: 4rem !important;
}
@media (max-width: 768px) {
  .mb40 {
    margin-bottom: 2rem !important;
  }
}

.mb48 {
  margin-bottom: 4.8rem !important;
}
@media (max-width: 768px) {
  .mb48 {
    margin-bottom: 2.4rem !important;
  }
}

.mb60 {
  margin-bottom: 6rem !important;
}
@media (max-width: 768px) {
  .mb60 {
    margin-bottom: 3rem !important;
  }
}

.mb70 {
  margin-bottom: 7rem !important;
}
@media (max-width: 768px) {
  .mb70 {
    margin-bottom: 3.5rem !important;
  }
}

.mb80 {
  margin-bottom: 8rem !important;
}
@media (max-width: 768px) {
  .mb80 {
    margin-bottom: 4rem !important;
  }
}

.mb120 {
  margin-bottom: 12rem !important;
}
@media (max-width: 768px) {
  .mb120 {
    margin-bottom: 6rem !important;
  }
}

.red {
  color: #d22c2c;
}

.blue {
  color: #164194;
}

.green {
  color: #029b58;
}

.black {
  color: #1d1d1d;
}

.row {
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .br-none {
    display: none;
  }
}

.heading-40 {
  font-size: 4rem !important;
}

.heading-32 {
  font-size: 3.2rem !important;
}

.heading-25 {
  font-weight: normal !important;
  font-size: 2.5rem !important;
}

.heading-21 {
  font-weight: normal !important;
  font-size: 2.1rem !important;
}

.heading-19 {
  font-weight: normal !important;
  font-size: 1.9rem !important;
}

.heading-17 {
  font-weight: normal !important;
  font-size: 1.7rem !important;
}

.bold {
  font-weight: bold !important;
}

#breadcrumb {
  position: relative;
  z-index: 10;
  width: 100%;
  background: #fff;
  height: 6rem;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 768px) {
  #breadcrumb {
    height: 4rem;
  }
}
#breadcrumb--container {
  display: flex;
  align-items: center;
  width: 1440px;
  margin: auto;
  height: 100%;
}
@media (max-width: 768px) {
  #breadcrumb--container {
    width: 100%;
  }
}
#breadcrumb--container > li.home {
  border-left: 1px solid #e8e8e8;
}
#breadcrumb--container > li.home a {
  display: block;
  background: url("../images/common/sublayout-home.svg") no-repeat 50% 50%;
  width: 2.2rem;
  line-height: 6rem;
  margin: 0 1.9rem;
}
@media (max-width: 768px) {
  #breadcrumb--container > li.home a {
    margin: 0 auto;
    background-size: 15px;
  }
}
#breadcrumb--container > li {
  height: 100%;
  border-right: 1px solid #e8e8e8;
}
@media (max-width: 768px) {
  #breadcrumb--container > li {
    width: 4rem;
  }
}
#breadcrumb--container > li > a {
  position: relative;
  height: 100%;
  line-height: 6rem;
  color: #000;
  font-size: 1.7rem;
  display: block;
}
@media (max-width: 768px) {
  #breadcrumb--container > li > a {
    line-height: 4rem;
    font-size: 1.3rem;
  }
}
#breadcrumb--container > li + li {
  min-width: 32rem;
  position: relative;
}
@media (max-width: 768px) {
  #breadcrumb--container > li + li {
    flex: 1;
    min-width: auto;
  }
}
#breadcrumb--container > li + li > a {
  padding: 0 3.3rem;
}
@media (max-width: 768px) {
  #breadcrumb--container > li + li > a {
    padding: 0 1.8rem;
  }
}
#breadcrumb--container > li + li > a:after {
  position: absolute;
  right: 3.2rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  display: block;
  content: "";
  width: 1.2rem;
  height: 0.8rem;
  background: url("../images/common/bread-arw.svg") no-repeat;
}
#breadcrumb--container > li .drop {
  display: none;
  position: absolute;
  left: -1px;
  width: calc(100% + 2px);
}
#breadcrumb--container > li .drop ul {
  border: 1px solid #D8D8D8;
  background-color: #fff;
}
#breadcrumb--container > li .drop li a {
  font-size: 1.7rem;
  display: block;
  white-space: nowrap;
  padding: 2rem 3.3rem;
  border-bottom: 1px solid #D8D8D8;
}
@media (max-width: 768px) {
  #breadcrumb--container > li .drop li a {
    font-size: 1.3rem;
    padding: 1rem 1.8rem;
  }
}
#breadcrumb--container > li .drop li a:hover {
  color: #0E4194;
}
#breadcrumb--container > li .drop li:last-child a {
  border-bottom: none;
}
#breadcrumb--container > li.active .drop {
  display: block;
}
#breadcrumb--container > li.active > a {
  color: #0E4194;
}
#breadcrumb--container > li.active > a:after {
  transform: translateY(-50%) rotate(-180deg);
}

.sub--wrap {
  margin-bottom: 12rem;
}
@media (max-width: 768px) {
  .sub--wrap {
    margin-bottom: 6rem;
  }
}
.sub--wrap--inner {
  position: relative;
  max-width: 1440px;
  margin: auto;
  padding: 0 1.5rem;
}
.sub--wrap--ti {
  position: relative;
  padding: 8rem 0 6rem;
  text-align: center;
}
@media (max-width: 768px) {
  .sub--wrap--ti {
    padding: 4rem 0 3rem;
  }
}
.sub--wrap--ti:after {
  position: absolute;
  z-index: -1;
  top: -7rem;
  right: 8rem;
  bottom: 0;
  display: block;
  content: "";
  width: 29rem;
  height: 29rem;
  background-image: url("../images/ico/leaf-bg.png");
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .sub--wrap--ti:after {
    width: 10rem;
    height: 10rem;
    top: -3rem;
    right: 4rem;
    background-size: contain;
  }
}
.sub--wrap--ti h2 {
  display: inline-block;
  position: relative;
  font-size: 3.2rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .sub--wrap--ti h2 {
    font-size: 2.5rem;
    padding-bottom: 1.25rem;
  }
}
.sub--wrap--ti h2:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: block;
  content: "";
  width: 80%;
  max-width: 10.7rem;
  height: 0.6rem;
  background: rgb(19, 143, 93);
  background: linear-gradient(90deg, rgb(19, 143, 93) 0%, rgb(43, 63, 106) 100%);
  border-radius: 0.2rem;
}
@media (max-width: 768px) {
  .sub--wrap--ti h2:after {
    height: 0.3rem;
  }
}

.subti-lv2 {
  font-size: 2.5rem;
  margin-bottom: 2.2rem;
}
@media (max-width: 768px) {
  .subti-lv2 {
    font-size: 1.8rem;
    margin-bottom: 1.1rem;
  }
}

.subti-lv3 {
  font-size: 1.9rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .subti-lv3 {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
  }
}

.info--openlab {
  border: 1px solid #c6c6c6;
  background: #f0f1f3;
  border-radius: 0.6rem;
  padding: 8rem 2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .info--openlab {
    padding: 4rem 2rem;
  }
}
.info--openlab .info--openlab--top {
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .info--openlab .info--openlab--top {
    margin-bottom: 3rem;
  }
}
.info--openlab .info--openlab--top .txt01 {
  font-size: 2.1rem;
  color: #1d1d1d;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .info--openlab .info--openlab--top .txt01 {
    font-size: 1.7rem;
    margin-bottom: 1.25rem;
  }
}
.info--openlab .info--openlab--top .txt02 {
  font-size: 1.7rem;
  color: #555555;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .info--openlab .info--openlab--top .txt02 {
    font-size: 1.3rem;
  }
}
.info--openlab .info--openlab--img .mo {
  display: none;
}
.info--openlab .info--openlab--img img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .info--openlab .info--openlab--img .mo {
    display: block;
  }
  .info--openlab .info--openlab--img .pc {
    display: none;
  }
}

/* mark-info */
.mark-info {
  margin-bottom: 8px;
}
.mark-info p {
  position: relative;
  color: #717171;
  font-size: 15px;
  padding-left: 26px;
}
@media (max-width: 768px) {
  .mark-info p {
    font-size: 1.1rem;
    padding-left: 1.8rem;
  }
}
.mark-info p::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  background-image: url(../images/ico/mark-info-ico.png);
  background-repeat: no-repeat;
  width: 1.8rem;
  height: 1.8rem;
  background-size: contain;
}
@media (max-width: 768px) {
  .mark-info p::after {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.source-wrpa {
  position: relative;
  background-color: #1a1d40;
  color: #ffffff;
  padding: 1.2rem;
  border-radius: 0.6rem;
  font-family: "monospace";
  margin-bottom: 2rem;
}
.source-wrpa code {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .source-wrpa code {
    font-size: 1.1rem;
  }
}
.source-wrpa button {
  position: absolute;
  top: 10px;
  right: 8px;
  background-color: #444;
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 0.4rem;
  font-size: 1.2rem;
  cursor: pointer;
}

.api-txt {
  font-size: 1.9rem;
  color: #1d1d1d;
}
@media (max-width: 768px) {
  .api-txt {
    font-size: 1.5rem;
  }
}

.con--view--txt {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .con--view--txt {
    align-items: flex-start;
    flex-direction: column;
  }
}
.con--view--txt .txt-01 {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .con--view--txt .txt-01 {
    font-size: 2.1rem;
    margin-bottom: 1rem;
  }
}
.con--view--txt .txt-02 {
  font-size: 1.9rem;
  color: #1d1d1d;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .con--view--txt .txt-02 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.con--view--txt .mark-info {
  margin-bottom: 0;
}
.con--view--grating img {
  max-width: 100%;
}
.con--view--map img {
  max-width: 100%;
}

.category-wrap dl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  padding: 1.5rem 0;
}
.category-wrap dl dt {
  width: 10rem;
  text-align: center;
  position: relative;
  font-size: 1.7rem;
}
@media (max-width: 768px) {
  .category-wrap dl dt {
    font-size: 1.3rem;
    width: 7rem;
  }
}
.category-wrap dl dt:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 1px;
  height: 12px;
  background: #cecece;
}
.category-wrap dl dd {
  display: flex;
  width: calc(100% - 10rem);
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  padding-left: 3rem;
}
@media (max-width: 768px) {
  .category-wrap dl dd {
    gap: 0.4rem;
    width: calc(100% - 7rem);
  }
}
.category-wrap dl dd button {
  border: 1px solid #d8d8d8;
  background: #fff;
  color: #555555;
  padding: 0.6rem 1.6rem;
  font-size: 1.5rem;
  border-radius: 0.4rem;
}
@media (max-width: 768px) {
  .category-wrap dl dd button {
    padding: 0.3rem 0.8rem;
    font-size: 1.2rem;
    border-radius: 0.2rem;
  }
}
.category-wrap dl dd button.active {
  border: 1px solid #029c58;
  background: #fff;
  color: #029c58;
}

.search-result .search-result-ti {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 2.4rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #000;
}
.search-result .search-result-ti h3 {
  font-size: 2.5rem;
}
.search-result .search-result-card {
  display: grid;
  grid-template-columns: repeat(4, 3fr);
  gap: 2.9rem;
}
@media (max-width: 768px) {
  .search-result .search-result-card {
    grid-template-columns: repeat(2, 6fr);
  }
}
.search-result .card--item {
  background: #f8f8f8;
  border-radius: 0.4rem;
}
.search-result .card--item.active {
  border: 1px solid #2b316b;
}
.search-result .card--item:hover .card--item--thumb img {
  transform: translate(-50%, -50%) scale(1.125);
}
.search-result .card--item--thumb {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 0.4rem;
}
.search-result .card--item--thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  display: block;
  transition: all 5s;
  width: 100%;
  height: 100%;
}
.search-result .card--item--thumb .form-radio {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.search-result .card--item--info {
  padding: 2.5rem 4rem;
  text-align: center;
}
@media (max-width: 768px) {
  .search-result .card--item--info {
    padding: 1.2rem 2rem;
  }
}
.search-result .card--item--info h3 {
  font-size: 2.1rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .search-result .card--item--info h3 {
    font-size: 1.7rem;
    margin-bottom: 2rem;
  }
}
.search-result .card--item--info button {
  width: 100%;
  display: block;
  color: #2b316b;
  border: 1px solid #2b316b;
  background: #fff;
  height: 4rem;
  border-radius: 2rem;
}
@media (max-width: 768px) {
  .search-result .card--item--info button {
    height: 3rem;
    border-radius: 1.5rem;
    font-size: 1.1rem;
  }
}

.repotr--ti h2 {
  font-size: 40px;
}
@media (max-width: 768px) {
  .repotr--ti h2 {
    font-size: 25px;
  }
}
.repotr--ti h2::after {
  display: none;
}
.repotr--ti .gradient-text {
  background: linear-gradient(90deg, #059959, #2b3369);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 32px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .repotr--ti .gradient-text {
    font-size: 20px;
  }
}
.repotr--ti .quick-map {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #28316b;
  color: #fff;
  border-radius: 28px;
  font-size: 19px;
  padding: 20px 30px;
  line-height: 1;
}
@media (max-width: 768px) {
  .repotr--ti .quick-map {
    font-size: 15px;
    padding: 15px 20px;
  }
}
.repotr--ti .quick-map .arrow {
  display: inline-block;
  width: 20px;
  height: 16px;
  background-image: url(../images/ico/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .repotr--ti .quick-map .arrow {
    width: 15px;
    height: 13px;
  }
}

.report--con .top-thumb {
  position: relative;
  text-align: center;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .report--con .top-thumb {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.report--con .top-thumb::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0%;
  height: 2px;
  background: linear-gradient(90deg, #059959, #2b3369);
}
.report--con .top-thumb img {
  max-width: 100%;
}

.report-ti01 {
  font-size: 32px;
  color: #1d1d1d;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .report-ti01 {
    font-size: 20px;
    margin-bottom: 17.5px;
  }
}

.report-ti02 {
  font-size: 25px;
  color: #029b58;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .report-ti02 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.report-ti03 {
  font-size: 21px;
  color: #1d1d1d;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .report-ti03 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.report-li01 > li {
  position: relative;
  font-size: 19px;
  color: #555555;
  padding-left: 22px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .report-li01 > li {
    font-size: 13px;
    margin-bottom: 7.5px;
    padding-left: 15px;
  }
}
.report-li01 > li::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 4px;
  width: 8px;
  height: 8px;
  border: 3px solid #c6c6c6;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .report-li01 > li::after {
    width: 4px;
    height: 4px;
    border: 2px solid #c6c6c6;
    top: 2px;
  }
}

.report-li02 {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .report-li02 {
    padding-top: 10px;
  }
}
.report-li02 > li {
  position: relative;
  font-size: 19px;
  color: #1d1d1d;
  padding-left: 15px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .report-li02 > li {
    font-size: 13px;
    margin-bottom: 7.5px;
    padding-left: 10px;
  }
}
.report-li02 > li::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 7px;
  width: 8px;
  height: 8px;
  background: #c6c6c6;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .report-li02 > li::after {
    width: 4px;
    height: 4px;
    top: 5px;
  }
}

.report-li03 {
  padding-top: 15px;
  margin-left: -15px;
}
@media (max-width: 768px) {
  .report-li03 {
    padding-top: 7.5px;
    margin-left: -10px;
  }
}
.report-li03 > li {
  position: relative;
  font-size: 17px;
  color: #717171;
  padding-left: 15px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .report-li03 > li {
    font-size: 12px;
    margin-bottom: 7.5px;
    padding-left: 10px;
  }
}
.report-li03 > li::after {
  content: "-";
  position: absolute;
  left: 2px;
  top: 0px;
  font-size: 15px;
}
@media (max-width: 768px) {
  .report-li03 > li::after {
    font-size: 12px;
  }
}

.img-thumb {
  margin: auto;
  text-align: center;
  padding: 10px 0;
}
.img-thumb img {
  display: inline-block;
  padding: 24px;
  max-width: 100%;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .img-thumb img {
    padding: 12px;
    border-radius: 12px;
  }
}

.footer {
  width: 100%;
  align-items: center;
  background: #000;
}
.footer--family--container {
  display: flex;
  justify-content: flex-end;
  width: 144rem;
  margin: 0 auto;
  padding: 1.2rem 0;
  background: #000;
}
.footer--family--container select {
  height: 4rem;
  border-radius: 2rem;
  min-width: 24rem;
}
@media (max-width: 768px) {
  .footer--family--container {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .footer--logo img {
    width: 50%;
  }
}
.footer .footer-sitemap {
  background: #111111;
}
@media (max-width: 768px) {
  .footer .footer-sitemap {
    display: none;
  }
}
.footer .footer-sitemap .footer-sitemap-inner {
  width: 930px;
  margin: auto;
  display: flex;
  gap: 3rem;
  padding-top: 10rem;
  padding-bottom: 6rem;
}
.footer .footer-sitemap ul {
  flex: 1;
}
.footer .footer-sitemap ul li:first-child strong {
  display: block;
  color: #ffffff;
  font-size: 2.1rem;
  padding-bottom: 3rem;
  margin-bottom: 3.5rem;
  border-bottom: 3px solid #2b316a;
}
.footer .footer-sitemap ul li + li {
  margin-bottom: 3rem;
}
.footer .footer-sitemap ul li a {
  position: relative;
  color: #717171;
  font-size: 1.7rem;
  transition: all 0.3s;
}
.footer .footer-sitemap ul li a:hover {
  color: #fff;
}
.footer .footer-sitemap ul li a.foot-ico-link:after {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 14px;
  height: 15px;
  background-image: url("../images/ico/ico-foot-link.png");
}
.footer--container {
  display: flex;
  align-items: center;
  gap: 8rem;
  width: 144rem;
  margin: 0 auto;
  padding: 4rem 0 3rem;
  color: #717171;
  background-repeat: no-repeat;
  background-position: 0 center;
}
@media (max-width: 768px) {
  .footer--container {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    gap: 2.5rem;
    margin: 0 4rem;
  }
}
.footer--addr {
  display: flex;
  font-size: 1.7rem;
  margin-bottom: 1.2rem;
}
@media (max-width: 768px) {
  .footer--addr {
    display: inline-block;
  }
  .footer--addr * {
    display: inline !important;
    word-break: break-all;
    font-size: 1.3rem;
  }
}
.footer--addr dl {
  display: flex;
  color: #717171;
}
.footer--addr dl dt {
  font-weight: bold;
  margin-right: 0.5rem;
}
@media (max-width: 768px) {
  .footer--addr dl {
    flex-direction: column;
  }
}
.footer--addr span {
  display: inline-block;
  margin: 0 0.5rem;
  color: #C6C6C6;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .footer--addr span {
    margin: 0 0.2rem;
  }
}
.footer .privacy-line {
  margin-bottom: 1.2rem;
}
.footer .privacy-line button {
  color: #717171;
}
@media (max-width: 768px) {
  .footer .privacy-line button {
    font-size: 1.3rem;
  }
}
.footer--copy {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .footer--copy {
    font-size: 1.2rem;
  }
}

.icon {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  text-indent: -9999px;
}
.icon-del._white {
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/icon/icon-del-white.png");
  width: 1.4rem;
  height: 1.4rem;
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (max-width: 768px) {
  .icon-del._white {
    width: 1.2rem;
    height: 1.2rem;
    background-size: cover;
    background-position: 50% 50%;
  }
}
.icon-close._white {
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/icon/icon-close-white.png");
  width: 1.4rem;
  height: 1.4rem;
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (max-width: 768px) {
  .icon-close._white {
    width: 1.2rem;
    height: 1.2rem;
    background-size: cover;
    background-position: 50% 50%;
  }
}
.icon-window._white {
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/icon/icon-window-white.png");
  width: 1.4rem;
  height: 1.4rem;
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (max-width: 768px) {
  .icon-window._white {
    width: 1.2rem;
    height: 1.2rem;
    background-size: cover;
    background-position: 50% 50%;
  }
}
.icon-download._white {
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/icon/icon-download-white.png");
  width: 1.9rem;
  height: 1.9rem;
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (max-width: 768px) {
  .icon-download._white {
    width: 1.2rem;
    height: 1.2rem;
    background-size: cover;
    background-position: 50% 50%;
  }
}

.ico-bul {
  background-image: url("../images/common/ti-bul.png");
  width: 1.1rem;
  height: 1.1rem;
}

.ico-api {
  background-image: url("../images/ico/api-ico-20@13.png");
  width: 2rem;
  height: 1.3rem;
}

.ico-card01 {
  background-image: url("../images/main/item01-ico.png");
  width: 3.2rem;
  height: 3.2rem;
}

.ico-card02 {
  background-image: url("../images/main/item02-ico.png");
  width: 3.2rem;
  height: 3.2rem;
}

.badge {
  display: inline-block;
  height: 3.2rem;
  line-height: 3.2rem;
  padding: 0 2rem;
  font-size: 1.5rem;
  border-radius: 1.6rem;
}
.badge.small {
  height: 2.4rem;
  padding: 0 1rem;
  line-height: 2.4rem;
  border-radius: 1.2rem;
  font-size: 1.3rem;
}
.badge.primary {
  background: #d0d9ea;
  color: #164194;
}
.badge.danger {
  background: #f6cccc;
  color: #d93333;
}
.badge.green {
  background: #d5ead7;
  color: #419c48;
}
.badge.sky {
  background: #ccecf9;
  color: #009fe3;
}
.badge.yellow {
  background: #fdedcc;
  color: #ff9600;
}
.badge.grey {
  background: #dddddd;
  color: #575756;
}
.badge.border-primary {
  border: 1px solid #d0d9ea;
  color: #164194;
  background: #fff;
}
.badge.border-green {
  border: 1px solid #d5ead7;
  color: #164194;
  background: #fff;
}
.badge.border-danger {
  border: 1px solid #f6cccc;
  color: #d40000;
  background: #fff;
}

.form-control {
  position: relative;
  border-radius: 0.6rem;
  border: 1px solid #c6c6c6;
  height: 3.2rem;
  padding: 0 1rem;
  background: #fff;
  color: #555555;
}
@media (max-width: 768px) {
  .form-control {
    font-size: 1.2rem;
  }
  .form-control::-moz-placeholder {
    font-size: 1.2rem;
  }
  .form-control::placeholder {
    font-size: 1.2rem;
  }
}
.form-control.lg {
  height: 4.8rem;
}
@media (max-width: 768px) {
  .form-control.lg {
    display: inline-block;
    height: 4rem;
    line-height: 4rem;
    padding: 0 0.5rem;
    border-radius: 0.3rem;
    font-size: 1.2rem;
  }
  .form-control.lg.round {
    border-radius: 2rem;
  }
}
.form-control.md {
  height: 4rem;
}
.form-control.block {
  display: block;
  width: 100%;
}
.form-control.search {
  border-radius: 0.4rem;
  height: 4.8rem;
  border: transparent;
}
.form-control.search input {
  border: none;
  flex: 1;
  height: 100%;
  width: calc(100% - 40px);
  font-size: 1.7rem;
}
.form-control.search .serch-btn {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.2rem;
  height: 2.2rem;
  background: url("../images/common/search-btn.png") no-repeat;
  border: none;
}
.form-control.disable {
  background: #d8d8d8;
  color: #9e9e9e;
}
.form-control .eye-btn {
  position: absolute;
  right: 1.2rem;
  width: 2.5rem;
  height: 2.1rem;
  background: url("../images/login/eye_on.png") no-repeat;
  background-position: 0 2px;
}
.form-control .eye-btn.active {
  background: url("../images/login/eye_close.png") no-repeat;
}
.form-control.flex-control {
  display: flex;
  align-items: center;
  padding: 0 6rem 0 1rem;
}
.form-control.flex-control input {
  border: none;
  height: calc(100% - 0.2rem);
  flex: 1;
}

.form-flex {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.form-flex .form-control {
  width: 50%;
}

select {
  min-width: 10rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 3rem 0 1rem !important;
  background: #fff url("../images/common/select-arrow.png") no-repeat right 10px center !important;
}

.form-type {
  margin-bottom: 2rem;
}
.form-type dt {
  position: relative;
  font-size: 1.7rem;
  margin-bottom: 1.1rem;
}
@media (max-width: 768px) {
  .form-type dt {
    font-size: 1.3rem;
  }
}
.form-type dt span {
  display: inline-block;
  width: 0.8rem;
  height: 1.2rem;
  vertical-align: middle;
}
.form-type dd {
  color: #1d1d1d;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .form-type dd {
    font-size: 1.1rem;
  }
}
.form-type dd.flex-email {
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 768px) {
  .form-type dd.flex-email input[type=text] {
    max-width: 100px;
  }
}

.form-radio {
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 0 1rem;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .form-radio {
    gap: 0 0.7rem;
  }
}
.form-radio input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0.1;
}
.form-radio i {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #919191;
  background: #fff;
  overflow: hidden;
  transition: all 0.25s;
}
.form-radio i::after {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.25s;
  border-radius: 50%;
  background-color: #164194;
}
.form-radio span {
  color: #555555;
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .form-radio span {
    font-size: 1.3rem;
  }
}
.form-radio input:checked + i {
  background-color: #fff;
  border: 1px solid #c6c6c6;
}
.form-radio input:checked + i::after {
  border: 1px solid #164194;
  width: 60%;
  height: 60%;
}
.form-radio input[type=checkbox] + i {
  border-radius: 0.4rem;
}
.form-radio input[type=checkbox]:checked + i::after {
  width: 100%;
  height: 100%;
  border-radius: 0.4rem;
  background-image: url("../images/ico/checked.png");
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #164194;
  background-size: 50%;
}
.form-radio input:checked + i + span {
  color: #164194;
}
.form-radio span span {
  color: #164194;
  font-size: 1.9rem;
}
@media (max-width: 1024px) {
  .form-radio span span {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .form-radio span span {
    font-size: 1.2rem;
  }
}

.form-input {
  display: inline-block;
  border-radius: 1rem;
  border: 1px solid #8e8e8e;
  padding: 0 2rem;
  height: 6rem;
  width: 100%;
}

/* switch */
.sc-switch {
  display: none;
  height: 0 !important;
  width: 0 !important;
  visibility: hidden;
}

.sc-switch-label {
  cursor: pointer;
  text-indent: -9999px;
  width: 38px;
  height: 24px;
  background: #e0e0e0;
  display: block;
  border-radius: 100px;
  position: relative;
  transition: all ease 0.8s;
}

.sc-switch-label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}

input:checked + label {
  background: #0071bb;
}

input:checked + label:after {
  left: calc(100% - 2px);
  transform: translateX(-100%);
}

.sc-switch-label:active:after {
  width: 30px;
}

.form-textarea {
  display: inline-block;
  border-radius: 1rem;
  border: 1px solid #8e8e8e;
  padding: 2rem;
  overflow-y: auto;
  width: 100%;
}
@media (max-width: 1170px) {
  .form-textarea {
    padding: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .form-textarea {
    font-size: 1.4rem;
  }
}

.form-control-dl {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.form-control-dl dt {
  min-width: 7rem;
}
.form-control-dl dd {
  position: relative;
  flex: 1;
  width: 100%;
}
.form-control-dl dd input:disabled {
  background: #e4e4e4;
}
.form-control-dl dd .form-text {
  font-size: 1.3rem;
  position: absolute;
  bottom: -2.2rem;
  left: 1rem;
  color: #d40000;
}

.search--wrap {
  width: 28rem;
  position: absolute;
  top: 10rem;
  left: 10rem;
}
.search--wrap .search--head {
  width: 100%;
  margin-bottom: 1.2rem;
}
.search--wrap .search--cont {
  width: 100%;
  background: #fff;
  border-radius: 0.6rem;
}
.search--wrap .search--cont--head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #d8d8d8;
}
.search--wrap .search--cont--head .count {
  position: relative;
  font-size: 1.3rem;
  padding-left: 0.8rem;
}
.search--wrap .search--cont--head .count span {
  font-weight: bold;
}
.search--wrap .search--cont--head .close-btn {
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../images/common/search_close.png");
}
.search--wrap .search--cont--body .search--li {
  max-height: 49rem;
}
.search--wrap .search--cont--body .search--li li:nth-child(odd) {
  background: #f8f8f8;
}
.search--wrap .search--cont--body .search--li li:last-child {
  border-bottom: none;
}
.search--wrap .search--cont--body .search--li--item {
  padding: 2rem;
  border-bottom: 1px solid #d8d8d8;
  cursor: pointer;
  transition: all 0.3s;
}
.search--wrap .search--cont--body .search--li--item--name {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  font-size: 1.7rem;
  margin-bottom: 0.7rem;
}
.search--wrap .search--cont--body .search--li--item--name span {
  color: #000;
  font-weight: bold;
}
.search--wrap .search--cont--body .search--li--item--name p {
  color: #000000;
}
.search--wrap .search--cont--body .search--li--item--juso01 {
  font-size: 1.4rem;
  color: #717171;
  margin-bottom: 0.5rem;
}
.search--wrap .search--cont--body .search--li--item--juso02 {
  font-size: 1.3rem;
  color: #717171;
}
.search--wrap .search--cont--foot {
  border-top: 1px solid #d8d8d8;
  padding: 1.2rem;
}
.search--wrap .search--cont--foot .pagination .paging a {
  font-size: 1.3rem;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
}
.search--wrap .search--cont--foot .pagination .paging strong {
  border-radius: 50%;
  font-size: 1.3rem;
  width: 2.4rem;
  height: 2.4rem;
}

/*
    table
*/
.table {
  border-top: 1px solid #000;
}
.table table {
  width: 100%;
  border-collapse: collapse;
}
.table tr {
  border-bottom: 1px solid #c6c6c6;
}
.table th,
.table td {
  padding: 1.5rem 1rem;
  text-align: left;
  vertical-align: middle;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .table th,
  .table td {
    padding: 0.75em 0.5rem;
    font-size: 1.1rem;
  }
}
.table th {
  background: #f7f7f7;
  color: #332b28;
  font-weight: normal;
}
.table td {
  color: #717171;
}
.table td .time-small {
  color: #757575;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .table td .time-small {
    font-size: 1.1rem;
  }
}
.table .tac {
  text-align: center;
}
.table.tal td {
  text-align: left;
}
.table thead th {
  background-color: #f6f6f6;
  text-align: center;
  border: 1px solid #c6c6c6;
  border-top: none;
}
.table thead th:first-child {
  border-left: none;
}
.table thead th:last-child {
  border-right: none;
}
.table tbody tr:first-child th, .table tbody tr:first-child td {
  border-top: none;
}
.table tbody th {
  text-align: center;
}
.table tbody td {
  text-align: center;
  background-color: #fff;
  border: 1px solid #c6c6c6;
}
.table tbody td:first-child {
  border-left: none;
}
.table tbody td:last-child {
  border-right: none;
}
.table.type02 th, .table.type02 td {
  padding: 0.8rem;
}
@media (max-width: 768px) {
  .table.type02 th, .table.type02 td {
    padding: 0.4em;
  }
}
.table.type02 thead th {
  text-align: left;
  padding-left: 2rem;
}
.table.type02 tbody tr {
  border-bottom: none;
}
.table.type02 tbody tr td {
  padding-left: 4rem;
}
.table.type02 tbody tr:first-child td {
  padding-top: 1.5rem;
}

.btn {
  background: #fff;
}
.btn + .btn {
  margin-left: 0.6rem;
}
.btn.xs {
  display: inline-block;
  height: 2.4rem;
  line-height: 2.4rem;
  padding: 0 1.2rem;
  border-radius: 1.6rem;
  font-size: 1.3rem;
}
.btn.xs.round {
  border-radius: 1.2rem;
}
.btn.sm {
  display: inline-block;
  height: 3.2rem;
  line-height: 3.2rem;
  padding: 0 1.6rem;
  border-radius: 0.6rem;
  font-size: 1.5rem;
}
.btn.sm.round {
  border-radius: 1.6rem;
}
.btn.md {
  display: inline-block;
  height: 4rem;
  line-height: 4rem;
  padding: 0 2rem;
  border-radius: 0.6rem;
  font-size: 1.5rem;
}
.btn.md.round {
  border-radius: 2rem;
}
@media (max-width: 768px) {
  .btn.md {
    display: inline-block;
    height: 3.2rem;
    line-height: 3.2rem;
    padding: 0 1rem;
    border-radius: 0.4rem;
    font-size: 1.1rem;
  }
  .btn.md.round {
    border-radius: 1.6rem;
  }
}
.btn.lg {
  display: inline-block;
  height: 4.8rem;
  line-height: 4.8rem;
  padding: 0 2.4rem;
  border-radius: 0.6rem;
  font-size: 1.7rem;
}
.btn.lg.round {
  border-radius: 2.4rem;
}
@media (max-width: 768px) {
  .btn.lg {
    display: inline-block;
    height: 4rem;
    line-height: 4rem;
    padding: 0 1.2rem;
    border-radius: 0.4rem;
    font-size: 1.4rem;
  }
  .btn.lg.round {
    border-radius: 2rem;
  }
}
.btn.xl {
  display: inline-block;
  height: 5.6rem;
  line-height: 5.6rem;
  padding: 0 3.5rem;
  border-radius: 0.6rem;
  font-size: 1.9rem;
}
.btn.xl.round {
  border-radius: 2.8rem;
}
.btn.border {
  border: 1px solid #dbdbdb;
}
.btn.border-white {
  border: 1px solid #dbdbdb;
  background: transparent;
  color: #fff;
}
.btn.border-gray {
  border: 1px solid #717171;
  background: transparent;
  color: #555555;
}
.btn.border-darkgray {
  border: 1px solid #555555;
  background: transparent;
  color: #555555;
}
.btn.border-primary {
  border: 1px solid #164194;
  color: #164194;
}
.btn.black {
  background: #000;
  color: #fff;
}
.btn.gray {
  background: #717171;
  color: #fff;
}
.btn.dark-gray {
  background: #555555;
  color: #fff;
}
.btn.green-boder {
  border: 1px solid #4eab56;
  color: #2f9638;
}
.btn.primary {
  background: #164194;
  color: #fff;
}
.btn.green {
  border: 1px solid #4eab56;
  background: #2f9638;
  color: #fff;
}
.btn.block {
  width: 100%;
}
.btn.grdient {
  color: #fff;
  background: rgb(200, 85, 62);
  background: linear-gradient(36deg, rgb(200, 85, 62) 0%, rgb(100, 148, 14) 35%, rgb(8, 104, 172) 70%, rgb(53, 100, 94) 100%);
}
.btn.grdient-main {
  color: #fff;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(22, 66, 148) 0%, rgb(46, 149, 58) 100%);
}
.btn.disable {
  background: #d8d8d8;
  color: #8e8e8e;
}

.btn-right {
  margin-top: 2rem;
  display: flex;
  gap: 0.8rem;
  justify-content: flex-end;
}

.btn-fixed {
  width: 100%;
}

.btn-center {
  padding-top: 3rem;
  display: flex;
  justify-content: center;
}

.btn-search {
  width: 12.2rem;
  color: #fff;
  height: 4.8rem;
  border-radius: 0.8rem;
  padding-left: 6.1rem;
  text-align: left;
  background-color: #774f3f;
  background-image: url("../images/ico/ico-search.png");
  background-repeat: no-repeat;
  background-position: 3.2rem center;
}

.btn-reset {
  width: 12.2rem;
  height: 4.8rem;
  border-radius: 0.8rem;
  border: 1px solid #8e8e8e;
  padding-left: 5.2rem;
  text-align: left;
  background-image: url("../images/ico/ico-reset.png");
  background-repeat: no-repeat;
  background-position: 2.2rem center;
}

.btn-set {
  width: 15rem;
  height: 4rem;
  border-radius: 0.8rem;
  border: 1px solid #8e8e8e;
  padding-left: 5.2rem;
  text-align: left;
  background-image: url("../images/ico/ico-setting.png");
  background-repeat: no-repeat;
  background-position: 2.2rem center;
}

.btn-down {
  width: 16rem;
  height: 4rem;
  border-radius: 0.8rem;
  border: 1px solid #8e8e8e;
  padding-left: 5.2rem;
  text-align: left;
  background-image: url("../images/ico/ico-down.png");
  background-repeat: no-repeat;
  background-position: 2.2rem center;
}

.btn-stats {
  width: 16.5rem;
  height: 4rem;
  border-radius: 0.8rem;
  border: 1px solid #8e8e8e;
  padding-left: 5.2rem;
  text-align: left;
  background-image: url("../images/ico/ico-stats.png");
  background-repeat: no-repeat;
  background-position: 2.2rem center;
}

.list__square > li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1.7rem;
  line-height: 1.25;
}
@media (max-width: 1024px) {
  .list__square > li {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .list__square > li {
    font-size: clamp(1.2rem, 2.08vw, 1.4rem);
  }
}
.list__square > li + li {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .list__square > li + li {
    margin-top: 1.2rem;
  }
}
.list__square > li::before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 1rem;
}
@media (max-width: 768px) {
  .list__square > li::before {
    width: 3px;
    height: 3px;
    top: 0.5rem;
  }
}
.list__circle > li {
  position: relative;
  padding-left: 1.2rem;
  font-size: 2.1rem;
  color: #555;
  text-align: left;
  line-height: 1.25;
}
@media (max-width: 1024px) {
  .list__circle > li {
    font-size: 1.4rem;
    padding-left: 1rem;
  }
}
@media (max-width: 768px) {
  .list__circle > li {
    font-size: clamp(1.2rem, 2.08vw, 1.4rem);
  }
}
.list__circle > li + li {
  margin-top: 1.5rem;
}
.list__circle > li::before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #555;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 1rem;
}
@media (max-width: 1024px) {
  .list__circle > li::before {
    width: 2px;
    height: 2px;
    top: 0.5rem;
  }
}

.tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid #2b316b;
  position: relative;
}

.tab-item {
  list-style: none;
}
.tab-item button {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-bottom: 1px solid #2b316b;
  color: #999;
  font-size: 1.7rem;
  padding: 1.5rem 3.3rem;
  cursor: pointer;
  margin-bottom: -1px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .tab-item button {
    font-size: 1.3rem;
    padding: 0.75rem 1.65rem;
  }
}
.tab-item.active button {
  color: #1b2565;
  font-weight: 600;
  border: 1px solid #2b316b;
  border-bottom: 1px solid #fff;
  background-color: #fff;
  z-index: 2;
}

.toggle-hidden {
  display: none;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination a, .pagination strong, .pagination span {
  transition: all 0.25s;
}
.pagination .adri {
  display: flex;
  align-items: center;
  height: 4rem;
  color: #555555;
}
@media (max-width: 768px) {
  .pagination .adri {
    height: 3rem;
  }
}
.pagination a,
.pagination strong {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 400;
  height: 3rem;
  width: 3rem;
}
@media (max-width: 768px) {
  .pagination a,
  .pagination strong {
    height: 2rem;
    width: 2rem;
  }
}
.pagination .paging {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1rem;
  margin: 0 3rem;
}
@media (max-width: 1024px) {
  .pagination .paging {
    margin: 0 1.5rem;
  }
}
.pagination .paging a,
.pagination .paging strong {
  border-radius: 0.5rem;
  font-size: 1.7rem;
}
@media (max-width: 1024px) {
  .pagination .paging a,
  .pagination .paging strong {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .pagination .paging a,
  .pagination .paging strong {
    font-size: 1.2rem;
  }
}
.pagination .paging a:hover, .pagination .paging a:focus,
.pagination .paging strong:hover,
.pagination .paging strong:focus {
  background-color: #f8f8f8;
  color: #717171;
}
.pagination .paging strong {
  color: #fff;
  background-color: #0a529d;
  font-weight: 700;
}
.pagination .fir,
.pagination .prev,
.pagination .next,
.pagination .last {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  gap: 1rem;
}
@media (max-width: 1024px) {
  .pagination .fir,
  .pagination .prev,
  .pagination .next,
  .pagination .last {
    width: 3rem;
  }
}
.pagination .fir span,
.pagination .prev span,
.pagination .next span,
.pagination .last span {
  white-space: nowrap;
  color: #555555;
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .pagination .fir span,
  .pagination .prev span,
  .pagination .next span,
  .pagination .last span {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .pagination .fir span,
  .pagination .prev span,
  .pagination .next span,
  .pagination .last span {
    font-size: 1.1rem;
  }
}
.pagination .fir i,
.pagination .prev i,
.pagination .next i,
.pagination .last i {
  display: block;
  line-height: 0;
}
@media (max-width: 768px) {
  .pagination .fir i img,
  .pagination .prev i img,
  .pagination .next i img,
  .pagination .last i img {
    width: 5px;
    height: 100%;
  }
}
.pagination .fir:hover, .pagination .fir:focus,
.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus,
.pagination .last:hover,
.pagination .last:focus {
  color: #007ab4;
}
.pagination .fir:hover span, .pagination .fir:focus span,
.pagination .prev:hover span,
.pagination .prev:focus span,
.pagination .next:hover span,
.pagination .next:focus span,
.pagination .last:hover span,
.pagination .last:focus span {
  color: #007ab4;
}

.modal-wrap {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}

.modal-wrap-dimmed {
  z-index: 110;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.modal {
  overflow: hidden;
  z-index: 120;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.modal--inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.6rem;
}
.modal--close {
  width: 2rem;
  height: 2rem;
  background-image: url("../images/modal/white-close.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
}
@media (max-width: 768px) {
  .modal--close {
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1.5rem;
  }
}
.modal--head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5.5rem;
  background: #000;
  padding: 0 3rem;
  border-radius: 0.6rem 0.6rem 0 0;
}
@media (max-width: 768px) {
  .modal--head {
    height: 4rem;
    padding: 0 1.5rem;
  }
}
.modal--head--inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal--head--inner h3 {
  font-size: 2.1rem;
  font-weight: normal;
  color: #fff;
}
@media (max-width: 768px) {
  .modal--head--inner h3 {
    font-size: 1.7rem;
  }
}
.modal--head--util {
  display: flex;
  align-items: center;
  gap: 2.3rem;
}
.modal--content {
  overflow: hidden;
  position: relative;
  background: #fff;
  padding: 3rem;
  border-radius: 0 0 0.6rem 0.6rem;
}
.modal--content--inner {
  max-height: 60rem;
}
@media (max-width: 768px) {
  .modal--content--inner {
    max-height: calc(100vh - 4rem - 3rem);
  }
}
@media (max-width: 768px) {
  .modal--content {
    padding: 1.5rem;
  }
}
.modal--content .modal-txt01 {
  font-size: 1.7rem;
  color: #555555;
}
@media (max-width: 768px) {
  .modal--content .modal-txt01 {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .modal.full .modal--content {
    height: calc(100vh - 4rem) !important;
  }
}

#scoreApply .modal--inner {
  width: 100%;
  max-width: 300px;
}

#privacyagree .modal--inner {
  width: 100%;
  max-width: 800px;
}

.privacy-policy h1 {
  font-size: 2rem;
  font-weight: bold;
  color: #222;
  text-align: left;
  margin: 1.5rem 0;
}
@media (max-width: 768px) {
  .privacy-policy h1 {
    font-size: 1.6em;
    margin: 1rem 0;
  }
}
.privacy-policy section {
  margin-bottom: 2rem;
}
.privacy-policy section h2 {
  font-size: 1.7rem;
  font-weight: bold;
  color: #2c3e50;
  margin: 2rem 0 1rem 0;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .privacy-policy section h2 {
    font-size: 1.3rem;
    margin: 1.5rem 0 1rem 0;
  }
}
.privacy-policy section p {
  margin: 0.5rem 0 1.5rem 0;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .privacy-policy section p {
    font-size: 1.1rem;
  }
}

.ui-widget-header {
  border: 0px solid #dddddd;
  background: #fff;
}

.ui-datepicker-calendar > thead > tr > th {
  font-size: 14px !important;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 10px 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 0px solid #c5c5c5;
  background-color: transparent;
  font-weight: normal;
  color: #454545;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 0em;
  line-height: 16px;
  text-align: center;
  font-size: 14px;
  padding: 0px;
  font-weight: bold;
}

.ui-datepicker {
  display: none;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 20px;
  padding-bottom: 10px;
  width: 300px;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
}

.ui-widget.ui-widget-content {
  border: 1px solid #eee;
}

#datepicker:focus > .ui-datepicker {
  display: block;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  cursor: pointer;
}

.ui-datepicker-next {
  float: right;
}

.ui-state-disabled {
  cursor: auto;
  color: hsl(0, 0%, 80%);
}

.ui-datepicker-title {
  text-align: center;
  padding: 10px;
  font-weight: 100;
  font-size: 20px;
}

.ui-datepicker-calendar {
  width: 100%;
}

.ui-datepicker-calendar > thead > tr > th {
  padding: 5px;
  font-size: 20px;
  font-weight: 400;
}

.ui-datepicker-calendar > tbody > tr > td > a {
  color: #000;
  font-size: 12px !important;
  font-weight: bold !important;
  text-decoration: none;
}

.ui-datepicker-calendar > tbody > tr > .ui-state-disabled:hover {
  cursor: auto;
  background-color: #fff;
}

.ui-datepicker-calendar > tbody > tr > td {
  border-radius: 100%;
  width: 44px;
  height: 30px;
  cursor: pointer;
  padding: 5px;
  font-weight: 100;
  text-align: center;
  font-size: 12px;
}

.ui-datepicker-calendar > tbody > tr > td:hover {
  background-color: transparent;
  opacity: 0.6;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 0px solid #cccccc;
  background-color: transparent;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-widget-header .ui-icon {
  background-image: url("../images/ico/cal-btns.png");
}

.ui-icon-circle-triangle-e {
  background-position: -20px 0px;
  background-size: 36px;
}

.ui-icon-circle-triangle-w {
  background-position: 0px 0px;
  background-size: 36px;
}

.ui-datepicker-calendar > tbody > tr > td:first-child a {
  color: red !important;
}

.ui-datepicker-calendar > tbody > tr > td:last-child a {
  color: #0099ff !important;
}

.ui-datepicker-calendar > thead > tr > th:first-child {
  color: red !important;
}

.ui-datepicker-calendar > thead > tr > th:last-child {
  color: #0099ff !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 0px;
  background: #f1f1f1;
  border-radius: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.inp {
  background-image: url("../images/common/ico-cal.png");
  background-position: 90% center;
  background-repeat: no-repeat;
}

.inp:focus {
  outline: none;
}

.SNB {
  position: relative;
  height: 100%;
  /* 패널 버튼 영역 스타일 */
}
.SNB .SNB-container {
  z-index: 50;
  position: absolute;
  height: calc(100% - 8rem);
  left: 0;
  width: 7rem;
  background: #e49264;
}
.SNB .SNB-container .snblinks {
  border: none;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 1.3rem;
  height: 12rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.SNB .SNB-container .snblinks .icon {
  display: block;
  margin: auto auto 2rem auto;
}
.SNB .SNB-container .snblinks span {
  color: #fff;
}
.SNB .SNB-container .snblinks.active {
  box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 60px -28px inset;
}
.SNB .SNB-container .SNB-container-util {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.SNB .SNB-container .SNB-container-util button {
  padding: 2.5rem;
}
.SNB .SNB-container .SNB-container-util .ico-notice {
  width: 22px;
  height: 23px;
  background-image: url(../images/ico/ico_notice.png);
}
.SNB .SNB-container .SNB-container-util .ico-guide {
  width: 22px;
  height: 18px;
  background-image: url(../images/ico/ico_guide.png);
}
.SNB .SNB--view {
  z-index: 40;
  position: absolute;
  display: none;
  left: 7rem;
  top: 0;
  border-top: none;
  transition: all 0.3s;
}
.SNB .SNB--view.active {
  display: block;
  visibility: inherit;
}
.SNB .SNB--view.active.hidden {
  left: -60rem;
}
.SNB .SNB--view.active.hidden .close-panel .panel-arrow {
  transform: rotate(180deg);
}
.SNB .SNB--view .close-panel {
  position: absolute;
  right: -2rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border: none;
  cursor: pointer;
  width: 2rem;
  height: 6rem;
  border-radius: 0 0.2rem 0.2rem 0;
}
.SNB .SNB--view .close-panel .panel-arrow {
  background-image: url(../images/common/panel-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
  width: 0.7rem;
  height: 1.2rem;
}
.SNB .SNB--view--panel {
  height: 100vh;
}
.SNB .SNB--view--panel.view--panel01 {
  height: calc(100vh - 80px);
  position: relative;
  z-index: 30;
  width: 30rem;
  background: #fff;
  border-right: 1px solid #d8d8d8;
  box-shadow: 10px 0px 30px -15px rgba(0, 0, 0, 0.3);
}
.SNB .SNB--view--panel.view--panel02 {
  width: 37rem;
  background: #f0f0f0;
}
.SNB .SNB--view--panel.view--panel02 .view--panel02--head {
  height: 5.4rem;
}
.SNB .SNB--view--panel.view--panel02 .view--panel02--head h3 {
  padding: 2rem;
  line-height: 1;
  color: #fff;
  font-size: 1.7rem;
  font-weight: normal;
}
.SNB .SNB--view--panel.view--panel02 .view--panel02--cont {
  height: calc(100vh - 80px - 57px);
}
.SNB .SNB--view--panel.view--panel02 .view--panel02--cont .view--panel02--item {
  padding: 2rem;
  background: #fff;
  margin-bottom: 0.8rem;
}
.SNB .SNB--view--panel.view--panel02 .view--panel02--cont .view--panel02--item--ti {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.SNB .SNB--view--panel.view--panel02 .view--panel02--cont .view--panel02--item .form-line {
  margin-bottom: 1rem;
}
.SNB .SNB--view--panel--inner {
  display: flex;
}
.SNB .SNB--view--panel--li {
  border-bottom: 1px solid #d8d8d8;
}
.SNB .SNB--view--panel--li.active .SNB--view--panel--li--head {
  border-bottom: 1px solid #d8d8d8;
}
.SNB .SNB--view--panel--li.active .SNB--view--panel--li--cont {
  display: block;
}
.SNB .SNB--view--panel--li .toggle-label {
  font-size: 1.5rem;
  width: 100%;
}
.SNB .SNB--view--panel--li--head {
  padding: 1.6rem 1.2rem;
  cursor: pointer;
}
.SNB .SNB--view--panel--li--cont {
  display: none;
  padding: 1.2rem;
}
.SNB .SNB--view--panel--li--item {
  border: 1px solid #c6c6c6;
  border-radius: 0.6rem;
}
.SNB .SNB--view--panel--li--item .toggle-ti {
  display: flex;
  padding: 1rem;
}
.SNB .SNB--view--panel--li--item .toggle-ti .right {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.SNB .SNB--view--panel--li--item .toggle-ti em {
  transition: all 0.3s;
  display: inline-block;
  border-bottom: 4px solid #717171;
  border-top: 4px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.SNB .SNB--view--panel--li--item .toggle-cont {
  display: none;
}
.SNB .SNB--view--panel--li--item + * {
  margin-top: 1.2rem;
}
.SNB .SNB--view--panel--li--item.active .toggle-ti {
  background: #f0f0f0;
}
.SNB .SNB--view--panel--li--item.active .toggle-ti .right em {
  transform: rotate(180deg);
}
.SNB .SNB--view--panel--li--item.active .toggle-cont {
  display: block;
  padding: 1.5rem;
}
.SNB .SNB--view--panel--li:first-child .SNB--view--panel--li--head {
  border-top: 1px solid #d8d8d8;
}

.climate-type .SNB-container {
  background: #e49264;
}
.climate-type .SNB-container .snblinks--inner .snblinks:nth-child(1) i {
  width: 34px;
  height: 34px;
  background-image: url(../images/ico/nav01-ico01.png);
}
.climate-type .SNB-container .snblinks--inner .snblinks:nth-child(2) i {
  width: 34px;
  height: 34px;
  background-image: url(../images/ico/nav01-ico02.png);
}
.climate-type .SNB-container .snblinks--inner .snblinks:nth-child(3) i {
  width: 34px;
  height: 34px;
  background-image: url(../images/ico/nav01-ico03.png);
}
.climate-type .SNB-container .snblinks--inner .snblinks:nth-child(4) i {
  width: 34px;
  height: 34px;
  background-image: url(../images/ico/nav01-ico04.png);
}
.climate-type .SNB-container .snblinks--inner .snblinks.active {
  background: #c8553e;
}
.climate-type .SNB-container .SNB-container-util {
  background: #c8553e;
}
.climate-type .toggle-label input[type=checkbox]:checked + .toggle-custom {
  background-color: #c8553e;
}
.climate-type .SNB--view .SNB--view--panel.view--panel02 .view--panel02--head {
  height: 5.4rem;
  background: #c8553e;
}
.climate-type .SNB--view--panel--li.active {
  border-top: 1px solid #c8553e;
  border-bottom: 1px solid #c8553e;
}
.climate-type .SNB--view--panel--li.active .SNB--view--panel--li--head {
  color: #c8553e;
}

.carbon-type .SNB-container {
  background: #93bf3b;
}
.carbon-type .SNB-container .snblinks--inner .snblinks:nth-child(1) i {
  width: 34px;
  height: 34px;
  background-image: url(../images/ico/nav02-ico01.png);
}
.carbon-type .SNB-container .snblinks--inner .snblinks:nth-child(2) i {
  width: 34px;
  height: 34px;
  background-image: url(../images/ico/nav02-ico02.png);
}
.carbon-type .SNB-container .snblinks--inner .snblinks:nth-child(3) i {
  width: 34px;
  height: 34px;
  background-image: url(../images/ico/nav02-ico03.png);
}
.carbon-type .SNB-container .snblinks--inner .snblinks:nth-child(4) i {
  width: 34px;
  height: 34px;
  background-image: url(../images/ico/nav02-ico04.png);
}
.carbon-type .SNB-container .snblinks--inner .snblinks:nth-child(5) i {
  width: 34px;
  height: 34px;
  background-image: url(../images/ico/nav02-ico05.png);
}
.carbon-type .SNB-container .snblinks--inner .snblinks.active {
  background: #64940e;
}
.carbon-type .SNB-container .SNB-container-util {
  background: #64940e;
}
.carbon-type .toggle-label input[type=checkbox]:checked + .toggle-custom {
  background-color: #64940e;
}
.carbon-type .SNB--view .SNB--view--panel.view--panel02 .view--panel02--head {
  height: 5.4rem;
  background: #64940e;
}
.carbon-type .SNB--view--panel--li.active {
  border-top: 1px solid #64940e;
  border-bottom: 1px solid #64940e;
}
.carbon-type .SNB--view--panel--li.active .SNB--view--panel--li--head {
  color: #64940e;
}

.energy-type .SNB-container {
  background: #43a2ca;
}
.energy-type .SNB-container .snblinks--inner .snblinks:nth-child(1) i {
  width: 34px;
  height: 34px;
  background-image: url(../images/ico/nav03-ico01.png);
}
.energy-type .SNB-container .snblinks--inner .snblinks:nth-child(2) i {
  width: 34px;
  height: 34px;
  background-image: url(../images/ico/nav03-ico02.png);
}
.energy-type .SNB-container .snblinks--inner .snblinks:nth-child(3) i {
  width: 34px;
  height: 34px;
  background-image: url(../images/ico/nav03-ico03.png);
}
.energy-type .SNB-container .snblinks--inner .snblinks.active {
  background: #0868ac;
}
.energy-type .SNB-container .SNB-container-util {
  background: #0868ac;
}
.energy-type .toggle-label input[type=checkbox]:checked + .toggle-custom {
  background-color: #0868ac;
}
.energy-type .SNB--view .SNB--view--panel.view--panel02 .view--panel02--head {
  height: 5.4rem;
  background: #0868ac;
}
.energy-type .SNB--view--panel--li.active {
  border-top: 1px solid #0868ac;
  border-bottom: 1px solid #0868ac;
}

.score-type .SNB-container {
  background: #5d958f;
}
.score-type .SNB-container .snblinks--inner .snblinks:nth-child(1) i {
  width: 34px;
  height: 34px;
  background-image: url(../images/ico/nav04-ico01.png);
}
.score-type .SNB-container .snblinks--inner .snblinks:nth-child(2) i {
  width: 34px;
  height: 34px;
  background-image: url(../images/ico/nav04-ico02.png);
}
.score-type .SNB-container .snblinks--inner .snblinks:nth-child(3) i {
  width: 34px;
  height: 34px;
  background-image: url(../images/ico/nav04-ico03.png);
}
.score-type .SNB-container .snblinks--inner .snblinks:nth-child(4) i {
  width: 34px;
  height: 34px;
  background-image: url(../images/ico/nav04-ico04.png);
}
.score-type .SNB-container .snblinks--inner .snblinks.active {
  background: #35645e;
  box-shadow: rgba(114, 88, 49, 0.8) 0px -80px 60px -28px inset;
}
.score-type .SNB-container .SNB-container-util {
  background: #35645e;
}
.score-type .toggle-label input[type=checkbox]:checked + .toggle-custom {
  background-color: #35645e;
}
.score-type .SNB--view .SNB--view--panel.view--panel02 .view--panel02--head {
  height: 5.4rem;
  background: #35645e;
}
.score-type .SNB--view--panel--li.active {
  border-top: 1px solid #35645e;
  border-bottom: 1px solid #35645e;
}

.accordion--item {
  margin-bottom: 2rem;
}
.accordion--item:last-child {
  margin-bottom: 0;
}
.accordion--item.active .accordion--button {
  border-radius: 1.2rem 1.2rem 0 0;
}
.accordion--item.active .accordion--content {
  opacity: 1;
  visibility: inherit;
  height: auto;
}
.accordion--item.active .accordion--ti--arrow {
  background-color: #f0f0f0;
  background-image: url("../images/components/accordion-arrow-on.svg");
}
.accordion--button {
  width: 100%;
  padding: 2rem;
  text-align: left;
  background-color: #fff;
  border: none;
  cursor: pointer;
  outline: none;
  transition: background-color 0.2s ease;
  border-radius: 1.2rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.accordion--ti--flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion--ti--arrow {
  position: relative;
  width: 3.2rem;
  height: 3.2rem;
  margin-left: 2rem;
  transition: all 0.3s;
  background-image: url("../images/components/accordion-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.accordion--ti--arrow::after {
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.2rem;
  background: #c6c6c6;
  content: "";
}
.accordion--content {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  background-color: #fff;
  overflow: hidden;
  border-radius: 0 0 1.2rem 1.2rem;
}
.accordion--content--body {
  box-shadow: inset 0px 11px 8px -10px #CCC, inset 0px -11px 8px -10px #CCC;
  padding: 2rem;
}
.accordion.carbon-main .accordion--ti--cont {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 8rem;
}
.accordion.carbon-main .accordion--ti--cont .scope-ti {
  display: flex;
  align-items: center;
}
.accordion.carbon-main .accordion--ti--cont .scope-ti h4 {
  font-size: 1.9rem;
  color: #555555;
  margin-left: 7rem;
  margin-right: 1.5rem;
}
.accordion.carbon-main .accordion--ti--cont .scope-index strong {
  display: inline-block;
  font-size: 2.5rem;
  color: #1d1d1d;
}
.accordion.carbon-main .accordion--ti--cont .scope-index span {
  color: #555555;
}

.board--wrap {
  padding: 3rem 4rem;
}
.board--wrap--head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.2rem;
}
.board--wrap--body {
  width: 100%;
}
.board--wrap--body .board-thead {
  display: table;
  width: 100%;
  background: #f0f0f0;
  border-radius: 0.8rem;
}
.board--wrap--body .board-thead > div {
  display: table-cell;
  font-size: 1.7rem;
  padding: 2rem 1rem;
  vertical-align: middle;
}
.board--wrap--body .board-tbody {
  margin-bottom: 6rem;
}
.board--wrap--body .board-tbody .board-tbody-item {
  border: 1px solid #c3c3c3;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 0.8rem;
  border-radius: 0.8rem;
  transition: all 0.3s;
}
.board--wrap--body .board-tbody .board-tbody-item:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 4px 12px;
  border: 1px solid #000;
}
.board--wrap--body .board-tbody .board-tbody-item > div {
  display: table-cell;
  font-size: 1.7rem;
  color: #555555;
  padding: 2rem 1rem;
  vertical-align: middle;
}

.board-management .board-thead > div,
.board-management .board-tbody-item > div {
  text-align: center;
  width: 15%;
}
.board-management .board-thead > div + div,
.board-management .board-tbody-item > div + div {
  width: 15%;
}
.board-management .board-thead > div + div + div,
.board-management .board-tbody-item > div + div + div {
  width: auto;
}
.board-management .board-thead > div + div + div + div,
.board-management .board-tbody-item > div + div + div + div {
  width: 10%;
}
.board-management .board-thead > div + div + div + div + div,
.board-management .board-tbody-item > div + div + div + div + div {
  width: 10%;
}
.board-management .board-thead > div + div + div + div + div + div,
.board-management .board-tbody-item > div + div + div + div + div + div {
  width: 10%;
}

.write--management {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.write--management .box {
  padding: 3rem 4rem;
  width: 45rem;
}
.write--management .box.box-md {
  width: 90rem;
}
.write--management--head {
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
}
.write--management--head h3 {
  margin-bottom: 1rem;
}
.write--management--head p {
  margin-bottom: 1.8rem;
}
.write--management--body {
  border-bottom: 1px solid #e4e4e4;
}
.write--management--body .txt-write {
  height: 150px;
  padding: 1rem;
}
.write--management--body .txt-write textarea {
  width: 100%;
  height: 85%;
  border: none;
  outline: none;
  overflow-y: auto;
}
.write--management--body .txt-write .byte-inner {
  text-align: right;
}
.write--management--body .info-box {
  background: #ecf0f6;
  border-radius: 0.8rem;
  padding: 2rem;
  color: #717171;
  font-size: 1.5rem;
  line-height: 1.5;
}
.write--management--foot {
  padding-top: 3.2rem;
}

.board--wtite--head {
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
}
.board--wtite--head h3 {
  margin-bottom: 1rem;
}
.board--wtite--head p {
  margin-bottom: 1.8rem;
}
.board--wtite--body {
  border-bottom: 1px solid #e4e4e4;
}
.board--wtite--body .txt-write {
  height: 150px;
  padding: 1rem;
}
.board--wtite--body .txt-write textarea {
  width: 100%;
  height: 85%;
  border: none;
  outline: none;
  overflow-y: auto;
  resize: none;
}
@media (max-width: 768px) {
  .board--wtite--body .txt-write textarea {
    font-size: 1.2rem;
  }
}
.board--wtite--body .txt-write .byte-inner {
  text-align: right;
}
.board--wtite--body .info-box {
  background: #ecf0f6;
  border-radius: 0.8rem;
  padding: 2rem;
  color: #717171;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .board--wtite--body .info-box {
    font-size: 1.2rem;
  }
}
.board--wtite--foot {
  text-align: right;
  padding-top: 3.2rem;
}
@media (max-width: 768px) {
  .board--wtite--foot {
    padding-top: 1.6rem;
  }
}

.file--list--item {
  display: flex;
  border: 1px solid #c6c6c6;
  padding: 1.5rem 2rem;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.6rem;
  margin-bottom: 0.8rem;
}
.file--list--item:last-child {
  margin-bottom: 0;
}
.file--list--ti {
  display: flex;
  gap: 0.4rem;
  align-items: center;
  font-size: 1.7rem;
  color: #555555;
}
.file--list--util {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.dotted-box {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  border: 1px dashed #8e8e8e;
  height: 15rem;
  background: #f0f0f0;
  border-radius: 1.2rem;
}
.dotted-box.h110 {
  height: 11rem;
}

.board-list-text table {
  border-top: 1px solid #333333;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 4rem;
  border-collapse: collapse;
}
.board-list-text thead th {
  color: #000000;
  font-size: 15px;
  height: 60px;
  background: #fafafa;
}
@media (max-width: 768px) {
  .board-list-text thead th {
    font-size: 11px;
    height: 40px;
  }
}
.board-list-text th, .board-list-text td {
  border-bottom: 1px solid #e1e1e1;
  box-sizing: border-box;
  padding: 10px;
  color: #666666;
}
@media (max-width: 768px) {
  .board-list-text th, .board-list-text td {
    padding: 5px;
  }
}
.board-list-text tbody th, .board-list-text tbody td {
  height: 60px;
  text-align: center;
}
@media (max-width: 768px) {
  .board-list-text tbody th, .board-list-text tbody td {
    font-size: 11px;
    height: 40px;
  }
}
.board-list-text a {
  color: #091634;
}
.board-list-text .item_list-title {
  padding-left: 70px;
  text-align: left;
}
@media (max-width: 768px) {
  .board-list-text .item_list-title {
    padding-left: 20px;
  }
}
.board-list-text .cs-link-text {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
}
.board-list-text .cs-link-text i {
  flex: 0 0 18px;
}
.board-list-text .cs-link-text span {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.board-list-text .cs-link-text > * + * {
  margin-left: 5px;
}

.board-search,
.board-search2 {
  position: relative;
  z-index: 1;
  background: #f0f1f3;
  padding: 15px;
  margin-bottom: 4rem;
}
.board-search form,
.board-search2 form {
  display: flex;
  max-width: 830px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .board-search form,
  .board-search2 form {
    flex-direction: column;
    align-items: center;
  }
}
.board-search form > * + *,
.board-search2 form > * + * {
  margin-left: 8px;
}
@media (max-width: 576px) {
  .board-search form > * + *,
  .board-search2 form > * + * {
    margin-left: 0;
  }
}
.board-search .board-search_input,
.board-search2 .board-search_input {
  height: 48px;
  border-radius: 4px;
  box-sizing: border-box;
  border: 0;
  padding: 0 15px;
  flex: 1;
  width: 100%;
}
@media (max-width: 576px) {
  .board-search .board-search_input,
  .board-search2 .board-search_input {
    flex: none;
    margin-bottom: 1rem;
    font-size: 14px;
    height: 38px;
  }
}
.board-search select.form-select,
.board-search2 select.form-select {
  width: 200px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
  padding-right: 35px;
}
@media (max-width: 576px) {
  .board-search select.form-select,
  .board-search2 select.form-select {
    max-width: 100%;
    width: 100%;
    margin-bottom: 1rem;
    font-size: 14px;
    height: 38px;
  }
}
.board-search .board-search_btn,
.board-search2 .board-search_btn {
  background: #000;
  border-radius: 4px;
  color: #fff;
  font-size: 17px;
  border: 0;
  height: 48px;
  box-sizing: border-box;
  width: 90px;
  flex: 0 0 90px;
}
@media (max-width: 576px) {
  .board-search .board-search_btn,
  .board-search2 .board-search_btn {
    flex: none;
    width: 50px;
    height: 30px;
    font-size: 14px;
  }
}

.board-viwer .board-viwer_header {
  border-top: 2px solid #333333;
  display: flex;
  padding: 20px 0 20px 35px;
  align-items: center;
  border-bottom: 1px dashed #e1e1e1;
  background: #fff;
}
@media (max-width: 768px) {
  .board-viwer .board-viwer_header {
    padding: 10px;
    flex-direction: column;
    align-items: baseline;
    gap: 5px;
  }
}
.board-viwer .board-viwer_header > h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #000000;
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .board-viwer .board-viwer_header > h3 {
    font-size: 18px;
    white-space: inherit;
  }
}
.board-viwer .board-viwer_header .title {
  flex: 0 0 50px;
  color: #2149a6;
  font-size: 18px;
}
@media (max-width: 768px) {
  .board-viwer .board-viwer_header .title {
    flex: auto;
    font-size: 14px;
  }
}
.board-viwer .board-viwer_header .data {
  margin-left: auto;
  margin-right: 0;
  flex: 0 0 270px;
  color: #666666;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .board-viwer .board-viwer_header .data {
    flex: 1;
    font-size: 11px;
  }
}
.board-viwer .board-viwer_header .data::after {
  content: "";
  width: 1px;
  height: 14px;
  background: #e1e1e1;
  position: absolute;
  left: 0;
  top: calc(50% - 7px);
}
@media (max-width: 768px) {
  .board-viwer .board-viwer_header .data::after {
    display: none;
  }
}
.board-viwer .board-viwer_attach {
  padding: 15px 15px 15px 34px;
  background: #fafafa;
}
.board-viwer .board-viwer_text {
  padding: 20px 35px;
  min-height: 30rem;
}
@media (max-width: 768px) {
  .board-viwer .board-viwer_text {
    padding: 10px 17.5px;
    min-height: 15rem;
  }
}
.board-viwer .board-viwer-coment .board-viwer-coment-headr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #333333;
  padding: 20px 0 20px 35px;
  border-bottom: 1px dashed #e1e1e1;
}
@media (max-width: 768px) {
  .board-viwer .board-viwer-coment .board-viwer-coment-headr {
    padding: 10px;
    align-items: baseline;
    gap: 5px;
  }
}
.board-viwer .board-viwer-coment .board-viwer-coment-headr h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 22px;
}
@media (max-width: 768px) {
  .board-viwer .board-viwer-coment .board-viwer-coment-headr h3 {
    font-size: 18px;
    white-space: inherit;
  }
}
.board-viwer .board-viwer-coment .board-viwer-coment-headr .data {
  margin-left: auto;
  margin-right: 0;
  flex: 0 0 270px;
  color: #666666;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .board-viwer .board-viwer-coment .board-viwer-coment-headr .data {
    flex: 0 0 70px;
    font-size: 11px;
  }
}
.board-viwer .board-viwer-coment .board-viwer-coment-headr .data::after {
  content: "";
  width: 1px;
  height: 14px;
  background: #e1e1e1;
  position: absolute;
  left: 0;
  top: calc(50% - 7px);
}
@media (max-width: 768px) {
  .board-viwer .board-viwer-coment .board-viwer-coment-headr .data::after {
    display: none;
  }
}
.board-viwer .board-viwer-coment p {
  padding: 20px 35px;
  min-height: 30rem;
}
@media (max-width: 768px) {
  .board-viwer .board-viwer-coment p {
    padding: 10px 17.5px;
    min-height: 15rem;
  }
}

.board-viwer + .board-nav {
  margin-top: 25px;
}

.board-viwer_footer {
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #e1e1e1;
  display: flex;
  justify-content: flex-end;
}
.board-viwer_footer > * + * {
  margin-left: 5px;
}

.board-nav {
  border: 1px solid #333333;
  border-left: 0;
  border-right: 0;
}
.board-nav a {
  display: block;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .board-nav a {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
.board-nav a b {
  position: relative;
  font-weight: 500;
  flex: 0 0 140px;
  width: 140px;
  text-align: center;
}
@media (max-width: 768px) {
  .board-nav a b {
    flex: 0 0 80px;
    width: 80px;
    font-size: 11px;
  }
}
.board-nav a b::before {
  content: "";
  width: 9px;
  height: 9px;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 10px;
  border: 2px solid #666666;
  border-top: 0;
  border-right: 0;
  position: relative;
  top: 2px;
  transform: rotate(135deg);
}
@media (max-width: 768px) {
  .board-nav a b::before {
    width: 5px;
    height: 5px;
    top: 0;
  }
}
.board-nav a strong {
  font-weight: 500;
  width: 100%;
  flex: 1;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .board-nav a strong {
    font-size: 12px;
    padding: 0 10px;
  }
}
.board-nav a span {
  flex: 0 0 270px;
  color: #666666;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .board-nav a span {
    flex: 0 0 100px;
    font-size: 11px;
  }
}
.board-nav a span::after {
  content: "";
  width: 1px;
  height: 14px;
  background: #e1e1e1;
  position: absolute;
  left: 0;
  top: calc(50% - 7px);
}
.board-nav .board-nav_next b::before {
  transform: rotate(-45deg);
  top: -3px;
}
.board-nav a + a {
  border-top: 1px solid #e1e1e1;
}

.error-body {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-body .lay-logo {
  display: block;
  width: 27.5rem;
  height: 3.7rem;
  background: url("../images/common/bi.png") no-repeat;
  margin-bottom: 2rem;
}
.error-body .error-container {
  flex: 0 0 1280px;
}
.error-body .error-cont {
  text-align: center;
  padding: 100px 0;
  border-radius: 0 0 100px 0;
  border: 16px solid #edf1f4;
}
.error-body .error-cont > h2 {
  margin: 0;
  padding: 0px;
  color: #222222;
  font-size: 30px;
}
.error-body .error-cont .error-icons {
  text-align: center;
  margin-bottom: 30px;
}
.error-body .error-cont .error-icons i {
  background: url("../images/common/error_404.png") no-repeat;
  width: 114px;
  height: 91px;
  display: inline-block;
}
.error-body .error-cont .error-infos {
  margin-top: 35px;
  line-height: 1.6em;
  font-size: 16px;
  color: #666666;
}
.error-body .error-cont .error-btns {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.error-body .error-cont .error-btns-home {
  padding: 0 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  height: 60px;
  color: #fff;
  border-radius: 10px;
  transition: all 0.25s;
}

:root {
  --brand-color: #02983b;
}

html, body {
  overflow-x: hidden;
  width: 100%;
}

.main-cont-inner {
  width: 1440px;
  margin: auto;
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .main-cont-inner {
    width: 100%;
  }
}
.main-cont-inner .main-txt01 {
  color: #fff;
  font-size: 3.2rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .main-cont-inner .main-txt01 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}
.main-cont-inner .main-txt02 {
  color: #fff;
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 12rem;
}
@media (max-width: 768px) {
  .main-cont-inner .main-txt02 {
    font-size: 3rem;
    margin-bottom: 6rem;
  }
}
.main-cont-inner .main-card-wrap {
  display: flex;
  gap: 3rem;
}
.main-cont-inner .main-card-item {
  width: 9rem;
  min-height: 27rem;
  background: rgb(114, 184, 74);
  background: linear-gradient(0deg, rgb(114, 184, 74) 0%, rgb(21, 157, 89) 100%);
  color: #fff;
  border-radius: 2rem;
  padding: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
@media (max-width: 768px) {
  .main-cont-inner .main-card-item {
    min-height: 17.7rem;
    padding: 1rem;
  }
}
.main-cont-inner .main-card-item .main-card-item-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  background-image: url(../images/main/item01-bg.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 2rem;
}
@media (max-width: 768px) {
  .main-cont-inner .main-card-item .main-card-item-inner {
    padding: 1rem;
    background-size: 50%;
  }
}
.main-cont-inner .main-card-item + .main-card-item .main-card-item-inner {
  background-image: url(../images/main/item02-bg.png);
}
.main-cont-inner .main-card-item .number {
  color: #fff;
  margin-bottom: 1rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .main-cont-inner .main-card-item .number {
    margin-bottom: 0.5rem;
  }
}
.main-cont-inner .main-card-item .main-card-item-active {
  display: none;
  transition: all 0.3s;
}
.main-cont-inner .main-card-item.active {
  width: auto;
  max-width: 57rem;
  background: #fff;
}
.main-cont-inner .main-card-item.active .main-card-item-inner {
  display: block;
}
.main-cont-inner .main-card-item.active .number {
  display: block;
  color: #16955a;
}
.main-cont-inner .main-card-item.active .main-card-item-active {
  display: block;
}
.main-cont-inner .main-card-item.active .main-card-item-active .main-card-item-txt01 {
  font-size: 2.1rem;
  color: #1d1d1d;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .main-cont-inner .main-card-item.active .main-card-item-active .main-card-item-txt01 {
    font-size: 1.7rem;
    margin-bottom: 0.75rem;
  }
}
.main-cont-inner .main-card-item.active .main-card-item-active .main-card-item-txt02 {
  font-size: 1.7rem;
  color: #717171;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .main-cont-inner .main-card-item.active .main-card-item-active .main-card-item-txt02 {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }
}
.main-cont-inner .main-card-item.active .main-card-item-active .main-card-item-quick {
  color: #1d1d1d;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .main-cont-inner .main-card-item.active .main-card-item-active .main-card-item-quick {
    font-size: 1.2rem;
  }
}
.main-cont-inner .main-card-item.active .main-card-item-active .main-card-item-quick:after {
  margin-left: 1rem;
  content: "";
  width: 4.5rem;
  height: 1.4rem;
  background-image: url(../images/main/arrow.png);
}
.main-cont-inner .main-card-item.active .icon {
  display: none;
}

.main-container {
  max-width: 1400px;
  margin: 0 auto;
}

/* 25.03.24 */
.lg-block {
  display: none;
}
@media (max-width: 1024px) {
  .lg-block {
    display: block;
  }
}

.main {
  background: url(../images/main/background.png) no-repeat 50% 0;
  /* 메인 갤러리 */
}
@media (max-width: 1024px) {
  .main {
    background: none;
  }
}
.main-data {
  padding: 80px 15px 0;
}
@media (max-width: 1024px) {
  .main-data {
    background-color: #f4f4f4;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.main-data-title {
  text-align: center;
  line-height: 1;
  color: #000000;
}
.main-data-title strong {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 48px;
}
.main-data-title strong::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -20px;
  top: 0;
  background: url(../images/main/ico-leaf.png) no-repeat 100% 0;
  width: 17px;
  height: 17px;
}
.main-data-title p {
  font-size: 21px;
  padding-top: 12px;
  line-height: 1.34;
}
@media (max-width: 1024px) {
  .main-data-title strong {
    font-size: clamp(20px, 10vw, 30px);
  }
  .main-data-title p {
    font-size: clamp(12px, 3vw, 15px);
  }
}
.main-data .latest-data {
  position: relative;
  display: flex;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 40px;
  margin-top: 35px;
}
@media (max-width: 1024px) {
  .main-data .latest-data {
    display: block;
    padding: 24px;
    margin-top: 25px;
  }
}
.main-data .latest-data-text {
  flex-basis: 320px;
  width: 320px;
  flex-shrink: 0;
  padding-top: 12px;
}
@media (max-width: 1024px) {
  .main-data .latest-data-text {
    width: 100%;
    padding-top: 0;
  }
}
.main-data .latest-data-text h3 {
  color: #000000;
  line-height: 1.4;
  font-size: 21px;
  padding-bottom: 15px;
}
.main-data .latest-data-text h3 em {
  font-style: normal;
  font-weight: 700;
  color: var(--brand-color);
}
.main-data .latest-data-text h3 strong {
  display: block;
  font-size: 25px;
}
@media (max-width: 1024px) {
  .main-data .latest-data-text h3 {
    padding-bottom: 5px;
  }
  .main-data .latest-data-text h3 strong {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .main-data .latest-data-text h3 {
    text-align: center;
    font-size: 17px;
  }
  .main-data .latest-data-text h3 strong {
    font-size: 19px;
  }
}
.main-data .latest-data-text p {
  color: #717171;
  font-size: 15px;
}
@media (max-width: 768px) {
  .main-data .latest-data-text p {
    text-align: center;
    font-size: 12px;
  }
}
.main-data .latest-data .custom-pagination {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0 10px;
  left: 40px;
  bottom: 40px;
}
@media (max-width: 1024px) {
  .main-data .latest-data .custom-pagination {
    position: static;
    padding: 30px 0 15px;
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .main-data .latest-data .custom-pagination {
    padding: 15px 0 10px;
  }
}
.main-data .latest-data .custom-pagination .custom-control {
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.main-data .latest-data .custom-pagination .custom-control strong {
  color: #000;
}
.main-data .latest-data .custom-pagination .custom-control i {
  font-style: normal;
  color: #c6c6c6;
  font-size: 13px;
}
.main-data .latest-data .custom-pagination .custom-control span {
  color: #717171;
}
.main-data .latest-data .custom-pagination .custom-prev,
.main-data .latest-data .custom-pagination .custom-next {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 12px;
  height: 12px;
  font-size: 0;
}
.main-data .latest-data .custom-pagination .custom-prev {
  background-image: url(../images/main/slide-arw.png);
}
.main-data .latest-data .custom-pagination .custom-next {
  background-image: url(../images/main/slide-arw.png);
  transform: rotate(180deg);
}
.main-data .latest-data-slide {
  flex-grow: 1;
  border: 1px solid #d8d8d8;
  border-radius: 7px;
  padding: 40px;
  width: calc(100% - 320px);
}
@media (max-width: 1024px) {
  .main-data .latest-data-slide {
    padding: 25px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .main-data .latest-data-slide {
    padding: 16px;
  }
}
.main-data .latest-data-slide .details {
  display: flex;
  gap: 0 40px;
}
@media (max-width: 768px) {
  .main-data .latest-data-slide .details {
    display: block;
  }
}
.main-data .latest-data-slide .details .thubnail {
  background-color: #f7f7f7;
  overflow: hidden;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 150px;
  width: 290px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .main-data .latest-data-slide .details .thubnail {
    width: 100%;
    height: auto;
    padding-bottom: 56.25%;
  }
}
.main-data .latest-data-slide .details .desc {
  flex-grow: 1;
  padding-top: 20px;
  width: calc(100% - 330px);
}
@media (max-width: 768px) {
  .main-data .latest-data-slide .details .desc {
    width: 100%;
    padding-top: 15px;
  }
}
.main-data .latest-data-slide .details .desc strong {
  color: #000;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  font-size: 25px;
}
.main-data .latest-data-slide .details .desc .text {
  line-height: 1.4;
  color: #717171;
  font-size: 15px;
  padding: 15px 0 0;
}
@media (max-width: 768px) {
  .main-data .latest-data-slide .details .desc strong {
    font-size: 17px;
  }
  .main-data .latest-data-slide .details .desc .text {
    font-size: 12px;
  }
}
.main-data-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 30px;
  padding-top: 40px;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .main-data-links {
    padding-bottom: 40px;
    padding-top: 25px;
    gap: 15px 0;
    flex-direction: column;
  }
}
.main-data-links > a {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
  border-radius: 40px;
  gap: 0 15px;
  padding: 15px 32px;
  width: 330px;
}
.main-data-links > a:hover, .main-data-links > a:focus {
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
}
.main-data-links > a .icon {
  border-radius: 12px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
}
.main-data-links > a .details strong {
  display: block;
  color: #000;
  font-size: 19px;
}
.main-data-links > a .details div {
  color: #717171;
  font-size: 15px;
  padding-top: 8px;
}
.main-data-links > a .arw {
  position: absolute;
  right: 12.12%;
  top: 50%;
  background: url(../images/main/link-arw.png) no-repeat;
  width: 20px;
  height: 16px;
  margin-top: -8px;
}
@media (max-width: 1024px) {
  .main-data-links > a {
    width: 100%;
  }
  .main-data-links > a .icon {
    width: 40px;
    height: 40px;
  }
  .main-data-links > a .details strong {
    font-size: 14px;
  }
  .main-data-links > a .details div {
    font-size: 12px;
    padding-top: 4px;
  }
  .main-data-links > a .arw {
    right: 15px;
    transform: scale(0.9);
  }
}
.main-gallery-hgroup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px 25px;
}
.main-gallery-hgroup h3 {
  color: #000;
  line-height: 1.34;
  font-size: 25px;
}
.main-gallery-hgroup h3 b {
  color: var(--brand-color);
}
@media (max-width: 1024px) {
  .main-gallery-hgroup {
    padding: 0 15px 0;
  }
}
@media (max-width: 768px) {
  .main-gallery-hgroup {
    flex-direction: column;
  }
  .main-gallery-hgroup h3 {
    text-align: center;
    font-size: 17px;
  }
}
.main-gallery-sort {
  display: flex;
  align-items: center;
  padding: 2px;
  border-radius: 4px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .main-gallery-sort {
    padding: 4px;
    border: 1px solid #ddd;
    margin-top: 5px;
  }
}
.main-gallery-sort button {
  background-color: #fff;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 36px;
  height: 36px;
  font-size: 0;
  transition: all 0.35s;
}
.main-gallery-sort button[aria-selected=true] {
  background-color: #000;
}
.main-gallery-sort #btnViewCard {
  background-image: url(../images/main/gallery-icon-card.png);
}
.main-gallery-sort #btnViewCard[aria-selected=true] {
  background-image: url(../images/main/gallery-icon-card-active.png);
}
.main-gallery-sort #btnViewList {
  background-image: url(../images/main/gallery-icon-list.png);
}
.main-gallery-sort #btnViewList[aria-selected=true] {
  background-image: url(../images/main/gallery-icon-list-active.png);
}

#ListType {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}
@media (max-width: 1400px) {
  #ListType {
    padding: 0 25px;
  }
}
@media (max-width: 1300px) {
  #ListType {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
  #ListType {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  #ListType {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.main-gallery-container {
  padding-bottom: 150px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .main-gallery-container {
    padding-bottom: 50px;
    margin-top: 25px;
  }
}

#CardType {
  padding: 0 25px;
}
#CardType .swiper {
  overflow: initial;
}
#CardType .swiper-slide {
  width: 330px;
}
@media (max-width: 768px) {
  #CardType .swiper-slide {
    width: 100%;
  }
}
#CardType .swiper-slide.fir .card {
  transform: translateY(40px);
}
@media (max-width: 768px) {
  #CardType .swiper-slide.fir .card {
    transform: translateY(0px);
  }
}
#CardType .swiper-slide.thr .card {
  transform: translateY(80px);
}
@media (max-width: 768px) {
  #CardType .swiper-slide.thr .card {
    transform: translateY(0px);
  }
}

.card {
  transition: all 0.25s;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 40px 20px;
  height: 440px;
}
@media (max-width: 768px) {
  .card {
    height: auto;
    padding: 20px 10px;
  }
}
.card > a {
  display: block;
}
.card-thumbnail {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  height: 150px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 768px) {
  .card-thumbnail {
    height: auto;
    padding-bottom: 56.25%;
  }
}
.card-thumbnail::after {
  transition: all 0.25s;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  z-index: 1;
}
.card-hgroup {
  padding: 50px 0 20px;
}
.card-hgroup h3 {
  transition: all 0.25s;
  color: #000;
  font-size: 25px;
}
@media (max-width: 768px) {
  .card-hgroup {
    padding: 30px 0 12px;
  }
  .card-hgroup h3 {
    font-size: 17px;
  }
}
.card-desc {
  transition: all 0.25s;
  font-size: 15px;
  color: #717171;
}
@media (max-width: 768px) {
  .card-desc {
    font-size: 12px;
  }
}
.card:hover, .card:focus {
  background-color: #2b316b;
}
.card:hover .card-thumbnail::after, .card:focus .card-thumbnail::after {
  opacity: 0;
}
.card:hover .card-hgroup h3, .card:focus .card-hgroup h3 {
  color: #fff;
}
.card:hover .card-desc, .card:focus .card-desc {
  color: #fff;
}

.video--sec {
  position: relative;
  display: flex;
  height: 480px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .video--sec {
    height: auto;
  }
}
.video--sec__play {
  position: absolute;
  width: 100%;
  height: 100%;
}
.video--sec__play:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.video--sec__play video {
  position: absolute;
  width: 100%;
  top: 50%;
  height: 100%;
  overflow: hidden;
  transform: translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.video--sec__con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
  color: #fff;
  width: 1440px;
  margin: auto;
}
@media (max-width: 768px) {
  .video--sec__con {
    padding: 20px 0;
    width: auto;
    margin: auto 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.video--sec__info h2 {
  font-size: 60px;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .video--sec__info h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
.video--sec__info p {
  font-size: 32px;
  line-height: 1.3;
  font-size: 21px;
}
@media (max-width: 768px) {
  .video--sec__info {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .video--sec__quick li {
    margin-bottom: 10px;
  }
}
.video--sec__quick li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 768px) {
  .video--sec__quick li + li {
    border: none;
  }
}
.video--sec__quick a {
  position: relative;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
  gap: 0 15px;
  padding: 20px 30px;
  width: 330px;
  transition: all 0.3s;
  color: #fff;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .video--sec__quick a {
    padding: 10px 15px;
    background: #fff;
    color: #000;
  }
}
.video--sec__quick a .details * {
  display: block;
}
@media (max-width: 768px) {
  .video--sec__quick a .details {
    font-size: 11px;
  }
}
.video--sec__quick a .icon {
  border-radius: 12px;
  background-color: #fff;
  width: 52px;
  height: 52px;
  transition: all 0.3s;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .video--sec__quick a .icon {
    width: 32px;
    height: 32px;
    border-radius: 6px;
  }
}
.video--sec__quick a .icon-down {
  background-image: url(../images/main/links-icon-1-on.png);
  background-size: 18px 22px;
}
@media (max-width: 768px) {
  .video--sec__quick a .icon-down {
    background-size: 12px 16px;
  }
}
.video--sec__quick a .icon-api {
  background-image: url(../images/main/links-icon-2-on.png);
  background-size: 22px 22px;
}
@media (max-width: 768px) {
  .video--sec__quick a .icon-api {
    background-size: 16px 16px;
  }
}
.video--sec__quick a .icon-appli {
  background-image: url(../images/main/links-icon-3-on.png);
  background-size: 19px 20px;
}
@media (max-width: 768px) {
  .video--sec__quick a .icon-appli {
    background-size: 13px 14px;
  }
}
@media (max-width: 768px) {
  .video--sec__quick a .icon {
    background-color: #000;
  }
  .video--sec__quick a .icon-down {
    background-image: url(../images/main/links-icon-1.png);
  }
  .video--sec__quick a .icon-api {
    background-image: url(../images/main/links-icon-2.png);
  }
  .video--sec__quick a .icon-appli {
    background-image: url(../images/main/links-icon-3.png);
  }
}
.video--sec__quick a .arw {
  position: absolute;
  right: 12.12%;
  top: 50%;
  width: 20px;
  height: 16px;
  margin-top: -8px;
}
.video--sec__quick a:hover {
  color: #000;
  background-color: #fff;
}
.video--sec__quick a:hover .icon {
  background-color: #000;
}
.video--sec__quick a:hover .icon-down {
  background-image: url(../images/main/links-icon-1.png);
}
.video--sec__quick a:hover .icon-api {
  background-image: url(../images/main/links-icon-2.png);
}
.video--sec__quick a:hover .icon-appli {
  background-image: url(../images/main/links-icon-3.png);
}
.video--sec__quick a:hover .arw {
  background: url(../images/main/link-arw.png) no-repeat;
}

.main--data {
  position: relative;
  display: flex;
  gap: 80px;
  margin: 90px 0;
}
@media (max-width: 1024px) {
  .main--data {
    flex-direction: column;
    gap: 40px;
    margin: 45px 20px;
  }
}
.main--data a img {
  max-width: 100%;
  transition: transform 0.3s ease;
}
.main--data a:hover img {
  transform: scale(1.01);
}
.main--data__new {
  flex: 1;
}
@media (max-width: 1024px) {
  .main--data__new ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.main--data__all {
  width: 450px;
  height: 100vh;
}
@media (max-width: 1024px) {
  .main--data__all {
    width: auto;
    height: 100%;
  }
}
.main--data__all ul {
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .main--data__all ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.main--data__all .more-btn {
  text-align: right;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .main--data__all .more-btn {
    margin-top: 10px;
  }
}
.main--data__all .more-btn a {
  display: inline-block;
  font-size: 17px;
  color: #1d1d1d;
}
@media (max-width: 1024px) {
  .main--data__all .more-btn a {
    font-size: 12px;
  }
}
.main--data__all .more-btn a:after {
  display: inline-block;
  content: "+";
  font-size: 15px;
  margin-left: 10px;
  vertical-align: text-top;
  color: #1d1d1d;
}
@media (max-width: 1024px) {
  .main--data__all .more-btn a:after {
    font-size: 10px;
    margin-left: 5px;
  }
}
.main--data__head {
  border-bottom: 2px solid #000;
  padding-bottom: 22px;
}
.main--data__head h2 {
  font-size: 21px;
}
@media (max-width: 1024px) {
  .main--data__head h2 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .main--data__head h2 {
    font-size: 14px;
  }
}
.main--data .new--thumb {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .main--data .new--thumb {
    margin-top: 30px;
  }
}
.main--data .new--thumb h3 {
  font-size: 40px;
  margin-bottom: 15px;
  color: #1d1d1d;
}
@media (max-width: 1024px) {
  .main--data .new--thumb h3 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .main--data .new--thumb h3 {
    font-size: 20px;
  }
}
.main--data .new--thumb p {
  font-size: 21px;
  color: #717171;
  line-height: 1.5;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .main--data .new--thumb p {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .main--data .new--thumb p {
    font-size: 14px;
  }
}
.main--data .all--thumb {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .main--data .all--thumb {
    margin-top: 30px;
  }
}
.main--data .all--thumb h3 {
  font-size: 24px;
  margin-top: 30px;
  color: #1d1d1d;
}
@media (max-width: 1024px) {
  .main--data .all--thumb h3 {
    font-size: 16px;
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .main--data .all--thumb h3 {
    font-size: 14px;
  }
}
.main--data .all--thumb p {
  margin-top: 15px;
  color: #555555;
}
@media (max-width: 1024px) {
  .main--data .all--thumb p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .main--data .all--thumb p {
    font-size: 11px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
  text-indent: -9999px;
  border-radius: 0;
}

.flex {
  display: flex;
}
.flex.gap-8 {
  gap: 0.8rem;
}
.flex.gap-20 {
  gap: 2rem;
}
.flex.gap-16 {
  gap: 1.6rem;
}
.flex.flex-1 > * {
  flex: 1;
}

.flex-item-cetner {
  align-items: center;
}

.flex-space-between {
  justify-content: space-between;
}

.flex-center {
  justify-content: center;
}

.flex-end {
  justify-content: flex-end;
}

.flex-start {
  align-items: flex-start;
}

.no-data {
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  align-content: stretch;
  justify-content: center;
  height: 100%;
  text-align: center;
  font-size: 1.5rem;
  color: #555555;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.vct {
  vertical-align: top !important;
}

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

.col-lg-1 {
  width: 8.3333333333%;
}

.col-lg-2 {
  width: 16.6666666667%;
}

.col-lg-3 {
  width: 25%;
}

.col-lg-4 {
  width: 33.3333333333%;
}

.col-lg-5 {
  width: 41.6666666667%;
}

.col-lg-6 {
  width: 50%;
}

.col-lg-7 {
  width: 58.3333333333%;
}

.col-lg-8 {
  width: 66.6666666667%;
}

.col-lg-9 {
  width: 75%;
}

.col-lg-10 {
  width: 83.3333333333%;
}

.col-lg-11 {
  width: 91.6666666667%;
}

.col-lg-12 {
  width: 100%;
}

.col-md-1 {
  width: 8.3333333333%;
}

.col-md-2 {
  width: 16.6666666667%;
}

.col-md-3 {
  width: 25%;
}

.col-md-4 {
  width: 33.3333333333%;
}

.col-md-5 {
  width: 41.6666666667%;
}

.col-md-6 {
  width: 50%;
}

.col-md-7 {
  width: 58.3333333333%;
}

.col-md-8 {
  width: 66.6666666667%;
}

.col-md-9 {
  width: 75%;
}

.col-md-10 {
  width: 83.3333333333%;
}

.col-md-11 {
  width: 91.6666666667%;
}

.col-md-12 {
  width: 100%;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
/*# sourceMappingURL=styles.css.map */
