@charset "utf-8";

/* temhain-N1 [ksMplefYzv] */
.temhain-N1 {
  position: sticky !important;
  top: 0;
  z-index: 99;
  width: 100%;
  background: var(--white);
  transition: background 0.3s
}

.temhain-N1.top-menu-active {
  padding-top: 6.7rem
}

.temhain-N1 .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8rem;
  min-height: 8rem
}

.temhain-N1 .header-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #e5e5e5
}

.temhain-N1 .user-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 8rem;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px
}

.temhain-N1 .user-menu li {
  position: relative
}

.temhain-N1 .user-menu li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 1.2rem;
  background: #e5e5e5
}

.temhain-N1 .user-menu li a {
  padding: 2rem 1.2rem;
  font-weight: 400;
  text-align: center;
  white-space: nowrap
}

.temhain-N1 .user-menu li:last-child a {
  padding: 2rem 0 2rem 1.2rem
}

.temhain-N1 .header-left {
  display: flex;
  align-items: center;
  gap: 3rem
}

.temhain-N1 .header-title {
  display: flex;
  align-items: center;
  margin-bottom: 0
}

.temhain-N1 .header-title a {
  height: 2.4rem
}

.temhain-N1 .header-title img {
  height: 100%;
  object-fit: contain;
  vertical-align: top;
  transition: filter 0.3s
}

.temhain-N1 .header-gnblist {
  display: flex;
  align-items: center;
  height: 100%
}

.temhain-N1 .header-gnbitem {
  position: relative
}

.temhain-N1 .header-gnblink {
  padding: 2.8rem 3rem;
  height: 100%;
  font-weight: 500;
  text-align: center;
  white-space: nowrap
}

.temhain-N1 .header-gnblink span {
  position: relative;
  transition: color 0.3s
}

.temhain-N1.header-top-active .header-gnblink span {
  color: var(--black)
}

.temhain-N1 .header-gnblink span::after {
  content: "";
  transform: scaleX(0);
  width: 100%;
  height: 0.2rem;
  transition: 0.3s
}

.temhain-N1 .header-sublist {
  position: absolute;
  top: 100%;
  overflow: hidden;
  width: 100%;
  min-width: 12rem;
  min-height: 0;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none
}

.temhain-N1 .header-gnbitem:hover .header-sublist {
  overflow: hidden;
  min-height: auto;
  opacity: 1;
  pointer-events: auto
}

.temhain-N1 .header-gnbitem:hover .header-gnblink span::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 100%;
  transform: scaleX(1);
  background-color: var(--text-color1)
}

.temhain-N1 .header-subitem {
  overflow: hidden;
  background: var(--white)
}

.temhain-N1 .header-sublink {
  padding: 1rem;
  width: 100%;
  font-weight: 500;
  transition: color 0.2s, background 0.2s;
  will-change: color, background
}

.temhain-N1 .header-sublink:hover {
  background: var(--text-color1);
  color: var(--white)
}

.temhain-N1 .header-right {
  display: flex;
  align-items: center
}

.temhain-N1 .header-right .header-gnb {
  margin-right: 1.8rem
}

.temhain-N1 .header-utils>ul {
  display: flex;
  align-items: center
}

.temhain-N1 .header-utils>ul>li {
  margin-left: 1.2rem
}

.temhain-N1 .header-utils>ul>li>a {
  display: block;
  width: 3.2rem;
  height: 3.2rem
}

.temhain-N1 .header-utils>ul>li img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.temhain-N1 .header-right button {
  max-width: 3.2rem;
  background: none;
  border: none
}

.temhain-N1 .header-utils .member a {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  font-size: 0
}

.temhain-N1 .header-utils .btn-allmenu {
  display: flex;
  flex-direction: column;
  gap: 0.6rem
}

.temhain-N1 .header-utils .btn-allmenu:hover .ico-hamburger:nth-child(2) {
  width: 2.4rem
}

