/* ====================================================
# ciso-card
==================================================== */

.ciso-nav .nav-signup {
  background-image: linear-gradient(120deg, #515d63 0%, #a3aca8 100%);
}

/* ====================================================
# ciso-kv
==================================================== */
.ciso-kv {}

/* ====================================================
# 
==================================================== */
.ciso-foreword {
  position: relative;
}

.ciso-maintitle {
  color: var(--main-black);
  font-weight: 600;
}

.ciso-subtitle {
  font-weight: 400;
  color: #dddddd;
}

.ciso-subtitle2 {
  font-weight: 400;
  color: #004005;
}

.ciso-carousel-item img {
  width: 100%;
}

.ciso-secblock {
  position: relative;
  padding: 4.5em 0;
}

.ciso-secblock::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 40vh;
  background-color: #dfdfdf;
  bottom: 0;
}

.btn-ciso {
  position: relative;
  display: inline-block;
  background: linear-gradient(120deg, #0d5780 0%, #2cf7a6 100%);
  padding: 10px;
  font-size: 20px;
  color: #ffffff;
  transition: all 0.3s ease-in;
  min-width: 280px;
  border-radius: 25px;
  transition: all 0.3s ease;
}

.btn-ciso:hover {
  color: var(--main-colorY);
  transform: translateY(2px);
}

.btn-cisoClose {
  position: relative;
  display: inline-block;
  background: linear-gradient(120deg, #515d63 0%, #a3aca8 100%);
  padding: 10px;
  font-size: 20px;
  color: #ffffff;
  transition: all 0.3s ease-in;
  min-width: 280px;
  border-radius: 25px;
  transition: all 0.3s ease;
}

.ciso-info {
  font-weight: 500;
  font-size: 20px;
}

.ciso-info span {
  font-size: 26px;
}

.ciso-photo {
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #efefef;
}

.ciso-photo img {
  width: 100%;
}

.ciso-name {
  font-size: 18px;
  color: var(--main-black);
  padding-bottom: 10px;
}

.ciso-desc {
  color: var(--lightgray);
  font-size: 16px;
}

.ciso-leadership,
.ciso-workshop {
  padding: 5rem 1rem 7rem;
}

.ciso-workshop {
  background-color: #efefef;
}

.note {
  font-size: 15px;
  margin-top: 20px;
  color: #733702;
}

/* ====================================================
# foreword-decobox
==================================================== */

.foreword-decobox h4 {
  font-weight: 900;
}

.foreword-decobox h4 span {
  border-bottom: 5px #f2b807 solid;
}

.foreword-decobox {
  padding: 0 0 0 15px;
}

.foreword-txt {
  padding: 0.4rem 2rem;
  margin-top: 1rem;
}

.foreword-txt .txt {
  margin: 0;
  line-height: 1.8;
  font-size: 1rem;
}

.foreword-txt .txt span {
  color: #ff8e3c;
}

/* active */
.foreword-deco.active {
  background-color: #f9ecc8;
  position: relative;
  border-radius: 10px;
}

/*.foreword-deco.active::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: -20px;
    top: 50px;
    border-style: solid;
    border-width: 10px 20px 10px 0;
    border-color: transparent #dffade transparent transparent;
}*/

.foreword-deco.active .foreword-iconbox img {
  filter: grayscale(0);
}

.foreword-deco.active .foreword-txt .txt {
  color: var(--theme);
}

@media (max-width: 767px) {
  .foreword-decobox {
    padding: 15px;
  }

  .foreword-deco.active::before {
    display: none;
  }

  .foreword-iconbox {
    padding: 5% 1% 1%;
  }

  .foreword-mainbox .btn-glowing {
    margin: auto;
  }
}

/* ====================================================
# ciso-card
==================================================== */
.ciso-card {
  padding: 3.2rem 1.6rem 1rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.ciso-card h6 {
  font-weight: 300;
}

.ciso-card h3 {
  /* text-shadow: 2px 2px 6px rgb(0 0 0 / 50%); */
}

.ciso-card p,
.ciso-card-info {
  font-size: 16px;
  font-weight: 300;
}

.ciso-card-main {
  padding: 0 2rem;
}

.ciso-card-main ol {
  padding: 15px 20px;
}

.ciso-card-info {
  line-height: 1.5;
  margin: 15px 0;
}

.color-forum {
  background-color: #8f5104;
  color: #ffffff;
}

.color-workshop {
  background-color: #f7cf43;
  color: var(--main-black);
}

.ciso-card-logo {
  color: #666;
  font-size: 15px;
  background-color: #ffffff;
  padding: 0 20px;
  margin: 1.5rem 0;
  border-radius: 6px;
}

.ciso-card-logo img {
  max-width: 160px;
}

.ciso-card .btn {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  padding: 1rem 2.2rem;
  border-radius: 25px;
  letter-spacing: 0.05rem;
}

@media (max-width: 576px) {
  .ciso-card {
    margin: 2rem 1rem;
  }

  .ciso-card-main {
    padding: 0;
  }
}

.forum-list {
  margin: 1rem;
}

.forum-item {
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px 15px;
  color: #212121;
  margin-bottom: 1.2rem;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 3px;
}

.forum-item:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.forum-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.forum-item h5 {
  margin-bottom: 15px;
}

.forum-item p {
  margin: 0;
}

.forum-modal .modal-body {
  color: #212121;
  padding: 2rem 2.5rem;
}

.forum-modal .modal-title {
  color: #cc7404;
}

.forum-modal .time {
  color: #8f5104;
  font-size: 20px;
}

.forum-modal .loaction {
  color: #666666;
  margin-bottom: 20px;
}

.modal-sp {
  margin-top: 1.5rem;
  padding-top: 1rem;
}

.modal-sp p {
  font-size: 15px;
}

.modal-sp h5 span {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
}

/* ====================================================
# ciso-singup
==================================================== */

.ciso-singup {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  height: 70vh;
}

.ciso-singup::after,
.ciso-singup::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 70vh;
  top: 0;
}

.ciso-singup::after {
  background-color: #fcefca;
  transform: skewY(-2deg);
}

.ciso-singup::before {
  background-color: #e09f3b;
  transform: skewY(2deg);
}

.ciso-singup-txt {
  z-index: 10;
  text-align: center;
}

/* ====================================================
# ciso-partner
==================================================== */

.ciso-partner .logo-title {
  letter-spacing: 0.05rem;
}

/* ====================================================
# ciso-footer
==================================================== */
.ciso-footer {
  background-color: #622a01;
}

.ciso-footer .footer-logo {
  letter-spacing: 0.1rem;
}

.ciso-footer a:hover {
  color: #2cf7a6;
}