@charset "utf-8";

h1, h2, h3, h4, h5, h6, div, p, strong, b, span, ul, li {word-break: keep-all;}
img {max-width: 100%;}

/*아이콘*/
.ico-search {color: #000;}
.ico-search .line {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ico-close {
  color: #000;
  width: 18px !important;
  height: 18px !important;
}
.ico-close .line {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.ico-arrow {
  color: #0f134d;
  width: 8px !important;
  height: 14px !important;
}
.ico-arrow .line {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ico-arrow-top {
  transform: rotate(-180deg);
  width: 13px !important;
  height: 8px !important;
  color: #0f134d;
}
.ico-arrow-top .line {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}
.ico-arrow-slider {color: #0f134d;}
.ico-arrow-slider .line {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
@media all and (max-width: 767px) {
  .ico-search {
    width: 18px !important;
    height: 18px !important;
  }
  .ico-close {
    width: 16px !important;
    height: 16px !important;
  }
}

.split {
  display: flex;
  flex-wrap: wrap;
}
.split > div {width: 50%;}
.split .title {
  padding-right: 80px;
  margin-bottom: 0 !important;
}
.title h3 {
  font-size: 46px;
  font-weight: normal;
  letter-spacing: -0.5px;
}
.title h3.blue {color: #0f134d;}
.title h3 .laurel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.title h3 .laurel::before,
.title h3 .laurel::after {
  content: "";
  display: block;
  background: url(/img/assets/title_laurel.svg) center / cover no-repeat;
  aspect-ratio: 32 / 66;
  width: 32px;
}
.title h3 .laurel::after {transform: scaleX(-1);}
.desc {
  font-size: 22px;
  letter-spacing: -0.5px;
  line-height: 1.6;
}
.more-btn {
  display: inline-block;
  border: 1px solid #0f134d;
  padding: 13px 40px;
  border-radius: 60px;
  color: #0f134d;
  font-size: 18px;
  font-weight: bold;
  transition: all .2s;
  text-align: center;
  background: #fff;
}
.more-btn:hover {
  background: #0f134d;
  color: #fff;
}
.more-btn.white {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}
.more-btn.white:hover {
  background: #fff;
  color: #0f134d;
}
.more-btn.large {
  font-size: 22px;
  padding: 15px 60px;
}
.view-btn {
  display: flex;
  align-items: center;
  gap: 12px;
}
.view-btn b {
  font-size: 18px;
  color: #0f134d;
}
.circle {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0f134d;
  background: #fff;
  transition: all 0.2s;
}
.view-btn:hover .circle {background: #0f134d;}
.view-btn:hover .circle .ico-arrow {color: #fff;}
.back-btn {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 50px;
}
.back-btn .circle svg {transform: rotate(180deg)}
.back-btn b {
  font-size: 24px;
  color: #888;
}
.back-btn:hover .circle {background: #0f134d;}
.back-btn:hover .circle svg {color: #fff;}
.admin-btn {
  color: #0f134d;
  font-size: 24px;
}

.slider-controls {
  display: flex;
  align-items: center;
}
.slider-controls button {
  background: none;
  border: none;
  display: flex;
  align-items: center;
}
.slider-controls .prev-btn::after {
  content: "";
  background: #ddd;
  display: inline-block;
  margin: 0 30px;
  width: 1px;
  height: 30px;
}
.slider-controls .next-btn .ico-arrow-slider {transform: rotate(180deg)}
.link-list li {border-bottom: 1px solid #000;}
.link-list li > a {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 50px;
  padding: 25px 0;
}
.link-list li:first-child a {padding-top: 0;}
.link-list li > a b {
  color: #444;
  font-size: 36px;
}
.link-list li > a .circle {margin-top: 5px;}
.link-list li > a:hover b {color: #0f134d;}
.link-list li > a:hover .circle {background: #0f134d;}
.link-list li > a:hover .circle .ico-arrow {color: #fff;}

.gallery-slider .swiper-wrapper {padding-left: calc((100% - 1600px)/2)}
.gallery-slider .swiper-slide a {
  border: 1px solid #0f134d;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  display: block;
  transition: all .3s;
}
.gallery-slider .swiper-slide .txt {
  position: relative;
  padding: 40px;
  min-height: 225px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}
.gallery-slider .swiper-slide .txt .category {
  width: calc(100% - 110px);
  transition: all .3s;
  order: 1;
  display: flex;
  gap: 6px;
  overflow: hidden;
  height: 32px;
  position: relative;
/*  -webkit-mask-image: linear-gradient(to right,
  #000 0%,
  #000 75%,
  transparent 100%);
  mask-image: linear-gradient(to right,
  #000 0%,
  #000 75%,
  transparent 100%);*/
}
.gallery-slider .swiper-slide .txt .category::after {
  content: none;
  background: linear-gradient(to left, #fff, transparent);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
  transition: all .3s;
}
.gallery-slider .swiper-slide .txt .category ul li {
  font-size: 13px;
  font-weight: bold;
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  border-radius: 50px;
  display: inline-block;
  box-sizing: border-box;
  white-space: nowrap;
}
.gallery-slider .swiper-slide .txt .type-list li {
  color: #fff;
  background: #0f134d;
  border: 1px solid #0f134d;
}
.gallery-slider .swiper-slide .txt .topic-list li {
  color: #0f134d;
  background: #fff;
  border: 1px solid #0f134d;
}
.gallery-slider .swiper-slide .txt .subject {
  font-size: 24px;
  font-weight: bold;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.5em;
  overflow: hidden;
  order: 3;
  width: 100%;
  margin-top: 30px;
}
.gallery-slider .swiper-slide .txt .date {
  font-size: 16px;
  color: #888;
  order: 2;
  height: 32px;
  display: flex;
  align-items: center;
  margin-left: auto;
}
.gallery-slider .swiper-slide .img {
  position: relative;
  aspect-ratio: 450 / 300;
  overflow: hidden;
}
.gallery-slider .swiper-slide .img .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .5s;
}
.gallery-slider .swiper-slide .img .no_image {
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.gallery-slider .swiper-slide .img .no_image img {
  max-width: 240px;
  opacity: 0.1;
  width: 100%;
}
.gallery-slider .swiper-slide a:hover {
  background: #0f134d;
  color: #fff;
}
.gallery-slider .swiper-slide a:hover .txt .category::after {background: linear-gradient(to left, #0f134d, transparent);}
.gallery-slider .swiper-slide a:hover .txt .type-list li {
  color: #0f134d;
  background: #fff;
  border: 1px solid #fff;
}
.gallery-slider .swiper-slide a:hover .txt .topic-list li {
  color: #fff;
  background: #0f134d;
  border: 1px solid #fff;
}
.gallery-slider .swiper-slide a:hover .txt .date {color: #fff;}
.gallery-slider .swiper-slide a:hover .img .thumb {transform: scale(1.1)}
.gallery-slider .slider-controls {
  padding-right: calc((100% - 1600px)/2);
  margin-top: 50px;
  justify-content: end;
}
.accordion-list {border-top: 1px solid #000;}
.accordion-list .accordion-item {border-bottom: 1px solid #ddd;}
.accordion-list .accordion-header {
  cursor: pointer;
  display: flex;
  align-items: start;
  padding: 40px 0;
}
.accordion-list .accordion-header h5 {
  width: calc(100% - 40px);
  padding-right: 50px;
  display: flex;
  align-items: start;
  font-size: 26px;
}
.accordion-list .accordion-header h5 b {
  color: #0f134d;
  width: 40px;
  font-weight: bold;
}
.accordion-list .accordion-header h5 span {width: calc(100% - 40px)}
.accordion-list .accordion-header .circle svg {transition: all .2s;}
.accordion-list .accordion-header .plus {
  width: 30px;
  height: 30px;
  position: relative;
}
.accordion-list .accordion-header .plus::before {
  content: "";
  background: #0f134d;
  width: 2px;
  height: 30px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.accordion-list .accordion-header .plus::after {
  content: "";
  background: #0f134d;
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.accordion-list .accordion-body {
  display: none;
  transform: translateY(-20px);
  padding-bottom: 40px;
}
.accordion-list .accordion-item.active .accordion-header .circle {background: #0f134d;}
.accordion-list .accordion-item.active .accordion-header .circle svg {
  transform: rotate(90deg);
  color: #fff;
}
.accordion-list .accordion-item.active .accordion-header .plus::before {opacity: 0;}
.accordion-list.link-list {border-top: none;}
.accordion-list.link-list .accordion-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 50px;
  padding: 25px 0;
  border-bottom: 1px solid #000;
}
.accordion-list.link-list .accordion-item {border-bottom: none;}
.accordion-list.link-list .accordion-item:first-child .accordion-header {padding-top: 0;}
.accordion-list.link-list .accordion-header b {
  color: #444;
  font-size: 36px;
  width: calc(100% - 90px);
}
.accordion-list.link-list .accordion-header .circle {margin-top: 5px;}
.accordion-list.link-list .accordion-header:hover b {color: #0f134d;}
.accordion-list.link-list .accordion-header:hover .circle {background: #0f134d;}
.accordion-list.link-list .accordion-header:hover .circle .ico-arrow {color: #fff;}
.accordion-list.link-list .accordion-body {padding: 40px 0 50px;}
.accordion-list.link-list .accordion-body .desc {font-size: 25px;}
.accordion-list.link-list .accordion-body .view-btn {margin-top: 40px;}

.dropdown-wrap .dropdown-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dropdown-wrap h4 {
  font-size: 36px;
  font-weight: bold;
}
.dropdown-wrap .dropdown-box {
  position: relative;
  width: 300px;
  margin-left: auto;
}
.dropdown-wrap .dropdown-btn {
  border: 1px solid #ddd;
  width: 100%;
  height: 62px;
  border-radius: 62px;
  padding: 0 40px;
  background: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .3s;
}
.dropdown-wrap .dropdown-btn::after {
  content: "";
  background: url(/img/assets/arrow_select.svg) center / cover no-repeat;
  display: block;
  width: 12px;
  aspect-ratio: 12 / 7;
}
.dropdown-wrap .dropdown-box.active .dropdown-btn::after {transform: rotate(180deg);}
.dropdown-wrap .dropdown-btn:hover {
  background: #0f134d;
  border-color: #0f134d;
  color: #fff;
}
.dropdown-wrap .dropdown-btn:hover::after {background-image: url(/img/assets/arrow_select_white.svg)}
.dropdown-wrap .dropdown-menu {
  display: none;
  background: #fff;
  border: 1px solid #ddd;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  border-radius: 31px;
  padding: 25px 0;
  z-index: 10;
}
.dropdown-wrap .dropdown-menu li button {
  font-size: 22px;
  display: block;
  padding: 5px 40px;
  transition: all .2s;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  font-weight: normal;
  color: #666;
}
.dropdown-wrap .dropdown-menu li button:hover {color: #000;}
.dropdown-wrap .dropdown-content {position: relative;}
.dropdown-wrap .dropdown-content > div {
  display: none;
  opacity: 0;
  transform: translateY(40px);
  padding-top: 30px;
}
.dropdown-wrap .dropdown-content > div.active {display: block;}
.info {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #000;
  gap: 0 50px;
  width: 100% !important;
}
.info > div {
  flex: 1;
  border-bottom: 1px solid #ddd;
  padding: 50px 0;
}
.info h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}
.info h4 b {
  font-size: 22px;
  color: #0f134d;
  font-weight: bold;
}
.people-list {margin-top: 100px;}
.people-list > div {
  border-bottom: 1px solid #ddd;
  padding-bottom: 80px;
  margin-bottom: 80px;
}
.people-list > div:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.people-list h4 {
  font-size: 30px;
  font-weight: bold;
  color: #0f134d;
  margin-bottom: 30px;
}
.people-list .split > div:first-child {padding-right: 4%;}
.people-list .split > div:last-child {padding-right: 0;}
.member-img-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.member-img-list li {flex: 1;}
.member-img-list li .img {
  border-radius: 20px;
  border: 1px solid #0f134d;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.member-img-list li .img .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.member-img-list li .txt {padding-top: 25px;}
.member-img-list li .txt .name {
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.member-img-list li .txt .name b {font-size: 26px;}
.member-img-list.split {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.member-img-list.split li {width: calc((100% - 40px)/2);}
.member-img-list.split li > div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.member-img-list.split li .img {
  aspect-ratio: 300 / 250;
  width: 38%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.member-img-list.split li .txt {
  width: 62%;
  padding-top: 25px;
  padding-left: 40px;
}
.member-img-list.split li .txt .name b {font-size: 30px;}
.member-list.column-list {
  column-count: 2;
  gap: 20px;
}
.member-list li {
  break-inside: avoid;
  margin-bottom: 20px;
  display: flex;
  align-items: baseline;
  gap: 40px;
  font-size: 20px;
}
.member-list li > b {width: 60px;}
.member-list li > b.spacing {letter-spacing: 0.8em}
.member-list li > p {
  width: calc(100% - 60px);
  padding-right: 20px;
}
.member-list li .position {
  font-size: 16px;
  font-weight: normal;
  padding-left: 8px;
  color: #666;
}
.people-list > div.split {
  display: flex;
  flex-wrap: wrap;
}
.people-list > div.split > div {width: 50%;}
.member-list li strong {
  color: #0f134d;
  width: 100px;
}
.table-wrap table {
  width: 100%;
  border-top: 1px solid #000;
  font-size: 22px;
  border-collapse: collapse;
}
.table-wrap table th {
  background: #0f134d;
  padding: 25px 40px;
  color: #fff;
  text-align: center;
}
.table-wrap table td {
  padding: 25px 40px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.table-wrap table td.td-bg {
  width: 300px;
  background: #f1f1f8;
}

.contact-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 30px;
  margin-top: 12px;
}
.contact-info > div {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 22px;
}
.contact-info > div p {margin: 0 !important;}
.video-wrap .video {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  border-radius: 20px;
  overflow: hidden;
}
.video-wrap .video iframe {
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.link-wrap {
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
  padding: 60px 0;
  display: flex;
  flex-wrap: wrap;
}
.link-wrap li {
  width: calc((100% - 100px)/3);
  border-right: 1px solid #ddd;
  padding-right: 50px;
  margin-right: 50px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.link-wrap li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.link-wrap li h4 {
  font-size: 30px;
  font-weight: bold;
  color: #444;
  margin-bottom: 20px;
}
.link-wrap li .view-btn {
  justify-content: end;
  margin-top: 30px;
}
.link-wrap li .logo {margin-top: 50px;}
.link-wrap li p {
  font-size: 20px;
  color: #666;
  margin-top: 20px;
}
.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.form-wrap .form-title {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
}
.form-wrap .form-title h4 {
  font-size: 36px;
  color: #0f134d;
}
.form-wrap .form-title .desc {
  margin-top: 10px;
  width: 100%;
}
.form-wrap .caption {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  color: #888;
}
.form-wrap .caption span {color: #0f134d;}
.form-wrap .form-group {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
}
.form-wrap .half-group {flex: 1;}
.form-wrap .form-label {
  font-size: 20px;
  width: 100%;
  margin-bottom: 15px;
  font-weight: bold;
  display: block;
}
.form-wrap .form-label span {margin-left: 4px;}
.form-wrap .form-input {
  border: none;
  border-bottom: 1px solid #000;
  background: #fff;
  width: 100%;
  padding: 5px 0 15px;
  font-size: 22px;
}
.form-wrap .form-input::placeholder {color: rgba(0,0,0,0.3)}
.form-wrap .form-input:focus {
  outline: none;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  box-shadow: none;
}
.form-wrap .form-input.area-input {font-weight: bold;}
.form-wrap textarea.form-input {
  border: 1px solid #000 !important;
  height: 200px;
  padding: 20px;
}
.form-wrap textarea.form-input:focus {border: 1px solid #000 !important;}
.form-wrap .radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.form-wrap .radio-group > label {
  width: calc((100% - 20px)/3);
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #666;
  text-align: center;
  cursor: pointer;
  transition: all .2s;
}
.form-wrap .radio-group.two > label {width: calc((100% - 10px)/2);}
.form-wrap .radio-group > label input {display: none;}
.form-wrap .radio-group > label b {
  display: block;
  color: #0f134d;
  font-weight: bold;
  font-size: 22px;
}
.form-wrap .radio-group > label span {
  display: block;
  font-weight: normal;
  font-size: 18px;
  margin-top: 15px;
}
.form-wrap .radio-group > label:hover,
.form-wrap .radio-group > label:has(input:checked) {
  border: 1px solid #0f134d;
  background: #0f134d;
  color: #fff;
}
.form-wrap .radio-group > label:hover b,
.form-wrap .radio-group > label:has(input:checked) b {color: #fff;}
.form-wrap .file-group {width: 100%;}
.form-wrap .file-inner {
  display: flex;
  gap: 5px;
}
.form-wrap .file-name-area {
  background: #f3f3f3;
  height: 50px;
  flex: 1;
  padding: 0 15px;
  font-size: 16px;
  color: #666;
  line-height: 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
.form-wrap .file-btn-area {width: 120px;}
.form-wrap .file-btn {
  border: 1px solid #000;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  cursor: pointer;
}
.form-wrap .frm_file {display: none;}
.form-wrap .agree-group {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.form-wrap .agree-group > label {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.form-wrap .agree-group input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.form-wrap .agree-group .check {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #f1f1f1;
  position: relative;
  display: inline-block;
}
.form-wrap .agree-group .check::after {
  content: none;
  background: url(/img/assets/check.svg) center / cover no-repeat;
  display: block;
  width: 13px;
  aspect-ratio: 13 / 9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.form-wrap .agree-group .txt {
  font-size: 18px;
  font-weight: 500;
  margin-left: 12px;
  margin-right: 6px;
}
.form-wrap .agree-group .modal-btn {
  font-size: 16px;
  font-weight: bold;
  color: #0f134d;
  cursor: pointer;
}
.form-wrap .agree-group > label:has(input:checked) .check {background: #0f134d;}
.form-wrap .agree-group > label:has(input:checked) .check::after {content: ""}
.form-wrap .btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.form-wrap a.more-btn {
  width: fit-content;
  display: block;
  margin: 50px auto 0;
}
@media all and (max-width: 1850px) {
  .gallery-slider .swiper-slide .txt .category ul li {font-size: 12px;}
}
@media all and (max-width: 1660px) {
  .gallery-slider .swiper-wrapper {padding-left: 80px;}
  .gallery-slider .slider-controls {padding-right: 80px;}
}
@media all and (max-width: 1600px) {
  .title h3 {font-size: 40px;}
  .desc {font-size: 20px;}
  .table-wrap table {font-size: 20px;}
  .table-wrap table th,
  .table-wrap table td {padding: 20px 35px;}
  .accordion-list.link-list .accordion-header b {font-size: 32px;}
  .accordion-list.link-list .accordion-body .desc {font-size: 22px;}
  .link-wrap li p {font-size: 18px;}
  .gallery-slider .swiper-slide .txt {padding: 32px;}
}
@media all and (max-width: 1440px) {
  .gallery-slider .swiper-slide .txt {
    min-height: 180px;
    padding: 30px;
  }
  .gallery-slider .swiper-slide .txt .category {
    width: calc(100% - 100px);
    flex-wrap: wrap;
  }
  .gallery-slider .swiper-slide .txt .subject {
    font-size: 21px;
    margin-top: 20px;
  }
  .gallery-slider .swiper-slide .txt .date {font-size: 14px;}
  .gallery-slider .swiper-slide .txt .topic-list {width: min-content}
}
@media all and (max-width: 1024px) {
  .desc {font-size: 20px;}
  .gallery-slider .swiper-wrapper {padding-left: 40px;}
  .gallery-slider .slider-controls {padding-right: 40px;}
  .people-list > div.split > div {margin-bottom: 50px;}
  .people-list > div.split > div:last-child {margin-bottom: 0;}
  .member-img-list.split li {
    flex: none;
    width: 100%;
  }
  .member-img-list li {
    flex: none;
    width: calc((100% - 60px)/3);
  }
  .split {display: block;}
  .split > div {width: 100% !important;}
  .split .title {
    padding: 0;
    margin-bottom: 60px !important;
  }
  .accordion-list .accordion-body {transform: none;}
  .accordion-list.link-list .accordion-header b {font-size: 28px;}
}
@media all and (max-width: 991px) {
  .title h3 {font-size: 36px;}
  .link-list li > a b {font-size: 30px;}
  .accordion-list .accordion-header {padding: 30px 0;}
  .accordion-list .accordion-header h5 {font-size: 24px;}
  .member-list.column-list {column-count: auto;}
  .member-list li strong {width: 120px;}
  .member-list li .position {
    font-size: 13px;
    padding-left: 4px;
  }
  .info > div {
    flex: none;
    width: 100%;
    padding: 35px 0;
  }
  .table-wrap table td.td-bg {width: 220px;}
  .link-wrap {padding: 50px 0;}
  .link-wrap li {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .link-wrap li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .title h3 {font-size: 24px;}
  .title h3 .laurel {gap: 3px;}
  .title h3 .laurel::before,
  .title h3 .laurel::after {width: 20px;}
  .desc {
    font-size: 15px;
    line-height: 1.5;
  }
  .more-btn {
    font-size: 15px !important;
    padding: 8px 30px !important;
  }
  .view-btn {gap: 10px;}
  .view-btn b {font-size: 15px;}
  .back-btn {
    gap: 8px;
    margin-bottom: 30px;
  }
  .back-btn b {font-size: 18px;}
  .circle {
    width: 32px;
    height: 32px;
  }
  .circle svg {
    width: 6px !important;
    height: 11px !important;
  }
  .split .title {margin-bottom: 30px !important;}
  .slider-controls svg {
    width: 12px !important;
    height: 23px !important;
  }
  .slider-controls .prev-btn::after {
    height: 23px;
    margin: 0 23px;
  }
  .gallery-slider .swiper-wrapper {padding-left: 16px;}
  .gallery-slider .swiper-slide a {border-radius: 15px;}
  .gallery-slider .swiper-slide .txt {
    padding: 20px;
    min-height: 135px;
  }
  .gallery-slider .swiper-slide .txt .category {
    height: 25px;
    width: calc(100% - 80px);
  }
  .gallery-slider .swiper-slide .txt .category ul {gap: 5px;}
  .gallery-slider .swiper-slide .txt .category ul li {
    font-size: 11px;
    height: 25px;
    line-height: 25px;
    padding: 0 8px;
  }
  .gallery-slider .swiper-slide .txt .date {
    font-size: 12px;
    height: 25px;
  }
  .gallery-slider .swiper-slide .txt .subject {
    font-size: 18px;
    margin-top: 15px;
  }
  .gallery-slider .slider-controls {
    padding-right: 16px;
    margin-top: 30px;
  }
  .link-wrap {padding: 25px 0;}
  .link-wrap li {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .link-wrap li h4 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .link-wrap li .view-btn {margin-top: 15px;}
  .link-wrap li .logo {
    margin-top: 20px;
    max-height: 60px;
  }
  .link-wrap li p {font-size: 15px;}
  .link-list li > a {
    gap: 20px;
    padding: 12px 0;
    align-items: baseline;
  }
  .link-list li > a b {font-size: 22px;}
  .accordion-list .accordion-header {padding: 20px 0;}
  .accordion-list .accordion-header h5 {
    width: calc(100% - 32px);
    font-size: 16px;
  }
  .accordion-list .accordion-header h5 b {width: 25px;}
  .accordion-list .accordion-header h5 span {width: calc(100% - 25px);}
  .accordion-list .accordion-header .plus {
    width: 20px;
    height: 20px;
  }
  .accordion-list .accordion-header .plus::before {height: 20px;}
  .accordion-list .accordion-header .plus::after {width: 20px;}
  .accordion-list.link-list .accordion-header {
    gap: 20px;
    padding: 15px 0;
  }
  .accordion-list.link-list .accordion-header b {
    font-size: 20px;
    width: calc(100% - 52px);
  }
  .accordion-list.link-list .accordion-body {padding: 20px 0 30px;}
  .accordion-list.link-list .accordion-body .desc {font-size: 16px;}
  .accordion-list.link-list .accordion-body .view-btn {margin-top: 20px;}
  .dropdown-wrap h4 {font-size: 24px;}
  .dropdown-wrap .dropdown-box {
    width: 150px;
  }
  .dropdown-wrap .dropdown-btn {
    height: 42px;
    padding: 0 20px;
    font-size: 16px;
  }
  .dropdown-wrap .dropdown-menu {
    border-radius: 15px;
    padding: 15px 0;
  }
  .dropdown-wrap .dropdown-menu li button {
    font-size: 16px;
    padding: 7px 20px;
  }
  .dropdown-wrap .dropdown-content > div {padding-top: 15px;}
  .people-list {margin-top: 40px;}
  .people-list > div {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .people-list h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .people-list > div.split > div {margin-bottom: 30px;}
  .member-list li {
    margin-bottom: 10px;
    gap: 15px;
    font-size: 15px;
  }
  .member-list li:last-child {margin-bottom:0;}
  .member-img-list {gap: 30px 15px;}
  .member-img-list li {width: calc((100% - 15px) / 2);}
  .member-img-list li .img {border-radius: 15px;}
  .member-img-list li .txt {padding-top: 15px;}
  .member-img-list li .txt .name {
    padding-bottom: 8px;
    margin-bottom: 15px;
    gap: 6px;
  }
  .member-img-list li .txt .name b {font-size: 20px;}
  .member-img-list.split {gap: 30px;}
  .member-img-list.split li .img {
    border-radius: 15px;
    width: 120px;
  }
  .member-img-list.split li .txt {
    width: calc(100% - 120px);
    padding-top: 8px;
    padding-left: 20px;
  }
  .member-img-list.split li .txt .name b {font-size: 20px;}
  .info > div {padding: 20px 0;}
  .info h4 {
    gap: 6px;
    margin-bottom: 10px;
  }
  .info h4 img {
    max-width: 12px;
    max-height: 18px;
  }
  .info h4 b {font-size: 16px;}
  .table-wrap table {font-size: 15px;}
  .table-wrap table th, .table-wrap table td {padding: 15px;}
  .table-wrap table td.td-bg {width: auto;}
  .contact-info {
    margin-top: 8px;
    gap: 5px 10px;
  }
  .contact-info > div {
    gap: 6px;
    font-size: 15px;
  }
  .contact-info > div img {
    max-width: 12px;
    max-height: 18px;
  }
  .table-wrap .contact-info > div p {word-break: break-all;}
  .form-wrap .form-title {
    display: block;
    margin-bottom: 20px;
  }
  .form-wrap .form-title h4 {font-size: 20px;}
  .form-wrap .form-title .desc {margin-top: 5px;}
  .form-wrap .radio-group {gap: 6px;}
  .form-wrap .radio-group > label {
    width: calc((100% - 6px) / 2);
    font-size: 15px;
    padding: 12px;
  }
  .form-wrap .radio-group > label b {font-size: 17px;}
  .form-wrap .radio-group > label span {
    font-size: 13px;
    margin-top: 8px;
  }
  .form-wrap .caption {font-size: 13px;}
  .form-wrap .form-group {
    margin-bottom: 20px;
    display: block;
  }
  .form-wrap .half-group {margin-bottom: 20px;}
  .form-wrap .half-group:last-child {margin-bottom: 0;}
  .form-wrap .form-label {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .form-wrap .form-input {
    font-size: 15px;
    padding: 0 0 10px;
  }
  .form-wrap textarea.form-input {padding: 15px;}
  .form-wrap .file-name-area {
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    padding: 0 12px;
  }
  .form-wrap .file-btn-area {width: 80px;}
  .form-wrap .file-btn {
    font-size: 14px;
    height: 40px;
  }
  .form-wrap .agree-group {margin-top: 30px;}
  .form-wrap .agree-group .check {
    width: 24px;
    height: 24px;
  }
  .form-wrap .agree-group .txt {
    font-size: 15px;
    margin-left: 8px;
  }
  .form-wrap .agree-group .modal-btn {font-size: 15px;}
  .form-wrap .btn-group {margin-top: 30px;}
  .form-wrap a.more-btn {margin-top: 30px;}
  .video-wrap .video {border-radius: 15px;}
}

/*main*/
.main section {padding: 200px 0;}
.main .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
.main .title h2 {
  font-size: 80px;
  color: #0f134d;
  line-height: 1;
}
.main .hero {
  position: relative;
  height: calc(100dvh + 160px);
  overflow: hidden;
  background: #000;
  padding: 0;
}
.main .hero > div {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 8vw;
}
.main .hero > div:first-child {
  opacity: 1;
  visibility: visible;
}
.main .hero .bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.main .hero h2 {
  position: relative;
  font-size: 60px;
  z-index: 3;
  margin-bottom: 20px;
  margin-top: -20dvh;
}
.main .hero p {
  position: relative;
  font-size: 36px;
  z-index: 3;
}
.main .hero > div h2,
.main .hero > div p {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
}
.main .hero > div.active h2,
.main .hero > div.active p {
  opacity: 1;
  transform: translateY(0);
}
.main .hero > div.active p {
  transition-delay: .08s;
}
.main .work {
  background: url(/img/assets/main_work_bg.jpg) center top / cover no-repeat;
  padding-top: 40px;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.main .work h3.fill-text {
  font-size: 50px;
  margin-bottom: 150px;
  font-weight: bold;
  position: relative;
  color: rgba(255,255,255,0.1);
}
.main .work h3.fill-text .line {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.main .work h3.fill-text .base {color: rgba(255,255,255,0.1);}
.main .work h3.fill-text .fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
}
.main .work .work-slider {padding-top: 30px;}
.main .work .work-slider .swiper-slide {
  display: block;
  border-radius: 30px;
  overflow: visible;
  position: relative;
  aspect-ratio: 377 / 500;
}
.main .work .work-slider .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  background: #000;
  position: relative;
  transition: transform .5s ease, background .5s ease;
}
.main .work .work-slider .swiper-slide a::after {
  content: "";
  background: linear-gradient(to top, #000, transparent);
  width: 100%;
  height: 50%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.8;
  transition: all 1s;
}
.main .work .work-slider .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.8;
  transition: all .5s;
}
.main .work .work-slider .txt {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  padding: 0 35px;
  z-index: 2;
  color: #fff;
  text-align: left;
}
.main .work .work-slider .txt h4 {
  font-size: 30px;
  line-height: 1.25;
  margin: 0;
  transition: transform .5s ease;
}
.main .work .work-slider .txt .hover {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(20px);
  transition: max-height .8s ease, opacity .8s ease, transform .8s ease;
  padding: 1px 0;
}
.main .work .work-slider .txt .hover .desc {margin: 20px 0 30px;}
.main .work .work-slider .swiper-slide:hover a {
  transform: translateY(-30px);
  background: #0f134d;
}
.main .work .work-slider .swiper-slide:hover .bg {opacity: 0.3;}
.main .work .work-slider .swiper-slide:hover a::after {
  background: linear-gradient(to top, #0f134d, transparent);
  height: 100%;
}
.main .work .work-slider .swiper-slide:hover .txt .hover {
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
}
.main .work .work-slider .slider-controls {
  justify-content: center;
  margin-top: 80px;
}
.main .work .work-slider .slider-controls .ico-arrow-slider {color: #fff;}

.main .notice {padding-bottom: 0;}
.main .notice .notice-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 80px;
}
.main .notice .notice-list > li {
  width: 100%;
  min-width: 0;
  border-bottom: 1px solid #000;
}
.main .notice .notice-list > li a {
  display: block;
  min-width: 0;
}
.main .notice .notice-list li .txt {min-width: 0;}
.main .notice .notice-list li .txt .category {
  margin-bottom: 10px;
  display: flex;
  gap: 6px;
  overflow: hidden;
  height: 38px;
  position: relative;
  -webkit-mask-image: linear-gradient(to right,
  #000 0%,
  #000 75%,
  transparent 100%);
  mask-image: linear-gradient(to right,
  #000 0%,
  #000 75%,
  transparent 100%);
}
.main .notice .notice-list li .txt .category ul {display: contents;}
.main .notice .notice-list li .txt .category ul li {
  font-size: 16px;
  font-weight: bold;
  padding: 7px 15px 5px;
  border-radius: 50px;
  display: inline-block;
  box-sizing: border-box;
  white-space: nowrap;
  height: 100%;
}
.main .notice .notice-list li .txt .type-list li {
  color: #fff;
  background: #0f134d;
  border: 1px solid #0f134d;
}
.main .notice .notice-list li .txt .topic-list li {
  color: #0f134d;
  background: #fff;
  border: 1px solid #0f134d;
}
.main .notice .notice-list li .txt .subject {
  font-size: 24px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  min-width: 0;
}
.main .notice .notice-list li .txt .date {
  font-size: 16px;
  margin-top: 10px;
  color: #888;
}
.main .notice .notice-list > li:first-child {
  grid-column: 1;
  grid-row: 1 / span 4;
}
.main .notice .notice-list > li:first-child .img {
  width: 100%;
  height: 460px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.main .notice .notice-list > li:first-child .img .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .5s;
}
.main .notice .notice-list > li:first-child .txt {padding: 30px 0 20px;}
.main .notice .notice-list > li:not(:first-child) {
  grid-column: 2;
  grid-row: auto;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.main .notice .notice-list > li:last-child {margin-bottom: 0;}
.main .notice .notice-list li a:hover .img .thumb {transform: scale(1.1)}
.main .notice .notice-list li a:hover .subject {text-decoration: underline;}

.main .engage {padding: 0;}
.main .engage .top {
  background: url(/img/assets/main_engage_bg.jpg) center / cover no-repeat;
  padding: 120px 0 60px;
}
.main .engage .top .title {
  margin: 0;
  padding-left: calc((100% - 1600px)/2);
}
.main .engage .top .title h2 {color: #fff;}
.main .engage .top .graphic {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: -25px;
}
.main .engage .top .graphic::after {
  content: "";
  background: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}
.main .engage .top .graphic p {
  flex: 1;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  position: relative;
  margin-top: -90px;
}
.main .engage .top .graphic p::after {
  content: "";
  background: #fff;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -35px;
}
.main .engage .top .graphic .img {
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
}
.main .engage .top .graphic .img img {
  width: auto;
  margin-top: -50px;
}
.main .engage .top .txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 0 calc((100% - 1600px)/2);
  margin-top: 50px;
}
.main .engage .top .txt .desc {color: #fff;}
.main .engage .top .txt .btn-wrap {justify-content: end;}
.main .engage .partners-slider {overflow: hidden;}
.main .engage .partners-slider .swiper-wrapper {transition-timing-function: linear !important;}
.main .engage .partners-slider .swiper-slide {
  width: 240px;
  flex-shrink: 0;
}
.main .engage .partners-slider .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
@media all and (max-width: 1660px) {
  .main .title {margin-bottom: 60px;}
  .main .title h2 {font-size: 60px;}
  .main .hero h2 {font-size: 50px;}
  .main .hero p {font-size: 30px;}
  .main .work h3.fill-text {
    font-size: 40px;
    margin-bottom: 80px;
  }
  .main .engage .top .title {padding-left: 80px;}
  .main .engage .top .txt {padding: 0 80px;}
}
@media all and (max-width: 1440px) {
  .main section {padding: 150px 0;}
  .main .notice .notice-list > li:first-child .img {height: 409px;}
  .main .notice .notice-list > li:not(:first-child) {margin-bottom: 20px;}
  .main .notice .notice-list > li:last-child {margin-bottom: 0;}
  .main .notice .notice-list li .txt .category {
    height: 33px;
    margin-bottom: 10px;
  }
  .main .notice .notice-list li .txt .category::after {width: 30%;}
  .main .notice .notice-list li .txt .category ul li {
    font-size: 16px;
    padding: 6px 16px 5px;
  }
  .main .notice .notice-list li .txt .subject {font-size: 21px;}
  .main .notice .notice-list li .txt .date {margin-top: 10px;}
  .main .engage .top .txt {padding: 0 80px;}
}
@media all and (max-width: 1300px) {
  .main .engage .top .txt {
    flex-wrap: wrap;
    margin-top: 80px;
  }
  .main .engage .top .txt .desc {width: 100% !important;}
  .main .engage .top .txt .btn-wrap {
    width: 100% !important;
    justify-content: start;
  }
}
@media all and (max-width: 1024px) {
  .main .hero h2 {margin-top: -10dvh;}
  .main .work .work-slider .swiper-slide {
    aspect-ratio: auto;
    border-radius: 0;
  }
  .main .work .work-slider .swiper-slide a {
    height: auto;
    border-radius: 0;
    background: none;
  }
  .main .work .work-slider .swiper-slide a::after {content: none;}
  .main .work .work-slider .bg {
    position: static;
    border-radius: 30px;
    aspect-ratio: 377 / 500;
    opacity: 1 !important;
  }
  .main .work .work-slider .txt {
    position: static;
    padding: 30px 0 0;
  }
  .main .work .work-slider .txt .hover {
    transform: none !important;
    opacity: 1 !important;
    max-height: none !important;
  }
  .main .work .work-slider .swiper-slide:hover a {
    transform: none !important;
    background: none !important;
  }
  .main .work .work-slider .swiper-slide:hover a::after {background: none !important;}
  .main .notice .notice-list {gap: 0 40px;}
  .main .notice .notice-list li .txt .category ul li {font-size: 15px;}
  .main .engage .top {padding: 150px 0;}
  .main .engage .top .title {
    padding-left: 40px;
    margin-bottom: 110px;
  }
  .main .engage .top .graphic {
    margin-top: 0;
    padding: 0 40px;
  }
  .main .engage .top .graphic .img img {
    max-width: 600px;
  }
  .main .engage .top .txt {padding: 0 40px;}
}
@media all and (max-width: 991px) {
  .main .hero h2 {
    font-size: 50px;
    line-height: 1.3;
  }
  .main .notice .notice-list {display: block;}
  .main .notice .notice-list li:first-child {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .main .notice .notice-list li:first-child .img {
    aspect-ratio: 760 / 545;
    height: auto;
  }
  .main .notice .notice-list li:first-child .txt {padding-bottom: 0;}
  .main .engage .top .graphic .img img {max-width: 500px;}
}
@media all and (max-width: 767px) {
  .main section {padding: 80px 0;}
  .main .title {margin-bottom: 30px;}
  .main .title h2 {font-size: 30px;}
  .main .hero h2 {
    font-size: 30px;
    margin-top: -22dvh;
  }
  .main .hero p {font-size: 20px;}
  .main .work h3.fill-text {font-size: 26px;}
  .main .work .work-slider .bg {border-radius: 15px;}
  .main .work .work-slider .txt {padding-top: 20px;}
  .main .work .work-slider .txt h4 {font-size: 20px;}
  .main .work .work-slider .txt .hover .desc {margin: 12px 0 20px;}
  .main .work .work-slider .slider-controls {margin-top: 50px;}
  .main .notice .notice-list li {
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
  }
  .main .notice .notice-list li:last-child {margin-bottom: 0 !important;}
  .main .notice .notice-list li:first-child .img {border-radius: 15px;}
  .main .notice .notice-list li:first-child .txt {padding-top: 15px;}
  .main .notice .notice-list li .txt .category {height: 25px;}
  .main .notice .notice-list li .txt .category ul {gap: 5px;}
  .main .notice .notice-list li .txt .category ul li {
    font-size: 13px;
    padding: 4px 12px 3px;
  }
  .main .notice .notice-list li .txt .subject {font-size: 18px;}
  .main .notice .notice-list li .txt .date {
    font-size: 13px;
    margin-top: 8px;
  }
  .main .engage .top {padding: 80px 0;}
  .main .engage .top .title {
    padding-left: 16px;
    margin-bottom: 50px;
  }
  .main .engage .top .txt {padding-right: 16px;}
  .main .engage .top .graphic {
    font-size: 16px;
    margin: 0;
    display: block;
    padding: 0 16px;
  }
  .main .engage .top .graphic::after {content: none;}
  .main .engage .top .graphic p {
    font-size: 18px;
    margin: 0;
  }
  .main .engage .top .graphic p::after {bottom: -25px;}
  .main .engage .top .graphic p:last-child::after {
    bottom: auto;
    top: -25px;
  }
  .main .engage .top .graphic .img {
    margin: 20px 0;
    padding: 50px 0;
    position: relative;
  }
  .main .engage .top .graphic .img::after {
    content: "";
    background: #fff;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
  }
  .main .engage .top .graphic .img img {
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 1;
  }
  .main .engage .top .txt {
    margin-top: 50px;
    padding: 0 16px;
    gap: 0;
  }
  .main .engage .top .txt .desc {margin-bottom: 20px;}
}

/*sub*/
.sub section {
  position: relative;
  padding: 150px 0;
}
.sub .title {margin-bottom: 70px;}
.sub .top-area {
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub .top-area h2.fill-text {
  font-size: 50px;
  font-weight: bold;
  position: relative;
  color: rgba(255,255,255,0.1);
  text-align: center;
  margin-top: 40px;
}
.sub .top-area h2.fill-text .line {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.sub .top-area h2.fill-text .base {color: rgba(255,255,255,0.1);}
.sub .top-area h2.fill-text .fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
}
.sub .history-tab {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-bottom: 100px;
}
.sub .history-tab .history-slider {width: calc(100% - 173px);}
.sub .history-tab .history-slider button {
  border: none;
  background: none;
  font-size: 36px;
  font-weight: bold;
  color: #0f134d;
  opacity: 0.3;
  transition: all .2s;
}
.sub .history-tab .history-slider .swiper-slide {width: auto;}
.sub .history-tab .history-slider .swiper-slide button {white-space: nowrap;}
.sub .history-tab .history-slider .swiper-slide.active button {opacity: 1;}
.sub .history-content {
  position: relative;
  transition: height .4s ease;
}
.sub .history-content > div {
  display: none;
  opacity: 0;
  transform: translateY(40px);
  flex-wrap: wrap;
  align-items: start;
}
.sub .history-content > div.active {display: flex;}
.sub .history-content .year {
  width: 28%;
  padding-right: 50px;
  font-size: 100px;
  font-weight: bold;
  color: #0f134d;
  line-height: 1;
  margin-top: -8px;
}
.sub .history-content .detail {
  width: 72%;
  border-left: 1px solid #ddd;
  padding-left: 100px;
  position: relative;
}
.sub .history-content .detail ul li {
  border-bottom: 1px dashed #aaa;
  padding-bottom: 50px;
  margin-bottom: 50px;
  position: relative;
}
.sub .history-content .detail ul li:last-child {margin-bottom: 0;}
.sub .history-content .detail ul li::before {
  content: "";
  background: url(/img/assets/dot.svg) center / cover no-repeat;
  display: block;
  width: 30px;
  aspect-ratio: 1 / 1;
  position: absolute;
  left: -115px;
  top: 0;
}
.sub .history-content .detail ul li .subject {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}
.sub .history-content .detail ul li .subject.no_margin {
  margin-bottom: 0;
}
.sub-message .message,
.sub-people .people,
.sub-team .team,
.sub-ci {padding-top: 50px;}

@media all and (max-width: 1600px) {
  .sub .top-area h2.fill-text {font-size: 42px;}
}
@media all and (max-width: 1024px) {
  .sub .history-content .year {font-size: 70px;}
}
@media all and (max-width: 991px) {
  .sub .history-tab {gap: 40px;}
  .sub .history-tab .history-slider {width: calc(100% - 133px)}
  .sub .history-tab .history-slider button {font-size: 30px;}
  .sub .history-content .year {font-size: 50px;}
  .sub .history-content .detail {padding-left: 60px;}
}
@media all and (max-width: 767px) {
  .sub section {padding: 80px 0;}
  .sub .title {margin-bottom: 30px;}
  .sub .top-area h2.fill-text {font-size: 26px;}
  .sub .history-tab {
    gap: 20px;
    margin-bottom: 50px;
  }
  .sub .history-tab .history-slider {width: calc(100% - 91px)}
  .sub .history-tab .history-slider button {font-size: 20px;}
  .sub .history-content .year {
    font-size: 36px;
    width: 100%;
    padding: 0 0 30px;
    margin: 0;
  }
  .sub .history-content .detail {
    width: 100%;
    padding-left: 30px;
  }
  .sub .history-content .detail ul li {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .sub .history-content .detail ul li::before {
    width: 21px;
    top: 4px;
    left: -41px;
  }
  .sub .history-content .detail ul li .subject {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .history_year_br {display: none;}
  .sub-message .message,
  .sub-people .people,
  .sub-team .team,
  .sub-ci {padding-top: 30px;}
}

/*기후재단은*/
.sub-about .top-area {background-image: url(/img/assets/about_top_bg.jpg);}
.sub-about .mvc::after {
  content: "";
  background: url(/img/assets/symbol.svg) center / cover no-repeat;
  display: block;
  width: 1000px;
  aspect-ratio: 1000 / 462;
  position: absolute;
  top: 60px;
  right: -20px;
  opacity: 0.03;
}
.sub-about .mvc .title {
  position: relative;
  z-index: 1;
  margin-bottom: 150px;
}
.sub-about .mvc ul {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
.sub-about .mvc ul li {
  width: calc((100% - 160px)/3);
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  padding: 40px 0 60px;
}
.sub-about .mvc ul li h4 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
  margin-bottom: 60px;
  font-size: 40px;
  color: #444;
}
.sub-about .history {padding: 0;}
.sub-about .esg .esg-tab {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 20px 40px;
  min-height: 55px;
  margin-bottom: 70px;
}
.sub-about .esg .esg-tab li button {
  border: none;
  background: none;
  font-size: 30px;
  font-weight: bold;
  color: #b5b5be;
  transition: all .2s;
  line-height: 1;
}
.sub-about .esg .esg-tab li.active button {color: #000;}
.sub-about .esg .esg-content {position: relative;}
.sub-about .esg .esg-content > div {
  display: none;
  opacity: 0;
  transform: translateY(40px);
}
.sub-about .esg .esg-content > div.active {display: block;}
.sub-about .esg .transparent-management .box-wrap {
  position: relative;
  height: 600px;
  border-radius: 30px;
  overflow: hidden;
  background: #000;
  margin-top: 70px;
}
.sub-about .esg .transparent-management .box-wrap .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  width: 100%;
  height: 100%;
}
.sub-about .esg .transparent-management .box-wrap .box-bg .swiper-slide {
  width: 100%;
  height: 100%;
}
.sub-about .esg .transparent-management .box-wrap .box-bg .bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.8;
}
.sub-about .esg .transparent-management .box-wrap .box-txt {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  height: 100%;
}
.sub-about .esg .transparent-management .box-wrap .box-txt .txt-item {
  width: 50%;
  height: 100%;
  padding: 60px 60px 80px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all .4s ease;
}
.sub-about .esg .transparent-management .box-wrap .box-txt .number {
  font-size: 20px;
  font-weight: bold;
}
.sub-about .esg .transparent-management .box-wrap .box-txt .txt {height: 232px;}
.sub-about .esg .transparent-management .box-wrap .box-txt .txt h4 {
  font-size: 36px;
  margin-bottom: 40px;
}
.sub-about .esg .transparent-management .box-wrap .box-txt .txt-item.active {
  background: rgba(0,0,0,.3);
  backdrop-filter: blur(0.5rem);
}
.sub-about .esg .sustainability-management .accordion-item:first-child ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}
.sub-about .esg .sustainability-management .accordion-item:first-child ul li {
  font-size: 18px;
  color: #0f134d;
  font-weight: bold;
  background: #fff;
  border: 1px solid #0f134d;
  padding: 8px 22px;
  border-radius: 50px;
  display: inline-block;
}
.sub-about .esg .sustainability-management .accordion-item:nth-child(2) ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
}
.sub-about .esg .sustainability-management .accordion-item:nth-child(2) ul li {
  width: calc((100% - 15px)/2);
  background: #f8f8f8;
  padding: 35px;
  border-radius: 10px;
}
.sub-about .esg .sustainability-management .accordion-item:nth-child(2) ul li b {
  display: block;
  font-size: 24px;
  color: #0f134d;
  margin-bottom: 15px;
}
.sub-about .esg .sustainability-management .accordion-item:nth-child(2) ul li .desc {color: #666;}
.sub-about .esg .sustainability-report .report-slider {margin-top: 70px;}
.sub-about .esg .sustainability-report .report-slider .swiper-slide {
  border-radius: 15px;
  padding: 35px 30px 30px;
  text-align: center;
  background: #f5f5f5;
}
.sub-about .esg .sustainability-report .report-slider .swiper-slide b {
  display: block;
  font-size: 22px;
  margin-bottom: 15px;
  color: #666;
}
.sub-about .esg .sustainability-report .slider-controls {
  justify-content: end;
  margin-top: 30px;
}
.sub-about .esg .financial-report .dropdown-wrap {margin-top: 30px;}
.sub-about .support {
  background: url(/img/assets/about_support_bg.jpg) center / cover no-repeat;
  padding: 200px 0;
}
.sub-about .support .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.sub-about .support p {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
@media all and (max-width: 1024px) {
  .sub-about .mvc ul {gap: 50px;}
  .sub-about .mvc ul li {width: calc((100% - 100px)/3)}
  .sub-about .mvc ul li h4 {font-size: 36px;}
  .sub-about .esg .transparent-management .box-wrap .box-txt .txt-item {padding: 50px;}
  .sub-about .esg .transparent-management .box-wrap .box-txt .txt {height: 285px;}
}
@media all and (max-width: 991px) {
  .sub-about .mvc ul li {padding: 30px 0 50px;}
  .sub-about .mvc ul li h4 {
    font-size: 30px;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
  .sub-about .esg .esg-tab {
    gap: 25px;
    margin-bottom: 40px;
    min-height: 40px;
  }
  .sub-about .esg .esg-tab li button {font-size: 26px;}
  .sub-about .esg .transparent-management .box-wrap {height: auto;}
  .sub-about .esg .transparent-management .box-wrap .box-txt {
    display: block;
    height: auto;
  }
  .sub-about .esg .transparent-management .box-wrap .box-txt .txt-item {
    width: 100%;
    height: auto;
    display: block;
  }
  .sub-about .esg .transparent-management .box-wrap .box-txt .number {margin-bottom: 50px;}
  .sub-about .esg .transparent-management .box-wrap .box-txt .txt {height: auto;}
  .sub-about .esg .transparent-management .box-wrap .box-txt .txt h4 {margin-bottom: 20px;}
  .sub-about .support p {font-size: 36px;}
}
@media all and (max-width: 768px) {
  .sub-about .support p {width: 100%;}
  .sub-about .support .more-btn {margin-top: 50px;}
}
@media all and (max-width: 767px) {
  .sub-about .mvc::after {
    width: 400px;
    top: 140px;
  }
  .sub-about .mvc .title {margin-bottom: 80px;}
  .sub-about .mvc ul {gap: 30px;}
  .sub-about .mvc ul li {
    width: 100%;
    padding: 20px 0 0;
    border-bottom: none;
  }
  .sub-about .mvc ul li h4 {
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .sub-about .esg .esg-tab {
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
  }
  .sub-about .esg .esg-tab li button {font-size: 20px;}
  .sub-about .esg .transparent-management .box-wrap {
    border-radius: 15px;
    margin-top: 30px;
  }
  .sub-about .esg .transparent-management .box-wrap .box-txt .txt-item {padding: 25px !important;}
  .sub-about .esg .transparent-management .box-wrap .box-txt .number {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .sub-about .esg .transparent-management .box-wrap .box-txt .txt h4 {font-size: 24px;}
  .sub-about .esg .sustainability-management .accordion-item:first-child ul {
    margin-top: 20px;
    gap: 5px;
  }
  .sub-about .esg .sustainability-management .accordion-item:first-child ul li {
    font-size: 14px;
    padding: 4px 15px;
  }
  .sub-about .esg .sustainability-management .accordion-item:nth-child(2) ul li {
    width: 100%;
    padding: 20px;
  }
  .sub-about .esg .sustainability-management .accordion-item:nth-child(2) ul li b {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .sub-about .esg .sustainability-report .report-slider {margin-top: 30px;}
  .sub-about .esg .sustainability-report .report-slider .swiper-slide {
    border-radius: 10px;
    padding: 20px 15px;
  }
  .sub-about .esg .sustainability-report .report-slider .swiper-slide b {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .sub-about .esg .sustainability-report .slider-controls {margin-top: 20px;}
  .sub-about .esg .financial-report .dropdown-wrap {margin-top: 15px;}
  .sub-about .support {padding: 80px 0;}
  .sub-about .support p {font-size: 24px;}
  .sub-about .support .more-btn {margin-top: 30px;}
}


/*CEO 인사말*/
.sub-message .top-area {background-image: url(/img/assets/message_top_bg.jpg);}
.sub-message .message {padding-bottom: 0;}
.sub-message .message .title {
  width: 32%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.sub-message .message .title .img {
  text-align: center;
  max-width: 360px;
}
.sub-message .message .title .img .sign {
  margin-top: 30px;
  justify-content: center;
}
.sub-message .message .content {width: 68%;}
.sub-message .message .sign {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 12px;
  margin-top: 20px;
}
.sub-message .message .sign b {
  font-size: 20px;
  color: #666;
  text-align: right;
}
.sub-message .message .sign img {max-width: 150px;}
.sub-message .news .news-list {border-top: 1px solid #000;}
.sub-message .news .news-list li {border-bottom: 1px solid #ddd;}
.sub-message .news .news-list li a {
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sub-message .news .news-list li .img {
  width: 360px;
  border-radius: 15px;
  aspect-ratio: 360 / 236;
  position: relative;
  overflow: hidden;
}
.sub-message .news .news-list li .img .thumb {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  transition: all .5s;
}
.sub-message .news .news-list li .img .no_image {
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.sub-message .news .news-list li .img .no_image img {
  max-width: 240px;
  opacity: 0.1;
  width: 100%;
}
.sub-message .news .news-list li .txt {
  width: calc(100% - 360px);
  padding-left: 60px;
}
.sub-message .news .news-list li .txt .subject {
  font-size: 24px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
.sub-message .news .news-list li .txt .date {
  font-size: 16px;
  color: #888;
  margin: 12px 0 30px;
}
.sub-message .news .news-list li .txt .desc {
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap:break-word;
  line-height: 1.6em;
  overflow: hidden;
}
.sub-message .news .news-list li a:hover .img .thumb {transform: scale(1.1)}
.sub-message .news .news-list li a:hover .txt .subject {text-decoration: underline;}

@media all and (max-width: 1024px) {
  .sub-message .message .title {width: 100%;}
  .sub-message .message .content {width: 100%;}
  .sub-message .message .content .bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
  }
  .sub-message .message .content .bottom > img {
    width: 320px;
    order: 1;
  }
  .sub-message .message .content .bottom .sign {
    order: 2;
    width: 100%;
    justify-content: center;
  }
  .sub-message .news .news-list li .img {width: 300px;}
  .sub-message .news .news-list li .txt {
    width: calc(100% - 300px);
    padding-left: 40px;
  }
}
@media all and (max-width: 767px) {
  .sub-message .message .content .sign b {
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
  }
  .sub-message .message .content .sign img {width: 100px;}
  .sub-message .message .content .bottom > img {width: 180px;}
  .sub-message .news .news-list li a {padding: 25px 0;}
  .sub-message .news .news-list li .img {width: 100%;}
  .sub-message .news .news-list li .txt {
    width: 100%;
    padding: 20px 0 0;
  }
  .sub-message .news .news-list li .txt .subject {font-size: 18px;}
  .sub-message .news .news-list li .txt .date {
    font-size: 14px;
    margin: 12px 0 20px;
  }
}

/*함께하는 사람들*/
.sub-people .top-area {background-image: url(/img/assets/people_top_bg.jpg);}

/*CCC팀*/
.sub-team .top-area {background-image: url(/img/assets/team_top_bg.jpg);}
.sub-team .team .organization {
  position: relative;
  margin-bottom: 200px;
}
.sub-team .team .organization .img {
  position: relative;
  z-index: 1;
}
.sub-team .team .organization .symbol {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0.03;
}
.sub-team .team .people-list > div:first-child .split {justify-content: space-between;}
.sub-team .team .people-list > div:first-child .split > div:first-child {width: 67%;}
.sub-team .team .people-list > div:first-child .split > div:last-child {width: 33%;}
.sub-team .team .people-list > div:last-child {
  border-bottom: 1px solid #ddd;
  padding-bottom: 80px;
}
.sub-team .team .member-list li > b {
  color: #666;
  width: 130px;
}
.sub-team .team .member-list li p {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  width: calc(100% - 130px);
}
.sub-team .team .member-list li p b {
  color: #000;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.sub-team .team .member-list li p b::after {
  content: "";
  background: #ddd;
  width: 1px;
  height: 16px;
  display: inline-block;
  margin: 0 20px;
}
.sub-team .team .member-list li p b:last-child::after {content: none;}
.sub-team .team .member-list li p b .position {padding-left: 0;}
.sub-team .team .myanmar .member-list p b {
  width: 100%;
  margin-bottom: 10px;
}
.sub-team .team .myanmar .member-list p b::after {content: none;}
.sub-team .directions {padding-top: 0;}
.sub-team .directions .split .title {width: 25%;}
.sub-team .directions .split .content {width: 75%;}
.sub-team .directions .map {
  height: 400px;
  overflow: hidden;
  border-radius: 30px;
}
.sub-team .directions .map iframe {
  width: 100% !important;
  height: 100% !important;
}
.sub-team .directions .info {margin-top: 60px;}
@media all and (max-width: 1600px) {
  .sub-team .team .member-list li > b {width: 120px;}
  .sub-team .team .member-list li p {width: calc(100% - 120px);}
  .sub-team .team .member-list li p b::after {margin: 0 10px;}
}
@media all and (max-width: 767px) {
  .sub-team .team .people-list > div:last-child {padding-bottom: 30px;}
  .sub-team .team .member-list li {
    display: block;
    margin-bottom: 30px;
  }
  .sub-team .team .member-list li:last-child {margin-bottom: 0;}
  .sub-team .team .member-list li > b {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .sub-team .team .member-list li p {
    width: 100%;
    gap: 3px 0;
  }
  .sub-team .team .myanmar {margin-top: 30px;}
  .sub-team .directions .map {
    height: 250px;
    border-radius: 15px;
  }
  .sub-team .directions .info {margin-top: 20px;}
}

/*ci*/
.sub-ci section {
  border-bottom: 1px solid #ddd;
  padding-bottom: 150px;
}
.sub-ci .split {margin-bottom: 80px;}
.sub-ci section:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 150px;
}
.sub-ci .ci {padding-top: 0;}
.sub-ci .ci ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 30px;
}
.sub-ci .ci ul li h4 {
  font-size: 22px;
  color: #666;
  margin-bottom: 20px;
}
.sub-ci .ci ul li .box {
  border: 1px solid #ddd;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 785 / 360;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-ci .ci ul li .more-btn {
  margin-top: 15px;
  display: block;
  width: fit-content;
  margin-left: auto;
}
.sub-ci .symbol {
  background: #0f134d;
  color: #fff;
  padding-bottom: 0;
}
.sub-ci .symbol .split {margin: 0;}
.sub-ci .symbol .img {padding-top: 100px;}
.sub-ci .color .color-list h4 {
  font-size: 24px;
  margin-bottom: 30px;
}
.sub-ci .color .color-list p {font-size: 18px;}
.sub-ci .color .color-list .main-color {
  height: 450px;
  padding: 40px;
  background: url(/img/assets/ci_color_1.jpg) center / cover no-repeat;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sub-ci .color .color-list .main-color h4 {font-size: 60px;}
.sub-ci .color .color-list .main-color p {font-size: 24px;}
.sub-ci .color .color-list .sub-color {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 30px;
}
.sub-ci .color .color-list .sub-color > div {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.sub-ci .color .color-list .sub-color > div > div {
  aspect-ratio: 1 / 1;
  width: 100%;
}
.sub-ci .color .color-list .sub-color > div .txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
}
.sub-ci .color .color-list .sub-color > div .img {
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub-ci .color .color-list .sub-color > div:nth-child(2n) .txt {order: 2;}
.sub-ci .color .color-list .sub-color > div:nth-child(2n) .img {order: 1;}
.sub-ci .color .color-list .navy {
  color: #fff;
}
.sub-ci .color .color-list .gray {
  background: #d3c8ba;
  color: #0f134d;
}
.sub-ci .color .color-list .sky-blue {
  background: #d3e9f7;
  color: #0f134d;
}
.sub-ci .color .color-list .green {
  background: #1d4945;
  color: #fff;
}
.sub-ci .color .color-list .mint {
  background: #4daba9;
  color: #fff;
}
.sub-ci .color .color-list .lime {
  background: #d0e8b0;
  color: #0f134d;
}
@media all and (max-width: 1728px) {
  .sub-ci .symbol .img {padding-top: 60px;}
}
@media all and (max-width: 1600px) {
  .sub-ci .ci ul li .box img {
    max-width: 500px;
    width: 100%;
    max-height: 150px;
  }
  .sub-ci .ci ul li:first-child .box img {max-width: 320px;}
}
@media all and (max-width: 1440px) {
  .sub-ci .color .color-list .sub-color > div > div {aspect-ratio: 1 / 1.1}
}
@media all and (max-width: 1200px) {
  .sub-ci .color .color-list .main-color {height: 500px;}
  .sub-ci .color .color-list .sub-color {
    flex-wrap: wrap;
  }
  .sub-ci .color .color-list .sub-color > div {
    flex: none;
    display: flex;
    width: 100%;
  }
  .sub-ci .color .color-list .sub-color > div > div {
    width: 50%;
    aspect-ratio: 1 / 1;
  }
}
@media all and (max-width: 1024px) {
  .sub-ci .ci ul li .box img {
    max-width: 320px;
    max-height: 100px;
  }
  .sub-ci .ci ul li:first-child .box img {max-width: 220px;}
  .sub-ci .symbol .img {padding-top: 150px;}
  .sub-ci .color .color-list > div {width: 100%;}
}
@media all and (max-width: 767px) {
  .sub-ci section {padding-bottom: 80px;}
  .sub-ci section:last-child {margin-bottom: 80px;}
  .sub-ci .split {margin-bottom: 30px;}
  .sub-ci .ci ul {display: block;}
  .sub-ci .ci ul li {margin-bottom: 15px;}
  .sub-ci .ci ul li:last-child {margin-bottom: 0;}
  .sub-ci .ci ul li h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .sub-ci .ci ul li .box {border-radius: 15px;}
  .sub-ci .symbol .img {
    padding-top: 60px;
    margin: 0 -20px;
  }
  .sub-ci .color .color-list {border-radius: 15px;}
  .sub-ci .color .color-list .main-color {
    padding: 20px;
    border-radius: 10px;
    height: 300px;
  }
  .sub-ci .color .color-list .main-color h4 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .sub-ci .color .color-list .main-color p {font-size: 16px;}
  .sub-ci .color .color-list .sub-color {
    border-radius: 10px;
    margin-top: 15px;
  }
  .sub-ci .color .color-list .sub-color > div .txt {padding: 20px;}
  .sub-ci .color .color-list h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .sub-ci .color .color-list p {font-size: 14px;}
}

/*work*/
.sub-work .work-title .txt {padding: 80px 0 100px;}
.sub-work .title h2 {
  font-size: 80px;
  color: #0f134d;
  line-height: 1.2;
  margin-top: -5px;
}
.sub-work .split .title {width: calc(50% - 12px)}
.sub-work .split .title + .desc {
  margin-bottom: 0;
  width: calc(50% + 12px)
}
.sub-work .detail .desc strong {font-size: 30px;}
.sub-work .title:not(.desc) {margin-bottom: 100px;}
.sub-work .title .desc {margin-top: 50px;}
.sub-work .work-title .img {
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub-work .link .content .more-btn {
  margin-top: 50px;
  margin-left: auto;
  display: block;
  width: fit-content;
}
.sub-work .related {padding-top: 0;}
.sub-work .related .title {
  border-top: 1px solid #ddd;
  padding-top: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sub-work-detail .related.no-border .title {
  border-top: none;
  padding-top: 0;
}
.sub-work .section {
  border-top: 1px solid #ddd;
  padding-top: 150px;
}
.sub-work-detail .detail {padding-top: 0;}
.sub-work-detail .detail .img {
  height: 550px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 100px;
  background-color: #eee;
}
.sub-work-detail .detail .title h2 {color: #000;}
.sub-work-detail .link-btn p b {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 5px;
  font-size: 20px;
}
.sub-work-detail .link-btn p > span {
  display: block;
  font-size: 16px;
  color: #888;
}
.sub-work-detail .link {padding-top: 0;}
@media all and (max-width: 1600px) {
  .sub-work .title h2 {font-size: 70px;}
  .sub-work .title:not(.desc) {margin-bottom: 70px;}
  .sub-work .detail .desc strong {font-size: 26px;}
}
@media all and (max-width: 1024px) {
  .sub-work .work-title .img {height: 550px;}
}
@media all and (max-width: 767px) {
  .sub-work .section {padding-top: 80px;}
  .sub-work .work-title .txt {padding: 30px 0 50px;}
  .sub-work .title h2 {
    margin: 0;
    font-size: 36px;
  }
  .sub-work .work-title .img {height: 250px;}
  .sub-work .link .content .more-btn {margin-top: 30px;}
  .sub-work .title .desc {margin-top: 20px;}
  .sub-work .title:not(.desc) {margin-bottom: 30px;}
  .sub-work .detail .desc strong {font-size: 20px;}
  .sub-work .related .title {padding-top: 80px;}
  .sub-work-detail .detail .img {
    height: 250px;
    margin-bottom: 50px;
  }
  .sub-work-detail .link-btn p b {
    gap: 5px;
    font-size: 15px;
  }
  .sub-work-detail .link-btn p > span {font-size: 13px;}
}

.sub-voluntary-carbon-market .link-btn {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 50px;
}
@media all and (max-width: 767px) {
  .sub-voluntary-carbon-market .link-btn {
    gap: 10px;
    margin-top: 25px;
  }
  .sub-voluntary-carbon-market .link-btn > img {width: 100px;}
}
.sub-policy-committee .member {padding-top: 0;}
.sub-policy-committee .member .diagram {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.sub-policy-committee .member .diagram > div {position: relative}
.sub-policy-committee .member .diagram .box-1 {
  color: #0f134d;
  border: 1px solid #0f134d;
  max-width: 500px;
  width: 100%;
  border-radius: 80px;
  padding: 20px 10px;
  margin: 0 auto;
}
.sub-policy-committee .member .diagram .box-1::after,
.sub-policy-committee .member .diagram .box-2::after {
  content: "";
  border-left: 1px dashed #0f134d;
  width: 1px;
  height: 40px;
  position: absolute;
  left: 50%;
  bottom: -40px;
  opacity: 0.5;
}
.sub-policy-committee .member .diagram .box-2 {
  color: #fff;
  background: #0f134d;
  border-radius: 100px;
  max-width: 350px;
  width: 100%;
  padding: 30px 10px;
  margin: 40px auto 80px;
}
.sub-policy-committee .member .diagram .box-2 b {
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
}
.sub-policy-committee .member .diagram .box-2 p {
  font-size: 20px;
  font-weight: normal;
}
.sub-policy-committee .member .diagram .box-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
.sub-policy-committee .member .diagram .box-3::before {
  content: "";
  border-top: 1px dashed #0f134d;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
  width: calc(100% - ((100% - 250px)/6));
  opacity: 0.5;
}
.sub-policy-committee .member .diagram .box-3 > div {
  flex: 1;
  background: #ededf5;
  color: #0f134d;
  padding: 20px 10px;
  border-radius: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.sub-policy-committee .member .diagram .box-3 > div::after {
  content: "";
  border-left: 1px dashed #0f134d;
  width: 1px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: -40px;
  opacity: 0.5;
}
.sub-policy-committee .member .people-list > div:last-child {
  border-bottom: 1px solid #ddd;
  padding-bottom: 80px;
}
.sub-policy-committee .member .member-list li > b {width: 180px;}
.sub-policy-committee .member .member-list li p {width: calc(100% - 180px)}
.sub-policy-committee .member .member-list li .no-name .position {padding-left: 0;}
@media all and (max-width: 991px) {
  .sub-policy-committee .member .diagram .box-3 {gap: 20px;}
  .sub-policy-committee .member .diagram .box-3::before {width: calc(100% - ((100% - 100px) / 6));}
  .sub-policy-committee .member .member-list li > b {width: 230px;}
  .sub-policy-committee .member .member-list li p {width: calc(100% - 230px)}
}
@media all and (max-width: 767px) {
  .sub-policy-committee .member .diagram {font-size: 15px;}
  .sub-policy-committee .member .diagram .box-1,
  .sub-policy-committee .member .diagram .box-2 {
    padding: 15px 10px;
  }
  .sub-policy-committee .member .diagram .box-2 {margin-bottom: 40px;}
  .sub-policy-committee .member .diagram .box-2 b {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .sub-policy-committee .member .diagram .box-2 p {font-size: 15px;}
  .sub-policy-committee .member .diagram .box-3 {gap: 10px;}
  .sub-policy-committee .member .diagram .box-3 > div {
    flex: none;
    width: calc((100% - 20px)/3);
  }
  .sub-policy-committee .member .diagram .box-3::before,
  .sub-policy-committee .member .diagram .box-3 > div::after {content: none;}
  .sub-policy-committee .member .people-list > div:last-child {padding-bottom: 30px;}
  .sub-policy-committee .member .member-list li {display: block;}
  .sub-policy-committee .member .member-list li > b {
    width: 100%;
    display: block;
    margin-bottom: 8px;
  }
  .sub-policy-committee .member .member-list li p {width: 100%}
}

.sub-climate-leadership-academy .program {padding-top: 0;}
.sub-climate-leadership-academy .program ul {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  margin-bottom: 150px;
}
.sub-climate-leadership-academy .program ul li {width: calc((100% - 160px)/3);}
.sub-climate-leadership-academy .program ul li .img {
  border-radius: 20px;
  overflow: hidden;
}
.sub-climate-leadership-academy .program ul li .img img {
  max-width: none;
  width: 100%;
}
.sub-climate-leadership-academy .program ul li .number {
  font-size: 20px;
  font-weight: bold;
  color: #0f134d;
  margin-top: 40px;
}
.sub-climate-leadership-academy .program ul li h4 {
  font-size: 30px;
  margin: 10px 0 35px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}
.sub-climate-leadership-academy .gln {padding-top: 0;}
.sub-climate-leadership-academy .gln .title {margin-bottom: 70px;}
.sub-climate-leadership-academy .gln .people-list {
  border-top: 1px solid #000;
  margin: 0;
  padding-top: 80px;
}
@media all and (max-width: 991px) {
  .sub-climate-leadership-academy .program ul {gap: 80px;}
  .sub-climate-leadership-academy .program ul li {width: 100%;}
  .sub-climate-leadership-academy .program ul li .number {margin-top: 30px;}
}
@media all and (max-width: 767px) {
  .sub-climate-leadership-academy .program ul {
    gap: 40px;
    margin-bottom: 50px;
  }
  .sub-climate-leadership-academy .program ul li .img {border-radius: 15px;}
  .sub-climate-leadership-academy .program ul li .number {
    margin-top: 20px;
    font-size: 16px;
  }
  .sub-climate-leadership-academy .program ul li h4 {
    font-size: 20px;
    margin: 5px 0 20px;
    padding-bottom: 15px;
  }
  .sub-climate-leadership-academy .gln .title {margin-bottom: 30px;}
  .sub-climate-leadership-academy .gln .people-list {padding-top: 25px;}
  .sub-climate-leadership-academy .gln .table-wrap {
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .sub-climate-leadership-academy .gln .table-wrap::-webkit-scrollbar {height: 5px;}
  .sub-climate-leadership-academy .gln .table-wrap::-webkit-scrollbar-track {background-color:#eeeeee; border-radius: 5px}
  .sub-climate-leadership-academy .gln .table-wrap::-webkit-scrollbar-thumb {background-color:#0f134d; border-radius: 5px;}
  .sub-climate-leadership-academy .gln .table-wrap table {width: 600px;}
}

.sub-grand-leaders-award .award {padding-top: 0;}
.sub-grand-leaders-award .dropdown-title {
  padding-bottom: 50px;
  border-bottom: 1px solid #000;
}
.sub-grand-leaders-award .dropdown-content .desc div,
.sub-grand-leaders-award .dropdown-content .desc p,
.sub-grand-leaders-award .dropdown-content .desc span,
.sub-grand-leaders-award .dropdown-content .desc h2,
.sub-grand-leaders-award .dropdown-content .desc h3,
.sub-grand-leaders-award .dropdown-content .desc h4,
.sub-grand-leaders-award .dropdown-content .desc b {
  font-size: 22px !important;
  line-height: 1.6 !important;
  font-family:'Pretendard', dotum, sans-serif !important;
}
@media all and (max-width: 1600px) {
  .sub-grand-leaders-award .dropdown-content .desc div,
  .sub-grand-leaders-award .dropdown-content .desc p,
  .sub-grand-leaders-award .dropdown-content .desc span,
  .sub-grand-leaders-award .dropdown-content .desc h2,
  .sub-grand-leaders-award .dropdown-content .desc h3,
  .sub-grand-leaders-award .dropdown-content .desc h4,
  .sub-grand-leaders-award .dropdown-content .desc b {font-size: 20px !important;}
}
@media all and (max-width: 767px) {
  .sub-grand-leaders-award .dropdown-title {padding-bottom: 15px;}
  .sub-grand-leaders-award .dropdown-content .desc div,
  .sub-grand-leaders-award .dropdown-content .desc p,
  .sub-grand-leaders-award .dropdown-content .desc span,
  .sub-grand-leaders-award .dropdown-content .desc h2,
  .sub-grand-leaders-award .dropdown-content .desc h3,
  .sub-grand-leaders-award .dropdown-content .desc h4,
  .sub-grand-leaders-award .dropdown-content .desc b {font-size: 15px !important;}
}

.sub-climatus-college .about {text-align: center;}
.sub-climatus-college .about .about-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
  gap: 50px;
}
.sub-climatus-college .about .about-title img {max-width: 250px;}
.sub-climatus-college .about .about-title h4 {
  font-size: 36px;
  color: #0f134d;
  text-align: left;
}
.sub-climatus-college .about .circle-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px 50px;
}
.sub-climatus-college .about .circle-wrap .circle {
  max-width: 400px;
  height: 100%;
  aspect-ratio: 1 / 1;
  width: 100%;
  border: 1px solid #0f134d;
  border-radius: 400px;
  padding-top: 3%;
}
.sub-climatus-college .about .circle-wrap h5 {
  font-size: 36px;
  color: #0f134d;
  margin-bottom: 22px;
}
.sub-climatus-college .about .circle-wrap .mark {
  width: 30px;
  height: 30px;
  position: relative;
}
.sub-climatus-college .about .circle-wrap .plus span::before,
.sub-climatus-college .about .circle-wrap .plus span::after,
.sub-climatus-college .about .circle-wrap .equals span::before,
.sub-climatus-college .about .circle-wrap .equals span::after {
  content: "";
  background: #0f134d;
  position: absolute;
  display: block;
}
.sub-climatus-college .about .circle-wrap .plus span::before {
  width: 2px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.sub-climatus-college .about .circle-wrap .plus span::after {
  width: 30px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.sub-climatus-college .about .circle-wrap .equals span::before {
  width: 30px;
  height: 2px;
  top: 6px;
  left: 0;
}
.sub-climatus-college .about .circle-wrap .equals span::after {
  width: 30px;
  height: 2px;
  top: 22px;
  left: 0;
}
.sub-climatus-college .about .circle-wrap .circle:last-child {
  background: #0f134d;
  color: #fff;
}
.sub-climatus-college .about .circle-wrap .circle:last-child h5 {color: #fff;}
.sub-climatus-college .about .arrow {
  display: block;
  margin: 70px auto 40px;
}
.sub-climatus-college .about strong {
  display: block;
  font-size: 25px;
  text-align: center;
  line-height: 1.5;
}
.sub-climatus-college .ci ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.sub-climatus-college .ci ul li {width: calc((100% - 30px)/2);}
.sub-climatus-college .ci ul li h4 {
  font-size: 22px;
  color: #666;
  margin-bottom: 20px;
}
.sub-climatus-college .ci ul li .box {
  border: 1px solid #ddd;
  border-radius: 20px;
  overflow: hidden;
}
.sub-climatus-college .ci ul li .box img {
  max-width: none;
  width: 100%;
}
@media all and (max-width: 1440px) {
  .sub-climatus-college .about .about-title {gap: 30px;}
  .sub-climatus-college .about .about-title h4 {
    text-align: center;
    width: 100%;
  }
  .sub-climatus-college .about .circle-wrap h5 {
    font-size: 30px;
    margin-bottom: 18px;
  }
}
@media all and (max-width: 1024px) {
  .sub-climatus-college .about .circle-wrap {gap: 20px 30px;}
  .sub-climatus-college .about .circle-wrap h5 {font-size: 26px;}
}
@media all and (max-width: 991px) {
  .sub-climatus-college .about h4 {font-size: 30px;}
  .sub-climatus-college .about .circle-wrap {flex-direction: column}
  .sub-climatus-college .about .circle-wrap .circle {max-width: 320px;}
}
@media all and (max-width: 767px) {
  .sub-climatus-college .about .about-title {
    display: block;
    margin-bottom: 40px;
    text-align: center;
  }
  .sub-climatus-college .about .about-title img {
    display: block;
    margin: 0 auto 20px;
    width: 150px;
  }
  .sub-climatus-college .about .about-title h4 {
    font-size: 22px;
    text-align: center;
  }
  .sub-climatus-college .about .circle-wrap .circle {max-width: 250px;}
  .sub-climatus-college .about .circle-wrap h5 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .sub-climatus-college .about .arrow {
    margin: 40px auto 25px;
    max-width: 250px;
  }
  .sub-climatus-college .about strong {font-size: 16px;}
  .sub-climatus-college .ci ul li {width: 100%;}
  .sub-climatus-college .ci ul li h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .sub-climatus-college .ci ul li .box {border-radius: 15px;}
}

.sub-youth-climate-capacity .detail,
.sub-climate-engagement .detail,
.sub-climate-communication .detail {padding-top: 50px;}

.sub-youth-climate-capacity .about {padding: 0;}
.sub-youth-climate-capacity .about .link-wrap h4 {
  font-size: 46px;
  color: #0f134d;
}
.sub-youth-climate-capacity .program ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 100px;
  margin-bottom: 50px;
}
.sub-youth-climate-capacity .program ul li:last-child {margin-bottom: 0;}
.sub-youth-climate-capacity .program ul li > div {width: calc((100% - 100px)/2);}
.sub-youth-climate-capacity .program ul li .img {
  border-radius: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 7 / 4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-youth-climate-capacity .program ul li .img b {
  font-size: 46px;
  color: #fff;
  line-height: 1;
}
.sub-youth-climate-capacity .program ul li .txt h4 {
  font-size: 46px;
  color: #0f134d;
  margin-bottom: 40px;
}
.sub-youth-climate-capacity .program ul li .txt p {font-size: 25px;}
.sub-youth-climate-capacity .program ul li:nth-child(2) .img {order: 2;}
.sub-youth-climate-capacity .program ul li:nth-child(2) .txt {order: 1;}
@media all and (max-width: 1600px) {
  .sub-youth-climate-capacity .about .link-wrap h4,
  .sub-youth-climate-capacity .program ul li .txt h4 {font-size: 40px;}
  .sub-youth-climate-capacity .program ul li .txt p {font-size: 22px;}
}
@media all and (max-width: 991px) {
  .sub-youth-climate-capacity .program ul li {gap: 40px;}
  .sub-youth-climate-capacity .program ul li .img {
    width: 100%;
    order: 1 !important;
  }
  .sub-youth-climate-capacity .program ul li .txt {
    width: 100%;
    order: 2 !important;
  }
}
@media all and (max-width: 767px) {
  .sub-youth-climate-capacity .detail,
  .sub-climate-engagement .detail,
  .sub-climate-communication .detail {padding-top: 30px;}
  .sub-youth-climate-capacity .about .link-wrap h4,
  .sub-youth-climate-capacity .program ul li .txt h4 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .sub-youth-climate-capacity .program ul li {
    gap: 25px;
    margin-bottom: 40px;
  }
  .sub-youth-climate-capacity .program ul li .img {border-radius: 15px;}
  .sub-youth-climate-capacity .program ul li .img b {font-size: 30px;}
  .sub-youth-climate-capacity .program ul li .txt p {font-size: 15px;}
}

.sub-climate-engagement .program {padding-top: 0;}
.sub-climate-engagement .program .program-category {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  flex: 1;
  padding-left: calc((100% - 1600px)/2);
}
.sub-climate-engagement .program .program-category::before {
  content: "";
  background: #0f134d;
  width: 100%;
  height: 1px;
  display: block;
}
.sub-climate-engagement .program .program-category li {
  flex: 1;
  position: relative;
  padding-top: 50px;
}
.sub-climate-engagement .program .program-category li::before {
  content: "";
  background: url(/img/assets/dot.svg) center / cover no-repeat;
  display: block;
  width: 30px;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: -15px;
  left: 0;
}
.sub-climate-engagement .program .program-category li h4 {
  font-size: 36px;
  color: #0f134d;
  margin-bottom: 30px;
}
.sub-climate-engagement .program .program-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 150px;
}
.sub-climate-engagement .program .program-list li .img {
  overflow: hidden;
  border-radius: 20px;
}
.sub-climate-engagement .program .program-list li .img img {
  max-width: none;
  width: 100%;
}
.sub-climate-engagement .program .program-list li .txt {
  padding-top: 80px;
  text-align: center;
  position: relative;
}
.sub-climate-engagement .program .program-list li .txt::before {
  content: "";
  background: #d5c8b8;
  width: 1px;
  height: 100px;
  position: absolute;
  top: -40px;
  left: 50%;
  z-index: 1;
}
.sub-climate-engagement .program .program-list li .txt h5 {
  font-size: 26px;
  margin-bottom: 25px;
}
@media all and (max-width: 1660px) {
  .sub-climate-engagement .program .program-category {padding-left: 80px;}
}
@media all and (max-width: 1024px) {
  .sub-climate-engagement .program .program-category {padding-left: 40px;}
  .sub-climate-engagement .program .program-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 30px;
  }
}
@media all and (max-width: 991px) {
  .sub-climate-engagement .program .program-category li {padding-right: 20px;}
}
@media all and (max-width: 767px) {
  .sub-climate-engagement .program .program-category {padding-left: 16px;}
  .sub-climate-engagement .program .program-category li {
    flex: none;
    width: 33.33%;
    padding-top: 30px;
  }
  .sub-climate-engagement .program .program-category li::before {
    width: 20px;
    top: -10px;
  }
  .sub-climate-engagement .program .program-category li h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .sub-climate-engagement .program .program-list {
    display: block;
    margin-top: 50px;
  }
  .sub-climate-engagement .program .program-list li {margin-bottom: 30px;}
  .sub-climate-engagement .program .program-list li:last-child {margin-bottom: 0;}
  .sub-climate-engagement .program .program-list li .img {border-radius: 15px;}
  .sub-climate-engagement .program .program-list li .txt {padding-top: 50px;}
  .sub-climate-engagement .program .program-list li .txt::before {
    height: 60px;
    top: -30px;
  }
  .sub-climate-engagement .program .program-list li .txt h5 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.sub-climate-communication section:not(.detail) .split .title {margin-bottom: 70px !important;}
.sub-climate-communication .magazine .magazine-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  margin-top: 120px;
}
.sub-climate-communication .magazine .magazine-list li {
  border-radius: 10px;
  border: 1px solid #000;
  overflow: hidden;
}
.sub-climate-communication .magazine .magazine-list li img {
  max-width: none;
  width: 100%;
}
.sub-climate-communication .history {padding: 0;}
.sub-climate-communication .history .inner {
  background: #0f134d;
  padding: 100px 0;
  color: #fff;
}
.sub-climate-communication .history .title h3 .line {
  background: #fff;
  width: 100px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}
.sub-climate-communication .history .desc {text-align: right;}
.sub-climate-communication .history .vol-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 40px;
}
.sub-climate-communication .history .vol-list li {
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: baseline;
  padding: 11px 0;
  font-size: 20px;
}
.sub-climate-communication .history .vol-list li:nth-child(-n+3) {border-top: 2px solid #fff;}
.sub-climate-communication .history .vol-list li b {width: 120px;}
.sub-climate-communication .history .vol-list li p {width: calc(100% - 120px)}
.sub-climate-communication .history .note {
  background: #fff;
  text-align: center;
  padding: 100px 0;
}
.sub-climate-communication .history .note p {
  font-size: 25px;
  margin-bottom: 40px;
  line-height: 1.7;
}
.sub-climate-communication .history .note .more-btn {margin: 0 auto;}
.sub-climate-communication .platform .platform-img {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  position: relative;
  padding-bottom: 100px;
}
.sub-climate-communication .platform .platform-img::after {
  content: "";
  background: #f1f1f9;
  width: 100vw;
  height: 500px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.sub-climate-communication .platform .platform-img > div {
  position: relative;
  z-index: 1;
}
.sub-climate-communication .platform .platform-img > div h4 {
  text-align: center;
  margin-bottom: 25px;
}
.sub-climate-communication .platform .platform-img > div h4 .more-btn {font-size: 20px;}
.sub-climate-communication .platform .platform-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 100px;
}
.sub-climate-communication .platform .platform-list li a {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: #000;
  aspect-ratio: 1 / 1;
}
.sub-climate-communication .platform .platform-list li a::after {
  content: "";
  background: linear-gradient(to top, #000, transparent);
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.sub-climate-communication .platform .platform-list li .bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  transition: all .5s;
}
.sub-climate-communication .platform .platform-list li .sns-ico {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 2;
}
.sub-climate-communication .platform .platform-list li .sns-ico img {min-width: 40px;}
.sub-climate-communication .platform .platform-list li .subject {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 32px;
  padding: 0 40px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.5em;
  overflow: hidden;
  z-index: 3;
}
.sub-climate-communication .platform .platform-list li a:hover .bg {transform: scale(1.1)}
.sub-climate-communication .platform .platform-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  gap: 10px;
}
@media all and (max-width: 1600px) {
  .sub-climate-communication .history .note p {font-size: 22px;}
  .sub-climate-communication .platform .platform-list li .sns-ico {
    top: 30px;
    left: 30px;
  }
  .sub-climate-communication .platform .platform-list li .subject {
    font-size: 20px;
    padding: 0 30px;
    bottom: 25px;
  }
}
@media all and (max-width: 1024px) {
  .sub-climate-communication .section .split .content,
  .sub-climate-communication .history .split .content {margin-bottom: 120px;}
  .sub-climate-communication .magazine .magazine-list {
    gap: 15px;
    grid-template-columns: repeat(4, 1fr);
  }
  .sub-climate-communication .history .vol-list {border-top: 2px solid #fff;}
  .sub-climate-communication .history .vol-list li:nth-child(-n+3) {border-top: none;}
  .sub-climate-communication .history .desc {text-align: left;}
  .sub-climate-communication .history .vol-list {display: block;}
  .sub-climate-communication .history .note p {padding: 0 20px;}
  .sub-climate-communication .platform .platform-img {gap: 50px;}
  .sub-climate-communication .platform .platform-list {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 767px) {
  .sub-climate-communication .section .split .content, .sub-climate-communication .history .split .content {margin-bottom: 40px;}
  .sub-climate-communication section:not(.detail) .split .title {margin-bottom: 30px !important;}
  .sub-climate-communication .magazine .magazine-list {
    margin-top: 40px;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
  }
  .sub-climate-communication .history .inner {padding: 80px 0;}
  .sub-climate-communication .history .title h3 .line {
    width: 50px;
    margin: 0 8px;
  }
  .sub-climate-communication .history .vol-list li {
    padding: 8px 0;
    font-size: 15px;
  }
  .sub-climate-communication .history .vol-list li b {width: 90px;}
  .sub-climate-communication .history .vol-list li p {width: calc(100% - 90px)}
  .sub-climate-communication .history .note {padding: 50px 0;}
  .sub-climate-communication .history .note p {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .sub-climate-communication .platform .platform-img {
    gap: 15px;
    padding-bottom: 30px;
  }
  .sub-climate-communication .platform .platform-img::after {height: 150px;}
  .sub-climate-communication .platform .platform-img > div {width: calc((100% - 30px)/3);}
  .sub-climate-communication .platform .platform-img > div h4 {margin-bottom: 15px;}
  .sub-climate-communication .platform .platform-img > div h4 .more-btn {
    padding: 8px 15px !important;
  }
  .sub-climate-communication .platform .platform-list {
    margin-top: 40px;
    gap: 10px;
  }
  .sub-climate-communication .platform .platform-list li a {border-radius: 15px;}
  .sub-climate-communication .platform .platform-list li .sns-ico {
    top: 15px;
    left: 15px;
  }
  .sub-climate-communication .platform .platform-list li .sns-ico img {
    min-width: 24px;
    max-width: 24px;
  }
  .sub-climate-communication .platform .platform-list li .subject {
    font-size: 15px;
    padding: 0 15px;
    bottom: 15px;
  }
  .sub-climate-communication .platform .platform-link {margin-top: 30px;}
  .sub-climate-communication .platform .platform-link .more-btn {padding: 8px 15px !important;}
}

.sub-green-asia .mission .vision {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
}
.sub-green-asia .mission .vision h4 {
  font-size: 26px;
  color: #0f134d;
}
.sub-green-asia .mission .mission-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}
.sub-green-asia .mission .mission-list li {
  border: 1px solid #0f134d;
  border-radius: 20px;
  padding: 50px 40px 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.sub-green-asia .mission .mission-list li h4 {
  font-size: 26px;
  color: #0f134d;
  margin-bottom: 20px;
}
.sub-green-asia .mission .mission-list li .ico {
  margin-top: 30px;
  display: block;
  margin-left: auto;
}
.sub-green-asia .project .diagram {
  display: flex;
  flex-wrap: wrap;
}
.sub-green-asia .project .diagram .box-wrap {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px 0;
}
.sub-green-asia .project .diagram .box-wrap > div {
  border-radius: 20px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 22px;
  color: #666;
  font-weight: bold;
  height: calc((100% - 20px)/2);
  padding: 15px;
}
.sub-green-asia .project .diagram .left {order: 1;}
.sub-green-asia .project .diagram .right {order: 3;}
.sub-green-asia .project .diagram .center {
  order: 2;
  width: 40%;
  text-align: center;
  padding: 0 30px;
}
.sub-green-asia .project .diagram .center .inner {
  width: 290px;
  height: 290px;
  aspect-ratio: 1 / 1;
  border-radius: 290px;
  background: rgba(15,19,82,0.06);
  padding: 25px;
  margin: 0 auto 20px;
}
.sub-green-asia .project .diagram .center .inner > div {
  width: 100%;
  height: 100%;
  background: url(/img/assets/green_asia_project_img.jpg) center / cover no-repeat;
  border-radius: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}
.sub-green-asia .project .diagram .center p {
  font-size: 22px;
  font-weight: bold;
  color: #0f134d;
}
.sub-green-asia .project .diagram .bottom {
  order: 4;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  background: #ededf5;
  padding: 40px 20px;
  border-radius: 20px;
  margin-top: 50px;
  text-align: center;
}
.sub-green-asia .package .title {gap: 100px;}
.sub-green-asia .package .title h3 {width: 360px;}
.sub-green-asia .package .title .desc {
  margin-top: 0;
  flex: 1;
}
.sub-green-asia .package .diagram {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 100px;
}
.sub-green-asia .package .diagram img {width: 360px;}
.sub-green-asia .package .diagram .txt {flex: 1;}
.sub-green-asia .package .diagram .txt h4 {
  font-size: 30px;
  color: #666;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #000;
}
.sub-green-asia .committee .title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}
.sub-green-asia .committee .committee-slider {width: 100vw;}
.sub-green-asia .committee .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 690 / 360;
  border-radius: 20px;
}
.sub-green-asia .annual {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 50px 30px;
}
.sub-green-asia .annual .title {
  margin-bottom: 0;
  flex: 1;
  padding-right: 50px;
}
.sub-green-asia .annual .content {width: 400px;}
.sub-green-asia .annual .btn-wrap {justify-content: right;}
.sub-green-asia .annual .btn-wrap .more-btn {min-width: 260px;}
.sub-green-asia .annual .content .note {
  font-size: 18px;
  color: #666;
  text-align: right;
  margin-top: 20px;
}
.sub-green-asia .annual .content .note b {color: #000;}
@media all and (max-width: 1600px) {
  .sub-green-asia .mission .mission-list {gap: 15px;}
  .sub-green-asia .mission .mission-list li {padding: 40px 30px 30px;}
  .sub-green-asia .project .diagram .box-wrap {width: 25%;}
  .sub-green-asia .project .diagram .center {width: 50%;}
}
@media all and (max-width: 1440px) {
  .sub-green-asia .annual .title {width: 100%;}
  .sub-green-asia .annual .content {width: 100%;}
}
@media all and (max-width: 1200px) {
  .sub-green-asia .mission .mission-list {grid-template-columns: repeat(3, minmax(0, 1fr));}
}
@media all and (max-width: 1024px) {
  .sub-green-asia .project .diagram .box-wrap > div {
    font-size: 20px;
    padding: 15px;
  }
  .sub-green-asia .package .title .desc {margin-top: 50px;}
  .sub-green-asia .annual {display: block;}
  .sub-green-asia .annual .btn-wrap {
    margin-top: 50px;
  }
}
@media all and (max-width: 991px) {
  .sub-green-asia .mission .mission-list {grid-template-columns: repeat(2, minmax(0, 1fr));}
  .sub-green-asia .package .diagram {gap: 50px;}
  .sub-green-asia .package .diagram img {
    display: block;
    margin: 0 auto;
  }
  .sub-green-asia .package .diagram .txt {
    flex: none;
    width: 100%;
  }
  .sub-green-asia .committee .title {
    width: 100%;
    display: block;
    margin-bottom: 50px;
  }
  .sub-green-asia .committee .title .slider-controls {
    justify-content: end;
    margin-top: 30px;
  }
}
@media all and (max-width: 767px) {
  .sub-green-asia .mission .vision {
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 25px;
  }
  .sub-green-asia .mission .vision h4 {
    width: 100%;
    font-size: 20px;
  }
  .sub-green-asia .mission .mission-list {display: block;}
  .sub-green-asia .mission .mission-list li {
    width: 100%;
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 10px;
  }
  .sub-green-asia .mission .mission-list li:last-child {margin-bottom: 0;}
  .sub-green-asia .mission .mission-list li h4 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .sub-green-asia .mission .mission-list li .ico {margin-top: 20px;}
  .sub-green-asia .project .diagram .box-wrap {
    width: 100%;
    gap: 10px;
    flex-direction: row;
    margin-bottom: 10px;
  }
  .sub-green-asia .project .diagram .box-wrap > div {
    width: calc((100% - 10px)/2);
    border-radius: 15px;
    font-size: 15px;
    height: auto;
  }
  .sub-green-asia .project .diagram .center {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }
  .sub-green-asia .project .diagram .center .inner {
    max-width: none;
    max-height: none;
    width: 200px;
    height: 200px;
    padding: 10px;
  }
  .sub-green-asia .project .diagram .center .inner > div {font-size: 18px;}
  .sub-green-asia .project .diagram .center p {font-size: 15px;}
  .sub-green-asia .project .diagram .left {order: 2;}
  .sub-green-asia .project .diagram .right {order: 3;}
  .sub-green-asia .project .diagram .bottom {
    font-size: 18px;
    padding: 15px;
    margin-top: 0;
    border-radius: 15px;
  }
  .sub-green-asia .package .title .desc {margin-top: 20px;}
  .sub-green-asia .package .diagram {gap: 20px;}
  .sub-green-asia .package .diagram img {max-width: 240px;}
  .sub-green-asia .package .diagram .txt h4 {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .sub-green-asia .committee .title {margin-bottom: 30px;}
  .sub-green-asia .committee .swiper-slide {border-radius: 15px;}
  .sub-green-asia .committee .title .slider-controls {margin-top: 15px;}
  .sub-green-asia .annual .btn-wrap {
    margin-top: 30px;
    justify-content: start;
  }
  .sub-green-asia .annual .btn-wrap .more-btn {min-width: auto;}
  .sub-green-asia .annual .content .note {
    font-size: 15px;
    text-align: left;
  }
  .sub-green-asia .annual .content .note img {width: 15px;}
}

.sub-local-government .business ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.sub-local-government .business ul li .img {
  overflow: hidden;
  border-radius: 20px;
}
.sub-local-government .business ul li .txt {
  padding-top: 80px;
  text-align: center;
  position: relative;
}
.sub-local-government .business ul li .txt::before {
  content: "";
  background: #d5c8b8;
  width: 1px;
  height: 100px;
  position: absolute;
  top: -40px;
  left: 50%;
  z-index: 1;
}
.sub-local-government .business ul li .txt h5 {
  font-size: 30px;
  margin-bottom: 25px;
  color: #0f134d;
}
.sub-local-government .history .accordion-list {margin: 150px 0 80px;}
.sub-local-government .history .accordion-list .accordion-header h5 {
  font-size: 36px;
  color: #0f134d;
}
.sub-local-government .history .accordion-list .accordion-body {transform: none;}
.sub-local-government .history .member-img-list {margin-bottom: 50px;}
.sub-local-government .history .member-img-list:last-child {margin-bottom: 0;}
.sub-local-government .history .member-img-list li {
  flex: none;
  width: calc((100% - 120px)/5);
}
.sub-local-government .history .member-img-list li .name {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 15px;
}
.sub-local-government .history .member-img-list li .name span {
  font-weight: bold;
  color: #0f134d;
  font-size: 18px;
}
.sub-local-government .history .member-img-list li .career {font-size: 20px;}
.sub-local-government .history .local-slider .swiper-slide {
  border-radius: 15px;
  text-align: center;
  background: #f5f5f5;
  overflow: hidden;
}
.sub-local-government .history .local-slider .swiper-slide b {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  padding: 15px;
  background: #0f134d;
}
.sub-local-government .history .local-slider .swiper-slide .desc {
  padding: 20px 30px;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-local-government .history .local-slider .slider-controls {
  justify-content: end;
  margin-top: 30px;
}
.sub-local-government .history .local-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.sub-local-government .history .local-list {flex: 1;}
.sub-local-government .history .local-list li {
  display: flex;
  font-size: 20px;
}
.sub-local-government .history .local-list li b {
  width: 200px;
  border-top: 1px solid rgba(0,0,0,0.1);
  padding: 15px;
  color: #0f134d;
  background: #f5f5f5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-local-government .history .local-list li span {
  flex: 1;
  border-top: 1px solid rgba(0,0,0,0.1);
  padding: 15px 25px;
  background: #fff;
}
.sub-local-government .history .local-list li:last-child b {border-bottom: 1px solid rgba(0,0,0,0.1)}
.sub-local-government .history .local-list li:last-child span {border-bottom: 1px solid rgba(0,0,0,0.1);}

.sub-local-government .directions .split .title {width: 25%;}
.sub-local-government .directions .split .content {width: 75%;}
.sub-local-government .directions .map {
  height: 400px;
  overflow: hidden;
  border-radius: 30px;
}
.sub-local-government .directions .map iframe {
  width: 100% !important;
  height: 100% !important;
}
.sub-local-government .directions .info {margin-top: 60px;}
.sub-local-government .directions .info > div {
  flex: none;
  width: calc((100% - 50px)/2);
}
.sub-local-government .directions .info .name b {font-size: 22px;}
.sub-local-government .directions .info .name .position {
  font-size: 16px;
  font-weight: normal;
  padding-left: 8px;
  color: #666;
}
@media all and (max-width: 1200px) {
  .sub-local-government .history .local-list li b {width: 150px;}
}
@media all and (max-width: 1024px) {
  .sub-local-government .history .member-img-list li {width: calc((100% - 60px) / 3);}
}
@media all and (max-width: 991px) {
  .sub-local-government .business ul {display: block;}
  .sub-local-government .business ul li {margin-bottom: 60px;}
  .sub-local-government .business ul li:last-child {margin-bottom: 0;}
  .sub-local-government .business ul li .img {
    max-width: 500px;
    margin: 0 auto;
  }
  .sub-local-government .history .local-wrap {display: block;}
  .sub-local-government .history .local-list:first-child li:last-child b,
  .sub-local-government .history .local-list:first-child li:last-child span {border-bottom: none;}
  .sub-local-government .directions .info > div {width: 100%;}
}
@media all and (max-width: 767px) {
  .sub-local-government .business ul li {margin-bottom: 40px;}
  .sub-local-government .business ul li .img {border-radius: 15px;}
  .sub-local-government .business ul li .txt::before {
    height: 60px;
    top: -30px;
  }
  .sub-local-government .business ul li .txt {padding-top: 50px;}
  .sub-local-government .business ul li .txt h5 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .sub-local-government .history .accordion-list {margin: 50px 0;}
  .sub-local-government .history .accordion-list .accordion-header h5 {font-size: 20px;}
  .sub-local-government .history .member-img-list {margin-bottom: 30px;}
  .sub-local-government .history .member-img-list li {width: calc((100% - 15px) / 2);}
  .sub-local-government .history .member-img-list li .name {margin-bottom: 5px;}
  .sub-local-government .history .member-img-list li .name span {font-size: 15px;}
  .sub-local-government .history .member-img-list li .career {font-size: 15px;}
  .sub-local-government .history .local-slider .swiper-slide {border-radius: 10px;}
  .sub-local-government .history .local-slider .swiper-slide b {
    font-size: 16px;
    padding: 10px;
  }
  .sub-local-government .history .local-slider .swiper-slide .desc {
    padding: 20px 15px;
    height: 110px;
  }
  .sub-local-government .history .local-list li {font-size: 15px;}
  .sub-local-government .history .local-list li b {
    padding: 8px;
    width: 100px;
  }
  .sub-local-government .history .local-list li span {padding: 8px;}
  .sub-local-government .directions .map {
    height: 250px;
    border-radius: 15px;
  }
  .sub-local-government .directions .info .name b {font-size: 16px;}
  .sub-local-government .directions .info .name .position {font-size: 14px;}
}

/*공지사항, 인사이트*/
.sub-board .category,
.sub-board .category ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.sub-board .category ul li {
  font-size: 16px;
  font-weight: bold;
  padding: 7px 15px 5px;
  border-radius: 50px;
  display: inline-block;
  box-sizing: border-box;
}
.sub-board .type-list li {
  color: #fff;
  background: #0f134d;
}
.sub-board .topic-list li {
  color: #0f134d;
  background: #fff;
  border: 1px solid #0f134d;
}
.sub-board .category-wrap {
  border-top: 1px solid #000;
  margin-bottom: 80px;
}
.sub-board .category-wrap > div {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: baseline;
}
.sub-board .category-wrap > div:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.sub-board .category-wrap b {
  width: 120px;
  font-size: 18px;
}
.sub-board .category-wrap .category-list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sub-board .category-wrap .category-list li a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #888;
  border: 1px solid #ddd;
  padding: 8px 22px;
  border-radius: 50px;
  transition: all .2s;
}
.sub-board .category-wrap .category-list li a:hover {color: #0f134d;}
.sub-board .category-wrap .category-list li.active a {
  color: #fff;
  background: #0f134d;
  border-color: #0f134d;
}
.sub-board .list-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.sub-board .list-top .total-wrap {
  font-size: 20px;
  font-weight: bold;
  color: #666;
}
.sub-board .list-top .total-wrap span {color: #0f134d;}
.sub-board .search-wrap {
  margin-left: auto;
  width: fit-content;
}
.sub-board .search-wrap .search-bar {
  border: 1px solid #ddd;
  height: 56px;
  border-radius: 56px;
  max-width: 520px;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 30px;
  font-size: 18px;
}
.sub-board .search-wrap select {
  width: 120px;
  border: none;
  height: 100%;
  appearance:none;
  background: url(/img/assets/arrow_select.svg) center right / 12px 7px no-repeat;
  padding: 0 10px;
}
.sub-board .search-wrap .search-input {
  width: calc(100% - 140px);
  border: none;
  height: 100%;
  padding: 0 30px;
}
.sub-board .search-wrap .search-input::placeholder {color: #888;}
.sub-board .search-wrap select:focus,
.sub-board .search-wrap .search-input:focus {
  outline: none;
  border: none !important;
  box-shadow: none;
}
.sub-board .search-wrap .search-btn {
  width: 20px;
  background: none;
  border: none;
}
.board-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 40px;
}
.board-list .img {
  aspect-ratio: 506 / 333;
  border-radius: 30px;
  overflow: hidden;
}
.board-list .img .thumb {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  transition: all .5s;
}
.board-list .img .no_image {
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.board-list .img .no_image img {
  max-width: 240px;
  opacity: 0.1;
  width: 100%;
}
.board-list .txt {margin-top: 30px;}
.board-list .txt .subject {
  font-size: 24px;
  font-weight: bold;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap:break-word;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
}
.board-list .txt .content {
  font-size: 18px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap:break-word;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  margin-top: 20px;
}
.board-list .txt .info-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #888;
  margin: 20px 0;
}
.board-list .txt .view {
  display: flex;
  align-items: center;
  gap: 10px;
}
.board-list .txt .category ul {display: contents;}
.board-list > li a:hover .img .thumb {transform: scale(1.1)}
.board-list > li a:hover .subject {text-decoration: underline;}

@media all and (max-width: 1440px) {
  .sub-board .category ul li {
    font-size: 16px;
    padding: 6px 16px 5px;
  }
  .sub-board .category-wrap .category-list li a {
    font-size: 16px;
    padding: 6px 16px 5px;
  }
}
@media all and (max-width: 1024px) {
  .sub-board .category ul li {font-size: 15px;}
  .sub-board .category-wrap .category-list li a {font-size: 15px;}
  .board-list .img {border-radius: 15px;}
  .board-list .txt .subject {font-size: 22px;}
}
@media all and (max-width: 991px) {
  .board-list {grid-template-columns: repeat(2, 1fr);}
}
@media all and (max-width: 767px) {
  .sub-board .category ul {gap: 5px;}
  .sub-board .category ul li {
    font-size: 13px;
    padding: 4px 12px 3px;
  }
  .sub-board .category-wrap {margin-bottom: 40px;}
  .sub-board .category-wrap > div {
    padding: 15px 0;
    display: block;
  }
  .sub-board .category-wrap b {
    width: 100%;
    font-size: 15px;
    margin-bottom: 8px;
    display: block;
  }
  .sub-board .category-wrap .category-list {
    flex: none;
    width: 100%;
    gap: 5px;
  }
  .sub-board .category-wrap .category-list li a {
    font-size: 13px;
    padding: 4px 12px 3px;
  }
  .sub-board .list-top {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .sub-board .list-top .total-wrap {
    font-size: 14px;
    order: 2;
    margin-top: 15px;
  }
  .sub-board .search-wrap .search-bar {
    max-width: none;
    height: 42px;
    padding-left: 10px;
    padding-right: 15px;
    font-size: 15px;
  }
  .sub-board .search-wrap select {width: 100px;}
  .sub-board .search-wrap .search-input {
    width: calc(100% - 100px);
    padding: 0 10px;
  }
  .board-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .board-list .txt {margin-top: 20px;}
  .board-list .txt .subject {font-size: 18px;}
  .board-list .txt .content {
    font-size: 15px;
    margin-top: 10px;
  }
  .board-list .txt .info-wrap {
    font-size: 13px;
    margin: 10px 0;
  }
  .board-list .txt .info-wrap .view {gap: 7px;}
  .board-list .txt .info-wrap img {height: 15px;}
}

/* 전체검색 */
.sub-search .search-wrap {
  margin-bottom: 50px;
  width: 100%;
}
.sub-board .search-wrap .search-bar {max-width: none;}
.sub-search .search-wrap select {width: 250px;}
.sub-search .search-wrap .search-input {width: calc(100% - 270px);}
.sub-search .search-result h3 {
  font-size: 36px;
  margin-bottom: 30px;
}
.sub-search .result-board-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sub-search .result-board-list li a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #888;
  border: 1px solid #ddd;
  padding: 8px 22px;
  border-radius: 50px;
  transition: all .2s;
  width: fit-content;
}
.sub-search .result-board-list li a span {
  color: #0f134d;
  margin-left: 3px;
}
.sub-search .result-board-list li.active a {
  background: #0f134d;
  border-color: #0f134d;
  color: #fff;
}
.sub-search .result-board-list li.active span {color: #fff;}

.result-list {margin-top: 80px;}
.result-list > div {
  border-bottom: 1px solid #ddd;
  padding-bottom: 100px;
  margin-bottom: 100px;
}
.result-list > div:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.result-list > div h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
.result-list > div h3 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.result-list > div h3 b {font-weight: bold;}
.result-list > div h3 span {
  color: #0f134d;
  font-size: 18px;
}
@media all and (max-width: 767px) {
  .sub-search .search-wrap select {width: 100px;}
  .sub-search .search-wrap .search-input {
    width: calc(100% - 100px);
    padding: 0 10px;
  }
  .sub-search .search-result h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .result-list {margin-top: 30px;}
  .result-list > div {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .result-list > div h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .result-list > div h3 span {font-size: 14px;}
  .sub-search .result-board-list {gap: 5px;}
  .sub-search .result-board-list li a {
    font-size: 13px;
    padding: 4px 12px 3px;
  }
}

/* 함께하기, 후원하기*/
.sub-engage .engage-title {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
}
.sub-engage .engage-title p {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
.sub-engage .engage-title p span {color: #d5c8b8;}
.sub-engage .section {
  padding-top: 150px;
  border-top: 1px solid #ddd;
}
.sub-engage .title .desc {margin-top: 50px;}
@media all and (max-width: 991px) {
  .sub-engage .message {font-size: 26px;}
  .sub-engage .engage-title {height: 250px;}
  .sub-engage .engage-title p {font-size: 24px;}
}


/*함께하기*/
.sub-get-involved  section:first-child {padding-top: 50px;}

.sub-get-involved .form-wrap > div {margin-bottom: 80px;}
.sub-get-involved .form-wrap > div:last-child {margin-bottom: 0;}
.sub-get-involved .form-wrap .radio-group:not(.six) > label {padding: 40px 15px;}
.sub-get-involved .form-wrap .radio-group.six > label {width: calc((100% - 50px)/6);}
.sub-get-involved .inquiry {padding-top: 0;}
.sub-get-involved .inquiry .contact-info {
  justify-content: end;
  margin-top: 70px;
}
@media all and (max-width: 1024px) {
  .sub-get-involved .inquiry .link-wrap li {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .sub-get-involved .inquiry .link-wrap li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .sub-get-involved .inquiry .contact-info {margin-top: 20px;}
  .sub-get-involved .form-wrap > div {margin-bottom: 40px;}
  .sub-get-involved .form-wrap .radio-group:not(.six) > label {padding: 15px;}
}
@media all and (max-width: 767px) {
  .sub-get-involved  section:first-child {padding-top: 30px;}
  .sub-get-involved .inquiry .contact-info {margin-top: 15px;}
  .sub-get-involved .inquiry .link-wrap li {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .sub-get-involved .form-wrap .radio-group.six > label {width: calc((100% - 12px)/3);}
}

/*후원하기*/
.sub-funding .about {padding-top: 150px;}
.sub-funding .about .btn-wrap {margin-top: 50px;}
.sub-funding .about .btn-wrap .more-btn {flex: 1;}
.sub-funding .donation {
  background: #0f134d;
  color: #fff;
}
.sub-funding .donation .form-wrap .radio-group > label {
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
}
.sub-funding .donation .form-wrap .radio-group > label:hover,
.sub-funding .donation .form-wrap .radio-group > label:has(input:checked) {
  border: 1px solid #fff;
  background: #fff;
  color: #0f134d;
}
.sub-funding .support {padding-top: 0;}
.sub-funding .support > div {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 60px 50px 50px;
  margin-bottom: 50px;
}
.sub-funding .support > div:last-child {margin-bottom: 0;}
.sub-funding .support > div h4 {
  font-size: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
}
.sub-funding .message {
  font-size: 36px;
  color: #666;
  text-align: center;
  font-weight: bold;
}
.sub-funding .message span {color: #0f134d;}
@media all and (max-width: 767px) {
  .sub-funding .about {padding-top: 80px;}
  .sub-funding .title .desc {margin-top: 20px;}
  .sub-funding .about .btn-wrap {margin-top: 20px;}
  .sub-funding .section {padding-top: 80px;}
  .sub-funding .support > div {
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 15px;
  }
  .sub-funding .support > div h4 {
    font-size: 20px;
    padding-bottom: 12px;
    margin-bottom: 15px;
  }
  .sub-funding .message {font-size: 20px;}
}