.temhain-N1 .header-utils .btn-allmenu .ico-hamburger,
.temhain-N1 .btn-momenu .ico-hamburger {
  width: 2.4rem;
  height: 0.2rem;
  background: var(--text-color1);
  border-radius: 1rem;
  transition: width 0.3s, transform 0.3s, opacity 0.3s, background 0.3s;
  will-change: width, transform, opacity
}

.temhain-N1 .header-utils .btn-allmenu .ico-hamburger:nth-child(even),
.temhain-N1 .btn-momenu .ico-hamburger:nth-child(2) {
  width: 1.4rem
}

.temhain-N1.header-top-active .header-right .ico-hamburger {
  background: var(--black)
}

.temhain-N1 .btn-momenu {
  display: none
}

.temhain-N1 .btn-moclose {
  display: none
}

.temhain-N1 .header-fullmenu {
  overflow: hidden;
  position: fixed;
  z-index: 99999;
  padding: 0 2.4rem;
  visibility: hidden;
  background: var(--black);
  transition: 0.3s;
  opacity: 0
}

.temhain-N1 .header-fullmenu.fullmenu-right {
  top: 0;
  right: 0;
  width: 0;
  height: 100%
}

.temhain-N1 .header-fullmenu.fullmenu-left {
  top: 0;
  left: 0;
  width: 0;
  height: 100%
}

.temhain-N1 .header-fullmenu.fullmenu-top {
  width: 100%;
  height: 0;
  top: 0;
  left: 0
}

.temhain-N1 .header-fullmenu.fullmenu-bottom {
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0
}

.temhain-N1 .header-fullmenu.fullmenu-active {
  visibility: visible;
  width: 100%;
  height: 100vh;
  opacity: 1
}

.temhain-N1 .fullmenu-wrapper {
  position: relative;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
  width: 100%;
  max-width: 128rem
}

.temhain-N1 .fullmenu-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10rem
}

.temhain-N1 .fullmenu-title {
  margin-bottom: 0
}

.temhain-N1 .fullmenu-title a {
  height: 6rem
}

.temhain-N1 .fullmenu-title img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.temhain-N1 .fullmenu-member {
  display: flex;
  position: absolute;
  top: 0;
  right: 0
}

.temhain-N1 .fullmenu-member li {
  position: relative
}

.temhain-N1 .fullmenu-member li a {
  padding: 1.2rem;
  font-weight: 500;
  color: var(--white)
}

.temhain-N1 .fullmenu-member li::marker {
  content: ""
}

.temhain-N1 .fullmenu-member li+li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 1.4rem;
  background: rgba(255, 255, 255, 0.2)
}

.temhain-N1 .fullmenu-gnblist {
  display: flex;
  justify-content: center
}

.temhain-N1 .fullmenu-gnbitem {
  width: 20%
}

.temhain-N1 .fullmenu-gnbitem+.fullmenu-gnbitem {
  margin-left: 4rem
}

.temhain-N1 .fullmenu-gnblink {
  position: relative;
  padding-bottom: 4rem;
  width: 100%;
  font-weight: 500;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.temhain-N1 .fullmenu-gnblink::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.1rem;
  background: var(--white);
  transition: 0.2s
}

.temhain-N1 .fullmenu-gnblink.on::after {
  width: 18rem
}

.temhain-N1 .fullmenu-sublist {
  padding-top: 4rem
}

.temhain-N1 .fullmenu-subitem+.fullmenu-subitem {
  padding-top: 0.8rem
}

.temhain-N1 .fullmenu-sublink {
  position: relative;
  padding-bottom: 5px;
  font-weight: 400;
  color: #a2a2a2;
  transition: 0.3s
}

.temhain-N1 .fullmenu-sublink::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 1px;
  background-color: var(--white);
  transition: width 0.7s cubic-bezier(0.22, 0.61, 0.36, 1)
}

.temhain-N1 .fullmenu-sublink:hover {
  color: var(--white)
}

.temhain-N1 .fullmenu-sublink:hover::before {
  right: auto;
  left: 0;
  width: 100%
}

