@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css');
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrIzc.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjARc9.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu52xP.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ABc9.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBhc9.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBBc9.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgWxP.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5vAw.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9vAw.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtvAw.ttf') format('truetype');
}
:root {
  --primary: #FC2424;
  /* Color styles */
  --black: #000000;
  --white: #FFFFFF;
  --red-1: #E63946;
  --gray-1: #646363;
  --gray-2: #979797;
  --gray-3: #DBDBDB;
  --gray-4: #EDEDED;
  --gray-5: #F7F7F7;
  --gray-6: #FDFDFD;
  --brown-1: #7C574B;
  --yellow-1: #F7C15C;
  --yellow-2: #FFDD9C;
  --yellow-3: #FBE4B1;
  --yellow-4: #FFFBEA;
  /* Text-size styles */
  --h1--45px_b: 45px;
  --h2--37px_b: 37px;
  --h3--35px_-b: 35px;
  --h4--30px_-b: 30px;
  --h5--25px_-b: 25px;
  --h5--25px_-r: 25px;
  --h6--20px_-b: 20px;
  --p1--18px_-r: 18px;
  --p2--16px_-r: 16px;
  --p3--14px_-b: 14px;
  --p4--12px_-r: 12px;
  /* Effect styles */
  --drop-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
  --line: 0px 1px 0px #979797;
  --shadow--3: 0px 15px 35px rgba(0, 0, 0, 0.2);
  --shadow--2: 0px 4px 6px rgba(0, 0, 0, 0.1);
  --shadow--1: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
html {
  scroll-behavior: smooth;
}
#editor {
  min-height: 400px;
}
* {
  box-sizing: border-box;
  word-break: keep-all;
}
.container {
  width: 100%;
  margin: auto;
  max-width: 1024px;
  padding: 0;
}
@media (max-width: 1024px) {
  .container {
    width: 100%;
  }
}
.container.intro {
  max-width: 1200px;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .container.gray {
    display: flex;
    background-color: var(--gray-4);
    align-items: end;
  }
}
@media (max-width: 768px) {
  .container.gray iframe {
    margin: 0px;
  }
}
.title-18 {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #000000;
}
.title-36 {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  letter-spacing: -0.02em;
}
.title-36.event {
  color: var(--black);
}
.title-20 {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
}
.title-32 {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: -0.02em;
}
.text-20 {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: -0.02em;
  color: #000000;
}
.text-15 {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-size: 15px;
  line-height: 140%;
}
.text-18 {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-size: 18px;
  line-height: 140%;
}
.text-16 {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
}
.info-box {
  padding: 20px 40px;
  background-color: #F8F8F8;
}
@media (max-width: 768px) {
  .info-box {
    padding: 4px 8px;
  }
}
.border-primary {
  border: solid 1px var(--primary);
  border-radius: 12px;
  padding: 0 6px;
}
.c-primary {
  color: var(--primary);
}
.c-gray-1 {
  color: var(--gray-1);
}
.c-gray-2 {
  color: var(--gray-2);
}
.d-flex {
  display: flex;
}
@media (max-width: 768px) {
  .media-flex-column {
    flex-direction: column;
  }
}
.gap-1 {
  gap: 4px;
}
.gap-2 {
  gap: 8px;
}
.gap-3 {
  gap: 12px;
}
.gap-4 {
  gap: 16px;
}
.gap-5 {
  gap: 20px;
}
.gap-6 {
  gap: 24px;
}
.gap-7 {
  gap: 28px;
}
.gap-8 {
  gap: 32px;
}
.gap-9 {
  gap: 36px;
}
.gap-10 {
  gap: 40px;
}
.mb-1 {
  margin-bottom: 4px;
}
.mb-2 {
  margin-bottom: 8px;
}
.mb-3 {
  margin-bottom: 12px;
}
.mb-4 {
  margin-bottom: 16px;
}
.mb-5 {
  margin-bottom: 20px;
}
.mb-6 {
  margin-bottom: 24px;
}
.mb-7 {
  margin-bottom: 28px;
}
.mb-8 {
  margin-bottom: 32px;
}
.mb-9 {
  margin-bottom: 36px;
}
.mb-10 {
  margin-bottom: 40px;
}
.ex-p p {
  max-width: 300px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.primary-btn {
  /* Button */
  /* Auto layout */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0px;
  /* primary/1 */
  background: var(--primary);
  border-radius: 4px;
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
  outline: none;
  border: none;
}
.topbanner-wrapper .carousel-inner > .item > a > img,
.topbanner-wrapper .carousel-inner > .item > img,
.topbanner-wrapper .item > a > img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 2300px) {
  .topbanner-wrapper .carousel-inner > .item > a > img,
  .topbanner-wrapper .carousel-inner > .item > img,
  .topbanner-wrapper .item > a > img {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .topbanner-wrapper .carousel-inner > .item > a > img,
  .topbanner-wrapper .carousel-inner > .item > img,
  .topbanner-wrapper .item > a > img {
    height: auto;
    object-fit: contain;
  }
}
.topbanner-wrapper .top-overlay {
  z-index: 5;
  max-width: 540px;
  height: 390px ;
  display: flex;
  flex-direction: column;
  padding: 54px;
  gap: 24px;
  position: absolute;
  left: 49%;
  top: 130px;
  background: rgba(0, 0, 0, 0.7);
}
@media (max-width: 1024px) {
  .topbanner-wrapper .top-overlay {
    left: 30%;
  }
}
@media (max-width: 768px) {
  .topbanner-wrapper .top-overlay {
    margin-top: 15px;
    position: static;
    padding: 16px;
    gap: 8px;
    max-width: 100%;
    height: auto;
    background: var(--white);
  }
}
.topbanner-wrapper .top-overlay h1 {
  margin: 0;
  word-break: keep-all;
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 140%;
  /* or 49px */
  letter-spacing: -0.02em;
  height: 125px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .topbanner-wrapper .top-overlay h1 {
    font-size: 22px;
    height: auto;
    color: var(--black);
  }
}
.topbanner-wrapper .top-overlay p {
  margin: 0;
  word-break: keep-all;
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  /* or 25px */
  letter-spacing: -0.02em;
  /* white */
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .topbanner-wrapper .top-overlay p {
    font-size: 14px;
    color: var(--black);
  }
}
.topbanner-wrapper .top-overlay .bottom-select {
  display: flex;
  height: 56px;
  gap: 8px;
}
.topbanner-wrapper .top-overlay .bottom-select #cate {
  text-indent: 0.2em;
}
@media (max-width: 768px) {
  .topbanner-wrapper .top-overlay .bottom-select {
    height: 32px;
    margin-top: 20px;
  }
}
.topbanner-wrapper .top-overlay .bottom-select select {
  flex: 1;
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background: url('/contents/images/category-down-arrow.svg') no-repeat 98% 50% #fff;
  border: solid 1px var(--gray-1);
}
.topbanner-wrapper .top-overlay .bottom-select button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: var(--primary);
  border-radius: 4px;
  padding: 0 16px;
  color: #FFFFFF;
  border: none;
  outline: none;
}
@media (max-width: 768px) {
  .topbanner-wrapper .top-overlay .bottom-select button {
    border-radius: 0px;
  }
}
.my-wrapper .tab-pane {
  padding: 0;
}
.my-wrapper .nav-tabs {
  padding: 0;
}
.my-wrapper .nav-tabs > li > a {
  margin: 0 !important;
  box-shadow: none !important;
}
.my-wrapper #like_project,
.my-wrapper #event {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .my-wrapper #like_project,
  .my-wrapper #event {
    margin-top: 8px;
  }
}
.event-list-item {
  height: 222px;
  padding: 24px 70px 24px 34px;
  display: flex;
  align-items: center;
  gap: 40px;
  border: solid var(--primary) 1px;
}
@media (max-width: 768px) {
  .event-list-item {
    flex-direction: column;
    height: auto;
    padding: 16px;
  }
}
.event-list-item .title {
  font-weight: 700;
}
.event-list-item img {
  cursor: pointer;
  height: 100%;
  max-width: 240px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .event-list-item img {
    max-width: 100%;
  }
}
.event-list-item .project-list-item-body {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 768px) {
  .event-list-item button {
    width: 100%;
  }
}
.project-list-item {
  height: 222px;
  padding: 24px 70px 24px 34px;
  display: flex;
  align-items: center;
  gap: 40px;
  border: solid var(--gray-2) 1px;
}
@media (max-width: 768px) {
  .project-list-item {
    flex-direction: column;
    height: auto;
    padding: 16px;
  }
}
.project-list-item .title {
  font-weight: 700;
}
.project-list-item .by {
  /* p1/18px_B */
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  /* or 25px */
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  /* gray/2 */
  color: #979797;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}
.project-list-item img {
  cursor: pointer;
  height: 100%;
  max-width: 240px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .project-list-item img {
    max-width: 100%;
  }
}
.project-list-item .project-list-item-body {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 768px) {
  .project-list-item button {
    width: 100%;
  }
}
.view-wrapper .panel.project-info #participants > .media {
  justify-content: flex-start;
  gap: 8px;
}
.view-wrapper .panel.project-info #participants > .media > .media-body > .story {
  height: auto;
  max-width: 100%;
}
.view-wrapper .panel.project-info #participants > .media > .media-body > .story img {
  max-width: 100%;
}
#participantsHolder .media-body {
  width: 100%;
}
.my-top {
  /* 나의 후원 */
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 160%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f7f7;
  color: #000000;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .my-top {
    padding: 32px 0;
  }
}
.color-primary {
  color: var(--primary);
}
.primary-outline-btn {
  /* Button */
  /* Auto layout */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 8px;
  /* primary/1 */
  background: transparent;
  border: solid 1px var(--primary);
  border-radius: 4px;
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: var(--primary);
  text-align: center;
  outline: none;
}
@media (max-width: 768px) {
  .primary-outline-btn {
    height: 20px;
    margin-top: 10px;
  }
}
.black-outline-btn {
  /* Button */
  /* Auto layout */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 8px;
  /* primary/1 */
  background: transparent;
  border: solid 1px var(--gray-2);
  border-radius: 4px;
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: var(--gray-1);
  text-align: center;
  outline: none;
}
.outline-btn {
  outline: none;
  box-sizing: border-box;
  justify-content: center;
  padding: 12px 0;
  border: 1px solid #979797;
  border-radius: 4px;
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.02em;
  color: #646363;
}
.underline {
  border-bottom: 1px solid var(--gray-1);
}
.contents-wrapper.main,
.contents-wrapper.event,
.contents-wrapper.project:not(.view) {
  background-color: white !important;
  padding-bottom: 0 !important;
}
.progress-project {
  padding: 0;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .progress-project {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .progress-project a {
    width: 100%;
  }
}
.w-100 {
  width: 100%;
}
.content-container {
  max-width: 750px;
  margin: auto;
}
.form-group {
  align-items: center;
}
@media (max-width: 768px) {
  .form-group {
    flex-direction: column;
    align-items: flex-start;
  }
}
.form-group label {
  width: 150px;
  /* Label: */
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  color: #000000;
}
.form-group label.require:before {
  content: '*';
  padding-right: 3px;
  color: var(--primary);
}
.form-group .form-control {
  height: 48px;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  color: black;
}
.form-group .form-control:hover {
  box-shadow: none;
}
.form-group .form-control::placeholder {
  color: var(--gray-1);
}
.form-group.inquiry textarea {
  height: 350px;
}
.withdrawal-info {
  background-color: #F8F8F8;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .withdrawal-info {
    padding: 4px;
  }
}
.withdrawal-info div {
  font-weight: bold;
  flex: 1;
}
.withdrawal-bottom-box {
  padding: 20px 60px;
}
@media (max-width: 768px) {
  .withdrawal-bottom-box {
    padding: 6px;
  }
}
.nav.nav-tabs {
  overflow: initial;
  display: flex;
}
@media (max-width: 768px) {
  .nav.nav-tabs {
    flex-direction: column;
  }
}
.nav.nav-tabs.project-category-wr {
  width: 100%;
  display: flex;
  height: auto;
  justify-content: center;
  gap: 4%;
  border: none;
  align-items: center;
  background-color: var(--gray-5);
  padding: 40px 24px 8px;
  flex-wrap: wrap;
  margin: 0;
  flex-direction: row;
}
@media (max-width: 768px) {
  .nav.nav-tabs.project-category-wr.EN {
    gap: 2%;
  }
}
.nav.nav-tabs.project-category-wr.white {
  background-color: var(--white);
}
@media (max-width: 768px) {
  .nav.nav-tabs.project-category-wr {
    padding: 40px 0px 8px;
  }
}
.nav.nav-tabs li {
  cursor: pointer;
  border-top: solid 1px var(--gray-2);
  border-bottom: solid 1px var(--gray-2);
  flex: 1;
  min-height: 60px;
  color: var(--gray-1);
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: solid 1px var(--gray-2);
  background-color: transparent !important;
}
.nav.nav-tabs li:first-child {
  border-left: solid 1px var(--gray-2);
}
.nav.nav-tabs li a {
  font-weight: 700;
  border: none !important;
  margin: 0;
  padding: 0;
  display: inline;
  box-shadow: none;
  background-color: transparent !important;
  font-size: 18px !important;
}
.nav.nav-tabs li a:hover {
  border: transparent !important;
  color: inherit !important;
}
.nav.nav-tabs li a::after {
  border: none;
  display: none;
}
.nav.nav-tabs li.project-category {
  height: auto;
  border: none;
  border-radius: 16px;
  padding-bottom: 16px;
  max-width: 180px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .nav.nav-tabs li.project-category.EN {
    width: 84px;
  }
}
.nav.nav-tabs li.project-category a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  height: auto;
  color: black;
}
.nav.nav-tabs li.project-category a img {
  width: 70px;
  height: 70px;
}
@media (max-width: 768px) {
  .nav.nav-tabs li.project-category a img {
    width: 35px;
    height: 35px;
  }
}
.nav.nav-tabs li.project-category a span {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-size: 16px;
  line-height: 140%;
}
@media (max-width: 768px) {
  .nav.nav-tabs li.project-category a span {
    font-size: 13px;
  }
}
.nav.nav-tabs li.active a {
  color: white !important;
}
#event-section-1,
#event-section-2 {
  cursor: pointer;
  /* 진행 중인 프로젝트 */
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  letter-spacing: -0.02em;
  width: fit-content;
  margin: 16px auto;
  color: var(--gray-2);
}
@media (max-width: 768px) {
  #event-section-1,
  #event-section-2 {
    font-size: 18px;
    height: 25px;
  }
}
#event-section-1:after,
#event-section-2:after {
  display: block;
  content: '';
  margin-top: 12px;
  height: 8px;
  width: 100%;
}
@media (max-width: 768px) {
  #event-section-1:after,
  #event-section-2:after {
    margin-top: 2px;
    height: 4px;
  }
}
#event-section-1.active,
#event-section-2.active {
  color: black;
}
#event-section-1.active:after,
#event-section-2.active:after {
  background-color: var(--primary);
}
@media (max-width: 768px) {
  #event-section-1.active:after,
  #event-section-2.active:after {
    height: 1px;
    background-color: var(--black);
  }
}
.project-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .project-section {
    gap: 12px;
    margin-bottom: 20px;
    justify-content: left;
    padding-left: 20px;
  }
}
.project-section div {
  background-color: var(--gray-2);
  width: 2px;
  height: 24px;
}
@media (max-width: 768px) {
  .project-section div {
    display: none;
  }
}
.project-section h3 {
  cursor: pointer;
  /* 진행 중인 프로젝트 */
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 43px;
  letter-spacing: -0.02em;
  color: var(--gray-2);
}
@media (max-width: 768px) {
  .project-section h3 {
    line-height: 22px;
    font-size: 20px;
  }
}
.project-section h3:after {
  display: block;
  content: '';
  margin-top: 12px;
  height: 8px;
  width: 100%;
}
@media (max-width: 768px) {
  .project-section h3:after {
    margin-top: 2px;
    height: 4px;
  }
}
.project-section h3.active {
  color: black;
}
.project-section h3.active:after {
  background-color: var(--primary);
}
.more-square {
  margin-left: auto;
  height: 26px;
  border: 1px solid #979797;
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #646363;
  width: fit-content;
  padding: 0 4px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .more-square {
    margin-right: 8px;
  }
}
.responsive-form {
  display: flex;
  gap: 8px;
}
@media (max-width: 768px) {
  .responsive-form {
    flex-direction: column;
    gap: 4px;
  }
}
.height-auto {
  height: auto !important;
}
#listHoldersComplete {
  display: none;
}
#introEventListHoldersComplete {
  display: flex;
  grid-gap: 16px;
  flex-wrap: wrap;
  margin: auto;
  justify-content: center;
}
@media (max-width: 768px) {
  .sm-break-padding {
    padding: 0;
  }
}
#listHolders,
#listHoldersComplete,
#eventListHolders,
#eventListHoldersComplete,
#progress_event_holder,
#end_event_holder {
  max-width: 1024px;
  width: 100%;
  padding: 0;
  margin: auto;
  display: grid;
  grid-template-columns: minmax(auto, 338px) minmax(auto, 338px) minmax(auto, 338px);
  gap: 40px;
  justify-items: center;
  align-content: space-between;
  justify-content: space-evenly;
}
#listHolders:before,
#listHoldersComplete:before,
#eventListHolders:before,
#eventListHoldersComplete:before,
#progress_event_holder:before,
#end_event_holder:before,
#listHolders:after,
#listHoldersComplete:after,
#eventListHolders:after,
#eventListHoldersComplete:after,
#progress_event_holder:after,
#end_event_holder:after {
  display: none;
}
@media (max-width: 1024px) {
  #listHolders,
  #listHoldersComplete,
  #eventListHolders,
  #eventListHoldersComplete,
  #progress_event_holder,
  #end_event_holder {
    grid-template-columns: auto auto;
    grid-gap: 12px;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  #listHolders,
  #listHoldersComplete,
  #eventListHolders,
  #eventListHoldersComplete,
  #progress_event_holder,
  #end_event_holder {
    grid-template-columns: 1fr;
    grid-gap: 0;
    justify-content: center;
  }
}
.what-we-do-wrapper .board-wrapper {
  height: auto;
  aspect-ratio: 1920 / 1080;
  margin: 0;
  overflow: auto;
  background-color: #fff;
}
.box-shadow {
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.2);
}
.intro-event-card {
  width: 100%;
  cursor: pointer;
  max-width: 360px;
  transition: 0.5s;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .intro-event-card {
    box-shadow: none;
    background-color: var(--white);
    border: 1px solid var(--white);
  }
}
.intro-event-card.our-story {
  width: 300px;
}
.intro-event-card:hover {
  transform: scale(1.05);
}
.intro-event-card .category {
  display: flex;
  gap: 4px;
  align-items: center;
}
.intro-event-card .event-card-top img {
  width: 100%;
  height: 318px;
  object-fit: cover;
}
.intro-event-card .event-intro-card-body {
  width: 100%;
  padding: 10px 20px 20px;
}
.intro-event-card .event-intro-card-body .title {
  height: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  /* 안녕하세요. 저는 대학생으로 평소에 생일에 할 수 있는 특별한 일을 고민하다가 이렇게 이벤트 기부에 참여를 하게 된... */
  /* p1/18px_R */
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.02em;
  /* gray/1 */
  color: #646363;
  margin-bottom: 14px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
}
.intro-event-card .event-intro-card-body .title * {
  width: fit-content;
  margin: auto;
}
.intro-event-card .event-intro-card-body .author {
  text-align: left;
  /* 나만의 기념일이 모두에게 소중한 추억이 되도록 [이벤트 기부] */
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #000000;
}
.intro-event-card .event-card-body {
  padding: 10px 20px 20px;
}
.intro-event-card .event-card-body .title {
  height: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  /* 안녕하세요. 저는 대학생으로 평소에 생일에 할 수 있는 특별한 일을 고민하다가 이렇게 이벤트 기부에 참여를 하게 된... */
  /* p1/18px_R */
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.02em;
  /* gray/1 */
  color: #646363;
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.intro-event-card .event-card-body .title * {
  width: fit-content;
  margin: auto;
}
.intro-event-card .event-card-body .author {
  text-align: center;
}
.intro-event-card .event-card-body .author .category {
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  margin: auto;
  /* primary/1 */
  background: #E63946;
  border-radius: 50px;
  /* h6/20px_B */
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  /* identical to box height, or 32px */
  text-align: center;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-bottom: 6px;
}
.intro-event-card .event-card-body .author .by {
  margin: auto;
  width: fit-content;
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 160%;
  color: #000000;
  border-bottom: 3px solid black;
}
.event-card {
  position: relative;
  width: 100%;
  cursor: pointer;
  max-width: 340px;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .event-card {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    height: 130px;
    width: 100%;
  }
}
.event-card .image-circle {
  top: 159px;
  left: 15px;
  width: 38px;
  height: 38px;
  position: absolute;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .event-card .image-circle {
    display: none;
  }
}
.event-card .complete-overlay {
  padding-top: 80px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) {
  .event-card .complete-overlay {
    padding-top: 40px;
  }
}
.event-card .complete-overlay img {
  width: 160px;
  height: 160px;
}
@media (max-width: 768px) {
  .event-card .complete-overlay img {
    width: 80px;
    height: 80px;
  }
}
.event-card.complete-event .complete-overlay {
  display: flex;
  justify-content: center;
}
.event-card.complete-event .complete-overlay img {
  width: 160px;
  height: 160px;
}
.event-card:hover {
  transform: scale(1.05);
}
.event-card .category {
  display: flex;
  gap: 4px;
  align-items: center;
}
.event-card .event-card-top img {
  width: 315px;
  height: 178px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .event-card .event-card-top img {
    display: flex;
    flex-direction: row;
    width: 115px;
    height: 115px;
    margin-left: 15px;
    border-radius: 6px;
  }
}
.event-card .event-card-body {
  padding-top: 25px;
}
@media (max-width: 768px) {
  .event-card .event-card-body {
    flex: 1;
    padding: 10px 20px 0px 8px;
  }
}
.event-card .event-card-body .title {
  height: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.02em;
  color: #000000;
  margin-top: 5px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .event-card .event-card-body .title {
    margin: 0;
    font-size: 14px;
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
  }
}
.event-card .event-card-body .author {
  display: flex;
  gap: 3px;
  font-size: 14px;
  align-items: center;
}
@media (max-width: 768px) {
  .event-card .event-card-body .author {
    font-size: 12px;
    font-weight: 400;
  }
}
.event-card .event-card-body .author img {
  margin-right: 12px;
  height: 35px;
  width: 35px;
}
@media (max-width: 768px) {
  .event-card .event-card-body .author img {
    height: 20px;
    width: 20px;
  }
}
.event-card .event-card-body .author .by {
  font-weight: bold;
}
.event-card .event-card-body .progress {
  height: 4px;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  .event-card .event-card-body .progress {
    line-height: 100%;
    margin-top: 6px;
  }
}
.event-card .event-card-body .event-card-bottom {
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  .event-card .event-card-body .event-card-bottom {
    display: none;
  }
}
.event-card .event-card-body .event-card-bottom * {
  flex: 1;
}
.event-card .event-card-body .event-card-info {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 768px) {
  .event-card .event-card-body .event-card-info {
    margin-bottom: 5px;
  }
}
.event-card .event-card-body .event-card-info .left sup {
  position: static;
}
@media (max-width: 768px) {
  .event-card .event-card-body .event-card-info .left {
    display: flex;
    align-items: center;
    margin-top: 8px;
  }
}
.event-card .event-card-body .event-card-info .left .rate {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.04em;
  color: var(--primary);
}
@media (max-width: 768px) {
  .event-card .event-card-body .event-card-info .left .rate {
    line-height: 100%;
  }
}
.event-card .event-card-body .event-card-info .left .price {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  padding-left: 8px;
  font-size: 12px;
  line-height: 160%;
  color: #606060;
}
.event-card .event-card-body .event-card-info .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2px 8px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.04em;
  color: var(--gray-2);
}
@media (max-width: 768px) {
  .event-card .event-card-body .event-card-info .right {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary);
    padding: 0px;
    width: 50px;
    height: 20px;
    border: 2px solid var(--primary);
    border-radius: 3px;
    margin-bottom: 2px;
  }
}
.project-card {
  position: relative;
  width: 100%;
  cursor: pointer;
  max-width: 340px;
  transition: 0.5s;
}
@media (max-width: 1024px) {
  .project-card.event {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    height: 160px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .project-card {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    height: 130px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .project-card.create {
    padding-top: 4.5px;
    width: 100%;
  }
  .project-card.create.active {
    transform: scale(1);
  }
}
.project-card.active {
  transition: 0s;
  border: solid 2px var(--primary);
  transform: scale(1.05);
}
.project-card .complete-overlay {
  padding-top: 80px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  justify-content: center;
}
@media (max-width: 768px) {
  .project-card .complete-overlay {
    padding-top: 40px;
  }
}
.project-card .complete-overlay img {
  width: 160px;
  height: 160px;
}
@media (max-width: 768px) {
  .project-card .complete-overlay img {
    width: 80px;
    height: 80px;
  }
}
.project-card .complete-overlay.complete {
  display: flex;
}
.project-card:hover {
  transform: scale(1.05);
}
.project-card .category {
  display: flex;
  gap: 4px;
  align-items: center;
}
.project-card .project-card-top .link-btn {
  display: flex;
  position: absolute;
  width: 100px;
  height: 20px;
  top: 158px;
  right: 0;
  background-color: var(--primary);
  font-size: 12px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  color: var(--white);
}
@media (max-width: 768px) {
  .project-card .project-card-top .link-btn {
    width: 115px;
    height: 25px;
    top: 90px;
    left: 15px;
    z-index: 1;
    border-radius: 0 0 5px 5px;
  }
}
.project-card .project-card-top img {
  width: 315px;
  height: 178px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .project-card .project-card-top img {
    display: flex;
    flex-direction: row;
    width: 115px;
    height: 115px;
    margin-left: 15px;
    border-radius: 6px;
  }
}
@media (max-width: 1024px) {
  .project-card .project-card-top img.event {
    display: flex;
    flex-direction: row;
    width: 160px;
    height: 140px;
    margin-left: 15px;
    border-radius: 6px;
  }
}
.project-card .project-card-body {
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .project-card .project-card-body {
    flex: 1;
    padding: 10px 20px 0px 8px;
  }
}
@media (max-width: 1024px) {
  .project-card .project-card-body.event {
    flex: 1;
    padding: 10px 20px 0px 8px;
  }
}
.project-card .project-card-body.create {
  padding: 0px 5px;
}
.project-card .project-card-body .title {
  margin-top: 8px;
  height: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .project-card .project-card-body .title {
    margin: 0;
    font-size: 13px;
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.project-card .project-card-body .category {
  font-size: 12px;
  font-weight: 400;
}
.project-card .project-card-body .author {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .project-card .project-card-body .author {
    margin-bottom: 6px;
  }
}
.project-card .project-card-body .by {
  font-size: 12px;
  color: var(--gray-2);
}
.project-card .project-card-body .by::before {
  content: 'by ';
}
.project-card .project-card-body .progress {
  height: 4px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .project-card .project-card-body .progress {
    line-height: 100%;
    margin-bottom: 12px;
  }
}
.project-card .project-card-body .project-card-info {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 2px;
}
@media (max-width: 768px) {
  .project-card .project-card-body .project-card-info {
    margin-bottom: 5px;
  }
}
.project-card .project-card-body .project-card-info .left sup {
  position: static;
}
@media (max-width: 768px) {
  .project-card .project-card-body .project-card-info .left {
    display: flex;
    align-items: center;
    margin-top: 8px;
  }
}
.project-card .project-card-body .project-card-info .left .rate {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.04em;
  color: var(--primary);
}
@media (max-width: 768px) {
  .project-card .project-card-body .project-card-info .left .rate {
    line-height: 100%;
  }
}
.project-card .project-card-body .project-card-info .left .price {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  padding-left: 8px;
  font-size: 12px;
  line-height: 160%;
  color: #606060;
}
.project-card .project-card-body .project-card-info .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2px 8px;
  /* primary/1 */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.04em;
  color: var(--gray-2);
}
.project-card .project-card-body .project-card-info .right .period {
  line-height: 24px;
}
@media (max-width: 768px) {
  .project-card .project-card-body .project-card-info .right {
    font-size: 13px;
    font-weight: 500;
    color: var(--primary);
    padding: 0px;
    width: 50px;
    height: 20px;
    border: 2px solid var(--primary);
    border-radius: 3px;
    margin-bottom: 2px;
  }
  .project-card .project-card-body .project-card-info .right span {
    margin-top: 0.5px;
  }
}
.middle-intro {
  margin-bottom: 10%;
}
@media (max-width: 768px) {
  .middle-intro {
    margin-bottom: 0;
  }
}
.middle-intro .middle-intro-main {
  padding-top: 90px;
  padding-bottom: 220px;
  background-image: url('/contents/images/middle-intro.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #FFFFFF;
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.02em;
  word-break: keep-all;
  white-space: pre-wrap;
}
@media (max-width: 768px) {
  .middle-intro .middle-intro-main {
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.middle-intro .middle-intro-main .desc {
  font-weight: 300;
  max-width: 800px;
  margin: auto;
  font-size: 27px;
  line-height: 150%;
}
@media (max-width: 768px) {
  .middle-intro .middle-intro-main .desc {
    font-size: 15px;
    font-weight: 400;
  }
}
.middle-intro .middle-intro-main .title {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 160%;
  width: fit-content;
  margin: auto;
}
@media (max-width: 768px) {
  .middle-intro .middle-intro-main .title {
    font-size: 24px;
  }
}
.middle-intro .middle-intro-main .title::after {
  content: '';
  display: block;
  height: 3px;
  background-color: white;
  width: 100%;
}
.middle-intro .middle-panel-body {
  position: relative;
  top: -250px;
  height: 150px;
  display: flex;
  justify-content: space-between;
}
.middle-intro .middle-panel-body .img-wrapper {
  margin: 0;
}
.middle-intro .middle-panel-body .img-wrapper .desc {
  margin-top: 7px;
}
.middle-intro .middle-panel-body:before,
.middle-intro .middle-panel-body:after {
  display: none;
}
@media (max-width: 768px) {
  .middle-intro .middle-panel-body {
    flex-direction: column;
    padding-top: 50px !important;
    padding-bottom: 40px !important;
  }
}
.middle-intro .panel-body {
  position: relative;
  top: -200px;
  height: 150px;
}
@media (max-width: 768px) {
  .middle-intro .panel-body {
    position: static;
    height: fit-content;
    padding: 16px;
    align-items: center;
    background-color: var(--gray-4);
  }
}
.middle-intro .panel-body .img-wrapper {
  cursor: pointer;
  background-color: var(--primary);
  border-radius: 40px;
  color: white;
  padding: 40px 20px;
  height: 360px;
}
@media (max-width: 768px) {
  .middle-intro .panel-body .img-wrapper {
    margin-bottom: 16px;
    padding: 10px 10px;
    border-radius: 16px;
    width: 100%;
    height: 120px;
    background-color: var(--white);
    border: solid 1px var(--gray-3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  }
}
.middle-intro .panel-body .img-wrapper img {
  margin-bottom: 32px;
  width: 150px;
}
@media (max-width: 768px) {
  .middle-intro .panel-body .img-wrapper img {
    margin-bottom: 8px;
    width: 65px;
  }
}
.middle-intro .panel-body .img-wrapper .tit {
  margin: auto;
  padding-bottom: 4px;
  width: fit-content;
  border-bottom: solid 2px white;
}
.embed-responsive-item {
  aspect-ratio: 1920 / 1080;
}
@media (max-width: 768px) {
  .embed-responsive-item {
    margin: 16px 0 24px;
  }
}
.bg-gray-index {
  background-color: var(--gray-6);
  margin-top: 5%;
  padding-top: 5%;
  padding-bottom: 5%;
}
@media (max-width: 768px) {
  .bg-gray-index {
    margin: 0;
    padding-bottom: 2%;
  }
}
.bg-gray-list {
  background-color: var(--gray-5);
  padding-top: 40px;
  height: 150px;
}
@media (max-width: 768px) {
  .bg-gray-list {
    padding-top: 20px;
    height: 90px;
  }
}
.section-title {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 160%;
  text-align: center;
  color: #000000;
  width: fit-content;
  border-bottom: 2px solid black;
  padding-bottom: 4px;
  margin: auto;
}
@media (max-width: 768px) {
  .section-title {
    width: 96%;
    font-size: 24px;
    text-align: left;
    border-bottom: 0;
  }
}
.section-desc {
  text-align: center;
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #000000;
}
@media (max-width: 768px) {
  .section-desc {
    margin-top: 0;
    font-size: 18px;
    color: var(--gray-2);
    text-align: left;
    padding-left: 5%;
  }
}
.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.board-wr {
  padding-top: 60px;
}
@media (max-width: 768px) {
  .board-wr {
    padding-top: 16px;
  }
}
.board-wr h1 {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  text-align: center;
  color: #000000;
}
@media (max-width: 768px) {
  .board-wr h1 {
    font-size: 20px;
  }
}
.board-wr .search-wr {
  margin-left: auto;
  height: 40px;
  width: 250px;
  display: flex;
  border: solid 1px var(--gray-2);
  border-radius: 4px;
}
.board-wr .search-wr::placeholder {
  color: var(--gray-2);
}
.board-wr .search-wr input {
  border: none;
  flex: 1;
  margin-left: 2px;
}
.board-wr .search-wr span {
  cursor: pointer;
  color: var(--gray-2);
  padding-right: 10px;
  font-size: 16px;
}
.board-wr .table.table-striped.table-hover {
  font-size: 16px;
}
.board-wr .table.table-striped.table-hover th {
  vertical-align: middle;
  background-color: white;
  border-top: solid 1px black;
  color: black;
  font-size: 16px;
  font-weight: 700;
}
.board-wr .table.table-striped.table-hover thead {
  font-weight: 700;
}
.board-wr .table.table-striped.table-hover tr {
  background-color: white;
  height: 50px;
}
.board-wr .table.table-striped.table-hover tr td {
  color: var(--gray-1);
  font-size: 16px;
  cursor: pointer;
}
.board-wr .contents-area {
  width: 100%;
}
.gray-border {
  border: solid 1px var(--gray-2);
}
.what-we-do-wrapper {
  padding: 0 0 16px;
}
@media (max-width: 768px) {
  .what-we-do-wrapper {
    padding: 0;
  }
}
.what-we-do-wrapper .media-wrapper {
  display: flex;
  gap: 8px;
}
@media (max-width: 768px) {
  .what-we-do-wrapper .media-wrapper {
    flex-direction: column;
  }
}
.what-we-do-wrapper .media-wrapper .board-wrapper {
  flex: 1;
}
@media (max-width: 768px) {
  .what-we-do-wrapper .media-wrapper .board-wrapper {
    max-width: none;
    aspect-ratio: initial;
    overflow: hidden !important;
    background-color: var(--gray-6);
    border: none;
    margin: 20px 15px 0px 15px;
    padding-bottom: 0px !important;
    border-top: solid 2px var(--gray-3);
  }
}
@media (max-width: 768px) {
  .what-we-do-wrapper .media-wrapper .board-wrapper .panel-heading {
    padding-left: 0px !important;
    padding-right: 0px !important;
    display: flex;
    justify-content: space-between;
  }
}
.what-we-do-wrapper .media-wrapper .board-wrapper .panel-heading a {
  font-size: 12px;
  font-weight: 500;
  color: var(--gray-1);
}
.what-we-do-wrapper .media-wrapper .board-wrapper .panel-body {
  height: 100%;
  overflow: initial;
}
@media (max-width: 768px) {
  .what-we-do-wrapper .media-wrapper .board-wrapper .panel-body {
    overflow: hidden;
    max-height: 168px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 5px;
  }
}
.what-we-do-wrapper .media-wrapper .player-wrapper {
  flex: 1;
}
.email-letter {
  display: flex;
  padding: 60px 0;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
}
@media (max-width: 768px) {
  .email-letter {
    flex-direction: column;
    gap: 8px;
    padding: 20px 0px;
    align-items: flex-start;
    margin: 15px;
    border-top: solid 2px var(--gray-3);
    border-right: none;
    border-left: none;
    border-bottom: none;
  }
}
.email-letter .section-title {
  margin: 0;
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 150%;
  color: #000000;
  border-bottom: solid 2px black;
}
@media (max-width: 768px) {
  .email-letter .section-title {
    margin: auto;
    font-size: 24px;
    border-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }
}
.email-letter .section-desc {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #000000;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .email-letter .section-desc {
    font-size: 14px;
    padding-left: 0px;
    color: var(--gray-2);
  }
}
.email-letter .email-form_wr {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.email-letter .email-form_wr .email-form {
  display: flex;
  gap: 10px;
}
.email-letter .email-form_wr .email-form input {
  height: 54px;
  background: #FFFFFF;
  border: 1px solid #979797;
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  /* identical to box height, or 25px */
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  /* gray/2 */
  color: black;
  flex: 1;
}
.email-letter .email-form_wr .email-form input::placeholder {
  color: #979797;
}
@media (max-width: 768px) {
  .email-letter .email-form_wr .email-form input {
    height: 46px;
    width: 60%;
  }
}
.email-letter .email-form_wr .email-form button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 0;
  width: 180px;
  border: none;
  background: var(--primary);
  outline: none;
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  /* identical to box height, or 32px */
  letter-spacing: -0.02em;
  /* Button/Primary/Text_Default */
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .email-letter .email-form_wr .email-form button {
    font-size: 14px;
    width: 80px;
    padding: 0;
  }
}
.image-wrapper {
  position: relative;
  overflow: visible !important;
  top: 0;
}
.image-wrapper .img-responsive.full {
  width: 100%;
}
.image-wrapper .image-cover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 40%;
  z-index: 3;
}
.image-wrapper .image-title {
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  z-index: 3;
  color: white;
}
@media (max-width: 768px) {
  .image-wrapper .image-title .title-32 {
    font-size: 18px;
    font-weight: bold;
  }
}
.image-wrapper .select-card-wrapper {
  position: absolute;
  bottom: -240px;
  z-index: 10;
  width: 100%;
  padding: 0 8px;
  display: flex;
  justify-content: center;
  gap: 24px;
}
.image-wrapper .select-card-wrapper .item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background-color: #646363;
  padding: 16px;
  color: white;
  width: 100%;
  max-width: 480px;
  text-decoration: none;
}
.image-wrapper .select-card-wrapper .item.active {
  background-color: var(--primary);
}
.image-wrapper .select-card-wrapper .item img {
  border: 8px solid white;
}
.image-wrapper .select-card-wrapper .item .title {
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
}
.image-wrapper .select-card-wrapper .item .text {
  font-size: 0.75rem;
}
.image-wrapper-project {
  position: relative;
  overflow: hidden;
  top: 0;
  max-width: 1024px;
  margin: auto;
  width: 100%;
}
.image-wrapper-project .title-image {
  height: 436px;
  width: 100%;
  background-position: center;
}
@media (max-width: 768px) {
  .image-wrapper-project .title-image {
    display: flex;
    width: 100%;
    height: 30%;
    background-size: contain;
  }
}
.image-wrapper-project .img-responsive.full {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .image-wrapper-project .img-responsive.full {
    display: flex;
    width: 100%;
    height: 30%;
  }
}
.image-wrapper-project .image-cover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 40%;
  z-index: 3;
}
.image-wrapper-project .image-title {
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  z-index: 3;
  color: white;
  text-shadow: 0 0 20px var(--black);
}
@media (max-width: 768px) {
  .image-wrapper-project .image-title .title-32 {
    font-size: 14px;
    font-weight: bold;
  }
}
.nav-tabs-divider {
  height: 18px;
  border: 1px solid var(--gray-3);
}
@media (max-width: 768px) {
  .nav-tabs-divider {
    height: 0;
  }
}
.nav.nav-tabs {
  background-color: #F7F7F7;
  justify-content: center;
}
.nav.nav-tabs.my {
  background-color: white;
  max-width: 1024px;
}
@media (max-width: 768px) {
  .nav.nav-tabs.my {
    flex-direction: row;
  }
}
.nav.nav-tabs.my li {
  border: 0.5px solid var(--gray-2) !important;
  flex: initial;
  min-height: 52px;
  width: 30%;
}
@media (max-width: 768px) {
  .nav.nav-tabs.my li {
    min-height: 40px;
    border: none !important;
  }
}
.nav.nav-tabs.my li a {
  font-weight: 500 !important;
}
@media (max-width: 768px) {
  .nav.nav-tabs.my li a {
    color: var(--black) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
  }
}
.nav.nav-tabs.my li.active {
  background-color: var(--primary) !important;
  border: none;
}
@media (max-width: 768px) {
  .nav.nav-tabs.my li.active {
    background-color: white !important;
    border-bottom: solid 3px var(--primary) !important;
  }
}
.nav.nav-tabs.my li.active a {
  color: white !important;
}
@media (max-width: 768px) {
  .nav.nav-tabs.my li.active a {
    color: var(--black) !important;
  }
}
.nav.nav-tabs.mobile-menu {
  background-color: white;
  max-width: 1024px;
  flex-direction: row;
  position: sticky;
  z-index: 5;
  top: 70px;
}
@media (max-width: 768px) {
  .nav.nav-tabs.mobile-menu {
    display: flex !important;
    justify-content: space-around;
  }
}
.nav.nav-tabs.mobile-menu li {
  border: none !important;
  flex: initial;
  min-width: 23%;
}
.nav.nav-tabs.mobile-menu li a {
  color: var(--gray-2) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  text-align: center;
}
.nav.nav-tabs.mobile-menu li.active {
  background-color: white !important;
  border-bottom: solid 3px var(--primary) !important;
}
.nav.nav-tabs.mobile-menu li.active a {
  padding-top: 3px;
  color: var(--black) !important;
}
.nav.nav-tabs.view li {
  min-width: 30px;
}
.nav.nav-tabs.view li a {
  color: var(--gray-2);
  padding: 0 15px;
  font-weight: 700;
}
.nav.nav-tabs.view li.active a {
  color: var(--black);
  padding: 0 15px;
  font-weight: 750;
}
.nav.nav-tabs li {
  border: none;
  flex: initial;
  min-height: 52px;
}
.nav.nav-tabs li:first-child {
  border: initial;
}
.nav.nav-tabs li.active a {
  color: black !important;
}
.new-count {
  margin: 0 0 0 8px;
  color: var(--primary);
}
@media (max-width: 768px) {
  .new-count {
    margin: 0 0 0 8px;
  }
}
.view-wrapper.project-view {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin: 0;
}
@media (max-width: 1024px) {
  .view-wrapper.project-view {
    flex-direction: column;
  }
}
.view-wrapper.project-view .mobile-title {
  padding-left: 15px;
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 140%;
  letter-spacing: -0.02em;
}
.view-wrapper .panel.project-extra-info {
  min-width: 300px;
  padding-top: 30px;
  top: 80px;
  height: 100%;
  margin-left: 0px;
}
@media (max-width: 1200px) {
  .view-wrapper .panel.project-extra-info {
    padding-top: 0;
  }
}
@media (max-width: 1024px) {
  .view-wrapper .panel.project-extra-info {
    padding-top: 0;
    top: 0px;
    width: 100%;
    margin: initial;
  }
}
.view-wrapper .panel.project-extra-info .new-panel-heading h3 .progress-rate {
  font-weight: 700;
}
@media (max-width: 768px) {
  .view-wrapper .panel.project-extra-info .new-panel-heading h3 .progress-rate {
    font-weight: 900;
  }
}
.view-wrapper .panel.project-extra-info .new-panel-heading h3 .price {
  font-weight: 750;
}
@media (max-width: 768px) {
  .view-wrapper .panel.project-extra-info .new-panel-heading h3 .price {
    font-weight: 900;
  }
}
@media (max-width: 768px) {
  .view-wrapper .panel.project-extra-info .panel-body.product-money {
    margin: 0px 20px;
    padding: 0 !important;
  }
}
.view-wrapper .panel.project-extra-info .panel-body.product-money .progress {
  height: 5px;
  margin-top: 0px;
}
@media (max-width: 768px) {
  .view-wrapper .panel.project-extra-info .panel-body.product-money .progress {
    border-radius: 10px;
    height: 10px;
  }
}
.view-wrapper .panel.project-extra-info .panel-body.product-money .btn {
  height: 53px;
  font-size: 20px;
  line-height: 53px;
  margin: 24px 0 24px;
}
.view-wrapper .panel.project-extra-info .panel-body.product-money .btn:hover {
  color: var(--primary);
  background-color: var(--white);
  border: 1px solid var(--primary);
}
.view-wrapper .panel.project-info {
  width: 100%;
  margin-bottom: 0;
}
.view-wrapper .panel.project-info .panel-heading {
  padding: 0;
}
@media (max-width: 768px) {
  .view-wrapper .panel.project-info .panel-heading .media .media-right {
    width: 85%;
  }
  .view-wrapper .panel.project-info .panel-heading .media .media-right .list-group {
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .view-wrapper .panel.project-info .panel-heading .media .media-body.event .list-group {
    gap: 2px;
    width: 100px;
    flex-direction: column;
  }
  .view-wrapper .panel.project-info .panel-heading .media .media-body.event .list-group .list-group-item .title {
    font-size: 12px;
    font-weight: 600;
  }
}
.view-wrapper .panel.project-info .panel-body .tab-content #comments {
  max-width: 680px;
}
@media (max-width: 1024px) {
  .view-wrapper .panel.project-info .panel-body .tab-content #comments {
    max-width: 100%;
  }
}
.view-wrapper .panel.project-info .panel-body .tab-content #participantsHolder {
  max-width: 680px;
}
@media (max-width: 1024px) {
  .view-wrapper .panel.project-info .panel-body .tab-content #participantsHolder {
    max-width: 100%;
  }
}
.view-wrapper .panel.project-info .panel-body .tab-content .tab-pane .panel-body.contents {
  padding-right: 0;
  padding-left: 0;
}
.footer-wrapper .container {
  max-width: 1170px;
}
@media (max-width: 1024px) {
  .footer-wrapper .container {
    padding: 16px;
  }
}
.new-panel-heading h3 {
  padding-left: 20px;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .new-panel-heading h3 {
    padding-right: 20px;
  }
}
.progress-rate {
  line-height: 40px;
  color: var(--primary);
}
@media (max-width: 768px) {
  .new-target {
    display: flex;
    justify-content: space-between;
    margin: 12px 2px 0 2px;
  }
}
@media (max-width: 768px) {
  .new-target span {
    font-size: 15px;
    font-weight: 900;
  }
}
.new-target .new-target-price {
  color: #999;
  font-size: 1rem;
  text-align: end;
  margin-bottom: 10px;
}
.new-target .new-target-price .target-text {
  font-weight: 700;
  color: var(--gray-1);
}
.new-status {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.view-wrapper .panel.project-extra-info > .panel-body > .status > .dday {
  border-radius: 18px;
  font-size: initial;
  width: 56px;
  height: 36px;
  line-height: 34px;
}
.view-wrapper .panel.project-extra-info > .panel-body > .status {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.view-wrapper .panel.project-extra-info > .panel-body > .status > .enddate {
  line-height: 35px;
  font-size: initial;
}
.price {
  font-size: 20px;
  line-height: 43px;
  font-weight: 700;
  color: black;
}
.price-postfix {
  font-size: 17px;
  font-weight: 600;
  color: #646363;
}
.panel-body.chart {
  display: flex;
}
.panel-body.chart .new-impact {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .panel-body.chart .new-impact {
    width: 25%;
  }
}
.panel-body.chart .new-impact .title-17 {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #000000;
}
.panel-body.chart .new-impact .text-16 {
  color: #646363;
}
.panel-body.product-money {
  padding: 30px 0 30px 25px !important;
}
.panel-body.new-cheering {
  display: flex;
  padding: 16px 0 16px 24px !important;
}
.panel-body.new-cheering .sns-share {
  border-radius: 8px;
}
.panel-body.new-cheering .sns-share .like {
  display: flex !important;
  padding: 0 16px;
  border-radius: 4px;
  border: 1px solid #979797;
  height: 36px;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}
.panel-body.new-cheering .sns-share .like .fa {
  color: var(--primary);
  font-size: 1.25rem;
}
.panel-body.new-cheering .sns-share .like span {
  font-size: 14px;
  font-weight: 700;
  color: #979797;
}
.panel-body .center {
  margin: 32px 0;
}
.panel-body.new-cheering .sns-share {
  flex: 1;
  display: flex;
}
.panel-body.new-cheering .sns-share > a {
  width: 140px;
  justify-content: center;
}
.panel-body.new-cheering .sns-share .like {
  padding: 0;
}
.star-wrapper {
  position: absolute;
  right: 0;
  top: 16px;
}
@media (max-width: 1024px) {
  .star-wrapper {
    top: 64px;
  }
}
@media (max-width: 768px) {
  .star-wrapper {
    top: 16px;
  }
}
.category-container {
  align-items: center;
  display: flex;
  gap: 8px;
  text-align: center;
}
.category-container .category-item {
  font-size: 12px;
  height: 24px;
  min-width: 48px;
  padding: 0 4px;
  gap: 8px;
  border-radius: 12px;
  border: 1px solid #E63946;
  color: #E63946;
}
.view-wrapper .panel.project-info > .panel-heading > .media > .media-right .list-group-item {
  font-size: 18px !important;
  color: #646363;
}
.view-wrapper .panel.project-info > .panel-heading > .media .list-group {
  display: flex;
  gap: 16px;
}
.event-item {
  display: flex;
  border: 1px solid var(--primary);
  border-radius: 4px;
  flex-direction: column;
  padding: 16px;
  margin: 8px 0 8px 24px;
}
.event-item .title-16 {
  font-family: 'Noto Sans KR';
  font-style: normal;
  line-height: 140%;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: #646363;
}
.event-item .title-20 {
  font-weight: 700;
  font-size: 15px;
  color: #646363;
}
.event-item .media {
  align-items: initial;
}
.event-item .media .media-left img {
  width: 50px;
}
.event-item .media .media-body .name {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
}
.event-item .div {
  height: 20px;
  border: 1px solid var(--primary);
  margin: 8px 8px;
}
.event-item .arrow {
  width: 32px;
  height: 32px;
  padding: 8px;
  border: 1px solid var(--primary);
  border-radius: 4px;
  background: url('/images/tri-arrow.svg') no-repeat center;
}
.event-item .arrow.back {
  transform: rotate(180deg);
}
.event-item .event-wrapper {
  display: flex;
  justify-content: center;
}
.event-item .event-wrapper .text-15 {
  border: 1px solid var(--primary);
  border-radius: 8px;
  color: var(--primary);
  text-decoration: none;
  padding: 8px 8px;
}
.arrow {
  width: 32px;
  height: 32px;
  padding: 8px;
  border-radius: 8px;
  background: url('/images/arrow_bubble.png') no-repeat center;
}
.arrow.back {
  transform: rotate(180deg);
}
.media {
  justify-content: space-between;
  display: flex;
}
.media .media-left.event {
  padding-left: 18px;
}
@media (max-width: 768px) {
  .media.project-event-participate {
    background-color: var(--white) !important;
    border-radius: 5px !important;
    border: 1.5px solid var(--gray-3) !important;
    padding: 10px 12px !important;
    min-height: 75px;
  }
}
@media (max-width: 768px) {
  .media.project-event-participate .media-left {
    padding-right: 10px !important;
  }
}
@media (max-width: 768px) {
  .media.project-event-participate .media-left .media-object {
    width: 50px !important;
    height: 50px !important;
  }
}
.media.project-event-participate .media-body .user-info {
  width: 350px !important;
}
.media.project-event-participate .media-body .user-info.event {
  width: 330px !important;
}
@media (max-width: 768px) {
  .media.project-event-participate .media-body .user-info {
    width: 220px !important;
  }
}
@media (max-width: 768px) {
  .media.project-event-participate .media-body .info-wrapper {
    margin-top: 5px !important;
    margin-bottom: 0 !important;
  }
}
.media.project-event-participate .media-body .info-wrapper .user-name {
  font-size: 16px;
  font-weight: 700;
  margin-right: 0 !important;
}
@media (max-width: 768px) {
  .media.project-event-participate .media-body .info-wrapper .user-name {
    font-size: 13px;
    font-weight: 600;
  }
}
.media.project-event-participate .media-body .info-wrapper .text {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .media.project-event-participate .media-body .info-wrapper .text {
    font-size: 13px;
    font-weight: 500;
  }
}
@media (max-width: 768px) {
  .media.project-event-participate .media-body .info-wrapper .desc {
    margin-top: 5px;
  }
  .media.project-event-participate .media-body .info-wrapper .desc .date {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .media.project-event-participate .media-right a {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .media {
    justify-content: center;
  }
}
.media.event-participate {
  border: solid 1px #d3d3d3;
  margin-top: 10px;
  padding: 15px 17px;
  background-color: #fbfbfb;
}
.media.event-participate .media-left {
  padding-right: 18px;
}
.media.event-participate .media-left .img-circle {
  width: 70px;
  height: 70px;
}
.media.event-participate .media-body .info-wrapper {
  margin-top: 15px;
}
.media.event-participate .media-body .user-info {
  margin: 0;
}
.media.event {
  border: 1px solid var(--primary) !important;
}
@media (max-width: 768px) {
  .media.event {
    border: 1.5px solid var(--gray-3) !important;
    margin: 10px 0 0 0!important;
  }
}
.media.event .media-body {
  display: flex !important;
  flex-direction: column !important;
}
.media.event .media-body .info-wrapper {
  position: initial !important;
}
.media.border-none {
  border: none;
  border-bottom: 1px solid #646363;
  background-color: white;
}
.media.update {
  display: initial;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .media.update {
    margin-top: 0 !important;
    display: flex;
    background-color: white !important;
  }
}
@media (max-width: 768px) {
  .media.update .media-body {
    border-top: solid 1px var(--gray-3);
  }
}
.media.update .media-body .subtext {
  font-weight: 700;
}
.media.update .media-body .media-bottom {
  display: flex;
  justify-content: space-between;
  margin-right: 20px;
}
.media.update .media-body .media-bottom .fa {
  color: black;
  font-size: 20px;
}
.btn-default {
  background-color: var(--primary);
  border: none;
}
.event-participate {
  background-color: var(--primary);
}
.info-wrapper {
  width: initial;
}
.new-participate-wrapper {
  display: flex;
  justify-content: end;
  gap: 8px;
}
.new-participate-wrapper .btn {
  text-align: center;
  background-color: var(--primary);
  border-radius: 8px;
  color: white;
}
.panel-div {
  border: 1px solid black;
  width: 100%;
}
.tab-content > .active {
  margin: 18px 0;
}
@media (max-width: 1024px) {
  .tab-content > .active {
    margin: 18px 10px;
  }
}
.selectbox {
  background: white;
}
.selectbox.result {
  width: 150px;
  height: 40px;
  margin-top: 2px;
  border: 0.5px solid var(--gray-2);
}
.my-wrapper .table > colgroup + thead > tr:first-child > th {
  border-top: 2px solid black;
  border-bottom: 1px solid black;
  background-color: white;
  vertical-align: middle;
}
.contents-wrapper {
  width: 100%;
}
.contents-wrapper.result {
  margin-bottom: 0px;
}
.contents {
  width: 100% !important;
  max-width: 1024px !important;
}
@media (min-width: 768px) {
  .col-sm-7 {
    width: initial;
  }
}
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: rgba(230, 57, 70, 0.05);
}
#faq-dropdown {
  background-color: #F8F8F8 !important;
}
.view-wrapper .panel.project-extra-info > .panel-heading > .book-mark > .fa {
  color: yellow;
}
.report-content-wrapper {
  background-color: #FFF5F7;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 32px;
  margin: 16px;
}
.report-content-wrapper img {
  width: 25%;
  aspect-ratio: 3/4;
}
@media (max-width: 768px) {
  .report-content-wrapper {
    flex-direction: column;
  }
  .report-content-wrapper img {
    width: 100%;
  }
}
.button-wrapper {
  display: flex;
  gap: 16px;
  margin: 16px 0;
}
.button-wrapper.center {
  justify-content: center;
}
.button-wrapper .btn-primary {
  background-color: var(--primary);
  padding: 8px;
  text-decoration: none;
}
.button-wrapper .btn-primary.border {
  background-color: white;
  border: 1px solid #646363;
  color: #646363;
}
.left-wrapper.menu {
  float: initial;
  width: initial;
  margin: initial;
}
.left-wrapper.menu .list-group {
  display: flex;
  justify-content: center;
  margin: 16px 0;
  padding-left: 0;
}
.left-wrapper.menu .list-group .list-group-item {
  width: 150px;
  border: 0.5px solid var(--gray-2);
  border-radius: 0;
  text-align: center;
  line-height: 48px;
  height: 48px;
  cursor: pointer;
}
.left-wrapper.menu .list-group .list-group-item a {
  text-decoration: none !important;
}
.left-wrapper.menu .list-group .list-group-item a.active {
  color: white;
}
.left-wrapper.menu .list-group .list-group-item.active {
  background-color: var(--primary);
  color: white;
  border: none;
}
@media screen and (max-width: 768px) {
  .left-wrapper.menu .list-group .list-group-item {
    background-color: white;
  }
}
@media screen and (max-width: 768px) {
  .left-wrapper.menu .list-group {
    border: none;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .bg-primary-mob {
    background-color: white;
  }
}
.new-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
@media (max-width: 768px) {
  .new-info-wrapper {
    margin-bottom: 50px;
  }
}
.new-info-wrapper .text-18 {
  text-align: center;
}
.info-footer {
  background-color: var(--primary);
  display: flex;
  padding: 0 8px;
  gap: 8px;
}
.my-donate-select {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 5%;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .my-donate-select {
    gap: 0;
  }
}
.my-donate-select > div {
  width: 160px;
  text-align: center;
}
.my-donate-select a {
  color: black;
  text-decoration: none;
}
.my-donate-select .active a {
  border-bottom: 5px solid var(--primary);
}
.my-donate-total {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--primary);
}
.my-donate-total .top-item {
  text-align: center;
  background-color: var(--primary);
  color: white;
}
.my-donate-total .top-item .price {
  color: white;
  font-weight: bold;
}
.my-donate-total .bottom-item {
  display: flex;
  justify-content: center;
  gap: 32px;
  font-weight: bold;
}
.my-donate-total .bottom-item .div {
  font-size: 28px;
}
.my-donate-total .bottom-item .item {
  font-size: initial;
}
.my-donate-total .bottom-item .item .price {
  font-weight: bold;
  color: var(--primary);
}
@media (max-width: 768px) {
  .my-donate-total .bottom-item {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .my-donate-total .bottom-item .div {
    display: none;
  }
}
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: white;
}
.more-wrapper-new {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .more-wrapper-new {
    margin-top: 15px;
  }
}
.more-wrapper-new .btn-more-new {
  color: #fff;
  font-size: 1rem;
  font-weight: 650;
  width: 250px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border: solid 2px var(--primary);
  border-radius: 0;
  background-color: var(--primary);
}
.more-wrapper-new .btn-more-new:hover {
  background-color: #fff;
  color: var(--primary);
}
@media (max-width: 768px) {
  .more-wrapper-new .btn-more-new {
    width: 80%;
    border-radius: 4px;
    background-color: var(--white);
    color: var(--gray-2);
    border: solid 0.5px var(--gray-2);
  }
}
.category-item {
  font-size: 12px;
  padding: 2px 4px;
  border-radius: 12px;
  border: 1px solid #E63946;
  color: #E63946;
}
.carousel-wrapper {
  height: 560px;
  overflow: hidden;
}
.carousel-wrapper .carousel-our-story {
  width: 300px;
  display: flex;
  flex-wrap: nowrap;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s;
}
.carousel-wrapper .carousel-our-story section {
  flex: 0 0 auto;
  height: 560px;
}
@media (max-width: 768px) {
  .mobile-hide {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .mobile-hide-2 {
    display: none !important;
  }
}
.mobile-display {
  display: none !important;
}
@media (max-width: 768px) {
  .mobile-display {
    display: block !important;
  }
}
.prev {
  width: 10px;
  position: relative;
  cursor: pointer;
  left: 0;
  top: 200px;
}
.next {
  width: 10px;
  position: relative;
  cursor: pointer;
  right: 0;
  top: 200px;
}
.result-search {
  display: flex;
  justify-content: end;
  margin-right: 5%;
}
@media (max-width: 768px) {
  .result-search {
    margin-right: 0;
  }
}
.create-event_title {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .create-event_title {
    padding: 50px 0;
  }
}
.create-event_title div {
  background-color: var(--white);
}
.create-event_title div h1 {
  text-align: center;
}
.create-event_title div .title {
  font-weight: 800;
}
@media (max-width: 768px) {
  .create-event_title div .title {
    font-size: 25px;
  }
}
.create-event_title img {
  display: none;
  position: absolute;
  object-fit: cover;
  width: 100%;
  z-index: -100;
  top: 75px;
}
@media (max-width: 768px) {
  .create-event_title img {
    display: initial;
  }
}
.create-event_step {
  display: flex;
  width: 100%;
  height: 300px;
  background-color: var(--gray-3);
  justify-content: center;
  flex-direction: row;
  gap: 30px;
  padding-top: 30px;
  margin-bottom: 40px;
}
.create-event_step .mobile_step {
  display: flex !important;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  /*@media (max-width: 1024px) {
      display: flex !important;
    }*/
}
.create-event_step .mobile_step .progress {
  height: 5px;
  width: 100%;
  margin: 0;
}
.create-event_step .mobile_step .progress .progress-bar {
  background-color: var(--primary);
}
.create-event_step .mobile_step img {
  height: 100%;
  width: 375px;
  object-fit: cover;
}
.create-event_step .step {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 300px;
}
.create-event_step .step p {
  text-align: center;
}
.create-event_step .step .title {
  font-size: 17px;
  font-weight: 700;
  color: var(--gray-2);
  margin: 0;
}
.create-event_step .step .title .number {
  color: var(--primary);
}
.create-event_step .step .title.active {
  color: black;
}
.create-event_step .step .content {
  margin-top: 25px;
}
@media (max-width: 1024px) {
  .create-event_step {
    flex-direction: column;
    align-items: center;
    height: 220px;
    padding-top: 11px;
  }
}
.event.create-wrapper {
  margin: 0;
}
.event.create-wrapper .panel {
  box-shadow: none;
  background-color: var(--white);
}
.event.create-wrapper.create_step_3 .top-desc {
  padding-top: 20px;
}
.event.create-wrapper.create_step_3 .guideline-wr .btn {
  margin-bottom: 31px;
  margin-top: 21px;
}
.event.create-wrapper.create_step_3 .step3 {
  margin-top: 30px;
}
.btn-primary {
  background-color: var(--primary);
  border: none;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .panel-body.project-list {
    padding: 0 !important;
  }
}
.label {
  margin-right: 20px;
  font-size: 20px;
  font-weight: 800;
  color: var(--black);
  align-items: center;
  display: flex;
  vertical-align: top;
  text-align: center;
}
.label-icon {
  color: var(--primary);
  font-size: 1px;
  margin-right: 5px;
}
.btn-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 60px 0px;
  border-bottom: solid 2px var(--gray-3);
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.btn-group .event-category-select {
  width: 120px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.btn-group .event-category-select img {
  width: 86px;
  height: 86px;
}
.btn-group .sample-btn {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: var(--gray-3);
  color: var(--gray-1);
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-decoration: none;
}
.btn-group .sample-btn.active {
  background-color: var(--primary);
  color: var(--white);
}
.create-event_form {
  display: flex;
  flex-direction: row;
  padding: 60px 0px;
  border-bottom: solid 2px var(--gray-3);
  justify-content: space-around;
}
@media (max-width: 1024px) {
  .create-event_form {
    flex-direction: column;
  }
}
.create-event_form .form-group {
  display: flex;
  flex-direction: row;
}
.create-event_form .form-group input {
  width: 250px;
}
.create-event_form .form-group label {
  font-weight: 500;
}
.create-event_form .section {
  padding: 0px 20px;
}
.panel-body.create-event_complete {
  width: 100%;
  height: 400px;
  background-image: url('/contents/images/create_event_complete.png');
  background-size: cover;
  background-position: center;
  background-color: var(--primary, 0.3);
  background-blend-mode: overlay;
}
@media (max-width: 768px) {
  .panel-body.create-event_complete {
    padding: 30px 10px 30px !important;
  }
}
.panel-body.create-event_complete .page-url {
  color: var(--white);
  width: 100%;
}
@media (max-width: 768px) {
  .panel-body.create-event_complete .page-url {
    margin-bottom: 100px !important;
  }
}
.panel-body.create-event_complete .page-url a {
  background-color: var(--white) !important;
  color: var(--gray-1) !important;
}
.panel-body.create-event_complete .page-url .copy-btn {
  width: 80px;
  background-color: var(--white);
  border: solid 3px var(--primary);
  border-radius: 4px;
  color: var(--primary);
  font-weight: 400;
}
.panel-body.create-event_complete .sns-message {
  background-color: transparent !important;
}
.panel-body.create-event_complete .sns-wrapper {
  margin-top: 40px;
}
.panel-body.cheer-prj .project-card-top img {
  width: 260px;
}
@media (max-width: 768px) {
  .panel-body.cheer-prj {
    padding: 0 !important;
  }
  .panel-body.cheer-prj h6 {
    font-size: 16px;
    font-weight: 800;
    margin-left: 5px;
  }
  .panel-body.cheer-prj .project-card {
    box-shadow: 1px 1px 2px var(--gray-4);
    margin-left: 5px;
    border-radius: 6px;
    height: 117px;
    border: solid 1px var(--gray-3);
  }
  .panel-body.cheer-prj .project-card .project-card-body {
    padding: 10px 10px 0px 8px;
  }
  .panel-body.cheer-prj .project-card .project-card-top img {
    margin: 0;
    width: 115px;
  }
}
.guideline-wr {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  border-bottom: solid 1px var(--gray-2);
}
.guideline-wr .primary-btn {
  width: 120px;
  height: 40px;
}
.pagination {
  margin-top: 0px;
  height: 50px;
}
@media (max-width: 768px) {
  .pagination li a {
    width: 20px;
  }
}
@media (max-width: 768px) {
  .image-result {
    height: 200px;
    object-fit: cover;
    object-position: -380px;
  }
}
.notice {
  border-collapse: separate;
  border-spacing: 250px;
}
.modal-content {
  margin-top: 30%;
}
.event-update {
  display: flex;
  flex-direction: column;
  margin: 25px 0;
  min-height: 100px;
  background-color: var(--gray-5);
  padding: 15px;
}
@media (max-width: 768px) {
  .event-update {
    margin: 10px 20px 0 20px;
    background-color: white;
    border-top: solid 1px var(--gray-3);
    padding: 0;
  }
}
.event-update .subtext {
  display: none;
  font-weight: 700;
}
@media (max-width: 768px) {
  .event-update .subtext {
    display: block;
  }
}
.event-update .date {
  font-style: normal;
  font-size: 15px;
  line-height: 140%;
}
@media (max-width: 768px) {
  .event-update .date {
    font-size: 14px;
    margin-top: 7px;
    font-weight: 400;
    color: var(--gray-1);
  }
}
.event-update .content {
  margin-bottom: 0;
  color: var(--gray-1);
  font-size: 15px;
}
@media (max-width: 768px) {
  .event-update .content {
    font-size: 16px;
    font-weight: 700;
  }
}
.main-progress-title {
  padding-top: 20px;
  border-top: solid 2px var(--gray-3);
  padding-left: 0px;
  margin-left: 15px;
  margin-bottom: 10px;
}
.intro-wrapper-mobile {
  display: flex !important;
  width: 100%;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 5%;
  height: 100%;
}
.intro-wrapper-mobile a {
  width: 80px;
}
.intro-wrapper-mobile a img {
  max-width: 55px;
  margin-bottom: 0px !important;
}
.intro-wrapper-mobile .intro-mobile-body {
  display: flex;
  width: 70%;
  flex-direction: column;
  justify-content: start;
  margin: 10px 0px;
}
.intro-wrapper-mobile .intro-mobile-body .tit {
  text-align: initial;
  font-size: 18px;
  color: var(--black);
  font-weight: 1000;
  margin: 0px !important;
  padding: 0px !important;
}
.intro-wrapper-mobile .intro-mobile-body .desc {
  text-align: initial;
  color: var(--gray-2);
  font-size: 12px;
  width: 100%;
  font-weight: 600;
  margin: 0px !important;
}
.project-bottom-nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
  z-index: 5;
  background-color: var(--white);
  align-items: center;
  justify-content: center;
  border-top: solid 1px var(--gray-3);
  gap: 5%;
}
@media (max-width: 768px) {
  .project-bottom-nav {
    display: flex !important;
  }
}
.project-bottom-nav .donate-btn {
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  width: 60%;
  border-radius: 5px;
  margin-left: 20px;
}
.project-bottom-nav .share_btn {
  width: 20px;
  margin-bottom: 7px;
}
.project-bottom-nav #btnLike {
  margin-top: 3px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 10%;
  text-decoration: none;
}
.project-bottom-nav #btnLike .fa-heart {
  font-size: 18px;
  color: var(--gray-2) !important;
}
.project-bottom-nav #btnLike .fa-heart.active {
  color: var(--primary) !important;
}
.project-bottom-nav #btnLike span {
  font-size: 14px;
  color: var(--gray-1);
}
.project-info-mobile {
  height: 100px;
  margin: 20px 20px 0 20px;
  border: solid 1px var(--gray-3);
  border-radius: 5px;
  flex-direction: row;
}
@media (max-width: 768px) {
  .project-info-mobile {
    display: flex !important;
  }
}
.project-info-mobile .info {
  display: flex;
  align-items: center;
  margin: 8px 0;
  justify-content: center;
  gap: 14px;
}
.project-info-mobile .info.left {
  width: 45%;
  border-right: solid 1px var(--gray-3);
}
.project-info-mobile .info.left .img-circle {
  max-width: 44px;
}
.project-info-mobile .info.left .body {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.project-info-mobile .info.left .body .name {
  font-size: 14px;
  font-weight: 800;
}
.project-info-mobile .info.left .body .location {
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-1);
}
.project-info-mobile .info.right {
  width: 55%;
  flex-direction: column;
  gap: 5px;
}
.project-info-mobile .info.right .impact {
  font-size: 16px;
  font-weight: 800;
  width: 160px;
}
.project-info-mobile .info.right img {
  max-width: 20px;
}
.project-info-mobile .info.right .category {
  font-size: 14px;
  font-weight: 700;
  color: var(--gray-1);
}
.project-info-mobile .info.right.en {
  flex-direction: row;
  gap: 12px;
}
.project-info-mobile .info.right.en .impact {
  width: auto;
}
.project-info-mobile .info.right.en .category-container {
  flex-direction: column;
}
.project-info-mobile .info.right.en .category-container .category {
  text-align: start;
  font-size: 12px;
  width: 100px;
}
.event-info {
  margin-top: 20px;
  display: flex;
  justify-content: end;
  flex-direction: column;
}
.event-info .event-target {
  display: flex;
  gap: 5px;
  justify-content: end;
  color: var(--gray-1);
  font-weight: 700;
  font-size: 15px;
  vertical-align: center;
  height: 36px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .event-info .event-target {
    display: block;
    height: 25px;
  }
}
.event-info .event-target .target-text {
  color: var(--gray-1);
  font-weight: 800;
}
.event-info .event-dateleft {
  padding: 4px;
  border-radius: 9px;
  background-color: var(--primary);
  color: var(--white);
  font-size: 10px;
  font-weight: 900;
  margin-left: 5px;
  margin-bottom: 20px;
}
.media.comment {
  padding-bottom: 10px;
  border-bottom: solid 1px var(--gray-3);
  flex-direction: column;
}
.media.comment .media-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.media.comment .media-left .name {
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .media.comment .media-left .name {
    font-size: 14px;
  }
}
.media.comment .media-left .media-object {
  width: 35px !important;
  height: 35px !important;
}
@media (max-width: 768px) {
  .media.comment .media-left .media-object {
    width: 25px;
    height: 25px;
  }
}
.media.comment .media-left a {
  color: var(--gray-2);
  font-size: 14px;
}
.media.comment .comment {
  margin: 15px 0 0 5px;
}
.media.comment .comment .desc {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .media.comment .comment .desc {
    font-size: 14px;
  }
}
.media.comment .date {
  margin-left: 5px;
  color: var(--gray-2);
}
.comment-area {
  box-shadow: 2px 3px 5px var(--gray-4) !important;
  border: 2px solid var(--gray-3) !important;
  border-radius: 5px;
}
.desc-wrapper.event-list-banner {
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 32px;
}
.create_event_mobile {
  width: 100%;
  object-fit: cover;
}
.title-underline {
  font-size: 20px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-position: under;
}
.donate-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .donate-result {
    gap: 10px;
  }
}
.donate-result .donate-result-img {
  width: 50%;
}
@media (max-width: 768px) {
  .donate-result .donate-result-img {
    width: 100%;
  }
}
.donate-result .title {
  font-size: 30px;
  font-weight: 900;
}
@media (max-width: 768px) {
  .donate-result .title {
    font-size: 25px;
    font-weight: 800;
  }
}
.donate-result .sub {
  font-size: 17px;
  font-weight: 600;
  color: var(--gray-2);
}
@media (max-width: 768px) {
  .donate-result .sub {
    font-size: 13px;
    font-weight: 600;
  }
}
.donate-result .btn-primary {
  width: 200px;
  height: 50px;
  font-size: 20px;
  margin-bottom: 50px;
}
.donate-result .btn-primary:hover {
  background-color: var(--white);
  color: var(--primary);
  border: 1px solid var(--primary);
}
@media (max-width: 768px) {
  .donate-result .btn-primary {
    margin-bottom: 30px;
  }
}
.swiper-container {
  width: 100%;
  text-align: center;
  border-top: 1px solid var(--gray-3);
  padding: 20px 0;
  margin-top: 20px;
}
@media (max-width: 758px) {
  .swiper-container {
    padding: 10px 0;
    margin-top: 10px;
  }
}
.swiper-container .swiper {
  max-width: 1200px;
}
.swiper-container .swiper .swiper-button-prev {
  color: var(--gray-3);
}
.swiper-container .swiper .swiper-button-next {
  color: var(--gray-3);
}
.swiper-slide {
  text-align: center;
}
.swiper-slide a {
  display: inline-block;
  height: 82px;
}
@media (max-width: 768px) {
  .swiper-slide a {
    height: 61px;
  }
}
.swiper-slide a img {
  width: 113px;
  height: 82px;
}
@media (max-width: 768px) {
  .swiper-slide a img {
    width: 84px;
    height: 61px;
  }
}
.project-list-wrapper .search-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  align-items: center;
}
.project-list-wrapper .search-wrapper .search-group {
  display: flex;
  border: 1px solid var(--primary);
  border-radius: 44px;
  border-left: 1px solid var(--primary);
  padding-left: 10px;
}
.project-list-wrapper .search-wrapper .search-group select {
  border: none;
  border-radius: 100%;
}
.project-list-wrapper .search-wrapper .search-group select:focus {
  outline: none;
}
.project-list-wrapper .search-wrapper .search-group .input-group .form-control {
  border: 0;
  margin-left: 5px;
  padding-left: 10px;
  max-width: 150px;
}
.project-list-wrapper .search-wrapper .search-group .input-group .input-group-addon {
  width: 40px;
  border-radius: 44px;
  background-color: var(--primary);
  border-color: var(--primary);
}
.project-list-wrapper .search-wrapper .sort {
  font-size: 15px;
  color: var(--gray-3);
  font-weight: 500;
}
.project-list-wrapper .search-wrapper .sort:hover {
  cursor: pointer;
}
.project-list-wrapper .search-wrapper .sort.active {
  color: var(--gray-2);
  font-weight: 700;
}
.intro-btn {
  position: absolute;
  left: calc(50% - 133px);
  bottom: 20px;
  font-size: 1.5rem;
  font-weight: 700;
  width: 266px;
  height: 54px;
  line-height: 54px;
}
@media (max-width: 768px) {
  .intro-btn {
    position: static;
    width: 100%;
    margin-left: auto;
  }
}
.panel-body.event-info {
  max-width: 100%;
}
.panel-body.event-info p {
  word-break: break-word;
}
.panel-body.event-info img {
  max-width: 100%;
}
.contents-area img {
  max-width: 100%;
}
.carousel-Text {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: calc((100% - 1024px) / 2);
  bottom: 70px;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .carousel-Text {
    left: 80px;
  }
}
@media (max-width: 768px) {
  .carousel-Text {
    width: 100%;
    align-items: center;
    justify-content: center;
    bottom: 35px;
    left: auto;
  }
}
.carousel-Text .carousel-mainText {
  color: var(--white);
  font-size: 35px;
  margin-bottom: 15px;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .carousel-Text .carousel-mainText {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: normal;
    margin: 0;
  }
}
.carousel-Text .carousel-subText {
  color: var(--white);
  word-break: keep-all;
}
@media (max-width: 768px) {
  .carousel-Text .carousel-subText {
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin: 0;
  }
}
.menu-wrapper .form-wrapper .checkbox {
  display: flex;
  gap: 5px;
  margin: 0;
}
.menu-wrapper .form-wrapper .checkbox label:after {
  top: 2px;
  left: 4px;
  width: 5px;
  height: 8px;
}
.menu-wrapper .form-wrapper .checkbox label:before {
  width: 15px;
  height: 15px;
}
.menu-wrapper .form-wrapper .checkbox label {
  font-size: 12px;
  padding-left: 20px;
}
.menu-wrapper .btn-wrapper {
  margin-top: 39px !important;
}
.newsletter-wrapper .checkbox {
  display: flex;
  gap: 5px;
  margin: 0;
}
.newsletter-wrapper .checkbox label:after {
  top: 2px;
  left: 4px;
  width: 5px;
  height: 8px;
}
.newsletter-wrapper .checkbox label:before {
  width: 15px;
  height: 15px;
}
.newsletter-wrapper .checkbox label {
  font-size: 12px;
  padding-left: 20px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.container.center {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .contents-wrapper.result .image-wrapper .image-title {
    top: 20%;
  }
}
@media (max-width: 768px) {
  .contents-wrapper.result .image-wrapper .image-title .title-36 {
    font-size: 20px;
  }
}
.contents-wrapper.result .panel-body * {
  max-width: 100% !important;
}
.donate-complete {
  margin: 100px 0;
  min-height: 40vh;
}
.donate-complete a .btn-primary {
  color: var(--white);
  width: 130px;
  height: 40px;
  font-size: 14px;
  border-radius: 0;
}
.donate-complete a .btn-primary:hover {
  background-color: var(--white);
  color: var(--primary);
  border: 1px solid var(--primary);
}
.panel-body #bannerUrlHolder {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.panel-body #bannerUrlHolder img {
  max-width: 1414px;
}
.panel-body #thumbUrlHolder {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.panel-body #thumbUrlHolder img {
  max-width: 340px;
}
#selectThumbModal .modal-body .title {
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0 0 10px;
}
#selectThumbModal .modal-body .form-group .btn {
  width: 105px;
  height: 38px;
  line-height: 38px;
  padding: 0;
  margin-left: 5px;
  border-radius: 0;
}
