@media screen and (min-width: 1480px) {
  .inner {
    width: 30.833rem;
    padding: 0 0.416rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1480px) {
  .inner {
    width: 100%;
    padding: 0 0.416rem;
  }
}
@media screen and (max-width: 1199px) {
  .inner {
    width: auto;
    padding: 0 1.666rem;
  }
}
@keyframes line {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
@keyframes scaleObj {
  0% {
    transform: translateY(-50%) scale(1);
  }
  50% {
    transform: translateY(-50%) scale(1.1);
  }
  100% {
    transform: translateY(-50%) scale(1);
  }
}
@keyframes opacityRound {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacityRoundReverse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacityRoundM {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
.l_sub .section_visual {
  background-image: url(/static/images/sub/agenda/section_top.png);
}
.l_sub .section .wrap_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.l_sub .section .btn {
  width: 3.75rem;
  border-radius: 0.166rem;
  height: 1.208rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 0.375rem;
  transition: all 0.2s;
  color: #fff;
  background-color: #182647;
}
.l_sub .section .btn_beige {
  background-color: #85786e;
}
.l_sub .section .sub_tit {
  margin-bottom: 0.666rem;
  display: flex;
  gap: 0.166rem;
  align-items: center;
}
.l_sub .section .sub_tit > p {
  font-size: 0.666rem;
  font-weight: 700;
  letter-spacing: -0.014rem;
}
.l_sub .section .sub_tit > p:nth-child(2) {
  font-size: 0.583rem;
  font-weight: 500;
  letter-spacing: -0.012rem;
  color: #555;
}
.l_sub .section .sub_tit > p:nth-child(2) span {
  color: #119a79;
}
.l_sub .section .cont .wrap_img {
  margin: 0;
}
.l_sub .section .activity {
  position: relative;
}
.l_sub .section .activity .swiper {
  position: relative;
  padding-bottom: 1.666rem;
}
.l_sub .section .activity .swiper .swiper-slide .wrap_img::before, .l_sub .section .activity .swiper .swiper-slide .wrap_img::after {
  display: none;
}
.l_sub .section .activity .swiper .swiper-slide .wrap_txt {
  justify-content: flex-start;
  color: #fff;
}
.l_sub .section .activity .swiper .swiper-slide .wrap_txt p,
.l_sub .section .activity .swiper .swiper-slide .wrap_txt span {
  color: inherit;
}
.l_sub .section .activity .swiper .swiper-slide .wrap_txt .cont_tit_s.cont_tag {
  position: relative;
  margin-bottom: 0.52rem;
  line-height: 0.75rem;
}
.l_sub .section .activity .swiper .swiper-slide .wrap_txt .cont_tit_s.cont_tag span {
  opacity: 0.6;
  font-weight: bold;
}
.l_sub .section .activity .swiper .swiper-slide .wrap_txt .cont_tit_s.cont_tag .new_tag {
  right: 0;
  top: 0;
  opacity: 1;
}
.l_sub .section .activity .swiper .swiper-slide .wrap_txt .cont_tit_s.cont_desc {
  opacity: 0.6;
  line-height: 0.708rem;
  height: 1.416rem;
  font-weight: 500;
}
.l_sub .section .activity .swiper .swiper-slide .wrap_txt .sub_tit_s {
  line-height: 0.791rem;
  height: 1.583rem;
  margin-bottom: 0.041rem;
}
.l_sub .section .activity .swiper .swiper-slide .wrap_txt .cont_tit {
  margin-top: 1.041rem;
  font-weight: 500;
  line-height: 0.583rem;
  height: 1.166rem;
}
.l_sub .section .activity .swiper .swiper-slide .wrap_txt .arrow {
  margin-top: auto;
  opacity: 0.6;
}
.l_sub .section .activity .swiper .swiper-slide .wrap_txt .arrow .wrap_link::before {
  transition: all 0.3s;
  opacity: 0;
}
.l_sub .section .activity .swiper-button {
  top: 50%;
}
.l_sub .section .wrap_box .swiper-slide {
  overflow: hidden;
  border-radius: 0.333rem;
}
.l_sub .section .wrap_box .swiper-slide .wrap_txt {
  overflow: hidden;
  background-color: #fff;
  border-radius: 0 0 0.333rem;
}
.l_sub .section .wrap_box .swiper-slide .wrap_txt .cont_tit_s {
  color: #85786e;
  font-weight: bold;
  margin-bottom: 0.208rem;
}
.l_sub .section .wrap_box .swiper-slide .wrap_txt .sub_tit_s {
  font-weight: bold;
  color: #333;
  line-height: 0.833rem;
  margin-bottom: 0.625rem;
}
.l_sub .section .wrap_box .swiper-slide .wrap_txt .wrap_btn .btn {
  margin: 0 0.166rem;
}
.l_sub .section_agenda {
  padding: 0;
}
.l_sub .section_agenda .inner .agenda_box {
  margin-top: 2.083rem;
}
.l_sub .section_agenda .inner .agenda_box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.333rem;
}
.l_sub .section_agenda .inner .agenda_box ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.208rem;
  font-size: 0.375rem;
  font-weight: 500;
  letter-spacing: -0.008rem;
  color: #888;
  background-color: #e1e1e1;
  padding: 0 0.979rem;
  border-radius: 0.166rem;
}
.l_sub .section_agenda .inner .agenda_box ul li.active a {
  color: #fff;
  background-color: #182647;
  box-shadow: 0.083rem 0.083rem 0.166rem 0px rgba(0, 0, 0, 0.18);
}
.l_sub .section_agenda .inner .agenda_box ul li:last-child {
  display: flex;
  align-items: center;
  gap: 0.166rem;
  font-size: 0.375rem;
  font-weight: 700;
  letter-spacing: -0.008rem;
  color: #85786e;
}
.l_sub .section_agenda .inner .agenda_box ul li:last-child a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.375rem;
  font-weight: 700;
  letter-spacing: -0.008rem;
  color: #85786e;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}
.l_sub .section_agenda .inner .agenda_box ul li:last-child.active a {
  color: #85786e;
  background-color: transparent;
  box-shadow: none;
}
.l_sub .section_agenda .inner .agenda_box ul li:last-child .icon {
  width: 0.416rem;
  height: 0.416rem;
  margin-right: 0.166rem;
}
.l_sub .section_agenda .inner .agenda_box .add_w {
  display: flex;
  align-items: center;
  gap: 0.166rem;
  font-size: 0.375rem;
  font-weight: 700;
  letter-spacing: -0.008rem;
  color: #85786e;
  margin-top: 0.833rem;
}
.l_sub .section_agenda .inner .agenda_box .add_w .icon {
  width: 0.416rem;
  height: 0.416rem;
}
.l_sub .section_swiper {
  padding-top: 0;
  margin-top: 1.666rem;
}
.l_sub .section_swiper .inner .activity {
  position: relative;
}
.l_sub .section_swiper .inner .activity .swiper {
  position: relative;
  padding-bottom: 1.666rem;
}
.l_sub .section_swiper .inner .activity .swiper .swiper-slide .wrap_img::before, .l_sub .section_swiper .inner .activity .swiper .swiper-slide .wrap_img::after {
  display: none;
}
.l_sub .section_swiper .inner .activity .swiper .swiper-slide .wrap_txt {
  justify-content: flex-start;
  color: #fff;
}
.l_sub .section_swiper .inner .activity .swiper .swiper-slide .wrap_txt p,
.l_sub .section_swiper .inner .activity .swiper .swiper-slide .wrap_txt span {
  color: inherit;
}
.l_sub .section_swiper .inner .activity .swiper .swiper-slide .wrap_txt .cont_tit_s.cont_tag {
  position: relative;
  margin-bottom: 0.52rem;
  line-height: 0.75rem;
}
.l_sub .section_swiper .inner .activity .swiper .swiper-slide .wrap_txt .cont_tit_s.cont_tag span {
  opacity: 0.6;
  font-weight: bold;
}
.l_sub .section_swiper .inner .activity .swiper .swiper-slide .wrap_txt .cont_tit_s.cont_tag .new_tag {
  right: 0;
  top: 0;
  opacity: 1;
}
.l_sub .section_swiper .inner .activity .swiper .swiper-slide .wrap_txt .cont_tit_s.cont_desc {
  opacity: 0.6;
  line-height: 0.708rem;
  height: 1.416rem;
  font-weight: 500;
}
.l_sub .section_swiper .inner .activity .swiper .swiper-slide .wrap_txt .sub_tit_s {
  line-height: 0.791rem;
  height: 1.583rem;
  margin-bottom: 0.041rem;
}
.l_sub .section_swiper .inner .activity .swiper .swiper-slide .wrap_txt .cont_tit {
  margin-top: 1.041rem;
  font-weight: 500;
  line-height: 0.583rem;
  height: 1.166rem;
}
.l_sub .section_swiper .inner .activity .swiper .swiper-slide .wrap_txt .arrow {
  margin-top: auto;
  opacity: 0.6;
}
.l_sub .section_swiper .inner .activity .swiper .swiper-slide .wrap_txt .arrow .wrap_link::before {
  transition: all 0.3s;
  opacity: 0;
}
.l_sub .section_swiper .inner .activity .swiper-button {
  top: 50%;
}
.l_sub .section_list {
  padding: 2.916rem 0 0 0;
}
.l_sub .section_list .inner .wrap_list_group2 ul li > a .wrap_img {
  width: 7.812rem;
}
.l_sub .section_list .inner .wrap_list_group2 ul li > a .wrap_txt {
  width: 16.354rem;
}
.l_sub .section_list .inner .wrap_list_group2 ul li > a .wrap_txt .dot_line_three {
  -webkit-line-clamp: 2;
  line-height: 0.583rem;
  height: 1.166rem;
}
.l_sub .section_list .inner .wrap_list_group2 .pagination {
  display: none;
}
.l_sub .section_list .inner .wrap_btn {
  margin-top: 1.666rem;
}
.l_sub .section_list2 {
  padding: 3.75rem 0 2.916rem 0;
}
.l_sub .section_list2 .inner .wrap_list_group > ul li .wrap_txt .cont_tit {
  display: block;
}
.l_sub .section_list2 .inner .wrap_btn {
  margin-top: 1.666rem;
}
.l_sub_topic {
  padding-bottom: 2.916rem;
}

.icon {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
  display: block;
  flex-shrink: 0;
}
.icon_add {
  background-image: url(/static/images/sub/common/icon_add.png);
}

@media screen and (min-width: 1200px) and (max-width: 1480px) {
  .l_sub .section .btn {
    font-size: 0.416rem;
  }
  .l_sub .section .wrap_list > ul li::before {
    height: calc(100% - 5.4rem);
  }
  .l_sub .section .activity .swiper .swiper-slide .wrap_txt {
    padding: 1.25rem 1.041rem;
  }
  .l_sub .section .activity .swiper .swiper-slide .wrap_txt .tag {
    padding: 0 0.625rem;
    height: 1.125rem;
  }
  .l_sub .section .activity .swiper .swiper-slide .wrap_txt .sub_tit_s {
    line-height: 0.937rem;
  }
  .l_sub .section .activity .swiper .swiper-slide .wrap_txt .arrow {
    font-size: 0.5rem;
    margin-top: 0.833rem;
  }
  .l_sub .section .activity .swiper-button-prev {
    left: -0.834rem !important;
  }
  .l_sub .section .activity .swiper-button-next {
    right: -0.834rem !important;
  }
  .l_sub .section_list .inner .wrap_list_group2 ul li > a .wrap_txt {
    width: 60%;
  }
  .l_sub .section_agenda .inner .agenda_box ul li a {
    font-size: 0.416rem;
  }
  .l_sub .section_agenda .inner .agenda_box ul li:last-child a {
    font-size: 0.416rem;
  }
}
@media screen and (min-width: 1200px) {
  .l_sub .section .btn:hover {
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.18);
  }
  .l_sub .section .wrap_tab ul li:hover {
    background-color: #182647;
    border-color: #15285e;
  }
  .l_sub .section .wrap_tab ul li:hover a {
    color: #fff;
    font-weight: bold;
  }
  .l_sub .section .activity .swiper .swiper-slide:hover .wrap_img::before, .l_sub .section .activity .swiper .swiper-slide:hover .wrap_img::after {
    display: none;
  }
  .l_sub .section .activity .swiper .swiper-slide:hover .wrap_txt .tag {
    margin-bottom: 0;
  }
  .l_sub .section .activity .swiper .swiper-slide:hover .wrap_txt .arrow .wrap_link::before {
    opacity: 1;
  }
  .l_sub_common .section_swiper .swiper_common .swiper-slide:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  }
  .l_sub_common .section_swiper .swiper_common .swiper-slide:hover .wrap_txt_box .arrow .wrap_link::before {
    opacity: 0.7 !important;
  }
}
@media screen and (max-width: 1199px) {
  .l_sub .section_visual {
    background-image: url(/static/images/sub/agenda/section_top_m.png);
  }
  .l_sub .section_visual .inner .wrap_scroll .depth2_list {
    justify-content: center;
  }
  .l_sub .section .btn {
    width: 9.375rem;
    border-radius: 0.5rem;
    height: 3.208rem;
    font-size: 1rem;
  }
  .l_sub .section .sub_tit {
    margin-bottom: 1.666rem;
    display: flex;
    gap: 0.333rem;
    align-items: center;
  }
  .l_sub .section .sub_tit > p {
    font-size: 1.666rem;
    font-weight: 700;
    letter-spacing: -0.034rem;
  }
  .l_sub .section .sub_tit > p:nth-child(2) {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: -0.03rem;
    color: #555;
  }
  .l_sub .section .sub_tit > p:nth-child(2) span {
    color: #119a79;
  }
  .l_sub .section .cont .wrap_img {
    margin: 0;
  }
  .l_sub .section .activity .swiper {
    padding-bottom: 1.666rem;
  }
  .l_sub .section .activity .swiper .swiper-slide {
    height: 24.687rem;
  }
  .l_sub .section .activity .swiper .swiper-slide .wrap_img {
    height: 100%;
    border-radius: 0.666rem;
    overflow: hidden;
  }
  .l_sub .section .activity .swiper .swiper-slide .wrap_img img {
    object-fit: cover;
    width: 100%;
    height: -webkit-fill-available;
  }
  .l_sub .section .activity .swiper .swiper-slide .wrap_txt {
    padding: 1.666rem 2.083rem 3.125rem;
  }
  .l_sub .section .activity .swiper .swiper-slide .wrap_txt .cont_tit_s.cont_tag {
    margin-bottom: 1.354rem;
    line-height: 1.791rem;
  }
  .l_sub .section .activity .swiper .swiper-slide .wrap_txt .cont_tit_s.cont_desc {
    opacity: 0.6;
    line-height: 0.708rem;
    height: 1.416rem;
    font-weight: 500;
  }
  .l_sub .section .activity .swiper .swiper-slide .wrap_txt .sub_tit_s {
    line-height: 2.02rem;
    height: 4.041rem;
    margin-bottom: 0.416rem;
  }
  .l_sub .section .activity .swiper .swiper-slide .wrap_txt .cont_tit {
    margin-top: 3.333rem;
    line-height: 1.5rem;
    height: 3rem;
  }
  .l_sub .section .activity .swiper .swiper-slide .wrap_txt .arrow {
    margin-top: auto;
    opacity: 0.6;
  }
  .l_sub .section .activity .swiper .swiper-slide .wrap_txt .arrow .wrap_link::before {
    transition: all 0.3s;
    opacity: 0;
  }
  .l_sub .section .activity .wrap_progress {
    margin-top: 1.041rem;
  }
  .l_sub .section .wrap_box .swiper-slide {
    border-radius: 0.666rem;
  }
  .l_sub .section .wrap_box .swiper-slide .wrap_txt {
    border-radius: 0 0 0.666rem;
  }
  .l_sub .section .wrap_box .swiper-slide .wrap_txt .cont_tit_s {
    margin-bottom: 0.416rem;
  }
  .l_sub .section .wrap_box .swiper-slide .wrap_txt .sub_tit_s {
    line-height: 2.041rem;
    margin-bottom: 1.25rem;
  }
  .l_sub .section .wrap_box .swiper-slide .wrap_txt .wrap_btn .btn {
    margin: 0 0.416rem;
  }
  .l_sub .section .wrap_box .wrap_progress {
    position: relative;
    z-index: 2;
  }
  .l_sub .section .wrap_box .wrap_progress .swiper-pagination-fraction span {
    color: #666;
  }
  .l_sub .section .wrap_box .wrap_progress .swiper-pagination-fraction span.swiper-pagination-current {
    color: #85786e;
  }
  .l_sub .section_half_bg::before {
    background: url(/static/images/sub/common/bg_obj_m.png) no-repeat left bottom/cover, #f1f1f1;
  }
  .l_sub .section_agenda {
    padding: 0;
  }
  .l_sub .section_agenda .inner .agenda_box {
    margin-top: 3.333rem;
  }
  .l_sub .section_agenda .inner .agenda_box ul {
    display: flex;
    gap: 0.666rem;
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  .l_sub .section_agenda .inner .agenda_box ul li {
    flex: none;
  }
  .l_sub .section_agenda .inner .agenda_box ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.208rem;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: -0.02rem;
    color: #888;
    background-color: #e1e1e1;
    padding: 0 2.083rem;
    border-radius: 0.5rem;
  }
  .l_sub .section_agenda .inner .agenda_box ul li.active a {
    color: #fff;
    background-color: #182647;
    box-shadow: 0.166rem 0.166rem 0.333rem 0px rgba(0, 0, 0, 0.18);
  }
  .l_sub .section_agenda .inner .agenda_box ul li:last-child {
    display: flex;
    align-items: center;
    padding-left: 0.666rem;
    color: #85786e;
  }
  .l_sub .section_agenda .inner .agenda_box ul li:last-child a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.02rem;
    color: #85786e;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
  }
  .l_sub .section_agenda .inner .agenda_box ul li:last-child.active a {
    color: #85786e;
    background-color: transparent;
    box-shadow: none;
  }
  .l_sub .section_agenda .inner .agenda_box ul li:last-child .icon {
    width: 1rem;
    height: 1rem;
    margin-right: 0.333rem;
  }
  .l_sub .section_agenda .inner .agenda_box .add_w {
    display: flex;
    align-items: center;
    gap: 0.166rem;
    font-size: 0.375rem;
    font-weight: 700;
    letter-spacing: -0.008rem;
    color: #85786e;
    margin-top: 0.833rem;
  }
  .l_sub .section_agenda .inner .agenda_box .add_w .icon {
    width: 0.416rem;
    height: 0.416rem;
  }
  .l_sub .section_swiper {
    margin-top: 5rem;
    padding-bottom: 3.02rem !important;
  }
  .l_sub .section_swiper .inner .activity .swiper {
    border-radius: 0.666rem;
    padding-right: 0;
  }
  .l_sub .section_swiper .inner .activity .swiper .swiper-slide {
    display: block;
  }
  .l_sub .section_swiper .inner .activity .swiper .swiper-slide .wrap_img {
    width: 100%;
    border-radius: 0.666rem;
  }
  .l_sub .section_swiper .inner .activity .swiper .swiper-slide .wrap_txt {
    padding: 1.666rem 2.083rem 3.125rem;
  }
  .l_sub .section_swiper .inner .activity .swiper .swiper-slide .wrap_txt .cont_tit_s.cont_tag {
    margin-bottom: 1.354rem;
    line-height: 1.791rem;
  }
  .l_sub .section_swiper .inner .activity .swiper .swiper-slide .wrap_txt .cont_tit_s.cont_desc {
    opacity: 0.6;
    line-height: 0.708rem;
    height: 1.416rem;
    font-weight: 500;
  }
  .l_sub .section_swiper .inner .activity .swiper .swiper-slide .wrap_txt .sub_tit_s {
    line-height: 2.02rem;
    height: 4.041rem;
    margin-bottom: 0.416rem;
  }
  .l_sub .section_swiper .inner .activity .swiper .swiper-slide .wrap_txt .cont_tit {
    margin-top: 3.333rem;
    line-height: 1.5rem;
    height: 3rem;
  }
  .l_sub .section_swiper .inner .activity .swiper .swiper-slide .wrap_txt .arrow {
    margin-top: auto;
    opacity: 0.6;
  }
  .l_sub .section_swiper .inner .activity .swiper .swiper-slide .wrap_txt .arrow .wrap_link::before {
    transition: all 0.3s;
    opacity: 0;
  }
  .l_sub .section_list {
    padding: 5rem 0 0 0;
  }
  .l_sub .section_list .inner .wrap_list_group2 ul li > a .wrap_img {
    width: 100%;
  }
  .l_sub .section_list .inner .wrap_list_group2 ul li > a .wrap_txt {
    width: 16.354rem;
  }
  .l_sub .section_list .inner .wrap_list_group2 ul li > a .wrap_txt .dot_line_three {
    -webkit-line-clamp: 2;
    line-height: normal;
    height: auto;
  }
  .l_sub .section_list .inner .wrap_list_group2 .pagination {
    display: none;
  }
  .l_sub .section_list .inner .wrap_btn {
    margin-top: 2.5rem;
  }
  .l_sub .section_list2 {
    padding: 5rem 0;
  }
  .l_sub .section_list2 .inner .wrap_list_group > ul li .wrap_txt .cont_tit {
    display: block;
  }
  .l_sub .section_list2 .inner .wrap_btn {
    margin-top: 2.5rem;
  }
  .l_sub_topic {
    padding-bottom: 5rem;
  }
}