.temhain-N1 .fullmenu-close {
  position: fixed;
  right: 8rem;
  top: 2.4rem;
  padding: 0.5rem;
  width: 4.2rem;
  height: 4.2rem;
  background: transparent;
  border: none
}

.temhain-N1 .fullmenu-close img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.temhain-N1 .header-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  background: rgba(var(--black-rgb), 0.46)
}

.temhain-N1 .header-search-inner {
  padding-bottom: 16rem;
  background: var(--white);
  border-radius: 0 0 4rem 4rem
}

.temhain-N1 .header-search-wrap {
  position: relative;
  width: 100%
}

.temhain-N1 .header-search-close {
  width: 3.2rem;
  height: 3.2rem;
  background: none;
  border: none
}

.temhain-N1 .header-search-close::before {
  font-size: 2rem;
  color: var(--black)
}

.temhain-N1 .header-search-head {
  padding: 2.4rem 0;
  width: 100%;
  display: flex;
  justify-content: flex-end
}

.temhain-N1 .header-search-body {
  margin-top: 12rem
}

.temhain-N1 .header-search-tit {
  margin-bottom: 4rem;
  text-align: center;
  font-weight: var(--fw-medium)
}

.temhain-N1 .header-search-form {
  width: 100%;
  max-width: 68rem;
  margin: 0 auto
}

.temhain-N1 .header-search-form .inputset {
  position: relative
}

.temhain-N1 .header-search-form .inputset.inputset-round .inputset-input {
  padding-right: 5.8rem
}

.temhain-N1 .header-search-form .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 5.8rem;
  height: 100%;
  line-height: 1;
  border: none;
  background: none
}

.temhain-N1 .header-search-form .search-btn::before {
  font-size: 2rem;
  color: var(--primary)
}

.temhain-N1 .header-search-form .tag-list {
  display: flex;
  justify-content: center;
  gap: 0.4rem 0.8rem;
  flex-wrap: wrap;
  margin-top: 1.2rem
}

.temhain-N1 .header-search-form .tag-list button {
  background: none;
  border: 0;
  color: var(--text-color3)
}

@media (max-width: 1120px) {
  .temhain-N1 .header-container {
    gap: 4rem
  }

  .temhain-N1 .header-gnblink {
    padding: 2.8rem 2.4rem
  }
}

