@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 .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;
  margin: 0 auto;
}
.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 .form-group .input_w {
  position: relative;
  width: 20rem;
  margin-top: 1.666rem;
}
.l_sub .section .form-group .input_w input {
  width: 100%;
  padding: 0 0.75rem;
  height: 1.666rem;
  color: rgb(51, 51, 51);
  font-size: 0.416rem;
  font-weight: 500;
  letter-spacing: -0.009rem;
  border-radius: 0.166rem;
  border: 1px solid #ccc;
  margin-top: 0;
  background: url(/static/images//common/icon_search.png) no-repeat right 0.75rem center;
  background-size: 0.583rem;
  background-color: #fff;
}
.l_sub .section .form-group .input_w i {
  position: absolute;
  top: 50%;
  right: 1.75rem;
  z-index: 1000;
  transform: translateY(-50%);
  width: 0.416rem;
  height: 0.416rem;
}
.l_sub .section .form-group .input_w_right {
  position: relative;
  width: 10.583rem;
  margin-top: 0.5rem;
}
.l_sub .section .form-group .input_w_right input {
  width: 100%;
  padding: 0 0.625rem;
  height: 1.125rem;
  color: rgb(51, 51, 51);
  font-size: 0.375rem;
  font-weight: 500;
  letter-spacing: -0.008rem;
  border-radius: 0.166rem;
  border: 1px solid #ccc;
  margin-top: 0;
  background: url(/static/images//common/icon_search.png) no-repeat right 0.625rem center;
  background-size: 0.583rem;
  background-color: #fff;
}
.l_sub .section .form-group.grid_w {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  row-gap: 0.75rem;
}
.l_sub .section .form-group.grid_w .checkbox_w input[type=checkbox] {
  position: absolute;
  overflow: hidden;
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  border: 0;
  opacity: 0;
  cursor: pointer;
}
.l_sub .section .form-group.grid_w .checkbox_w input[type=checkbox]:checked + label i.icon_check {
  border-color: #182647;
  background-color: #182647;
  background-image: url(/static/images/common/icon_check.png);
  background-position: center;
  background-size: 0.291rem auto;
  background-repeat: no-repeat;
}
.l_sub .section .form-group.grid_w .checkbox_w input[type=checkbox] + label {
  display: flex;
  align-items: center;
  font-size: 0.375rem;
  font-weight: 500;
  letter-spacing: -0.008rem;
  color: #444;
}
.l_sub .section .form-group.grid_w .checkbox_w input[type=checkbox] + label i.icon_check {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.25rem;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
  flex-shrink: 0;
}
.l_sub .section .form-group .calendar {
  width: 12.916rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 0.375rem;
}
.l_sub .section .form-group .calendar span {
  color: #888;
}
.l_sub .section .form-group .calendar input {
  display: block;
  width: 5.833rem;
  border: 1px solid #ccc;
  border-radius: 0.166rem;
  height: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  padding-left: 1.145rem;
  background: url(/static/images/sub/common/icon_calendar.png) no-repeat left 0.4rem center/0.583rem 0.583rem;
}
.l_sub .section_visual {
  background-image: url(/static/images/sub/common/bg_obj.png);
  height: 16.916rem;
  overflow: visible;
}
.l_sub .section_visual .inner {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: normal;
  padding-top: 4.583rem;
}
.l_sub .section_visual .inner .cont_tit {
  margin-bottom: 0.25rem;
  font-size: 0.375rem;
  font-weight: 700;
  letter-spacing: -0.008rem;
}
.l_sub .section_visual .inner .sub_tit_l {
  margin-bottom: 0;
}
.l_sub .section_visual .inner .result {
  text-align: center;
  margin-top: 1.25rem;
  font-size: 0.583rem;
  font-weight: 500;
  letter-spacing: -0.012rem;
}
.l_sub .section_visual .inner .result span {
  font-weight: 700;
  color: #119a79;
}
.l_sub .section_tab {
  position: relative;
  z-index: 7;
  padding: 0 0 2.916rem 0;
}
.l_sub .section_tab .inner .cont {
  width: 30rem;
  margin-top: -3.125rem;
}
.l_sub .section_tab .inner .cont .wrap_tab {
  margin-bottom: 0;
}
.l_sub .section_tab .inner .cont .wrap_tab ul {
  height: 1.666rem;
}
.l_sub .section_tab .inner .cont .wrap_tab ul li {
  background: #f1f1f1;
}
.l_sub .section_tab .inner .cont .wrap_tab ul li:first-of-type {
  border-radius: 0.333rem 0 0 0;
}
.l_sub .section_tab .inner .cont .wrap_tab ul li:last-of-type {
  border-radius: 0 0.333rem 0 0;
}
.l_sub .section_tab .inner .cont .wrap_tab ul li.active {
  background-color: #182647;
  border-color: #15285e;
}
.l_sub .section_tab .inner .cont .wrap_tab ul li.active a {
  color: #fff;
  font-weight: bold;
}
.l_sub .section_tab .inner .cont .wrap_tab_cont {
  width: 100%;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 0 0 0.333rem 0.333rem;
  box-shadow: 0px 0.208rem 0.333rem 0px rgba(0, 0, 0, 0.06);
  background: #fff;
  padding: 1.25rem 1.666rem 1.666rem 1.666rem;
}
.l_sub .section_tab .inner .cont .wrap_tab_cont > div {
  display: none;
}
.l_sub .section_tab .inner .cont .wrap_tab_cont > div.active {
  display: block;
}
.l_sub .section_tab .inner .cont .wrap_tab_cont > div.active > div + div {
  margin-top: 1.333rem;
}
.l_sub .section_tab .inner .cont .wrap_tab_cont > div.active .etc {
  display: flex;
  gap: 2.5rem;
}
.l_sub .section_tab .inner .cont .wrap_tab_cont > div.active .wrap_btn {
  margin-top: 1.666rem;
}
.l_sub .section_tab .inner .cont .wrap_tab_cont .part_tit {
  font-size: 0.416rem;
  font-weight: 700;
  letter-spacing: -0.009rem;
  margin-bottom: 0.666rem;
}
.l_sub .section_list {
  padding: 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_list .inner .no_post {
  display: none;
}
.l_sub .section_list2 {
  padding: 3.75rem 0 2.916rem 0;
}
.l_sub .section_list2 .inner .no_post {
  display: none;
}
.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;
}

.daterangepicker {
  margin-top: 0.416rem;
}

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

@media screen and (min-width: 1200px) and (max-width: 1480px) {
  .wrap_list > ul li::before {
    height: calc(100% - 5.4rem) !important;
  }
  .l_sub .form-group .input_w input {
    display: block;
    font-size: 0.5rem;
  }
  .l_sub .form-group .input_w i {
    width: 0.625rem;
    height: 0.625rem;
  }
  .l_sub .form-group .input_w_right input {
    display: block;
    font-size: 0.458rem;
    height: 1.25rem;
  }
  .l_sub .form-group.grid_w .checkbox_w input[type=checkbox] {
    width: 0.666rem;
    height: 0.666rem;
  }
  .l_sub .form-group.grid_w .checkbox_w input[type=checkbox]:checked + label i.icon_check {
    background-size: 0.291rem auto;
  }
  .l_sub .form-group.grid_w .checkbox_w input[type=checkbox] + label {
    font-size: 0.458rem;
  }
  .l_sub .form-group.grid_w .checkbox_w input[type=checkbox] + label i.icon_check {
    width: 0.666rem;
    height: 0.666rem;
  }
  .l_sub .form-group .calendar {
    width: 16.666rem;
  }
  .l_sub .form-group .calendar input {
    font-size: 0.458rem;
    width: 7.916rem;
    height: 1.25rem;
  }
  .l_sub .section .btn {
    width: 4.166rem;
    height: 1.354rem;
    font-size: 0.416rem;
    margin: 0 auto;
  }
  .l_sub .section .sub_tit > p {
    font-size: 0.833rem;
  }
  .l_sub .section .sub_tit > p:nth-child(2) {
    font-size: 0.75rem;
  }
  .l_sub .section .cont .wrap_img {
    margin: 0;
  }
  .l_sub .section_visual .inner .cont_tit {
    font-size: 0.5rem;
  }
  .l_sub .section_visual .inner .result {
    font-size: 0.75rem;
  }
  .l_sub .section_tab {
    padding: 0;
  }
  .l_sub .section_tab .inner .cont {
    width: 100%;
    margin-top: -1.667rem;
  }
  .l_sub .section_tab .inner .cont .wrap_tab_cont .part_tit {
    font-size: 0.5rem;
  }
  .l_sub .section_list {
    padding: 2.5rem 0;
  }
  .l_sub .section_list .inner .wrap_list_group2 ul li > a .wrap_txt {
    width: 66%;
  }
  .icon {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0;
    display: block;
    flex-shrink: 0;
  }
  .icon_delete {
    background-image: url(/static/images/common/icon_delete.png);
  }
}
@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_tab .inner .cont .wrap_tab ul li:hover {
    background-color: #182647;
    border-color: #15285e;
  }
  .l_sub .section_tab .inner .cont .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 .form-group {
    width: 100%;
  }
  .l_sub .form-group .input_w {
    position: relative;
    width: 100%;
    margin-top: 2.5rem;
  }
  .l_sub .form-group .input_w input {
    width: 100%;
    padding: 0 1.5rem;
    height: 4.166rem;
    color: rgb(51, 51, 51);
    font-size: 1.083rem;
    font-weight: 500;
    letter-spacing: -0.022rem;
    border-radius: 0.5rem;
    border: 0.041rem solid #ccc;
    margin-top: 0;
    box-shadow: 0px 0.416rem 0.666rem 0px rgba(0, 0, 0, 0.08);
    background: url(/static/images//common/icon_search.png) no-repeat right 1.5rem center;
    background-size: 1.75rem;
    background-color: #fff;
  }
  .l_sub .form-group .input_w i {
    position: absolute;
    top: 50%;
    right: 4.25rem;
    z-index: 1000;
    transform: translateY(-50%);
    width: 1.083rem;
    height: 1.083rem;
  }
  .l_sub .form-group .input_w_right {
    position: relative;
    width: 100%;
    margin-top: 0;
  }
  .l_sub .form-group .input_w_right input {
    width: 100%;
    padding: 0 1.5rem;
    height: 3.208rem;
    color: rgb(51, 51, 51);
    font-size: 0.958rem;
    font-weight: 500;
    letter-spacing: -0.02rem;
    border-radius: 0.333rem;
    border: 1px solid #ccc;
    margin-top: 0;
    background: url(/static/images//common/icon_search.png) no-repeat right 1.5rem center;
    background-size: 1.333rem;
    background-color: #fff;
  }
  .l_sub .form-group .calendar {
    margin-bottom: 0.833rem;
    margin-left: 0;
    width: 100%;
    font-size: 1rem;
  }
  .l_sub .form-group .calendar input {
    width: calc((100% - 1.666rem) / 2);
    border-radius: 0.5rem;
    height: 3.75rem;
    padding-left: 3.958rem;
    background: url(/static/images/sub/common/icon_calendar.png) no-repeat left 1rem center/1.75rem 1.75rem;
  }
  .l_sub .form-group.grid_w {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.666rem;
  }
  .l_sub .form-group.grid_w .checkbox_w input[type=checkbox] {
    position: absolute;
    overflow: hidden;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    border: 0;
    opacity: 0;
    cursor: pointer;
  }
  .l_sub .form-group.grid_w .checkbox_w input[type=checkbox]:checked + label i.icon_check {
    border-color: #182647;
    background-color: #182647;
    background-image: url(/static/images/common/icon_check.png);
    background-position: center;
    background-size: 1.041rem auto;
    background-repeat: no-repeat;
  }
  .l_sub .form-group.grid_w .checkbox_w input[type=checkbox] + label {
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: -0.02rem;
    color: #444;
  }
  .l_sub .form-group.grid_w .checkbox_w input[type=checkbox] + label i.icon_check {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 0.166rem;
    flex-shrink: 0;
  }
  .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_visual {
    background-image: url(/static/images/sub/common/bg_obj_m.png);
    height: 33.833rem;
  }
  .l_sub .section_visual .inner {
    padding: 7.625rem 1.666rem 0 1.666rem;
  }
  .l_sub .section_visual .inner .cont_tit {
    margin-bottom: 0.833rem;
    font-size: 1rem;
    letter-spacing: -0.02rem;
  }
  .l_sub .section_visual .inner .sub_tit_l {
    margin-bottom: 0;
  }
  .l_sub .section_visual .inner .result {
    margin-top: 3.333rem;
    font-size: 1.5rem;
    letter-spacing: -0.03rem;
  }
  .l_sub .section_tab {
    padding: 0 0 5rem 0;
  }
  .l_sub .section_tab .inner .cont {
    width: 100%;
    margin-top: -4.875rem;
  }
  .l_sub .section_tab .inner .cont .wrap_tab {
    margin-bottom: 0;
  }
  .l_sub .section_tab .inner .cont .wrap_tab ul {
    flex-wrap: wrap;
    height: auto;
  }
  .l_sub .section_tab .inner .cont .wrap_tab ul li {
    background: #f1f1f1;
    height: 3.208rem;
    width: 50%;
  }
  .l_sub .section_tab .inner .cont .wrap_tab ul li a {
    padding: 1.145rem 0;
  }
  .l_sub .section_tab .inner .cont .wrap_tab ul li:first-of-type {
    border-radius: 0.5rem 0 0 0;
  }
  .l_sub .section_tab .inner .cont .wrap_tab ul li:last-of-type {
    border-radius: 0;
  }
  .l_sub .section_tab .inner .cont .wrap_tab ul li:nth-child(2) {
    border-radius: 0 0.5rem 0 0;
  }
  .l_sub .section_tab .inner .cont .wrap_tab ul li:nth-child(3) {
    border-left: 1px solid #ccc;
  }
  .l_sub .section_tab .inner .cont .wrap_tab ul li.active {
    background-color: #182647;
    border-color: #15285e;
  }
  .l_sub .section_tab .inner .cont .wrap_tab ul li.active a {
    color: #fff;
    font-weight: bold;
  }
  .l_sub .section_tab .inner .cont .wrap_tab ul li.span3 {
    width: 33.3333333333%;
  }
  .l_sub .section_tab .inner .cont .wrap_tab_cont {
    background-color: #fff;
    border-radius: 0 0 0.666rem 0.666rem;
    padding: 2.5rem 1.166rem 3.333rem 1.166rem;
    box-shadow: 0px 0.208rem 0.333rem 0px rgba(0, 0, 0, 0.06);
  }
  .l_sub .section_tab .inner .cont .wrap_tab_cont > div {
    display: none;
  }
  .l_sub .section_tab .inner .cont .wrap_tab_cont > div.active {
    display: block;
  }
  .l_sub .section_tab .inner .cont .wrap_tab_cont > div.active > div + div {
    margin-top: 2.833rem;
  }
  .l_sub .section_tab .inner .cont .wrap_tab_cont > div.active .etc {
    flex-direction: column;
    gap: 2.5rem;
  }
  .l_sub .section_tab .inner .cont .wrap_tab_cont > div.active .wrap_btn {
    margin-top: 2.5rem;
  }
  .l_sub .section_tab .inner .cont .wrap_tab_cont > div.active .wrap_btn .btn {
    width: 9.375rem;
  }
  .l_sub .section_tab .inner .cont .wrap_tab_cont .part_tit {
    font-size: 1.083rem;
    letter-spacing: -0.022rem;
    margin-bottom: 1.666rem;
  }
  .l_sub .section_tab .inner .cont .wrap_tab_cont .wrap_btn {
    margin-top: 2.5rem;
  }
  .l_sub .section_list {
    padding: 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;
  }
}
@media screen and (max-width: 775px) {
  .l_sub .section_tab .inner .cont .wrap_tab_cont > div.active .etc .left .form-group .input_w_left {
    flex-wrap: wrap;
  }
  .l_sub .section_tab .inner .cont .wrap_tab_cont > div.active .etc .left .form-group .input_w_left .to_w {
    width: calc(100% - 28px);
  }
}