body {
  padding-top: 5.2083vw;
}
.banner {
  position: relative;
  height: 42.0313vw;
}
.banner .bg {
  position: relative;
}
.banner .bg:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}
.banner .text-box {
  position: absolute;
  top: 15.1042vw;
  bottom: 0;
  right: 0;
  left: 5.7292vw;
  z-index: 1;
}
.banner .text-box p {
  margin-bottom: 2.0833vw;
  text-align: left;
  font-size: 1.25vw;
  color: #FFFFFF;
  text-shadow: 0vw 0.1563vw 0.3125vw #00000080;
  opacity: 1;
}
.banner .text-box h1 {
  text-align: left;
  font-size: 3.125vw;
  color: #FFFFFF;
  text-shadow: 0vw 0vw 1.0417vw #00000080;
  text-transform: uppercase;
  opacity: 1;
  font-weight: bold;
}
.module_1 {
  margin-top: -5.6771vw;
  padding-bottom: 5.5208vw;
  background-color: #e2ece0;
  background-image: url(../img/box_bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
  position: relative;
  z-index: 2;
}
.module_1 .module_box {
  width: 88.5417vw;
  margin: 0 auto;
  background: #fff;
  position: relative;
  padding: 2.7083vw 2.9688vw 4.5313vw 2.7083vw;
}
.module_1 .module_box .tab-nav {
  display: flex;
  gap: 2.3958vw;
  padding-bottom: 3.6458vw;
  justify-content: center;
  border-bottom: 0.0521vw solid #D4D4D4;
}
.module_1 .module_box .tab-link {
  padding: 0.9375vw 2.4479vw;
  color: #00286A;
  font-size: 20px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.0521vw solid #707070;
  box-sizing: border-box;
  min-width: 14.0104vw;
  font-weight: bold;
  text-align: center;
}
.module_1 .module_box .tab-link.active {
  background-color: #64B5A2;
  border-bottom: 0.0521vw solid transparent;
  color: #fff;
  border: 0.0521vw solid #64B5A2;
}
.module_1 .module_box .tab-panel {
  display: none;
}
.module_1 .module_box .tab-panel.active {
  display: block;
}
.module_1 .module_box .year_box {
  padding: 2.9167vw 0 3.1771vw;
  border-bottom: 0.0521vw solid #D4D4D4;
  display: flex;
  gap: 4.8438vw;
}
.module_1 .module_box .year_box h3 {
  width: 7.0833vw;
  font-size: 2.6042vw;
  color: #00286A;
  font-weight: bold;
  text-align: left;
}
.module_1 .module_box .year_box ul {
  display: flex;
  gap: 1.6667vw;
  flex-wrap: wrap;
  padding-left: 2.8646vw;
  border-left: 0.0521vw solid #D4D4D4;
}
.module_1 .module_box .year_box ul li {
  border-bottom: 0.2083vw solid #64B5A2;
  background: #F6F6F6;
}
.module_1 .module_box .year_box ul li a {
  text-decoration: unset;
  display: block;
  width: 21.5625vw;
}
.module_1 .module_box .year_box ul li img {
  width: 21.5625vw;
  height: 13.5938vw;
  background: #cecece;
  margin-bottom: 0.9896vw;
  object-fit: cover;
  object-position: center;
}
.module_1 .module_box .year_box ul li h4 {
  text-align: left;
  font-size: 1.0417vw;
  line-height: 1.6;
  color: #333333;
  font-weight: bold;
  padding-left: 0.9896vw;
}
.module_1 .module_box .year_box ul li p {
  color: #61BFB9;
  font-size: 0.9375vw;
  line-height: 1.6;
  text-align: left;
  padding-left: 0.9896vw;
}
.module_1 .module_box .jump_btn {
  text-align: center;
  margin-top: 3.2292vw;
}
.module_1 .module_box .jump_btn a {
    padding: 0 23px 0 24px;
    background-color: #64B5A2;
    line-height: 50px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.35s ease-in-out;
    display: inline-flex;
    align-items: center;
    gap: 16px;
  }
  .module_1 .module_box .jump_btn a .icon {
    width: 16px;
    position: relative;
    right: 0;
    transition: right 0.35s ease-in-out;
  }
  .module_1 .module_box .jump_btn a:hover {
    background-color: #20344a;
  }
  .module_1 .module_box .jump_btn a:hover .icon {
    right: -4px;
  }
@media screen and (max-width: 1923px) {
  body {
    padding-top: 100px;
  }
  .banner {
    position: relative;
    height: 807px;
  }
  .banner .bg {
    position: relative;
  }
  .banner .bg:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
  }
  .banner .text-box {
    position: absolute;
    top: 290px;
    bottom: 0;
    right: 0;
    left: 110px;
    z-index: 1;
  }
  .banner .text-box p {
    margin-bottom: 40px;
    text-align: left;
    font-size: 24px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #00000080;
    opacity: 1;
  }
  .banner .text-box h1 {
    text-align: left;
    font-size: 60px;
    color: #FFFFFF;
    text-shadow: 0px 0px 20px #00000080;
    text-transform: uppercase;
    opacity: 1;
    font-weight: bold;
  }
  .module_1 {
    margin-top: -109px;
    padding-bottom: 106px;
    background-color: #e2ece0;
    background-image: url(../img/box_bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
    position: relative;
    z-index: 2;
  }
  .module_1 .module_box {
    width: 1700px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    padding: 52px 57px 87px 52px;
  }
  .module_1 .module_box .tab-nav {
    display: flex;
    gap: 46px;
    padding-bottom: 70px;
    justify-content: center;
    border-bottom: 1px solid #D4D4D4;
  }
  .module_1 .module_box .tab-link {
    padding: 18px 47px;
    color: #00286A;
    font-size: 20px;
    line-height: 1.6;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #707070;
    box-sizing: border-box;
    min-width: 269px;
    font-weight: bold;
    text-align: center;
  }
  .module_1 .module_box .tab-link.active {
    background-color: #64B5A2;
    border-bottom: 1px solid transparent;
    color: #fff;
    border: 1px solid #64B5A2;
  }
  .module_1 .module_box .tab-panel {
    display: none;
  }
  .module_1 .module_box .tab-panel.active {
    display: block;
  }
  .module_1 .module_box .year_box {
    padding: 56px 0 61px;
    border-bottom: 1px solid #D4D4D4;
    display: flex;
    gap: 93px;
  }
  .module_1 .module_box .year_box h3 {
    width: 136px;
    font-size: 50px;
    color: #00286A;
    font-weight: bold;
    text-align: left;
  }
  .module_1 .module_box .year_box ul {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    padding-left: 55px;
    border-left: 1px solid #D4D4D4;
  }
  .module_1 .module_box .year_box ul li {
    border-bottom: 4px solid #64B5A2;
    background: #F6F6F6;
  }
  .module_1 .module_box .year_box ul li a {
    text-decoration: unset;
    display: block;
    width: 414px;
  }
  .module_1 .module_box .year_box ul li img {
    width: 414px;
    height: 261px;
    background: #cecece;
    margin-bottom: 19px;
  object-fit: cover;
  object-position: center;
  }
  .module_1 .module_box .year_box ul li h4 {
    text-align: left;
    font-size: 20px;
    line-height: 1.6;
    color: #333333;
    font-weight: bold;
    padding-left: 19px;
  }
  .module_1 .module_box .year_box ul li p {
    color: #61BFB9;
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
    padding-left: 19px;
  }
  .module_1 .module_box .jump_btn {
    text-align: center;
    margin-top: 62px;
  }
  .module_1 .module_box .jump_btn a {
    padding: 0 23px 0 24px;
    background-color: #64B5A2;
    line-height: 50px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.35s ease-in-out;
    display: inline-flex;
    align-items: center;
    gap: 16px;
  }
  .module_1 .module_box .jump_btn a .icon {
    width: 16px;
    position: relative;
    right: 0;
    transition: right 0.35s ease-in-out;
  }
  .module_1 .module_box .jump_btn a:hover {
    background-color: #20344a;
  }
  .module_1 .module_box .jump_btn a:hover .icon {
    right: -4px;
  }
}
@media screen and (max-width: 1918px) {
  body {
    padding-top: 5.2083vw;
  }
  .banner {
    position: relative;
    height: 42.0313vw;
  }
  .banner .bg {
    position: relative;
  }
  .banner .bg:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
  }
  .banner .text-box {
    position: absolute;
    top: 15.1042vw;
    bottom: 0;
    right: 0;
    left: 5.7292vw;
    z-index: 1;
  }
  .banner .text-box p {
    margin-bottom: 2.0833vw;
    text-align: left;
    font-size: 1.25vw;
    color: #FFFFFF;
    text-shadow: 0vw 0.1563vw 0.3125vw #00000080;
    opacity: 1;
  }
  .banner .text-box h1 {
    text-align: left;
    font-size: 3.125vw;
    color: #FFFFFF;
    text-shadow: 0vw 0vw 1.0417vw #00000080;
    text-transform: uppercase;
    opacity: 1;
    font-weight: bold;
  }
  .module_1 {
    margin-top: -5.6771vw;
    padding-bottom: 5.5208vw;
    background-color: #e2ece0;
    background-image: url(../img/box_bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
    position: relative;
    z-index: 2;
  }
  .module_1 .module_box {
    width: 88.5417vw;
    margin: 0 auto;
    background: #fff;
    position: relative;
    padding: 2.7083vw 2.9688vw 4.5313vw 2.7083vw;
  }
  .module_1 .module_box .tab-nav {
    display: flex;
    gap: 2.3958vw;
    padding-bottom: 3.6458vw;
    justify-content: center;
    border-bottom: 0.0521vw solid #D4D4D4;
  }
  .module_1 .module_box .tab-link {
    padding: 0.9375vw 2.4479vw;
    color: #00286A;
    font-size: 20px;
    line-height: 1.6;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.0521vw solid #707070;
    box-sizing: border-box;
    min-width: 14.0104vw;
    font-weight: bold;
    text-align: center;
  }
  .module_1 .module_box .tab-link.active {
    background-color: #64B5A2;
    border-bottom: 0.0521vw solid transparent;
    color: #fff;
    border: 0.0521vw solid #64B5A2;
  }
  .module_1 .module_box .tab-panel {
    display: none;
  }
  .module_1 .module_box .tab-panel.active {
    display: block;
  }
  .module_1 .module_box .year_box {
    padding: 2.9167vw 0 3.1771vw;
    border-bottom: 0.0521vw solid #D4D4D4;
    display: flex;
    gap: 4.8438vw;
  }
  .module_1 .module_box .year_box h3 {
    width: 7.0833vw;
    font-size: 2.6042vw;
    color: #00286A;
    font-weight: bold;
    text-align: left;
  }
  .module_1 .module_box .year_box ul {
    display: flex;
    gap: 1.6667vw;
    flex-wrap: wrap;
    padding-left: 2.8646vw;
    border-left: 0.0521vw solid #D4D4D4;
  }
  .module_1 .module_box .year_box ul li {
    border-bottom: 0.2083vw solid #64B5A2;
    background: #F6F6F6;
  }
  .module_1 .module_box .year_box ul li a {
    text-decoration: unset;
    display: block;
    width: 21.5625vw;
  }
  .module_1 .module_box .year_box ul li img {
    width: 21.5625vw;
    height: 13.5938vw;
    background: #cecece;
    margin-bottom: 0.9896vw;
  object-fit: cover;
  object-position: center;
  }
  .module_1 .module_box .year_box ul li h4 {
    text-align: left;
    font-size: 1.0417vw;
    line-height: 1.6;
    color: #333333;
    font-weight: bold;
    padding-left: 0.9896vw;
  }
  .module_1 .module_box .year_box ul li p {
    color: #61BFB9;
    font-size: 0.9375vw;
    line-height: 1.6;
    text-align: left;
    padding-left: 0.9896vw;
  }
  .module_1 .module_box .jump_btn {
    text-align: center;
    margin-top: 3.2292vw;
  }
  .module_1 .module_box .jump_btn a {
    padding: 0 23px 0 24px;
    background-color: #64B5A2;
    line-height: 50px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.35s ease-in-out;
    display: inline-flex;
    align-items: center;
    gap: 16px;
  }
  .module_1 .module_box .jump_btn a .icon {
    width: 16px;
    position: relative;
    right: 0;
    transition: right 0.35s ease-in-out;
  }
  .module_1 .module_box .jump_btn a:hover {
    background-color: #20344a;
  }
  .module_1 .module_box .jump_btn a:hover .icon {
    right: -4px;
  }
}
@media screen and (max-width: 992px) {
  footer .container .right-box .partner-logo::after {
    width: 100%;
  }
  body {
    padding-top: 80px;
  }
  .banner .text-box {
    top: 8.3333vw;
  }
  .banner .text-box p {
    font-size: 4.4444vw;
  }
  .banner .text-box h1 {
    font-size: 7.7778vw;
  }
  .module_1 {
    padding-bottom: 13.8889vw;
    background-size: 100%;
  }
  .module_1 .module_box {
    width: 91.6667vw;
    padding: 5.5556vw 4.1667vw 8.8889vw;
  }
  .module_1 .module_box .tab-nav {
    display: flex;
    gap: 2.7778vw;
    padding-bottom: 8.3333vw;
    justify-content: center;
    border-bottom: 0.2778vw solid #D4D4D4;
    flex-wrap: wrap;
  }
  .module_1 .module_box .tab-link {
    width: 48%;
    padding: 0.5556vw 3.8889vw;
    color: #00286A;
    font-size: 3.8889vw;
    line-height: 1.6;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.2778vw solid #707070;
    box-sizing: border-box;
    min-width: unset;
    font-weight: bold;
  }
  .module_1 .module_box .tab-link.active {
    background-color: #64B5A2;
    border-bottom: 0.2778vw solid transparent;
    color: #fff;
    border: 0.2778vw solid #64B5A2;
  }
  .module_1 .module_box .tab-panel {
    display: none;
  }
  .module_1 .module_box .tab-panel.active {
    display: block;
  }
  .module_1 .module_box .year_box {
    padding: 7.2222vw 0 8.3333vw;
    border-bottom: 0.2778vw solid #D4D4D4;
    display: flex;
    gap: 4.1667vw;
  }
  .module_1 .module_box .year_box h3 {
    width: unset;
    font-size: 5.5556vw;
    color: #00286A;
    font-weight: bold;
    text-align: left;
  }
  .module_1 .module_box .year_box ul {
    display: flex;
    gap: 0;
    flex-direction: column;
    padding-left: 4.1667vw;
    border-left: 0.2778vw solid #D4D4D4;
    gap: 4.4444vw;
  }
  .module_1 .module_box .year_box ul li {
    width: 100%;
    border-bottom: 1.1111vw solid #64B5A2;
    background: #F6F6F6;
  }
  .module_1 .module_box .year_box ul li img {
    width: 100%;
    height: unset;
    background: #cecece;
    margin-bottom: 2.5vw;
  }
  .module_1 .module_box .year_box ul li h4 {
    text-align: left;
    font-size: 3.8889vw;
    line-height: 1.6;
    color: #333333;
    font-weight: bold;
    padding-left: 2.5vw;
  }
  .module_1 .module_box .year_box ul li p {
    color: #61BFB9;
    font-size: 3.3333vw;
    line-height: 1.6;
    text-align: left;
    padding-left: 2.5vw;
  }
  .module_1 .module_box .jump_btn {
    width: 100%;
    margin-top: 8.3333vw;
  }
  .module_1 .module_box .jump_btn a {
    padding: 0 6.3889vw 0 6.6667vw;
    background-color: #64B5A2;
    line-height: 11.1111vw;
    height: 11.1111vw;
    font-size: 3.8889vw;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.35s ease-in-out;
    display: inline-flex;
    align-items: center;
    gap: 3.6111vw;
  }
  .module_1 .module_box .jump_btn a .icon {
    width: 4.4444vw;
    position: relative;
    right: 0;
    transition: right 0.35s ease-in-out;
  }
  .module_1 .module_box .jump_btn a:hover {
    background-color: #20344a;
  }
  .module_1 .module_box .jump_btn a:hover .icon {
    right: -1.1111vw;
  }
}
@media screen and (max-width: 361px) {
  .mask-box {
    display: none;
  }
  footer .container .right-box .partner-logo::after {
    width: 100%;
  }
  body {
    padding-top: 80px;
  }
  .banner .text-box {
    top: 30px;
  }
  .banner .text-box p {
    font-size: 16px;
  }
  .banner .text-box h1 {
    font-size: 28px;
  }
  .module_1 {
    padding-bottom: 50px;
    background-size: 100%;
  }
  .module_1 .module_box {
    width: 330px;
    padding: 20px 15px 32px;
  }
  .module_1 .module_box .tab-nav {
    display: flex;
    gap: 10px;
    padding-bottom: 30px;
    justify-content: center;
    border-bottom: 1px solid #D4D4D4;
    flex-wrap: wrap;
  }
  .module_1 .module_box .tab-link {
    width: 48%;
    padding: 2px 14px;
    color: #00286A;
    font-size: 14px;
    line-height: 1.6;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #707070;
    box-sizing: border-box;
    min-width: unset;
    font-weight: bold;
  }
  .module_1 .module_box .tab-link.active {
    background-color: #64B5A2;
    border-bottom: 1px solid transparent;
    color: #fff;
    border: 1px solid #64B5A2;
  }
  .module_1 .module_box .tab-panel {
    display: none;
  }
  .module_1 .module_box .tab-panel.active {
    display: block;
  }
  .module_1 .module_box .year_box {
    padding: 26px 0 30px;
    border-bottom: 1px solid #D4D4D4;
    display: flex;
    gap: 15px;
  }
  .module_1 .module_box .year_box h3 {
    width: unset;
    font-size: 20px;
    color: #00286A;
    font-weight: bold;
    text-align: left;
  }
  .module_1 .module_box .year_box ul {
    display: flex;
    gap: 0;
    flex-direction: column;
    padding-left: 15px;
    border-left: 1px solid #D4D4D4;
    gap: 16px;
  }
  .module_1 .module_box .year_box ul li {
    width: 100%;
    border-bottom: 4px solid #64B5A2;
    background: #F6F6F6;
  }
  
.module_1 .module_box .year_box ul li a {
  text-decoration: unset;
  display: block;
  width: 100%;
}
  .module_1 .module_box .year_box ul li img {
    width: 100%;
    height: unset;
    background: #cecece;
    margin-bottom: 9px;
  object-fit: cover;
  object-position: center;
  }
  .module_1 .module_box .year_box ul li h4 {
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    color: #333333;
    font-weight: bold;
    padding-left: 9px;
  }
  .module_1 .module_box .year_box ul li p {
    color: #61BFB9;
    font-size: 12px;
    line-height: 1.6;
    text-align: left;
    padding-left: 9px;
  }
  .module_1 .module_box .jump_btn {
    width: 100%;
    margin-top: 30px;
  }
  .module_1 .module_box .jump_btn a {
    padding: 0 23px 0 24px;
    background-color: #64B5A2;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.35s ease-in-out;
    display: inline-flex;
    align-items: center;
    gap: 13px;
  }
  .module_1 .module_box .jump_btn a .icon {
    width: 16px;
    position: relative;
    right: 0;
    transition: right 0.35s ease-in-out;
  }
  .module_1 .module_box .jump_btn a:hover {
    background-color: #20344a;
  }
  .module_1 .module_box .jump_btn a:hover .icon {
    right: -4px;
  }
}