@media (max-width: 992px) {
  .temhain-N1 {
    padding-top: 0;
    padding-bottom: 0
  }

  .temhain-N1 .header-gnb {
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    padding: 0 1.6rem;
    width: 100%;
    height: 0;
    background-color: var(--white);
    transition: height 0.3s
  }

  .temhain-N1 .header-gnb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.12) 60%, rgba(0, 0, 0, 0) 100%);
    transition: opacity 0.3s, visibility 0.3s
  }

  .temhain-N1.block-active .header-gnb {
    overflow-y: auto;
    height: calc(100vh - 6rem);
    padding-bottom: 19rem
  }

  .temhain-N1 .header-container {
    min-height: 6rem
  }

  .temhain-N1 .header-top {
    z-index: 10;
    visibility: hidden;
    border: none;
    opacity: 0;
    transition: opacity 0.3s 0.1s, visibilty 0.3s 0.1s;
    will-change: opacity, visibility
  }

  .temhain-N1.block-active .header-top {
    top: 100%;
    opacity: 1;
    visibility: visible
  }

  .temhain-N1 .user-menu {
    justify-content: flex-start;
    padding: 0 2.2rem
  }

  .temhain-N1 .user-menu li a,
  .temhain-N1 .user-menu li:last-child a {
    padding: 2.4rem 1.2rem
  }

  .temhain-N1 .user-menu li:first-child a {
    padding-left: 0
  }

  .temhain-N1 .header-title a {
    width: 10.8rem;
    height: 2rem
  }

  .temhain-N1 .header-center {
    position: absolute;
    top: 100%;
    left: 0;
    transform: none;
    width: 100%;
    height: 0
  }

  .temhain-N1 .header-gnblist {
    display: block;
    visibility: hidden;
    transition: opacity 0.3s 0.1s;
    opacity: 0
  }

  .temhain-N1 .header-gnblink {
    display: flex;
    align-items: flex-end;
    padding: 1.8rem 0;
    width: 100%;
    text-align: left;
    transition: border 0.3s;
    will-change: border;
    border-bottom: 1px solid #e5e5e5
  }

  .temhain-N1.top-menu-active .header-gnbitem:first-child .header-gnblink {
    padding-top: 6.8rem
  }

  .temhain-N1 .header-gnbitem:hover .header-gnblink span {
    border: none
  }

  .temhain-N1 .header-gnbitem:hover .header-gnblink span::after {
    content: none
  }

  .temhain-N1 .header-sublist {
    display: none;
    position: relative;
    padding: 1.8rem 0 2rem 0;
    opacity: 1
  }

  .temhain-N1 .header-gnbitem.item-active .header-gnblink {
    border-bottom: 1px solid var(--text-color1)
  }

  .temhain-N1 .header-subitem {
    width: 100%
  }

  .temhain-N1 .header-subitem+.header-subitem {
    padding-top: 0.8rem
  }

  .temhain-N1 .header-sublink {
    padding: 0;
    color: var(--text-color3)
  }

  .temhain-N1 .header-sublink:active {
    color: var(--text-color1)
  }

  .temhain-N1 .header-sublink:hover {
    background: var(--white);
    color: var(--text-color1)
  }

  .temhain-N1 .header-right button,
  .temhain-N1 .header-utils .member a {
    width: 2.8rem;
    height: 2.8rem
  }

  .temhain-N1 .header-utils>ul>li {
    margin-left: 0.6rem
  }

  .temhain-N1 .header-utils .allmenu {
    display: none
  }

  .temhain-N1 .btn-momenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.6rem;
    margin-left: 0.6rem
  }

  .temhain-N1 .btn-momenu .ico-hamburger {
    width: 2rem
  }

  .temhain-N1 .btn-momenu .ico-hamburger:nth-child(2) {
    width: 1.2rem
  }

  .temhain-N1.block-active .header-center {
    pointer-events: auto
  }

  .temhain-N1.block-active .header-title {
    display: flex;
    align-items: center;
    height: 6rem
  }

  .temhain-N1.block-active .header-gnblist {
    visibility: visible;
    opacity: 1
  }

  .temhain-N1 .header-gnbitem:has(.header-sublist) .header-gnblink::after {
    content: "";
    display: flex;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../icons/ico_downarrow_black.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    transition: transform 0.3s;
    will-change: transform
  }

  .temhain-N1.block-active .header-gnblink {
    align-items: center;
    justify-content: space-between
  }

  .temhain-N1.block-active .header-gnbitem.item-active .header-gnblink::after {
    content: "";
    transform: rotate(180deg)
  }

  .temhain-N1.block-active .header-member {
    display: flex
  }

  .temhain-N1.block-active .btn-momenu .ico-hamburger:nth-child(1) {
    transform: translateY(0.8rem) rotate(45deg)
  }

  .temhain-N1.block-active .btn-momenu .ico-hamburger:nth-child(3) {
    transform: translateY(-0.8rem) rotate(-45deg)
  }

  .temhain-N1.block-active .btn-momenu .ico-hamburger:nth-child(2) {
    visibility: hidden;
    opacity: 0
  }

  .temhain-N1 .header-fullmenu {
    display: none
  }

  .temhain-N1 .header-search-inner {
    padding-bottom: 10rem;
    border-radius: 0 0 3.2rem 3.2rem
  }

  .temhain-N1 .header-search-head {
    padding: 1.6rem 0
  }

  .temhain-N1 .header-search-close {
    width: 2.8rem;
    height: 2.8rem
  }

  .temhain-N1 .header-search-close::before {
    font-size: 1.8rem
  }

  .temhain-N1 .header-search-form .search-btn::before {
    font-size: 1.6rem
  }

  .temhain-N1 .header-search-body {
    margin-top: 6rem
  }

  .temhain-N1 .header-search-tit {
    margin-bottom: 2.4rem
  }

  .temhain-N1 .header-search-form .tag-list {
    margin-top: 0.4rem
  }

  .temhain-N1 .header-search-form .inputset.inputset-round .inputset-input {
    padding-right: 5rem
  }

  .temhain-N1 .header-search-form .search-btn {
    width: 5rem
  }
}
/* temhain-N2 [rImPLefZR3] */
.temhain-N2 {
  padding-top: 2.4rem;
  padding-bottom: 2.8rem;
  background: var(--black);
  overflow: hidden
}

.temhain-N2 .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.8rem
}

.temhain-N2 .footer-bottom {
  position: relative;
  padding-top: 2.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.temhain-N2 .footer-bottom::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: rgba(var(--white-rgb), 0.15)
}

.temhain-N2 .footer-logo {
  margin-bottom: 0
}

.temhain-N2 .footer-logo img {
  height: 2.4rem;
  object-fit: contain
}

.temhain-N2 .footer-menulist {
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

.temhain-N2 .footer-menulink a {
  color: var(--white);
  padding-right: 1.2rem;
  font-size: var(--fs-p2)
}

.temhain-N2 .footer-menulink+.footer-menulink a {
  padding-left: 1.2rem
}

.temhain-N2 .footer-menulink {
  position: relative;
  display: flex;
  align-items: center
}

.temhain-N2 .footer-menulink+.footer-menulink::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.4rem;
  background: rgba(255, 255, 255, 0.1)
}

.temhain-N2 .footer-snslist {
  display: flex;
  align-items: center
}

.temhain-N2 .footer-snsitem+.footer-snsitem {
  margin-left: 0.8rem
}

.temhain-N2 .footer-snslink {
  width: 3.6rem;
  height: 3.6rem;
  padding: 0.6rem;
  display: flex;
  align-items: center
}

.temhain-N2 .footer-snslink img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.temhain-N2 .selectset {
  max-width: 18rem;
  height: 4rem
}

.temhain-N2 .footer-txtgroup {
  margin-top: 2rem
}

.temhain-N2 .footer-txtgroup address.footer-txt p {
  color: rgba(var(--white-rgb), 0.6)
}

.temhain-N2 .footer-txt {
  display: flex
}

.temhain-N2 .footer-txt+.footer-txt {
  margin-top: 0.3rem
}

.temhain-N2 .footer-txt p {
  margin-bottom: 0;
  color: var(--white)
}

.temhain-N2 .footer-txt p+p {
  margin-left: 0.8rem
}

.temhain-N2 .footer-txt p span+span {
  margin-left: 0.8rem
}

.temhain-N2 .selectset .selectset-list {
  background: rgba(255, 255, 255, 0.1)
}

.temhain-N2 .selectset .btn {
  display: flex;
  align-items: center;
  color: var(--white)
}

.temhain-N2 .selectset .selectset-toggle::after {
  font-size: var(--fs-p3);
  color: var(--white)
}

.temhain-N2 .selectset.active .btn {
  color: var(--white)
}

.temhain-N2 .selectset-link {
  color: var(--white) !important
}

.temhain-N2 .selectset .selectset-link::after {
  color: var(--white)
}

.temhain-N2 .selectset .selectset-area.active .selectset-toggle {
  color: var(--white);
  border-color: var(--white)
}

.temhain-N2 .footer-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: opacity 0.3s, visibility 0.3s;
  will-change: opacity;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.4rem;
  opacity: 0;
  visibility: hidden
}

.temhain-N2 .footer-modal.block-active {
  opacity: 1;
  visibility: visible
}

.temhain-N2 .modal-area {
  width: 100%;
  max-width: 92rem;
  background: var(--white);
  border-radius: 0.6rem
}

.temhain-N2 .info-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem;
  border-bottom: 1px solid #e5e5e5
}

.temhain-N2 .modal-close {
  cursor: pointer
}

.temhain-N2 .info-area {
  overflow-y: auto
}

.temhain-N2 .modal-email .info-area {
  max-height: 17rem
}

.temhain-N2 .modal-privacy .info-area {
  max-height: 70.3rem
}

.temhain-N2 .info-group+.info-group {
  margin-top: 2.4rem
}

.temhain-N2 .info-group strong {
  padding-bottom: 1.2rem;
  display: block
}

.temhain-N2 .info-desc {
  max-height: 20.7rem;
  padding: 1.6rem;
  background: #f8f8fa;
  border-radius: 1.6rem;
  overflow-y: auto;
  scrollbar-width: none
}

.temhain-N2 .info-desc p.fw-medium {
  font-weight: var(--fw-medium)
}

.temhain-N2 .info-desc .mtb {
  margin: 2.4rem 0
}

.temhain-N2 .info-desc em {
  font-style: normal;
  font-weight: 600;
  margin: 2.4rem 0 1rem;
  position: relative;
  display: flex;
  align-items: center
}

.temhain-N2 .info-list em::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: var(--black);
  border-radius: 50%;
  margin-right: 0.8rem
}

.temhain-N2 .info-list p {
  padding-left: 1.2rem
}

@media (max-width: 992px) {
  .temhain-N2 {
    padding-top: 4rem;
    padding-bottom: 4rem
  }

  .temhain-N2 .footer-top {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
  }

  .temhain-N2 .footer-snslist {
    margin-top: 1.2rem
  }

  .temhain-N2 .footer-txtgroup {
    margin-top: 1.2rem
  }

  .temhain-N2 .footer-txt {
    flex-direction: column
  }

  .temhain-N2 .footer-txt+.footer-txt {
    margin-top: 0.6rem
  }

  .temhain-N2 .footer-txt p+p {
    margin-left: 0
  }

  .temhain-N2 .selectset {
    display: none
  }
}
/* opilsol-N9 [GsmPM8TRSH] */
.opilsol-N9 {
  overflow: hidden;
  position: relative;
  background: url(../images/about-visual.jpg) no-repeat center/cover
}

.opilsol-N9 .contents-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54rem
}

.opilsol-N9 .contents-inner {
  width: 100%;
  text-align: center
}

.opilsol-N9 .contents-container h2 {
  color: #fff
}

.opilsol-N9 .contents-inner p {
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.7)
}

@media (max-width: 996px) {
  .opilsol-N9 {
    background: url(../images/about-m-visual.jpg) no-repeat center/cover !important
  }

  .opilsol-N9 .contents-container {
    height: 50rem;
    justify-content: flex-start
  }

  .opilsol-N9 .contents-inner {
    text-align: left
  }

  .opilsol-N9 .contents-inner p {
    margin-top: 0.8rem
  }
}
/* opilsol-N27 [qCMpm8Trv2] */
.opilsol-N27 {
  position: relative;
  border-bottom: 1px solid #e5e5e5
}

.opilsol-N27 .contents-container::before {
  left: -50%
}

.opilsol-N27 .contents-container::after {
  right: -50%
}

.opilsol-N27 .contents-inner {
  width: 100%
}

.opilsol-N27 .dropset.dropset-relax .dropset-head,
.opilsol-N27 .dropset.dropset-relax .dropset-toggle {
  border-bottom: none
}

.opilsol-N27 .dropset .dropset-head::after {
  font-size: 1.8rem
}

.opilsol-N27 .dropset.dropset-relax .dropset-toggle::after {
  font-size: 1.6rem
}

.opilsol-N27 .dropset+.dropset {
  flex-basis: 26rem
}

@media (max-width: 996px) {
  .opilsol-N27 .dropset .dropset-head::after {
    width: auto;
    height: auto
  }
}
/* opilsol-N28 [VPMPm8TrYx] */
.opilsol-N28 {
  overflow: hidden;
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem
}

.opilsol-N28 .title-area {
  width: 100%;
  text-align: center
}

.opilsol-N28 .title-area h2 {
  color: #999999;
  margin-bottom: 0.8rem
}

@media (max-width: 992px) {
  .opilsol-N28 .title-area h2 {
    margin-bottom: 0.4rem
  }
}